From fa190614d14e28d61e25696533122d33d96a1a75 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 4 Apr 2024 22:47:10 -0500 Subject: [PATCH] feat: dataset plugins --- datasets/countries/package.json | 35 + .../countries/src/countriesReferenceSheet.ts | 98 + datasets/countries/src/dataset.ts | 5236 + datasets/countries/src/index.ts | 22 + datasets/countries/src/types.ts | 20 + datasets/zipcodes/package.json | 35 + datasets/zipcodes/src/dataset.ts | 629578 +++++++++++++++ datasets/zipcodes/src/index.ts | 33 + datasets/zipcodes/src/types.ts | 22 + .../zipcodes/src/zipCodeReferenceSheet.ts | 62 + package.json | 1 + 11 files changed, 635142 insertions(+) create mode 100644 datasets/countries/package.json create mode 100644 datasets/countries/src/countriesReferenceSheet.ts create mode 100644 datasets/countries/src/dataset.ts create mode 100644 datasets/countries/src/index.ts create mode 100644 datasets/countries/src/types.ts create mode 100644 datasets/zipcodes/package.json create mode 100644 datasets/zipcodes/src/dataset.ts create mode 100644 datasets/zipcodes/src/index.ts create mode 100644 datasets/zipcodes/src/types.ts create mode 100644 datasets/zipcodes/src/zipCodeReferenceSheet.ts diff --git a/datasets/countries/package.json b/datasets/countries/package.json new file mode 100644 index 000000000..eb40cd5d4 --- /dev/null +++ b/datasets/countries/package.json @@ -0,0 +1,35 @@ +{ + "name": "@flatfile/dataset-countries", + "version": "0.0.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/datasets/countries", + "description": "A plugin that populates a Sheet with the countries of the World.", + "registryMetadata": { + "category": "dataset" + }, + "engines": { + "node": ">= 16" + }, + "main": "src/index.ts", + "scripts": { + "test": "jest --passWithNoTests" + }, + "keywords": [ + "flatfile-plugins", + "category-datasets", + "featured" + ], + "author": "Flatfile, Inc.", + "repository": { + "type": "git", + "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "directory": "datasets/countries" + }, + "license": "ISC", + "dependencies": { + "@flatfile/api": "^1.7.11", + "@flatfile/util-common": "^1.0.3" + }, + "peerDependencies": { + "@flatfile/listener": "^1.0.1" + } +} diff --git a/datasets/countries/src/countriesReferenceSheet.ts b/datasets/countries/src/countriesReferenceSheet.ts new file mode 100644 index 000000000..caf9f19b5 --- /dev/null +++ b/datasets/countries/src/countriesReferenceSheet.ts @@ -0,0 +1,98 @@ +import type { Flatfile } from '@flatfile/api' + +export const countriesReferenceSheet: Flatfile.SheetConfig = { + name: 'Countries', + slug: 'countriesReferenceSheet', + fields: [ + { + key: 'iso_a2', + type: 'string', + label: 'ISO A2', + }, + { + key: 'iso3', + type: 'string', + label: 'ISO3', + }, + { + key: 'iso_numeric', + type: 'string', + label: 'ISO-Numeric', + }, + { + key: 'fips', + type: 'string', + label: 'fips', + }, + { + key: 'impact_country', + type: 'string', + label: 'Impact Country', + }, + { + key: 'capital', + type: 'string', + label: 'Capital', + }, + { + key: 'area', + type: 'string', + label: 'Area', + }, + { + key: 'population', + type: 'string', + label: 'Population', + }, + { + key: 'continent', + type: 'string', + label: 'Continent', + }, + { + key: 'tld', + type: 'string', + label: 'tld', + }, + { + key: 'currency_code', + type: 'string', + label: 'Currency Code', + }, + { + key: 'currency_name', + type: 'string', + label: 'Currency Name', + }, + { + key: 'phone', + type: 'string', + label: 'Phone', + }, + { + key: 'postal_code_format', + type: 'string', + label: 'Postal Code Format', + }, + { + key: 'postal_code_regex', + type: 'string', + label: 'Postal Code Regex', + }, + { + key: 'languages', + type: 'string', + label: 'Languages', + }, + { + key: 'geonameid', + type: 'string', + label: 'Geoname ID', + }, + { + key: 'neighbours', + type: 'string', + label: 'Neighbours', + }, + ], +} diff --git a/datasets/countries/src/dataset.ts b/datasets/countries/src/dataset.ts new file mode 100644 index 000000000..18eb29d82 --- /dev/null +++ b/datasets/countries/src/dataset.ts @@ -0,0 +1,5236 @@ +import type { CountryData } from './types' + +// Last updated: 2024-01-04 +// Source: https://data.opendatasoft.com/explore/dataset/geonames-countries%40kering-group/export/ +// equivalent_fips_code, geom & geo_point_2d have been removed +export const countries: Array = [ + { + iso_a2: 'PE', + iso3: 'PER', + iso_numeric: '604', + fips: 'PE', + impact_country: 'Peru', + capital: 'Lima', + area: 1285220.0, + population: 31989256, + continent: 'SA', + tld: '.pe', + currency_code: 'PEN', + currency_name: 'Sol', + phone: '51', + postal_code_format: null, + postal_code_regex: null, + languages: ['es-PE', 'qu', 'ay'], + geonameid: 3932488, + neighbours: 'EC,CL,BO,BR,CO', + }, + { + iso_a2: 'DK', + iso3: 'DNK', + iso_numeric: '208', + fips: 'DA', + impact_country: 'Denmark', + capital: 'Copenhagen', + area: 43094.0, + population: 5797446, + continent: 'EU', + tld: '.dk', + currency_code: 'DKK', + currency_name: 'Krone', + phone: '45', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['da-DK', 'en', 'fo', 'de-DK'], + geonameid: 2623032, + neighbours: 'DE', + }, + { + iso_a2: 'GD', + iso3: 'GRD', + iso_numeric: '308', + fips: 'GJ', + impact_country: 'Grenada', + capital: "St. George's", + area: 344.0, + population: 111454, + continent: 'NA', + tld: '.gd', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-473', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-GD'], + geonameid: 3580239, + neighbours: null, + }, + { + iso_a2: 'GG', + iso3: 'GGY', + iso_numeric: '831', + fips: 'GK', + impact_country: 'Guernsey', + capital: 'St Peter Port', + area: 78.0, + population: 65228, + continent: 'EU', + tld: '.gg', + currency_code: 'GBP', + currency_name: 'Pound', + phone: '+44-1481', + postal_code_format: + '@# #@@|@## #@@|@@# #@@|@@## #@@|@#@ #@@|@@#@ #@@|GIR0AA', + postal_code_regex: + '^((?:(?:[A-PR-UWYZ][A-HK-Y]\\d[ABEHMNPRV-Y0-9]|[A-PR-UWYZ]\\d[A-HJKPS-UW0-9])\\s\\d[ABD-HJLNP-UW-Z]{2})|GIR\\s?0AA)$', + languages: ['en', 'nrf'], + geonameid: 3042362, + neighbours: null, + }, + { + iso_a2: 'MS', + iso3: 'MSR', + iso_numeric: '500', + fips: 'MH', + impact_country: 'Montserrat', + capital: 'Plymouth', + area: 102.0, + population: 9341, + continent: 'NA', + tld: '.ms', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-664', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-MS'], + geonameid: 3578097, + neighbours: null, + }, + { + iso_a2: 'NU', + iso3: 'NIU', + iso_numeric: '570', + fips: 'NE', + impact_country: 'Niue', + capital: 'Alofi', + area: 260.0, + population: 2166, + continent: 'OC', + tld: '.nu', + currency_code: 'NZD', + currency_name: 'Dollar', + phone: '683', + postal_code_format: null, + postal_code_regex: null, + languages: ['niu', 'en-NU'], + geonameid: 4036232, + neighbours: null, + }, + { + iso_a2: 'CK', + iso3: 'COK', + iso_numeric: '184', + fips: 'CW', + impact_country: 'Cook Islands', + capital: 'Avarua', + area: 240.0, + population: 21388, + continent: 'OC', + tld: '.ck', + currency_code: 'NZD', + currency_name: 'Dollar', + phone: '682', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-CK', 'mi'], + geonameid: 1899402, + neighbours: null, + }, + { + iso_a2: 'CY', + iso3: 'CYP', + iso_numeric: '196', + fips: 'CY', + impact_country: 'Cyprus', + capital: 'Nicosia', + area: 9250.0, + population: 1189265, + continent: 'EU', + tld: '.cy', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '357', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['el-CY', 'tr-CY', 'en'], + geonameid: 146669, + neighbours: null, + }, + { + iso_a2: 'GS', + iso3: 'SGS', + iso_numeric: '239', + fips: 'SX', + impact_country: 'South Georgia and the South Sandwich Islands', + capital: 'Grytviken', + area: 3903.0, + population: 30, + continent: 'AN', + tld: '.gs', + currency_code: 'GBP', + currency_name: 'Pound', + phone: null, + postal_code_format: null, + postal_code_regex: null, + languages: ['en'], + geonameid: 3474415, + neighbours: null, + }, + { + iso_a2: 'MN', + iso3: 'MNG', + iso_numeric: '496', + fips: 'MG', + impact_country: 'Mongolia', + capital: 'Ulaanbaatar', + area: 1565000.0, + population: 3170208, + continent: 'AS', + tld: '.mn', + currency_code: 'MNT', + currency_name: 'Tugrik', + phone: '976', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['mn', 'ru'], + geonameid: 2029969, + neighbours: 'CN,RU', + }, + { + iso_a2: 'BD', + iso3: 'BGD', + iso_numeric: '050', + fips: 'BG', + impact_country: 'Bangladesh', + capital: 'Dhaka', + area: 144000.0, + population: 161356039, + continent: 'AS', + tld: '.bd', + currency_code: 'BDT', + currency_name: 'Taka', + phone: '880', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['bn-BD', 'en'], + geonameid: 1210997, + neighbours: 'MM,IN', + }, + { + iso_a2: 'NF', + iso3: 'NFK', + iso_numeric: '574', + fips: 'NF', + impact_country: 'Norfolk Island', + capital: 'Kingston', + area: 34.6, + population: 1828, + continent: 'OC', + tld: '.nf', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '672', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['en-NF'], + geonameid: 2155115, + neighbours: null, + }, + { + iso_a2: 'SO', + iso3: 'SOM', + iso_numeric: '706', + fips: 'SO', + impact_country: 'Somalia', + capital: 'Mogadishu', + area: 637657.0, + population: 15008154, + continent: 'AF', + tld: '.so', + currency_code: 'SOS', + currency_name: 'Shilling', + phone: '252', + postal_code_format: '@@ #####', + postal_code_regex: '^([A-Z]{2}\\d{5})$', + languages: ['so-SO', 'ar-SO', 'it', 'en-SO'], + geonameid: 51537, + neighbours: 'ET,KE,DJ', + }, + { + iso_a2: 'BT', + iso3: 'BTN', + iso_numeric: '064', + fips: 'BT', + impact_country: 'Bhutan', + capital: 'Thimphu', + area: 47000.0, + population: 754394, + continent: 'AS', + tld: '.bt', + currency_code: 'BTN', + currency_name: 'Ngultrum', + phone: '975', + postal_code_format: null, + postal_code_regex: null, + languages: ['dz'], + geonameid: 1252634, + neighbours: 'CN,IN', + }, + { + iso_a2: 'TK', + iso3: 'TKL', + iso_numeric: '772', + fips: 'TL', + impact_country: 'Tokelau', + capital: null, + area: 10.0, + population: 1466, + continent: 'OC', + tld: '.tk', + currency_code: 'NZD', + currency_name: 'Dollar', + phone: '690', + postal_code_format: null, + postal_code_regex: null, + languages: ['tkl', 'en-TK'], + geonameid: 4031074, + neighbours: null, + }, + { + iso_a2: 'CN', + iso3: 'CHN', + iso_numeric: '156', + fips: 'CH', + impact_country: 'China', + capital: 'Beijing', + area: 9596960.0, + population: 1392730000, + continent: 'AS', + tld: '.cn', + currency_code: 'CNY', + currency_name: 'Yuan Renminbi', + phone: '86', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['zh-CN', 'yue', 'wuu', 'dta', 'ug', 'za'], + geonameid: 1814991, + neighbours: 'LA,BT,TJ,KZ,MN,AF,NP,MM,KG,PK,KP,RU,VN,IN', + }, + { + iso_a2: 'FI', + iso3: 'FIN', + iso_numeric: '246', + fips: 'FI', + impact_country: 'Finland', + capital: 'Helsinki', + area: 337030.0, + population: 5518050, + continent: 'EU', + tld: '.fi', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '358', + postal_code_format: '#####', + postal_code_regex: '^(?:FI)*(\\d{5})$', + languages: ['fi-FI', 'sv-FI', 'smn'], + geonameid: 660013, + neighbours: 'NO,RU,SE', + }, + { + iso_a2: 'GL', + iso3: 'GRL', + iso_numeric: '304', + fips: 'GL', + impact_country: 'Greenland', + capital: 'Nuuk', + area: 2166086.0, + population: 56025, + continent: 'NA', + tld: '.gl', + currency_code: 'DKK', + currency_name: 'Krone', + phone: '299', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['kl', 'da-GL', 'en'], + geonameid: 3425505, + neighbours: null, + }, + { + iso_a2: 'PR', + iso3: 'PRI', + iso_numeric: '630', + fips: 'RQ', + impact_country: 'Puerto Rico', + capital: 'San Juan', + area: 9104.0, + population: 3195153, + continent: 'NA', + tld: '.pr', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-787 and 1-939', + postal_code_format: '#####-####', + postal_code_regex: '^00[679]\\d{2}(?:-\\d{4})?$', + languages: ['en-PR', 'es-PR'], + geonameid: 4566966, + neighbours: null, + }, + { + iso_a2: 'ZA', + iso3: 'ZAF', + iso_numeric: '710', + fips: 'SF', + impact_country: 'South Africa', + capital: 'Pretoria', + area: 1219912.0, + population: 57779622, + continent: 'AF', + tld: '.za', + currency_code: 'ZAR', + currency_name: 'Rand', + phone: '27', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: [ + 'zu', + 'xh', + 'af', + 'nso', + 'en-ZA', + 'tn', + 'st', + 'ts', + 'ss', + 've', + 'nr', + ], + geonameid: 953987, + neighbours: 'ZW,SZ,MZ,BW,NA,LS', + }, + { + iso_a2: 'SA', + iso3: 'SAU', + iso_numeric: '682', + fips: 'SA', + impact_country: 'Saudi Arabia', + capital: 'Riyadh', + area: 1960582.0, + population: 33699947, + continent: 'AS', + tld: '.sa', + currency_code: 'SAR', + currency_name: 'Rial', + phone: '966', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-SA'], + geonameid: 102358, + neighbours: 'QA,OM,IQ,YE,JO,AE,KW', + }, + { + iso_a2: 'TN', + iso3: 'TUN', + iso_numeric: '788', + fips: 'TS', + impact_country: 'Tunisia', + capital: 'Tunis', + area: 163610.0, + population: 11565204, + continent: 'AF', + tld: '.tn', + currency_code: 'TND', + currency_name: 'Dinar', + phone: '216', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['ar-TN', 'fr'], + geonameid: 2464461, + neighbours: 'DZ,LY', + }, + { + iso_a2: 'TW', + iso3: 'TWN', + iso_numeric: '158', + fips: 'TW', + impact_country: 'Taiwan', + capital: 'Taipei', + area: 35980.0, + population: 22894384, + continent: 'AS', + tld: '.tw', + currency_code: 'TWD', + currency_name: 'Dollar', + phone: '886', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['zh-TW', 'zh', 'nan', 'hak'], + geonameid: 1668284, + neighbours: null, + }, + { + iso_a2: 'AM', + iso3: 'ARM', + iso_numeric: '051', + fips: 'AM', + impact_country: 'Armenia', + capital: 'Yerevan', + area: 29800.0, + population: 2951776, + continent: 'AS', + tld: '.am', + currency_code: 'AMD', + currency_name: 'Dram', + phone: '374', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['hy'], + geonameid: 174982, + neighbours: 'GE,IR,AZ,TR', + }, + { + iso_a2: 'CF', + iso3: 'CAF', + iso_numeric: '140', + fips: 'CT', + impact_country: 'Central African Republic', + capital: 'Bangui', + area: 622984.0, + population: 4666377, + continent: 'AF', + tld: '.cf', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '236', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-CF', 'sg', 'ln', 'kg'], + geonameid: 239880, + neighbours: 'TD,SD,CD,SS,CM,CG', + }, + { + iso_a2: 'KE', + iso3: 'KEN', + iso_numeric: '404', + fips: 'KE', + impact_country: 'Kenya', + capital: 'Nairobi', + area: 582650.0, + population: 51393010, + continent: 'AF', + tld: '.ke', + currency_code: 'KES', + currency_name: 'Shilling', + phone: '254', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['en-KE', 'sw-KE'], + geonameid: 192950, + neighbours: 'ET,TZ,SS,SO,UG', + }, + { + iso_a2: 'KY', + iso3: 'CYM', + iso_numeric: '136', + fips: 'CJ', + impact_country: 'Cayman Islands', + capital: 'George Town', + area: 262.0, + population: 64174, + continent: 'NA', + tld: '.ky', + currency_code: 'KYD', + currency_name: 'Dollar', + phone: '+1-345', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-KY'], + geonameid: 3580718, + neighbours: null, + }, + { + iso_a2: 'PE', + iso3: 'PER', + iso_numeric: '604', + fips: 'PE', + impact_country: 'Peru', + capital: 'Lima', + area: 1285220.0, + population: 31989256, + continent: 'SA', + tld: '.pe', + currency_code: 'PEN', + currency_name: 'Sol', + phone: '51', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-PE', 'qu', 'ay'], + geonameid: 3932488, + neighbours: 'EC,CL,BO,BR,CO', + }, + { + iso_a2: 'SL', + iso3: 'SLE', + iso_numeric: '694', + fips: 'SL', + impact_country: 'Sierra Leone', + capital: 'Freetown', + area: 71740.0, + population: 7650154, + continent: 'AF', + tld: '.sl', + currency_code: 'SLL', + currency_name: 'Leone', + phone: '232', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-SL', 'men', 'tem'], + geonameid: 2403846, + neighbours: 'LR,GN', + }, + { + iso_a2: 'SX', + iso3: 'SXM', + iso_numeric: '534', + fips: 'NN', + impact_country: 'Sint Maarten', + capital: 'Philipsburg', + area: 21.0, + population: 40654, + continent: 'NA', + tld: '.sx', + currency_code: 'ANG', + currency_name: 'Guilder', + phone: '599', + postal_code_format: null, + postal_code_regex: null, + languages: ['nl', 'en'], + geonameid: 7609695, + neighbours: 'MF', + }, + { + iso_a2: 'YT', + iso3: 'MYT', + iso_numeric: '175', + fips: 'MF', + impact_country: 'Mayotte', + capital: 'Mamoudzou', + area: 374.0, + population: 279471, + continent: 'AF', + tld: '.yt', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '262', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-YT'], + geonameid: 1024031, + neighbours: null, + }, + { + iso_a2: 'FO', + iso3: 'FRO', + iso_numeric: '234', + fips: 'FO', + impact_country: 'Faroe Islands', + capital: 'Torshavn', + area: 1399.0, + population: 48497, + continent: 'EU', + tld: '.fo', + currency_code: 'DKK', + currency_name: 'Krone', + phone: '298', + postal_code_format: '###', + postal_code_regex: '^(?:FO)*(\\d{3})$', + languages: ['fo', 'da-FO'], + geonameid: 2622320, + neighbours: null, + }, + { + iso_a2: 'AX', + iso3: 'ALA', + iso_numeric: '248', + fips: null, + impact_country: 'Aland Islands', + capital: 'Mariehamn', + area: 1580.0, + population: 26711, + continent: 'EU', + tld: '.ax', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '+358-18', + postal_code_format: '#####', + postal_code_regex: '^(?:FI)*(\\d{5})$', + languages: ['sv-AX'], + geonameid: 661882, + neighbours: null, + }, + { + iso_a2: 'LI', + iso3: 'LIE', + iso_numeric: '438', + fips: 'LS', + impact_country: 'Liechtenstein', + capital: 'Vaduz', + area: 160.0, + population: 37910, + continent: 'EU', + tld: '.li', + currency_code: 'CHF', + currency_name: 'Franc', + phone: '423', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['de-LI'], + geonameid: 3042058, + neighbours: 'CH,AT', + }, + { + iso_a2: 'ML', + iso3: 'MLI', + iso_numeric: '466', + fips: 'ML', + impact_country: 'Mali', + capital: 'Bamako', + area: 1240000.0, + population: 19077690, + continent: 'AF', + tld: '.ml', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '223', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-ML', 'bm'], + geonameid: 2453866, + neighbours: 'SN,NE,DZ,CI,GN,MR,BF', + }, + { + iso_a2: 'PG', + iso3: 'PNG', + iso_numeric: '598', + fips: 'PP', + impact_country: 'Papua New Guinea', + capital: 'Port Moresby', + area: 462840.0, + population: 8606316, + continent: 'OC', + tld: '.pg', + currency_code: 'PGK', + currency_name: 'Kina', + phone: '675', + postal_code_format: '###', + postal_code_regex: '^(\\d{3})$', + languages: ['en-PG', 'ho', 'meu', 'tpi'], + geonameid: 2088628, + neighbours: 'ID', + }, + { + iso_a2: 'BJ', + iso3: 'BEN', + iso_numeric: '204', + fips: 'BN', + impact_country: 'Benin', + capital: 'Porto-Novo', + area: 112620.0, + population: 11485048, + continent: 'AF', + tld: '.bj', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '229', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-BJ'], + geonameid: 2395170, + neighbours: 'NE,TG,BF,NG', + }, + { + iso_a2: 'DJ', + iso3: 'DJI', + iso_numeric: '262', + fips: 'DJ', + impact_country: 'Djibouti', + capital: 'Djibouti', + area: 23000.0, + population: 958920, + continent: 'AF', + tld: '.dj', + currency_code: 'DJF', + currency_name: 'Franc', + phone: '253', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-DJ', 'ar', 'so-DJ', 'aa'], + geonameid: 223816, + neighbours: 'ER,ET,SO', + }, + { + iso_a2: 'JM', + iso3: 'JAM', + iso_numeric: '388', + fips: 'JM', + impact_country: 'Jamaica', + capital: 'Kingston', + area: 10991.0, + population: 2934855, + continent: 'NA', + tld: '.jm', + currency_code: 'JMD', + currency_name: 'Dollar', + phone: '+1-876', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-JM'], + geonameid: 3489940, + neighbours: null, + }, + { + iso_a2: 'RO', + iso3: 'ROU', + iso_numeric: '642', + fips: 'RO', + impact_country: 'Romania', + capital: 'Bucharest', + area: 237500.0, + population: 19473936, + continent: 'EU', + tld: '.ro', + currency_code: 'RON', + currency_name: 'Leu', + phone: '40', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['ro', 'hu', 'rom'], + geonameid: 798549, + neighbours: 'MD,HU,UA,BG,RS', + }, + { + iso_a2: 'SC', + iso3: 'SYC', + iso_numeric: '690', + fips: 'SE', + impact_country: 'Seychelles', + capital: 'Victoria', + area: 455.0, + population: 96762, + continent: 'AF', + tld: '.sc', + currency_code: 'SCR', + currency_name: 'Rupee', + phone: '248', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-SC', 'fr-SC'], + geonameid: 241170, + neighbours: null, + }, + { + iso_a2: 'AE', + iso3: 'ARE', + iso_numeric: '784', + fips: 'AE', + impact_country: 'United Arab Emirates', + capital: 'Abu Dhabi', + area: 82880.0, + population: 9630959, + continent: 'AS', + tld: '.ae', + currency_code: 'AED', + currency_name: 'Dirham', + phone: '971', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-AE', 'fa', 'en', 'hi', 'ur'], + geonameid: 290557, + neighbours: 'SA,OM', + }, + { + iso_a2: 'MU', + iso3: 'MUS', + iso_numeric: '480', + fips: 'MP', + impact_country: 'Mauritius', + capital: 'Port Louis', + area: 2040.0, + population: 1265303, + continent: 'AF', + tld: '.mu', + currency_code: 'MUR', + currency_name: 'Rupee', + phone: '230', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-MU', 'bho', 'fr'], + geonameid: 934292, + neighbours: null, + }, + { + iso_a2: 'SI', + iso3: 'SVN', + iso_numeric: '705', + fips: 'SI', + impact_country: 'Slovenia', + capital: 'Ljubljana', + area: 20273.0, + population: 2067372, + continent: 'EU', + tld: '.si', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '386', + postal_code_format: '####', + postal_code_regex: '^(?:SI)*(\\d{4})$', + languages: ['sl', 'sh'], + geonameid: 3190538, + neighbours: 'HU,IT,HR,AT', + }, + { + iso_a2: 'EH', + iso3: 'ESH', + iso_numeric: '732', + fips: 'WI', + impact_country: 'Western Sahara', + capital: 'El-Aaiun', + area: 266000.0, + population: 273008, + continent: 'AF', + tld: '.eh', + currency_code: 'MAD', + currency_name: 'Dirham', + phone: '212', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar', 'mey'], + geonameid: 2461445, + neighbours: 'DZ,MR,MA', + }, + { + iso_a2: 'GH', + iso3: 'GHA', + iso_numeric: '288', + fips: 'GH', + impact_country: 'Ghana', + capital: 'Accra', + area: 239460.0, + population: 29767108, + continent: 'AF', + tld: '.gh', + currency_code: 'GHS', + currency_name: 'Cedi', + phone: '233', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-GH', 'ak', 'ee', 'tw'], + geonameid: 2300660, + neighbours: 'CI,TG,BF', + }, + { + iso_a2: 'GQ', + iso3: 'GNQ', + iso_numeric: '226', + fips: 'EK', + impact_country: 'Equatorial Guinea', + capital: 'Malabo', + area: 28051.0, + population: 1308974, + continent: 'AF', + tld: '.gq', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '240', + postal_code_format: null, + postal_code_regex: null, + languages: ['es-GQ', 'fr', 'pt'], + geonameid: 2309096, + neighbours: 'GA,CM', + }, + { + iso_a2: 'IQ', + iso3: 'IRQ', + iso_numeric: '368', + fips: 'IZ', + impact_country: 'Iraq', + capital: 'Baghdad', + area: 437072.0, + population: 38433600, + continent: 'AS', + tld: '.iq', + currency_code: 'IQD', + currency_name: 'Dinar', + phone: '964', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-IQ', 'ku', 'hy'], + geonameid: 99237, + neighbours: 'SY,SA,IR,JO,TR,KW', + }, + { + iso_a2: 'LA', + iso3: 'LAO', + iso_numeric: '418', + fips: 'LA', + impact_country: 'Laos', + capital: 'Vientiane', + area: 236800.0, + population: 7061507, + continent: 'AS', + tld: '.la', + currency_code: 'LAK', + currency_name: 'Kip', + phone: '856', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['lo', 'fr', 'en'], + geonameid: 1655842, + neighbours: 'CN,MM,KH,TH,VN', + }, + { + iso_a2: 'TC', + iso3: 'TCA', + iso_numeric: '796', + fips: 'TK', + impact_country: 'Turks and Caicos Islands', + capital: 'Cockburn Town', + area: 430.0, + population: 37665, + continent: 'NA', + tld: '.tc', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-649', + postal_code_format: 'TKCA 1ZZ', + postal_code_regex: '^(TKCA 1ZZ)$', + languages: ['en-TC'], + geonameid: 3576916, + neighbours: null, + }, + { + iso_a2: 'VA', + iso3: 'VAT', + iso_numeric: '336', + fips: 'VT', + impact_country: 'Vatican', + capital: 'Vatican City', + area: 0.44, + population: 921, + continent: 'EU', + tld: '.va', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '379', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['la', 'it', 'fr'], + geonameid: 3164670, + neighbours: 'IT', + }, + { + iso_a2: 'GR', + iso3: 'GRC', + iso_numeric: '300', + fips: 'GR', + impact_country: 'Greece', + capital: 'Athens', + area: 131940.0, + population: 10727668, + continent: 'EU', + tld: '.gr', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '30', + postal_code_format: '### ##', + postal_code_regex: '^(\\d{5})$', + languages: ['el-GR', 'en', 'fr'], + geonameid: 390903, + neighbours: 'AL,MK,TR,BG', + }, + { + iso_a2: 'RS', + iso3: 'SRB', + iso_numeric: '688', + fips: 'RI', + impact_country: 'Serbia', + capital: 'Belgrade', + area: 88361.0, + population: 6982084, + continent: 'EU', + tld: '.rs', + currency_code: 'RSD', + currency_name: 'Dinar', + phone: '381', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['sr', 'hu', 'bs', 'rom'], + geonameid: 6290252, + neighbours: 'AL,HU,MK,RO,HR,BA,BG,ME,XK', + }, + { + iso_a2: 'AR', + iso3: 'ARG', + iso_numeric: '032', + fips: 'AR', + impact_country: 'Argentina', + capital: 'Buenos Aires', + area: 2766890.0, + population: 44494502, + continent: 'SA', + tld: '.ar', + currency_code: 'ARS', + currency_name: 'Peso', + phone: '54', + postal_code_format: '@####@@@', + postal_code_regex: '^[A-Z]?\\d{4}[A-Z]{0,3}$', + languages: ['es-AR', 'en', 'it', 'de', 'fr', 'gn'], + geonameid: 3865483, + neighbours: 'CL,BO,UY,PY,BR', + }, + { + iso_a2: 'BW', + iso3: 'BWA', + iso_numeric: '072', + fips: 'BC', + impact_country: 'Botswana', + capital: 'Gaborone', + area: 600370.0, + population: 2254126, + continent: 'AF', + tld: '.bw', + currency_code: 'BWP', + currency_name: 'Pula', + phone: '267', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-BW', 'tn-BW'], + geonameid: 933860, + neighbours: 'ZW,ZA,NA', + }, + { + iso_a2: 'CL', + iso3: 'CHL', + iso_numeric: '152', + fips: 'CI', + impact_country: 'Chile', + capital: 'Santiago', + area: 756950.0, + population: 18729160, + continent: 'SA', + tld: '.cl', + currency_code: 'CLP', + currency_name: 'Peso', + phone: '56', + postal_code_format: '#######', + postal_code_regex: '^(\\d{7})$', + languages: ['es-CL'], + geonameid: 3895114, + neighbours: 'PE,BO,AR', + }, + { + iso_a2: 'BA', + iso3: 'BIH', + iso_numeric: '070', + fips: 'BK', + impact_country: 'Bosnia and Herzegovina', + capital: 'Sarajevo', + area: 51129.0, + population: 3323929, + continent: 'EU', + tld: '.ba', + currency_code: 'BAM', + currency_name: 'Marka', + phone: '387', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['bs', 'hr-BA', 'sr-BA'], + geonameid: 3277605, + neighbours: 'HR,ME,RS', + }, + { + iso_a2: 'BI', + iso3: 'BDI', + iso_numeric: '108', + fips: 'BY', + impact_country: 'Burundi', + capital: 'Gitega', + area: 27830.0, + population: 11175378, + continent: 'AF', + tld: '.bi', + currency_code: 'BIF', + currency_name: 'Franc', + phone: '257', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-BI', 'rn'], + geonameid: 433561, + neighbours: 'TZ,CD,RW', + }, + { + iso_a2: 'SR', + iso3: 'SUR', + iso_numeric: '740', + fips: 'NS', + impact_country: 'Suriname', + capital: 'Paramaribo', + area: 163270.0, + population: 575991, + continent: 'SA', + tld: '.sr', + currency_code: 'SRD', + currency_name: 'Dollar', + phone: '597', + postal_code_format: null, + postal_code_regex: null, + languages: ['nl-SR', 'en', 'srn', 'hns', 'jv'], + geonameid: 3382998, + neighbours: 'GY,BR,GF', + }, + { + iso_a2: 'BF', + iso3: 'BFA', + iso_numeric: '854', + fips: 'UV', + impact_country: 'Burkina Faso', + capital: 'Ouagadougou', + area: 274200.0, + population: 19751535, + continent: 'AF', + tld: '.bf', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '226', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-BF', 'mos'], + geonameid: 2361809, + neighbours: 'NE,BJ,GH,CI,TG,ML', + }, + { + iso_a2: 'BY', + iso3: 'BLR', + iso_numeric: '112', + fips: 'BO', + impact_country: 'Belarus', + capital: 'Minsk', + area: 207600.0, + population: 9485386, + continent: 'EU', + tld: '.by', + currency_code: 'BYN', + currency_name: 'Belarusian ruble', + phone: '375', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['be', 'ru'], + geonameid: 630336, + neighbours: 'PL,LT,UA,RU,LV', + }, + { + iso_a2: 'QA', + iso3: 'QAT', + iso_numeric: '634', + fips: 'QA', + impact_country: 'Qatar', + capital: 'Doha', + area: 11437.0, + population: 2781677, + continent: 'AS', + tld: '.qa', + currency_code: 'QAR', + currency_name: 'Rial', + phone: '974', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-QA', 'es'], + geonameid: 289688, + neighbours: 'SA', + }, + { + iso_a2: 'FM', + iso3: 'FSM', + iso_numeric: '583', + fips: 'FM', + impact_country: 'Micronesia', + capital: 'Palikir', + area: 702.0, + population: 112640, + continent: 'OC', + tld: '.fm', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '691', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: [ + 'en-FM', + 'chk', + 'pon', + 'yap', + 'kos', + 'uli', + 'woe', + 'nkr', + 'kpg', + ], + geonameid: 2081918, + neighbours: null, + }, + { + iso_a2: 'GY', + iso3: 'GUY', + iso_numeric: '328', + fips: 'GY', + impact_country: 'Guyana', + capital: 'Georgetown', + area: 214970.0, + population: 779004, + continent: 'SA', + tld: '.gy', + currency_code: 'GYD', + currency_name: 'Dollar', + phone: '592', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-GY'], + geonameid: 3378535, + neighbours: 'SR,BR,VE', + }, + { + iso_a2: 'MY', + iso3: 'MYS', + iso_numeric: '458', + fips: 'MY', + impact_country: 'Malaysia', + capital: 'Kuala Lumpur', + area: 329750.0, + population: 31528585, + continent: 'AS', + tld: '.my', + currency_code: 'MYR', + currency_name: 'Ringgit', + phone: '60', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ms-MY', 'en', 'zh', 'ta', 'te', 'ml', 'pa', 'th'], + geonameid: 1733045, + neighbours: 'BN,TH,ID', + }, + { + iso_a2: 'MT', + iso3: 'MLT', + iso_numeric: '470', + fips: 'MT', + impact_country: 'Malta', + capital: 'Valletta', + area: 316.0, + population: 483530, + continent: 'EU', + tld: '.mt', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '356', + postal_code_format: '@@@ ####', + postal_code_regex: '^[A-Z]{3}\\s?\\d{4}$', + languages: ['mt', 'en-MT'], + geonameid: 2562770, + neighbours: null, + }, + { + iso_a2: 'GN', + iso3: 'GIN', + iso_numeric: '324', + fips: 'GV', + impact_country: 'Guinea', + capital: 'Conakry', + area: 245857.0, + population: 12414318, + continent: 'AF', + tld: '.gn', + currency_code: 'GNF', + currency_name: 'Franc', + phone: '224', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-GN'], + geonameid: 2420477, + neighbours: 'LR,SN,SL,CI,GW,ML', + }, + { + iso_a2: 'BE', + iso3: 'BEL', + iso_numeric: '056', + fips: 'BE', + impact_country: 'Belgium', + capital: 'Brussels', + area: 30510.0, + population: 11422068, + continent: 'EU', + tld: '.be', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '32', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['nl-BE', 'fr-BE', 'de-BE'], + geonameid: 2802361, + neighbours: 'DE,NL,LU,FR', + }, + { + iso_a2: 'NA', + iso3: 'NAM', + iso_numeric: '516', + fips: 'WA', + impact_country: 'Namibia', + capital: 'Windhoek', + area: 825418.0, + population: 2448255, + continent: 'AF', + tld: '.na', + currency_code: 'NAD', + currency_name: 'Dollar', + phone: '264', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-NA', 'af', 'de', 'hz', 'naq'], + geonameid: 3355338, + neighbours: 'ZA,BW,ZM,AO', + }, + { + iso_a2: 'SM', + iso3: 'SMR', + iso_numeric: '674', + fips: 'SM', + impact_country: 'San Marino', + capital: 'San Marino', + area: 61.2, + population: 33785, + continent: 'EU', + tld: '.sm', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '378', + postal_code_format: '4789#', + postal_code_regex: '^(4789\\d)$', + languages: ['it-SM'], + geonameid: 3168068, + neighbours: 'IT', + }, + { + iso_a2: 'CI', + iso3: 'CIV', + iso_numeric: '384', + fips: 'IV', + impact_country: 'Ivory Coast', + capital: 'Yamoussoukro', + area: 322460.0, + population: 25069229, + continent: 'AF', + tld: '.ci', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '225', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-CI'], + geonameid: 2287781, + neighbours: 'LR,GH,GN,BF,ML', + }, + { + iso_a2: 'CR', + iso3: 'CRI', + iso_numeric: '188', + fips: 'CS', + impact_country: 'Costa Rica', + capital: 'San Jose', + area: 51100.0, + population: 4999441, + continent: 'NA', + tld: '.cr', + currency_code: 'CRC', + currency_name: 'Colon', + phone: '506', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-CR', 'en'], + geonameid: 3624060, + neighbours: 'PA,NI', + }, + { + iso_a2: 'KM', + iso3: 'COM', + iso_numeric: '174', + fips: 'CN', + impact_country: 'Comoros', + capital: 'Moroni', + area: 2170.0, + population: 832322, + continent: 'AF', + tld: '.km', + currency_code: 'KMF', + currency_name: 'Franc', + phone: '269', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar', 'fr-KM'], + geonameid: 921929, + neighbours: null, + }, + { + iso_a2: 'SK', + iso3: 'SVK', + iso_numeric: '703', + fips: 'LO', + impact_country: 'Slovakia', + capital: 'Bratislava', + area: 48845.0, + population: 5447011, + continent: 'EU', + tld: '.sk', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '421', + postal_code_format: '### ##', + postal_code_regex: '^\\d{3}\\s?\\d{2}$', + languages: ['sk', 'hu'], + geonameid: 3057568, + neighbours: 'PL,HU,CZ,UA,AT', + }, + { + iso_a2: 'FR', + iso3: 'FRA', + iso_numeric: '250', + fips: 'FR', + impact_country: 'France', + capital: 'Paris', + area: 547030.0, + population: 66987244, + continent: 'EU', + tld: '.fr', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '33', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-FR', 'frp', 'br', 'co', 'ca', 'eu', 'oc'], + geonameid: 3017382, + neighbours: 'CH,DE,BE,LU,IT,AD,MC,ES', + }, + { + iso_a2: 'MK', + iso3: 'MKD', + iso_numeric: '807', + fips: 'MK', + impact_country: 'North Macedonia', + capital: 'Skopje', + area: 25333.0, + population: 2082958, + continent: 'EU', + tld: '.mk', + currency_code: 'MKD', + currency_name: 'Denar', + phone: '389', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['mk', 'sq', 'tr', 'rmm', 'sr'], + geonameid: 718075, + neighbours: 'AL,GR,BG,RS,XK', + }, + { + iso_a2: 'BZ', + iso3: 'BLZ', + iso_numeric: '084', + fips: 'BH', + impact_country: 'Belize', + capital: 'Belmopan', + area: 22966.0, + population: 383071, + continent: 'NA', + tld: '.bz', + currency_code: 'BZD', + currency_name: 'Dollar', + phone: '501', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-BZ', 'es'], + geonameid: 3582678, + neighbours: 'GT,MX', + }, + { + iso_a2: 'TO', + iso3: 'TON', + iso_numeric: '776', + fips: 'TN', + impact_country: 'Tonga', + capital: "Nuku'alofa", + area: 748.0, + population: 103197, + continent: 'OC', + tld: '.to', + currency_code: 'TOP', + currency_name: "Pa'anga", + phone: '676', + postal_code_format: null, + postal_code_regex: null, + languages: ['to', 'en-TO'], + geonameid: 4032283, + neighbours: null, + }, + { + iso_a2: 'UZ', + iso3: 'UZB', + iso_numeric: '860', + fips: 'UZ', + impact_country: 'Uzbekistan', + capital: 'Tashkent', + area: 447400.0, + population: 32955400, + continent: 'AS', + tld: '.uz', + currency_code: 'UZS', + currency_name: 'Som', + phone: '998', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['uz', 'ru', 'tg'], + geonameid: 1512440, + neighbours: 'TM,AF,KG,TJ,KZ', + }, + { + iso_a2: 'ZW', + iso3: 'ZWE', + iso_numeric: '716', + fips: 'ZI', + impact_country: 'Zimbabwe', + capital: 'Harare', + area: 390580.0, + population: 14439018, + continent: 'AF', + tld: '.zw', + currency_code: 'ZWL', + currency_name: 'Dollar', + phone: '263', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-ZW', 'sn', 'nr', 'nd'], + geonameid: 878675, + neighbours: 'ZA,MZ,BW,ZM', + }, + { + iso_a2: 'IM', + iso3: 'IMN', + iso_numeric: '833', + fips: 'IM', + impact_country: 'Isle of Man', + capital: 'Douglas', + area: 572.0, + population: 84077, + continent: 'EU', + tld: '.im', + currency_code: 'GBP', + currency_name: 'Pound', + phone: '+44-1624', + postal_code_format: + '@# #@@|@## #@@|@@# #@@|@@## #@@|@#@ #@@|@@#@ #@@|GIR0AA', + postal_code_regex: + '^((?:(?:[A-PR-UWYZ][A-HK-Y]\\d[ABEHMNPRV-Y0-9]|[A-PR-UWYZ]\\d[A-HJKPS-UW0-9])\\s\\d[ABD-HJLNP-UW-Z]{2})|GIR\\s?0AA)$', + languages: ['en', 'gv'], + geonameid: 3042225, + neighbours: null, + }, + { + iso_a2: 'ME', + iso3: 'MNE', + iso_numeric: '499', + fips: 'MJ', + impact_country: 'Montenegro', + capital: 'Podgorica', + area: 14026.0, + population: 622345, + continent: 'EU', + tld: '.me', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '382', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['sr', 'hu', 'bs', 'sq', 'hr', 'rom'], + geonameid: 3194884, + neighbours: 'AL,HR,BA,RS,XK', + }, + { + iso_a2: 'PW', + iso3: 'PLW', + iso_numeric: '585', + fips: 'PS', + impact_country: 'Palau', + capital: 'Melekeok', + area: 458.0, + population: 17907, + continent: 'OC', + tld: '.pw', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '680', + postal_code_format: '96940', + postal_code_regex: '^(96940)$', + languages: ['pau', 'sov', 'en-PW', 'tox', 'ja', 'fil', 'zh'], + geonameid: 1559582, + neighbours: null, + }, + { + iso_a2: 'BH', + iso3: 'BHR', + iso_numeric: '048', + fips: 'BA', + impact_country: 'Bahrain', + capital: 'Manama', + area: 665.0, + population: 1569439, + continent: 'AS', + tld: '.bh', + currency_code: 'BHD', + currency_name: 'Dinar', + phone: '973', + postal_code_format: '####|###', + postal_code_regex: '^(\\d{3}\\d?)$', + languages: ['ar-BH', 'en', 'fa', 'ur'], + geonameid: 290291, + neighbours: null, + }, + { + iso_a2: 'BN', + iso3: 'BRN', + iso_numeric: '096', + fips: 'BX', + impact_country: 'Brunei', + capital: 'Bandar Seri Begawan', + area: 5770.0, + population: 428962, + continent: 'AS', + tld: '.bn', + currency_code: 'BND', + currency_name: 'Dollar', + phone: '673', + postal_code_format: '@@####', + postal_code_regex: '^([A-Z]{2}\\d{4})$', + languages: ['ms-BN', 'en-BN'], + geonameid: 1820814, + neighbours: 'MY', + }, + { + iso_a2: 'IS', + iso3: 'ISL', + iso_numeric: '352', + fips: 'IC', + impact_country: 'Iceland', + capital: 'Reykjavik', + area: 103000.0, + population: 353574, + continent: 'EU', + tld: '.is', + currency_code: 'ISK', + currency_name: 'Krona', + phone: '354', + postal_code_format: '###', + postal_code_regex: '^(\\d{3})$', + languages: ['is', 'en', 'de', 'da', 'sv', 'no'], + geonameid: 2629691, + neighbours: null, + }, + { + iso_a2: 'MA', + iso3: 'MAR', + iso_numeric: '504', + fips: 'MO', + impact_country: 'Morocco', + capital: 'Rabat', + area: 446550.0, + population: 36029138, + continent: 'AF', + tld: '.ma', + currency_code: 'MAD', + currency_name: 'Dirham', + phone: '212', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-MA', 'ber', 'fr'], + geonameid: 2542007, + neighbours: 'DZ,EH,ES', + }, + { + iso_a2: 'RU', + iso3: 'RUS', + iso_numeric: '643', + fips: 'RS', + impact_country: 'Russia', + capital: 'Moscow', + area: 17100000.0, + population: 144478050, + continent: 'EU', + tld: '.ru', + currency_code: 'RUB', + currency_name: 'Ruble', + phone: '7', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: [ + 'ru', + 'tt', + 'xal', + 'cau', + 'ady', + 'kv', + 'ce', + 'tyv', + 'cv', + 'udm', + 'tut', + 'mns', + 'bua', + 'myv', + 'mdf', + 'chm', + 'ba', + 'inh', + 'tut', + 'kbd', + 'krc', + 'av', + 'sah', + 'nog', + ], + geonameid: 2017370, + neighbours: 'GE,CN,BY,UA,KZ,LV,PL,EE,LT,FI,MN,NO,AZ,KP', + }, + { + iso_a2: 'TJ', + iso3: 'TJK', + iso_numeric: '762', + fips: 'TI', + impact_country: 'Tajikistan', + capital: 'Dushanbe', + area: 143100.0, + population: 9100837, + continent: 'AS', + tld: '.tj', + currency_code: 'TJS', + currency_name: 'Somoni', + phone: '992', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['tg', 'ru'], + geonameid: 1220409, + neighbours: 'CN,AF,KG,UZ', + }, + { + iso_a2: 'IN', + iso3: 'IND', + iso_numeric: '356', + fips: 'IN', + impact_country: 'India', + capital: 'New Delhi', + area: 3287590.0, + population: 1352617328, + continent: 'AS', + tld: '.in', + currency_code: 'INR', + currency_name: 'Rupee', + phone: '91', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: [ + 'en-IN', + 'hi', + 'bn', + 'te', + 'mr', + 'ta', + 'ur', + 'gu', + 'kn', + 'ml', + 'or', + 'pa', + 'as', + 'bh', + 'sat', + 'ks', + 'ne', + 'sd', + 'kok', + 'doi', + 'mni', + 'sit', + 'sa', + 'fr', + 'lus', + 'inc', + ], + geonameid: 1269750, + neighbours: 'CN,NP,MM,BT,PK,BD', + }, + { + iso_a2: 'LC', + iso3: 'LCA', + iso_numeric: '662', + fips: 'ST', + impact_country: 'Saint Lucia', + capital: 'Castries', + area: 616.0, + population: 181889, + continent: 'NA', + tld: '.lc', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-758', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-LC'], + geonameid: 3576468, + neighbours: null, + }, + { + iso_a2: 'AL', + iso3: 'ALB', + iso_numeric: '008', + fips: 'AL', + impact_country: 'Albania', + capital: 'Tirana', + area: 28748.0, + population: 2866376, + continent: 'EU', + tld: '.al', + currency_code: 'ALL', + currency_name: 'Lek', + phone: '355', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['sq', 'el'], + geonameid: 783754, + neighbours: 'MK,GR,ME,RS,XK', + }, + { + iso_a2: 'AQ', + iso3: 'ATA', + iso_numeric: '010', + fips: 'AY', + impact_country: 'Antarctica', + capital: null, + area: 14000000.0, + population: 0, + continent: 'AN', + tld: '.aq', + currency_code: null, + currency_name: null, + phone: null, + postal_code_format: null, + postal_code_regex: null, + languages: null, + geonameid: 6697173, + neighbours: null, + }, + { + iso_a2: 'CV', + iso3: 'CPV', + iso_numeric: '132', + fips: 'CV', + impact_country: 'Cabo Verde', + capital: 'Praia', + area: 4033.0, + population: 543767, + continent: 'AF', + tld: '.cv', + currency_code: 'CVE', + currency_name: 'Escudo', + phone: '238', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['pt-CV'], + geonameid: 3374766, + neighbours: null, + }, + { + iso_a2: 'SG', + iso3: 'SGP', + iso_numeric: '702', + fips: 'SN', + impact_country: 'Singapore', + capital: 'Singapore', + area: 692.7, + population: 5638676, + continent: 'AS', + tld: '.sg', + currency_code: 'SGD', + currency_name: 'Dollar', + phone: '65', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['cmn', 'en-SG', 'ms-SG', 'ta-SG', 'zh-SG'], + geonameid: 1880251, + neighbours: null, + }, + { + iso_a2: 'HK', + iso3: 'HKG', + iso_numeric: '344', + fips: 'HK', + impact_country: 'Hong Kong', + capital: 'Hong Kong', + area: 1092.0, + population: 7451000, + continent: 'AS', + tld: '.hk', + currency_code: 'HKD', + currency_name: 'Dollar', + phone: '852', + postal_code_format: null, + postal_code_regex: null, + languages: ['zh-HK', 'yue', 'zh', 'en'], + geonameid: 1819730, + neighbours: null, + }, + { + iso_a2: 'LR', + iso3: 'LBR', + iso_numeric: '430', + fips: 'LI', + impact_country: 'Liberia', + capital: 'Monrovia', + area: 111370.0, + population: 4818977, + continent: 'AF', + tld: '.lr', + currency_code: 'LRD', + currency_name: 'Dollar', + phone: '231', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['en-LR'], + geonameid: 2275384, + neighbours: 'SL,CI,GN', + }, + { + iso_a2: 'NR', + iso3: 'NRU', + iso_numeric: '520', + fips: 'NR', + impact_country: 'Nauru', + capital: 'Yaren', + area: 21.0, + population: 12704, + continent: 'OC', + tld: '.nr', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '674', + postal_code_format: null, + postal_code_regex: null, + languages: ['na', 'en-NR'], + geonameid: 2110425, + neighbours: null, + }, + { + iso_a2: 'AN', + iso3: 'ANT', + iso_numeric: '530', + fips: 'NT', + impact_country: 'Netherlands Antilles', + capital: 'Willemstad', + area: 960.0, + population: 300000, + continent: 'NA', + tld: '.an', + currency_code: 'ANG', + currency_name: 'Guilder', + phone: '599', + postal_code_format: null, + postal_code_regex: null, + languages: ['nl-AN', 'en', 'es'], + geonameid: 8505032, + neighbours: 'GP', + }, + { + iso_a2: 'NI', + iso3: 'NIC', + iso_numeric: '558', + fips: 'NU', + impact_country: 'Nicaragua', + capital: 'Managua', + area: 129494.0, + population: 6465513, + continent: 'NA', + tld: '.ni', + currency_code: 'NIO', + currency_name: 'Cordoba', + phone: '505', + postal_code_format: '###-###-#', + postal_code_regex: '^(\\d{7})$', + languages: ['es-NI', 'en'], + geonameid: 3617476, + neighbours: 'CR,HN', + }, + { + iso_a2: 'PN', + iso3: 'PCN', + iso_numeric: '612', + fips: 'PC', + impact_country: 'Pitcairn', + capital: 'Adamstown', + area: 47.0, + population: 46, + continent: 'OC', + tld: '.pn', + currency_code: 'NZD', + currency_name: 'Dollar', + phone: '870', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-PN'], + geonameid: 4030699, + neighbours: null, + }, + { + iso_a2: 'BB', + iso3: 'BRB', + iso_numeric: '052', + fips: 'BB', + impact_country: 'Barbados', + capital: 'Bridgetown', + area: 431.0, + population: 286641, + continent: 'NA', + tld: '.bb', + currency_code: 'BBD', + currency_name: 'Dollar', + phone: '+1-246', + postal_code_format: 'BB#####', + postal_code_regex: '^(?:BB)*(\\d{5})$', + languages: ['en-BB'], + geonameid: 3374084, + neighbours: null, + }, + { + iso_a2: 'GQ', + iso3: 'GNQ', + iso_numeric: '226', + fips: 'EK', + impact_country: 'Equatorial Guinea', + capital: 'Malabo', + area: 28051.0, + population: 1308974, + continent: 'AF', + tld: '.gq', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '240', + postal_code_format: null, + postal_code_regex: null, + languages: ['es-GQ', 'fr'], + geonameid: 2309096, + neighbours: 'GA,CM', + }, + { + iso_a2: 'ST', + iso3: 'STP', + iso_numeric: '678', + fips: 'TP', + impact_country: 'Sao Tome and Principe', + capital: 'Sao Tome', + area: 1001.0, + population: 197700, + continent: 'AF', + tld: '.st', + currency_code: 'STD', + currency_name: 'Dobra', + phone: '239', + postal_code_format: null, + postal_code_regex: null, + languages: ['pt-ST'], + geonameid: 2410758, + neighbours: null, + }, + { + iso_a2: 'AG', + iso3: 'ATG', + iso_numeric: '028', + fips: 'AC', + impact_country: 'Antigua and Barbuda', + capital: "St. John's", + area: 443.0, + population: 96286, + continent: 'NA', + tld: '.ag', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-268', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-AG'], + geonameid: 3576396, + neighbours: null, + }, + { + iso_a2: 'BL', + iso3: 'BLM', + iso_numeric: '652', + fips: 'TB', + impact_country: 'Saint Barthelemy', + capital: 'Gustavia', + area: 21.0, + population: 8450, + continent: 'NA', + tld: '.gp', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '590', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr'], + geonameid: 3578476, + neighbours: null, + }, + { + iso_a2: 'CU', + iso3: 'CUB', + iso_numeric: '192', + fips: 'CU', + impact_country: 'Cuba', + capital: 'Havana', + area: 110860.0, + population: 11338138, + continent: 'NA', + tld: '.cu', + currency_code: 'CUP', + currency_name: 'Peso', + phone: '53', + postal_code_format: 'CP #####', + postal_code_regex: '^(?:CP)*(\\d{5})$', + languages: ['es-CU', 'pap'], + geonameid: 3562981, + neighbours: 'US', + }, + { + iso_a2: 'EC', + iso3: 'ECU', + iso_numeric: '218', + fips: 'EC', + impact_country: 'Ecuador', + capital: 'Quito', + area: 283560.0, + population: 17084357, + continent: 'SA', + tld: '.ec', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '593', + postal_code_format: '@####@', + postal_code_regex: '^([a-zA-Z]\\d{4}[a-zA-Z])$', + languages: ['es-EC'], + geonameid: 3658394, + neighbours: 'PE,CO', + }, + { + iso_a2: 'ES', + iso3: 'ESP', + iso_numeric: '724', + fips: 'SP', + impact_country: 'Spain', + capital: 'Madrid', + area: 504782.0, + population: 46723749, + continent: 'EU', + tld: '.es', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '34', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-ES', 'ca', 'gl', 'eu', 'oc'], + geonameid: 2510769, + neighbours: 'AD,PT,GI,FR,MA', + }, + { + iso_a2: 'NG', + iso3: 'NGA', + iso_numeric: '566', + fips: 'NI', + impact_country: 'Nigeria', + capital: 'Abuja', + area: 923768.0, + population: 195874740, + continent: 'AF', + tld: '.ng', + currency_code: 'NGN', + currency_name: 'Naira', + phone: '234', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['en-NG', 'ha', 'yo', 'ig', 'ff'], + geonameid: 2328926, + neighbours: 'TD,NE,BJ,CM', + }, + { + iso_a2: 'VN', + iso3: 'VNM', + iso_numeric: '704', + fips: 'VM', + impact_country: 'Vietnam', + capital: 'Hanoi', + area: 329560.0, + population: 95540395, + continent: 'AS', + tld: '.vn', + currency_code: 'VND', + currency_name: 'Dong', + phone: '84', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['vi', 'en', 'fr', 'zh', 'km'], + geonameid: 1562822, + neighbours: 'CN,LA,KH', + }, + { + iso_a2: 'FK', + iso3: 'FLK', + iso_numeric: '238', + fips: 'FK', + impact_country: 'Falkland Islands', + capital: 'Stanley', + area: 12173.0, + population: 2638, + continent: 'SA', + tld: '.fk', + currency_code: 'FKP', + currency_name: 'Pound', + phone: '500', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-FK'], + geonameid: 3474414, + neighbours: null, + }, + { + iso_a2: 'SH', + iso3: 'SHN', + iso_numeric: '654', + fips: 'SH', + impact_country: 'Saint Helena', + capital: 'Jamestown', + area: 410.0, + population: 7460, + continent: 'AF', + tld: '.sh', + currency_code: 'SHP', + currency_name: 'Pound', + phone: '290', + postal_code_format: 'STHL 1ZZ', + postal_code_regex: '^(STHL1ZZ)$', + languages: ['en-SH'], + geonameid: 3370751, + neighbours: null, + }, + { + iso_a2: 'TM', + iso3: 'TKM', + iso_numeric: '795', + fips: 'TX', + impact_country: 'Turkmenistan', + capital: 'Ashgabat', + area: 488100.0, + population: 5850908, + continent: 'AS', + tld: '.tm', + currency_code: 'TMT', + currency_name: 'Manat', + phone: '993', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['tk', 'ru', 'uz'], + geonameid: 1218197, + neighbours: 'AF,IR,UZ,KZ', + }, + { + iso_a2: 'JP', + iso3: 'JPN', + iso_numeric: '392', + fips: 'JA', + impact_country: 'Japan', + capital: 'Tokyo', + area: 377835.0, + population: 126529100, + continent: 'AS', + tld: '.jp', + currency_code: 'JPY', + currency_name: 'Yen', + phone: '81', + postal_code_format: '###-####', + postal_code_regex: '^\\d{3}-\\d{4}$', + languages: ['ja'], + geonameid: 1861060, + neighbours: null, + }, + { + iso_a2: 'KP', + iso3: 'PRK', + iso_numeric: '408', + fips: 'KN', + impact_country: 'North Korea', + capital: 'Pyongyang', + area: 120540.0, + population: 25549819, + continent: 'AS', + tld: '.kp', + currency_code: 'KPW', + currency_name: 'Won', + phone: '850', + postal_code_format: '###-###', + postal_code_regex: '^(\\d{6})$', + languages: ['ko-KP'], + geonameid: 1873107, + neighbours: 'CN,KR,RU', + }, + { + iso_a2: 'SZ', + iso3: 'SWZ', + iso_numeric: '748', + fips: 'WZ', + impact_country: 'Eswatini', + capital: 'Mbabane', + area: 17363.0, + population: 1136191, + continent: 'AF', + tld: '.sz', + currency_code: 'SZL', + currency_name: 'Lilangeni', + phone: '268', + postal_code_format: '@###', + postal_code_regex: '^([A-Z]\\d{3})$', + languages: ['en-SZ', 'ss-SZ'], + geonameid: 934841, + neighbours: 'ZA,MZ', + }, + { + iso_a2: 'GA', + iso3: 'GAB', + iso_numeric: '266', + fips: 'GB', + impact_country: 'Gabon', + capital: 'Libreville', + area: 267667.0, + population: 2119275, + continent: 'AF', + tld: '.ga', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '241', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-GA'], + geonameid: 2400553, + neighbours: 'CM,GQ,CG', + }, + { + iso_a2: 'UM', + iso3: 'UMI', + iso_numeric: '581', + fips: null, + impact_country: 'United States Minor Outlying Islands', + capital: null, + area: 0.0, + population: 0, + continent: 'OC', + tld: '.um', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '1', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-UM'], + geonameid: 5854968, + neighbours: null, + }, + { + iso_a2: 'UY', + iso3: 'URY', + iso_numeric: '858', + fips: 'UY', + impact_country: 'Uruguay', + capital: 'Montevideo', + area: 176220.0, + population: 3449299, + continent: 'SA', + tld: '.uy', + currency_code: 'UYU', + currency_name: 'Peso', + phone: '598', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-UY'], + geonameid: 3439705, + neighbours: 'BR,AR', + }, + { + iso_a2: 'BO', + iso3: 'BOL', + iso_numeric: '068', + fips: 'BL', + impact_country: 'Bolivia', + capital: 'Sucre', + area: 1098580.0, + population: 11353142, + continent: 'SA', + tld: '.bo', + currency_code: 'BOB', + currency_name: 'Boliviano', + phone: '591', + postal_code_format: null, + postal_code_regex: null, + languages: ['es-BO', 'qu', 'ay'], + geonameid: 3923057, + neighbours: 'PE,CL,PY,BR,AR', + }, + { + iso_a2: 'VE', + iso3: 'VEN', + iso_numeric: '862', + fips: 'VE', + impact_country: 'Venezuela', + capital: 'Caracas', + area: 912050.0, + population: 28870195, + continent: 'SA', + tld: '.ve', + currency_code: 'VES', + currency_name: 'Bolivar Soberano', + phone: '58', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['es-VE'], + geonameid: 3625428, + neighbours: 'GY,BR,CO', + }, + { + iso_a2: 'VI', + iso3: 'VIR', + iso_numeric: '850', + fips: 'VQ', + impact_country: 'U.S. Virgin Islands', + capital: 'Charlotte Amalie', + area: 352.0, + population: 106977, + continent: 'NA', + tld: '.vi', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-340', + postal_code_format: '#####-####', + postal_code_regex: '^008\\d{2}(?:-\\d{4})?$', + languages: ['en-VI'], + geonameid: 4796775, + neighbours: null, + }, + { + iso_a2: 'AW', + iso3: 'ABW', + iso_numeric: '533', + fips: 'AA', + impact_country: 'Aruba', + capital: 'Oranjestad', + area: 193.0, + population: 105845, + continent: 'NA', + tld: '.aw', + currency_code: 'AWG', + currency_name: 'Guilder', + phone: '297', + postal_code_format: null, + postal_code_regex: null, + languages: ['nl-AW', 'pap', 'es', 'en'], + geonameid: 3577279, + neighbours: null, + }, + { + iso_a2: 'BG', + iso3: 'BGR', + iso_numeric: '100', + fips: 'BU', + impact_country: 'Bulgaria', + capital: 'Sofia', + area: 110910.0, + population: 7000039, + continent: 'EU', + tld: '.bg', + currency_code: 'BGN', + currency_name: 'Lev', + phone: '359', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['bg', 'tr-BG', 'rom'], + geonameid: 732800, + neighbours: 'MK,GR,RO,TR,RS', + }, + { + iso_a2: 'SN', + iso3: 'SEN', + iso_numeric: '686', + fips: 'SG', + impact_country: 'Senegal', + capital: 'Dakar', + area: 196190.0, + population: 15854360, + continent: 'AF', + tld: '.sn', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '221', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-SN', 'wo', 'fuc', 'mnk'], + geonameid: 2245662, + neighbours: 'GN,MR,GW,GM,ML', + }, + { + iso_a2: 'CM', + iso3: 'CMR', + iso_numeric: '120', + fips: 'CM', + impact_country: 'Cameroon', + capital: 'Yaounde', + area: 475440.0, + population: 25216237, + continent: 'AF', + tld: '.cm', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '237', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-CM', 'fr-CM'], + geonameid: 2233387, + neighbours: 'TD,CF,GA,GQ,CG,NG', + }, + { + iso_a2: 'NC', + iso3: 'NCL', + iso_numeric: '540', + fips: 'NC', + impact_country: 'New Caledonia', + capital: 'Noumea', + area: 19060.0, + population: 284060, + continent: 'OC', + tld: '.nc', + currency_code: 'XPF', + currency_name: 'Franc', + phone: '687', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-NC'], + geonameid: 2139685, + neighbours: null, + }, + { + iso_a2: 'SE', + iso3: 'SWE', + iso_numeric: '752', + fips: 'SW', + impact_country: 'Sweden', + capital: 'Stockholm', + area: 449964.0, + population: 10183175, + continent: 'EU', + tld: '.se', + currency_code: 'SEK', + currency_name: 'Krona', + phone: '46', + postal_code_format: '### ##', + postal_code_regex: '^(?:SE)?\\d{3}\\s\\d{2}$', + languages: ['sv-SE', 'se', 'sma', 'fi-SE'], + geonameid: 2661886, + neighbours: 'NO,FI', + }, + { + iso_a2: 'CC', + iso3: 'CCK', + iso_numeric: '166', + fips: 'CK', + impact_country: 'Cocos Islands', + capital: 'West Island', + area: 14.0, + population: 628, + continent: 'AS', + tld: '.cc', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '61', + postal_code_format: null, + postal_code_regex: null, + languages: ['ms-CC', 'en'], + geonameid: 1547376, + neighbours: null, + }, + { + iso_a2: 'FJ', + iso3: 'FJI', + iso_numeric: '242', + fips: 'FJ', + impact_country: 'Fiji', + capital: 'Suva', + area: 18270.0, + population: 883483, + continent: 'OC', + tld: '.fj', + currency_code: 'FJD', + currency_name: 'Dollar', + phone: '679', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-FJ', 'fj'], + geonameid: 2205218, + neighbours: null, + }, + { + iso_a2: 'VU', + iso3: 'VUT', + iso_numeric: '548', + fips: 'NH', + impact_country: 'Vanuatu', + capital: 'Port Vila', + area: 12200.0, + population: 292680, + continent: 'OC', + tld: '.vu', + currency_code: 'VUV', + currency_name: 'Vatu', + phone: '678', + postal_code_format: null, + postal_code_regex: null, + languages: ['bi', 'en-VU', 'fr-VU'], + geonameid: 2134431, + neighbours: null, + }, + { + iso_a2: 'DE', + iso3: 'DEU', + iso_numeric: '276', + fips: 'GM', + impact_country: 'Germany', + capital: 'Berlin', + area: 357021.0, + population: 82927922, + continent: 'EU', + tld: '.de', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '49', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['de'], + geonameid: 2921044, + neighbours: 'CH,PL,NL,DK,BE,CZ,LU,FR,AT', + }, + { + iso_a2: 'PF', + iso3: 'PYF', + iso_numeric: '258', + fips: 'FP', + impact_country: 'French Polynesia', + capital: 'Papeete', + area: 4167.0, + population: 277679, + continent: 'OC', + tld: '.pf', + currency_code: 'XPF', + currency_name: 'Franc', + phone: '689', + postal_code_format: '#####', + postal_code_regex: '^((97|98)7\\d{2})$', + languages: ['fr-PF', 'ty'], + geonameid: 4030656, + neighbours: null, + }, + { + iso_a2: 'CA', + iso3: 'CAN', + iso_numeric: '124', + fips: 'CA', + impact_country: 'Canada', + capital: 'Ottawa', + area: 9984670.0, + population: 37058856, + continent: 'NA', + tld: '.ca', + currency_code: 'CAD', + currency_name: 'Dollar', + phone: '1', + postal_code_format: '@#@ #@#', + postal_code_regex: + '^([ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJKLMNPRSTVWXYZ]) ?(\\d[ABCEGHJKLMNPRSTVWXYZ]\\d)$', + languages: ['en-CA', 'fr-CA', 'iu'], + geonameid: 6251999, + neighbours: 'US', + }, + { + iso_a2: 'LK', + iso3: 'LKA', + iso_numeric: '144', + fips: 'CE', + impact_country: 'Sri Lanka', + capital: 'Colombo', + area: 65610.0, + population: 21670000, + continent: 'AS', + tld: '.lk', + currency_code: 'LKR', + currency_name: 'Rupee', + phone: '94', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['si', 'ta', 'en'], + geonameid: 1227603, + neighbours: null, + }, + { + iso_a2: 'PA', + iso3: 'PAN', + iso_numeric: '591', + fips: 'PM', + impact_country: 'Panama', + capital: 'Panama City', + area: 78200.0, + population: 4176873, + continent: 'NA', + tld: '.pa', + currency_code: 'PAB', + currency_name: 'Balboa', + phone: '507', + postal_code_format: null, + postal_code_regex: null, + languages: ['es-PA', 'en'], + geonameid: 3703430, + neighbours: 'CR,CO', + }, + { + iso_a2: 'AF', + iso3: 'AFG', + iso_numeric: '004', + fips: 'AF', + impact_country: 'Afghanistan', + capital: 'Kabul', + area: 647500.0, + population: 37172386, + continent: 'AS', + tld: '.af', + currency_code: 'AFN', + currency_name: 'Afghani', + phone: '93', + postal_code_format: null, + postal_code_regex: null, + languages: ['fa-AF', 'ps', 'uz-AF', 'tk'], + geonameid: 1149361, + neighbours: 'TM,CN,IR,TJ,PK,UZ', + }, + { + iso_a2: 'TD', + iso3: 'TCD', + iso_numeric: '148', + fips: 'CD', + impact_country: 'Chad', + capital: "N'Djamena", + area: 1284000.0, + population: 15477751, + continent: 'AF', + tld: '.td', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '235', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-TD', 'ar-TD', 'sre'], + geonameid: 2434508, + neighbours: 'NE,LY,CF,SD,CM,NG', + }, + { + iso_a2: 'WS', + iso3: 'WSM', + iso_numeric: '882', + fips: 'WS', + impact_country: 'Samoa', + capital: 'Apia', + area: 2944.0, + population: 196130, + continent: 'OC', + tld: '.ws', + currency_code: 'WST', + currency_name: 'Tala', + phone: '685', + postal_code_format: null, + postal_code_regex: null, + languages: ['sm', 'en-WS'], + geonameid: 4034894, + neighbours: null, + }, + { + iso_a2: 'CS', + iso3: 'SCG', + iso_numeric: '891', + fips: 'YI', + impact_country: 'Serbia and Montenegro', + capital: 'Belgrade', + area: 102350.0, + population: 10829175, + continent: 'EU', + tld: '.cs', + currency_code: 'RSD', + currency_name: 'Dinar', + phone: '381', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['cu', 'hu', 'sq', 'sr'], + geonameid: 8505033, + neighbours: 'AL,HU,MK,RO,HR,BA,BG', + }, + { + iso_a2: 'GB', + iso3: 'GBR', + iso_numeric: '826', + fips: 'UK', + impact_country: 'United Kingdom', + capital: 'London', + area: 244820.0, + population: 66488991, + continent: 'EU', + tld: '.uk', + currency_code: 'GBP', + currency_name: 'Pound', + phone: '44', + postal_code_format: + '@# #@@|@## #@@|@@# #@@|@@## #@@|@#@ #@@|@@#@ #@@|GIR0AA', + postal_code_regex: + '^([Gg][Ii][Rr]\\s?0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([A-Za-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9]?[A-Za-z]))))\\s?[0-9][A-Za-z]{2})$', + languages: ['en-GB', 'cy-GB', 'gd'], + geonameid: 2635167, + neighbours: 'IE', + }, + { + iso_a2: 'MG', + iso3: 'MDG', + iso_numeric: '450', + fips: 'MA', + impact_country: 'Madagascar', + capital: 'Antananarivo', + area: 587040.0, + population: 26262368, + continent: 'AF', + tld: '.mg', + currency_code: 'MGA', + currency_name: 'Ariary', + phone: '261', + postal_code_format: '###', + postal_code_regex: '^(\\d{3})$', + languages: ['fr-MG', 'mg'], + geonameid: 1062947, + neighbours: null, + }, + { + iso_a2: 'PH', + iso3: 'PHL', + iso_numeric: '608', + fips: 'RP', + impact_country: 'Philippines', + capital: 'Manila', + area: 300000.0, + population: 106651922, + continent: 'AS', + tld: '.ph', + currency_code: 'PHP', + currency_name: 'Peso', + phone: '63', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: [ + 'tl', + 'en-PH', + 'fil', + 'ceb', + 'tgl', + 'ilo', + 'hil', + 'war', + 'pam', + 'bik', + 'bcl', + 'pag', + 'mrw', + 'tsg', + 'mdh', + 'cbk', + 'krj', + 'sgd', + 'msb', + 'akl', + 'ibg', + 'yka', + 'mta', + 'abx', + ], + geonameid: 1694008, + neighbours: null, + }, + { + iso_a2: 'AT', + iso3: 'AUT', + iso_numeric: '040', + fips: 'AU', + impact_country: 'Austria', + capital: 'Vienna', + area: 83858.0, + population: 8847037, + continent: 'EU', + tld: '.at', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '43', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['de-AT', 'hr', 'hu', 'sl'], + geonameid: 2782113, + neighbours: 'CH,DE,HU,SK,CZ,IT,SI,LI', + }, + { + iso_a2: 'HN', + iso3: 'HND', + iso_numeric: '340', + fips: 'HO', + impact_country: 'Honduras', + capital: 'Tegucigalpa', + area: 112090.0, + population: 9587522, + continent: 'NA', + tld: '.hn', + currency_code: 'HNL', + currency_name: 'Lempira', + phone: '504', + postal_code_format: '@@####', + postal_code_regex: '^([A-Z]{2}\\d{4})$', + languages: ['es-HN', 'cab', 'miq'], + geonameid: 3608932, + neighbours: 'GT,NI,SV', + }, + { + iso_a2: 'IR', + iso3: 'IRN', + iso_numeric: '364', + fips: 'IR', + impact_country: 'Iran', + capital: 'Tehran', + area: 1648000.0, + population: 81800269, + continent: 'AS', + tld: '.ir', + currency_code: 'IRR', + currency_name: 'Rial', + phone: '98', + postal_code_format: '##########', + postal_code_regex: '^(\\d{10})$', + languages: ['fa-IR', 'ku'], + geonameid: 130758, + neighbours: 'TM,AF,IQ,AM,PK,AZ,TR', + }, + { + iso_a2: 'MM', + iso3: 'MMR', + iso_numeric: '104', + fips: 'BM', + impact_country: 'Myanmar', + capital: 'Nay Pyi Taw', + area: 678500.0, + population: 53708395, + continent: 'AS', + tld: '.mm', + currency_code: 'MMK', + currency_name: 'Kyat', + phone: '95', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['my'], + geonameid: 1327865, + neighbours: 'CN,LA,TH,BD,IN', + }, + { + iso_a2: 'NP', + iso3: 'NPL', + iso_numeric: '524', + fips: 'NP', + impact_country: 'Nepal', + capital: 'Kathmandu', + area: 140800.0, + population: 28087871, + continent: 'AS', + tld: '.np', + currency_code: 'NPR', + currency_name: 'Rupee', + phone: '977', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ne', 'en'], + geonameid: 1282988, + neighbours: 'CN,IN', + }, + { + iso_a2: 'PL', + iso3: 'POL', + iso_numeric: '616', + fips: 'PL', + impact_country: 'Poland', + capital: 'Warsaw', + area: 312685.0, + population: 37978548, + continent: 'EU', + tld: '.pl', + currency_code: 'PLN', + currency_name: 'Zloty', + phone: '48', + postal_code_format: '##-###', + postal_code_regex: '^\\d{2}-\\d{3}$', + languages: ['pl'], + geonameid: 798544, + neighbours: 'DE,LT,SK,CZ,BY,UA,RU', + }, + { + iso_a2: 'HR', + iso3: 'HRV', + iso_numeric: '191', + fips: 'HR', + impact_country: 'Croatia', + capital: 'Zagreb', + area: 56542.0, + population: 4089400, + continent: 'EU', + tld: '.hr', + currency_code: 'HRK', + currency_name: 'Kuna', + phone: '385', + postal_code_format: '#####', + postal_code_regex: '^(?:HR)*(\\d{5})$', + languages: ['hr-HR', 'sr'], + geonameid: 3202326, + neighbours: 'HU,SI,BA,ME,RS', + }, + { + iso_a2: 'GP', + iso3: 'GLP', + iso_numeric: '312', + fips: 'GP', + impact_country: 'Guadeloupe', + capital: 'Basse-Terre', + area: 1780.0, + population: 443000, + continent: 'NA', + tld: '.gp', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '590', + postal_code_format: '#####', + postal_code_regex: '^((97|98)\\d{3})$', + languages: ['fr-GP'], + geonameid: 3579143, + neighbours: null, + }, + { + iso_a2: 'AU', + iso3: 'AUS', + iso_numeric: '036', + fips: 'AS', + impact_country: 'Australia', + capital: 'Canberra', + area: 7686850.0, + population: 24992369, + continent: 'OC', + tld: '.au', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '61', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['en-AU'], + geonameid: 2077456, + neighbours: null, + }, + { + iso_a2: 'IE', + iso3: 'IRL', + iso_numeric: '372', + fips: 'EI', + impact_country: 'Ireland', + capital: 'Dublin', + area: 70280.0, + population: 4853506, + continent: 'EU', + tld: '.ie', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '353', + postal_code_format: '@@@ @@@@', + postal_code_regex: + '^(D6W|[AC-FHKNPRTV-Y][0-9]{2})\\s?([AC-FHKNPRTV-Y0-9]{4})', + languages: ['en-IE', 'ga-IE'], + geonameid: 2963597, + neighbours: 'GB', + }, + { + iso_a2: 'KN', + iso3: 'KNA', + iso_numeric: '659', + fips: 'SC', + impact_country: 'Saint Kitts and Nevis', + capital: 'Basseterre', + area: 261.0, + population: 52441, + continent: 'NA', + tld: '.kn', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-869', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-KN'], + geonameid: 3575174, + neighbours: null, + }, + { + iso_a2: 'MV', + iso3: 'MDV', + iso_numeric: '462', + fips: 'MV', + impact_country: 'Maldives', + capital: 'Male', + area: 300.0, + population: 515696, + continent: 'AS', + tld: '.mv', + currency_code: 'MVR', + currency_name: 'Rufiyaa', + phone: '960', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['dv', 'en'], + geonameid: 1282028, + neighbours: null, + }, + { + iso_a2: 'TG', + iso3: 'TGO', + iso_numeric: '768', + fips: 'TO', + impact_country: 'Togo', + capital: 'Lome', + area: 56785.0, + population: 7889094, + continent: 'AF', + tld: '.tg', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '228', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-TG', 'ee', 'hna', 'kbp', 'dag', 'ha'], + geonameid: 2363686, + neighbours: 'BJ,GH,BF', + }, + { + iso_a2: 'LU', + iso3: 'LUX', + iso_numeric: '442', + fips: 'LU', + impact_country: 'Luxembourg', + capital: 'Luxembourg', + area: 2586.0, + population: 607728, + continent: 'EU', + tld: '.lu', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '352', + postal_code_format: 'L-####', + postal_code_regex: '^(?:L-)?\\d{4}$', + languages: ['lb', 'de-LU', 'fr-LU'], + geonameid: 2960313, + neighbours: 'DE,BE,FR', + }, + { + iso_a2: 'MP', + iso3: 'MNP', + iso_numeric: '580', + fips: 'CQ', + impact_country: 'Northern Mariana Islands', + capital: 'Saipan', + area: 477.0, + population: 56882, + continent: 'OC', + tld: '.mp', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-670', + postal_code_format: '#####', + postal_code_regex: '^9695\\d{1}$', + languages: ['fil', 'tl', 'zh', 'ch-MP', 'en-MP'], + geonameid: 4041468, + neighbours: null, + }, + { + iso_a2: 'RW', + iso3: 'RWA', + iso_numeric: '646', + fips: 'RW', + impact_country: 'Rwanda', + capital: 'Kigali', + area: 26338.0, + population: 12301939, + continent: 'AF', + tld: '.rw', + currency_code: 'RWF', + currency_name: 'Franc', + phone: '250', + postal_code_format: null, + postal_code_regex: null, + languages: ['rw', 'en-RW', 'fr-RW', 'sw'], + geonameid: 49518, + neighbours: 'TZ,CD,BI,UG', + }, + { + iso_a2: 'TR', + iso3: 'TUR', + iso_numeric: '792', + fips: 'TU', + impact_country: 'Turkey', + capital: 'Ankara', + area: 780580.0, + population: 82319724, + continent: 'AS', + tld: '.tr', + currency_code: 'TRY', + currency_name: 'Lira', + phone: '90', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['tr-TR', 'ku', 'diq', 'az', 'av'], + geonameid: 298795, + neighbours: 'SY,GE,IQ,IR,GR,AM,AZ,BG', + }, + { + iso_a2: 'ZM', + iso3: 'ZMB', + iso_numeric: '894', + fips: 'ZA', + impact_country: 'Zambia', + capital: 'Lusaka', + area: 752614.0, + population: 17351822, + continent: 'AF', + tld: '.zm', + currency_code: 'ZMW', + currency_name: 'Kwacha', + phone: '260', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['en-ZM', 'bem', 'loz', 'lun', 'lue', 'ny', 'toi'], + geonameid: 895949, + neighbours: 'ZW,TZ,MZ,CD,NA,MW,AO', + }, + { + iso_a2: 'MD', + iso3: 'MDA', + iso_numeric: '498', + fips: 'MD', + impact_country: 'Moldova', + capital: 'Chisinau', + area: 33843.0, + population: 3545883, + continent: 'EU', + tld: '.md', + currency_code: 'MDL', + currency_name: 'Leu', + phone: '373', + postal_code_format: 'MD-####', + postal_code_regex: '^MD-\\d{4}$', + languages: ['ro', 'ru', 'gag', 'tr'], + geonameid: 617790, + neighbours: 'RO,UA', + }, + { + iso_a2: 'SB', + iso3: 'SLB', + iso_numeric: '090', + fips: 'BP', + impact_country: 'Solomon Islands', + capital: 'Honiara', + area: 28450.0, + population: 652858, + continent: 'OC', + tld: '.sb', + currency_code: 'SBD', + currency_name: 'Dollar', + phone: '677', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-SB', 'tpi'], + geonameid: 2103350, + neighbours: null, + }, + { + iso_a2: 'BV', + iso3: 'BVT', + iso_numeric: '074', + fips: 'BV', + impact_country: 'Bouvet Island', + capital: null, + area: 49.0, + population: 0, + continent: 'AN', + tld: '.bv', + currency_code: 'NOK', + currency_name: 'Krone', + phone: null, + postal_code_format: null, + postal_code_regex: null, + languages: null, + geonameid: 3371123, + neighbours: null, + }, + { + iso_a2: 'PK', + iso3: 'PAK', + iso_numeric: '586', + fips: 'PK', + impact_country: 'Pakistan', + capital: 'Islamabad', + area: 803940.0, + population: 212215030, + continent: 'AS', + tld: '.pk', + currency_code: 'PKR', + currency_name: 'Rupee', + phone: '92', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ur-PK', 'en-PK', 'pa', 'sd', 'ps', 'brh'], + geonameid: 1168579, + neighbours: 'CN,AF,IR,IN', + }, + { + iso_a2: 'CX', + iso3: 'CXR', + iso_numeric: '162', + fips: 'KT', + impact_country: 'Christmas Island', + capital: 'Flying Fish Cove', + area: 135.0, + population: 1500, + continent: 'OC', + tld: '.cx', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '61', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['en', 'zh', 'ms-CC'], + geonameid: 2078138, + neighbours: null, + }, + { + iso_a2: 'DM', + iso3: 'DMA', + iso_numeric: '212', + fips: 'DO', + impact_country: 'Dominica', + capital: 'Roseau', + area: 754.0, + population: 71625, + continent: 'NA', + tld: '.dm', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-767', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-DM'], + geonameid: 3575830, + neighbours: null, + }, + { + iso_a2: 'MH', + iso3: 'MHL', + iso_numeric: '584', + fips: 'RM', + impact_country: 'Marshall Islands', + capital: 'Majuro', + area: 181.3, + population: 58413, + continent: 'OC', + tld: '.mh', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '692', + postal_code_format: '#####-####', + postal_code_regex: '^969\\d{2}(-\\d{4})$', + languages: ['mh', 'en-MH'], + geonameid: 2080185, + neighbours: null, + }, + { + iso_a2: 'TF', + iso3: 'ATF', + iso_numeric: '260', + fips: 'FS', + impact_country: 'French Southern Territories', + capital: 'Port-aux-Francais', + area: 7829.0, + population: 140, + continent: 'AN', + tld: '.tf', + currency_code: 'EUR', + currency_name: 'Euro', + phone: null, + postal_code_format: null, + postal_code_regex: null, + languages: ['fr'], + geonameid: 1546748, + neighbours: null, + }, + { + iso_a2: 'MX', + iso3: 'MEX', + iso_numeric: '484', + fips: 'MX', + impact_country: 'Mexico', + capital: 'Mexico City', + area: 1972550.0, + population: 126190788, + continent: 'NA', + tld: '.mx', + currency_code: 'MXN', + currency_name: 'Peso', + phone: '52', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-MX'], + geonameid: 3996063, + neighbours: 'GT,US,BZ', + }, + { + iso_a2: 'SY', + iso3: 'SYR', + iso_numeric: '760', + fips: 'SY', + impact_country: 'Syria', + capital: 'Damascus', + area: 185180.0, + population: 16906283, + continent: 'AS', + tld: '.sy', + currency_code: 'SYP', + currency_name: 'Pound', + phone: '963', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-SY', 'ku', 'hy', 'arc', 'fr', 'en'], + geonameid: 163843, + neighbours: 'IQ,JO,IL,TR,LB', + }, + { + iso_a2: 'GW', + iso3: 'GNB', + iso_numeric: '624', + fips: 'PU', + impact_country: 'Guinea-Bissau', + capital: 'Bissau', + area: 36120.0, + population: 1874309, + continent: 'AF', + tld: '.gw', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '245', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['pt-GW', 'pov'], + geonameid: 2372248, + neighbours: 'SN,GN', + }, + { + iso_a2: 'TV', + iso3: 'TUV', + iso_numeric: '798', + fips: 'TV', + impact_country: 'Tuvalu', + capital: 'Funafuti', + area: 26.0, + population: 11508, + continent: 'OC', + tld: '.tv', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '688', + postal_code_format: null, + postal_code_regex: null, + languages: ['tvl', 'en', 'sm', 'gil'], + geonameid: 2110297, + neighbours: null, + }, + { + iso_a2: 'VG', + iso3: 'VGB', + iso_numeric: '092', + fips: 'VI', + impact_country: 'British Virgin Islands', + capital: 'Road Town', + area: 153.0, + population: 29802, + continent: 'NA', + tld: '.vg', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-284', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-VG'], + geonameid: 3577718, + neighbours: null, + }, + { + iso_a2: 'BM', + iso3: 'BMU', + iso_numeric: '060', + fips: 'BD', + impact_country: 'Bermuda', + capital: 'Hamilton', + area: 53.0, + population: 63968, + continent: 'NA', + tld: '.bm', + currency_code: 'BMD', + currency_name: 'Dollar', + phone: '+1-441', + postal_code_format: '@@ ##', + postal_code_regex: '^([A-Z]{2}\\d{2})$', + languages: ['en-BM', 'pt'], + geonameid: 3573345, + neighbours: null, + }, + { + iso_a2: 'BS', + iso3: 'BHS', + iso_numeric: '044', + fips: 'BF', + impact_country: 'Bahamas', + capital: 'Nassau', + area: 13940.0, + population: 385640, + continent: 'NA', + tld: '.bs', + currency_code: 'BSD', + currency_name: 'Dollar', + phone: '+1-242', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-BS'], + geonameid: 3572887, + neighbours: null, + }, + { + iso_a2: 'YT', + iso3: 'MYT', + iso_numeric: '175', + fips: 'MF', + impact_country: 'Mayotte', + capital: 'Mamoudzou', + area: 374.0, + population: 159042, + continent: 'AF', + tld: '.yt', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '262', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-YT'], + geonameid: 1024031, + neighbours: null, + }, + { + iso_a2: 'AI', + iso3: 'AIA', + iso_numeric: '660', + fips: 'AV', + impact_country: 'Anguilla', + capital: 'The Valley', + area: 102.0, + population: 13254, + continent: 'NA', + tld: '.ai', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-264', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-AI'], + geonameid: 3573511, + neighbours: null, + }, + { + iso_a2: 'KZ', + iso3: 'KAZ', + iso_numeric: '398', + fips: 'KZ', + impact_country: 'Kazakhstan', + capital: 'Nur-Sultan', + area: 2717300.0, + population: 18276499, + continent: 'AS', + tld: '.kz', + currency_code: 'KZT', + currency_name: 'Tenge', + phone: '7', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['kk', 'ru'], + geonameid: 1522867, + neighbours: 'TM,CN,KG,UZ,RU', + }, + { + iso_a2: 'MQ', + iso3: 'MTQ', + iso_numeric: '474', + fips: 'MB', + impact_country: 'Martinique', + capital: 'Fort-de-France', + area: 1100.0, + population: 432900, + continent: 'NA', + tld: '.mq', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '596', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-MQ'], + geonameid: 3570311, + neighbours: null, + }, + { + iso_a2: 'CG', + iso3: 'COG', + iso_numeric: '178', + fips: 'CF', + impact_country: 'Republic of the Congo', + capital: 'Brazzaville', + area: 342000.0, + population: 5244363, + continent: 'AF', + tld: '.cg', + currency_code: 'XAF', + currency_name: 'Franc', + phone: '242', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-CG', 'kg', 'ln-CG'], + geonameid: 2260494, + neighbours: 'CF,GA,CD,CM,AO', + }, + { + iso_a2: 'IO', + iso3: 'IOT', + iso_numeric: '086', + fips: 'IO', + impact_country: 'British Indian Ocean Territory', + capital: 'Diego Garcia', + area: 60.0, + population: 4000, + continent: 'AS', + tld: '.io', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '246', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-IO'], + geonameid: 1282588, + neighbours: null, + }, + { + iso_a2: 'LT', + iso3: 'LTU', + iso_numeric: '440', + fips: 'LH', + impact_country: 'Lithuania', + capital: 'Vilnius', + area: 65200.0, + population: 2789533, + continent: 'EU', + tld: '.lt', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '370', + postal_code_format: 'LT-#####', + postal_code_regex: '^(?:LT)*(\\d{5})$', + languages: ['lt', 'ru', 'pl'], + geonameid: 597427, + neighbours: 'PL,BY,RU,LV', + }, + { + iso_a2: 'PM', + iso3: 'SPM', + iso_numeric: '666', + fips: 'SB', + impact_country: 'Saint Pierre and Miquelon', + capital: 'Saint-Pierre', + area: 242.0, + population: 7012, + continent: 'NA', + tld: '.pm', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '508', + postal_code_format: '#####', + postal_code_regex: '^(97500)$', + languages: ['fr-PM'], + geonameid: 3424932, + neighbours: null, + }, + { + iso_a2: 'TH', + iso3: 'THA', + iso_numeric: '764', + fips: 'TH', + impact_country: 'Thailand', + capital: 'Bangkok', + area: 514000.0, + population: 69428524, + continent: 'AS', + tld: '.th', + currency_code: 'THB', + currency_name: 'Baht', + phone: '66', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['th', 'en'], + geonameid: 1605651, + neighbours: 'LA,MM,KH,MY', + }, + { + iso_a2: 'CW', + iso3: 'CUW', + iso_numeric: '531', + fips: 'UC', + impact_country: 'Curacao', + capital: 'Willemstad', + area: 444.0, + population: 159849, + continent: 'NA', + tld: '.cw', + currency_code: 'ANG', + currency_name: 'Guilder', + phone: '599', + postal_code_format: null, + postal_code_regex: null, + languages: ['nl', 'pap'], + geonameid: 7626836, + neighbours: null, + }, + { + iso_a2: 'GI', + iso3: 'GIB', + iso_numeric: '292', + fips: 'GI', + impact_country: 'Gibraltar', + capital: 'Gibraltar', + area: 6.5, + population: 33718, + continent: 'EU', + tld: '.gi', + currency_code: 'GIP', + currency_name: 'Pound', + phone: '350', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-GI', 'es', 'it', 'pt'], + geonameid: 2411586, + neighbours: 'ES', + }, + { + iso_a2: 'LS', + iso3: 'LSO', + iso_numeric: '426', + fips: 'LT', + impact_country: 'Lesotho', + capital: 'Maseru', + area: 30355.0, + population: 2108132, + continent: 'AF', + tld: '.ls', + currency_code: 'LSL', + currency_name: 'Loti', + phone: '266', + postal_code_format: '###', + postal_code_regex: '^(\\d{3})$', + languages: ['en-LS', 'st', 'zu', 'xh'], + geonameid: 932692, + neighbours: 'ZA', + }, + { + iso_a2: 'MZ', + iso3: 'MOZ', + iso_numeric: '508', + fips: 'MZ', + impact_country: 'Mozambique', + capital: 'Maputo', + area: 801590.0, + population: 29495962, + continent: 'AF', + tld: '.mz', + currency_code: 'MZN', + currency_name: 'Metical', + phone: '258', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['pt-MZ', 'vmw'], + geonameid: 1036973, + neighbours: 'ZW,TZ,SZ,ZA,ZM,MW', + }, + { + iso_a2: 'BQ', + iso3: 'BES', + iso_numeric: '535', + fips: null, + impact_country: 'Bonaire, Saint Eustatius and Saba', + capital: null, + area: 328.0, + population: 18012, + continent: 'NA', + tld: '.bq', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '599', + postal_code_format: null, + postal_code_regex: null, + languages: ['nl', 'pap', 'en'], + geonameid: 7626844, + neighbours: null, + }, + { + iso_a2: 'CD', + iso3: 'COD', + iso_numeric: '180', + fips: 'CG', + impact_country: 'Democratic Republic of the Congo', + capital: 'Kinshasa', + area: 2345410.0, + population: 84068091, + continent: 'AF', + tld: '.cd', + currency_code: 'CDF', + currency_name: 'Franc', + phone: '243', + postal_code_format: null, + postal_code_regex: null, + languages: ['fr-CD', 'ln', 'ktu', 'kg', 'sw', 'lua'], + geonameid: 203312, + neighbours: 'TZ,CF,SS,RW,ZM,BI,UG,CG,AO', + }, + { + iso_a2: 'CZ', + iso3: 'CZE', + iso_numeric: '203', + fips: 'EZ', + impact_country: 'Czechia', + capital: 'Prague', + area: 78866.0, + population: 10625695, + continent: 'EU', + tld: '.cz', + currency_code: 'CZK', + currency_name: 'Koruna', + phone: '420', + postal_code_format: '### ##', + postal_code_regex: '^\\d{3}\\s?\\d{2}$', + languages: ['cs', 'sk'], + geonameid: 3077311, + neighbours: 'PL,DE,SK,AT', + }, + { + iso_a2: 'ER', + iso3: 'ERI', + iso_numeric: '232', + fips: 'ER', + impact_country: 'Eritrea', + capital: 'Asmara', + area: 121320.0, + population: 0, + continent: 'AF', + tld: '.er', + currency_code: 'ERN', + currency_name: 'Nakfa', + phone: '291', + postal_code_format: null, + postal_code_regex: null, + languages: ['aa-ER', 'ar', 'tig', 'kun', 'ti-ER'], + geonameid: 338010, + neighbours: 'ET,SD,DJ', + }, + { + iso_a2: 'ID', + iso3: 'IDN', + iso_numeric: '360', + fips: 'ID', + impact_country: 'Indonesia', + capital: 'Jakarta', + area: 1919440.0, + population: 267663435, + continent: 'AS', + tld: '.id', + currency_code: 'IDR', + currency_name: 'Rupiah', + phone: '62', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['id', 'en', 'nl', 'jv'], + geonameid: 1643084, + neighbours: 'PG,TL,MY', + }, + { + iso_a2: 'ST', + iso3: 'STP', + iso_numeric: '678', + fips: 'TP', + impact_country: 'Sao Tome and Principe', + capital: 'Sao Tome', + area: 1001.0, + population: 197700, + continent: 'AF', + tld: '.st', + currency_code: 'STN', + currency_name: 'Dobra', + phone: '239', + postal_code_format: null, + postal_code_regex: null, + languages: ['pt-ST'], + geonameid: 2410758, + neighbours: null, + }, + { + iso_a2: 'AZ', + iso3: 'AZE', + iso_numeric: '031', + fips: 'AJ', + impact_country: 'Azerbaijan', + capital: 'Baku', + area: 86600.0, + population: 9942334, + continent: 'AS', + tld: '.az', + currency_code: 'AZN', + currency_name: 'Manat', + phone: '994', + postal_code_format: 'AZ ####', + postal_code_regex: '^(?:AZ)*(\\d{4})$', + languages: ['az', 'ru', 'hy'], + geonameid: 587116, + neighbours: 'GE,IR,AM,TR,RU', + }, + { + iso_a2: 'PS', + iso3: 'PSE', + iso_numeric: '275', + fips: 'WE', + impact_country: 'Palestinian Territory', + capital: 'East Jerusalem', + area: 5970.0, + population: 4569087, + continent: 'AS', + tld: '.ps', + currency_code: 'ILS', + currency_name: 'Shekel', + phone: '970', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-PS'], + geonameid: 6254930, + neighbours: 'JO,IL,EG', + }, + { + iso_a2: 'JE', + iso3: 'JEY', + iso_numeric: '832', + fips: 'JE', + impact_country: 'Jersey', + capital: 'Saint Helier', + area: 116.0, + population: 90812, + continent: 'EU', + tld: '.je', + currency_code: 'GBP', + currency_name: 'Pound', + phone: '+44-1534', + postal_code_format: + '@# #@@|@## #@@|@@# #@@|@@## #@@|@#@ #@@|@@#@ #@@|GIR0AA', + postal_code_regex: + '^((?:(?:[A-PR-UWYZ][A-HK-Y]\\d[ABEHMNPRV-Y0-9]|[A-PR-UWYZ]\\d[A-HJKPS-UW0-9])\\s\\d[ABD-HJLNP-UW-Z]{2})|GIR\\s?0AA)$', + languages: ['en', 'fr', 'nrf'], + geonameid: 3042142, + neighbours: null, + }, + { + iso_a2: 'NE', + iso3: 'NER', + iso_numeric: '562', + fips: 'NG', + impact_country: 'Niger', + capital: 'Niamey', + area: 1267000.0, + population: 22442948, + continent: 'AF', + tld: '.ne', + currency_code: 'XOF', + currency_name: 'Franc', + phone: '227', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['fr-NE', 'ha', 'kr', 'dje'], + geonameid: 2440476, + neighbours: 'TD,BJ,DZ,LY,BF,NG,ML', + }, + { + iso_a2: 'NZ', + iso3: 'NZL', + iso_numeric: '554', + fips: 'NZ', + impact_country: 'New Zealand', + capital: 'Wellington', + area: 268680.0, + population: 4885500, + continent: 'OC', + tld: '.nz', + currency_code: 'NZD', + currency_name: 'Dollar', + phone: '64', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['en-NZ', 'mi'], + geonameid: 2186224, + neighbours: null, + }, + { + iso_a2: 'OM', + iso3: 'OMN', + iso_numeric: '512', + fips: 'MU', + impact_country: 'Oman', + capital: 'Muscat', + area: 212460.0, + population: 4829483, + continent: 'AS', + tld: '.om', + currency_code: 'OMR', + currency_name: 'Rial', + phone: '968', + postal_code_format: '###', + postal_code_regex: '^(\\d{3})$', + languages: ['ar-OM', 'en', 'bal', 'ur'], + geonameid: 286963, + neighbours: 'SA,YE,AE', + }, + { + iso_a2: 'SJ', + iso3: 'SJM', + iso_numeric: '744', + fips: 'SV', + impact_country: 'Svalbard and Jan Mayen', + capital: 'Longyearbyen', + area: 62049.0, + population: 2550, + continent: 'EU', + tld: '.sj', + currency_code: 'NOK', + currency_name: 'Krone', + phone: '47', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['no', 'ru'], + geonameid: 607072, + neighbours: null, + }, + { + iso_a2: 'AD', + iso3: 'AND', + iso_numeric: '020', + fips: 'AN', + impact_country: 'Andorra', + capital: 'Andorra la Vella', + area: 468.0, + population: 77006, + continent: 'EU', + tld: '.ad', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '376', + postal_code_format: 'AD###', + postal_code_regex: '^(?:AD)*(\\d{3})$', + languages: ['ca'], + geonameid: 3041565, + neighbours: 'ES,FR', + }, + { + iso_a2: 'HU', + iso3: 'HUN', + iso_numeric: '348', + fips: 'HU', + impact_country: 'Hungary', + capital: 'Budapest', + area: 93030.0, + population: 9768785, + continent: 'EU', + tld: '.hu', + currency_code: 'HUF', + currency_name: 'Forint', + phone: '36', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['hu-HU'], + geonameid: 719819, + neighbours: 'SK,SI,RO,UA,HR,AT,RS', + }, + { + iso_a2: 'JO', + iso3: 'JOR', + iso_numeric: '400', + fips: 'JO', + impact_country: 'Jordan', + capital: 'Amman', + area: 92300.0, + population: 9956011, + continent: 'AS', + tld: '.jo', + currency_code: 'JOD', + currency_name: 'Dinar', + phone: '962', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-JO', 'en'], + geonameid: 248816, + neighbours: 'SY,SA,IQ,IL,PS', + }, + { + iso_a2: 'LV', + iso3: 'LVA', + iso_numeric: '428', + fips: 'LG', + impact_country: 'Latvia', + capital: 'Riga', + area: 64589.0, + population: 1926542, + continent: 'EU', + tld: '.lv', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '371', + postal_code_format: 'LV-####', + postal_code_regex: '^(?:LV)*(\\d{4})$', + languages: ['lv', 'ru', 'lt'], + geonameid: 458258, + neighbours: 'LT,EE,BY,RU', + }, + { + iso_a2: 'GU', + iso3: 'GUM', + iso_numeric: '316', + fips: 'GQ', + impact_country: 'Guam', + capital: 'Hagatna', + area: 549.0, + population: 165768, + continent: 'OC', + tld: '.gu', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-671', + postal_code_format: '969##', + postal_code_regex: '^(969\\d{2})$', + languages: ['en-GU', 'ch-GU'], + geonameid: 4043988, + neighbours: null, + }, + { + iso_a2: 'TL', + iso3: 'TLS', + iso_numeric: '626', + fips: 'TT', + impact_country: 'Timor Leste', + capital: 'Dili', + area: 15007.0, + population: 1267972, + continent: 'OC', + tld: '.tl', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '670', + postal_code_format: null, + postal_code_regex: null, + languages: ['tet', 'pt-TL', 'id', 'en'], + geonameid: 1966436, + neighbours: 'ID', + }, + { + iso_a2: 'TT', + iso3: 'TTO', + iso_numeric: '780', + fips: 'TD', + impact_country: 'Trinidad and Tobago', + capital: 'Port of Spain', + area: 5128.0, + population: 1389858, + continent: 'NA', + tld: '.tt', + currency_code: 'TTD', + currency_name: 'Dollar', + phone: '+1-868', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-TT', 'hns', 'fr', 'es', 'zh'], + geonameid: 3573591, + neighbours: null, + }, + { + iso_a2: 'EE', + iso3: 'EST', + iso_numeric: '233', + fips: 'EN', + impact_country: 'Estonia', + capital: 'Tallinn', + area: 45226.0, + population: 1320884, + continent: 'EU', + tld: '.ee', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '372', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['et', 'ru'], + geonameid: 453733, + neighbours: 'RU,LV', + }, + { + iso_a2: 'HM', + iso3: 'HMD', + iso_numeric: '334', + fips: 'HM', + impact_country: 'Heard Island and McDonald Islands', + capital: null, + area: 412.0, + population: 0, + continent: 'AN', + tld: '.hm', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: null, + postal_code_format: null, + postal_code_regex: null, + languages: null, + geonameid: 1547314, + neighbours: null, + }, + { + iso_a2: 'XK', + iso3: 'XKX', + iso_numeric: '0', + fips: 'KV', + impact_country: 'Kosovo', + capital: 'Pristina', + area: 10908.0, + population: 1845300, + continent: 'EU', + tld: null, + currency_code: 'EUR', + currency_name: 'Euro', + phone: null, + postal_code_format: null, + postal_code_regex: null, + languages: ['sq', 'sr'], + geonameid: 831053, + neighbours: 'RS,AL,MK,ME', + }, + { + iso_a2: 'LY', + iso3: 'LBY', + iso_numeric: '434', + fips: 'LY', + impact_country: 'Libya', + capital: 'Tripoli', + area: 1759540.0, + population: 6678567, + continent: 'AF', + tld: '.ly', + currency_code: 'LYD', + currency_name: 'Dinar', + phone: '218', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-LY', 'it', 'en'], + geonameid: 2215636, + neighbours: 'TD,NE,DZ,SD,TN,EG', + }, + { + iso_a2: 'CO', + iso3: 'COL', + iso_numeric: '170', + fips: 'CO', + impact_country: 'Colombia', + capital: 'Bogota', + area: 1138910.0, + population: 49648685, + continent: 'SA', + tld: '.co', + currency_code: 'COP', + currency_name: 'Peso', + phone: '57', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['es-CO'], + geonameid: 3686110, + neighbours: 'EC,PE,PA,BR,VE', + }, + { + iso_a2: 'KI', + iso3: 'KIR', + iso_numeric: '296', + fips: 'KR', + impact_country: 'Kiribati', + capital: 'Tarawa', + area: 811.0, + population: 115847, + continent: 'OC', + tld: '.ki', + currency_code: 'AUD', + currency_name: 'Dollar', + phone: '686', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-KI', 'gil'], + geonameid: 4030945, + neighbours: null, + }, + { + iso_a2: 'KR', + iso3: 'KOR', + iso_numeric: '410', + fips: 'KS', + impact_country: 'South Korea', + capital: 'Seoul', + area: 98480.0, + population: 51635256, + continent: 'AS', + tld: '.kr', + currency_code: 'KRW', + currency_name: 'Won', + phone: '82', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ko-KR', 'en'], + geonameid: 1835841, + neighbours: 'KP', + }, + { + iso_a2: 'SS', + iso3: 'SSD', + iso_numeric: '728', + fips: 'OD', + impact_country: 'South Sudan', + capital: 'Juba', + area: 644329.0, + population: 8260490, + continent: 'AF', + tld: '.ss', + currency_code: 'SSP', + currency_name: 'Pound', + phone: '211', + postal_code_format: null, + postal_code_regex: null, + languages: ['en'], + geonameid: 7909807, + neighbours: 'CD,CF,ET,KE,SD,UG', + }, + { + iso_a2: 'US', + iso3: 'USA', + iso_numeric: '840', + fips: 'US', + impact_country: 'United States', + capital: 'Washington', + area: 9629091.0, + population: 327167434, + continent: 'NA', + tld: '.us', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '1', + postal_code_format: '#####-####', + postal_code_regex: '^\\d{5}(-\\d{4})?$', + languages: ['en-US', 'es-US', 'haw', 'fr'], + geonameid: 6252001, + neighbours: 'CA,MX,CU', + }, + { + iso_a2: 'CH', + iso3: 'CHE', + iso_numeric: '756', + fips: 'SZ', + impact_country: 'Switzerland', + capital: 'Bern', + area: 41290.0, + population: 8516543, + continent: 'EU', + tld: '.ch', + currency_code: 'CHF', + currency_name: 'Franc', + phone: '41', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['de-CH', 'fr-CH', 'it-CH', 'rm'], + geonameid: 2658434, + neighbours: 'DE,IT,LI,FR,AT', + }, + { + iso_a2: 'KW', + iso3: 'KWT', + iso_numeric: '414', + fips: 'KU', + impact_country: 'Kuwait', + capital: 'Kuwait City', + area: 17820.0, + population: 4137309, + continent: 'AS', + tld: '.kw', + currency_code: 'KWD', + currency_name: 'Dinar', + phone: '965', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-KW', 'en'], + geonameid: 285570, + neighbours: 'SA,IQ', + }, + { + iso_a2: 'MR', + iso3: 'MRT', + iso_numeric: '478', + fips: 'MR', + impact_country: 'Mauritania', + capital: 'Nouakchott', + area: 1030700.0, + population: 4403319, + continent: 'AF', + tld: '.mr', + currency_code: 'MRU', + currency_name: 'Ouguiya', + phone: '222', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-MR', 'fuc', 'snk', 'fr', 'mey', 'wo'], + geonameid: 2378080, + neighbours: 'SN,DZ,EH,ML', + }, + { + iso_a2: 'NL', + iso3: 'NLD', + iso_numeric: '528', + fips: 'NL', + impact_country: 'Netherlands', + capital: 'Amsterdam', + area: 41526.0, + population: 17231017, + continent: 'EU', + tld: '.nl', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '31', + postal_code_format: '#### @@', + postal_code_regex: '^(\\d{4}\\s?[a-zA-Z]{2})$', + languages: ['nl-NL', 'fy-NL'], + geonameid: 2750405, + neighbours: 'DE,BE', + }, + { + iso_a2: 'NO', + iso3: 'NOR', + iso_numeric: '578', + fips: 'NO', + impact_country: 'Norway', + capital: 'Oslo', + area: 324220.0, + population: 5314336, + continent: 'EU', + tld: '.no', + currency_code: 'NOK', + currency_name: 'Krone', + phone: '47', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['no', 'nb', 'nn', 'se', 'fi'], + geonameid: 3144096, + neighbours: 'FI,RU,SE', + }, + { + iso_a2: 'VC', + iso3: 'VCT', + iso_numeric: '670', + fips: 'VC', + impact_country: 'Saint Vincent and the Grenadines', + capital: 'Kingstown', + area: 389.0, + population: 110211, + continent: 'NA', + tld: '.vc', + currency_code: 'XCD', + currency_name: 'Dollar', + phone: '+1-784', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-VC', 'fr'], + geonameid: 3577815, + neighbours: null, + }, + { + iso_a2: 'WF', + iso3: 'WLF', + iso_numeric: '876', + fips: 'WF', + impact_country: 'Wallis and Futuna', + capital: 'Mata Utu', + area: 274.0, + population: 16025, + continent: 'OC', + tld: '.wf', + currency_code: 'XPF', + currency_name: 'Franc', + phone: '681', + postal_code_format: '#####', + postal_code_regex: '^(986\\d{2})$', + languages: ['wls', 'fud', 'fr-WF'], + geonameid: 4034749, + neighbours: null, + }, + { + iso_a2: 'YE', + iso3: 'YEM', + iso_numeric: '887', + fips: 'YM', + impact_country: 'Yemen', + capital: 'Sanaa', + area: 527970.0, + population: 28498687, + continent: 'AS', + tld: '.ye', + currency_code: 'YER', + currency_name: 'Rial', + phone: '967', + postal_code_format: null, + postal_code_regex: null, + languages: ['ar-YE'], + geonameid: 69543, + neighbours: 'SA,OM', + }, + { + iso_a2: 'LB', + iso3: 'LBN', + iso_numeric: '422', + fips: 'LE', + impact_country: 'Lebanon', + capital: 'Beirut', + area: 10400.0, + population: 6848925, + continent: 'AS', + tld: '.lb', + currency_code: 'LBP', + currency_name: 'Pound', + phone: '961', + postal_code_format: '#### ####|####', + postal_code_regex: '^(\\d{4}(\\d{4})?)$', + languages: ['ar-LB', 'fr-LB', 'en', 'hy'], + geonameid: 272103, + neighbours: 'SY,IL', + }, + { + iso_a2: 'RE', + iso3: 'REU', + iso_numeric: '638', + fips: 'RE', + impact_country: 'Reunion', + capital: 'Saint-Denis', + area: 2517.0, + population: 776948, + continent: 'AF', + tld: '.re', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '262', + postal_code_format: '#####', + postal_code_regex: '^((97|98)(4|7|8)\\d{2})$', + languages: ['fr-RE'], + geonameid: 935317, + neighbours: null, + }, + { + iso_a2: 'AS', + iso3: 'ASM', + iso_numeric: '016', + fips: 'AQ', + impact_country: 'American Samoa', + capital: 'Pago Pago', + area: 199.0, + population: 55465, + continent: 'OC', + tld: '.as', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '+1-684', + postal_code_format: '#####-####', + postal_code_regex: '96799', + languages: ['en-AS', 'sm', 'to'], + geonameid: 5880801, + neighbours: null, + }, + { + iso_a2: 'DZ', + iso3: 'DZA', + iso_numeric: '012', + fips: 'AG', + impact_country: 'Algeria', + capital: 'Algiers', + area: 2381740.0, + population: 42228429, + continent: 'AF', + tld: '.dz', + currency_code: 'DZD', + currency_name: 'Dinar', + phone: '213', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-DZ'], + geonameid: 2589581, + neighbours: 'NE,EH,LY,MR,TN,MA,ML', + }, + { + iso_a2: 'PT', + iso3: 'PRT', + iso_numeric: '620', + fips: 'PO', + impact_country: 'Portugal', + capital: 'Lisbon', + area: 92391.0, + population: 10281762, + continent: 'EU', + tld: '.pt', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '351', + postal_code_format: '####-###', + postal_code_regex: '^\\d{4}-\\d{3}\\s?[a-zA-Z]{0,25}$', + languages: ['pt-PT', 'mwl'], + geonameid: 2264397, + neighbours: 'ES', + }, + { + iso_a2: 'IT', + iso3: 'ITA', + iso_numeric: '380', + fips: 'IT', + impact_country: 'Italy', + capital: 'Rome', + area: 301230.0, + population: 60431283, + continent: 'EU', + tld: '.it', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '39', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['it-IT', 'de-IT', 'fr-IT', 'sc', 'ca', 'co', 'sl'], + geonameid: 3175395, + neighbours: 'CH,VA,SI,SM,FR,AT', + }, + { + iso_a2: 'MO', + iso3: 'MAC', + iso_numeric: '446', + fips: 'MC', + impact_country: 'Macao', + capital: 'Macao', + area: 254.0, + population: 631636, + continent: 'AS', + tld: '.mo', + currency_code: 'MOP', + currency_name: 'Pataca', + phone: '853', + postal_code_format: null, + postal_code_regex: null, + languages: ['zh', 'zh-MO', 'pt'], + geonameid: 1821275, + neighbours: null, + }, + { + iso_a2: 'UA', + iso3: 'UKR', + iso_numeric: '804', + fips: 'UP', + impact_country: 'Ukraine', + capital: 'Kyiv', + area: 603700.0, + population: 44622516, + continent: 'EU', + tld: '.ua', + currency_code: 'UAH', + currency_name: 'Hryvnia', + phone: '380', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['uk', 'ru-UA', 'rom', 'pl', 'hu'], + geonameid: 690791, + neighbours: 'PL,MD,HU,SK,BY,RO,RU', + }, + { + iso_a2: 'GF', + iso3: 'GUF', + iso_numeric: '254', + fips: 'FG', + impact_country: 'French Guiana', + capital: 'Cayenne', + area: 91000.0, + population: 195506, + continent: 'SA', + tld: '.gf', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '594', + postal_code_format: '#####', + postal_code_regex: '^((97|98)3\\d{2})$', + languages: ['fr-GF'], + geonameid: 3381670, + neighbours: 'SR,BR', + }, + { + iso_a2: 'KH', + iso3: 'KHM', + iso_numeric: '116', + fips: 'CB', + impact_country: 'Cambodia', + capital: 'Phnom Penh', + area: 181040.0, + population: 16249798, + continent: 'AS', + tld: '.kh', + currency_code: 'KHR', + currency_name: 'Riels', + phone: '855', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['km', 'fr', 'en'], + geonameid: 1831722, + neighbours: 'LA,TH,VN', + }, + { + iso_a2: 'BR', + iso3: 'BRA', + iso_numeric: '076', + fips: 'BR', + impact_country: 'Brazil', + capital: 'Brasilia', + area: 8511965.0, + population: 209469333, + continent: 'SA', + tld: '.br', + currency_code: 'BRL', + currency_name: 'Real', + phone: '55', + postal_code_format: '#####-###', + postal_code_regex: '^\\d{5}-\\d{3}$', + languages: ['pt-BR', 'es', 'en', 'fr'], + geonameid: 3469034, + neighbours: 'SR,PE,BO,UY,GY,PY,GF,VE,CO,AR', + }, + { + iso_a2: 'GM', + iso3: 'GMB', + iso_numeric: '270', + fips: 'GA', + impact_country: 'Gambia', + capital: 'Banjul', + area: 11300.0, + population: 2280102, + continent: 'AF', + tld: '.gm', + currency_code: 'GMD', + currency_name: 'Dalasi', + phone: '220', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-GM', 'mnk', 'wof', 'wo', 'ff'], + geonameid: 2413451, + neighbours: 'SN', + }, + { + iso_a2: 'GE', + iso3: 'GEO', + iso_numeric: '268', + fips: 'GG', + impact_country: 'Georgia', + capital: 'Tbilisi', + area: 69700.0, + population: 3731000, + continent: 'AS', + tld: '.ge', + currency_code: 'GEL', + currency_name: 'Lari', + phone: '995', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['ka', 'ru', 'hy', 'az'], + geonameid: 614540, + neighbours: 'AM,AZ,TR,RU', + }, + { + iso_a2: 'EG', + iso3: 'EGY', + iso_numeric: '818', + fips: 'EG', + impact_country: 'Egypt', + capital: 'Cairo', + area: 1001450.0, + population: 98423595, + continent: 'AF', + tld: '.eg', + currency_code: 'EGP', + currency_name: 'Pound', + phone: '20', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-EG', 'en', 'fr'], + geonameid: 357994, + neighbours: 'LY,SD,IL,PS', + }, + { + iso_a2: 'HT', + iso3: 'HTI', + iso_numeric: '332', + fips: 'HA', + impact_country: 'Haiti', + capital: 'Port-au-Prince', + area: 27750.0, + population: 11123176, + continent: 'NA', + tld: '.ht', + currency_code: 'HTG', + currency_name: 'Gourde', + phone: '509', + postal_code_format: 'HT####', + postal_code_regex: '^(?:HT)*(\\d{4})$', + languages: ['ht', 'fr-HT'], + geonameid: 3723988, + neighbours: 'DO', + }, + { + iso_a2: 'MW', + iso3: 'MWI', + iso_numeric: '454', + fips: 'MI', + impact_country: 'Malawi', + capital: 'Lilongwe', + area: 118480.0, + population: 17563749, + continent: 'AF', + tld: '.mw', + currency_code: 'MWK', + currency_name: 'Kwacha', + phone: '265', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['ny', 'yao', 'tum', 'swk'], + geonameid: 927384, + neighbours: 'TZ,MZ,ZM', + }, + { + iso_a2: 'SV', + iso3: 'SLV', + iso_numeric: '222', + fips: 'ES', + impact_country: 'El Salvador', + capital: 'San Salvador', + area: 21040.0, + population: 6420744, + continent: 'NA', + tld: '.sv', + currency_code: 'USD', + currency_name: 'Dollar', + phone: '503', + postal_code_format: 'CP ####', + postal_code_regex: '^(?:CP)*(\\d{4})$', + languages: ['es-SV'], + geonameid: 3585968, + neighbours: 'GT,HN', + }, + { + iso_a2: 'DO', + iso3: 'DOM', + iso_numeric: '214', + fips: 'DR', + impact_country: 'Dominican Republic', + capital: 'Santo Domingo', + area: 48730.0, + population: 10627165, + continent: 'NA', + tld: '.do', + currency_code: 'DOP', + currency_name: 'Peso', + phone: '+1-809 and 1-829', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-DO'], + geonameid: 3508796, + neighbours: 'HT', + }, + { + iso_a2: 'IL', + iso3: 'ISR', + iso_numeric: '376', + fips: 'IS', + impact_country: 'Israel', + capital: 'Jerusalem', + area: 20770.0, + population: 8883800, + continent: 'AS', + tld: '.il', + currency_code: 'ILS', + currency_name: 'Shekel', + phone: '972', + postal_code_format: '#######', + postal_code_regex: '^(\\d{7}|\\d{5})$', + languages: ['he', 'ar-IL', 'en-IL', ''], + geonameid: 294640, + neighbours: 'SY,JO,LB,EG,PS', + }, + { + iso_a2: 'MC', + iso3: 'MCO', + iso_numeric: '492', + fips: 'MN', + impact_country: 'Monaco', + capital: 'Monaco', + area: 1.95, + population: 38682, + continent: 'EU', + tld: '.mc', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '377', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr-MC', 'en', 'it'], + geonameid: 2993457, + neighbours: 'FR', + }, + { + iso_a2: 'MF', + iso3: 'MAF', + iso_numeric: '663', + fips: 'RN', + impact_country: 'Saint Martin', + capital: 'Marigot', + area: 53.0, + population: 37264, + continent: 'NA', + tld: '.gp', + currency_code: 'EUR', + currency_name: 'Euro', + phone: '590', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['fr'], + geonameid: 3578421, + neighbours: 'SX', + }, + { + iso_a2: 'TZ', + iso3: 'TZA', + iso_numeric: '834', + fips: 'TZ', + impact_country: 'Tanzania', + capital: 'Dodoma', + area: 945087.0, + population: 56318348, + continent: 'AF', + tld: '.tz', + currency_code: 'TZS', + currency_name: 'Shilling', + phone: '255', + postal_code_format: null, + postal_code_regex: null, + languages: ['sw-TZ', 'en', 'ar'], + geonameid: 149590, + neighbours: 'MZ,KE,CD,RW,ZM,BI,UG,MW', + }, + { + iso_a2: 'AO', + iso3: 'AGO', + iso_numeric: '024', + fips: 'AO', + impact_country: 'Angola', + capital: 'Luanda', + area: 1246700.0, + population: 30809762, + continent: 'AF', + tld: '.ao', + currency_code: 'AOA', + currency_name: 'Kwanza', + phone: '244', + postal_code_format: null, + postal_code_regex: null, + languages: ['pt-AO'], + geonameid: 3351879, + neighbours: 'CD,NA,ZM,CG', + }, + { + iso_a2: 'GT', + iso3: 'GTM', + iso_numeric: '320', + fips: 'GT', + impact_country: 'Guatemala', + capital: 'Guatemala City', + area: 108890.0, + population: 17247807, + continent: 'NA', + tld: '.gt', + currency_code: 'GTQ', + currency_name: 'Quetzal', + phone: '502', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['es-GT'], + geonameid: 3595528, + neighbours: 'MX,HN,BZ,SV', + }, + { + iso_a2: 'SD', + iso3: 'SDN', + iso_numeric: '729', + fips: 'SU', + impact_country: 'Sudan', + capital: 'Khartoum', + area: 1861484.0, + population: 41801533, + continent: 'AF', + tld: '.sd', + currency_code: 'SDG', + currency_name: 'Pound', + phone: '249', + postal_code_format: '#####', + postal_code_regex: '^(\\d{5})$', + languages: ['ar-SD', 'en', 'fia'], + geonameid: 366755, + neighbours: 'SS,TD,EG,ET,ER,LY,CF', + }, + { + iso_a2: 'ET', + iso3: 'ETH', + iso_numeric: '231', + fips: 'ET', + impact_country: 'Ethiopia', + capital: 'Addis Ababa', + area: 1127127.0, + population: 109224559, + continent: 'AF', + tld: '.et', + currency_code: 'ETB', + currency_name: 'Birr', + phone: '251', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['am', 'en-ET', 'om-ET', 'ti-ET', 'so-ET', 'sid'], + geonameid: 337996, + neighbours: 'ER,KE,SD,SS,SO,DJ', + }, + { + iso_a2: 'KG', + iso3: 'KGZ', + iso_numeric: '417', + fips: 'KG', + impact_country: 'Kyrgyzstan', + capital: 'Bishkek', + area: 198500.0, + population: 6315800, + continent: 'AS', + tld: '.kg', + currency_code: 'KGS', + currency_name: 'Som', + phone: '996', + postal_code_format: '######', + postal_code_regex: '^(\\d{6})$', + languages: ['ky', 'uz', 'ru'], + geonameid: 1527747, + neighbours: 'CN,TJ,UZ,KZ', + }, + { + iso_a2: 'PY', + iso3: 'PRY', + iso_numeric: '600', + fips: 'PA', + impact_country: 'Paraguay', + capital: 'Asuncion', + area: 406750.0, + population: 6956071, + continent: 'SA', + tld: '.py', + currency_code: 'PYG', + currency_name: 'Guarani', + phone: '595', + postal_code_format: '####', + postal_code_regex: '^(\\d{4})$', + languages: ['es-PY', 'gn'], + geonameid: 3437598, + neighbours: 'BO,BR,AR', + }, + { + iso_a2: 'UG', + iso3: 'UGA', + iso_numeric: '800', + fips: 'UG', + impact_country: 'Uganda', + capital: 'Kampala', + area: 236040.0, + population: 42723139, + continent: 'AF', + tld: '.ug', + currency_code: 'UGX', + currency_name: 'Shilling', + phone: '256', + postal_code_format: null, + postal_code_regex: null, + languages: ['en-UG', 'lg', 'sw', 'ar'], + geonameid: 226074, + neighbours: 'TZ,KE,SS,CD,RW', + }, +] diff --git a/datasets/countries/src/index.ts b/datasets/countries/src/index.ts new file mode 100644 index 000000000..b5885f3de --- /dev/null +++ b/datasets/countries/src/index.ts @@ -0,0 +1,22 @@ +import type { Flatfile } from '@flatfile/api' +import api from '@flatfile/api' +import { chunkify } from '@flatfile/util-common' +import { countries } from './dataset' + +export async function populateCountriesData( + sheetId: Flatfile.SheetId +): Promise { + const chunkedData = chunkify(countries, 1000) + chunkedData.forEach(async (chunk) => { + const records = chunk.map((r) => { + return Object.keys(r).reduce((acc: Record, k) => { + const value = Array.isArray(r[k]) ? r[k].join(', ') : r[k] + acc[k] = { value } + return acc + }, {}) + }) + await api.records.insert(sheetId, records) + }) +} + +export * from './countriesReferenceSheet' diff --git a/datasets/countries/src/types.ts b/datasets/countries/src/types.ts new file mode 100644 index 000000000..342d44a34 --- /dev/null +++ b/datasets/countries/src/types.ts @@ -0,0 +1,20 @@ +export type CountryData = { + iso_a2: string + iso3: string + iso_numeric: string + fips: string + impact_country: string + capital: string + area: number + population: number + continent: string + tld: string + currency_code: string + currency_name: string + phone: string + postal_code_format: string + postal_code_regex: string + languages: string[] + geonameid: number + neighbours: string +} diff --git a/datasets/zipcodes/package.json b/datasets/zipcodes/package.json new file mode 100644 index 000000000..4a632bb24 --- /dev/null +++ b/datasets/zipcodes/package.json @@ -0,0 +1,35 @@ +{ + "name": "@flatfile/dataset-zipcodes", + "version": "0.0.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/datasets/zipcodes", + "description": "A plugin that populates a Sheet with 5-digit zip codes.", + "registryMetadata": { + "category": "dataset" + }, + "engines": { + "node": ">= 16" + }, + "main": "src/index.ts", + "scripts": { + "test": "jest --passWithNoTests" + }, + "keywords": [ + "flatfile-plugins", + "category-datasets", + "featured" + ], + "author": "Flatfile, Inc.", + "repository": { + "type": "git", + "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "directory": "datasets/zipcodes" + }, + "license": "ISC", + "dependencies": { + "@flatfile/api": "^1.7.11", + "@flatfile/util-common": "^1.0.3" + }, + "peerDependencies": { + "@flatfile/listener": "^1.0.1" + } +} diff --git a/datasets/zipcodes/src/dataset.ts b/datasets/zipcodes/src/dataset.ts new file mode 100644 index 000000000..c94fa3d00 --- /dev/null +++ b/datasets/zipcodes/src/dataset.ts @@ -0,0 +1,629578 @@ +import type { ZipCodeData } from './types' + +// Last updated: 2024-01-04 +// Source: https://data.opendatasoft.com/explore/dataset/georef-united-states-of-america-zc-point%40public/export/?flg=en-us +export const zipcodes: Array = [ + { + zip_code: '58784', + usps_city: 'Stanley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3528.0, + density: 4.2, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "99.18", "38013": "0.82"}', + coty_name: ['Mountrail', 'Burke'], + cty_code: ['38061', '38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.42438, lat: 48.36434 }, + }, + { + zip_code: '59029', + usps_city: 'Fromberg', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 847.0, + density: 3.2, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.80085, lat: 45.40732 }, + }, + { + zip_code: '59047', + usps_city: 'Livingston', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 12728.0, + density: 5.5, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.569, lat: 45.54805 }, + }, + { + zip_code: '59072', + usps_city: 'Roundup', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4328.0, + density: 1.7, + primary_coty_code: '30065', + primary_coty_name: 'Musselshell', + county_weights: '{"30065": "98.99", "30069": "1.01"}', + coty_name: ['Musselshell', 'Petroleum'], + cty_code: ['30065', '30069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.53766, lat: 46.4691 }, + }, + { + zip_code: '59106', + usps_city: 'Billings', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 18281.0, + density: 72.7, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.6834, lat: 45.80792 }, + }, + { + zip_code: '59253', + usps_city: 'Peerless', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 0.1, + primary_coty_code: '30019', + primary_coty_name: 'Daniels', + county_weights: '{"30019": "100"}', + coty_name: ['Daniels'], + cty_code: ['30019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.8763, lat: 48.71822 }, + }, + { + zip_code: '59404', + usps_city: 'Great Falls', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 27576.0, + density: 29.4, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "99.81", "30015": "0.19"}', + coty_name: ['Cascade', 'Chouteau'], + cty_code: ['30013', '30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.3471, lat: 47.63059 }, + }, + { + zip_code: '59414', + usps_city: 'Black Eagle', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 214.4, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.26797, lat: 47.52734 }, + }, + { + zip_code: '59450', + usps_city: 'Highwood', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 0.6, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "100"}', + coty_name: ['Chouteau'], + cty_code: ['30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.73125, lat: 47.59739 }, + }, + { + zip_code: '59482', + usps_city: 'Sunburst', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 0.8, + primary_coty_code: '30101', + primary_coty_name: 'Toole', + county_weights: '{"30101": "100"}', + coty_name: ['Toole'], + cty_code: ['30101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.90786, lat: 48.87288 }, + }, + { + zip_code: '59642', + usps_city: 'Ringling', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.1, + primary_coty_code: '30059', + primary_coty_name: 'Meagher', + county_weights: '{"30059": "100"}', + coty_name: ['Meagher'], + cty_code: ['30059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.72436, lat: 46.28236 }, + }, + { + zip_code: '59754', + usps_city: 'Twin Bridges', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 1.4, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.33843, lat: 45.46327 }, + }, + { + zip_code: '60022', + usps_city: 'Glencoe', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8471.0, + density: 830.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7676, lat: 42.13608 }, + }, + { + zip_code: '60061', + usps_city: 'Vernon Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26967.0, + density: 1307.2, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96074, lat: 42.23376 }, + }, + { + zip_code: '60070', + usps_city: 'Prospect Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15908.0, + density: 1701.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93022, lat: 42.10343 }, + }, + { + zip_code: '60110', + usps_city: 'Carpentersville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 38984.0, + density: 1691.5, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28589, lat: 42.12295 }, + }, + { + zip_code: '60113', + usps_city: 'Creston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 762.1, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96583, lat: 41.93221 }, + }, + { + zip_code: '60124', + usps_city: 'Elgin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22074.0, + density: 223.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39709, lat: 42.02582 }, + }, + { + zip_code: '60178', + usps_city: 'Sycamore', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22374.0, + density: 124.6, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "99.03", "17089": "0.97"}', + coty_name: ['DeKalb', 'Kane'], + cty_code: ['17037', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66894, lat: 42.00638 }, + }, + { + zip_code: '60408', + usps_city: 'Braidwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5528.0, + density: 285.6, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21674, lat: 41.26374 }, + }, + { + zip_code: '60422', + usps_city: 'Flossmoor', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9941.0, + density: 911.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68411, lat: 41.53698 }, + }, + { + zip_code: '60431', + usps_city: 'Joliet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24202.0, + density: 687.7, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "80.45", "17093": "19.55"}', + coty_name: ['Will', 'Kendall'], + cty_code: ['17197', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20521, lat: 41.53266 }, + }, + { + zip_code: '60470', + usps_city: 'Ransom', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 542.0, + density: 5.6, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "98.21", "17063": "1.79"}', + coty_name: ['LaSalle', 'Grundy'], + cty_code: ['17099', '17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64107, lat: 41.16897 }, + }, + { + zip_code: '60480', + usps_city: 'Willow Springs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5151.0, + density: 340.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88088, lat: 41.72896 }, + }, + { + zip_code: '60560', + usps_city: 'Yorkville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 25140.0, + density: 124.9, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "100"}', + coty_name: ['Kendall'], + cty_code: ['17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.42971, lat: 41.60802 }, + }, + { + zip_code: '60714', + usps_city: 'Niles', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29520.0, + density: 1791.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81098, lat: 42.02805 }, + }, + { + zip_code: '60926', + usps_city: 'Claytonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 5.9, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80962, lat: 40.57234 }, + }, + { + zip_code: '60933', + usps_city: 'Elliott', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 51.9, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "100"}', + coty_name: ['Ford'], + cty_code: ['17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27192, lat: 40.4647 }, + }, + { + zip_code: '60957', + usps_city: 'Paxton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5311.0, + density: 20.6, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "98.2", "17019": "1.8"}', + coty_name: ['Ford', 'Champaign'], + cty_code: ['17053', '17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13624, lat: 40.44296 }, + }, + { + zip_code: '61027', + usps_city: 'Eleroy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 109.5, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75728, lat: 42.33091 }, + }, + { + zip_code: '61472', + usps_city: 'Rio', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 5.9, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38289, lat: 41.10216 }, + }, + { + zip_code: '61480', + usps_city: 'Stronghurst', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 7.1, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9218, lat: 40.72541 }, + }, + { + zip_code: '61524', + usps_city: 'Dunfermline', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 486.4, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03456, lat: 40.49143 }, + }, + { + zip_code: '61528', + usps_city: 'Edwards', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2987.0, + density: 63.2, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.72293, lat: 40.77896 }, + }, + { + zip_code: '61563', + usps_city: 'Saint David', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 563.7, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0541, lat: 40.49203 }, + }, + { + zip_code: '61749', + usps_city: 'Kenney', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 6.4, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "92.09", "17107": "4.14", "17115": "3.78"}', + coty_name: ['De Witt', 'Logan', 'Macon'], + cty_code: ['17039', '17107', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11027, lat: 40.09494 }, + }, + { + zip_code: '62014', + usps_city: 'Bunker Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4063.0, + density: 26.4, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95097, lat: 39.04304 }, + }, + { + zip_code: '62083', + usps_city: 'Rosamond', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 3.3, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "84.75", "17135": "15.25"}', + coty_name: ['Christian', 'Montgomery'], + cty_code: ['17021', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20144, lat: 39.35447 }, + }, + { + zip_code: '62233', + usps_city: 'Chester', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9521.0, + density: 56.3, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7874, lat: 37.9461 }, + }, + { + zip_code: '62237', + usps_city: 'Coulterville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2398.0, + density: 9.6, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "54.34", "17145": "29.56", "17189": "16.1"}', + coty_name: ['Randolph', 'Perry', 'Washington'], + cty_code: ['17157', '17145', '17189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56909, lat: 38.18905 }, + }, + { + zip_code: '62305', + usps_city: 'Quincy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19081.0, + density: 53.2, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3459, lat: 39.92982 }, + }, + { + zip_code: '62374', + usps_city: 'Tennessee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 5.7, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "70.81", "17067": "29.19"}', + coty_name: ['McDonough', 'Hancock'], + cty_code: ['17109', '17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91204, lat: 40.4089 }, + }, + { + zip_code: '62378', + usps_city: 'Versailles', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 6.0, + primary_coty_code: '17009', + primary_coty_name: 'Brown', + county_weights: '{"17009": "100"}', + coty_name: ['Brown'], + cty_code: ['17009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63512, lat: 39.89729 }, + }, + { + zip_code: '62424', + usps_city: 'Dieterich', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2421.0, + density: 10.8, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "96.8", "17079": "3.2"}', + coty_name: ['Effingham', 'Jasper'], + cty_code: ['17049', '17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.42215, lat: 38.98978 }, + }, + { + zip_code: '62540', + usps_city: 'Kincaid', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1549.0, + density: 290.1, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41824, lat: 39.58388 }, + }, + { + zip_code: '62622', + usps_city: 'Bluff Springs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 8.7, + primary_coty_code: '17017', + primary_coty_name: 'Cass', + county_weights: '{"17017": "100"}', + coty_name: ['Cass'], + cty_code: ['17017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35343, lat: 39.97814 }, + }, + { + zip_code: '62644', + usps_city: 'Havana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4921.0, + density: 18.4, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "97.47", "17057": "2.53"}', + coty_name: ['Mason', 'Fulton'], + cty_code: ['17125', '17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05434, lat: 40.28959 }, + }, + { + zip_code: '62673', + usps_city: 'Oakford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 5.1, + primary_coty_code: '17129', + primary_coty_name: 'Menard', + county_weights: '{"17129": "87.74", "17017": "12.26"}', + coty_name: ['Menard', 'Cass'], + cty_code: ['17129', '17017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97845, lat: 40.09471 }, + }, + { + zip_code: '62931', + usps_city: 'Elizabethtown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1484.0, + density: 5.6, + primary_coty_code: '17069', + primary_coty_name: 'Hardin', + county_weights: '{"17069": "97.14", "17059": "2.86"}', + coty_name: ['Hardin', 'Gallatin'], + cty_code: ['17069', '17059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28679, lat: 37.52851 }, + }, + { + zip_code: '62956', + usps_city: 'Karnak', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 940.0, + density: 14.0, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "69.04", "17127": "30.96"}', + coty_name: ['Pulaski', 'Massac'], + cty_code: ['17153', '17127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94232, lat: 37.27993 }, + }, + { + zip_code: '62957', + usps_city: 'McClure', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 867.0, + density: 7.9, + primary_coty_code: '17003', + primary_coty_name: 'Alexander', + county_weights: '{"17003": "98.19", "17181": "1.81"}', + coty_name: ['Alexander', 'Union'], + cty_code: ['17003', '17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.42661, lat: 37.30789 }, + }, + { + zip_code: '62966', + usps_city: 'Murphysboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15049.0, + density: 51.3, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35107, lat: 37.77508 }, + }, + { + zip_code: '62984', + usps_city: 'Shawneetown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 8.2, + primary_coty_code: '17059', + primary_coty_name: 'Gallatin', + county_weights: '{"17059": "100"}', + coty_name: ['Gallatin'], + cty_code: ['17059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15479, lat: 37.71038 }, + }, + { + zip_code: '63047', + usps_city: 'Hematite', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 128.6, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48722, lat: 38.19566 }, + }, + { + zip_code: '63050', + usps_city: 'Hillsboro', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15816.0, + density: 67.9, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57782, lat: 38.25975 }, + }, + { + zip_code: '63136', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 44382.0, + density: 1619.2, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "93.01", "29510": "6.99"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25979, lat: 38.74332 }, + }, + { + zip_code: '63349', + usps_city: 'Hawk Point', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2276.0, + density: 24.4, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "97.67", "29219": "2.33"}', + coty_name: ['Lincoln', 'Warren'], + cty_code: ['29113', '29219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15308, lat: 38.97755 }, + }, + { + zip_code: '63548', + usps_city: 'Lancaster', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 6.1, + primary_coty_code: '29197', + primary_coty_name: 'Schuyler', + county_weights: '{"29197": "100"}', + coty_name: ['Schuyler'], + cty_code: ['29197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48521, lat: 40.53009 }, + }, + { + zip_code: '63630', + usps_city: 'Cadet', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4192.0, + density: 24.3, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "99.43", "29187": "0.57"}', + coty_name: ['Washington', 'St. Francois'], + cty_code: ['29221', '29187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72722, lat: 38.01825 }, + }, + { + zip_code: '63780', + usps_city: 'Scott City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6343.0, + density: 45.4, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "99.96", "29031": "0.04"}', + coty_name: ['Scott', 'Cape Girardeau'], + cty_code: ['29201', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51421, lat: 37.1894 }, + }, + { + zip_code: '63782', + usps_city: 'Sturdivant', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 6.0, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02781, lat: 37.11361 }, + }, + { + zip_code: '63823', + usps_city: 'Bertrand', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1059.0, + density: 10.3, + primary_coty_code: '29133', + primary_coty_name: 'Mississippi', + county_weights: '{"29133": "97.03", "29201": "2.97"}', + coty_name: ['Mississippi', 'Scott'], + cty_code: ['29133', '29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45633, lat: 36.89568 }, + }, + { + zip_code: '63837', + usps_city: 'Clarkton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1683.0, + density: 28.6, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99543, lat: 36.45875 }, + }, + { + zip_code: '63841', + usps_city: 'Dexter', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13305.0, + density: 38.5, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "100"}', + coty_name: ['Stoddard'], + cty_code: ['29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98702, lat: 36.77337 }, + }, + { + zip_code: '63876', + usps_city: 'Senath', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2236.0, + density: 14.8, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16855, lat: 36.13182 }, + }, + { + zip_code: '63944', + usps_city: 'Greenville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1548.0, + density: 3.3, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3659, lat: 37.10636 }, + }, + { + zip_code: '64096', + usps_city: 'Waverly', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1145.0, + density: 10.4, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5624, lat: 39.20208 }, + }, + { + zip_code: '64470', + usps_city: 'Mound City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 7.8, + primary_coty_code: '29087', + primary_coty_name: 'Holt', + county_weights: '{"29087": "100"}', + coty_name: ['Holt'], + cty_code: ['29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22393, lat: 40.16899 }, + }, + { + zip_code: '64484', + usps_city: 'Rushville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 5.6, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "84.46", "29165": "15.54"}', + coty_name: ['Buchanan', 'Platte'], + cty_code: ['29021', '29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.02036, lat: 39.55668 }, + }, + { + zip_code: '64489', + usps_city: 'Stanberry', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2221.0, + density: 6.9, + primary_coty_code: '29075', + primary_coty_name: 'Gentry', + county_weights: '{"29075": "93.81", "29147": "6.19"}', + coty_name: ['Gentry', 'Nodaway'], + cty_code: ['29075', '29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55553, lat: 40.23307 }, + }, + { + zip_code: '64501', + usps_city: 'Saint Joseph', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11894.0, + density: 1271.8, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84462, lat: 39.76563 }, + }, + { + zip_code: '64503', + usps_city: 'Saint Joseph', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12425.0, + density: 317.5, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84367, lat: 39.74901 }, + }, + { + zip_code: '64624', + usps_city: 'Braymer', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1457.0, + density: 4.9, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: + '{"29025": "80.26", "29033": "10.05", "29177": "7.4", "29117": "2.29"}', + coty_name: ['Caldwell', 'Carroll', 'Ray', 'Livingston'], + cty_code: ['29025', '29033', '29177', '29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77766, lat: 39.56841 }, + }, + { + zip_code: '64640', + usps_city: 'Gallatin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2894.0, + density: 8.0, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "100"}', + coty_name: ['Daviess'], + cty_code: ['29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94498, lat: 39.89844 }, + }, + { + zip_code: '64642', + usps_city: 'Gilman City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 3.1, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "79.53", "29079": "14.85", "29061": "5.61"}', + coty_name: ['Harrison', 'Grundy', 'Daviess'], + cty_code: ['29081', '29079', '29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83148, lat: 40.17184 }, + }, + { + zip_code: '64648', + usps_city: 'Jamesport', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2406.0, + density: 7.9, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "81.35", "29079": "15.03", "29117": "3.62"}', + coty_name: ['Daviess', 'Grundy', 'Livingston'], + cty_code: ['29061', '29079', '29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80216, lat: 39.99021 }, + }, + { + zip_code: '64671', + usps_city: 'Polo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 8.7, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: '{"29025": "79.53", "29177": "20.47"}', + coty_name: ['Caldwell', 'Ray'], + cty_code: ['29025', '29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05858, lat: 39.53647 }, + }, + { + zip_code: '64676', + usps_city: 'Rothville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 2.6, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05431, lat: 39.64499 }, + }, + { + zip_code: '64750', + usps_city: 'Harwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 6.8, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11501, lat: 37.93546 }, + }, + { + zip_code: '64762', + usps_city: 'Liberal', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1551.0, + density: 4.5, + primary_coty_code: '29011', + primary_coty_name: 'Barton', + county_weights: '{"29011": "100"}', + coty_name: ['Barton'], + cty_code: ['29011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.50037, lat: 37.54772 }, + }, + { + zip_code: '64804', + usps_city: 'Joplin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 35676.0, + density: 151.1, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "56", "29145": "44"}', + coty_name: ['Jasper', 'Newton'], + cty_code: ['29097', '29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.50993, lat: 37.02091 }, + }, + { + zip_code: '65026', + usps_city: 'Eldon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11142.0, + density: 29.8, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "99.59", "29141": "0.41"}', + coty_name: ['Miller', 'Morgan'], + cty_code: ['29131', '29141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57113, lat: 38.32084 }, + }, + { + zip_code: '65068', + usps_city: 'Prairie Home', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 6.8, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "100"}', + coty_name: ['Cooper'], + cty_code: ['29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.61111, lat: 38.82174 }, + }, + { + zip_code: '65254', + usps_city: 'Glasgow', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1917.0, + density: 7.0, + primary_coty_code: '29089', + primary_coty_name: 'Howard', + county_weights: '{"29089": "93.43", "29041": "6.57"}', + coty_name: ['Howard', 'Chariton'], + cty_code: ['29089', '29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.85141, lat: 39.2144 }, + }, + { + zip_code: '65258', + usps_city: 'Holliday', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 3.7, + primary_coty_code: '29137', + primary_coty_name: 'Monroe', + county_weights: '{"29137": "100"}', + coty_name: ['Monroe'], + cty_code: ['29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.1334, lat: 39.52302 }, + }, + { + zip_code: '65444', + usps_city: 'Bucyrus', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1148.0, + density: 5.4, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05625, lat: 37.38089 }, + }, + { + zip_code: '65484', + usps_city: 'Huggins', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 0.5, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21525, lat: 37.3538 }, + }, + { + zip_code: '65631', + usps_city: 'Clever', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5965.0, + density: 53.7, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "86.17", "29209": "13.83"}', + coty_name: ['Christian', 'Stone'], + cty_code: ['29043', '29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42314, lat: 37.00778 }, + }, + { + zip_code: '65667', + usps_city: 'Hartville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3122.0, + density: 6.5, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "100"}', + coty_name: ['Wright'], + cty_code: ['29229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.51504, lat: 37.30802 }, + }, + { + zip_code: '65791', + usps_city: 'Thayer', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4735.0, + density: 13.9, + primary_coty_code: '29149', + primary_coty_name: 'Oregon', + county_weights: '{"29149": "100"}', + coty_name: ['Oregon'], + cty_code: ['29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50304, lat: 36.56171 }, + }, + { + zip_code: '66050', + usps_city: 'Lecompton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2000.0, + density: 17.9, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "96.21", "20177": "3.79"}', + coty_name: ['Douglas', 'Shawnee'], + cty_code: ['20045', '20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43917, lat: 39.01539 }, + }, + { + zip_code: '66109', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23923.0, + density: 200.7, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "99.46", "20103": "0.54"}', + coty_name: ['Wyandotte', 'Leavenworth'], + cty_code: ['20209', '20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82818, lat: 39.16347 }, + }, + { + zip_code: '66226', + usps_city: 'Shawnee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14146.0, + density: 473.6, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86005, lat: 39.03056 }, + }, + { + zip_code: '66404', + usps_city: 'Baileyville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 2.6, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17713, lat: 39.87969 }, + }, + { + zip_code: '66415', + usps_city: 'Centralia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 760.0, + density: 3.1, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.14561, lat: 39.68728 }, + }, + { + zip_code: '66424', + usps_city: 'Everest', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 2.8, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "83.28", "20005": "16.72"}', + coty_name: ['Brown', 'Atchison'], + cty_code: ['20013', '20005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39732, lat: 39.6811 }, + }, + { + zip_code: '66701', + usps_city: 'Fort Scott', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12274.0, + density: 16.1, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "99.85", "20037": "0.15"}', + coty_name: ['Bourbon', 'Crawford'], + cty_code: ['20011', '20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76156, lat: 37.82353 }, + }, + { + zip_code: '66769', + usps_city: 'Redfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 3.3, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "100"}', + coty_name: ['Bourbon'], + cty_code: ['20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89366, lat: 37.85605 }, + }, + { + zip_code: '66830', + usps_city: 'Admire', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 2.2, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "100"}', + coty_name: ['Lyon'], + cty_code: ['20111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08713, lat: 38.59844 }, + }, + { + zip_code: '66839', + usps_city: 'Burlington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3754.0, + density: 10.3, + primary_coty_code: '20031', + primary_coty_name: 'Coffey', + county_weights: '{"20031": "100"}', + coty_name: ['Coffey'], + cty_code: ['20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.75078, lat: 38.21416 }, + }, + { + zip_code: '66864', + usps_city: 'Neosho Rapids', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 3.6, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "90.79", "20031": "9.21"}', + coty_name: ['Lyon', 'Coffey'], + cty_code: ['20111', '20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98371, lat: 38.35644 }, + }, + { + zip_code: '66869', + usps_city: 'Strong City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 2.4, + primary_coty_code: '20017', + primary_coty_name: 'Chase', + county_weights: '{"20017": "100"}', + coty_name: ['Chase'], + cty_code: ['20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52745, lat: 38.45772 }, + }, + { + zip_code: '66933', + usps_city: 'Barnes', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 1.3, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "95.64", "20161": "4.36"}', + coty_name: ['Washington', 'Riley'], + cty_code: ['20201', '20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8666, lat: 39.67382 }, + }, + { + zip_code: '67017', + usps_city: 'Benton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2383.0, + density: 14.2, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "91.94", "20173": "8.06"}', + coty_name: ['Butler', 'Sedgwick'], + cty_code: ['20015', '20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.11165, lat: 37.8263 }, + }, + { + zip_code: '67026', + usps_city: 'Clearwater', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4703.0, + density: 18.5, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "96.49", "20191": "3.51"}', + coty_name: ['Sedgwick', 'Sumner'], + cty_code: ['20173', '20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49331, lat: 37.51121 }, + }, + { + zip_code: '67031', + usps_city: 'Conway Springs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2650.0, + density: 9.2, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "99.44", "20173": "0.56"}', + coty_name: ['Sumner', 'Sedgwick'], + cty_code: ['20191', '20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64047, lat: 37.40166 }, + }, + { + zip_code: '67041', + usps_city: 'Elbing', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 441.8, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12999, lat: 38.05399 }, + }, + { + zip_code: '67049', + usps_city: 'Freeport', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 1.2, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "93.67", "20191": "6.33"}', + coty_name: ['Harper', 'Sumner'], + cty_code: ['20077', '20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84637, lat: 37.17744 }, + }, + { + zip_code: '67106', + usps_city: 'Milton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 2.4, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "84.54", "20173": "15.46"}', + coty_name: ['Sumner', 'Sedgwick'], + cty_code: ['20191', '20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75732, lat: 37.46711 }, + }, + { + zip_code: '67109', + usps_city: 'Mullinville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 0.7, + primary_coty_code: '20097', + primary_coty_name: 'Kiowa', + county_weights: '{"20097": "100"}', + coty_name: ['Kiowa'], + cty_code: ['20097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.4826, lat: 37.56373 }, + }, + { + zip_code: '67114', + usps_city: 'Newton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21135.0, + density: 34.4, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: + '{"20079": "96.91", "20115": "2.05", "20015": "0.89", "20113": "0.15"}', + coty_name: ['Harvey', 'Marion', 'Butler', 'McPherson'], + cty_code: ['20079', '20115', '20015', '20113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28875, lat: 38.07349 }, + }, + { + zip_code: '67460', + usps_city: 'Mcpherson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15160.0, + density: 25.5, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "100"}', + coty_name: ['McPherson'], + cty_code: ['20113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69807, lat: 38.38361 }, + }, + { + zip_code: '67554', + usps_city: 'Lyons', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4006.0, + density: 8.5, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "100"}', + coty_name: ['Rice'], + cty_code: ['20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1931, lat: 38.37452 }, + }, + { + zip_code: '67561', + usps_city: 'Nickerson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1277.0, + density: 7.6, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0948, lat: 38.10633 }, + }, + { + zip_code: '67570', + usps_city: 'Pretty Prairie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1315.0, + density: 3.7, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "91.11", "20095": "8.89"}', + coty_name: ['Reno', 'Kingman'], + cty_code: ['20155', '20095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96912, lat: 37.78635 }, + }, + { + zip_code: '67632', + usps_city: 'Damar', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 1.5, + primary_coty_code: '20163', + primary_coty_name: 'Rooks', + county_weights: '{"20163": "85.02", "20065": "14.98"}', + coty_name: ['Rooks', 'Graham'], + cty_code: ['20163', '20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.58165, lat: 39.3398 }, + }, + { + zip_code: '67644', + usps_city: 'Kirwin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 1.3, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: '{"20147": "100"}', + coty_name: ['Phillips'], + cty_code: ['20147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15781, lat: 39.6333 }, + }, + { + zip_code: '67732', + usps_city: 'Brewster', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 0.6, + primary_coty_code: '20193', + primary_coty_name: 'Thomas', + county_weights: '{"20193": "83.98", "20181": "12.15", "20153": "3.87"}', + coty_name: ['Thomas', 'Sherman', 'Rawlins'], + cty_code: ['20193', '20181', '20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.36108, lat: 39.4121 }, + }, + { + zip_code: '67749', + usps_city: 'Oberlin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2097.0, + density: 1.8, + primary_coty_code: '20039', + primary_coty_name: 'Decatur', + county_weights: '{"20039": "99.31", "20153": "0.69"}', + coty_name: ['Decatur', 'Rawlins'], + cty_code: ['20039', '20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.56487, lat: 39.83379 }, + }, + { + zip_code: '67835', + usps_city: 'Cimarron', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2849.0, + density: 2.5, + primary_coty_code: '20069', + primary_coty_name: 'Gray', + county_weights: '{"20069": "95.13", "20055": "4.87"}', + coty_name: ['Gray', 'Finney'], + cty_code: ['20069', '20055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.32684, lat: 37.97104 }, + }, + { + zip_code: '67871', + usps_city: 'Scott City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4941.0, + density: 2.2, + primary_coty_code: '20171', + primary_coty_name: 'Scott', + county_weights: + '{"20171": "98.49", "20109": "0.58", "20055": "0.52", "20203": "0.34", "20063": "0.06"}', + coty_name: ['Scott', 'Logan', 'Finney', 'Wichita', 'Gove'], + cty_code: ['20171', '20109', '20055', '20203', '20063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.90556, lat: 38.51757 }, + }, + { + zip_code: '67954', + usps_city: 'Rolla', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 1.2, + primary_coty_code: '20129', + primary_coty_name: 'Morton', + county_weights: '{"20129": "97.43", "20189": "2.57"}', + coty_name: ['Morton', 'Stevens'], + cty_code: ['20129', '20189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.64224, lat: 37.20867 }, + }, + { + zip_code: '68117', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 8684.0, + density: 736.0, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00042, lat: 41.20752 }, + }, + { + zip_code: '68137', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 25704.0, + density: 1197.3, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11886, lat: 41.20586 }, + }, + { + zip_code: '68164', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29285.0, + density: 1271.1, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.10955, lat: 41.29905 }, + }, + { + zip_code: '68321', + usps_city: 'Brownville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 4.0, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "100"}', + coty_name: ['Nemaha'], + cty_code: ['31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69082, lat: 40.3924 }, + }, + { + zip_code: '68372', + usps_city: 'Hickman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3980.0, + density: 42.8, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60353, lat: 40.60813 }, + }, + { + zip_code: '68527', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 10.8, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52423, lat: 40.84711 }, + }, + { + zip_code: '68651', + usps_city: 'Osceola', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 4.5, + primary_coty_code: '31143', + primary_coty_name: 'Polk', + county_weights: '{"31143": "100"}', + coty_name: ['Polk'], + cty_code: ['31143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57973, lat: 41.2262 }, + }, + { + zip_code: '68761', + usps_city: 'Oakdale', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 3.7, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "100"}', + coty_name: ['Antelope'], + cty_code: ['31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96181, lat: 42.05446 }, + }, + { + zip_code: '68843', + usps_city: 'Hampton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 783.0, + density: 3.7, + primary_coty_code: '31081', + primary_coty_name: 'Hamilton', + county_weights: '{"31081": "100"}', + coty_name: ['Hamilton'], + cty_code: ['31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.8853, lat: 40.90455 }, + }, + { + zip_code: '68845', + usps_city: 'Kearney', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 21167.0, + density: 73.3, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "98.29", "31099": "1.71"}', + coty_name: ['Buffalo', 'Kearney'], + cty_code: ['31019', '31099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16299, lat: 40.72731 }, + }, + { + zip_code: '68852', + usps_city: 'Litchfield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 2.0, + primary_coty_code: '31163', + primary_coty_name: 'Sherman', + county_weights: '{"31163": "100"}', + coty_name: ['Sherman'], + cty_code: ['31163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.12629, lat: 41.16459 }, + }, + { + zip_code: '68855', + usps_city: 'Mason City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 0.9, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.32387, lat: 41.1678 }, + }, + { + zip_code: '68862', + usps_city: 'Ord', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3043.0, + density: 4.2, + primary_coty_code: '31175', + primary_coty_name: 'Valley', + county_weights: '{"31175": "100"}', + coty_name: ['Valley'], + cty_code: ['31175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.93664, lat: 41.60044 }, + }, + { + zip_code: '68872', + usps_city: 'Saint Libory', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 747.0, + density: 4.3, + primary_coty_code: '31093', + primary_coty_name: 'Howard', + county_weights: '{"31093": "83.35", "31121": "16.65"}', + coty_name: ['Howard', 'Merrick'], + cty_code: ['31093', '31121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.33396, lat: 41.09485 }, + }, + { + zip_code: '68934', + usps_city: 'Deweese', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 2.2, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "69.15", "31129": "30.85"}', + coty_name: ['Clay', 'Nuckolls'], + cty_code: ['31035', '31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.13834, lat: 40.33931 }, + }, + { + zip_code: '68937', + usps_city: 'Elwood', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1652.0, + density: 4.0, + primary_coty_code: '31073', + primary_coty_name: 'Gosper', + county_weights: '{"31073": "74.56", "31047": "25.44"}', + coty_name: ['Gosper', 'Dawson'], + cty_code: ['31073', '31047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88136, lat: 40.59087 }, + }, + { + zip_code: '68938', + usps_city: 'Fairfield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 3.2, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "100"}', + coty_name: ['Clay'], + cty_code: ['31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.11835, lat: 40.40951 }, + }, + { + zip_code: '69343', + usps_city: 'Gordon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2378.0, + density: 0.7, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "93.7", "31031": "6.3"}', + coty_name: ['Sheridan', 'Cherry'], + cty_code: ['31161', '31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.01462, lat: 42.69427 }, + }, + { + zip_code: '70082', + usps_city: 'Pointe A La Hache', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 5.4, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.74973, lat: 29.5582 }, + }, + { + zip_code: '70356', + usps_city: 'Gibson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1903.0, + density: 11.2, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9606, lat: 29.64175 }, + }, + { + zip_code: '70358', + usps_city: 'Grand Isle', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 44.6, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02775, lat: 29.21577 }, + }, + { + zip_code: '70427', + usps_city: 'Bogalusa', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19486.0, + density: 51.1, + primary_coty_code: '22117', + primary_coty_name: 'Washington', + county_weights: '{"22117": "96.65", "22103": "3.35"}', + coty_name: ['Washington', 'St. Tammany'], + cty_code: ['22117', '22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91074, lat: 30.74609 }, + }, + { + zip_code: '70435', + usps_city: 'Covington', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17288.0, + density: 63.7, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "99.73", "22105": "0.27"}', + coty_name: ['St. Tammany', 'Tangipahoa'], + cty_code: ['22103', '22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10716, lat: 30.55782 }, + }, + { + zip_code: '70538', + usps_city: 'Franklin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14125.0, + density: 35.2, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "100"}', + coty_name: ['St. Mary'], + cty_code: ['22101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.58223, lat: 29.76614 }, + }, + { + zip_code: '70548', + usps_city: 'Kaplan', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10397.0, + density: 7.9, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "100"}', + coty_name: ['Vermilion'], + cty_code: ['22113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40555, lat: 29.80528 }, + }, + { + zip_code: '70555', + usps_city: 'Maurice', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8431.0, + density: 65.7, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "96.36", "22055": "3.64"}', + coty_name: ['Vermilion', 'Lafayette'], + cty_code: ['22113', '22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14556, lat: 30.08119 }, + }, + { + zip_code: '70559', + usps_city: 'Morse', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3061.0, + density: 14.4, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50458, lat: 30.12481 }, + }, + { + zip_code: '70582', + usps_city: 'Saint Martinville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19408.0, + density: 52.1, + primary_coty_code: '22099', + primary_coty_name: 'St. Martin', + county_weights: '{"22099": "96.7", "22045": "3.3"}', + coty_name: ['St. Martin', 'Iberia'], + cty_code: ['22099', '22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78739, lat: 30.15874 }, + }, + { + zip_code: '70661', + usps_city: 'Starks', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1745.0, + density: 3.9, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "85.28", "22011": "14.72"}', + coty_name: ['Calcasieu', 'Beauregard'], + cty_code: ['22019', '22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.6503, lat: 30.3599 }, + }, + { + zip_code: '70719', + usps_city: 'Brusly', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4555.0, + density: 108.2, + primary_coty_code: '22121', + primary_coty_name: 'West Baton Rouge', + county_weights: '{"22121": "100"}', + coty_name: ['West Baton Rouge'], + cty_code: ['22121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.28986, lat: 30.3769 }, + }, + { + zip_code: '70748', + usps_city: 'Jackson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7429.0, + density: 36.1, + primary_coty_code: '22037', + primary_coty_name: 'East Feliciana', + county_weights: '{"22037": "96.77", "22033": "3.23"}', + coty_name: ['East Feliciana', 'East Baton Rouge'], + cty_code: ['22037', '22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.20544, lat: 30.81405 }, + }, + { + zip_code: '70753', + usps_city: 'Lettsworth', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 5.0, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72702, lat: 30.94499 }, + }, + { + zip_code: '71046', + usps_city: 'Keatchie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 3.9, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "87.34", "22017": "12.66"}', + coty_name: ['De Soto', 'Caddo'], + cty_code: ['22031', '22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95024, lat: 32.16403 }, + }, + { + zip_code: '71209', + usps_city: 'Monroe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 7501.5, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07003, lat: 32.52915 }, + }, + { + zip_code: '71286', + usps_city: 'Transylvania', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 1.5, + primary_coty_code: '22035', + primary_coty_name: 'East Carroll', + county_weights: '{"22035": "100"}', + coty_name: ['East Carroll'], + cty_code: ['22035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19645, lat: 32.66443 }, + }, + { + zip_code: '71325', + usps_city: 'Cheneyville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 5.1, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "79.94", "22039": "20.06"}', + coty_name: ['Rapides', 'Evangeline'], + cty_code: ['22079', '22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32192, lat: 31.00135 }, + }, + { + zip_code: '71345', + usps_city: 'Lebeau', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 414.2, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97539, lat: 30.72926 }, + }, + { + zip_code: '71356', + usps_city: 'Morrow', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 10.6, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "83.02", "22009": "16.98"}', + coty_name: ['St. Landry', 'Avoyelles'], + cty_code: ['22097', '22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.04833, lat: 30.82064 }, + }, + { + zip_code: '71357', + usps_city: 'Newellton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1821.0, + density: 2.5, + primary_coty_code: '22107', + primary_coty_name: 'Tensas', + county_weights: '{"22107": "100"}', + coty_name: ['Tensas'], + cty_code: ['22107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29853, lat: 32.11106 }, + }, + { + zip_code: '71369', + usps_city: 'Simmesport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2534.0, + density: 12.8, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.86756, lat: 30.92272 }, + }, + { + zip_code: '71404', + usps_city: 'Atlanta', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 2.9, + primary_coty_code: '22127', + primary_coty_name: 'Winn', + county_weights: '{"22127": "66.12", "22043": "33.88"}', + coty_name: ['Winn', 'Grant'], + cty_code: ['22127', '22043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.74907, lat: 31.74824 }, + }, + { + zip_code: '71407', + usps_city: 'Bentley', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 18.2, + primary_coty_code: '22043', + primary_coty_name: 'Grant', + county_weights: '{"22043": "100"}', + coty_name: ['Grant'], + cty_code: ['22043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48601, lat: 31.51593 }, + }, + { + zip_code: '71426', + usps_city: 'Fisher', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 117.1, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "100"}', + coty_name: ['Sabine'], + cty_code: ['22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45992, lat: 31.4989 }, + }, + { + zip_code: '71661', + usps_city: 'Parkdale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 1.5, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "96", "05017": "4"}', + coty_name: ['Ashley', 'Chicot'], + cty_code: ['05003', '05017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54702, lat: 33.14893 }, + }, + { + zip_code: '71909', + usps_city: 'Hot Springs Village', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15872.0, + density: 75.8, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "65.1", "05125": "34.9"}', + coty_name: ['Garland', 'Saline'], + cty_code: ['05051', '05125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9994, lat: 34.64093 }, + }, + { + zip_code: '71944', + usps_city: 'Grannis', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 787.0, + density: 7.2, + primary_coty_code: '5113', + primary_coty_name: 'Polk', + county_weights: '{"05113": "100"}', + coty_name: ['Polk'], + cty_code: ['5113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33411, lat: 34.24348 }, + }, + { + zip_code: '71957', + usps_city: 'Mount Ida', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2826.0, + density: 7.8, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58006, lat: 34.56373 }, + }, + { + zip_code: '72035', + usps_city: 'Conway', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 5308.4, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45746, lat: 35.07878 }, + }, + { + zip_code: '72328', + usps_city: 'Crumrod', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 0.3, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "62.5", "05041": "37.5"}', + coty_name: ['Phillips', 'Desha'], + cty_code: ['05107', '05041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02034, lat: 34.05414 }, + }, + { + zip_code: '72410', + usps_city: 'Alicia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 2.1, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09787, lat: 35.93352 }, + }, + { + zip_code: '72445', + usps_city: 'Minturn', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 39.1, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02663, lat: 35.97662 }, + }, + { + zip_code: '72524', + usps_city: 'Cord', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 2.8, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.30434, lat: 35.83541 }, + }, + { + zip_code: '72530', + usps_city: 'Drasco', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 4.4, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "92.4", "05137": "7.6"}', + coty_name: ['Cleburne', 'Stone'], + cty_code: ['05023', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95341, lat: 35.61818 }, + }, + { + zip_code: '72537', + usps_city: 'Gamaliel', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 10.0, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.23374, lat: 36.45017 }, + }, + { + zip_code: '72672', + usps_city: 'Pyatt', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 16.5, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83781, lat: 36.28133 }, + }, + { + zip_code: '72687', + usps_city: 'Yellville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6749.0, + density: 9.3, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "99.94", "05009": "0.06"}', + coty_name: ['Marion', 'Boone'], + cty_code: ['05089', '05009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71362, lat: 36.26761 }, + }, + { + zip_code: '72762', + usps_city: 'Springdale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 41189.0, + density: 265.6, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "89.64", "05007": "10.36"}', + coty_name: ['Washington', 'Benton'], + cty_code: ['05143', '05007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22923, lat: 36.18777 }, + }, + { + zip_code: '72855', + usps_city: 'Paris', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6263.0, + density: 13.4, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "99.45", "05047": "0.55"}', + coty_name: ['Logan', 'Franklin'], + cty_code: ['05083', '05047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67872, lat: 35.25293 }, + }, + { + zip_code: '73007', + usps_city: 'Arcadia', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2741.0, + density: 25.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "76.35", "40083": "23.65"}', + coty_name: ['Oklahoma', 'Logan'], + cty_code: ['40109', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31856, lat: 35.68863 }, + }, + { + zip_code: '73011', + usps_city: 'Bradley', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 2.4, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "100"}', + coty_name: ['Grady'], + cty_code: ['40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74985, lat: 34.84444 }, + }, + { + zip_code: '73019', + usps_city: 'Norman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "0"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44358, lat: 35.20606 }, + }, + { + zip_code: '73029', + usps_city: 'Cyril', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1674.0, + density: 13.1, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20637, lat: 34.90561 }, + }, + { + zip_code: '73043', + usps_city: 'Greenfield', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 3.6, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "100"}', + coty_name: ['Blaine'], + cty_code: ['40011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.39719, lat: 35.73424 }, + }, + { + zip_code: '73448', + usps_city: 'Marietta', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6206.0, + density: 11.2, + primary_coty_code: '40085', + primary_coty_name: 'Love', + county_weights: '{"40085": "100"}', + coty_name: ['Love'], + cty_code: ['40085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10753, lat: 33.94683 }, + }, + { + zip_code: '73449', + usps_city: 'Mead', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3038.0, + density: 31.2, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53768, lat: 34.00002 }, + }, + { + zip_code: '73455', + usps_city: 'Ravia', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 611.0, + density: 26.0, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "100"}', + coty_name: ['Johnston'], + cty_code: ['40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76246, lat: 34.23162 }, + }, + { + zip_code: '73487', + usps_city: 'Tatums', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 5.3, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "100"}', + coty_name: ['Carter'], + cty_code: ['40019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44581, lat: 34.47883 }, + }, + { + zip_code: '73554', + usps_city: 'Mangum', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3244.0, + density: 3.1, + primary_coty_code: '40055', + primary_coty_name: 'Greer', + county_weights: '{"40055": "99.67", "40057": "0.33"}', + coty_name: ['Greer', 'Harmon'], + cty_code: ['40055', '40057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.61999, lat: 34.89057 }, + }, + { + zip_code: '73560', + usps_city: 'Olustee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 2.6, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "100"}', + coty_name: ['Jackson'], + cty_code: ['40065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.45034, lat: 34.53737 }, + }, + { + zip_code: '73632', + usps_city: 'Cordell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3189.0, + density: 6.1, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.9274, lat: 35.27186 }, + }, + { + zip_code: '73641', + usps_city: 'Dill City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 4.8, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.17215, lat: 35.27332 }, + }, + { + zip_code: '73718', + usps_city: 'Ames', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 2.8, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "93.61", "40047": "6.39"}', + coty_name: ['Major', 'Garfield'], + cty_code: ['40093', '40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.17033, lat: 36.22232 }, + }, + { + zip_code: '73743', + usps_city: 'Hillsdale', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 7.2, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.01411, lat: 36.57436 }, + }, + { + zip_code: '73755', + usps_city: 'Longdale', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 4.0, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "76.13", "40093": "18.34", "40043": "5.52"}', + coty_name: ['Blaine', 'Major', 'Dewey'], + cty_code: ['40011', '40093', '40043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57157, lat: 36.13483 }, + }, + { + zip_code: '74020', + usps_city: 'Cleveland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7293.0, + density: 41.3, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "100"}', + coty_name: ['Pawnee'], + cty_code: ['40117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.41911, lat: 36.24511 }, + }, + { + zip_code: '74027', + usps_city: 'Delaware', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 4.6, + primary_coty_code: '40105', + primary_coty_name: 'Nowata', + county_weights: '{"40105": "100"}', + coty_name: ['Nowata'], + cty_code: ['40105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58707, lat: 36.79882 }, + }, + { + zip_code: '74078', + usps_city: 'Stillwater', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2306.0, + density: 3667.9, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "100"}', + coty_name: ['Payne'], + cty_code: ['40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.0705, lat: 36.12408 }, + }, + { + zip_code: '74104', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11186.0, + density: 1586.5, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95398, lat: 36.1465 }, + }, + { + zip_code: '74346', + usps_city: 'Jay', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7690.0, + density: 13.4, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "100"}', + coty_name: ['Delaware'], + cty_code: ['40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.75038, lat: 36.43793 }, + }, + { + zip_code: '74368', + usps_city: 'Twin Oaks', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 37.5, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "100"}', + coty_name: ['Delaware'], + cty_code: ['40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84861, lat: 36.20754 }, + }, + { + zip_code: '74438', + usps_city: 'Hitchita', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 6.4, + primary_coty_code: '40091', + primary_coty_name: 'McIntosh', + county_weights: '{"40091": "100"}', + coty_name: ['McIntosh'], + cty_code: ['40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.75539, lat: 35.5376 }, + }, + { + zip_code: '74570', + usps_city: 'Stuart', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 994.0, + density: 2.5, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "56.01", "40121": "43.99"}', + coty_name: ['Hughes', 'Pittsburg'], + cty_code: ['40063', '40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.10642, lat: 34.85272 }, + }, + { + zip_code: '74646', + usps_city: 'Nardin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 1.1, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "87.55", "40053": "12.45"}', + coty_name: ['Kay', 'Grant'], + cty_code: ['40071', '40053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44102, lat: 36.82618 }, + }, + { + zip_code: '74734', + usps_city: 'Eagletown', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1169.0, + density: 2.8, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54619, lat: 34.10221 }, + }, + { + zip_code: '74759', + usps_city: 'Soper', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1553.0, + density: 4.3, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70961, lat: 34.04818 }, + }, + { + zip_code: '74872', + usps_city: 'Stratford', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3384.0, + density: 9.0, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "80.66", "40123": "14.38", "40087": "4.96"}', + coty_name: ['Garvin', 'Pontotoc', 'McClain'], + cty_code: ['40049', '40123', '40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98194, lat: 34.7809 }, + }, + { + zip_code: '75019', + usps_city: 'Coppell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42888.0, + density: 1004.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "98.05", "48121": "1.95"}', + coty_name: ['Dallas', 'Denton'], + cty_code: ['48113', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98553, lat: 32.96329 }, + }, + { + zip_code: '75024', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43551.0, + density: 1326.6, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "94.2", "48121": "5.8"}', + coty_name: ['Collin', 'Denton'], + cty_code: ['48085', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80704, lat: 33.07735 }, + }, + { + zip_code: '75035', + usps_city: 'Frisco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 75485.0, + density: 1234.1, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77271, lat: 33.15534 }, + }, + { + zip_code: '75164', + usps_city: 'Josephine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 107.2, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.30793, lat: 33.06593 }, + }, + { + zip_code: '75218', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22529.0, + density: 1244.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70237, lat: 32.84154 }, + }, + { + zip_code: '75452', + usps_city: 'Leonard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4650.0, + density: 23.6, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "93.79", "48231": "4.23", "48085": "1.98"}', + coty_name: ['Fannin', 'Hunt', 'Collin'], + cty_code: ['48147', '48231', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24331, lat: 33.39324 }, + }, + { + zip_code: '75476', + usps_city: 'Ravenna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 7.9, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24354, lat: 33.70586 }, + }, + { + zip_code: '75481', + usps_city: 'Sulphur Bluff', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 1.7, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "80.76", "48159": "19.24"}', + coty_name: ['Hopkins', 'Franklin'], + cty_code: ['48223', '48159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.37374, lat: 33.31522 }, + }, + { + zip_code: '75482', + usps_city: 'Sulphur Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24984.0, + density: 30.9, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "100"}', + coty_name: ['Hopkins'], + cty_code: ['48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60681, lat: 33.16816 }, + }, + { + zip_code: '75556', + usps_city: 'Bloomburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1214.0, + density: 19.5, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "97.71", "05091": "2.29"}', + coty_name: ['Cass', 'Miller'], + cty_code: ['48067', '05091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06127, lat: 33.16112 }, + }, + { + zip_code: '75603', + usps_city: 'Longview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6100.0, + density: 50.9, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "74.69", "48401": "25.31"}', + coty_name: ['Gregg', 'Rusk'], + cty_code: ['48183', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70911, lat: 32.39854 }, + }, + { + zip_code: '75681', + usps_city: 'Mount Enterprise', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2128.0, + density: 6.4, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "100"}', + coty_name: ['Rusk'], + cty_code: ['48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69197, lat: 31.92844 }, + }, + { + zip_code: '75780', + usps_city: 'New Summerfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 66.4, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09183, lat: 31.99099 }, + }, + { + zip_code: '75790', + usps_city: 'Van', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3864.0, + density: 40.6, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "98.24", "48423": "1.76"}', + coty_name: ['Van Zandt', 'Smith'], + cty_code: ['48467', '48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6426, lat: 32.53231 }, + }, + { + zip_code: '75792', + usps_city: 'Winona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3002.0, + density: 12.3, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10197, lat: 32.47668 }, + }, + { + zip_code: '75862', + usps_city: 'Trinity', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10176.0, + density: 15.9, + primary_coty_code: '48455', + primary_coty_name: 'Trinity', + county_weights: '{"48455": "95.92", "48471": "4.08"}', + coty_name: ['Trinity', 'Walker'], + cty_code: ['48455', '48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32384, lat: 30.95984 }, + }, + { + zip_code: '76248', + usps_city: 'Keller', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39665.0, + density: 1060.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22899, lat: 32.92575 }, + }, + { + zip_code: '76435', + usps_city: 'Carbon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 2.7, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "100"}', + coty_name: ['Eastland'], + cty_code: ['48133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.85661, lat: 32.25177 }, + }, + { + zip_code: '76513', + usps_city: 'Belton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39411.0, + density: 144.4, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49967, lat: 31.05135 }, + }, + { + zip_code: '76632', + usps_city: 'Chilton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1613.0, + density: 10.4, + primary_coty_code: '48145', + primary_coty_name: 'Falls', + county_weights: '{"48145": "100"}', + coty_name: ['Falls'], + cty_code: ['48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06006, lat: 31.29871 }, + }, + { + zip_code: '76643', + usps_city: 'Hewitt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14523.0, + density: 697.0, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19364, lat: 31.45383 }, + }, + { + zip_code: '76653', + usps_city: 'Kosse', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1279.0, + density: 3.3, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "79.76", "48145": "18.58", "48395": "1.66"}', + coty_name: ['Limestone', 'Falls', 'Robertson'], + cty_code: ['48293', '48145', '48395'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60817, lat: 31.29812 }, + }, + { + zip_code: '77014', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37488.0, + density: 2017.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4636, lat: 29.9805 }, + }, + { + zip_code: '77030', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11229.0, + density: 1721.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40258, lat: 29.70628 }, + }, + { + zip_code: '77036', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 74472.0, + density: 4016.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53595, lat: 29.70165 }, + }, + { + zip_code: '77059', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17254.0, + density: 676.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12483, lat: 29.60764 }, + }, + { + zip_code: '77060', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45642.0, + density: 2144.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3969, lat: 29.93513 }, + }, + { + zip_code: '77433', + usps_city: 'Cypress', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 90657.0, + density: 599.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73923, lat: 29.94911 }, + }, + { + zip_code: '77446', + usps_city: 'Prairie View', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6520.0, + density: 383.8, + primary_coty_code: '48473', + primary_coty_name: 'Waller', + county_weights: '{"48473": "100"}', + coty_name: ['Waller'], + cty_code: ['48473'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99051, lat: 30.08681 }, + }, + { + zip_code: '77453', + usps_city: 'Lane City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 13.1, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99945, lat: 29.21196 }, + }, + { + zip_code: '77550', + usps_city: 'Galveston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21863.0, + density: 1124.4, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77746, lat: 29.3098 }, + }, + { + zip_code: '77665', + usps_city: 'Winnie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6152.0, + density: 17.6, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "82.78", "48245": "17.22"}', + coty_name: ['Chambers', 'Jefferson'], + cty_code: ['48071', '48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41658, lat: 29.81685 }, + }, + { + zip_code: '77702', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3225.0, + density: 1005.3, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12829, lat: 30.08626 }, + }, + { + zip_code: '77879', + usps_city: 'Somerville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5621.0, + density: 11.6, + primary_coty_code: '48051', + primary_coty_name: 'Burleson', + county_weights: '{"48051": "100"}', + coty_name: ['Burleson'], + cty_code: ['48051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49695, lat: 30.39927 }, + }, + { + zip_code: '78009', + usps_city: 'Castroville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8466.0, + density: 45.7, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88667, lat: 29.35732 }, + }, + { + zip_code: '78019', + usps_city: 'Encinal', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1253.0, + density: 0.5, + primary_coty_code: '48283', + primary_coty_name: 'La Salle', + county_weights: '{"48283": "93.32", "48479": "6.68"}', + coty_name: ['La Salle', 'Webb'], + cty_code: ['48283', '48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.39643, lat: 28.04207 }, + }, + { + zip_code: '78070', + usps_city: 'Spring Branch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15457.0, + density: 43.3, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "95.72", "48031": "4.1", "48259": "0.18"}', + coty_name: ['Comal', 'Blanco', 'Kendall'], + cty_code: ['48091', '48031', '48259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4063, lat: 29.89826 }, + }, + { + zip_code: '78132', + usps_city: 'New Braunfels', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30987.0, + density: 64.5, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "100"}', + coty_name: ['Comal'], + cty_code: ['48091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1911, lat: 29.76312 }, + }, + { + zip_code: '78151', + usps_city: 'Runge', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1662.0, + density: 6.1, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "100"}', + coty_name: ['Karnes'], + cty_code: ['48255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70391, lat: 28.86506 }, + }, + { + zip_code: '78222', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25227.0, + density: 444.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37783, lat: 29.36614 }, + }, + { + zip_code: '78385', + usps_city: 'Sarita', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 1.0, + primary_coty_code: '48261', + primary_coty_name: 'Kenedy', + county_weights: '{"48261": "100"}', + coty_name: ['Kenedy'], + cty_code: ['48261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82556, lat: 27.17648 }, + }, + { + zip_code: '78410', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28396.0, + density: 479.8, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59655, lat: 27.83848 }, + }, + { + zip_code: '78590', + usps_city: 'San Perlita', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 49.6, + primary_coty_code: '48489', + primary_coty_name: 'Willacy', + county_weights: '{"48489": "100"}', + coty_name: ['Willacy'], + cty_code: ['48489'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6523, lat: 26.50603 }, + }, + { + zip_code: '78597', + usps_city: 'South Padre Island', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2818.0, + density: 120.8, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19744, lat: 26.2491 }, + }, + { + zip_code: '78616', + usps_city: 'Dale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8918.0, + density: 31.3, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "64.41", "48021": "35.59"}', + coty_name: ['Caldwell', 'Bastrop'], + cty_code: ['48055', '48021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56199, lat: 29.94016 }, + }, + { + zip_code: '78619', + usps_city: 'Driftwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4505.0, + density: 45.1, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: '{"48209": "100"}', + coty_name: ['Hays'], + cty_code: ['48209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03327, lat: 30.11222 }, + }, + { + zip_code: '78659', + usps_city: 'Paige', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2616.0, + density: 8.9, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "89.18", "48287": "10.82"}', + coty_name: ['Bastrop', 'Lee'], + cty_code: ['48021', '48287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12359, lat: 30.20888 }, + }, + { + zip_code: '78664', + usps_city: 'Round Rock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 64686.0, + density: 1506.6, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "88.5", "48453": "11.5"}', + coty_name: ['Williamson', 'Travis'], + cty_code: ['48491', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64577, lat: 30.50479 }, + }, + { + zip_code: '78735', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18122.0, + density: 340.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86659, lat: 30.26591 }, + }, + { + zip_code: '78753', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60426.0, + density: 2146.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67361, lat: 30.38205 }, + }, + { + zip_code: '78870', + usps_city: 'Knippa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 3.6, + primary_coty_code: '48463', + primary_coty_name: 'Uvalde', + county_weights: '{"48463": "100"}', + coty_name: ['Uvalde'], + cty_code: ['48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.62906, lat: 29.29912 }, + }, + { + zip_code: '78938', + usps_city: 'Ellinger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 5.3, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "80.68", "48089": "19.32"}', + coty_name: ['Fayette', 'Colorado'], + cty_code: ['48149', '48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69061, lat: 29.80211 }, + }, + { + zip_code: '79045', + usps_city: 'Hereford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18847.0, + density: 6.0, + primary_coty_code: '48117', + primary_coty_name: 'Deaf Smith', + county_weights: '{"48117": "97.51", "48069": "2.49"}', + coty_name: ['Deaf Smith', 'Castro'], + cty_code: ['48117', '48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.55902, lat: 34.91238 }, + }, + { + zip_code: '79336', + usps_city: 'Levelland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17270.0, + density: 15.4, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "100"}', + coty_name: ['Hockley'], + cty_code: ['48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.40277, lat: 33.60537 }, + }, + { + zip_code: '79347', + usps_city: 'Muleshoe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7202.0, + density: 3.9, + primary_coty_code: '48017', + primary_coty_name: 'Bailey', + county_weights: + '{"48017": "92.62", "48369": "5.74", "48279": "1.14", "48069": "0.51"}', + coty_name: ['Bailey', 'Parmer', 'Lamb', 'Castro'], + cty_code: ['48017', '48369', '48279', '48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.78205, lat: 34.17747 }, + }, + { + zip_code: '79350', + usps_city: 'New Deal', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 108.0, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.83121, lat: 33.73175 }, + }, + { + zip_code: '79502', + usps_city: 'Aspermont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1305.0, + density: 0.8, + primary_coty_code: '48433', + primary_coty_name: 'Stonewall', + county_weights: '{"48433": "100"}', + coty_name: ['Stonewall'], + cty_code: ['48433'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.24898, lat: 33.17852 }, + }, + { + zip_code: '79529', + usps_city: 'Knox City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1480.0, + density: 6.4, + primary_coty_code: '48275', + primary_coty_name: 'Knox', + county_weights: '{"48275": "99.64", "48207": "0.36"}', + coty_name: ['Knox', 'Haskell'], + cty_code: ['48275', '48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.84731, lat: 33.43853 }, + }, + { + zip_code: '79783', + usps_city: 'Tarzan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 0.7, + primary_coty_code: '48317', + primary_coty_name: 'Martin', + county_weights: '{"48317": "100"}', + coty_name: ['Martin'], + cty_code: ['48317'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.04229, lat: 32.3217 }, + }, + { + zip_code: '79906', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5295.0, + density: 492.5, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.41651, lat: 31.80924 }, + }, + { + zip_code: '79920', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8.0, + density: 626.7, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.4517, lat: 31.82482 }, + }, + { + zip_code: '79942', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 0.3, + primary_coty_code: '48105', + primary_coty_name: 'Crockett', + county_weights: '{"48105": "100"}', + coty_name: ['Crockett'], + cty_code: ['48105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.34274, lat: 30.57792 }, + }, + { + zip_code: '80105', + usps_city: 'Deer Trail', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 0.9, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "64.3", "08039": "32.71", "08001": "2.99"}', + coty_name: ['Arapahoe', 'Elbert', 'Adams'], + cty_code: ['08005', '08039', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.96166, lat: 39.66096 }, + }, + { + zip_code: '80118', + usps_city: 'Larkspur', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 6476.0, + density: 18.3, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.89199, lat: 39.19239 }, + }, + { + zip_code: '80120', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31891.0, + density: 1483.5, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "99.93", "08035": "0.07"}', + coty_name: ['Arapahoe', 'Douglas'], + cty_code: ['08005', '08035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00956, lat: 39.5933 }, + }, + { + zip_code: '80121', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19217.0, + density: 990.7, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.9532, lat: 39.61115 }, + }, + { + zip_code: '80123', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 47821.0, + density: 1556.8, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "48.92", "08031": "26.72", "08005": "24.36"}', + coty_name: ['Jefferson', 'Denver', 'Arapahoe'], + cty_code: ['08059', '08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.06888, lat: 39.61583 }, + }, + { + zip_code: '80227', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34878.0, + density: 1813.3, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "70.93", "08031": "29.07"}', + coty_name: ['Jefferson', 'Denver'], + cty_code: ['08059', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.08962, lat: 39.66717 }, + }, + { + zip_code: '80235', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8804.0, + density: 932.1, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "56.27", "08031": "43.73"}', + coty_name: ['Jefferson', 'Denver'], + cty_code: ['08059', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.08993, lat: 39.6461 }, + }, + { + zip_code: '80237', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 21890.0, + density: 2349.9, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100", "08005": "0"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.90117, lat: 39.64007 }, + }, + { + zip_code: '80264', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "0"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.98548, lat: 39.74248 }, + }, + { + zip_code: '80423', + usps_city: 'Bond', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 0.6, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "85.21", "08049": "14.79"}', + coty_name: ['Eagle', 'Grand'], + cty_code: ['08037', '08049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.59512, lat: 39.89446 }, + }, + { + zip_code: '80510', + usps_city: 'Allenspark', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 1.7, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.57862, lat: 40.20871 }, + }, + { + zip_code: '80521', + usps_city: 'Fort Collins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36729.0, + density: 999.1, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.12777, lat: 40.59325 }, + }, + { + zip_code: '80914', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 250.8, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.70425, lat: 38.82397 }, + }, + { + zip_code: '80921', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 24087.0, + density: 106.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91017, lat: 39.0056 }, + }, + { + zip_code: '81020', + usps_city: 'Aguilar', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 0.6, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.52319, lat: 37.53092 }, + }, + { + zip_code: '81036', + usps_city: 'Eads', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1081.0, + density: 0.6, + primary_coty_code: '8061', + primary_coty_name: 'Kiowa', + county_weights: '{"08061": "100"}', + coty_name: ['Kiowa'], + cty_code: ['8061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.78361, lat: 38.42386 }, + }, + { + zip_code: '81043', + usps_city: 'Hartman', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 13.1, + primary_coty_code: '8099', + primary_coty_name: 'Prowers', + county_weights: '{"08099": "100"}', + coty_name: ['Prowers'], + cty_code: ['8099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.22089, lat: 38.13096 }, + }, + { + zip_code: '81148', + usps_city: 'Romeo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 504.6, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "100"}', + coty_name: ['Conejos'], + cty_code: ['8021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.98542, lat: 37.17183 }, + }, + { + zip_code: '81225', + usps_city: 'Crested Butte', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1452.0, + density: 6.8, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.95467, lat: 38.95884 }, + }, + { + zip_code: '81325', + usps_city: 'Egnar', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 145.0, + density: 0.1, + primary_coty_code: '8113', + primary_coty_name: 'San Miguel', + county_weights: '{"08113": "95.87", "08033": "4.13"}', + coty_name: ['San Miguel', 'Dolores'], + cty_code: ['08113', '08033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.72802, lat: 37.91688 }, + }, + { + zip_code: '81335', + usps_city: 'Yellow Jacket', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.6, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "100"}', + coty_name: ['Montezuma'], + cty_code: ['8083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.75704, lat: 37.49643 }, + }, + { + zip_code: '81640', + usps_city: 'Maybell', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 0.0, + primary_coty_code: '8081', + primary_coty_name: 'Moffat', + county_weights: '{"08081": "100"}', + coty_name: ['Moffat'], + cty_code: ['8081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.51905, lat: 40.65844 }, + }, + { + zip_code: '82190', + usps_city: 'Yellowstone National Park', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 0.1, + primary_coty_code: '56029', + primary_coty_name: 'Park', + county_weights: '{"56029": "78.05", "56039": "21.95"}', + coty_name: ['Park', 'Teton'], + cty_code: ['56029', '56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.51808, lat: 44.5744 }, + }, + { + zip_code: '82227', + usps_city: 'Manville', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 0.3, + primary_coty_code: '56027', + primary_coty_name: 'Niobrara', + county_weights: '{"56027": "100"}', + coty_name: ['Niobrara'], + cty_code: ['56027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.72261, lat: 42.76168 }, + }, + { + zip_code: '82243', + usps_city: 'Veteran', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 0.9, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.4275, lat: 41.9945 }, + }, + { + zip_code: '82335', + usps_city: 'Walcott', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 0.2, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.85236, lat: 41.81001 }, + }, + { + zip_code: '82420', + usps_city: 'Cowley', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 5.3, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.45493, lat: 44.92284 }, + }, + { + zip_code: '82450', + usps_city: 'Wapiti', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 1.7, + primary_coty_code: '56029', + primary_coty_name: 'Park', + county_weights: '{"56029": "100"}', + coty_name: ['Park'], + cty_code: ['56029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.43548, lat: 44.50527 }, + }, + { + zip_code: '82501', + usps_city: 'Riverton', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 19493.0, + density: 8.0, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.20235, lat: 43.03512 }, + }, + { + zip_code: '82725', + usps_city: 'Recluse', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 0.8, + primary_coty_code: '56005', + primary_coty_name: 'Campbell', + county_weights: '{"56005": "100"}', + coty_name: ['Campbell'], + cty_code: ['56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.7088, lat: 44.87763 }, + }, + { + zip_code: '82838', + usps_city: 'Parkman', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 0.6, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.55832, lat: 44.94529 }, + }, + { + zip_code: '82929', + usps_city: 'Little America', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 2.9, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.84999, lat: 41.55995 }, + }, + { + zip_code: '83112', + usps_city: 'Bedford', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 489.0, + density: 1.4, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.8309, lat: 42.91946 }, + }, + { + zip_code: '83217', + usps_city: 'Bancroft', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 813.0, + density: 1.1, + primary_coty_code: '16029', + primary_coty_name: 'Caribou', + county_weights: '{"16029": "100"}', + coty_name: ['Caribou'], + cty_code: ['16029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.93732, lat: 42.77531 }, + }, + { + zip_code: '83223', + usps_city: 'Bloomington', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 25.1, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.40858, lat: 42.18399 }, + }, + { + zip_code: '83234', + usps_city: 'Downey', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1475.0, + density: 2.1, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.09383, lat: 42.41859 }, + }, + { + zip_code: '83342', + usps_city: 'Malta', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 0.4, + primary_coty_code: '16031', + primary_coty_name: 'Cassia', + county_weights: '{"16031": "91.32", "49003": "5.32", "16071": "3.36"}', + coty_name: ['Cassia', 'Box Elder', 'Oneida'], + cty_code: ['16031', '49003', '16071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.25127, lat: 42.17776 }, + }, + { + zip_code: '83465', + usps_city: 'Lemhi', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 0.3, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.70003, lat: 44.77716 }, + }, + { + zip_code: '83547', + usps_city: 'Pollock', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 1.5, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.18702, lat: 45.19088 }, + }, + { + zip_code: '83650', + usps_city: 'Murphy', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 0.1, + primary_coty_code: '16073', + primary_coty_name: 'Owyhee', + county_weights: '{"16073": "100"}', + coty_name: ['Owyhee'], + cty_code: ['16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.63716, lat: 42.848 }, + }, + { + zip_code: '83656', + usps_city: 'Notus', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 617.2, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.79869, lat: 43.7265 }, + }, + { + zip_code: '83687', + usps_city: 'Nampa', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 35172.0, + density: 273.1, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "98.17", "16001": "1.83"}', + coty_name: ['Canyon', 'Ada'], + cty_code: ['16027', '16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.5295, lat: 43.60956 }, + }, + { + zip_code: '83849', + usps_city: 'Osburn', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2065.0, + density: 40.9, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.00053, lat: 47.5166 }, + }, + { + zip_code: '84023', + usps_city: 'Dutch John', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 0.5, + primary_coty_code: '49009', + primary_coty_name: 'Daggett', + county_weights: '{"49009": "100"}', + coty_name: ['Daggett'], + cty_code: ['49009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.20404, lat: 40.845 }, + }, + { + zip_code: '84037', + usps_city: 'Kaysville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 38823.0, + density: 802.7, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.95054, lat: 41.02504 }, + }, + { + zip_code: '84050', + usps_city: 'Morgan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 11420.0, + density: 11.7, + primary_coty_code: '49029', + primary_coty_name: 'Morgan', + county_weights: '{"49029": "100"}', + coty_name: ['Morgan'], + cty_code: ['49029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.67577, lat: 41.01959 }, + }, + { + zip_code: '84115', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 27224.0, + density: 1707.1, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.89271, lat: 40.71451 }, + }, + { + zip_code: '84318', + usps_city: 'Hyde Park', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4745.0, + density: 402.8, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81368, lat: 41.80258 }, + }, + { + zip_code: '84642', + usps_city: 'Manti', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3735.0, + density: 28.8, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.61537, lat: 39.28853 }, + }, + { + zip_code: '84750', + usps_city: 'Marysvale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 2.2, + primary_coty_code: '49031', + primary_coty_name: 'Piute', + county_weights: '{"49031": "100"}', + coty_name: ['Piute'], + cty_code: ['49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.19569, lat: 38.44529 }, + }, + { + zip_code: '84758', + usps_city: 'Orderville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 3.4, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "100"}', + coty_name: ['Kane'], + cty_code: ['49025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.76235, lat: 37.30207 }, + }, + { + zip_code: '84790', + usps_city: 'Saint George', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 45709.0, + density: 394.4, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.55812, lat: 37.04637 }, + }, + { + zip_code: '85013', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 21028.0, + density: 2183.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.08287, lat: 33.51007 }, + }, + { + zip_code: '85042', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47957.0, + density: 1231.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.04246, lat: 33.36882 }, + }, + { + zip_code: '85045', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7008.0, + density: 747.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.10853, lat: 33.29917 }, + }, + { + zip_code: '85123', + usps_city: 'Arizona City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11265.0, + density: 163.5, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.69557, lat: 32.71578 }, + }, + { + zip_code: '85137', + usps_city: 'Kearny', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2535.0, + density: 4.7, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.00194, lat: 33.13733 }, + }, + { + zip_code: '85324', + usps_city: 'Black Canyon City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2825.0, + density: 3.7, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.04426, lat: 34.11916 }, + }, + { + zip_code: '85344', + usps_city: 'Parker', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 10495.0, + density: 9.5, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.22197, lat: 34.07552 }, + }, + { + zip_code: '85348', + usps_city: 'Salome', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2537.0, + density: 2.2, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.71442, lat: 33.70873 }, + }, + { + zip_code: '85357', + usps_city: 'Wenden', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 0.3, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.50324, lat: 33.97768 }, + }, + { + zip_code: '85381', + usps_city: 'Peoria', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 24997.0, + density: 1451.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.23168, lat: 33.60956 }, + }, + { + zip_code: '85546', + usps_city: 'Safford', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 20610.0, + density: 11.8, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.58411, lat: 32.7113 }, + }, + { + zip_code: '85551', + usps_city: 'Solomon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 3.2, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.58365, lat: 32.72087 }, + }, + { + zip_code: '85619', + usps_city: 'Mount Lemmon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 0.1, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.7332, lat: 32.4076 }, + }, + { + zip_code: '85736', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4445.0, + density: 4.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.37022, lat: 31.90108 }, + }, + { + zip_code: '86432', + usps_city: 'Littlefield', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3444.0, + density: 0.4, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.58931, lat: 36.46122 }, + }, + { + zip_code: '86442', + usps_city: 'Bullhead City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 33895.0, + density: 343.7, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.56705, lat: 35.08682 }, + }, + { + zip_code: '86504', + usps_city: 'Fort Defiance', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7201.0, + density: 8.6, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "88.56", "35031": "11.44"}', + coty_name: ['Apache', 'McKinley'], + cty_code: ['04001', '35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.13646, lat: 35.93147 }, + }, + { + zip_code: '87023', + usps_city: 'Jarales', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 529.0, + density: 65.4, + primary_coty_code: '35061', + primary_coty_name: 'Valencia', + county_weights: '{"35061": "100"}', + coty_name: ['Valencia'], + cty_code: ['35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.76059, lat: 34.59821 }, + }, + { + zip_code: '87036', + usps_city: 'Mountainair', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1548.0, + density: 0.6, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "98.82", "35053": "1.18"}', + coty_name: ['Torrance', 'Socorro'], + cty_code: ['35057', '35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.25927, lat: 34.37816 }, + }, + { + zip_code: '87415', + usps_city: 'Flora Vista', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1715.0, + density: 60.3, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.09743, lat: 36.81831 }, + }, + { + zip_code: '87508', + usps_city: 'Santa Fe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 19447.0, + density: 50.8, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.96873, lat: 35.52744 }, + }, + { + zip_code: '87567', + usps_city: 'Santa Cruz', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 137.5, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.02023, lat: 35.9939 }, + }, + { + zip_code: '87732', + usps_city: 'Mora', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1251.0, + density: 3.1, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.3675, lat: 35.9634 }, + }, + { + zip_code: '87935', + usps_city: 'Elephant Butte', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1422.0, + density: 15.1, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.22754, lat: 33.25398 }, + }, + { + zip_code: '89012', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 36512.0, + density: 1305.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.04397, lat: 36.01194 }, + }, + { + zip_code: '89043', + usps_city: 'Pioche', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1478.0, + density: 0.3, + primary_coty_code: '32017', + primary_coty_name: 'Lincoln', + county_weights: '{"32017": "100"}', + coty_name: ['Lincoln'], + cty_code: ['32017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.47219, lat: 38.25741 }, + }, + { + zip_code: '89109', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 7859.0, + density: 681.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.16372, lat: 36.12535 }, + }, + { + zip_code: '89404', + usps_city: 'Denio', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "100"}', + coty_name: ['Humboldt'], + cty_code: ['32013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.70584, lat: 41.88683 }, + }, + { + zip_code: '89427', + usps_city: 'Schurz', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1162.0, + density: 1.8, + primary_coty_code: '32021', + primary_coty_name: 'Mineral', + county_weights: '{"32021": "100"}', + coty_name: ['Mineral'], + cty_code: ['32021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.70037, lat: 38.92055 }, + }, + { + zip_code: '90024', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51627.0, + density: 6788.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43502, lat: 34.06568 }, + }, + { + zip_code: '90059', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46185.0, + density: 5381.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24964, lat: 33.92621 }, + }, + { + zip_code: '90068', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21092.0, + density: 1051.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.32828, lat: 34.12837 }, + }, + { + zip_code: '90220', + usps_city: 'Compton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52817.0, + density: 2950.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23607, lat: 33.88078 }, + }, + { + zip_code: '90232', + usps_city: 'Culver City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14780.0, + density: 2709.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39182, lat: 34.01879 }, + }, + { + zip_code: '90248', + usps_city: 'Gardena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11607.0, + density: 954.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2835, lat: 33.87669 }, + }, + { + zip_code: '90277', + usps_city: 'Redondo Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34827.0, + density: 3754.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.3846, lat: 33.83073 }, + }, + { + zip_code: '90503', + usps_city: 'Torrance', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44605.0, + density: 3246.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35361, lat: 33.84074 }, + }, + { + zip_code: '90604', + usps_city: 'Whittier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42911.0, + density: 3888.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.01225, lat: 33.93012 }, + }, + { + zip_code: '90631', + usps_city: 'La Habra', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 69064.0, + density: 1918.8, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "91.08", "06037": "8.92"}', + coty_name: ['Orange', 'Los Angeles'], + cty_code: ['06059', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.95134, lat: 33.94248 }, + }, + { + zip_code: '90732', + usps_city: 'San Pedro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22780.0, + density: 2566.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31012, lat: 33.74507 }, + }, + { + zip_code: '91302', + usps_city: 'Calabasas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26712.0, + density: 386.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.6701, lat: 34.12426 }, + }, + { + zip_code: '91364', + usps_city: 'Woodland Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27971.0, + density: 1422.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.59509, lat: 34.15477 }, + }, + { + zip_code: '91423', + usps_city: 'Sherman Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33172.0, + density: 2935.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43272, lat: 34.14852 }, + }, + { + zip_code: '91701', + usps_city: 'Rancho Cucamonga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39461.0, + density: 2090.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.59998, lat: 34.13762 }, + }, + { + zip_code: '91784', + usps_city: 'Upland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26090.0, + density: 1105.6, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.65814, lat: 34.141 }, + }, + { + zip_code: '91917', + usps_city: 'Dulzura', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 10.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.71979, lat: 32.60876 }, + }, + { + zip_code: '91977', + usps_city: 'Spring Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64750.0, + density: 2586.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.99655, lat: 32.72593 }, + }, + { + zip_code: '92121', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4729.0, + density: 149.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.20233, lat: 32.89918 }, + }, + { + zip_code: '92277', + usps_city: 'Twentynine Palms', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23172.0, + density: 6.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "99.97", "06065": "0.03"}', + coty_name: ['San Bernardino', 'Riverside'], + cty_code: ['06071', '06065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.6222, lat: 34.21531 }, + }, + { + zip_code: '92324', + usps_city: 'Colton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59972.0, + density: 778.9, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "98.43", "06065": "1.57"}', + coty_name: ['San Bernardino', 'Riverside'], + cty_code: ['06071', '06065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.28736, lat: 34.03144 }, + }, + { + zip_code: '92866', + usps_city: 'Orange', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15574.0, + density: 3112.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.84471, lat: 33.78463 }, + }, + { + zip_code: '93021', + usps_city: 'Moorpark', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38581.0, + density: 315.2, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.8842, lat: 34.30349 }, + }, + { + zip_code: '93207', + usps_city: 'California Hot Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 1.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.63056, lat: 35.88985 }, + }, + { + zip_code: '93215', + usps_city: 'Delano', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54958.0, + density: 149.6, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "98.77", "06107": "1.23"}', + coty_name: ['Kern', 'Tulare'], + cty_code: ['06029', '06107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.1979, lat: 35.77636 }, + }, + { + zip_code: '93291', + usps_city: 'Visalia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59270.0, + density: 270.4, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.36857, lat: 36.38959 }, + }, + { + zip_code: '93401', + usps_city: 'San Luis Obispo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28854.0, + density: 159.4, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.61711, lat: 35.24175 }, + }, + { + zip_code: '93562', + usps_city: 'Trona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1771.0, + density: 17.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.38067, lat: 35.74814 }, + }, + { + zip_code: '93625', + usps_city: 'Fowler', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8059.0, + density: 125.9, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.67187, lat: 36.62455 }, + }, + { + zip_code: '94086', + usps_city: 'Sunnyvale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50477.0, + density: 4339.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.02306, lat: 37.37165 }, + }, + { + zip_code: '94404', + usps_city: 'San Mateo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36985.0, + density: 3321.4, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26892, lat: 37.556 }, + }, + { + zip_code: '94526', + usps_city: 'Danville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33135.0, + density: 856.9, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.99152, lat: 37.81443 }, + }, + { + zip_code: '94528', + usps_city: 'Diablo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 63.2, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95071, lat: 37.84559 }, + }, + { + zip_code: '94556', + usps_city: 'Moraga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16428.0, + density: 519.1, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11492, lat: 37.84064 }, + }, + { + zip_code: '94582', + usps_city: 'San Ramon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42576.0, + density: 1259.7, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91537, lat: 37.76349 }, + }, + { + zip_code: '94950', + usps_city: 'Olema', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 5.5, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.75993, lat: 38.02486 }, + }, + { + zip_code: '95127', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 66256.0, + density: 1968.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.80071, lat: 37.37108 }, + }, + { + zip_code: '95207', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52269.0, + density: 2781.2, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.32502, lat: 38.00246 }, + }, + { + zip_code: '95223', + usps_city: 'Arnold', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2666.0, + density: 3.6, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "97.38", "06003": "2.62", "06109": "0"}', + coty_name: ['Calaveras', 'Alpine', 'Tuolumne'], + cty_code: ['06009', '06003', '06109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.97443, lat: 38.43419 }, + }, + { + zip_code: '95230', + usps_city: 'Farmington', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 2.7, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "69.22", "06099": "23.96", "06009": "6.82"}', + coty_name: ['San Joaquin', 'Stanislaus', 'Calaveras'], + cty_code: ['06077', '06099', '06009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.882, lat: 37.9607 }, + }, + { + zip_code: '95313', + usps_city: 'Crows Landing', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1305.0, + density: 9.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.04698, lat: 37.43001 }, + }, + { + zip_code: '95335', + usps_city: 'Long Barn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 1.4, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.09668, lat: 38.10945 }, + }, + { + zip_code: '95338', + usps_city: 'Mariposa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10827.0, + density: 12.3, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "100"}', + coty_name: ['Mariposa'], + cty_code: ['6043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.98252, lat: 37.50978 }, + }, + { + zip_code: '95351', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48542.0, + density: 2109.7, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.99639, lat: 37.62327 }, + }, + { + zip_code: '95422', + usps_city: 'Clearlake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15696.0, + density: 172.0, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62312, lat: 38.97629 }, + }, + { + zip_code: '95427', + usps_city: 'Comptche', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 1.3, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.56352, lat: 39.24419 }, + }, + { + zip_code: '95437', + usps_city: 'Fort Bragg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14859.0, + density: 58.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.73049, lat: 39.45586 }, + }, + { + zip_code: '95450', + usps_city: 'Jenner', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 3.2, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.16909, lat: 38.49431 }, + }, + { + zip_code: '95536', + usps_city: 'Ferndale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2899.0, + density: 7.6, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.27436, lat: 40.51692 }, + }, + { + zip_code: '95587', + usps_city: 'Piercy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 1.5, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.77574, lat: 39.96325 }, + }, + { + zip_code: '95623', + usps_city: 'El Dorado', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3665.0, + density: 27.0, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85855, lat: 38.59673 }, + }, + { + zip_code: '95642', + usps_city: 'Jackson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7101.0, + density: 41.4, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.76101, lat: 38.34262 }, + }, + { + zip_code: '95650', + usps_city: 'Loomis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14808.0, + density: 231.9, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.17077, lat: 38.81283 }, + }, + { + zip_code: '95681', + usps_city: 'Sheridan', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 27.9, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.35289, lat: 38.99797 }, + }, + { + zip_code: '95687', + usps_city: 'Vacaville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 69060.0, + density: 612.8, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.9204, lat: 38.33691 }, + }, + { + zip_code: '95697', + usps_city: 'Yolo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 304.9, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.81016, lat: 38.73244 }, + }, + { + zip_code: '95941', + usps_city: 'Forbestown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 775.0, + density: 18.9, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "80.11", "06115": "19.89"}', + coty_name: ['Butte', 'Yuba'], + cty_code: ['06007', '06115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.2424, lat: 39.52098 }, + }, + { + zip_code: '95963', + usps_city: 'Orland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15492.0, + density: 19.6, + primary_coty_code: '6021', + primary_coty_name: 'Glenn', + county_weights: '{"06021": "95.11", "06103": "4.89"}', + coty_name: ['Glenn', 'Tehama'], + cty_code: ['06021', '06103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26205, lat: 39.73634 }, + }, + { + zip_code: '95986', + usps_city: 'Washington', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 2.6, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "100"}', + coty_name: ['Nevada'], + cty_code: ['6057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.77087, lat: 39.34258 }, + }, + { + zip_code: '96011', + usps_city: 'Big Bend', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 0.2, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98342, lat: 41.05006 }, + }, + { + zip_code: '96027', + usps_city: 'Etna', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2327.0, + density: 1.9, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.06878, lat: 41.3839 }, + }, + { + zip_code: '96034', + usps_city: 'Gazelle', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 1.0, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61543, lat: 41.43185 }, + }, + { + zip_code: '96121', + usps_city: 'Milford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 4.1, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.37315, lat: 40.16886 }, + }, + { + zip_code: '96719', + usps_city: 'Hawi', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1440.0, + density: 27.2, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.82212, lat: 20.18621 }, + }, + { + zip_code: '96921', + usps_city: 'Barrigada', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.79397, lat: 13.45902 }, + }, + { + zip_code: '97102', + usps_city: 'Arch Cape', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 19.6, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "91.22", "41057": "8.78"}', + coty_name: ['Clatsop', 'Tillamook'], + cty_code: ['41007', '41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.95464, lat: 45.79203 }, + }, + { + zip_code: '97109', + usps_city: 'Buxton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 6.4, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.18112, lat: 45.73784 }, + }, + { + zip_code: '97112', + usps_city: 'Cloverdale', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 6.9, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.86917, lat: 45.26032 }, + }, + { + zip_code: '97113', + usps_city: 'Cornelius', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 14918.0, + density: 162.0, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.04618, lat: 45.50548 }, + }, + { + zip_code: '97133', + usps_city: 'North Plains', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4734.0, + density: 26.1, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "98.73", "41051": "1.28"}', + coty_name: ['Washington', 'Multnomah'], + cty_code: ['41067', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.01959, lat: 45.68195 }, + }, + { + zip_code: '97148', + usps_city: 'Yamhill', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4288.0, + density: 21.9, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "100"}', + coty_name: ['Yamhill'], + cty_code: ['41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.24658, lat: 45.35589 }, + }, + { + zip_code: '97210', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 11877.0, + density: 608.2, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "97.29", "41067": "2.71"}', + coty_name: ['Multnomah', 'Washington'], + cty_code: ['41051', '41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.73, lat: 45.54692 }, + }, + { + zip_code: '97224', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 35434.0, + density: 1543.5, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7951, lat: 45.40551 }, + }, + { + zip_code: '97301', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 56196.0, + density: 1872.3, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.00399, lat: 44.94903 }, + }, + { + zip_code: '97302', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 38706.0, + density: 634.2, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.06785, lat: 44.90187 }, + }, + { + zip_code: '97376', + usps_city: 'Seal Rock', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1254.0, + density: 7.6, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.98034, lat: 44.5085 }, + }, + { + zip_code: '97381', + usps_city: 'Silverton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 16158.0, + density: 57.3, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.74572, lat: 44.97268 }, + }, + { + zip_code: '97430', + usps_city: 'Deadwood', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 1.3, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.70523, lat: 44.17494 }, + }, + { + zip_code: '97444', + usps_city: 'Gold Beach', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5643.0, + density: 13.3, + primary_coty_code: '41015', + primary_coty_name: 'Curry', + county_weights: '{"41015": "100"}', + coty_name: ['Curry'], + cty_code: ['41015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.34441, lat: 42.47962 }, + }, + { + zip_code: '97452', + usps_city: 'Lowell', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1719.0, + density: 30.8, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72121, lat: 43.8805 }, + }, + { + zip_code: '97462', + usps_city: 'Oakland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3730.0, + density: 7.0, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.38294, lat: 43.48633 }, + }, + { + zip_code: '97495', + usps_city: 'Winchester', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 87.5, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.3054, lat: 43.28778 }, + }, + { + zip_code: '97501', + usps_city: 'Medford', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 45993.0, + density: 334.3, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.90541, lat: 42.28178 }, + }, + { + zip_code: '97601', + usps_city: 'Klamath Falls', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 22726.0, + density: 15.8, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.07473, lat: 42.44883 }, + }, + { + zip_code: '97641', + usps_city: 'Christmas Valley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1196.0, + density: 0.7, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.51876, lat: 43.26455 }, + }, + { + zip_code: '97843', + usps_city: 'Ione', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 0.7, + primary_coty_code: '41049', + primary_coty_name: 'Morrow', + county_weights: '{"41049": "95.98", "41021": "4.02"}', + coty_name: ['Morrow', 'Gilliam'], + cty_code: ['41049', '41021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.89785, lat: 45.50471 }, + }, + { + zip_code: '98154', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "0"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33372, lat: 47.60641 }, + }, + { + zip_code: '98208', + usps_city: 'Everett', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 58162.0, + density: 1388.7, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.1865, lat: 47.90187 }, + }, + { + zip_code: '98220', + usps_city: 'Acme', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 779.0, + density: 14.7, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19692, lat: 48.68497 }, + }, + { + zip_code: '98244', + usps_city: 'Deming', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2725.0, + density: 2.2, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.9544, lat: 48.80005 }, + }, + { + zip_code: '98362', + usps_city: 'Port Angeles', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24027.0, + density: 42.4, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.3616, lat: 47.98419 }, + }, + { + zip_code: '98387', + usps_city: 'Spanaway', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 49386.0, + density: 672.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39543, lat: 47.05699 }, + }, + { + zip_code: '98499', + usps_city: 'Lakewood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31522.0, + density: 1317.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.507, lat: 47.16671 }, + }, + { + zip_code: '98532', + usps_city: 'Chehalis', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24084.0, + density: 28.8, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.04085, lat: 46.63122 }, + }, + { + zip_code: '98536', + usps_city: 'Copalis Crossing', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 0.5, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.09948, lat: 47.20063 }, + }, + { + zip_code: '98570', + usps_city: 'Onalaska', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4175.0, + density: 13.6, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63651, lat: 46.63827 }, + }, + { + zip_code: '98590', + usps_city: 'Tokeland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 38.1, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.00252, lat: 46.71866 }, + }, + { + zip_code: '98611', + usps_city: 'Castle Rock', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9421.0, + density: 29.1, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.89524, lat: 46.30812 }, + }, + { + zip_code: '98619', + usps_city: 'Glenwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 1.4, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.27212, lat: 45.97502 }, + }, + { + zip_code: '98620', + usps_city: 'Goldendale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7669.0, + density: 6.1, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.77468, lat: 45.87202 }, + }, + { + zip_code: '98629', + usps_city: 'La Center', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9154.0, + density: 91.4, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61413, lat: 45.88169 }, + }, + { + zip_code: '98663', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 14430.0, + density: 1294.6, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66253, lat: 45.65399 }, + }, + { + zip_code: '98851', + usps_city: 'Soap Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4874.0, + density: 11.8, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.42514, lat: 47.42069 }, + }, + { + zip_code: '98932', + usps_city: 'Granger', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5442.0, + density: 62.3, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.16117, lat: 46.33242 }, + }, + { + zip_code: '98937', + usps_city: 'Naches', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4031.0, + density: 2.0, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100", "53037": "0"}', + coty_name: ['Yakima', 'Kittitas'], + cty_code: ['53077', '53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.16104, lat: 46.808 }, + }, + { + zip_code: '98947', + usps_city: 'Tieton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3672.0, + density: 34.4, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.80146, lat: 46.68755 }, + }, + { + zip_code: '99323', + usps_city: 'Burbank', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3904.0, + density: 12.0, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "100"}', + coty_name: ['Walla Walla'], + cty_code: ['53071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.84285, lat: 46.19237 }, + }, + { + zip_code: '99337', + usps_city: 'Kennewick', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32411.0, + density: 79.6, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.08614, lat: 46.07461 }, + }, + { + zip_code: '99609', + usps_city: 'Kasigluk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 17.8, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.52724, lat: 60.87848 }, + }, + { + zip_code: '99645', + usps_city: 'Palmer', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 30540.0, + density: 26.7, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.98707, lat: 61.6303 }, + }, + { + zip_code: '99760', + usps_city: 'Nenana', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 0.1, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "87.39", "02068": "9.04", "02090": "3.57"}', + coty_name: ['Yukon-Koyukuk', 'Denali', 'Fairbanks North Star'], + cty_code: ['02290', '02068', '02090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.23073, lat: 64.21369 }, + }, + { + zip_code: '99765', + usps_city: 'Nulato', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 12.6, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.13536, lat: 64.72921 }, + }, + { + zip_code: '99771', + usps_city: 'Shaktoolik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 117.4, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.20314, lat: 64.36007 }, + }, + { + zip_code: '99781', + usps_city: 'Venetie', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.01947, lat: 67.47704 }, + }, + { + zip_code: '99903', + usps_city: 'Meyers Chuck', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '2275', + primary_coty_name: 'Wrangell', + county_weights: '{"02275": "100"}', + coty_name: ['Wrangell'], + cty_code: ['2275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -132.05943, lat: 55.82123 }, + }, + { + zip_code: '21048', + usps_city: 'Finksburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10276.0, + density: 146.6, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "100"}', + coty_name: ['Carroll'], + cty_code: ['24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91035, lat: 39.49525 }, + }, + { + zip_code: '21053', + usps_city: 'Freeland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3225.0, + density: 55.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71561, lat: 39.69257 }, + }, + { + zip_code: '21146', + usps_city: 'Severna Park', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27555.0, + density: 1039.8, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55665, lat: 39.07758 }, + }, + { + zip_code: '21562', + usps_city: 'Westernport', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3519.0, + density: 46.9, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "98.95", "24023": "1.05"}', + coty_name: ['Allegany', 'Garrett'], + cty_code: ['24001', '24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05051, lat: 39.50344 }, + }, + { + zip_code: '21601', + usps_city: 'Easton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 23399.0, + density: 82.6, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.08178, lat: 38.79377 }, + }, + { + zip_code: '21853', + usps_city: 'Princess Anne', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11957.0, + density: 38.8, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71508, lat: 38.20319 }, + }, + { + zip_code: '21918', + usps_city: 'Conowingo', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3692.0, + density: 80.7, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.16681, lat: 39.68362 }, + }, + { + zip_code: '31031', + usps_city: 'Gordon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6780.0, + density: 19.6, + primary_coty_code: '13319', + primary_coty_name: 'Wilkinson', + county_weights: + '{"13319": "63.75", "13009": "23.75", "13289": "8.17", "13169": "4.33"}', + coty_name: ['Wilkinson', 'Baldwin', 'Twiggs', 'Jones'], + cty_code: ['13319', '13009', '13289', '13169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32837, lat: 32.87127 }, + }, + { + zip_code: '31775', + usps_city: 'Omega', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3332.0, + density: 28.2, + primary_coty_code: '13277', + primary_coty_name: 'Tift', + county_weights: '{"13277": "52.7", "13071": "38", "13321": "9.3"}', + coty_name: ['Tift', 'Colquitt', 'Worth'], + cty_code: ['13277', '13071', '13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59738, lat: 31.32999 }, + }, + { + zip_code: '31778', + usps_city: 'Pavo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2277.0, + density: 8.3, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "50.23", "13027": "46.06", "13071": "3.71"}', + coty_name: ['Thomas', 'Brooks', 'Colquitt'], + cty_code: ['13275', '13027', '13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70907, lat: 30.97494 }, + }, + { + zip_code: '31804', + usps_city: 'Cataula', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6186.0, + density: 45.4, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "100"}', + coty_name: ['Harris'], + cty_code: ['13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.88516, lat: 32.66248 }, + }, + { + zip_code: '32181', + usps_city: 'Pomona Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2558.0, + density: 39.4, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60013, lat: 29.50399 }, + }, + { + zip_code: '32228', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 1402.2, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40022, lat: 30.39158 }, + }, + { + zip_code: '32246', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51589.0, + density: 1056.2, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51797, lat: 30.29399 }, + }, + { + zip_code: '32254', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13431.0, + density: 418.1, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.7358, lat: 30.34156 }, + }, + { + zip_code: '32332', + usps_city: 'Gretna', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 92.7, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66868, lat: 30.61005 }, + }, + { + zip_code: '32714', + usps_city: 'Altamonte Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37981.0, + density: 1713.9, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41166, lat: 28.66246 }, + }, + { + zip_code: '32726', + usps_city: 'Eustis', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22485.0, + density: 710.3, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67891, lat: 28.85503 }, + }, + { + zip_code: '32751', + usps_city: 'Maitland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22471.0, + density: 1233.8, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "70.74", "12117": "29.26"}', + coty_name: ['Orange', 'Seminole'], + cty_code: ['12095', '12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36412, lat: 28.63118 }, + }, + { + zip_code: '32903', + usps_city: 'Indialantic', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14557.0, + density: 1521.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58719, lat: 28.10847 }, + }, + { + zip_code: '33004', + usps_city: 'Dania', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16082.0, + density: 1086.6, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13852, lat: 26.0579 }, + }, + { + zip_code: '33063', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 54707.0, + density: 2397.5, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20883, lat: 26.25012 }, + }, + { + zip_code: '33176', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52288.0, + density: 1641.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35895, lat: 25.65861 }, + }, + { + zip_code: '33326', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33155.0, + density: 1423.5, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36819, lat: 26.11591 }, + }, + { + zip_code: '33331', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25718.0, + density: 800.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36798, lat: 26.05977 }, + }, + { + zip_code: '33418', + usps_city: 'Palm Beach Gardens', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40926.0, + density: 340.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16693, lat: 26.86073 }, + }, + { + zip_code: '33446', + usps_city: 'Delray Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26006.0, + density: 472.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18621, lat: 26.45044 }, + }, + { + zip_code: '33570', + usps_city: 'Ruskin', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29967.0, + density: 293.3, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45855, lat: 27.68991 }, + }, + { + zip_code: '33629', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27061.0, + density: 2170.4, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51005, lat: 27.92192 }, + }, + { + zip_code: '33703', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25699.0, + density: 1973.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62438, lat: 27.81756 }, + }, + { + zip_code: '33707', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24767.0, + density: 1815.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72564, lat: 27.75552 }, + }, + { + zip_code: '33815', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15148.0, + density: 788.9, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99645, lat: 28.04069 }, + }, + { + zip_code: '33847', + usps_city: 'Homeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 63.0, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82327, lat: 27.80458 }, + }, + { + zip_code: '33904', + usps_city: 'Cape Coral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31086.0, + density: 1234.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94538, lat: 26.57594 }, + }, + { + zip_code: '33935', + usps_city: 'Labelle', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23513.0, + density: 26.6, + primary_coty_code: '12051', + primary_coty_name: 'Hendry', + county_weights: '{"12051": "84.14", "12043": "15.86"}', + coty_name: ['Hendry', 'Glades'], + cty_code: ['12051', '12043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43303, lat: 26.75919 }, + }, + { + zip_code: '34219', + usps_city: 'Parrish', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24750.0, + density: 67.3, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29926, lat: 27.58667 }, + }, + { + zip_code: '34473', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19998.0, + density: 201.6, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18283, lat: 29.00584 }, + }, + { + zip_code: '34480', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19188.0, + density: 219.7, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09793, lat: 29.10567 }, + }, + { + zip_code: '34683', + usps_city: 'Palm Harbor', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33514.0, + density: 1227.9, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76003, lat: 28.08632 }, + }, + { + zip_code: '34785', + usps_city: 'Wildwood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38097.0, + density: 192.9, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04013, lat: 28.83925 }, + }, + { + zip_code: '35553', + usps_city: 'Double Springs', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4111.0, + density: 11.1, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: '{"01133": "100"}', + coty_name: ['Winston'], + cty_code: ['1133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.38569, lat: 34.12065 }, + }, + { + zip_code: '35570', + usps_city: 'Hamilton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11159.0, + density: 18.0, + primary_coty_code: '1093', + primary_coty_name: 'Marion', + county_weights: '{"01093": "99.93", "01075": "0.07"}', + coty_name: ['Marion', 'Lamar'], + cty_code: ['01093', '01075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99501, lat: 34.1646 }, + }, + { + zip_code: '35577', + usps_city: 'Natural Bridge', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 4.9, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: '{"01133": "100"}', + coty_name: ['Winston'], + cty_code: ['1133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62001, lat: 34.10237 }, + }, + { + zip_code: '35584', + usps_city: 'Sipsey', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 235.8, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "100"}', + coty_name: ['Walker'], + cty_code: ['1127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08699, lat: 33.82199 }, + }, + { + zip_code: '35613', + usps_city: 'Athens', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 26379.0, + density: 132.4, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87736, lat: 34.82405 }, + }, + { + zip_code: '35645', + usps_city: 'Killen', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13654.0, + density: 61.1, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['1077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50088, lat: 34.90185 }, + }, + { + zip_code: '35760', + usps_city: 'New Hope', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4876.0, + density: 35.6, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "96.33", "01095": "3.67"}', + coty_name: ['Madison', 'Marshall'], + cty_code: ['01089', '01095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.38259, lat: 34.54918 }, + }, + { + zip_code: '35805', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20491.0, + density: 865.0, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.62126, lat: 34.70858 }, + }, + { + zip_code: '35811', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 27245.0, + density: 227.5, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.50602, lat: 34.79694 }, + }, + { + zip_code: '35824', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8298.0, + density: 251.0, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75322, lat: 34.64441 }, + }, + { + zip_code: '36025', + usps_city: 'Elmore', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6231.0, + density: 167.2, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "100"}', + coty_name: ['Elmore'], + cty_code: ['1051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.32561, lat: 32.54153 }, + }, + { + zip_code: '36343', + usps_city: 'Gordon', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 4.8, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "100"}', + coty_name: ['Houston'], + cty_code: ['1069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.11599, lat: 31.05905 }, + }, + { + zip_code: '36467', + usps_city: 'Opp', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9810.0, + density: 22.9, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "97.06", "01031": "2.94"}', + coty_name: ['Covington', 'Coffee'], + cty_code: ['01039', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.25716, lat: 31.28126 }, + }, + { + zip_code: '36523', + usps_city: 'Coden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2809.0, + density: 28.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16718, lat: 30.37697 }, + }, + { + zip_code: '36571', + usps_city: 'Saraland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15474.0, + density: 130.9, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09551, lat: 30.84281 }, + }, + { + zip_code: '36758', + usps_city: 'Plantersville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 6.2, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "47.66", "01021": "31.52", "01001": "20.82"}', + coty_name: ['Dallas', 'Chilton', 'Autauga'], + cty_code: ['01047', '01021', '01001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89917, lat: 32.6503 }, + }, + { + zip_code: '37037', + usps_city: 'Christiana', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8768.0, + density: 45.7, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.3515, lat: 35.70277 }, + }, + { + zip_code: '37076', + usps_city: 'Hermitage', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 40161.0, + density: 568.0, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "97.88", "47189": "2.12"}', + coty_name: ['Davidson', 'Wilson'], + cty_code: ['47037', '47189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.58188, lat: 36.14947 }, + }, + { + zip_code: '37326', + usps_city: 'Ducktown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 91.3, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "100"}', + coty_name: ['Polk'], + cty_code: ['47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38463, lat: 35.04003 }, + }, + { + zip_code: '37339', + usps_city: 'Gruetli Laager', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2565.0, + density: 28.2, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "100"}', + coty_name: ['Grundy'], + cty_code: ['47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.63424, lat: 35.37992 }, + }, + { + zip_code: '37406', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14058.0, + density: 442.8, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.24555, lat: 35.07224 }, + }, + { + zip_code: '37722', + usps_city: 'Cosby', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5911.0, + density: 24.9, + primary_coty_code: '47029', + primary_coty_name: 'Cocke', + county_weights: '{"47029": "81.55", "47155": "18.45"}', + coty_name: ['Cocke', 'Sevier'], + cty_code: ['47029', '47155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.23447, lat: 35.80702 }, + }, + { + zip_code: '37748', + usps_city: 'Harriman', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 16576.0, + density: 62.6, + primary_coty_code: '47145', + primary_coty_name: 'Roane', + county_weights: '{"47145": "89.3", "47129": "10.7"}', + coty_name: ['Roane', 'Morgan'], + cty_code: ['47145', '47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5134, lat: 35.94879 }, + }, + { + zip_code: '37777', + usps_city: 'Louisville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12122.0, + density: 141.7, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.05208, lat: 35.82711 }, + }, + { + zip_code: '38050', + usps_city: 'Maury City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 595.0, + density: 116.4, + primary_coty_code: '47033', + primary_coty_name: 'Crockett', + county_weights: '{"47033": "100"}', + coty_name: ['Crockett'], + cty_code: ['47033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23304, lat: 35.82956 }, + }, + { + zip_code: '38079', + usps_city: 'Tiptonville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5229.0, + density: 19.1, + primary_coty_code: '47095', + primary_coty_name: 'Lake', + county_weights: '{"47095": "99.68", "21075": "0.32"}', + coty_name: ['Lake', 'Fulton'], + cty_code: ['47095', '21075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46291, lat: 36.4302 }, + }, + { + zip_code: '38117', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26296.0, + density: 1086.4, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90529, lat: 35.11524 }, + }, + { + zip_code: '38224', + usps_city: 'Cottage Grove', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 858.0, + density: 5.9, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "94.56", "47183": "5.44"}', + coty_name: ['Henry', 'Weakley'], + cty_code: ['47079', '47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48608, lat: 36.39138 }, + }, + { + zip_code: '38225', + usps_city: 'Dresden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5606.0, + density: 19.6, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67904, lat: 36.32087 }, + }, + { + zip_code: '38321', + usps_city: 'Cedar Grove', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2300.0, + density: 9.3, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "63.31", "47077": "36.69"}', + coty_name: ['Carroll', 'Henderson'], + cty_code: ['47017', '47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52987, lat: 35.83715 }, + }, + { + zip_code: '38343', + usps_city: 'Humboldt', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15413.0, + density: 43.0, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "78.35", "47113": "15.39", "47033": "6.27"}', + coty_name: ['Gibson', 'Madison', 'Crockett'], + cty_code: ['47053', '47113', '47033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92626, lat: 35.82686 }, + }, + { + zip_code: '38552', + usps_city: 'Chestnut Mound', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 9.6, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "100"}', + coty_name: ['Smith'], + cty_code: ['47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.81002, lat: 36.22039 }, + }, + { + zip_code: '38619', + usps_city: 'Como', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5368.0, + density: 15.1, + primary_coty_code: '28107', + primary_coty_name: 'Panola', + county_weights: '{"28107": "76.8", "28071": "20.82", "28137": "2.38"}', + coty_name: ['Panola', 'Lafayette', 'Tate'], + cty_code: ['28107', '28071', '28137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84234, lat: 34.51446 }, + }, + { + zip_code: '38642', + usps_city: 'Lamar', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2289.0, + density: 10.6, + primary_coty_code: '28009', + primary_coty_name: 'Benton', + county_weights: '{"28009": "55.45", "28093": "44.55"}', + coty_name: ['Benton', 'Marshall'], + cty_code: ['28009', '28093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32985, lat: 34.9173 }, + }, + { + zip_code: '38676', + usps_city: 'Tunica', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5843.0, + density: 10.7, + primary_coty_code: '28143', + primary_coty_name: 'Tunica', + county_weights: '{"28143": "100"}', + coty_name: ['Tunica'], + cty_code: ['28143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38523, lat: 34.66771 }, + }, + { + zip_code: '38746', + usps_city: 'Gunnison', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 3.0, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90917, lat: 33.9651 }, + }, + { + zip_code: '38759', + usps_city: 'Merigold', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 5.8, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "74.12", "28133": "25.88"}', + coty_name: ['Bolivar', 'Sunflower'], + cty_code: ['28011', '28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73133, lat: 33.82315 }, + }, + { + zip_code: '38945', + usps_city: 'Greenwood', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 1.4, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "100"}', + coty_name: ['Leflore'], + cty_code: ['28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17071, lat: 33.60004 }, + }, + { + zip_code: '39038', + usps_city: 'Belzoni', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5703.0, + density: 10.3, + primary_coty_code: '28053', + primary_coty_name: 'Humphreys', + county_weights: '{"28053": "97.08", "28051": "2.22", "28083": "0.7"}', + coty_name: ['Humphreys', 'Holmes', 'Leflore'], + cty_code: ['28053', '28051', '28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48436, lat: 33.18468 }, + }, + { + zip_code: '39047', + usps_city: 'Brandon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 39426.0, + density: 151.6, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "100"}', + coty_name: ['Rankin'], + cty_code: ['28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94677, lat: 32.42629 }, + }, + { + zip_code: '39079', + usps_city: 'Goodman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1708.0, + density: 9.9, + primary_coty_code: '28051', + primary_coty_name: 'Holmes', + county_weights: '{"28051": "92.98", "28007": "6.68", "28089": "0.34"}', + coty_name: ['Holmes', 'Attala', 'Madison'], + cty_code: ['28051', '28007', '28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89869, lat: 32.93484 }, + }, + { + zip_code: '39116', + usps_city: 'Mize', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2285.0, + density: 10.3, + primary_coty_code: '28129', + primary_coty_name: 'Smith', + county_weights: '{"28129": "100"}', + coty_name: ['Smith'], + cty_code: ['28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54988, lat: 31.88968 }, + }, + { + zip_code: '39305', + usps_city: 'Meridian', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 21126.0, + density: 74.8, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['28075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.72002, lat: 32.46657 }, + }, + { + zip_code: '39327', + usps_city: 'Decatur', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4045.0, + density: 15.0, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "100"}', + coty_name: ['Newton'], + cty_code: ['28101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11948, lat: 32.44578 }, + }, + { + zip_code: '39356', + usps_city: 'Rose Hill', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 2.8, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "100"}', + coty_name: ['Jasper'], + cty_code: ['28061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02493, lat: 32.13642 }, + }, + { + zip_code: '39443', + usps_city: 'Laurel', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 21572.0, + density: 31.6, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "92.85", "28061": "4.63", "28153": "2.52"}', + coty_name: ['Jones', 'Jasper', 'Wayne'], + cty_code: ['28067', '28061', '28153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07595, lat: 31.71378 }, + }, + { + zip_code: '39507', + usps_city: 'Gulfport', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16300.0, + density: 779.7, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03582, lat: 30.39914 }, + }, + { + zip_code: '39834', + usps_city: 'Climax', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2197.0, + density: 7.0, + primary_coty_code: '13087', + primary_coty_name: 'Decatur', + county_weights: '{"13087": "100"}', + coty_name: ['Decatur'], + cty_code: ['13087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42558, lat: 30.89334 }, + }, + { + zip_code: '40040', + usps_city: 'Mackville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 6.3, + primary_coty_code: '21229', + primary_coty_name: 'Washington', + county_weights: '{"21229": "100"}', + coty_name: ['Washington'], + cty_code: ['21229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.05538, lat: 37.77058 }, + }, + { + zip_code: '40052', + usps_city: 'New Hope', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 564.0, + density: 10.3, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "69.13", "21155": "25.24", "21123": "5.63"}', + coty_name: ['Nelson', 'Marion', 'Larue'], + cty_code: ['21179', '21155', '21123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.51214, lat: 37.58293 }, + }, + { + zip_code: '40055', + usps_city: 'Pendleton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2042.0, + density: 38.4, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "53.25", "21223": "25.57", "21185": "21.18"}', + coty_name: ['Henry', 'Trimble', 'Oldham'], + cty_code: ['21103', '21223', '21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.32477, lat: 38.49678 }, + }, + { + zip_code: '40056', + usps_city: 'Pewee Valley', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3421.0, + density: 464.1, + primary_coty_code: '21185', + primary_coty_name: 'Oldham', + county_weights: '{"21185": "100"}', + coty_name: ['Oldham'], + cty_code: ['21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.48823, lat: 38.30628 }, + }, + { + zip_code: '40146', + usps_city: 'Irvington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4103.0, + density: 18.9, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.33149, lat: 37.85466 }, + }, + { + zip_code: '40155', + usps_city: 'Muldraugh', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1040.0, + density: 743.4, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "100"}', + coty_name: ['Meade'], + cty_code: ['21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.99176, lat: 37.93704 }, + }, + { + zip_code: '40505', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 26152.0, + density: 1265.1, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45692, lat: 38.05995 }, + }, + { + zip_code: '40807', + usps_city: 'Benham', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 491.4, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94732, lat: 36.96438 }, + }, + { + zip_code: '40823', + usps_city: 'Cumberland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3566.0, + density: 23.7, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "97.68", "21133": "2.32"}', + coty_name: ['Harlan', 'Letcher'], + cty_code: ['21095', '21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99713, lat: 36.95985 }, + }, + { + zip_code: '40843', + usps_city: 'Holmes Mill', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 3.5, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97963, lat: 36.8969 }, + }, + { + zip_code: '41052', + usps_city: 'Jonesville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 14.6, + primary_coty_code: '21081', + primary_coty_name: 'Grant', + county_weights: '{"21081": "100"}', + coty_name: ['Grant'], + cty_code: ['21081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76982, lat: 38.67366 }, + }, + { + zip_code: '41055', + usps_city: 'Mayslick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 11.8, + primary_coty_code: '21161', + primary_coty_name: 'Mason', + county_weights: '{"21161": "95.31", "21069": "4.69"}', + coty_name: ['Mason', 'Fleming'], + cty_code: ['21161', '21069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87086, lat: 38.51828 }, + }, + { + zip_code: '41168', + usps_city: 'Rush', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2675.0, + density: 18.9, + primary_coty_code: '21019', + primary_coty_name: 'Boyd', + county_weights: '{"21019": "60.5", "21043": "39.5"}', + coty_name: ['Boyd', 'Carter'], + cty_code: ['21019', '21043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76223, lat: 38.30732 }, + }, + { + zip_code: '41238', + usps_city: 'Oil Springs', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 10.9, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95474, lat: 37.84853 }, + }, + { + zip_code: '41557', + usps_city: 'Raccoon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1780.0, + density: 33.0, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41805, lat: 37.48553 }, + }, + { + zip_code: '41667', + usps_city: 'Weeksbury', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 29.1, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.69148, lat: 37.32021 }, + }, + { + zip_code: '41712', + usps_city: 'Ary', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 30.5, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13816, lat: 37.36672 }, + }, + { + zip_code: '42031', + usps_city: 'Clinton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2898.0, + density: 7.4, + primary_coty_code: '21105', + primary_coty_name: 'Hickman', + county_weights: '{"21105": "100"}', + coty_name: ['Hickman'], + cty_code: ['21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99122, lat: 36.68755 }, + }, + { + zip_code: '42083', + usps_city: 'Tiline', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 260.0, + density: 3.5, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "100"}', + coty_name: ['Livingston'], + cty_code: ['21139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27925, lat: 37.16145 }, + }, + { + zip_code: '42217', + usps_city: 'Crofton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3164.0, + density: 7.7, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "100"}', + coty_name: ['Christian'], + cty_code: ['21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.46144, lat: 37.04837 }, + }, + { + zip_code: '42265', + usps_city: 'Olmstead', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 7.2, + primary_coty_code: '21141', + primary_coty_name: 'Logan', + county_weights: '{"21141": "93.05", "21219": "6.95"}', + coty_name: ['Logan', 'Todd'], + cty_code: ['21141', '21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.99345, lat: 36.73581 }, + }, + { + zip_code: '42344', + usps_city: 'Graham', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 854.0, + density: 9.5, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.32011, lat: 37.25686 }, + }, + { + zip_code: '42347', + usps_city: 'Hartford', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6204.0, + density: 19.4, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "100"}', + coty_name: ['Ohio'], + cty_code: ['21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.88429, lat: 37.52455 }, + }, + { + zip_code: '42411', + usps_city: 'Fredonia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1934.0, + density: 8.6, + primary_coty_code: '21033', + primary_coty_name: 'Caldwell', + county_weights: '{"21033": "75.79", "21055": "20.05", "21143": "4.17"}', + coty_name: ['Caldwell', 'Crittenden', 'Lyon'], + cty_code: ['21033', '21055', '21143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01808, lat: 37.20308 }, + }, + { + zip_code: '42431', + usps_city: 'Madisonville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 25729.0, + density: 59.6, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "100"}', + coty_name: ['Hopkins'], + cty_code: ['21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.4783, lat: 37.32921 }, + }, + { + zip_code: '42565', + usps_city: 'Windsor', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 12.2, + primary_coty_code: '21045', + primary_coty_name: 'Casey', + county_weights: '{"21045": "100"}', + coty_name: ['Casey'], + cty_code: ['21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.89352, lat: 37.15503 }, + }, + { + zip_code: '42649', + usps_city: 'Strunk', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2087.0, + density: 11.2, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42251, lat: 36.62464 }, + }, + { + zip_code: '43021', + usps_city: 'Galena', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12708.0, + density: 137.7, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "100"}', + coty_name: ['Delaware'], + cty_code: ['39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.88428, lat: 40.20095 }, + }, + { + zip_code: '43026', + usps_city: 'Hilliard', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 63047.0, + density: 694.1, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "99.97", "39097": "0.03"}', + coty_name: ['Franklin', 'Madison'], + cty_code: ['39049', '39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1855, lat: 40.02276 }, + }, + { + zip_code: '43062', + usps_city: 'Pataskala', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29241.0, + density: 143.2, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "99.35", "39045": "0.65"}', + coty_name: ['Licking', 'Fairfield'], + cty_code: ['39089', '39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68279, lat: 40.00752 }, + }, + { + zip_code: '43065', + usps_city: 'Powell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 43034.0, + density: 575.5, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "81.8", "39049": "18.2"}', + coty_name: ['Delaware', 'Franklin'], + cty_code: ['39041', '39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09366, lat: 40.17762 }, + }, + { + zip_code: '43070', + usps_city: 'Rosewood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 447.6, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "100"}', + coty_name: ['Champaign'], + cty_code: ['39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.95792, lat: 40.21577 }, + }, + { + zip_code: '43119', + usps_city: 'Galloway', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27568.0, + density: 334.7, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "97.86", "39097": "2.14"}', + coty_name: ['Franklin', 'Madison'], + cty_code: ['39049', '39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20074, lat: 39.93574 }, + }, + { + zip_code: '43138', + usps_city: 'Logan', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17986.0, + density: 39.4, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "97.42", "39127": "2.26", "39163": "0.32"}', + coty_name: ['Hocking', 'Perry', 'Vinton'], + cty_code: ['39073', '39127', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41098, lat: 39.52202 }, + }, + { + zip_code: '43155', + usps_city: 'Sugar Grove', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2672.0, + density: 34.1, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "65.75", "39073": "34.25"}', + coty_name: ['Fairfield', 'Hocking'], + cty_code: ['39045', '39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5249, lat: 39.62612 }, + }, + { + zip_code: '43231', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22393.0, + density: 2013.3, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93894, lat: 40.07927 }, + }, + { + zip_code: '43316', + usps_city: 'Carey', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5856.0, + density: 31.4, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "91.52", "39147": "8.09", "39063": "0.38"}', + coty_name: ['Wyandot', 'Seneca', 'Hancock'], + cty_code: ['39175', '39147', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3808, lat: 40.95416 }, + }, + { + zip_code: '43320', + usps_city: 'Edison', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1302.0, + density: 15.2, + primary_coty_code: '39117', + primary_coty_name: 'Morrow', + county_weights: '{"39117": "100"}', + coty_name: ['Morrow'], + cty_code: ['39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89804, lat: 40.58855 }, + }, + { + zip_code: '43342', + usps_city: 'Prospect', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2862.0, + density: 25.8, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "96.13", "39041": "2.17", "39159": "1.7"}', + coty_name: ['Marion', 'Delaware', 'Union'], + cty_code: ['39101', '39041', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1836, lat: 40.4756 }, + }, + { + zip_code: '43357', + usps_city: 'West Liberty', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3825.0, + density: 21.6, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "78.96", "39021": "21.04"}', + coty_name: ['Logan', 'Champaign'], + cty_code: ['39091', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74664, lat: 40.25335 }, + }, + { + zip_code: '43527', + usps_city: 'Holgate', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1947.0, + density: 14.3, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "93.88", "39039": "6.12"}', + coty_name: ['Henry', 'Defiance'], + cty_code: ['39069', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16007, lat: 41.25049 }, + }, + { + zip_code: '43723', + usps_city: 'Byesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5202.0, + density: 113.4, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54009, lat: 39.96057 }, + }, + { + zip_code: '43746', + usps_city: 'Hopewell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1494.0, + density: 27.4, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "91.09", "39089": "8.91"}', + coty_name: ['Muskingum', 'Licking'], + cty_code: ['39119', '39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17436, lat: 39.97171 }, + }, + { + zip_code: '43777', + usps_city: 'Roseville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4803.0, + density: 35.0, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "57.59", "39127": "42.41"}', + coty_name: ['Muskingum', 'Perry'], + cty_code: ['39119', '39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08729, lat: 39.81816 }, + }, + { + zip_code: '43961', + usps_city: 'Stratton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 363.4, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62971, lat: 40.52531 }, + }, + { + zip_code: '43968', + usps_city: 'Wellsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6283.0, + density: 70.8, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.68551, lat: 40.63219 }, + }, + { + zip_code: '43972', + usps_city: 'Bannock', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 173.0, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.97496, lat: 40.10163 }, + }, + { + zip_code: '44050', + usps_city: 'Lagrange', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6517.0, + density: 98.8, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13008, lat: 41.24845 }, + }, + { + zip_code: '44124', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 37341.0, + density: 990.4, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46678, lat: 41.50053 }, + }, + { + zip_code: '44139', + usps_city: 'Solon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24112.0, + density: 405.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4444, lat: 41.38326 }, + }, + { + zip_code: '44230', + usps_city: 'Doylestown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8502.0, + density: 190.8, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "98.09", "39103": "1.91"}', + coty_name: ['Wayne', 'Medina'], + cty_code: ['39169', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68996, lat: 40.9633 }, + }, + { + zip_code: '44253', + usps_city: 'Litchfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3094.0, + density: 48.5, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "93.63", "39093": "6.37"}', + coty_name: ['Medina', 'Lorain'], + cty_code: ['39103', '39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.03323, lat: 41.1657 }, + }, + { + zip_code: '44302', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4489.0, + density: 1846.2, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53883, lat: 41.08955 }, + }, + { + zip_code: '44311', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8062.0, + density: 1630.7, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52086, lat: 41.06427 }, + }, + { + zip_code: '44428', + usps_city: 'Kinsman', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3061.0, + density: 21.7, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "98.12", "39007": "1.88"}', + coty_name: ['Trumbull', 'Ashtabula'], + cty_code: ['39155', '39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57854, lat: 41.4361 }, + }, + { + zip_code: '44443', + usps_city: 'New Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 52.7, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "96.13", "39029": "3.87"}', + coty_name: ['Mahoning', 'Columbiana'], + cty_code: ['39099', '39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59836, lat: 40.9244 }, + }, + { + zip_code: '44470', + usps_city: 'Southington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3893.0, + density: 56.2, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96182, lat: 41.29776 }, + }, + { + zip_code: '44709', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19096.0, + density: 1279.8, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38622, lat: 40.84237 }, + }, + { + zip_code: '44714', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8495.0, + density: 1248.5, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35907, lat: 40.83611 }, + }, + { + zip_code: '44836', + usps_city: 'Green Springs', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2330.0, + density: 25.6, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "60.02", "39143": "39.98"}', + coty_name: ['Seneca', 'Sandusky'], + cty_code: ['39147', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05467, lat: 41.23807 }, + }, + { + zip_code: '44847', + usps_city: 'Monroeville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3604.0, + density: 19.8, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "79.22", "39043": "20.78"}', + coty_name: ['Huron', 'Erie'], + cty_code: ['39077', '39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7055, lat: 41.22885 }, + }, + { + zip_code: '44905', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13387.0, + density: 406.4, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "100"}', + coty_name: ['Richland'], + cty_code: ['39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46827, lat: 40.77747 }, + }, + { + zip_code: '45014', + usps_city: 'Fairfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 43620.0, + density: 776.4, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55132, lat: 39.32804 }, + }, + { + zip_code: '45033', + usps_city: 'Hooven', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 1369.1, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76306, lat: 39.1768 }, + }, + { + zip_code: '45122', + usps_city: 'Goshen', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11088.0, + density: 96.8, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "95.68", "39165": "4.32"}', + coty_name: ['Clermont', 'Warren'], + cty_code: ['39025', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11621, lat: 39.22034 }, + }, + { + zip_code: '45224', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21481.0, + density: 1283.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53151, lat: 39.20099 }, + }, + { + zip_code: '45317', + usps_city: 'Conover', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 19.7, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "45.68", "39109": "45.34", "39149": "8.98"}', + coty_name: ['Champaign', 'Miami', 'Shelby'], + cty_code: ['39021', '39109', '39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.01914, lat: 40.17487 }, + }, + { + zip_code: '45337', + usps_city: 'Laura', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1724.0, + density: 32.5, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "82.96", "39037": "17.04"}', + coty_name: ['Miami', 'Darke'], + cty_code: ['39109', '39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42057, lat: 39.97988 }, + }, + { + zip_code: '45459', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27342.0, + density: 748.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "99.65", "39057": "0.35"}', + coty_name: ['Montgomery', 'Greene'], + cty_code: ['39113', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16955, lat: 39.6469 }, + }, + { + zip_code: '45624', + usps_city: 'Cynthiana', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39131', + primary_coty_name: 'Pike', + county_weights: '{"39131": "100"}', + coty_name: ['Pike'], + cty_code: ['39131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3469, lat: 39.17024 }, + }, + { + zip_code: '45628', + usps_city: 'Frankfort', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5187.0, + density: 24.9, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "100"}', + coty_name: ['Ross'], + cty_code: ['39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.19805, lat: 39.39099 }, + }, + { + zip_code: '45682', + usps_city: 'South Webster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2133.0, + density: 17.7, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "95.99", "39087": "4.01"}', + coty_name: ['Scioto', 'Lawrence'], + cty_code: ['39145', '39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6944, lat: 38.80766 }, + }, + { + zip_code: '45694', + usps_city: 'Wheelersburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12276.0, + density: 66.5, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78221, lat: 38.74733 }, + }, + { + zip_code: '45766', + usps_city: 'New Marshfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 14.5, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "95.15", "39163": "4.85"}', + coty_name: ['Athens', 'Vinton'], + cty_code: ['39009', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25938, lat: 39.32282 }, + }, + { + zip_code: '45866', + usps_city: 'Montezuma', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 226.1, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "100"}', + coty_name: ['Mercer'], + cty_code: ['39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5516, lat: 40.4914 }, + }, + { + zip_code: '45876', + usps_city: 'Ottoville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 781.0, + density: 502.9, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "100"}', + coty_name: ['Putnam'], + cty_code: ['39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34131, lat: 40.92728 }, + }, + { + zip_code: '46062', + usps_city: 'Noblesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 35349.0, + density: 400.7, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.05544, lat: 40.06176 }, + }, + { + zip_code: '46172', + usps_city: 'Roachdale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2562.0, + density: 14.7, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "100"}', + coty_name: ['Putnam'], + cty_code: ['18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.81782, lat: 39.8259 }, + }, + { + zip_code: '46348', + usps_city: 'La Crosse', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 7.8, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "98.76", "18127": "1.24"}', + coty_name: ['LaPorte', 'Porter'], + cty_code: ['18091', '18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.86193, lat: 41.31032 }, + }, + { + zip_code: '46349', + usps_city: 'Lake Village', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3251.0, + density: 14.9, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "100"}', + coty_name: ['Newton'], + cty_code: ['18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.42179, lat: 41.10783 }, + }, + { + zip_code: '46360', + usps_city: 'Michigan City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43678.0, + density: 218.1, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "96.98", "18127": "3.02"}', + coty_name: ['LaPorte', 'Porter'], + cty_code: ['18091', '18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.8689, lat: 41.68703 }, + }, + { + zip_code: '46544', + usps_city: 'Mishawaka', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31988.0, + density: 308.0, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.13893, lat: 41.61693 }, + }, + { + zip_code: '46635', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6363.0, + density: 786.6, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.20853, lat: 41.71488 }, + }, + { + zip_code: '46737', + usps_city: 'Fremont', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7329.0, + density: 43.5, + primary_coty_code: '18151', + primary_coty_name: 'Steuben', + county_weights: '{"18151": "100"}', + coty_name: ['Steuben'], + cty_code: ['18151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.92385, lat: 41.72152 }, + }, + { + zip_code: '46747', + usps_city: 'Hudson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2292.0, + density: 24.1, + primary_coty_code: '18151', + primary_coty_name: 'Steuben', + county_weights: '{"18151": "75.6", "18087": "17.16", "18033": "7.24"}', + coty_name: ['Steuben', 'LaGrange', 'DeKalb'], + cty_code: ['18151', '18087', '18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.15349, lat: 41.55989 }, + }, + { + zip_code: '46994', + usps_city: 'Walton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2815.0, + density: 18.9, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "100"}', + coty_name: ['Cass'], + cty_code: ['18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25722, lat: 40.66813 }, + }, + { + zip_code: '47001', + usps_city: 'Aurora', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10009.0, + density: 53.0, + primary_coty_code: '18029', + primary_coty_name: 'Dearborn', + county_weights: '{"18029": "93.01", "18115": "6.99"}', + coty_name: ['Dearborn', 'Ohio'], + cty_code: ['18029', '18115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.96833, lat: 39.06666 }, + }, + { + zip_code: '47040', + usps_city: 'Rising Sun', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5103.0, + density: 29.4, + primary_coty_code: '18115', + primary_coty_name: 'Ohio', + county_weights: '{"18115": "87.01", "18155": "12.99"}', + coty_name: ['Ohio', 'Switzerland'], + cty_code: ['18115', '18155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.93655, lat: 38.93011 }, + }, + { + zip_code: '47166', + usps_city: 'Ramsey', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 45.6, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.16742, lat: 38.30689 }, + }, + { + zip_code: '47263', + usps_city: 'New Point', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 787.1, + primary_coty_code: '18031', + primary_coty_name: 'Decatur', + county_weights: '{"18031": "100"}', + coty_name: ['Decatur'], + cty_code: ['18031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.33021, lat: 39.30947 }, + }, + { + zip_code: '47274', + usps_city: 'Seymour', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31352.0, + density: 57.2, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: + '{"18071": "97.29", "18005": "1.38", "18079": "0.83", "18013": "0.51"}', + coty_name: ['Jackson', 'Bartholomew', 'Jennings', 'Brown'], + cty_code: ['18071', '18005', '18079', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.93097, lat: 38.96581 }, + }, + { + zip_code: '47374', + usps_city: 'Richmond', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 45571.0, + density: 149.8, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "99.97", "18161": "0.03"}', + coty_name: ['Wayne', 'Union'], + cty_code: ['18177', '18161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.88909, lat: 39.83163 }, + }, + { + zip_code: '47403', + usps_city: 'Bloomington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33505.0, + density: 149.6, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "99.28", "18055": "0.72"}', + coty_name: ['Monroe', 'Greene'], + cty_code: ['18105', '18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.6113, lat: 39.08488 }, + }, + { + zip_code: '47454', + usps_city: 'Paoli', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7046.0, + density: 21.5, + primary_coty_code: '18117', + primary_coty_name: 'Orange', + county_weights: '{"18117": "100"}', + coty_name: ['Orange'], + cty_code: ['18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.45591, lat: 38.51759 }, + }, + { + zip_code: '47462', + usps_city: 'Springville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4812.0, + density: 24.5, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "66.84", "18055": "26.93", "18105": "6.22"}', + coty_name: ['Lawrence', 'Greene', 'Monroe'], + cty_code: ['18093', '18055', '18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64716, lat: 38.95668 }, + }, + { + zip_code: '47522', + usps_city: 'Crane', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 20.0, + primary_coty_code: '18101', + primary_coty_name: 'Martin', + county_weights: '{"18101": "100"}', + coty_name: ['Martin'], + cty_code: ['18101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.83637, lat: 38.88884 }, + }, + { + zip_code: '47968', + usps_city: 'New Ross', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 16.3, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "92.97", "18011": "7.03"}', + coty_name: ['Montgomery', 'Boone'], + cty_code: ['18107', '18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.7458, lat: 39.96142 }, + }, + { + zip_code: '48095', + usps_city: 'Washington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5765.0, + density: 131.5, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.03864, lat: 42.7798 }, + }, + { + zip_code: '48201', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15846.0, + density: 3050.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.06014, lat: 42.34704 }, + }, + { + zip_code: '48206', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16065.0, + density: 1984.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.10785, lat: 42.3751 }, + }, + { + zip_code: '48335', + usps_city: 'Farmington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22998.0, + density: 1178.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.40199, lat: 42.46285 }, + }, + { + zip_code: '48367', + usps_city: 'Leonard', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4697.0, + density: 77.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14145, lat: 42.84283 }, + }, + { + zip_code: '48437', + usps_city: 'Genesee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 783.0, + density: 511.9, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.61542, lat: 43.11231 }, + }, + { + zip_code: '48453', + usps_city: 'Marlette', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5153.0, + density: 18.6, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "89.9", "26157": "5.29", "26087": "4.82"}', + coty_name: ['Sanilac', 'Tuscola', 'Lapeer'], + cty_code: ['26151', '26157', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.03193, lat: 43.34412 }, + }, + { + zip_code: '48466', + usps_city: 'Peck', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1473.0, + density: 15.5, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.81672, lat: 43.27695 }, + }, + { + zip_code: '48631', + usps_city: 'Kawkawlin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4188.0, + density: 48.8, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "100"}', + coty_name: ['Bay'], + cty_code: ['26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.001, lat: 43.68516 }, + }, + { + zip_code: '48662', + usps_city: 'Wheeler', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1659.0, + density: 13.8, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "80.3", "26111": "19.7"}', + coty_name: ['Gratiot', 'Midland'], + cty_code: ['26057', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.41098, lat: 43.41115 }, + }, + { + zip_code: '48667', + usps_city: 'Midland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26111', + primary_coty_name: 'Midland', + county_weights: '{"26111": "0"}', + coty_name: ['Midland'], + cty_code: ['26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.23409, lat: 43.60217 }, + }, + { + zip_code: '48705', + usps_city: 'Barton City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 2.2, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "100"}', + coty_name: ['Alcona'], + cty_code: ['26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.65359, lat: 44.70086 }, + }, + { + zip_code: '48730', + usps_city: 'East Tawas', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4558.0, + density: 24.0, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "100"}', + coty_name: ['Iosco'], + cty_code: ['26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47091, lat: 44.34876 }, + }, + { + zip_code: '48848', + usps_city: 'Laingsburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7444.0, + density: 43.5, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "63.74", "26037": "36.26"}', + coty_name: ['Shiawassee', 'Clinton'], + cty_code: ['26155', '26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.35562, lat: 42.88721 }, + }, + { + zip_code: '48896', + usps_city: 'Winn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 433.6, + primary_coty_code: '26073', + primary_coty_name: 'Isabella', + county_weights: '{"26073": "100"}', + coty_name: ['Isabella'], + cty_code: ['26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.90102, lat: 43.52128 }, + }, + { + zip_code: '49095', + usps_city: 'Vandalia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2223.0, + density: 30.9, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "100"}', + coty_name: ['Cass'], + cty_code: ['26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.88036, lat: 41.90703 }, + }, + { + zip_code: '49238', + usps_city: 'Deerfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1803.0, + density: 24.6, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "81.1", "26115": "18.9"}', + coty_name: ['Lenawee', 'Monroe'], + cty_code: ['26091', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.78599, lat: 41.90553 }, + }, + { + zip_code: '49265', + usps_city: 'Onsted', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5102.0, + density: 65.5, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.17264, lat: 42.0073 }, + }, + { + zip_code: '49288', + usps_city: 'Waldron', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1491.0, + density: 15.3, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "92.92", "26091": "7.08"}', + coty_name: ['Hillsdale', 'Lenawee'], + cty_code: ['26059', '26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.42999, lat: 41.73466 }, + }, + { + zip_code: '49306', + usps_city: 'Belmont', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10650.0, + density: 207.6, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.56775, lat: 43.07325 }, + }, + { + zip_code: '49419', + usps_city: 'Hamilton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8612.0, + density: 46.1, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.981, lat: 42.6789 }, + }, + { + zip_code: '49509', + usps_city: 'Wyoming', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28323.0, + density: 1507.9, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.69297, lat: 42.89755 }, + }, + { + zip_code: '49519', + usps_city: 'Wyoming', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28836.0, + density: 1397.1, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.71863, lat: 42.89792 }, + }, + { + zip_code: '49619', + usps_city: 'Brethren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 6.3, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "100"}', + coty_name: ['Manistee'], + cty_code: ['26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.98189, lat: 44.30263 }, + }, + { + zip_code: '49625', + usps_city: 'Copemish', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1113.0, + density: 5.1, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "95.58", "26165": "4.42"}', + coty_name: ['Manistee', 'Wexford'], + cty_code: ['26101', '26165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.87975, lat: 44.4323 }, + }, + { + zip_code: '49632', + usps_city: 'Falmouth', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 4.8, + primary_coty_code: '26113', + primary_coty_name: 'Missaukee', + county_weights: '{"26113": "100"}', + coty_name: ['Missaukee'], + cty_code: ['26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.96935, lat: 44.23892 }, + }, + { + zip_code: '49651', + usps_city: 'Lake City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7838.0, + density: 13.5, + primary_coty_code: '26113', + primary_coty_name: 'Missaukee', + county_weights: '{"26113": "100"}', + coty_name: ['Missaukee'], + cty_code: ['26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.11292, lat: 44.39399 }, + }, + { + zip_code: '49710', + usps_city: 'Barbeau', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 4.1, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.18837, lat: 46.28343 }, + }, + { + zip_code: '49726', + usps_city: 'Drummond Island', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 3.2, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.66243, lat: 46.0016 }, + }, + { + zip_code: '49752', + usps_city: 'Kinross', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 13.7, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46843, lat: 46.28287 }, + }, + { + zip_code: '49760', + usps_city: 'Moran', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 647.0, + density: 1.7, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.89498, lat: 46.05368 }, + }, + { + zip_code: '49765', + usps_city: 'Onaway', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3771.0, + density: 5.8, + primary_coty_code: '26141', + primary_coty_name: 'Presque Isle', + county_weights: '{"26141": "62.83", "26031": "37.17"}', + coty_name: ['Presque Isle', 'Cheboygan'], + cty_code: ['26141', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.24545, lat: 45.32844 }, + }, + { + zip_code: '49769', + usps_city: 'Pellston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1671.0, + density: 12.1, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "92.15", "26031": "7.85"}', + coty_name: ['Emmet', 'Cheboygan'], + cty_code: ['26047', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.85911, lat: 45.56748 }, + }, + { + zip_code: '49826', + usps_city: 'Rumely', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 7.3, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.03928, lat: 46.34071 }, + }, + { + zip_code: '49872', + usps_city: 'Perkins', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 3.4, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "100"}', + coty_name: ['Delta'], + cty_code: ['26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.08436, lat: 46.02103 }, + }, + { + zip_code: '49876', + usps_city: 'Quinnesec', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 133.7, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.98215, lat: 45.80265 }, + }, + { + zip_code: '49903', + usps_city: 'Amasa', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.2, + primary_coty_code: '26071', + primary_coty_name: 'Iron', + county_weights: '{"26071": "100"}', + coty_name: ['Iron'], + cty_code: ['26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.42991, lat: 46.32813 }, + }, + { + zip_code: '49905', + usps_city: 'Atlantic Mine', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1986.0, + density: 12.9, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.71648, lat: 47.12377 }, + }, + { + zip_code: '49919', + usps_city: 'Covington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 0.6, + primary_coty_code: '26013', + primary_coty_name: 'Baraga', + county_weights: '{"26013": "100"}', + coty_name: ['Baraga'], + cty_code: ['26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.45585, lat: 46.51861 }, + }, + { + zip_code: '49920', + usps_city: 'Crystal Falls', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4144.0, + density: 3.8, + primary_coty_code: '26071', + primary_coty_name: 'Iron', + county_weights: '{"26071": "100"}', + coty_name: ['Iron'], + cty_code: ['26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.29236, lat: 46.15512 }, + }, + { + zip_code: '50014', + usps_city: 'Ames', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 29706.0, + density: 205.3, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "97.48", "19015": "2.52"}', + coty_name: ['Story', 'Boone'], + cty_code: ['19169', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69449, lat: 42.04855 }, + }, + { + zip_code: '50074', + usps_city: 'Ellston', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 3.0, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "94.91", "19175": "5.09"}', + coty_name: ['Ringgold', 'Union'], + cty_code: ['19159', '19175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.07581, lat: 40.85679 }, + }, + { + zip_code: '50142', + usps_city: 'Le Grand', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 989.0, + density: 385.3, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77563, lat: 42.00662 }, + }, + { + zip_code: '50161', + usps_city: 'Maxwell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1831.0, + density: 8.7, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "74.35", "19153": "25.65"}', + coty_name: ['Story', 'Polk'], + cty_code: ['19169', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40232, lat: 41.84826 }, + }, + { + zip_code: '50225', + usps_city: 'Pleasantville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2776.0, + density: 12.9, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "93.47", "19181": "6.53"}', + coty_name: ['Marion', 'Warren'], + cty_code: ['19125', '19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26904, lat: 41.38457 }, + }, + { + zip_code: '50265', + usps_city: 'West Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 32532.0, + density: 728.1, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73736, lat: 41.55553 }, + }, + { + zip_code: '50566', + usps_city: 'Moorland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 5.4, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.32967, lat: 42.43883 }, + }, + { + zip_code: '50604', + usps_city: 'Aplington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 9.6, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "93.35", "19075": "6.65"}', + coty_name: ['Butler', 'Grundy'], + cty_code: ['19023', '19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90396, lat: 42.60345 }, + }, + { + zip_code: '50605', + usps_city: 'Aredale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 6.2, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "66.67", "19069": "33.33"}', + coty_name: ['Butler', 'Franklin'], + cty_code: ['19023', '19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02091, lat: 42.83176 }, + }, + { + zip_code: '50668', + usps_city: 'Readlyn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1168.0, + density: 13.3, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "100"}', + coty_name: ['Bremer'], + cty_code: ['19017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2265, lat: 42.69069 }, + }, + { + zip_code: '50672', + usps_city: 'Steamboat Rock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 532.0, + density: 5.6, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "94.78", "19075": "5.22"}', + coty_name: ['Hardin', 'Grundy'], + cty_code: ['19083', '19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0632, lat: 42.4252 }, + }, + { + zip_code: '50862', + usps_city: 'Sharpsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 3.6, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: '{"19173": "100"}', + coty_name: ['Taylor'], + cty_code: ['19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.65336, lat: 40.81279 }, + }, + { + zip_code: '51011', + usps_city: 'Chatsworth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 47.8, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51445, lat: 42.91631 }, + }, + { + zip_code: '51052', + usps_city: 'Salix', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 764.0, + density: 4.9, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.26502, lat: 42.31471 }, + }, + { + zip_code: '51247', + usps_city: 'Rock Valley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4834.0, + density: 16.7, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "99.28", "19119": "0.72"}', + coty_name: ['Sioux', 'Lyon'], + cty_code: ['19167', '19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33947, lat: 43.19133 }, + }, + { + zip_code: '51331', + usps_city: 'Arnolds Park', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1022.0, + density: 234.5, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "100"}', + coty_name: ['Dickinson'], + cty_code: ['19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12808, lat: 43.36379 }, + }, + { + zip_code: '51632', + usps_city: 'Clarinda', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7006.0, + density: 13.0, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "99.89", "19173": "0.11"}', + coty_name: ['Page', 'Taylor'], + cty_code: ['19145', '19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.04956, lat: 40.74694 }, + }, + { + zip_code: '52030', + usps_city: 'Andrew', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 664.6, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "100"}', + coty_name: ['Jackson'], + cty_code: ['19097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59188, lat: 42.15329 }, + }, + { + zip_code: '52035', + usps_city: 'Colesburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 892.0, + density: 6.4, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "58.91", "19043": "41.09"}', + coty_name: ['Delaware', 'Clayton'], + cty_code: ['19055', '19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19094, lat: 42.66072 }, + }, + { + zip_code: '52040', + usps_city: 'Dyersville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5776.0, + density: 36.7, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "84.06", "19055": "15.94"}', + coty_name: ['Dubuque', 'Delaware'], + cty_code: ['19061', '19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13598, lat: 42.50814 }, + }, + { + zip_code: '52132', + usps_city: 'Calmar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1830.0, + density: 11.6, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "98.71", "19089": "1.29"}', + coty_name: ['Winneshiek', 'Howard'], + cty_code: ['19191', '19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92323, lat: 43.20618 }, + }, + { + zip_code: '52136', + usps_city: 'Cresco', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5722.0, + density: 10.4, + primary_coty_code: '19089', + primary_coty_name: 'Howard', + county_weights: '{"19089": "90.13", "19191": "9.87"}', + coty_name: ['Howard', 'Winneshiek'], + cty_code: ['19089', '19191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.1112, lat: 43.37403 }, + }, + { + zip_code: '52165', + usps_city: 'Ridgeway', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 3.8, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "100"}', + coty_name: ['Winneshiek'], + cty_code: ['19191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.98342, lat: 43.30679 }, + }, + { + zip_code: '52246', + usps_city: 'Iowa City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 23032.0, + density: 979.6, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5697, lat: 41.65162 }, + }, + { + zip_code: '52306', + usps_city: 'Mechanicsville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1601.0, + density: 8.3, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "91.33", "19105": "8.67"}', + coty_name: ['Cedar', 'Jones'], + cty_code: ['19031', '19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25343, lat: 41.89844 }, + }, + { + zip_code: '52555', + usps_city: 'Exline', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 5.7, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "100"}', + coty_name: ['Appanoose'], + cty_code: ['19007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81523, lat: 40.63966 }, + }, + { + zip_code: '52572', + usps_city: 'Moulton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 4.4, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "91.96", "19051": "8.04"}', + coty_name: ['Appanoose', 'Davis'], + cty_code: ['19007', '19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69193, lat: 40.67726 }, + }, + { + zip_code: '52577', + usps_city: 'Oskaloosa', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 14896.0, + density: 36.2, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "100"}', + coty_name: ['Mahaska'], + cty_code: ['19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66047, lat: 41.27193 }, + }, + { + zip_code: '52626', + usps_city: 'Farmington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1122.0, + density: 4.6, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "63.6", "19111": "28.9", "29045": "7.5"}', + coty_name: ['Van Buren', 'Lee', 'Clark'], + cty_code: ['19177', '19111', '29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72836, lat: 40.62634 }, + }, + { + zip_code: '52649', + usps_city: 'Salem', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 897.0, + density: 7.5, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "90.76", "19111": "9.24"}', + coty_name: ['Henry', 'Lee'], + cty_code: ['19087', '19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60359, lat: 40.84075 }, + }, + { + zip_code: '52737', + usps_city: 'Columbus City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 559.9, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "100"}', + coty_name: ['Louisa'], + cty_code: ['19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.37459, lat: 41.25929 }, + }, + { + zip_code: '53047', + usps_city: 'Lebanon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 300.5, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.63018, lat: 43.25715 }, + }, + { + zip_code: '53080', + usps_city: 'Saukville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5718.0, + density: 76.9, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "100"}', + coty_name: ['Ozaukee'], + cty_code: ['55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98748, lat: 43.40951 }, + }, + { + zip_code: '53125', + usps_city: 'Fontana', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1741.0, + density: 123.1, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56179, lat: 42.54793 }, + }, + { + zip_code: '53172', + usps_city: 'South Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20957.0, + density: 1675.8, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86266, lat: 42.91197 }, + }, + { + zip_code: '53505', + usps_city: 'Avalon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 7.5, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.81901, lat: 42.65691 }, + }, + { + zip_code: '53523', + usps_city: 'Cambridge', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5182.0, + density: 41.3, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "51.22", "55055": "48.78"}', + coty_name: ['Dane', 'Jefferson'], + cty_code: ['55025', '55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03208, lat: 42.98402 }, + }, + { + zip_code: '53594', + usps_city: 'Waterloo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5098.0, + density: 27.8, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "82.97", "55027": "13.36", "55025": "3.67"}', + coty_name: ['Jefferson', 'Dodge', 'Dane'], + cty_code: ['55055', '55027', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.97222, lat: 43.187 }, + }, + { + zip_code: '53597', + usps_city: 'Waunakee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19445.0, + density: 144.9, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45691, lat: 43.18256 }, + }, + { + zip_code: '53714', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16147.0, + density: 1349.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31218, lat: 43.09867 }, + }, + { + zip_code: '53939', + usps_city: 'Kingston', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 189.7, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: '{"55047": "100"}', + coty_name: ['Green Lake'], + cty_code: ['55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.13067, lat: 43.69169 }, + }, + { + zip_code: '53944', + usps_city: 'Lyndon Station', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2097.0, + density: 10.4, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "92.09", "55111": "7.91"}', + coty_name: ['Juneau', 'Sauk'], + cty_code: ['55057', '55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92579, lat: 43.68666 }, + }, + { + zip_code: '54020', + usps_city: 'Osceola', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7002.0, + density: 35.6, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "98.69", "55109": "1.31"}', + coty_name: ['Polk', 'St. Croix'], + cty_code: ['55095', '55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65071, lat: 45.2789 }, + }, + { + zip_code: '54169', + usps_city: 'Sherwood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2776.0, + density: 313.8, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "100"}', + coty_name: ['Calumet'], + cty_code: ['55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27799, lat: 44.17644 }, + }, + { + zip_code: '54440', + usps_city: 'Hatley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2962.0, + density: 13.5, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38629, lat: 44.80885 }, + }, + { + zip_code: '54465', + usps_city: 'Pickerel', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 6.8, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "54.85", "55041": "45.15"}', + coty_name: ['Langlade', 'Forest'], + cty_code: ['55067', '55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8912, lat: 45.38306 }, + }, + { + zip_code: '54527', + usps_city: 'Glidden', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 857.0, + density: 1.4, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "100"}', + coty_name: ['Ashland'], + cty_code: ['55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66421, lat: 46.12333 }, + }, + { + zip_code: '54536', + usps_city: 'Iron Belt', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 1.3, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "100"}', + coty_name: ['Iron'], + cty_code: ['55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35431, lat: 46.3286 }, + }, + { + zip_code: '54642', + usps_city: 'Melrose', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2148.0, + density: 8.8, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "88.42", "55063": "7.48", "55121": "4.09"}', + coty_name: ['Jackson', 'La Crosse', 'Trempealeau'], + cty_code: ['55053', '55063', '55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05324, lat: 44.15146 }, + }, + { + zip_code: '54821', + usps_city: 'Cable', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1178.0, + density: 2.5, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "97.65", "55113": "2.35"}', + coty_name: ['Bayfield', 'Sawyer'], + cty_code: ['55007', '55113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.16299, lat: 46.22159 }, + }, + { + zip_code: '54836', + usps_city: 'Foxboro', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 3.1, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.1946, lat: 46.43044 }, + }, + { + zip_code: '54862', + usps_city: 'Ojibwa', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 1.9, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "100"}', + coty_name: ['Sawyer'], + cty_code: ['55113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11838, lat: 45.77725 }, + }, + { + zip_code: '54864', + usps_city: 'Poplar', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1249.0, + density: 9.5, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.79234, lat: 46.60494 }, + }, + { + zip_code: '54923', + usps_city: 'Berlin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8968.0, + density: 25.6, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: '{"55047": "78.69", "55137": "18.7", "55139": "2.61"}', + coty_name: ['Green Lake', 'Waushara', 'Winnebago'], + cty_code: ['55047', '55137', '55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96727, lat: 43.9978 }, + }, + { + zip_code: '54943', + usps_city: 'Hancock', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1992.0, + density: 6.3, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "72.85", "55001": "27.15"}', + coty_name: ['Waushara', 'Adams'], + cty_code: ['55137', '55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5836, lat: 44.12528 }, + }, + { + zip_code: '54964', + usps_city: 'Pickett', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 973.0, + density: 10.5, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "78.38", "55039": "21.62"}', + coty_name: ['Winnebago', 'Fond du Lac'], + cty_code: ['55139', '55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71955, lat: 43.92077 }, + }, + { + zip_code: '54986', + usps_city: 'Winneconne', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5284.0, + density: 71.7, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "99.31", "55137": "0.69"}', + coty_name: ['Winnebago', 'Waushara'], + cty_code: ['55139', '55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7475, lat: 44.12078 }, + }, + { + zip_code: '55019', + usps_city: 'Dundas', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2069.0, + density: 39.5, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "100"}', + coty_name: ['Rice'], + cty_code: ['27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.248, lat: 44.41445 }, + }, + { + zip_code: '55024', + usps_city: 'Farmington', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 35519.0, + density: 154.1, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13428, lat: 44.62994 }, + }, + { + zip_code: '55372', + usps_city: 'Prior Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 33852.0, + density: 227.9, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "100"}', + coty_name: ['Scott'], + cty_code: ['27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41126, lat: 44.67752 }, + }, + { + zip_code: '55403', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16784.0, + density: 4752.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2857, lat: 44.96998 }, + }, + { + zip_code: '55405', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 15942.0, + density: 2209.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30476, lat: 44.97026 }, + }, + { + zip_code: '55455', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 1588.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23316, lat: 44.97358 }, + }, + { + zip_code: '55725', + usps_city: 'Crane Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.2, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Winnipeg', + geo_point_2d: { lon: -92.30212, lat: 48.25997 }, + }, + { + zip_code: '55726', + usps_city: 'Cromwell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 4.3, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83121, lat: 46.67413 }, + }, + { + zip_code: '55807', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9350.0, + density: 626.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16843, lat: 46.73519 }, + }, + { + zip_code: '55814', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 5506.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19769, lat: 46.83413 }, + }, + { + zip_code: '55991', + usps_city: 'Zumbro Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 10.3, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "97.32", "27109": "2.68"}', + coty_name: ['Wabasha', 'Olmsted'], + cty_code: ['27157', '27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4193, lat: 44.25815 }, + }, + { + zip_code: '56047', + usps_city: 'Huntley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 23.1, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "100"}', + coty_name: ['Faribault'], + cty_code: ['27043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23364, lat: 43.73228 }, + }, + { + zip_code: '56056', + usps_city: 'La Salle', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 34.1, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "100"}', + coty_name: ['Watonwan'], + cty_code: ['27165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57928, lat: 44.07277 }, + }, + { + zip_code: '56111', + usps_city: 'Alpha', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 3.0, + primary_coty_code: '27063', + primary_coty_name: 'Jackson', + county_weights: '{"27063": "100"}', + coty_name: ['Jackson'], + cty_code: ['27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88195, lat: 43.6391 }, + }, + { + zip_code: '56137', + usps_city: 'Heron Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 3.8, + primary_coty_code: '27063', + primary_coty_name: 'Jackson', + county_weights: '{"27063": "89.3", "27033": "10.7"}', + coty_name: ['Jackson', 'Cottonwood'], + cty_code: ['27063', '27033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32681, lat: 43.83488 }, + }, + { + zip_code: '56149', + usps_city: 'Lake Benton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 3.8, + primary_coty_code: '27081', + primary_coty_name: 'Lincoln', + county_weights: '{"27081": "99.05", "27117": "0.95"}', + coty_name: ['Lincoln', 'Pipestone'], + cty_code: ['27081', '27117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.30744, lat: 44.30096 }, + }, + { + zip_code: '56230', + usps_city: 'Danube', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 805.0, + density: 5.1, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "100"}', + coty_name: ['Renville'], + cty_code: ['27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.0924, lat: 44.79299 }, + }, + { + zip_code: '56237', + usps_city: 'Echo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 3.0, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "100"}', + coty_name: ['Yellow Medicine'], + cty_code: ['27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4325, lat: 44.61646 }, + }, + { + zip_code: '56274', + usps_city: 'Norcross', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 1.1, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "75.14", "27155": "24.86"}', + coty_name: ['Grant', 'Traverse'], + cty_code: ['27051', '27155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24572, lat: 45.90222 }, + }, + { + zip_code: '56444', + usps_city: 'Deerwood', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3127.0, + density: 21.7, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8748, lat: 46.41916 }, + }, + { + zip_code: '56522', + usps_city: 'Campbell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 1.1, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "92.19", "27111": "7.81"}', + coty_name: ['Wilkin', 'Otter Tail'], + cty_code: ['27167', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38819, lat: 46.13638 }, + }, + { + zip_code: '56565', + usps_city: 'Nashua', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 1.4, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "91.59", "27051": "8.41"}', + coty_name: ['Wilkin', 'Grant'], + cty_code: ['27167', '27051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29764, lat: 46.04962 }, + }, + { + zip_code: '56686', + usps_city: 'Williams', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 1.6, + primary_coty_code: '27077', + primary_coty_name: 'Lake of the Woods', + county_weights: '{"27077": "100"}', + coty_name: ['Lake of the Woods'], + cty_code: ['27077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91374, lat: 48.78527 }, + }, + { + zip_code: '56725', + usps_city: 'Goodridge', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 951.0, + density: 1.3, + primary_coty_code: '27113', + primary_coty_name: 'Pennington', + county_weights: '{"27113": "82.52", "27089": "17.48"}', + coty_name: ['Pennington', 'Marshall'], + cty_code: ['27113', '27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80073, lat: 48.15052 }, + }, + { + zip_code: '56726', + usps_city: 'Greenbush', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1702.0, + density: 2.1, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "100"}', + coty_name: ['Roseau'], + cty_code: ['27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23095, lat: 48.74709 }, + }, + { + zip_code: '56762', + usps_city: 'Warren', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2569.0, + density: 2.9, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "84.64", "27119": "15.36"}', + coty_name: ['Marshall', 'Polk'], + cty_code: ['27089', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73961, lat: 48.16876 }, + }, + { + zip_code: '57043', + usps_city: 'Marion', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 4.9, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "96.01", "46087": "3.12", "46067": "0.87"}', + coty_name: ['Turner', 'McCook', 'Hutchinson'], + cty_code: ['46125', '46087', '46067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31155, lat: 43.41623 }, + }, + { + zip_code: '57068', + usps_city: 'Valley Springs', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1397.0, + density: 12.0, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "97.29", "27133": "2.71"}', + coty_name: ['Minnehaha', 'Rock'], + cty_code: ['46099', '27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49221, lat: 43.57541 }, + }, + { + zip_code: '57072', + usps_city: 'Volin', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 3.1, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "76.37", "46027": "23.63"}', + coty_name: ['Yankton', 'Clay'], + cty_code: ['46135', '46027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19354, lat: 42.98223 }, + }, + { + zip_code: '57325', + usps_city: 'Chamberlain', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3147.0, + density: 5.6, + primary_coty_code: '46015', + primary_coty_name: 'Brule', + county_weights: '{"46015": "98.43", "46017": "1.57"}', + coty_name: ['Brule', 'Buffalo'], + cty_code: ['46015', '46017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.29633, lat: 43.7561 }, + }, + { + zip_code: '57342', + usps_city: 'Geddes', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 577.0, + density: 1.4, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "100"}', + coty_name: ['Charles Mix'], + cty_code: ['46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.70177, lat: 43.2466 }, + }, + { + zip_code: '57362', + usps_city: 'Miller', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2076.0, + density: 1.6, + primary_coty_code: '46059', + primary_coty_name: 'Hand', + county_weights: '{"46059": "100"}', + coty_name: ['Hand'], + cty_code: ['46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.07088, lat: 44.4916 }, + }, + { + zip_code: '57401', + usps_city: 'Aberdeen', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 32831.0, + density: 43.6, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52753, lat: 45.47648 }, + }, + { + zip_code: '57552', + usps_city: 'Midland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 554.0, + density: 0.2, + primary_coty_code: '46055', + primary_coty_name: 'Haakon', + county_weights: + '{"46055": "79.96", "46117": "11.37", "46075": "6.14", "46071": "2.53"}', + coty_name: ['Haakon', 'Stanley', 'Jones', 'Jackson'], + cty_code: ['46055', '46117', '46075', '46071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.19563, lat: 44.27155 }, + }, + { + zip_code: '57633', + usps_city: 'Isabel', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 0.2, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "57", "46031": "30.92", "46137": "12.08"}', + coty_name: ['Dewey', 'Corson', 'Ziebach'], + cty_code: ['46041', '46031', '46137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.45463, lat: 45.46016 }, + }, + { + zip_code: '57636', + usps_city: 'Lantry', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 3.7, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "100"}', + coty_name: ['Dewey'], + cty_code: ['46041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.46131, lat: 45.03497 }, + }, + { + zip_code: '57658', + usps_city: 'Wakpala', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 1.1, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "100"}', + coty_name: ['Corson'], + cty_code: ['46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.49452, lat: 45.67891 }, + }, + { + zip_code: '57725', + usps_city: 'Caputa', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 1.0, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "100"}', + coty_name: ['Pennington'], + cty_code: ['46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.80947, lat: 43.94008 }, + }, + { + zip_code: '58017', + usps_city: 'Cogswell', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.5, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "100"}', + coty_name: ['Sargent'], + cty_code: ['38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84257, lat: 46.0411 }, + }, + { + zip_code: '58029', + usps_city: 'Erie', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 0.5, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40006, lat: 47.11674 }, + }, + { + zip_code: '58203', + usps_city: 'Grand Forks', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 16190.0, + density: 92.2, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15496, lat: 47.97217 }, + }, + { + zip_code: '58212', + usps_city: 'Aneta', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 1.0, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: + '{"38063": "70.89", "38039": "21.52", "38035": "4.01", "38091": "3.59"}', + coty_name: ['Nelson', 'Griggs', 'Grand Forks', 'Steele'], + cty_code: ['38063', '38039', '38035', '38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99942, lat: 47.70512 }, + }, + { + zip_code: '58214', + usps_city: 'Arvilla', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 1.8, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49967, lat: 47.92461 }, + }, + { + zip_code: '58261', + usps_city: 'Minto', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 3.1, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "93.79", "38035": "6.21"}', + coty_name: ['Walsh', 'Grand Forks'], + cty_code: ['38099', '38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31189, lat: 48.23978 }, + }, + { + zip_code: '58317', + usps_city: 'Bisbee', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.6, + primary_coty_code: '38095', + primary_coty_name: 'Towner', + county_weights: '{"38095": "100"}', + coty_name: ['Towner'], + cty_code: ['38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.38178, lat: 48.61861 }, + }, + { + zip_code: '58381', + usps_city: 'Warwick', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 0.8, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "72.24", "38027": "27.76"}', + coty_name: ['Benson', 'Eddy'], + cty_code: ['38005', '38027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74062, lat: 47.83267 }, + }, + { + zip_code: '58420', + usps_city: 'Buchanan', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 0.7, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86783, lat: 47.06133 }, + }, + { + zip_code: '58558', + usps_city: 'Menoken', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 2.4, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.51066, lat: 46.82637 }, + }, + { + zip_code: '58642', + usps_city: 'Manning', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 0.7, + primary_coty_code: '38025', + primary_coty_name: 'Dunn', + county_weights: '{"38025": "94.31", "38007": "5.69"}', + coty_name: ['Dunn', 'Billings'], + cty_code: ['38025', '38007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.84273, lat: 47.20868 }, + }, + { + zip_code: '58705', + usps_city: 'Minot Afb', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 1367.3, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.33389, lat: 48.42237 }, + }, + { + zip_code: '659', + usps_city: 'Hatillo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 39950.0, + density: 369.2, + primary_coty_code: '72065', + primary_coty_name: 'Hatillo', + county_weights: '{"72065": "100"}', + coty_name: ['Hatillo'], + cty_code: ['72065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.79648, lat: 18.41069 }, + }, + { + zip_code: '680', + usps_city: 'Mayaguez', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 45190.0, + density: 271.7, + primary_coty_code: '72097', + primary_coty_name: 'Mayag\u00fcez', + county_weights: '{"72097": "97.01", "72125": "2.53", "72011": "0.46"}', + coty_name: ['Mayag\u00fcez', 'San Germ\u00e1n', 'A\u00f1asco'], + cty_code: ['72097', '72125', '72011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.36192, lat: 18.16328 }, + }, + { + zip_code: '736', + usps_city: 'Cayey', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 46085.0, + density: 322.9, + primary_coty_code: '72035', + primary_coty_name: 'Cayey', + county_weights: '{"72035": "92.62", "72041": "7.38"}', + coty_name: ['Cayey', 'Cidra'], + cty_code: ['72035', '72041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.15258, lat: 18.10652 }, + }, + { + zip_code: '1026', + usps_city: 'Cummington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 15.0, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92024, lat: 42.4633 }, + }, + { + zip_code: '1063', + usps_city: 'Northampton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 611.0, + density: 6079.5, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.63905, lat: 42.31901 }, + }, + { + zip_code: '1104', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23740.0, + density: 1757.3, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.56679, lat: 42.13404 }, + }, + { + zip_code: '1129', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6941.0, + density: 782.1, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48773, lat: 42.121 }, + }, + { + zip_code: '1379', + usps_city: 'Wendell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 10.6, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40253, lat: 42.55286 }, + }, + { + zip_code: '1464', + usps_city: 'Shirley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7633.0, + density: 196.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64836, lat: 42.5733 }, + }, + { + zip_code: '1501', + usps_city: 'Auburn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16619.0, + density: 415.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.84534, lat: 42.19721 }, + }, + { + zip_code: '1564', + usps_city: 'Sterling', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8091.0, + density: 102.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77297, lat: 42.44124 }, + }, + { + zip_code: '1718', + usps_city: 'Acton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 6569.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.42928, lat: 42.51978 }, + }, + { + zip_code: '1985', + usps_city: 'West Newbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4631.0, + density: 133.0, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.96908, lat: 42.79391 }, + }, + { + zip_code: '2122', + usps_city: 'Dorchester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 24485.0, + density: 4645.6, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.03352, lat: 42.30007 }, + }, + { + zip_code: '2126', + usps_city: 'Mattapan', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 29620.0, + density: 5499.5, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.09388, lat: 42.2743 }, + }, + { + zip_code: '2149', + usps_city: 'Everett', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 46118.0, + density: 5201.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100", "25025": "0"}', + coty_name: ['Middlesex', 'Suffolk'], + cty_code: ['25017', '25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05447, lat: 42.40642 }, + }, + { + zip_code: '2322', + usps_city: 'Avon', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4500.0, + density: 404.8, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.04924, lat: 42.12666 }, + }, + { + zip_code: '2364', + usps_city: 'Kingston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13566.0, + density: 281.0, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.74823, lat: 41.98617 }, + }, + { + zip_code: '2457', + usps_city: 'Babson Park', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1752.0, + density: 4239.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.26833, lat: 42.29836 }, + }, + { + zip_code: '2540', + usps_city: 'Falmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8346.0, + density: 300.7, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.62793, lat: 41.57197 }, + }, + { + zip_code: '2557', + usps_city: 'Oak Bluffs', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4665.0, + density: 250.6, + primary_coty_code: '25007', + primary_coty_name: 'Dukes', + county_weights: '{"25007": "100"}', + coty_name: ['Dukes'], + cty_code: ['25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.58, lat: 41.4366 }, + }, + { + zip_code: '2647', + usps_city: 'Hyannis Port', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 79.1, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.30805, lat: 41.63184 }, + }, + { + zip_code: '2663', + usps_city: 'South Wellfleet', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 27.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.99749, lat: 41.90674 }, + }, + { + zip_code: '2671', + usps_city: 'West Harwich', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1026.0, + density: 196.7, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.11095, lat: 41.6721 }, + }, + { + zip_code: '2721', + usps_city: 'Fall River', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25978.0, + density: 2457.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.14768, lat: 41.67459 }, + }, + { + zip_code: '2745', + usps_city: 'New Bedford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 24993.0, + density: 934.2, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94819, lat: 41.69887 }, + }, + { + zip_code: '2802', + usps_city: 'Albion', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 1427.7, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.45534, lat: 41.95195 }, + }, + { + zip_code: '3037', + usps_city: 'Deerfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4366.0, + density: 35.0, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25262, lat: 43.13975 }, + }, + { + zip_code: '3084', + usps_city: 'Temple', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1264.0, + density: 22.1, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.85496, lat: 42.82853 }, + }, + { + zip_code: '3249', + usps_city: 'Gilford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7169.0, + density: 71.3, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.38502, lat: 43.55791 }, + }, + { + zip_code: '3260', + usps_city: 'North Sutton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 11.9, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.92174, lat: 43.35365 }, + }, + { + zip_code: '3261', + usps_city: 'Northwood', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4335.0, + density: 59.5, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.20966, lat: 43.21341 }, + }, + { + zip_code: '3273', + usps_city: 'South Sutton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 20.3, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.93208, lat: 43.29903 }, + }, + { + zip_code: '3446', + usps_city: 'Swanzey', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5994.0, + density: 54.2, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.29758, lat: 42.86048 }, + }, + { + zip_code: '3570', + usps_city: 'Berlin', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 10221.0, + density: 37.5, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.15716, lat: 44.49905 }, + }, + { + zip_code: '3574', + usps_city: 'Bethlehem', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2569.0, + density: 10.9, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.59886, lat: 44.25344 }, + }, + { + zip_code: '3609', + usps_city: 'North Walpole', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 360.0, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44526, lat: 43.1446 }, + }, + { + zip_code: '3766', + usps_city: 'Lebanon', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 9388.0, + density: 114.1, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.23724, lat: 43.63467 }, + }, + { + zip_code: '3811', + usps_city: 'Atkinson', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6952.0, + density: 241.1, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16039, lat: 42.83696 }, + }, + { + zip_code: '3844', + usps_city: 'Hampton Falls', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2371.0, + density: 74.3, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88586, lat: 42.92705 }, + }, + { + zip_code: '3849', + usps_city: 'Madison', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1478.0, + density: 22.8, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13378, lat: 43.90044 }, + }, + { + zip_code: '3860', + usps_city: 'North Conway', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4479.0, + density: 86.0, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1199, lat: 44.04206 }, + }, + { + zip_code: '3904', + usps_city: 'Kittery', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7996.0, + density: 274.8, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.73108, lat: 43.11055 }, + }, + { + zip_code: '3905', + usps_city: 'Kittery Point', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1735.0, + density: 102.1, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.68718, lat: 43.08684 }, + }, + { + zip_code: '4022', + usps_city: 'Denmark', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1282.0, + density: 10.7, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.80722, lat: 43.98049 }, + }, + { + zip_code: '4037', + usps_city: 'Fryeburg', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3869.0, + density: 18.1, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94984, lat: 44.09281 }, + }, + { + zip_code: '4226', + usps_city: 'East Andover', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 6.5, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.69937, lat: 44.60844 }, + }, + { + zip_code: '4236', + usps_city: 'Greene', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4342.0, + density: 51.9, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.14461, lat: 44.19041 }, + }, + { + zip_code: '4263', + usps_city: 'Leeds', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2215.0, + density: 21.4, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.13062, lat: 44.29481 }, + }, + { + zip_code: '4330', + usps_city: 'Augusta', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 25712.0, + density: 84.8, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.73739, lat: 44.36394 }, + }, + { + zip_code: '4353', + usps_city: 'Whitefield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2389.0, + density: 19.7, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.61249, lat: 44.20527 }, + }, + { + zip_code: '4459', + usps_city: 'Mattawamkeag', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 4.3, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "88.87", "23003": "11.13"}', + coty_name: ['Penobscot', 'Aroostook'], + cty_code: ['23019', '23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.3406, lat: 45.5941 }, + }, + { + zip_code: '4492', + usps_city: 'Waite', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 1.0, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.67788, lat: 45.3491 }, + }, + { + zip_code: '4574', + usps_city: 'Washington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1447.0, + density: 14.7, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.39127, lat: 44.27335 }, + }, + { + zip_code: '4653', + usps_city: 'Bass Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 76.1, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.34036, lat: 44.2313 }, + }, + { + zip_code: '4761', + usps_city: 'New Limerick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 11.9, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.97138, lat: 46.11835 }, + }, + { + zip_code: '4912', + usps_city: 'Athens', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 6.3, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.6839, lat: 44.98414 }, + }, + { + zip_code: '5033', + usps_city: 'Bradford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2572.0, + density: 34.3, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.15799, lat: 44.00888 }, + }, + { + zip_code: '5342', + usps_city: 'Jacksonville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 602.0, + density: 15.3, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79471, lat: 42.76828 }, + }, + { + zip_code: '5408', + usps_city: 'Burlington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 9604.0, + density: 878.6, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.24919, lat: 44.512 }, + }, + { + zip_code: '5730', + usps_city: 'Belmont', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 9.6, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.82335, lat: 43.41371 }, + }, + { + zip_code: '5753', + usps_city: 'Middlebury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 10535.0, + density: 48.0, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.17543, lat: 44.00005 }, + }, + { + zip_code: '5821', + usps_city: 'Barnet', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 12.5, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10953, lat: 44.31356 }, + }, + { + zip_code: '5830', + usps_city: 'Derby Line', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1355.0, + density: 16.7, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.98493, lat: 44.98021 }, + }, + { + zip_code: '6042', + usps_city: 'Manchester', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 23144.0, + density: 856.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52692, lat: 41.7975 }, + }, + { + zip_code: '6088', + usps_city: 'East Windsor', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4556.0, + density: 156.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.59645, lat: 41.90581 }, + }, + { + zip_code: '6089', + usps_city: 'Weatogue', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3100.0, + density: 446.2, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.82288, lat: 41.83733 }, + }, + { + zip_code: '6237', + usps_city: 'Columbia', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5444.0, + density: 97.5, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30725, lat: 41.69423 }, + }, + { + zip_code: '6241', + usps_city: 'Dayville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6386.0, + density: 89.9, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.84839, lat: 41.85632 }, + }, + { + zip_code: '6266', + usps_city: 'South Windham', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 562.0, + density: 228.9, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.17021, lat: 41.67271 }, + }, + { + zip_code: '6340', + usps_city: 'Groton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 30403.0, + density: 512.7, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.04526, lat: 41.3571 }, + }, + { + zip_code: '6437', + usps_city: 'Guilford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 22216.0, + density: 182.2, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70043, lat: 41.33452 }, + }, + { + zip_code: '6482', + usps_city: 'Sandy Hook', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 11251.0, + density: 213.1, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.24489, lat: 41.40665 }, + }, + { + zip_code: '6484', + usps_city: 'Shelton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 41141.0, + density: 518.6, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.13829, lat: 41.30601 }, + }, + { + zip_code: '6830', + usps_city: 'Greenwich', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 25036.0, + density: 711.2, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.62379, lat: 41.04803 }, + }, + { + zip_code: '7011', + usps_city: 'Clifton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 39783.0, + density: 4639.1, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14478, lat: 40.87848 }, + }, + { + zip_code: '7034', + usps_city: 'Lake Hiawatha', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9143.0, + density: 2775.7, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37989, lat: 40.87968 }, + }, + { + zip_code: '7058', + usps_city: 'Pine Brook', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5109.0, + density: 660.6, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34275, lat: 40.86728 }, + }, + { + zip_code: '7060', + usps_city: 'Plainfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 45520.0, + density: 3471.1, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "61.31", "34035": "38.69"}', + coty_name: ['Union', 'Somerset'], + cty_code: ['34039', '34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42166, lat: 40.61635 }, + }, + { + zip_code: '7064', + usps_city: 'Port Reading', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3864.0, + density: 1072.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24811, lat: 40.56812 }, + }, + { + zip_code: '7065', + usps_city: 'Rahway', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 29543.0, + density: 2943.7, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2807, lat: 40.60771 }, + }, + { + zip_code: '7522', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20615.0, + density: 9686.8, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17853, lat: 40.92502 }, + }, + { + zip_code: '7644', + usps_city: 'Lodi', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24430.0, + density: 4119.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08138, lat: 40.87848 }, + }, + { + zip_code: '7656', + usps_city: 'Park Ridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8795.0, + density: 1296.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04243, lat: 41.03533 }, + }, + { + zip_code: '7661', + usps_city: 'River Edge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11500.0, + density: 2428.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03872, lat: 40.92695 }, + }, + { + zip_code: '7719', + usps_city: 'Belmar', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21083.0, + density: 628.1, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07274, lat: 40.1687 }, + }, + { + zip_code: '7836', + usps_city: 'Flanders', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12579.0, + density: 303.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.70319, lat: 40.84525 }, + }, + { + zip_code: '8090', + usps_city: 'Wenonah', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8087.0, + density: 1218.0, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15071, lat: 39.79751 }, + }, + { + zip_code: '8091', + usps_city: 'West Berlin', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5553.0, + density: 641.5, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92546, lat: 39.80536 }, + }, + { + zip_code: '8092', + usps_city: 'West Creek', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3393.0, + density: 56.5, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28431, lat: 39.65483 }, + }, + { + zip_code: '8095', + usps_city: 'Winslow', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 7.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.86033, lat: 39.64847 }, + }, + { + zip_code: '8221', + usps_city: 'Linwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6742.0, + density: 677.1, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57068, lat: 39.34346 }, + }, + { + zip_code: '8251', + usps_city: 'Villas', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9228.0, + density: 564.0, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92736, lat: 39.02704 }, + }, + { + zip_code: '8691', + usps_city: 'Robbinsville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16850.0, + density: 249.0, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "98.42", "34025": "1.58"}', + coty_name: ['Mercer', 'Monmouth'], + cty_code: ['34021', '34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59379, lat: 40.20976 }, + }, + { + zip_code: '8730', + usps_city: 'Brielle', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4726.0, + density: 1039.0, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06368, lat: 40.10484 }, + }, + { + zip_code: '8750', + usps_city: 'Sea Girt', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3017.0, + density: 615.7, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04432, lat: 40.13394 }, + }, + { + zip_code: '8758', + usps_city: 'Waretown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7731.0, + density: 238.6, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23008, lat: 39.78928 }, + }, + { + zip_code: '10031', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 59586.0, + density: 35435.2, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95013, lat: 40.82518 }, + }, + { + zip_code: '10112', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97967, lat: 40.75917 }, + }, + { + zip_code: '10199', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99715, lat: 40.75138 }, + }, + { + zip_code: '10301', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 38280.0, + density: 4165.7, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0962, lat: 40.62846 }, + }, + { + zip_code: '10454', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37212.0, + density: 13709.0, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91661, lat: 40.80549 }, + }, + { + zip_code: '10456', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 92717.0, + density: 35177.8, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90815, lat: 40.83003 }, + }, + { + zip_code: '10459', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 48780.0, + density: 22962.7, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89289, lat: 40.82585 }, + }, + { + zip_code: '10538', + usps_city: 'Larchmont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16302.0, + density: 1751.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75667, lat: 40.938 }, + }, + { + zip_code: '10588', + usps_city: 'Shrub Oak', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3087.0, + density: 610.6, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "96.41", "36079": "3.59"}', + coty_name: ['Westchester', 'Putnam'], + cty_code: ['36119', '36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82183, lat: 41.33533 }, + }, + { + zip_code: '10604', + usps_city: 'West Harrison', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11290.0, + density: 641.8, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73944, lat: 41.05928 }, + }, + { + zip_code: '10605', + usps_city: 'White Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19195.0, + density: 1458.6, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74605, lat: 41.00919 }, + }, + { + zip_code: '10607', + usps_city: 'White Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7578.0, + density: 1318.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.81117, lat: 41.0395 }, + }, + { + zip_code: '10969', + usps_city: 'Pine Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1329.0, + density: 46.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48882, lat: 41.29255 }, + }, + { + zip_code: '10998', + usps_city: 'Westtown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3281.0, + density: 67.9, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53885, lat: 41.33514 }, + }, + { + zip_code: '11211', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 103123.0, + density: 17219.3, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95299, lat: 40.71244 }, + }, + { + zip_code: '11363', + usps_city: 'Little Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7096.0, + density: 3185.1, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74671, lat: 40.77268 }, + }, + { + zip_code: '11717', + usps_city: 'Brentwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 63492.0, + density: 2247.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.25225, lat: 40.78378 }, + }, + { + zip_code: '11764', + usps_city: 'Miller Place', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12981.0, + density: 546.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97548, lat: 40.93594 }, + }, + { + zip_code: '11803', + usps_city: 'Plainview', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28520.0, + density: 1820.4, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.4735, lat: 40.7818 }, + }, + { + zip_code: '12017', + usps_city: 'Austerlitz', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 7.8, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.46216, lat: 42.32118 }, + }, + { + zip_code: '12084', + usps_city: 'Guilderland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5005.0, + density: 535.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90096, lat: 42.70421 }, + }, + { + zip_code: '12117', + usps_city: 'Mayfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3133.0, + density: 27.0, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "100"}', + coty_name: ['Fulton'], + cty_code: ['36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2547, lat: 43.16875 }, + }, + { + zip_code: '12139', + usps_city: 'Piseco', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 0.2, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.56482, lat: 43.53729 }, + }, + { + zip_code: '12153', + usps_city: 'Sand Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 21.3, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.46871, lat: 42.64044 }, + }, + { + zip_code: '12493', + usps_city: 'West Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 7.2, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97687, lat: 41.79614 }, + }, + { + zip_code: '12569', + usps_city: 'Pleasant Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10047.0, + density: 117.4, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79584, lat: 41.73432 }, + }, + { + zip_code: '12946', + usps_city: 'Lake Placid', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4746.0, + density: 14.2, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98407, lat: 44.22892 }, + }, + { + zip_code: '12972', + usps_city: 'Peru', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5983.0, + density: 27.9, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "99.81", "36031": "0.19"}', + coty_name: ['Clinton', 'Essex'], + cty_code: ['36019', '36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.57351, lat: 44.55812 }, + }, + { + zip_code: '13083', + usps_city: 'Lacona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2029.0, + density: 13.5, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "98.89", "36045": "1.11"}', + coty_name: ['Oswego', 'Jefferson'], + cty_code: ['36075', '36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98126, lat: 43.6484 }, + }, + { + zip_code: '13088', + usps_city: 'Liverpool', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21917.0, + density: 1063.9, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18713, lat: 43.10998 }, + }, + { + zip_code: '13162', + usps_city: 'Verona Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 47.2, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72001, lat: 43.18407 }, + }, + { + zip_code: '13313', + usps_city: 'Bridgewater', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 72.9, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27283, lat: 42.88019 }, + }, + { + zip_code: '13326', + usps_city: 'Cooperstown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5419.0, + density: 21.9, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90441, lat: 42.7146 }, + }, + { + zip_code: '13327', + usps_city: 'Croghan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2038.0, + density: 5.9, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27646, lat: 43.95983 }, + }, + { + zip_code: '13428', + usps_city: 'Palatine Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1615.0, + density: 39.5, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "100"}', + coty_name: ['Montgomery'], + cty_code: ['36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54059, lat: 42.92177 }, + }, + { + zip_code: '13494', + usps_city: 'Woodgate', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 6.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14125, lat: 43.53267 }, + }, + { + zip_code: '13638', + usps_city: 'Felts Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 80.1, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74888, lat: 44.02032 }, + }, + { + zip_code: '13739', + usps_city: 'Bloomville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 7.2, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.79281, lat: 42.36614 }, + }, + { + zip_code: '14005', + usps_city: 'Alexander', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1838.0, + density: 21.2, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "100"}', + coty_name: ['Genesee'], + cty_code: ['36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2503, lat: 42.91694 }, + }, + { + zip_code: '14024', + usps_city: 'Bliss', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1552.0, + density: 9.5, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "96.98", "36003": "3.02"}', + coty_name: ['Wyoming', 'Allegany'], + cty_code: ['36121', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2492, lat: 42.58014 }, + }, + { + zip_code: '14067', + usps_city: 'Gasport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5076.0, + density: 39.6, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56662, lat: 43.21573 }, + }, + { + zip_code: '14129', + usps_city: 'Perrysburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1530.0, + density: 19.1, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.01038, lat: 42.48009 }, + }, + { + zip_code: '14215', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41435.0, + density: 3245.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81069, lat: 42.93535 }, + }, + { + zip_code: '14222', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14114.0, + density: 4265.0, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87686, lat: 42.91977 }, + }, + { + zip_code: '14425', + usps_city: 'Farmington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12049.0, + density: 249.1, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33801, lat: 42.99155 }, + }, + { + zip_code: '14433', + usps_city: 'Clyde', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4141.0, + density: 24.2, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "94.77", "36099": "5.23"}', + coty_name: ['Wayne', 'Seneca'], + cty_code: ['36117', '36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8786, lat: 43.08198 }, + }, + { + zip_code: '14437', + usps_city: 'Dansville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11220.0, + density: 34.9, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "92.78", "36101": "7.22"}', + coty_name: ['Livingston', 'Steuben'], + cty_code: ['36051', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73829, lat: 42.57523 }, + }, + { + zip_code: '14476', + usps_city: 'Kendall', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2250.0, + density: 35.0, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "94.23", "36055": "5.77"}', + coty_name: ['Orleans', 'Monroe'], + cty_code: ['36073', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.04473, lat: 43.32922 }, + }, + { + zip_code: '14615', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16963.0, + density: 1133.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65596, lat: 43.20342 }, + }, + { + zip_code: '14735', + usps_city: 'Fillmore', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2981.0, + density: 13.9, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "99.38", "36121": "0.62"}', + coty_name: ['Allegany', 'Wyoming'], + cty_code: ['36003', '36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09768, lat: 42.45147 }, + }, + { + zip_code: '14822', + usps_city: 'Canaseraga', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 913.0, + density: 7.1, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "95.64", "36051": "4.36"}', + coty_name: ['Allegany', 'Livingston'], + cty_code: ['36003', '36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.84964, lat: 42.43085 }, + }, + { + zip_code: '14824', + usps_city: 'Cayuta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 611.0, + density: 10.4, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "66.81", "36015": "33.19"}', + coty_name: ['Schuyler', 'Chemung'], + cty_code: ['36097', '36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70087, lat: 42.26709 }, + }, + { + zip_code: '14855', + usps_city: 'Jasper', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 940.0, + density: 13.0, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50282, lat: 42.14206 }, + }, + { + zip_code: '15020', + usps_city: 'Bunola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 48.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94552, lat: 40.23094 }, + }, + { + zip_code: '15024', + usps_city: 'Cheswick', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8624.0, + density: 199.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84369, lat: 40.57854 }, + }, + { + zip_code: '15083', + usps_city: 'Sutersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 72.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78741, lat: 40.25428 }, + }, + { + zip_code: '15331', + usps_city: 'Ellsworth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 808.0, + density: 409.7, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0216, lat: 40.1074 }, + }, + { + zip_code: '15442', + usps_city: 'Grindstone', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1978.0, + density: 50.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84075, lat: 40.01734 }, + }, + { + zip_code: '15451', + usps_city: 'Lake Lynn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 41.6, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83804, lat: 39.73866 }, + }, + { + zip_code: '15477', + usps_city: 'Roscoe', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 779.0, + density: 1612.1, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86373, lat: 40.07819 }, + }, + { + zip_code: '15546', + usps_city: 'Jenners', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 205.7, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04803, lat: 40.13667 }, + }, + { + zip_code: '15622', + usps_city: 'Champion', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1379.0, + density: 16.5, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "67.77", "42129": "22.64", "42111": "9.59"}', + coty_name: ['Fayette', 'Westmoreland', 'Somerset'], + cty_code: ['42051', '42129', '42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32285, lat: 40.04173 }, + }, + { + zip_code: '15661', + usps_city: 'Loyalhanna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 673.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36, lat: 40.32215 }, + }, + { + zip_code: '15662', + usps_city: 'Luxor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 553.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47848, lat: 40.33438 }, + }, + { + zip_code: '15741', + usps_city: 'Gipsy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 13.6, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88963, lat: 40.80657 }, + }, + { + zip_code: '15750', + usps_city: 'Josephine', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 323.4, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18082, lat: 40.48473 }, + }, + { + zip_code: '15780', + usps_city: 'Valier', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 44.3, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05678, lat: 40.91609 }, + }, + { + zip_code: '15827', + usps_city: 'Byrnedale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 34.2, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52169, lat: 41.31921 }, + }, + { + zip_code: '15849', + usps_city: 'Penfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1155.0, + density: 5.7, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55935, lat: 41.17933 }, + }, + { + zip_code: '15902', + usps_city: 'Johnstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10969.0, + density: 464.8, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88034, lat: 40.31992 }, + }, + { + zip_code: '15930', + usps_city: 'Dunlo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 245.9, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71872, lat: 40.29488 }, + }, + { + zip_code: '16002', + usps_city: 'Butler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15257.0, + density: 81.6, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85737, lat: 40.81578 }, + }, + { + zip_code: '16023', + usps_city: 'Cabot', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4460.0, + density: 65.5, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75032, lat: 40.78551 }, + }, + { + zip_code: '16027', + usps_city: 'Connoquenessing', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 186.4, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01925, lat: 40.82019 }, + }, + { + zip_code: '16150', + usps_city: 'Sharpsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6960.0, + density: 117.0, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44388, lat: 41.28553 }, + }, + { + zip_code: '16226', + usps_city: 'Ford City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7567.0, + density: 50.5, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48683, lat: 40.71097 }, + }, + { + zip_code: '16229', + usps_city: 'Freeport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5269.0, + density: 81.8, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "80.71", "42019": "16.97", "42129": "2.32"}', + coty_name: ['Armstrong', 'Butler', 'Westmoreland'], + cty_code: ['42005', '42019', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.64488, lat: 40.71796 }, + }, + { + zip_code: '16317', + usps_city: 'Cooperstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 17.1, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "98.42", "42039": "1.58"}', + coty_name: ['Venango', 'Crawford'], + cty_code: ['42121', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85367, lat: 41.53254 }, + }, + { + zip_code: '16371', + usps_city: 'Youngsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3115.0, + density: 39.3, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31889, lat: 41.86682 }, + }, + { + zip_code: '16433', + usps_city: 'Saegertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5148.0, + density: 35.4, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14297, lat: 41.73522 }, + }, + { + zip_code: '16435', + usps_city: 'Springboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 12.4, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "97.77", "42049": "2.23"}', + coty_name: ['Crawford', 'Erie'], + cty_code: ['42039', '42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38408, lat: 41.81823 }, + }, + { + zip_code: '16436', + usps_city: 'Spring Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 7.2, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.50646, lat: 41.85371 }, + }, + { + zip_code: '16647', + usps_city: 'Hesston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 682.0, + density: 12.0, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.10079, lat: 40.39906 }, + }, + { + zip_code: '16683', + usps_city: 'Spruce Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 8.6, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.08316, lat: 40.64783 }, + }, + { + zip_code: '16691', + usps_city: 'Wells Tannery', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 4.0, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14592, lat: 40.07749 }, + }, + { + zip_code: '16915', + usps_city: 'Coudersport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6134.0, + density: 9.7, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96438, lat: 41.78312 }, + }, + { + zip_code: '16935', + usps_city: 'Middlebury Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1177.0, + density: 9.1, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.3128, lat: 41.86636 }, + }, + { + zip_code: '17002', + usps_city: 'Allensville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 23.0, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "79.72", "42061": "20.28"}', + coty_name: ['Mifflin', 'Huntingdon'], + cty_code: ['42087', '42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.83922, lat: 40.50755 }, + }, + { + zip_code: '17009', + usps_city: 'Burnham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1958.0, + density: 508.7, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5658, lat: 40.63605 }, + }, + { + zip_code: '17019', + usps_city: 'Dillsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18237.0, + density: 111.9, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "98.83", "42041": "0.68", "42001": "0.49"}', + coty_name: ['York', 'Cumberland', 'Adams'], + cty_code: ['42133', '42041', '42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02253, lat: 40.09011 }, + }, + { + zip_code: '17076', + usps_city: 'Oakland Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 33.0, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31165, lat: 40.6162 }, + }, + { + zip_code: '17097', + usps_city: 'Wiconisco', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 102.6, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67748, lat: 40.58009 }, + }, + { + zip_code: '17224', + usps_city: 'Fort Loudon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1743.0, + density: 18.4, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100", "42057": "0"}', + coty_name: ['Franklin', 'Fulton'], + cty_code: ['42055', '42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89747, lat: 39.96797 }, + }, + { + zip_code: '17246', + usps_city: 'Pleasant Hall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 51.3, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66083, lat: 40.05441 }, + }, + { + zip_code: '17252', + usps_city: 'Saint Thomas', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3844.0, + density: 53.3, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81846, lat: 39.91342 }, + }, + { + zip_code: '17508', + usps_city: 'Brownstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 1268.7, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21761, lat: 40.12384 }, + }, + { + zip_code: '17569', + usps_city: 'Reinholds', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5834.0, + density: 137.8, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "83.06", "42011": "16.94"}', + coty_name: ['Lancaster', 'Berks'], + cty_code: ['42071', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09563, lat: 40.2689 }, + }, + { + zip_code: '17745', + usps_city: 'Lock Haven', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18397.0, + density: 32.9, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "99.42", "42081": "0.58"}', + coty_name: ['Clinton', 'Lycoming'], + cty_code: ['42035', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47638, lat: 41.2708 }, + }, + { + zip_code: '17824', + usps_city: 'Elysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3889.0, + density: 56.9, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "84.5", "42037": "15.5"}', + coty_name: ['Northumberland', 'Columbia'], + cty_code: ['42097', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50035, lat: 40.85381 }, + }, + { + zip_code: '17856', + usps_city: 'New Columbia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3161.0, + density: 34.4, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94567, lat: 41.06099 }, + }, + { + zip_code: '17857', + usps_city: 'Northumberland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7306.0, + density: 105.4, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76739, lat: 40.92793 }, + }, + { + zip_code: '17920', + usps_city: 'Aristes', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 29.4, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "100"}', + coty_name: ['Columbia'], + cty_code: ['42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32812, lat: 40.81614 }, + }, + { + zip_code: '17933', + usps_city: 'Friedensburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 580.3, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24311, lat: 40.6043 }, + }, + { + zip_code: '17951', + usps_city: 'Mar Lin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 497.4, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24483, lat: 40.67845 }, + }, + { + zip_code: '18052', + usps_city: 'Whitehall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27678.0, + density: 843.0, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50458, lat: 40.65684 }, + }, + { + zip_code: '18054', + usps_city: 'Green Lane', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4653.0, + density: 109.6, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "81.44", "42017": "18.56"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.43661, lat: 40.35423 }, + }, + { + zip_code: '18073', + usps_city: 'Pennsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10745.0, + density: 216.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "92.79", "42017": "7.21"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47555, lat: 40.38414 }, + }, + { + zip_code: '18088', + usps_city: 'Walnutport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8649.0, + density: 171.9, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.55657, lat: 40.76596 }, + }, + { + zip_code: '18102', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 49497.0, + density: 6377.8, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4763, lat: 40.6083 }, + }, + { + zip_code: '18210', + usps_city: 'Albrightsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7614.0, + density: 93.9, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "77.45", "42089": "22.55"}', + coty_name: ['Carbon', 'Monroe'], + cty_code: ['42025', '42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57188, lat: 41.00118 }, + }, + { + zip_code: '18235', + usps_city: 'Lehighton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19188.0, + density: 93.6, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69736, lat: 40.82991 }, + }, + { + zip_code: '18302', + usps_city: 'East Stroudsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17678.0, + density: 110.2, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "99.21", "42103": "0.79"}', + coty_name: ['Monroe', 'Pike'], + cty_code: ['42089', '42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11881, lat: 41.09367 }, + }, + { + zip_code: '18328', + usps_city: 'Dingmans Ferry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7377.0, + density: 34.2, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00356, lat: 41.22452 }, + }, + { + zip_code: '18428', + usps_city: 'Hawley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11898.0, + density: 27.7, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "64.46", "42127": "35.54"}', + coty_name: ['Pike', 'Wayne'], + cty_code: ['42103', '42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12311, lat: 41.41607 }, + }, + { + zip_code: '18454', + usps_city: 'Poyntelle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 2.4, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42667, lat: 41.829 }, + }, + { + zip_code: '18643', + usps_city: 'Pittston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12478.0, + density: 253.4, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83624, lat: 41.36655 }, + }, + { + zip_code: '18656', + usps_city: 'Sweet Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2238.0, + density: 16.6, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20947, lat: 41.32264 }, + }, + { + zip_code: '18940', + usps_city: 'Newtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28915.0, + density: 341.6, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94751, lat: 40.2632 }, + }, + { + zip_code: '18951', + usps_city: 'Quakertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35203.0, + density: 204.0, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "99.89", "42077": "0.11"}', + coty_name: ['Bucks', 'Lehigh'], + cty_code: ['42017', '42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34461, lat: 40.4524 }, + }, + { + zip_code: '19018', + usps_city: 'Clifton Heights', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23445.0, + density: 3349.8, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29861, lat: 39.92304 }, + }, + { + zip_code: '19021', + usps_city: 'Croydon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10063.0, + density: 1135.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89153, lat: 40.08904 }, + }, + { + zip_code: '19027', + usps_city: 'Elkins Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20068.0, + density: 1960.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1242, lat: 40.07349 }, + }, + { + zip_code: '19055', + usps_city: 'Levittown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14032.0, + density: 1902.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83881, lat: 40.14967 }, + }, + { + zip_code: '19126', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15656.0, + density: 5288.7, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.13752, lat: 40.05538 }, + }, + { + zip_code: '19316', + usps_city: 'Brandamore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 103.2, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83641, lat: 40.05543 }, + }, + { + zip_code: '19435', + usps_city: 'Frederick', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 87.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.56918, lat: 40.32745 }, + }, + { + zip_code: '19438', + usps_city: 'Harleysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24780.0, + density: 428.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39513, lat: 40.26979 }, + }, + { + zip_code: '19446', + usps_city: 'Lansdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 56720.0, + density: 971.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30376, lat: 40.23199 }, + }, + { + zip_code: '19454', + usps_city: 'North Wales', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28977.0, + density: 857.3, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.24321, lat: 40.22346 }, + }, + { + zip_code: '19456', + usps_city: 'Oaks', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 505.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46104, lat: 40.13331 }, + }, + { + zip_code: '19468', + usps_city: 'Royersford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26008.0, + density: 612.7, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53285, lat: 40.20755 }, + }, + { + zip_code: '19519', + usps_city: 'Earlville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 427.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73344, lat: 40.32031 }, + }, + { + zip_code: '19520', + usps_city: 'Elverson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5716.0, + density: 59.1, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "81.98", "42011": "18.02"}', + coty_name: ['Chester', 'Berks'], + cty_code: ['42029', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.79711, lat: 40.16253 }, + }, + { + zip_code: '19547', + usps_city: 'Oley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4417.0, + density: 59.7, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76542, lat: 40.38112 }, + }, + { + zip_code: '19730', + usps_city: 'Odessa', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 1100.0, + density: 310.6, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65356, lat: 39.45925 }, + }, + { + zip_code: '20119', + usps_city: 'Catlett', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3850.0, + density: 23.2, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62492, lat: 38.61839 }, + }, + { + zip_code: '20645', + usps_city: 'Issue', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 749.0, + density: 131.3, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90644, lat: 38.29668 }, + }, + { + zip_code: '20659', + usps_city: 'Mechanicsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 23312.0, + density: 95.7, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "98.43", "24017": "1.57"}', + coty_name: ["St. Mary's", 'Charles'], + cty_code: ['24037', '24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73142, lat: 38.42062 }, + }, + { + zip_code: '20765', + usps_city: 'Galesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 407.0, + density: 336.6, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54561, lat: 38.84459 }, + }, + { + zip_code: '20896', + usps_city: 'Garrett Park', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 775.0, + density: 1208.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09344, lat: 39.03621 }, + }, + { + zip_code: '21047', + usps_city: 'Fallston', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 12266.0, + density: 201.2, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43925, lat: 39.52804 }, + }, + { + zip_code: '21076', + usps_city: 'Hanover', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 17442.0, + density: 534.3, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "87.33", "24027": "12.67"}', + coty_name: ['Anne Arundel', 'Howard'], + cty_code: ['24003', '24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72159, lat: 39.16683 }, + }, + { + zip_code: '21077', + usps_city: 'Harmans', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 162.0, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69762, lat: 39.15605 }, + }, + { + zip_code: '21085', + usps_city: 'Joppa', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16055.0, + density: 345.8, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "99.86", "24005": "0.14"}', + coty_name: ['Harford', 'Baltimore'], + cty_code: ['24025', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35469, lat: 39.44788 }, + }, + { + zip_code: '22443', + usps_city: 'Colonial Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8872.0, + density: 56.2, + primary_coty_code: '51193', + primary_coty_name: 'Westmoreland', + county_weights: '{"51193": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9962, lat: 38.17862 }, + }, + { + zip_code: '22530', + usps_city: 'Ophelia', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 43.1, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "100"}', + coty_name: ['Northumberland'], + cty_code: ['51133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28057, lat: 37.90103 }, + }, + { + zip_code: '22548', + usps_city: 'Sharps', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 198.5, + primary_coty_code: '51159', + primary_coty_name: 'Richmond', + county_weights: '{"51159": "100"}', + coty_name: ['Richmond'], + cty_code: ['51159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69244, lat: 37.8293 }, + }, + { + zip_code: '22713', + usps_city: 'Boston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 24.9, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "78.24", "51157": "21.76"}', + coty_name: ['Culpeper', 'Rappahannock'], + cty_code: ['51047', '51157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13123, lat: 38.54958 }, + }, + { + zip_code: '22737', + usps_city: 'Rixeyville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3348.0, + density: 32.1, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00326, lat: 38.59064 }, + }, + { + zip_code: '22841', + usps_city: 'Mount Crawford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2747.0, + density: 33.9, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "96.27", "51015": "3.73"}', + coty_name: ['Rockingham', 'Augusta'], + cty_code: ['51165', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89684, lat: 38.3392 }, + }, + { + zip_code: '22842', + usps_city: 'Mount Jackson', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5374.0, + density: 28.6, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70521, lat: 38.77578 }, + }, + { + zip_code: '23056', + usps_city: 'Foster', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 27.7, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37424, lat: 37.4261 }, + }, + { + zip_code: '23064', + usps_city: 'Grimstead', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 284.0, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29979, lat: 37.49674 }, + }, + { + zip_code: '23089', + usps_city: 'Lanexa', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5695.0, + density: 36.3, + primary_coty_code: '51127', + primary_coty_name: 'New Kent', + county_weights: '{"51127": "65.08", "51095": "34.92"}', + coty_name: ['New Kent', 'James City'], + cty_code: ['51127', '51095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90375, lat: 37.46306 }, + }, + { + zip_code: '23092', + usps_city: 'Locust Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 44.7, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50956, lat: 37.59392 }, + }, + { + zip_code: '23102', + usps_city: 'Maidens', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3312.0, + density: 43.1, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "86.72", "51109": "9.18", "51085": "4.1"}', + coty_name: ['Goochland', 'Louisa', 'Hanover'], + cty_code: ['51075', '51109', '51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.83149, lat: 37.71259 }, + }, + { + zip_code: '23235', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32627.0, + density: 721.9, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "80.29", "51760": "19.71"}', + coty_name: ['Chesterfield', 'Richmond'], + cty_code: ['51041', '51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.56451, lat: 37.51332 }, + }, + { + zip_code: '23830', + usps_city: 'Carson', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 13.0, + primary_coty_code: '51149', + primary_coty_name: 'Prince George', + county_weights: '{"51149": "44", "51053": "40.24", "51183": "15.76"}', + coty_name: ['Prince George', 'Dinwiddie', 'Sussex'], + cty_code: ['51149', '51053', '51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39588, lat: 37.02013 }, + }, + { + zip_code: '23937', + usps_city: 'Drakes Branch', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 9.5, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "89.04", "51111": "10.96"}', + coty_name: ['Charlotte', 'Lunenburg'], + cty_code: ['51037', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52616, lat: 36.94483 }, + }, + { + zip_code: '24015', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14677.0, + density: 1257.6, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "98.37", "51161": "1.63"}', + coty_name: ['Roanoke', 'Roanoke'], + cty_code: ['51770', '51161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97971, lat: 37.25644 }, + }, + { + zip_code: '24179', + usps_city: 'Vinton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18258.0, + density: 149.1, + primary_coty_code: '51161', + primary_coty_name: 'Roanoke', + county_weights: '{"51161": "70.18", "51019": "29.82"}', + coty_name: ['Roanoke', 'Bedford'], + cty_code: ['51161', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80117, lat: 37.28726 }, + }, + { + zip_code: '24219', + usps_city: 'Big Stone Gap', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11393.0, + density: 60.4, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "88.22", "51105": "11.78"}', + coty_name: ['Wise', 'Lee'], + cty_code: ['51195', '51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75814, lat: 36.84878 }, + }, + { + zip_code: '24220', + usps_city: 'Birchleaf', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 16.3, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "100"}', + coty_name: ['Dickenson'], + cty_code: ['51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24335, lat: 37.13948 }, + }, + { + zip_code: '24312', + usps_city: 'Austinville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1678.0, + density: 17.4, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "56.85", "51197": "43.15"}', + coty_name: ['Carroll', 'Wythe'], + cty_code: ['51035', '51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87483, lat: 36.8371 }, + }, + { + zip_code: '24381', + usps_city: 'Woodlawn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3826.0, + density: 28.6, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "100"}', + coty_name: ['Carroll'], + cty_code: ['51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84298, lat: 36.72755 }, + }, + { + zip_code: '24445', + usps_city: 'Hot Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2798.0, + density: 10.2, + primary_coty_code: '51017', + primary_coty_name: 'Bath', + county_weights: '{"51017": "78.11", "51005": "21.89"}', + coty_name: ['Bath', 'Alleghany'], + cty_code: ['51017', '51005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88501, lat: 37.95507 }, + }, + { + zip_code: '24501', + usps_city: 'Lynchburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28036.0, + density: 280.8, + primary_coty_code: '51680', + primary_coty_name: 'Lynchburg', + county_weights: '{"51680": "82.46", "51031": "17.54"}', + coty_name: ['Lynchburg', 'Campbell'], + cty_code: ['51680', '51031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15576, lat: 37.353 }, + }, + { + zip_code: '24531', + usps_city: 'Chatham', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8818.0, + density: 17.2, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.44817, lat: 36.84029 }, + }, + { + zip_code: '24553', + usps_city: 'Gladstone', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1489.0, + density: 4.5, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: + '{"51125": "27.29", "51011": "26.13", "51009": "25.76", "51029": "20.82"}', + coty_name: ['Nelson', 'Appomattox', 'Amherst', 'Buckingham'], + cty_code: ['51125', '51011', '51009', '51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81782, lat: 37.54759 }, + }, + { + zip_code: '24614', + usps_city: 'Grundy', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7198.0, + density: 21.7, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06499, lat: 37.31062 }, + }, + { + zip_code: '24631', + usps_city: 'Oakwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2334.0, + density: 17.8, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99169, lat: 37.21374 }, + }, + { + zip_code: '24649', + usps_city: 'Swords Creek', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2705.0, + density: 23.6, + primary_coty_code: '51167', + primary_coty_name: 'Russell', + county_weights: '{"51167": "99.64", "51027": "0.36"}', + coty_name: ['Russell', 'Buchanan'], + cty_code: ['51167', '51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90936, lat: 37.07276 }, + }, + { + zip_code: '25015', + usps_city: 'Belle', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3778.0, + density: 56.8, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50234, lat: 38.24257 }, + }, + { + zip_code: '25051', + usps_city: 'Costa', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 256.4, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.7092, lat: 38.15894 }, + }, + { + zip_code: '25057', + usps_city: 'Deep Water', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 175.4, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2532, lat: 38.12187 }, + }, + { + zip_code: '25136', + usps_city: 'Montgomery', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1793.0, + density: 80.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "58.68", "54039": "41.32"}', + coty_name: ['Fayette', 'Kanawha'], + cty_code: ['54019', '54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33168, lat: 38.16042 }, + }, + { + zip_code: '25143', + usps_city: 'Nitro', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7890.0, + density: 347.5, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "73.84", "54079": "26.16"}', + coty_name: ['Kanawha', 'Putnam'], + cty_code: ['54039', '54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82151, lat: 38.41872 }, + }, + { + zip_code: '25168', + usps_city: 'Red House', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3134.0, + density: 37.6, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8768, lat: 38.56468 }, + }, + { + zip_code: '25261', + usps_city: 'Millstone', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 4.7, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08959, lat: 38.82625 }, + }, + { + zip_code: '25267', + usps_city: 'Normantown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 3.1, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "97.89", "54013": "2.11"}', + coty_name: ['Gilmer', 'Calhoun'], + cty_code: ['54021', '54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94138, lat: 38.84773 }, + }, + { + zip_code: '25268', + usps_city: 'Orma', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 964.0, + density: 9.4, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09847, lat: 38.73254 }, + }, + { + zip_code: '25287', + usps_city: 'West Columbia', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1107.0, + density: 22.5, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.05165, lat: 38.95743 }, + }, + { + zip_code: '25301', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 935.6, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63004, lat: 38.35104 }, + }, + { + zip_code: '25530', + usps_city: 'Kenova', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5636.0, + density: 143.2, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56376, lat: 38.3548 }, + }, + { + zip_code: '25560', + usps_city: 'Scott Depot', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8249.0, + density: 137.1, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89792, lat: 38.44401 }, + }, + { + zip_code: '25654', + usps_city: 'Yolyn', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 6.4, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8818, lat: 37.80519 }, + }, + { + zip_code: '25670', + usps_city: 'Delbarton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5586.0, + density: 23.0, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13833, lat: 37.71866 }, + }, + { + zip_code: '25701', + usps_city: 'Huntington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 20375.0, + density: 221.3, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "93.93", "54099": "6.07"}', + coty_name: ['Cabell', 'Wayne'], + cty_code: ['54011', '54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40768, lat: 38.36871 }, + }, + { + zip_code: '25818', + usps_city: 'Bradley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 347.7, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.1926, lat: 37.86063 }, + }, + { + zip_code: '25843', + usps_city: 'Ghent', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1101.0, + density: 30.2, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11996, lat: 37.61241 }, + }, + { + zip_code: '26266', + usps_city: 'Upperglade', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 7.5, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48969, lat: 38.4193 }, + }, + { + zip_code: '26426', + usps_city: 'Salem', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7104.0, + density: 20.8, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "66.13", "54017": "33.87"}', + coty_name: ['Harrison', 'Doddridge'], + cty_code: ['54033', '54017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56387, lat: 39.28724 }, + }, + { + zip_code: '26440', + usps_city: 'Thornton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1302.0, + density: 11.7, + primary_coty_code: '54091', + primary_coty_name: 'Taylor', + county_weights: '{"54091": "63.35", "54077": "27.4", "54001": "9.25"}', + coty_name: ['Taylor', 'Preston', 'Barbour'], + cty_code: ['54091', '54077', '54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9039, lat: 39.32595 }, + }, + { + zip_code: '26679', + usps_city: 'Mount Nebo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1889.0, + density: 13.8, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79764, lat: 38.16527 }, + }, + { + zip_code: '26717', + usps_city: 'Elk Garden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 869.0, + density: 8.0, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "85.9", "54023": "14.1"}', + coty_name: ['Mineral', 'Grant'], + cty_code: ['54057', '54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.17426, lat: 39.34297 }, + }, + { + zip_code: '26753', + usps_city: 'Ridgeley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6049.0, + density: 90.6, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "100"}', + coty_name: ['Mineral'], + cty_code: ['54057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78879, lat: 39.56357 }, + }, + { + zip_code: '26761', + usps_city: 'Shanks', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 18.3, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68703, lat: 39.29323 }, + }, + { + zip_code: '26833', + usps_city: 'Maysville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2131.0, + density: 6.8, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "100"}', + coty_name: ['Grant'], + cty_code: ['54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22064, lat: 39.09295 }, + }, + { + zip_code: '27011', + usps_city: 'Boonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5201.0, + density: 37.8, + primary_coty_code: '37197', + primary_coty_name: 'Yadkin', + county_weights: '{"37197": "100"}', + coty_name: ['Yadkin'], + cty_code: ['37197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69667, lat: 36.2156 }, + }, + { + zip_code: '27024', + usps_city: 'Lowgap', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3205.0, + density: 27.9, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "100"}', + coty_name: ['Surry'], + cty_code: ['37171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84169, lat: 36.52379 }, + }, + { + zip_code: '27040', + usps_city: 'Pfafftown', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12519.0, + density: 181.1, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38971, lat: 36.16893 }, + }, + { + zip_code: '27042', + usps_city: 'Pine Hall', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 27.1, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "100"}', + coty_name: ['Stokes'], + cty_code: ['37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05603, lat: 36.34116 }, + }, + { + zip_code: '27205', + usps_city: 'Asheboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34805.0, + density: 60.1, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "100"}', + coty_name: ['Randolph'], + cty_code: ['37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85091, lat: 35.63956 }, + }, + { + zip_code: '27207', + usps_city: 'Bear Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3227.0, + density: 14.7, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "100"}', + coty_name: ['Chatham'], + cty_code: ['37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39299, lat: 35.60548 }, + }, + { + zip_code: '27208', + usps_city: 'Bennett', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 17.1, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "53.4", "37151": "34.31", "37125": "12.29"}', + coty_name: ['Chatham', 'Randolph', 'Moore'], + cty_code: ['37037', '37151', '37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54294, lat: 35.56282 }, + }, + { + zip_code: '27565', + usps_city: 'Oxford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25127.0, + density: 29.2, + primary_coty_code: '37077', + primary_coty_name: 'Granville', + county_weights: '{"37077": "96.85", "37181": "2.71", "37145": "0.44"}', + coty_name: ['Granville', 'Vance', 'Person'], + cty_code: ['37077', '37181', '37145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65005, lat: 36.36263 }, + }, + { + zip_code: '27604', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48494.0, + density: 866.8, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55881, lat: 35.81863 }, + }, + { + zip_code: '27701', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23112.0, + density: 1686.9, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "100"}', + coty_name: ['Durham'], + cty_code: ['37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89864, lat: 35.99886 }, + }, + { + zip_code: '27822', + usps_city: 'Elm City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8225.0, + density: 34.7, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "74.2", "37127": "18.9", "37065": "6.9"}', + coty_name: ['Wilson', 'Nash', 'Edgecombe'], + cty_code: ['37195', '37127', '37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.84034, lat: 35.80519 }, + }, + { + zip_code: '27847', + usps_city: 'Kelford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 6.7, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "100"}', + coty_name: ['Bertie'], + cty_code: ['37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18907, lat: 36.1846 }, + }, + { + zip_code: '27915', + usps_city: 'Avon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 20.6, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4953, lat: 35.40321 }, + }, + { + zip_code: '28001', + usps_city: 'Albemarle', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26557.0, + density: 77.1, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "100"}', + coty_name: ['Stanly'], + cty_code: ['37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20477, lat: 35.33623 }, + }, + { + zip_code: '28023', + usps_city: 'China Grove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16129.0, + density: 134.4, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60223, lat: 35.56951 }, + }, + { + zip_code: '28086', + usps_city: 'Kings Mountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25436.0, + density: 111.7, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "85.74", "37071": "14.26"}', + coty_name: ['Cleveland', 'Gaston'], + cty_code: ['37045', '37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37108, lat: 35.243 }, + }, + { + zip_code: '28091', + usps_city: 'Lilesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1975.0, + density: 8.1, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "100"}', + coty_name: ['Anson'], + cty_code: ['37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93154, lat: 34.98477 }, + }, + { + zip_code: '28135', + usps_city: 'Polkton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6245.0, + density: 24.1, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "100"}', + coty_name: ['Anson'], + cty_code: ['37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21081, lat: 35.04001 }, + }, + { + zip_code: '28166', + usps_city: 'Troutman', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9651.0, + density: 128.7, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "100"}', + coty_name: ['Iredell'], + cty_code: ['37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87567, lat: 35.68145 }, + }, + { + zip_code: '28169', + usps_city: 'Waco', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 139.2, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "100"}', + coty_name: ['Cleveland'], + cty_code: ['37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42931, lat: 35.35844 }, + }, + { + zip_code: '28305', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5751.0, + density: 854.0, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90674, lat: 35.05266 }, + }, + { + zip_code: '28363', + usps_city: 'Marston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1415.0, + density: 9.5, + primary_coty_code: '37165', + primary_coty_name: 'Scotland', + county_weights: '{"37165": "59.82", "37153": "40.18"}', + coty_name: ['Scotland', 'Richmond'], + cty_code: ['37165', '37153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54204, lat: 34.95472 }, + }, + { + zip_code: '28371', + usps_city: 'Parkton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6964.0, + density: 77.4, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "59.95", "37051": "37.11", "37093": "2.95"}', + coty_name: ['Robeson', 'Cumberland', 'Hoke'], + cty_code: ['37155', '37051', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98946, lat: 34.90636 }, + }, + { + zip_code: '28384', + usps_city: 'Saint Pauls', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11162.0, + density: 44.3, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "89.21", "37017": "6.98", "37051": "3.81"}', + coty_name: ['Robeson', 'Bladen', 'Cumberland'], + cty_code: ['37155', '37017', '37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95735, lat: 34.79838 }, + }, + { + zip_code: '28470', + usps_city: 'Shallotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12812.0, + density: 103.9, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40642, lat: 33.96367 }, + }, + { + zip_code: '28479', + usps_city: 'Winnabow', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7561.0, + density: 31.4, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01755, lat: 34.09652 }, + }, + { + zip_code: '28570', + usps_city: 'Newport', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21402.0, + density: 66.4, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85393, lat: 34.78153 }, + }, + { + zip_code: '28594', + usps_city: 'Emerald Isle', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3702.0, + density: 249.6, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02923, lat: 34.66485 }, + }, + { + zip_code: '28604', + usps_city: 'Banner Elk', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7227.0, + density: 42.5, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "52.22", "37011": "47.78"}', + coty_name: ['Watauga', 'Avery'], + cty_code: ['37189', '37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8479, lat: 36.1772 }, + }, + { + zip_code: '28631', + usps_city: 'Grassy Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 758.0, + density: 11.7, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "95.29", "37005": "4.71"}', + coty_name: ['Ashe', 'Alleghany'], + cty_code: ['37009', '37005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41082, lat: 36.5515 }, + }, + { + zip_code: '28650', + usps_city: 'Maiden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10955.0, + density: 94.6, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "79.82", "37109": "20.18"}', + coty_name: ['Catawba', 'Lincoln'], + cty_code: ['37035', '37109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15196, lat: 35.57214 }, + }, + { + zip_code: '28702', + usps_city: 'Almond', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 8.9, + primary_coty_code: '37075', + primary_coty_name: 'Graham', + county_weights: '{"37075": "78.69", "37173": "21.31"}', + coty_name: ['Graham', 'Swain'], + cty_code: ['37075', '37173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.62051, lat: 35.39966 }, + }, + { + zip_code: '28716', + usps_city: 'Canton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17770.0, + density: 43.4, + primary_coty_code: '37087', + primary_coty_name: 'Haywood', + county_weights: '{"37087": "100"}', + coty_name: ['Haywood'], + cty_code: ['37087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86109, lat: 35.43589 }, + }, + { + zip_code: '28731', + usps_city: 'Flat Rock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8368.0, + density: 119.6, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "100"}', + coty_name: ['Henderson'], + cty_code: ['37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39353, lat: 35.28894 }, + }, + { + zip_code: '28772', + usps_city: 'Rosman', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 35.2, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "100"}', + coty_name: ['Transylvania'], + cty_code: ['37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82724, lat: 35.11698 }, + }, + { + zip_code: '29036', + usps_city: 'Chapin', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23011.0, + density: 164.4, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "72.4", "45079": "25.76", "45071": "1.83"}', + coty_name: ['Lexington', 'Richland', 'Newberry'], + cty_code: ['45063', '45079', '45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33686, lat: 34.1329 }, + }, + { + zip_code: '29037', + usps_city: 'Chappells', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 950.0, + density: 5.5, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "58.01", "45081": "41.99"}', + coty_name: ['Newberry', 'Saluda'], + cty_code: ['45071', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86437, lat: 34.18558 }, + }, + { + zip_code: '29069', + usps_city: 'Lamar', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4532.0, + density: 22.9, + primary_coty_code: '45031', + primary_coty_name: 'Darlington', + county_weights: '{"45031": "93.33", "45061": "6.67"}', + coty_name: ['Darlington', 'Lee'], + cty_code: ['45031', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09627, lat: 34.1862 }, + }, + { + zip_code: '29208', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 756.0, + density: 4406.5, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02793, lat: 33.99824 }, + }, + { + zip_code: '29324', + usps_city: 'Clifton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 570.6, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82664, lat: 34.9838 }, + }, + { + zip_code: '29464', + usps_city: 'Mount Pleasant', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 50886.0, + density: 659.9, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85636, lat: 32.82038 }, + }, + { + zip_code: '29466', + usps_city: 'Mount Pleasant', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39949.0, + density: 525.3, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78989, lat: 32.87848 }, + }, + { + zip_code: '29488', + usps_city: 'Walterboro', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21326.0, + density: 35.8, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67209, lat: 32.90658 }, + }, + { + zip_code: '29543', + usps_city: 'Fork', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 13.9, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "100"}', + coty_name: ['Dillon'], + cty_code: ['45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26593, lat: 34.28761 }, + }, + { + zip_code: '29546', + usps_city: 'Gresham', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2832.0, + density: 7.5, + primary_coty_code: '45067', + primary_coty_name: 'Marion', + county_weights: '{"45067": "100"}', + coty_name: ['Marion'], + cty_code: ['45067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35226, lat: 33.89264 }, + }, + { + zip_code: '29555', + usps_city: 'Johnsonville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5760.0, + density: 24.2, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "98.52", "45089": "1.48"}', + coty_name: ['Florence', 'Williamsburg'], + cty_code: ['45041', '45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46572, lat: 33.84036 }, + }, + { + zip_code: '29592', + usps_city: 'Sellers', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 6.8, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "66", "45067": "34"}', + coty_name: ['Dillon', 'Marion'], + cty_code: ['45033', '45067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47877, lat: 34.2636 }, + }, + { + zip_code: '29605', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 37168.0, + density: 561.0, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.38015, lat: 34.77531 }, + }, + { + zip_code: '29661', + usps_city: 'Marietta', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5707.0, + density: 32.0, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "81.43", "45077": "18.57"}', + coty_name: ['Greenville', 'Pickens'], + cty_code: ['45045', '45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53509, lat: 35.06213 }, + }, + { + zip_code: '29915', + usps_city: 'Daufuskie Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 15.9, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86898, lat: 32.11465 }, + }, + { + zip_code: '29932', + usps_city: 'Luray', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 0.8, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "68.03", "45005": "31.97"}', + coty_name: ['Hampton', 'Allendale'], + cty_code: ['45049', '45005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34757, lat: 32.81839 }, + }, + { + zip_code: '30072', + usps_city: 'Pine Lake', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 1432.1, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20593, lat: 33.79136 }, + }, + { + zip_code: '30096', + usps_city: 'Duluth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 68691.0, + density: 1159.1, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14824, lat: 33.97681 }, + }, + { + zip_code: '30274', + usps_city: 'Riverdale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35861.0, + density: 1310.2, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "100"}', + coty_name: ['Clayton'], + cty_code: ['13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40063, lat: 33.55372 }, + }, + { + zip_code: '30275', + usps_city: 'Sargent', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 252.1, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "100"}', + coty_name: ['Coweta'], + cty_code: ['13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87389, lat: 33.43688 }, + }, + { + zip_code: '30281', + usps_city: 'Stockbridge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 68456.0, + density: 376.5, + primary_coty_code: '13151', + primary_coty_name: 'Henry', + county_weights: '{"13151": "86.55", "13063": "9.45", "13247": "4"}', + coty_name: ['Henry', 'Clayton', 'Rockdale'], + cty_code: ['13151', '13063', '13247'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19491, lat: 33.56349 }, + }, + { + zip_code: '30318', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 56109.0, + density: 1062.2, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4479, lat: 33.79236 }, + }, + { + zip_code: '30340', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27796.0, + density: 1257.3, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "84.92", "13135": "15.08"}', + coty_name: ['DeKalb', 'Gwinnett'], + cty_code: ['13089', '13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25088, lat: 33.89783 }, + }, + { + zip_code: '30470', + usps_city: 'Tarrytown', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 4.5, + primary_coty_code: '13209', + primary_coty_name: 'Montgomery', + county_weights: '{"13209": "55.51", "13283": "44.49"}', + coty_name: ['Montgomery', 'Treutlen'], + cty_code: ['13209', '13283'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52286, lat: 32.33865 }, + }, + { + zip_code: '30567', + usps_city: 'Pendergrass', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3820.0, + density: 47.1, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: '{"13157": "98.73", "13139": "1.27"}', + coty_name: ['Jackson', 'Hall'], + cty_code: ['13157', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.675, lat: 34.18361 }, + }, + { + zip_code: '30711', + usps_city: 'Crandall', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3332.0, + density: 18.5, + primary_coty_code: '13213', + primary_coty_name: 'Murray', + county_weights: '{"13213": "100"}', + coty_name: ['Murray'], + cty_code: ['13213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73534, lat: 34.92761 }, + }, + { + zip_code: '30753', + usps_city: 'Trion', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6873.0, + density: 64.8, + primary_coty_code: '13055', + primary_coty_name: 'Chattooga', + county_weights: '{"13055": "80.08", "13295": "19.92"}', + coty_name: ['Chattooga', 'Walker'], + cty_code: ['13055', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.28595, lat: 34.58316 }, + }, + { + zip_code: '30823', + usps_city: 'Stapleton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1469.0, + density: 7.8, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "89.22", "13301": "6", "13125": "4.78"}', + coty_name: ['Jefferson', 'Warren', 'Glascock'], + cty_code: ['13163', '13301', '13125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45541, lat: 33.22357 }, + }, + { + zip_code: '90005', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39732.0, + density: 14151.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.30654, lat: 34.05912 }, + }, + { + zip_code: '90006', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59576.0, + density: 11981.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29418, lat: 34.04801 }, + }, + { + zip_code: '90008', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31754.0, + density: 3337.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.34706, lat: 34.00956 }, + }, + { + zip_code: '90040', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12328.0, + density: 852.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14907, lat: 33.99353 }, + }, + { + zip_code: '90045', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40567.0, + density: 1459.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.40014, lat: 33.95297 }, + }, + { + zip_code: '90401', + usps_city: 'Santa Monica', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7111.0, + density: 3235.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.49248, lat: 34.01545 }, + }, + { + zip_code: '90504', + usps_city: 'Torrance', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33410.0, + density: 2898.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33115, lat: 33.86682 }, + }, + { + zip_code: '90717', + usps_city: 'Lomita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21508.0, + density: 4191.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.3172, lat: 33.79383 }, + }, + { + zip_code: '90808', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39330.0, + density: 2210.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11239, lat: 33.82406 }, + }, + { + zip_code: '91214', + usps_city: 'La Crescenta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30787.0, + density: 1575.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24925, lat: 34.23671 }, + }, + { + zip_code: '91324', + usps_city: 'Northridge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29670.0, + density: 2609.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.54958, lat: 34.23901 }, + }, + { + zip_code: '91331', + usps_city: 'Pacoima', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 105458.0, + density: 4599.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.42076, lat: 34.25562 }, + }, + { + zip_code: '91371', + usps_city: 'Woodland Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.57636, lat: 34.18459 }, + }, + { + zip_code: '91384', + usps_city: 'Castaic', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29212.0, + density: 103.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.68639, lat: 34.53072 }, + }, + { + zip_code: '91730', + usps_city: 'Rancho Cucamonga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72407.0, + density: 1930.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.57847, lat: 34.09955 }, + }, + { + zip_code: '91762', + usps_city: 'Ontario', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 61718.0, + density: 1745.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.64478, lat: 34.02905 }, + }, + { + zip_code: '92007', + usps_city: 'Cardiff By The Sea', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11417.0, + density: 1797.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2735, lat: 33.0219 }, + }, + { + zip_code: '92081', + usps_city: 'Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29596.0, + density: 1287.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24028, lat: 33.16431 }, + }, + { + zip_code: '92113', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58408.0, + density: 4282.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.11817, lat: 32.69602 }, + }, + { + zip_code: '92114', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 68851.0, + density: 3226.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.0551, lat: 32.70776 }, + }, + { + zip_code: '92118', + usps_city: 'Coronado', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22548.0, + density: 1116.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17866, lat: 32.67487 }, + }, + { + zip_code: '92250', + usps_city: 'Holtville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8655.0, + density: 8.1, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.23944, lat: 32.82385 }, + }, + { + zip_code: '92284', + usps_city: 'Yucca Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26182.0, + density: 91.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.43234, lat: 34.18604 }, + }, + { + zip_code: '92305', + usps_city: 'Angelus Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 2.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.82868, lat: 34.16326 }, + }, + { + zip_code: '92384', + usps_city: 'Shoshone', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.0, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.17791, lat: 36.0125 }, + }, + { + zip_code: '92660', + usps_city: 'Newport Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35446.0, + density: 1400.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.87449, lat: 33.63374 }, + }, + { + zip_code: '92662', + usps_city: 'Newport Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2519.0, + density: 4670.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.89204, lat: 33.60547 }, + }, + { + zip_code: '93103', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20538.0, + density: 1513.6, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.68057, lat: 34.438 }, + }, + { + zip_code: '93117', + usps_city: 'Goleta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58546.0, + density: 132.9, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08221, lat: 34.49127 }, + }, + { + zip_code: '93221', + usps_city: 'Exeter', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14129.0, + density: 41.4, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.02605, lat: 36.29501 }, + }, + { + zip_code: '93962', + usps_city: 'Spreckels', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 1308.6, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.64649, lat: 36.62471 }, + }, + { + zip_code: '94117', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44650.0, + density: 10210.2, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44823, lat: 37.76975 }, + }, + { + zip_code: '94507', + usps_city: 'Alamo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15105.0, + density: 459.4, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.02108, lat: 37.85042 }, + }, + { + zip_code: '94535', + usps_city: 'Travis Afb', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3842.0, + density: 389.2, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.93269, lat: 38.28467 }, + }, + { + zip_code: '94803', + usps_city: 'El Sobrante', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25893.0, + density: 856.1, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28365, lat: 37.95953 }, + }, + { + zip_code: '94904', + usps_city: 'Greenbrae', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12994.0, + density: 693.0, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.56278, lat: 37.94522 }, + }, + { + zip_code: '94928', + usps_city: 'Rohnert Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44323.0, + density: 2221.5, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.69419, lat: 38.3464 }, + }, + { + zip_code: '94947', + usps_city: 'Novato', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25867.0, + density: 440.1, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62972, lat: 38.11324 }, + }, + { + zip_code: '95003', + usps_city: 'Aptos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25185.0, + density: 277.0, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.87763, lat: 37.01015 }, + }, + { + zip_code: '95045', + usps_city: 'San Juan Bautista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4217.0, + density: 34.3, + primary_coty_code: '6069', + primary_coty_name: 'San Benito', + county_weights: '{"06069": "100"}', + coty_name: ['San Benito'], + cty_code: ['6069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52738, lat: 36.83417 }, + }, + { + zip_code: '95070', + usps_city: 'Saratoga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31196.0, + density: 473.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.04963, lat: 37.25638 }, + }, + { + zip_code: '95242', + usps_city: 'Lodi', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26409.0, + density: 106.2, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.39362, lat: 38.13459 }, + }, + { + zip_code: '95245', + usps_city: 'Mokelumne Hill', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1717.0, + density: 9.7, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.6213, lat: 38.29793 }, + }, + { + zip_code: '95301', + usps_city: 'Atwater', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39186.0, + density: 242.7, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.63372, lat: 37.31796 }, + }, + { + zip_code: '95355', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59621.0, + density: 2428.5, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.947, lat: 37.67283 }, + }, + { + zip_code: '95383', + usps_city: 'Twain Harte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3611.0, + density: 17.8, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.23286, lat: 38.10788 }, + }, + { + zip_code: '95385', + usps_city: 'Vernalis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 6.5, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "64.57", "06077": "35.43"}', + coty_name: ['Stanislaus', 'San Joaquin'], + cty_code: ['06099', '06077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.25116, lat: 37.60949 }, + }, + { + zip_code: '95555', + usps_city: 'Orick', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 2.0, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.99042, lat: 41.3011 }, + }, + { + zip_code: '95595', + usps_city: 'Zenia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.2, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.42455, lat: 40.11671 }, + }, + { + zip_code: '95626', + usps_city: 'Elverta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6065.0, + density: 101.2, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "89.62", "06061": "8.54", "06101": "1.84"}', + coty_name: ['Sacramento', 'Placer', 'Sutter'], + cty_code: ['06067', '06061', '06101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.46801, lat: 38.73297 }, + }, + { + zip_code: '95668', + usps_city: 'Pleasant Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 4.2, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "83.19", "06061": "16.81"}', + coty_name: ['Sutter', 'Placer'], + cty_code: ['06101', '06061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49253, lat: 38.82844 }, + }, + { + zip_code: '95690', + usps_city: 'Walnut Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2215.0, + density: 14.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "86.74", "06095": "13.26"}', + coty_name: ['Sacramento', 'Solano'], + cty_code: ['06067', '06095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.5785, lat: 38.2361 }, + }, + { + zip_code: '95691', + usps_city: 'West Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38690.0, + density: 359.4, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.58234, lat: 38.61708 }, + }, + { + zip_code: '95709', + usps_city: 'Camino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5498.0, + density: 95.1, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.67938, lat: 38.74883 }, + }, + { + zip_code: '95765', + usps_city: 'Rocklin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39214.0, + density: 1228.6, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.27807, lat: 38.81861 }, + }, + { + zip_code: '95814', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11908.0, + density: 3292.3, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49498, lat: 38.58045 }, + }, + { + zip_code: '95916', + usps_city: 'Berry Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1359.0, + density: 5.4, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.36357, lat: 39.66073 }, + }, + { + zip_code: '95926', + usps_city: 'Chico', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40000.0, + density: 2018.6, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84388, lat: 39.7456 }, + }, + { + zip_code: '95955', + usps_city: 'Maxwell', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 4.4, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "100"}', + coty_name: ['Colusa'], + cty_code: ['6011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20733, lat: 39.29409 }, + }, + { + zip_code: '96008', + usps_city: 'Bella Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1191.0, + density: 12.7, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.10816, lat: 40.71236 }, + }, + { + zip_code: '96047', + usps_city: 'Igo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 1.6, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66396, lat: 40.4643 }, + }, + { + zip_code: '96055', + usps_city: 'Los Molinos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3866.0, + density: 23.8, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03562, lat: 40.08519 }, + }, + { + zip_code: '96062', + usps_city: 'Millville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 5.5, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.07108, lat: 40.57391 }, + }, + { + zip_code: '96821', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 18599.0, + density: 622.3, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.75006, lat: 21.29954 }, + }, + { + zip_code: '96915', + usps_city: 'Santa Rita', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.70165, lat: 13.3782 }, + }, + { + zip_code: '97020', + usps_city: 'Donald', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 918.0, + density: 2478.2, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.83756, lat: 45.22204 }, + }, + { + zip_code: '97054', + usps_city: 'Deer Island', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 12.4, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "100"}', + coty_name: ['Columbia'], + cty_code: ['41009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.93373, lat: 45.94813 }, + }, + { + zip_code: '97136', + usps_city: 'Rockaway Beach', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1590.0, + density: 30.1, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.91609, lat: 45.62439 }, + }, + { + zip_code: '97205', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7462.0, + density: 2951.3, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.70202, lat: 45.519 }, + }, + { + zip_code: '97230', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 39776.0, + density: 1106.8, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50746, lat: 45.55813 }, + }, + { + zip_code: '97343', + usps_city: 'Eddyville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.6, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.7434, lat: 44.55856 }, + }, + { + zip_code: '97351', + usps_city: 'Independence', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 11150.0, + density: 82.2, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "100"}', + coty_name: ['Polk'], + cty_code: ['41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.17489, lat: 44.83831 }, + }, + { + zip_code: '97364', + usps_city: 'Neotsu', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 577.2, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.9868, lat: 44.99901 }, + }, + { + zip_code: '97365', + usps_city: 'Newport', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 11348.0, + density: 102.3, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.01448, lat: 44.66872 }, + }, + { + zip_code: '97538', + usps_city: 'Selma', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1463.0, + density: 4.0, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.58169, lat: 42.2737 }, + }, + { + zip_code: '97730', + usps_city: 'Camp Sherman', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 6.5, + primary_coty_code: '41031', + primary_coty_name: 'Jefferson', + county_weights: '{"41031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['41031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.64715, lat: 44.50237 }, + }, + { + zip_code: '97732', + usps_city: 'Crane', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 0.6, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.45323, lat: 43.39673 }, + }, + { + zip_code: '98029', + usps_city: 'Issaquah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29250.0, + density: 1261.5, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00546, lat: 47.55847 }, + }, + { + zip_code: '98070', + usps_city: 'Vashon', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 10291.0, + density: 107.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4726, lat: 47.41219 }, + }, + { + zip_code: '98074', + usps_city: 'Sammamish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 28775.0, + density: 1041.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.04314, lat: 47.62263 }, + }, + { + zip_code: '98103', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 53163.0, + density: 4416.9, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34254, lat: 47.67332 }, + }, + { + zip_code: '98257', + usps_city: 'La Conner', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4207.0, + density: 88.5, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5095, lat: 48.41605 }, + }, + { + zip_code: '98336', + usps_city: 'Glenoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 4.1, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11248, lat: 46.56449 }, + }, + { + zip_code: '98346', + usps_city: 'Kingston', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9964.0, + density: 139.6, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53234, lat: 47.8185 }, + }, + { + zip_code: '57432', + usps_city: 'Claremont', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 1.4, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "62.8", "46091": "37.2"}', + coty_name: ['Brown', 'Marshall'], + cty_code: ['46013', '46091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03365, lat: 45.68238 }, + }, + { + zip_code: '93262', + usps_city: 'Sequoia National Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 0.2, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.71097, lat: 36.6008 }, + }, + { + zip_code: '93432', + usps_city: 'Creston', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1503.0, + density: 6.4, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.47107, lat: 35.47194 }, + }, + { + zip_code: '93441', + usps_city: 'Los Olivos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 6.5, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.03937, lat: 34.74779 }, + }, + { + zip_code: '93514', + usps_city: 'Bishop', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14175.0, + density: 4.9, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "91.44", "06051": "8.56"}', + coty_name: ['Inyo', 'Mono'], + cty_code: ['06027', '06051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.40493, lat: 37.50147 }, + }, + { + zip_code: '93529', + usps_city: 'June Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 4.9, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.09807, lat: 37.80506 }, + }, + { + zip_code: '93536', + usps_city: 'Lancaster', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 70237.0, + density: 111.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36875, lat: 34.74709 }, + }, + { + zip_code: '93545', + usps_city: 'Lone Pine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1821.0, + density: 6.6, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.05704, lat: 36.55786 }, + }, + { + zip_code: '93633', + usps_city: 'Kings Canyon National Pk', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100", "06019": "0"}', + coty_name: ['Tulare', 'Fresno'], + cty_code: ['06107', '06019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.72273, lat: 36.79306 }, + }, + { + zip_code: '664', + usps_city: 'Jayuya', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 14693.0, + density: 124.6, + primary_coty_code: '72073', + primary_coty_name: 'Jayuya', + county_weights: '{"72073": "99.15", "72141": "0.85"}', + coty_name: ['Jayuya', 'Utuado'], + cty_code: ['72073', '72141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.5889, lat: 18.21151 }, + }, + { + zip_code: '717', + usps_city: 'Ponce', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 16086.0, + density: 2955.1, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "100"}', + coty_name: ['Ponce'], + cty_code: ['72113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.61325, lat: 18.00342 }, + }, + { + zip_code: '979', + usps_city: 'Carolina', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 16130.0, + density: 3985.5, + primary_coty_code: '72031', + primary_coty_name: 'Carolina', + county_weights: '{"72031": "100"}', + coty_name: ['Carolina'], + cty_code: ['72031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.017, lat: 18.43651 }, + }, + { + zip_code: '1022', + usps_city: 'Chicopee', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2586.0, + density: 209.2, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.54267, lat: 42.19731 }, + }, + { + zip_code: '1034', + usps_city: 'Granville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2186.0, + density: 11.8, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.95765, lat: 42.08485 }, + }, + { + zip_code: '1037', + usps_city: 'Hardwick', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 747.0, + density: 20.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19771, lat: 42.37011 }, + }, + { + zip_code: '1038', + usps_city: 'Hatfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2734.0, + density: 105.7, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60701, lat: 42.38548 }, + }, + { + zip_code: '1331', + usps_city: 'Athol', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13486.0, + density: 97.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.18294, lat: 42.56728 }, + }, + { + zip_code: '1341', + usps_city: 'Conway', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1929.0, + density: 20.9, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70514, lat: 42.50447 }, + }, + { + zip_code: '1524', + usps_city: 'Leicester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6654.0, + density: 160.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91982, lat: 42.24921 }, + }, + { + zip_code: '1832', + usps_city: 'Haverhill', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23270.0, + density: 788.1, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13128, lat: 42.79103 }, + }, + { + zip_code: '1835', + usps_city: 'Haverhill', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13958.0, + density: 689.9, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08594, lat: 42.75293 }, + }, + { + zip_code: '1887', + usps_city: 'Wilmington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23377.0, + density: 531.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16545, lat: 42.56099 }, + }, + { + zip_code: '2109', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4190.0, + density: 9335.2, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05298, lat: 42.36459 }, + }, + { + zip_code: '2150', + usps_city: 'Chelsea', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 39983.0, + density: 6981.6, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.03244, lat: 42.39594 }, + }, + { + zip_code: '2170', + usps_city: 'Quincy', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19848.0, + density: 3679.2, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01615, lat: 42.26649 }, + }, + { + zip_code: '2472', + usps_city: 'Watertown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 35518.0, + density: 3397.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.17725, lat: 42.37 }, + }, + { + zip_code: '2493', + usps_city: 'Weston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 12112.0, + density: 278.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.3001, lat: 42.35894 }, + }, + { + zip_code: '2532', + usps_city: 'Buzzards Bay', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13218.0, + density: 357.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "84.5", "25023": "15.5"}', + coty_name: ['Barnstable', 'Plymouth'], + cty_code: ['25001', '25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.59728, lat: 41.75162 }, + }, + { + zip_code: '2718', + usps_city: 'East Taunton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6394.0, + density: 238.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01162, lat: 41.86891 }, + }, + { + zip_code: '2762', + usps_city: 'Plainville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9183.0, + density: 322.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.33642, lat: 42.01409 }, + }, + { + zip_code: '2808', + usps_city: 'Bradford', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 2312.0, + density: 112.1, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.74867, lat: 41.40855 }, + }, + { + zip_code: '2812', + usps_city: 'Carolina', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 70.2, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.65437, lat: 41.47768 }, + }, + { + zip_code: '2826', + usps_city: 'Glendale', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 64.6, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63706, lat: 41.97399 }, + }, + { + zip_code: '2828', + usps_city: 'Greenville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 7592.0, + density: 614.3, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.55938, lat: 41.87799 }, + }, + { + zip_code: '2830', + usps_city: 'Harrisville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 6255.0, + density: 125.1, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64988, lat: 41.98212 }, + }, + { + zip_code: '2837', + usps_city: 'Little Compton', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 3489.0, + density: 65.6, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16455, lat: 41.51523 }, + }, + { + zip_code: '3055', + usps_city: 'Milford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 15632.0, + density: 241.3, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.6734, lat: 42.81745 }, + }, + { + zip_code: '3057', + usps_city: 'Mont Vernon', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2607.0, + density: 59.7, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68336, lat: 42.90244 }, + }, + { + zip_code: '3221', + usps_city: 'Bradford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2095.0, + density: 17.5, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.96171, lat: 43.25179 }, + }, + { + zip_code: '3222', + usps_city: 'Bristol', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5896.0, + density: 31.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.78286, lat: 43.6275 }, + }, + { + zip_code: '3243', + usps_city: 'Hill', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 920.0, + density: 13.5, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.76467, lat: 43.52493 }, + }, + { + zip_code: '3246', + usps_city: 'Laconia', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 16460.0, + density: 318.0, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.47744, lat: 43.57267 }, + }, + { + zip_code: '3254', + usps_city: 'Moultonborough', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4116.0, + density: 26.7, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "99.88", "33001": "0.12"}', + coty_name: ['Carroll', 'Belknap'], + cty_code: ['33003', '33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.37776, lat: 43.72491 }, + }, + { + zip_code: '3264', + usps_city: 'Plymouth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7290.0, + density: 76.5, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.71127, lat: 43.72976 }, + }, + { + zip_code: '3746', + usps_city: 'Cornish Flat', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 12.7, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.2574, lat: 43.49432 }, + }, + { + zip_code: '3748', + usps_city: 'Enfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4866.0, + density: 43.7, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "96.03", "33019": "3.97"}', + coty_name: ['Grafton', 'Sullivan'], + cty_code: ['33009', '33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.1139, lat: 43.59369 }, + }, + { + zip_code: '3825', + usps_city: 'Barrington', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 9245.0, + density: 77.3, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.04284, lat: 43.21357 }, + }, + { + zip_code: '3847', + usps_city: 'Kearsarge', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 164.6, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.11317, lat: 44.07005 }, + }, + { + zip_code: '3853', + usps_city: 'Mirror Lake', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 23.1, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.27902, lat: 43.63952 }, + }, + { + zip_code: '4050', + usps_city: 'Long Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 84.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.15696, lat: 43.69205 }, + }, + { + zip_code: '4108', + usps_city: 'Peaks Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 867.0, + density: 281.1, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.18901, lat: 43.66057 }, + }, + { + zip_code: '4345', + usps_city: 'Gardiner', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 11421.0, + density: 61.2, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "99.9", "23023": "0.1"}', + coty_name: ['Kennebec', 'Sagadahoc'], + cty_code: ['23011', '23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.78479, lat: 44.19822 }, + }, + { + zip_code: '4490', + usps_city: 'Topsfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.4, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.85571, lat: 45.43358 }, + }, + { + zip_code: '4497', + usps_city: 'Wytopitlock', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 0.5, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "88.17", "23019": "11.83"}', + coty_name: ['Aroostook', 'Penobscot'], + cty_code: ['23003', '23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.05134, lat: 45.76367 }, + }, + { + zip_code: '4605', + usps_city: 'Ellsworth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 14137.0, + density: 19.2, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.41713, lat: 44.67483 }, + }, + { + zip_code: '4849', + usps_city: 'Lincolnville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3889.0, + density: 24.6, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.04753, lat: 44.31793 }, + }, + { + zip_code: '4921', + usps_city: 'Brooks', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 12.3, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.13348, lat: 44.57091 }, + }, + { + zip_code: '4953', + usps_city: 'Newport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3228.0, + density: 42.3, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.23297, lat: 44.86019 }, + }, + { + zip_code: '4958', + usps_city: 'North Anson', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 12.1, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.93066, lat: 44.90752 }, + }, + { + zip_code: '4964', + usps_city: 'Oquossoc', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 0.5, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "99.55", "23017": "0.45"}', + coty_name: ['Franklin', 'Oxford'], + cty_code: ['23007', '23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.78325, lat: 44.87582 }, + }, + { + zip_code: '4973', + usps_city: 'Searsmont', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1323.0, + density: 13.5, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.19305, lat: 44.36225 }, + }, + { + zip_code: '5075', + usps_city: 'Thetford Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 14.7, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.27976, lat: 43.83699 }, + }, + { + zip_code: '5077', + usps_city: 'Tunbridge', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1199.0, + density: 11.0, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48074, lat: 43.90325 }, + }, + { + zip_code: '5252', + usps_city: 'East Arlington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 3.1, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.06111, lat: 43.0668 }, + }, + { + zip_code: '5455', + usps_city: 'Fairfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1113.0, + density: 12.9, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.96681, lat: 44.80293 }, + }, + { + zip_code: '5778', + usps_city: 'Whiting', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 10.3, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "92.77", "50021": "7.23"}', + coty_name: ['Addison', 'Rutland'], + cty_code: ['50001', '50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21114, lat: 43.87369 }, + }, + { + zip_code: '5824', + usps_city: 'Concord', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1156.0, + density: 8.6, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "76.47", "50005": "23.53"}', + coty_name: ['Essex', 'Caledonia'], + cty_code: ['50009', '50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.86146, lat: 44.4368 }, + }, + { + zip_code: '6023', + usps_city: 'East Berlin', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1558.0, + density: 656.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.71994, lat: 41.61371 }, + }, + { + zip_code: '6032', + usps_city: 'Farmington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 17678.0, + density: 300.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.83124, lat: 41.72527 }, + }, + { + zip_code: '6254', + usps_city: 'North Franklin', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1778.0, + density: 35.2, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.14322, lat: 41.61527 }, + }, + { + zip_code: '6263', + usps_city: 'Rogers', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 505.2, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.90617, lat: 41.84039 }, + }, + { + zip_code: '6360', + usps_city: 'Norwich', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 36396.0, + density: 521.4, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.08927, lat: 41.54883 }, + }, + { + zip_code: '6374', + usps_city: 'Plainfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7250.0, + density: 108.0, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91421, lat: 41.68042 }, + }, + { + zip_code: '6444', + usps_city: 'Marion', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 141.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.93318, lat: 41.56267 }, + }, + { + zip_code: '6517', + usps_city: 'Hamden', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 14313.0, + density: 1083.4, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90503, lat: 41.34836 }, + }, + { + zip_code: '6519', + usps_city: 'New Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 15690.0, + density: 3623.4, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.93584, lat: 41.29532 }, + }, + { + zip_code: '6611', + usps_city: 'Trumbull', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 35990.0, + density: 580.8, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20947, lat: 41.26008 }, + }, + { + zip_code: '6708', + usps_city: 'Waterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 29619.0, + density: 1198.1, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "99.74", "09005": "0.26"}', + coty_name: ['New Haven', 'Litchfield'], + cty_code: ['09009', '09005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.06718, lat: 41.54957 }, + }, + { + zip_code: '6757', + usps_city: 'Kent', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1974.0, + density: 22.1, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.45864, lat: 41.74118 }, + }, + { + zip_code: '6783', + usps_city: 'Roxbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2094.0, + density: 31.3, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.29997, lat: 41.554 }, + }, + { + zip_code: '6890', + usps_city: 'Southport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4322.0, + density: 576.6, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.28944, lat: 41.14639 }, + }, + { + zip_code: '7003', + usps_city: 'Bloomfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 49260.0, + density: 3579.1, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18679, lat: 40.80999 }, + }, + { + zip_code: '7055', + usps_city: 'Passaic', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 70090.0, + density: 8625.6, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12821, lat: 40.8575 }, + }, + { + zip_code: '7306', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 52093.0, + density: 7387.6, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07178, lat: 40.73458 }, + }, + { + zip_code: '7627', + usps_city: 'Demarest', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4942.0, + density: 919.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95674, lat: 40.95505 }, + }, + { + zip_code: '7645', + usps_city: 'Montvale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8489.0, + density: 816.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04988, lat: 41.05292 }, + }, + { + zip_code: '7663', + usps_city: 'Saddle Brook', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13845.0, + density: 1997.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09559, lat: 40.90321 }, + }, + { + zip_code: '7731', + usps_city: 'Howell', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 38730.0, + density: 449.9, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20007, lat: 40.14979 }, + }, + { + zip_code: '7826', + usps_city: 'Branchville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5824.0, + density: 43.2, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.76869, lat: 41.19266 }, + }, + { + zip_code: '7830', + usps_city: 'Califon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6813.0, + density: 109.8, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "84.02", "34027": "15.98"}', + coty_name: ['Hunterdon', 'Morris'], + cty_code: ['34019', '34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.80747, lat: 40.72104 }, + }, + { + zip_code: '7846', + usps_city: 'Johnsonburg', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 188.6, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.87721, lat: 40.9661 }, + }, + { + zip_code: '7870', + usps_city: 'Schooleys Mountain', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 49.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.81965, lat: 40.80394 }, + }, + { + zip_code: '7977', + usps_city: 'Peapack', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 189.6, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66373, lat: 40.70628 }, + }, + { + zip_code: '8030', + usps_city: 'Gloucester City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13252.0, + density: 1925.8, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11772, lat: 39.88971 }, + }, + { + zip_code: '8039', + usps_city: 'Harrisonville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 68.2, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27215, lat: 39.68798 }, + }, + { + zip_code: '8071', + usps_city: 'Pitman', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9419.0, + density: 1094.8, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.13387, lat: 39.73228 }, + }, + { + zip_code: '8314', + usps_city: 'Delmont', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2908.0, + density: 85.9, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94235, lat: 39.21814 }, + }, + { + zip_code: '8319', + usps_city: 'Estell Manor', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 32.0, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.81691, lat: 39.36864 }, + }, + { + zip_code: '8328', + usps_city: 'Malaga', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 240.3, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05917, lat: 39.5784 }, + }, + { + zip_code: '8406', + usps_city: 'Ventnor City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10095.0, + density: 1960.0, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48602, lat: 39.34567 }, + }, + { + zip_code: '8740', + usps_city: 'Ocean Gate', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1601.0, + density: 1396.8, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13378, lat: 39.9282 }, + }, + { + zip_code: '8857', + usps_city: 'Old Bridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 39713.0, + density: 629.4, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32984, lat: 40.39161 }, + }, + { + zip_code: '10032', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 63214.0, + density: 37277.8, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94279, lat: 40.83884 }, + }, + { + zip_code: '10451', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 48136.0, + density: 18060.2, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92387, lat: 40.82077 }, + }, + { + zip_code: '10458', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 85620.0, + density: 32883.9, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88826, lat: 40.86244 }, + }, + { + zip_code: '10570', + usps_city: 'Pleasantville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12900.0, + density: 764.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7872, lat: 41.13006 }, + }, + { + zip_code: '10990', + usps_city: 'Warwick', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20307.0, + density: 128.9, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.366, lat: 41.26442 }, + }, + { + zip_code: '11005', + usps_city: 'Floral Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1759.0, + density: 3702.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71423, lat: 40.75663 }, + }, + { + zip_code: '11203', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 76085.0, + density: 13695.2, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93444, lat: 40.64955 }, + }, + { + zip_code: '11212', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 75605.0, + density: 18970.3, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91303, lat: 40.66293 }, + }, + { + zip_code: '11221', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 83322.0, + density: 23256.1, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92787, lat: 40.69136 }, + }, + { + zip_code: '11224', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 45795.0, + density: 11148.6, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98873, lat: 40.57665 }, + }, + { + zip_code: '11354', + usps_city: 'Flushing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 53684.0, + density: 9516.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82739, lat: 40.76863 }, + }, + { + zip_code: '11413', + usps_city: 'Springfield Gardens', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41650.0, + density: 5180.5, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7509, lat: 40.66992 }, + }, + { + zip_code: '11425', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "0"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02391, lat: 40.60774 }, + }, + { + zip_code: '11580', + usps_city: 'Valley Stream', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42990.0, + density: 4256.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70357, lat: 40.67496 }, + }, + { + zip_code: '11715', + usps_city: 'Blue Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4583.0, + density: 1045.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.03516, lat: 40.75003 }, + }, + { + zip_code: '11754', + usps_city: 'Kings Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17946.0, + density: 939.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.24739, lat: 40.88768 }, + }, + { + zip_code: '11942', + usps_city: 'East Quogue', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5174.0, + density: 230.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.5849, lat: 40.85315 }, + }, + { + zip_code: '12051', + usps_city: 'Coxsackie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6383.0, + density: 115.6, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84516, lat: 42.34411 }, + }, + { + zip_code: '12154', + usps_city: 'Schaghticoke', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2901.0, + density: 26.9, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "82.22", "36115": "17.78"}', + coty_name: ['Rensselaer', 'Washington'], + cty_code: ['36083', '36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60063, lat: 42.9377 }, + }, + { + zip_code: '12208', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21666.0, + density: 1993.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8102, lat: 42.65331 }, + }, + { + zip_code: '12307', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7031.0, + density: 3831.9, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "100"}', + coty_name: ['Schenectady'], + cty_code: ['36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93364, lat: 42.80503 }, + }, + { + zip_code: '12309', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30007.0, + density: 699.4, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "85.1", "36001": "14.9"}', + coty_name: ['Schenectady', 'Albany'], + cty_code: ['36093', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86951, lat: 42.79915 }, + }, + { + zip_code: '12407', + usps_city: 'Ashland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 18.9, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35824, lat: 42.31761 }, + }, + { + zip_code: '12423', + usps_city: 'East Durham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1050.0, + density: 31.9, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10974, lat: 42.37921 }, + }, + { + zip_code: '12443', + usps_city: 'Hurley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3317.0, + density: 71.1, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08537, lat: 41.93397 }, + }, + { + zip_code: '12487', + usps_city: 'Ulster Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3370.0, + density: 82.9, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99538, lat: 41.85934 }, + }, + { + zip_code: '12489', + usps_city: 'Wawarsing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 72.2, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35549, lat: 41.75069 }, + }, + { + zip_code: '12527', + usps_city: 'Glenham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93565, lat: 41.51944 }, + }, + { + zip_code: '12547', + usps_city: 'Milton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2855.0, + density: 106.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98512, lat: 41.65596 }, + }, + { + zip_code: '12741', + usps_city: 'Hankins', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 10.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.08108, lat: 41.84156 }, + }, + { + zip_code: '12811', + usps_city: 'Bakers Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 20.4, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02832, lat: 43.60546 }, + }, + { + zip_code: '12844', + usps_city: 'Kattskill Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 35.3, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "97.99", "36113": "2.01"}', + coty_name: ['Washington', 'Warren'], + cty_code: ['36115', '36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.62118, lat: 43.48947 }, + }, + { + zip_code: '12861', + usps_city: 'Putnam Station', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 7.4, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.41912, lat: 43.74971 }, + }, + { + zip_code: '12932', + usps_city: 'Elizabethtown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 7.0, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.61264, lat: 44.21219 }, + }, + { + zip_code: '12956', + usps_city: 'Mineville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1538.0, + density: 65.9, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.49542, lat: 44.09325 }, + }, + { + zip_code: '12973', + usps_city: 'Piercefield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 1.1, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59401, lat: 44.2987 }, + }, + { + zip_code: '13118', + usps_city: 'Moravia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6159.0, + density: 23.2, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39059, lat: 42.75086 }, + }, + { + zip_code: '13152', + usps_city: 'Skaneateles', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8025.0, + density: 47.9, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "95.24", "36011": "4.76"}', + coty_name: ['Onondaga', 'Cayuga'], + cty_code: ['36067', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38469, lat: 42.8926 }, + }, + { + zip_code: '13290', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "0"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17364, lat: 43.07079 }, + }, + { + zip_code: '13339', + usps_city: 'Fort Plain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6528.0, + density: 23.3, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "84.31", "36043": "9.02", "36035": "6.67"}', + coty_name: ['Montgomery', 'Herkimer', 'Fulton'], + cty_code: ['36057', '36043', '36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66664, lat: 42.93996 }, + }, + { + zip_code: '13364', + usps_city: 'Leonardsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 11.6, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26104, lat: 42.80502 }, + }, + { + zip_code: '13410', + usps_city: 'Nelliston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 1021.5, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "100"}', + coty_name: ['Montgomery'], + cty_code: ['36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.61255, lat: 42.93103 }, + }, + { + zip_code: '13661', + usps_city: 'Mannsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1521.0, + density: 12.8, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "97.21", "36075": "2.79"}', + coty_name: ['Jefferson', 'Oswego'], + cty_code: ['36045', '36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10606, lat: 43.70988 }, + }, + { + zip_code: '13776', + usps_city: 'Gilbertsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 546.0, + density: 37.1, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33294, lat: 42.47058 }, + }, + { + zip_code: '13809', + usps_city: 'Mount Upton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 19.7, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "65.85", "36077": "34.15"}', + coty_name: ['Chenango', 'Otsego'], + cty_code: ['36017', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39554, lat: 42.40381 }, + }, + { + zip_code: '14020', + usps_city: 'Batavia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22707.0, + density: 126.9, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "100"}', + coty_name: ['Genesee'], + cty_code: ['36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21274, lat: 42.99624 }, + }, + { + zip_code: '14026', + usps_city: 'Bowmansville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 270.6, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68798, lat: 42.94239 }, + }, + { + zip_code: '14169', + usps_city: 'Wales Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 144.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52369, lat: 42.76612 }, + }, + { + zip_code: '14502', + usps_city: 'Macedon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10733.0, + density: 111.1, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "98.31", "36055": "1.69"}', + coty_name: ['Wayne', 'Monroe'], + cty_code: ['36117', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33547, lat: 43.09728 }, + }, + { + zip_code: '14626', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30292.0, + density: 857.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71383, lat: 43.2143 }, + }, + { + zip_code: '14715', + usps_city: 'Bolivar', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2733.0, + density: 24.3, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14919, lat: 42.0676 }, + }, + { + zip_code: '14756', + usps_city: 'Maple Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 78.8, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.42123, lat: 42.19788 }, + }, + { + zip_code: '14819', + usps_city: 'Cameron', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 5.5, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43861, lat: 42.22047 }, + }, + { + zip_code: '14827', + usps_city: 'Coopers Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 798.0, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14283, lat: 42.18065 }, + }, + { + zip_code: '14840', + usps_city: 'Hammondsport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2631.0, + density: 17.3, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "98.89", "36097": "1.11"}', + coty_name: ['Steuben', 'Schuyler'], + cty_code: ['36101', '36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18832, lat: 42.44214 }, + }, + { + zip_code: '14884', + usps_city: 'Swain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 6.2, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.8885, lat: 42.48015 }, + }, + { + zip_code: '14892', + usps_city: 'Waverly', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8022.0, + density: 72.2, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "90.77", "36015": "9.23"}', + coty_name: ['Tioga', 'Chemung'], + cty_code: ['36107', '36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52704, lat: 42.04832 }, + }, + { + zip_code: '14895', + usps_city: 'Wellsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9144.0, + density: 31.1, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93709, lat: 42.07697 }, + }, + { + zip_code: '15004', + usps_city: 'Atlasburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 642.2, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38118, lat: 40.34521 }, + }, + { + zip_code: '15010', + usps_city: 'Beaver Falls', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27380.0, + density: 211.3, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3591, lat: 40.76872 }, + }, + { + zip_code: '15116', + usps_city: 'Glenshaw', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14061.0, + density: 672.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95047, lat: 40.53908 }, + }, + { + zip_code: '15120', + usps_city: 'Homestead', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18512.0, + density: 1529.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90678, lat: 40.39613 }, + }, + { + zip_code: '15376', + usps_city: 'West Alexander', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1734.0, + density: 17.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48692, lat: 40.10462 }, + }, + { + zip_code: '15410', + usps_city: 'Adah', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1092.0, + density: 39.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90521, lat: 39.91461 }, + }, + { + zip_code: '15412', + usps_city: 'Allenport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 90.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85647, lat: 40.09232 }, + }, + { + zip_code: '15461', + usps_city: 'Masontown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4100.0, + density: 150.1, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90028, lat: 39.84236 }, + }, + { + zip_code: '15478', + usps_city: 'Smithfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5892.0, + density: 36.2, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80315, lat: 39.78778 }, + }, + { + zip_code: '15537', + usps_city: 'Everett', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7836.0, + density: 27.0, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.36501, lat: 40.00171 }, + }, + { + zip_code: '15541', + usps_city: 'Friedens', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3403.0, + density: 36.5, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97719, lat: 40.04808 }, + }, + { + zip_code: '15557', + usps_city: 'Rockwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3375.0, + density: 14.4, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "99.62", "42051": "0.38"}', + coty_name: ['Somerset', 'Fayette'], + cty_code: ['42111', '42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.21492, lat: 39.93032 }, + }, + { + zip_code: '15562', + usps_city: 'Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 56.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13644, lat: 39.73904 }, + }, + { + zip_code: '15673', + usps_city: 'North Apollo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 895.5, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.5563, lat: 40.5938 }, + }, + { + zip_code: '15733', + usps_city: 'De Lancey', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 131.1, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96071, lat: 40.98691 }, + }, + { + zip_code: '15770', + usps_city: 'Ringgold', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 24.1, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15645, lat: 40.99583 }, + }, + { + zip_code: '15954', + usps_city: 'Seward', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2159.0, + density: 45.9, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "52.26", "42129": "47.74"}', + coty_name: ['Indiana', 'Westmoreland'], + cty_code: ['42063', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99974, lat: 40.42184 }, + }, + { + zip_code: '16052', + usps_city: 'Prospect', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2534.0, + density: 48.6, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0614, lat: 40.90468 }, + }, + { + zip_code: '16063', + usps_city: 'Zelienople', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7005.0, + density: 152.1, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "92.5", "42007": "7.5"}', + coty_name: ['Butler', 'Beaver'], + cty_code: ['42019', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1274, lat: 40.76488 }, + }, + { + zip_code: '16156', + usps_city: 'Volant', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2912.0, + density: 22.6, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "76.2", "42085": "23.8"}', + coty_name: ['Lawrence', 'Mercer'], + cty_code: ['42073', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21801, lat: 41.0956 }, + }, + { + zip_code: '16212', + usps_city: 'Cadogan', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 125.9, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58463, lat: 40.75312 }, + }, + { + zip_code: '16341', + usps_city: 'Pleasantville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1831.0, + density: 10.5, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "87.54", "42053": "12.46"}', + coty_name: ['Venango', 'Forest'], + cty_code: ['42121', '42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54934, lat: 41.56607 }, + }, + { + zip_code: '16345', + usps_city: 'Russell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3541.0, + density: 15.3, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07196, lat: 41.95196 }, + }, + { + zip_code: '16362', + usps_city: 'Utica', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 968.0, + density: 14.2, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "92.56", "42085": "7.44"}', + coty_name: ['Venango', 'Mercer'], + cty_code: ['42121', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96236, lat: 41.45033 }, + }, + { + zip_code: '16417', + usps_city: 'Girard', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7861.0, + density: 65.4, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31327, lat: 41.97087 }, + }, + { + zip_code: '16546', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 5299.0, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05346, lat: 42.10496 }, + }, + { + zip_code: '16611', + usps_city: 'Alexandria', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2512.0, + density: 22.7, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.10768, lat: 40.5674 }, + }, + { + zip_code: '16616', + usps_city: 'Beccaria', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 21.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.44556, lat: 40.76829 }, + }, + { + zip_code: '16665', + usps_city: 'Newry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 313.5, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.43429, lat: 40.38872 }, + }, + { + zip_code: '16848', + usps_city: 'Lamar', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 378.9, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5363, lat: 41.0114 }, + }, + { + zip_code: '16852', + usps_city: 'Madisonburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 36.9, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.51867, lat: 40.93704 }, + }, + { + zip_code: '16929', + usps_city: 'Lawrenceville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2529.0, + density: 21.1, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.1486, lat: 41.97086 }, + }, + { + zip_code: '17027', + usps_city: 'Grantham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1980.0, + density: 2038.6, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99573, lat: 40.15617 }, + }, + { + zip_code: '17028', + usps_city: 'Grantville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3703.0, + density: 58.9, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "71.51", "42075": "28.49"}', + coty_name: ['Dauphin', 'Lebanon'], + cty_code: ['42043', '42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65823, lat: 40.39419 }, + }, + { + zip_code: '17078', + usps_city: 'Palmyra', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21646.0, + density: 276.5, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "93.18", "42043": "6.82"}', + coty_name: ['Lebanon', 'Dauphin'], + cty_code: ['42075', '42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58355, lat: 40.28594 }, + }, + { + zip_code: '17331', + usps_city: 'Hanover', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 51893.0, + density: 264.1, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "80.26", "42001": "19.74"}', + coty_name: ['York', 'Adams'], + cty_code: ['42133', '42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97832, lat: 39.79014 }, + }, + { + zip_code: '17344', + usps_city: 'McSherrystown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3567.0, + density: 1723.7, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01915, lat: 39.8057 }, + }, + { + zip_code: '17355', + usps_city: 'Railroad', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 163.8, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69605, lat: 39.75982 }, + }, + { + zip_code: '17368', + usps_city: 'Wrightsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7539.0, + density: 158.8, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51873, lat: 39.9839 }, + }, + { + zip_code: '17519', + usps_city: 'East Earl', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6762.0, + density: 117.6, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02062, lat: 40.14156 }, + }, + { + zip_code: '17522', + usps_city: 'Ephrata', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34163.0, + density: 301.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17074, lat: 40.1722 }, + }, + { + zip_code: '17576', + usps_city: 'Smoketown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 2055.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19688, lat: 40.03754 }, + }, + { + zip_code: '17606', + usps_city: 'Lancaster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 3399.3, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30402, lat: 40.11172 }, + }, + { + zip_code: '17740', + usps_city: 'Jersey Shore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12407.0, + density: 35.1, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "81.53", "42035": "18.47"}', + coty_name: ['Lycoming', 'Clinton'], + cty_code: ['42081', '42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27062, lat: 41.24706 }, + }, + { + zip_code: '17865', + usps_city: 'Potts Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 317.8, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78678, lat: 40.99015 }, + }, + { + zip_code: '17887', + usps_city: 'White Deer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 77.7, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91786, lat: 41.11521 }, + }, + { + zip_code: '17889', + usps_city: 'Winfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2516.0, + density: 42.8, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "54.59", "42109": "45.41"}', + coty_name: ['Union', 'Snyder'], + cty_code: ['42119', '42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91803, lat: 40.88262 }, + }, + { + zip_code: '18020', + usps_city: 'Bethlehem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20393.0, + density: 569.4, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32689, lat: 40.67227 }, + }, + { + zip_code: '18031', + usps_city: 'Breinigsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10622.0, + density: 300.3, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "99.76", "42011": "0.24"}', + coty_name: ['Lehigh', 'Berks'], + cty_code: ['42077', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65287, lat: 40.55399 }, + }, + { + zip_code: '18327', + usps_city: 'Delaware Water Gap', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 594.0, + density: 122.2, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.13872, lat: 40.97462 }, + }, + { + zip_code: '18344', + usps_city: 'Mount Pocono', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3879.0, + density: 213.4, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34097, lat: 41.11849 }, + }, + { + zip_code: '18438', + usps_city: 'Lakeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1298.0, + density: 68.2, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25095, lat: 41.43596 }, + }, + { + zip_code: '18504', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20525.0, + density: 919.4, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69991, lat: 41.42553 }, + }, + { + zip_code: '18510', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13375.0, + density: 2407.2, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6368, lat: 41.4073 }, + }, + { + zip_code: '18708', + usps_city: 'Shavertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8772.0, + density: 205.0, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96534, lat: 41.29414 }, + }, + { + zip_code: '18914', + usps_city: 'Chalfont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21182.0, + density: 460.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20985, lat: 40.289 }, + }, + { + zip_code: '18972', + usps_city: 'Upper Black Eddy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3386.0, + density: 55.5, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1196, lat: 40.53343 }, + }, + { + zip_code: '18976', + usps_city: 'Warrington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20681.0, + density: 737.6, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1443, lat: 40.24792 }, + }, + { + zip_code: '19009', + usps_city: 'Bryn Athyn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 249.3, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06425, lat: 40.13778 }, + }, + { + zip_code: '19044', + usps_city: 'Horsham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16206.0, + density: 771.4, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15287, lat: 40.18607 }, + }, + { + zip_code: '19085', + usps_city: 'Villanova', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8778.0, + density: 560.7, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "68.24", "42091": "31.76"}', + coty_name: ['Delaware', 'Montgomery'], + cty_code: ['42045', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34956, lat: 40.03738 }, + }, + { + zip_code: '19131', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 44723.0, + density: 3272.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21792, lat: 39.98856 }, + }, + { + zip_code: '19462', + usps_city: 'Plymouth Meeting', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15811.0, + density: 721.4, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28382, lat: 40.11552 }, + }, + { + zip_code: '19510', + usps_city: 'Blandon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8710.0, + density: 601.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88259, lat: 40.44782 }, + }, + { + zip_code: '19936', + usps_city: 'Cheswold', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 542.4, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5845, lat: 39.21909 }, + }, + { + zip_code: '19964', + usps_city: 'Marydel', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 1136.0, + density: 46.2, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72329, lat: 39.09067 }, + }, + { + zip_code: '20009', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 52338.0, + density: 15373.8, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03752, lat: 38.91996 }, + }, + { + zip_code: '20110', + usps_city: 'Manassas', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 47574.0, + density: 1454.2, + primary_coty_code: '51683', + primary_coty_name: 'Manassas', + county_weights: '{"51683": "85.96", "51153": "14.04"}', + coty_name: ['Manassas', 'Prince William'], + cty_code: ['51683', '51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.48591, lat: 38.74711 }, + }, + { + zip_code: '20171', + usps_city: 'Herndon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 51093.0, + density: 1629.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39821, lat: 38.92363 }, + }, + { + zip_code: '20181', + usps_city: 'Nokesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9350.0, + density: 61.3, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "90.16", "51061": "9.84"}', + coty_name: ['Prince William', 'Fauquier'], + cty_code: ['51153', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57076, lat: 38.6869 }, + }, + { + zip_code: '20245', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0446, lat: 38.89337 }, + }, + { + zip_code: '20553', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02297, lat: 38.88695 }, + }, + { + zip_code: '20622', + usps_city: 'Charlotte Hall', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6887.0, + density: 71.1, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "63.88", "24037": "36.12"}', + coty_name: ['Charles', "St. Mary's"], + cty_code: ['24017', '24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84481, lat: 38.45397 }, + }, + { + zip_code: '20854', + usps_city: 'Potomac', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 49189.0, + density: 562.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22046, lat: 39.03376 }, + }, + { + zip_code: '20868', + usps_city: 'Spencerville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 150.2, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96844, lat: 39.12586 }, + }, + { + zip_code: '21050', + usps_city: 'Forest Hill', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 18123.0, + density: 246.3, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39227, lat: 39.5857 }, + }, + { + zip_code: '21104', + usps_city: 'Marriottsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5762.0, + density: 131.0, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "54.88", "24027": "41.86", "24005": "3.26"}', + coty_name: ['Carroll', 'Howard', 'Baltimore'], + cty_code: ['24013', '24027', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90652, lat: 39.34962 }, + }, + { + zip_code: '21215', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 58283.0, + density: 3302.9, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "97.1", "24005": "2.9"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68369, lat: 39.34555 }, + }, + { + zip_code: '21252', + usps_city: 'Towson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2383.0, + density: 6352.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6078, lat: 39.39388 }, + }, + { + zip_code: '21409', + usps_city: 'Annapolis', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 19931.0, + density: 549.3, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44746, lat: 39.01965 }, + }, + { + zip_code: '21530', + usps_city: 'Flintstone', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1859.0, + density: 12.7, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53663, lat: 39.68927 }, + }, + { + zip_code: '21722', + usps_city: 'Clear Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5748.0, + density: 37.4, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.91719, lat: 39.66595 }, + }, + { + zip_code: '21755', + usps_city: 'Jefferson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5603.0, + density: 62.8, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.56701, lat: 39.36054 }, + }, + { + zip_code: '21830', + usps_city: 'Hebron', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4060.0, + density: 50.1, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73244, lat: 38.40037 }, + }, + { + zip_code: '21840', + usps_city: 'Nanticoke', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 32.3, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89272, lat: 38.25807 }, + }, + { + zip_code: '22025', + usps_city: 'Dumfries', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18909.0, + density: 1071.4, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34028, lat: 38.59932 }, + }, + { + zip_code: '22035', + usps_city: 'Fairfax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "0"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35826, lat: 38.85526 }, + }, + { + zip_code: '22405', + usps_city: 'Fredericksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31747.0, + density: 232.2, + primary_coty_code: '51179', + primary_coty_name: 'Stafford', + county_weights: '{"51179": "100"}', + coty_name: ['Stafford'], + cty_code: ['51179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.40371, lat: 38.31521 }, + }, + { + zip_code: '22476', + usps_city: 'Hustle', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 5.2, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "100"}', + coty_name: ['Essex'], + cty_code: ['51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07113, lat: 38.04281 }, + }, + { + zip_code: '22601', + usps_city: 'Winchester', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28925.0, + density: 1136.2, + primary_coty_code: '51840', + primary_coty_name: 'Winchester', + county_weights: '{"51840": "94.21", "51069": "5.79"}', + coty_name: ['Winchester', 'Frederick'], + cty_code: ['51840', '51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17353, lat: 39.17472 }, + }, + { + zip_code: '22942', + usps_city: 'Gordonsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9774.0, + density: 33.8, + primary_coty_code: '51109', + primary_coty_name: 'Louisa', + county_weights: '{"51109": "48.14", "51137": "46.05", "51003": "5.81"}', + coty_name: ['Louisa', 'Orange', 'Albemarle'], + cty_code: ['51109', '51137', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.19864, lat: 38.10968 }, + }, + { + zip_code: '23035', + usps_city: 'Cobbs Creek', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1518.0, + density: 39.9, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38857, lat: 37.49456 }, + }, + { + zip_code: '23069', + usps_city: 'Hanover', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2883.0, + density: 20.4, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "57.52", "51033": "22.36", "51101": "20.11"}', + coty_name: ['Hanover', 'Caroline', 'King William'], + cty_code: ['51085', '51033', '51101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32083, lat: 37.77171 }, + }, + { + zip_code: '23076', + usps_city: 'Hudgins', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 872.0, + density: 89.0, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31358, lat: 37.47556 }, + }, + { + zip_code: '23086', + usps_city: 'King William', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3638.0, + density: 17.0, + primary_coty_code: '51101', + primary_coty_name: 'King William', + county_weights: '{"51101": "100"}', + coty_name: ['King William'], + cty_code: ['51101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05337, lat: 37.66281 }, + }, + { + zip_code: '23176', + usps_city: 'Wake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 33.0, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42144, lat: 37.57039 }, + }, + { + zip_code: '23437', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4308.0, + density: 16.7, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80294, lat: 36.63562 }, + }, + { + zip_code: '23666', + usps_city: 'Hampton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 52249.0, + density: 1019.5, + primary_coty_code: '51650', + primary_coty_name: 'Hampton', + county_weights: '{"51650": "100"}', + coty_name: ['Hampton'], + cty_code: ['51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40727, lat: 37.05912 }, + }, + { + zip_code: '23701', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23951.0, + density: 1237.1, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37078, lat: 36.81181 }, + }, + { + zip_code: '23888', + usps_city: 'Wakefield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2420.0, + density: 10.7, + primary_coty_code: '51183', + primary_coty_name: 'Sussex', + county_weights: '{"51183": "77.76", "51175": "11.65", "51181": "10.59"}', + coty_name: ['Sussex', 'Southampton', 'Surry'], + cty_code: ['51183', '51175', '51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98245, lat: 36.9569 }, + }, + { + zip_code: '23917', + usps_city: 'Boydton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2778.0, + density: 9.9, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.34255, lat: 36.62447 }, + }, + { + zip_code: '23942', + usps_city: 'Green Bay', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1239.0, + density: 8.1, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "76.44", "51111": "23.56"}', + coty_name: ['Prince Edward', 'Lunenburg'], + cty_code: ['51147', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.30324, lat: 37.13542 }, + }, + { + zip_code: '23947', + usps_city: 'Keysville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3927.0, + density: 11.4, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "57.95", "51111": "33.96", "51147": "8.08"}', + coty_name: ['Charlotte', 'Lunenburg', 'Prince Edward'], + cty_code: ['51037', '51111', '51147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4502, lat: 37.0283 }, + }, + { + zip_code: '24079', + usps_city: 'Copper Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1817.0, + density: 18.1, + primary_coty_code: '51063', + primary_coty_name: 'Floyd', + county_weights: '{"51063": "99.89", "51067": "0.11"}', + coty_name: ['Floyd', 'Franklin'], + cty_code: ['51063', '51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15716, lat: 37.05424 }, + }, + { + zip_code: '24083', + usps_city: 'Daleville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2910.0, + density: 140.7, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "100"}', + coty_name: ['Botetourt'], + cty_code: ['51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92314, lat: 37.40604 }, + }, + { + zip_code: '24124', + usps_city: 'Narrows', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4785.0, + density: 25.5, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "94.74", "51021": "5.26"}', + coty_name: ['Giles', 'Bland'], + cty_code: ['51071', '51021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85807, lat: 37.31275 }, + }, + { + zip_code: '24162', + usps_city: 'Shawsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2381.0, + density: 19.7, + primary_coty_code: '51121', + primary_coty_name: 'Montgomery', + county_weights: '{"51121": "99.05", "51063": "0.95"}', + coty_name: ['Montgomery', 'Floyd'], + cty_code: ['51121', '51063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25777, lat: 37.13787 }, + }, + { + zip_code: '24265', + usps_city: 'Keokee', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 7.0, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93891, lat: 36.83806 }, + }, + { + zip_code: '24311', + usps_city: 'Atkins', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1475.0, + density: 14.1, + primary_coty_code: '51173', + primary_coty_name: 'Smyth', + county_weights: '{"51173": "100"}', + coty_name: ['Smyth'], + cty_code: ['51173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40915, lat: 36.88173 }, + }, + { + zip_code: '24313', + usps_city: 'Barren Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 49.6, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "98.53", "51155": "1.47"}', + coty_name: ['Wythe', 'Pulaski'], + cty_code: ['51197', '51155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80658, lat: 36.90827 }, + }, + { + zip_code: '24314', + usps_city: 'Bastian', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1403.0, + density: 6.1, + primary_coty_code: '51021', + primary_coty_name: 'Bland', + county_weights: '{"51021": "89.49", "51185": "10.51"}', + coty_name: ['Bland', 'Tazewell'], + cty_code: ['51021', '51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21383, lat: 37.16731 }, + }, + { + zip_code: '24317', + usps_city: 'Cana', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3903.0, + density: 40.1, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "100"}', + coty_name: ['Carroll'], + cty_code: ['51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67192, lat: 36.60351 }, + }, + { + zip_code: '24328', + usps_city: 'Fancy Gap', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1748.0, + density: 18.0, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "100"}', + coty_name: ['Carroll'], + cty_code: ['51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69463, lat: 36.66206 }, + }, + { + zip_code: '24382', + usps_city: 'Wytheville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13780.0, + density: 26.6, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "100"}', + coty_name: ['Wythe'], + cty_code: ['51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09972, lat: 36.96023 }, + }, + { + zip_code: '24558', + usps_city: 'Halifax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5813.0, + density: 23.9, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95416, lat: 36.77421 }, + }, + { + zip_code: '24574', + usps_city: 'Monroe', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4009.0, + density: 14.2, + primary_coty_code: '51009', + primary_coty_name: 'Amherst', + county_weights: '{"51009": "100"}', + coty_name: ['Amherst'], + cty_code: ['51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2598, lat: 37.57697 }, + }, + { + zip_code: '24581', + usps_city: 'Norwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 2.4, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "100"}', + coty_name: ['Nelson'], + cty_code: ['51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80464, lat: 37.6575 }, + }, + { + zip_code: '24826', + usps_city: 'Cucumber', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 1.8, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63265, lat: 37.29067 }, + }, + { + zip_code: '24882', + usps_city: 'Simon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 10.1, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76625, lat: 37.62737 }, + }, + { + zip_code: '25003', + usps_city: 'Alum Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2664.0, + density: 28.7, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "56.4", "54039": "43.6"}', + coty_name: ['Lincoln', 'Kanawha'], + cty_code: ['54043', '54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78615, lat: 38.25115 }, + }, + { + zip_code: '25011', + usps_city: 'Bancroft', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 564.0, + density: 546.1, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83936, lat: 38.50864 }, + }, + { + zip_code: '25106', + usps_city: 'Henderson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 14.2, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08843, lat: 38.78321 }, + }, + { + zip_code: '25204', + usps_city: 'Twilight', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 2.2, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61411, lat: 37.92602 }, + }, + { + zip_code: '25442', + usps_city: 'Shenandoah Junction', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1971.0, + density: 53.6, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "100"}', + coty_name: ['Jefferson'], + cty_code: ['54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.8326, lat: 39.37021 }, + }, + { + zip_code: '25504', + usps_city: 'Barboursville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13245.0, + density: 103.1, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "99.21", "54099": "0.79"}', + coty_name: ['Cabell', 'Wayne'], + cty_code: ['54011', '54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.26409, lat: 38.37329 }, + }, + { + zip_code: '25637', + usps_city: 'Mount Gay', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 113.9, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02986, lat: 37.85619 }, + }, + { + zip_code: '25651', + usps_city: 'Wharncliffe', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 641.0, + density: 9.8, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97213, lat: 37.5713 }, + }, + { + zip_code: '25703', + usps_city: 'Huntington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7463.0, + density: 2419.2, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "100"}', + coty_name: ['Cabell'], + cty_code: ['54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41878, lat: 38.42395 }, + }, + { + zip_code: '25840', + usps_city: 'Fayetteville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7400.0, + density: 39.6, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12323, lat: 38.03966 }, + }, + { + zip_code: '25841', + usps_city: 'Flat Top', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 5.6, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "87.48", "54089": "12.52"}', + coty_name: ['Mercer', 'Summers'], + cty_code: ['54055', '54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08499, lat: 37.55494 }, + }, + { + zip_code: '25904', + usps_city: 'Pax', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 19.8, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28185, lat: 37.91692 }, + }, + { + zip_code: '26155', + usps_city: 'New Martinsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7554.0, + density: 24.7, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "95.48", "54095": "4.09", "54051": "0.43"}', + coty_name: ['Wetzel', 'Tyler', 'Marshall'], + cty_code: ['54103', '54095', '54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76541, lat: 39.63218 }, + }, + { + zip_code: '26269', + usps_city: 'Hambleton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 15.1, + primary_coty_code: '54093', + primary_coty_name: 'Tucker', + county_weights: '{"54093": "100"}', + coty_name: ['Tucker'], + cty_code: ['54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.61795, lat: 39.11128 }, + }, + { + zip_code: '26505', + usps_city: 'Morgantown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 39235.0, + density: 1153.6, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94408, lat: 39.65045 }, + }, + { + zip_code: '26560', + usps_city: 'Baxter', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 319.3, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14517, lat: 39.54143 }, + }, + { + zip_code: '27014', + usps_city: 'Cooleemee', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 589.8, + primary_coty_code: '37059', + primary_coty_name: 'Davie', + county_weights: '{"37059": "100"}', + coty_name: ['Davie'], + cty_code: ['37059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55519, lat: 35.81193 }, + }, + { + zip_code: '27030', + usps_city: 'Mount Airy', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35575.0, + density: 80.5, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "99.13", "37169": "0.87"}', + coty_name: ['Surry', 'Stokes'], + cty_code: ['37171', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62906, lat: 36.48892 }, + }, + { + zip_code: '27110', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2723.0, + density: 5573.6, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22497, lat: 36.08926 }, + }, + { + zip_code: '27262', + usps_city: 'High Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24510.0, + density: 719.1, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "93.63", "37057": "6.37"}', + coty_name: ['Guilford', 'Davidson'], + cty_code: ['37081', '37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03839, lat: 35.96231 }, + }, + { + zip_code: '27316', + usps_city: 'Ramseur', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8369.0, + density: 46.7, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "100"}', + coty_name: ['Randolph'], + cty_code: ['37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.62225, lat: 35.68986 }, + }, + { + zip_code: '27410', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 55707.0, + density: 657.8, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89434, lat: 36.11785 }, + }, + { + zip_code: '27525', + usps_city: 'Franklinton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14819.0, + density: 61.8, + primary_coty_code: '37069', + primary_coty_name: 'Franklin', + county_weights: '{"37069": "67.55", "37077": "32.45"}', + coty_name: ['Franklin', 'Granville'], + cty_code: ['37069', '37077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46803, lat: 36.11841 }, + }, + { + zip_code: '27539', + usps_city: 'Apex', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23970.0, + density: 293.4, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81397, lat: 35.67672 }, + }, + { + zip_code: '27587', + usps_city: 'Wake Forest', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 68491.0, + density: 252.7, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "93.05", "37077": "3.62", "37069": "3.33"}', + coty_name: ['Wake', 'Granville', 'Franklin'], + cty_code: ['37183', '37077', '37069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55288, lat: 35.98129 }, + }, + { + zip_code: '27816', + usps_city: 'Castalia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 13.6, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "54.69", "37069": "45.31"}', + coty_name: ['Nash', 'Franklin'], + cty_code: ['37127', '37069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07056, lat: 36.10682 }, + }, + { + zip_code: '27922', + usps_city: 'Cofield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 687.0, + density: 6.3, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "100"}', + coty_name: ['Hertford'], + cty_code: ['37091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84832, lat: 36.32022 }, + }, + { + zip_code: '28054', + usps_city: 'Gastonia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 37876.0, + density: 731.2, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15012, lat: 35.26276 }, + }, + { + zip_code: '28056', + usps_city: 'Gastonia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34373.0, + density: 279.0, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12519, lat: 35.21718 }, + }, + { + zip_code: '28098', + usps_city: 'Lowell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3632.0, + density: 412.0, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09844, lat: 35.27099 }, + }, + { + zip_code: '28278', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29347.0, + density: 397.7, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00788, lat: 35.12961 }, + }, + { + zip_code: '28401', + usps_city: 'Wilmington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24656.0, + density: 394.3, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96332, lat: 34.27257 }, + }, + { + zip_code: '28412', + usps_city: 'Wilmington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39106.0, + density: 692.9, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9194, lat: 34.13314 }, + }, + { + zip_code: '28425', + usps_city: 'Burgaw', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11833.0, + density: 30.5, + primary_coty_code: '37141', + primary_coty_name: 'Pender', + county_weights: '{"37141": "100"}', + coty_name: ['Pender'], + cty_code: ['37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89637, lat: 34.56277 }, + }, + { + zip_code: '28445', + usps_city: 'Holly Ridge', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7196.0, + density: 53.3, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "67.62", "37141": "32.38"}', + coty_name: ['Onslow', 'Pender'], + cty_code: ['37133', '37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.54669, lat: 34.51045 }, + }, + { + zip_code: '28480', + usps_city: 'Wrightsville Beach', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2599.0, + density: 342.9, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.79325, lat: 34.22393 }, + }, + { + zip_code: '28547', + usps_city: 'Camp Lejeune', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25354.0, + density: 377.1, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.37371, lat: 34.6713 }, + }, + { + zip_code: '28573', + usps_city: 'Pollocksville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1770.0, + density: 9.1, + primary_coty_code: '37103', + primary_coty_name: 'Jones', + county_weights: '{"37103": "92.42", "37049": "7.58"}', + coty_name: ['Jones', 'Craven'], + cty_code: ['37103', '37049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19904, lat: 34.9965 }, + }, + { + zip_code: '28574', + usps_city: 'Richlands', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18448.0, + density: 55.6, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "97.76", "37103": "1.36", "37061": "0.89"}', + coty_name: ['Onslow', 'Jones', 'Duplin'], + cty_code: ['37133', '37103', '37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59493, lat: 34.87858 }, + }, + { + zip_code: '28642', + usps_city: 'Jonesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5881.0, + density: 62.3, + primary_coty_code: '37197', + primary_coty_name: 'Yadkin', + county_weights: '{"37197": "94.85", "37193": "5.15"}', + coty_name: ['Yadkin', 'Wilkes'], + cty_code: ['37197', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81964, lat: 36.2194 }, + }, + { + zip_code: '28722', + usps_city: 'Columbus', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6537.0, + density: 55.4, + primary_coty_code: '37149', + primary_coty_name: 'Polk', + county_weights: '{"37149": "100"}', + coty_name: ['Polk'], + cty_code: ['37149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.1247, lat: 35.23413 }, + }, + { + zip_code: '28902', + usps_city: 'Brasstown', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1419.0, + density: 24.2, + primary_coty_code: '37043', + primary_coty_name: 'Clay', + county_weights: '{"37043": "74.58", "37039": "25.42"}', + coty_name: ['Clay', 'Cherokee'], + cty_code: ['37043', '37039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.95661, lat: 35.02609 }, + }, + { + zip_code: '28905', + usps_city: 'Marble', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2863.0, + density: 24.6, + primary_coty_code: '37039', + primary_coty_name: 'Cherokee', + county_weights: '{"37039": "100"}', + coty_name: ['Cherokee'], + cty_code: ['37039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94009, lat: 35.16395 }, + }, + { + zip_code: '29058', + usps_city: 'Heath Springs', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4666.0, + density: 12.7, + primary_coty_code: '45057', + primary_coty_name: 'Lancaster', + county_weights: '{"45057": "98.48", "45055": "1.52"}', + coty_name: ['Lancaster', 'Kershaw'], + cty_code: ['45057', '45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73586, lat: 34.56391 }, + }, + { + zip_code: '29563', + usps_city: 'Lake View', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 21.1, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "100"}', + coty_name: ['Dillon'], + cty_code: ['45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.20429, lat: 34.35346 }, + }, + { + zip_code: '29626', + usps_city: 'Anderson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12651.0, + density: 94.5, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "100"}', + coty_name: ['Anderson'], + cty_code: ['45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76133, lat: 34.45956 }, + }, + { + zip_code: '29651', + usps_city: 'Greer', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 47994.0, + density: 204.2, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "62.53", "45083": "37.47"}', + coty_name: ['Greenville', 'Spartanburg'], + cty_code: ['45045', '45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22596, lat: 34.94719 }, + }, + { + zip_code: '29851', + usps_city: 'Warrenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7504.0, + density: 139.6, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81159, lat: 33.51185 }, + }, + { + zip_code: '30075', + usps_city: 'Roswell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 53779.0, + density: 696.3, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "77.7", "13067": "21.35", "13057": "0.95"}', + coty_name: ['Fulton', 'Cobb', 'Cherokee'], + cty_code: ['13121', '13067', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38741, lat: 34.05248 }, + }, + { + zip_code: '30179', + usps_city: 'Temple', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 18176.0, + density: 93.9, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "66.79", "13223": "23.55", "13143": "9.66"}', + coty_name: ['Carroll', 'Paulding', 'Haralson'], + cty_code: ['13045', '13223', '13143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.01565, lat: 33.77918 }, + }, + { + zip_code: '30314', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24974.0, + density: 2082.3, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43192, lat: 33.7575 }, + }, + { + zip_code: '30360', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15856.0, + density: 1049.2, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "83.74", "13135": "16.26"}', + coty_name: ['DeKalb', 'Gwinnett'], + cty_code: ['13089', '13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27205, lat: 33.93395 }, + }, + { + zip_code: '30504', + usps_city: 'Gainesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27202.0, + density: 633.3, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "100"}', + coty_name: ['Hall'], + cty_code: ['13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89091, lat: 34.2681 }, + }, + { + zip_code: '30528', + usps_city: 'Cleveland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25280.0, + density: 54.7, + primary_coty_code: '13311', + primary_coty_name: 'White', + county_weights: '{"13311": "98.88", "13187": "1.12"}', + coty_name: ['White', 'Lumpkin'], + cty_code: ['13311', '13187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79492, lat: 34.61549 }, + }, + { + zip_code: '30549', + usps_city: 'Jefferson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25530.0, + density: 90.1, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: '{"13157": "100"}', + coty_name: ['Jackson'], + cty_code: ['13157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57735, lat: 34.10679 }, + }, + { + zip_code: '30621', + usps_city: 'Bishop', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5300.0, + density: 41.9, + primary_coty_code: '13219', + primary_coty_name: 'Oconee', + county_weights: '{"13219": "84.13", "13211": "15.87"}', + coty_name: ['Oconee', 'Morgan'], + cty_code: ['13219', '13211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.48398, lat: 33.80441 }, + }, + { + zip_code: '30678', + usps_city: 'White Plains', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1383.0, + density: 7.6, + primary_coty_code: '13133', + primary_coty_name: 'Greene', + county_weights: '{"13133": "93.35", "13141": "5.1", "13265": "1.55"}', + coty_name: ['Greene', 'Hancock', 'Taliaferro'], + cty_code: ['13133', '13141', '13265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0743, lat: 33.45203 }, + }, + { + zip_code: '30726', + usps_city: 'Graysville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13047', + primary_coty_name: 'Catoosa', + county_weights: '{"13047": "100"}', + coty_name: ['Catoosa'], + cty_code: ['13047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.13959, lat: 34.97625 }, + }, + { + zip_code: '31037', + usps_city: 'McRae Helena', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3838.0, + density: 25.0, + primary_coty_code: '13271', + primary_coty_name: 'Telfair', + county_weights: '{"13271": "76.91", "13309": "14.17", "13091": "8.93"}', + coty_name: ['Telfair', 'Wheeler', 'Dodge'], + cty_code: ['13271', '13309', '13091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92721, lat: 32.11228 }, + }, + { + zip_code: '31085', + usps_city: 'Shady Dale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 9.7, + primary_coty_code: '13159', + primary_coty_name: 'Jasper', + county_weights: '{"13159": "100"}', + coty_name: ['Jasper'], + cty_code: ['13159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.62901, lat: 33.42569 }, + }, + { + zip_code: '31210', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 34230.0, + density: 319.8, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "91.46", "13207": "8.54"}', + coty_name: ['Bibb', 'Monroe'], + cty_code: ['13021', '13207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.73572, lat: 32.90485 }, + }, + { + zip_code: '31331', + usps_city: 'Townsend', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8475.0, + density: 10.9, + primary_coty_code: '13191', + primary_coty_name: 'McIntosh', + county_weights: '{"13191": "100"}', + coty_name: ['McIntosh'], + cty_code: ['13191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43706, lat: 31.52645 }, + }, + { + zip_code: '31415', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12209.0, + density: 772.9, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12582, lat: 32.0786 }, + }, + { + zip_code: '31558', + usps_city: 'Saint Marys', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 21586.0, + density: 109.7, + primary_coty_code: '13039', + primary_coty_name: 'Camden', + county_weights: '{"13039": "100"}', + coty_name: ['Camden'], + cty_code: ['13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50712, lat: 30.81738 }, + }, + { + zip_code: '31826', + usps_city: 'Shiloh', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1872.0, + density: 13.8, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "54.64", "13263": "45.36"}', + coty_name: ['Harris', 'Talbot'], + cty_code: ['13145', '13263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.70352, lat: 32.79418 }, + }, + { + zip_code: '31830', + usps_city: 'Warm Springs', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2558.0, + density: 18.2, + primary_coty_code: '13199', + primary_coty_name: 'Meriwether', + county_weights: '{"13199": "96.17", "13145": "3.83"}', + coty_name: ['Meriwether', 'Harris'], + cty_code: ['13199', '13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73184, lat: 32.89651 }, + }, + { + zip_code: '31833', + usps_city: 'West Point', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7082.0, + density: 27.9, + primary_coty_code: '13285', + primary_coty_name: 'Troup', + county_weights: '{"13285": "70.28", "13145": "29.72"}', + coty_name: ['Troup', 'Harris'], + cty_code: ['13285', '13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.08912, lat: 32.8504 }, + }, + { + zip_code: '31905', + usps_city: 'Fort Benning', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17743.0, + density: 177.7, + primary_coty_code: '13053', + primary_coty_name: 'Chattahoochee', + county_weights: '{"13053": "50.82", "13215": "49.12", "01113": "0.06"}', + coty_name: ['Chattahoochee', 'Muscogee', 'Russell'], + cty_code: ['13053', '13215', '01113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.90728, lat: 32.37976 }, + }, + { + zip_code: '32189', + usps_city: 'Satsuma', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5874.0, + density: 92.9, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65121, lat: 29.55561 }, + }, + { + zip_code: '32204', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7547.0, + density: 1073.2, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68072, lat: 30.31653 }, + }, + { + zip_code: '32209', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34945.0, + density: 1445.0, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69551, lat: 30.36106 }, + }, + { + zip_code: '32221', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30900.0, + density: 332.3, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8542, lat: 30.25633 }, + }, + { + zip_code: '32336', + usps_city: 'Lamont', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 2.4, + primary_coty_code: '12065', + primary_coty_name: 'Jefferson', + county_weights: '{"12065": "62.26", "12079": "26.17", "12123": "11.57"}', + coty_name: ['Jefferson', 'Madison', 'Taylor'], + cty_code: ['12065', '12079', '12123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.85901, lat: 30.25375 }, + }, + { + zip_code: '32440', + usps_city: 'Graceville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7777.0, + density: 28.7, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "83.41", "12059": "16.59"}', + coty_name: ['Jackson', 'Holmes'], + cty_code: ['12063', '12059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.52475, lat: 30.92009 }, + }, + { + zip_code: '32577', + usps_city: 'Molino', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4390.0, + density: 25.5, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.36793, lat: 30.72988 }, + }, + { + zip_code: '32579', + usps_city: 'Shalimar', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10338.0, + density: 913.8, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.57499, lat: 30.44928 }, + }, + { + zip_code: '32617', + usps_city: 'Anthony', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4541.0, + density: 59.3, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07627, lat: 29.30708 }, + }, + { + zip_code: '32668', + usps_city: 'Morriston', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4678.0, + density: 14.9, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "83.94", "12083": "16.06"}', + coty_name: ['Levy', 'Marion'], + cty_code: ['12075', '12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49037, lat: 29.26626 }, + }, + { + zip_code: '32709', + usps_city: 'Christmas', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 6.1, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9777, lat: 28.51106 }, + }, + { + zip_code: '32724', + usps_city: 'Deland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36961.0, + density: 150.6, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22875, lat: 29.05646 }, + }, + { + zip_code: '32829', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20376.0, + density: 806.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24605, lat: 28.48021 }, + }, + { + zip_code: '32837', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51310.0, + density: 884.9, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42933, lat: 28.37847 }, + }, + { + zip_code: '32926', + usps_city: 'Cocoa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21915.0, + density: 166.8, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81718, lat: 28.39227 }, + }, + { + zip_code: '32948', + usps_city: 'Fellsmere', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7564.0, + density: 11.0, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "99.23", "12009": "0.77"}', + coty_name: ['Indian River', 'Brevard'], + cty_code: ['12061', '12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73348, lat: 27.88946 }, + }, + { + zip_code: '33028', + usps_city: 'Pembroke Pines', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26848.0, + density: 1802.9, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34488, lat: 26.01853 }, + }, + { + zip_code: '33040', + usps_city: 'Key West', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34471.0, + density: 719.2, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75451, lat: 24.58547 }, + }, + { + zip_code: '33071', + usps_city: 'Coral Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39402.0, + density: 2035.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2662, lat: 26.24384 }, + }, + { + zip_code: '33109', + usps_city: 'Miami Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 502.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14247, lat: 25.76135 }, + }, + { + zip_code: '33154', + usps_city: 'Miami Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14634.0, + density: 3201.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13443, lat: 25.88276 }, + }, + { + zip_code: '33306', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3124.0, + density: 1425.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11386, lat: 26.16559 }, + }, + { + zip_code: '33461', + usps_city: 'Lake Worth', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47735.0, + density: 2558.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09097, lat: 26.62016 }, + }, + { + zip_code: '33527', + usps_city: 'Dover', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15092.0, + density: 187.4, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.21256, lat: 27.97556 }, + }, + { + zip_code: '33544', + usps_city: 'Wesley Chapel', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28187.0, + density: 317.2, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36602, lat: 28.24404 }, + }, + { + zip_code: '33812', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12998.0, + density: 513.3, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89308, lat: 27.97286 }, + }, + { + zip_code: '33983', + usps_city: 'Punta Gorda', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15100.0, + density: 547.3, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01518, lat: 27.0072 }, + }, + { + zip_code: '34114', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18223.0, + density: 34.8, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55033, lat: 25.96745 }, + }, + { + zip_code: '34470', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19794.0, + density: 657.0, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08742, lat: 29.19891 }, + }, + { + zip_code: '34488', + usps_city: 'Silver Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10424.0, + density: 41.9, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93927, lat: 29.22164 }, + }, + { + zip_code: '34736', + usps_city: 'Groveland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19271.0, + density: 58.9, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89625, lat: 28.55445 }, + }, + { + zip_code: '34746', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 44307.0, + density: 399.8, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44058, lat: 28.24149 }, + }, + { + zip_code: '34769', + usps_city: 'Saint Cloud', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24995.0, + density: 1056.5, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29112, lat: 28.24511 }, + }, + { + zip_code: '34974', + usps_city: 'Okeechobee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23952.0, + density: 23.0, + primary_coty_code: '12093', + primary_coty_name: 'Okeechobee', + county_weights: + '{"12093": "85.08", "12043": "10.6", "12055": "2.38", "12085": "1.95"}', + coty_name: ['Okeechobee', 'Glades', 'Highlands', 'Martin'], + cty_code: ['12093', '12043', '12055', '12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94548, lat: 27.14475 }, + }, + { + zip_code: '35016', + usps_city: 'Arab', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17208.0, + density: 89.4, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "86.93", "01043": "11.29", "01009": "1.78"}', + coty_name: ['Marshall', 'Cullman', 'Blount'], + cty_code: ['01095', '01043', '01009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.50142, lat: 34.32333 }, + }, + { + zip_code: '35042', + usps_city: 'Centreville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6078.0, + density: 15.6, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "100"}', + coty_name: ['Bibb'], + cty_code: ['1007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.11481, lat: 32.95455 }, + }, + { + zip_code: '35077', + usps_city: 'Hanceville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13821.0, + density: 35.5, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "100"}', + coty_name: ['Cullman'], + cty_code: ['1043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83216, lat: 34.02052 }, + }, + { + zip_code: '35094', + usps_city: 'Leeds', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15059.0, + density: 100.9, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "69.03", "01115": "22.61", "01117": "8.37"}', + coty_name: ['Jefferson', 'St. Clair', 'Shelby'], + cty_code: ['01073', '01115', '01117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.55997, lat: 33.52089 }, + }, + { + zip_code: '35097', + usps_city: 'Locust Fork', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1884.0, + density: 92.4, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "100"}', + coty_name: ['Blount'], + cty_code: ['1009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.62614, lat: 33.89437 }, + }, + { + zip_code: '35120', + usps_city: 'Odenville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14424.0, + density: 82.5, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.42303, lat: 33.66653 }, + }, + { + zip_code: '35139', + usps_city: 'Sayre', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 52.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.97048, lat: 33.71143 }, + }, + { + zip_code: '35203', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3125.0, + density: 597.3, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80971, lat: 33.51867 }, + }, + { + zip_code: '35204', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9262.0, + density: 736.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83985, lat: 33.52206 }, + }, + { + zip_code: '35235', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 21340.0, + density: 587.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.64837, lat: 33.62408 }, + }, + { + zip_code: '35441', + usps_city: 'Akron', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 972.0, + density: 5.6, + primary_coty_code: '1065', + primary_coty_name: 'Hale', + county_weights: '{"01065": "100"}', + coty_name: ['Hale'], + cty_code: ['1065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73859, lat: 32.85373 }, + }, + { + zip_code: '35545', + usps_city: 'Belk', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 29.8, + primary_coty_code: '1057', + primary_coty_name: 'Fayette', + county_weights: '{"01057": "100"}', + coty_name: ['Fayette'], + cty_code: ['1057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93483, lat: 33.65152 }, + }, + { + zip_code: '35555', + usps_city: 'Fayette', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9537.0, + density: 11.7, + primary_coty_code: '1057', + primary_coty_name: 'Fayette', + county_weights: + '{"01057": "97.08", "01125": "1.87", "01075": "0.93", "01107": "0.12"}', + coty_name: ['Fayette', 'Tuscaloosa', 'Lamar', 'Pickens'], + cty_code: ['01057', '01125', '01075', '01107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81846, lat: 33.66631 }, + }, + { + zip_code: '35630', + usps_city: 'Florence', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 33324.0, + density: 501.3, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['1077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66058, lat: 34.82364 }, + }, + { + zip_code: '35633', + usps_city: 'Florence', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20625.0, + density: 38.1, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['1077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79858, lat: 34.87641 }, + }, + { + zip_code: '35961', + usps_city: 'Collinsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7082.0, + density: 21.4, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "83.57", "01019": "9.3", "01055": "7.12"}', + coty_name: ['DeKalb', 'Cherokee', 'Etowah'], + cty_code: ['01049', '01019', '01055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.86025, lat: 34.27943 }, + }, + { + zip_code: '36032', + usps_city: 'Fort Deposit', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2464.0, + density: 8.6, + primary_coty_code: '1085', + primary_coty_name: 'Lowndes', + county_weights: '{"01085": "84.61", "01013": "15.39"}', + coty_name: ['Lowndes', 'Butler'], + cty_code: ['01085', '01013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.56933, lat: 31.9943 }, + }, + { + zip_code: '36081', + usps_city: 'Troy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15754.0, + density: 28.0, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "98.26", "01011": "1.74"}', + coty_name: ['Pike', 'Bullock'], + cty_code: ['01109', '01011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.89686, lat: 31.90489 }, + }, + { + zip_code: '36260', + usps_city: 'Eastaboga', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4259.0, + density: 60.5, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "73.02", "01121": "26.98"}', + coty_name: ['Calhoun', 'Talladega'], + cty_code: ['01015', '01121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.00159, lat: 33.58363 }, + }, + { + zip_code: '36271', + usps_city: 'Ohatchee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5771.0, + density: 27.1, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.01612, lat: 33.78149 }, + }, + { + zip_code: '36345', + usps_city: 'Headland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8785.0, + density: 27.6, + primary_coty_code: '1067', + primary_coty_name: 'Henry', + county_weights: '{"01067": "89.04", "01069": "6.16", "01045": "4.79"}', + coty_name: ['Henry', 'Houston', 'Dale'], + cty_code: ['01067', '01069', '01045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.30829, lat: 31.37526 }, + }, + { + zip_code: '36360', + usps_city: 'Ozark', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19064.0, + density: 40.7, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "99.96", "01031": "0.04"}', + coty_name: ['Dale', 'Coffee'], + cty_code: ['01045', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.6177, lat: 31.46766 }, + }, + { + zip_code: '36477', + usps_city: 'Samson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3688.0, + density: 8.4, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "93.23", "01031": "6.77"}', + coty_name: ['Geneva', 'Coffee'], + cty_code: ['01061', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.05576, lat: 31.09522 }, + }, + { + zip_code: '36545', + usps_city: 'Jackson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9743.0, + density: 9.5, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87434, lat: 31.4894 }, + }, + { + zip_code: '36555', + usps_city: 'Magnolia Springs', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 806.0, + density: 369.1, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77264, lat: 30.39985 }, + }, + { + zip_code: '36752', + usps_city: 'Lowndesboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1146.0, + density: 3.0, + primary_coty_code: '1085', + primary_coty_name: 'Lowndes', + county_weights: '{"01085": "100"}', + coty_name: ['Lowndes'], + cty_code: ['1085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.62153, lat: 32.3001 }, + }, + { + zip_code: '36753', + usps_city: 'McWilliams', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8.0, + density: 0.3, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "74.12", "01131": "25.88"}', + coty_name: ['Monroe', 'Wilcox'], + cty_code: ['01099', '01131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08601, lat: 31.81596 }, + }, + { + zip_code: '36869', + usps_city: 'Phenix City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20986.0, + density: 108.2, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "100"}', + coty_name: ['Russell'], + cty_code: ['1113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.07984, lat: 32.42015 }, + }, + { + zip_code: '37059', + usps_city: 'Dowelltown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1090.0, + density: 16.1, + primary_coty_code: '47041', + primary_coty_name: 'DeKalb', + county_weights: '{"47041": "100"}', + coty_name: ['DeKalb'], + cty_code: ['47041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.90928, lat: 35.98748 }, + }, + { + zip_code: '37072', + usps_city: 'Goodlettsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 31492.0, + density: 156.1, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "51.24", "47165": "38.3", "47147": "10.46"}', + coty_name: ['Davidson', 'Sumner', 'Robertson'], + cty_code: ['47037', '47165', '47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.74424, lat: 36.35751 }, + }, + { + zip_code: '37130', + usps_city: 'Murfreesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 57002.0, + density: 420.4, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.32911, lat: 35.87897 }, + }, + { + zip_code: '37150', + usps_city: 'Red Boiling Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4897.0, + density: 17.7, + primary_coty_code: '47111', + primary_coty_name: 'Macon', + county_weights: '{"47111": "69.96", "47027": "30.04"}', + coty_name: ['Macon', 'Clay'], + cty_code: ['47111', '47027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.8135, lat: 36.54102 }, + }, + { + zip_code: '37215', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22379.0, + density: 553.3, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "99.71", "47187": "0.29"}', + coty_name: ['Davidson', 'Williamson'], + cty_code: ['47037', '47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83469, lat: 36.08192 }, + }, + { + zip_code: '37331', + usps_city: 'Etowah', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7261.0, + density: 67.4, + primary_coty_code: '47107', + primary_coty_name: 'McMinn', + county_weights: '{"47107": "100"}', + coty_name: ['McMinn'], + cty_code: ['47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53023, lat: 35.31936 }, + }, + { + zip_code: '37340', + usps_city: 'Guild', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 20.4, + primary_coty_code: '47115', + primary_coty_name: 'Marion', + county_weights: '{"47115": "100"}', + coty_name: ['Marion'], + cty_code: ['47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.52315, lat: 35.0317 }, + }, + { + zip_code: '37381', + usps_city: 'Spring City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9478.0, + density: 26.3, + primary_coty_code: '47143', + primary_coty_name: 'Rhea', + county_weights: '{"47143": "89.66", "47007": "10.34"}', + coty_name: ['Rhea', 'Bledsoe'], + cty_code: ['47143', '47007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87675, lat: 35.68138 }, + }, + { + zip_code: '37616', + usps_city: 'Afton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4284.0, + density: 36.9, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "100"}', + coty_name: ['Greene'], + cty_code: ['47059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74757, lat: 36.22652 }, + }, + { + zip_code: '37721', + usps_city: 'Corryton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 13426.0, + density: 105.2, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "85.68", "47173": "14.32"}', + coty_name: ['Knox', 'Union'], + cty_code: ['47093', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80706, lat: 36.13176 }, + }, + { + zip_code: '37870', + usps_city: 'Speedwell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4454.0, + density: 20.6, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "78.54", "47013": "15.72", "47173": "5.74"}', + coty_name: ['Claiborne', 'Campbell', 'Union'], + cty_code: ['47025', '47013', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.83521, lat: 36.46339 }, + }, + { + zip_code: '37874', + usps_city: 'Sweetwater', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14881.0, + density: 56.5, + primary_coty_code: '47123', + primary_coty_name: 'Monroe', + county_weights: '{"47123": "82.59", "47107": "13.67", "47105": "3.75"}', + coty_name: ['Monroe', 'McMinn', 'Loudon'], + cty_code: ['47123', '47107', '47105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45768, lat: 35.5981 }, + }, + { + zip_code: '37918', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 45268.0, + density: 498.7, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90938, lat: 36.06085 }, + }, + { + zip_code: '37919', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 29108.0, + density: 589.4, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.0011, lat: 35.9143 }, + }, + { + zip_code: '38063', + usps_city: 'Ripley', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 16277.0, + density: 20.6, + primary_coty_code: '47097', + primary_coty_name: 'Lauderdale', + county_weights: '{"47097": "98.35", "47075": "1.65"}', + coty_name: ['Lauderdale', 'Haywood'], + cty_code: ['47097', '47075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63995, lat: 35.75577 }, + }, + { + zip_code: '38126', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6329.0, + density: 1345.0, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.04363, lat: 35.12695 }, + }, + { + zip_code: '38131', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "0"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99205, lat: 35.06631 }, + }, + { + zip_code: '38230', + usps_city: 'Greenfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3663.0, + density: 16.5, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77124, lat: 36.15611 }, + }, + { + zip_code: '38387', + usps_city: 'Westport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 2.5, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27749, lat: 35.86743 }, + }, + { + zip_code: '38457', + usps_city: 'Five Points', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 669.0, + density: 9.5, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "100"}', + coty_name: ['Lawrence'], + cty_code: ['47099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.28446, lat: 35.02936 }, + }, + { + zip_code: '38469', + usps_city: 'Loretto', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4140.0, + density: 23.6, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "100"}', + coty_name: ['Lawrence'], + cty_code: ['47099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.42725, lat: 35.0718 }, + }, + { + zip_code: '38504', + usps_city: 'Allardt', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 5.9, + primary_coty_code: '47049', + primary_coty_name: 'Fentress', + county_weights: '{"47049": "96.34", "47151": "3.66"}', + coty_name: ['Fentress', 'Scott'], + cty_code: ['47049', '47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.72439, lat: 36.39558 }, + }, + { + zip_code: '38633', + usps_city: 'Hickory Flat', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2270.0, + density: 8.8, + primary_coty_code: '28009', + primary_coty_name: 'Benton', + county_weights: '{"28009": "80.97", "28145": "19.03"}', + coty_name: ['Benton', 'Union'], + cty_code: ['28009', '28145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.19457, lat: 34.64142 }, + }, + { + zip_code: '38644', + usps_city: 'Lula', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 7.9, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "100"}', + coty_name: ['Coahoma'], + cty_code: ['28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.49357, lat: 34.46085 }, + }, + { + zip_code: '38666', + usps_city: 'Sardis', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6546.0, + density: 18.6, + primary_coty_code: '28107', + primary_coty_name: 'Panola', + county_weights: '{"28107": "100"}', + coty_name: ['Panola'], + cty_code: ['28107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91679, lat: 34.42655 }, + }, + { + zip_code: '38701', + usps_city: 'Greenville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 22525.0, + density: 105.1, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "100"}', + coty_name: ['Washington'], + cty_code: ['28151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04385, lat: 33.30989 }, + }, + { + zip_code: '38736', + usps_city: 'Doddsville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 3.0, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "86.82", "28083": "13.18"}', + coty_name: ['Sunflower', 'Leflore'], + cty_code: ['28133', '28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53814, lat: 33.64538 }, + }, + { + zip_code: '38801', + usps_city: 'Tupelo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 29767.0, + density: 152.0, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "96", "28115": "4"}', + coty_name: ['Lee', 'Pontotoc'], + cty_code: ['28081', '28115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77303, lat: 34.22131 }, + }, + { + zip_code: '38850', + usps_city: 'Houlka', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2726.0, + density: 8.6, + primary_coty_code: '28017', + primary_coty_name: 'Chickasaw', + county_weights: '{"28017": "73.42", "28115": "19.01", "28013": "7.58"}', + coty_name: ['Chickasaw', 'Pontotoc', 'Calhoun'], + cty_code: ['28017', '28115', '28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05309, lat: 34.04896 }, + }, + { + zip_code: '38965', + usps_city: 'Water Valley', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8927.0, + density: 14.0, + primary_coty_code: '28161', + primary_coty_name: 'Yalobusha', + county_weights: + '{"28161": "78.66", "28071": "15.36", "28013": "3.36", "28107": "2.62"}', + coty_name: ['Yalobusha', 'Lafayette', 'Calhoun', 'Panola'], + cty_code: ['28161', '28071', '28013', '28107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60006, lat: 34.13567 }, + }, + { + zip_code: '39176', + usps_city: 'Vaiden', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2412.0, + density: 7.3, + primary_coty_code: '28015', + primary_coty_name: 'Carroll', + county_weights: '{"28015": "84.66", "28007": "14.86", "28097": "0.47"}', + coty_name: ['Carroll', 'Attala', 'Montgomery'], + cty_code: ['28015', '28007', '28097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76658, lat: 33.30197 }, + }, + { + zip_code: '39213', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 20301.0, + density: 272.9, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "99.75", "28089": "0.25"}', + coty_name: ['Hinds', 'Madison'], + cty_code: ['28049', '28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.23371, lat: 32.39247 }, + }, + { + zip_code: '39464', + usps_city: 'Ovett', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3299.0, + density: 13.7, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "86.54", "28111": "13.46"}', + coty_name: ['Jones', 'Perry'], + cty_code: ['28067', '28111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.06775, lat: 31.49249 }, + }, + { + zip_code: '39576', + usps_city: 'Waveland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5690.0, + density: 338.3, + primary_coty_code: '28045', + primary_coty_name: 'Hancock', + county_weights: '{"28045": "100"}', + coty_name: ['Hancock'], + cty_code: ['28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38377, lat: 30.28877 }, + }, + { + zip_code: '39705', + usps_city: 'Columbus', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12695.0, + density: 73.5, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "100"}', + coty_name: ['Lowndes'], + cty_code: ['28087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43574, lat: 33.58606 }, + }, + { + zip_code: '39773', + usps_city: 'West Point', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 15267.0, + density: 25.5, + primary_coty_code: '28025', + primary_coty_name: 'Clay', + county_weights: '{"28025": "98.78", "28095": "1.22"}', + coty_name: ['Clay', 'Monroe'], + cty_code: ['28025', '28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.68528, lat: 33.64257 }, + }, + { + zip_code: '39840', + usps_city: 'Cuthbert', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5317.0, + density: 9.7, + primary_coty_code: '13243', + primary_coty_name: 'Randolph', + county_weights: '{"13243": "100"}', + coty_name: ['Randolph'], + cty_code: ['13243'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76738, lat: 31.77755 }, + }, + { + zip_code: '40014', + usps_city: 'Crestwood', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 21714.0, + density: 152.2, + primary_coty_code: '21185', + primary_coty_name: 'Oldham', + county_weights: '{"21185": "100"}', + coty_name: ['Oldham'], + cty_code: ['21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.43096, lat: 38.34187 }, + }, + { + zip_code: '40037', + usps_city: 'Loretto', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2764.0, + density: 21.7, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "91.31", "21179": "8.69"}', + coty_name: ['Marion', 'Nelson'], + cty_code: ['21155', '21179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.41157, lat: 37.65468 }, + }, + { + zip_code: '40152', + usps_city: 'McDaniels', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1191.0, + density: 47.7, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.44294, lat: 37.61503 }, + }, + { + zip_code: '40161', + usps_city: 'Rhodelia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 10.3, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "100"}', + coty_name: ['Meade'], + cty_code: ['21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.39048, lat: 38.00253 }, + }, + { + zip_code: '40215', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20754.0, + density: 2136.4, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.78598, lat: 38.19105 }, + }, + { + zip_code: '40243', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10485.0, + density: 1009.0, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.53425, lat: 38.23927 }, + }, + { + zip_code: '40330', + usps_city: 'Harrodsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19892.0, + density: 34.7, + primary_coty_code: '21167', + primary_coty_name: 'Mercer', + county_weights: '{"21167": "96.48", "21229": "3.52"}', + coty_name: ['Mercer', 'Washington'], + cty_code: ['21167', '21229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.89168, lat: 37.7896 }, + }, + { + zip_code: '40334', + usps_city: 'Hope', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 38.9, + primary_coty_code: '21173', + primary_coty_name: 'Montgomery', + county_weights: '{"21173": "69.74", "21011": "30.26"}', + coty_name: ['Montgomery', 'Bath'], + cty_code: ['21173', '21011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76562, lat: 38.01466 }, + }, + { + zip_code: '40339', + usps_city: 'Keene', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21113', + primary_coty_name: 'Jessamine', + county_weights: '{"21113": "100"}', + coty_name: ['Jessamine'], + cty_code: ['21113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6443, lat: 37.94188 }, + }, + { + zip_code: '40387', + usps_city: 'Wellington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1939.0, + density: 10.3, + primary_coty_code: '21165', + primary_coty_name: 'Menifee', + county_weights: '{"21165": "93.94", "21175": "6.06"}', + coty_name: ['Menifee', 'Morgan'], + cty_code: ['21165', '21175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.49267, lat: 37.93536 }, + }, + { + zip_code: '40434', + usps_city: 'Gray Hawk', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21109', + primary_coty_name: 'Jackson', + county_weights: '{"21109": "100"}', + coty_name: ['Jackson'], + cty_code: ['21109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94037, lat: 37.39449 }, + }, + { + zip_code: '40437', + usps_city: 'Hustonville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5459.0, + density: 17.4, + primary_coty_code: '21137', + primary_coty_name: 'Lincoln', + county_weights: '{"21137": "77.37", "21045": "22.63"}', + coty_name: ['Lincoln', 'Casey'], + cty_code: ['21137', '21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.86586, lat: 37.44551 }, + }, + { + zip_code: '40771', + usps_city: 'Woodbine', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 40.3, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "58.05", "21235": "41.95"}', + coty_name: ['Knox', 'Whitley'], + cty_code: ['21121', '21235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03479, lat: 36.85863 }, + }, + { + zip_code: '40826', + usps_city: 'Eolia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 7.3, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78091, lat: 37.05391 }, + }, + { + zip_code: '40873', + usps_city: 'Wallins Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2359.0, + density: 30.7, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.40889, lat: 36.8179 }, + }, + { + zip_code: '40964', + usps_city: 'Mary Alice', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 7.8, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.31337, lat: 36.77285 }, + }, + { + zip_code: '40983', + usps_city: 'Sextons Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 9.4, + primary_coty_code: '21051', + primary_coty_name: 'Clay', + county_weights: '{"21051": "71.31", "21189": "28.69"}', + coty_name: ['Clay', 'Owsley'], + cty_code: ['21051', '21189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76662, lat: 37.33297 }, + }, + { + zip_code: '41010', + usps_city: 'Corinth', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3412.0, + density: 14.9, + primary_coty_code: '21081', + primary_coty_name: 'Grant', + county_weights: + '{"21081": "51.1", "21187": "35.47", "21097": "10.07", "21209": "3.36"}', + coty_name: ['Grant', 'Owen', 'Harrison', 'Scott'], + cty_code: ['21081', '21187', '21097', '21209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60525, lat: 38.49773 }, + }, + { + zip_code: '41039', + usps_city: 'Ewing', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2897.0, + density: 15.1, + primary_coty_code: '21069', + primary_coty_name: 'Fleming', + county_weights: '{"21069": "97.24", "21181": "2.76"}', + coty_name: ['Fleming', 'Nicholas'], + cty_code: ['21069', '21181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88076, lat: 38.41149 }, + }, + { + zip_code: '41048', + usps_city: 'Hebron', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16036.0, + density: 281.5, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "100"}', + coty_name: ['Boone'], + cty_code: ['21015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.70691, lat: 39.09489 }, + }, + { + zip_code: '41076', + usps_city: 'Newport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 17165.0, + density: 316.4, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43591, lat: 39.01784 }, + }, + { + zip_code: '41080', + usps_city: 'Petersburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2292.0, + density: 31.1, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "100"}', + coty_name: ['Boone'], + cty_code: ['21015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.83039, lat: 39.05046 }, + }, + { + zip_code: '41226', + usps_city: 'Keaton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 13.1, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95574, lat: 37.98036 }, + }, + { + zip_code: '41366', + usps_city: 'Rousseau', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 11.9, + primary_coty_code: '21025', + primary_coty_name: 'Breathitt', + county_weights: '{"21025": "100"}', + coty_name: ['Breathitt'], + cty_code: ['21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21869, lat: 37.59477 }, + }, + { + zip_code: '41612', + usps_city: 'Bypro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 89.1, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72306, lat: 37.35431 }, + }, + { + zip_code: '41643', + usps_city: 'Lackey', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 31.0, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "77.32", "21071": "22.68"}', + coty_name: ['Knott', 'Floyd'], + cty_code: ['21119', '21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8326, lat: 37.46001 }, + }, + { + zip_code: '41723', + usps_city: 'Busy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1443.0, + density: 26.9, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "82.95", "21131": "17.05"}', + coty_name: ['Perry', 'Leslie'], + cty_code: ['21193', '21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.31956, lat: 37.25347 }, + }, + { + zip_code: '41763', + usps_city: 'Slemp', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 8.6, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.12943, lat: 37.05686 }, + }, + { + zip_code: '41777', + usps_city: 'Yeaddiss', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 738.0, + density: 7.4, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.23274, lat: 37.06254 }, + }, + { + zip_code: '41822', + usps_city: 'Hindman', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2384.0, + density: 30.5, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97337, lat: 37.32615 }, + }, + { + zip_code: '42028', + usps_city: 'Burna', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 839.0, + density: 11.9, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "100"}', + coty_name: ['Livingston'], + cty_code: ['21139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3379, lat: 37.23925 }, + }, + { + zip_code: '42044', + usps_city: 'Gilbertsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3580.0, + density: 56.9, + primary_coty_code: '21157', + primary_coty_name: 'Marshall', + county_weights: '{"21157": "100"}', + coty_name: ['Marshall'], + cty_code: ['21157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26478, lat: 36.95872 }, + }, + { + zip_code: '42055', + usps_city: 'Kuttawa', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2828.0, + density: 24.3, + primary_coty_code: '21143', + primary_coty_name: 'Lyon', + county_weights: '{"21143": "100"}', + coty_name: ['Lyon'], + cty_code: ['21143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16781, lat: 37.06848 }, + }, + { + zip_code: '42103', + usps_city: 'Bowling Green', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20798.0, + density: 113.3, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "100"}', + coty_name: ['Warren'], + cty_code: ['21227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.33253, lat: 36.94903 }, + }, + { + zip_code: '42140', + usps_city: 'Gamaliel', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 920.0, + density: 8.6, + primary_coty_code: '21171', + primary_coty_name: 'Monroe', + county_weights: '{"21171": "100"}', + coty_name: ['Monroe'], + cty_code: ['21171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.83405, lat: 36.65651 }, + }, + { + zip_code: '42207', + usps_city: 'Bee Spring', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1348.0, + density: 27.0, + primary_coty_code: '21061', + primary_coty_name: 'Edmonson', + county_weights: '{"21061": "98.92", "21085": "1.08"}', + coty_name: ['Edmonson', 'Grayson'], + cty_code: ['21061', '21085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.27858, lat: 37.3034 }, + }, + { + zip_code: '42215', + usps_city: 'Cerulean', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1441.0, + density: 9.5, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "55.77", "21221": "44.23"}', + coty_name: ['Christian', 'Trigg'], + cty_code: ['21047', '21221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66707, lat: 36.99698 }, + }, + { + zip_code: '42321', + usps_city: 'Beech Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 27.2, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.05596, lat: 37.17156 }, + }, + { + zip_code: '42351', + usps_city: 'Lewisport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4143.0, + density: 23.3, + primary_coty_code: '21091', + primary_coty_name: 'Hancock', + county_weights: '{"21091": "82.37", "21059": "17.63"}', + coty_name: ['Hancock', 'Daviess'], + cty_code: ['21091', '21059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87955, lat: 37.90602 }, + }, + { + zip_code: '42408', + usps_city: 'Dawson Springs', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6720.0, + density: 20.2, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "81.4", "21033": "13.8", "21047": "4.79"}', + coty_name: ['Hopkins', 'Caldwell', 'Christian'], + cty_code: ['21107', '21033', '21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6943, lat: 37.18064 }, + }, + { + zip_code: '42437', + usps_city: 'Morganfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8155.0, + density: 18.2, + primary_coty_code: '21225', + primary_coty_name: 'Union', + county_weights: '{"21225": "99.74", "21233": "0.26"}', + coty_name: ['Union', 'Webster'], + cty_code: ['21225', '21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93655, lat: 37.66395 }, + }, + { + zip_code: '42440', + usps_city: 'Mortons Gap', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 943.0, + density: 364.6, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "100"}', + coty_name: ['Hopkins'], + cty_code: ['21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.4649, lat: 37.24155 }, + }, + { + zip_code: '42519', + usps_city: 'Burnside', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3524.0, + density: 27.6, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "100"}', + coty_name: ['Pulaski'], + cty_code: ['21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53574, lat: 36.93932 }, + }, + { + zip_code: '42528', + usps_city: 'Dunnville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1662.0, + density: 13.1, + primary_coty_code: '21045', + primary_coty_name: 'Casey', + county_weights: '{"21045": "73.49", "21207": "17.32", "21001": "9.19"}', + coty_name: ['Casey', 'Russell', 'Adair'], + cty_code: ['21045', '21207', '21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.01403, lat: 37.18413 }, + }, + { + zip_code: '43001', + usps_city: 'Alexandria', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2570.0, + density: 37.4, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61366, lat: 40.08865 }, + }, + { + zip_code: '43014', + usps_city: 'Danville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3733.0, + density: 21.9, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "100"}', + coty_name: ['Knox'], + cty_code: ['39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2564, lat: 40.47131 }, + }, + { + zip_code: '43066', + usps_city: 'Radnor', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 12.1, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "100"}', + coty_name: ['Delaware'], + cty_code: ['39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.16451, lat: 40.3977 }, + }, + { + zip_code: '43152', + usps_city: 'South Bloomingville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 6.9, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "91.53", "39163": "8.47"}', + coty_name: ['Hocking', 'Vinton'], + cty_code: ['39073', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61485, lat: 39.39444 }, + }, + { + zip_code: '43334', + usps_city: 'Marengo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6337.0, + density: 37.0, + primary_coty_code: '39117', + primary_coty_name: 'Morrow', + county_weights: '{"39117": "97.74", "39041": "2.26"}', + coty_name: ['Morrow', 'Delaware'], + cty_code: ['39117', '39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80419, lat: 40.40049 }, + }, + { + zip_code: '43420', + usps_city: 'Fremont', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29711.0, + density: 85.2, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "100"}', + coty_name: ['Sandusky'], + cty_code: ['39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.11204, lat: 41.35774 }, + }, + { + zip_code: '43521', + usps_city: 'Fayette', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2832.0, + density: 16.4, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "98.33", "39171": "1.67"}', + coty_name: ['Fulton', 'Williams'], + cty_code: ['39051', '39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29867, lat: 41.66297 }, + }, + { + zip_code: '43534', + usps_city: 'McClure', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1681.0, + density: 17.6, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "100"}', + coty_name: ['Henry'], + cty_code: ['39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93006, lat: 41.35557 }, + }, + { + zip_code: '43556', + usps_city: 'Sherwood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1736.0, + density: 21.0, + primary_coty_code: '39039', + primary_coty_name: 'Defiance', + county_weights: '{"39039": "100"}', + coty_name: ['Defiance'], + cty_code: ['39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56989, lat: 41.30608 }, + }, + { + zip_code: '43721', + usps_city: 'Brownsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 116.0, + density: 117.7, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2599, lat: 39.94887 }, + }, + { + zip_code: '43761', + usps_city: 'Moxahala', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 31.1, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "100"}', + coty_name: ['Perry'], + cty_code: ['39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14685, lat: 39.66793 }, + }, + { + zip_code: '43811', + usps_city: 'Conesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 15.8, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "100"}', + coty_name: ['Coshocton'], + cty_code: ['39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92621, lat: 40.18324 }, + }, + { + zip_code: '43946', + usps_city: 'Sardis', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2259.0, + density: 14.8, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96512, lat: 39.65071 }, + }, + { + zip_code: '44039', + usps_city: 'North Ridgeville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33462.0, + density: 546.1, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0196, lat: 41.3847 }, + }, + { + zip_code: '44060', + usps_city: 'Mentor', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 60134.0, + density: 585.0, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "99.83", "39055": "0.17"}', + coty_name: ['Lake', 'Geauga'], + cty_code: ['39085', '39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3285, lat: 41.678 }, + }, + { + zip_code: '44126', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16262.0, + density: 1357.7, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85303, lat: 41.44175 }, + }, + { + zip_code: '44134', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36580.0, + density: 1471.6, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70451, lat: 41.38533 }, + }, + { + zip_code: '44135', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27646.0, + density: 1058.3, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81966, lat: 41.4257 }, + }, + { + zip_code: '44287', + usps_city: 'West Salem', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7793.0, + density: 45.0, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "60.09", "39005": "35.03", "39103": "4.88"}', + coty_name: ['Wayne', 'Ashland', 'Medina'], + cty_code: ['39169', '39005', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10109, lat: 40.93909 }, + }, + { + zip_code: '44401', + usps_city: 'Berlin Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2868.0, + density: 34.4, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94521, lat: 41.02259 }, + }, + { + zip_code: '44652', + usps_city: 'Middlebranch', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32618, lat: 40.90044 }, + }, + { + zip_code: '44653', + usps_city: 'Midvale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 611.0, + density: 587.3, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37023, lat: 40.43606 }, + }, + { + zip_code: '44822', + usps_city: 'Butler', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3124.0, + density: 27.7, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "68.83", "39083": "31.17"}', + coty_name: ['Richland', 'Knox'], + cty_code: ['39139', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39861, lat: 40.55722 }, + }, + { + zip_code: '44880', + usps_city: 'Sullivan', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2886.0, + density: 36.2, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "90.15", "39093": "9.25", "39103": "0.59"}', + coty_name: ['Ashland', 'Lorain', 'Medina'], + cty_code: ['39005', '39093', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22035, lat: 41.03411 }, + }, + { + zip_code: '44883', + usps_city: 'Tiffin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28271.0, + density: 65.4, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.17331, lat: 41.12373 }, + }, + { + zip_code: '45001', + usps_city: 'Addyston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 435.7, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.71233, lat: 39.13918 }, + }, + { + zip_code: '45042', + usps_city: 'Middletown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27470.0, + density: 215.0, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "96.74", "39135": "1.83", "39165": "1.43"}', + coty_name: ['Butler', 'Preble', 'Warren'], + cty_code: ['39017', '39135', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43796, lat: 39.54879 }, + }, + { + zip_code: '45051', + usps_city: 'Mount Saint Joseph', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 750.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64662, lat: 39.09796 }, + }, + { + zip_code: '45121', + usps_city: 'Georgetown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8922.0, + density: 33.2, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "99.1", "39025": "0.9"}', + coty_name: ['Brown', 'Clermont'], + cty_code: ['39015', '39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90363, lat: 38.87002 }, + }, + { + zip_code: '45236', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24915.0, + density: 1388.1, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3973, lat: 39.20981 }, + }, + { + zip_code: '45303', + usps_city: 'Ansonia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2542.0, + density: 30.9, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.65781, lat: 40.21593 }, + }, + { + zip_code: '45336', + usps_city: 'Kettlersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 78.5, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26137, lat: 40.44015 }, + }, + { + zip_code: '45338', + usps_city: 'Lewisburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5050.0, + density: 38.3, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54359, lat: 39.84999 }, + }, + { + zip_code: '45351', + usps_city: 'Osgood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 308.0, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4952, lat: 40.33941 }, + }, + { + zip_code: '45415', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13212.0, + density: 824.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25698, lat: 39.83457 }, + }, + { + zip_code: '45673', + usps_city: 'Richmond Dale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 430.7, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "100"}', + coty_name: ['Ross'], + cty_code: ['39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81214, lat: 39.20394 }, + }, + { + zip_code: '45742', + usps_city: 'Little Hocking', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3077.0, + density: 44.0, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "97.35", "39009": "2.65"}', + coty_name: ['Washington', 'Athens'], + cty_code: ['39167', '39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72908, lat: 39.2855 }, + }, + { + zip_code: '45746', + usps_city: 'Macksburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 6.3, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "87.3", "39121": "12.7"}', + coty_name: ['Washington', 'Noble'], + cty_code: ['39167', '39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.45918, lat: 39.60991 }, + }, + { + zip_code: '45784', + usps_city: 'Vincent', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3355.0, + density: 34.6, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68722, lat: 39.38717 }, + }, + { + zip_code: '45788', + usps_city: 'Whipple', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 13.6, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36686, lat: 39.51363 }, + }, + { + zip_code: '45814', + usps_city: 'Arlington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3417.0, + density: 37.0, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61406, lat: 40.9019 }, + }, + { + zip_code: '45821', + usps_city: 'Cecil', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 9.6, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "98.4", "39039": "1.6"}', + coty_name: ['Paulding', 'Defiance'], + cty_code: ['39125', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56425, lat: 41.22627 }, + }, + { + zip_code: '45828', + usps_city: 'Coldwater', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6295.0, + density: 73.6, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "100"}', + coty_name: ['Mercer'], + cty_code: ['39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.67532, lat: 40.48671 }, + }, + { + zip_code: '45877', + usps_city: 'Pandora', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2200.0, + density: 30.6, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "95.28", "39003": "4.49", "39063": "0.23"}', + coty_name: ['Putnam', 'Allen', 'Hancock'], + cty_code: ['39137', '39003', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93683, lat: 40.9558 }, + }, + { + zip_code: '46016', + usps_city: 'Anderson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18046.0, + density: 1094.4, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.68144, lat: 40.09784 }, + }, + { + zip_code: '46056', + usps_city: 'Markleville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2238.0, + density: 37.3, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "95.24", "18059": "4.76"}', + coty_name: ['Madison', 'Hancock'], + cty_code: ['18095', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.61202, lat: 39.97523 }, + }, + { + zip_code: '46060', + usps_city: 'Noblesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 41461.0, + density: 200.4, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "99.89", "18095": "0.11"}', + coty_name: ['Hamilton', 'Madison'], + cty_code: ['18057', '18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.93091, lat: 40.06598 }, + }, + { + zip_code: '46149', + usps_city: 'Lizton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2153.0, + density: 31.7, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.55754, lat: 39.88594 }, + }, + { + zip_code: '46256', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23837.0, + density: 824.0, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "93.3", "18057": "6.7"}', + coty_name: ['Marion', 'Hamilton'], + cty_code: ['18097', '18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.01179, lat: 39.90684 }, + }, + { + zip_code: '46324', + usps_city: 'Hammond', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21820.0, + density: 1913.8, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50169, lat: 41.58307 }, + }, + { + zip_code: '46540', + usps_city: 'Middlebury', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11881.0, + density: 75.1, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "92.46", "18087": "7.54"}', + coty_name: ['Elkhart', 'LaGrange'], + cty_code: ['18039', '18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.69838, lat: 41.67669 }, + }, + { + zip_code: '46637', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16090.0, + density: 644.0, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.24157, lat: 41.73375 }, + }, + { + zip_code: '46738', + usps_city: 'Garrett', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8549.0, + density: 126.4, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "100"}', + coty_name: ['DeKalb'], + cty_code: ['18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.13686, lat: 41.32174 }, + }, + { + zip_code: '46746', + usps_city: 'Howe', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4640.0, + density: 24.4, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "100"}', + coty_name: ['LaGrange'], + cty_code: ['18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.34525, lat: 41.72278 }, + }, + { + zip_code: '46764', + usps_city: 'Larwill', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1385.0, + density: 15.7, + primary_coty_code: '18183', + primary_coty_name: 'Whitley', + county_weights: '{"18183": "88.71", "18113": "11.29"}', + coty_name: ['Whitley', 'Noble'], + cty_code: ['18183', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.62194, lat: 41.22191 }, + }, + { + zip_code: '46779', + usps_city: 'Pleasant Lake', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2144.0, + density: 23.4, + primary_coty_code: '18151', + primary_coty_name: 'Steuben', + county_weights: '{"18151": "100"}', + coty_name: ['Steuben'], + cty_code: ['18151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.03508, lat: 41.57441 }, + }, + { + zip_code: '46928', + usps_city: 'Fairmount', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4265.0, + density: 22.7, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "99.35", "18095": "0.65"}', + coty_name: ['Grant', 'Madison'], + cty_code: ['18053', '18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.68637, lat: 40.40805 }, + }, + { + zip_code: '47010', + usps_city: 'Bath', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 7.9, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "70.26", "18161": "29.74"}', + coty_name: ['Franklin', 'Union'], + cty_code: ['18047', '18161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.84148, lat: 39.50069 }, + }, + { + zip_code: '47111', + usps_city: 'Charlestown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16971.0, + density: 82.0, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.62776, lat: 38.46471 }, + }, + { + zip_code: '47130', + usps_city: 'Jeffersonville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 46645.0, + density: 528.5, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.69714, lat: 38.33516 }, + }, + { + zip_code: '47272', + usps_city: 'Saint Paul', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2185.0, + density: 25.9, + primary_coty_code: '18031', + primary_coty_name: 'Decatur', + county_weights: '{"18031": "64.87", "18145": "35.13"}', + coty_name: ['Decatur', 'Shelby'], + cty_code: ['18031', '18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.62046, lat: 39.41234 }, + }, + { + zip_code: '47302', + usps_city: 'Muncie', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26018.0, + density: 151.3, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "99.76", "18065": "0.24"}', + coty_name: ['Delaware', 'Henry'], + cty_code: ['18035', '18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.37673, lat: 40.12999 }, + }, + { + zip_code: '47393', + usps_city: 'Williamsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1825.0, + density: 18.9, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "93.08", "18135": "6.92"}', + coty_name: ['Wayne', 'Randolph'], + cty_code: ['18177', '18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.00188, lat: 39.96395 }, + }, + { + zip_code: '47429', + usps_city: 'Ellettsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9269.0, + density: 145.2, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.61593, lat: 39.27332 }, + }, + { + zip_code: '47443', + usps_city: 'Lyons', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1275.0, + density: 11.1, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.09107, lat: 38.95976 }, + }, + { + zip_code: '47453', + usps_city: 'Owensburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 683.0, + density: 21.1, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.7742, lat: 38.92528 }, + }, + { + zip_code: '47713', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10108.0, + density: 1013.7, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55959, lat: 37.954 }, + }, + { + zip_code: '47725', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17326.0, + density: 117.3, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "99.5", "18051": "0.45", "18173": "0.05"}', + coty_name: ['Vanderburgh', 'Gibson', 'Warrick'], + cty_code: ['18163', '18051', '18173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.52564, lat: 38.10708 }, + }, + { + zip_code: '47802', + usps_city: 'Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34894.0, + density: 83.3, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "99.95", "18021": "0.05"}', + coty_name: ['Vigo', 'Clay'], + cty_code: ['18167', '18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.40744, lat: 39.3511 }, + }, + { + zip_code: '47909', + usps_city: 'Lafayette', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43291.0, + density: 144.5, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.90075, lat: 40.32346 }, + }, + { + zip_code: '47918', + usps_city: 'Attica', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5679.0, + density: 15.1, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "78.06", "18171": "20.84", "18157": "1.11"}', + coty_name: ['Fountain', 'Warren', 'Tippecanoe'], + cty_code: ['18045', '18171', '18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.20376, lat: 40.30479 }, + }, + { + zip_code: '47924', + usps_city: 'Buck Creek', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 796.2, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.7631, lat: 40.48792 }, + }, + { + zip_code: '47980', + usps_city: 'Reynolds', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1005.0, + density: 7.0, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "100"}', + coty_name: ['White'], + cty_code: ['18181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.90378, lat: 40.75274 }, + }, + { + zip_code: '47982', + usps_city: 'State Line', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 480.0, + primary_coty_code: '18171', + primary_coty_name: 'Warren', + county_weights: '{"18171": "100"}', + coty_name: ['Warren'], + cty_code: ['18171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.52696, lat: 40.19735 }, + }, + { + zip_code: '47994', + usps_city: 'Wingate', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 8.1, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "100"}', + coty_name: ['Montgomery'], + cty_code: ['18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.06217, lat: 40.16927 }, + }, + { + zip_code: '48038', + usps_city: 'Clinton Township', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 43478.0, + density: 1539.3, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.94158, lat: 42.60546 }, + }, + { + zip_code: '48041', + usps_city: 'Memphis', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4536.0, + density: 43.8, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "81.41", "26099": "18.59"}', + coty_name: ['St. Clair', 'Macomb'], + cty_code: ['26147', '26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.80268, lat: 42.93873 }, + }, + { + zip_code: '48070', + usps_city: 'Huntington Woods', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6322.0, + density: 1640.7, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.16844, lat: 42.48163 }, + }, + { + zip_code: '48096', + usps_city: 'Ray', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4010.0, + density: 42.3, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.92003, lat: 42.76136 }, + }, + { + zip_code: '48133', + usps_city: 'Erie', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5227.0, + density: 74.7, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.48594, lat: 41.7812 }, + }, + { + zip_code: '48192', + usps_city: 'Wyandotte', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25044.0, + density: 1837.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.16162, lat: 42.20834 }, + }, + { + zip_code: '48438', + usps_city: 'Goodrich', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6805.0, + density: 81.7, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "84.06", "26087": "15.94"}', + coty_name: ['Genesee', 'Lapeer'], + cty_code: ['26049', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47688, lat: 42.91236 }, + }, + { + zip_code: '48475', + usps_city: 'Ubly', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2519.0, + density: 9.0, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "66.74", "26151": "33.26"}', + coty_name: ['Huron', 'Sanilac'], + cty_code: ['26063', '26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.93945, lat: 43.67062 }, + }, + { + zip_code: '48602', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 30199.0, + density: 1489.0, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.97466, lat: 43.41969 }, + }, + { + zip_code: '48629', + usps_city: 'Houghton Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7551.0, + density: 36.3, + primary_coty_code: '26143', + primary_coty_name: 'Roscommon', + county_weights: '{"26143": "100"}', + coty_name: ['Roscommon'], + cty_code: ['26143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.77662, lat: 44.31164 }, + }, + { + zip_code: '48724', + usps_city: 'Carrollton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 608.6, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.92283, lat: 43.46004 }, + }, + { + zip_code: '48733', + usps_city: 'Fairgrove', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1587.0, + density: 12.5, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "100"}', + coty_name: ['Tuscola'], + cty_code: ['26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.5907, lat: 43.53286 }, + }, + { + zip_code: '48735', + usps_city: 'Gagetown', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 10.9, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "67.46", "26063": "32.54"}', + coty_name: ['Tuscola', 'Huron'], + cty_code: ['26157', '26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.27345, lat: 43.66824 }, + }, + { + zip_code: '48740', + usps_city: 'Harrisville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2425.0, + density: 13.9, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "100"}', + coty_name: ['Alcona'], + cty_code: ['26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.37952, lat: 44.66021 }, + }, + { + zip_code: '48816', + usps_city: 'Cohoctah', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 30.1, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.95447, lat: 42.76398 }, + }, + { + zip_code: '48821', + usps_city: 'Dimondale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5862.0, + density: 106.8, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "94.71", "26065": "5.29"}', + coty_name: ['Eaton', 'Ingham'], + cty_code: ['26045', '26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.64707, lat: 42.63938 }, + }, + { + zip_code: '48843', + usps_city: 'Howell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 45544.0, + density: 195.3, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.92628, lat: 42.56904 }, + }, + { + zip_code: '48857', + usps_city: 'Morrice', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3202.0, + density: 53.9, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "100"}', + coty_name: ['Shiawassee'], + cty_code: ['26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.1553, lat: 42.84251 }, + }, + { + zip_code: '48881', + usps_city: 'Saranac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5560.0, + density: 38.5, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "100"}', + coty_name: ['Ionia'], + cty_code: ['26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.20153, lat: 42.93281 }, + }, + { + zip_code: '48890', + usps_city: 'Sunfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2059.0, + density: 25.6, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "59.99", "26067": "40.01"}', + coty_name: ['Eaton', 'Ionia'], + cty_code: ['26045', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.96872, lat: 42.76963 }, + }, + { + zip_code: '49053', + usps_city: 'Galesburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7640.0, + density: 122.5, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.4163, lat: 42.28896 }, + }, + { + zip_code: '49068', + usps_city: 'Marshall', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14862.0, + density: 44.3, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.94084, lat: 42.27682 }, + }, + { + zip_code: '49277', + usps_city: 'Rives Junction', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3290.0, + density: 35.8, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46528, lat: 42.38734 }, + }, + { + zip_code: '49342', + usps_city: 'Rodney', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 15.6, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "100"}', + coty_name: ['Mecosta'], + cty_code: ['26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.32222, lat: 43.69241 }, + }, + { + zip_code: '49406', + usps_city: 'Douglas', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 146.5, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.20249, lat: 42.64221 }, + }, + { + zip_code: '49689', + usps_city: 'Wellston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1437.0, + density: 7.1, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "90.64", "26165": "9.36"}', + coty_name: ['Manistee', 'Wexford'], + cty_code: ['26101', '26165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.90753, lat: 44.21424 }, + }, + { + zip_code: '49733', + usps_city: 'Frederic', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2078.0, + density: 6.3, + primary_coty_code: '26039', + primary_coty_name: 'Crawford', + county_weights: '{"26039": "76.28", "26137": "23.72"}', + coty_name: ['Crawford', 'Otsego'], + cty_code: ['26039', '26137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.70122, lat: 44.80858 }, + }, + { + zip_code: '49791', + usps_city: 'Topinabee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 134.4, + primary_coty_code: '26031', + primary_coty_name: 'Cheboygan', + county_weights: '{"26031": "100"}', + coty_name: ['Cheboygan'], + cty_code: ['26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.59583, lat: 45.48686 }, + }, + { + zip_code: '49812', + usps_city: 'Carney', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 877.0, + density: 4.7, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.49817, lat: 45.59335 }, + }, + { + zip_code: '50051', + usps_city: 'Clemons', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 4.0, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14126, lat: 42.13446 }, + }, + { + zip_code: '50117', + usps_city: 'Hamlin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 1.9, + primary_coty_code: '19009', + primary_coty_name: 'Audubon', + county_weights: '{"19009": "100"}', + coty_name: ['Audubon'], + cty_code: ['19009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85988, lat: 41.66819 }, + }, + { + zip_code: '50217', + usps_city: 'Paton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 3.6, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "80.98", "19015": "19.02"}', + coty_name: ['Greene', 'Boone'], + cty_code: ['19073', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24943, lat: 42.17387 }, + }, + { + zip_code: '50219', + usps_city: 'Pella', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 13785.0, + density: 45.4, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "94.67", "19123": "5.33"}', + coty_name: ['Marion', 'Mahaska'], + cty_code: ['19125', '19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89833, lat: 41.42365 }, + }, + { + zip_code: '50234', + usps_city: 'Rhodes', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 6.1, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "91.03", "19099": "8.97"}', + coty_name: ['Marshall', 'Jasper'], + cty_code: ['19127', '19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18454, lat: 41.89146 }, + }, + { + zip_code: '50240', + usps_city: 'Saint Charles', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2874.0, + density: 14.6, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "62.58", "19181": "37.42"}', + coty_name: ['Madison', 'Warren'], + cty_code: ['19121', '19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79469, lat: 41.29506 }, + }, + { + zip_code: '50251', + usps_city: 'Sully', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1360.0, + density: 12.9, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87127, lat: 41.56878 }, + }, + { + zip_code: '50455', + usps_city: 'McIntire', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 7.0, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "100"}', + coty_name: ['Mitchell'], + cty_code: ['19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64977, lat: 43.45691 }, + }, + { + zip_code: '50519', + usps_city: 'Bode', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 595.0, + density: 4.2, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "68.27", "19109": "31.73"}', + coty_name: ['Humboldt', 'Kossuth'], + cty_code: ['19091', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26289, lat: 42.90172 }, + }, + { + zip_code: '50524', + usps_city: 'Clare', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 620.0, + density: 4.2, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "98.08", "19151": "1.92"}', + coty_name: ['Webster', 'Pocahontas'], + cty_code: ['19187', '19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3559, lat: 42.60255 }, + }, + { + zip_code: '50551', + usps_city: 'Jolley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 1.3, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['19025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.75105, lat: 42.47954 }, + }, + { + zip_code: '50585', + usps_city: 'Sioux Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1302.0, + density: 7.9, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "85.8", "19041": "14.2"}', + coty_name: ['Buena Vista', 'Clay'], + cty_code: ['19021', '19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13809, lat: 42.91313 }, + }, + { + zip_code: '50613', + usps_city: 'Cedar Falls', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 43717.0, + density: 134.1, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "98.63", "19075": "1.27", "19023": "0.1"}', + coty_name: ['Black Hawk', 'Grundy', 'Butler'], + cty_code: ['19013', '19075', '19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48895, lat: 42.53309 }, + }, + { + zip_code: '50622', + usps_city: 'Denver', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3213.0, + density: 49.6, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "100"}', + coty_name: ['Bremer'], + cty_code: ['19017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.3352, lat: 42.67305 }, + }, + { + zip_code: '50630', + usps_city: 'Fredericksburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1738.0, + density: 8.1, + primary_coty_code: '19037', + primary_coty_name: 'Chickasaw', + county_weights: '{"19037": "96.47", "19017": "3.53"}', + coty_name: ['Chickasaw', 'Bremer'], + cty_code: ['19037', '19017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2127, lat: 42.95627 }, + }, + { + zip_code: '50707', + usps_city: 'Evansdale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8329.0, + density: 332.6, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27892, lat: 42.47933 }, + }, + { + zip_code: '50845', + usps_city: 'Diagonal', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 3.0, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "94.08", "19175": "5.92"}', + coty_name: ['Ringgold', 'Union'], + cty_code: ['19159', '19175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35236, lat: 40.81871 }, + }, + { + zip_code: '51031', + usps_city: 'Le Mars', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12026.0, + density: 19.9, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "100"}', + coty_name: ['Plymouth'], + cty_code: ['19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17911, lat: 42.80163 }, + }, + { + zip_code: '51105', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 10531.0, + density: 668.6, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36643, lat: 42.50866 }, + }, + { + zip_code: '51109', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3166.0, + density: 67.4, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "89.93", "19149": "10.07"}', + coty_name: ['Woodbury', 'Plymouth'], + cty_code: ['19193', '19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47856, lat: 42.59486 }, + }, + { + zip_code: '51443', + usps_city: 'Glidden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1555.0, + density: 5.6, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7025, lat: 42.08044 }, + }, + { + zip_code: '51573', + usps_city: 'Stanton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1096.0, + density: 7.0, + primary_coty_code: '19137', + primary_coty_name: 'Montgomery', + county_weights: '{"19137": "100"}', + coty_name: ['Montgomery'], + cty_code: ['19137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09532, lat: 40.97948 }, + }, + { + zip_code: '51656', + usps_city: 'Yorktown', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 84.5, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "100"}', + coty_name: ['Page'], + cty_code: ['19145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.1563, lat: 40.73471 }, + }, + { + zip_code: '52041', + usps_city: 'Earlville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1778.0, + density: 11.5, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "100"}', + coty_name: ['Delaware'], + cty_code: ['19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25694, lat: 42.50616 }, + }, + { + zip_code: '52046', + usps_city: 'Farley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2402.0, + density: 20.2, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01309, lat: 42.43833 }, + }, + { + zip_code: '52057', + usps_city: 'Manchester', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7826.0, + density: 21.6, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "100"}', + coty_name: ['Delaware'], + cty_code: ['19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45472, lat: 42.48979 }, + }, + { + zip_code: '52065', + usps_city: 'New Vienna', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1111.0, + density: 8.5, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "87.52", "19055": "12.48"}', + coty_name: ['Dubuque', 'Delaware'], + cty_code: ['19061', '19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10622, lat: 42.58298 }, + }, + { + zip_code: '52077', + usps_city: 'Volga', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 4.2, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55697, lat: 42.8225 }, + }, + { + zip_code: '52218', + usps_city: 'Coggon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2049.0, + density: 11.0, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "83.33", "19019": "8.45", "19055": "8.22"}', + coty_name: ['Linn', 'Buchanan', 'Delaware'], + cty_code: ['19113', '19019', '19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53606, lat: 42.2925 }, + }, + { + zip_code: '52333', + usps_city: 'Solon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6808.0, + density: 30.5, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "99.38", "19031": "0.62"}', + coty_name: ['Johnson', 'Cedar'], + cty_code: ['19103', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.49268, lat: 41.80621 }, + }, + { + zip_code: '52342', + usps_city: 'Toledo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3436.0, + density: 14.8, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "100"}', + coty_name: ['Tama'], + cty_code: ['19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55782, lat: 42.05139 }, + }, + { + zip_code: '52554', + usps_city: 'Eldon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1306.0, + density: 14.1, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: + '{"19179": "96.21", "19101": "1.97", "19177": "1.17", "19051": "0.66"}', + coty_name: ['Wapello', 'Jefferson', 'Van Buren', 'Davis'], + cty_code: ['19179', '19101', '19177', '19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.22927, lat: 40.92594 }, + }, + { + zip_code: '52576', + usps_city: 'Ollie', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 4.6, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "100"}', + coty_name: ['Keokuk'], + cty_code: ['19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.11125, lat: 41.21359 }, + }, + { + zip_code: '52591', + usps_city: 'Sigourney', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2972.0, + density: 9.1, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "100"}', + coty_name: ['Keokuk'], + cty_code: ['19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19297, lat: 41.32085 }, + }, + { + zip_code: '52627', + usps_city: 'Fort Madison', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12398.0, + density: 70.2, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.34874, lat: 40.66821 }, + }, + { + zip_code: '53014', + usps_city: 'Chilton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7745.0, + density: 23.4, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "96.83", "55071": "3", "55039": "0.16"}', + coty_name: ['Calumet', 'Manitowoc', 'Fond du Lac'], + cty_code: ['55015', '55071', '55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.175, lat: 44.02436 }, + }, + { + zip_code: '53031', + usps_city: 'Hingham', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91563, lat: 43.63914 }, + }, + { + zip_code: '53038', + usps_city: 'Johnson Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4280.0, + density: 54.7, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.78702, lat: 43.08335 }, + }, + { + zip_code: '53058', + usps_city: 'Nashotah', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3313.0, + density: 221.2, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4035, lat: 43.10999 }, + }, + { + zip_code: '53076', + usps_city: 'Richfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4441.0, + density: 77.3, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "100"}', + coty_name: ['Washington'], + cty_code: ['55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20707, lat: 43.2684 }, + }, + { + zip_code: '53137', + usps_city: 'Helenville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1690.0, + density: 20.2, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6687, lat: 43.00563 }, + }, + { + zip_code: '53139', + usps_city: 'Kansasville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2324.0, + density: 30.0, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "83.69", "55059": "16.31"}', + coty_name: ['Racine', 'Kenosha'], + cty_code: ['55101', '55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11952, lat: 42.68594 }, + }, + { + zip_code: '53404', + usps_city: 'Racine', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14996.0, + density: 1299.6, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81121, lat: 42.75379 }, + }, + { + zip_code: '53563', + usps_city: 'Milton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 11349.0, + density: 67.8, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "99.07", "55055": "0.93"}', + coty_name: ['Rock', 'Jefferson'], + cty_code: ['55105', '55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.93357, lat: 42.7917 }, + }, + { + zip_code: '53572', + usps_city: 'Mount Horeb', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 10659.0, + density: 39.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "99.84", "55045": "0.16"}', + coty_name: ['Dane', 'Green'], + cty_code: ['55025', '55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73562, lat: 42.96143 }, + }, + { + zip_code: '53586', + usps_city: 'Shullsburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2281.0, + density: 8.8, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22662, lat: 42.57309 }, + }, + { + zip_code: '53817', + usps_city: 'Patch Grove', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 41.2, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.96765, lat: 42.94508 }, + }, + { + zip_code: '53827', + usps_city: 'Woodman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 3.0, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83367, lat: 43.05207 }, + }, + { + zip_code: '53924', + usps_city: 'Cazenovia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1437.0, + density: 7.9, + primary_coty_code: '55103', + primary_coty_name: 'Richland', + county_weights: '{"55103": "97.06", "55111": "2.94"}', + coty_name: ['Richland', 'Sauk'], + cty_code: ['55103', '55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25622, lat: 43.48544 }, + }, + { + zip_code: '53947', + usps_city: 'Marquette', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 267.5, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: '{"55047": "100"}', + coty_name: ['Green Lake'], + cty_code: ['55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14009, lat: 43.74678 }, + }, + { + zip_code: '54001', + usps_city: 'Amery', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7928.0, + density: 26.4, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38718, lat: 45.33476 }, + }, + { + zip_code: '54009', + usps_city: 'Dresser', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2615.0, + density: 31.3, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57797, lat: 45.3528 }, + }, + { + zip_code: '54014', + usps_city: 'Hager City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2134.0, + density: 19.0, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56764, lat: 44.64671 }, + }, + { + zip_code: '54130', + usps_city: 'Kaukauna', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 25837.0, + density: 125.1, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "94.64", "55009": "3.58", "55015": "1.79"}', + coty_name: ['Outagamie', 'Brown', 'Calumet'], + cty_code: ['55087', '55009', '55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24169, lat: 44.31239 }, + }, + { + zip_code: '54166', + usps_city: 'Shawano', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16620.0, + density: 45.4, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.63245, lat: 44.77703 }, + }, + { + zip_code: '54406', + usps_city: 'Amherst', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3423.0, + density: 19.7, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31085, lat: 44.40962 }, + }, + { + zip_code: '54457', + usps_city: 'Nekoosa', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8155.0, + density: 23.2, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "63.81", "55001": "32.56", "55057": "3.63"}', + coty_name: ['Wood', 'Adams', 'Juneau'], + cty_code: ['55141', '55001', '55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89145, lat: 44.22743 }, + }, + { + zip_code: '54558', + usps_city: 'Saint Germain', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2000.0, + density: 18.1, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "89.3", "55085": "10.7"}', + coty_name: ['Vilas', 'Oneida'], + cty_code: ['55125', '55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50139, lat: 45.92342 }, + }, + { + zip_code: '54568', + usps_city: 'Woodruff', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5109.0, + density: 25.9, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "64.68", "55085": "35.32"}', + coty_name: ['Vilas', 'Oneida'], + cty_code: ['55125', '55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67527, lat: 45.94645 }, + }, + { + zip_code: '54601', + usps_city: 'La Crosse', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 50388.0, + density: 264.6, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "100"}', + coty_name: ['La Crosse'], + cty_code: ['55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1425, lat: 43.80439 }, + }, + { + zip_code: '54623', + usps_city: 'Coon Valley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2142.0, + density: 15.8, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "69.53", "55063": "30.47"}', + coty_name: ['Vernon', 'La Crosse'], + cty_code: ['55123', '55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01906, lat: 43.73042 }, + }, + { + zip_code: '54624', + usps_city: 'De Soto', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1422.0, + density: 8.4, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "85.83", "55023": "14.17"}', + coty_name: ['Vernon', 'Crawford'], + cty_code: ['55123', '55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13957, lat: 43.46795 }, + }, + { + zip_code: '54626', + usps_city: 'Eastman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1340.0, + density: 7.7, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "100"}', + coty_name: ['Crawford'], + cty_code: ['55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.03844, lat: 43.21702 }, + }, + { + zip_code: '54630', + usps_city: 'Galesville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4173.0, + density: 20.5, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "100"}', + coty_name: ['Trempealeau'], + cty_code: ['55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35798, lat: 44.1009 }, + }, + { + zip_code: '54667', + usps_city: 'Westby', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4818.0, + density: 21.3, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "99.28", "55063": "0.72"}', + coty_name: ['Vernon', 'La Crosse'], + cty_code: ['55123', '55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85913, lat: 43.66723 }, + }, + { + zip_code: '54729', + usps_city: 'Chippewa Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 32714.0, + density: 75.9, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "99.33", "55035": "0.67"}', + coty_name: ['Chippewa', 'Eau Claire'], + cty_code: ['55017', '55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.39495, lat: 44.94402 }, + }, + { + zip_code: '54733', + usps_city: 'Dallas', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 9.9, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "100"}', + coty_name: ['Barron'], + cty_code: ['55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85681, lat: 45.27787 }, + }, + { + zip_code: '54768', + usps_city: 'Stanley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6150.0, + density: 18.9, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: + '{"55017": "81.44", "55019": "13.19", "55035": "3.49", "55119": "1.89"}', + coty_name: ['Chippewa', 'Clark', 'Eau Claire', 'Taylor'], + cty_code: ['55017', '55019', '55035', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.92924, lat: 44.95702 }, + }, + { + zip_code: '54820', + usps_city: 'Brule', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 3.1, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "69.33", "55007": "30.67"}', + coty_name: ['Douglas', 'Bayfield'], + cty_code: ['55031', '55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56072, lat: 46.5718 }, + }, + { + zip_code: '54867', + usps_city: 'Radisson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 5.1, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "100"}', + coty_name: ['Sawyer'], + cty_code: ['55113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22066, lat: 45.78494 }, + }, + { + zip_code: '54868', + usps_city: 'Rice Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15247.0, + density: 28.1, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "99.5", "55107": "0.34", "55129": "0.16"}', + coty_name: ['Barron', 'Rusk', 'Washburn'], + cty_code: ['55005', '55107', '55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71346, lat: 45.52596 }, + }, + { + zip_code: '54875', + usps_city: 'Springbrook', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 3.7, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: '{"55129": "100"}', + coty_name: ['Washburn'], + cty_code: ['55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69431, lat: 45.97 }, + }, + { + zip_code: '54901', + usps_city: 'Oshkosh', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 37792.0, + density: 874.7, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53313, lat: 44.06283 }, + }, + { + zip_code: '55032', + usps_city: 'Harris', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3611.0, + density: 20.0, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "100"}', + coty_name: ['Chisago'], + cty_code: ['27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99162, lat: 45.58823 }, + }, + { + zip_code: '55033', + usps_city: 'Hastings', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 30140.0, + density: 82.5, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "92.66", "27163": "7.09", "27049": "0.25"}', + coty_name: ['Dakota', 'Washington', 'Goodhue'], + cty_code: ['27037', '27163', '27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.86373, lat: 44.713 }, + }, + { + zip_code: '55073', + usps_city: 'Scandia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3524.0, + density: 49.1, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "87.46", "27025": "12.54"}', + coty_name: ['Washington', 'Chisago'], + cty_code: ['27163', '27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82494, lat: 45.27293 }, + }, + { + zip_code: '55106', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 58771.0, + density: 2622.4, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04827, lat: 44.96353 }, + }, + { + zip_code: '55124', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 52889.0, + density: 1214.2, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20073, lat: 44.74557 }, + }, + { + zip_code: '55314', + usps_city: 'Buffalo Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1081.0, + density: 5.6, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "88.93", "27143": "11.07"}', + coty_name: ['Renville', 'Sibley'], + cty_code: ['27129', '27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59938, lat: 44.76936 }, + }, + { + zip_code: '55385', + usps_city: 'Stewart', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1176.0, + density: 4.7, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "77.61", "27129": "15.8", "27143": "6.58"}', + coty_name: ['McLeod', 'Renville', 'Sibley'], + cty_code: ['27085', '27129', '27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49127, lat: 44.73835 }, + }, + { + zip_code: '55395', + usps_city: 'Winsted', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2784.0, + density: 52.5, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "98.51", "27019": "1.49"}', + coty_name: ['McLeod', 'Carver'], + cty_code: ['27085', '27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06546, lat: 44.9534 }, + }, + { + zip_code: '55431', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18275.0, + density: 882.2, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31243, lat: 44.82605 }, + }, + { + zip_code: '55446', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25437.0, + density: 965.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48754, lat: 45.04404 }, + }, + { + zip_code: '55606', + usps_city: 'Hovland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 0.6, + primary_coty_code: '27031', + primary_coty_name: 'Cook', + county_weights: '{"27031": "100"}', + coty_name: ['Cook'], + cty_code: ['27031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99773, lat: 47.93521 }, + }, + { + zip_code: '55731', + usps_city: 'Ely', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5896.0, + density: 2.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "90.33", "27075": "9.67"}', + coty_name: ['St. Louis', 'Lake'], + cty_code: ['27137', '27075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65229, lat: 47.97722 }, + }, + { + zip_code: '55753', + usps_city: 'Keewatin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1013.0, + density: 519.1, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08159, lat: 47.39547 }, + }, + { + zip_code: '55765', + usps_city: 'Meadowlands', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 1.8, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76083, lat: 47.10843 }, + }, + { + zip_code: '55786', + usps_city: 'Taconite', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 30.0, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39046, lat: 47.31638 }, + }, + { + zip_code: '55804', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14907.0, + density: 63.0, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93249, lat: 46.93687 }, + }, + { + zip_code: '55934', + usps_city: 'Eyota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3231.0, + density: 15.7, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "100"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26424, lat: 44.00402 }, + }, + { + zip_code: '55940', + usps_city: 'Hayfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2839.0, + density: 12.1, + primary_coty_code: '27039', + primary_coty_name: 'Dodge', + county_weights: '{"27039": "95.57", "27109": "4.43"}', + coty_name: ['Dodge', 'Olmsted'], + cty_code: ['27039', '27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80423, lat: 43.89491 }, + }, + { + zip_code: '55945', + usps_city: 'Kellogg', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1254.0, + density: 4.9, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "100"}', + coty_name: ['Wabasha'], + cty_code: ['27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.06606, lat: 44.27089 }, + }, + { + zip_code: '56088', + usps_city: 'Truman', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1767.0, + density: 5.4, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "87.46", "27165": "10.07", "27013": "2.47"}', + coty_name: ['Martin', 'Watonwan', 'Blue Earth'], + cty_code: ['27091', '27165', '27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44562, lat: 43.82613 }, + }, + { + zip_code: '56114', + usps_city: 'Avoca', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 2.8, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "100"}', + coty_name: ['Murray'], + cty_code: ['27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59835, lat: 43.97713 }, + }, + { + zip_code: '56153', + usps_city: 'Leota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 23.4, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01097, lat: 43.8331 }, + }, + { + zip_code: '56225', + usps_city: 'Clinton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 2.6, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "100"}', + coty_name: ['Big Stone'], + cty_code: ['27011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.4369, lat: 45.45313 }, + }, + { + zip_code: '56244', + usps_city: 'Hancock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1529.0, + density: 4.9, + primary_coty_code: '27149', + primary_coty_name: 'Stevens', + county_weights: '{"27149": "85.03", "27121": "13.5", "27151": "1.47"}', + coty_name: ['Stevens', 'Pope', 'Swift'], + cty_code: ['27149', '27121', '27151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.78307, lat: 45.48197 }, + }, + { + zip_code: '56258', + usps_city: 'Marshall', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 15505.0, + density: 30.9, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "99.69", "27127": "0.31"}', + coty_name: ['Lyon', 'Redwood'], + cty_code: ['27083', '27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.76046, lat: 44.44389 }, + }, + { + zip_code: '56279', + usps_city: 'Pennock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1397.0, + density: 9.0, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17399, lat: 45.21742 }, + }, + { + zip_code: '56284', + usps_city: 'Renville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2039.0, + density: 5.6, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "93.08", "27067": "6.54", "27127": "0.38"}', + coty_name: ['Renville', 'Kandiyohi', 'Redwood'], + cty_code: ['27129', '27067', '27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20234, lat: 44.78469 }, + }, + { + zip_code: '56312', + usps_city: 'Belgrade', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2673.0, + density: 5.9, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "81.56", "27067": "18.44"}', + coty_name: ['Stearns', 'Kandiyohi'], + cty_code: ['27145', '27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.95258, lat: 45.4635 }, + }, + { + zip_code: '56328', + usps_city: 'Flensburg', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 42.1, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "100"}', + coty_name: ['Morrison'], + cty_code: ['27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.51757, lat: 45.9547 }, + }, + { + zip_code: '56359', + usps_city: 'Onamia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3673.0, + density: 7.3, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "100"}', + coty_name: ['Mille Lacs'], + cty_code: ['27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66374, lat: 46.08377 }, + }, + { + zip_code: '56438', + usps_city: 'Browerville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2717.0, + density: 7.3, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "100"}', + coty_name: ['Todd'], + cty_code: ['27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80893, lat: 46.13804 }, + }, + { + zip_code: '56448', + usps_city: 'Fifty Lakes', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 4.3, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "92.47", "27021": "7.53"}', + coty_name: ['Crow Wing', 'Cass'], + cty_code: ['27035', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.09042, lat: 46.76812 }, + }, + { + zip_code: '56521', + usps_city: 'Callaway', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 4.3, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89688, lat: 46.99834 }, + }, + { + zip_code: '56580', + usps_city: 'Sabin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 8.4, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60707, lat: 46.73588 }, + }, + { + zip_code: '56681', + usps_city: 'Squaw Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 1.0, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.25265, lat: 47.60997 }, + }, + { + zip_code: '56759', + usps_city: 'Strathcona', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 0.6, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "73.9", "27089": "26.1"}', + coty_name: ['Roseau', 'Marshall'], + cty_code: ['27135', '27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08797, lat: 48.54587 }, + }, + { + zip_code: '57021', + usps_city: 'Davis', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 3.1, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "100"}', + coty_name: ['Turner'], + cty_code: ['46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97796, lat: 43.27028 }, + }, + { + zip_code: '57035', + usps_city: 'Humboldt', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 4.8, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "97.5", "46087": "2.5"}', + coty_name: ['Minnehaha', 'McCook'], + cty_code: ['46099', '46087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07453, lat: 43.63214 }, + }, + { + zip_code: '57266', + usps_city: 'Summit', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 1.8, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "64.74", "46051": "35.26"}', + coty_name: ['Roberts', 'Grant'], + cty_code: ['46109', '46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09701, lat: 45.27903 }, + }, + { + zip_code: '57376', + usps_city: 'Tripp', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 2.3, + primary_coty_code: '46067', + primary_coty_name: 'Hutchinson', + county_weights: '{"46067": "92.28", "46009": "7.72"}', + coty_name: ['Hutchinson', 'Bon Homme'], + cty_code: ['46067', '46009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94065, lat: 43.21571 }, + }, + { + zip_code: '57540', + usps_city: 'Holabird', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 0.3, + primary_coty_code: '46069', + primary_coty_name: 'Hyde', + county_weights: '{"46069": "100"}', + coty_name: ['Hyde'], + cty_code: ['46069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.6073, lat: 44.51898 }, + }, + { + zip_code: '57555', + usps_city: 'Mission', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4292.0, + density: 4.0, + primary_coty_code: '46121', + primary_coty_name: 'Todd', + county_weights: '{"46121": "100"}', + coty_name: ['Todd'], + cty_code: ['46121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.6321, lat: 43.24342 }, + }, + { + zip_code: '57571', + usps_city: 'Saint Charles', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 8.0, + density: 7.9, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "100"}', + coty_name: ['Gregory'], + cty_code: ['46053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.09257, lat: 43.08528 }, + }, + { + zip_code: '57577', + usps_city: 'Wanblee', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1741.0, + density: 2.8, + primary_coty_code: '46071', + primary_coty_name: 'Jackson', + county_weights: '{"46071": "99.34", "46007": "0.66"}', + coty_name: ['Jackson', 'Bennett'], + cty_code: ['46071', '46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.67957, lat: 43.5417 }, + }, + { + zip_code: '57621', + usps_city: 'Bullhead', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 1.6, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "100"}', + coty_name: ['Corson'], + cty_code: ['46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.07488, lat: 45.7492 }, + }, + { + zip_code: '58004', + usps_city: 'Amenia', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 2.0, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26258, lat: 47.02568 }, + }, + { + zip_code: '58201', + usps_city: 'Grand Forks', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 40643.0, + density: 222.1, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14106, lat: 47.87121 }, + }, + { + zip_code: '58210', + usps_city: 'Adams', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 0.8, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "100"}', + coty_name: ['Walsh'], + cty_code: ['38099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.10711, lat: 48.40897 }, + }, + { + zip_code: '58239', + usps_city: 'Hannah', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.1, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.70665, lat: 48.94042 }, + }, + { + zip_code: '58425', + usps_city: 'Cooperstown', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1426.0, + density: 2.6, + primary_coty_code: '38039', + primary_coty_name: 'Griggs', + county_weights: '{"38039": "100"}', + coty_name: ['Griggs'], + cty_code: ['38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1243, lat: 47.45614 }, + }, + { + zip_code: '58477', + usps_city: 'Regan', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.3, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.50904, lat: 47.21577 }, + }, + { + zip_code: '58544', + usps_city: 'Hazelton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 558.0, + density: 0.6, + primary_coty_code: '38029', + primary_coty_name: 'Emmons', + county_weights: '{"38029": "100"}', + coty_name: ['Emmons'], + cty_code: ['38029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.36917, lat: 46.50851 }, + }, + { + zip_code: '58561', + usps_city: 'Napoleon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1055.0, + density: 1.2, + primary_coty_code: '38047', + primary_coty_name: 'Logan', + county_weights: '{"38047": "100"}', + coty_name: ['Logan'], + cty_code: ['38047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68333, lat: 46.48704 }, + }, + { + zip_code: '58573', + usps_city: 'Strasburg', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 1.1, + primary_coty_code: '38029', + primary_coty_name: 'Emmons', + county_weights: '{"38029": "100"}', + coty_name: ['Emmons'], + cty_code: ['38029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.20329, lat: 46.10009 }, + }, + { + zip_code: '58734', + usps_city: 'Donnybrook', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 0.7, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "57.26", "38061": "31.54", "38075": "11.2"}', + coty_name: ['Ward', 'Mountrail', 'Renville'], + cty_code: ['38101', '38061', '38075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.94471, lat: 48.51538 }, + }, + { + zip_code: '59024', + usps_city: 'Custer', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 0.3, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "90.51", "30003": "9.49"}', + coty_name: ['Yellowstone', 'Big Horn'], + cty_code: ['30111', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.71123, lat: 46.20104 }, + }, + { + zip_code: '59064', + usps_city: 'Pompeys Pillar', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 0.6, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "89.08", "30003": "10.92"}', + coty_name: ['Yellowstone', 'Big Horn'], + cty_code: ['30111', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.90781, lat: 45.88238 }, + }, + { + zip_code: '59418', + usps_city: 'Buffalo', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 0.3, + primary_coty_code: '30045', + primary_coty_name: 'Judith Basin', + county_weights: '{"30045": "77.89", "30027": "22.11"}', + coty_name: ['Judith Basin', 'Fergus'], + cty_code: ['30045', '30027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.91236, lat: 46.79849 }, + }, + { + zip_code: '59453', + usps_city: 'Judith Gap', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 0.2, + primary_coty_code: '30107', + primary_coty_name: 'Wheatland', + county_weights: '{"30107": "76.52", "30027": "18.78", "30045": "4.7"}', + coty_name: ['Wheatland', 'Fergus', 'Judith Basin'], + cty_code: ['30107', '30027', '30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.63272, lat: 46.64953 }, + }, + { + zip_code: '59463', + usps_city: 'Monarch', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 0.1, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100", "30045": "0"}', + coty_name: ['Cascade', 'Judith Basin'], + cty_code: ['30013', '30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.83089, lat: 47.03563 }, + }, + { + zip_code: '59601', + usps_city: 'Helena', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 31901.0, + density: 89.2, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "99.94", "30043": "0.06"}', + coty_name: ['Lewis and Clark', 'Jefferson'], + cty_code: ['30049', '30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.17642, lat: 46.53983 }, + }, + { + zip_code: '59714', + usps_city: 'Belgrade', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 20759.0, + density: 18.0, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "100"}', + coty_name: ['Gallatin'], + cty_code: ['30031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.13976, lat: 45.97984 }, + }, + { + zip_code: '59855', + usps_city: 'Pablo', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 415.4, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.11852, lat: 47.60547 }, + }, + { + zip_code: '59865', + usps_city: 'Saint Ignatius', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3870.0, + density: 9.6, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.01011, lat: 47.32883 }, + }, + { + zip_code: '60015', + usps_city: 'Deerfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 27529.0, + density: 784.0, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "99.36", "17031": "0.64"}', + coty_name: ['Lake', 'Cook'], + cty_code: ['17097', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87481, lat: 42.17251 }, + }, + { + zip_code: '60045', + usps_city: 'Lake Forest', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21134.0, + density: 384.7, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86978, lat: 42.23839 }, + }, + { + zip_code: '60053', + usps_city: 'Morton Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23089.0, + density: 1773.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78897, lat: 42.04234 }, + }, + { + zip_code: '60062', + usps_city: 'Northbrook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40686.0, + density: 848.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84438, lat: 42.12656 }, + }, + { + zip_code: '60085', + usps_city: 'Waukegan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 70700.0, + density: 1815.6, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86825, lat: 42.35333 }, + }, + { + zip_code: '60139', + usps_city: 'Glendale Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 34160.0, + density: 2375.4, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07787, lat: 41.91932 }, + }, + { + zip_code: '60155', + usps_city: 'Broadview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7755.0, + density: 1611.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85636, lat: 41.85781 }, + }, + { + zip_code: '60401', + usps_city: 'Beecher', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7990.0, + density: 54.3, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "98.68", "17091": "1.32"}', + coty_name: ['Will', 'Kankakee'], + cty_code: ['17197', '17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61375, lat: 41.34397 }, + }, + { + zip_code: '60531', + usps_city: 'Leland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 11.9, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "90.22", "17037": "9.78"}', + coty_name: ['LaSalle', 'DeKalb'], + cty_code: ['17099', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.78691, lat: 41.6157 }, + }, + { + zip_code: '60540', + usps_city: 'Naperville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 45187.0, + density: 1320.5, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14515, lat: 41.76365 }, + }, + { + zip_code: '60661', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10354.0, + density: 13448.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64401, lat: 41.88309 }, + }, + { + zip_code: '60910', + usps_city: 'Aroma Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 575.0, + density: 442.7, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80859, lat: 41.07877 }, + }, + { + zip_code: '61241', + usps_city: 'Colona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7035.0, + density: 150.5, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32095, lat: 41.4885 }, + }, + { + zip_code: '61310', + usps_city: 'Amboy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3825.0, + density: 13.8, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34998, lat: 41.70002 }, + }, + { + zip_code: '61318', + usps_city: 'Compton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 8.6, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07967, lat: 41.71213 }, + }, + { + zip_code: '61335', + usps_city: 'McNabb', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 7.5, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "100"}', + coty_name: ['Putnam'], + cty_code: ['17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22467, lat: 41.16353 }, + }, + { + zip_code: '61363', + usps_city: 'Standard', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 215.3, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "100"}', + coty_name: ['Putnam'], + cty_code: ['17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18246, lat: 41.25423 }, + }, + { + zip_code: '61453', + usps_city: 'Little York', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 3.8, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "74.9", "17071": "25.1"}', + coty_name: ['Warren', 'Henderson'], + cty_code: ['17187', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76418, lat: 41.01218 }, + }, + { + zip_code: '61489', + usps_city: 'Williamsfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 6.5, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "99.33", "17143": "0.67"}', + coty_name: ['Knox', 'Peoria'], + cty_code: ['17095', '17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02847, lat: 40.93399 }, + }, + { + zip_code: '61544', + usps_city: 'London Mills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 8.5, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "86.96", "17095": "13.04"}', + coty_name: ['Fulton', 'Knox'], + cty_code: ['17057', '17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24007, lat: 40.69175 }, + }, + { + zip_code: '61611', + usps_city: 'East Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24303.0, + density: 229.3, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "84.55", "17203": "15.45"}', + coty_name: ['Tazewell', 'Woodford'], + cty_code: ['17179', '17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53566, lat: 40.71049 }, + }, + { + zip_code: '61720', + usps_city: 'Anchor', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 3.0, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.51447, lat: 40.55471 }, + }, + { + zip_code: '61755', + usps_city: 'Mackinaw', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4783.0, + density: 37.6, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33596, lat: 40.52794 }, + }, + { + zip_code: '61848', + usps_city: 'Henning', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 120.8, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70278, lat: 40.30806 }, + }, + { + zip_code: '61857', + usps_city: 'Muncie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 230.2, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84223, lat: 40.11662 }, + }, + { + zip_code: '61872', + usps_city: 'Sadorus', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 6.9, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "97.24", "17041": "2.76"}', + coty_name: ['Champaign', 'Douglas'], + cty_code: ['17019', '17041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37719, lat: 39.9387 }, + }, + { + zip_code: '61957', + usps_city: 'Windsor', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1789.0, + density: 8.4, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "96.2", "17139": "3.8"}', + coty_name: ['Shelby', 'Moultrie'], + cty_code: ['17173', '17139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.61112, lat: 39.43961 }, + }, + { + zip_code: '62030', + usps_city: 'Fidelity', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 773.6, + primary_coty_code: '17083', + primary_coty_name: 'Jersey', + county_weights: '{"17083": "100"}', + coty_name: ['Jersey'], + cty_code: ['17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16445, lat: 39.15463 }, + }, + { + zip_code: '62053', + usps_city: 'Kampsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 4.6, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66106, lat: 39.32513 }, + }, + { + zip_code: '62086', + usps_city: 'Sorento', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 8.9, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "91.93", "17135": "8.07"}', + coty_name: ['Bond', 'Montgomery'], + cty_code: ['17005', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58099, lat: 38.9825 }, + }, + { + zip_code: '62095', + usps_city: 'Wood River', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10471.0, + density: 582.1, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0692, lat: 38.86228 }, + }, + { + zip_code: '62250', + usps_city: 'Hoffman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 475.1, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.266, lat: 38.54083 }, + }, + { + zip_code: '62254', + usps_city: 'Lebanon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6189.0, + density: 63.1, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82137, lat: 38.60743 }, + }, + { + zip_code: '62439', + usps_city: 'Lawrenceville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7107.0, + density: 19.5, + primary_coty_code: '17101', + primary_coty_name: 'Lawrence', + county_weights: '{"17101": "100"}', + coty_name: ['Lawrence'], + cty_code: ['17101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63528, lat: 38.74656 }, + }, + { + zip_code: '62440', + usps_city: 'Lerna', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 12.9, + primary_coty_code: '17029', + primary_coty_name: 'Coles', + county_weights: '{"17029": "82.22", "17035": "17.78"}', + coty_name: ['Coles', 'Cumberland'], + cty_code: ['17029', '17035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26791, lat: 39.3955 }, + }, + { + zip_code: '62480', + usps_city: 'Willow Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 3.3, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "100"}', + coty_name: ['Jasper'], + cty_code: ['17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00156, lat: 38.99856 }, + }, + { + zip_code: '62537', + usps_city: 'Harristown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 33.2, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09467, lat: 39.85317 }, + }, + { + zip_code: '62550', + usps_city: 'Moweaqua', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2790.0, + density: 12.1, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "84.56", "17021": "13.87", "17115": "1.57"}', + coty_name: ['Shelby', 'Christian', 'Macon'], + cty_code: ['17173', '17021', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99191, lat: 39.61145 }, + }, + { + zip_code: '62557', + usps_city: 'Pana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7127.0, + density: 22.1, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "90.67", "17173": "8.57", "17135": "0.76"}', + coty_name: ['Christian', 'Shelby', 'Montgomery'], + cty_code: ['17021', '17173', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10482, lat: 39.39705 }, + }, + { + zip_code: '62806', + usps_city: 'Albion', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3419.0, + density: 12.9, + primary_coty_code: '17047', + primary_coty_name: 'Edwards', + county_weights: '{"17047": "100"}', + coty_name: ['Edwards'], + cty_code: ['17047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07486, lat: 38.38184 }, + }, + { + zip_code: '62844', + usps_city: 'Grayville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2081.0, + density: 18.2, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "54.54", "17047": "45.46"}', + coty_name: ['White', 'Edwards'], + cty_code: ['17193', '17047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04625, lat: 38.25814 }, + }, + { + zip_code: '62886', + usps_city: 'Sims', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 3.3, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53984, lat: 38.37892 }, + }, + { + zip_code: '62979', + usps_city: 'Ridgway', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1020.0, + density: 5.2, + primary_coty_code: '17059', + primary_coty_name: 'Gallatin', + county_weights: '{"17059": "100"}', + coty_name: ['Gallatin'], + cty_code: ['17059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19181, lat: 37.8161 }, + }, + { + zip_code: '63084', + usps_city: 'Union', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 19186.0, + density: 98.6, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01283, lat: 38.41787 }, + }, + { + zip_code: '63106', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10624.0, + density: 1818.5, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20839, lat: 38.64445 }, + }, + { + zip_code: '63121', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 23561.0, + density: 1268.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30136, lat: 38.70721 }, + }, + { + zip_code: '63376', + usps_city: 'Saint Peters', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 75395.0, + density: 701.1, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.61738, lat: 38.79989 }, + }, + { + zip_code: '63433', + usps_city: 'Ashburn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "100"}', + coty_name: ['Pike'], + cty_code: ['29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13169, lat: 39.53296 }, + }, + { + zip_code: '63540', + usps_city: 'Gibbs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 4.9, + primary_coty_code: '29001', + primary_coty_name: 'Adair', + county_weights: '{"29001": "100"}', + coty_name: ['Adair'], + cty_code: ['29001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40659, lat: 40.10398 }, + }, + { + zip_code: '63543', + usps_city: 'Gorin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 2.9, + primary_coty_code: '29199', + primary_coty_name: 'Scotland', + county_weights: '{"29199": "100"}', + coty_name: ['Scotland'], + cty_code: ['29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00855, lat: 40.35696 }, + }, + { + zip_code: '63566', + usps_city: 'Winigan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 1.2, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "79.2", "29115": "20.8"}', + coty_name: ['Sullivan', 'Linn'], + cty_code: ['29211', '29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9253, lat: 40.0503 }, + }, + { + zip_code: '63801', + usps_city: 'Sikeston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22636.0, + density: 41.7, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "87.48", "29143": "12.29", "29207": "0.23"}', + coty_name: ['Scott', 'New Madrid', 'Stoddard'], + cty_code: ['29201', '29143', '29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.6053, lat: 36.89805 }, + }, + { + zip_code: '63951', + usps_city: 'Lowndes', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 2.3, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26341, lat: 37.12085 }, + }, + { + zip_code: '64063', + usps_city: 'Lees Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20102.0, + density: 1239.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35166, lat: 38.912 }, + }, + { + zip_code: '64072', + usps_city: 'Missouri City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 232.4, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29343, lat: 39.23946 }, + }, + { + zip_code: '64081', + usps_city: 'Lees Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 24507.0, + density: 663.3, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40411, lat: 38.90705 }, + }, + { + zip_code: '64126', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6606.0, + density: 1025.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49617, lat: 39.09042 }, + }, + { + zip_code: '64127', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15772.0, + density: 1455.2, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53856, lat: 39.08914 }, + }, + { + zip_code: '64441', + usps_city: 'Denver', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.7, + primary_coty_code: '29227', + primary_coty_name: 'Worth', + county_weights: '{"29227": "71.91", "29075": "28.09"}', + coty_name: ['Worth', 'Gentry'], + cty_code: ['29227', '29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26605, lat: 40.3982 }, + }, + { + zip_code: '64448', + usps_city: 'Faucett', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 10.1, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81899, lat: 39.59986 }, + }, + { + zip_code: '64752', + usps_city: 'Hume', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 745.0, + density: 4.3, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "73.2", "29217": "26.8"}', + coty_name: ['Bates', 'Vernon'], + cty_code: ['29013', '29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56768, lat: 38.06547 }, + }, + { + zip_code: '64840', + usps_city: 'Diamond', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2984.0, + density: 22.6, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "88.94", "29097": "11.06"}', + coty_name: ['Newton', 'Jasper'], + cty_code: ['29145', '29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33319, lat: 37.01818 }, + }, + { + zip_code: '65017', + usps_city: 'Brumley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 6.1, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "99.81", "29029": "0.19"}', + coty_name: ['Miller', 'Camden'], + cty_code: ['29131', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.49776, lat: 38.09075 }, + }, + { + zip_code: '65260', + usps_city: 'Jacksonville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 3.9, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "87.8", "29121": "8.01", "29137": "4.18"}', + coty_name: ['Randolph', 'Macon', 'Monroe'], + cty_code: ['29175', '29121', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39629, lat: 39.58659 }, + }, + { + zip_code: '65287', + usps_city: 'Wooldridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 3.9, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "77.25", "29135": "22.75"}', + coty_name: ['Cooper', 'Moniteau'], + cty_code: ['29053', '29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52653, lat: 38.88948 }, + }, + { + zip_code: '65336', + usps_city: 'Knob Noster', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6060.0, + density: 20.1, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "98.93", "29159": "1.07"}', + coty_name: ['Johnson', 'Pettis'], + cty_code: ['29101', '29159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.56732, lat: 38.78331 }, + }, + { + zip_code: '65441', + usps_city: 'Bourbon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5613.0, + density: 12.4, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "97.4", "29221": "2.29", "29071": "0.31"}', + coty_name: ['Crawford', 'Washington', 'Franklin'], + cty_code: ['29055', '29221', '29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1562, lat: 38.08959 }, + }, + { + zip_code: '65529', + usps_city: 'Jerome', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 158.4, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: '{"29161": "100"}', + coty_name: ['Phelps'], + cty_code: ['29161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.98636, lat: 37.92393 }, + }, + { + zip_code: '65560', + usps_city: 'Salem', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14443.0, + density: 8.1, + primary_coty_code: '29065', + primary_coty_name: 'Dent', + county_weights: + '{"29065": "96.11", "29055": "1.97", "29203": "1.44", "29161": "0.48"}', + coty_name: ['Dent', 'Crawford', 'Shannon', 'Phelps'], + cty_code: ['29065', '29055', '29203', '29161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.49928, lat: 37.59664 }, + }, + { + zip_code: '65634', + usps_city: 'Cross Timbers', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 2.6, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "98.04", "29015": "1.44", "29029": "0.52"}', + coty_name: ['Hickory', 'Benton', 'Camden'], + cty_code: ['29085', '29015', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19243, lat: 38.02347 }, + }, + { + zip_code: '65723', + usps_city: 'Pierce City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3211.0, + density: 14.0, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "75.87", "29145": "17.39", "29009": "6.74"}', + coty_name: ['Lawrence', 'Newton', 'Barry'], + cty_code: ['29109', '29145', '29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04273, lat: 36.96002 }, + }, + { + zip_code: '65787', + usps_city: 'Roach', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 12.7, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "100"}', + coty_name: ['Camden'], + cty_code: ['29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88945, lat: 38.06892 }, + }, + { + zip_code: '66040', + usps_city: 'La Cygne', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3305.0, + density: 8.8, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "91.6", "20121": "8.4"}', + coty_name: ['Linn', 'Miami'], + cty_code: ['20107', '20121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.74359, lat: 38.35272 }, + }, + { + zip_code: '66043', + usps_city: 'Lansing', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10941.0, + density: 321.9, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "100"}', + coty_name: ['Leavenworth'], + cty_code: ['20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8784, lat: 39.25162 }, + }, + { + zip_code: '66073', + usps_city: 'Perry', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2598.0, + density: 15.3, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "100"}', + coty_name: ['Jefferson'], + cty_code: ['20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3763, lat: 39.09016 }, + }, + { + zip_code: '66208', + usps_city: 'Prairie Village', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21264.0, + density: 1260.6, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62965, lat: 38.99923 }, + }, + { + zip_code: '66414', + usps_city: 'Carbondale', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2973.0, + density: 18.8, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "100"}', + coty_name: ['Osage'], + cty_code: ['20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68859, lat: 38.82943 }, + }, + { + zip_code: '66431', + usps_city: 'Harveyville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 4.0, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "92.7", "20177": "7.3"}', + coty_name: ['Wabaunsee', 'Shawnee'], + cty_code: ['20197', '20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00433, lat: 38.80471 }, + }, + { + zip_code: '66509', + usps_city: 'Mayetta', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2996.0, + density: 9.1, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "100"}', + coty_name: ['Jackson'], + cty_code: ['20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.78046, lat: 39.33308 }, + }, + { + zip_code: '66515', + usps_city: 'Morrill', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 5.0, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "100"}', + coty_name: ['Brown'], + cty_code: ['20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70344, lat: 39.94204 }, + }, + { + zip_code: '66528', + usps_city: 'Quenemo', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 4.3, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "86.67", "20059": "13.33"}', + coty_name: ['Osage', 'Franklin'], + cty_code: ['20139', '20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53602, lat: 38.59798 }, + }, + { + zip_code: '66544', + usps_city: 'Vermillion', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 1.7, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "92.58", "20131": "7.42"}', + coty_name: ['Marshall', 'Nemaha'], + cty_code: ['20117', '20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.27802, lat: 39.6945 }, + }, + { + zip_code: '66619', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2987.0, + density: 144.9, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68821, lat: 38.94778 }, + }, + { + zip_code: '66930', + usps_city: 'Agenda', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 1.3, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48045, lat: 39.70368 }, + }, + { + zip_code: '67008', + usps_city: 'Atlanta', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 653.0, + density: 2.0, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "78.96", "20015": "21.04"}', + coty_name: ['Cowley', 'Butler'], + cty_code: ['20035', '20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78489, lat: 37.47776 }, + }, + { + zip_code: '67047', + usps_city: 'Fall River', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 1.7, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "59.23", "20205": "29", "20049": "11.76"}', + coty_name: ['Greenwood', 'Wilson', 'Elk'], + cty_code: ['20073', '20205', '20049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04727, lat: 37.62477 }, + }, + { + zip_code: '67072', + usps_city: 'Latham', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 0.7, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "93.44", "20035": "6.56"}', + coty_name: ['Butler', 'Cowley'], + cty_code: ['20015', '20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61056, lat: 37.54523 }, + }, + { + zip_code: '67140', + usps_city: 'South Haven', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 907.0, + density: 2.6, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "100"}', + coty_name: ['Sumner'], + cty_code: ['20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35645, lat: 37.07934 }, + }, + { + zip_code: '67146', + usps_city: 'Udall', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2030.0, + density: 9.9, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "92.3", "20191": "7.7"}', + coty_name: ['Cowley', 'Sumner'], + cty_code: ['20035', '20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10311, lat: 37.3894 }, + }, + { + zip_code: '67416', + usps_city: 'Assaria', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1080.0, + density: 6.7, + primary_coty_code: '20169', + primary_coty_name: 'Saline', + county_weights: '{"20169": "100"}', + coty_name: ['Saline'], + cty_code: ['20169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58048, lat: 38.67393 }, + }, + { + zip_code: '67442', + usps_city: 'Falun', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 2.3, + primary_coty_code: '20169', + primary_coty_name: 'Saline', + county_weights: '{"20169": "100"}', + coty_name: ['Saline'], + cty_code: ['20169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.77637, lat: 38.65602 }, + }, + { + zip_code: '67513', + usps_city: 'Alexander', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 0.5, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "100"}', + coty_name: ['Rush'], + cty_code: ['20165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.54501, lat: 38.44699 }, + }, + { + zip_code: '67552', + usps_city: 'Lewis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 579.0, + density: 1.2, + primary_coty_code: '20047', + primary_coty_name: 'Edwards', + county_weights: '{"20047": "100"}', + coty_name: ['Edwards'], + cty_code: ['20047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.22853, lat: 37.86625 }, + }, + { + zip_code: '67560', + usps_city: 'Ness City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1750.0, + density: 2.0, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: '{"20135": "100"}', + coty_name: ['Ness'], + cty_code: ['20135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.95133, lat: 38.39492 }, + }, + { + zip_code: '67643', + usps_city: 'Jennings', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 0.6, + primary_coty_code: '20039', + primary_coty_name: 'Decatur', + county_weights: '{"20039": "100"}', + coty_name: ['Decatur'], + cty_code: ['20039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.30101, lat: 39.67623 }, + }, + { + zip_code: '67658', + usps_city: 'Paradise', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.4, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "86.67", "20141": "13.33"}', + coty_name: ['Russell', 'Osborne'], + cty_code: ['20167', '20141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.9312, lat: 39.10589 }, + }, + { + zip_code: '67675', + usps_city: 'Woodston', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 0.7, + primary_coty_code: '20163', + primary_coty_name: 'Rooks', + county_weights: '{"20163": "100"}', + coty_name: ['Rooks'], + cty_code: ['20163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.1, lat: 39.44076 }, + }, + { + zip_code: '67764', + usps_city: 'Winona', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 0.3, + primary_coty_code: '20109', + primary_coty_name: 'Logan', + county_weights: '{"20109": "87.54", "20193": "12.46"}', + coty_name: ['Logan', 'Thomas'], + cty_code: ['20109', '20193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.20644, lat: 38.92284 }, + }, + { + zip_code: '67877', + usps_city: 'Sublette', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2285.0, + density: 3.5, + primary_coty_code: '20081', + primary_coty_name: 'Haskell', + county_weights: '{"20081": "98.67", "20175": "1.33"}', + coty_name: ['Haskell', 'Seward'], + cty_code: ['20081', '20175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.84549, lat: 37.54986 }, + }, + { + zip_code: '68045', + usps_city: 'Oakland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1982.0, + density: 8.1, + primary_coty_code: '31021', + primary_coty_name: 'Burt', + county_weights: '{"31021": "93.61", "31039": "6.39"}', + coty_name: ['Burt', 'Cuming'], + cty_code: ['31021', '31039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49652, lat: 41.8256 }, + }, + { + zip_code: '68314', + usps_city: 'Bee', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 4.6, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.02761, lat: 41.01276 }, + }, + { + zip_code: '68322', + usps_city: 'Bruning', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 2.9, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "91.36", "31059": "8.64"}', + coty_name: ['Thayer', 'Fillmore'], + cty_code: ['31169', '31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55624, lat: 40.33882 }, + }, + { + zip_code: '68340', + usps_city: 'Deshler', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 6.0, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74719, lat: 40.13255 }, + }, + { + zip_code: '68357', + usps_city: 'Filley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 2.4, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55112, lat: 40.31658 }, + }, + { + zip_code: '68361', + usps_city: 'Geneva', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2382.0, + density: 9.5, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "100"}', + coty_name: ['Fillmore'], + cty_code: ['31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60023, lat: 40.50993 }, + }, + { + zip_code: '68413', + usps_city: 'Nehawka', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 4.8, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "94", "31131": "6"}', + coty_name: ['Cass', 'Otoe'], + cty_code: ['31025', '31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01229, lat: 40.83779 }, + }, + { + zip_code: '68452', + usps_city: 'Ong', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 2.3, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "100"}', + coty_name: ['Clay'], + cty_code: ['31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85229, lat: 40.39446 }, + }, + { + zip_code: '68455', + usps_city: 'Union', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 4.4, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90087, lat: 40.82569 }, + }, + { + zip_code: '68460', + usps_city: 'Waco', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 2.9, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "100"}', + coty_name: ['York'], + cty_code: ['31185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43027, lat: 40.89459 }, + }, + { + zip_code: '68622', + usps_city: 'Bartlett', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.5, + primary_coty_code: '31183', + primary_coty_name: 'Wheeler', + county_weights: '{"31183": "100"}', + coty_name: ['Wheeler'], + cty_code: ['31183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58052, lat: 41.94182 }, + }, + { + zip_code: '68723', + usps_city: 'Carroll', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 547.0, + density: 3.0, + primary_coty_code: '31179', + primary_coty_name: 'Wayne', + county_weights: '{"31179": "100"}', + coty_name: ['Wayne'], + cty_code: ['31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21192, lat: 42.286 }, + }, + { + zip_code: '68725', + usps_city: 'Chambers', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 1.2, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.7771, lat: 42.20223 }, + }, + { + zip_code: '68756', + usps_city: 'Neligh', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1995.0, + density: 5.9, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "100"}', + coty_name: ['Antelope'], + cty_code: ['31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.98003, lat: 42.19063 }, + }, + { + zip_code: '68769', + usps_city: 'Plainview', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1693.0, + density: 4.6, + primary_coty_code: '31139', + primary_coty_name: 'Pierce', + county_weights: '{"31139": "89.81", "31003": "10.19"}', + coty_name: ['Pierce', 'Antelope'], + cty_code: ['31139', '31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.81212, lat: 42.32227 }, + }, + { + zip_code: '68786', + usps_city: 'Wausa', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 2.9, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "95.18", "31027": "4.82"}', + coty_name: ['Knox', 'Cedar'], + cty_code: ['31107', '31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55664, lat: 42.50576 }, + }, + { + zip_code: '68840', + usps_city: 'Gibbon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3241.0, + density: 8.6, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "96.54", "31099": "3.46"}', + coty_name: ['Buffalo', 'Kearney'], + cty_code: ['31019', '31099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88117, lat: 40.75845 }, + }, + { + zip_code: '68959', + usps_city: 'Minden', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3719.0, + density: 4.7, + primary_coty_code: '31099', + primary_coty_name: 'Kearney', + county_weights: '{"31099": "100"}', + coty_name: ['Kearney'], + cty_code: ['31099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.91426, lat: 40.48589 }, + }, + { + zip_code: '68967', + usps_city: 'Oxford', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 979.0, + density: 2.0, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "70.32", "31083": "29.68"}', + coty_name: ['Furnas', 'Harlan'], + cty_code: ['31065', '31083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.62433, lat: 40.25369 }, + }, + { + zip_code: '68980', + usps_city: 'Trumbull', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 5.9, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "72.16", "31001": "13.92", "31081": "13.92"}', + coty_name: ['Clay', 'Adams', 'Hamilton'], + cty_code: ['31035', '31001', '31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.25261, lat: 40.68125 }, + }, + { + zip_code: '69041', + usps_city: 'Parks', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 0.2, + primary_coty_code: '31057', + primary_coty_name: 'Dundy', + county_weights: '{"31057": "100"}', + coty_name: ['Dundy'], + cty_code: ['31057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.73987, lat: 40.17088 }, + }, + { + zip_code: '69337', + usps_city: 'Chadron', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 7009.0, + density: 3.9, + primary_coty_code: '31045', + primary_coty_name: 'Dawes', + county_weights: '{"31045": "99.66", "31161": "0.34"}', + coty_name: ['Dawes', 'Sheridan'], + cty_code: ['31045', '31161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.01091, lat: 42.82654 }, + }, + { + zip_code: '70339', + usps_city: 'Pierre Part', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4834.0, + density: 33.2, + primary_coty_code: '22007', + primary_coty_name: 'Assumption', + county_weights: '{"22007": "93.2", "22099": "6.8"}', + coty_name: ['Assumption', 'St. Martin'], + cty_code: ['22007', '22099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.18158, lat: 29.92366 }, + }, + { + zip_code: '70611', + usps_city: 'Lake Charles', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19909.0, + density: 94.0, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20159, lat: 30.34597 }, + }, + { + zip_code: '70638', + usps_city: 'Elizabeth', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1248.0, + density: 16.8, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "100"}', + coty_name: ['Allen'], + cty_code: ['22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.79731, lat: 30.8541 }, + }, + { + zip_code: '70762', + usps_city: 'Oscar', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 866.0, + density: 17.3, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.46861, lat: 30.57672 }, + }, + { + zip_code: '71043', + usps_city: 'Hosston', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 12.4, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.88477, lat: 32.88588 }, + }, + { + zip_code: '71129', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12077.0, + density: 103.3, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92385, lat: 32.38799 }, + }, + { + zip_code: '71220', + usps_city: 'Bastrop', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21683.0, + density: 22.5, + primary_coty_code: '22067', + primary_coty_name: 'Morehouse', + county_weights: '{"22067": "100"}', + coty_name: ['Morehouse'], + cty_code: ['22067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.9114, lat: 32.86485 }, + }, + { + zip_code: '71253', + usps_city: 'Kilbourne', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 58.7, + primary_coty_code: '22123', + primary_coty_name: 'West Carroll', + county_weights: '{"22123": "100"}', + coty_name: ['West Carroll'], + cty_code: ['22123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.30936, lat: 32.99119 }, + }, + { + zip_code: '71351', + usps_city: 'Marksville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11063.0, + density: 20.9, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "99.02", "22079": "0.98"}', + coty_name: ['Avoyelles', 'Rapides'], + cty_code: ['22009', '22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96283, lat: 31.17738 }, + }, + { + zip_code: '71463', + usps_city: 'Oakdale', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10461.0, + density: 17.0, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "91.83", "22039": "4.08", "22079": "4.08"}', + coty_name: ['Allen', 'Evangeline', 'Rapides'], + cty_code: ['22003', '22039', '22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.61253, lat: 30.80779 }, + }, + { + zip_code: '71749', + usps_city: 'Junction City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2882.0, + density: 6.7, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "81.5", "22111": "13.03", "22027": "5.47"}', + coty_name: ['Union', 'Union', 'Claiborne'], + cty_code: ['05139', '22111', '22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82023, lat: 33.07169 }, + }, + { + zip_code: '71823', + usps_city: 'Ben Lomond', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 1.5, + primary_coty_code: '5133', + primary_coty_name: 'Sevier', + county_weights: '{"05133": "100"}', + coty_name: ['Sevier'], + cty_code: ['5133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1255, lat: 33.82336 }, + }, + { + zip_code: '71826', + usps_city: 'Bradley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 3.4, + primary_coty_code: '5073', + primary_coty_name: 'Lafayette', + county_weights: '{"05073": "100"}', + coty_name: ['Lafayette'], + cty_code: ['5073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.72343, lat: 33.09207 }, + }, + { + zip_code: '71827', + usps_city: 'Buckner', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 883.0, + density: 5.9, + primary_coty_code: '5073', + primary_coty_name: 'Lafayette', + county_weights: '{"05073": "79.31", "05099": "20.69"}', + coty_name: ['Lafayette', 'Nevada'], + cty_code: ['05073', '05099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41143, lat: 33.42497 }, + }, + { + zip_code: '71855', + usps_city: 'Ozan', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 3.8, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "100"}', + coty_name: ['Hempstead'], + cty_code: ['5057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74613, lat: 33.86189 }, + }, + { + zip_code: '72051', + usps_city: 'Fox', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 683.0, + density: 6.3, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "100"}', + coty_name: ['Stone'], + cty_code: ['5137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.30834, lat: 35.7885 }, + }, + { + zip_code: '72157', + usps_city: 'Springfield', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 11.6, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "100"}', + coty_name: ['Conway'], + cty_code: ['5029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55825, lat: 35.27424 }, + }, + { + zip_code: '72338', + usps_city: 'Frenchmans Bayou', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.1, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "82.69", "47167": "17.31"}', + coty_name: ['Mississippi', 'Tipton'], + cty_code: ['05093', '47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12754, lat: 35.43018 }, + }, + { + zip_code: '72466', + usps_city: 'Smithville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1500.0, + density: 4.7, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "60.77", "05135": "39.23"}', + coty_name: ['Lawrence', 'Sharp'], + cty_code: ['05075', '05135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.32904, lat: 36.05568 }, + }, + { + zip_code: '72471', + usps_city: 'Swifton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 5.5, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "100"}', + coty_name: ['Jackson'], + cty_code: ['5067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1178, lat: 35.82507 }, + }, + { + zip_code: '72472', + usps_city: 'Trumann', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9167.0, + density: 20.1, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "100"}', + coty_name: ['Poinsett'], + cty_code: ['5111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53588, lat: 35.59605 }, + }, + { + zip_code: '72565', + usps_city: 'Oxford', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 7.3, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90981, lat: 36.21624 }, + }, + { + zip_code: '72668', + usps_city: 'Peel', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 2.7, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77192, lat: 36.42446 }, + }, + { + zip_code: '72669', + usps_city: 'Pindall', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 22.1, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "100"}', + coty_name: ['Searcy'], + cty_code: ['5129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87615, lat: 36.06472 }, + }, + { + zip_code: '72719', + usps_city: 'Centerton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12698.0, + density: 576.7, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.2958, lat: 36.36759 }, + }, + { + zip_code: '72841', + usps_city: 'Harvey', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 1.7, + primary_coty_code: '5127', + primary_coty_name: 'Scott', + county_weights: '{"05127": "100"}', + coty_name: ['Scott'], + cty_code: ['5127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77213, lat: 34.84201 }, + }, + { + zip_code: '72853', + usps_city: 'Ola', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2357.0, + density: 15.0, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "94.05", "05105": "5.95"}', + coty_name: ['Yell', 'Perry'], + cty_code: ['05149', '05105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21305, lat: 35.01934 }, + }, + { + zip_code: '73024', + usps_city: 'Corn', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 7.0, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.7981, lat: 35.35864 }, + }, + { + zip_code: '73052', + usps_city: 'Lindsay', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6669.0, + density: 12.5, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "74.24", "40087": "24.12", "40051": "1.65"}', + coty_name: ['Garvin', 'McClain', 'Grady'], + cty_code: ['40049', '40087', '40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59585, lat: 34.83152 }, + }, + { + zip_code: '73090', + usps_city: 'Union City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1223.0, + density: 7.8, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "100"}', + coty_name: ['Canadian'], + cty_code: ['40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94647, lat: 35.39706 }, + }, + { + zip_code: '73120', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 35500.0, + density: 1237.8, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57223, lat: 35.58047 }, + }, + { + zip_code: '73149', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5299.0, + density: 389.7, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100", "40027": "0"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48934, lat: 35.38941 }, + }, + { + zip_code: '73434', + usps_city: 'Foster', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 2.4, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "57.94", "40049": "42.06"}', + coty_name: ['Stephens', 'Garvin'], + cty_code: ['40137', '40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58555, lat: 34.62385 }, + }, + { + zip_code: '73463', + usps_city: 'Wilson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3264.0, + density: 6.2, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "93.06", "40085": "6.94"}', + coty_name: ['Carter', 'Love'], + cty_code: ['40019', '40085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43373, lat: 34.11237 }, + }, + { + zip_code: '73505', + usps_city: 'Lawton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 48585.0, + density: 339.4, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47856, lat: 34.57887 }, + }, + { + zip_code: '73647', + usps_city: 'Foss', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 1.9, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "79", "40039": "21"}', + coty_name: ['Washita', 'Custer'], + cty_code: ['40149', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15909, lat: 35.42781 }, + }, + { + zip_code: '73658', + usps_city: 'Oakwood', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 1.0, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "100"}', + coty_name: ['Dewey'], + cty_code: ['40043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73347, lat: 35.94778 }, + }, + { + zip_code: '73753', + usps_city: 'Kremlin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 2.8, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85715, lat: 36.55168 }, + }, + { + zip_code: '74134', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15899.0, + density: 556.9, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80388, lat: 36.11164 }, + }, + { + zip_code: '74361', + usps_city: 'Pryor', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 16838.0, + density: 38.0, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "100"}', + coty_name: ['Mayes'], + cty_code: ['40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30664, lat: 36.30298 }, + }, + { + zip_code: '74366', + usps_city: 'Spavinaw', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1475.0, + density: 15.5, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "95.32", "40041": "4.68"}', + coty_name: ['Mayes', 'Delaware'], + cty_code: ['40097', '40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.04647, lat: 36.39032 }, + }, + { + zip_code: '74454', + usps_city: 'Porter', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3300.0, + density: 11.7, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "100"}', + coty_name: ['Wagoner'], + cty_code: ['40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.51522, lat: 35.85546 }, + }, + { + zip_code: '74471', + usps_city: 'Welling', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1708.0, + density: 13.7, + primary_coty_code: '40021', + primary_coty_name: 'Cherokee', + county_weights: '{"40021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86476, lat: 35.83005 }, + }, + { + zip_code: '74522', + usps_city: 'Alderson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 139.2, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69272, lat: 34.9035 }, + }, + { + zip_code: '74536', + usps_city: 'Clayton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 2.1, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "97.33", "40121": "2.22", "40077": "0.45"}', + coty_name: ['Pushmataha', 'Pittsburg', 'Latimer'], + cty_code: ['40127', '40121', '40077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4519, lat: 34.56172 }, + }, + { + zip_code: '74538', + usps_city: 'Coalgate', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4126.0, + density: 4.4, + primary_coty_code: '40029', + primary_coty_name: 'Coal', + county_weights: '{"40029": "100"}', + coty_name: ['Coal'], + cty_code: ['40029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.25755, lat: 34.57981 }, + }, + { + zip_code: '74540', + usps_city: 'Daisy', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 1.8, + primary_coty_code: '40005', + primary_coty_name: 'Atoka', + county_weights: '{"40005": "94.19", "40127": "5.81"}', + coty_name: ['Atoka', 'Pushmataha'], + cty_code: ['40005', '40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70263, lat: 34.55688 }, + }, + { + zip_code: '74637', + usps_city: 'Fairfax', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1607.0, + density: 3.3, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6747, lat: 36.57167 }, + }, + { + zip_code: '74701', + usps_city: 'Durant', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 25612.0, + density: 56.1, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.37812, lat: 34.00732 }, + }, + { + zip_code: '74747', + usps_city: 'Kemp', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 164.4, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.35609, lat: 33.77368 }, + }, + { + zip_code: '74761', + usps_city: 'Swink', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 14.0, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20167, lat: 34.00962 }, + }, + { + zip_code: '74837', + usps_city: 'Cromwell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 47.5, + primary_coty_code: '40133', + primary_coty_name: 'Seminole', + county_weights: '{"40133": "100"}', + coty_name: ['Seminole'], + cty_code: ['40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45122, lat: 35.35878 }, + }, + { + zip_code: '75077', + usps_city: 'Lewisville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37102.0, + density: 1025.0, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06273, lat: 33.07886 }, + }, + { + zip_code: '75103', + usps_city: 'Canton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14530.0, + density: 28.1, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "100"}', + coty_name: ['Van Zandt'], + cty_code: ['48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88235, lat: 32.51192 }, + }, + { + zip_code: '75110', + usps_city: 'Corsicana', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28558.0, + density: 73.5, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52879, lat: 32.08693 }, + }, + { + zip_code: '75159', + usps_city: 'Seagoville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20098.0, + density: 128.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "88.21", "48257": "11.79"}', + coty_name: ['Dallas', 'Kaufman'], + cty_code: ['48113', '48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54087, lat: 32.60748 }, + }, + { + zip_code: '75181', + usps_city: 'Mesquite', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28263.0, + density: 620.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55519, lat: 32.72697 }, + }, + { + zip_code: '75236', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18137.0, + density: 560.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93576, lat: 32.68557 }, + }, + { + zip_code: '75453', + usps_city: 'Lone Oak', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3046.0, + density: 15.7, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "82.92", "48379": "13.61", "48223": "3.47"}', + coty_name: ['Hunt', 'Rains', 'Hopkins'], + cty_code: ['48231', '48379', '48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93273, lat: 32.99671 }, + }, + { + zip_code: '75489', + usps_city: 'Tom Bean', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 328.9, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48429, lat: 33.51926 }, + }, + { + zip_code: '75565', + usps_city: 'McLeod', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 11.4, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0722, lat: 32.93731 }, + }, + { + zip_code: '75703', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42777.0, + density: 304.5, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32063, lat: 32.23855 }, + }, + { + zip_code: '75779', + usps_city: 'Neches', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 57.4, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "100"}', + coty_name: ['Anderson'], + cty_code: ['48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48595, lat: 31.86529 }, + }, + { + zip_code: '75846', + usps_city: 'Jewett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2957.0, + density: 7.8, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "83.92", "48293": "16.08"}', + coty_name: ['Leon', 'Limestone'], + cty_code: ['48289', '48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16544, lat: 31.33865 }, + }, + { + zip_code: '76048', + usps_city: 'Granbury', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24822.0, + density: 88.3, + primary_coty_code: '48221', + primary_coty_name: 'Hood', + county_weights: '{"48221": "99.7", "48425": "0.3"}', + coty_name: ['Hood', 'Somervell'], + cty_code: ['48221', '48425'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80877, lat: 32.42318 }, + }, + { + zip_code: '76119', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52070.0, + density: 1239.0, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26215, lat: 32.69064 }, + }, + { + zip_code: '76442', + usps_city: 'Comanche', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7909.0, + density: 6.8, + primary_coty_code: '48093', + primary_coty_name: 'Comanche', + county_weights: '{"48093": "98.73", "48333": "1.27"}', + coty_name: ['Comanche', 'Mills'], + cty_code: ['48093', '48333'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6149, lat: 31.89183 }, + }, + { + zip_code: '76449', + usps_city: 'Graford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2430.0, + density: 4.5, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "100"}', + coty_name: ['Palo Pinto'], + cty_code: ['48363'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.32279, lat: 32.91565 }, + }, + { + zip_code: '76664', + usps_city: 'Mart', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3688.0, + density: 10.5, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "88.22", "48293": "10.39", "48145": "1.39"}', + coty_name: ['McLennan', 'Limestone', 'Falls'], + cty_code: ['48309', '48293', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79573, lat: 31.55793 }, + }, + { + zip_code: '76680', + usps_city: 'Reagan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 1.9, + primary_coty_code: '48145', + primary_coty_name: 'Falls', + county_weights: '{"48145": "100"}', + coty_name: ['Falls'], + cty_code: ['48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81791, lat: 31.19335 }, + }, + { + zip_code: '76853', + usps_city: 'Lometa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1456.0, + density: 2.2, + primary_coty_code: '48281', + primary_coty_name: 'Lampasas', + county_weights: '{"48281": "98.71", "48333": "1.29"}', + coty_name: ['Lampasas', 'Mills'], + cty_code: ['48281', '48333'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3872, lat: 31.24577 }, + }, + { + zip_code: '76941', + usps_city: 'Mertzon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 1.0, + primary_coty_code: '48235', + primary_coty_name: 'Irion', + county_weights: '{"48235": "100"}', + coty_name: ['Irion'], + cty_code: ['48235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.91169, lat: 31.26808 }, + }, + { + zip_code: '76950', + usps_city: 'Sonora', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3867.0, + density: 0.8, + primary_coty_code: '48435', + primary_coty_name: 'Sutton', + county_weights: '{"48435": "98.76", "48137": "1.05", "48465": "0.19"}', + coty_name: ['Sutton', 'Edwards', 'Val Verde'], + cty_code: ['48435', '48137', '48465'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.56036, lat: 30.43734 }, + }, + { + zip_code: '76957', + usps_city: 'Wall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 185.1, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.30507, lat: 31.3722 }, + }, + { + zip_code: '77302', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18658.0, + density: 124.3, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.359, lat: 30.22236 }, + }, + { + zip_code: '77385', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25160.0, + density: 441.6, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42223, lat: 30.18888 }, + }, + { + zip_code: '77412', + usps_city: 'Altair', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 2.0, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42816, lat: 29.555 }, + }, + { + zip_code: '77423', + usps_city: 'Brookshire', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12377.0, + density: 33.1, + primary_coty_code: '48473', + primary_coty_name: 'Waller', + county_weights: '{"48473": "97.09", "48157": "2.91"}', + coty_name: ['Waller', 'Fort Bend'], + cty_code: ['48473', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98251, lat: 29.83893 }, + }, + { + zip_code: '77428', + usps_city: 'Collegeport', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18975, lat: 28.62311 }, + }, + { + zip_code: '77464', + usps_city: 'Orchard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 20.7, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96175, lat: 29.59337 }, + }, + { + zip_code: '77469', + usps_city: 'Richmond', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53992.0, + density: 159.5, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68313, lat: 29.48 }, + }, + { + zip_code: '77502', + usps_city: 'Pasadena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38199.0, + density: 2626.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19976, lat: 29.67951 }, + }, + { + zip_code: '77514', + usps_city: 'Anahuac', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5127.0, + density: 9.1, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "100"}', + coty_name: ['Chambers'], + cty_code: ['48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59949, lat: 29.68073 }, + }, + { + zip_code: '77845', + usps_city: 'College Station', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 66649.0, + density: 173.6, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "100"}', + coty_name: ['Brazos'], + cty_code: ['48041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.27564, lat: 30.56253 }, + }, + { + zip_code: '77876', + usps_city: 'Shiro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 4.6, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: '{"48185": "100"}', + coty_name: ['Grimes'], + cty_code: ['48185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.87444, lat: 30.59729 }, + }, + { + zip_code: '77957', + usps_city: 'Edna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8735.0, + density: 8.9, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70041, lat: 29.03767 }, + }, + { + zip_code: '77979', + usps_city: 'Port Lavaca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17916.0, + density: 20.3, + primary_coty_code: '48057', + primary_coty_name: 'Calhoun', + county_weights: '{"48057": "99.13", "48239": "0.5", "48469": "0.37"}', + coty_name: ['Calhoun', 'Jackson', 'Victoria'], + cty_code: ['48057', '48239', '48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60787, lat: 28.60229 }, + }, + { + zip_code: '77995', + usps_city: 'Yoakum', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10724.0, + density: 11.6, + primary_coty_code: '48285', + primary_coty_name: 'Lavaca', + county_weights: '{"48285": "56.86", "48123": "40.25", "48469": "2.88"}', + coty_name: ['Lavaca', 'DeWitt', 'Victoria'], + cty_code: ['48285', '48123', '48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08341, lat: 29.21179 }, + }, + { + zip_code: '78001', + usps_city: 'Artesia Wells', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48283', + primary_coty_name: 'La Salle', + county_weights: '{"48283": "100"}', + coty_name: ['La Salle'], + cty_code: ['48283'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.21954, lat: 28.29493 }, + }, + { + zip_code: '78039', + usps_city: 'La Coste', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 40.5, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "92.4", "48029": "7.6"}', + coty_name: ['Medina', 'Bexar'], + cty_code: ['48325', '48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.82963, lat: 29.31371 }, + }, + { + zip_code: '78218', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37281.0, + density: 1217.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40114, lat: 29.49152 }, + }, + { + zip_code: '78255', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14825.0, + density: 313.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66554, lat: 29.65429 }, + }, + { + zip_code: '78339', + usps_city: 'Banquete', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 123.1, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79226, lat: 27.80511 }, + }, + { + zip_code: '78351', + usps_city: 'Driscoll', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 75.8, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75971, lat: 27.67313 }, + }, + { + zip_code: '78361', + usps_city: 'Hebbronville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5320.0, + density: 1.8, + primary_coty_code: '48247', + primary_coty_name: 'Jim Hogg', + county_weights: '{"48247": "99.07", "48131": "0.52", "48505": "0.41"}', + coty_name: ['Jim Hogg', 'Duval', 'Zapata'], + cty_code: ['48247', '48131', '48505'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.78675, lat: 27.10434 }, + }, + { + zip_code: '78407', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2704.0, + density: 258.1, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43899, lat: 27.81081 }, + }, + { + zip_code: '78414', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40657.0, + density: 1094.2, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36893, lat: 27.6603 }, + }, + { + zip_code: '78417', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4095.0, + density: 173.5, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46681, lat: 27.73965 }, + }, + { + zip_code: '78576', + usps_city: 'Penitas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10600.0, + density: 106.5, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47604, lat: 26.30716 }, + }, + { + zip_code: '78598', + usps_city: 'Port Mansfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 5.9, + primary_coty_code: '48489', + primary_coty_name: 'Willacy', + county_weights: '{"48489": "100"}', + coty_name: ['Willacy'], + cty_code: ['48489'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.4368, lat: 26.55778 }, + }, + { + zip_code: '78608', + usps_city: 'Briggs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 4.7, + primary_coty_code: '48053', + primary_coty_name: 'Burnet', + county_weights: '{"48053": "100"}', + coty_name: ['Burnet'], + cty_code: ['48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.93381, lat: 30.93527 }, + }, + { + zip_code: '78614', + usps_city: 'Cost', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 4.6, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "100"}', + coty_name: ['Gonzales'], + cty_code: ['48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59347, lat: 29.41742 }, + }, + { + zip_code: '78618', + usps_city: 'Doss', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 0.8, + primary_coty_code: '48171', + primary_coty_name: 'Gillespie', + county_weights: '{"48171": "81.79", "48319": "18.21"}', + coty_name: ['Gillespie', 'Mason'], + cty_code: ['48171', '48319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16514, lat: 30.47773 }, + }, + { + zip_code: '78632', + usps_city: 'Harwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1003.0, + density: 4.0, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "62.31", "48055": "37.69"}', + coty_name: ['Gonzales', 'Caldwell'], + cty_code: ['48177', '48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47048, lat: 29.69632 }, + }, + { + zip_code: '78677', + usps_city: 'Wrightsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 0.6, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "100"}', + coty_name: ['Gonzales'], + cty_code: ['48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58021, lat: 29.34997 }, + }, + { + zip_code: '78702', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23671.0, + density: 1828.6, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71432, lat: 30.26327 }, + }, + { + zip_code: '78721', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12110.0, + density: 1263.0, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68365, lat: 30.27005 }, + }, + { + zip_code: '78744', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 50123.0, + density: 903.1, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.7292, lat: 30.18276 }, + }, + { + zip_code: '78750', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31734.0, + density: 913.6, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "54.01", "48491": "45.99"}', + coty_name: ['Travis', 'Williamson'], + cty_code: ['48453', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80246, lat: 30.41827 }, + }, + { + zip_code: '78851', + usps_city: 'Dryden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 0.0, + primary_coty_code: '48443', + primary_coty_name: 'Terrell', + county_weights: '{"48443": "100"}', + coty_name: ['Terrell'], + cty_code: ['48443'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.93072, lat: 30.00451 }, + }, + { + zip_code: '78933', + usps_city: 'Cat Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1308.0, + density: 4.7, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "50.66", "48015": "49.34"}', + coty_name: ['Colorado', 'Austin'], + cty_code: ['48089', '48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.35761, lat: 29.7954 }, + }, + { + zip_code: '79011', + usps_city: 'Briscoe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 0.7, + primary_coty_code: '48483', + primary_coty_name: 'Wheeler', + county_weights: '{"48483": "63.56", "48211": "36.44"}', + coty_name: ['Wheeler', 'Hemphill'], + cty_code: ['48483', '48211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.22942, lat: 35.63469 }, + }, + { + zip_code: '79082', + usps_city: 'Springlake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 1.0, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "100"}', + coty_name: ['Lamb'], + cty_code: ['48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.28774, lat: 34.22431 }, + }, + { + zip_code: '79094', + usps_city: 'Wayside', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 0.1, + primary_coty_code: '48011', + primary_coty_name: 'Armstrong', + county_weights: '{"48011": "100"}', + coty_name: ['Armstrong'], + cty_code: ['48011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.52674, lat: 34.85075 }, + }, + { + zip_code: '79257', + usps_city: 'Silverton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 822.0, + density: 0.8, + primary_coty_code: '48045', + primary_coty_name: 'Briscoe', + county_weights: '{"48045": "100"}', + coty_name: ['Briscoe'], + cty_code: ['48045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.28703, lat: 34.46105 }, + }, + { + zip_code: '79503', + usps_city: 'Avoca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 0.4, + primary_coty_code: '48253', + primary_coty_name: 'Jones', + county_weights: '{"48253": "100"}', + coty_name: ['Jones'], + cty_code: ['48253'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.69599, lat: 32.87114 }, + }, + { + zip_code: '79504', + usps_city: 'Baird', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3366.0, + density: 3.5, + primary_coty_code: '48059', + primary_coty_name: 'Callahan', + county_weights: '{"48059": "99.57", "48417": "0.43"}', + coty_name: ['Callahan', 'Shackelford'], + cty_code: ['48059', '48417'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.35233, lat: 32.32058 }, + }, + { + zip_code: '79699', + usps_city: 'Abilene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 466.2, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.71586, lat: 32.46227 }, + }, + { + zip_code: '79707', + usps_city: 'Midland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39921.0, + density: 217.6, + primary_coty_code: '48329', + primary_coty_name: 'Midland', + county_weights: '{"48329": "100"}', + coty_name: ['Midland'], + cty_code: ['48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.21158, lat: 32.03347 }, + }, + { + zip_code: '79852', + usps_city: 'Terlingua', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 709.0, + density: 0.5, + primary_coty_code: '48043', + primary_coty_name: 'Brewster', + county_weights: '{"48043": "100"}', + coty_name: ['Brewster'], + cty_code: ['48043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.62417, lat: 29.40324 }, + }, + { + zip_code: '79904', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33428.0, + density: 1472.6, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.44647, lat: 31.85287 }, + }, + { + zip_code: '79905', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21599.0, + density: 1281.8, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.42488, lat: 31.7666 }, + }, + { + zip_code: '80117', + usps_city: 'Kiowa', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2794.0, + density: 4.4, + primary_coty_code: '8039', + primary_coty_name: 'Elbert', + county_weights: '{"08039": "100"}', + coty_name: ['Elbert'], + cty_code: ['8039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.36143, lat: 39.36468 }, + }, + { + zip_code: '80125', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10548.0, + density: 96.7, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.05018, lat: 39.48598 }, + }, + { + zip_code: '80543', + usps_city: 'Milliken', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7344.0, + density: 89.9, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.85143, lat: 40.34565 }, + }, + { + zip_code: '80547', + usps_city: 'Timnath', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2574.0, + density: 325.5, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96359, lat: 40.52499 }, + }, + { + zip_code: '80644', + usps_city: 'Kersey', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3121.0, + density: 7.6, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.43846, lat: 40.37751 }, + }, + { + zip_code: '80829', + usps_city: 'Manitou Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 6138.0, + density: 109.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.9358, lat: 38.82807 }, + }, + { + zip_code: '81152', + usps_city: 'San Luis', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1310.0, + density: 1.1, + primary_coty_code: '8023', + primary_coty_name: 'Costilla', + county_weights: '{"08023": "100"}', + coty_name: ['Costilla'], + cty_code: ['8023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.39898, lat: 37.1152 }, + }, + { + zip_code: '81410', + usps_city: 'Austin', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1506.0, + density: 25.4, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "100"}', + coty_name: ['Delta'], + cty_code: ['8029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.96759, lat: 38.80135 }, + }, + { + zip_code: '81620', + usps_city: 'Avon', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 11113.0, + density: 114.4, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.51437, lat: 39.5966 }, + }, + { + zip_code: '81635', + usps_city: 'Parachute', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 6735.0, + density: 8.9, + primary_coty_code: '8045', + primary_coty_name: 'Garfield', + county_weights: '{"08045": "100"}', + coty_name: ['Garfield'], + cty_code: ['8045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.04806, lat: 39.51987 }, + }, + { + zip_code: '82007', + usps_city: 'Cheyenne', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 22326.0, + density: 43.9, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.74951, lat: 41.06472 }, + }, + { + zip_code: '82229', + usps_city: 'Shawnee', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1.0, + density: 0.0, + primary_coty_code: '56009', + primary_coty_name: 'Converse', + county_weights: '{"56009": "100"}', + coty_name: ['Converse'], + cty_code: ['56009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96792, lat: 42.87669 }, + }, + { + zip_code: '82401', + usps_city: 'Worland', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 7336.0, + density: 4.8, + primary_coty_code: '56043', + primary_coty_name: 'Washakie', + county_weights: '{"56043": "99.17", "56003": "0.64", "56017": "0.19"}', + coty_name: ['Washakie', 'Big Horn', 'Hot Springs'], + cty_code: ['56043', '56003', '56017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.14599, lat: 43.98603 }, + }, + { + zip_code: '82640', + usps_city: 'Linch', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.1, + primary_coty_code: '56019', + primary_coty_name: 'Johnson', + county_weights: '{"56019": "100"}', + coty_name: ['Johnson'], + cty_code: ['56019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.1957, lat: 43.56598 }, + }, + { + zip_code: '83012', + usps_city: 'Moose', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 0.5, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "100"}', + coty_name: ['Teton'], + cty_code: ['56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.74201, lat: 43.71497 }, + }, + { + zip_code: '83232', + usps_city: 'Dayton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 23.7, + primary_coty_code: '16041', + primary_coty_name: 'Franklin', + county_weights: '{"16041": "100"}', + coty_name: ['Franklin'], + cty_code: ['16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.97167, lat: 42.13868 }, + }, + { + zip_code: '83252', + usps_city: 'Malad City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 4343.0, + density: 1.8, + primary_coty_code: '16071', + primary_coty_name: 'Oneida', + county_weights: '{"16071": "100"}', + coty_name: ['Oneida'], + cty_code: ['16071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.45832, lat: 42.19026 }, + }, + { + zip_code: '83285', + usps_city: 'Wayan', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 0.1, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "71.76", "16029": "28.24"}', + coty_name: ['Bonneville', 'Caribou'], + cty_code: ['16019', '16029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.28729, lat: 43.09836 }, + }, + { + zip_code: '83333', + usps_city: 'Hailey', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 10109.0, + density: 11.4, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.3155, lat: 43.56677 }, + }, + { + zip_code: '83435', + usps_city: 'Monteview', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 1.8, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "89.59", "16033": "10.41"}', + coty_name: ['Jefferson', 'Clark'], + cty_code: ['16051', '16033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.56826, lat: 43.98786 }, + }, + { + zip_code: '83451', + usps_city: 'Teton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 20.9, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "89.89", "16065": "10.11"}', + coty_name: ['Fremont', 'Madison'], + cty_code: ['16043', '16065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.63641, lat: 43.86877 }, + }, + { + zip_code: '83468', + usps_city: 'Tendoy', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 0.3, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.60926, lat: 44.93464 }, + }, + { + zip_code: '83536', + usps_city: 'Kamiah', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 4517.0, + density: 7.9, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "59.98", "16061": "40.02"}', + coty_name: ['Idaho', 'Lewis'], + cty_code: ['16049', '16061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.00325, lat: 46.22095 }, + }, + { + zip_code: '83605', + usps_city: 'Caldwell', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 46763.0, + density: 650.1, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.65642, lat: 43.66239 }, + }, + { + zip_code: '83628', + usps_city: 'Homedale', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 4403.0, + density: 21.2, + primary_coty_code: '16073', + primary_coty_name: 'Owyhee', + county_weights: '{"16073": "100"}', + coty_name: ['Owyhee'], + cty_code: ['16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.9814, lat: 43.5406 }, + }, + { + zip_code: '83805', + usps_city: 'Bonners Ferry', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 8700.0, + density: 4.2, + primary_coty_code: '16021', + primary_coty_name: 'Boundary', + county_weights: '{"16021": "100"}', + coty_name: ['Boundary'], + cty_code: ['16021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.49055, lat: 48.84391 }, + }, + { + zip_code: '84060', + usps_city: 'Park City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 8516.0, + density: 117.2, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "99.8", "49051": "0.2"}', + coty_name: ['Summit', 'Wasatch'], + cty_code: ['49043', '49051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.50183, lat: 40.65236 }, + }, + { + zip_code: '84067', + usps_city: 'Roy', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 39314.0, + density: 1856.3, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.04814, lat: 41.17183 }, + }, + { + zip_code: '84069', + usps_city: 'Rush Valley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 3.2, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "100"}', + coty_name: ['Tooele'], + cty_code: ['49045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.49747, lat: 40.3814 }, + }, + { + zip_code: '84098', + usps_city: 'Park City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 19396.0, + density: 91.2, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "100"}', + coty_name: ['Summit'], + cty_code: ['49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.53432, lat: 40.73472 }, + }, + { + zip_code: '84121', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 40857.0, + density: 245.1, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.69818, lat: 40.62561 }, + }, + { + zip_code: '84301', + usps_city: 'Bear River City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 753.0, + density: 66.2, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.13016, lat: 41.6082 }, + }, + { + zip_code: '84302', + usps_city: 'Brigham City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 26098.0, + density: 175.1, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.04562, lat: 41.54808 }, + }, + { + zip_code: '84338', + usps_city: 'Trenton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 17.5, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.93872, lat: 41.91124 }, + }, + { + zip_code: '84537', + usps_city: 'Orangeville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1283.0, + density: 5.3, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.19802, lat: 39.32972 }, + }, + { + zip_code: '84634', + usps_city: 'Gunnison', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3434.0, + density: 31.5, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81108, lat: 39.1584 }, + }, + { + zip_code: '84656', + usps_city: 'Scipio', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 6.3, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "97.68", "49023": "2.32"}', + coty_name: ['Millard', 'Juab'], + cty_code: ['49027', '49023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.07459, lat: 39.13949 }, + }, + { + zip_code: '85050', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 32039.0, + density: 847.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.99631, lat: 33.68633 }, + }, + { + zip_code: '85172', + usps_city: 'Stanfield', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1991.0, + density: 11.7, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.95379, lat: 32.88608 }, + }, + { + zip_code: '85543', + usps_city: 'Pima', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3552.0, + density: 2.3, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.96759, lat: 32.98253 }, + }, + { + zip_code: '85605', + usps_city: 'Bowie', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 0.6, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.47785, lat: 32.29938 }, + }, + { + zip_code: '85623', + usps_city: 'Oracle', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5190.0, + density: 5.8, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.8053, lat: 32.70641 }, + }, + { + zip_code: '85645', + usps_city: 'Amado', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2480.0, + density: 4.7, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "87.36", "04023": "12.64"}', + coty_name: ['Pima', 'Santa Cruz'], + cty_code: ['04019', '04023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.15952, lat: 31.70306 }, + }, + { + zip_code: '85901', + usps_city: 'Show Low', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 18096.0, + density: 26.8, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "96.74", "04001": "3.26"}', + coty_name: ['Navajo', 'Apache'], + cty_code: ['04017', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.99994, lat: 34.29987 }, + }, + { + zip_code: '85924', + usps_city: 'Concho', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2660.0, + density: 1.3, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.66171, lat: 34.57457 }, + }, + { + zip_code: '86023', + usps_city: 'Grand Canyon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2538.0, + density: 3.6, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.07676, lat: 36.05726 }, + }, + { + zip_code: '86413', + usps_city: 'Golden Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 13173.0, + density: 7.2, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.33208, lat: 35.20499 }, + }, + { + zip_code: '86556', + usps_city: 'Tsaile', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2324.0, + density: 3.7, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.21012, lat: 36.26902 }, + }, + { + zip_code: '87005', + usps_city: 'Bluewater', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 2.8, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.97682, lat: 35.26424 }, + }, + { + zip_code: '87040', + usps_city: 'Paguate', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 9.3, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.39163, lat: 35.12356 }, + }, + { + zip_code: '87043', + usps_city: 'Placitas', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4686.0, + density: 21.1, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.46606, lat: 35.28806 }, + }, + { + zip_code: '87070', + usps_city: 'Clines Corners', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 2.6, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "100"}', + coty_name: ['Torrance'], + cty_code: ['35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.77764, lat: 35.0219 }, + }, + { + zip_code: '87114', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 68789.0, + density: 1252.4, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.68401, lat: 35.19711 }, + }, + { + zip_code: '87319', + usps_city: 'Mentmore', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2014.0, + density: 4.6, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.9505, lat: 35.47231 }, + }, + { + zip_code: '87455', + usps_city: 'Newcomb', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1714.0, + density: 1.9, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.64179, lat: 36.3244 }, + }, + { + zip_code: '87514', + usps_city: 'Arroyo Seco', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 19.7, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.52521, lat: 36.54126 }, + }, + { + zip_code: '87522', + usps_city: 'Chimayo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2715.0, + density: 6.7, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "75.3", "35049": "24.7"}', + coty_name: ['Rio Arriba', 'Santa Fe'], + cty_code: ['35039', '35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.83647, lat: 35.93801 }, + }, + { + zip_code: '87528', + usps_city: 'Dulce', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3546.0, + density: 1.8, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.98213, lat: 36.66881 }, + }, + { + zip_code: '87532', + usps_city: 'Espanola', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 18641.0, + density: 63.2, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "69.69", "35049": "30.31"}', + coty_name: ['Rio Arriba', 'Santa Fe'], + cty_code: ['35039', '35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.08987, lat: 35.99328 }, + }, + { + zip_code: '88042', + usps_city: 'Hillsboro', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 0.2, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.58906, lat: 32.80696 }, + }, + { + zip_code: '88121', + usps_city: 'House', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 0.2, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "100"}', + coty_name: ['Quay'], + cty_code: ['35037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.98069, lat: 34.71464 }, + }, + { + zip_code: '88210', + usps_city: 'Artesia', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 18097.0, + density: 5.5, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "100"}', + coty_name: ['Eddy'], + cty_code: ['35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.21957, lat: 32.77172 }, + }, + { + zip_code: '88240', + usps_city: 'Hobbs', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 40944.0, + density: 25.3, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.47152, lat: 32.70781 }, + }, + { + zip_code: '88253', + usps_city: 'Lake Arthur', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 985.0, + density: 2.0, + primary_coty_code: '35005', + primary_coty_name: 'Chaves', + county_weights: '{"35005": "73.9", "35015": "26.1"}', + coty_name: ['Chaves', 'Eddy'], + cty_code: ['35005', '35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.45485, lat: 32.98609 }, + }, + { + zip_code: '89084', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 27773.0, + density: 979.1, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.17408, lat: 36.2969 }, + }, + { + zip_code: '89143', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 13265.0, + density: 1497.0, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.29318, lat: 36.32231 }, + }, + { + zip_code: '89405', + usps_city: 'Empire', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 0.1, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "99.58", "32027": "0.42"}', + coty_name: ['Washoe', 'Pershing'], + cty_code: ['32031', '32027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.42448, lat: 40.48051 }, + }, + { + zip_code: '89448', + usps_city: 'Zephyr Cove', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 53.8, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.92412, lat: 39.00784 }, + }, + { + zip_code: '89701', + usps_city: 'Carson City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 27193.0, + density: 315.3, + primary_coty_code: '32510', + primary_coty_name: 'Carson City', + county_weights: '{"32510": "100"}', + coty_name: ['Carson City'], + cty_code: ['32510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.71837, lat: 39.13966 }, + }, + { + zip_code: '98613', + usps_city: 'Centerville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 1.7, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.96569, lat: 45.73673 }, + }, + { + zip_code: '98664', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23421.0, + density: 1718.4, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.57752, lat: 45.61981 }, + }, + { + zip_code: '98686', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20504.0, + density: 688.1, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62335, lat: 45.72415 }, + }, + { + zip_code: '98827', + usps_city: 'Loomis', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 0.7, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.76696, lat: 48.86486 }, + }, + { + zip_code: '98857', + usps_city: 'Warden', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3595.0, + density: 8.5, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "96.33", "53001": "3.67"}', + coty_name: ['Grant', 'Adams'], + cty_code: ['53025', '53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.05068, lat: 46.98565 }, + }, + { + zip_code: '98858', + usps_city: 'Waterville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1938.0, + density: 1.9, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "100"}', + coty_name: ['Douglas'], + cty_code: ['53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.90883, lat: 47.64655 }, + }, + { + zip_code: '98903', + usps_city: 'Yakima', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 14086.0, + density: 18.8, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02662, lat: 46.53886 }, + }, + { + zip_code: '99012', + usps_city: 'Fairfield', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 3.6, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19286, lat: 47.38209 }, + }, + { + zip_code: '99031', + usps_city: 'Spangle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1405.0, + density: 7.6, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.36247, lat: 47.42351 }, + }, + { + zip_code: '99133', + usps_city: 'Grand Coulee', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1756.0, + density: 4.6, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "77.43", "53043": "16.08", "53017": "6.5"}', + coty_name: ['Grant', 'Lincoln', 'Douglas'], + cty_code: ['53025', '53043', '53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.07685, lat: 48.01489 }, + }, + { + zip_code: '99148', + usps_city: 'Loon Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 12.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.59825, lat: 48.10251 }, + }, + { + zip_code: '99156', + usps_city: 'Newport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 8608.0, + density: 10.2, + primary_coty_code: '53051', + primary_coty_name: 'Pend Oreille', + county_weights: '{"53051": "98.5", "53063": "1.5"}', + coty_name: ['Pend Oreille', 'Spokane'], + cty_code: ['53051', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19075, lat: 48.1848 }, + }, + { + zip_code: '99161', + usps_city: 'Palouse', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 7.2, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.13047, lat: 46.8982 }, + }, + { + zip_code: '99171', + usps_city: 'Saint John', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 1.7, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.65624, lat: 47.10444 }, + }, + { + zip_code: '99328', + usps_city: 'Dayton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3715.0, + density: 2.2, + primary_coty_code: '53013', + primary_coty_name: 'Columbia', + county_weights: '{"53013": "100"}', + coty_name: ['Columbia'], + cty_code: ['53013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.86548, lat: 46.25661 }, + }, + { + zip_code: '99343', + usps_city: 'Mesa', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3623.0, + density: 8.5, + primary_coty_code: '53021', + primary_coty_name: 'Franklin', + county_weights: '{"53021": "100"}', + coty_name: ['Franklin'], + cty_code: ['53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.17937, lat: 46.59183 }, + }, + { + zip_code: '99559', + usps_city: 'Bethel', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 7857.0, + density: 52.3, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.90541, lat: 60.65377 }, + }, + { + zip_code: '99585', + usps_city: 'Marshall', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 2.0, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.26794, lat: 61.9287 }, + }, + { + zip_code: '99611', + usps_city: 'Kenai', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 15366.0, + density: 18.2, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -150.98582, lat: 60.71833 }, + }, + { + zip_code: '99631', + usps_city: 'Moose Pass', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 0.3, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.40537, lat: 60.6149 }, + }, + { + zip_code: '99670', + usps_city: 'South Naknek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 0.2, + primary_coty_code: '2060', + primary_coty_name: 'Bristol Bay', + county_weights: '{"02060": "100"}', + coty_name: ['Bristol Bay'], + cty_code: ['2060'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.97213, lat: 58.66586 }, + }, + { + zip_code: '99709', + usps_city: 'Fairbanks', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 29288.0, + density: 22.2, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.21561, lat: 64.87812 }, + }, + { + zip_code: '99712', + usps_city: 'Fairbanks', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 14837.0, + density: 1.6, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.14966, lat: 64.99326 }, + }, + { + zip_code: '99742', + usps_city: 'Gambell', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 20.7, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -171.68815, lat: 63.75233 }, + }, + { + zip_code: '99772', + usps_city: 'Shishmaref', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 0.1, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.79795, lat: 65.98303 }, + }, + { + zip_code: '99835', + usps_city: 'Sitka', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 8640.0, + density: 2.1, + primary_coty_code: '2220', + primary_coty_name: 'Sitka', + county_weights: '{"02220": "100"}', + coty_name: ['Sitka'], + cty_code: ['2220'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -135.05446, lat: 56.96056 }, + }, + { + zip_code: '99927', + usps_city: 'Point Baker', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -133.37572, lat: 56.251 }, + }, + { + zip_code: '31008', + usps_city: 'Byron', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 18046.0, + density: 99.8, + primary_coty_code: '13225', + primary_coty_name: 'Peach', + county_weights: '{"13225": "61.09", "13153": "26.49", "13079": "12.42"}', + coty_name: ['Peach', 'Houston', 'Crawford'], + cty_code: ['13225', '13153', '13079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78253, lat: 32.65603 }, + }, + { + zip_code: '31052', + usps_city: 'Lizella', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9028.0, + density: 49.6, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "75.91", "13079": "24.09"}', + coty_name: ['Bibb', 'Crawford'], + cty_code: ['13021', '13079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.84471, lat: 32.77312 }, + }, + { + zip_code: '31301', + usps_city: 'Allenhurst', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3447.0, + density: 112.5, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "69.64", "13183": "30.36"}', + coty_name: ['Liberty', 'Long'], + cty_code: ['13179', '13183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60849, lat: 31.75285 }, + }, + { + zip_code: '31547', + usps_city: 'Kings Bay', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1262.0, + density: 193.5, + primary_coty_code: '13039', + primary_coty_name: 'Camden', + county_weights: '{"13039": "100"}', + coty_name: ['Camden'], + cty_code: ['13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56068, lat: 30.7906 }, + }, + { + zip_code: '31622', + usps_city: 'Alapaha', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1904.0, + density: 6.6, + primary_coty_code: '13019', + primary_coty_name: 'Berrien', + county_weights: '{"13019": "100"}', + coty_name: ['Berrien'], + cty_code: ['13019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20569, lat: 31.37959 }, + }, + { + zip_code: '31698', + usps_city: 'Valdosta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 3422.1, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "100"}', + coty_name: ['Lowndes'], + cty_code: ['13185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.28953, lat: 30.84889 }, + }, + { + zip_code: '31909', + usps_city: 'Columbus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 39151.0, + density: 828.9, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "100"}', + coty_name: ['Muscogee'], + cty_code: ['13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92161, lat: 32.54486 }, + }, + { + zip_code: '32063', + usps_city: 'Macclenny', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13482.0, + density: 50.9, + primary_coty_code: '12003', + primary_coty_name: 'Baker', + county_weights: '{"12003": "100"}', + coty_name: ['Baker'], + cty_code: ['12003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11208, lat: 30.24678 }, + }, + { + zip_code: '32095', + usps_city: 'Saint Augustine', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11800.0, + density: 91.5, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41077, lat: 30.01101 }, + }, + { + zip_code: '32218', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 64007.0, + density: 255.4, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.66922, lat: 30.48665 }, + }, + { + zip_code: '32258', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34036.0, + density: 703.5, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54844, lat: 30.13755 }, + }, + { + zip_code: '32304', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49927.0, + density: 1230.7, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35159, lat: 30.45363 }, + }, + { + zip_code: '32427', + usps_city: 'Caryville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 8.6, + primary_coty_code: '12133', + primary_coty_name: 'Washington', + county_weights: '{"12133": "100"}', + coty_name: ['Washington'], + cty_code: ['12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.80153, lat: 30.71225 }, + }, + { + zip_code: '32443', + usps_city: 'Greenwood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3165.0, + density: 20.7, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.11533, lat: 30.86671 }, + }, + { + zip_code: '32465', + usps_city: 'Wewahitchka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7962.0, + density: 13.0, + primary_coty_code: '12045', + primary_coty_name: 'Gulf', + county_weights: '{"12045": "100"}', + coty_name: ['Gulf'], + cty_code: ['12045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.17799, lat: 30.00212 }, + }, + { + zip_code: '32534', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14742.0, + density: 586.3, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.28294, lat: 30.5329 }, + }, + { + zip_code: '32618', + usps_city: 'Archer', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8264.0, + density: 35.1, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "76.1", "12075": "23.9"}', + coty_name: ['Alachua', 'Levy'], + cty_code: ['12001', '12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51501, lat: 29.54033 }, + }, + { + zip_code: '32626', + usps_city: 'Chiefland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8782.0, + density: 16.6, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "100"}', + coty_name: ['Levy'], + cty_code: ['12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89024, lat: 29.43104 }, + }, + { + zip_code: '32653', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14030.0, + density: 138.4, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39538, lat: 29.74328 }, + }, + { + zip_code: '32669', + usps_city: 'Newberry', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14037.0, + density: 52.3, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "93", "12041": "6.37", "12075": "0.64"}', + coty_name: ['Alachua', 'Gilchrist', 'Levy'], + cty_code: ['12001', '12041', '12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60458, lat: 29.63266 }, + }, + { + zip_code: '32759', + usps_city: 'Oak Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3014.0, + density: 28.4, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90041, lat: 28.83578 }, + }, + { + zip_code: '32792', + usps_city: 'Winter Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51659.0, + density: 1626.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "57.55", "12117": "42.45"}', + coty_name: ['Orange', 'Seminole'], + cty_code: ['12095', '12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29881, lat: 28.60997 }, + }, + { + zip_code: '32827', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9427.0, + density: 155.8, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29413, lat: 28.41572 }, + }, + { + zip_code: '32952', + usps_city: 'Merritt Island', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20966.0, + density: 654.1, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66339, lat: 28.30017 }, + }, + { + zip_code: '32968', + usps_city: 'Vero Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13154.0, + density: 193.1, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46543, lat: 27.58701 }, + }, + { + zip_code: '33125', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 61156.0, + density: 6046.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23755, lat: 25.78384 }, + }, + { + zip_code: '33142', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 59073.0, + density: 3223.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23858, lat: 25.81194 }, + }, + { + zip_code: '33150', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29652.0, + density: 3276.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20711, lat: 25.85204 }, + }, + { + zip_code: '33155', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 46617.0, + density: 2438.0, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31098, lat: 25.73667 }, + }, + { + zip_code: '33437', + usps_city: 'Boynton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38152.0, + density: 1361.1, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14902, lat: 26.51176 }, + }, + { + zip_code: '33510', + usps_city: 'Brandon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29574.0, + density: 1532.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30014, lat: 27.95592 }, + }, + { + zip_code: '33573', + usps_city: 'Sun City Center', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23170.0, + density: 507.0, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35938, lat: 27.72364 }, + }, + { + zip_code: '33767', + usps_city: 'Clearwater Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7452.0, + density: 1446.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82337, lat: 27.97 }, + }, + { + zip_code: '33850', + usps_city: 'Lake Alfred', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8324.0, + density: 174.6, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73263, lat: 28.12106 }, + }, + { + zip_code: '33856', + usps_city: 'Nalcrest', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 949.2, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42832, lat: 27.85647 }, + }, + { + zip_code: '33868', + usps_city: 'Polk City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12081.0, + density: 28.0, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82394, lat: 28.25613 }, + }, + { + zip_code: '33981', + usps_city: 'Port Charlotte', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11407.0, + density: 181.4, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.21761, lat: 26.9229 }, + }, + { + zip_code: '34145', + usps_city: 'Marco Island', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17834.0, + density: 422.4, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6953, lat: 25.91903 }, + }, + { + zip_code: '34223', + usps_city: 'Englewood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18336.0, + density: 246.1, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "83.85", "12015": "16.15"}', + coty_name: ['Sarasota', 'Charlotte'], + cty_code: ['12115', '12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35198, lat: 26.98035 }, + }, + { + zip_code: '34285', + usps_city: 'Venice', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18653.0, + density: 872.4, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43399, lat: 27.09153 }, + }, + { + zip_code: '34293', + usps_city: 'Venice', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39534.0, + density: 334.5, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33552, lat: 27.02802 }, + }, + { + zip_code: '34445', + usps_city: 'Holder', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42083, lat: 28.9679 }, + }, + { + zip_code: '34475', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13179.0, + density: 173.7, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16102, lat: 29.25743 }, + }, + { + zip_code: '35083', + usps_city: 'Holly Pond', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3191.0, + density: 33.8, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "100"}', + coty_name: ['Cullman'], + cty_code: ['1043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.59913, lat: 34.19826 }, + }, + { + zip_code: '35085', + usps_city: 'Jemison', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8901.0, + density: 33.0, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "100"}', + coty_name: ['Chilton'], + cty_code: ['1021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73684, lat: 32.97961 }, + }, + { + zip_code: '35091', + usps_city: 'Kimberly', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3118.0, + density: 183.3, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78959, lat: 33.77929 }, + }, + { + zip_code: '35116', + usps_city: 'Morris', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4332.0, + density: 75.5, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76643, lat: 33.73134 }, + }, + { + zip_code: '35133', + usps_city: 'Remlap', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3222.0, + density: 25.8, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "96.65", "01115": "3.35"}', + coty_name: ['Blount', 'St. Clair'], + cty_code: ['01009', '01115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.59957, lat: 33.81871 }, + }, + { + zip_code: '35172', + usps_city: 'Trafford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3000.0, + density: 40.2, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "72.37", "01073": "27.63"}', + coty_name: ['Blount', 'Jefferson'], + cty_code: ['01009', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.6974, lat: 33.84469 }, + }, + { + zip_code: '35217', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13256.0, + density: 283.5, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76034, lat: 33.60814 }, + }, + { + zip_code: '35242', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 56340.0, + density: 411.2, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "88.26", "01073": "11.74"}', + coty_name: ['Shelby', 'Jefferson'], + cty_code: ['01117', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.67144, lat: 33.42521 }, + }, + { + zip_code: '35458', + usps_city: 'Elrod', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 6.7, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79135, lat: 33.36696 }, + }, + { + zip_code: '35548', + usps_city: 'Brilliant', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1600.0, + density: 9.5, + primary_coty_code: '1093', + primary_coty_name: 'Marion', + county_weights: '{"01093": "100"}', + coty_name: ['Marion'], + cty_code: ['1093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75117, lat: 34.06756 }, + }, + { + zip_code: '35559', + usps_city: 'Glen Allen', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 7.1, + primary_coty_code: '1057', + primary_coty_name: 'Fayette', + county_weights: '{"01057": "100"}', + coty_name: ['Fayette'], + cty_code: ['1057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72817, lat: 33.90556 }, + }, + { + zip_code: '35575', + usps_city: 'Lynn', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 11.2, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: '{"01133": "100"}', + coty_name: ['Winston'], + cty_code: ['1133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57845, lat: 34.04293 }, + }, + { + zip_code: '35973', + usps_city: 'Gaylesville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2810.0, + density: 9.5, + primary_coty_code: '1019', + primary_coty_name: 'Cherokee', + county_weights: '{"01019": "100"}', + coty_name: ['Cherokee'], + cty_code: ['1019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.55436, lat: 34.34643 }, + }, + { + zip_code: '36093', + usps_city: 'Wetumpka', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11084.0, + density: 52.5, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "100"}', + coty_name: ['Elmore'], + cty_code: ['1051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.14038, lat: 32.49754 }, + }, + { + zip_code: '36314', + usps_city: 'Black', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 6.5, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "100"}', + coty_name: ['Geneva'], + cty_code: ['1061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.77585, lat: 31.01866 }, + }, + { + zip_code: '36505', + usps_city: 'Axis', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 30.1, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01644, lat: 30.94264 }, + }, + { + zip_code: '36560', + usps_city: 'Mount Vernon', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3243.0, + density: 17.8, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04001, lat: 31.09638 }, + }, + { + zip_code: '36575', + usps_city: 'Semmes', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 21118.0, + density: 194.1, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27272, lat: 30.76897 }, + }, + { + zip_code: '36617', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13306.0, + density: 1082.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09599, lat: 30.71643 }, + }, + { + zip_code: '36738', + usps_city: 'Faunsdale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 718.0, + density: 3.8, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "79.52", "01065": "20.48"}', + coty_name: ['Marengo', 'Hale'], + cty_code: ['01091', '01065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6193, lat: 32.42661 }, + }, + { + zip_code: '36907', + usps_city: 'Cuba', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1597.0, + density: 4.9, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34329, lat: 32.43646 }, + }, + { + zip_code: '37014', + usps_city: 'Arrington', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2835.0, + density: 44.4, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "68.03", "47149": "31.97"}', + coty_name: ['Williamson', 'Rutherford'], + cty_code: ['47187', '47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65754, lat: 35.86957 }, + }, + { + zip_code: '37129', + usps_city: 'Murfreesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 60540.0, + density: 286.4, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.44048, lat: 35.92713 }, + }, + { + zip_code: '37144', + usps_city: 'Petersburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3112.0, + density: 9.2, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: + '{"47103": "59.96", "47117": "27.48", "47003": "6.76", "47127": "4.37", "47055": "1.44"}', + coty_name: ['Lincoln', 'Marshall', 'Bedford', 'Moore', 'Giles'], + cty_code: ['47103', '47117', '47003', '47127', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.66033, lat: 35.30522 }, + }, + { + zip_code: '37183', + usps_city: 'Wartrace', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2988.0, + density: 14.5, + primary_coty_code: '47003', + primary_coty_name: 'Bedford', + county_weights: '{"47003": "84.92", "47031": "7.99", "47127": "7.09"}', + coty_name: ['Bedford', 'Coffee', 'Moore'], + cty_code: ['47003', '47031', '47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.3089, lat: 35.50287 }, + }, + { + zip_code: '37205', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 23790.0, + density: 632.7, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87256, lat: 36.11121 }, + }, + { + zip_code: '37373', + usps_city: 'Sale Creek', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3044.0, + density: 28.4, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.10278, lat: 35.398 }, + }, + { + zip_code: '37410', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3693.0, + density: 483.8, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.31377, lat: 35.00209 }, + }, + { + zip_code: '37681', + usps_city: 'Limestone', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6003.0, + density: 34.5, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "72.13", "47059": "27.87"}', + coty_name: ['Washington', 'Greene'], + cty_code: ['47179', '47059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62497, lat: 36.25402 }, + }, + { + zip_code: '37743', + usps_city: 'Greeneville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 25939.0, + density: 45.4, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "99.84", "47029": "0.16"}', + coty_name: ['Greene', 'Cocke'], + cty_code: ['47059', '47029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85674, lat: 36.0655 }, + }, + { + zip_code: '37770', + usps_city: 'Lancing', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2837.0, + density: 9.2, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "100"}', + coty_name: ['Morgan'], + cty_code: ['47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66307, lat: 36.15335 }, + }, + { + zip_code: '37821', + usps_city: 'Newport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 21975.0, + density: 66.7, + primary_coty_code: '47029', + primary_coty_name: 'Cocke', + county_weights: '{"47029": "100"}', + coty_name: ['Cocke'], + cty_code: ['47029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.19483, lat: 35.97622 }, + }, + { + zip_code: '37861', + usps_city: 'Rutledge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8666.0, + density: 33.5, + primary_coty_code: '47057', + primary_coty_name: 'Grainger', + county_weights: '{"47057": "100"}', + coty_name: ['Grainger'], + cty_code: ['47057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.51235, lat: 36.24647 }, + }, + { + zip_code: '38070', + usps_city: 'Tigrett', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 47.3, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "100"}', + coty_name: ['Dyer'], + cty_code: ['47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23696, lat: 35.94354 }, + }, + { + zip_code: '38259', + usps_city: 'Trimble', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 8.4, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "91.74", "47131": "5.58", "47053": "2.67"}', + coty_name: ['Dyer', 'Obion', 'Gibson'], + cty_code: ['47045', '47131', '47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18377, lat: 36.20016 }, + }, + { + zip_code: '38334', + usps_city: 'Finger', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2056.0, + density: 16.8, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "62.53", "47023": "37.47"}', + coty_name: ['McNairy', 'Chester'], + cty_code: ['47109', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.58751, lat: 35.35445 }, + }, + { + zip_code: '38355', + usps_city: 'Medina', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6404.0, + density: 65.9, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "79.09", "47113": "20.91"}', + coty_name: ['Gibson', 'Madison'], + cty_code: ['47053', '47113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76755, lat: 35.78694 }, + }, + { + zip_code: '38372', + usps_city: 'Savannah', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17266.0, + density: 21.0, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "100"}', + coty_name: ['Hardin'], + cty_code: ['47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14364, lat: 35.1695 }, + }, + { + zip_code: '38382', + usps_city: 'Trenton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8650.0, + density: 19.2, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "100"}', + coty_name: ['Gibson'], + cty_code: ['47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99287, lat: 35.9672 }, + }, + { + zip_code: '38392', + usps_city: 'Mercer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 6.5, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "89.3", "47069": "10.7"}', + coty_name: ['Madison', 'Hardeman'], + cty_code: ['47113', '47069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03333, lat: 35.46457 }, + }, + { + zip_code: '38449', + usps_city: 'Ardmore', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2772.0, + density: 18.8, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "52.69", "47103": "47.31"}', + coty_name: ['Giles', 'Lincoln'], + cty_code: ['47055', '47103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.82589, lat: 35.0482 }, + }, + { + zip_code: '38472', + usps_city: 'Lynnville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2978.0, + density: 11.6, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "97.74", "47117": "2.26"}', + coty_name: ['Giles', 'Marshall'], + cty_code: ['47055', '47117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.0386, lat: 35.37758 }, + }, + { + zip_code: '38601', + usps_city: 'Abbeville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2073.0, + density: 8.3, + primary_coty_code: '28071', + primary_coty_name: 'Lafayette', + county_weights: '{"28071": "100"}', + coty_name: ['Lafayette'], + cty_code: ['28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43964, lat: 34.48202 }, + }, + { + zip_code: '38621', + usps_city: 'Crenshaw', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 10.8, + primary_coty_code: '28107', + primary_coty_name: 'Panola', + county_weights: '{"28107": "69.63", "28119": "30.37"}', + coty_name: ['Panola', 'Quitman'], + cty_code: ['28107', '28119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17014, lat: 34.4491 }, + }, + { + zip_code: '38652', + usps_city: 'New Albany', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16775.0, + density: 41.7, + primary_coty_code: '28145', + primary_coty_name: 'Union', + county_weights: '{"28145": "100"}', + coty_name: ['Union'], + cty_code: ['28145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99688, lat: 34.48346 }, + }, + { + zip_code: '38774', + usps_city: 'Shelby', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 9.2, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76274, lat: 33.96311 }, + }, + { + zip_code: '38843', + usps_city: 'Fulton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 11345.0, + density: 22.2, + primary_coty_code: '28057', + primary_coty_name: 'Itawamba', + county_weights: '{"28057": "99.7", "28081": "0.3"}', + coty_name: ['Itawamba', 'Lee'], + cty_code: ['28057', '28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37564, lat: 34.26496 }, + }, + { + zip_code: '38857', + usps_city: 'Mooreville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4081.0, + density: 83.1, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "100"}', + coty_name: ['Lee'], + cty_code: ['28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57748, lat: 34.28028 }, + }, + { + zip_code: '38953', + usps_city: 'Scobey', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 5.1, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "45.24", "28161": "40.48", "28043": "14.29"}', + coty_name: ['Tallahatchie', 'Yalobusha', 'Grenada'], + cty_code: ['28135', '28161', '28043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92772, lat: 33.92643 }, + }, + { + zip_code: '39086', + usps_city: 'Hermanville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1733.0, + density: 4.2, + primary_coty_code: '28021', + primary_coty_name: 'Claiborne', + county_weights: '{"28021": "86.61", "28029": "13.39"}', + coty_name: ['Claiborne', 'Copiah'], + cty_code: ['28021', '28029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76335, lat: 31.95832 }, + }, + { + zip_code: '39113', + usps_city: 'Mayersville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 621.0, + density: 21.5, + primary_coty_code: '28055', + primary_coty_name: 'Issaquena', + county_weights: '{"28055": "100"}', + coty_name: ['Issaquena'], + cty_code: ['28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02088, lat: 32.91036 }, + }, + { + zip_code: '39194', + usps_city: 'Yazoo City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 22241.0, + density: 19.0, + primary_coty_code: '28163', + primary_coty_name: 'Yazoo', + county_weights: '{"28163": "99.37", "28053": "0.63"}', + coty_name: ['Yazoo', 'Humphreys'], + cty_code: ['28163', '28053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48743, lat: 32.83609 }, + }, + { + zip_code: '39217', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1262.0, + density: 31542.9, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21045, lat: 32.29911 }, + }, + { + zip_code: '39332', + usps_city: 'Hickory', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1824.0, + density: 9.9, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "94.18", "28061": "5.82"}', + coty_name: ['Newton', 'Jasper'], + cty_code: ['28101', '28061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00412, lat: 32.30005 }, + }, + { + zip_code: '39474', + usps_city: 'Prentiss', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5346.0, + density: 13.0, + primary_coty_code: '28065', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"28065": "99.77", "28031": "0.23"}', + coty_name: ['Jefferson Davis', 'Covington'], + cty_code: ['28065', '28031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85545, lat: 31.61225 }, + }, + { + zip_code: '39745', + usps_city: 'French Camp', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 7.1, + primary_coty_code: '28019', + primary_coty_name: 'Choctaw', + county_weights: '{"28019": "71.85", "28007": "17.53", "28097": "10.62"}', + coty_name: ['Choctaw', 'Attala', 'Montgomery'], + cty_code: ['28019', '28007', '28097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45057, lat: 33.29845 }, + }, + { + zip_code: '39828', + usps_city: 'Cairo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14477.0, + density: 40.4, + primary_coty_code: '13131', + primary_coty_name: 'Grady', + county_weights: '{"13131": "100"}', + coty_name: ['Grady'], + cty_code: ['13131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.22116, lat: 30.80208 }, + }, + { + zip_code: '40003', + usps_city: 'Bagdad', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1886.0, + density: 17.2, + primary_coty_code: '21211', + primary_coty_name: 'Shelby', + county_weights: '{"21211": "92.85", "21073": "7.15"}', + coty_name: ['Shelby', 'Franklin'], + cty_code: ['21211', '21073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.04705, lat: 38.26916 }, + }, + { + zip_code: '40109', + usps_city: 'Brooks', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1842.0, + density: 76.1, + primary_coty_code: '21029', + primary_coty_name: 'Bullitt', + county_weights: '{"21029": "100"}', + coty_name: ['Bullitt'], + cty_code: ['21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.75898, lat: 38.06055 }, + }, + { + zip_code: '40143', + usps_city: 'Hardinsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6001.0, + density: 15.5, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.50881, lat: 37.78114 }, + }, + { + zip_code: '40157', + usps_city: 'Payneville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 11.8, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "95.32", "21027": "4.68"}', + coty_name: ['Meade', 'Breckinridge'], + cty_code: ['21163', '21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.38999, lat: 38.01983 }, + }, + { + zip_code: '40162', + usps_city: 'Rineyville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6769.0, + density: 46.3, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.04907, lat: 37.75457 }, + }, + { + zip_code: '40464', + usps_city: 'Parksville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1235.0, + density: 14.2, + primary_coty_code: '21021', + primary_coty_name: 'Boyle', + county_weights: '{"21021": "90.75", "21045": "9.25"}', + coty_name: ['Boyle', 'Casey'], + cty_code: ['21021', '21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92345, lat: 37.55826 }, + }, + { + zip_code: '40503', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 29309.0, + density: 1279.3, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53422, lat: 38.00468 }, + }, + { + zip_code: '40508', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 25766.0, + density: 2326.7, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50114, lat: 38.05001 }, + }, + { + zip_code: '41075', + usps_city: 'Fort Thomas', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16627.0, + density: 1065.6, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45099, lat: 39.07985 }, + }, + { + zip_code: '41535', + usps_city: 'Huddy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 86.2, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27968, lat: 37.59634 }, + }, + { + zip_code: '41539', + usps_city: 'Kimper', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 15.4, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32713, lat: 37.50682 }, + }, + { + zip_code: '41553', + usps_city: 'Phelps', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1845.0, + density: 20.9, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16361, lat: 37.47712 }, + }, + { + zip_code: '41555', + usps_city: 'Pinsonfork', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 617.0, + density: 28.6, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25834, lat: 37.53834 }, + }, + { + zip_code: '41843', + usps_city: 'Pine Top', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 13.6, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86478, lat: 37.27235 }, + }, + { + zip_code: '41861', + usps_city: 'Raven', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 28.2, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82191, lat: 37.40578 }, + }, + { + zip_code: '42038', + usps_city: 'Eddyville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5134.0, + density: 22.6, + primary_coty_code: '21143', + primary_coty_name: 'Lyon', + county_weights: '{"21143": "99.87", "21033": "0.13"}', + coty_name: ['Lyon', 'Caldwell'], + cty_code: ['21143', '21033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02225, lat: 37.04143 }, + }, + { + zip_code: '42130', + usps_city: 'Eighty Eight', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 35.1, + primary_coty_code: '21009', + primary_coty_name: 'Barren', + county_weights: '{"21009": "100"}', + coty_name: ['Barren'], + cty_code: ['21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.77894, lat: 36.92408 }, + }, + { + zip_code: '42170', + usps_city: 'Woodburn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1481.0, + density: 17.5, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "66.07", "21213": "33.93"}', + coty_name: ['Warren', 'Simpson'], + cty_code: ['21227', '21213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.57625, lat: 36.84425 }, + }, + { + zip_code: '42324', + usps_city: 'Belton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1249.0, + density: 13.2, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00093, lat: 37.13534 }, + }, + { + zip_code: '42376', + usps_city: 'Utica', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6077.0, + density: 23.5, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "76.5", "21183": "19.26", "21149": "4.24"}', + coty_name: ['Daviess', 'Ohio', 'McLean'], + cty_code: ['21059', '21183', '21149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08757, lat: 37.61685 }, + }, + { + zip_code: '42516', + usps_city: 'Bethelridge', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 21.3, + primary_coty_code: '21045', + primary_coty_name: 'Casey', + county_weights: '{"21045": "100"}', + coty_name: ['Casey'], + cty_code: ['21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7786, lat: 37.22715 }, + }, + { + zip_code: '42603', + usps_city: 'Alpha', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 6.2, + primary_coty_code: '21053', + primary_coty_name: 'Clinton', + county_weights: '{"21053": "100"}', + coty_name: ['Clinton'], + cty_code: ['21053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Monticello', + geo_point_2d: { lon: -85.02751, lat: 36.78238 }, + }, + { + zip_code: '43002', + usps_city: 'Amlin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4303.0, + density: 1659.6, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1739, lat: 40.06333 }, + }, + { + zip_code: '43126', + usps_city: 'Harrisburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 434.8, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.16648, lat: 39.81391 }, + }, + { + zip_code: '43158', + usps_city: 'Union Furnace', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 65.5, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "100"}', + coty_name: ['Hocking'], + cty_code: ['39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35762, lat: 39.44918 }, + }, + { + zip_code: '43160', + usps_city: 'Washington Court House', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21802.0, + density: 39.1, + primary_coty_code: '39047', + primary_coty_name: 'Fayette', + county_weights: '{"39047": "99.26", "39141": "0.74"}', + coty_name: ['Fayette', 'Ross'], + cty_code: ['39047', '39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44268, lat: 39.52651 }, + }, + { + zip_code: '43206', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22680.0, + density: 2918.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97372, lat: 39.94222 }, + }, + { + zip_code: '43221', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33442.0, + density: 1384.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.07756, lat: 40.02259 }, + }, + { + zip_code: '43228', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56139.0, + density: 1070.7, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.126, lat: 39.96479 }, + }, + { + zip_code: '43324', + usps_city: 'Huntsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3007.0, + density: 40.8, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "100"}', + coty_name: ['Logan'], + cty_code: ['39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8106, lat: 40.44635 }, + }, + { + zip_code: '43333', + usps_city: 'Lewistown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 935.0, + density: 11.9, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "100"}', + coty_name: ['Logan'], + cty_code: ['39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93201, lat: 40.43993 }, + }, + { + zip_code: '43360', + usps_city: 'Zanesfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1617.0, + density: 20.9, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "100"}', + coty_name: ['Logan'], + cty_code: ['39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63126, lat: 40.3311 }, + }, + { + zip_code: '43569', + usps_city: 'Weston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2849.0, + density: 31.7, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78829, lat: 41.35144 }, + }, + { + zip_code: '43570', + usps_city: 'West Unity', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3194.0, + density: 26.4, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "96.72", "39051": "3.28"}', + coty_name: ['Williams', 'Fulton'], + cty_code: ['39171', '39051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.44005, lat: 41.58705 }, + }, + { + zip_code: '43771', + usps_city: 'Philo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2043.0, + density: 31.6, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9438, lat: 39.83602 }, + }, + { + zip_code: '43822', + usps_city: 'Frazeysburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5316.0, + density: 23.4, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: + '{"39119": "58.97", "39089": "22.05", "39031": "10.4", "39083": "8.58"}', + coty_name: ['Muskingum', 'Licking', 'Coshocton', 'Knox'], + cty_code: ['39119', '39089', '39031', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.1725, lat: 40.17741 }, + }, + { + zip_code: '43913', + usps_city: 'Brilliant', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1479.0, + density: 224.0, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.63084, lat: 40.27101 }, + }, + { + zip_code: '43926', + usps_city: 'Empire', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 346.2, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62215, lat: 40.50882 }, + }, + { + zip_code: '43935', + usps_city: 'Martins Ferry', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8735.0, + density: 172.3, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75137, lat: 40.12589 }, + }, + { + zip_code: '43940', + usps_city: 'Neffs', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 199.9, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8234, lat: 40.02877 }, + }, + { + zip_code: '43962', + usps_city: 'Summitville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 27.6, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87989, lat: 40.67208 }, + }, + { + zip_code: '43977', + usps_city: 'Flushing', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 18.1, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "94.6", "39067": "5.4"}', + coty_name: ['Belmont', 'Harrison'], + cty_code: ['39013', '39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10357, lat: 40.1398 }, + }, + { + zip_code: '44074', + usps_city: 'Oberlin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11487.0, + density: 89.6, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2336, lat: 41.28741 }, + }, + { + zip_code: '44076', + usps_city: 'Orwell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5018.0, + density: 28.2, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "86.99", "39155": "13.01"}', + coty_name: ['Ashtabula', 'Trumbull'], + cty_code: ['39007', '39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.82075, lat: 41.52931 }, + }, + { + zip_code: '44143', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24085.0, + density: 661.1, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47509, lat: 41.5535 }, + }, + { + zip_code: '44221', + usps_city: 'Cuyahoga Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29473.0, + density: 1750.9, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47656, lat: 41.13962 }, + }, + { + zip_code: '44275', + usps_city: 'Spencer', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3387.0, + density: 33.9, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "97.73", "39093": "2.27"}', + coty_name: ['Medina', 'Lorain'], + cty_code: ['39103', '39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09938, lat: 41.10151 }, + }, + { + zip_code: '44319', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22542.0, + density: 463.6, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53167, lat: 40.98304 }, + }, + { + zip_code: '44410', + usps_city: 'Cortland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16901.0, + density: 95.9, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72414, lat: 41.34928 }, + }, + { + zip_code: '44417', + usps_city: 'Farmdale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1847.0, + density: 21.4, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66387, lat: 41.43634 }, + }, + { + zip_code: '44442', + usps_city: 'New Middletown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3952.0, + density: 174.1, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54925, lat: 40.96613 }, + }, + { + zip_code: '44515', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26574.0, + density: 534.9, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76375, lat: 41.10123 }, + }, + { + zip_code: '44614', + usps_city: 'Canal Fulton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12597.0, + density: 217.1, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "98.52", "39153": "1.48"}', + coty_name: ['Stark', 'Summit'], + cty_code: ['39151', '39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58627, lat: 40.88707 }, + }, + { + zip_code: '44675', + usps_city: 'Sherrodsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1970.0, + density: 24.9, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "79.25", "39157": "20.75"}', + coty_name: ['Carroll', 'Tuscarawas'], + cty_code: ['39019', '39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25007, lat: 40.50033 }, + }, + { + zip_code: '44708', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25425.0, + density: 960.2, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43562, lat: 40.81775 }, + }, + { + zip_code: '44903', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 23250.0, + density: 78.6, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "98.41", "39117": "1.34", "39005": "0.25"}', + coty_name: ['Richland', 'Morrow', 'Ashland'], + cty_code: ['39139', '39117', '39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52734, lat: 40.77603 }, + }, + { + zip_code: '45003', + usps_city: 'College Corner', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 21.6, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "69.73", "39017": "30.27"}', + coty_name: ['Preble', 'Butler'], + cty_code: ['39135', '39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.78787, lat: 39.58696 }, + }, + { + zip_code: '45044', + usps_city: 'Middletown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 53772.0, + density: 546.6, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "96.42", "39165": "3.58"}', + coty_name: ['Butler', 'Warren'], + cty_code: ['39017', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38227, lat: 39.45004 }, + }, + { + zip_code: '45146', + usps_city: 'Martinsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1507.0, + density: 21.4, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "100"}', + coty_name: ['Clinton'], + cty_code: ['39027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79828, lat: 39.31512 }, + }, + { + zip_code: '45156', + usps_city: 'Neville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 35.9, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.2154, lat: 38.81472 }, + }, + { + zip_code: '45208', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17953.0, + density: 1634.9, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43453, lat: 39.13475 }, + }, + { + zip_code: '45211', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36890.0, + density: 1574.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59823, lat: 39.15629 }, + }, + { + zip_code: '45255', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21972.0, + density: 664.0, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "70.33", "39025": "29.67"}', + coty_name: ['Hamilton', 'Clermont'], + cty_code: ['39061', '39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32711, lat: 39.05885 }, + }, + { + zip_code: '45349', + usps_city: 'North Hampton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 711.1, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94135, lat: 39.98914 }, + }, + { + zip_code: '45390', + usps_city: 'Union City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3310.0, + density: 24.2, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76887, lat: 40.21875 }, + }, + { + zip_code: '45434', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12388.0, + density: 455.0, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02895, lat: 39.72158 }, + }, + { + zip_code: '45614', + usps_city: 'Bidwell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4883.0, + density: 25.8, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "100"}', + coty_name: ['Gallia'], + cty_code: ['39053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27709, lat: 38.92975 }, + }, + { + zip_code: '45618', + usps_city: 'Cherry Fork', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 205.1, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "100"}', + coty_name: ['Adams'], + cty_code: ['39001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61638, lat: 38.88556 }, + }, + { + zip_code: '45640', + usps_city: 'Jackson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16121.0, + density: 35.0, + primary_coty_code: '39079', + primary_coty_name: 'Jackson', + county_weights: '{"39079": "100"}', + coty_name: ['Jackson'], + cty_code: ['39079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65363, lat: 39.02198 }, + }, + { + zip_code: '45651', + usps_city: 'McArthur', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5867.0, + density: 15.1, + primary_coty_code: '39163', + primary_coty_name: 'Vinton', + county_weights: '{"39163": "100"}', + coty_name: ['Vinton'], + cty_code: ['39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48881, lat: 39.2787 }, + }, + { + zip_code: '45741', + usps_city: 'Langsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 4.4, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2523, lat: 39.06483 }, + }, + { + zip_code: '45743', + usps_city: 'Long Bottom', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1671.0, + density: 17.6, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84989, lat: 39.07618 }, + }, + { + zip_code: '45760', + usps_city: 'Middleport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4076.0, + density: 80.5, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12329, lat: 39.01612 }, + }, + { + zip_code: '45778', + usps_city: 'Stewart', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1028.0, + density: 16.3, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89314, lat: 39.34711 }, + }, + { + zip_code: '45889', + usps_city: 'Van Buren', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1663.0, + density: 31.6, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63997, lat: 41.14664 }, + }, + { + zip_code: '46036', + usps_city: 'Elwood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11678.0, + density: 57.3, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "93.51", "18159": "6.22", "18053": "0.27"}', + coty_name: ['Madison', 'Tipton', 'Grant'], + cty_code: ['18095', '18159', '18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.83109, lat: 40.29519 }, + }, + { + zip_code: '46371', + usps_city: 'Rolling Prairie', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3246.0, + density: 33.1, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.60071, lat: 41.68003 }, + }, + { + zip_code: '46772', + usps_city: 'Monroe', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3087.0, + density: 33.6, + primary_coty_code: '18001', + primary_coty_name: 'Adams', + county_weights: '{"18001": "100"}', + coty_name: ['Adams'], + cty_code: ['18001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.91366, lat: 40.72147 }, + }, + { + zip_code: '46793', + usps_city: 'Waterloo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4874.0, + density: 33.8, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "99.37", "18151": "0.63"}', + coty_name: ['DeKalb', 'Steuben'], + cty_code: ['18033', '18151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.01982, lat: 41.462 }, + }, + { + zip_code: '46952', + usps_city: 'Marion', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18625.0, + density: 67.8, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: + '{"18053": "98.96", "18179": "0.66", "18069": "0.26", "18009": "0.12"}', + coty_name: ['Grant', 'Wells', 'Huntington', 'Blackford'], + cty_code: ['18053', '18179', '18069', '18009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.63287, lat: 40.59911 }, + }, + { + zip_code: '46957', + usps_city: 'Matthews', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 592.0, + density: 480.6, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.49586, lat: 40.38832 }, + }, + { + zip_code: '46982', + usps_city: 'Silver Lake', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2660.0, + density: 24.7, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "83.37", "18169": "15", "18049": "1.63"}', + coty_name: ['Kosciusko', 'Wabash', 'Fulton'], + cty_code: ['18085', '18169', '18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.88969, lat: 41.05841 }, + }, + { + zip_code: '46987', + usps_city: 'Sweetser', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 624.3, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.7635, lat: 40.56868 }, + }, + { + zip_code: '47115', + usps_city: 'Depauw', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3025.0, + density: 20.5, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.21711, lat: 38.34596 }, + }, + { + zip_code: '47119', + usps_city: 'Floyds Knobs', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11700.0, + density: 104.7, + primary_coty_code: '18043', + primary_coty_name: 'Floyd', + county_weights: '{"18043": "96.88", "18019": "3.12"}', + coty_name: ['Floyd', 'Clark'], + cty_code: ['18043', '18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.88372, lat: 38.36648 }, + }, + { + zip_code: '47160', + usps_city: 'New Middletown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 1055.5, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.05101, lat: 38.16445 }, + }, + { + zip_code: '47282', + usps_city: 'Vernon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 351.7, + primary_coty_code: '18079', + primary_coty_name: 'Jennings', + county_weights: '{"18079": "100"}', + coty_name: ['Jennings'], + cty_code: ['18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.61069, lat: 38.98241 }, + }, + { + zip_code: '47371', + usps_city: 'Portland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12200.0, + density: 21.6, + primary_coty_code: '18075', + primary_coty_name: 'Jay', + county_weights: '{"18075": "99.93", "18135": "0.07"}', + coty_name: ['Jay', 'Randolph'], + cty_code: ['18075', '18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.96004, lat: 40.41858 }, + }, + { + zip_code: '47446', + usps_city: 'Mitchell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10393.0, + density: 33.3, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "99.15", "18101": "0.85"}', + coty_name: ['Lawrence', 'Martin'], + cty_code: ['18093', '18101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.51377, lat: 38.73824 }, + }, + { + zip_code: '47532', + usps_city: 'Ferdinand', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4358.0, + density: 24.1, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "87.42", "18147": "11.67", "18123": "0.91"}', + coty_name: ['Dubois', 'Spencer', 'Perry'], + cty_code: ['18037', '18147', '18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.86049, lat: 38.22118 }, + }, + { + zip_code: '47536', + usps_city: 'Fulda', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83653, lat: 38.11228 }, + }, + { + zip_code: '47586', + usps_city: 'Tell City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11022.0, + density: 45.1, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.69933, lat: 38.03704 }, + }, + { + zip_code: '47838', + usps_city: 'Carlisle', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3772.0, + density: 13.8, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.37791, lat: 38.95545 }, + }, + { + zip_code: '47881', + usps_city: 'Staunton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 321.3, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "100"}', + coty_name: ['Clay'], + cty_code: ['18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.19237, lat: 39.48594 }, + }, + { + zip_code: '47882', + usps_city: 'Sullivan', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7731.0, + density: 20.8, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.41029, lat: 39.09092 }, + }, + { + zip_code: '47922', + usps_city: 'Brook', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1570.0, + density: 8.0, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "96.86", "18073": "3.14"}', + coty_name: ['Newton', 'Jasper'], + cty_code: ['18111', '18073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.35286, lat: 40.87657 }, + }, + { + zip_code: '48021', + usps_city: 'Eastpointe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 32336.0, + density: 2434.1, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.94606, lat: 42.46561 }, + }, + { + zip_code: '48083', + usps_city: 'Troy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22561.0, + density: 1008.4, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.11685, lat: 42.55706 }, + }, + { + zip_code: '48161', + usps_city: 'Monroe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26254.0, + density: 226.3, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47199, lat: 41.90805 }, + }, + { + zip_code: '48178', + usps_city: 'South Lyon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 35390.0, + density: 270.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "61.52", "26093": "31.16", "26161": "7.32"}', + coty_name: ['Oakland', 'Livingston', 'Washtenaw'], + cty_code: ['26125', '26093', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.6635, lat: 42.44466 }, + }, + { + zip_code: '48191', + usps_city: 'Willis', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4436.0, + density: 105.3, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "95.56", "26115": "4.44"}', + coty_name: ['Washtenaw', 'Monroe'], + cty_code: ['26161', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.564, lat: 42.11987 }, + }, + { + zip_code: '48197', + usps_city: 'Ypsilanti', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 68108.0, + density: 627.3, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.62885, lat: 42.19714 }, + }, + { + zip_code: '48218', + usps_city: 'River Rouge', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7502.0, + density: 1091.3, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.12728, lat: 42.27317 }, + }, + { + zip_code: '48350', + usps_city: 'Davisburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7242.0, + density: 117.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.53218, lat: 42.74084 }, + }, + { + zip_code: '48401', + usps_city: 'Applegate', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 16.9, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.66725, lat: 43.3527 }, + }, + { + zip_code: '48439', + usps_city: 'Grand Blanc', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 48754.0, + density: 355.8, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "99.27", "26125": "0.73"}', + coty_name: ['Genesee', 'Oakland'], + cty_code: ['26049', '26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.62911, lat: 42.91681 }, + }, + { + zip_code: '48473', + usps_city: 'Swartz Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22022.0, + density: 144.2, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.82618, lat: 42.93991 }, + }, + { + zip_code: '48505', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20327.0, + density: 624.9, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.68744, lat: 43.07042 }, + }, + { + zip_code: '48642', + usps_city: 'Midland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33259.0, + density: 112.3, + primary_coty_code: '26111', + primary_coty_name: 'Midland', + county_weights: '{"26111": "93.86", "26017": "6.14"}', + coty_name: ['Midland', 'Bay'], + cty_code: ['26111', '26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.22942, lat: 43.70615 }, + }, + { + zip_code: '48933', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2637.0, + density: 1348.7, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.55428, lat: 42.7325 }, + }, + { + zip_code: '49004', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16434.0, + density: 301.0, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.56203, lat: 42.35183 }, + }, + { + zip_code: '49013', + usps_city: 'Bangor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5301.0, + density: 34.7, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.10846, lat: 42.30567 }, + }, + { + zip_code: '49036', + usps_city: 'Coldwater', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23685.0, + density: 58.1, + primary_coty_code: '26023', + primary_coty_name: 'Branch', + county_weights: '{"26023": "100"}', + coty_name: ['Branch'], + cty_code: ['26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.02321, lat: 41.90283 }, + }, + { + zip_code: '49043', + usps_city: 'Covert', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2106.0, + density: 25.1, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.26737, lat: 42.28577 }, + }, + { + zip_code: '49045', + usps_city: 'Decatur', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5322.0, + density: 23.7, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "91.98", "26027": "8.02"}', + coty_name: ['Van Buren', 'Cass'], + cty_code: ['26159', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.00067, lat: 42.10531 }, + }, + { + zip_code: '49048', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25416.0, + density: 258.9, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.49849, lat: 42.27284 }, + }, + { + zip_code: '49052', + usps_city: 'Fulton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 10.8, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "74.87", "26025": "25.13"}', + coty_name: ['Kalamazoo', 'Calhoun'], + cty_code: ['26077', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.32073, lat: 42.11428 }, + }, + { + zip_code: '49078', + usps_city: 'Otsego', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9452.0, + density: 76.0, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "93.82", "26077": "5.17", "26159": "1.01"}', + coty_name: ['Allegan', 'Kalamazoo', 'Van Buren'], + cty_code: ['26005', '26077', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.72807, lat: 42.46507 }, + }, + { + zip_code: '49079', + usps_city: 'Paw Paw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13185.0, + density: 61.2, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.90806, lat: 42.24056 }, + }, + { + zip_code: '49102', + usps_city: 'Berrien Center', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1627.0, + density: 40.6, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "99.55", "26027": "0.45"}', + coty_name: ['Berrien', 'Cass'], + cty_code: ['26021', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.26113, lat: 41.9523 }, + }, + { + zip_code: '49276', + usps_city: 'Riga', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 14.5, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "66.6", "26115": "33.4"}', + coty_name: ['Lenawee', 'Monroe'], + cty_code: ['26091', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.78462, lat: 41.79744 }, + }, + { + zip_code: '49323', + usps_city: 'Dorr', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10296.0, + density: 81.0, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.78723, lat: 42.72534 }, + }, + { + zip_code: '49336', + usps_city: 'Morley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4170.0, + density: 20.6, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "94.69", "26117": "5.26", "26123": "0.05"}', + coty_name: ['Mecosta', 'Montcalm', 'Newaygo'], + cty_code: ['26107', '26117', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.43177, lat: 43.50869 }, + }, + { + zip_code: '49424', + usps_city: 'Holland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 48799.0, + density: 328.2, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "100"}', + coty_name: ['Ottawa'], + cty_code: ['26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.12522, lat: 42.84476 }, + }, + { + zip_code: '49461', + usps_city: 'Whitehall', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9174.0, + density: 81.3, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "100"}', + coty_name: ['Muskegon'], + cty_code: ['26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.32258, lat: 43.3826 }, + }, + { + zip_code: '49464', + usps_city: 'Zeeland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29220.0, + density: 149.9, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "98.64", "26005": "1.36"}', + coty_name: ['Ottawa', 'Allegan'], + cty_code: ['26139', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.98617, lat: 42.84713 }, + }, + { + zip_code: '49735', + usps_city: 'Gaylord', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19744.0, + density: 30.4, + primary_coty_code: '26137', + primary_coty_name: 'Otsego', + county_weights: '{"26137": "100"}', + coty_name: ['Otsego'], + cty_code: ['26137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.67103, lat: 44.99526 }, + }, + { + zip_code: '49780', + usps_city: 'Rudyard', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1882.0, + density: 2.4, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "95.53", "26097": "4.47"}', + coty_name: ['Chippewa', 'Mackinac'], + cty_code: ['26033', '26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.72555, lat: 46.2121 }, + }, + { + zip_code: '49795', + usps_city: 'Vanderbilt', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1937.0, + density: 5.7, + primary_coty_code: '26137', + primary_coty_name: 'Otsego', + county_weights: '{"26137": "82.98", "26031": "9.01", "26029": "8.01"}', + coty_name: ['Otsego', 'Cheboygan', 'Charlevoix'], + cty_code: ['26137', '26031', '26029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.57657, lat: 45.15877 }, + }, + { + zip_code: '49870', + usps_city: 'Norway', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3301.0, + density: 23.2, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.90541, lat: 45.86816 }, + }, + { + zip_code: '49902', + usps_city: 'Alpha', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 214.3, + primary_coty_code: '26071', + primary_coty_name: 'Iron', + county_weights: '{"26071": "100"}', + coty_name: ['Iron'], + cty_code: ['26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.37986, lat: 46.04303 }, + }, + { + zip_code: '49962', + usps_city: 'Skanee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 0.9, + primary_coty_code: '26013', + primary_coty_name: 'Baraga', + county_weights: '{"26013": "100"}', + coty_name: ['Baraga'], + cty_code: ['26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.15186, lat: 46.83131 }, + }, + { + zip_code: '50147', + usps_city: 'Lineville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 2.0, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "75.68", "19053": "24.32"}', + coty_name: ['Wayne', 'Decatur'], + cty_code: ['19185', '19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5491, lat: 40.62714 }, + }, + { + zip_code: '50207', + usps_city: 'New Sharon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 5.8, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "99.25", "19157": "0.75"}', + coty_name: ['Mahaska', 'Poweshiek'], + cty_code: ['19123', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.63752, lat: 41.4347 }, + }, + { + zip_code: '50272', + usps_city: 'Williamson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 93.1, + primary_coty_code: '19117', + primary_coty_name: 'Lucas', + county_weights: '{"19117": "100"}', + coty_name: ['Lucas'], + cty_code: ['19117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25587, lat: 41.09602 }, + }, + { + zip_code: '50275', + usps_city: 'Woodburn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 4.4, + primary_coty_code: '19039', + primary_coty_name: 'Clarke', + county_weights: '{"19039": "100"}', + coty_name: ['Clarke'], + cty_code: ['19039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58957, lat: 41.03747 }, + }, + { + zip_code: '50309', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8040.0, + density: 1101.3, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62063, lat: 41.58487 }, + }, + { + zip_code: '50432', + usps_city: 'Crystal Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 204.0, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "100"}', + coty_name: ['Hancock'], + cty_code: ['19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79805, lat: 43.22388 }, + }, + { + zip_code: '50521', + usps_city: 'Burnside', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 94.6, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.10284, lat: 42.34624 }, + }, + { + zip_code: '50546', + usps_city: 'Havelock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 1.9, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7028, lat: 42.83787 }, + }, + { + zip_code: '50629', + usps_city: 'Fairbank', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2605.0, + density: 12.7, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: + '{"19019": "60.63", "19065": "21.42", "19017": "11.25", "19013": "6.7"}', + coty_name: ['Buchanan', 'Fayette', 'Bremer', 'Black Hawk'], + cty_code: ['19019', '19065', '19017', '19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08067, lat: 42.6424 }, + }, + { + zip_code: '51360', + usps_city: 'Spirit Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8312.0, + density: 28.8, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "98.84", "27063": "1.16"}', + coty_name: ['Dickinson', 'Jackson'], + cty_code: ['19059', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08759, lat: 43.4425 }, + }, + { + zip_code: '51458', + usps_city: 'Odebolt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1419.0, + density: 5.8, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "100"}', + coty_name: ['Sac'], + cty_code: ['19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23589, lat: 42.32056 }, + }, + { + zip_code: '51561', + usps_city: 'Pacific Junction', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1184.0, + density: 7.6, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "100"}', + coty_name: ['Mills'], + cty_code: ['19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80869, lat: 41.00927 }, + }, + { + zip_code: '51638', + usps_city: 'Essex', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 5.2, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "99.46", "19137": "0.54"}', + coty_name: ['Page', 'Montgomery'], + cty_code: ['19145', '19137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27171, lat: 40.84261 }, + }, + { + zip_code: '52052', + usps_city: 'Guttenberg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3068.0, + density: 13.3, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "95.15", "19061": "4.85"}', + coty_name: ['Clayton', 'Dubuque'], + cty_code: ['19043', '19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11954, lat: 42.74045 }, + }, + { + zip_code: '52078', + usps_city: 'Worthington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 6.7, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "74.51", "19055": "25.49"}', + coty_name: ['Dubuque', 'Delaware'], + cty_code: ['19061', '19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11604, lat: 42.39466 }, + }, + { + zip_code: '52206', + usps_city: 'Atkins', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2614.0, + density: 35.7, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88547, lat: 41.99159 }, + }, + { + zip_code: '52233', + usps_city: 'Hiawatha', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7139.0, + density: 784.9, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68694, lat: 42.04674 }, + }, + { + zip_code: '52245', + usps_city: 'Iowa City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 25195.0, + density: 1176.8, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50768, lat: 41.6708 }, + }, + { + zip_code: '52338', + usps_city: 'Swisher', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3489.0, + density: 39.9, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "98.63", "19113": "1.37"}', + coty_name: ['Johnson', 'Linn'], + cty_code: ['19103', '19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.70868, lat: 41.82956 }, + }, + { + zip_code: '52352', + usps_city: 'Walker', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 7.7, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "70.42", "19019": "20.69", "19011": "8.89"}', + coty_name: ['Linn', 'Buchanan', 'Benton'], + cty_code: ['19113', '19019', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77579, lat: 42.28787 }, + }, + { + zip_code: '53023', + usps_city: 'Glenbeulah', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2486.0, + density: 23.8, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10641, lat: 43.78226 }, + }, + { + zip_code: '53033', + usps_city: 'Hubertus', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4719.0, + density: 124.1, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "100"}', + coty_name: ['Washington'], + cty_code: ['55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25567, lat: 43.23611 }, + }, + { + zip_code: '53072', + usps_city: 'Pewaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 25984.0, + density: 344.0, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26664, lat: 43.08113 }, + }, + { + zip_code: '53182', + usps_city: 'Union Grove', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9888.0, + density: 67.2, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "92.11", "55059": "7.89"}', + coty_name: ['Racine', 'Kenosha'], + cty_code: ['55101', '55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04164, lat: 42.6989 }, + }, + { + zip_code: '53185', + usps_city: 'Waterford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19113.0, + density: 160.6, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19529, lat: 42.79492 }, + }, + { + zip_code: '53216', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 33583.0, + density: 2795.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97635, lat: 43.08636 }, + }, + { + zip_code: '53532', + usps_city: 'Deforest', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15696.0, + density: 112.1, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "98.31", "55021": "1.69"}', + coty_name: ['Dane', 'Columbia'], + cty_code: ['55025', '55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32467, lat: 43.24904 }, + }, + { + zip_code: '53587', + usps_city: 'South Wayne', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 7.9, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9032, lat: 42.57809 }, + }, + { + zip_code: '53713', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 22255.0, + density: 824.1, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38561, lat: 43.03713 }, + }, + { + zip_code: '53919', + usps_city: 'Brandon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2761.0, + density: 15.5, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77605, lat: 43.73482 }, + }, + { + zip_code: '53935', + usps_city: 'Friesland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 99.5, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "100"}', + coty_name: ['Columbia'], + cty_code: ['55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.067, lat: 43.58857 }, + }, + { + zip_code: '54207', + usps_city: 'Collins', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 57.0, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98502, lat: 44.08782 }, + }, + { + zip_code: '54513', + usps_city: 'Brantwood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 1.6, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11667, lat: 45.56604 }, + }, + { + zip_code: '54526', + usps_city: 'Glen Flora', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 2.6, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "100"}', + coty_name: ['Rusk'], + cty_code: ['55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85908, lat: 45.50554 }, + }, + { + zip_code: '54538', + usps_city: 'Lac Du Flambeau', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2961.0, + density: 10.2, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: + '{"55125": "96.94", "55085": "2.42", "55099": "0.48", "55051": "0.16"}', + coty_name: ['Vilas', 'Oneida', 'Price', 'Iron'], + cty_code: ['55125', '55085', '55099', '55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90891, lat: 45.97046 }, + }, + { + zip_code: '54546', + usps_city: 'Mellen', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 2.0, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "100"}', + coty_name: ['Ashland'], + cty_code: ['55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70272, lat: 46.30229 }, + }, + { + zip_code: '54627', + usps_city: 'Ettrick', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1707.0, + density: 8.1, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "95.88", "55053": "4.12"}', + coty_name: ['Trempealeau', 'Jackson'], + cty_code: ['55121', '55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24052, lat: 44.16764 }, + }, + { + zip_code: '54724', + usps_city: 'Bloomer', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7421.0, + density: 18.0, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "99.9", "55033": "0.1"}', + coty_name: ['Chippewa', 'Dunn'], + cty_code: ['55017', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48778, lat: 45.10646 }, + }, + { + zip_code: '54725', + usps_city: 'Boyceville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2866.0, + density: 11.1, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "100"}', + coty_name: ['Dunn'], + cty_code: ['55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01216, lat: 45.07012 }, + }, + { + zip_code: '54734', + usps_city: 'Downing', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 820.0, + density: 9.6, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "94.86", "55109": "5.14"}', + coty_name: ['Dunn', 'St. Croix'], + cty_code: ['55033', '55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.11774, lat: 45.09863 }, + }, + { + zip_code: '54931', + usps_city: 'Dale', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 400.2, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67911, lat: 44.2745 }, + }, + { + zip_code: '54984', + usps_city: 'Wild Rose', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3121.0, + density: 15.8, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "98.29", "55097": "1.71"}', + coty_name: ['Waushara', 'Portage'], + cty_code: ['55137', '55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21758, lat: 44.18831 }, + }, + { + zip_code: '54985', + usps_city: 'Winnebago', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 3944.1, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.51838, lat: 44.07507 }, + }, + { + zip_code: '55029', + usps_city: 'Grandy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 516.5, + primary_coty_code: '27059', + primary_coty_name: 'Isanti', + county_weights: '{"27059": "100"}', + coty_name: ['Isanti'], + cty_code: ['27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1986, lat: 45.63861 }, + }, + { + zip_code: '55092', + usps_city: 'Wyoming', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10597.0, + density: 121.2, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "58.63", "27003": "41.37"}', + coty_name: ['Chisago', 'Anoka'], + cty_code: ['27025', '27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07864, lat: 45.33657 }, + }, + { + zip_code: '55117', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 45653.0, + density: 1904.5, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09687, lat: 44.99936 }, + }, + { + zip_code: '55301', + usps_city: 'Albertville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 13657.0, + density: 516.8, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.65869, lat: 45.24784 }, + }, + { + zip_code: '55303', + usps_city: 'Anoka', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 49784.0, + density: 304.4, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42307, lat: 45.28861 }, + }, + { + zip_code: '55304', + usps_city: 'Andover', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 49470.0, + density: 276.5, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2655, lat: 45.25574 }, + }, + { + zip_code: '55336', + usps_city: 'Glencoe', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7772.0, + density: 23.5, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "96.05", "27143": "3.95"}', + coty_name: ['McLeod', 'Sibley'], + cty_code: ['27085', '27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.18114, lat: 44.77083 }, + }, + { + zip_code: '55338', + usps_city: 'Green Isle', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1234.0, + density: 12.0, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "100"}', + coty_name: ['Sibley'], + cty_code: ['27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.99815, lat: 44.66948 }, + }, + { + zip_code: '55352', + usps_city: 'Jordan', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9522.0, + density: 55.1, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "100"}', + coty_name: ['Scott'], + cty_code: ['27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58766, lat: 44.65501 }, + }, + { + zip_code: '55378', + usps_city: 'Savage', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 30606.0, + density: 815.2, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "100"}', + coty_name: ['Scott'], + cty_code: ['27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36308, lat: 44.75741 }, + }, + { + zip_code: '55401', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10238.0, + density: 4388.6, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26946, lat: 44.98479 }, + }, + { + zip_code: '55412', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 23631.0, + density: 2516.5, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29983, lat: 45.02701 }, + }, + { + zip_code: '55434', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 31149.0, + density: 1331.6, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2505, lat: 45.16809 }, + }, + { + zip_code: '55604', + usps_city: 'Grand Marais', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3578.0, + density: 1.6, + primary_coty_code: '27031', + primary_coty_name: 'Cook', + county_weights: '{"27031": "100"}', + coty_name: ['Cook'], + cty_code: ['27031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56468, lat: 47.96004 }, + }, + { + zip_code: '55787', + usps_city: 'Tamarack', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 2.3, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "82.29", "27017": "17.71"}', + coty_name: ['Aitkin', 'Carlton'], + cty_code: ['27001', '27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.11205, lat: 46.67989 }, + }, + { + zip_code: '55901', + usps_city: 'Rochester', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 55363.0, + density: 715.6, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "100"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50688, lat: 44.06977 }, + }, + { + zip_code: '55906', + usps_city: 'Rochester', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 19060.0, + density: 115.4, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "99.64", "27157": "0.36"}', + coty_name: ['Olmsted', 'Wabasha'], + cty_code: ['27109', '27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40531, lat: 44.10731 }, + }, + { + zip_code: '55921', + usps_city: 'Caledonia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4667.0, + density: 9.9, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "100"}', + coty_name: ['Houston'], + cty_code: ['27055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.4626, lat: 43.62303 }, + }, + { + zip_code: '55981', + usps_city: 'Wabasha', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3983.0, + density: 30.3, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "100"}', + coty_name: ['Wabasha'], + cty_code: ['27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.06703, lat: 44.35555 }, + }, + { + zip_code: '56089', + usps_city: 'Twin Lakes', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 76.3, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43083, lat: 43.56103 }, + }, + { + zip_code: '56093', + usps_city: 'Waseca', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 12287.0, + density: 26.4, + primary_coty_code: '27161', + primary_coty_name: 'Waseca', + county_weights: '{"27161": "98.07", "27147": "1.85", "27131": "0.08"}', + coty_name: ['Waseca', 'Steele', 'Rice'], + cty_code: ['27161', '27147', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51471, lat: 44.06461 }, + }, + { + zip_code: '56128', + usps_city: 'Edgerton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2102.0, + density: 6.9, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: + '{"27117": "86.39", "27133": "5.9", "27105": "3.98", "27101": "3.73"}', + coty_name: ['Pipestone', 'Rock', 'Nobles', 'Murray'], + cty_code: ['27117', '27133', '27105', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1156, lat: 43.88151 }, + }, + { + zip_code: '56136', + usps_city: 'Hendricks', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1090.0, + density: 4.9, + primary_coty_code: '27081', + primary_coty_name: 'Lincoln', + county_weights: '{"27081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.3969, lat: 44.50245 }, + }, + { + zip_code: '56145', + usps_city: 'Jeffers', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 4.0, + primary_coty_code: '27033', + primary_coty_name: 'Cottonwood', + county_weights: '{"27033": "100"}', + coty_name: ['Cottonwood'], + cty_code: ['27033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17571, lat: 44.05473 }, + }, + { + zip_code: '56157', + usps_city: 'Lynd', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 6.2, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "100"}', + coty_name: ['Lyon'], + cty_code: ['27083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94815, lat: 44.39638 }, + }, + { + zip_code: '56171', + usps_city: 'Sherburn', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1814.0, + density: 7.5, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7652, lat: 43.66765 }, + }, + { + zip_code: '56208', + usps_city: 'Appleton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2051.0, + density: 4.2, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "97.05", "27073": "2.57", "27023": "0.39"}', + coty_name: ['Swift', 'Lac qui Parle', 'Chippewa'], + cty_code: ['27151', '27073', '27023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0043, lat: 45.2425 }, + }, + { + zip_code: '56210', + usps_city: 'Barry', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5.0, + density: 8.5, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "100"}', + coty_name: ['Big Stone'], + cty_code: ['27011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56527, lat: 45.55988 }, + }, + { + zip_code: '56236', + usps_city: 'Dumont', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 1.4, + primary_coty_code: '27155', + primary_coty_name: 'Traverse', + county_weights: '{"27155": "84.12", "27011": "15.88"}', + coty_name: ['Traverse', 'Big Stone'], + cty_code: ['27155', '27011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.41057, lat: 45.65973 }, + }, + { + zip_code: '56308', + usps_city: 'Alexandria', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25235.0, + density: 62.6, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "99.74", "27121": "0.26"}', + coty_name: ['Douglas', 'Pope'], + cty_code: ['27041', '27121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38672, lat: 45.87903 }, + }, + { + zip_code: '56369', + usps_city: 'Rockville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 288.0, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34535, lat: 45.46705 }, + }, + { + zip_code: '56425', + usps_city: 'Baxter', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8262.0, + density: 168.2, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.28219, lat: 46.34286 }, + }, + { + zip_code: '56461', + usps_city: 'Laporte', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3260.0, + density: 4.6, + primary_coty_code: '27057', + primary_coty_name: 'Hubbard', + county_weights: '{"27057": "96.24", "27021": "3.76"}', + coty_name: ['Hubbard', 'Cass'], + cty_code: ['27057', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85164, lat: 47.23613 }, + }, + { + zip_code: '56464', + usps_city: 'Menahga', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4606.0, + density: 7.0, + primary_coty_code: '27159', + primary_coty_name: 'Wadena', + county_weights: + '{"27159": "60.56", "27005": "24.65", "27057": "12.85", "27111": "1.94"}', + coty_name: ['Wadena', 'Becker', 'Hubbard', 'Otter Tail'], + cty_code: ['27159', '27005', '27057', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10477, lat: 46.7633 }, + }, + { + zip_code: '56470', + usps_city: 'Park Rapids', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10457.0, + density: 10.3, + primary_coty_code: '27057', + primary_coty_name: 'Hubbard', + county_weights: + '{"27057": "92.02", "27005": "7.59", "27029": "0.25", "27159": "0.15"}', + coty_name: ['Hubbard', 'Becker', 'Clearwater', 'Wadena'], + cty_code: ['27057', '27005', '27029', '27159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09814, lat: 47.02292 }, + }, + { + zip_code: '56550', + usps_city: 'Hendrum', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 2.9, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73674, lat: 47.27135 }, + }, + { + zip_code: '56552', + usps_city: 'Hitterdal', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 497.0, + density: 4.0, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "89.28", "27005": "10.72"}', + coty_name: ['Clay', 'Becker'], + cty_code: ['27027', '27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21221, lat: 46.98809 }, + }, + { + zip_code: '56554', + usps_city: 'Lake Park', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2676.0, + density: 8.8, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "96.23", "27027": "3.77"}', + coty_name: ['Becker', 'Clay'], + cty_code: ['27005', '27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11475, lat: 46.88346 }, + }, + { + zip_code: '56644', + usps_city: 'Gonvick', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 2.9, + primary_coty_code: '27029', + primary_coty_name: 'Clearwater', + county_weights: '{"27029": "98.86", "27119": "1.14"}', + coty_name: ['Clearwater', 'Polk'], + cty_code: ['27029', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.51085, lat: 47.79095 }, + }, + { + zip_code: '56653', + usps_city: 'Littlefork', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1366.0, + density: 0.8, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49868, lat: 48.2607 }, + }, + { + zip_code: '56659', + usps_city: 'Max', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 2.0, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.01643, lat: 47.64691 }, + }, + { + zip_code: '56751', + usps_city: 'Roseau', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5728.0, + density: 4.7, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "100"}', + coty_name: ['Roseau'], + cty_code: ['27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73291, lat: 48.81137 }, + }, + { + zip_code: '56763', + usps_city: 'Warroad', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4977.0, + density: 7.9, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "100"}', + coty_name: ['Roseau'], + cty_code: ['27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35636, lat: 48.80886 }, + }, + { + zip_code: '57016', + usps_city: 'Chester', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 812.0, + density: 9.3, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "100"}', + coty_name: ['Lake'], + cty_code: ['46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9618, lat: 43.893 }, + }, + { + zip_code: '57197', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 957.0, + density: 4402.3, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73861, lat: 43.52457 }, + }, + { + zip_code: '57239', + usps_city: 'Grenville', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 2.0, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "100"}', + coty_name: ['Day'], + cty_code: ['46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30925, lat: 45.50968 }, + }, + { + zip_code: '57242', + usps_city: 'Hazel', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 2.5, + primary_coty_code: '46057', + primary_coty_name: 'Hamlin', + county_weights: '{"46057": "86.57", "46029": "13.43"}', + coty_name: ['Hamlin', 'Codington'], + cty_code: ['46057', '46029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3629, lat: 44.77385 }, + }, + { + zip_code: '57251', + usps_city: 'Marvin', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 1.4, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "100"}', + coty_name: ['Grant'], + cty_code: ['46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93516, lat: 45.27889 }, + }, + { + zip_code: '57259', + usps_city: 'Revillo', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 1.4, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "74.26", "46039": "25.74"}', + coty_name: ['Grant', 'Deuel'], + cty_code: ['46051', '46039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56585, lat: 44.99961 }, + }, + { + zip_code: '57269', + usps_city: 'Twin Brooks', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 1.0, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "100"}', + coty_name: ['Grant'], + cty_code: ['46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8145, lat: 45.2209 }, + }, + { + zip_code: '57301', + usps_city: 'Mitchell', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 18549.0, + density: 29.6, + primary_coty_code: '46035', + primary_coty_name: 'Davison', + county_weights: '{"46035": "96.78", "46061": "3.22"}', + coty_name: ['Davison', 'Hanson'], + cty_code: ['46035', '46061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.04724, lat: 43.71376 }, + }, + { + zip_code: '57312', + usps_city: 'Alpena', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 621.0, + density: 2.3, + primary_coty_code: '46073', + primary_coty_name: 'Jerauld', + county_weights: '{"46073": "70.16", "46005": "29.84"}', + coty_name: ['Jerauld', 'Beadle'], + cty_code: ['46073', '46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37634, lat: 44.20046 }, + }, + { + zip_code: '57366', + usps_city: 'Parkston', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2315.0, + density: 4.0, + primary_coty_code: '46067', + primary_coty_name: 'Hutchinson', + county_weights: '{"46067": "96.59", "46043": "3.41"}', + coty_name: ['Hutchinson', 'Douglas'], + cty_code: ['46067', '46043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94396, lat: 43.38348 }, + }, + { + zip_code: '57383', + usps_city: 'White Lake', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 1.1, + primary_coty_code: '46003', + primary_coty_name: 'Aurora', + county_weights: '{"46003": "99.18", "46015": "0.82"}', + coty_name: ['Aurora', 'Brule'], + cty_code: ['46003', '46015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.71463, lat: 43.71959 }, + }, + { + zip_code: '57718', + usps_city: 'Black Hawk', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 7198.0, + density: 122.8, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "99.46", "46103": "0.54"}', + coty_name: ['Meade', 'Pennington'], + cty_code: ['46093', '46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.3648, lat: 44.17891 }, + }, + { + zip_code: '57744', + usps_city: 'Hermosa', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2265.0, + density: 1.7, + primary_coty_code: '46033', + primary_coty_name: 'Custer', + county_weights: '{"46033": 69.02, "46103": 18.63, "46102": 12.35}', + coty_name: ['Custer', 'Pennington', 'Oglala Lakota'], + cty_code: ['46033', '46103', '46102'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.03646, lat: 43.77402 }, + }, + { + zip_code: '57748', + usps_city: 'Howes', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 0.4, + primary_coty_code: '46137', + primary_coty_name: 'Ziebach', + county_weights: '{"46137": "73.9", "46093": "26.1"}', + coty_name: ['Ziebach', 'Meade'], + cty_code: ['46137', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.02291, lat: 44.58384 }, + }, + { + zip_code: '57762', + usps_city: 'Nisland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 1.9, + primary_coty_code: '46019', + primary_coty_name: 'Butte', + county_weights: '{"46019": "100"}', + coty_name: ['Butte'], + cty_code: ['46019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.61064, lat: 44.75323 }, + }, + { + zip_code: '58021', + usps_city: 'Davenport', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 3.0, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08518, lat: 46.73761 }, + }, + { + zip_code: '58103', + usps_city: 'Fargo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 48328.0, + density: 1652.0, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82207, lat: 46.85617 }, + }, + { + zip_code: '58230', + usps_city: 'Finley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 1.4, + primary_coty_code: '38091', + primary_coty_name: 'Steele', + county_weights: '{"38091": "100"}', + coty_name: ['Steele'], + cty_code: ['38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83358, lat: 47.48413 }, + }, + { + zip_code: '58249', + usps_city: 'Langdon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2525.0, + density: 2.4, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.32857, lat: 48.82348 }, + }, + { + zip_code: '58265', + usps_city: 'Neche', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 2.1, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60765, lat: 48.95104 }, + }, + { + zip_code: '58431', + usps_city: 'Dickey', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 0.6, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "100"}', + coty_name: ['LaMoure'], + cty_code: ['38045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48494, lat: 46.50768 }, + }, + { + zip_code: '58482', + usps_city: 'Steele', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 1.6, + primary_coty_code: '38043', + primary_coty_name: 'Kidder', + county_weights: '{"38043": "100"}', + coty_name: ['Kidder'], + cty_code: ['38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.89895, lat: 46.85515 }, + }, + { + zip_code: '58520', + usps_city: 'Almont', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 0.3, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "84.47", "38037": "15.53"}', + coty_name: ['Morton', 'Grant'], + cty_code: ['38059', '38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -101.54687, lat: 46.68174 }, + }, + { + zip_code: '58620', + usps_city: 'Amidon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 0.2, + primary_coty_code: '38087', + primary_coty_name: 'Slope', + county_weights: '{"38087": "93.94", "38007": "6.06"}', + coty_name: ['Slope', 'Billings'], + cty_code: ['38087', '38007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.33089, lat: 46.50431 }, + }, + { + zip_code: '58737', + usps_city: 'Flaxton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 0.5, + primary_coty_code: '38013', + primary_coty_name: 'Burke', + county_weights: '{"38013": "100"}', + coty_name: ['Burke'], + cty_code: ['38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.39152, lat: 48.92147 }, + }, + { + zip_code: '90004', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 60541.0, + density: 7668.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31084, lat: 34.07621 }, + }, + { + zip_code: '90021', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2945.0, + density: 549.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23873, lat: 34.02931 }, + }, + { + zip_code: '90027', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44770.0, + density: 2125.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29057, lat: 34.12521 }, + }, + { + zip_code: '90240', + usps_city: 'Downey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26413.0, + density: 3464.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11869, lat: 33.9568 }, + }, + { + zip_code: '90274', + usps_city: 'Palos Verdes Peninsula', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25061.0, + density: 807.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36893, lat: 33.77734 }, + }, + { + zip_code: '90303', + usps_city: 'Inglewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24374.0, + density: 4226.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33232, lat: 33.93809 }, + }, + { + zip_code: '90723', + usps_city: 'Paramount', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54513.0, + density: 4492.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.16482, lat: 33.89743 }, + }, + { + zip_code: '90822', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 316.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11863, lat: 33.77844 }, + }, + { + zip_code: '91108', + usps_city: 'San Marino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13375.0, + density: 1355.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11341, lat: 34.12234 }, + }, + { + zip_code: '91304', + usps_city: 'Canoga Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54361.0, + density: 2231.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "99.52", "06111": "0.48"}', + coty_name: ['Los Angeles', 'Ventura'], + cty_code: ['06037', '06111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.63249, lat: 34.22465 }, + }, + { + zip_code: '91702', + usps_city: 'Azusa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62066.0, + density: 141.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.86721, lat: 34.26557 }, + }, + { + zip_code: '91914', + usps_city: 'Chula Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17379.0, + density: 1066.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.9524, lat: 32.66544 }, + }, + { + zip_code: '91941', + usps_city: 'La Mesa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31918.0, + density: 1527.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.99341, lat: 32.75989 }, + }, + { + zip_code: '92210', + usps_city: 'Indian Wells', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5138.0, + density: 152.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.34019, lat: 33.70043 }, + }, + { + zip_code: '92211', + usps_city: 'Palm Desert', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25056.0, + density: 642.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.33102, lat: 33.76218 }, + }, + { + zip_code: '92342', + usps_city: 'Helendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6737.0, + density: 24.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.34944, lat: 34.7584 }, + }, + { + zip_code: '92345', + usps_city: 'Hesperia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 82110.0, + density: 386.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.30939, lat: 34.38212 }, + }, + { + zip_code: '92359', + usps_city: 'Mentone', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9170.0, + density: 211.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.06638, lat: 34.08318 }, + }, + { + zip_code: '92377', + usps_city: 'Rialto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20476.0, + density: 757.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.40413, lat: 34.15602 }, + }, + { + zip_code: '92545', + usps_city: 'Hemet', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41879.0, + density: 501.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.03417, lat: 33.72967 }, + }, + { + zip_code: '92571', + usps_city: 'Perris', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 57622.0, + density: 985.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.20462, lat: 33.82427 }, + }, + { + zip_code: '92626', + usps_city: 'Costa Mesa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50605.0, + density: 2008.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90842, lat: 33.67893 }, + }, + { + zip_code: '92630', + usps_city: 'Lake Forest', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59403.0, + density: 2407.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.68518, lat: 33.64467 }, + }, + { + zip_code: '92887', + usps_city: 'Yorba Linda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20012.0, + density: 809.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.73124, lat: 33.88471 }, + }, + { + zip_code: '93043', + usps_city: 'Port Hueneme Cbc Base', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 115.4, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.20239, lat: 34.17084 }, + }, + { + zip_code: '93202', + usps_city: 'Armona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4273.0, + density: 2127.3, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "100"}', + coty_name: ['Kings'], + cty_code: ['6031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.70853, lat: 36.31335 }, + }, + { + zip_code: '93257', + usps_city: 'Porterville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 76519.0, + density: 66.4, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.87178, lat: 35.98376 }, + }, + { + zip_code: '93455', + usps_city: 'Santa Maria', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46175.0, + density: 164.9, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.42686, lat: 34.82867 }, + }, + { + zip_code: '93465', + usps_city: 'Templeton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9202.0, + density: 40.4, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.73303, lat: 35.54014 }, + }, + { + zip_code: '93561', + usps_city: 'Tehachapi', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34979.0, + density: 51.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.49376, lat: 35.11821 }, + }, + { + zip_code: '93615', + usps_city: 'Cutler', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6347.0, + density: 146.5, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.28633, lat: 36.50334 }, + }, + { + zip_code: '93705', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36808.0, + density: 2923.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.82832, lat: 36.78671 }, + }, + { + zip_code: '93905', + usps_city: 'Salinas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 60531.0, + density: 2511.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.60701, lat: 36.68321 }, + }, + { + zip_code: '93906', + usps_city: 'Salinas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64348.0, + density: 1900.0, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.63228, lat: 36.72258 }, + }, + { + zip_code: '93927', + usps_city: 'Greenfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18812.0, + density: 27.5, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.37717, lat: 36.23358 }, + }, + { + zip_code: '94041', + usps_city: 'Mountain View', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14572.0, + density: 3674.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.07564, lat: 37.38847 }, + }, + { + zip_code: '94107', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31461.0, + density: 6769.2, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39461, lat: 37.76643 }, + }, + { + zip_code: '94132', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31436.0, + density: 3902.9, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48481, lat: 37.72213 }, + }, + { + zip_code: '94596', + usps_city: 'Walnut Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21700.0, + density: 1406.3, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03753, lat: 37.88907 }, + }, + { + zip_code: '94597', + usps_city: 'Walnut Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23108.0, + density: 2281.8, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.07155, lat: 37.91827 }, + }, + { + zip_code: '94602', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30162.0, + density: 3523.3, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20704, lat: 37.8041 }, + }, + { + zip_code: '94707', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11767.0, + density: 2680.0, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "76.28", "06013": "23.72"}', + coty_name: ['Alameda', 'Contra Costa'], + cty_code: ['06001', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27918, lat: 37.89833 }, + }, + { + zip_code: '94924', + usps_city: 'Bolinas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1127.0, + density: 18.8, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72056, lat: 37.94541 }, + }, + { + zip_code: '95006', + usps_city: 'Boulder Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9632.0, + density: 69.5, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14742, lat: 37.16994 }, + }, + { + zip_code: '95046', + usps_city: 'San Martin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5918.0, + density: 117.1, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.59504, lat: 37.09614 }, + }, + { + zip_code: '95064', + usps_city: 'Santa Cruz', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10486.0, + density: 2158.5, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.05902, lat: 36.9911 }, + }, + { + zip_code: '95135', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22015.0, + density: 280.9, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.69571, lat: 37.28985 }, + }, + { + zip_code: '95315', + usps_city: 'Delhi', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14520.0, + density: 307.1, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.77147, lat: 37.4236 }, + }, + { + zip_code: '95328', + usps_city: 'Keyes', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4480.0, + density: 1700.0, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.90985, lat: 37.55824 }, + }, + { + zip_code: '95346', + usps_city: 'Mi Wuk Village', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1251.0, + density: 80.5, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.17933, lat: 38.06749 }, + }, + { + zip_code: '95350', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54210.0, + density: 2350.9, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.0073, lat: 37.67192 }, + }, + { + zip_code: '95369', + usps_city: 'Snelling', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1024.0, + density: 2.5, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "92.72", "06043": "7.28"}', + coty_name: ['Merced', 'Mariposa'], + cty_code: ['06047', '06043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.43175, lat: 37.53346 }, + }, + { + zip_code: '95372', + usps_city: 'Soulsbyville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2056.0, + density: 296.4, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.26084, lat: 37.99172 }, + }, + { + zip_code: '95375', + usps_city: 'Strawberry', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5.0, + density: 0.6, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.02612, lat: 38.18664 }, + }, + { + zip_code: '95387', + usps_city: 'Westley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 2.1, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.32775, lat: 37.50588 }, + }, + { + zip_code: '95410', + usps_city: 'Albion', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 9.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.68669, lat: 39.20801 }, + }, + { + zip_code: '95436', + usps_city: 'Forestville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6240.0, + density: 104.8, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.91416, lat: 38.491 }, + }, + { + zip_code: '95452', + usps_city: 'Kenwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 919.0, + density: 24.7, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53517, lat: 38.42555 }, + }, + { + zip_code: '95540', + usps_city: 'Fortuna', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14196.0, + density: 197.4, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.13648, lat: 40.57866 }, + }, + { + zip_code: '95558', + usps_city: 'Petrolia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 0.8, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.23457, lat: 40.2961 }, + }, + { + zip_code: '95560', + usps_city: 'Redway', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1615.0, + density: 18.7, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.83859, lat: 40.16453 }, + }, + { + zip_code: '95567', + usps_city: 'Smith River', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1802.0, + density: 11.1, + primary_coty_code: '6015', + primary_coty_name: 'Del Norte', + county_weights: '{"06015": "100"}', + coty_name: ['Del Norte'], + cty_code: ['6015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.11187, lat: 41.94978 }, + }, + { + zip_code: '95621', + usps_city: 'Citrus Heights', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41740.0, + density: 2371.5, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.30829, lat: 38.69576 }, + }, + { + zip_code: '95672', + usps_city: 'Rescue', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5266.0, + density: 90.4, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.99801, lat: 38.72527 }, + }, + { + zip_code: '95823', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 79440.0, + density: 2598.5, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.44347, lat: 38.47408 }, + }, + { + zip_code: '95920', + usps_city: 'Butte City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 1.8, + primary_coty_code: '6021', + primary_coty_name: 'Glenn', + county_weights: '{"06021": "100"}', + coty_name: ['Glenn'], + cty_code: ['6021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.93702, lat: 39.46072 }, + }, + { + zip_code: '95965', + usps_city: 'Oroville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20498.0, + density: 24.7, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.59608, lat: 39.5947 }, + }, + { + zip_code: '95975', + usps_city: 'Rough And Ready', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1877.0, + density: 77.3, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "100"}', + coty_name: ['Nevada'], + cty_code: ['6057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.15153, lat: 39.22442 }, + }, + { + zip_code: '95978', + usps_city: 'Stirling City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 15.0, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.53629, lat: 39.87564 }, + }, + { + zip_code: '96044', + usps_city: 'Hornbrook', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 2.6, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.52007, lat: 41.94084 }, + }, + { + zip_code: '96046', + usps_city: 'Hyampom', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.2, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.42904, lat: 40.59968 }, + }, + { + zip_code: '96049', + usps_city: 'Redding', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 2.2, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.32588, lat: 41.76839 }, + }, + { + zip_code: '96075', + usps_city: 'Paynes Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 350.0, + density: 2.0, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "94.58", "06089": "5.42"}', + coty_name: ['Tehama', 'Shasta'], + cty_code: ['06103', '06089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84893, lat: 40.33852 }, + }, + { + zip_code: '96092', + usps_city: 'Vina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 2.7, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01554, lat: 39.96245 }, + }, + { + zip_code: '96126', + usps_city: 'Sierraville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 0.4, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "100"}', + coty_name: ['Sierra'], + cty_code: ['6091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.45679, lat: 39.52992 }, + }, + { + zip_code: '96729', + usps_city: 'Hoolehua', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1190.0, + density: 11.0, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.11424, lat: 21.16773 }, + }, + { + zip_code: '96916', + usps_city: 'Merizo', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.70067, lat: 13.26053 }, + }, + { + zip_code: '96952', + usps_city: 'Tinian', + stusps_code: 'MP', + ste_name: 'Northern Mariana Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '69120', + primary_coty_name: 'Tinian', + county_weights: '{"69120": 100}', + coty_name: ['Tinian'], + cty_code: ['69120'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Saipan', + geo_point_2d: { lon: 145.63149, lat: 15.01312 }, + }, + { + zip_code: '97042', + usps_city: 'Mulino', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2964.0, + density: 51.0, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53452, lat: 45.20577 }, + }, + { + zip_code: '97128', + usps_city: 'Mcminnville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 37993.0, + density: 137.3, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "100"}', + coty_name: ['Yamhill'], + cty_code: ['41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.25457, lat: 45.19704 }, + }, + { + zip_code: '97204', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 1609.8, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.6738, lat: 45.51832 }, + }, + { + zip_code: '97333', + usps_city: 'Corvallis', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 23302.0, + density: 77.4, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "94.03", "41043": "5.97"}', + coty_name: ['Benton', 'Linn'], + cty_code: ['41003', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.30732, lat: 44.47368 }, + }, + { + zip_code: '97366', + usps_city: 'South Beach', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1772.0, + density: 65.1, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.05101, lat: 44.57712 }, + }, + { + zip_code: '97437', + usps_city: 'Elmira', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2939.0, + density: 51.2, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.38908, lat: 44.09688 }, + }, + { + zip_code: '97443', + usps_city: 'Glide', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2135.0, + density: 10.9, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.01073, lat: 43.24704 }, + }, + { + zip_code: '97722', + usps_city: 'Diamond', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 0.1, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.69496, lat: 42.95081 }, + }, + { + zip_code: '97733', + usps_city: 'Crescent', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 0.4, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95668, lat: 43.37924 }, + }, + { + zip_code: '97735', + usps_city: 'Fort Rock', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 0.1, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.92595, lat: 43.41066 }, + }, + { + zip_code: '97741', + usps_city: 'Madras', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12608.0, + density: 13.9, + primary_coty_code: '41031', + primary_coty_name: 'Jefferson', + county_weights: '{"41031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['41031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.05269, lat: 44.6518 }, + }, + { + zip_code: '97869', + usps_city: 'Prairie City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 930.0, + density: 1.0, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100", "41001": "0"}', + coty_name: ['Grant', 'Baker'], + cty_code: ['41023', '41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.62051, lat: 44.40198 }, + }, + { + zip_code: '97883', + usps_city: 'Union', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2526.0, + density: 3.6, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "100"}', + coty_name: ['Union'], + cty_code: ['41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.61966, lat: 45.15518 }, + }, + { + zip_code: '97909', + usps_city: 'Jamieson', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 0.8, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.41897, lat: 44.24647 }, + }, + { + zip_code: '98019', + usps_city: 'Duvall', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11946.0, + density: 60.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84941, lat: 47.73961 }, + }, + { + zip_code: '98118', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 49181.0, + density: 3037.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2688, lat: 47.54245 }, + }, + { + zip_code: '98256', + usps_city: 'Index', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 1.6, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.43037, lat: 47.82999 }, + }, + { + zip_code: '98272', + usps_city: 'Monroe', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30051.0, + density: 106.2, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88521, lat: 47.84931 }, + }, + { + zip_code: '98279', + usps_city: 'Olga', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 614.0, + density: 16.9, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.8083, lat: 48.64471 }, + }, + { + zip_code: '98311', + usps_city: 'Bremerton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 27946.0, + density: 994.1, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63698, lat: 47.63019 }, + }, + { + zip_code: '98323', + usps_city: 'Carbonado', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 1.2, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88815, lat: 47.04063 }, + }, + { + zip_code: '98351', + usps_city: 'Longbranch', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1335.0, + density: 60.3, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7687, lat: 47.20301 }, + }, + { + zip_code: '98359', + usps_city: 'Olalla', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5044.0, + density: 139.3, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.57661, lat: 47.43045 }, + }, + { + zip_code: '21651', + usps_city: 'Millington', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2894.0, + density: 28.7, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "54.49", "24035": "45.51"}', + coty_name: ['Kent', "Queen Anne's"], + cty_code: ['24029', '24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8534, lat: 39.25903 }, + }, + { + zip_code: '21660', + usps_city: 'Ridgely', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4292.0, + density: 50.1, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "100"}', + coty_name: ['Caroline'], + cty_code: ['24011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89037, lat: 38.95595 }, + }, + { + zip_code: '21663', + usps_city: 'Saint Michaels', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3424.0, + density: 108.1, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2312, lat: 38.78478 }, + }, + { + zip_code: '22312', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32566.0, + density: 2343.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "76.18", "51510": "23.82"}', + coty_name: ['Fairfax', 'Alexandria'], + cty_code: ['51059', '51510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15368, lat: 38.81648 }, + }, + { + zip_code: '22406', + usps_city: 'Fredericksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26256.0, + density: 139.6, + primary_coty_code: '51179', + primary_coty_name: 'Stafford', + county_weights: '{"51179": "99.92", "51061": "0.08"}', + coty_name: ['Stafford', 'Fauquier'], + cty_code: ['51179', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55114, lat: 38.40022 }, + }, + { + zip_code: '22436', + usps_city: 'Caret', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 736.0, + density: 10.0, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "100"}', + coty_name: ['Essex'], + cty_code: ['51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07106, lat: 38.04212 }, + }, + { + zip_code: '22643', + usps_city: 'Markham', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 19.4, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98651, lat: 38.88404 }, + }, + { + zip_code: '98408', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21101.0, + density: 2400.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44647, lat: 47.19802 }, + }, + { + zip_code: '98433', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 19698.0, + density: 386.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.58723, lat: 47.1113 }, + }, + { + zip_code: '98446', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11394.0, + density: 400.3, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37423, lat: 47.1297 }, + }, + { + zip_code: '98571', + usps_city: 'Pacific Beach', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 12.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.17242, lat: 47.19446 }, + }, + { + zip_code: '98595', + usps_city: 'Westport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2508.0, + density: 177.4, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.10849, lat: 46.88232 }, + }, + { + zip_code: '98626', + usps_city: 'Kelso', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24643.0, + density: 69.7, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.78638, lat: 46.15464 }, + }, + { + zip_code: '98639', + usps_city: 'North Bonneville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 977.0, + density: 29.5, + primary_coty_code: '53059', + primary_coty_name: 'Skamania', + county_weights: '{"53059": "100"}', + coty_name: ['Skamania'], + cty_code: ['53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98949, lat: 45.66284 }, + }, + { + zip_code: '98645', + usps_city: 'Silverlake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1490.0, + density: 38.7, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.78197, lat: 46.32644 }, + }, + { + zip_code: '98648', + usps_city: 'Stevenson', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3243.0, + density: 10.2, + primary_coty_code: '53059', + primary_coty_name: 'Skamania', + county_weights: '{"53059": "100"}', + coty_name: ['Skamania'], + cty_code: ['53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95486, lat: 45.70807 }, + }, + { + zip_code: '98649', + usps_city: 'Toutle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 941.0, + density: 1.8, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53538, lat: 46.31417 }, + }, + { + zip_code: '98821', + usps_city: 'Dryden', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 64.2, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.55942, lat: 47.55177 }, + }, + { + zip_code: '98933', + usps_city: 'Harrah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 16.8, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.63124, lat: 46.40223 }, + }, + { + zip_code: '98941', + usps_city: 'Roslyn', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 42.8, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.98209, lat: 47.22328 }, + }, + { + zip_code: '99001', + usps_city: 'Airway Heights', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7062.0, + density: 383.9, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.58632, lat: 47.63652 }, + }, + { + zip_code: '99005', + usps_city: 'Colbert', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 8948.0, + density: 87.1, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.36623, lat: 47.84425 }, + }, + { + zip_code: '99022', + usps_city: 'Medical Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 8810.0, + density: 49.3, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.71132, lat: 47.60157 }, + }, + { + zip_code: '99037', + usps_city: 'Veradale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 14628.0, + density: 873.4, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19718, lat: 47.6364 }, + }, + { + zip_code: '99117', + usps_city: 'Creston', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 1.0, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.5208, lat: 47.72402 }, + }, + { + zip_code: '99140', + usps_city: 'Keller', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 0.4, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.67673, lat: 48.11156 }, + }, + { + zip_code: '99163', + usps_city: 'Pullman', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35134.0, + density: 65.6, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.21485, lat: 46.72893 }, + }, + { + zip_code: '99333', + usps_city: 'Hooper', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 0.2, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "68", "53001": "32"}', + coty_name: ['Whitman', 'Adams'], + cty_code: ['53075', '53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.15021, lat: 46.69266 }, + }, + { + zip_code: '99547', + usps_city: 'Atka', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 2.0, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Adak', + geo_point_2d: { lon: -174.20967, lat: 52.22951 }, + }, + { + zip_code: '99569', + usps_city: 'Clarks Point', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 2.3, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.52855, lat: 58.81725 }, + }, + { + zip_code: '99668', + usps_city: 'Sleetmute', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 2.5, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.13723, lat: 61.68735 }, + }, + { + zip_code: '99703', + usps_city: 'Fort Wainwright', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 9117.0, + density: 401.8, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -147.62322, lat: 64.8328 }, + }, + { + zip_code: '99714', + usps_city: 'Salcha', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 1.3, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.67125, lat: 64.4327 }, + }, + { + zip_code: '99721', + usps_city: 'Anaktuvuk Pass', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 19.9, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.70965, lat: 68.15448 }, + }, + { + zip_code: '99727', + usps_city: 'Buckland', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 471.3, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.13877, lat: 65.97587 }, + }, + { + zip_code: '99736', + usps_city: 'Deering', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 33.8, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.76104, lat: 66.08489 }, + }, + { + zip_code: '58789', + usps_city: 'Upham', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 0.8, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "96.88", "38009": "3.12"}', + coty_name: ['McHenry', 'Bottineau'], + cty_code: ['38049', '38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.8161, lat: 48.559 }, + }, + { + zip_code: '59050', + usps_city: 'Lodge Grass', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1649.0, + density: 1.0, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.5271, lat: 45.24092 }, + }, + { + zip_code: '59055', + usps_city: 'Melville', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 0.1, + primary_coty_code: '30097', + primary_coty_name: 'Sweet Grass', + county_weights: '{"30097": "100"}', + coty_name: ['Sweet Grass'], + cty_code: ['30097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.78086, lat: 46.10414 }, + }, + { + zip_code: '59065', + usps_city: 'Pray', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 1.1, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.73092, lat: 45.27875 }, + }, + { + zip_code: '59257', + usps_city: 'Redstone', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 0.1, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.94202, lat: 48.75446 }, + }, + { + zip_code: '59259', + usps_city: 'Richey', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 0.2, + primary_coty_code: '30021', + primary_coty_name: 'Dawson', + county_weights: '{"30021": "87.36", "30083": "12.64"}', + coty_name: ['Dawson', 'Richland'], + cty_code: ['30021', '30083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.08661, lat: 47.68491 }, + }, + { + zip_code: '59336', + usps_city: 'Ismay', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 0.1, + primary_coty_code: '30017', + primary_coty_name: 'Custer', + county_weights: '{"30017": "73.44", "30025": "26.56"}', + coty_name: ['Custer', 'Fallon'], + cty_code: ['30017', '30025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.01486, lat: 46.33786 }, + }, + { + zip_code: '59349', + usps_city: 'Terry', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 0.3, + primary_coty_code: '30079', + primary_coty_name: 'Prairie', + county_weights: '{"30079": "97.7", "30017": "2.3"}', + coty_name: ['Prairie', 'Custer'], + cty_code: ['30079', '30017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.5113, lat: 46.88446 }, + }, + { + zip_code: '59422', + usps_city: 'Choteau', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2672.0, + density: 1.0, + primary_coty_code: '30099', + primary_coty_name: 'Teton', + county_weights: '{"30099": "100"}', + coty_name: ['Teton'], + cty_code: ['30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.47353, lat: 47.81702 }, + }, + { + zip_code: '59480', + usps_city: 'Stockett', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 1.0, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.17675, lat: 47.19327 }, + }, + { + zip_code: '59546', + usps_city: 'Zortman', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 0.1, + primary_coty_code: '30071', + primary_coty_name: 'Phillips', + county_weights: '{"30071": "100"}', + coty_name: ['Phillips'], + cty_code: ['30071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.59198, lat: 47.76973 }, + }, + { + zip_code: '59721', + usps_city: 'Cardwell', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 562.0, + density: 0.8, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "53.81", "30043": "46.19"}', + coty_name: ['Madison', 'Jefferson'], + cty_code: ['30057', '30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.83654, lat: 45.88027 }, + }, + { + zip_code: '59728', + usps_city: 'Elliston', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 0.5, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "100"}', + coty_name: ['Powell'], + cty_code: ['30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.41988, lat: 46.51578 }, + }, + { + zip_code: '59824', + usps_city: 'Charlo', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 5.6, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.20355, lat: 47.42325 }, + }, + { + zip_code: '59923', + usps_city: 'Libby', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 9230.0, + density: 2.6, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.32285, lat: 48.26411 }, + }, + { + zip_code: '60016', + usps_city: 'Des Plaines', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 59291.0, + density: 2155.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89166, lat: 42.0497 }, + }, + { + zip_code: '60033', + usps_city: 'Harvard', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13703.0, + density: 43.6, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "99.3", "17007": "0.7"}', + coty_name: ['McHenry', 'Boone'], + cty_code: ['17111', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60757, lat: 42.42476 }, + }, + { + zip_code: '60043', + usps_city: 'Kenilworth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2460.0, + density: 1546.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71459, lat: 42.08886 }, + }, + { + zip_code: '60143', + usps_city: 'Itasca', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11222.0, + density: 629.7, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02155, lat: 41.97306 }, + }, + { + zip_code: '60153', + usps_city: 'Maywood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23578.0, + density: 3037.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84327, lat: 41.8793 }, + }, + { + zip_code: '60154', + usps_city: 'Westchester', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16440.0, + density: 1316.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89167, lat: 41.84749 }, + }, + { + zip_code: '60177', + usps_city: 'South Elgin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23310.0, + density: 1053.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30996, lat: 41.98991 }, + }, + { + zip_code: '60416', + usps_city: 'Coal City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9083.0, + density: 157.0, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "99.76", "17197": "0.24"}', + coty_name: ['Grundy', 'Will'], + cty_code: ['17063', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2818, lat: 41.29311 }, + }, + { + zip_code: '60423', + usps_city: 'Frankfort', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31418.0, + density: 332.7, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "99.92", "17031": "0.08"}', + coty_name: ['Will', 'Cook'], + cty_code: ['17197', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83793, lat: 41.47957 }, + }, + { + zip_code: '60428', + usps_city: 'Markham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12180.0, + density: 905.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.69055, lat: 41.59979 }, + }, + { + zip_code: '60438', + usps_city: 'Lansing', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28633.0, + density: 1391.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55086, lat: 41.56661 }, + }, + { + zip_code: '60472', + usps_city: 'Robbins', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4904.0, + density: 1144.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7088, lat: 41.64375 }, + }, + { + zip_code: '60526', + usps_city: 'La Grange Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13451.0, + density: 1890.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87395, lat: 41.83183 }, + }, + { + zip_code: '60557', + usps_city: 'Wedron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 160.9, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76381, lat: 41.44553 }, + }, + { + zip_code: '60561', + usps_city: 'Darien', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22955.0, + density: 1418.4, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98241, lat: 41.74536 }, + }, + { + zip_code: '60601', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15083.0, + density: 16145.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62194, lat: 41.88526 }, + }, + { + zip_code: '60630', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 56433.0, + density: 4563.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75709, lat: 41.97213 }, + }, + { + zip_code: '60640', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 69363.0, + density: 11102.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66347, lat: 41.97237 }, + }, + { + zip_code: '60922', + usps_city: 'Chebanse', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2576.0, + density: 18.7, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "55.27", "17075": "44.73"}', + coty_name: ['Kankakee', 'Iroquois'], + cty_code: ['17091', '17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91867, lat: 41.00413 }, + }, + { + zip_code: '60950', + usps_city: 'Manteno', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11592.0, + density: 58.6, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "99.42", "17197": "0.58"}', + coty_name: ['Kankakee', 'Will'], + cty_code: ['17091', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88445, lat: 41.25119 }, + }, + { + zip_code: '61032', + usps_city: 'Freeport', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29702.0, + density: 77.5, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63525, lat: 42.31634 }, + }, + { + zip_code: '61275', + usps_city: 'Port Byron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4710.0, + density: 54.0, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2984, lat: 41.5998 }, + }, + { + zip_code: '61345', + usps_city: 'Neponset', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 5.7, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "94.92", "17175": "5.08"}', + coty_name: ['Bureau', 'Stark'], + cty_code: ['17011', '17175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78982, lat: 41.28007 }, + }, + { + zip_code: '61416', + usps_city: 'Bardolph', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 110.3, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "100"}', + coty_name: ['McDonough'], + cty_code: ['17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56299, lat: 40.49921 }, + }, + { + zip_code: '61448', + usps_city: 'Knoxville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3814.0, + density: 35.0, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24678, lat: 40.93363 }, + }, + { + zip_code: '61731', + usps_city: 'Cropsey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 3.2, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "70.71", "17105": "19.64", "17053": "9.64"}', + coty_name: ['McLean', 'Livingston', 'Ford'], + cty_code: ['17113', '17105', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4855, lat: 40.61393 }, + }, + { + zip_code: '61759', + usps_city: 'Minier', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1588.0, + density: 18.0, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32371, lat: 40.43718 }, + }, + { + zip_code: '61761', + usps_city: 'Normal', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 55152.0, + density: 501.5, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.95856, lat: 40.52958 }, + }, + { + zip_code: '61858', + usps_city: 'Oakwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2980.0, + density: 40.0, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76799, lat: 40.13282 }, + }, + { + zip_code: '61936', + usps_city: 'La Place', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 51.1, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73026, lat: 39.80135 }, + }, + { + zip_code: '62010', + usps_city: 'Bethalto', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11409.0, + density: 199.1, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.04734, lat: 38.92009 }, + }, + { + zip_code: '62018', + usps_city: 'Cottage Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3017.0, + density: 365.4, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08357, lat: 38.9071 }, + }, + { + zip_code: '62077', + usps_city: 'Panama', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 213.2, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "59.37", "17005": "40.63"}', + coty_name: ['Montgomery', 'Bond'], + cty_code: ['17135', '17005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52173, lat: 39.02899 }, + }, + { + zip_code: '62215', + usps_city: 'Albers', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2103.0, + density: 76.1, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60732, lat: 38.5094 }, + }, + { + zip_code: '62225', + usps_city: 'Scott Air Force Base', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5209.0, + density: 283.8, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8554, lat: 38.54559 }, + }, + { + zip_code: '62326', + usps_city: 'Colchester', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2510.0, + density: 12.8, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "98.87", "17067": "1.13"}', + coty_name: ['McDonough', 'Hancock'], + cty_code: ['17109', '17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81333, lat: 40.41725 }, + }, + { + zip_code: '62353', + usps_city: 'Mount Sterling', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5224.0, + density: 10.8, + primary_coty_code: '17009', + primary_coty_name: 'Brown', + county_weights: '{"17009": "99.96", "17169": "0.04"}', + coty_name: ['Brown', 'Schuyler'], + cty_code: ['17009', '17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75829, lat: 39.97253 }, + }, + { + zip_code: '62376', + usps_city: 'Ursa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 5.7, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.42049, lat: 40.11507 }, + }, + { + zip_code: '62414', + usps_city: 'Beecher City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 9.9, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "44.17", "17049": "42.58", "17173": "13.26"}', + coty_name: ['Fayette', 'Effingham', 'Shelby'], + cty_code: ['17051', '17049', '17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83047, lat: 39.17067 }, + }, + { + zip_code: '62426', + usps_city: 'Edgewood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 891.0, + density: 7.3, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "56.68", "17025": "27.56", "17051": "15.76"}', + coty_name: ['Effingham', 'Clay', 'Fayette'], + cty_code: ['17049', '17025', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66452, lat: 38.90212 }, + }, + { + zip_code: '62445', + usps_city: 'Montrose', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 10.5, + primary_coty_code: '17035', + primary_coty_name: 'Cumberland', + county_weights: '{"17035": "45.87", "17079": "28.67", "17049": "25.47"}', + coty_name: ['Cumberland', 'Jasper', 'Effingham'], + cty_code: ['17035', '17079', '17049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32119, lat: 39.16802 }, + }, + { + zip_code: '62512', + usps_city: 'Beason', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 3.8, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "93.8", "17039": "6.2"}', + coty_name: ['Logan', 'De Witt'], + cty_code: ['17107', '17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20355, lat: 40.14496 }, + }, + { + zip_code: '62517', + usps_city: 'Bulpitt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 672.4, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43097, lat: 39.59127 }, + }, + { + zip_code: '62627', + usps_city: 'Chandlerville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 910.0, + density: 3.9, + primary_coty_code: '17017', + primary_coty_name: 'Cass', + county_weights: '{"17017": "75.2", "17125": "24.8"}', + coty_name: ['Cass', 'Mason'], + cty_code: ['17017', '17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12895, lat: 40.05627 }, + }, + { + zip_code: '62691', + usps_city: 'Virginia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2020.0, + density: 7.2, + primary_coty_code: '17017', + primary_coty_name: 'Cass', + county_weights: '{"17017": "100"}', + coty_name: ['Cass'], + cty_code: ['17017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21439, lat: 39.95914 }, + }, + { + zip_code: '62803', + usps_city: 'Hoyleton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1142.0, + density: 7.6, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "100"}', + coty_name: ['Washington'], + cty_code: ['17189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29656, lat: 38.45287 }, + }, + { + zip_code: '62817', + usps_city: 'Broughton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 2.4, + primary_coty_code: '17065', + primary_coty_name: 'Hamilton', + county_weights: '{"17065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.47808, lat: 37.95349 }, + }, + { + zip_code: '62828', + usps_city: 'Dahlgren', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1376.0, + density: 6.5, + primary_coty_code: '17065', + primary_coty_name: 'Hamilton', + county_weights: '{"17065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60679, lat: 38.19416 }, + }, + { + zip_code: '62884', + usps_city: 'Sesser', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2637.0, + density: 32.5, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05642, lat: 38.08222 }, + }, + { + zip_code: '62902', + usps_city: 'Carbondale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4358.0, + density: 27.4, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "76.45", "17199": "23.39", "17181": "0.15"}', + coty_name: ['Jackson', 'Williamson', 'Union'], + cty_code: ['17077', '17199', '17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11727, lat: 37.66362 }, + }, + { + zip_code: '62922', + usps_city: 'Creal Springs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2764.0, + density: 16.5, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "79.26", "17087": "20.74"}', + coty_name: ['Williamson', 'Johnson'], + cty_code: ['17199', '17087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.81596, lat: 37.62105 }, + }, + { + zip_code: '63303', + usps_city: 'Saint Charles', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 48363.0, + density: 942.0, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.54291, lat: 38.74008 }, + }, + { + zip_code: '63343', + usps_city: 'Elsberry', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4703.0, + density: 16.4, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "98.94", "29163": "1.06"}', + coty_name: ['Lincoln', 'Pike'], + cty_code: ['29113', '29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82799, lat: 39.15854 }, + }, + { + zip_code: '63453', + usps_city: 'Luray', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 3.7, + primary_coty_code: '29045', + primary_coty_name: 'Clark', + county_weights: '{"29045": "100"}', + coty_name: ['Clark'], + cty_code: ['29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.87111, lat: 40.50431 }, + }, + { + zip_code: '63531', + usps_city: 'Baring', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 1.6, + primary_coty_code: '29103', + primary_coty_name: 'Knox', + county_weights: '{"29103": "68.05", "29199": "31.95"}', + coty_name: ['Knox', 'Scotland'], + cty_code: ['29103', '29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25034, lat: 40.29939 }, + }, + { + zip_code: '63532', + usps_city: 'Bevier', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1300.0, + density: 9.8, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57343, lat: 39.76086 }, + }, + { + zip_code: '63541', + usps_city: 'Glenwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 5.3, + primary_coty_code: '29197', + primary_coty_name: 'Schuyler', + county_weights: '{"29197": "100"}', + coty_name: ['Schuyler'], + cty_code: ['29197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.62973, lat: 40.50356 }, + }, + { + zip_code: '63660', + usps_city: 'Mineral Point', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4022.0, + density: 41.6, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "100"}', + coty_name: ['Washington'], + cty_code: ['29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.69782, lat: 37.91345 }, + }, + { + zip_code: '63826', + usps_city: 'Braggadocio', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 4.0, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85056, lat: 36.17481 }, + }, + { + zip_code: '63834', + usps_city: 'Charleston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6553.0, + density: 10.2, + primary_coty_code: '29133', + primary_coty_name: 'Mississippi', + county_weights: '{"29133": "94.6", "29201": "5.4"}', + coty_name: ['Mississippi', 'Scott'], + cty_code: ['29133', '29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27888, lat: 36.92081 }, + }, + { + zip_code: '63846', + usps_city: 'Essex', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 6.0, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "100"}', + coty_name: ['Stoddard'], + cty_code: ['29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80301, lat: 36.82187 }, + }, + { + zip_code: '63882', + usps_city: 'Wyatt', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 283.3, + primary_coty_code: '29133', + primary_coty_name: 'Mississippi', + county_weights: '{"29133": "100"}', + coty_name: ['Mississippi'], + cty_code: ['29133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22185, lat: 36.91476 }, + }, + { + zip_code: '63936', + usps_city: 'Dudley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 861.0, + density: 4.3, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "100"}', + coty_name: ['Stoddard'], + cty_code: ['29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13448, lat: 36.80759 }, + }, + { + zip_code: '64098', + usps_city: 'Weston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3274.0, + density: 17.2, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89399, lat: 39.45614 }, + }, + { + zip_code: '64112', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8666.0, + density: 2268.7, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59529, lat: 39.03598 }, + }, + { + zip_code: '64137', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10961.0, + density: 584.8, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54269, lat: 38.93525 }, + }, + { + zip_code: '64424', + usps_city: 'Bethany', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4302.0, + density: 9.4, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "100"}', + coty_name: ['Harrison'], + cty_code: ['29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03596, lat: 40.26243 }, + }, + { + zip_code: '64433', + usps_city: 'Conception', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 148.9, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68053, lat: 40.24107 }, + }, + { + zip_code: '64458', + usps_city: 'Hatfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.8, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "100"}', + coty_name: ['Harrison'], + cty_code: ['29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14305, lat: 40.52077 }, + }, + { + zip_code: '64461', + usps_city: 'Hopkins', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 4.0, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.813, lat: 40.52234 }, + }, + { + zip_code: '64491', + usps_city: 'Tarkio', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1817.0, + density: 6.2, + primary_coty_code: '29005', + primary_coty_name: 'Atchison', + county_weights: '{"29005": "100"}', + coty_name: ['Atchison'], + cty_code: ['29005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34493, lat: 40.44831 }, + }, + { + zip_code: '64497', + usps_city: 'Weatherby', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 4.2, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "71.91", "29061": "28.09"}', + coty_name: ['DeKalb', 'Daviess'], + cty_code: ['29063', '29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21998, lat: 39.92558 }, + }, + { + zip_code: '64625', + usps_city: 'Breckenridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 3.4, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: '{"29025": "88.98", "29061": "6.68", "29117": "4.35"}', + coty_name: ['Caldwell', 'Daviess', 'Livingston'], + cty_code: ['29025', '29061', '29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80706, lat: 39.73949 }, + }, + { + zip_code: '64630', + usps_city: 'Browning', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 2.0, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "60.47", "29211": "39.53"}', + coty_name: ['Linn', 'Sullivan'], + cty_code: ['29115', '29211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15518, lat: 40.03879 }, + }, + { + zip_code: '64724', + usps_city: 'Appleton City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2031.0, + density: 6.4, + primary_coty_code: '29185', + primary_coty_name: 'St. Clair', + county_weights: '{"29185": "87.04", "29013": "12.96"}', + coty_name: ['St. Clair', 'Bates'], + cty_code: ['29185', '29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0112, lat: 38.15135 }, + }, + { + zip_code: '64733', + usps_city: 'Chilhowee', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 6.6, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "79.98", "29083": "20.02"}', + coty_name: ['Johnson', 'Henry'], + cty_code: ['29101', '29083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82866, lat: 38.58476 }, + }, + { + zip_code: '65010', + usps_city: 'Ashland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6031.0, + density: 38.3, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "100"}', + coty_name: ['Boone'], + cty_code: ['29019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.24033, lat: 38.79164 }, + }, + { + zip_code: '65050', + usps_city: 'Latham', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 905.0, + density: 15.2, + primary_coty_code: '29135', + primary_coty_name: 'Moniteau', + county_weights: '{"29135": "100"}', + coty_name: ['Moniteau'], + cty_code: ['29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6855, lat: 38.54271 }, + }, + { + zip_code: '65058', + usps_city: 'Meta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 886.0, + density: 3.6, + primary_coty_code: '29125', + primary_coty_name: 'Maries', + county_weights: + '{"29125": "47.39", "29151": "30.48", "29131": "19.27", "29051": "2.85"}', + coty_name: ['Maries', 'Osage', 'Miller', 'Cole'], + cty_code: ['29125', '29151', '29131', '29051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.13825, lat: 38.25329 }, + }, + { + zip_code: '65077', + usps_city: 'Steedman', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 4.3, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.80319, lat: 38.76606 }, + }, + { + zip_code: '65244', + usps_city: 'Clifton Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 2.3, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "100"}', + coty_name: ['Randolph'], + cty_code: ['29175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66167, lat: 39.48158 }, + }, + { + zip_code: '65284', + usps_city: 'Sturgeon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2029.0, + density: 11.7, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "95.68", "29007": "4.32"}', + coty_name: ['Boone', 'Audrain'], + cty_code: ['29019', '29007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2969, lat: 39.20063 }, + }, + { + zip_code: '65438', + usps_city: 'Birch Tree', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2957.0, + density: 3.5, + primary_coty_code: '29203', + primary_coty_name: 'Shannon', + county_weights: '{"29203": "85.47", "29149": "14.53"}', + coty_name: ['Shannon', 'Oregon'], + cty_code: ['29203', '29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50253, lat: 36.92524 }, + }, + { + zip_code: '65468', + usps_city: 'Eunice', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 2.6, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.79022, lat: 37.24989 }, + }, + { + zip_code: '65613', + usps_city: 'Bolivar', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18120.0, + density: 37.1, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "100"}', + coty_name: ['Polk'], + cty_code: ['29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39413, lat: 37.63521 }, + }, + { + zip_code: '65646', + usps_city: 'Everton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1655.0, + density: 6.1, + primary_coty_code: '29057', + primary_coty_name: 'Dade', + county_weights: '{"29057": "74.88", "29109": "25.12"}', + coty_name: ['Dade', 'Lawrence'], + cty_code: ['29057', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70202, lat: 37.33678 }, + }, + { + zip_code: '65680', + usps_city: 'Kissee Mills', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1063.0, + density: 19.1, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01482, lat: 36.65751 }, + }, + { + zip_code: '65738', + usps_city: 'Republic', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 19253.0, + density: 144.0, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "97.9", "29043": "1.95", "29109": "0.15"}', + coty_name: ['Greene', 'Christian', 'Lawrence'], + cty_code: ['29077', '29043', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4991, lat: 37.13521 }, + }, + { + zip_code: '65807', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 58103.0, + density: 1033.5, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32557, lat: 37.16563 }, + }, + { + zip_code: '66060', + usps_city: 'Nortonville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1448.0, + density: 9.3, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "77.54", "20005": "22.46"}', + coty_name: ['Jefferson', 'Atchison'], + cty_code: ['20087', '20005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.33215, lat: 39.41839 }, + }, + { + zip_code: '66075', + usps_city: 'Pleasanton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2302.0, + density: 8.5, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "100"}', + coty_name: ['Linn'], + cty_code: ['20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69193, lat: 38.20085 }, + }, + { + zip_code: '66092', + usps_city: 'Wellsville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3863.0, + density: 17.8, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "81.42", "20121": "10.24", "20045": "8.35"}', + coty_name: ['Franklin', 'Miami', 'Douglas'], + cty_code: ['20059', '20121', '20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10247, lat: 38.69741 }, + }, + { + zip_code: '66418', + usps_city: 'Delia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 1.9, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "100"}', + coty_name: ['Jackson'], + cty_code: ['20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93752, lat: 39.28879 }, + }, + { + zip_code: '66516', + usps_city: 'Netawaka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 2.4, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "80.16", "20013": "19.84"}', + coty_name: ['Jackson', 'Brown'], + cty_code: ['20085', '20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7236, lat: 39.62407 }, + }, + { + zip_code: '66717', + usps_city: 'Buffalo', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 4.1, + primary_coty_code: '20205', + primary_coty_name: 'Wilson', + county_weights: '{"20205": "100"}', + coty_name: ['Wilson'], + cty_code: ['20205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70322, lat: 37.6956 }, + }, + { + zip_code: '66760', + usps_city: 'Opolis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62459, lat: 37.34559 }, + }, + { + zip_code: '66945', + usps_city: 'Hanover', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1057.0, + density: 3.9, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8803, lat: 39.88637 }, + }, + { + zip_code: '67019', + usps_city: 'Burden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 4.0, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "100"}', + coty_name: ['Cowley'], + cty_code: ['20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77665, lat: 37.30588 }, + }, + { + zip_code: '67020', + usps_city: 'Burrton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1601.0, + density: 4.9, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: '{"20079": "77.92", "20155": "18.77", "20173": "3.32"}', + coty_name: ['Harvey', 'Reno', 'Sedgwick'], + cty_code: ['20079', '20155', '20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.66875, lat: 38.00553 }, + }, + { + zip_code: '67056', + usps_city: 'Halstead', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3292.0, + density: 15.7, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: '{"20079": "100"}', + coty_name: ['Harvey'], + cty_code: ['20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52539, lat: 38.022 }, + }, + { + zip_code: '67118', + usps_city: 'Norwich', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 3.7, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "95.43", "20173": "2.47", "20191": "2.1"}', + coty_name: ['Kingman', 'Sedgwick', 'Sumner'], + cty_code: ['20095', '20173', '20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.8552, lat: 37.47648 }, + }, + { + zip_code: '67425', + usps_city: 'Brookville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 0.9, + primary_coty_code: '20169', + primary_coty_name: 'Saline', + county_weights: '{"20169": "79.25", "20053": "20.75"}', + coty_name: ['Saline', 'Ellsworth'], + cty_code: ['20169', '20053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.92783, lat: 38.77538 }, + }, + { + zip_code: '67458', + usps_city: 'Longford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 1.6, + primary_coty_code: '20027', + primary_coty_name: 'Clay', + county_weights: '{"20027": "90.8", "20143": "9.2"}', + coty_name: ['Clay', 'Ottawa'], + cty_code: ['20027', '20143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29706, lat: 39.16778 }, + }, + { + zip_code: '67626', + usps_city: 'Bunker Hill', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 0.9, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "100"}', + coty_name: ['Russell'], + cty_code: ['20167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.70928, lat: 38.88536 }, + }, + { + zip_code: '67674', + usps_city: 'Walker', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 4.6, + primary_coty_code: '20051', + primary_coty_name: 'Ellis', + county_weights: '{"20051": "100"}', + coty_name: ['Ellis'], + cty_code: ['20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.06877, lat: 38.86385 }, + }, + { + zip_code: '67758', + usps_city: 'Sharon Springs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 1.0, + primary_coty_code: '20199', + primary_coty_name: 'Wallace', + county_weights: '{"20199": "100"}', + coty_name: ['Wallace'], + cty_code: ['20199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.76404, lat: 38.8842 }, + }, + { + zip_code: '67761', + usps_city: 'Wallace', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 0.2, + primary_coty_code: '20199', + primary_coty_name: 'Wallace', + county_weights: '{"20199": "72.69", "20109": "27.31"}', + coty_name: ['Wallace', 'Logan'], + cty_code: ['20199', '20109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.53108, lat: 38.97082 }, + }, + { + zip_code: '68028', + usps_city: 'Gretna', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 14762.0, + density: 88.6, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.26083, lat: 41.10634 }, + }, + { + zip_code: '68107', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 30428.0, + density: 1781.3, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95167, lat: 41.20841 }, + }, + { + zip_code: '68147', + usps_city: 'Bellevue', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 11274.0, + density: 862.0, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "98.02", "31055": "1.98"}', + coty_name: ['Sarpy', 'Douglas'], + cty_code: ['31153', '31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95671, lat: 41.1761 }, + }, + { + zip_code: '68325', + usps_city: 'Byron', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 1.4, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "85.34", "20157": "14.66"}', + coty_name: ['Thayer', 'Republic'], + cty_code: ['31169', '20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75788, lat: 40.01683 }, + }, + { + zip_code: '68341', + usps_city: 'De Witt', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1165.0, + density: 4.5, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "70.12", "31067": "25.74", "31095": "4.13"}', + coty_name: ['Saline', 'Gage', 'Jefferson'], + cty_code: ['31151', '31067', '31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91376, lat: 40.38379 }, + }, + { + zip_code: '68410', + usps_city: 'Nebraska City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 8763.0, + density: 22.3, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88476, lat: 40.6375 }, + }, + { + zip_code: '68503', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 15557.0, + density: 2027.5, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67403, lat: 40.82458 }, + }, + { + zip_code: '68641', + usps_city: 'Howells', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1115.0, + density: 4.5, + primary_coty_code: '31037', + primary_coty_name: 'Colfax', + county_weights: '{"31037": "76.01", "31167": "14.21", "31039": "9.78"}', + coty_name: ['Colfax', 'Stanton', 'Cuming'], + cty_code: ['31037', '31167', '31039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00818, lat: 41.73515 }, + }, + { + zip_code: '68741', + usps_city: 'Hubbard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 4.3, + primary_coty_code: '31043', + primary_coty_name: 'Dakota', + county_weights: '{"31043": "100"}', + coty_name: ['Dakota'], + cty_code: ['31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.59047, lat: 42.34861 }, + }, + { + zip_code: '68747', + usps_city: 'Mclean', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 1.2, + primary_coty_code: '31139', + primary_coty_name: 'Pierce', + county_weights: '{"31139": "100"}', + coty_name: ['Pierce'], + cty_code: ['31139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49721, lat: 42.39443 }, + }, + { + zip_code: '68771', + usps_city: 'Randolph', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1532.0, + density: 4.0, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "76.97", "31139": "15.09", "31179": "7.94"}', + coty_name: ['Cedar', 'Pierce', 'Wayne'], + cty_code: ['31027', '31139', '31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35756, lat: 42.38321 }, + }, + { + zip_code: '68789', + usps_city: 'Winnetoon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 1.4, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "100"}', + coty_name: ['Knox'], + cty_code: ['31107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.97265, lat: 42.54725 }, + }, + { + zip_code: '68929', + usps_city: 'Bloomington', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 1.1, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "100"}', + coty_name: ['Franklin'], + cty_code: ['31061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.05112, lat: 40.14998 }, + }, + { + zip_code: '68966', + usps_city: 'Orleans', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 1.9, + primary_coty_code: '31083', + primary_coty_name: 'Harlan', + county_weights: '{"31083": "100"}', + coty_name: ['Harlan'], + cty_code: ['31083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.46891, lat: 40.14974 }, + }, + { + zip_code: '68976', + usps_city: 'Smithfield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 1.7, + primary_coty_code: '31073', + primary_coty_name: 'Gosper', + county_weights: '{"31073": "100"}', + coty_name: ['Gosper'], + cty_code: ['31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.72852, lat: 40.58319 }, + }, + { + zip_code: '69022', + usps_city: 'Cambridge', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1727.0, + density: 1.9, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "82.23", "31063": "10.38", "31145": "7.39"}', + coty_name: ['Furnas', 'Frontier', 'Red Willow'], + cty_code: ['31065', '31063', '31145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.18582, lat: 40.35959 }, + }, + { + zip_code: '69026', + usps_city: 'Danbury', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 1.7, + primary_coty_code: '31145', + primary_coty_name: 'Red Willow', + county_weights: '{"31145": "100"}', + coty_name: ['Red Willow'], + cty_code: ['31145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.42967, lat: 40.04677 }, + }, + { + zip_code: '69034', + usps_city: 'Indianola', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 2.2, + primary_coty_code: '31145', + primary_coty_name: 'Red Willow', + county_weights: '{"31145": "96.59", "31063": "3.41"}', + coty_name: ['Red Willow', 'Frontier'], + cty_code: ['31145', '31063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.43074, lat: 40.2486 }, + }, + { + zip_code: '69128', + usps_city: 'Bushnell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.1, + primary_coty_code: '31105', + primary_coty_name: 'Kimball', + county_weights: '{"31105": "85.1", "31007": "14.9"}', + coty_name: ['Kimball', 'Banner'], + cty_code: ['31105', '31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.92135, lat: 41.22199 }, + }, + { + zip_code: '69155', + usps_city: 'Paxton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1106.0, + density: 1.2, + primary_coty_code: '31101', + primary_coty_name: 'Keith', + county_weights: '{"31101": "100"}', + coty_name: ['Keith'], + cty_code: ['31101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.39565, lat: 41.19466 }, + }, + { + zip_code: '70072', + usps_city: 'Marrero', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 55877.0, + density: 1040.0, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11042, lat: 29.83601 }, + }, + { + zip_code: '70090', + usps_city: 'Vacherie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7621.0, + density: 58.8, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "88.05", "22095": "11.95"}', + coty_name: ['St. James', 'St. John the Baptist'], + cty_code: ['22093', '22095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70461, lat: 29.96846 }, + }, + { + zip_code: '70115', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34768.0, + density: 3462.0, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10201, lat: 29.92391 }, + }, + { + zip_code: '70126', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28390.0, + density: 1084.8, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02115, lat: 30.01849 }, + }, + { + zip_code: '70342', + usps_city: 'Berwick', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4739.0, + density: 246.2, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "100"}', + coty_name: ['St. Mary'], + cty_code: ['22101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23766, lat: 29.69486 }, + }, + { + zip_code: '70442', + usps_city: 'Husser', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 21.0, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32822, lat: 30.68956 }, + }, + { + zip_code: '70523', + usps_city: 'Charenton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 62.1, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "100"}', + coty_name: ['St. Mary'], + cty_code: ['22101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5011, lat: 29.88904 }, + }, + { + zip_code: '70535', + usps_city: 'Eunice', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17256.0, + density: 44.2, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "71.58", "22001": "22.14", "22039": "6.29"}', + coty_name: ['St. Landry', 'Acadia', 'Evangeline'], + cty_code: ['22097', '22001', '22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4264, lat: 30.47822 }, + }, + { + zip_code: '70549', + usps_city: 'Lake Arthur', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3462.0, + density: 11.4, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "98.28", "22023": "1.72"}', + coty_name: ['Jefferson Davis', 'Cameron'], + cty_code: ['22053', '22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80294, lat: 30.07158 }, + }, + { + zip_code: '70643', + usps_city: 'Grand Chenier', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 0.4, + primary_coty_code: '22023', + primary_coty_name: 'Cameron', + county_weights: '{"22023": "100"}', + coty_name: ['Cameron'], + cty_code: ['22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.78968, lat: 29.7921 }, + }, + { + zip_code: '70647', + usps_city: 'Iowa', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9097.0, + density: 19.5, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "66.51", "22053": "33.49"}', + coty_name: ['Calcasieu', 'Jefferson Davis'], + cty_code: ['22019', '22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01872, lat: 30.25705 }, + }, + { + zip_code: '70648', + usps_city: 'Kinder', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8710.0, + density: 17.1, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "93.48", "22053": "6.52"}', + coty_name: ['Allen', 'Jefferson Davis'], + cty_code: ['22003', '22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.8787, lat: 30.50196 }, + }, + { + zip_code: '70715', + usps_city: 'Batchelor', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1585.0, + density: 3.3, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.67792, lat: 30.75799 }, + }, + { + zip_code: '70763', + usps_city: 'Paulina', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4677.0, + density: 150.4, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "100"}', + coty_name: ['St. James'], + cty_code: ['22093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7416, lat: 30.04385 }, + }, + { + zip_code: '70801', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 493.9, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.18597, lat: 30.44965 }, + }, + { + zip_code: '71052', + usps_city: 'Mansfield', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9285.0, + density: 11.1, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "98.9", "22081": "1.1"}', + coty_name: ['De Soto', 'Red River'], + cty_code: ['22031', '22081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66509, lat: 32.00943 }, + }, + { + zip_code: '71101', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6531.0, + density: 583.2, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74683, lat: 32.50609 }, + }, + { + zip_code: '71222', + usps_city: 'Bernice', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3342.0, + density: 8.8, + primary_coty_code: '22111', + primary_coty_name: 'Union', + county_weights: '{"22111": "89.37", "22027": "10.63"}', + coty_name: ['Union', 'Claiborne'], + cty_code: ['22111', '22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65791, lat: 32.82676 }, + }, + { + zip_code: '71327', + usps_city: 'Cottonport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5891.0, + density: 54.1, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.03351, lat: 30.98262 }, + }, + { + zip_code: '71339', + usps_city: 'Hamburg', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 10.6, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93234, lat: 31.01384 }, + }, + { + zip_code: '71350', + usps_city: 'Mansura', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3779.0, + density: 42.0, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.06899, lat: 31.06814 }, + }, + { + zip_code: '71360', + usps_city: 'Pineville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37374.0, + density: 73.6, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "97.5", "22043": "1.79", "22009": "0.71"}', + coty_name: ['Rapides', 'Grant', 'Avoyelles'], + cty_code: ['22079', '22043', '22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.3529, lat: 31.32037 }, + }, + { + zip_code: '71417', + usps_city: 'Colfax', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6167.0, + density: 17.1, + primary_coty_code: '22043', + primary_coty_name: 'Grant', + county_weights: '{"22043": "100"}', + coty_name: ['Grant'], + cty_code: ['22043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65407, lat: 31.51533 }, + }, + { + zip_code: '71454', + usps_city: 'Montgomery', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1846.0, + density: 6.7, + primary_coty_code: '22043', + primary_coty_name: 'Grant', + county_weights: '{"22043": "88.13", "22127": "11.87"}', + coty_name: ['Grant', 'Winn'], + cty_code: ['22043', '22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.86119, lat: 31.69265 }, + }, + { + zip_code: '71658', + usps_city: 'Montrose', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 2.5, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "100"}', + coty_name: ['Ashley'], + cty_code: ['5003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.57218, lat: 33.31536 }, + }, + { + zip_code: '71820', + usps_city: 'Alleene', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.5, + primary_coty_code: '5081', + primary_coty_name: 'Little River', + county_weights: '{"05081": "100"}', + coty_name: ['Little River'], + cty_code: ['5081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26818, lat: 33.79444 }, + }, + { + zip_code: '71846', + usps_city: 'Lockesburg', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 4.6, + primary_coty_code: '5133', + primary_coty_name: 'Sevier', + county_weights: '{"05133": "99.89", "05081": "0.11"}', + coty_name: ['Sevier', 'Little River'], + cty_code: ['05133', '05081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12412, lat: 33.94123 }, + }, + { + zip_code: '71945', + usps_city: 'Hatfield', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 6.5, + primary_coty_code: '5113', + primary_coty_name: 'Polk', + county_weights: '{"05113": "100"}', + coty_name: ['Polk'], + cty_code: ['5113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33953, lat: 34.48402 }, + }, + { + zip_code: '72128', + usps_city: 'Poyen', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 15.3, + primary_coty_code: '5053', + primary_coty_name: 'Grant', + county_weights: '{"05053": "100"}', + coty_name: ['Grant'], + cty_code: ['5053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6329, lat: 34.31945 }, + }, + { + zip_code: '72132', + usps_city: 'Redfield', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3276.0, + density: 20.8, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "81.52", "05053": "18.48"}', + coty_name: ['Jefferson', 'Grant'], + cty_code: ['05069', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20559, lat: 34.44933 }, + }, + { + zip_code: '72170', + usps_city: 'Ulm', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 10.5, + primary_coty_code: '5117', + primary_coty_name: 'Prairie', + county_weights: '{"05117": "100"}', + coty_name: ['Prairie'], + cty_code: ['5117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.41977, lat: 34.5805 }, + }, + { + zip_code: '72175', + usps_city: 'Wabbaseka', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 2.2, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "100"}', + coty_name: ['Jefferson'], + cty_code: ['5069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76259, lat: 34.34329 }, + }, + { + zip_code: '72320', + usps_city: 'Brickeys', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1546.0, + density: 11.2, + primary_coty_code: '5077', + primary_coty_name: 'Lee', + county_weights: '{"05077": "100"}', + coty_name: ['Lee'], + cty_code: ['5077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51772, lat: 34.82091 }, + }, + { + zip_code: '72325', + usps_city: 'Clarkedale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 4.1, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24605, lat: 35.32231 }, + }, + { + zip_code: '72332', + usps_city: 'Edmondson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 726.0, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30882, lat: 35.10196 }, + }, + { + zip_code: '72364', + usps_city: 'Marion', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15874.0, + density: 84.0, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18931, lat: 35.21678 }, + }, + { + zip_code: '72365', + usps_city: 'Marked Tree', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2679.0, + density: 20.2, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "100"}', + coty_name: ['Poinsett'], + cty_code: ['5111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43733, lat: 35.51754 }, + }, + { + zip_code: '72394', + usps_city: 'Widener', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 473.0, + density: 2.2, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "100"}', + coty_name: ['St. Francis'], + cty_code: ['5123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.61746, lat: 35.05612 }, + }, + { + zip_code: '72628', + usps_city: 'Deer', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 3.4, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28745, lat: 35.8346 }, + }, + { + zip_code: '72662', + usps_city: 'Omaha', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2729.0, + density: 9.0, + primary_coty_code: '5009', + primary_coty_name: 'Boone', + county_weights: '{"05009": "100"}', + coty_name: ['Boone'], + cty_code: ['5009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18086, lat: 36.43188 }, + }, + { + zip_code: '72753', + usps_city: 'Prairie Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9680.0, + density: 41.8, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.32681, lat: 35.93132 }, + }, + { + zip_code: '72758', + usps_city: 'Rogers', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 41523.0, + density: 526.9, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13837, lat: 36.29972 }, + }, + { + zip_code: '72821', + usps_city: 'Altus', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1996.0, + density: 21.0, + primary_coty_code: '5047', + primary_coty_name: 'Franklin', + county_weights: '{"05047": "82.37", "05071": "17.63"}', + coty_name: ['Franklin', 'Johnson'], + cty_code: ['05047', '05071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.72352, lat: 35.44217 }, + }, + { + zip_code: '72928', + usps_city: 'Branch', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 937.0, + density: 15.5, + primary_coty_code: '5047', + primary_coty_name: 'Franklin', + county_weights: '{"05047": "100"}', + coty_name: ['Franklin'], + cty_code: ['5047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93365, lat: 35.28958 }, + }, + { + zip_code: '72946', + usps_city: 'Mountainburg', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3760.0, + density: 15.1, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14176, lat: 35.6663 }, + }, + { + zip_code: '73002', + usps_city: 'Alex', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 925.0, + density: 7.6, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "100"}', + coty_name: ['Grady'], + cty_code: ['40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.731, lat: 34.94937 }, + }, + { + zip_code: '73006', + usps_city: 'Apache', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3158.0, + density: 7.0, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "78.48", "40031": "21.52"}', + coty_name: ['Caddo', 'Comanche'], + cty_code: ['40015', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40267, lat: 34.90892 }, + }, + { + zip_code: '73030', + usps_city: 'Davis', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4333.0, + density: 8.8, + primary_coty_code: '40099', + primary_coty_name: 'Murray', + county_weights: '{"40099": "95.21", "40049": "4.79"}', + coty_name: ['Murray', 'Garvin'], + cty_code: ['40099', '40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17406, lat: 34.47363 }, + }, + { + zip_code: '73059', + usps_city: 'Minco', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2932.0, + density: 6.7, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "80.06", "40015": "17.2", "40017": "2.74"}', + coty_name: ['Grady', 'Caddo', 'Canadian'], + cty_code: ['40051', '40015', '40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.04738, lat: 35.31891 }, + }, + { + zip_code: '73097', + usps_city: 'Wheatland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 68.2, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64483, lat: 35.40048 }, + }, + { + zip_code: '73159', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 33047.0, + density: 1041.6, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "70.32", "40027": "29.68"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57679, lat: 35.39008 }, + }, + { + zip_code: '73507', + usps_city: 'Lawton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 22787.0, + density: 43.1, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54675, lat: 34.7608 }, + }, + { + zip_code: '73553', + usps_city: 'Loveland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 0.6, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72943, lat: 34.3262 }, + }, + { + zip_code: '73620', + usps_city: 'Arapaho', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1572.0, + density: 4.9, + primary_coty_code: '40039', + primary_coty_name: 'Custer', + county_weights: '{"40039": "100"}', + coty_name: ['Custer'], + cty_code: ['40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.01516, lat: 35.61363 }, + }, + { + zip_code: '73666', + usps_city: 'Sweetwater', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 1.3, + primary_coty_code: '40129', + primary_coty_name: 'Roger Mills', + county_weights: '{"40129": "100"}', + coty_name: ['Roger Mills'], + cty_code: ['40129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.91498, lat: 35.47427 }, + }, + { + zip_code: '73701', + usps_city: 'Enid', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 24987.0, + density: 66.5, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78618, lat: 36.42772 }, + }, + { + zip_code: '73801', + usps_city: 'Woodward', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15399.0, + density: 12.4, + primary_coty_code: '40153', + primary_coty_name: 'Woodward', + county_weights: '{"40153": "99.67", "40059": "0.33"}', + coty_name: ['Woodward', 'Harper'], + cty_code: ['40153', '40059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.43646, lat: 36.47878 }, + }, + { + zip_code: '73851', + usps_city: 'May', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 1.0, + primary_coty_code: '40059', + primary_coty_name: 'Harper', + county_weights: '{"40059": "77.5", "40045": "22.5"}', + coty_name: ['Harper', 'Ellis'], + cty_code: ['40059', '40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.80648, lat: 36.59145 }, + }, + { + zip_code: '73858', + usps_city: 'Shattuck', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 2.5, + primary_coty_code: '40045', + primary_coty_name: 'Ellis', + county_weights: '{"40045": "100"}', + coty_name: ['Ellis'], + cty_code: ['40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.92277, lat: 36.18299 }, + }, + { + zip_code: '74044', + usps_city: 'Mannford', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7332.0, + density: 35.0, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "89.99", "40117": "10.01"}', + coty_name: ['Creek', 'Pawnee'], + cty_code: ['40037', '40117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38256, lat: 36.09464 }, + }, + { + zip_code: '74053', + usps_city: 'Oologah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4677.0, + density: 45.7, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: '{"40131": "100"}', + coty_name: ['Rogers'], + cty_code: ['40131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73266, lat: 36.43261 }, + }, + { + zip_code: '74105', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 25469.0, + density: 1350.9, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96404, lat: 36.09747 }, + }, + { + zip_code: '74423', + usps_city: 'Braggs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 957.0, + density: 6.8, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "100"}', + coty_name: ['Muskogee'], + cty_code: ['40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.1917, lat: 35.67306 }, + }, + { + zip_code: '74427', + usps_city: 'Cookson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1156.0, + density: 11.3, + primary_coty_code: '40021', + primary_coty_name: 'Cherokee', + county_weights: '{"40021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.90704, lat: 35.68398 }, + }, + { + zip_code: '74555', + usps_city: 'Lane', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 4.4, + primary_coty_code: '40005', + primary_coty_name: 'Atoka', + county_weights: '{"40005": "100"}', + coty_name: ['Atoka'], + cty_code: ['40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95486, lat: 34.25966 }, + }, + { + zip_code: '74631', + usps_city: 'Blackwell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7484.0, + density: 30.4, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "100"}', + coty_name: ['Kay'], + cty_code: ['40071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30867, lat: 36.79401 }, + }, + { + zip_code: '74740', + usps_city: 'Haworth', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2455.0, + density: 3.7, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59975, lat: 33.7905 }, + }, + { + zip_code: '74873', + usps_city: 'Tecumseh', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 12167.0, + density: 31.7, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97342, lat: 35.21879 }, + }, + { + zip_code: '74939', + usps_city: 'Hodgen', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1217.0, + density: 3.1, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61531, lat: 34.70454 }, + }, + { + zip_code: '74944', + usps_city: 'Mccurtain', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1094.0, + density: 3.6, + primary_coty_code: '40061', + primary_coty_name: 'Haskell', + county_weights: '{"40061": "86.71", "40079": "13.29"}', + coty_name: ['Haskell', 'Le Flore'], + cty_code: ['40061', '40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99735, lat: 35.13027 }, + }, + { + zip_code: '74951', + usps_city: 'Panama', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1395.0, + density: 85.8, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.65564, lat: 35.17041 }, + }, + { + zip_code: '75090', + usps_city: 'Sherman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25418.0, + density: 127.6, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54562, lat: 33.60452 }, + }, + { + zip_code: '75207', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7702.0, + density: 773.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82139, lat: 32.78676 }, + }, + { + zip_code: '75208', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29706.0, + density: 1930.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83984, lat: 32.75376 }, + }, + { + zip_code: '75270', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "0"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80223, lat: 32.78119 }, + }, + { + zip_code: '75433', + usps_city: 'Cumby', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2808.0, + density: 10.4, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "100"}', + coty_name: ['Hopkins'], + cty_code: ['48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80424, lat: 33.10767 }, + }, + { + zip_code: '75436', + usps_city: 'Detroit', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2480.0, + density: 5.8, + primary_coty_code: '48387', + primary_coty_name: 'Red River', + county_weights: '{"48387": "95.52", "48277": "4.48"}', + coty_name: ['Red River', 'Lamar'], + cty_code: ['48387', '48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25156, lat: 33.71282 }, + }, + { + zip_code: '75447', + usps_city: 'Ivanhoe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 9.1, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1177, lat: 33.76513 }, + }, + { + zip_code: '75473', + usps_city: 'Powderly', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3688.0, + density: 17.1, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48985, lat: 33.81433 }, + }, + { + zip_code: '75571', + usps_city: 'Omaha', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3134.0, + density: 11.7, + primary_coty_code: '48343', + primary_coty_name: 'Morris', + county_weights: '{"48343": "97.4", "48449": "2.6"}', + coty_name: ['Morris', 'Titus'], + cty_code: ['48343', '48449'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.764, lat: 33.20616 }, + }, + { + zip_code: '75640', + usps_city: 'Diana', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4859.0, + density: 22.2, + primary_coty_code: '48459', + primary_coty_name: 'Upshur', + county_weights: '{"48459": "74.57", "48203": "23.8", "48315": "1.63"}', + coty_name: ['Upshur', 'Harrison', 'Marion'], + cty_code: ['48459', '48203', '48315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68413, lat: 32.71557 }, + }, + { + zip_code: '75667', + usps_city: 'Laneville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1193.0, + density: 5.5, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "100"}', + coty_name: ['Rusk'], + cty_code: ['48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84005, lat: 31.98544 }, + }, + { + zip_code: '75755', + usps_city: 'Big Sandy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5178.0, + density: 19.1, + primary_coty_code: '48459', + primary_coty_name: 'Upshur', + county_weights: '{"48459": "98.6", "48499": "1.4"}', + coty_name: ['Upshur', 'Wood'], + cty_code: ['48459', '48499'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08596, lat: 32.63315 }, + }, + { + zip_code: '75832', + usps_city: 'Cayuga', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 2.5, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "100"}', + coty_name: ['Anderson'], + cty_code: ['48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9946, lat: 31.91904 }, + }, + { + zip_code: '75844', + usps_city: 'Grapeland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5968.0, + density: 6.4, + primary_coty_code: '48225', + primary_coty_name: 'Houston', + county_weights: '{"48225": "87.85", "48001": "12.15"}', + coty_name: ['Houston', 'Anderson'], + cty_code: ['48225', '48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43842, lat: 31.51376 }, + }, + { + zip_code: '75860', + usps_city: 'Teague', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6516.0, + density: 14.8, + primary_coty_code: '48161', + primary_coty_name: 'Freestone', + county_weights: '{"48161": "100"}', + coty_name: ['Freestone'], + cty_code: ['48161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24864, lat: 31.62091 }, + }, + { + zip_code: '76013', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34203.0, + density: 1473.2, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15647, lat: 32.72033 }, + }, + { + zip_code: '76028', + usps_city: 'Burleson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 70507.0, + density: 353.0, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "70.93", "48439": "29.07"}', + coty_name: ['Johnson', 'Tarrant'], + cty_code: ['48251', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30318, lat: 32.52604 }, + }, + { + zip_code: '76035', + usps_city: 'Cresson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2211.0, + density: 12.7, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "67.51", "48221": "24.41", "48251": "8.08"}', + coty_name: ['Parker', 'Hood', 'Johnson'], + cty_code: ['48367', '48221', '48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.63361, lat: 32.56288 }, + }, + { + zip_code: '76127', + usps_city: 'Naval Air Station Jrb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1946.0, + density: 345.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43019, lat: 32.77701 }, + }, + { + zip_code: '76249', + usps_city: 'Krum', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8317.0, + density: 47.4, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "99.53", "48497": "0.47"}', + coty_name: ['Denton', 'Wise'], + cty_code: ['48121', '48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30413, lat: 33.28282 }, + }, + { + zip_code: '76268', + usps_city: 'Southmayd', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 155.2, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76741, lat: 33.62759 }, + }, + { + zip_code: '76430', + usps_city: 'Albany', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2288.0, + density: 2.5, + primary_coty_code: '48417', + primary_coty_name: 'Shackelford', + county_weights: '{"48417": "99.84", "48447": "0.16"}', + coty_name: ['Shackelford', 'Throckmorton'], + cty_code: ['48417', '48447'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.2474, lat: 32.785 }, + }, + { + zip_code: '76466', + usps_city: 'Olden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 9.5, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "100"}', + coty_name: ['Eastland'], + cty_code: ['48133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73744, lat: 32.43334 }, + }, + { + zip_code: '76469', + usps_city: 'Putnam', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 2.5, + primary_coty_code: '48059', + primary_coty_name: 'Callahan', + county_weights: '{"48059": "100"}', + coty_name: ['Callahan'], + cty_code: ['48059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.19387, lat: 32.34528 }, + }, + { + zip_code: '76481', + usps_city: 'South Bend', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 1.2, + primary_coty_code: '48503', + primary_coty_name: 'Young', + county_weights: '{"48503": "100", "48429": "0"}', + coty_name: ['Young', 'Stephens'], + cty_code: ['48503', '48429'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74309, lat: 32.9956 }, + }, + { + zip_code: '76561', + usps_city: 'Oglesby', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 8.8, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "100"}', + coty_name: ['Coryell'], + cty_code: ['48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53715, lat: 31.41292 }, + }, + { + zip_code: '76666', + usps_city: 'Mertens', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 6.3, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91737, lat: 32.04403 }, + }, + { + zip_code: '76667', + usps_city: 'Mexia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11098.0, + density: 29.8, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "96.93", "48161": "3.07"}', + coty_name: ['Limestone', 'Freestone'], + cty_code: ['48293', '48161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.46854, lat: 31.65529 }, + }, + { + zip_code: '76710', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24837.0, + density: 1008.1, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19525, lat: 31.53876 }, + }, + { + zip_code: '76827', + usps_city: 'Brookesmith', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 2.2, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "100"}', + coty_name: ['Brown'], + cty_code: ['48049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.12819, lat: 31.52636 }, + }, + { + zip_code: '76842', + usps_city: 'Fredonia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 1.0, + primary_coty_code: '48319', + primary_coty_name: 'Mason', + county_weights: '{"48319": "58.64", "48411": "31.94", "48307": "9.42"}', + coty_name: ['Mason', 'San Saba', 'McCulloch'], + cty_code: ['48319', '48411', '48307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.07295, lat: 30.95434 }, + }, + { + zip_code: '76854', + usps_city: 'London', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 0.6, + primary_coty_code: '48267', + primary_coty_name: 'Kimble', + county_weights: '{"48267": "68.33", "48327": "31.67"}', + coty_name: ['Kimble', 'Menard'], + cty_code: ['48267', '48327'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.57564, lat: 30.68565 }, + }, + { + zip_code: '77044', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48783.0, + density: 481.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17696, lat: 29.8979 }, + }, + { + zip_code: '77072', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 61122.0, + density: 3213.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.585, lat: 29.69965 }, + }, + { + zip_code: '77351', + usps_city: 'Livingston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34366.0, + density: 19.8, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82192, lat: 30.7127 }, + }, + { + zip_code: '77354', + usps_city: 'Magnolia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37058.0, + density: 189.2, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64787, lat: 30.21107 }, + }, + { + zip_code: '77414', + usps_city: 'Bay City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23982.0, + density: 17.9, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88091, lat: 28.89958 }, + }, + { + zip_code: '77430', + usps_city: 'Damon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2078.0, + density: 7.2, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "64.96", "48157": "35.04"}', + coty_name: ['Brazoria', 'Fort Bend'], + cty_code: ['48039', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65366, lat: 29.26718 }, + }, + { + zip_code: '77451', + usps_city: 'Kendleton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 17.7, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00165, lat: 29.4379 }, + }, + { + zip_code: '77477', + usps_city: 'Stafford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35830.0, + density: 1319.1, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "89.44", "48201": "10.56"}', + coty_name: ['Fort Bend', 'Harris'], + cty_code: ['48157', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56673, lat: 29.62571 }, + }, + { + zip_code: '77547', + usps_city: 'Galena Park', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9925.0, + density: 1436.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23785, lat: 29.73604 }, + }, + { + zip_code: '77703', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13823.0, + density: 401.0, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1174, lat: 30.12828 }, + }, + { + zip_code: '77706', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29474.0, + density: 1008.4, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17074, lat: 30.09973 }, + }, + { + zip_code: '78012', + usps_city: 'Christine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 3.1, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "100"}', + coty_name: ['Atascosa'], + cty_code: ['48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47914, lat: 28.75991 }, + }, + { + zip_code: '78024', + usps_city: 'Hunt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1370.0, + density: 2.0, + primary_coty_code: '48265', + primary_coty_name: 'Kerr', + county_weights: '{"48265": "99.65", "48385": "0.35"}', + coty_name: ['Kerr', 'Real'], + cty_code: ['48265', '48385'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.48089, lat: 30.00114 }, + }, + { + zip_code: '78107', + usps_city: 'Berclair', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 0.9, + primary_coty_code: '48175', + primary_coty_name: 'Goliad', + county_weights: '{"48175": "100"}', + coty_name: ['Goliad'], + cty_code: ['48175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57399, lat: 28.5493 }, + }, + { + zip_code: '78133', + usps_city: 'Canyon Lake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18483.0, + density: 85.3, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "100"}', + coty_name: ['Comal'], + cty_code: ['48091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.24214, lat: 29.88674 }, + }, + { + zip_code: '78204', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12231.0, + density: 1789.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.50372, lat: 29.4032 }, + }, + { + zip_code: '78227', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 51394.0, + density: 1436.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62942, lat: 29.40625 }, + }, + { + zip_code: '78238', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25660.0, + density: 1031.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61824, lat: 29.47143 }, + }, + { + zip_code: '78243', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 338.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.59514, lat: 29.37177 }, + }, + { + zip_code: '78374', + usps_city: 'Portland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18369.0, + density: 149.2, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "100"}', + coty_name: ['San Patricio'], + cty_code: ['48409'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.37808, lat: 27.89799 }, + }, + { + zip_code: '78409', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2725.0, + density: 88.8, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52284, lat: 27.80942 }, + }, + { + zip_code: '78535', + usps_city: 'Combes', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 190.0, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74282, lat: 26.25421 }, + }, + { + zip_code: '78538', + usps_city: 'Edcouch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11137.0, + density: 60.6, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.97821, lat: 26.37275 }, + }, + { + zip_code: '78539', + usps_city: 'Edinburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37380.0, + density: 1098.3, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18321, lat: 26.27915 }, + }, + { + zip_code: '78552', + usps_city: 'Harlingen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37948.0, + density: 297.9, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75025, lat: 26.19515 }, + }, + { + zip_code: '78558', + usps_city: 'La Blanca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 290.5, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03525, lat: 26.29962 }, + }, + { + zip_code: '78565', + usps_city: 'Los Ebanos', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 6.1, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55199, lat: 26.24351 }, + }, + { + zip_code: '78609', + usps_city: 'Buchanan Dam', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1991.0, + density: 32.8, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "100"}', + coty_name: ['Llano'], + cty_code: ['48299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44875, lat: 30.76314 }, + }, + { + zip_code: '78703', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20407.0, + density: 1413.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76571, lat: 30.29409 }, + }, + { + zip_code: '79022', + usps_city: 'Dalhart', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11400.0, + density: 2.3, + primary_coty_code: '48111', + primary_coty_name: 'Dallam', + county_weights: '{"48111": "55.14", "48205": "44.86"}', + coty_name: ['Dallam', 'Hartley'], + cty_code: ['48111', '48205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.61107, lat: 36.10661 }, + }, + { + zip_code: '79056', + usps_city: 'Lipscomb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.5, + primary_coty_code: '48295', + primary_coty_name: 'Lipscomb', + county_weights: '{"48295": "100"}', + coty_name: ['Lipscomb'], + cty_code: ['48295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.22121, lat: 36.21717 }, + }, + { + zip_code: '79091', + usps_city: 'Umbarger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 1.5, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "100"}', + coty_name: ['Randall'], + cty_code: ['48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.11251, lat: 34.90633 }, + }, + { + zip_code: '79225', + usps_city: 'Chillicothe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1069.0, + density: 2.8, + primary_coty_code: '48197', + primary_coty_name: 'Hardeman', + county_weights: '{"48197": "97.13", "48487": "2.87"}', + coty_name: ['Hardeman', 'Wilbarger'], + cty_code: ['48197', '48487'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.51496, lat: 34.2563 }, + }, + { + zip_code: '79233', + usps_city: 'Estelline', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 145.0, + density: 0.7, + primary_coty_code: '48191', + primary_coty_name: 'Hall', + county_weights: '{"48191": "100"}', + coty_name: ['Hall'], + cty_code: ['48191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.52865, lat: 34.52345 }, + }, + { + zip_code: '79372', + usps_city: 'Sundown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1229.0, + density: 35.9, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "100"}', + coty_name: ['Hockley'], + cty_code: ['48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.4884, lat: 33.43423 }, + }, + { + zip_code: '79373', + usps_city: 'Tahoka', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2924.0, + density: 2.6, + primary_coty_code: '48305', + primary_coty_name: 'Lynn', + county_weights: '{"48305": "100"}', + coty_name: ['Lynn'], + cty_code: ['48305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.8355, lat: 33.1708 }, + }, + { + zip_code: '79414', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18731.0, + density: 2280.1, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.91944, lat: 33.54875 }, + }, + { + zip_code: '79528', + usps_city: 'Jayton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 0.6, + primary_coty_code: '48263', + primary_coty_name: 'Kent', + county_weights: '{"48263": "98.38", "48433": "1.62"}', + coty_name: ['Kent', 'Stonewall'], + cty_code: ['48263', '48433'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.79076, lat: 33.26207 }, + }, + { + zip_code: '79545', + usps_city: 'Roscoe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1774.0, + density: 3.0, + primary_coty_code: '48353', + primary_coty_name: 'Nolan', + county_weights: '{"48353": "97.43", "48415": "1.4", "48151": "1.17"}', + coty_name: ['Nolan', 'Scurry', 'Fisher'], + cty_code: ['48353', '48415', '48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.58009, lat: 32.41144 }, + }, + { + zip_code: '79566', + usps_city: 'Wingate', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 247.0, + density: 0.6, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "51.05", "48399": "48.95"}', + coty_name: ['Taylor', 'Runnels'], + cty_code: ['48441', '48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.12203, lat: 32.11347 }, + }, + { + zip_code: '79705', + usps_city: 'Midland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41933.0, + density: 456.3, + primary_coty_code: '48329', + primary_coty_name: 'Midland', + county_weights: '{"48329": "100"}', + coty_name: ['Midland'], + cty_code: ['48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.05954, lat: 32.05114 }, + }, + { + zip_code: '79713', + usps_city: 'Ackerly', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 1.2, + primary_coty_code: '48317', + primary_coty_name: 'Martin', + county_weights: + '{"48317": "50.17", "48115": "39.36", "48227": "7.94", "48033": "2.53"}', + coty_name: ['Martin', 'Dawson', 'Howard', 'Borden'], + cty_code: ['48317', '48115', '48227', '48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.7556, lat: 32.49638 }, + }, + { + zip_code: '79743', + usps_city: 'Imperial', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 0.5, + primary_coty_code: '48371', + primary_coty_name: 'Pecos', + county_weights: '{"48371": "100"}', + coty_name: ['Pecos'], + cty_code: ['48371'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.59435, lat: 31.17762 }, + }, + { + zip_code: '79749', + usps_city: 'Lenorah', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 366.0, + density: 2.2, + primary_coty_code: '48317', + primary_coty_name: 'Martin', + county_weights: '{"48317": "100"}', + coty_name: ['Martin'], + cty_code: ['48317'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.87178, lat: 32.28903 }, + }, + { + zip_code: '79752', + usps_city: 'McCamey', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2467.0, + density: 4.3, + primary_coty_code: '48461', + primary_coty_name: 'Upton', + county_weights: '{"48461": "100"}', + coty_name: ['Upton'], + cty_code: ['48461'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.15319, lat: 31.21544 }, + }, + { + zip_code: '79777', + usps_city: 'Pyote', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 1.1, + primary_coty_code: '48475', + primary_coty_name: 'Ward', + county_weights: '{"48475": "100"}', + coty_name: ['Ward'], + cty_code: ['48475'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.12979, lat: 31.49787 }, + }, + { + zip_code: '79907', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53174.0, + density: 1508.1, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.32683, lat: 31.7075 }, + }, + { + zip_code: '79935', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17850.0, + density: 1965.9, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.33019, lat: 31.76795 }, + }, + { + zip_code: '80022', + usps_city: 'Commerce City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 51863.0, + density: 435.5, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.79787, lat: 39.87949 }, + }, + { + zip_code: '80111', + usps_city: 'Englewood', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 33256.0, + density: 1193.0, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100", "08031": "0"}', + coty_name: ['Arapahoe', 'Denver'], + cty_code: ['08005', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8798, lat: 39.61228 }, + }, + { + zip_code: '80135', + usps_city: 'Sedalia', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4038.0, + density: 4.7, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "98.49", "08059": "1.51"}', + coty_name: ['Douglas', 'Jefferson'], + cty_code: ['08035', '08059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.11819, lat: 39.2793 }, + }, + { + zip_code: '80226', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 33597.0, + density: 1612.3, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "99.22", "08031": "0.78"}', + coty_name: ['Jefferson', 'Denver'], + cty_code: ['08059', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.09138, lat: 39.71106 }, + }, + { + zip_code: '80434', + usps_city: 'Cowdrey', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 0.6, + primary_coty_code: '8057', + primary_coty_name: 'Jackson', + county_weights: '{"08057": "100"}', + coty_name: ['Jackson'], + cty_code: ['8057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.29425, lat: 40.85618 }, + }, + { + zip_code: '80438', + usps_city: 'Empire', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 3.4, + primary_coty_code: '8019', + primary_coty_name: 'Clear Creek', + county_weights: '{"08019": "100"}', + coty_name: ['Clear Creek'], + cty_code: ['8019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.78335, lat: 39.76029 }, + }, + { + zip_code: '80461', + usps_city: 'Leadville', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7578.0, + density: 10.1, + primary_coty_code: '8065', + primary_coty_name: 'Lake', + county_weights: '{"08065": "100"}', + coty_name: ['Lake'], + cty_code: ['8065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.31467, lat: 39.23391 }, + }, + { + zip_code: '80511', + usps_city: 'Estes Park', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 557.5, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.57227, lat: 40.34002 }, + }, + { + zip_code: '80535', + usps_city: 'Laporte', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2596.0, + density: 22.6, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.18355, lat: 40.7334 }, + }, + { + zip_code: '80622', + usps_city: 'Galeton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 5.0, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.4585, lat: 40.53776 }, + }, + { + zip_code: '80750', + usps_city: 'Snyder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 0.8, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "100"}', + coty_name: ['Morgan'], + cty_code: ['8087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.60404, lat: 40.41084 }, + }, + { + zip_code: '80864', + usps_city: 'Yoder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1489.0, + density: 2.3, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.18675, lat: 38.69775 }, + }, + { + zip_code: '80905', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 16237.0, + density: 1263.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.83682, lat: 38.81785 }, + }, + { + zip_code: '81137', + usps_city: 'Ignacio', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5891.0, + density: 8.9, + primary_coty_code: '8067', + primary_coty_name: 'La Plata', + county_weights: '{"08067": "94.24", "35045": "2.99", "08007": "2.78"}', + coty_name: ['La Plata', 'San Juan', 'Archuleta'], + cty_code: ['08067', '35045', '08007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.61339, lat: 37.05906 }, + }, + { + zip_code: '81138', + usps_city: 'Jaroso', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.8, + primary_coty_code: '8023', + primary_coty_name: 'Costilla', + county_weights: '{"08023": "100"}', + coty_name: ['Costilla'], + cty_code: ['8023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.62276, lat: 37.02646 }, + }, + { + zip_code: '81253', + usps_city: 'Wetmore', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 611.0, + density: 1.8, + primary_coty_code: '8027', + primary_coty_name: 'Custer', + county_weights: '{"08027": "83.66", "08043": "16.34"}', + coty_name: ['Custer', 'Fremont'], + cty_code: ['08027', '08043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.06861, lat: 38.21921 }, + }, + { + zip_code: '81401', + usps_city: 'Montrose', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 22534.0, + density: 37.3, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "100"}', + coty_name: ['Montrose'], + cty_code: ['8085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.75847, lat: 38.48717 }, + }, + { + zip_code: '81527', + usps_city: 'Whitewater', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 0.9, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.55132, lat: 38.74877 }, + }, + { + zip_code: '82061', + usps_city: 'Horse Creek', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.14912, lat: 41.44497 }, + }, + { + zip_code: '82332', + usps_city: 'Savery', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 0.6, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.29439, lat: 41.05674 }, + }, + { + zip_code: '82435', + usps_city: 'Powell', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 12147.0, + density: 5.5, + primary_coty_code: '56029', + primary_coty_name: 'Park', + county_weights: '{"56029": "99.46", "56003": "0.54"}', + coty_name: ['Park', 'Big Horn'], + cty_code: ['56029', '56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.93824, lat: 44.82008 }, + }, + { + zip_code: '82630', + usps_city: 'Arminto', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.30617, lat: 43.15275 }, + }, + { + zip_code: '82642', + usps_city: 'Lysite', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 0.0, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "90.43", "56025": "9.57"}', + coty_name: ['Fremont', 'Natrona'], + cty_code: ['56013', '56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.61967, lat: 43.26261 }, + }, + { + zip_code: '82648', + usps_city: 'Powder River', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 0.0, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.13995, lat: 43.29487 }, + }, + { + zip_code: '82834', + usps_city: 'Buffalo', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 7422.0, + density: 1.3, + primary_coty_code: '56019', + primary_coty_name: 'Johnson', + county_weights: '{"56019": "100"}', + coty_name: ['Johnson'], + cty_code: ['56019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.65641, lat: 44.23696 }, + }, + { + zip_code: '82837', + usps_city: 'Leiter', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 0.3, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.26489, lat: 44.78402 }, + }, + { + zip_code: '82901', + usps_city: 'Rock Springs', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 29114.0, + density: 8.1, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.00246, lat: 41.36487 }, + }, + { + zip_code: '82923', + usps_city: 'Boulder', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 0.2, + primary_coty_code: '56035', + primary_coty_name: 'Sublette', + county_weights: '{"56035": "100"}', + coty_name: ['Sublette'], + cty_code: ['56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.46208, lat: 42.65397 }, + }, + { + zip_code: '82933', + usps_city: 'Fort Bridger', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 2.9, + primary_coty_code: '56041', + primary_coty_name: 'Uinta', + county_weights: '{"56041": "100"}', + coty_name: ['Uinta'], + cty_code: ['56041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.45747, lat: 41.2798 }, + }, + { + zip_code: '83013', + usps_city: 'Moran', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.1, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "100"}', + coty_name: ['Teton'], + cty_code: ['56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.43579, lat: 43.95445 }, + }, + { + zip_code: '83238', + usps_city: 'Geneva', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 0.4, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.1083, lat: 42.33102 }, + }, + { + zip_code: '83277', + usps_city: 'Springfield', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 8.2, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.67626, lat: 43.07036 }, + }, + { + zip_code: '83346', + usps_city: 'Oakley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 2.5, + primary_coty_code: '16031', + primary_coty_name: 'Cassia', + county_weights: '{"16031": "100"}', + coty_name: ['Cassia'], + cty_code: ['16031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.93485, lat: 42.2098 }, + }, + { + zip_code: '83638', + usps_city: 'Mccall', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 7025.0, + density: 6.7, + primary_coty_code: '16085', + primary_coty_name: 'Valley', + county_weights: '{"16085": "98.14", "16003": "1.69", "16049": "0.17"}', + coty_name: ['Valley', 'Adams', 'Idaho'], + cty_code: ['16085', '16003', '16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.93486, lat: 45.09889 }, + }, + { + zip_code: '83810', + usps_city: 'Cataldo', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1228.0, + density: 3.4, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "93.86", "16079": "6.14"}', + coty_name: ['Kootenai', 'Shoshone'], + cty_code: ['16055', '16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.45897, lat: 47.54765 }, + }, + { + zip_code: '83837', + usps_city: 'Kellogg', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3161.0, + density: 17.7, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.08104, lat: 47.5096 }, + }, + { + zip_code: '84049', + usps_city: 'Midway', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 5803.0, + density: 26.9, + primary_coty_code: '49051', + primary_coty_name: 'Wasatch', + county_weights: '{"49051": "100"}', + coty_name: ['Wasatch'], + cty_code: ['49051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.50985, lat: 40.52481 }, + }, + { + zip_code: '84055', + usps_city: 'Oakley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1459.0, + density: 3.6, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "100"}', + coty_name: ['Summit'], + cty_code: ['49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.08246, lat: 40.77872 }, + }, + { + zip_code: '84082', + usps_city: 'Wallsburg', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1026.0, + density: 3.7, + primary_coty_code: '49051', + primary_coty_name: 'Wasatch', + county_weights: '{"49051": "100"}', + coty_name: ['Wasatch'], + cty_code: ['49051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.39533, lat: 40.36581 }, + }, + { + zip_code: '84102', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 18643.0, + density: 4058.2, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86439, lat: 40.76021 }, + }, + { + zip_code: '84327', + usps_city: 'Newton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 19.7, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.99469, lat: 41.87166 }, + }, + { + zip_code: '84522', + usps_city: 'Emery', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 2.7, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.19993, lat: 38.92041 }, + }, + { + zip_code: '84633', + usps_city: 'Goshen', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1003.0, + density: 9.1, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.90429, lat: 39.97 }, + }, + { + zip_code: '84643', + usps_city: 'Mayfield', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 7.5, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.71294, lat: 39.11518 }, + }, + { + zip_code: '84657', + usps_city: 'Sigurd', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 9.8, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9393, lat: 38.81494 }, + }, + { + zip_code: '84701', + usps_city: 'Richfield', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 9005.0, + density: 13.0, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.83313, lat: 38.67463 }, + }, + { + zip_code: '84749', + usps_city: 'Lyman', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 2.4, + primary_coty_code: '49055', + primary_coty_name: 'Wayne', + county_weights: '{"49055": "100"}', + coty_name: ['Wayne'], + cty_code: ['49055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.53617, lat: 38.41847 }, + }, + { + zip_code: '84754', + usps_city: 'Monroe', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4022.0, + density: 24.5, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.10996, lat: 38.62331 }, + }, + { + zip_code: '84765', + usps_city: 'Santa Clara', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 7168.0, + density: 290.3, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.67604, lat: 37.12813 }, + }, + { + zip_code: '85041', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 62152.0, + density: 1511.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.10884, lat: 33.38586 }, + }, + { + zip_code: '85135', + usps_city: 'Hayden', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 429.2, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.786, lat: 33.00418 }, + }, + { + zip_code: '85145', + usps_city: 'Red Rock', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4203.0, + density: 73.0, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.36787, lat: 32.55751 }, + }, + { + zip_code: '85266', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 13253.0, + density: 298.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.91825, lat: 33.76695 }, + }, + { + zip_code: '85334', + usps_city: 'Ehrenberg', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 6.9, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.53383, lat: 33.52216 }, + }, + { + zip_code: '85387', + usps_city: 'Surprise', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 10512.0, + density: 74.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.43806, lat: 33.7128 }, + }, + { + zip_code: '85747', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 26714.0, + density: 174.8, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.76538, lat: 32.09498 }, + }, + { + zip_code: '86022', + usps_city: 'Fredonia', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1855.0, + density: 1.3, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "62.31", "04015": "37.69"}', + coty_name: ['Coconino', 'Mohave'], + cty_code: ['04005', '04015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.57617, lat: 36.84139 }, + }, + { + zip_code: '86044', + usps_city: 'Tonalea', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3165.0, + density: 1.2, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "77.51", "04017": "12.47", "49037": "10.02"}', + coty_name: ['Coconino', 'Navajo', 'San Juan'], + cty_code: ['04005', '04017', '49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.84106, lat: 36.70907 }, + }, + { + zip_code: '86335', + usps_city: 'Rimrock', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4624.0, + density: 9.6, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.68283, lat: 34.69436 }, + }, + { + zip_code: '86434', + usps_city: 'Peach Springs', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1609.0, + density: 0.8, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "93.83", "04025": "6.17"}', + coty_name: ['Mohave', 'Yavapai'], + cty_code: ['04015', '04025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.61062, lat: 35.69302 }, + }, + { + zip_code: '86437', + usps_city: 'Valentine', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 0.7, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.6141, lat: 35.37886 }, + }, + { + zip_code: '86441', + usps_city: 'Dolan Springs', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2354.0, + density: 1.8, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.37781, lat: 35.56922 }, + }, + { + zip_code: '87015', + usps_city: 'Edgewood', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 13399.0, + density: 34.4, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "67.66", "35057": "17.99", "35001": "14.35"}', + coty_name: ['Santa Fe', 'Torrance', 'Bernalillo'], + cty_code: ['35049', '35057', '35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.18002, lat: 35.07419 }, + }, + { + zip_code: '87718', + usps_city: 'Eagle Nest', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 1.6, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.29664, lat: 36.59004 }, + }, + { + zip_code: '87731', + usps_city: 'Montezuma', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 1.1, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.41386, lat: 35.73196 }, + }, + { + zip_code: '87930', + usps_city: 'Arrey', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 2.0, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.43342, lat: 32.83387 }, + }, + { + zip_code: '88024', + usps_city: 'Berino', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 84.3, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.63951, lat: 32.0706 }, + }, + { + zip_code: '88040', + usps_city: 'Hachita', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 0.0, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "63.79", "35023": "36.21"}', + coty_name: ['Grant', 'Hidalgo'], + cty_code: ['35017', '35023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.43763, lat: 31.61683 }, + }, + { + zip_code: '88053', + usps_city: 'Pinos Altos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 7.4, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.20595, lat: 32.9025 }, + }, + { + zip_code: '88310', + usps_city: 'Alamogordo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 36707.0, + density: 33.2, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.00576, lat: 32.70076 }, + }, + { + zip_code: '88342', + usps_city: 'Orogrande', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 2.7, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.10153, lat: 32.38792 }, + }, + { + zip_code: '89031', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 67750.0, + density: 2753.1, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.17175, lat: 36.25893 }, + }, + { + zip_code: '89444', + usps_city: 'Wellington', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 2949.0, + density: 3.8, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "56.4", "32019": "43.6"}', + coty_name: ['Douglas', 'Lyon'], + cty_code: ['32005', '32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.37194, lat: 38.70709 }, + }, + { + zip_code: '89519', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 8766.0, + density: 434.5, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.85904, lat: 39.48135 }, + }, + { + zip_code: '89822', + usps_city: 'Carlin', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 2160.0, + density: 1.4, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "94.31", "32011": "5.69"}', + coty_name: ['Elko', 'Eureka'], + cty_code: ['32007', '32011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.19417, lat: 40.53131 }, + }, + { + zip_code: '637', + usps_city: 'Sabana Grande', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 22383.0, + density: 250.9, + primary_coty_code: '72121', + primary_coty_name: 'Sabana Grande', + county_weights: '{"72121": "99.56", "72153": "0.44"}', + coty_name: ['Sabana Grande', 'Yauco'], + cty_code: ['72121', '72153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.94274, lat: 18.0798 }, + }, + { + zip_code: '662', + usps_city: 'Isabela', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 39700.0, + density: 345.4, + primary_coty_code: '72071', + primary_coty_name: 'Isabela', + county_weights: '{"72071": "100"}', + coty_name: ['Isabela'], + cty_code: ['72071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.01444, lat: 18.46208 }, + }, + { + zip_code: '692', + usps_city: 'Vega Alta', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 35135.0, + density: 506.9, + primary_coty_code: '72143', + primary_coty_name: 'Vega Alta', + county_weights: '{"72143": "100"}', + coty_name: ['Vega Alta'], + cty_code: ['72143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.33691, lat: 18.40845 }, + }, + { + zip_code: '725', + usps_city: 'Caguas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 80537.0, + density: 736.5, + primary_coty_code: '72025', + primary_coty_name: 'Caguas', + county_weights: + '{"72025": "94.56", "72061": "2.76", "72007": "1.51", "72127": "0.6", "72035": "0.43", "72129": "0.14"}', + coty_name: [ + 'Caguas', + 'Guaynabo', + 'Aguas Buenas', + 'San Juan', + 'Cayey', + 'San Lorenzo', + ], + cty_code: ['72025', '72061', '72007', '72127', '72035', '72129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.04275, lat: 18.21857 }, + }, + { + zip_code: '784', + usps_city: 'Guayama', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 39823.0, + density: 276.8, + primary_coty_code: '72057', + primary_coty_name: 'Guayama', + county_weights: '{"72057": "100"}', + coty_name: ['Guayama'], + cty_code: ['72057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.13392, lat: 18.00544 }, + }, + { + zip_code: '795', + usps_city: 'Juana Diaz', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 43873.0, + density: 366.2, + primary_coty_code: '72075', + primary_coty_name: 'Juana D\u00edaz', + county_weights: '{"72075": "100"}', + coty_name: ['Juana D\u00edaz'], + cty_code: ['72075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.50178, lat: 18.05932 }, + }, + { + zip_code: '951', + usps_city: 'Toa Baja', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '72137', + primary_coty_name: 'Toa Baja', + county_weights: '{"72137": "100"}', + coty_name: ['Toa Baja'], + cty_code: ['72137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.25661, lat: 18.42839 }, + }, + { + zip_code: '961', + usps_city: 'Bayamon', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 29743.0, + density: 2218.9, + primary_coty_code: '72021', + primary_coty_name: 'Bayam\u00f3n', + county_weights: '{"72021": "98.88", "72033": "1.12"}', + coty_name: ['Bayam\u00f3n', 'Cata\u00f1o'], + cty_code: ['72021', '72033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.16537, lat: 18.41011 }, + }, + { + zip_code: '987', + usps_city: 'Carolina', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 54241.0, + density: 843.0, + primary_coty_code: '72031', + primary_coty_name: 'Carolina', + county_weights: '{"72031": "99.42", "72139": "0.58"}', + coty_name: ['Carolina', 'Trujillo Alto'], + cty_code: ['72031', '72139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.94312, lat: 18.33934 }, + }, + { + zip_code: '1020', + usps_city: 'Chicopee', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30108.0, + density: 928.1, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.56538, lat: 42.17637 }, + }, + { + zip_code: '1075', + usps_city: 'South Hadley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17703.0, + density: 385.8, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57923, lat: 42.25674 }, + }, + { + zip_code: '1096', + usps_city: 'Williamsburg', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2443.0, + density: 29.8, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.76819, lat: 42.40418 }, + }, + { + zip_code: '1243', + usps_city: 'Middlefield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 5.6, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.02323, lat: 42.35146 }, + }, + { + zip_code: '1267', + usps_city: 'Williamstown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7753.0, + density: 54.9, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.23904, lat: 42.67197 }, + }, + { + zip_code: '1605', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28533.0, + density: 1952.9, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.78751, lat: 42.28947 }, + }, + { + zip_code: '1720', + usps_city: 'Acton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22791.0, + density: 446.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43805, lat: 42.48416 }, + }, + { + zip_code: '1742', + usps_city: 'Concord', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19121.0, + density: 302.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.36424, lat: 42.46225 }, + }, + { + zip_code: '1760', + usps_city: 'Natick', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 35761.0, + density: 931.9, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.34981, lat: 42.28435 }, + }, + { + zip_code: '1776', + usps_city: 'Sudbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19122.0, + density: 304.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.4234, lat: 42.38473 }, + }, + { + zip_code: '1833', + usps_city: 'Georgetown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8695.0, + density: 261.1, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.9821, lat: 42.72401 }, + }, + { + zip_code: '1844', + usps_city: 'Methuen', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 50282.0, + density: 874.0, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18889, lat: 42.73401 }, + }, + { + zip_code: '1851', + usps_city: 'Lowell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30686.0, + density: 3542.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.33565, lat: 42.62812 }, + }, + { + zip_code: '1938', + usps_city: 'Ipswich', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13963.0, + density: 177.2, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.84325, lat: 42.68366 }, + }, + { + zip_code: '2116', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23157.0, + density: 14180.3, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07564, lat: 42.35062 }, + }, + { + zip_code: '2127', + usps_city: 'South Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 37634.0, + density: 7182.4, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.03902, lat: 42.33479 }, + }, + { + zip_code: '2356', + usps_city: 'North Easton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13312.0, + density: 374.9, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12059, lat: 42.05507 }, + }, + { + zip_code: '2421', + usps_city: 'Lexington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18622.0, + density: 730.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.23999, lat: 42.43853 }, + }, + { + zip_code: '2556', + usps_city: 'North Falmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2499.0, + density: 249.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.62584, lat: 41.63949 }, + }, + { + zip_code: '2576', + usps_city: 'West Wareham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4383.0, + density: 173.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.7637, lat: 41.77807 }, + }, + { + zip_code: '2657', + usps_city: 'Provincetown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2973.0, + density: 118.7, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.19814, lat: 42.06139 }, + }, + { + zip_code: '2670', + usps_city: 'West Dennis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1195.0, + density: 221.3, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.1716, lat: 41.65987 }, + }, + { + zip_code: '2770', + usps_city: 'Rochester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5407.0, + density: 64.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.84084, lat: 41.75849 }, + }, + { + zip_code: '2831', + usps_city: 'Hope', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 3277.0, + density: 131.4, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "96.13", "44003": "3.87"}', + coty_name: ['Providence', 'Kent'], + cty_code: ['44007', '44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.58911, lat: 41.75264 }, + }, + { + zip_code: '3047', + usps_city: 'Greenfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1913.0, + density: 28.0, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.87021, lat: 42.94007 }, + }, + { + zip_code: '3225', + usps_city: 'Center Barnstead', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3673.0, + density: 48.6, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "99.26", "33017": "0.74"}', + coty_name: ['Belknap', 'Strafford'], + cty_code: ['33001', '33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.23805, lat: 43.35839 }, + }, + { + zip_code: '3256', + usps_city: 'New Hampton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2272.0, + density: 23.3, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63353, lat: 43.62434 }, + }, + { + zip_code: '3257', + usps_city: 'New London', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4495.0, + density: 75.8, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.9906, lat: 43.41691 }, + }, + { + zip_code: '3287', + usps_city: 'Wilmot', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1550.0, + density: 22.8, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91669, lat: 43.44516 }, + }, + { + zip_code: '3836', + usps_city: 'Freedom', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 14.9, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07147, lat: 43.82621 }, + }, + { + zip_code: '3852', + usps_city: 'Milton Mills', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 31.1, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97547, lat: 43.4982 }, + }, + { + zip_code: '3906', + usps_city: 'North Berwick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4713.0, + density: 47.6, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.77759, lat: 43.346 }, + }, + { + zip_code: '3911', + usps_city: 'York Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 65.5, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.63485, lat: 43.13488 }, + }, + { + zip_code: '4228', + usps_city: 'East Livermore', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.11501, lat: 44.43256 }, + }, + { + zip_code: '4270', + usps_city: 'Oxford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 6350.0, + density: 31.2, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.51561, lat: 44.1124 }, + }, + { + zip_code: '4294', + usps_city: 'Wilton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3963.0, + density: 26.5, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.26955, lat: 44.62897 }, + }, + { + zip_code: '4346', + usps_city: 'Randolph', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1921.0, + density: 347.4, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.75061, lat: 44.23469 }, + }, + { + zip_code: '4418', + usps_city: 'Greenbush', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1729.0, + density: 4.5, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.4722, lat: 45.08638 }, + }, + { + zip_code: '4430', + usps_city: 'East Millinocket', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 72.0, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.58517, lat: 45.63921 }, + }, + { + zip_code: '4444', + usps_city: 'Hampden', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8936.0, + density: 50.0, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.94584, lat: 44.72594 }, + }, + { + zip_code: '4461', + usps_city: 'Milford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2991.0, + density: 26.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.56865, lat: 44.96416 }, + }, + { + zip_code: '4481', + usps_city: 'Sebec', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 6.6, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.10216, lat: 45.24655 }, + }, + { + zip_code: '4537', + usps_city: 'Boothbay', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2042.0, + density: 47.0, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.62343, lat: 43.89673 }, + }, + { + zip_code: '4555', + usps_city: 'Nobleboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1713.0, + density: 34.9, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.47687, lat: 44.10599 }, + }, + { + zip_code: '4612', + usps_city: 'Bernard', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 38.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.37314, lat: 44.25998 }, + }, + { + zip_code: '4664', + usps_city: 'Sullivan', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1317.0, + density: 14.2, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.12714, lat: 44.54693 }, + }, + { + zip_code: '4852', + usps_city: 'Monhegan', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 24.5, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.31235, lat: 43.76561 }, + }, + { + zip_code: '5037', + usps_city: 'Brownsville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 25.6, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4915, lat: 43.45943 }, + }, + { + zip_code: '5081', + usps_city: 'Wells River', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 22.5, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.0723, lat: 44.13695 }, + }, + { + zip_code: '5086', + usps_city: 'West Topsham', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 11.5, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30077, lat: 44.11433 }, + }, + { + zip_code: '5146', + usps_city: 'Grafton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 5.6, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.61729, lat: 43.17621 }, + }, + { + zip_code: '5353', + usps_city: 'Townshend', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 833.0, + density: 8.8, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66648, lat: 43.06537 }, + }, + { + zip_code: '5361', + usps_city: 'Whitingham', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1125.0, + density: 14.3, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.8765, lat: 42.78275 }, + }, + { + zip_code: '5682', + usps_city: 'Worcester', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1302.0, + density: 10.9, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57147, lat: 44.403 }, + }, + { + zip_code: '5902', + usps_city: 'Beecher Falls', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 69.7, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.49034, lat: 45.00852 }, + }, + { + zip_code: '5905', + usps_city: 'Guildhall', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 736.0, + density: 1.5, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.66952, lat: 44.69368 }, + }, + { + zip_code: '6002', + usps_city: 'Bloomfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 21022.0, + density: 311.4, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.7406, lat: 41.84255 }, + }, + { + zip_code: '6058', + usps_city: 'Norfolk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1653.0, + density: 12.6, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19542, lat: 41.97184 }, + }, + { + zip_code: '6063', + usps_city: 'Barkhamsted', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3351.0, + density: 43.7, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97157, lat: 41.92703 }, + }, + { + zip_code: '6093', + usps_city: 'West Suffield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3406.0, + density: 78.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.72423, lat: 42.00283 }, + }, + { + zip_code: '6096', + usps_city: 'Windsor Locks', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12671.0, + density: 509.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.65703, lat: 41.92752 }, + }, + { + zip_code: '6118', + usps_city: 'East Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 25834.0, + density: 1007.2, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60988, lat: 41.74871 }, + }, + { + zip_code: '6235', + usps_city: 'Chaplin', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2472.0, + density: 49.5, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12758, lat: 41.79295 }, + }, + { + zip_code: '6281', + usps_city: 'Woodstock', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6897.0, + density: 48.0, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.01529, lat: 41.97245 }, + }, + { + zip_code: '6353', + usps_city: 'Montville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 184.5, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.14108, lat: 41.45812 }, + }, + { + zip_code: '6409', + usps_city: 'Centerbrook', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 245.5, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4201, lat: 41.35125 }, + }, + { + zip_code: '6510', + usps_city: 'New Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2576.0, + density: 4116.5, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92601, lat: 41.30648 }, + }, + { + zip_code: '7103', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 32881.0, + density: 5967.3, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.19554, lat: 40.73869 }, + }, + { + zip_code: '7307', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41411.0, + density: 7152.9, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05631, lat: 40.75176 }, + }, + { + zip_code: '7311', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 4105.1, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03293, lat: 40.71909 }, + }, + { + zip_code: '7444', + usps_city: 'Pompton Plains', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10722.0, + density: 792.3, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30729, lat: 40.96783 }, + }, + { + zip_code: '7462', + usps_city: 'Vernon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6189.0, + density: 141.2, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48862, lat: 41.19889 }, + }, + { + zip_code: '7512', + usps_city: 'Totowa', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10828.0, + density: 1055.0, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22123, lat: 40.9039 }, + }, + { + zip_code: '7722', + usps_city: 'Colts Neck', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10089.0, + density: 106.2, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16954, lat: 40.28487 }, + }, + { + zip_code: '7762', + usps_city: 'Spring Lake', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8242.0, + density: 1132.5, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03581, lat: 40.15297 }, + }, + { + zip_code: '7853', + usps_city: 'Long Valley', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12915.0, + density: 146.8, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.78545, lat: 40.78499 }, + }, + { + zip_code: '7871', + usps_city: 'Sparta', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20136.0, + density: 205.5, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.62793, lat: 41.04708 }, + }, + { + zip_code: '7933', + usps_city: 'Gillette', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2981.0, + density: 232.4, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46494, lat: 40.69196 }, + }, + { + zip_code: '7979', + usps_city: 'Pottersville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 77.4, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "59.59", "34035": "40.41"}', + coty_name: ['Hunterdon', 'Somerset'], + cty_code: ['34019', '34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.72762, lat: 40.70261 }, + }, + { + zip_code: '8022', + usps_city: 'Columbus', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9004.0, + density: 158.5, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.70865, lat: 40.0661 }, + }, + { + zip_code: '8045', + usps_city: 'Lawnside', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2725.0, + density: 808.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02974, lat: 39.86722 }, + }, + { + zip_code: '8051', + usps_city: 'Mantua', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10306.0, + density: 1062.0, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17891, lat: 39.7854 }, + }, + { + zip_code: '8084', + usps_city: 'Stratford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6971.0, + density: 1723.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.01556, lat: 39.82897 }, + }, + { + zip_code: '8103', + usps_city: 'Camden', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14885.0, + density: 2670.8, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11351, lat: 39.93577 }, + }, + { + zip_code: '8514', + usps_city: 'Cream Ridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4804.0, + density: 70.8, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "57.78", "34029": "42.22"}', + coty_name: ['Monmouth', 'Ocean'], + cty_code: ['34025', '34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4964, lat: 40.13303 }, + }, + { + zip_code: '8527', + usps_city: 'Jackson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 56630.0, + density: 256.7, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34993, lat: 40.10475 }, + }, + { + zip_code: '8536', + usps_city: 'Plainsboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19691.0, + density: 1041.0, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58235, lat: 40.33428 }, + }, + { + zip_code: '8610', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 30842.0, + density: 1543.3, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "98.7", "34005": "1.3"}', + coty_name: ['Mercer', 'Burlington'], + cty_code: ['34021', '34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.71582, lat: 40.19247 }, + }, + { + zip_code: '8641', + usps_city: 'Joint Base Mdl', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4248.0, + density: 322.9, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58803, lat: 40.02703 }, + }, + { + zip_code: '8755', + usps_city: 'Toms River', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25928.0, + density: 624.8, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22456, lat: 40.00967 }, + }, + { + zip_code: '8830', + usps_city: 'Iselin', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17784.0, + density: 2162.3, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31702, lat: 40.56968 }, + }, + { + zip_code: '8904', + usps_city: 'Highland Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13883.0, + density: 2943.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42829, lat: 40.50056 }, + }, + { + zip_code: '10003', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 53977.0, + density: 36153.3, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98911, lat: 40.7318 }, + }, + { + zip_code: '10023', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 62541.0, + density: 49276.1, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98269, lat: 40.77601 }, + }, + { + zip_code: '10069', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6051.0, + density: 24296.3, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99035, lat: 40.77555 }, + }, + { + zip_code: '10279', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 3887.1, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00867, lat: 40.71263 }, + }, + { + zip_code: '10501', + usps_city: 'Amawalk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1213.0, + density: 334.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76075, lat: 41.29448 }, + }, + { + zip_code: '10505', + usps_city: 'Baldwin Place', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1089.0, + density: 644.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74565, lat: 41.3421 }, + }, + { + zip_code: '10511', + usps_city: 'Buchanan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2166.0, + density: 570.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94366, lat: 41.26299 }, + }, + { + zip_code: '10533', + usps_city: 'Irvington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7662.0, + density: 832.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.85569, lat: 41.03836 }, + }, + { + zip_code: '10989', + usps_city: 'Valley Cottage', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8689.0, + density: 680.3, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93617, lat: 41.12464 }, + }, + { + zip_code: '10996', + usps_city: 'West Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6383.0, + density: 759.7, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97266, lat: 41.38975 }, + }, + { + zip_code: '11105', + usps_city: 'Astoria', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36983.0, + density: 8488.3, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90622, lat: 40.77887 }, + }, + { + zip_code: '11220', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 93170.0, + density: 20614.8, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01651, lat: 40.64115 }, + }, + { + zip_code: '11411', + usps_city: 'Cambria Heights', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20719.0, + density: 6848.9, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73619, lat: 40.694 }, + }, + { + zip_code: '11798', + usps_city: 'Wyandanch', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14864.0, + density: 1203.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37596, lat: 40.75225 }, + }, + { + zip_code: '11946', + usps_city: 'Hampton Bays', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15453.0, + density: 446.0, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52651, lat: 40.87787 }, + }, + { + zip_code: '12137', + usps_city: 'Pattersonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1764.0, + density: 28.4, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "77.37", "36057": "22.63"}', + coty_name: ['Schenectady', 'Montgomery'], + cty_code: ['36093', '36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12773, lat: 42.85609 }, + }, + { + zip_code: '12169', + usps_city: 'Stephentown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 10.2, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44276, lat: 42.58644 }, + }, + { + zip_code: '12185', + usps_city: 'Valley Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2006.0, + density: 31.9, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "87.63", "36115": "12.37"}', + coty_name: ['Rensselaer', 'Washington'], + cty_code: ['36083', '36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53123, lat: 42.90329 }, + }, + { + zip_code: '12404', + usps_city: 'Accord', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3334.0, + density: 36.1, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23593, lat: 41.81464 }, + }, + { + zip_code: '12441', + usps_city: 'Highmount', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 5.1, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "58.77", "36025": "41.23"}', + coty_name: ['Ulster', 'Delaware'], + cty_code: ['36111', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.50865, lat: 42.1353 }, + }, + { + zip_code: '12481', + usps_city: 'Shokan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 50.9, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22481, lat: 41.98299 }, + }, + { + zip_code: '12492', + usps_city: 'West Kill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 1.4, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.33575, lat: 42.18491 }, + }, + { + zip_code: '12498', + usps_city: 'Woodstock', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5045.0, + density: 89.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10639, lat: 42.04851 }, + }, + { + zip_code: '12503', + usps_city: 'Ancramdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 10.5, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58041, lat: 42.0385 }, + }, + { + zip_code: '12769', + usps_city: 'Phillipsport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 26.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46733, lat: 41.65793 }, + }, + { + zip_code: '12788', + usps_city: 'Woodbourne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2980.0, + density: 49.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58833, lat: 41.7894 }, + }, + { + zip_code: '13037', + usps_city: 'Chittenango', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9787.0, + density: 92.3, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "97.85", "36067": "2.15"}', + coty_name: ['Madison', 'Onondaga'], + cty_code: ['36053', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86576, lat: 43.06035 }, + }, + { + zip_code: '13068', + usps_city: 'Freeville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5231.0, + density: 39.5, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.3587, lat: 42.49979 }, + }, + { + zip_code: '13074', + usps_city: 'Hannibal', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4050.0, + density: 36.8, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "96.55", "36011": "3.45"}', + coty_name: ['Oswego', 'Cayuga'], + cty_code: ['36075', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54781, lat: 43.30983 }, + }, + { + zip_code: '13104', + usps_city: 'Manlius', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16052.0, + density: 131.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "99.76", "36053": "0.24"}', + coty_name: ['Onondaga', 'Madison'], + cty_code: ['36067', '36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9557, lat: 42.96313 }, + }, + { + zip_code: '13322', + usps_city: 'Clayville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 870.0, + density: 27.7, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "66.54", "36043": "33.46"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20226, lat: 42.96517 }, + }, + { + zip_code: '13431', + usps_city: 'Poland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1811.0, + density: 19.0, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "93.52", "36065": "6.48"}', + coty_name: ['Herkimer', 'Oneida'], + cty_code: ['36043', '36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07749, lat: 43.21291 }, + }, + { + zip_code: '13488', + usps_city: 'Westford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 15.9, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74894, lat: 42.691 }, + }, + { + zip_code: '13630', + usps_city: 'De Kalb Junction', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1448.0, + density: 11.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31529, lat: 44.49742 }, + }, + { + zip_code: '13695', + usps_city: 'Wanakena', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 3.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92161, lat: 44.10979 }, + }, + { + zip_code: '13813', + usps_city: 'Nineveh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 10.4, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "83.11", "36017": "16.89"}', + coty_name: ['Broome', 'Chenango'], + cty_code: ['36007', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54751, lat: 42.16688 }, + }, + { + zip_code: '13826', + usps_city: 'Ouaquaga', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 6.9, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.63986, lat: 42.1026 }, + }, + { + zip_code: '13843', + usps_city: 'South New Berlin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2015.0, + density: 14.3, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "53.87", "36077": "46.13"}', + coty_name: ['Chenango', 'Otsego'], + cty_code: ['36017', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37338, lat: 42.52442 }, + }, + { + zip_code: '13845', + usps_city: 'Tioga Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 122.4, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "100"}', + coty_name: ['Tioga'], + cty_code: ['36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35374, lat: 42.05471 }, + }, + { + zip_code: '14043', + usps_city: 'Depew', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24538.0, + density: 1089.7, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70339, lat: 42.90191 }, + }, + { + zip_code: '14061', + usps_city: 'Farnham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 151.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07934, lat: 42.59387 }, + }, + { + zip_code: '14066', + usps_city: 'Gainesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 12.0, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.18037, lat: 42.62421 }, + }, + { + zip_code: '14111', + usps_city: 'North Collins', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3425.0, + density: 36.7, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9008, lat: 42.58254 }, + }, + { + zip_code: '14145', + usps_city: 'Strykersville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1847.0, + density: 25.3, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "97.03", "36029": "2.97"}', + coty_name: ['Wyoming', 'Erie'], + cty_code: ['36121', '36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.42813, lat: 42.73004 }, + }, + { + zip_code: '14428', + usps_city: 'Churchville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7208.0, + density: 54.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.85949, lat: 43.07741 }, + }, + { + zip_code: '14516', + usps_city: 'North Rose', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2392.0, + density: 32.6, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91599, lat: 43.20068 }, + }, + { + zip_code: '14522', + usps_city: 'Palmyra', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9005.0, + density: 74.3, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "90.47", "36069": "9.53"}', + coty_name: ['Wayne', 'Ontario'], + cty_code: ['36117', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22122, lat: 43.06112 }, + }, + { + zip_code: '14620', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23835.0, + density: 2054.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60517, lat: 43.12891 }, + }, + { + zip_code: '14622', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11939.0, + density: 1001.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55399, lat: 43.21386 }, + }, + { + zip_code: '14731', + usps_city: 'Ellicottville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1125.0, + density: 9.5, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65037, lat: 42.3005 }, + }, + { + zip_code: '14732', + usps_city: 'Ellington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 26.6, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.11636, lat: 42.2319 }, + }, + { + zip_code: '14787', + usps_city: 'Westfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4704.0, + density: 43.2, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57054, lat: 42.31124 }, + }, + { + zip_code: '14803', + usps_city: 'Alfred Station', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 12.4, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "93.95", "36101": "6.05"}', + coty_name: ['Allegany', 'Steuben'], + cty_code: ['36003', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78687, lat: 42.2543 }, + }, + { + zip_code: '14808', + usps_city: 'Atlanta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 69.6, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46691, lat: 42.55966 }, + }, + { + zip_code: '14812', + usps_city: 'Beaver Dams', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3525.0, + density: 17.6, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "49.22", "36015": "29.61", "36101": "21.16"}', + coty_name: ['Schuyler', 'Chemung', 'Steuben'], + cty_code: ['36097', '36015', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99553, lat: 42.29326 }, + }, + { + zip_code: '14880', + usps_city: 'Scio', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1640.0, + density: 11.5, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.97066, lat: 42.17744 }, + }, + { + zip_code: '14886', + usps_city: 'Trumansburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6713.0, + density: 33.4, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "64.67", "36097": "25.47", "36099": "9.86"}', + coty_name: ['Tompkins', 'Schuyler', 'Seneca'], + cty_code: ['36109', '36097', '36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68977, lat: 42.50471 }, + }, + { + zip_code: '14904', + usps_city: 'Elmira', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15176.0, + density: 1043.5, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.79987, lat: 42.06982 }, + }, + { + zip_code: '15012', + usps_city: 'Belle Vernon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15220.0, + density: 175.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "73.48", "42051": "26.27", "42125": "0.25"}', + coty_name: ['Westmoreland', 'Fayette', 'Washington'], + cty_code: ['42129', '42051', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81218, lat: 40.15883 }, + }, + { + zip_code: '15019', + usps_city: 'Bulger', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 25.1, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32926, lat: 40.40657 }, + }, + { + zip_code: '15084', + usps_city: 'Tarentum', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9995.0, + density: 138.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80281, lat: 40.63007 }, + }, + { + zip_code: '15147', + usps_city: 'Verona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17374.0, + density: 662.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82729, lat: 40.49717 }, + }, + { + zip_code: '15208', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9976.0, + density: 2393.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89943, lat: 40.45316 }, + }, + { + zip_code: '15213', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27878.0, + density: 5054.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95523, lat: 40.44398 }, + }, + { + zip_code: '15348', + usps_city: 'Millsboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 660.5, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99615, lat: 39.98831 }, + }, + { + zip_code: '15449', + usps_city: 'Keisterville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 816.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78337, lat: 39.96428 }, + }, + { + zip_code: '15459', + usps_city: 'Markleysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1657.0, + density: 19.2, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46612, lat: 39.76654 }, + }, + { + zip_code: '15620', + usps_city: 'Bradenville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 207.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.33864, lat: 40.32358 }, + }, + { + zip_code: '15631', + usps_city: 'Everson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 544.8, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58534, lat: 40.08746 }, + }, + { + zip_code: '15688', + usps_city: 'Tarrs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 292.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58474, lat: 40.16864 }, + }, + { + zip_code: '15689', + usps_city: 'United', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 833.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.49141, lat: 40.22141 }, + }, + { + zip_code: '15728', + usps_city: 'Clymer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3429.0, + density: 30.9, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96699, lat: 40.67553 }, + }, + { + zip_code: '15825', + usps_city: 'Brookville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8920.0, + density: 21.5, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04035, lat: 41.1753 }, + }, + { + zip_code: '15943', + usps_city: 'Nanty Glo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3476.0, + density: 69.8, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83967, lat: 40.47467 }, + }, + { + zip_code: '15963', + usps_city: 'Windber', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10476.0, + density: 41.4, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "74.91", "42021": "25.09"}', + coty_name: ['Somerset', 'Cambria'], + cty_code: ['42111', '42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.763, lat: 40.22052 }, + }, + { + zip_code: '16022', + usps_city: 'Bruin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 185.4, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.73382, lat: 41.05401 }, + }, + { + zip_code: '16244', + usps_city: 'Nu Mine', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 120.4, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.27665, lat: 40.79217 }, + }, + { + zip_code: '16312', + usps_city: 'Chandlers Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.30324, lat: 41.93214 }, + }, + { + zip_code: '16372', + usps_city: 'Clintonville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 145.8, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87306, lat: 41.19996 }, + }, + { + zip_code: '16412', + usps_city: 'Edinboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10629.0, + density: 51.2, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "93.65", "42039": "6.35"}', + coty_name: ['Erie', 'Crawford'], + cty_code: ['42049', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16634, lat: 41.88323 }, + }, + { + zip_code: '16735', + usps_city: 'Kane', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5875.0, + density: 8.3, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "95.15", "42047": "4.85"}', + coty_name: ['McKean', 'Elk'], + cty_code: ['42083', '42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81382, lat: 41.64109 }, + }, + { + zip_code: '16834', + usps_city: 'Drifting', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 5.9, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.10393, lat: 41.03914 }, + }, + { + zip_code: '16911', + usps_city: 'Arnot', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 21.3, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12533, lat: 41.65672 }, + }, + { + zip_code: '17020', + usps_city: 'Duncannon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9147.0, + density: 61.4, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "99.83", "42043": "0.17"}', + coty_name: ['Perry', 'Dauphin'], + cty_code: ['42099', '42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04341, lat: 40.41182 }, + }, + { + zip_code: '17038', + usps_city: 'Jonestown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8334.0, + density: 44.7, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5461, lat: 40.46929 }, + }, + { + zip_code: '17086', + usps_city: 'Richfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2377.0, + density: 24.0, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "63.99", "42109": "36.01"}', + coty_name: ['Juniata', 'Snyder'], + cty_code: ['42067', '42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12442, lat: 40.69061 }, + }, + { + zip_code: '17222', + usps_city: 'Fayetteville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11576.0, + density: 76.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "93.68", "42001": "6.32"}', + coty_name: ['Franklin', 'Adams'], + cty_code: ['42055', '42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49231, lat: 39.89527 }, + }, + { + zip_code: '17329', + usps_city: 'Glenville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2599.0, + density: 61.3, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85112, lat: 39.76184 }, + }, + { + zip_code: '17507', + usps_city: 'Bowmansville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 2122.6, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.01631, lat: 40.19787 }, + }, + { + zip_code: '17540', + usps_city: 'Leola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10875.0, + density: 214.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18709, lat: 40.09654 }, + }, + { + zip_code: '17888', + usps_city: 'Wilburton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 38.1, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "100"}', + coty_name: ['Columbia'], + cty_code: ['42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.3771, lat: 40.81034 }, + }, + { + zip_code: '17968', + usps_city: 'Sacramento', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 25.6, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61229, lat: 40.63868 }, + }, + { + zip_code: '18074', + usps_city: 'Perkiomenville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5836.0, + density: 119.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51609, lat: 40.31952 }, + }, + { + zip_code: '18079', + usps_city: 'Slatedale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 1230.4, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65793, lat: 40.74411 }, + }, + { + zip_code: '18224', + usps_city: 'Freeland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6134.0, + density: 148.6, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87949, lat: 41.02248 }, + }, + { + zip_code: '18225', + usps_city: 'Harleigh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 2236.3, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.97121, lat: 40.98132 }, + }, + { + zip_code: '18248', + usps_city: 'Sheppton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 13.4, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10742, lat: 40.89323 }, + }, + { + zip_code: '18250', + usps_city: 'Summit Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2943.0, + density: 130.7, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84637, lat: 40.82483 }, + }, + { + zip_code: '18255', + usps_city: 'Weatherly', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4509.0, + density: 23.8, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "97.86", "42079": "2.14"}', + coty_name: ['Carbon', 'Luzerne'], + cty_code: ['42025', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8314, lat: 40.9328 }, + }, + { + zip_code: '18326', + usps_city: 'Cresco', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3956.0, + density: 45.8, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27256, lat: 41.15412 }, + }, + { + zip_code: '18434', + usps_city: 'Jessup', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3859.0, + density: 224.3, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54831, lat: 41.46147 }, + }, + { + zip_code: '18441', + usps_city: 'Lenoxville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 26.6, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62839, lat: 41.65949 }, + }, + { + zip_code: '18469', + usps_city: 'Tyler Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 10.5, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14217, lat: 41.70113 }, + }, + { + zip_code: '18625', + usps_city: 'Lake Winola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 204.5, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "100"}', + coty_name: ['Wyoming'], + cty_code: ['42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85078, lat: 41.50959 }, + }, + { + zip_code: '18840', + usps_city: 'Sayre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10440.0, + density: 89.5, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53575, lat: 41.97183 }, + }, + { + zip_code: '18912', + usps_city: 'Buckingham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 272.3, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05437, lat: 40.32373 }, + }, + { + zip_code: '18960', + usps_city: 'Sellersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11898.0, + density: 238.5, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32503, lat: 40.36405 }, + }, + { + zip_code: '18977', + usps_city: 'Washington Crossing', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4172.0, + density: 308.1, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.88067, lat: 40.28725 }, + }, + { + zip_code: '19079', + usps_city: 'Sharon Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9223.0, + density: 1928.2, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26663, lat: 39.89888 }, + }, + { + zip_code: '19106', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12592.0, + density: 6052.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14296, lat: 39.94865 }, + }, + { + zip_code: '19115', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35346.0, + density: 2432.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04576, lat: 40.09108 }, + }, + { + zip_code: '19383', + usps_city: 'West Chester', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3122.0, + density: 20116.0, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60163, lat: 39.95163 }, + }, + { + zip_code: '19390', + usps_city: 'West Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14684.0, + density: 217.1, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84009, lat: 39.8329 }, + }, + { + zip_code: '19428', + usps_city: 'Conshohocken', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17222.0, + density: 873.7, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30085, lat: 40.08044 }, + }, + { + zip_code: '19436', + usps_city: 'Gwynedd', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 781.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.247, lat: 40.20152 }, + }, + { + zip_code: '19511', + usps_city: 'Bowers', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 168.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74379, lat: 40.48469 }, + }, + { + zip_code: '19543', + usps_city: 'Morgantown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6141.0, + density: 107.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "81.05", "42071": "14.95", "42029": "4"}', + coty_name: ['Berks', 'Lancaster', 'Chester'], + cty_code: ['42011', '42071', '42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89241, lat: 40.17118 }, + }, + { + zip_code: '19551', + usps_city: 'Robesonia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4844.0, + density: 75.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "93.62", "42075": "5.64", "42071": "0.74"}', + coty_name: ['Berks', 'Lebanon', 'Lancaster'], + cty_code: ['42011', '42075', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14055, lat: 40.35953 }, + }, + { + zip_code: '19736', + usps_city: 'Yorklyn', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 192.1, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67645, lat: 39.80611 }, + }, + { + zip_code: '19901', + usps_city: 'Dover', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 37182.0, + density: 180.3, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47693, lat: 39.17172 }, + }, + { + zip_code: '19950', + usps_city: 'Greenwood', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 7453.0, + density: 38.5, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "79.05", "10001": "20.95"}', + coty_name: ['Sussex', 'Kent'], + cty_code: ['10005', '10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59728, lat: 38.82013 }, + }, + { + zip_code: '20132', + usps_city: 'Purcellville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18053.0, + density: 84.1, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72706, lat: 39.16773 }, + }, + { + zip_code: '20373', + usps_city: 'Naval Anacost Annex', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 149.9, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00804, lat: 38.8584 }, + }, + { + zip_code: '20535', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02485, lat: 38.89447 }, + }, + { + zip_code: '20608', + usps_city: 'Aquasco', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 18.9, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70692, lat: 38.58625 }, + }, + { + zip_code: '20634', + usps_city: 'Great Mills', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6478.0, + density: 363.7, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4952, lat: 38.24376 }, + }, + { + zip_code: '20833', + usps_city: 'Brookeville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7369.0, + density: 145.3, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "98.91", "24027": "1.09"}', + coty_name: ['Montgomery', 'Howard'], + cty_code: ['24031', '24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05527, lat: 39.20521 }, + }, + { + zip_code: '21045', + usps_city: 'Columbia', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 40365.0, + density: 1605.7, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82747, lat: 39.20617 }, + }, + { + zip_code: '21061', + usps_city: 'Glen Burnie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 53860.0, + density: 1712.5, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62973, lat: 39.16177 }, + }, + { + zip_code: '21087', + usps_city: 'Kingsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5394.0, + density: 148.7, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "85.09", "24025": "14.91"}', + coty_name: ['Baltimore', 'Harford'], + cty_code: ['24005', '24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4157, lat: 39.44771 }, + }, + { + zip_code: '21111', + usps_city: 'Monkton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5387.0, + density: 59.3, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "80.91", "24025": "19.09"}', + coty_name: ['Baltimore', 'Harford'], + cty_code: ['24005', '24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5818, lat: 39.57727 }, + }, + { + zip_code: '21117', + usps_city: 'Owings Mills', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 59301.0, + density: 704.1, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77713, lat: 39.4271 }, + }, + { + zip_code: '21152', + usps_city: 'Sparks Glencoe', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5462.0, + density: 92.2, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68189, lat: 39.54827 }, + }, + { + zip_code: '21213', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 31007.0, + density: 3508.4, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5772, lat: 39.31517 }, + }, + { + zip_code: '21244', + usps_city: 'Windsor Mill', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 36394.0, + density: 1047.2, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78034, lat: 39.33303 }, + }, + { + zip_code: '21286', + usps_city: 'Towson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 19849.0, + density: 898.4, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57441, lat: 39.41507 }, + }, + { + zip_code: '21529', + usps_city: 'Ellerslie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 46.3, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.76852, lat: 39.70616 }, + }, + { + zip_code: '21540', + usps_city: 'Luke', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 145.9, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0594, lat: 39.47664 }, + }, + { + zip_code: '22701', + usps_city: 'Culpeper', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35495.0, + density: 83.9, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "95.51", "51137": "2.65", "51113": "1.84"}', + coty_name: ['Culpeper', 'Orange', 'Madison'], + cty_code: ['51047', '51137', '51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.99759, lat: 38.43912 }, + }, + { + zip_code: '22716', + usps_city: 'Castleton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 7.8, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "100"}', + coty_name: ['Rappahannock'], + cty_code: ['51157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11034, lat: 38.62574 }, + }, + { + zip_code: '22718', + usps_city: 'Elkwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 8.3, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.82243, lat: 38.47364 }, + }, + { + zip_code: '22830', + usps_city: 'Fulks Run', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 6.4, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97464, lat: 38.65653 }, + }, + { + zip_code: '22831', + usps_city: 'Hinton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1199.0, + density: 7.6, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0885, lat: 38.56888 }, + }, + { + zip_code: '22948', + usps_city: 'Locust Dale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 11.2, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.12292, lat: 38.35712 }, + }, + { + zip_code: '23025', + usps_city: 'Cardinal', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 53.2, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.36154, lat: 37.41288 }, + }, + { + zip_code: '23032', + usps_city: 'Church View', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 9.4, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67968, lat: 37.65463 }, + }, + { + zip_code: '23060', + usps_city: 'Glen Allen', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 37554.0, + density: 955.0, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "100"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.53341, lat: 37.65986 }, + }, + { + zip_code: '23084', + usps_city: 'Kents Store', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1897.0, + density: 17.8, + primary_coty_code: '51065', + primary_coty_name: 'Fluvanna', + county_weights: '{"51065": "64.54", "51075": "24.01", "51109": "11.45"}', + coty_name: ['Fluvanna', 'Goochland', 'Louisa'], + cty_code: ['51065', '51075', '51109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11014, lat: 37.8846 }, + }, + { + zip_code: '23138', + usps_city: 'Port Haywood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 625.0, + density: 28.8, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30324, lat: 37.36922 }, + }, + { + zip_code: '23359', + usps_city: 'Hallwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 17.2, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58988, lat: 37.88316 }, + }, + { + zip_code: '23833', + usps_city: 'Church Road', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2216.0, + density: 15.0, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "92.56", "51007": "7.44"}', + coty_name: ['Dinwiddie', 'Amelia'], + cty_code: ['51053', '51007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6727, lat: 37.2077 }, + }, + { + zip_code: '24073', + usps_city: 'Christiansburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30710.0, + density: 133.6, + primary_coty_code: '51121', + primary_coty_name: 'Montgomery', + county_weights: '{"51121": "100"}', + coty_name: ['Montgomery'], + cty_code: ['51121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42216, lat: 37.12852 }, + }, + { + zip_code: '24091', + usps_city: 'Floyd', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7739.0, + density: 17.1, + primary_coty_code: '51063', + primary_coty_name: 'Floyd', + county_weights: '{"51063": "98.95", "51141": "0.57", "51067": "0.49"}', + coty_name: ['Floyd', 'Patrick', 'Franklin'], + cty_code: ['51063', '51141', '51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32859, lat: 36.91752 }, + }, + { + zip_code: '24101', + usps_city: 'Hardy', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6290.0, + density: 43.7, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "85.44", "51019": "14.56"}', + coty_name: ['Franklin', 'Bedford'], + cty_code: ['51067', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79959, lat: 37.17622 }, + }, + { + zip_code: '24217', + usps_city: 'Bee', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 5.3, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "81.28", "51027": "18.72"}', + coty_name: ['Dickenson', 'Buchanan'], + cty_code: ['51051', '51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17205, lat: 37.08415 }, + }, + { + zip_code: '24354', + usps_city: 'Marion', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13934.0, + density: 50.7, + primary_coty_code: '51173', + primary_coty_name: 'Smyth', + county_weights: '{"51173": "100"}', + coty_name: ['Smyth'], + cty_code: ['51173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54325, lat: 36.82712 }, + }, + { + zip_code: '24555', + usps_city: 'Glasgow', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2245.0, + density: 37.3, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "100"}', + coty_name: ['Rockbridge'], + cty_code: ['51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47241, lat: 37.66874 }, + }, + { + zip_code: '24602', + usps_city: 'Bandy', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 5.2, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65999, lat: 37.18279 }, + }, + { + zip_code: '24879', + usps_city: 'Raysal', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 602.0, + density: 14.9, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76138, lat: 37.32446 }, + }, + { + zip_code: '24986', + usps_city: 'White Sulphur Springs', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5477.0, + density: 9.4, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "99.31", "54075": "0.69"}', + coty_name: ['Greenbrier', 'Pocahontas'], + cty_code: ['54025', '54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19336, lat: 37.90714 }, + }, + { + zip_code: '25035', + usps_city: 'Cabin Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 36.9, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52151, lat: 38.16171 }, + }, + { + zip_code: '25044', + usps_city: 'Clear Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 6.1, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34962, lat: 37.89995 }, + }, + { + zip_code: '25045', + usps_city: 'Clendenin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5061.0, + density: 13.5, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "79.68", "54087": "13.1", "54015": "7.22"}', + coty_name: ['Kanawha', 'Roane', 'Clay'], + cty_code: ['54039', '54087', '54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.31869, lat: 38.44508 }, + }, + { + zip_code: '25062', + usps_city: 'Dry Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 15.4, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44118, lat: 37.87486 }, + }, + { + zip_code: '25093', + usps_city: 'Gordon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 16.1, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6567, lat: 37.98081 }, + }, + { + zip_code: '25164', + usps_city: 'Procious', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 935.0, + density: 11.9, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "80.99", "54087": "19.01"}', + coty_name: ['Clay', 'Roane'], + cty_code: ['54015', '54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20027, lat: 38.52499 }, + }, + { + zip_code: '25266', + usps_city: 'Newton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 7.3, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16232, lat: 38.60601 }, + }, + { + zip_code: '25413', + usps_city: 'Bunker Hill', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8719.0, + density: 150.8, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.05298, lat: 39.31619 }, + }, + { + zip_code: '25420', + usps_city: 'Gerrardstown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4050.0, + density: 55.9, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11503, lat: 39.38157 }, + }, + { + zip_code: '25422', + usps_city: 'Great Cacapon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1598.0, + density: 8.8, + primary_coty_code: '54065', + primary_coty_name: 'Morgan', + county_weights: '{"54065": "99.12", "54027": "0.88"}', + coty_name: ['Morgan', 'Hampshire'], + cty_code: ['54065', '54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.3613, lat: 39.55731 }, + }, + { + zip_code: '25511', + usps_city: 'Dunlow', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 765.0, + density: 3.2, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35244, lat: 38.02952 }, + }, + { + zip_code: '25676', + usps_city: 'Lenore', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 17.8, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22617, lat: 37.82605 }, + }, + { + zip_code: '25846', + usps_city: 'Glen Jean', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 9.7, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14785, lat: 37.91389 }, + }, + { + zip_code: '25962', + usps_city: 'Rainelle', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3057.0, + density: 13.5, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "75.17", "54019": "24.83"}', + coty_name: ['Greenbrier', 'Fayette'], + cty_code: ['54025', '54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81168, lat: 37.97432 }, + }, + { + zip_code: '25979', + usps_city: 'Pipestem', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 717.0, + density: 6.0, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "94.96", "54055": "5.04"}', + coty_name: ['Summers', 'Mercer'], + cty_code: ['54089', '54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91948, lat: 37.5174 }, + }, + { + zip_code: '26030', + usps_city: 'Beech Bottom', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 271.9, + primary_coty_code: '54009', + primary_coty_name: 'Brooke', + county_weights: '{"54009": "100"}', + coty_name: ['Brooke'], + cty_code: ['54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65581, lat: 40.22631 }, + }, + { + zip_code: '26175', + usps_city: 'Sistersville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3621.0, + density: 31.1, + primary_coty_code: '54095', + primary_coty_name: 'Tyler', + county_weights: '{"54095": "100"}', + coty_name: ['Tyler'], + cty_code: ['54095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9646, lat: 39.53905 }, + }, + { + zip_code: '26178', + usps_city: 'Smithville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 2.2, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03815, lat: 39.05891 }, + }, + { + zip_code: '26228', + usps_city: 'Kanawha Head', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 0.6, + primary_coty_code: '54097', + primary_coty_name: 'Upshur', + county_weights: '{"54097": "100"}', + coty_name: ['Upshur'], + cty_code: ['54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37091, lat: 38.75442 }, + }, + { + zip_code: '26241', + usps_city: 'Elkins', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13702.0, + density: 40.9, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78707, lat: 38.92947 }, + }, + { + zip_code: '26275', + usps_city: 'Junior', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 51.6, + primary_coty_code: '54001', + primary_coty_name: 'Barbour', + county_weights: '{"54001": "100"}', + coty_name: ['Barbour'], + cty_code: ['54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95058, lat: 38.9768 }, + }, + { + zip_code: '26451', + usps_city: 'West Milford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 218.1, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40226, lat: 39.20772 }, + }, + { + zip_code: '26520', + usps_city: 'Arthurdale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1065.0, + density: 197.6, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82364, lat: 39.49702 }, + }, + { + zip_code: '26541', + usps_city: 'Maidsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2739.0, + density: 28.0, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07453, lat: 39.68449 }, + }, + { + zip_code: '26690', + usps_city: 'Swiss', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 560.0, + density: 7.5, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "54.62", "54067": "45.38"}', + coty_name: ['Fayette', 'Nicholas'], + cty_code: ['54019', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12725, lat: 38.22553 }, + }, + { + zip_code: '26808', + usps_city: 'High View', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 813.0, + density: 15.8, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45699, lat: 39.20373 }, + }, + { + zip_code: '27053', + usps_city: 'Westfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3233.0, + density: 18.5, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "91.75", "37171": "8.25"}', + coty_name: ['Stokes', 'Surry'], + cty_code: ['37169', '37171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34823, lat: 36.47279 }, + }, + { + zip_code: '27127', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40511.0, + density: 525.6, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "87.9", "37057": "12.1"}', + coty_name: ['Forsyth', 'Davidson'], + cty_code: ['37067', '37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27894, lat: 36.01992 }, + }, + { + zip_code: '27332', + usps_city: 'Sanford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 30743.0, + density: 113.0, + primary_coty_code: '37105', + primary_coty_name: 'Lee', + county_weights: '{"37105": "60.22", "37085": "39.78"}', + coty_name: ['Lee', 'Harnett'], + cty_code: ['37105', '37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13603, lat: 35.37931 }, + }, + { + zip_code: '27608', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11203.0, + density: 1345.1, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64731, lat: 35.80903 }, + }, + { + zip_code: '27707', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 51414.0, + density: 932.3, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "99.54", "37135": "0.46"}', + coty_name: ['Durham', 'Orange'], + cty_code: ['37063', '37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95486, lat: 35.95474 }, + }, + { + zip_code: '27819', + usps_city: 'Conetoe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 89.0, + primary_coty_code: '37065', + primary_coty_name: 'Edgecombe', + county_weights: '{"37065": "100"}', + coty_name: ['Edgecombe'], + cty_code: ['37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.45488, lat: 35.81601 }, + }, + { + zip_code: '27828', + usps_city: 'Farmville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9834.0, + density: 49.4, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "87.98", "37079": "12.02"}', + coty_name: ['Pitt', 'Greene'], + cty_code: ['37147', '37079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.58796, lat: 35.5861 }, + }, + { + zip_code: '27857', + usps_city: 'Oak City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 6.3, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "100"}', + coty_name: ['Martin'], + cty_code: ['37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28627, lat: 35.97356 }, + }, + { + zip_code: '27888', + usps_city: 'Walstonburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2261.0, + density: 18.3, + primary_coty_code: '37079', + primary_coty_name: 'Greene', + county_weights: '{"37079": "93.36", "37147": "4.88", "37195": "1.76"}', + coty_name: ['Greene', 'Pitt', 'Wilson'], + cty_code: ['37079', '37147', '37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70497, lat: 35.58513 }, + }, + { + zip_code: '27947', + usps_city: 'Jarvisburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 40.3, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87756, lat: 36.20521 }, + }, + { + zip_code: '27981', + usps_city: 'Wanchese', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1732.0, + density: 84.7, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6415, lat: 35.85408 }, + }, + { + zip_code: '28052', + usps_city: 'Gastonia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35169.0, + density: 322.3, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23375, lat: 35.22379 }, + }, + { + zip_code: '28072', + usps_city: 'Granite Quarry', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1527.0, + density: 543.2, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44503, lat: 35.61397 }, + }, + { + zip_code: '28270', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 36086.0, + density: 1104.5, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76033, lat: 35.10982 }, + }, + { + zip_code: '28307', + usps_city: 'Fort Bragg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17065.0, + density: 563.3, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98501, lat: 35.13737 }, + }, + { + zip_code: '28325', + usps_city: 'Calypso', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 274.5, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "100"}', + coty_name: ['Duplin'], + cty_code: ['37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.1042, lat: 35.15392 }, + }, + { + zip_code: '28332', + usps_city: 'Dublin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 86.2, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "100"}', + coty_name: ['Bladen'], + cty_code: ['37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.73795, lat: 34.65911 }, + }, + { + zip_code: '28348', + usps_city: 'Hope Mills', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35721.0, + density: 310.7, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.91152, lat: 34.92635 }, + }, + { + zip_code: '28582', + usps_city: 'Stella', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2507.0, + density: 59.6, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "53.78", "37031": "46.22"}', + coty_name: ['Onslow', 'Carteret'], + cty_code: ['37133', '37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15031, lat: 34.75864 }, + }, + { + zip_code: '28623', + usps_city: 'Ennice', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 21.0, + primary_coty_code: '37005', + primary_coty_name: 'Alleghany', + county_weights: '{"37005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['37005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.97076, lat: 36.52964 }, + }, + { + zip_code: '28659', + usps_city: 'North Wilkesboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21457.0, + density: 81.2, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07622, lat: 36.16602 }, + }, + { + zip_code: '28663', + usps_city: 'Piney Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 13.6, + primary_coty_code: '37005', + primary_coty_name: 'Alleghany', + county_weights: '{"37005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['37005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30477, lat: 36.53905 }, + }, + { + zip_code: '28697', + usps_city: 'Wilkesboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13833.0, + density: 84.1, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.1651, lat: 36.13612 }, + }, + { + zip_code: '28725', + usps_city: 'Dillsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 36.8, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2603, lat: 35.3727 }, + }, + { + zip_code: '28746', + usps_city: 'Lake Lure', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2420.0, + density: 19.9, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16648, lat: 35.45947 }, + }, + { + zip_code: '28762', + usps_city: 'Old Fort', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7054.0, + density: 27.3, + primary_coty_code: '37111', + primary_coty_name: 'McDowell', + county_weights: '{"37111": "100"}', + coty_name: ['McDowell'], + cty_code: ['37111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19075, lat: 35.63368 }, + }, + { + zip_code: '28909', + usps_city: 'Warne', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 38.9, + primary_coty_code: '37043', + primary_coty_name: 'Clay', + county_weights: '{"37043": "100"}', + coty_name: ['Clay'], + cty_code: ['37043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90468, lat: 35.00171 }, + }, + { + zip_code: '29014', + usps_city: 'Blackstock', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1756.0, + density: 4.1, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "67", "45039": "33"}', + coty_name: ['Chester', 'Fairfield'], + cty_code: ['45023', '45039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13436, lat: 34.54461 }, + }, + { + zip_code: '29015', + usps_city: 'Blair', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1545.0, + density: 4.9, + primary_coty_code: '45039', + primary_coty_name: 'Fairfield', + county_weights: '{"45039": "100"}', + coty_name: ['Fairfield'], + cty_code: ['45039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33699, lat: 34.43967 }, + }, + { + zip_code: '29133', + usps_city: 'Rowesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 4.6, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81378, lat: 33.35637 }, + }, + { + zip_code: '29168', + usps_city: 'Wedgefield', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4131.0, + density: 14.0, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "100"}', + coty_name: ['Sumter'], + cty_code: ['45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55182, lat: 33.84861 }, + }, + { + zip_code: '29316', + usps_city: 'Boiling Springs', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26732.0, + density: 473.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97461, lat: 35.04116 }, + }, + { + zip_code: '29335', + usps_city: 'Enoree', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6159.0, + density: 26.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "85.71", "45059": "10.47", "45087": "3.82"}', + coty_name: ['Spartanburg', 'Laurens', 'Union'], + cty_code: ['45083', '45059', '45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9067, lat: 34.65756 }, + }, + { + zip_code: '29384', + usps_city: 'Waterloo', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4497.0, + density: 36.7, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "100"}', + coty_name: ['Laurens'], + cty_code: ['45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09153, lat: 34.34491 }, + }, + { + zip_code: '29410', + usps_city: 'Hanahan', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24225.0, + density: 893.3, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00272, lat: 32.93025 }, + }, + { + zip_code: '29418', + usps_city: 'North Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21460.0, + density: 614.4, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "77.03", "45035": "22.97"}', + coty_name: ['Charleston', 'Dorchester'], + cty_code: ['45019', '45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06476, lat: 32.88918 }, + }, + { + zip_code: '29448', + usps_city: 'Harleyville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2053.0, + density: 16.4, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "100"}', + coty_name: ['Dorchester'], + cty_code: ['45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44803, lat: 33.24786 }, + }, + { + zip_code: '29452', + usps_city: 'Jacksonboro', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 2.6, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46305, lat: 32.6804 }, + }, + { + zip_code: '29566', + usps_city: 'Little River', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17497.0, + density: 222.7, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.66322, lat: 33.87234 }, + }, + { + zip_code: '29570', + usps_city: 'McColl', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3538.0, + density: 28.5, + primary_coty_code: '45069', + primary_coty_name: 'Marlboro', + county_weights: '{"45069": "100"}', + coty_name: ['Marlboro'], + cty_code: ['45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.56063, lat: 34.67421 }, + }, + { + zip_code: '29582', + usps_city: 'North Myrtle Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16656.0, + density: 293.2, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.66109, lat: 33.83412 }, + }, + { + zip_code: '29601', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12438.0, + density: 1122.1, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4027, lat: 34.84777 }, + }, + { + zip_code: '29638', + usps_city: 'Donalds', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3349.0, + density: 21.8, + primary_coty_code: '45001', + primary_coty_name: 'Abbeville', + county_weights: '{"45001": "83.87", "45047": "16.13"}', + coty_name: ['Abbeville', 'Greenwood'], + cty_code: ['45001', '45047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33659, lat: 34.35948 }, + }, + { + zip_code: '29639', + usps_city: 'Due West', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1702.0, + density: 38.2, + primary_coty_code: '45001', + primary_coty_name: 'Abbeville', + county_weights: '{"45001": "100"}', + coty_name: ['Abbeville'], + cty_code: ['45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42482, lat: 34.30798 }, + }, + { + zip_code: '29665', + usps_city: 'Newry', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 350.9, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.91408, lat: 34.72475 }, + }, + { + zip_code: '29666', + usps_city: 'Ninety Six', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6381.0, + density: 20.0, + primary_coty_code: '45047', + primary_coty_name: 'Greenwood', + county_weights: '{"45047": "96.93", "45081": "3.07"}', + coty_name: ['Greenwood', 'Saluda'], + cty_code: ['45047', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99164, lat: 34.12232 }, + }, + { + zip_code: '29678', + usps_city: 'Seneca', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23079.0, + density: 112.7, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100", "45077": "0"}', + coty_name: ['Oconee', 'Pickens'], + cty_code: ['45073', '45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94107, lat: 34.63301 }, + }, + { + zip_code: '29690', + usps_city: 'Travelers Rest', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23318.0, + density: 85.0, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42151, lat: 35.0595 }, + }, + { + zip_code: '29717', + usps_city: 'Hickory Grove', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1606.0, + density: 16.2, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44316, lat: 34.95296 }, + }, + { + zip_code: '30067', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 46536.0, + density: 1213.3, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46149, lat: 33.93237 }, + }, + { + zip_code: '30071', + usps_city: 'Norcross', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25386.0, + density: 820.4, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20594, lat: 33.93943 }, + }, + { + zip_code: '30116', + usps_city: 'Carrollton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25169.0, + density: 95.0, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "100"}', + coty_name: ['Carroll'], + cty_code: ['13045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.01359, lat: 33.55092 }, + }, + { + zip_code: '30206', + usps_city: 'Concord', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3789.0, + density: 26.3, + primary_coty_code: '13231', + primary_coty_name: 'Pike', + county_weights: '{"13231": "100"}', + coty_name: ['Pike'], + cty_code: ['13231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46049, lat: 33.09433 }, + }, + { + zip_code: '30223', + usps_city: 'Griffin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36501.0, + density: 130.4, + primary_coty_code: '13255', + primary_coty_name: 'Spalding', + county_weights: '{"13255": "100"}', + coty_name: ['Spalding'], + cty_code: ['13255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27968, lat: 33.28629 }, + }, + { + zip_code: '30260', + usps_city: 'Morrow', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25368.0, + density: 868.9, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "100"}', + coty_name: ['Clayton'], + cty_code: ['13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32918, lat: 33.5849 }, + }, + { + zip_code: '30284', + usps_city: 'Sunny Side', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 426.8, + primary_coty_code: '13255', + primary_coty_name: 'Spalding', + county_weights: '{"13255": "100"}', + coty_name: ['Spalding'], + cty_code: ['13255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28945, lat: 33.34227 }, + }, + { + zip_code: '30292', + usps_city: 'Williamson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5650.0, + density: 37.5, + primary_coty_code: '13231', + primary_coty_name: 'Pike', + county_weights: '{"13231": "69.83", "13255": "30.17"}', + coty_name: ['Pike', 'Spalding'], + cty_code: ['13231', '13255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39456, lat: 33.17119 }, + }, + { + zip_code: '30313', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11415.0, + density: 3971.9, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39728, lat: 33.76448 }, + }, + { + zip_code: '30438', + usps_city: 'Manassas', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 29.2, + primary_coty_code: '13267', + primary_coty_name: 'Tattnall', + county_weights: '{"13267": "100"}', + coty_name: ['Tattnall'], + cty_code: ['13267'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01895, lat: 32.16402 }, + }, + { + zip_code: '30457', + usps_city: 'Soperton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5816.0, + density: 12.7, + primary_coty_code: '13283', + primary_coty_name: 'Treutlen', + county_weights: + '{"13283": "98.94", "13209": "0.48", "13107": "0.36", "13175": "0.22"}', + coty_name: ['Treutlen', 'Montgomery', 'Emanuel', 'Laurens'], + cty_code: ['13283', '13209', '13107', '13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5676, lat: 32.40041 }, + }, + { + zip_code: '30501', + usps_city: 'Gainesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 31127.0, + density: 548.4, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "100"}', + coty_name: ['Hall'], + cty_code: ['13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81615, lat: 34.31855 }, + }, + { + zip_code: '30624', + usps_city: 'Bowman', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3273.0, + density: 29.4, + primary_coty_code: '13105', + primary_coty_name: 'Elbert', + county_weights: '{"13105": "89.31", "13195": "6.2", "13147": "4.48"}', + coty_name: ['Elbert', 'Madison', 'Hart'], + cty_code: ['13105', '13195', '13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04685, lat: 34.18721 }, + }, + { + zip_code: '30627', + usps_city: 'Carlton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2418.0, + density: 7.5, + primary_coty_code: '13221', + primary_coty_name: 'Oglethorpe', + county_weights: '{"13221": "57.9", "13195": "42.1"}', + coty_name: ['Oglethorpe', 'Madison'], + cty_code: ['13221', '13195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96071, lat: 33.9755 }, + }, + { + zip_code: '30643', + usps_city: 'Hartwell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15166.0, + density: 50.7, + primary_coty_code: '13147', + primary_coty_name: 'Hart', + county_weights: '{"13147": "100"}', + coty_name: ['Hart'], + cty_code: ['13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.9088, lat: 34.36261 }, + }, + { + zip_code: '31012', + usps_city: 'Chester', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2963.0, + density: 21.0, + primary_coty_code: '13091', + primary_coty_name: 'Dodge', + county_weights: '{"13091": "89.53", "13023": "10.47"}', + coty_name: ['Dodge', 'Bleckley'], + cty_code: ['13091', '13023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.17562, lat: 32.39465 }, + }, + { + zip_code: '31019', + usps_city: 'Dexter', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2156.0, + density: 15.3, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "100"}', + coty_name: ['Laurens'], + cty_code: ['13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04998, lat: 32.42637 }, + }, + { + zip_code: '31021', + usps_city: 'Dublin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27976.0, + density: 45.1, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "100"}', + coty_name: ['Laurens'], + cty_code: ['13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93909, lat: 32.49306 }, + }, + { + zip_code: '31030', + usps_city: 'Fort Valley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17926.0, + density: 39.8, + primary_coty_code: '13225', + primary_coty_name: 'Peach', + county_weights: + '{"13225": "85.32", "13079": "13.81", "13193": "0.62", "13153": "0.25"}', + coty_name: ['Peach', 'Crawford', 'Macon', 'Houston'], + cty_code: ['13225', '13079', '13193', '13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89041, lat: 32.57032 }, + }, + { + zip_code: '31049', + usps_city: 'Kite', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1961.0, + density: 7.8, + primary_coty_code: '13167', + primary_coty_name: 'Johnson', + county_weights: '{"13167": "73.15", "13107": "26.85"}', + coty_name: ['Johnson', 'Emanuel'], + cty_code: ['13167', '13107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52366, lat: 32.68759 }, + }, + { + zip_code: '31061', + usps_city: 'Milledgeville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43123.0, + density: 70.4, + primary_coty_code: '13009', + primary_coty_name: 'Baldwin', + county_weights: + '{"13009": "98.02", "13237": "1.6", "13319": "0.18", "13141": "0.14", "13169": "0.07"}', + coty_name: ['Baldwin', 'Putnam', 'Wilkinson', 'Hancock', 'Jones'], + cty_code: ['13009', '13237', '13319', '13141', '13169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24655, lat: 33.07616 }, + }, + { + zip_code: '31079', + usps_city: 'Rochelle', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2212.0, + density: 7.6, + primary_coty_code: '13315', + primary_coty_name: 'Wilcox', + county_weights: '{"13315": "94.54", "13017": "5.46"}', + coty_name: ['Wilcox', 'Ben Hill'], + cty_code: ['13315', '13017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.46037, lat: 31.94087 }, + }, + { + zip_code: '31312', + usps_city: 'Guyton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20873.0, + density: 50.4, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "100"}', + coty_name: ['Effingham'], + cty_code: ['13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39869, lat: 32.31022 }, + }, + { + zip_code: '31404', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 32816.0, + density: 844.9, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04986, lat: 32.05398 }, + }, + { + zip_code: '31501', + usps_city: 'Waycross', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15441.0, + density: 451.7, + primary_coty_code: '13299', + primary_coty_name: 'Ware', + county_weights: '{"13299": "100"}', + coty_name: ['Ware'], + cty_code: ['13299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35061, lat: 31.22438 }, + }, + { + zip_code: '31623', + usps_city: 'Argyle', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 40.8, + primary_coty_code: '13065', + primary_coty_name: 'Clinch', + county_weights: '{"13065": "100"}', + coty_name: ['Clinch'], + cty_code: ['13065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64407, lat: 31.07443 }, + }, + { + zip_code: '31812', + usps_city: 'Junction City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 547.0, + density: 2.5, + primary_coty_code: '13263', + primary_coty_name: 'Talbot', + county_weights: '{"13263": "79.47", "13269": "20.53"}', + coty_name: ['Talbot', 'Taylor'], + cty_code: ['13263', '13269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41195, lat: 32.64406 }, + }, + { + zip_code: '32011', + usps_city: 'Callahan', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14509.0, + density: 32.3, + primary_coty_code: '12089', + primary_coty_name: 'Nassau', + county_weights: '{"12089": "100"}', + coty_name: ['Nassau'], + cty_code: ['12089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84037, lat: 30.57101 }, + }, + { + zip_code: '32043', + usps_city: 'Green Cove Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26743.0, + density: 50.9, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "99.3", "12107": "0.7"}', + coty_name: ['Clay', 'Putnam'], + cty_code: ['12019', '12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72972, lat: 29.93483 }, + }, + { + zip_code: '32137', + usps_city: 'Palm Coast', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 43876.0, + density: 286.9, + primary_coty_code: '12035', + primary_coty_name: 'Flagler', + county_weights: '{"12035": "100"}', + coty_name: ['Flagler'], + cty_code: ['12035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22272, lat: 29.57972 }, + }, + { + zip_code: '32139', + usps_city: 'Georgetown', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 971.0, + density: 31.1, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61594, lat: 29.37617 }, + }, + { + zip_code: '32180', + usps_city: 'Pierson', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4535.0, + density: 16.4, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "99.67", "12035": "0.33"}', + coty_name: ['Volusia', 'Flagler'], + cty_code: ['12127', '12035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44496, lat: 29.2233 }, + }, + { + zip_code: '32208', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30841.0, + density: 1024.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68254, lat: 30.39343 }, + }, + { + zip_code: '32259', + usps_city: 'Saint Johns', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52296.0, + density: 369.3, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58724, lat: 30.07586 }, + }, + { + zip_code: '32343', + usps_city: 'Midway', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3221.0, + density: 47.0, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47691, lat: 30.48489 }, + }, + { + zip_code: '32358', + usps_city: 'Sopchoppy', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2021.0, + density: 5.0, + primary_coty_code: '12129', + primary_coty_name: 'Wakulla', + county_weights: '{"12129": "96.08", "12037": "3.92"}', + coty_name: ['Wakulla', 'Franklin'], + cty_code: ['12129', '12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5603, lat: 30.11419 }, + }, + { + zip_code: '32511', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 1643.6, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29175, lat: 30.40606 }, + }, + { + zip_code: '32563', + usps_city: 'Gulf Breeze', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25912.0, + density: 601.9, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02732, lat: 30.39623 }, + }, + { + zip_code: '32616', + usps_city: 'Alachua', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1235.0, + density: 743.2, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49522, lat: 29.7886 }, + }, + { + zip_code: '32839', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52886.0, + density: 2728.3, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4071, lat: 28.48834 }, + }, + { + zip_code: '32935', + usps_city: 'Melbourne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41209.0, + density: 1234.8, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64846, lat: 28.14562 }, + }, + { + zip_code: '32958', + usps_city: 'Sebastian', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28617.0, + density: 395.9, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49117, lat: 27.79374 }, + }, + { + zip_code: '32970', + usps_city: 'Wabasso', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 129.9, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45311, lat: 27.75138 }, + }, + { + zip_code: '33014', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41924.0, + density: 2622.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30293, lat: 25.90433 }, + }, + { + zip_code: '33027', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 60679.0, + density: 1756.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34361, lat: 25.98245 }, + }, + { + zip_code: '33126', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52986.0, + density: 4074.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29886, lat: 25.77982 }, + }, + { + zip_code: '33135', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38920.0, + density: 6968.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23499, lat: 25.76645 }, + }, + { + zip_code: '33304', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18351.0, + density: 2230.3, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12161, lat: 26.13863 }, + }, + { + zip_code: '33330', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15793.0, + density: 594.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32174, lat: 26.05907 }, + }, + { + zip_code: '33412', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15472.0, + density: 128.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21262, lat: 26.80684 }, + }, + { + zip_code: '33435', + usps_city: 'Boynton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36166.0, + density: 2176.3, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06281, lat: 26.52511 }, + }, + { + zip_code: '33469', + usps_city: 'Jupiter', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14924.0, + density: 504.2, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "67.19", "12085": "32.81"}', + coty_name: ['Palm Beach', 'Martin'], + cty_code: ['12099', '12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10921, lat: 26.98421 }, + }, + { + zip_code: '33559', + usps_city: 'Lutz', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18473.0, + density: 564.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "52.97", "12101": "47.03"}', + coty_name: ['Hillsborough', 'Pasco'], + cty_code: ['12057', '12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41117, lat: 28.15525 }, + }, + { + zip_code: '33576', + usps_city: 'San Antonio', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4543.0, + density: 110.6, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32911, lat: 28.32589 }, + }, + { + zip_code: '33777', + usps_city: 'Seminole', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16748.0, + density: 1131.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75989, lat: 27.85329 }, + }, + { + zip_code: '33778', + usps_city: 'Largo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14582.0, + density: 1507.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79837, lat: 27.88265 }, + }, + { + zip_code: '33825', + usps_city: 'Avon Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26420.0, + density: 80.9, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "92.39", "12105": "7.32", "12049": "0.29"}', + coty_name: ['Highlands', 'Polk', 'Hardee'], + cty_code: ['12055', '12105', '12049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46502, lat: 27.6243 }, + }, + { + zip_code: '33838', + usps_city: 'Dundee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4358.0, + density: 287.3, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61364, lat: 28.02013 }, + }, + { + zip_code: '33884', + usps_city: 'Winter Haven', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32019.0, + density: 618.6, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67356, lat: 27.98101 }, + }, + { + zip_code: '33916', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24907.0, + density: 939.0, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83912, lat: 26.63434 }, + }, + { + zip_code: '33971', + usps_city: 'Lehigh Acres', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27941.0, + density: 640.8, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69917, lat: 26.63875 }, + }, + { + zip_code: '34232', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35240.0, + density: 1238.9, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.47235, lat: 27.32603 }, + }, + { + zip_code: '34610', + usps_city: 'Spring Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14698.0, + density: 84.1, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50006, lat: 28.38341 }, + }, + { + zip_code: '34748', + usps_city: 'Leesburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39977.0, + density: 355.5, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88185, lat: 28.76647 }, + }, + { + zip_code: '34987', + usps_city: 'Port Saint Lucie', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9717.0, + density: 36.7, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50115, lat: 27.28095 }, + }, + { + zip_code: '35023', + usps_city: 'Bessemer', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 23523.0, + density: 100.5, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.09265, lat: 33.46814 }, + }, + { + zip_code: '35043', + usps_city: 'Chelsea', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12153.0, + density: 102.3, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65872, lat: 33.31369 }, + }, + { + zip_code: '35121', + usps_city: 'Oneonta', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16123.0, + density: 43.3, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "99.26", "01115": "0.74"}', + coty_name: ['Blount', 'St. Clair'], + cty_code: ['01009', '01115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.45527, lat: 33.94125 }, + }, + { + zip_code: '35178', + usps_city: 'Vincent', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3202.0, + density: 21.7, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "77.21", "01115": "22.79"}', + coty_name: ['Shelby', 'St. Clair'], + cty_code: ['01117', '01115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.39876, lat: 33.41984 }, + }, + { + zip_code: '35209', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 28252.0, + density: 1164.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.81167, lat: 33.46529 }, + }, + { + zip_code: '35221', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4484.0, + density: 470.4, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89903, lat: 33.44954 }, + }, + { + zip_code: '35452', + usps_city: 'Coker', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3416.0, + density: 25.4, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68367, lat: 33.28174 }, + }, + { + zip_code: '35540', + usps_city: 'Addison', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 14.6, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: '{"01133": "98.34", "01043": "1.66"}', + coty_name: ['Winston', 'Cullman'], + cty_code: ['01133', '01043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.18817, lat: 34.23388 }, + }, + { + zip_code: '35651', + usps_city: 'Mount Hope', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1364.0, + density: 9.8, + primary_coty_code: '1079', + primary_coty_name: 'Lawrence', + county_weights: '{"01079": "100"}', + coty_name: ['Lawrence'], + cty_code: ['1079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.48741, lat: 34.46688 }, + }, + { + zip_code: '35677', + usps_city: 'Waterloo', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1593.0, + density: 5.6, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['1077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02709, lat: 34.95503 }, + }, + { + zip_code: '35768', + usps_city: 'Scottsboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11473.0, + density: 26.2, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.10539, lat: 34.7711 }, + }, + { + zip_code: '35907', + usps_city: 'Gadsden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8589.0, + density: 148.9, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "100"}', + coty_name: ['Etowah'], + cty_code: ['1055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.02444, lat: 33.8979 }, + }, + { + zip_code: '35986', + usps_city: 'Rainsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7968.0, + density: 68.0, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.84036, lat: 34.50328 }, + }, + { + zip_code: '35989', + usps_city: 'Valley Head', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3831.0, + density: 24.4, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.63124, lat: 34.60743 }, + }, + { + zip_code: '36088', + usps_city: 'Tuskegee Institute', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4646.0, + density: 535.7, + primary_coty_code: '1087', + primary_coty_name: 'Macon', + county_weights: '{"01087": "100"}', + coty_name: ['Macon'], + cty_code: ['1087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.71784, lat: 32.41686 }, + }, + { + zip_code: '36205', + usps_city: 'Anniston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1027.0, + density: 92.1, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.79495, lat: 33.71723 }, + }, + { + zip_code: '36207', + usps_city: 'Anniston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19614.0, + density: 102.6, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100", "01029": "0"}', + coty_name: ['Calhoun', 'Cleburne'], + cty_code: ['01015', '01029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.71375, lat: 33.68026 }, + }, + { + zip_code: '36264', + usps_city: 'Heflin', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8305.0, + density: 13.6, + primary_coty_code: '1029', + primary_coty_name: 'Cleburne', + county_weights: '{"01029": "95.06", "01111": "4.94"}', + coty_name: ['Cleburne', 'Randolph'], + cty_code: ['01029', '01111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.53865, lat: 33.59501 }, + }, + { + zip_code: '36280', + usps_city: 'Woodland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4332.0, + density: 13.5, + primary_coty_code: '1111', + primary_coty_name: 'Randolph', + county_weights: '{"01111": "100"}', + coty_name: ['Randolph'], + cty_code: ['1111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.38695, lat: 33.38185 }, + }, + { + zip_code: '36473', + usps_city: 'Range', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 6.4, + primary_coty_code: '1035', + primary_coty_name: 'Conecuh', + county_weights: '{"01035": "100"}', + coty_name: ['Conecuh'], + cty_code: ['1035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.21362, lat: 31.30577 }, + }, + { + zip_code: '36509', + usps_city: 'Bayou La Batre', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2054.0, + density: 121.2, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26155, lat: 30.40204 }, + }, + { + zip_code: '36877', + usps_city: 'Smiths Station', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12848.0, + density: 120.3, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "100"}', + coty_name: ['Lee'], + cty_code: ['1081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.09875, lat: 32.55869 }, + }, + { + zip_code: '37067', + usps_city: 'Franklin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 29543.0, + density: 362.9, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "100"}', + coty_name: ['Williamson'], + cty_code: ['47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.77838, lat: 35.91374 }, + }, + { + zip_code: '37096', + usps_city: 'Linden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5649.0, + density: 7.4, + primary_coty_code: '47135', + primary_coty_name: 'Perry', + county_weights: '{"47135": "99.8", "47181": "0.2"}', + coty_name: ['Perry', 'Wayne'], + cty_code: ['47135', '47181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86553, lat: 35.60376 }, + }, + { + zip_code: '37167', + usps_city: 'Smyrna', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 59514.0, + density: 399.3, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.53269, lat: 35.95857 }, + }, + { + zip_code: '37207', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39544.0, + density: 803.2, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.77655, lat: 36.23282 }, + }, + { + zip_code: '37334', + usps_city: 'Fayetteville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22909.0, + density: 34.8, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "97.95", "47127": "1.86", "47003": "0.18"}', + coty_name: ['Lincoln', 'Moore', 'Bedford'], + cty_code: ['47103', '47127', '47003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.5811, lat: 35.16682 }, + }, + { + zip_code: '37342', + usps_city: 'Hillsboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4137.0, + density: 20.7, + primary_coty_code: '47031', + primary_coty_name: 'Coffee', + county_weights: '{"47031": "100"}', + coty_name: ['Coffee'], + cty_code: ['47031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.94763, lat: 35.38825 }, + }, + { + zip_code: '37398', + usps_city: 'Winchester', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15125.0, + density: 55.6, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "99.18", "47127": "0.82"}', + coty_name: ['Franklin', 'Moore'], + cty_code: ['47051', '47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.13986, lat: 35.18375 }, + }, + { + zip_code: '37416', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15239.0, + density: 517.6, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.17662, lat: 35.10444 }, + }, + { + zip_code: '37711', + usps_city: 'Bulls Gap', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4845.0, + density: 34.1, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "68.08", "47059": "30.43", "47063": "1.49"}', + coty_name: ['Hawkins', 'Greene', 'Hamblen'], + cty_code: ['47073', '47059', '47063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03736, lat: 36.28318 }, + }, + { + zip_code: '37752', + usps_city: 'Harrogate', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6496.0, + density: 48.6, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "98.59", "47067": "1.41"}', + coty_name: ['Claiborne', 'Hancock'], + cty_code: ['47025', '47067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53979, lat: 36.56934 }, + }, + { + zip_code: '37774', + usps_city: 'Loudon', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 18503.0, + density: 81.7, + primary_coty_code: '47105', + primary_coty_name: 'Loudon', + county_weights: '{"47105": "93.17", "47145": "6.09", "47123": "0.74"}', + coty_name: ['Loudon', 'Roane', 'Monroe'], + cty_code: ['47105', '47145', '47123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35411, lat: 35.7304 }, + }, + { + zip_code: '37846', + usps_city: 'Philadelphia', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4400.0, + density: 22.9, + primary_coty_code: '47105', + primary_coty_name: 'Loudon', + county_weights: + '{"47105": "40.38", "47123": "30.52", "47145": "27", "47107": "2.11"}', + coty_name: ['Loudon', 'Monroe', 'Roane', 'McMinn'], + cty_code: ['47105', '47123', '47145', '47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48497, lat: 35.68052 }, + }, + { + zip_code: '37877', + usps_city: 'Talbott', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8984.0, + density: 134.6, + primary_coty_code: '47063', + primary_coty_name: 'Hamblen', + county_weights: '{"47063": "62.39", "47089": "37.61"}', + coty_name: ['Hamblen', 'Jefferson'], + cty_code: ['47063', '47089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.40305, lat: 36.15098 }, + }, + { + zip_code: '37914', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 19330.0, + density: 187.6, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79919, lat: 35.9796 }, + }, + { + zip_code: '37934', + usps_city: 'Farragut', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26604.0, + density: 588.3, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17913, lat: 35.87289 }, + }, + { + zip_code: '38067', + usps_city: 'Saulsbury', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 6.8, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "100"}', + coty_name: ['Hardeman'], + cty_code: ['47069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04265, lat: 35.09286 }, + }, + { + zip_code: '38342', + usps_city: 'Hollow Rock', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1450.0, + density: 16.2, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28376, lat: 36.10499 }, + }, + { + zip_code: '38460', + usps_city: 'Goodspring', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1422.0, + density: 16.5, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "100"}', + coty_name: ['Giles'], + cty_code: ['47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.15322, lat: 35.08864 }, + }, + { + zip_code: '38462', + usps_city: 'Hohenwald', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10281.0, + density: 20.0, + primary_coty_code: '47101', + primary_coty_name: 'Lewis', + county_weights: '{"47101": "99.47", "47081": "0.53"}', + coty_name: ['Lewis', 'Hickman'], + cty_code: ['47101', '47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55161, lat: 35.5311 }, + }, + { + zip_code: '38548', + usps_city: 'Buffalo Valley', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 13.4, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: '{"47141": "61.56", "47159": "38.44"}', + coty_name: ['Putnam', 'Smith'], + cty_code: ['47141', '47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.79151, lat: 36.17047 }, + }, + { + zip_code: '38671', + usps_city: 'Southaven', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 37456.0, + density: 650.3, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9997, lat: 34.96564 }, + }, + { + zip_code: '38672', + usps_city: 'Southaven', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 14641.0, + density: 432.8, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94861, lat: 34.93787 }, + }, + { + zip_code: '38704', + usps_city: 'Greenville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2.0, + density: 0.7, + primary_coty_code: '28055', + primary_coty_name: 'Issaquena', + county_weights: '{"28055": "100"}', + coty_name: ['Issaquena'], + cty_code: ['28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02129, lat: 33.00716 }, + }, + { + zip_code: '38858', + usps_city: 'Nettleton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7275.0, + density: 22.2, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "44.01", "28081": "34.63", "28057": "21.36"}', + coty_name: ['Monroe', 'Lee', 'Itawamba'], + cty_code: ['28095', '28081', '28057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54372, lat: 34.0997 }, + }, + { + zip_code: '38860', + usps_city: 'Okolona', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6248.0, + density: 18.5, + primary_coty_code: '28017', + primary_coty_name: 'Chickasaw', + county_weights: '{"28017": "83.67", "28095": "13.33", "28081": "3"}', + coty_name: ['Chickasaw', 'Monroe', 'Lee'], + cty_code: ['28017', '28095', '28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76376, lat: 33.96936 }, + }, + { + zip_code: '38862', + usps_city: 'Plantersville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2623.0, + density: 34.2, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "100"}', + coty_name: ['Lee'], + cty_code: ['28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62123, lat: 34.16941 }, + }, + { + zip_code: '38944', + usps_city: 'Minter City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 1.5, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "100"}', + coty_name: ['Leflore'], + cty_code: ['28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34392, lat: 33.75886 }, + }, + { + zip_code: '39088', + usps_city: 'Holly Bluff', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 0.8, + primary_coty_code: '28163', + primary_coty_name: 'Yazoo', + county_weights: '{"28163": "74.07", "28125": "25.93"}', + coty_name: ['Yazoo', 'Sharkey'], + cty_code: ['28163', '28125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73824, lat: 32.74331 }, + }, + { + zip_code: '39092', + usps_city: 'Lake', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 9.2, + primary_coty_code: '28123', + primary_coty_name: 'Scott', + county_weights: '{"28123": "80.13", "28101": "19.22", "28129": "0.65"}', + coty_name: ['Scott', 'Newton', 'Smith'], + cty_code: ['28123', '28101', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37365, lat: 32.31614 }, + }, + { + zip_code: '39338', + usps_city: 'Louin', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4375.0, + density: 7.5, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "79.87", "28129": "20.13"}', + coty_name: ['Jasper', 'Smith'], + cty_code: ['28061', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22514, lat: 32.11472 }, + }, + { + zip_code: '39339', + usps_city: 'Louisville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 14378.0, + density: 14.6, + primary_coty_code: '28159', + primary_coty_name: 'Winston', + county_weights: '{"28159": "100"}', + coty_name: ['Winston'], + cty_code: ['28159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00835, lat: 33.10146 }, + }, + { + zip_code: '39354', + usps_city: 'Preston', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3005.0, + density: 9.1, + primary_coty_code: '28069', + primary_coty_name: 'Kemper', + county_weights: + '{"28069": "70.96", "28159": "22.06", "28099": "5.21", "28103": "1.77"}', + coty_name: ['Kemper', 'Winston', 'Neshoba', 'Noxubee'], + cty_code: ['28069', '28159', '28099', '28103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83184, lat: 32.88007 }, + }, + { + zip_code: '39532', + usps_city: 'Biloxi', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 37270.0, + density: 182.3, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "71.6", "28059": "28.4"}', + coty_name: ['Harrison', 'Jackson'], + cty_code: ['28047', '28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96513, lat: 30.49403 }, + }, + { + zip_code: '39564', + usps_city: 'Ocean Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 41544.0, + density: 302.1, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "100"}', + coty_name: ['Jackson'], + cty_code: ['28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75452, lat: 30.40499 }, + }, + { + zip_code: '39629', + usps_city: 'Bogue Chitto', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6943.0, + density: 17.2, + primary_coty_code: '28085', + primary_coty_name: 'Lincoln', + county_weights: '{"28085": "100"}', + coty_name: ['Lincoln'], + cty_code: ['28085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45855, lat: 31.43776 }, + }, + { + zip_code: '39631', + usps_city: 'Centreville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3229.0, + density: 8.2, + primary_coty_code: '28157', + primary_coty_name: 'Wilkinson', + county_weights: '{"28157": "78.91", "28005": "21.09"}', + coty_name: ['Wilkinson', 'Amite'], + cty_code: ['28157', '28005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09725, lat: 31.07762 }, + }, + { + zip_code: '39744', + usps_city: 'Eupora', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5384.0, + density: 8.2, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: '{"28155": "91.66", "28019": "7.71", "28013": "0.63"}', + coty_name: ['Webster', 'Choctaw', 'Calhoun'], + cty_code: ['28155', '28019', '28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30713, lat: 33.58209 }, + }, + { + zip_code: '39755', + usps_city: 'Pheba', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 4.0, + primary_coty_code: '28025', + primary_coty_name: 'Clay', + county_weights: '{"28025": "81.64", "28105": "18.36"}', + coty_name: ['Clay', 'Oktibbeha'], + cty_code: ['28025', '28105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.95385, lat: 33.61192 }, + }, + { + zip_code: '40347', + usps_city: 'Midway', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3069.0, + density: 33.9, + primary_coty_code: '21239', + primary_coty_name: 'Woodford', + county_weights: '{"21239": "83.77", "21209": "13.91", "21073": "2.31"}', + coty_name: ['Woodford', 'Scott', 'Franklin'], + cty_code: ['21239', '21209', '21073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7156, lat: 38.15843 }, + }, + { + zip_code: '40351', + usps_city: 'Morehead', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 21354.0, + density: 33.3, + primary_coty_code: '21205', + primary_coty_name: 'Rowan', + county_weights: '{"21205": "99.32", "21063": "0.39", "21043": "0.29"}', + coty_name: ['Rowan', 'Elliott', 'Carter'], + cty_code: ['21205', '21063', '21043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4164, lat: 38.20548 }, + }, + { + zip_code: '40914', + usps_city: 'Big Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 12.0, + primary_coty_code: '21051', + primary_coty_name: 'Clay', + county_weights: '{"21051": "100"}', + coty_name: ['Clay'], + cty_code: ['21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57059, lat: 37.10465 }, + }, + { + zip_code: '40939', + usps_city: 'Fourmile', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 14.0, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71287, lat: 36.81095 }, + }, + { + zip_code: '41146', + usps_city: 'Hitchins', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 45.6, + primary_coty_code: '21043', + primary_coty_name: 'Carter', + county_weights: '{"21043": "100"}', + coty_name: ['Carter'], + cty_code: ['21043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89823, lat: 38.27656 }, + }, + { + zip_code: '41166', + usps_city: 'Quincy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1329.0, + density: 23.8, + primary_coty_code: '21135', + primary_coty_name: 'Lewis', + county_weights: '{"21135": "100"}', + coty_name: ['Lewis'], + cty_code: ['21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09222, lat: 38.63741 }, + }, + { + zip_code: '41219', + usps_city: 'Flatgap', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1793.0, + density: 15.2, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.90765, lat: 37.92816 }, + }, + { + zip_code: '41257', + usps_city: 'Stambaugh', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 665.0, + density: 43.1, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79667, lat: 37.92993 }, + }, + { + zip_code: '41268', + usps_city: 'West Van Lear', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 613.1, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78498, lat: 37.78867 }, + }, + { + zip_code: '41472', + usps_city: 'West Liberty', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10273.0, + density: 14.4, + primary_coty_code: '21175', + primary_coty_name: 'Morgan', + county_weights: '{"21175": "98.88", "21063": "1.12"}', + coty_name: ['Morgan', 'Elliott'], + cty_code: ['21175', '21063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21962, lat: 37.94287 }, + }, + { + zip_code: '41513', + usps_city: 'Belcher', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 15.3, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34252, lat: 37.3493 }, + }, + { + zip_code: '41558', + usps_city: 'Ransom', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 21.5, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.20922, lat: 37.53859 }, + }, + { + zip_code: '41566', + usps_city: 'Steele', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 856.0, + density: 24.2, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2015, lat: 37.40347 }, + }, + { + zip_code: '41640', + usps_city: 'Hueysville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 8.2, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "81.53", "21119": "17.13", "21153": "1.34"}', + coty_name: ['Floyd', 'Knott', 'Magoffin'], + cty_code: ['21071', '21119', '21153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94522, lat: 37.47755 }, + }, + { + zip_code: '41835', + usps_city: 'McRoberts', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 901.0, + density: 58.6, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66952, lat: 37.21209 }, + }, + { + zip_code: '42035', + usps_city: 'Cunningham', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 12.5, + primary_coty_code: '21039', + primary_coty_name: 'Carlisle', + county_weights: '{"21039": "86.99", "21083": "13.01"}', + coty_name: ['Carlisle', 'Graves'], + cty_code: ['21039', '21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84197, lat: 36.90497 }, + }, + { + zip_code: '42041', + usps_city: 'Fulton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4506.0, + density: 15.8, + primary_coty_code: '21075', + primary_coty_name: 'Fulton', + county_weights: '{"21075": "76.49", "21083": "12.62", "21105": "10.89"}', + coty_name: ['Fulton', 'Graves', 'Hickman'], + cty_code: ['21075', '21083', '21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87483, lat: 36.54755 }, + }, + { + zip_code: '42048', + usps_city: 'Hardin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1641.0, + density: 24.1, + primary_coty_code: '21157', + primary_coty_name: 'Marshall', + county_weights: '{"21157": "97.3", "21035": "2.7"}', + coty_name: ['Marshall', 'Calloway'], + cty_code: ['21157', '21035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.228, lat: 36.76673 }, + }, + { + zip_code: '42050', + usps_city: 'Hickman', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2794.0, + density: 9.3, + primary_coty_code: '21075', + primary_coty_name: 'Fulton', + county_weights: '{"21075": "100"}', + coty_name: ['Fulton'], + cty_code: ['21075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22078, lat: 36.55193 }, + }, + { + zip_code: '42071', + usps_city: 'Murray', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 31762.0, + density: 57.8, + primary_coty_code: '21035', + primary_coty_name: 'Calloway', + county_weights: '{"21035": "99.97", "21083": "0.03"}', + coty_name: ['Calloway', 'Graves'], + cty_code: ['21035', '21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2839, lat: 36.62034 }, + }, + { + zip_code: '42129', + usps_city: 'Edmonton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6657.0, + density: 12.7, + primary_coty_code: '21169', + primary_coty_name: 'Metcalfe', + county_weights: '{"21169": "96.21", "21001": "3.64", "21057": "0.14"}', + coty_name: ['Metcalfe', 'Adair', 'Cumberland'], + cty_code: ['21169', '21001', '21057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.58874, lat: 36.99117 }, + }, + { + zip_code: '42141', + usps_city: 'Glasgow', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 31812.0, + density: 44.2, + primary_coty_code: '21009', + primary_coty_name: 'Barren', + county_weights: '{"21009": "100"}', + coty_name: ['Barren'], + cty_code: ['21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.91659, lat: 36.94755 }, + }, + { + zip_code: '42223', + usps_city: 'Fort Campbell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20311.0, + density: 517.7, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "68.99", "47125": "31.01"}', + coty_name: ['Christian', 'Montgomery'], + cty_code: ['21047', '47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.46282, lat: 36.62825 }, + }, + { + zip_code: '42352', + usps_city: 'Livermore', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1916.0, + density: 32.5, + primary_coty_code: '21149', + primary_coty_name: 'McLean', + county_weights: '{"21149": "95.24", "21183": "4.76"}', + coty_name: ['McLean', 'Ohio'], + cty_code: ['21149', '21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08144, lat: 37.51496 }, + }, + { + zip_code: '42450', + usps_city: 'Providence', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3956.0, + density: 25.6, + primary_coty_code: '21233', + primary_coty_name: 'Webster', + county_weights: '{"21233": "93.7", "21107": "5.12", "21055": "1.18"}', + coty_name: ['Webster', 'Hopkins', 'Crittenden'], + cty_code: ['21233', '21107', '21055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76331, lat: 37.39614 }, + }, + { + zip_code: '42717', + usps_city: 'Burkesville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6611.0, + density: 8.5, + primary_coty_code: '21057', + primary_coty_name: 'Cumberland', + county_weights: '{"21057": "99.71", "21053": "0.29"}', + coty_name: ['Cumberland', 'Clinton'], + cty_code: ['21057', '21053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.37894, lat: 36.78188 }, + }, + { + zip_code: '43103', + usps_city: 'Ashville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11218.0, + density: 51.9, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "100"}', + coty_name: ['Pickaway'], + cty_code: ['39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93543, lat: 39.7257 }, + }, + { + zip_code: '43127', + usps_city: 'Haydenville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 201.4, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "100"}', + coty_name: ['Hocking'], + cty_code: ['39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32422, lat: 39.48052 }, + }, + { + zip_code: '43207', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 46717.0, + density: 774.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.9629, lat: 39.89583 }, + }, + { + zip_code: '43322', + usps_city: 'Green Camp', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 336.0, + density: 399.1, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "100"}', + coty_name: ['Marion'], + cty_code: ['39101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20788, lat: 40.53226 }, + }, + { + zip_code: '43337', + usps_city: 'Morral', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 11.8, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "95.4", "39175": "4.6"}', + coty_name: ['Marion', 'Wyandot'], + cty_code: ['39101', '39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24152, lat: 40.682 }, + }, + { + zip_code: '43468', + usps_city: 'Williston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 216.0, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34147, lat: 41.59788 }, + }, + { + zip_code: '43537', + usps_city: 'Maumee', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27145.0, + density: 572.6, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68551, lat: 41.57468 }, + }, + { + zip_code: '43605', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25610.0, + density: 1401.0, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "99.36", "39173": "0.64"}', + coty_name: ['Lucas', 'Wood'], + cty_code: ['39095', '39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50669, lat: 41.64825 }, + }, + { + zip_code: '43611', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18241.0, + density: 1015.5, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.49138, lat: 41.70313 }, + }, + { + zip_code: '43786', + usps_city: 'Stafford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 45.3, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27699, lat: 39.71045 }, + }, + { + zip_code: '43934', + usps_city: 'Lansing', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 797.1, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78999, lat: 40.07815 }, + }, + { + zip_code: '44011', + usps_city: 'Avon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22999.0, + density: 426.8, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01872, lat: 41.44845 }, + }, + { + zip_code: '44040', + usps_city: 'Gates Mills', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2851.0, + density: 114.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41101, lat: 41.53204 }, + }, + { + zip_code: '44054', + usps_city: 'Sheffield Lake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12647.0, + density: 390.4, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09318, lat: 41.46438 }, + }, + { + zip_code: '44203', + usps_city: 'Barberton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 40445.0, + density: 446.4, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "99.69", "39103": "0.31"}', + coty_name: ['Summit', 'Medina'], + cty_code: ['39153', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62891, lat: 41.02056 }, + }, + { + zip_code: '44236', + usps_city: 'Hudson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25426.0, + density: 288.2, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "99.32", "39133": "0.68"}', + coty_name: ['Summit', 'Portage'], + cty_code: ['39153', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.45094, lat: 41.24769 }, + }, + { + zip_code: '44243', + usps_city: 'Kent', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4914.0, + density: 3923.9, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34119, lat: 41.14798 }, + }, + { + zip_code: '44276', + usps_city: 'Sterling', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1899.0, + density: 38.7, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "100"}', + coty_name: ['Wayne'], + cty_code: ['39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83617, lat: 40.93616 }, + }, + { + zip_code: '44308', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 871.0, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51709, lat: 41.08164 }, + }, + { + zip_code: '44506', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2853.0, + density: 611.5, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62606, lat: 41.09355 }, + }, + { + zip_code: '44509', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12370.0, + density: 874.8, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69644, lat: 41.10805 }, + }, + { + zip_code: '44608', + usps_city: 'Beach City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2242.0, + density: 39.9, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "83.95", "39157": "16.05"}', + coty_name: ['Stark', 'Tuscarawas'], + cty_code: ['39151', '39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59493, lat: 40.65394 }, + }, + { + zip_code: '44626', + usps_city: 'East Sparta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2811.0, + density: 39.5, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "98.56", "39157": "1.44"}', + coty_name: ['Stark', 'Tuscarawas'], + cty_code: ['39151', '39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38377, lat: 40.68963 }, + }, + { + zip_code: '44629', + usps_city: 'Gnadenhutten', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2541.0, + density: 47.9, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44614, lat: 40.35645 }, + }, + { + zip_code: '44718', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11910.0, + density: 559.1, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44747, lat: 40.85116 }, + }, + { + zip_code: '44802', + usps_city: 'Alvada', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 14.0, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "56.88", "39063": "43.12"}', + coty_name: ['Seneca', 'Hancock'], + cty_code: ['39147', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41945, lat: 41.04566 }, + }, + { + zip_code: '44805', + usps_city: 'Ashland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33290.0, + density: 83.9, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "98.69", "39139": "1.31"}', + coty_name: ['Ashland', 'Richland'], + cty_code: ['39005', '39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.31688, lat: 40.87291 }, + }, + { + zip_code: '44841', + usps_city: 'Kansas', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 775.0, + density: 15.7, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "65.92", "39143": "34.08"}', + coty_name: ['Seneca', 'Sandusky'], + cty_code: ['39147', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30611, lat: 41.25124 }, + }, + { + zip_code: '44854', + usps_city: 'New Washington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1639.0, + density: 16.3, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "100"}', + coty_name: ['Crawford'], + cty_code: ['39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8551, lat: 40.94343 }, + }, + { + zip_code: '44857', + usps_city: 'Norwalk', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 23303.0, + density: 108.3, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "98.7", "39043": "1.3"}', + coty_name: ['Huron', 'Erie'], + cty_code: ['39077', '39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58239, lat: 41.2185 }, + }, + { + zip_code: '44882', + usps_city: 'Sycamore', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2839.0, + density: 14.9, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "70.78", "39033": "23.99", "39147": "5.23"}', + coty_name: ['Wyandot', 'Crawford', 'Seneca'], + cty_code: ['39175', '39033', '39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13513, lat: 40.9476 }, + }, + { + zip_code: '44904', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13427.0, + density: 101.1, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "90.63", "39117": "9.37"}', + coty_name: ['Richland', 'Morrow'], + cty_code: ['39139', '39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61294, lat: 40.66547 }, + }, + { + zip_code: '45068', + usps_city: 'Waynesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11719.0, + density: 68.5, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "98.2", "39057": "1.42", "39027": "0.38"}', + coty_name: ['Warren', 'Greene', 'Clinton'], + cty_code: ['39165', '39057', '39027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06357, lat: 39.52618 }, + }, + { + zip_code: '45155', + usps_city: 'Mowrystown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 271.3, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "100"}', + coty_name: ['Highland'], + cty_code: ['39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.75158, lat: 39.03989 }, + }, + { + zip_code: '45243', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15079.0, + density: 299.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34177, lat: 39.18379 }, + }, + { + zip_code: '45308', + usps_city: 'Bradford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4518.0, + density: 34.1, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "61.13", "39109": "38.87"}', + coty_name: ['Darke', 'Miami'], + cty_code: ['39037', '39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4574, lat: 40.12549 }, + }, + { + zip_code: '45323', + usps_city: 'Enon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4947.0, + density: 301.4, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92759, lat: 39.84989 }, + }, + { + zip_code: '45405', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16793.0, + density: 1647.8, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21588, lat: 39.79241 }, + }, + { + zip_code: '45621', + usps_city: 'Coalton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 354.4, + primary_coty_code: '39079', + primary_coty_name: 'Jackson', + county_weights: '{"39079": "100"}', + coty_name: ['Jackson'], + cty_code: ['39079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60761, lat: 39.11071 }, + }, + { + zip_code: '45648', + usps_city: 'Lucasville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13143.0, + density: 35.7, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "86.52", "39131": "13.48"}', + coty_name: ['Scioto', 'Pike'], + cty_code: ['39145', '39131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0151, lat: 38.92058 }, + }, + { + zip_code: '45744', + usps_city: 'Lowell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2746.0, + density: 19.5, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "98.53", "39121": "1.47"}', + coty_name: ['Washington', 'Noble'], + cty_code: ['39167', '39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50407, lat: 39.53769 }, + }, + { + zip_code: '45813', + usps_city: 'Antwerp', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3522.0, + density: 24.8, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "99.32", "39039": "0.68"}', + coty_name: ['Paulding', 'Defiance'], + cty_code: ['39125', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73112, lat: 41.18986 }, + }, + { + zip_code: '45841', + usps_city: 'Jenera', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 13.4, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.73719, lat: 40.87455 }, + }, + { + zip_code: '45851', + usps_city: 'Haviland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 839.0, + density: 9.6, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "100"}', + coty_name: ['Paulding'], + cty_code: ['39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60004, lat: 41.03234 }, + }, + { + zip_code: '46107', + usps_city: 'Beech Grove', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13081.0, + density: 1537.0, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.09147, lat: 39.71654 }, + }, + { + zip_code: '46126', + usps_city: 'Fairland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4956.0, + density: 58.6, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "100"}', + coty_name: ['Shelby'], + cty_code: ['18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.88837, lat: 39.62051 }, + }, + { + zip_code: '46128', + usps_city: 'Fillmore', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1824.0, + density: 20.1, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "100"}', + coty_name: ['Putnam'], + cty_code: ['18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.74283, lat: 39.65568 }, + }, + { + zip_code: '46150', + usps_city: 'Manilla', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1147.0, + density: 18.0, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "86.26", "18145": "13.74"}', + coty_name: ['Rush', 'Shelby'], + cty_code: ['18139', '18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.60236, lat: 39.54485 }, + }, + { + zip_code: '46157', + usps_city: 'Monrovia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4103.0, + density: 49.7, + primary_coty_code: '18109', + primary_coty_name: 'Morgan', + county_weights: '{"18109": "100"}', + coty_name: ['Morgan'], + cty_code: ['18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.52815, lat: 39.55463 }, + }, + { + zip_code: '46182', + usps_city: 'Waldron', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1526.0, + density: 16.7, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "94.5", "18139": "5.5"}', + coty_name: ['Shelby', 'Rush'], + cty_code: ['18145', '18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.66926, lat: 39.46133 }, + }, + { + zip_code: '46311', + usps_city: 'Dyer', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21632.0, + density: 613.5, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50897, lat: 41.46533 }, + }, + { + zip_code: '46390', + usps_city: 'Wanatah', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3327.0, + density: 26.1, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "99.82", "18127": "0.18"}', + coty_name: ['LaPorte', 'Porter'], + cty_code: ['18091', '18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87487, lat: 41.41682 }, + }, + { + zip_code: '46567', + usps_city: 'Syracuse', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9162.0, + density: 63.6, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "87.18", "18039": "12.82"}', + coty_name: ['Kosciusko', 'Elkhart'], + cty_code: ['18085', '18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.73106, lat: 41.41348 }, + }, + { + zip_code: '46573', + usps_city: 'Wakarusa', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3812.0, + density: 43.1, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "85.92", "18141": "14.08"}', + coty_name: ['Elkhart', 'St. Joseph'], + cty_code: ['18039', '18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.06023, lat: 41.53986 }, + }, + { + zip_code: '46803', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9425.0, + density: 551.2, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.0886, lat: 41.07084 }, + }, + { + zip_code: '46913', + usps_city: 'Bringhurst', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1048.0, + density: 12.3, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "100"}', + coty_name: ['Carroll'], + cty_code: ['18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.50356, lat: 40.50298 }, + }, + { + zip_code: '46947', + usps_city: 'Logansport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27830.0, + density: 58.0, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "99.41", "18015": "0.59"}', + coty_name: ['Cass', 'Carroll'], + cty_code: ['18017', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.37642, lat: 40.76005 }, + }, + { + zip_code: '46985', + usps_city: 'Star City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1438.0, + density: 7.9, + primary_coty_code: '18131', + primary_coty_name: 'Pulaski', + county_weights: '{"18131": "97.43", "18181": "2.57"}', + coty_name: ['Pulaski', 'White'], + cty_code: ['18131', '18181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Winamac', + geo_point_2d: { lon: -86.57828, lat: 40.95286 }, + }, + { + zip_code: '47117', + usps_city: 'Elizabeth', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4531.0, + density: 21.0, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "96.12", "18043": "3.88"}', + coty_name: ['Harrison', 'Floyd'], + cty_code: ['18061', '18043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.97309, lat: 38.10535 }, + }, + { + zip_code: '47164', + usps_city: 'Palmyra', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4115.0, + density: 45.3, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "80.55", "18175": "19.45"}', + coty_name: ['Harrison', 'Washington'], + cty_code: ['18061', '18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.09273, lat: 38.40416 }, + }, + { + zip_code: '47177', + usps_city: 'Underwood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 28.7, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "55.53", "18143": "44.47"}', + coty_name: ['Clark', 'Scott'], + cty_code: ['18019', '18143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.78269, lat: 38.60072 }, + }, + { + zip_code: '47244', + usps_city: 'Hartsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 16.1, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "89.69", "18031": "10.31"}', + coty_name: ['Bartholomew', 'Decatur'], + cty_code: ['18005', '18031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.70149, lat: 39.21913 }, + }, + { + zip_code: '47401', + usps_city: 'Bloomington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43279.0, + density: 201.5, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "99.9", "18013": "0.1"}', + coty_name: ['Monroe', 'Brown'], + cty_code: ['18105', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.45156, lat: 39.08592 }, + }, + { + zip_code: '47576', + usps_city: 'Saint Croix', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 6.0, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.60584, lat: 38.18343 }, + }, + { + zip_code: '47612', + usps_city: 'Cynthiana', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 17.3, + primary_coty_code: '18129', + primary_coty_name: 'Posey', + county_weights: '{"18129": "88.97", "18051": "11.03"}', + coty_name: ['Posey', 'Gibson'], + cty_code: ['18129', '18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.69924, lat: 38.19303 }, + }, + { + zip_code: '47841', + usps_city: 'Clay City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2305.0, + density: 13.4, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "99.25", "18119": "0.75"}', + coty_name: ['Clay', 'Owen'], + cty_code: ['18021', '18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.11502, lat: 39.275 }, + }, + { + zip_code: '47847', + usps_city: 'Dana', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 9.4, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "100"}', + coty_name: ['Vermillion'], + cty_code: ['18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.48739, lat: 39.82545 }, + }, + { + zip_code: '47850', + usps_city: 'Farmersburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2239.0, + density: 16.9, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "80.58", "18167": "19.42"}', + coty_name: ['Sullivan', 'Vigo'], + cty_code: ['18153', '18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.43141, lat: 39.24585 }, + }, + { + zip_code: '47865', + usps_city: 'Paxton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 156.1, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.39144, lat: 39.02103 }, + }, + { + zip_code: '47866', + usps_city: 'Pimento', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 13.3, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.32533, lat: 39.28951 }, + }, + { + zip_code: '47872', + usps_city: 'Rockville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8747.0, + density: 19.7, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "99.84", "18133": "0.16"}', + coty_name: ['Parke', 'Putnam'], + cty_code: ['18121', '18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.16204, lat: 39.75343 }, + }, + { + zip_code: '47921', + usps_city: 'Boswell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1140.0, + density: 10.7, + primary_coty_code: '18007', + primary_coty_name: 'Benton', + county_weights: '{"18007": "87.76", "18171": "12.24"}', + coty_name: ['Benton', 'Warren'], + cty_code: ['18007', '18171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.37539, lat: 40.47718 }, + }, + { + zip_code: '47943', + usps_city: 'Fair Oaks', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1096.0, + density: 6.8, + primary_coty_code: '18073', + primary_coty_name: 'Jasper', + county_weights: '{"18073": "75.32", "18111": "24.68"}', + coty_name: ['Jasper', 'Newton'], + cty_code: ['18073', '18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.27352, lat: 41.06206 }, + }, + { + zip_code: '47990', + usps_city: 'Waynetown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1964.0, + density: 17.6, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "100"}', + coty_name: ['Montgomery'], + cty_code: ['18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.05431, lat: 40.06187 }, + }, + { + zip_code: '48015', + usps_city: 'Center Line', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8260.0, + density: 1862.7, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.0272, lat: 42.48042 }, + }, + { + zip_code: '48048', + usps_city: 'New Haven', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7973.0, + density: 161.9, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.79774, lat: 42.74246 }, + }, + { + zip_code: '48081', + usps_city: 'Saint Clair Shores', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20671.0, + density: 2030.5, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.89862, lat: 42.49505 }, + }, + { + zip_code: '48097', + usps_city: 'Yale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5273.0, + density: 26.7, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "88.93", "26151": "11.07"}', + coty_name: ['St. Clair', 'Sanilac'], + cty_code: ['26147', '26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.8295, lat: 43.126 }, + }, + { + zip_code: '48105', + usps_city: 'Ann Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 36718.0, + density: 284.1, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.70705, lat: 42.33168 }, + }, + { + zip_code: '48124', + usps_city: 'Dearborn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28396.0, + density: 1238.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.24756, lat: 42.29832 }, + }, + { + zip_code: '48187', + usps_city: 'Canton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 50037.0, + density: 1068.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.48782, lat: 42.32916 }, + }, + { + zip_code: '48301', + usps_city: 'Bloomfield Hills', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14796.0, + density: 774.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.28284, lat: 42.54444 }, + }, + { + zip_code: '48315', + usps_city: 'Utica', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27662.0, + density: 836.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.99631, lat: 42.6729 }, + }, + { + zip_code: '48362', + usps_city: 'Lake Orion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15833.0, + density: 617.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.26969, lat: 42.78226 }, + }, + { + zip_code: '48413', + usps_city: 'Bad Axe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7231.0, + density: 20.3, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.99474, lat: 43.80193 }, + }, + { + zip_code: '48418', + usps_city: 'Byron', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3926.0, + density: 39.1, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "60.02", "26049": "30.45", "26093": "9.53"}', + coty_name: ['Shiawassee', 'Genesee', 'Livingston'], + cty_code: ['26155', '26049', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.97019, lat: 42.80426 }, + }, + { + zip_code: '48442', + usps_city: 'Holly', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21228.0, + density: 95.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "93.05", "26049": "5.77", "26093": "1.18"}', + coty_name: ['Oakland', 'Genesee', 'Livingston'], + cty_code: ['26125', '26049', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.60347, lat: 42.79164 }, + }, + { + zip_code: '48446', + usps_city: 'Lapeer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31014.0, + density: 99.1, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "100"}', + coty_name: ['Lapeer'], + cty_code: ['26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.33761, lat: 43.05355 }, + }, + { + zip_code: '48603', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26623.0, + density: 561.4, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.02967, lat: 43.46313 }, + }, + { + zip_code: '48617', + usps_city: 'Clare', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9242.0, + density: 25.7, + primary_coty_code: '26035', + primary_coty_name: 'Clare', + county_weights: '{"26035": "77.87", "26073": "22.13"}', + coty_name: ['Clare', 'Isabella'], + cty_code: ['26035', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.71585, lat: 43.84684 }, + }, + { + zip_code: '48619', + usps_city: 'Comins', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 2.7, + primary_coty_code: '26135', + primary_coty_name: 'Oscoda', + county_weights: '{"26135": "89.03", "26119": "10.97"}', + coty_name: ['Oscoda', 'Montmorency'], + cty_code: ['26135', '26119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.03134, lat: 44.82455 }, + }, + { + zip_code: '48628', + usps_city: 'Hope', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2281.0, + density: 26.6, + primary_coty_code: '26111', + primary_coty_name: 'Midland', + county_weights: '{"26111": "86.27", "26051": "13.73"}', + coty_name: ['Midland', 'Gladwin'], + cty_code: ['26111', '26051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.32883, lat: 43.7835 }, + }, + { + zip_code: '48653', + usps_city: 'Roscommon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10084.0, + density: 15.5, + primary_coty_code: '26143', + primary_coty_name: 'Roscommon', + county_weights: '{"26143": "72.22", "26039": "27.78"}', + coty_name: ['Roscommon', 'Crawford'], + cty_code: ['26143', '26039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.60048, lat: 44.48783 }, + }, + { + zip_code: '48701', + usps_city: 'Akron', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1420.0, + density: 12.9, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "100"}', + coty_name: ['Tuscola'], + cty_code: ['26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.54525, lat: 43.58606 }, + }, + { + zip_code: '48729', + usps_city: 'Deford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1479.0, + density: 13.1, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "100"}', + coty_name: ['Tuscola'], + cty_code: ['26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17857, lat: 43.49495 }, + }, + { + zip_code: '48746', + usps_city: 'Millington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7904.0, + density: 37.5, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "90.31", "26049": "9.69"}', + coty_name: ['Tuscola', 'Genesee'], + cty_code: ['26157', '26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.54281, lat: 43.265 }, + }, + { + zip_code: '48809', + usps_city: 'Belding', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10728.0, + density: 50.5, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "85.24", "26081": "14.7", "26117": "0.06"}', + coty_name: ['Ionia', 'Kent', 'Montcalm'], + cty_code: ['26067', '26081', '26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.25823, lat: 43.06537 }, + }, + { + zip_code: '48811', + usps_city: 'Carson City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5390.0, + density: 33.1, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "93.39", "26057": "6.61"}', + coty_name: ['Montcalm', 'Gratiot'], + cty_code: ['26117', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.855, lat: 43.1811 }, + }, + { + zip_code: '49006', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28711.0, + density: 1699.6, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.63017, lat: 42.29536 }, + }, + { + zip_code: '49080', + usps_city: 'Plainwell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16160.0, + density: 80.0, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "71.38", "26015": "18.59", "26077": "10.03"}', + coty_name: ['Allegan', 'Barry', 'Kalamazoo'], + cty_code: ['26005', '26015', '26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.57506, lat: 42.461 }, + }, + { + zip_code: '49119', + usps_city: 'New Troy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 195.3, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.54904, lat: 41.87436 }, + }, + { + zip_code: '49269', + usps_city: 'Parma', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6175.0, + density: 39.7, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.58793, lat: 42.29295 }, + }, + { + zip_code: '49282', + usps_city: 'Somerset Center', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 32.2, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.40599, lat: 42.03884 }, + }, + { + zip_code: '49287', + usps_city: 'Tipton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2019.0, + density: 27.7, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "94.66", "26161": "5.34"}', + coty_name: ['Lenawee', 'Washtenaw'], + cty_code: ['26091', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.08139, lat: 42.02108 }, + }, + { + zip_code: '49309', + usps_city: 'Bitely', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1509.0, + density: 4.7, + primary_coty_code: '26123', + primary_coty_name: 'Newaygo', + county_weights: '{"26123": "96.8", "26085": "3.2"}', + coty_name: ['Newaygo', 'Lake'], + cty_code: ['26123', '26085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.88093, lat: 43.7595 }, + }, + { + zip_code: '49401', + usps_city: 'Allendale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24900.0, + density: 374.4, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "100"}', + coty_name: ['Ottawa'], + cty_code: ['26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.94147, lat: 42.97619 }, + }, + { + zip_code: '49615', + usps_city: 'Bellaire', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3925.0, + density: 21.7, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "100"}', + coty_name: ['Antrim'], + cty_code: ['26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.2064, lat: 44.97086 }, + }, + { + zip_code: '49622', + usps_city: 'Central Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2475.0, + density: 21.3, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "100"}', + coty_name: ['Antrim'], + cty_code: ['26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.26139, lat: 45.07736 }, + }, + { + zip_code: '49623', + usps_city: 'Chase', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1226.0, + density: 8.3, + primary_coty_code: '26085', + primary_coty_name: 'Lake', + county_weights: '{"26085": "100"}', + coty_name: ['Lake'], + cty_code: ['26085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.6835, lat: 43.9048 }, + }, + { + zip_code: '49664', + usps_city: 'Maple City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 12.3, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.89005, lat: 44.87029 }, + }, + { + zip_code: '49667', + usps_city: 'Merritt', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 2.5, + primary_coty_code: '26113', + primary_coty_name: 'Missaukee', + county_weights: '{"26113": "100"}', + coty_name: ['Missaukee'], + cty_code: ['26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.91323, lat: 44.36653 }, + }, + { + zip_code: '49747', + usps_city: 'Hubbard Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1953.0, + density: 7.8, + primary_coty_code: '26007', + primary_coty_name: 'Alpena', + county_weights: '{"26007": "61.32", "26001": "38.68"}', + coty_name: ['Alpena', 'Alcona'], + cty_code: ['26007', '26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.64207, lat: 44.85112 }, + }, + { + zip_code: '49748', + usps_city: 'Hulbert', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 0.6, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "98.82", "26095": "1.18"}', + coty_name: ['Chippewa', 'Luce'], + cty_code: ['26033', '26095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.19108, lat: 46.37799 }, + }, + { + zip_code: '49808', + usps_city: 'Big Bay', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 0.5, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.88242, lat: 46.8126 }, + }, + { + zip_code: '49892', + usps_city: 'Vulcan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1877.0, + density: 4.4, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "87.32", "26109": "12.68"}', + coty_name: ['Dickinson', 'Menominee'], + cty_code: ['26043', '26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.78646, lat: 45.78927 }, + }, + { + zip_code: '49922', + usps_city: 'Dollar Bay', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 42.9, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.48497, lat: 47.10391 }, + }, + { + zip_code: '50071', + usps_city: 'Dows', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1069.0, + density: 3.6, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "70.41", "19069": "29.59"}', + coty_name: ['Wright', 'Franklin'], + cty_code: ['19197', '19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.50305, lat: 42.64944 }, + }, + { + zip_code: '50119', + usps_city: 'Harvey', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 8.4, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9475, lat: 41.31664 }, + }, + { + zip_code: '50122', + usps_city: 'Hubbard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1420.0, + density: 6.5, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "100"}', + coty_name: ['Hardin'], + cty_code: ['19083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.3126, lat: 42.30333 }, + }, + { + zip_code: '50132', + usps_city: 'Kamrar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 3.3, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "100"}', + coty_name: ['Hamilton'], + cty_code: ['19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69151, lat: 42.39167 }, + }, + { + zip_code: '50158', + usps_city: 'Marshalltown', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 30828.0, + density: 56.3, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "99.87", "19171": "0.13"}', + coty_name: ['Marshall', 'Tama'], + cty_code: ['19127', '19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90058, lat: 42.05031 }, + }, + { + zip_code: '50201', + usps_city: 'Nevada', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8044.0, + density: 26.8, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44454, lat: 42.03506 }, + }, + { + zip_code: '50264', + usps_city: 'Weldon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 2.7, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "62.45", "19039": "37.55"}', + coty_name: ['Decatur', 'Clarke'], + cty_code: ['19053', '19039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70259, lat: 40.90134 }, + }, + { + zip_code: '50268', + usps_city: 'What Cheer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1059.0, + density: 8.6, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "95.87", "19123": "4.13"}', + coty_name: ['Keokuk', 'Mahaska'], + cty_code: ['19107', '19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36339, lat: 41.407 }, + }, + { + zip_code: '50470', + usps_city: 'Rowan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 3.5, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "100"}', + coty_name: ['Wright'], + cty_code: ['19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.56039, lat: 42.74576 }, + }, + { + zip_code: '50571', + usps_city: 'Palmer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 3.0, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57859, lat: 42.63095 }, + }, + { + zip_code: '50576', + usps_city: 'Rembrandt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 3.5, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "100"}', + coty_name: ['Buena Vista'], + cty_code: ['19021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17528, lat: 42.80326 }, + }, + { + zip_code: '50669', + usps_city: 'Reinbeck', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2259.0, + density: 9.4, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "91.54", "19171": "8.29", "19013": "0.16"}', + coty_name: ['Grundy', 'Tama', 'Black Hawk'], + cty_code: ['19075', '19171', '19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6077, lat: 42.33212 }, + }, + { + zip_code: '51004', + usps_city: 'Anthon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 4.5, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9147, lat: 42.3761 }, + }, + { + zip_code: '51035', + usps_city: 'Marcus', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1579.0, + density: 5.7, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "100"}', + coty_name: ['Cherokee'], + cty_code: ['19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.79948, lat: 42.77878 }, + }, + { + zip_code: '51050', + usps_city: 'Remsen', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2720.0, + density: 7.7, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "100"}', + coty_name: ['Plymouth'], + cty_code: ['19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94595, lat: 42.79362 }, + }, + { + zip_code: '51231', + usps_city: 'Archer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 5.3, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "100"}', + coty_name: ["O'Brien"], + cty_code: ['19141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.74219, lat: 43.10312 }, + }, + { + zip_code: '51235', + usps_city: 'Doon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1374.0, + density: 9.5, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "97.59", "19167": "2.41"}', + coty_name: ['Lyon', 'Sioux'], + cty_code: ['19119', '19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21823, lat: 43.29454 }, + }, + { + zip_code: '51301', + usps_city: 'Spencer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12232.0, + density: 30.2, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "100"}', + coty_name: ['Clay'], + cty_code: ['19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14724, lat: 43.15289 }, + }, + { + zip_code: '51636', + usps_city: 'Coin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 3.1, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "100"}', + coty_name: ['Page'], + cty_code: ['19145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23255, lat: 40.66725 }, + }, + { + zip_code: '52037', + usps_city: 'Delmar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 5.6, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "98.45", "19097": "1.55"}', + coty_name: ['Clinton', 'Jackson'], + cty_code: ['19045', '19097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62862, lat: 41.96713 }, + }, + { + zip_code: '52039', + usps_city: 'Durango', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 9.3, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86095, lat: 42.53921 }, + }, + { + zip_code: '52203', + usps_city: 'Amana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2214.0, + density: 18.7, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "92.34", "19103": "7.66"}', + coty_name: ['Iowa', 'Johnson'], + cty_code: ['19095', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88652, lat: 41.81227 }, + }, + { + zip_code: '52565', + usps_city: 'Keosauqua', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1752.0, + density: 5.8, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "100"}', + coty_name: ['Van Buren'], + cty_code: ['19177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94187, lat: 40.74009 }, + }, + { + zip_code: '52588', + usps_city: 'Selma', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 1.3, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "70.15", "19051": "29.85"}', + coty_name: ['Van Buren', 'Davis'], + cty_code: ['19177', '19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17314, lat: 40.86421 }, + }, + { + zip_code: '52745', + usps_city: 'Dixon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 5.7, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76056, lat: 41.7135 }, + }, + { + zip_code: '52748', + usps_city: 'Eldridge', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 10272.0, + density: 96.1, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55679, lat: 41.66653 }, + }, + { + zip_code: '53016', + usps_city: 'Clyman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 320.3, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71438, lat: 43.31069 }, + }, + { + zip_code: '53021', + usps_city: 'Fredonia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4843.0, + density: 56.5, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "85.45", "55131": "14.55"}', + coty_name: ['Ozaukee', 'Washington'], + cty_code: ['55089', '55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00158, lat: 43.49465 }, + }, + { + zip_code: '53150', + usps_city: 'Muskego', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 25824.0, + density: 297.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "98.5", "55101": "1.5"}', + coty_name: ['Waukesha', 'Racine'], + cty_code: ['55133', '55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12768, lat: 42.8843 }, + }, + { + zip_code: '53184', + usps_city: 'Walworth', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4182.0, + density: 55.1, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6068, lat: 42.53101 }, + }, + { + zip_code: '53207', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 36889.0, + density: 1436.3, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90148, lat: 42.97199 }, + }, + { + zip_code: '53209', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 46616.0, + density: 1654.3, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94713, lat: 43.12841 }, + }, + { + zip_code: '53213', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 27667.0, + density: 2647.9, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00141, lat: 43.04889 }, + }, + { + zip_code: '53217', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 28661.0, + density: 782.2, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "99.7", "55089": "0.3"}', + coty_name: ['Milwaukee', 'Ozaukee'], + cty_code: ['55079', '55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91631, lat: 43.15744 }, + }, + { + zip_code: '53402', + usps_city: 'Racine', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 33554.0, + density: 632.6, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82385, lat: 42.79871 }, + }, + { + zip_code: '53501', + usps_city: 'Afton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 1131.0, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.06536, lat: 42.60606 }, + }, + { + zip_code: '53560', + usps_city: 'Mazomanie', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3692.0, + density: 24.2, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "97.43", "55049": "2.57"}', + coty_name: ['Dane', 'Iowa'], + cty_code: ['55025', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75666, lat: 43.19328 }, + }, + { + zip_code: '53579', + usps_city: 'Reeseville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1765.0, + density: 15.9, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87891, lat: 43.29012 }, + }, + { + zip_code: '53803', + usps_city: 'Benton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 38.1, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35364, lat: 42.55947 }, + }, + { + zip_code: '53806', + usps_city: 'Cassville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1710.0, + density: 9.5, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93029, lat: 42.73845 }, + }, + { + zip_code: '53807', + usps_city: 'Cuba City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5077.0, + density: 18.4, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "81.29", "55065": "18.71"}', + coty_name: ['Grant', 'Lafayette'], + cty_code: ['55043', '55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47021, lat: 42.61173 }, + }, + { + zip_code: '53956', + usps_city: 'Randolph', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3228.0, + density: 15.9, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "60.14", "55021": "38.15", "55047": "1.71"}', + coty_name: ['Dodge', 'Columbia', 'Green Lake'], + cty_code: ['55027', '55021', '55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01821, lat: 43.54181 }, + }, + { + zip_code: '53969', + usps_city: 'Wyocena', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 182.3, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "100"}', + coty_name: ['Columbia'], + cty_code: ['55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30435, lat: 43.49387 }, + }, + { + zip_code: '54004', + usps_city: 'Clayton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2207.0, + density: 10.1, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "58.22", "55005": "41.78"}', + coty_name: ['Polk', 'Barron'], + cty_code: ['55095', '55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12583, lat: 45.30862 }, + }, + { + zip_code: '54201', + usps_city: 'Algoma', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5136.0, + density: 26.5, + primary_coty_code: '55061', + primary_coty_name: 'Kewaunee', + county_weights: '{"55061": "97.1", "55029": "2.9"}', + coty_name: ['Kewaunee', 'Door'], + cty_code: ['55061', '55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.49347, lat: 44.62082 }, + }, + { + zip_code: '54247', + usps_city: 'Whitelaw', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1988.0, + density: 22.6, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78509, lat: 44.19705 }, + }, + { + zip_code: '54301', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 21501.0, + density: 1277.5, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02034, lat: 44.48205 }, + }, + { + zip_code: '54454', + usps_city: 'Milladore', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1352.0, + density: 11.5, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "98.59", "55097": "1.41", "55073": "0"}', + coty_name: ['Wood', 'Portage', 'Marathon'], + cty_code: ['55141', '55097', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8849, lat: 44.6071 }, + }, + { + zip_code: '54486', + usps_city: 'Tigerton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1917.0, + density: 6.0, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "91.66", "55135": "8.34"}', + coty_name: ['Shawano', 'Waupaca'], + cty_code: ['55115', '55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05162, lat: 44.72524 }, + }, + { + zip_code: '54521', + usps_city: 'Eagle River', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7908.0, + density: 13.4, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "84.34", "55085": "15.18", "55041": "0.48"}', + coty_name: ['Vilas', 'Oneida', 'Forest'], + cty_code: ['55125', '55085', '55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28504, lat: 45.9341 }, + }, + { + zip_code: '54555', + usps_city: 'Phillips', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4776.0, + density: 5.8, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3978, lat: 45.70662 }, + }, + { + zip_code: '54559', + usps_city: 'Saxon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 893.0, + density: 2.5, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "61.26", "55003": "38.74"}', + coty_name: ['Iron', 'Ashland'], + cty_code: ['55051', '55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47819, lat: 46.49173 }, + }, + { + zip_code: '54566', + usps_city: 'Wabeno', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 3.7, + primary_coty_code: '55041', + primary_coty_name: 'Forest', + county_weights: '{"55041": "100"}', + coty_name: ['Forest'], + cty_code: ['55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62055, lat: 45.43213 }, + }, + { + zip_code: '54658', + usps_city: 'Stoddard', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2598.0, + density: 27.7, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "84.41", "55063": "15.59"}', + coty_name: ['Vernon', 'La Crosse'], + cty_code: ['55123', '55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17662, lat: 43.67908 }, + }, + { + zip_code: '54727', + usps_city: 'Cadott', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5069.0, + density: 14.0, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "96.32", "55035": "3.68"}', + coty_name: ['Chippewa', 'Eau Claire'], + cty_code: ['55017', '55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15774, lat: 44.95514 }, + }, + { + zip_code: '54827', + usps_city: 'Cornucopia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 2.6, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10857, lat: 46.79683 }, + }, + { + zip_code: '54829', + usps_city: 'Cumberland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5102.0, + density: 14.8, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "93.83", "55095": "6.17"}', + coty_name: ['Barron', 'Polk'], + cty_code: ['55005', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05212, lat: 45.55904 }, + }, + { + zip_code: '54840', + usps_city: 'Grantsburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4391.0, + density: 6.7, + primary_coty_code: '55013', + primary_coty_name: 'Burnett', + county_weights: '{"55013": "98.88", "55095": "1.12"}', + coty_name: ['Burnett', 'Polk'], + cty_code: ['55013', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68902, lat: 45.75628 }, + }, + { + zip_code: '54891', + usps_city: 'Washburn', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3400.0, + density: 17.8, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.96518, lat: 46.70092 }, + }, + { + zip_code: '54963', + usps_city: 'Omro', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7063.0, + density: 35.6, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77445, lat: 44.04307 }, + }, + { + zip_code: '55009', + usps_city: 'Cannon Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7894.0, + density: 25.0, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "90.12", "27037": "9.88"}', + coty_name: ['Goodhue', 'Dakota'], + cty_code: ['27049', '27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.86484, lat: 44.48303 }, + }, + { + zip_code: '55089', + usps_city: 'Welch', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1731.0, + density: 11.1, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "83.02", "27037": "16.98"}', + coty_name: ['Goodhue', 'Dakota'], + cty_code: ['27049', '27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71593, lat: 44.5814 }, + }, + { + zip_code: '55307', + usps_city: 'Arlington', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3475.0, + density: 17.3, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "100"}', + coty_name: ['Sibley'], + cty_code: ['27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.10241, lat: 44.60335 }, + }, + { + zip_code: '55312', + usps_city: 'Brownton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1480.0, + density: 8.0, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "100"}', + coty_name: ['McLeod'], + cty_code: ['27085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34221, lat: 44.70468 }, + }, + { + zip_code: '55335', + usps_city: 'Gibbon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1580.0, + density: 5.4, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "91.59", "27103": "8.41"}', + coty_name: ['Sibley', 'Nicollet'], + cty_code: ['27143', '27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.5472, lat: 44.52995 }, + }, + { + zip_code: '55353', + usps_city: 'Kimball', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3751.0, + density: 17.2, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "80.46", "27093": "19.54"}', + coty_name: ['Stearns', 'Meeker'], + cty_code: ['27145', '27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31535, lat: 45.32194 }, + }, + { + zip_code: '55413', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14261.0, + density: 1664.4, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24185, lat: 44.99895 }, + }, + { + zip_code: '55425', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10737.0, + density: 876.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23632, lat: 44.84222 }, + }, + { + zip_code: '55615', + usps_city: 'Tofte', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 228.0, + density: 0.8, + primary_coty_code: '27031', + primary_coty_name: 'Cook', + county_weights: '{"27031": "100"}', + coty_name: ['Cook'], + cty_code: ['27031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83271, lat: 47.73504 }, + }, + { + zip_code: '55723', + usps_city: 'Cook', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 1.6, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "89.72", "27061": "10.28"}', + coty_name: ['St. Louis', 'Itasca'], + cty_code: ['27137', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9351, lat: 47.82291 }, + }, + { + zip_code: '55738', + usps_city: 'Forbes', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 1.8, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67239, lat: 47.27432 }, + }, + { + zip_code: '55746', + usps_city: 'Hibbing', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16901.0, + density: 19.6, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "99.65", "27061": "0.35"}', + coty_name: ['St. Louis', 'Itasca'], + cty_code: ['27137', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95286, lat: 47.36127 }, + }, + { + zip_code: '55927', + usps_city: 'Dodge Center', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4325.0, + density: 20.8, + primary_coty_code: '27039', + primary_coty_name: 'Dodge', + county_weights: '{"27039": "100"}', + coty_name: ['Dodge'], + cty_code: ['27039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87104, lat: 44.03432 }, + }, + { + zip_code: '56098', + usps_city: 'Winnebago', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2105.0, + density: 7.3, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "95.53", "27091": "4.47"}', + coty_name: ['Faribault', 'Martin'], + cty_code: ['27043', '27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.18564, lat: 43.77421 }, + }, + { + zip_code: '56185', + usps_city: 'Wilmont', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 4.9, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.82543, lat: 43.79203 }, + }, + { + zip_code: '56340', + usps_city: 'Holdingford', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2526.0, + density: 19.8, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "81.91", "27097": "18.09"}', + coty_name: ['Stearns', 'Morrison'], + cty_code: ['27145', '27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44614, lat: 45.75601 }, + }, + { + zip_code: '56347', + usps_city: 'Long Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7326.0, + density: 15.1, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "100"}', + coty_name: ['Todd'], + cty_code: ['27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87195, lat: 45.96752 }, + }, + { + zip_code: '56389', + usps_city: 'West Union', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 77.0, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "100"}', + coty_name: ['Todd'], + cty_code: ['27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08922, lat: 45.79887 }, + }, + { + zip_code: '56431', + usps_city: 'Aitkin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8778.0, + density: 7.5, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "92.52", "27035": "7.48"}', + coty_name: ['Aitkin', 'Crow Wing'], + cty_code: ['27001', '27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.6427, lat: 46.48197 }, + }, + { + zip_code: '56572', + usps_city: 'Pelican Rapids', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5323.0, + density: 12.5, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "97.23", "27005": "2.77"}', + coty_name: ['Otter Tail', 'Becker'], + cty_code: ['27111', '27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08207, lat: 46.60306 }, + }, + { + zip_code: '56581', + usps_city: 'Shelly', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 2.1, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76911, lat: 47.4608 }, + }, + { + zip_code: '56687', + usps_city: 'Wilton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 7.8, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99641, lat: 47.49933 }, + }, + { + zip_code: '56722', + usps_city: 'Euclid', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 0.9, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64515, lat: 47.9839 }, + }, + { + zip_code: '56744', + usps_city: 'Oslo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 1.9, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: + '{"27089": "74.4", "27119": "13.04", "38099": "8.53", "38035": "4.03"}', + coty_name: ['Marshall', 'Polk', 'Walsh', 'Grand Forks'], + cty_code: ['27089', '27119', '38099', '38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.11368, lat: 48.24552 }, + }, + { + zip_code: '56755', + usps_city: 'Saint Vincent', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 0.5, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10472, lat: 48.97109 }, + }, + { + zip_code: '57010', + usps_city: 'Burbank', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 2.7, + primary_coty_code: '46027', + primary_coty_name: 'Clay', + county_weights: '{"46027": "77.89", "46127": "22.11"}', + coty_name: ['Clay', 'Union'], + cty_code: ['46027', '46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82082, lat: 42.8183 }, + }, + { + zip_code: '57066', + usps_city: 'Tyndall', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1614.0, + density: 5.3, + primary_coty_code: '46009', + primary_coty_name: 'Bon Homme', + county_weights: '{"46009": "100"}', + coty_name: ['Bon Homme'], + cty_code: ['46009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86923, lat: 42.9904 }, + }, + { + zip_code: '57214', + usps_city: 'Badger', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 5.1, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "100"}', + coty_name: ['Kingsbury'], + cty_code: ['46077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20477, lat: 44.50184 }, + }, + { + zip_code: '57219', + usps_city: 'Bristol', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 1.3, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "100"}', + coty_name: ['Day'], + cty_code: ['46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80865, lat: 45.28801 }, + }, + { + zip_code: '57224', + usps_city: 'Claire City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 1.0, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "100"}', + coty_name: ['Roberts'], + cty_code: ['46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13702, lat: 45.86237 }, + }, + { + zip_code: '57226', + usps_city: 'Clear Lake', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1957.0, + density: 4.0, + primary_coty_code: '46039', + primary_coty_name: 'Deuel', + county_weights: '{"46039": "97.73", "46057": "2.27"}', + coty_name: ['Deuel', 'Hamlin'], + cty_code: ['46039', '46057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71862, lat: 44.7876 }, + }, + { + zip_code: '57241', + usps_city: 'Hayti', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1132.0, + density: 4.3, + primary_coty_code: '46057', + primary_coty_name: 'Hamlin', + county_weights: '{"46057": "100"}', + coty_name: ['Hamlin'], + cty_code: ['46057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21352, lat: 44.69891 }, + }, + { + zip_code: '57335', + usps_city: 'Fairfax', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 1.0, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "100"}', + coty_name: ['Gregory'], + cty_code: ['46053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.77377, lat: 43.06138 }, + }, + { + zip_code: '57386', + usps_city: 'Yale', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 1.6, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "100"}', + coty_name: ['Beadle'], + cty_code: ['46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.00368, lat: 44.51317 }, + }, + { + zip_code: '57441', + usps_city: 'Frederick', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 0.7, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52457, lat: 45.82891 }, + }, + { + zip_code: '57548', + usps_city: 'Lower Brule', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1594.0, + density: 5.3, + primary_coty_code: '46085', + primary_coty_name: 'Lyman', + county_weights: '{"46085": "100"}', + coty_name: ['Lyman'], + cty_code: ['46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.6589, lat: 44.08834 }, + }, + { + zip_code: '57580', + usps_city: 'Winner', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3936.0, + density: 1.4, + primary_coty_code: '46123', + primary_coty_name: 'Tripp', + county_weights: '{"46123": "95.89", "46121": "3.8", "46095": "0.31"}', + coty_name: ['Tripp', 'Todd', 'Mellette'], + cty_code: ['46123', '46121', '46095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.05857, lat: 43.278 }, + }, + { + zip_code: '57626', + usps_city: 'Faith', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 0.3, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "60.97", "46105": "20.49", "46137": "18.54"}', + coty_name: ['Meade', 'Perkins', 'Ziebach'], + cty_code: ['46093', '46105', '46137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.20973, lat: 44.99261 }, + }, + { + zip_code: '57752', + usps_city: 'Kyle', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1864.0, + density: 1.7, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 79.08, "46071": 18.52, "46007": 2.4}', + coty_name: ['Oglala Lakota', 'Jackson', 'Bennett'], + cty_code: ['46102', '46071', '46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.19338, lat: 43.46467 }, + }, + { + zip_code: '57755', + usps_city: 'Ludlow', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.2, + primary_coty_code: '46063', + primary_coty_name: 'Harding', + county_weights: '{"46063": "100"}', + coty_name: ['Harding'], + cty_code: ['46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.34919, lat: 45.83664 }, + }, + { + zip_code: '58030', + usps_city: 'Fairmount', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 1.8, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67008, lat: 46.03005 }, + }, + { + zip_code: '58052', + usps_city: 'Leonard', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 1.5, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "78.31", "38077": "18.76", "38073": "2.93"}', + coty_name: ['Cass', 'Richland', 'Ransom'], + cty_code: ['38017', '38077', '38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27877, lat: 46.63502 }, + }, + { + zip_code: '58067', + usps_city: 'Rutland', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 1.5, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "100"}', + coty_name: ['Sargent'], + cty_code: ['38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48782, lat: 46.06474 }, + }, + { + zip_code: '58244', + usps_city: 'Inkster', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 0.7, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61472, lat: 48.14307 }, + }, + { + zip_code: '58266', + usps_city: 'Niagara', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 0.7, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "87.68", "38063": "12.32"}', + coty_name: ['Grand Forks', 'Nelson'], + cty_code: ['38035', '38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.8486, lat: 48.00321 }, + }, + { + zip_code: '58413', + usps_city: 'Ashley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 0.8, + primary_coty_code: '38051', + primary_coty_name: 'McIntosh', + county_weights: '{"38051": "96.7", "38021": "3.3"}', + coty_name: ['McIntosh', 'Dickey'], + cty_code: ['38051', '38021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.30717, lat: 46.0347 }, + }, + { + zip_code: '58415', + usps_city: 'Berlin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 1.3, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "100"}', + coty_name: ['LaMoure'], + cty_code: ['38045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49156, lat: 46.37119 }, + }, + { + zip_code: '58703', + usps_city: 'Minot', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 23640.0, + density: 56.9, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.31556, lat: 48.33057 }, + }, + { + zip_code: '58725', + usps_city: 'Carpio', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 1.1, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "73.61", "38075": "26.39"}', + coty_name: ['Ward', 'Renville'], + cty_code: ['38101', '38075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.68351, lat: 48.49193 }, + }, + { + zip_code: '90010', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3822.0, + density: 3226.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31577, lat: 34.06211 }, + }, + { + zip_code: '90221', + usps_city: 'Compton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51688.0, + density: 3743.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.20595, lat: 33.88614 }, + }, + { + zip_code: '90265', + usps_city: 'Malibu', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17954.0, + density: 64.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "96.68", "06111": "3.32"}', + coty_name: ['Los Angeles', 'Ventura'], + cty_code: ['06037', '06111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.84989, lat: 34.07191 }, + }, + { + zip_code: '91204', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18723.0, + density: 6431.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26093, lat: 34.13629 }, + }, + { + zip_code: '91355', + usps_city: 'Valencia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30526.0, + density: 760.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.58925, lat: 34.42467 }, + }, + { + zip_code: '91723', + usps_city: 'Covina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18521.0, + density: 3078.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.88643, lat: 34.08476 }, + }, + { + zip_code: '91750', + usps_city: 'La Verne', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34129.0, + density: 522.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.77278, lat: 34.16086 }, + }, + { + zip_code: '91765', + usps_city: 'Diamond Bar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46593.0, + density: 950.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81446, lat: 33.98822 }, + }, + { + zip_code: '91766', + usps_city: 'Pomona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72348.0, + density: 2747.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "93.44", "06071": "6.56"}', + coty_name: ['Los Angeles', 'San Bernardino'], + cty_code: ['06037', '06071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.75691, lat: 34.04179 }, + }, + { + zip_code: '91790', + usps_city: 'West Covina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45444.0, + density: 3039.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.93771, lat: 34.06735 }, + }, + { + zip_code: '91902', + usps_city: 'Bonita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18896.0, + density: 836.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.01825, lat: 32.66704 }, + }, + { + zip_code: '92117', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56983.0, + density: 2504.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19954, lat: 32.82461 }, + }, + { + zip_code: '92122', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48071.0, + density: 1164.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17007, lat: 32.85926 }, + }, + { + zip_code: '92278', + usps_city: 'Twentynine Palms', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4890.0, + density: 2362.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.05507, lat: 34.22989 }, + }, + { + zip_code: '92310', + usps_city: 'Fort Irwin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9872.0, + density: 1273.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.69033, lat: 35.26144 }, + }, + { + zip_code: '92316', + usps_city: 'Bloomington', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28704.0, + density: 1007.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.39065, lat: 34.05911 }, + }, + { + zip_code: '92501', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21590.0, + density: 1463.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.37361, lat: 33.99542 }, + }, + { + zip_code: '92508', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38428.0, + density: 1384.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.32676, lat: 33.89113 }, + }, + { + zip_code: '92625', + usps_city: 'Corona Del Mar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12394.0, + density: 1863.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.86558, lat: 33.60216 }, + }, + { + zip_code: '92678', + usps_city: 'Trabuco Canyon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 15.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.52655, lat: 33.68469 }, + }, + { + zip_code: '92694', + usps_city: 'Ladera Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29570.0, + density: 1202.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.62373, lat: 33.54724 }, + }, + { + zip_code: '92880', + usps_city: 'Corona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 69656.0, + density: 1082.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "99.94", "06071": "0.06"}', + coty_name: ['Riverside', 'San Bernardino'], + cty_code: ['06065', '06071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.6097, lat: 33.92078 }, + }, + { + zip_code: '93234', + usps_city: 'Huron', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7355.0, + density: 35.4, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.09009, lat: 36.19126 }, + }, + { + zip_code: '93238', + usps_city: 'Kernville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 673.0, + density: 2.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "99.66", "06107": "0.34"}', + coty_name: ['Kern', 'Tulare'], + cty_code: ['06029', '06107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44215, lat: 35.80228 }, + }, + { + zip_code: '93254', + usps_city: 'New Cuyama', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 2.2, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "97.04", "06079": "2.96"}', + coty_name: ['Santa Barbara', 'San Luis Obispo'], + cty_code: ['06083', '06079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.77105, lat: 34.94866 }, + }, + { + zip_code: '94542', + usps_city: 'Hayward', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14699.0, + density: 995.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03717, lat: 37.65984 }, + }, + { + zip_code: '94567', + usps_city: 'Pope Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 1.9, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38603, lat: 38.70583 }, + }, + { + zip_code: '94939', + usps_city: 'Larkspur', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6747.0, + density: 1217.4, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53391, lat: 37.93719 }, + }, + { + zip_code: '94972', + usps_city: 'Valley Ford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 0.8, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.95895, lat: 38.28951 }, + }, + { + zip_code: '95004', + usps_city: 'Aromas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4218.0, + density: 89.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "60.75", "06069": "39.25"}', + coty_name: ['Monterey', 'San Benito'], + cty_code: ['06053', '06069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.633, lat: 36.87409 }, + }, + { + zip_code: '95237', + usps_city: 'Lockeford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3639.0, + density: 176.0, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.14989, lat: 38.16165 }, + }, + { + zip_code: '95255', + usps_city: 'West Point', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 11.2, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.4759, lat: 38.41967 }, + }, + { + zip_code: '95307', + usps_city: 'Ceres', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46283.0, + density: 533.4, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.95139, lat: 37.55435 }, + }, + { + zip_code: '95357', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11765.0, + density: 114.0, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.88045, lat: 37.66794 }, + }, + { + zip_code: '95364', + usps_city: 'Pinecrest', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.81338, lat: 38.21142 }, + }, + { + zip_code: '95379', + usps_city: 'Tuolumne', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4003.0, + density: 28.7, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.19399, lat: 37.94693 }, + }, + { + zip_code: '95492', + usps_city: 'Windsor', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29271.0, + density: 594.0, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.81716, lat: 38.53034 }, + }, + { + zip_code: '95559', + usps_city: 'Phillipsville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 1.5, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.74824, lat: 40.1859 }, + }, + { + zip_code: '95570', + usps_city: 'Trinidad', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2338.0, + density: 38.1, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.11375, lat: 41.12116 }, + }, + { + zip_code: '95589', + usps_city: 'Whitethorn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 2.0, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "94.48", "06045": "5.52"}', + coty_name: ['Humboldt', 'Mendocino'], + cty_code: ['06023', '06045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.97052, lat: 40.05662 }, + }, + { + zip_code: '95641', + usps_city: 'Isleton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1489.0, + density: 12.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "98.44", "06077": "1.56"}', + coty_name: ['Sacramento', 'San Joaquin'], + cty_code: ['06067', '06077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.59025, lat: 38.141 }, + }, + { + zip_code: '95713', + usps_city: 'Colfax', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10472.0, + density: 56.8, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.91606, lat: 39.08996 }, + }, + { + zip_code: '95728', + usps_city: 'Soda Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 231.0, + density: 7.2, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "72.02", "06057": "27.98"}', + coty_name: ['Placer', 'Nevada'], + cty_code: ['06061', '06057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.42589, lat: 39.317 }, + }, + { + zip_code: '95915', + usps_city: 'Belden', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.20866, lat: 39.97548 }, + }, + { + zip_code: '95942', + usps_city: 'Forest Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 934.0, + density: 6.5, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.56466, lat: 40.01871 }, + }, + { + zip_code: '95945', + usps_city: 'Grass Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25381.0, + density: 152.6, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "100"}', + coty_name: ['Nevada'], + cty_code: ['6057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.97699, lat: 39.19509 }, + }, + { + zip_code: '95993', + usps_city: 'Yuba City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37077.0, + density: 167.4, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.68845, lat: 39.08184 }, + }, + { + zip_code: '96113', + usps_city: 'Herlong', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1925.0, + density: 109.1, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.15859, lat: 40.14289 }, + }, + { + zip_code: '96130', + usps_city: 'Susanville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20119.0, + density: 16.2, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.68496, lat: 40.54876 }, + }, + { + zip_code: '96134', + usps_city: 'Tulelake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2059.0, + density: 2.4, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "56.89", "06049": "43.11"}', + coty_name: ['Siskiyou', 'Modoc'], + cty_code: ['06093', '06049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.40661, lat: 41.83835 }, + }, + { + zip_code: '96730', + usps_city: 'Kaaawa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 463.7, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.85111, lat: 21.54614 }, + }, + { + zip_code: '96777', + usps_city: 'Pahala', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2026.0, + density: 4.5, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.4646, lat: 19.24992 }, + }, + { + zip_code: '97022', + usps_city: 'Eagle Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3386.0, + density: 53.0, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33038, lat: 45.34598 }, + }, + { + zip_code: '97055', + usps_city: 'Sandy', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 18923.0, + density: 62.0, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.15507, lat: 45.38866 }, + }, + { + zip_code: '97070', + usps_city: 'Wilsonville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 25101.0, + density: 507.9, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "89.09", "41067": "10.91"}', + coty_name: ['Clackamas', 'Washington'], + cty_code: ['41005', '41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77154, lat: 45.30759 }, + }, + { + zip_code: '97147', + usps_city: 'Wheeler', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 192.5, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.88215, lat: 45.68879 }, + }, + { + zip_code: '97209', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 18982.0, + density: 7008.4, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68439, lat: 45.53095 }, + }, + { + zip_code: '97322', + usps_city: 'Albany', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 36826.0, + density: 228.1, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.01891, lat: 44.62606 }, + }, + { + zip_code: '97392', + usps_city: 'Turner', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7011.0, + density: 63.2, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.94136, lat: 44.78939 }, + }, + { + zip_code: '97406', + usps_city: 'Agness', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.2, + primary_coty_code: '41015', + primary_coty_name: 'Curry', + county_weights: '{"41015": "100"}', + coty_name: ['Curry'], + cty_code: ['41015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.014, lat: 42.62136 }, + }, + { + zip_code: '97416', + usps_city: 'Camas Valley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 9.7, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.6854, lat: 43.03589 }, + }, + { + zip_code: '97454', + usps_city: 'Marcola', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1471.0, + density: 10.1, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.82168, lat: 44.22157 }, + }, + { + zip_code: '97819', + usps_city: 'Bridgeport', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.1, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.76037, lat: 44.48542 }, + }, + { + zip_code: '97875', + usps_city: 'Stanfield', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3126.0, + density: 19.3, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.13834, lat: 45.81938 }, + }, + { + zip_code: '98023', + usps_city: 'Federal Way', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 50201.0, + density: 1876.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36269, lat: 47.3088 }, + }, + { + zip_code: '98174', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "0"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33536, lat: 47.60457 }, + }, + { + zip_code: '98201', + usps_city: 'Everett', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29792.0, + density: 1538.8, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.21327, lat: 47.99339 }, + }, + { + zip_code: '98204', + usps_city: 'Everett', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 42364.0, + density: 2037.4, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26088, lat: 47.90132 }, + }, + { + zip_code: '98365', + usps_city: 'Port Ludlow', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5029.0, + density: 52.3, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.70283, lat: 47.89513 }, + }, + { + zip_code: '93422', + usps_city: 'Atascadero', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33466.0, + density: 213.5, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.69045, lat: 35.46459 }, + }, + { + zip_code: '93437', + usps_city: 'Lompoc', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3387.0, + density: 33.7, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.54348, lat: 34.73737 }, + }, + { + zip_code: '93543', + usps_city: 'Littlerock', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14392.0, + density: 93.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.97085, lat: 34.48918 }, + }, + { + zip_code: '93657', + usps_city: 'Sanger', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35666.0, + density: 64.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.44483, lat: 36.78348 }, + }, + { + zip_code: '93727', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 84449.0, + density: 1007.1, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.6806, lat: 36.75155 }, + }, + { + zip_code: '93907', + usps_city: 'Salinas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23299.0, + density: 166.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.66778, lat: 36.76958 }, + }, + { + zip_code: '94028', + usps_city: 'Portola Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7125.0, + density: 180.6, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "98.42", "06085": "1.58"}', + coty_name: ['San Mateo', 'Santa Clara'], + cty_code: ['06081', '06085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.21545, lat: 37.37857 }, + }, + { + zip_code: '94104', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 2135.8, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40207, lat: 37.79146 }, + }, + { + zip_code: '94118', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42095.0, + density: 8339.4, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.46246, lat: 37.7801 }, + }, + { + zip_code: '94124', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35747.0, + density: 2801.6, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38463, lat: 37.73082 }, + }, + { + zip_code: '98026', + usps_city: 'Edmonds', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37995.0, + density: 1571.8, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33164, lat: 47.83559 }, + }, + { + zip_code: '98047', + usps_city: 'Pacific', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7124.0, + density: 1139.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "98.34", "53053": "1.66"}', + coty_name: ['King', 'Pierce'], + cty_code: ['53033', '53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24756, lat: 47.26208 }, + }, + { + zip_code: '98107', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 27534.0, + density: 4838.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3781, lat: 47.66762 }, + }, + { + zip_code: '98110', + usps_city: 'Bainbridge Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24486.0, + density: 342.4, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.54353, lat: 47.64469 }, + }, + { + zip_code: '98164', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 19312.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33203, lat: 47.60596 }, + }, + { + zip_code: '98295', + usps_city: 'Sumas', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2540.0, + density: 34.0, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.22851, lat: 48.97181 }, + }, + { + zip_code: '98404', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 36243.0, + density: 1840.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41008, lat: 47.20975 }, + }, + { + zip_code: '98559', + usps_city: 'Malone', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.32725, lat: 46.95859 }, + }, + { + zip_code: '98631', + usps_city: 'Long Beach', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3256.0, + density: 77.9, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.03692, lat: 46.38858 }, + }, + { + zip_code: '98660', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12588.0, + density: 325.8, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.73187, lat: 45.68772 }, + }, + { + zip_code: '98802', + usps_city: 'East Wenatchee', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31422.0, + density: 67.6, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "100"}', + coty_name: ['Douglas'], + cty_code: ['53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.16774, lat: 47.49059 }, + }, + { + zip_code: '98836', + usps_city: 'Monitor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 53.1, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.42756, lat: 47.47526 }, + }, + { + zip_code: '98847', + usps_city: 'Peshastin', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2446.0, + density: 5.8, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.64667, lat: 47.44055 }, + }, + { + zip_code: '98855', + usps_city: 'Tonasket', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6057.0, + density: 3.6, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.27048, lat: 48.67535 }, + }, + { + zip_code: '98856', + usps_city: 'Twisp', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2561.0, + density: 2.2, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.25319, lat: 48.37294 }, + }, + { + zip_code: '98934', + usps_city: 'Kittitas', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1166.0, + density: 530.4, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.41493, lat: 46.98179 }, + }, + { + zip_code: '99116', + usps_city: 'Coulee Dam', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1521.0, + density: 12.5, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "87", "53017": "13", "53025": "0"}', + coty_name: ['Okanogan', 'Douglas', 'Grant'], + cty_code: ['53047', '53017', '53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.92858, lat: 48.01601 }, + }, + { + zip_code: '99118', + usps_city: 'Curlew', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 718.0, + density: 1.4, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.639, lat: 48.89659 }, + }, + { + zip_code: '99124', + usps_city: 'Elmer City', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 546.9, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.95282, lat: 47.9999 }, + }, + { + zip_code: '99138', + usps_city: 'Inchelium', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 0.8, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.37874, lat: 48.22236 }, + }, + { + zip_code: '99166', + usps_city: 'Republic', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3137.0, + density: 2.1, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "98.23", "53047": "1.77"}', + coty_name: ['Ferry', 'Okanogan'], + cty_code: ['53019', '53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.64454, lat: 48.5717 }, + }, + { + zip_code: '99167', + usps_city: 'Rice', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 3.3, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11899, lat: 48.41723 }, + }, + { + zip_code: '99176', + usps_city: 'Thornton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 1.5, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.42387, lat: 47.08093 }, + }, + { + zip_code: '99217', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17544.0, + density: 132.8, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2568, lat: 47.73991 }, + }, + { + zip_code: '99344', + usps_city: 'Othello', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17718.0, + density: 15.1, + primary_coty_code: '53001', + primary_coty_name: 'Adams', + county_weights: '{"53001": "87.27", "53025": "8.3", "53021": "4.44"}', + coty_name: ['Adams', 'Grant', 'Franklin'], + cty_code: ['53001', '53025', '53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.17787, lat: 46.81646 }, + }, + { + zip_code: '99346', + usps_city: 'Plymouth', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 1.7, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.30493, lat: 45.99829 }, + }, + { + zip_code: '99361', + usps_city: 'Waitsburg', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1854.0, + density: 3.2, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "95.27", "53013": "4.73"}', + coty_name: ['Walla Walla', 'Columbia'], + cty_code: ['53071', '53013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1439, lat: 46.23673 }, + }, + { + zip_code: '99556', + usps_city: 'Anchor Point', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2599.0, + density: 2.8, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.49527, lat: 59.86781 }, + }, + { + zip_code: '99573', + usps_city: 'Copper Center', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 0.1, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100"}', + coty_name: ['Valdez-Cordova'], + cty_code: ['2261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -145.99906, lat: 61.62257 }, + }, + { + zip_code: '99614', + usps_city: 'Kipnuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 9.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.06156, lat: 59.93729 }, + }, + { + zip_code: '99639', + usps_city: 'Ninilchik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1111.0, + density: 1.9, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.40405, lat: 60.06779 }, + }, + { + zip_code: '99649', + usps_city: 'Pilot Point', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 0.4, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.32341, lat: 57.51254 }, + }, + { + zip_code: '99689', + usps_city: 'Yakutat', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 1.2, + primary_coty_code: '2282', + primary_coty_name: 'Yakutat', + county_weights: '{"02282": "100"}', + coty_name: ['Yakutat'], + cty_code: ['2282'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Yakutat', + geo_point_2d: { lon: -139.48834, lat: 59.52058 }, + }, + { + zip_code: '99739', + usps_city: 'Elim', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.1, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.54862, lat: 64.96744 }, + }, + { + zip_code: '99743', + usps_city: 'Healy', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 0.1, + primary_coty_code: '2068', + primary_coty_name: 'Denali', + county_weights: '{"02068": "100"}', + coty_name: ['Denali'], + cty_code: ['2068'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -150.12799, lat: 63.7838 }, + }, + { + zip_code: '7079', + usps_city: 'South Orange', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16662.0, + density: 2257.4, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26016, lat: 40.74912 }, + }, + { + zip_code: '7102', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13505.0, + density: 4440.5, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17355, lat: 40.73591 }, + }, + { + zip_code: '7105', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 52008.0, + density: 4319.9, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13883, lat: 40.72288 }, + }, + { + zip_code: '7421', + usps_city: 'Hewitt', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7255.0, + density: 108.3, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "93.35", "34037": "6.65"}', + coty_name: ['Passaic', 'Sussex'], + cty_code: ['34031', '34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36312, lat: 41.16582 }, + }, + { + zip_code: '7502', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16396.0, + density: 6935.4, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1942, lat: 40.91863 }, + }, + { + zip_code: '7504', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11578.0, + density: 5393.6, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1413, lat: 40.91221 }, + }, + { + zip_code: '7513', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12348.0, + density: 8040.4, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14861, lat: 40.90574 }, + }, + { + zip_code: '7652', + usps_city: 'Paramus', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26503.0, + density: 980.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07117, lat: 40.94554 }, + }, + { + zip_code: '7712', + usps_city: 'Asbury Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 38435.0, + density: 1250.1, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05482, lat: 40.24812 }, + }, + { + zip_code: '7866', + usps_city: 'Rockaway', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23003.0, + density: 400.2, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49016, lat: 40.95384 }, + }, + { + zip_code: '7922', + usps_city: 'Berkeley Heights', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12314.0, + density: 855.0, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42817, lat: 40.67518 }, + }, + { + zip_code: '8043', + usps_city: 'Voorhees', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 29218.0, + density: 983.1, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95492, lat: 39.84509 }, + }, + { + zip_code: '8104', + usps_city: 'Camden', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21936.0, + density: 2736.7, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11241, lat: 39.91636 }, + }, + { + zip_code: '8349', + usps_city: 'Port Norris', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1695.0, + density: 16.1, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07138, lat: 39.27408 }, + }, + { + zip_code: '8638', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22339.0, + density: 1498.7, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.763, lat: 40.25675 }, + }, + { + zip_code: '58456', + usps_city: 'Kulm', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 0.9, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "87", "38021": "9.94", "38051": "3.06"}', + coty_name: ['LaMoure', 'Dickey', 'McIntosh'], + cty_code: ['38045', '38021', '38051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.946, lat: 46.26552 }, + }, + { + zip_code: '58530', + usps_city: 'Center', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 1.2, + primary_coty_code: '38065', + primary_coty_name: 'Oliver', + county_weights: '{"38065": "100"}', + coty_name: ['Oliver'], + cty_code: ['38065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/Center', + geo_point_2d: { lon: -101.15012, lat: 47.12919 }, + }, + { + zip_code: '58580', + usps_city: 'Zap', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 366.0, + density: 0.9, + primary_coty_code: '38057', + primary_coty_name: 'Mercer', + county_weights: '{"38057": "100"}', + coty_name: ['Mercer'], + cty_code: ['38057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/Beulah', + geo_point_2d: { lon: -101.93177, lat: 47.25974 }, + }, + { + zip_code: '646', + usps_city: 'Dorado', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 37095.0, + density: 691.0, + primary_coty_code: '72051', + primary_coty_name: 'Dorado', + county_weights: '{"72051": "99.89", "72143": "0.11"}', + coty_name: ['Dorado', 'Vega Alta'], + cty_code: ['72051', '72143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.2833, lat: 18.43401 }, + }, + { + zip_code: '650', + usps_city: 'Florida', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 14534.0, + density: 183.9, + primary_coty_code: '72054', + primary_coty_name: 'Florida', + county_weights: + '{"72054": "83.61", "72141": "11.84", "72017": "1.91", "72013": "1.51", "72039": "1.13"}', + coty_name: ['Florida', 'Utuado', 'Barceloneta', 'Arecibo', 'Ciales'], + cty_code: ['72054', '72141', '72017', '72013', '72039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.58601, lat: 18.34321 }, + }, + { + zip_code: '705', + usps_city: 'Aibonito', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 22662.0, + density: 273.9, + primary_coty_code: '72009', + primary_coty_name: 'Aibonito', + county_weights: '{"72009": "99.79", "72043": "0.21"}', + coty_name: ['Aibonito', 'Coamo'], + cty_code: ['72009', '72043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.26477, lat: 18.12946 }, + }, + { + zip_code: '1036', + usps_city: 'Hampden', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5178.0, + density: 102.6, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4159, lat: 42.06369 }, + }, + { + zip_code: '1375', + usps_city: 'Sunderland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3647.0, + density: 99.0, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55461, lat: 42.4651 }, + }, + { + zip_code: '1378', + usps_city: 'Warwick', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 9.0, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34581, lat: 42.6748 }, + }, + { + zip_code: '1453', + usps_city: 'Leominster', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 41647.0, + density: 564.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.76138, lat: 42.51864 }, + }, + { + zip_code: '1521', + usps_city: 'Holland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2630.0, + density: 82.6, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.16592, lat: 42.06012 }, + }, + { + zip_code: '1531', + usps_city: 'New Braintree', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 22.5, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12796, lat: 42.31929 }, + }, + { + zip_code: '1545', + usps_city: 'Shrewsbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 37086.0, + density: 690.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.71554, lat: 42.28423 }, + }, + { + zip_code: '1588', + usps_city: 'Whitinsville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9750.0, + density: 437.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.66956, lat: 42.11998 }, + }, + { + zip_code: '1841', + usps_city: 'Lawrence', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 49367.0, + density: 6172.0, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1651, lat: 42.71083 }, + }, + { + zip_code: '1864', + usps_city: 'North Reading', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15581.0, + density: 457.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08757, lat: 42.58157 }, + }, + { + zip_code: '1922', + usps_city: 'Byfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3910.0, + density: 157.4, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91448, lat: 42.75872 }, + }, + { + zip_code: '1969', + usps_city: 'Rowley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6372.0, + density: 140.7, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.89294, lat: 42.72121 }, + }, + { + zip_code: '2045', + usps_city: 'Hull', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10455.0, + density: 1511.1, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88269, lat: 42.28436 }, + }, + { + zip_code: '2056', + usps_city: 'Norfolk', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11309.0, + density: 293.8, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.32963, lat: 42.11637 }, + }, + { + zip_code: '2134', + usps_city: 'Allston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19907.0, + density: 5795.1, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12942, lat: 42.35788 }, + }, + { + zip_code: '2366', + usps_city: 'South Carver', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 80.8, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.65722, lat: 41.85079 }, + }, + { + zip_code: '2474', + usps_city: 'Arlington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27878.0, + density: 3528.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.15651, lat: 42.42026 }, + }, + { + zip_code: '2538', + usps_city: 'East Wareham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4128.0, + density: 351.0, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.64919, lat: 41.77699 }, + }, + { + zip_code: '2747', + usps_city: 'North Dartmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22947.0, + density: 181.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01627, lat: 41.66783 }, + }, + { + zip_code: '2771', + usps_city: 'Seekonk', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15441.0, + density: 324.3, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.31735, lat: 41.83786 }, + }, + { + zip_code: '2806', + usps_city: 'Barrington', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 16153.0, + density: 759.3, + primary_coty_code: '44001', + primary_coty_name: 'Bristol', + county_weights: '{"44001": "100"}', + coty_name: ['Bristol'], + cty_code: ['44001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.31461, lat: 41.74438 }, + }, + { + zip_code: '2818', + usps_city: 'East Greenwich', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 18292.0, + density: 323.3, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.49293, lat: 41.64311 }, + }, + { + zip_code: '2822', + usps_city: 'Exeter', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 6304.0, + density: 43.6, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63243, lat: 41.56724 }, + }, + { + zip_code: '2863', + usps_city: 'Central Falls', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 19411.0, + density: 6244.2, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39344, lat: 41.89005 }, + }, + { + zip_code: '2875', + usps_city: 'Shannock', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 155.9, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63813, lat: 41.45557 }, + }, + { + zip_code: '3045', + usps_city: 'Goffstown', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 13621.0, + density: 146.9, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57006, lat: 43.01995 }, + }, + { + zip_code: '3062', + usps_city: 'Nashua', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 27793.0, + density: 889.3, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.49566, lat: 42.72218 }, + }, + { + zip_code: '3253', + usps_city: 'Meredith', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6347.0, + density: 63.0, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.49963, lat: 43.63072 }, + }, + { + zip_code: '3259', + usps_city: 'North Sandwich', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 6.4, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39649, lat: 43.87212 }, + }, + { + zip_code: '3449', + usps_city: 'Hancock', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1751.0, + density: 22.6, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.99579, lat: 42.97584 }, + }, + { + zip_code: '3752', + usps_city: 'Goshen', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 702.0, + density: 12.1, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.11523, lat: 43.28921 }, + }, + { + zip_code: '3818', + usps_city: 'Conway', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3845.0, + density: 17.4, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25003, lat: 43.97359 }, + }, + { + zip_code: '3823', + usps_city: 'Madbury', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1849.0, + density: 67.4, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94094, lat: 43.17288 }, + }, + { + zip_code: '3841', + usps_city: 'Hampstead', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6559.0, + density: 231.0, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1809, lat: 42.88314 }, + }, + { + zip_code: '3890', + usps_city: 'West Ossipee', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 14.0, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.19664, lat: 43.80809 }, + }, + { + zip_code: '3910', + usps_city: 'York Beach', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 320.0, + density: 356.9, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61671, lat: 43.17286 }, + }, + { + zip_code: '4005', + usps_city: 'Biddeford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 23486.0, + density: 189.3, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.49547, lat: 43.49603 }, + }, + { + zip_code: '4066', + usps_city: 'Orrs Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 131.9, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.96827, lat: 43.77278 }, + }, + { + zip_code: '4068', + usps_city: 'Porter', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1440.0, + density: 17.6, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94067, lat: 43.84003 }, + }, + { + zip_code: '4071', + usps_city: 'Raymond', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5096.0, + density: 53.0, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.4508, lat: 43.92839 }, + }, + { + zip_code: '4086', + usps_city: 'Topsham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8810.0, + density: 105.7, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.95876, lat: 43.96149 }, + }, + { + zip_code: '4095', + usps_city: 'West Newfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 13.9, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91523, lat: 43.63562 }, + }, + { + zip_code: '4101', + usps_city: 'Portland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 17236.0, + density: 3320.6, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.25838, lat: 43.66239 }, + }, + { + zip_code: '4110', + usps_city: 'Cumberland Foreside', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 270.5, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.19871, lat: 43.75825 }, + }, + { + zip_code: '4257', + usps_city: 'Mexico', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2628.0, + density: 43.5, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.51358, lat: 44.57347 }, + }, + { + zip_code: '4284', + usps_city: 'Wayne', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1026.0, + density: 23.4, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.06611, lat: 44.35129 }, + }, + { + zip_code: '4471', + usps_city: 'Orient', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 2.5, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.84714, lat: 45.89108 }, + }, + { + zip_code: '4472', + usps_city: 'Orland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2022.0, + density: 16.7, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.6773, lat: 44.57351 }, + }, + { + zip_code: '4530', + usps_city: 'Bath', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 10922.0, + density: 146.5, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.8306, lat: 43.89158 }, + }, + { + zip_code: '4558', + usps_city: 'Pemaquid', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 13.5, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.51577, lat: 43.89873 }, + }, + { + zip_code: '4576', + usps_city: 'Southport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 38.9, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.66695, lat: 43.82228 }, + }, + { + zip_code: '4685', + usps_city: 'Swans Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 12.1, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.44848, lat: 44.1562 }, + }, + { + zip_code: '4928', + usps_city: 'Corinna', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2052.0, + density: 20.5, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.25694, lat: 44.94966 }, + }, + { + zip_code: '4940', + usps_city: 'Farmington Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.08322, lat: 44.62494 }, + }, + { + zip_code: '4963', + usps_city: 'Oakland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7248.0, + density: 54.9, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.81475, lat: 44.56628 }, + }, + { + zip_code: '5089', + usps_city: 'Windsor', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4256.0, + density: 40.0, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44642, lat: 43.49224 }, + }, + { + zip_code: '5358', + usps_city: 'West Halifax', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 4.0, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.72087, lat: 42.7629 }, + }, + { + zip_code: '5452', + usps_city: 'Essex Junction', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 21574.0, + density: 200.6, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.06239, lat: 44.52414 }, + }, + { + zip_code: '5468', + usps_city: 'Milton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 13786.0, + density: 83.3, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "79.99", "50011": "20.01"}', + coty_name: ['Chittenden', 'Franklin'], + cty_code: ['50007', '50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.1456, lat: 44.65535 }, + }, + { + zip_code: '5640', + usps_city: 'Adamant', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 16.1, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4932, lat: 44.34527 }, + }, + { + zip_code: '5679', + usps_city: 'Williamstown', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3347.0, + density: 32.5, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.53974, lat: 44.10737 }, + }, + { + zip_code: '5758', + usps_city: 'Mount Holly', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 8.1, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.78729, lat: 43.43386 }, + }, + { + zip_code: '5769', + usps_city: 'Salisbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1192.0, + density: 15.0, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.11551, lat: 43.91923 }, + }, + { + zip_code: '5853', + usps_city: 'Morgan', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 6.2, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.96653, lat: 44.89474 }, + }, + { + zip_code: '6062', + usps_city: 'Plainville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 17619.0, + density: 778.8, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86077, lat: 41.67341 }, + }, + { + zip_code: '6108', + usps_city: 'East Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 24474.0, + density: 1164.2, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.62155, lat: 41.78084 }, + }, + { + zip_code: '6359', + usps_city: 'North Stonington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5332.0, + density: 37.9, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.87548, lat: 41.46964 }, + }, + { + zip_code: '6405', + usps_city: 'Branford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 27711.0, + density: 503.4, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79795, lat: 41.28319 }, + }, + { + zip_code: '6438', + usps_city: 'Haddam', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2906.0, + density: 91.3, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.50352, lat: 41.45705 }, + }, + { + zip_code: '6511', + usps_city: 'New Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 53707.0, + density: 3495.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92674, lat: 41.31621 }, + }, + { + zip_code: '6712', + usps_city: 'Prospect', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9657.0, + density: 261.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97604, lat: 41.49925 }, + }, + { + zip_code: '6716', + usps_city: 'Wolcott', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 16615.0, + density: 313.8, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97336, lat: 41.60068 }, + }, + { + zip_code: '6785', + usps_city: 'South Kent', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 22.2, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44446, lat: 41.6995 }, + }, + { + zip_code: '6786', + usps_city: 'Terryville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9277.0, + density: 249.5, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.01504, lat: 41.66924 }, + }, + { + zip_code: '7004', + usps_city: 'Fairfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7390.0, + density: 281.6, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30415, lat: 40.88278 }, + }, + { + zip_code: '7018', + usps_city: 'East Orange', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27942.0, + density: 6363.6, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.21778, lat: 40.75588 }, + }, + { + zip_code: '7067', + usps_city: 'Colonia', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18205.0, + density: 1749.7, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31483, lat: 40.59263 }, + }, + { + zip_code: '8801', + usps_city: 'Annandale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8504.0, + density: 201.5, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.88658, lat: 40.6239 }, + }, + { + zip_code: '8844', + usps_city: 'Hillsborough', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 39604.0, + density: 277.8, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6729, lat: 40.49847 }, + }, + { + zip_code: '8858', + usps_city: 'Oldwick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 15.6, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73706, lat: 40.67934 }, + }, + { + zip_code: '8873', + usps_city: 'Somerset', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 54148.0, + density: 647.3, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53286, lat: 40.49836 }, + }, + { + zip_code: '8901', + usps_city: 'New Brunswick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 57572.0, + density: 3485.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44269, lat: 40.48408 }, + }, + { + zip_code: '10006', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3092.0, + density: 12793.4, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01284, lat: 40.70968 }, + }, + { + zip_code: '10021', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44280.0, + density: 44872.8, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95871, lat: 40.76939 }, + }, + { + zip_code: '10036', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28487.0, + density: 25040.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98999, lat: 40.75927 }, + }, + { + zip_code: '10119', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99298, lat: 40.75031 }, + }, + { + zip_code: '10128', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 58636.0, + density: 48612.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95016, lat: 40.78138 }, + }, + { + zip_code: '10314', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 89792.0, + density: 2534.2, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16572, lat: 40.59913 }, + }, + { + zip_code: '10472', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 67948.0, + density: 24895.4, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8694, lat: 40.8295 }, + }, + { + zip_code: '10502', + usps_city: 'Ardsley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5514.0, + density: 1004.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84149, lat: 41.01145 }, + }, + { + zip_code: '10503', + usps_city: 'Ardsley On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 3974.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8752, lat: 41.02651 }, + }, + { + zip_code: '10522', + usps_city: 'Dobbs Ferry', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11070.0, + density: 1759.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86479, lat: 41.01226 }, + }, + { + zip_code: '10543', + usps_city: 'Mamaroneck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20951.0, + density: 1980.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73552, lat: 40.95199 }, + }, + { + zip_code: '10970', + usps_city: 'Pomona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10082.0, + density: 282.6, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07769, lat: 41.18793 }, + }, + { + zip_code: '11230', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 86139.0, + density: 18069.0, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96506, lat: 40.62214 }, + }, + { + zip_code: '11231', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37874.0, + density: 10286.4, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00465, lat: 40.67767 }, + }, + { + zip_code: '11355', + usps_city: 'Flushing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 80987.0, + density: 18020.1, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82092, lat: 40.75148 }, + }, + { + zip_code: '11423', + usps_city: 'Hollis', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30104.0, + density: 8212.3, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76843, lat: 40.71561 }, + }, + { + zip_code: '11432', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64299.0, + density: 11550.3, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79306, lat: 40.71529 }, + }, + { + zip_code: '11545', + usps_city: 'Glen Head', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12604.0, + density: 424.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58903, lat: 40.82705 }, + }, + { + zip_code: '11547', + usps_city: 'Glenwood Landing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 681.0, + density: 604.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64435, lat: 40.83073 }, + }, + { + zip_code: '11766', + usps_city: 'Mount Sinai', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11720.0, + density: 734.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.0165, lat: 40.93582 }, + }, + { + zip_code: '12043', + usps_city: 'Cobleskill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8129.0, + density: 50.8, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "99.94", "36077": "0.06"}', + coty_name: ['Schoharie', 'Otsego'], + cty_code: ['36095', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.52273, lat: 42.70454 }, + }, + { + zip_code: '12166', + usps_city: 'Sprakers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1148.0, + density: 10.1, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "99.63", "36095": "0.37"}', + coty_name: ['Montgomery', 'Schoharie'], + cty_code: ['36057', '36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.45279, lat: 42.8387 }, + }, + { + zip_code: '12172', + usps_city: 'Stottville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 242.6, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73955, lat: 42.28913 }, + }, + { + zip_code: '12187', + usps_city: 'Warnerville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 513.0, + density: 8.6, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46226, lat: 42.62196 }, + }, + { + zip_code: '12440', + usps_city: 'High Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1997.0, + density: 33.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17726, lat: 41.77871 }, + }, + { + zip_code: '12446', + usps_city: 'Kerhonkson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5063.0, + density: 28.8, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32554, lat: 41.80597 }, + }, + { + zip_code: '12454', + usps_city: 'Maplecrest', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 366.0, + density: 12.7, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15098, lat: 42.28669 }, + }, + { + zip_code: '12736', + usps_city: 'Fremont Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 2.9, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.03209, lat: 41.85536 }, + }, + { + zip_code: '12776', + usps_city: 'Roscoe', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2078.0, + density: 7.3, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "67.11", "36025": "32.89"}', + coty_name: ['Sullivan', 'Delaware'], + cty_code: ['36105', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.93463, lat: 41.96089 }, + }, + { + zip_code: '12787', + usps_city: 'White Sulphur Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 35.4, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8353, lat: 41.79796 }, + }, + { + zip_code: '12790', + usps_city: 'Wurtsboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4058.0, + density: 35.3, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51581, lat: 41.59141 }, + }, + { + zip_code: '12821', + usps_city: 'Comstock', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2869.0, + density: 199.7, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.41288, lat: 43.4587 }, + }, + { + zip_code: '12911', + usps_city: 'Keeseville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.46529, lat: 44.51911 }, + }, + { + zip_code: '12976', + usps_city: 'Rainbow Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 2.3, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.21604, lat: 44.50619 }, + }, + { + zip_code: '13027', + usps_city: 'Baldwinsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33049.0, + density: 187.5, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "99.9", "36011": "0.1"}', + coty_name: ['Onondaga', 'Cayuga'], + cty_code: ['36067', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.36419, lat: 43.16746 }, + }, + { + zip_code: '13044', + usps_city: 'Constantia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2595.0, + density: 36.1, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99873, lat: 43.29438 }, + }, + { + zip_code: '13063', + usps_city: 'Fabius', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1934.0, + density: 21.5, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.97705, lat: 42.84626 }, + }, + { + zip_code: '13115', + usps_city: 'Minetto', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 176.5, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47876, lat: 43.39866 }, + }, + { + zip_code: '13131', + usps_city: 'Parish', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3611.0, + density: 26.3, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09224, lat: 43.42122 }, + }, + { + zip_code: '13167', + usps_city: 'West Monroe', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3067.0, + density: 34.7, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06023, lat: 43.31407 }, + }, + { + zip_code: '13325', + usps_city: 'Constableville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1059.0, + density: 5.3, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52688, lat: 43.57631 }, + }, + { + zip_code: '13345', + usps_city: 'Greig', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 10.2, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33017, lat: 43.68855 }, + }, + { + zip_code: '13362', + usps_city: 'Knoxboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 209.8, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52199, lat: 42.98218 }, + }, + { + zip_code: '13409', + usps_city: 'Munnsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2437.0, + density: 27.3, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5951, lat: 42.97648 }, + }, + { + zip_code: '13675', + usps_city: 'Plessis', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 54.6, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84834, lat: 44.27907 }, + }, + { + zip_code: '13680', + usps_city: 'Rensselaer Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1702.0, + density: 18.7, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32386, lat: 44.59421 }, + }, + { + zip_code: '13794', + usps_city: 'Killawog', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 36.1, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0137, lat: 42.39312 }, + }, + { + zip_code: '13830', + usps_city: 'Oxford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5077.0, + density: 17.7, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62797, lat: 42.44002 }, + }, + { + zip_code: '13860', + usps_city: 'West Davenport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 11.4, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.93801, lat: 42.4514 }, + }, + { + zip_code: '14134', + usps_city: 'Sardinia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 50.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52419, lat: 42.52748 }, + }, + { + zip_code: '14172', + usps_city: 'Wilson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3002.0, + density: 47.1, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81813, lat: 43.28315 }, + }, + { + zip_code: '14204', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8643.0, + density: 1856.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86135, lat: 42.88221 }, + }, + { + zip_code: '14468', + usps_city: 'Hilton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17913.0, + density: 130.5, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.80539, lat: 43.29112 }, + }, + { + zip_code: '14513', + usps_city: 'Newark', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13938.0, + density: 114.7, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "97.67", "36069": "2.33"}', + coty_name: ['Wayne', 'Ontario'], + cty_code: ['36117', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09532, lat: 43.07279 }, + }, + { + zip_code: '14548', + usps_city: 'Shortsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3826.0, + density: 49.1, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24386, lat: 42.97605 }, + }, + { + zip_code: '14588', + usps_city: 'Willard', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 1282.8, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87062, lat: 42.68099 }, + }, + { + zip_code: '14611', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16962.0, + density: 2262.6, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64714, lat: 43.14749 }, + }, + { + zip_code: '14717', + usps_city: 'Caneadea', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 7.2, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.18399, lat: 42.364 }, + }, + { + zip_code: '14720', + usps_city: 'Celoron', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 948.0, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.28113, lat: 42.10857 }, + }, + { + zip_code: '14724', + usps_city: 'Clymer', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2405.0, + density: 12.5, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.6687, lat: 42.05281 }, + }, + { + zip_code: '14739', + usps_city: 'Friendship', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2740.0, + density: 13.4, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14761, lat: 42.19164 }, + }, + { + zip_code: '14760', + usps_city: 'Olean', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17640.0, + density: 107.3, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.41388, lat: 42.07338 }, + }, + { + zip_code: '14767', + usps_city: 'Panama', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 15.5, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.51133, lat: 42.05172 }, + }, + { + zip_code: '14873', + usps_city: 'Prattsburgh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2574.0, + density: 13.5, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.29841, lat: 42.52238 }, + }, + { + zip_code: '15063', + usps_city: 'Monongahela', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11481.0, + density: 155.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "85.68", "42003": "14.32"}', + coty_name: ['Washington', 'Allegheny'], + cty_code: ['42125', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92427, lat: 40.19504 }, + }, + { + zip_code: '15071', + usps_city: 'Oakdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10794.0, + density: 227.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18779, lat: 40.41207 }, + }, + { + zip_code: '15228', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17691.0, + density: 2174.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04415, lat: 40.37077 }, + }, + { + zip_code: '15312', + usps_city: 'Avella', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3849.0, + density: 19.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43834, lat: 40.25414 }, + }, + { + zip_code: '15358', + usps_city: 'Richeyville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 309.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00301, lat: 40.05539 }, + }, + { + zip_code: '15362', + usps_city: 'Spraggs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 11.1, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21676, lat: 39.76238 }, + }, + { + zip_code: '15419', + usps_city: 'California', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4460.0, + density: 993.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89447, lat: 40.05555 }, + }, + { + zip_code: '15430', + usps_city: 'Dickerson Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 441.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65538, lat: 40.04023 }, + }, + { + zip_code: '15434', + usps_city: 'Elco', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 445.7, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88112, lat: 40.08062 }, + }, + { + zip_code: '15438', + usps_city: 'Fayette City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2256.0, + density: 76.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84248, lat: 40.07556 }, + }, + { + zip_code: '15551', + usps_city: 'Markleton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 8.0, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.27776, lat: 39.88566 }, + }, + { + zip_code: '15678', + usps_city: 'Rillton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 492.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72629, lat: 40.28723 }, + }, + { + zip_code: '15693', + usps_city: 'Whitney', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 1128.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.40769, lat: 40.25312 }, + }, + { + zip_code: '15698', + usps_city: 'Yukon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 155.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.68947, lat: 40.21638 }, + }, + { + zip_code: '15714', + usps_city: 'Northern Cambria', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4742.0, + density: 66.7, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "90.93", "42063": "9.07"}', + coty_name: ['Cambria', 'Indiana'], + cty_code: ['42021', '42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82308, lat: 40.64535 }, + }, + { + zip_code: '15926', + usps_city: 'Central City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2452.0, + density: 33.7, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82426, lat: 40.05189 }, + }, + { + zip_code: '15942', + usps_city: 'Mineral Point', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1789.0, + density: 37.3, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81228, lat: 40.40348 }, + }, + { + zip_code: '16045', + usps_city: 'Lyndora', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 668.9, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91668, lat: 40.85285 }, + }, + { + zip_code: '16046', + usps_city: 'Mars', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16699.0, + density: 283.2, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "87.75", "42003": "12.25"}', + coty_name: ['Butler', 'Allegheny'], + cty_code: ['42019', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03006, lat: 40.70069 }, + }, + { + zip_code: '16132', + usps_city: 'Hillsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 85.1, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50568, lat: 41.00591 }, + }, + { + zip_code: '16155', + usps_city: 'Villa Maria', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 71.3, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.51078, lat: 41.0677 }, + }, + { + zip_code: '16239', + usps_city: 'Marienville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4952.0, + density: 9.7, + primary_coty_code: '42053', + primary_coty_name: 'Forest', + county_weights: '{"42053": "100"}', + coty_name: ['Forest'], + cty_code: ['42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13575, lat: 41.49187 }, + }, + { + zip_code: '16322', + usps_city: 'Endeavor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 5.1, + primary_coty_code: '42053', + primary_coty_name: 'Forest', + county_weights: '{"42053": "100"}', + coty_name: ['Forest'], + cty_code: ['42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3737, lat: 41.59896 }, + }, + { + zip_code: '16334', + usps_city: 'Marble', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 23.2, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.45521, lat: 41.29108 }, + }, + { + zip_code: '16402', + usps_city: 'Bear Lake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 14.9, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46564, lat: 41.95791 }, + }, + { + zip_code: '16655', + usps_city: 'Imler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1451.0, + density: 16.1, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "94.57", "42013": "5.43"}', + coty_name: ['Bedford', 'Blair'], + cty_code: ['42009', '42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55158, lat: 40.24865 }, + }, + { + zip_code: '16671', + usps_city: 'Ramey', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 79.7, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40205, lat: 40.79412 }, + }, + { + zip_code: '16686', + usps_city: 'Tyrone', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13198.0, + density: 37.7, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "91.1", "42061": "7.23", "42027": "1.67"}', + coty_name: ['Blair', 'Huntingdon', 'Centre'], + cty_code: ['42013', '42061', '42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.25087, lat: 40.66829 }, + }, + { + zip_code: '16829', + usps_city: 'Clarence', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 8.8, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89326, lat: 41.08391 }, + }, + { + zip_code: '16833', + usps_city: 'Curwensville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5332.0, + density: 28.8, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57434, lat: 40.94064 }, + }, + { + zip_code: '16876', + usps_city: 'Wallaceton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 94.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2909, lat: 40.96634 }, + }, + { + zip_code: '17023', + usps_city: 'Elizabethville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3500.0, + density: 60.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81627, lat: 40.58425 }, + }, + { + zip_code: '17051', + usps_city: 'McVeytown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4831.0, + density: 21.2, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77506, lat: 40.45876 }, + }, + { + zip_code: '17260', + usps_city: 'Shirleysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 12.1, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89587, lat: 40.29452 }, + }, + { + zip_code: '17339', + usps_city: 'Lewisberry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6930.0, + density: 95.5, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88376, lat: 40.13511 }, + }, + { + zip_code: '17363', + usps_city: 'Stewartstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9476.0, + density: 97.2, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5864, lat: 39.76864 }, + }, + { + zip_code: '17505', + usps_city: 'Bird In Hand', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1742.0, + density: 97.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19127, lat: 40.06035 }, + }, + { + zip_code: '17835', + usps_city: 'Laurelton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 315.5, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.20329, lat: 40.88165 }, + }, + { + zip_code: '17836', + usps_city: 'Leck Kill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 20.5, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6016, lat: 40.71336 }, + }, + { + zip_code: '17945', + usps_city: 'Locustdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 70.0, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "51.67", "42107": "48.33"}', + coty_name: ['Columbia', 'Schuylkill'], + cty_code: ['42037', '42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37512, lat: 40.78458 }, + }, + { + zip_code: '17948', + usps_city: 'Mahanoy City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4677.0, + density: 70.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11385, lat: 40.84075 }, + }, + { + zip_code: '17981', + usps_city: 'Tremont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2713.0, + density: 38.3, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39047, lat: 40.63435 }, + }, + { + zip_code: '18042', + usps_city: 'Easton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 42299.0, + density: 770.8, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22403, lat: 40.65153 }, + }, + { + zip_code: '18069', + usps_city: 'Orefield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7973.0, + density: 222.7, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61736, lat: 40.62593 }, + }, + { + zip_code: '18083', + usps_city: 'Stockertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 257.0, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26709, lat: 40.75457 }, + }, + { + zip_code: '18223', + usps_city: 'Ebervale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 57.6, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9502, lat: 40.98235 }, + }, + { + zip_code: '18242', + usps_city: 'Oneida', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 39.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.12435, lat: 40.91137 }, + }, + { + zip_code: '18251', + usps_city: 'Sybertsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 61.8, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07726, lat: 41.00788 }, + }, + { + zip_code: '18332', + usps_city: 'Henryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2527.0, + density: 70.1, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.262, lat: 41.08952 }, + }, + { + zip_code: '18343', + usps_city: 'Mount Bethel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4255.0, + density: 73.9, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10849, lat: 40.89562 }, + }, + { + zip_code: '18473', + usps_city: 'White Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 207.7, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21087, lat: 41.52436 }, + }, + { + zip_code: '18628', + usps_city: 'Lopez', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 4.0, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31442, lat: 41.43793 }, + }, + { + zip_code: '18706', + usps_city: 'Wilkes Barre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15885.0, + density: 231.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91138, lat: 41.20436 }, + }, + { + zip_code: '18831', + usps_city: 'Milan', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 15.6, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60085, lat: 41.89121 }, + }, + { + zip_code: '18913', + usps_city: 'Carversville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 11.6, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05577, lat: 40.38173 }, + }, + { + zip_code: '18942', + usps_city: 'Ottsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2773.0, + density: 47.7, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15929, lat: 40.47019 }, + }, + { + zip_code: '19033', + usps_city: 'Folsom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8826.0, + density: 3091.0, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32837, lat: 39.89093 }, + }, + { + zip_code: '19061', + usps_city: 'Marcus Hook', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20248.0, + density: 1115.1, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.43547, lat: 39.82937 }, + }, + { + zip_code: '19081', + usps_city: 'Swarthmore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9923.0, + density: 1715.0, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34715, lat: 39.89805 }, + }, + { + zip_code: '19142', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29078.0, + density: 6657.6, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.23414, lat: 39.92272 }, + }, + { + zip_code: '19345', + usps_city: 'Immaculata', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 1245.7, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.56539, lat: 40.0294 }, + }, + { + zip_code: '19352', + usps_city: 'Lincoln University', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11109.0, + density: 223.5, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8893, lat: 39.77689 }, + }, + { + zip_code: '19538', + usps_city: 'Maxatawny', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 38.5, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70038, lat: 40.54701 }, + }, + { + zip_code: '19560', + usps_city: 'Temple', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7886.0, + density: 374.4, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89416, lat: 40.40346 }, + }, + { + zip_code: '19606', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35413.0, + density: 496.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85738, lat: 40.33712 }, + }, + { + zip_code: '19701', + usps_city: 'Bear', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 40173.0, + density: 583.0, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69939, lat: 39.58435 }, + }, + { + zip_code: '19805', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 38457.0, + density: 2791.3, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59269, lat: 39.74475 }, + }, + { + zip_code: '19968', + usps_city: 'Milton', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 11659.0, + density: 71.8, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28649, lat: 38.77759 }, + }, + { + zip_code: '19975', + usps_city: 'Selbyville', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 9661.0, + density: 137.1, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17488, lat: 38.47014 }, + }, + { + zip_code: '19977', + usps_city: 'Smyrna', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 25670.0, + density: 118.9, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "81.06", "10003": "18.94"}', + coty_name: ['Kent', 'New Castle'], + cty_code: ['10001', '10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.55079, lat: 39.29628 }, + }, + { + zip_code: '20019', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 63829.0, + density: 3936.4, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9427, lat: 38.8918 }, + }, + { + zip_code: '20130', + usps_city: 'Paris', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 11.0, + primary_coty_code: '51043', + primary_coty_name: 'Clarke', + county_weights: '{"51043": "77.58", "51061": "22.42"}', + coty_name: ['Clarke', 'Fauquier'], + cty_code: ['51043', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9491, lat: 39.02747 }, + }, + { + zip_code: '20166', + usps_city: 'Sterling', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12236.0, + density: 270.6, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.45517, lat: 38.9858 }, + }, + { + zip_code: '20230', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0328, lat: 38.89379 }, + }, + { + zip_code: '20611', + usps_city: 'Bel Alton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1634.0, + density: 89.6, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98456, lat: 38.46079 }, + }, + { + zip_code: '20653', + usps_city: 'Lexington Park', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 24274.0, + density: 286.8, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43372, lat: 38.23019 }, + }, + { + zip_code: '20764', + usps_city: 'Shady Side', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3829.0, + density: 371.9, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51148, lat: 38.83375 }, + }, + { + zip_code: '20776', + usps_city: 'Harwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3271.0, + density: 56.0, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60779, lat: 38.87091 }, + }, + { + zip_code: '20784', + usps_city: 'Hyattsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 30270.0, + density: 2744.1, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89044, lat: 38.951 }, + }, + { + zip_code: '20817', + usps_city: 'Bethesda', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37315.0, + density: 1037.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14857, lat: 38.99815 }, + }, + { + zip_code: '21013', + usps_city: 'Baldwin', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4768.0, + density: 121.9, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "68.04", "24025": "31.96"}', + coty_name: ['Baltimore', 'Harford'], + cty_code: ['24005', '24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.48647, lat: 39.50906 }, + }, + { + zip_code: '21206', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 52020.0, + density: 2801.1, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "79.42", "24005": "20.58"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53675, lat: 39.33929 }, + }, + { + zip_code: '21538', + usps_city: 'Kitzmiller', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 8.9, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2211, lat: 39.40132 }, + }, + { + zip_code: '21550', + usps_city: 'Oakland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 14077.0, + density: 26.7, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39092, lat: 39.38906 }, + }, + { + zip_code: '21644', + usps_city: 'Ingleside', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 8.1, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87355, lat: 39.11243 }, + }, + { + zip_code: '21676', + usps_city: 'Wittman', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 26.1, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32204, lat: 38.78063 }, + }, + { + zip_code: '22060', + usps_city: 'Fort Belvoir', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9489.0, + density: 278.2, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15639, lat: 38.70543 }, + }, + { + zip_code: '22205', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18982.0, + density: 2699.6, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "99.9", "51610": "0.1"}', + coty_name: ['Arlington', 'Falls Church'], + cty_code: ['51013', '51610'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.13957, lat: 38.88348 }, + }, + { + zip_code: '22309', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 37464.0, + density: 1921.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.10725, lat: 38.71932 }, + }, + { + zip_code: '22640', + usps_city: 'Huntly', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 7.5, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "100"}', + coty_name: ['Rappahannock'], + cty_code: ['51157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.12882, lat: 38.8088 }, + }, + { + zip_code: '22738', + usps_city: 'Rochelle', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1513.0, + density: 21.6, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2774, lat: 38.28824 }, + }, + { + zip_code: '22742', + usps_city: 'Sumerduck', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1889.0, + density: 32.9, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71673, lat: 38.46197 }, + }, + { + zip_code: '22807', + usps_city: 'Harrisonburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3161.0, + density: 2869.0, + primary_coty_code: '51660', + primary_coty_name: 'Harrisonburg', + county_weights: '{"51660": "100"}', + coty_name: ['Harrisonburg'], + cty_code: ['51660'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86733, lat: 38.43417 }, + }, + { + zip_code: '22940', + usps_city: 'Free Union', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1406.0, + density: 17.3, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "87.4", "51079": "12.6"}', + coty_name: ['Albemarle', 'Greene'], + cty_code: ['51003', '51079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.59264, lat: 38.20259 }, + }, + { + zip_code: '22947', + usps_city: 'Keswick', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3956.0, + density: 35.0, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "94", "51109": "4.5", "51065": "1.5"}', + coty_name: ['Albemarle', 'Louisa', 'Fluvanna'], + cty_code: ['51003', '51109', '51065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.32738, lat: 38.04553 }, + }, + { + zip_code: '23129', + usps_city: 'Oilville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 73.7, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "100"}', + coty_name: ['Goochland'], + cty_code: ['51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7753, lat: 37.68646 }, + }, + { + zip_code: '23337', + usps_city: 'Wallops Island', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 430.0, + density: 91.0, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48324, lat: 37.92334 }, + }, + { + zip_code: '23418', + usps_city: 'Onley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 37.3, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68136, lat: 37.66648 }, + }, + { + zip_code: '23850', + usps_city: 'Ford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 9.3, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "77.07", "51007": "22.93"}', + coty_name: ['Dinwiddie', 'Amelia'], + cty_code: ['51053', '51007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7417, lat: 37.17355 }, + }, + { + zip_code: '24017', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23699.0, + density: 1020.7, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "100"}', + coty_name: ['Roanoke'], + cty_code: ['51770'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99184, lat: 37.29476 }, + }, + { + zip_code: '24128', + usps_city: 'Newport', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1948.0, + density: 10.4, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "73.24", "51045": "26.76"}', + coty_name: ['Giles', 'Craig'], + cty_code: ['51071', '51045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46942, lat: 37.34333 }, + }, + { + zip_code: '24175', + usps_city: 'Troutville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8142.0, + density: 43.7, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "99.5", "51161": "0.5"}', + coty_name: ['Botetourt', 'Roanoke'], + cty_code: ['51023', '51161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9396, lat: 37.42845 }, + }, + { + zip_code: '24315', + usps_city: 'Bland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3563.0, + density: 7.5, + primary_coty_code: '51021', + primary_coty_name: 'Bland', + county_weights: '{"51021": "99.55", "51071": "0.45"}', + coty_name: ['Bland', 'Giles'], + cty_code: ['51021', '51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0643, lat: 37.13892 }, + }, + { + zip_code: '24416', + usps_city: 'Buena Vista', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8756.0, + density: 60.9, + primary_coty_code: '51530', + primary_coty_name: 'Buena Vista', + county_weights: '{"51530": "75.51", "51163": "24.49"}', + coty_name: ['Buena Vista', 'Rockbridge'], + cty_code: ['51530', '51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3607, lat: 37.7223 }, + }, + { + zip_code: '24433', + usps_city: 'Doe Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 1.9, + primary_coty_code: '51091', + primary_coty_name: 'Highland', + county_weights: '{"51091": "100"}', + coty_name: ['Highland'], + cty_code: ['51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46284, lat: 38.42073 }, + }, + { + zip_code: '24482', + usps_city: 'Verona', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5267.0, + density: 132.4, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100", "51790": "0"}', + coty_name: ['Augusta', 'Staunton'], + cty_code: ['51015', '51790'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99551, lat: 38.20521 }, + }, + { + zip_code: '24485', + usps_city: 'West Augusta', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 1.5, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.33542, lat: 38.27271 }, + }, + { + zip_code: '24534', + usps_city: 'Clover', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1208.0, + density: 8.1, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.76692, lat: 36.87472 }, + }, + { + zip_code: '24604', + usps_city: 'Bishop', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 17.9, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "76.61", "54047": "23.39"}', + coty_name: ['Tazewell', 'McDowell'], + cty_code: ['51185', '54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54212, lat: 37.20996 }, + }, + { + zip_code: '24918', + usps_city: 'Ballard', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 18.3, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "93.14", "54089": "6.86"}', + coty_name: ['Monroe', 'Summers'], + cty_code: ['54063', '54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75007, lat: 37.52016 }, + }, + { + zip_code: '24944', + usps_city: 'Green Bank', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 529.0, + density: 6.8, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78368, lat: 38.38973 }, + }, + { + zip_code: '24945', + usps_city: 'Greenville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 7.0, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "100"}', + coty_name: ['Monroe'], + cty_code: ['54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.68473, lat: 37.5427 }, + }, + { + zip_code: '24957', + usps_city: 'Maxwelton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 15.4, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.41916, lat: 37.87649 }, + }, + { + zip_code: '24983', + usps_city: 'Union', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2220.0, + density: 6.9, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "100"}', + coty_name: ['Monroe'], + cty_code: ['54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.52614, lat: 37.5809 }, + }, + { + zip_code: '25039', + usps_city: 'Cedar Grove', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 12.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38211, lat: 38.24482 }, + }, + { + zip_code: '25118', + usps_city: 'Kimberly', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 19.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30255, lat: 38.1056 }, + }, + { + zip_code: '25126', + usps_city: 'London', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 387.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37206, lat: 38.20216 }, + }, + { + zip_code: '25130', + usps_city: 'Madison', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3152.0, + density: 53.8, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76326, lat: 38.04153 }, + }, + { + zip_code: '25161', + usps_city: 'Powellton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 13.7, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32386, lat: 38.05625 }, + }, + { + zip_code: '25165', + usps_city: 'Racine', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 74.5, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65112, lat: 38.14734 }, + }, + { + zip_code: '25239', + usps_city: 'Cottageville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2219.0, + density: 32.9, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "95.5", "54053": "4.5"}', + coty_name: ['Jackson', 'Mason'], + cty_code: ['54035', '54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8431, lat: 38.84049 }, + }, + { + zip_code: '25245', + usps_city: 'Given', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 7.9, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "85.52", "54079": "14.48"}', + coty_name: ['Jackson', 'Putnam'], + cty_code: ['54035', '54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74459, lat: 38.69739 }, + }, + { + zip_code: '25251', + usps_city: 'Left Hand', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 7.5, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23634, lat: 38.62056 }, + }, + { + zip_code: '25264', + usps_city: 'Mount Alto', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 14.2, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "56.24", "54053": "43.76"}', + coty_name: ['Jackson', 'Mason'], + cty_code: ['54035', '54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89657, lat: 38.85705 }, + }, + { + zip_code: '25271', + usps_city: 'Ripley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9769.0, + density: 38.6, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "100"}', + coty_name: ['Jackson'], + cty_code: ['54035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68577, lat: 38.78552 }, + }, + { + zip_code: '25302', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13312.0, + density: 420.6, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59669, lat: 38.39111 }, + }, + { + zip_code: '25309', + usps_city: 'South Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13554.0, + density: 148.1, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75055, lat: 38.30848 }, + }, + { + zip_code: '25506', + usps_city: 'Branchland', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5097.0, + density: 18.9, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "86.46", "54011": "13.54"}', + coty_name: ['Lincoln', 'Cabell'], + cty_code: ['54043', '54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18599, lat: 38.20695 }, + }, + { + zip_code: '25545', + usps_city: 'Ona', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4543.0, + density: 63.0, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "100"}', + coty_name: ['Cabell'], + cty_code: ['54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.225, lat: 38.46331 }, + }, + { + zip_code: '25557', + usps_city: 'Ranger', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1729.0, + density: 14.8, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16327, lat: 38.09699 }, + }, + { + zip_code: '25635', + usps_city: 'Man', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1658.0, + density: 46.0, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89407, lat: 37.71765 }, + }, + { + zip_code: '25688', + usps_city: 'North Matewan', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 29.2, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13805, lat: 37.62827 }, + }, + { + zip_code: '26032', + usps_city: 'Bethany', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 35.9, + primary_coty_code: '54009', + primary_coty_name: 'Brooke', + county_weights: '{"54009": "100"}', + coty_name: ['Brooke'], + cty_code: ['54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54318, lat: 40.19612 }, + }, + { + zip_code: '26033', + usps_city: 'Cameron', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2068.0, + density: 8.6, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5774, lat: 39.83105 }, + }, + { + zip_code: '26133', + usps_city: 'Belleville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1492.0, + density: 14.7, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67231, lat: 39.12255 }, + }, + { + zip_code: '26143', + usps_city: 'Elizabeth', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4291.0, + density: 11.4, + primary_coty_code: '54105', + primary_coty_name: 'Wirt', + county_weights: + '{"54105": "89.16", "54107": "6.99", "54035": "2.33", "54085": "0.9", "54013": "0.62"}', + coty_name: ['Wirt', 'Wood', 'Jackson', 'Ritchie', 'Calhoun'], + cty_code: ['54105', '54107', '54035', '54085', '54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37044, lat: 39.05665 }, + }, + { + zip_code: '26147', + usps_city: 'Grantsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1987.0, + density: 16.6, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07294, lat: 38.90661 }, + }, + { + zip_code: '26416', + usps_city: 'Philippi', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7850.0, + density: 22.0, + primary_coty_code: '54001', + primary_coty_name: 'Barbour', + county_weights: '{"54001": "100"}', + coty_name: ['Barbour'], + cty_code: ['54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.02163, lat: 39.1617 }, + }, + { + zip_code: '26588', + usps_city: 'Rivesville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2591.0, + density: 36.4, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "88.74", "54061": "11.26"}', + coty_name: ['Marion', 'Monongalia'], + cty_code: ['54049', '54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14078, lat: 39.57268 }, + }, + { + zip_code: '26810', + usps_city: 'Lost City', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 5.4, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "100"}', + coty_name: ['Hardy'], + cty_code: ['54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74476, lat: 38.98119 }, + }, + { + zip_code: '27007', + usps_city: 'Ararat', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 46.4, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "100"}', + coty_name: ['Surry'], + cty_code: ['37171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59249, lat: 36.38732 }, + }, + { + zip_code: '27027', + usps_city: 'Mayodan', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4190.0, + density: 74.4, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "100"}', + coty_name: ['Rockingham'], + cty_code: ['37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98931, lat: 36.44539 }, + }, + { + zip_code: '27101', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19713.0, + density: 596.2, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19857, lat: 36.11173 }, + }, + { + zip_code: '27107', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48000.0, + density: 284.8, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "73.47", "37057": "26.53"}', + coty_name: ['Forsyth', 'Davidson'], + cty_code: ['37067', '37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1783, lat: 36.01471 }, + }, + { + zip_code: '27215', + usps_city: 'Burlington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42331.0, + density: 262.6, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "96.32", "37081": "3.68"}', + coty_name: ['Alamance', 'Guilford'], + cty_code: ['37001', '37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48892, lat: 36.03178 }, + }, + { + zip_code: '27310', + usps_city: 'Oak Ridge', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7253.0, + density: 174.2, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99314, lat: 36.17268 }, + }, + { + zip_code: '27510', + usps_city: 'Carrboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15117.0, + density: 1563.8, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "100"}', + coty_name: ['Orange'], + cty_code: ['37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08193, lat: 35.91585 }, + }, + { + zip_code: '27529', + usps_city: 'Garner', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 50683.0, + density: 338.6, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "74.82", "37101": "25.18"}', + coty_name: ['Wake', 'Johnston'], + cty_code: ['37183', '37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.58172, lat: 35.65233 }, + }, + { + zip_code: '27853', + usps_city: 'Margarettsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 5.4, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.30433, lat: 36.51478 }, + }, + { + zip_code: '27941', + usps_city: 'Harbinger', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 51.8, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8169, lat: 36.10241 }, + }, + { + zip_code: '27950', + usps_city: 'Knotts Island', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2048.0, + density: 26.6, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00081, lat: 36.52599 }, + }, + { + zip_code: '27976', + usps_city: 'South Mills', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4129.0, + density: 15.0, + primary_coty_code: '37029', + primary_coty_name: 'Camden', + county_weights: '{"37029": "100"}', + coty_name: ['Camden'], + cty_code: ['37029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35104, lat: 36.48796 }, + }, + { + zip_code: '28079', + usps_city: 'Indian Trail', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 37694.0, + density: 331.1, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "100"}', + coty_name: ['Union'], + cty_code: ['37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60317, lat: 35.11227 }, + }, + { + zip_code: '28089', + usps_city: 'Lattimore', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 353.2, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "100"}', + coty_name: ['Cleveland'], + cty_code: ['37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65975, lat: 35.31818 }, + }, + { + zip_code: '28119', + usps_city: 'Morven', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2391.0, + density: 14.0, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "100"}', + coty_name: ['Anson'], + cty_code: ['37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01586, lat: 34.8509 }, + }, + { + zip_code: '28203', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16655.0, + density: 1938.4, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85911, lat: 35.20815 }, + }, + { + zip_code: '28327', + usps_city: 'Carthage', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17013.0, + density: 34.5, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.42307, lat: 35.35637 }, + }, + { + zip_code: '28334', + usps_city: 'Dunn', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23410.0, + density: 56.4, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: + '{"37085": "64.52", "37163": "27.94", "37101": "5.58", "37051": "1.97"}', + coty_name: ['Harnett', 'Sampson', 'Johnston', 'Cumberland'], + cty_code: ['37085', '37163', '37101', '37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56989, lat: 35.26849 }, + }, + { + zip_code: '28423', + usps_city: 'Bolton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2421.0, + density: 11.7, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "89.96", "37017": "10.04"}', + coty_name: ['Columbus', 'Bladen'], + cty_code: ['37047', '37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39381, lat: 34.31178 }, + }, + { + zip_code: '28434', + usps_city: 'Council', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 4.6, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "100"}', + coty_name: ['Bladen'], + cty_code: ['37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46909, lat: 34.46645 }, + }, + { + zip_code: '28447', + usps_city: 'Ivanhoe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1734.0, + density: 5.8, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "42.34", "37017": "29.55", "37141": "28.11"}', + coty_name: ['Sampson', 'Bladen', 'Pender'], + cty_code: ['37163', '37017', '37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.25933, lat: 34.60051 }, + }, + { + zip_code: '28453', + usps_city: 'Magnolia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3563.0, + density: 16.6, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "91.98", "37163": "8.02"}', + coty_name: ['Duplin', 'Sampson'], + cty_code: ['37061', '37163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07909, lat: 34.88191 }, + }, + { + zip_code: '28460', + usps_city: 'Sneads Ferry', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10845.0, + density: 120.3, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.424, lat: 34.53297 }, + }, + { + zip_code: '28463', + usps_city: 'Tabor City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9116.0, + density: 29.9, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78748, lat: 34.10815 }, + }, + { + zip_code: '28468', + usps_city: 'Sunset Beach', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5235.0, + density: 114.9, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52122, lat: 33.90232 }, + }, + { + zip_code: '28546', + usps_city: 'Jacksonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 46435.0, + density: 319.7, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.36104, lat: 34.79662 }, + }, + { + zip_code: '28586', + usps_city: 'Vanceboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7808.0, + density: 23.0, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "93.75", "37013": "4.59", "37147": "1.67"}', + coty_name: ['Craven', 'Beaufort', 'Pitt'], + cty_code: ['37049', '37013', '37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16349, lat: 35.31639 }, + }, + { + zip_code: '28601', + usps_city: 'Hickory', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 51401.0, + density: 431.1, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: + '{"37035": "83.13", "37023": "7.62", "37003": "5.39", "37027": "3.86"}', + coty_name: ['Catawba', 'Burke', 'Alexander', 'Caldwell'], + cty_code: ['37035', '37023', '37003', '37027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32634, lat: 35.77253 }, + }, + { + zip_code: '28621', + usps_city: 'Elkin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10637.0, + density: 58.6, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "68.43", "37193": "31.57"}', + coty_name: ['Surry', 'Wilkes'], + cty_code: ['37171', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.83736, lat: 36.30808 }, + }, + { + zip_code: '28643', + usps_city: 'Lansing', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3842.0, + density: 21.3, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5344, lat: 36.5296 }, + }, + { + zip_code: '28668', + usps_city: 'Roaring Gap', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 14.3, + primary_coty_code: '37005', + primary_coty_name: 'Alleghany', + county_weights: '{"37005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['37005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99129, lat: 36.40737 }, + }, + { + zip_code: '28740', + usps_city: 'Green Mountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 5.9, + primary_coty_code: '37199', + primary_coty_name: 'Yancey', + county_weights: '{"37199": "56.82", "37121": "43.18"}', + coty_name: ['Yancey', 'Mitchell'], + cty_code: ['37199', '37121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2842, lat: 36.05004 }, + }, + { + zip_code: '28803', + usps_city: 'Asheville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34491.0, + density: 347.4, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52001, lat: 35.52962 }, + }, + { + zip_code: '29020', + usps_city: 'Camden', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21219.0, + density: 36.0, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "97.34", "45061": "2.66"}', + coty_name: ['Kershaw', 'Lee'], + cty_code: ['45055', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59702, lat: 34.31226 }, + }, + { + zip_code: '29059', + usps_city: 'Holly Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5573.0, + density: 19.4, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "97.03", "45015": "2.97"}', + coty_name: ['Orangeburg', 'Berkeley'], + cty_code: ['45075', '45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4176, lat: 33.32915 }, + }, + { + zip_code: '29108', + usps_city: 'Newberry', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21444.0, + density: 39.8, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "100"}', + coty_name: ['Newberry'], + cty_code: ['45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62475, lat: 34.29876 }, + }, + { + zip_code: '29137', + usps_city: 'Salley', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 9.2, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "90", "45075": "10"}', + coty_name: ['Aiken', 'Orangeburg'], + cty_code: ['45003', '45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32452, lat: 33.60057 }, + }, + { + zip_code: '29369', + usps_city: 'Moore', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14547.0, + density: 197.0, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02147, lat: 34.86455 }, + }, + { + zip_code: '29406', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34620.0, + density: 916.2, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "99.45", "45015": "0.55"}', + coty_name: ['Charleston', 'Berkeley'], + cty_code: ['45019', '45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03262, lat: 32.93544 }, + }, + { + zip_code: '29437', + usps_city: 'Dorchester', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3225.0, + density: 13.4, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "100"}', + coty_name: ['Dorchester'], + cty_code: ['45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42264, lat: 33.14178 }, + }, + { + zip_code: '29577', + usps_city: 'Myrtle Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32296.0, + density: 529.8, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90303, lat: 33.69869 }, + }, + { + zip_code: '29650', + usps_city: 'Greer', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35253.0, + density: 756.5, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "99.81", "45083": "0.19"}', + coty_name: ['Greenville', 'Spartanburg'], + cty_code: ['45045', '45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25845, lat: 34.89755 }, + }, + { + zip_code: '29687', + usps_city: 'Taylors', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42219.0, + density: 347.0, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32764, lat: 34.98422 }, + }, + { + zip_code: '29924', + usps_city: 'Hampton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4189.0, + density: 30.2, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "100"}', + coty_name: ['Hampton'], + cty_code: ['45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11328, lat: 32.87669 }, + }, + { + zip_code: '30043', + usps_city: 'Lawrenceville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 91378.0, + density: 1084.5, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.00744, lat: 34.00303 }, + }, + { + zip_code: '30114', + usps_city: 'Canton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 54709.0, + density: 196.9, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "100"}', + coty_name: ['Cherokee'], + cty_code: ['13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5257, lat: 34.24693 }, + }, + { + zip_code: '30120', + usps_city: 'Cartersville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 40945.0, + density: 171.7, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "100"}', + coty_name: ['Bartow'], + cty_code: ['13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.85534, lat: 34.16708 }, + }, + { + zip_code: '30127', + usps_city: 'Powder Springs', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 70298.0, + density: 534.6, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "86.4", "13223": "13.6"}', + coty_name: ['Cobb', 'Paulding'], + cty_code: ['13067', '13223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.69609, lat: 33.87477 }, + }, + { + zip_code: '30141', + usps_city: 'Hiram', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23733.0, + density: 311.2, + primary_coty_code: '13223', + primary_coty_name: 'Paulding', + county_weights: '{"13223": "92.37", "13067": "7.63"}', + coty_name: ['Paulding', 'Cobb'], + cty_code: ['13223', '13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.77175, lat: 33.86264 }, + }, + { + zip_code: '30143', + usps_city: 'Jasper', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23206.0, + density: 64.3, + primary_coty_code: '13227', + primary_coty_name: 'Pickens', + county_weights: '{"13227": "97.09", "13085": "2.13", "13057": "0.79"}', + coty_name: ['Pickens', 'Dawson', 'Cherokee'], + cty_code: ['13227', '13085', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43321, lat: 34.45879 }, + }, + { + zip_code: '30215', + usps_city: 'Fayetteville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36879.0, + density: 198.6, + primary_coty_code: '13113', + primary_coty_name: 'Fayette', + county_weights: '{"13113": "89.97", "13063": "10.03"}', + coty_name: ['Fayette', 'Clayton'], + cty_code: ['13113', '13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45729, lat: 33.38857 }, + }, + { + zip_code: '30250', + usps_city: 'Lovejoy', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 905.0, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "100"}', + coty_name: ['Clayton'], + cty_code: ['13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31423, lat: 33.43662 }, + }, + { + zip_code: '30251', + usps_city: 'Luthersville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2313.0, + density: 25.9, + primary_coty_code: '13199', + primary_coty_name: 'Meriwether', + county_weights: '{"13199": "100"}', + coty_name: ['Meriwether'], + cty_code: ['13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.69729, lat: 33.18817 }, + }, + { + zip_code: '30259', + usps_city: 'Moreland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3219.0, + density: 35.7, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "100"}', + coty_name: ['Coweta'], + cty_code: ['13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74014, lat: 33.26422 }, + }, + { + zip_code: '30307', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20036.0, + density: 1694.7, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "72.32", "13121": "27.68"}', + coty_name: ['DeKalb', 'Fulton'], + cty_code: ['13089', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33398, lat: 33.7707 }, + }, + { + zip_code: '30311', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36389.0, + density: 1130.1, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47479, lat: 33.72336 }, + }, + { + zip_code: '30322', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2780.0, + density: 2485.6, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32589, lat: 33.79484 }, + }, + { + zip_code: '30513', + usps_city: 'Blue Ridge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12108.0, + density: 31.5, + primary_coty_code: '13111', + primary_coty_name: 'Fannin', + county_weights: '{"13111": "95.83", "13123": "4.17"}', + coty_name: ['Fannin', 'Gilmer'], + cty_code: ['13111', '13123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31999, lat: 34.82426 }, + }, + { + zip_code: '30547', + usps_city: 'Homer', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3057.0, + density: 22.5, + primary_coty_code: '13011', + primary_coty_name: 'Banks', + county_weights: '{"13011": "100"}', + coty_name: ['Banks'], + cty_code: ['13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.46228, lat: 34.36056 }, + }, + { + zip_code: '30558', + usps_city: 'Maysville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5322.0, + density: 34.8, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: '{"13157": "53.57", "13011": "46.43"}', + coty_name: ['Jackson', 'Banks'], + cty_code: ['13157', '13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56447, lat: 34.27126 }, + }, + { + zip_code: '30564', + usps_city: 'Murrayville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3844.0, + density: 48.0, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "64.19", "13187": "35.54", "13311": "0.27"}', + coty_name: ['Hall', 'Lumpkin', 'White'], + cty_code: ['13139', '13187', '13311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88621, lat: 34.47048 }, + }, + { + zip_code: '30576', + usps_city: 'Tiger', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2574.0, + density: 26.3, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44916, lat: 34.82766 }, + }, + { + zip_code: '30631', + usps_city: 'Crawfordville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 3.2, + primary_coty_code: '13265', + primary_coty_name: 'Taliaferro', + county_weights: '{"13265": "91.17", "13317": "8.83"}', + coty_name: ['Taliaferro', 'Wilkes'], + cty_code: ['13265', '13317'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87594, lat: 33.5678 }, + }, + { + zip_code: '30750', + usps_city: 'Lookout Mountain', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4558.0, + density: 133.4, + primary_coty_code: '13295', + primary_coty_name: 'Walker', + county_weights: '{"13295": "50.84", "13083": "49.16"}', + coty_name: ['Walker', 'Dade'], + cty_code: ['13295', '13083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.3882, lat: 34.94144 }, + }, + { + zip_code: '30757', + usps_city: 'Wildwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2061.0, + density: 46.5, + primary_coty_code: '13083', + primary_coty_name: 'Dade', + county_weights: '{"13083": "100"}', + coty_name: ['Dade'], + cty_code: ['13083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.43513, lat: 34.94196 }, + }, + { + zip_code: '58765', + usps_city: 'Noonan', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 0.7, + primary_coty_code: '38023', + primary_coty_name: 'Divide', + county_weights: '{"38023": "100"}', + coty_name: ['Divide'], + cty_code: ['38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.0399, lat: 48.87741 }, + }, + { + zip_code: '58769', + usps_city: 'Palermo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 0.4, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "100"}', + coty_name: ['Mountrail'], + cty_code: ['38061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.22117, lat: 48.32321 }, + }, + { + zip_code: '58773', + usps_city: 'Powers Lake', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 930.0, + density: 1.2, + primary_coty_code: '38013', + primary_coty_name: 'Burke', + county_weights: '{"38013": "81.37", "38061": "18.63"}', + coty_name: ['Burke', 'Mountrail'], + cty_code: ['38013', '38061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.65891, lat: 48.58083 }, + }, + { + zip_code: '58787', + usps_city: 'Tolley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 0.6, + primary_coty_code: '38075', + primary_coty_name: 'Renville', + county_weights: '{"38075": "100"}', + coty_name: ['Renville'], + cty_code: ['38075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.80563, lat: 48.75721 }, + }, + { + zip_code: '58794', + usps_city: 'White Earth', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 1.0, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "100"}', + coty_name: ['Mountrail'], + cty_code: ['38061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.77081, lat: 48.26294 }, + }, + { + zip_code: '59003', + usps_city: 'Ashland', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1359.0, + density: 0.8, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "85.26", "30075": "14.74"}', + coty_name: ['Rosebud', 'Powder River'], + cty_code: ['30087', '30075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.19541, lat: 45.46675 }, + }, + { + zip_code: '59008', + usps_city: 'Belfry', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 1.9, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.05888, lat: 45.07284 }, + }, + { + zip_code: '59059', + usps_city: 'Musselshell', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 0.3, + primary_coty_code: '30065', + primary_coty_name: 'Musselshell', + county_weights: '{"30065": "100"}', + coty_name: ['Musselshell'], + cty_code: ['30065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.07478, lat: 46.40735 }, + }, + { + zip_code: '59066', + usps_city: 'Pryor', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 0.7, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.49493, lat: 45.33741 }, + }, + { + zip_code: '59081', + usps_city: 'Silver Gate', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 10.6, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.97286, lat: 45.00851 }, + }, + { + zip_code: '59275', + usps_city: 'Westby', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 0.4, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "85.64", "38023": "14.36"}', + coty_name: ['Sheridan', 'Divide'], + cty_code: ['30091', '38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.20482, lat: 48.87778 }, + }, + { + zip_code: '59487', + usps_city: 'Vaughn', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 9.3, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "97.1", "30099": "2.9"}', + coty_name: ['Cascade', 'Teton'], + cty_code: ['30013', '30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.6436, lat: 47.58346 }, + }, + { + zip_code: '59535', + usps_city: 'Lloyd', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 0.0, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.26738, lat: 47.96372 }, + }, + { + zip_code: '59538', + usps_city: 'Malta', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2861.0, + density: 0.4, + primary_coty_code: '30071', + primary_coty_name: 'Phillips', + county_weights: '{"30071": "100"}', + coty_name: ['Phillips'], + cty_code: ['30071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.8404, lat: 48.07292 }, + }, + { + zip_code: '59640', + usps_city: 'Marysville', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 4.8, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "100"}', + coty_name: ['Lewis and Clark'], + cty_code: ['30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.30527, lat: 46.73543 }, + }, + { + zip_code: '59747', + usps_city: 'Pony', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 1.3, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.94574, lat: 45.71301 }, + }, + { + zip_code: '59841', + usps_city: 'Pinesdale', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 945.0, + density: 281.5, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.22324, lat: 46.33391 }, + }, + { + zip_code: '59867', + usps_city: 'Saltese', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 0.4, + primary_coty_code: '30061', + primary_coty_name: 'Mineral', + county_weights: '{"30061": "100"}', + coty_name: ['Mineral'], + cty_code: ['30061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.59571, lat: 47.42241 }, + }, + { + zip_code: '60018', + usps_city: 'Des Plaines', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30037.0, + density: 706.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89695, lat: 41.99743 }, + }, + { + zip_code: '60146', + usps_city: 'Kirkland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2390.0, + density: 17.2, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: + '{"17037": "96.79", "17007": "2.54", "17141": "0.37", "17201": "0.29"}', + coty_name: ['DeKalb', 'Boone', 'Ogle', 'Winnebago'], + cty_code: ['17037', '17007', '17141', '17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88133, lat: 42.09947 }, + }, + { + zip_code: '60189', + usps_city: 'Wheaton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29999.0, + density: 1134.3, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11786, lat: 41.83975 }, + }, + { + zip_code: '60304', + usps_city: 'Oak Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17782.0, + density: 4480.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78948, lat: 41.87243 }, + }, + { + zip_code: '60419', + usps_city: 'Dolton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22436.0, + density: 2059.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59942, lat: 41.62773 }, + }, + { + zip_code: '60519', + usps_city: 'Eola', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 160.3, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24233, lat: 41.77789 }, + }, + { + zip_code: '60638', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 58669.0, + density: 2039.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77056, lat: 41.78145 }, + }, + { + zip_code: '60927', + usps_city: 'Clifton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2053.0, + density: 10.8, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96804, lat: 40.93931 }, + }, + { + zip_code: '60936', + usps_city: 'Gibson City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4074.0, + density: 15.5, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "99.28", "17113": "0.44", "17019": "0.28"}', + coty_name: ['Ford', 'McLean', 'Champaign'], + cty_code: ['17053', '17113', '17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35707, lat: 40.46679 }, + }, + { + zip_code: '60941', + usps_city: 'Herscher', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2200.0, + density: 16.2, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "97.79", "17075": "2.21"}', + coty_name: ['Kankakee', 'Iroquois'], + cty_code: ['17091', '17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0821, lat: 41.04201 }, + }, + { + zip_code: '60942', + usps_city: 'Hoopeston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5898.0, + density: 19.7, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "96.89", "17075": "3.11"}', + coty_name: ['Vermilion', 'Iroquois'], + cty_code: ['17183', '17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66092, lat: 40.46563 }, + }, + { + zip_code: '60952', + usps_city: 'Melvin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 6.2, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "99.27", "17105": "0.73"}', + coty_name: ['Ford', 'Livingston'], + cty_code: ['17053', '17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25279, lat: 40.56446 }, + }, + { + zip_code: '60963', + usps_city: 'Rossville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1715.0, + density: 8.5, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6485, lat: 40.36667 }, + }, + { + zip_code: '60969', + usps_city: 'Union Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 119.0, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14976, lat: 41.11102 }, + }, + { + zip_code: '61049', + usps_city: 'Lindenwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 10.3, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00754, lat: 42.04417 }, + }, + { + zip_code: '61065', + usps_city: 'Poplar Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10700.0, + density: 80.8, + primary_coty_code: '17007', + primary_coty_name: 'Boone', + county_weights: '{"17007": "100"}', + coty_name: ['Boone'], + cty_code: ['17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.82753, lat: 42.40752 }, + }, + { + zip_code: '61284', + usps_city: 'Taylor Ridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1973.0, + density: 16.9, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.74672, lat: 41.39364 }, + }, + { + zip_code: '61349', + usps_city: 'Ohio', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 5.5, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "87.31", "17103": "12.69"}', + coty_name: ['Bureau', 'Lee'], + cty_code: ['17011', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44504, lat: 41.55047 }, + }, + { + zip_code: '61356', + usps_city: 'Princeton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10627.0, + density: 23.1, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43816, lat: 41.39357 }, + }, + { + zip_code: '61414', + usps_city: 'Altona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 7.3, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "92.39", "17073": "7.61"}', + coty_name: ['Knox', 'Henry'], + cty_code: ['17095', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15578, lat: 41.12471 }, + }, + { + zip_code: '61418', + usps_city: 'Biggsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 4.2, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86116, lat: 40.85029 }, + }, + { + zip_code: '61419', + usps_city: 'Bishop Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 86.6, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11754, lat: 41.19979 }, + }, + { + zip_code: '61452', + usps_city: 'Littleton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 2.8, + primary_coty_code: '17169', + primary_coty_name: 'Schuyler', + county_weights: '{"17169": "100"}', + coty_name: ['Schuyler'], + cty_code: ['17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66064, lat: 40.2362 }, + }, + { + zip_code: '61476', + usps_city: 'Seaton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 4.1, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "91.65", "17071": "8.35"}', + coty_name: ['Mercer', 'Henderson'], + cty_code: ['17131', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83225, lat: 41.0981 }, + }, + { + zip_code: '61490', + usps_city: 'Woodhull', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 10.6, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "97.16", "17095": "2.84"}', + coty_name: ['Henry', 'Knox'], + cty_code: ['17073', '17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26557, lat: 41.18512 }, + }, + { + zip_code: '61539', + usps_city: 'Kingston Mines', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 85.0, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76712, lat: 40.55515 }, + }, + { + zip_code: '61569', + usps_city: 'Trivoli', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1225.0, + density: 12.0, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "99.43", "17057": "0.57"}', + coty_name: ['Peoria', 'Fulton'], + cty_code: ['17143', '17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89323, lat: 40.68421 }, + }, + { + zip_code: '61572', + usps_city: 'Yates City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1290.0, + density: 14.0, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03681, lat: 40.80029 }, + }, + { + zip_code: '61740', + usps_city: 'Flanagan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1482.0, + density: 7.8, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86162, lat: 40.88428 }, + }, + { + zip_code: '61853', + usps_city: 'Mahomet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13875.0, + density: 110.6, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "99.17", "17147": "0.83"}', + coty_name: ['Champaign', 'Piatt'], + cty_code: ['17019', '17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4168, lat: 40.22146 }, + }, + { + zip_code: '61870', + usps_city: 'Ridge Farm', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1265.0, + density: 11.8, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "96.61", "17045": "3.39"}', + coty_name: ['Vermilion', 'Edgar'], + cty_code: ['17183', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61838, lat: 39.89756 }, + }, + { + zip_code: '61928', + usps_city: 'Gays', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 6.4, + primary_coty_code: '17139', + primary_coty_name: 'Moultrie', + county_weights: '{"17139": "64.46", "17029": "20.74", "17173": "14.8"}', + coty_name: ['Moultrie', 'Coles', 'Shelby'], + cty_code: ['17139', '17029', '17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50411, lat: 39.451 }, + }, + { + zip_code: '62236', + usps_city: 'Columbia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14067.0, + density: 99.5, + primary_coty_code: '17133', + primary_coty_name: 'Monroe', + county_weights: '{"17133": "95.48", "17163": "4.52"}', + coty_name: ['Monroe', 'St. Clair'], + cty_code: ['17133', '17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21654, lat: 38.43645 }, + }, + { + zip_code: '62242', + usps_city: 'Evansville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1365.0, + density: 9.6, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94538, lat: 38.09633 }, + }, + { + zip_code: '62330', + usps_city: 'Dallas City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1786.0, + density: 8.5, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "86.83", "17071": "13.17"}', + coty_name: ['Hancock', 'Henderson'], + cty_code: ['17067', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12552, lat: 40.57204 }, + }, + { + zip_code: '62417', + usps_city: 'Bridgeport', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2920.0, + density: 31.2, + primary_coty_code: '17101', + primary_coty_name: 'Lawrence', + county_weights: '{"17101": "100"}', + coty_name: ['Lawrence'], + cty_code: ['17101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76565, lat: 38.70667 }, + }, + { + zip_code: '62419', + usps_city: 'Calhoun', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 3.1, + primary_coty_code: '17159', + primary_coty_name: 'Richland', + county_weights: '{"17159": "100"}', + coty_name: ['Richland'], + cty_code: ['17159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98542, lat: 38.62003 }, + }, + { + zip_code: '62458', + usps_city: 'Saint Elmo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2077.0, + density: 14.1, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "96.72", "17049": "3.28"}', + coty_name: ['Fayette', 'Effingham'], + cty_code: ['17051', '17049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85146, lat: 39.02471 }, + }, + { + zip_code: '62460', + usps_city: 'Saint Francisville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 10.8, + primary_coty_code: '17101', + primary_coty_name: 'Lawrence', + county_weights: '{"17101": "97.97", "17185": "2.03"}', + coty_name: ['Lawrence', 'Wabash'], + cty_code: ['17101', '17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.69831, lat: 38.60842 }, + }, + { + zip_code: '62546', + usps_city: 'Morrisonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1740.0, + density: 5.9, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "96.13", "17135": "3.87"}', + coty_name: ['Christian', 'Montgomery'], + cty_code: ['17021', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43981, lat: 39.43185 }, + }, + { + zip_code: '62611', + usps_city: 'Arenzville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1108.0, + density: 5.8, + primary_coty_code: '17017', + primary_coty_name: 'Cass', + county_weights: '{"17017": "77.98", "17137": "22.02"}', + coty_name: ['Cass', 'Morgan'], + cty_code: ['17017', '17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39946, lat: 39.8856 }, + }, + { + zip_code: '62626', + usps_city: 'Carlinville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7603.0, + density: 17.1, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88404, lat: 39.28334 }, + }, + { + zip_code: '62634', + usps_city: 'Elkhart', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 5.8, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45198, lat: 40.01313 }, + }, + { + zip_code: '62655', + usps_city: 'Kilbourne', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 2.5, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "100"}', + coty_name: ['Mason'], + cty_code: ['17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99408, lat: 40.16542 }, + }, + { + zip_code: '62671', + usps_city: 'New Holland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 4.8, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "93.71", "17125": "6.29"}', + coty_name: ['Logan', 'Mason'], + cty_code: ['17107', '17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55842, lat: 40.17292 }, + }, + { + zip_code: '62677', + usps_city: 'Pleasant Plains', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2295.0, + density: 9.6, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "99.61", "17129": "0.39"}', + coty_name: ['Sangamon', 'Menard'], + cty_code: ['17167', '17129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8791, lat: 39.84985 }, + }, + { + zip_code: '62688', + usps_city: 'Tallula', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 699.0, + density: 5.8, + primary_coty_code: '17129', + primary_coty_name: 'Menard', + county_weights: '{"17129": "100"}', + coty_name: ['Menard'], + cty_code: ['17129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92315, lat: 39.94601 }, + }, + { + zip_code: '62819', + usps_city: 'Buckner', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 131.9, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01496, lat: 37.97952 }, + }, + { + zip_code: '62881', + usps_city: 'Salem', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10700.0, + density: 41.1, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "100"}', + coty_name: ['Marion'], + cty_code: ['17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92854, lat: 38.63515 }, + }, + { + zip_code: '62889', + usps_city: 'Texico', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 11.3, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "81.32", "17121": "18.68"}', + coty_name: ['Jefferson', 'Marion'], + cty_code: ['17081', '17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.82921, lat: 38.45813 }, + }, + { + zip_code: '62924', + usps_city: 'De Soto', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2956.0, + density: 27.1, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "86.12", "17199": "13.88"}', + coty_name: ['Jackson', 'Williamson'], + cty_code: ['17077', '17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20465, lat: 37.82386 }, + }, + { + zip_code: '62983', + usps_city: 'Royalton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 28.2, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11721, lat: 37.90497 }, + }, + { + zip_code: '62985', + usps_city: 'Simpson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 3.5, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "51.72", "17151": "48.28"}', + coty_name: ['Johnson', 'Pope'], + cty_code: ['17087', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.68961, lat: 37.46085 }, + }, + { + zip_code: '63037', + usps_city: 'Gerald', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3050.0, + density: 14.4, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3159, lat: 38.42751 }, + }, + { + zip_code: '63119', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 34141.0, + density: 1567.3, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "99.06", "29510": "0.94"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35134, lat: 38.58847 }, + }, + { + zip_code: '63137', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20097.0, + density: 1058.8, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "94.65", "29510": "5.35"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21123, lat: 38.75052 }, + }, + { + zip_code: '63369', + usps_city: 'Old Monroe', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2278.0, + density: 27.2, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76506, lat: 38.93958 }, + }, + { + zip_code: '63382', + usps_city: 'Vandalia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4962.0, + density: 16.6, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "92.83", "29173": "5.9", "29163": "1.27"}', + coty_name: ['Audrain', 'Ralls', 'Pike'], + cty_code: ['29007', '29173', '29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.49609, lat: 39.30535 }, + }, + { + zip_code: '63385', + usps_city: 'Wentzville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 44844.0, + density: 258.4, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85754, lat: 38.79705 }, + }, + { + zip_code: '63653', + usps_city: 'Leadwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1398.0, + density: 373.2, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "100"}', + coty_name: ['St. Francois'], + cty_code: ['29187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59161, lat: 37.86025 }, + }, + { + zip_code: '63744', + usps_city: 'Delta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 326.9, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7382, lat: 37.19582 }, + }, + { + zip_code: '63746', + usps_city: 'Farrar', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 8.9, + primary_coty_code: '29157', + primary_coty_name: 'Perry', + county_weights: '{"29157": "100"}', + coty_name: ['Perry'], + cty_code: ['29157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69482, lat: 37.7078 }, + }, + { + zip_code: '63771', + usps_city: 'Oran', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2860.0, + density: 11.2, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "93.22", "29207": "6.46", "29031": "0.31"}', + coty_name: ['Scott', 'Stoddard', 'Cape Girardeau'], + cty_code: ['29201', '29207', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7063, lat: 37.07344 }, + }, + { + zip_code: '63863', + usps_city: 'Malden', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6147.0, + density: 40.0, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "98.49", "29143": "1.51"}', + coty_name: ['Dunklin', 'New Madrid'], + cty_code: ['29069', '29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9795, lat: 36.56464 }, + }, + { + zip_code: '63965', + usps_city: 'Van Buren', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2796.0, + density: 5.1, + primary_coty_code: '29035', + primary_coty_name: 'Carter', + county_weights: '{"29035": "93.85", "29179": "6.15"}', + coty_name: ['Carter', 'Reynolds'], + cty_code: ['29035', '29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01243, lat: 36.9678 }, + }, + { + zip_code: '64101', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 311.2, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6006, lat: 39.10362 }, + }, + { + zip_code: '64427', + usps_city: 'Bolckow', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 3.8, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "89.11", "29147": "10.89"}', + coty_name: ['Andrew', 'Nodaway'], + cty_code: ['29003', '29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83614, lat: 40.11029 }, + }, + { + zip_code: '64479', + usps_city: 'Ravenwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 901.0, + density: 5.1, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "94.48", "29075": "5.52"}', + coty_name: ['Nodaway', 'Gentry'], + cty_code: ['29147', '29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66346, lat: 40.35026 }, + }, + { + zip_code: '64658', + usps_city: 'Marceline', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3374.0, + density: 13.8, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "79.4", "29041": "20.6"}', + coty_name: ['Linn', 'Chariton'], + cty_code: ['29115', '29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.92362, lat: 39.66687 }, + }, + { + zip_code: '64740', + usps_city: 'Deepwater', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1720.0, + density: 6.9, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: '{"29083": "85.83", "29185": "14.17"}', + coty_name: ['Henry', 'St. Clair'], + cty_code: ['29083', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71441, lat: 38.22554 }, + }, + { + zip_code: '64841', + usps_city: 'Duenweg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 533.0, + density: 532.5, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41671, lat: 37.07829 }, + }, + { + zip_code: '65020', + usps_city: 'Camdenton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 16229.0, + density: 50.2, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "100"}', + coty_name: ['Camden'], + cty_code: ['29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77976, lat: 38.00441 }, + }, + { + zip_code: '65034', + usps_city: 'Fortuna', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1165.0, + density: 13.1, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "55.52", "29135": "44.48"}', + coty_name: ['Morgan', 'Moniteau'], + cty_code: ['29141', '29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81969, lat: 38.55832 }, + }, + { + zip_code: '65035', + usps_city: 'Freeburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2049.0, + density: 9.9, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "100"}', + coty_name: ['Osage'], + cty_code: ['29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93258, lat: 38.36227 }, + }, + { + zip_code: '65053', + usps_city: 'Lohman', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 18.5, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "100"}', + coty_name: ['Cole'], + cty_code: ['29051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37149, lat: 38.54132 }, + }, + { + zip_code: '65275', + usps_city: 'Paris', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2585.0, + density: 5.7, + primary_coty_code: '29137', + primary_coty_name: 'Monroe', + county_weights: '{"29137": "100"}', + coty_name: ['Monroe'], + cty_code: ['29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.99251, lat: 39.46276 }, + }, + { + zip_code: '65351', + usps_city: 'Sweet Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2480.0, + density: 8.1, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "92.75", "29159": "6.22", "29101": "1.03"}', + coty_name: ['Saline', 'Pettis', 'Johnson'], + cty_code: ['29195', '29159', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38845, lat: 38.9868 }, + }, + { + zip_code: '65440', + usps_city: 'Boss', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 2.3, + primary_coty_code: '29065', + primary_coty_name: 'Dent', + county_weights: '{"29065": "70.02", "29179": "29.98"}', + coty_name: ['Dent', 'Reynolds'], + cty_code: ['29065', '29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17846, lat: 37.61185 }, + }, + { + zip_code: '65627', + usps_city: 'Cedarcreek', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 3.1, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00048, lat: 36.56664 }, + }, + { + zip_code: '65638', + usps_city: 'Drury', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 3.7, + primary_coty_code: '29067', + primary_coty_name: 'Douglas', + county_weights: '{"29067": "80.69", "29153": "19.31"}', + coty_name: ['Douglas', 'Ozark'], + cty_code: ['29067', '29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32558, lat: 36.84129 }, + }, + { + zip_code: '65649', + usps_city: 'Fair Play', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 9.8, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "71.31", "29039": "28.69"}', + coty_name: ['Polk', 'Cedar'], + cty_code: ['29167', '29039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61837, lat: 37.61828 }, + }, + { + zip_code: '65689', + usps_city: 'Cabool', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5176.0, + density: 10.9, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "93.78", "29067": "5.02", "29091": "1.19"}', + coty_name: ['Texas', 'Douglas', 'Howell'], + cty_code: ['29215', '29067', '29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09633, lat: 37.14072 }, + }, + { + zip_code: '65752', + usps_city: 'South Greenfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 3.0, + primary_coty_code: '29057', + primary_coty_name: 'Dade', + county_weights: '{"29057": "88.43", "29109": "11.57"}', + coty_name: ['Dade', 'Lawrence'], + cty_code: ['29057', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83229, lat: 37.32576 }, + }, + { + zip_code: '65766', + usps_city: 'Udall', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 6.2, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25955, lat: 36.54037 }, + }, + { + zip_code: '65786', + usps_city: 'Macks Creek', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2242.0, + density: 8.0, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "96.44", "29059": "3.56"}', + coty_name: ['Camden', 'Dallas'], + cty_code: ['29029', '29059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96644, lat: 37.96582 }, + }, + { + zip_code: '66209', + usps_city: 'Leawood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 20130.0, + density: 1258.2, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63873, lat: 38.89909 }, + }, + { + zip_code: '66422', + usps_city: 'Emmett', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 2.5, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "82.34", "20085": "17.66"}', + coty_name: ['Pottawatomie', 'Jackson'], + cty_code: ['20149', '20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0853, lat: 39.33596 }, + }, + { + zip_code: '66527', + usps_city: 'Powhattan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 2.6, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "100"}', + coty_name: ['Brown'], + cty_code: ['20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67587, lat: 39.74775 }, + }, + { + zip_code: '66611', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10278.0, + density: 1166.2, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6961, lat: 39.01545 }, + }, + { + zip_code: '66612', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2398.0, + density: 899.5, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68039, lat: 39.04051 }, + }, + { + zip_code: '66736', + usps_city: 'Fredonia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3769.0, + density: 5.7, + primary_coty_code: '20205', + primary_coty_name: 'Wilson', + county_weights: '{"20205": "99.14", "20049": "0.73", "20125": "0.13"}', + coty_name: ['Wilson', 'Elk', 'Montgomery'], + cty_code: ['20205', '20049', '20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86047, lat: 37.54957 }, + }, + { + zip_code: '66772', + usps_city: 'Savonburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 2.3, + primary_coty_code: '20001', + primary_coty_name: 'Allen', + county_weights: '{"20001": "100"}', + coty_name: ['Allen'], + cty_code: ['20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.21394, lat: 37.75336 }, + }, + { + zip_code: '66778', + usps_city: 'Treece', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84085, lat: 37.0005 }, + }, + { + zip_code: '66833', + usps_city: 'Allen', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 1.4, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "100"}', + coty_name: ['Lyon'], + cty_code: ['20111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18451, lat: 38.67618 }, + }, + { + zip_code: '66856', + usps_city: 'Lebo', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 5.1, + primary_coty_code: '20031', + primary_coty_name: 'Coffey', + county_weights: '{"20031": "87.66", "20139": "12.34"}', + coty_name: ['Coffey', 'Osage'], + cty_code: ['20031', '20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81675, lat: 38.40244 }, + }, + { + zip_code: '66861', + usps_city: 'Marion', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3009.0, + density: 5.6, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00676, lat: 38.36765 }, + }, + { + zip_code: '66952', + usps_city: 'Lebanon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 0.7, + primary_coty_code: '20183', + primary_coty_name: 'Smith', + county_weights: '{"20183": "98.8", "20089": "1.2"}', + coty_name: ['Smith', 'Jewell'], + cty_code: ['20183', '20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60013, lat: 39.84109 }, + }, + { + zip_code: '66963', + usps_city: 'Randall', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 0.9, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0043, lat: 39.63765 }, + }, + { + zip_code: '67104', + usps_city: 'Medicine Lodge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2136.0, + density: 2.8, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "100"}', + coty_name: ['Barber'], + cty_code: ['20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.65221, lat: 37.27084 }, + }, + { + zip_code: '67149', + usps_city: 'Viola', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1092.0, + density: 7.6, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62587, lat: 37.53821 }, + }, + { + zip_code: '67208', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 17418.0, + density: 1351.8, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27924, lat: 37.70447 }, + }, + { + zip_code: '67219', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12588.0, + density: 333.4, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31744, lat: 37.77181 }, + }, + { + zip_code: '67223', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 71.8, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49794, lat: 37.74254 }, + }, + { + zip_code: '67427', + usps_city: 'Bushton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 2.9, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "91.18", "20053": "8.82"}', + coty_name: ['Rice', 'Ellsworth'], + cty_code: ['20159', '20053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.39756, lat: 38.49619 }, + }, + { + zip_code: '67441', + usps_city: 'Enterprise', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1203.0, + density: 12.0, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "100"}', + coty_name: ['Dickinson'], + cty_code: ['20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10467, lat: 38.87631 }, + }, + { + zip_code: '67545', + usps_city: 'Hudson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 0.9, + primary_coty_code: '20185', + primary_coty_name: 'Stafford', + county_weights: '{"20185": "100"}', + coty_name: ['Stafford'], + cty_code: ['20185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61994, lat: 38.16404 }, + }, + { + zip_code: '67664', + usps_city: 'Prairie View', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 1.0, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: '{"20147": "93.77", "20137": "6.23"}', + coty_name: ['Phillips', 'Norton'], + cty_code: ['20147', '20137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.58638, lat: 39.81428 }, + }, + { + zip_code: '67669', + usps_city: 'Stockton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1890.0, + density: 2.2, + primary_coty_code: '20163', + primary_coty_name: 'Rooks', + county_weights: '{"20163": "100"}', + coty_name: ['Rooks'], + cty_code: ['20163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.34648, lat: 39.45329 }, + }, + { + zip_code: '67853', + usps_city: 'Ingalls', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 0.9, + primary_coty_code: '20069', + primary_coty_name: 'Gray', + county_weights: '{"20069": "95.35", "20055": "4.65"}', + coty_name: ['Gray', 'Finney'], + cty_code: ['20069', '20055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.51504, lat: 37.88868 }, + }, + { + zip_code: '68005', + usps_city: 'Bellevue', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 23157.0, + density: 497.5, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89228, lat: 41.14193 }, + }, + { + zip_code: '68017', + usps_city: 'Ceresco', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1820.0, + density: 9.8, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "84.34", "31109": "15.66"}', + coty_name: ['Saunders', 'Lancaster'], + cty_code: ['31155', '31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65487, lat: 41.05951 }, + }, + { + zip_code: '68048', + usps_city: 'Plattsmouth', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 13015.0, + density: 52.2, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9344, lat: 40.98141 }, + }, + { + zip_code: '68073', + usps_city: 'Yutan', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1963.0, + density: 17.6, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.40779, lat: 41.25066 }, + }, + { + zip_code: '68102', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 8557.0, + density: 1843.1, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93306, lat: 41.26204 }, + }, + { + zip_code: '68135', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29663.0, + density: 1429.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19552, lat: 41.20569 }, + }, + { + zip_code: '68331', + usps_city: 'Cortland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 8.1, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71059, lat: 40.472 }, + }, + { + zip_code: '68402', + usps_city: 'Malcolm', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1229.0, + density: 14.3, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.85713, lat: 40.90778 }, + }, + { + zip_code: '68644', + usps_city: 'Lindsay', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 2.8, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: '{"31141": "88.21", "31119": "11.79"}', + coty_name: ['Platte', 'Madison'], + cty_code: ['31141', '31119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6752, lat: 41.71033 }, + }, + { + zip_code: '68666', + usps_city: 'Stromsburg', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1535.0, + density: 6.6, + primary_coty_code: '31143', + primary_coty_name: 'Polk', + county_weights: '{"31143": "100"}', + coty_name: ['Polk'], + cty_code: ['31143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61556, lat: 41.11091 }, + }, + { + zip_code: '68831', + usps_city: 'Dannebrog', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 793.0, + density: 4.7, + primary_coty_code: '31093', + primary_coty_name: 'Howard', + county_weights: '{"31093": "100"}', + coty_name: ['Howard'], + cty_code: ['31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55389, lat: 41.11096 }, + }, + { + zip_code: '69043', + usps_city: 'Stratton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 0.9, + primary_coty_code: '31087', + primary_coty_name: 'Hitchcock', + county_weights: '{"31087": "100"}', + coty_name: ['Hitchcock'], + cty_code: ['31087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.2325, lat: 40.1355 }, + }, + { + zip_code: '69143', + usps_city: 'Hershey', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1416.0, + density: 2.3, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "100"}', + coty_name: ['Lincoln'], + cty_code: ['31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.0392, lat: 41.21012 }, + }, + { + zip_code: '69168', + usps_city: 'Venango', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 0.5, + primary_coty_code: '31135', + primary_coty_name: 'Perkins', + county_weights: '{"31135": "93.36", "31029": "6.64"}', + coty_name: ['Perkins', 'Chase'], + cty_code: ['31135', '31029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.98656, lat: 40.79934 }, + }, + { + zip_code: '69334', + usps_city: 'Bayard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2072.0, + density: 2.6, + primary_coty_code: '31123', + primary_coty_name: 'Morrill', + county_weights: '{"31123": "86.86", "31157": "12.04", "31007": "1.11"}', + coty_name: ['Morrill', 'Scotts Bluff', 'Banner'], + cty_code: ['31123', '31157', '31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.28838, lat: 41.82583 }, + }, + { + zip_code: '70047', + usps_city: 'Destrehan', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12787.0, + density: 458.1, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36589, lat: 29.96954 }, + }, + { + zip_code: '70094', + usps_city: 'Westwego', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 30468.0, + density: 331.5, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20805, lat: 29.91347 }, + }, + { + zip_code: '70163', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "0"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07544, lat: 29.95006 }, + }, + { + zip_code: '70355', + usps_city: 'Gheens', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 4.7, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42925, lat: 29.69904 }, + }, + { + zip_code: '70607', + usps_city: 'Lake Charles', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28687.0, + density: 93.4, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "87.71", "22023": "12.29"}', + coty_name: ['Calcasieu', 'Cameron'], + cty_code: ['22019', '22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20414, lat: 30.04236 }, + }, + { + zip_code: '70770', + usps_city: 'Pride', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3154.0, + density: 59.0, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.99732, lat: 30.65023 }, + }, + { + zip_code: '71018', + usps_city: 'Cotton Valley', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1625.0, + density: 7.4, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "95.31", "22015": "4.69"}', + coty_name: ['Webster', 'Bossier'], + cty_code: ['22119', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42626, lat: 32.82253 }, + }, + { + zip_code: '71060', + usps_city: 'Mooringsport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2413.0, + density: 13.7, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98422, lat: 32.64682 }, + }, + { + zip_code: '71071', + usps_city: 'Sarepta', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2529.0, + density: 20.3, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "99.22", "22015": "0.78"}', + coty_name: ['Webster', 'Bossier'], + cty_code: ['22119', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45566, lat: 32.92383 }, + }, + { + zip_code: '71225', + usps_city: 'Calhoun', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7435.0, + density: 49.2, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34419, lat: 32.5104 }, + }, + { + zip_code: '71264', + usps_city: 'Oak Ridge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 980.0, + density: 3.3, + primary_coty_code: '22083', + primary_coty_name: 'Richland', + county_weights: '{"22083": "51.39", "22067": "48.61"}', + coty_name: ['Richland', 'Morehouse'], + cty_code: ['22083', '22067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77469, lat: 32.60214 }, + }, + { + zip_code: '71346', + usps_city: 'Lecompte', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2497.0, + density: 11.7, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37618, lat: 31.11308 }, + }, + { + zip_code: '71367', + usps_city: 'Saint Landry', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 9.2, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "98.2", "22079": "1.8"}', + coty_name: ['Evangeline', 'Rapides'], + cty_code: ['22039', '22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29376, lat: 30.88321 }, + }, + { + zip_code: '71461', + usps_city: 'New Llano', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2268.0, + density: 469.3, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "100"}', + coty_name: ['Vernon'], + cty_code: ['22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29026, lat: 31.11839 }, + }, + { + zip_code: '71647', + usps_city: 'Hermitage', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2099.0, + density: 3.2, + primary_coty_code: '5011', + primary_coty_name: 'Bradley', + county_weights: '{"05011": "100"}', + coty_name: ['Bradley'], + cty_code: ['5011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.11938, lat: 33.36482 }, + }, + { + zip_code: '71752', + usps_city: 'McNeil', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 8.6, + primary_coty_code: '5027', + primary_coty_name: 'Columbia', + county_weights: '{"05027": "100"}', + coty_name: ['Columbia'], + cty_code: ['5027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19552, lat: 33.40086 }, + }, + { + zip_code: '71759', + usps_city: 'Norphlet', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 40.0, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "100"}', + coty_name: ['Union'], + cty_code: ['5139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64412, lat: 33.32098 }, + }, + { + zip_code: '71857', + usps_city: 'Prescott', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4765.0, + density: 6.8, + primary_coty_code: '5099', + primary_coty_name: 'Nevada', + county_weights: '{"05099": "94.77", "05057": "5.23"}', + coty_name: ['Nevada', 'Hempstead'], + cty_code: ['05099', '05057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34535, lat: 33.80574 }, + }, + { + zip_code: '72315', + usps_city: 'Blytheville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21609.0, + density: 33.1, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90132, lat: 35.90486 }, + }, + { + zip_code: '72331', + usps_city: 'Earle', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3010.0, + density: 8.1, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "96.7", "05037": "3.3"}', + coty_name: ['Crittenden', 'Cross'], + cty_code: ['05035', '05037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46449, lat: 35.28356 }, + }, + { + zip_code: '72428', + usps_city: 'Etowah', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 4.8, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22436, lat: 35.7392 }, + }, + { + zip_code: '72436', + usps_city: 'Lafe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 987.0, + density: 13.1, + primary_coty_code: '5055', + primary_coty_name: 'Greene', + county_weights: '{"05055": "90.13", "05021": "9.87"}', + coty_name: ['Greene', 'Clay'], + cty_code: ['05055', '05021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48108, lat: 36.23593 }, + }, + { + zip_code: '72543', + usps_city: 'Heber Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12636.0, + density: 43.1, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "100"}', + coty_name: ['Cleburne'], + cty_code: ['5023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.98887, lat: 35.45357 }, + }, + { + zip_code: '72569', + usps_city: 'Poughkeepsie', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 6.9, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "100"}', + coty_name: ['Sharp'], + cty_code: ['5135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44522, lat: 36.10293 }, + }, + { + zip_code: '72802', + usps_city: 'Russellville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22415.0, + density: 64.3, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "100"}', + coty_name: ['Pope'], + cty_code: ['5115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.06679, lat: 35.31282 }, + }, + { + zip_code: '72949', + usps_city: 'Ozark', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9408.0, + density: 10.6, + primary_coty_code: '5047', + primary_coty_name: 'Franklin', + county_weights: '{"05047": "96.42", "05071": "2.2", "05083": "1.38"}', + coty_name: ['Franklin', 'Johnson', 'Logan'], + cty_code: ['05047', '05071', '05083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80774, lat: 35.57712 }, + }, + { + zip_code: '73064', + usps_city: 'Mustang', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 24442.0, + density: 186.7, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "100"}', + coty_name: ['Canadian'], + cty_code: ['40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74554, lat: 35.37519 }, + }, + { + zip_code: '73128', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4669.0, + density: 272.6, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "62.17", "40109": "37.83"}', + coty_name: ['Canadian', 'Oklahoma'], + cty_code: ['40017', '40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6434, lat: 35.45035 }, + }, + { + zip_code: '73145', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3180.0, + density: 210.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3941, lat: 35.41912 }, + }, + { + zip_code: '73162', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 29084.0, + density: 1613.0, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64143, lat: 35.58115 }, + }, + { + zip_code: '73438', + usps_city: 'Healdton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3519.0, + density: 15.7, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "99.24", "40137": "0.76"}', + coty_name: ['Carter', 'Stephens'], + cty_code: ['40019', '40137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49945, lat: 34.28646 }, + }, + { + zip_code: '73537', + usps_city: 'Eldorado', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 1.1, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "94.56", "40057": "5.44"}', + coty_name: ['Jackson', 'Harmon'], + cty_code: ['40065', '40057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.66092, lat: 34.47923 }, + }, + { + zip_code: '73562', + usps_city: 'Randlett', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 2.3, + primary_coty_code: '40033', + primary_coty_name: 'Cotton', + county_weights: '{"40033": "100"}', + coty_name: ['Cotton'], + cty_code: ['40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41301, lat: 34.18345 }, + }, + { + zip_code: '73571', + usps_city: 'Vinson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 0.3, + primary_coty_code: '40057', + primary_coty_name: 'Harmon', + county_weights: '{"40057": "100"}', + coty_name: ['Harmon'], + cty_code: ['40057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.89567, lat: 34.91824 }, + }, + { + zip_code: '73601', + usps_city: 'Clinton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 10092.0, + density: 29.1, + primary_coty_code: '40039', + primary_coty_name: 'Custer', + county_weights: '{"40039": "96.08", "40149": "3.92"}', + coty_name: ['Custer', 'Washita'], + cty_code: ['40039', '40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96587, lat: 35.48716 }, + }, + { + zip_code: '73646', + usps_city: 'Fay', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 1.3, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "60.94", "40043": "35.94", "40039": "3.13"}', + coty_name: ['Blaine', 'Dewey', 'Custer'], + cty_code: ['40011', '40043', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61412, lat: 35.82975 }, + }, + { + zip_code: '73661', + usps_city: 'Rocky', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 2.4, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.01617, lat: 35.16077 }, + }, + { + zip_code: '73720', + usps_city: 'Bison', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 0.8, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87315, lat: 36.20078 }, + }, + { + zip_code: '73832', + usps_city: 'Arnett', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 0.8, + primary_coty_code: '40045', + primary_coty_name: 'Ellis', + county_weights: '{"40045": "100"}', + coty_name: ['Ellis'], + cty_code: ['40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.67436, lat: 36.03793 }, + }, + { + zip_code: '73835', + usps_city: 'Camargo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 0.7, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "100"}', + coty_name: ['Dewey'], + cty_code: ['40043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.21109, lat: 35.97591 }, + }, + { + zip_code: '73855', + usps_city: 'Rosston', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 0.2, + primary_coty_code: '40059', + primary_coty_name: 'Harper', + county_weights: '{"40059": "100"}', + coty_name: ['Harper'], + cty_code: ['40059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.86541, lat: 36.91681 }, + }, + { + zip_code: '73932', + usps_city: 'Beaver', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2283.0, + density: 1.6, + primary_coty_code: '40007', + primary_coty_name: 'Beaver', + county_weights: '{"40007": "100"}', + coty_name: ['Beaver'], + cty_code: ['40007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.50249, lat: 36.71612 }, + }, + { + zip_code: '74041', + usps_city: 'Kiefer', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2652.0, + density: 137.5, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05455, lat: 35.9417 }, + }, + { + zip_code: '74051', + usps_city: 'Ochelata', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2072.0, + density: 23.8, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "99.05", "40113": "0.95"}', + coty_name: ['Washington', 'Osage'], + cty_code: ['40147', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96602, lat: 36.60993 }, + }, + { + zip_code: '74107', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 19961.0, + density: 299.6, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04148, lat: 36.1069 }, + }, + { + zip_code: '74441', + usps_city: 'Hulbert', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6119.0, + density: 17.0, + primary_coty_code: '40021', + primary_coty_name: 'Cherokee', + county_weights: '{"40021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15073, lat: 35.97558 }, + }, + { + zip_code: '74521', + usps_city: 'Albion', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 9.1, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "100"}', + coty_name: ['Pushmataha'], + cty_code: ['40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09368, lat: 34.65767 }, + }, + { + zip_code: '74644', + usps_city: 'Marland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 2.1, + primary_coty_code: '40103', + primary_coty_name: 'Noble', + county_weights: '{"40103": "100"}', + coty_name: ['Noble'], + cty_code: ['40103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10985, lat: 36.55599 }, + }, + { + zip_code: '74826', + usps_city: 'Asher', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1153.0, + density: 5.5, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90124, lat: 35.01929 }, + }, + { + zip_code: '74865', + usps_city: 'Roff', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1777.0, + density: 4.2, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "90.47", "40099": "5.2", "40049": "4.32"}', + coty_name: ['Pontotoc', 'Murray', 'Garvin'], + cty_code: ['40123', '40099', '40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79568, lat: 34.60484 }, + }, + { + zip_code: '75022', + usps_city: 'Flower Mound', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27201.0, + density: 546.8, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "99.09", "48439": "0.91"}', + coty_name: ['Denton', 'Tarrant'], + cty_code: ['48121', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12024, lat: 33.02772 }, + }, + { + zip_code: '75057', + usps_city: 'Lewisville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14960.0, + density: 567.1, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98383, lat: 33.04952 }, + }, + { + zip_code: '75071', + usps_city: 'Mckinney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55570.0, + density: 272.2, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.62898, lat: 33.24663 }, + }, + { + zip_code: '75087', + usps_city: 'Rockwall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35157.0, + density: 518.5, + primary_coty_code: '48397', + primary_coty_name: 'Rockwall', + county_weights: '{"48397": "99.42", "48085": "0.58"}', + coty_name: ['Rockwall', 'Collin'], + cty_code: ['48397', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44993, lat: 32.94172 }, + }, + { + zip_code: '75089', + usps_city: 'Rowlett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36324.0, + density: 1250.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "95.04", "48397": "4.96"}', + coty_name: ['Dallas', 'Rockwall'], + cty_code: ['48113', '48397'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54975, lat: 32.92975 }, + }, + { + zip_code: '75114', + usps_city: 'Crandall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6829.0, + density: 61.0, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "100"}', + coty_name: ['Kaufman'], + cty_code: ['48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44553, lat: 32.61016 }, + }, + { + zip_code: '75117', + usps_city: 'Edgewood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3984.0, + density: 32.8, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "100"}', + coty_name: ['Van Zandt'], + cty_code: ['48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85077, lat: 32.71183 }, + }, + { + zip_code: '75157', + usps_city: 'Rosser', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 59.3, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "100"}', + coty_name: ['Kaufman'], + cty_code: ['48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44684, lat: 32.46227 }, + }, + { + zip_code: '75211', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 77570.0, + density: 1695.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90297, lat: 32.73493 }, + }, + { + zip_code: '75214', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34824.0, + density: 1858.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74543, lat: 32.82865 }, + }, + { + zip_code: '75232', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31453.0, + density: 1468.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84018, lat: 32.66095 }, + }, + { + zip_code: '75233', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17280.0, + density: 1926.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87298, lat: 32.70435 }, + }, + { + zip_code: '75253', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23900.0, + density: 676.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61286, lat: 32.67499 }, + }, + { + zip_code: '75432', + usps_city: 'Cooper', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3504.0, + density: 12.8, + primary_coty_code: '48119', + primary_coty_name: 'Delta', + county_weights: '{"48119": "100"}', + coty_name: ['Delta'], + cty_code: ['48119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67442, lat: 33.39605 }, + }, + { + zip_code: '75437', + usps_city: 'Dike', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 8.8, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "100"}', + coty_name: ['Hopkins'], + cty_code: ['48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46899, lat: 33.25841 }, + }, + { + zip_code: '75474', + usps_city: 'Quinlan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15017.0, + density: 54.0, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "98.63", "48257": "1.37"}', + coty_name: ['Hunt', 'Kaufman'], + cty_code: ['48231', '48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.10899, lat: 32.91953 }, + }, + { + zip_code: '75503', + usps_city: 'Texarkana', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25517.0, + density: 124.7, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13057, lat: 33.51345 }, + }, + { + zip_code: '75838', + usps_city: 'Donie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 3.5, + primary_coty_code: '48161', + primary_coty_name: 'Freestone', + county_weights: '{"48161": "70.57", "48293": "29.43"}', + coty_name: ['Freestone', 'Limestone'], + cty_code: ['48161', '48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22824, lat: 31.47745 }, + }, + { + zip_code: '75948', + usps_city: 'Hemphill', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6268.0, + density: 9.9, + primary_coty_code: '48403', + primary_coty_name: 'Sabine', + county_weights: '{"48403": "99.65", "48351": "0.35"}', + coty_name: ['Sabine', 'Newton'], + cty_code: ['48403', '48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77894, lat: 31.30812 }, + }, + { + zip_code: '75964', + usps_city: 'Nacogdoches', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19811.0, + density: 33.0, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.74495, lat: 31.62169 }, + }, + { + zip_code: '76265', + usps_city: 'Saint Jo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 2.9, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "94.24", "48097": "5.76"}', + coty_name: ['Montague', 'Cooke'], + cty_code: ['48337', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54502, lat: 33.74828 }, + }, + { + zip_code: '76472', + usps_city: 'Santo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1761.0, + density: 6.7, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "100"}', + coty_name: ['Palo Pinto'], + cty_code: ['48363'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.17057, lat: 32.60119 }, + }, + { + zip_code: '76537', + usps_city: 'Jarrell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5782.0, + density: 41.5, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60543, lat: 30.81749 }, + }, + { + zip_code: '76565', + usps_city: 'Pottsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 1.9, + primary_coty_code: '48193', + primary_coty_name: 'Hamilton', + county_weights: '{"48193": "100"}', + coty_name: ['Hamilton'], + cty_code: ['48193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.35105, lat: 31.6437 }, + }, + { + zip_code: '76566', + usps_city: 'Purmela', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 1.7, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "89.15", "48193": "10.85"}', + coty_name: ['Coryell', 'Hamilton'], + cty_code: ['48099', '48193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99614, lat: 31.51052 }, + }, + { + zip_code: '76573', + usps_city: 'Schwertner', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 12.5, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.50231, lat: 30.81862 }, + }, + { + zip_code: '76574', + usps_city: 'Taylor', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19161.0, + density: 52.0, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38741, lat: 30.58423 }, + }, + { + zip_code: '76579', + usps_city: 'Troy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5223.0, + density: 35.2, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "97.63", "48145": "2.37"}', + coty_name: ['Bell', 'Falls'], + cty_code: ['48027', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26374, lat: 31.19707 }, + }, + { + zip_code: '76637', + usps_city: 'Cranfills Gap', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 5.3, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "91.04", "48193": "8.96"}', + coty_name: ['Bosque', 'Hamilton'], + cty_code: ['48035', '48193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.81681, lat: 31.76614 }, + }, + { + zip_code: '76645', + usps_city: 'Hillsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10568.0, + density: 24.4, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.1336, lat: 32.02173 }, + }, + { + zip_code: '76657', + usps_city: 'McGregor', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10108.0, + density: 36.7, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "98.36", "48099": "1.64"}', + coty_name: ['McLennan', 'Coryell'], + cty_code: ['48309', '48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39449, lat: 31.4458 }, + }, + { + zip_code: '76679', + usps_city: 'Purdon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1435.0, + density: 7.3, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58566, lat: 31.92428 }, + }, + { + zip_code: '76685', + usps_city: 'Satin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 1.1, + primary_coty_code: '48145', + primary_coty_name: 'Falls', + county_weights: '{"48145": "100"}', + coty_name: ['Falls'], + cty_code: ['48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01115, lat: 31.35326 }, + }, + { + zip_code: '76873', + usps_city: 'Rockwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.5, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.37924, lat: 31.51108 }, + }, + { + zip_code: '76935', + usps_city: 'Christoval', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 2.4, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "95.33", "48413": "4.67"}', + coty_name: ['Tom Green', 'Schleicher'], + cty_code: ['48451', '48413'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.41658, lat: 31.08046 }, + }, + { + zip_code: '77029', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17781.0, + density: 528.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26243, lat: 29.76278 }, + }, + { + zip_code: '77037', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18966.0, + density: 1174.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39441, lat: 29.89114 }, + }, + { + zip_code: '77075', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44517.0, + density: 1559.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26714, lat: 29.6209 }, + }, + { + zip_code: '77078', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15663.0, + density: 564.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.2516, lat: 29.853 }, + }, + { + zip_code: '77092', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38458.0, + density: 1952.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47383, lat: 29.82968 }, + }, + { + zip_code: '77331', + usps_city: 'Coldspring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7971.0, + density: 20.1, + primary_coty_code: '48407', + primary_coty_name: 'San Jacinto', + county_weights: '{"48407": "100"}', + coty_name: ['San Jacinto'], + cty_code: ['48407'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16596, lat: 30.61649 }, + }, + { + zip_code: '77342', + usps_city: 'Huntsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48471', + primary_coty_name: 'Walker', + county_weights: '{"48471": "100"}', + coty_name: ['Walker'], + cty_code: ['48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55393, lat: 30.74017 }, + }, + { + zip_code: '77368', + usps_city: 'Romayor', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 11.4, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "100"}', + coty_name: ['Liberty'], + cty_code: ['48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82625, lat: 30.45857 }, + }, + { + zip_code: '77466', + usps_city: 'Pattison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 17.1, + primary_coty_code: '48473', + primary_coty_name: 'Waller', + county_weights: '{"48473": "100"}', + coty_name: ['Waller'], + cty_code: ['48473'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01287, lat: 29.80562 }, + }, + { + zip_code: '77480', + usps_city: 'Sweeny', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8055.0, + density: 21.8, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "95.69", "48321": "4.31"}', + coty_name: ['Brazoria', 'Matagorda'], + cty_code: ['48039', '48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.766, lat: 29.09233 }, + }, + { + zip_code: '77484', + usps_city: 'Waller', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10875.0, + density: 27.1, + primary_coty_code: '48473', + primary_coty_name: 'Waller', + county_weights: '{"48473": "78.28", "48201": "19.73", "48185": "1.99"}', + coty_name: ['Waller', 'Harris', 'Grimes'], + cty_code: ['48473', '48201', '48185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93087, lat: 30.07526 }, + }, + { + zip_code: '77503', + usps_city: 'Pasadena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24808.0, + density: 1109.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15943, lat: 29.70218 }, + }, + { + zip_code: '77536', + usps_city: 'Deer Park', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32146.0, + density: 988.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12128, lat: 29.69839 }, + }, + { + zip_code: '77563', + usps_city: 'Hitchcock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11027.0, + density: 81.0, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03031, lat: 29.29417 }, + }, + { + zip_code: '77837', + usps_city: 'Calvert', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 7.1, + primary_coty_code: '48395', + primary_coty_name: 'Robertson', + county_weights: '{"48395": "100"}', + coty_name: ['Robertson'], + cty_code: ['48395'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68717, lat: 31.00731 }, + }, + { + zip_code: '77993', + usps_city: 'Weesatche', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 2.5, + primary_coty_code: '48175', + primary_coty_name: 'Goliad', + county_weights: '{"48175": "100"}', + coty_name: ['Goliad'], + cty_code: ['48175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42858, lat: 28.85774 }, + }, + { + zip_code: '78014', + usps_city: 'Cotulla', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5999.0, + density: 2.2, + primary_coty_code: '48283', + primary_coty_name: 'La Salle', + county_weights: '{"48283": "99.58", "48127": "0.42"}', + coty_name: ['La Salle', 'Dimmit'], + cty_code: ['48283', '48127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.14498, lat: 28.36134 }, + }, + { + zip_code: '78072', + usps_city: 'Tilden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 0.3, + primary_coty_code: '48311', + primary_coty_name: 'McMullen', + county_weights: '{"48311": "100"}', + coty_name: ['McMullen'], + cty_code: ['48311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58516, lat: 28.30174 }, + }, + { + zip_code: '78102', + usps_city: 'Beeville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28323.0, + density: 23.3, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "99.85", "48297": "0.15"}', + coty_name: ['Bee', 'Live Oak'], + cty_code: ['48025', '48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71084, lat: 28.40248 }, + }, + { + zip_code: '78253', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43770.0, + density: 311.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "94.23", "48325": "5.77"}', + coty_name: ['Bexar', 'Medina'], + cty_code: ['48029', '48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.7906, lat: 29.46744 }, + }, + { + zip_code: '78387', + usps_city: 'Sinton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9660.0, + density: 17.4, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "94.91", "48025": "5.09"}', + coty_name: ['San Patricio', 'Bee'], + cty_code: ['48409', '48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54469, lat: 28.0917 }, + }, + { + zip_code: '78570', + usps_city: 'Mercedes', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33949.0, + density: 175.8, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91093, lat: 26.17478 }, + }, + { + zip_code: '78584', + usps_city: 'Roma', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19175.0, + density: 31.1, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98754, lat: 26.57855 }, + }, + { + zip_code: '78652', + usps_city: 'Manchaca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5374.0, + density: 119.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "77.7", "48209": "22.3"}', + coty_name: ['Travis', 'Hays'], + cty_code: ['48453', '48209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87467, lat: 30.13281 }, + }, + { + zip_code: '78705', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34549.0, + density: 6075.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73855, lat: 30.29437 }, + }, + { + zip_code: '78759', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43298.0, + density: 1201.3, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "99.22", "48491": "0.78"}', + coty_name: ['Travis', 'Williamson'], + cty_code: ['48453', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76104, lat: 30.40266 }, + }, + { + zip_code: '78830', + usps_city: 'Big Wells', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 1.8, + primary_coty_code: '48127', + primary_coty_name: 'Dimmit', + county_weights: '{"48127": "100"}', + coty_name: ['Dimmit'], + cty_code: ['48127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.50854, lat: 28.52537 }, + }, + { + zip_code: '78834', + usps_city: 'Carrizo Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8059.0, + density: 5.6, + primary_coty_code: '48127', + primary_coty_name: 'Dimmit', + county_weights: '{"48127": "100"}', + coty_name: ['Dimmit'], + cty_code: ['48127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.92141, lat: 28.4643 }, + }, + { + zip_code: '78886', + usps_city: 'Yancey', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 1.8, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "97.06", "48163": "2.94"}', + coty_name: ['Medina', 'Frio'], + cty_code: ['48325', '48163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16073, lat: 29.13466 }, + }, + { + zip_code: '78962', + usps_city: 'Weimar', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5138.0, + density: 10.2, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "89.41", "48149": "10.59"}', + coty_name: ['Colorado', 'Fayette'], + cty_code: ['48089', '48149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73556, lat: 29.65419 }, + }, + { + zip_code: '79051', + usps_city: 'Kerrick', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48111', + primary_coty_name: 'Dallam', + county_weights: '{"48111": "100"}', + coty_name: ['Dallam'], + cty_code: ['48111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.26, lat: 36.47743 }, + }, + { + zip_code: '79081', + usps_city: 'Spearman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3918.0, + density: 2.3, + primary_coty_code: '48195', + primary_coty_name: 'Hansford', + county_weights: '{"48195": "97.49", "48233": "1.25", "48357": "1.25"}', + coty_name: ['Hansford', 'Hutchinson', 'Ochiltree'], + cty_code: ['48195', '48233', '48357'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.21809, lat: 36.2301 }, + }, + { + zip_code: '79086', + usps_city: 'Sunray', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2228.0, + density: 4.2, + primary_coty_code: '48341', + primary_coty_name: 'Moore', + county_weights: '{"48341": "96.86", "48421": "3.14"}', + coty_name: ['Moore', 'Sherman'], + cty_code: ['48341', '48421'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.7741, lat: 36.03844 }, + }, + { + zip_code: '79095', + usps_city: 'Wellington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2657.0, + density: 2.8, + primary_coty_code: '48087', + primary_coty_name: 'Collingsworth', + county_weights: '{"48087": "100"}', + coty_name: ['Collingsworth'], + cty_code: ['48087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.2061, lat: 34.89616 }, + }, + { + zip_code: '79119', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17524.0, + density: 66.6, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "100"}', + coty_name: ['Randall'], + cty_code: ['48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.01663, lat: 35.11029 }, + }, + { + zip_code: '79226', + usps_city: 'Clarendon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2861.0, + density: 1.3, + primary_coty_code: '48129', + primary_coty_name: 'Donley', + county_weights: + '{"48129": "96.19", "48011": "2.92", "48045": "0.51", "48191": "0.38"}', + coty_name: ['Donley', 'Armstrong', 'Briscoe', 'Hall'], + cty_code: ['48129', '48011', '48045', '48191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.99525, lat: 34.90323 }, + }, + { + zip_code: '79371', + usps_city: 'Sudan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 1.9, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "93.01", "48017": "6.99"}', + coty_name: ['Lamb', 'Bailey'], + cty_code: ['48279', '48017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.75404, lat: 33.97457 }, + }, + { + zip_code: '79403', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17926.0, + density: 52.4, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.76828, lat: 33.6446 }, + }, + { + zip_code: '79423', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40303.0, + density: 257.2, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "99.69", "48305": "0.31"}', + coty_name: ['Lubbock', 'Lynn'], + cty_code: ['48303', '48305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.85079, lat: 33.44038 }, + }, + { + zip_code: '79501', + usps_city: 'Anson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2659.0, + density: 5.2, + primary_coty_code: '48253', + primary_coty_name: 'Jones', + county_weights: '{"48253": "100"}', + coty_name: ['Jones'], + cty_code: ['48253'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.90507, lat: 32.74483 }, + }, + { + zip_code: '79506', + usps_city: 'Blackwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 626.0, + density: 1.3, + primary_coty_code: '48353', + primary_coty_name: 'Nolan', + county_weights: '{"48353": "56.99", "48081": "43.01"}', + coty_name: ['Nolan', 'Coke'], + cty_code: ['48353', '48081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.32345, lat: 32.11798 }, + }, + { + zip_code: '79518', + usps_city: 'Girard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.1, + primary_coty_code: '48263', + primary_coty_name: 'Kent', + county_weights: '{"48263": "100"}', + coty_name: ['Kent'], + cty_code: ['48263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.72207, lat: 33.33064 }, + }, + { + zip_code: '79763', + usps_city: 'Odessa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38833.0, + density: 276.1, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.46788, lat: 31.79918 }, + }, + { + zip_code: '79765', + usps_city: 'Odessa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16486.0, + density: 308.2, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "63.29", "48329": "36.71"}', + coty_name: ['Ector', 'Midland'], + cty_code: ['48135', '48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.29242, lat: 31.92346 }, + }, + { + zip_code: '79938', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 84237.0, + density: 89.3, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "99.51", "48229": "0.49"}', + coty_name: ['El Paso', 'Hudspeth'], + cty_code: ['48141', '48229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.97012, lat: 31.83091 }, + }, + { + zip_code: '80015', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 69487.0, + density: 1870.0, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77999, lat: 39.62598 }, + }, + { + zip_code: '80236', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19230.0, + density: 2310.5, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "91.96", "08005": "8.04"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.03962, lat: 39.65165 }, + }, + { + zip_code: '80468', + usps_city: 'Parshall', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 0.4, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.11892, lat: 39.94766 }, + }, + { + zip_code: '80513', + usps_city: 'Berthoud', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12924.0, + density: 75.9, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "92.79", "08123": "7.21"}', + coty_name: ['Larimer', 'Weld'], + cty_code: ['08069', '08123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.10365, lat: 40.29802 }, + }, + { + zip_code: '80514', + usps_city: 'Dacono', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5488.0, + density: 314.4, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.95832, lat: 40.06592 }, + }, + { + zip_code: '80549', + usps_city: 'Wellington', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12135.0, + density: 22.9, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "97.34", "08123": "2.66"}', + coty_name: ['Larimer', 'Weld'], + cty_code: ['08069', '08123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.04552, lat: 40.85312 }, + }, + { + zip_code: '80726', + usps_city: 'Crook', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 541.0, + density: 1.3, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.79085, lat: 40.90626 }, + }, + { + zip_code: '80737', + usps_city: 'Julesburg', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 2.7, + primary_coty_code: '8115', + primary_coty_name: 'Sedgwick', + county_weights: '{"08115": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['8115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.18508, lat: 40.87971 }, + }, + { + zip_code: '80907', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 29247.0, + density: 1142.0, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.82742, lat: 38.87828 }, + }, + { + zip_code: '80920', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 40016.0, + density: 1222.7, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77078, lat: 38.95757 }, + }, + { + zip_code: '81030', + usps_city: 'Cheraw', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 164.9, + primary_coty_code: '8089', + primary_coty_name: 'Otero', + county_weights: '{"08089": "100"}', + coty_name: ['Otero'], + cty_code: ['8089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.51925, lat: 38.10257 }, + }, + { + zip_code: '81039', + usps_city: 'Fowler', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1642.0, + density: 1.1, + primary_coty_code: '8089', + primary_coty_name: 'Otero', + county_weights: '{"08089": "87.34", "08101": "10.13", "08025": "2.53"}', + coty_name: ['Otero', 'Pueblo', 'Crowley'], + cty_code: ['08089', '08101', '08025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.08167, lat: 37.94067 }, + }, + { + zip_code: '81067', + usps_city: 'Rocky Ford', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5566.0, + density: 7.4, + primary_coty_code: '8089', + primary_coty_name: 'Otero', + county_weights: '{"08089": "100"}', + coty_name: ['Otero'], + cty_code: ['8089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.7839, lat: 37.93801 }, + }, + { + zip_code: '81133', + usps_city: 'Fort Garland', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 1.1, + primary_coty_code: '8023', + primary_coty_name: 'Costilla', + county_weights: '{"08023": "100"}', + coty_name: ['Costilla'], + cty_code: ['8023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.31028, lat: 37.42918 }, + }, + { + zip_code: '81224', + usps_city: 'Crested Butte', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3207.0, + density: 7.9, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.93722, lat: 38.8734 }, + }, + { + zip_code: '81301', + usps_city: 'Durango', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30887.0, + density: 16.0, + primary_coty_code: '8067', + primary_coty_name: 'La Plata', + county_weights: '{"08067": "99.86", "08111": "0.14"}', + coty_name: ['La Plata', 'San Juan'], + cty_code: ['08067', '08111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.85159, lat: 37.4449 }, + }, + { + zip_code: '81418', + usps_city: 'Eckert', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1793.0, + density: 33.6, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "100"}', + coty_name: ['Delta'], + cty_code: ['8029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.98719, lat: 38.84869 }, + }, + { + zip_code: '81433', + usps_city: 'Silverton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 558.0, + density: 0.7, + primary_coty_code: '8111', + primary_coty_name: 'San Juan', + county_weights: '{"08111": "100"}', + coty_name: ['San Juan'], + cty_code: ['8111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.63083, lat: 37.78202 }, + }, + { + zip_code: '81523', + usps_city: 'Glade Park', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 1.1, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.88256, lat: 38.95268 }, + }, + { + zip_code: '81624', + usps_city: 'Collbran', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1361.0, + density: 0.9, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.7775, lat: 39.24808 }, + }, + { + zip_code: '82070', + usps_city: 'Laramie', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 20630.0, + density: 7.3, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.83205, lat: 41.20539 }, + }, + { + zip_code: '82512', + usps_city: 'Crowheart', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 0.2, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.25649, lat: 43.30055 }, + }, + { + zip_code: '82636', + usps_city: 'Evansville', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 4080.0, + density: 17.1, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "99.07", "56009": "0.93"}', + coty_name: ['Natrona', 'Converse'], + cty_code: ['56025', '56009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.16892, lat: 42.90923 }, + }, + { + zip_code: '82727', + usps_city: 'Rozet', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 1.0, + primary_coty_code: '56005', + primary_coty_name: 'Campbell', + county_weights: '{"56005": "100"}', + coty_name: ['Campbell'], + cty_code: ['56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.19841, lat: 44.32797 }, + }, + { + zip_code: '83314', + usps_city: 'Bliss', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1011.0, + density: 3.5, + primary_coty_code: '16047', + primary_coty_name: 'Gooding', + county_weights: '{"16047": "98.89", "16083": "1.11"}', + coty_name: ['Gooding', 'Twin Falls'], + cty_code: ['16047', '16083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.93933, lat: 42.97655 }, + }, + { + zip_code: '83348', + usps_city: 'Picabo', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 2.1, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.10781, lat: 43.25697 }, + }, + { + zip_code: '83450', + usps_city: 'Terreton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 3.8, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['16051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.41525, lat: 43.83217 }, + }, + { + zip_code: '83549', + usps_city: 'Riggins', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 0.4, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.21912, lat: 45.38294 }, + }, + { + zip_code: '83654', + usps_city: 'New Meadows', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1572.0, + density: 2.4, + primary_coty_code: '16003', + primary_coty_name: 'Adams', + county_weights: '{"16003": "96.17", "16049": "3.83"}', + coty_name: ['Adams', 'Idaho'], + cty_code: ['16003', '16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.35667, lat: 45.09725 }, + }, + { + zip_code: '83705', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 28969.0, + density: 784.0, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.22274, lat: 43.56624 }, + }, + { + zip_code: '83835', + usps_city: 'Hayden', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 21683.0, + density: 78.5, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.65828, lat: 47.79612 }, + }, + { + zip_code: '83852', + usps_city: 'Ponderay', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 869.0, + density: 215.8, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.54198, lat: 48.30895 }, + }, + { + zip_code: '84065', + usps_city: 'Riverton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 43040.0, + density: 797.6, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.94443, lat: 40.4954 }, + }, + { + zip_code: '84081', + usps_city: 'West Jordan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 49933.0, + density: 1317.4, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.03764, lat: 40.60284 }, + }, + { + zip_code: '84117', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 24939.0, + density: 1684.8, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.83464, lat: 40.66104 }, + }, + { + zip_code: '84119', + usps_city: 'West Valley City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 54862.0, + density: 1756.4, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.94607, lat: 40.70158 }, + }, + { + zip_code: '84180', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "0"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9011, lat: 40.77044 }, + }, + { + zip_code: '84332', + usps_city: 'Providence', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 7714.0, + density: 712.5, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81217, lat: 41.69996 }, + }, + { + zip_code: '84518', + usps_city: 'Cleveland', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 5.3, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.89036, lat: 39.39247 }, + }, + { + zip_code: '84604', + usps_city: 'Provo', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 45514.0, + density: 140.3, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "99.83", "49051": "0.17"}', + coty_name: ['Utah', 'Wasatch'], + cty_code: ['49049', '49051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.5913, lat: 40.34321 }, + }, + { + zip_code: '84628', + usps_city: 'Eureka', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 12.1, + primary_coty_code: '49023', + primary_coty_name: 'Juab', + county_weights: '{"49023": "95.98", "49045": "4.02"}', + coty_name: ['Juab', 'Tooele'], + cty_code: ['49023', '49045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.20579, lat: 39.97343 }, + }, + { + zip_code: '84638', + usps_city: 'Leamington', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 3.0, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.26359, lat: 39.49963 }, + }, + { + zip_code: '84645', + usps_city: 'Mona', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3021.0, + density: 13.8, + primary_coty_code: '49023', + primary_coty_name: 'Juab', + county_weights: '{"49023": "100"}', + coty_name: ['Juab'], + cty_code: ['49023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.8442, lat: 39.84447 }, + }, + { + zip_code: '84732', + usps_city: 'Greenwich', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 2.1, + primary_coty_code: '49031', + primary_coty_name: 'Piute', + county_weights: '{"49031": "100"}', + coty_name: ['Piute'], + cty_code: ['49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9023, lat: 38.4454 }, + }, + { + zip_code: '84740', + usps_city: 'Junction', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 2.0, + primary_coty_code: '49031', + primary_coty_name: 'Piute', + county_weights: '{"49031": "100"}', + coty_name: ['Piute'], + cty_code: ['49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.25306, lat: 38.27519 }, + }, + { + zip_code: '84753', + usps_city: 'Modena', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 0.0, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "96.15", "49001": "3.85"}', + coty_name: ['Iron', 'Beaver'], + cty_code: ['49021', '49001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.88556, lat: 37.98971 }, + }, + { + zip_code: '84781', + usps_city: 'Pine Valley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 0.9, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.46609, lat: 37.41281 }, + }, + { + zip_code: '85140', + usps_city: 'San Tan Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47244.0, + density: 544.1, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.54379, lat: 33.24451 }, + }, + { + zip_code: '85141', + usps_city: 'Picacho', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 430.0, + density: 4.0, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.45436, lat: 32.67333 }, + }, + { + zip_code: '85142', + usps_city: 'Queen Creek', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 71423.0, + density: 388.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "66.26", "04021": "33.74"}', + coty_name: ['Maricopa', 'Pinal'], + cty_code: ['04013', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.63814, lat: 33.19866 }, + }, + { + zip_code: '85205', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 43135.0, + density: 1701.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.7187, lat: 33.43232 }, + }, + { + zip_code: '85250', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17688.0, + density: 725.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.88853, lat: 33.53583 }, + }, + { + zip_code: '85284', + usps_city: 'Tempe', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19909.0, + density: 989.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.93424, lat: 33.33717 }, + }, + { + zip_code: '85286', + usps_city: 'Chandler', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 44885.0, + density: 1066.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.83122, lat: 33.27106 }, + }, + { + zip_code: '85392', + usps_city: 'Avondale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39054.0, + density: 1593.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.30938, lat: 33.4778 }, + }, + { + zip_code: '85395', + usps_city: 'Goodyear', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 30491.0, + density: 824.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.39452, lat: 33.47907 }, + }, + { + zip_code: '85603', + usps_city: 'Bisbee', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6887.0, + density: 11.8, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.91053, lat: 31.43388 }, + }, + { + zip_code: '85613', + usps_city: 'Fort Huachuca', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5309.0, + density: 43.8, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.38512, lat: 31.56689 }, + }, + { + zip_code: '85928', + usps_city: 'Heber', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 1.8, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.55814, lat: 34.53343 }, + }, + { + zip_code: '85929', + usps_city: 'Lakeside', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7416.0, + density: 47.4, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.93655, lat: 34.18582 }, + }, + { + zip_code: '85939', + usps_city: 'Taylor', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4319.0, + density: 29.9, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.08576, lat: 34.43896 }, + }, + { + zip_code: '86035', + usps_city: 'Leupp', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 1.1, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.96226, lat: 35.44614 }, + }, + { + zip_code: '86332', + usps_city: 'Kirkland', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1808.0, + density: 1.4, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.63311, lat: 34.32055 }, + }, + { + zip_code: '86438', + usps_city: 'Yucca', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 0.2, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.84304, lat: 34.57122 }, + }, + { + zip_code: '87017', + usps_city: 'Gallina', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 0.7, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.76865, lat: 36.32022 }, + }, + { + zip_code: '87310', + usps_city: 'Brimhall', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1081.0, + density: 2.3, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.53908, lat: 35.79415 }, + }, + { + zip_code: '87565', + usps_city: 'San Jose', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 2.9, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.49284, lat: 35.45598 }, + }, + { + zip_code: '87820', + usps_city: 'Aragon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 0.2, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "100"}', + coty_name: ['Catron'], + cty_code: ['35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.54735, lat: 33.89521 }, + }, + { + zip_code: '87939', + usps_city: 'Monticello', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 0.3, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.48874, lat: 33.41286 }, + }, + { + zip_code: '88048', + usps_city: 'Mesquite', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2402.0, + density: 47.4, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.65918, lat: 32.16352 }, + }, + { + zip_code: '88260', + usps_city: 'Lovington', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 14869.0, + density: 7.6, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.39911, lat: 32.99151 }, + }, + { + zip_code: '88311', + usps_city: 'Alamogordo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 227.1, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.98864, lat: 32.80751 }, + }, + { + zip_code: '89046', + usps_city: 'Searchlight', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 0.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.88657, lat: 35.51337 }, + }, + { + zip_code: '89145', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 25071.0, + density: 2107.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.27787, lat: 36.1677 }, + }, + { + zip_code: '89317', + usps_city: 'Lund', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 1.1, + primary_coty_code: '32033', + primary_coty_name: 'White Pine', + county_weights: '{"32033": "96.02", "32023": "3.98"}', + coty_name: ['White Pine', 'Nye'], + cty_code: ['32033', '32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.09913, lat: 38.65835 }, + }, + { + zip_code: '89418', + usps_city: 'Imlay', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 0.4, + primary_coty_code: '32027', + primary_coty_name: 'Pershing', + county_weights: '{"32027": "100"}', + coty_name: ['Pershing'], + cty_code: ['32027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.03436, lat: 40.54841 }, + }, + { + zip_code: '89422', + usps_city: 'Mina', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 0.2, + primary_coty_code: '32021', + primary_coty_name: 'Mineral', + county_weights: '{"32021": "100"}', + coty_name: ['Mineral'], + cty_code: ['32021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.41484, lat: 38.17367 }, + }, + { + zip_code: '89431', + usps_city: 'Sparks', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 39042.0, + density: 1557.1, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.7495, lat: 39.54046 }, + }, + { + zip_code: '89801', + usps_city: 'Elko', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 26669.0, + density: 5.9, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.7589, lat: 41.24905 }, + }, + { + zip_code: '59031', + usps_city: 'Garryowen', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 2.3, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.42008, lat: 45.50144 }, + }, + { + zip_code: '59087', + usps_city: 'Winnett', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 0.1, + primary_coty_code: '30069', + primary_coty_name: 'Petroleum', + county_weights: '{"30069": "100"}', + coty_name: ['Petroleum'], + cty_code: ['30069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.21161, lat: 47.13236 }, + }, + { + zip_code: '59276', + usps_city: 'Whitetail', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 0.1, + primary_coty_code: '30019', + primary_coty_name: 'Daniels', + county_weights: '{"30019": "100"}', + coty_name: ['Daniels'], + cty_code: ['30019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.18495, lat: 48.93196 }, + }, + { + zip_code: '59337', + usps_city: 'Jordan', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 0.1, + primary_coty_code: '30033', + primary_coty_name: 'Garfield', + county_weights: '{"30033": "100"}', + coty_name: ['Garfield'], + cty_code: ['30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.80168, lat: 47.3852 }, + }, + { + zip_code: '59430', + usps_city: 'Denton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 0.3, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "95.59", "30045": "4.41"}', + coty_name: ['Fergus', 'Judith Basin'], + cty_code: ['30027', '30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.84057, lat: 47.43476 }, + }, + { + zip_code: '59537', + usps_city: 'Loring', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 0.0, + primary_coty_code: '30071', + primary_coty_name: 'Phillips', + county_weights: '{"30071": "100"}', + coty_name: ['Phillips'], + cty_code: ['30071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.04618, lat: 48.82806 }, + }, + { + zip_code: '59703', + usps_city: 'Butte', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 38.7, + primary_coty_code: '30093', + primary_coty_name: 'Silver Bow', + county_weights: '{"30093": "100"}', + coty_name: ['Silver Bow'], + cty_code: ['30093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.53752, lat: 46.04559 }, + }, + { + zip_code: '59743', + usps_city: 'Melrose', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.6, + primary_coty_code: '30093', + primary_coty_name: 'Silver Bow', + county_weights: '{"30093": "84.33", "30001": "15.67"}', + coty_name: ['Silver Bow', 'Beaverhead'], + cty_code: ['30093', '30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.67788, lat: 45.66872 }, + }, + { + zip_code: '59848', + usps_city: 'Lonepine', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 1.4, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.6913, lat: 47.70146 }, + }, + { + zip_code: '59920', + usps_city: 'Kila', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1652.0, + density: 3.5, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.53269, lat: 48.06676 }, + }, + { + zip_code: '59922', + usps_city: 'Lakeside', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2189.0, + density: 25.0, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "97.47", "30047": "2.53"}', + coty_name: ['Flathead', 'Lake'], + cty_code: ['30029', '30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.18714, lat: 47.9969 }, + }, + { + zip_code: '60008', + usps_city: 'Rolling Meadows', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21663.0, + density: 1616.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02268, lat: 42.07445 }, + }, + { + zip_code: '60087', + usps_city: 'Waukegan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26429.0, + density: 761.7, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8538, lat: 42.40344 }, + }, + { + zip_code: '60404', + usps_city: 'Shorewood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19028.0, + density: 470.7, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22307, lat: 41.50876 }, + }, + { + zip_code: '60466', + usps_city: 'Park Forest', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21909.0, + density: 1320.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "84.24", "17197": "15.76"}', + coty_name: ['Cook', 'Will'], + cty_code: ['17031', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68284, lat: 41.47904 }, + }, + { + zip_code: '60491', + usps_city: 'Homer Glen', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22735.0, + density: 344.7, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95989, lat: 41.60277 }, + }, + { + zip_code: '60515', + usps_city: 'Downers Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28290.0, + density: 968.9, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02289, lat: 41.80959 }, + }, + { + zip_code: '60530', + usps_city: 'Lee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 6.6, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "67.18", "17037": "32.82"}', + coty_name: ['Lee', 'DeKalb'], + cty_code: ['17103', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96062, lat: 41.79491 }, + }, + { + zip_code: '60546', + usps_city: 'Riverside', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15405.0, + density: 1535.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82144, lat: 41.83803 }, + }, + { + zip_code: '60931', + usps_city: 'Donovan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 5.0, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.58523, lat: 40.89039 }, + }, + { + zip_code: '61021', + usps_city: 'Dixon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22848.0, + density: 58.9, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "93.66", "17141": "6.34"}', + coty_name: ['Lee', 'Ogle'], + cty_code: ['17103', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47908, lat: 41.8297 }, + }, + { + zip_code: '61030', + usps_city: 'Forreston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2249.0, + density: 14.6, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58891, lat: 42.11513 }, + }, + { + zip_code: '61057', + usps_city: 'Nachusa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 22.3, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38207, lat: 41.82926 }, + }, + { + zip_code: '61079', + usps_city: 'Shirland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 41.3, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2076, lat: 42.43928 }, + }, + { + zip_code: '61084', + usps_city: 'Stillman Valley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3061.0, + density: 34.0, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "96.28", "17201": "3.72"}', + coty_name: ['Ogle', 'Winnebago'], + cty_code: ['17141', '17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18869, lat: 42.11845 }, + }, + { + zip_code: '61238', + usps_city: 'Cambridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3369.0, + density: 12.6, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17385, lat: 41.28774 }, + }, + { + zip_code: '61326', + usps_city: 'Granville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2314.0, + density: 18.1, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "100"}', + coty_name: ['Putnam'], + cty_code: ['17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22433, lat: 41.25384 }, + }, + { + zip_code: '61348', + usps_city: 'Oglesby', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4520.0, + density: 45.8, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03788, lat: 41.28164 }, + }, + { + zip_code: '61353', + usps_city: 'Paw Paw', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1191.0, + density: 14.5, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99507, lat: 41.69654 }, + }, + { + zip_code: '61410', + usps_city: 'Abingdon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3921.0, + density: 36.7, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "96.96", "17187": "3.04"}', + coty_name: ['Knox', 'Warren'], + cty_code: ['17095', '17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39559, lat: 40.79797 }, + }, + { + zip_code: '61451', + usps_city: 'Laura', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 5.6, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "91.35", "17175": "8.65"}', + coty_name: ['Peoria', 'Stark'], + cty_code: ['17143', '17175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93875, lat: 40.94576 }, + }, + { + zip_code: '61479', + usps_city: 'Speer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 1.9, + primary_coty_code: '17175', + primary_coty_name: 'Stark', + county_weights: '{"17175": "58.79", "17123": "41.21"}', + coty_name: ['Stark', 'Marshall'], + cty_code: ['17175', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64478, lat: 41.00477 }, + }, + { + zip_code: '61533', + usps_city: 'Glasford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2360.0, + density: 22.2, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "90.52", "17057": "9.48"}', + coty_name: ['Peoria', 'Fulton'], + cty_code: ['17143', '17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.83933, lat: 40.58651 }, + }, + { + zip_code: '61560', + usps_city: 'Putnam', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 594.0, + density: 6.9, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "98.81", "17011": "1.19"}', + coty_name: ['Putnam', 'Bureau'], + cty_code: ['17155', '17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40277, lat: 41.1877 }, + }, + { + zip_code: '61603', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16695.0, + density: 1531.5, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57724, lat: 40.71332 }, + }, + { + zip_code: '61625', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 10395.5, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61274, lat: 40.69753 }, + }, + { + zip_code: '61743', + usps_city: 'Graymont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 4.8, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.78168, lat: 40.87567 }, + }, + { + zip_code: '61830', + usps_city: 'Cisco', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 4.0, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "90.59", "17115": "9.41"}', + coty_name: ['Piatt', 'Macon'], + cty_code: ['17147', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7225, lat: 40.02752 }, + }, + { + zip_code: '61917', + usps_city: 'Brocton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 3.8, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "97.63", "17041": "2.37"}', + coty_name: ['Edgar', 'Douglas'], + cty_code: ['17045', '17041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89767, lat: 39.7142 }, + }, + { + zip_code: '62078', + usps_city: 'Patterson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 92.7, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48608, lat: 39.47862 }, + }, + { + zip_code: '62091', + usps_city: 'Walshville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 4.9, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60916, lat: 39.05689 }, + }, + { + zip_code: '62285', + usps_city: 'Smithton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4510.0, + density: 106.4, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00773, lat: 38.38835 }, + }, + { + zip_code: '62345', + usps_city: 'Kinderhook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 6.8, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12951, lat: 39.70498 }, + }, + { + zip_code: '62478', + usps_city: 'West York', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 409.0, + density: 5.4, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "63.57", "17023": "36.43"}', + coty_name: ['Crawford', 'Clark'], + cty_code: ['17033', '17023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74268, lat: 39.17838 }, + }, + { + zip_code: '62534', + usps_city: 'Findlay', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1307.0, + density: 8.5, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "98.67", "17139": "1.33"}', + coty_name: ['Shelby', 'Moultrie'], + cty_code: ['17173', '17139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7986, lat: 39.53445 }, + }, + { + zip_code: '62538', + usps_city: 'Harvel', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 6.1, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "74.6", "17021": "25.4"}', + coty_name: ['Montgomery', 'Christian'], + cty_code: ['17135', '17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51993, lat: 39.35641 }, + }, + { + zip_code: '62549', + usps_city: 'Mt Zion', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6354.0, + density: 309.6, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86586, lat: 39.77049 }, + }, + { + zip_code: '62621', + usps_city: 'Bluffs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1286.0, + density: 9.5, + primary_coty_code: '17171', + primary_coty_name: 'Scott', + county_weights: '{"17171": "98.21", "17137": "1.79"}', + coty_name: ['Scott', 'Morgan'], + cty_code: ['17171', '17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53018, lat: 39.73137 }, + }, + { + zip_code: '62810', + usps_city: 'Belle Rive', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 908.0, + density: 5.7, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "96.24", "17065": "3.03", "17191": "0.73"}', + coty_name: ['Jefferson', 'Hamilton', 'Wayne'], + cty_code: ['17081', '17065', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74559, lat: 38.20309 }, + }, + { + zip_code: '62820', + usps_city: 'Burnt Prairie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 3.3, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "77.16", "17191": "22.84"}', + coty_name: ['White', 'Wayne'], + cty_code: ['17193', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23473, lat: 38.24345 }, + }, + { + zip_code: '62824', + usps_city: 'Clay City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 6.9, + primary_coty_code: '17025', + primary_coty_name: 'Clay', + county_weights: '{"17025": "94.43", "17191": "5.57"}', + coty_name: ['Clay', 'Wayne'], + cty_code: ['17025', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34651, lat: 38.6711 }, + }, + { + zip_code: '62858', + usps_city: 'Louisville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2713.0, + density: 6.8, + primary_coty_code: '17025', + primary_coty_name: 'Clay', + county_weights: '{"17025": "98.89", "17049": "1.11"}', + coty_name: ['Clay', 'Effingham'], + cty_code: ['17025', '17049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49329, lat: 38.81473 }, + }, + { + zip_code: '62859', + usps_city: 'McLeansboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5683.0, + density: 10.5, + primary_coty_code: '17065', + primary_coty_name: 'Hamilton', + county_weights: '{"17065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53393, lat: 38.07612 }, + }, + { + zip_code: '62861', + usps_city: 'Maunie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 117.8, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "100"}', + coty_name: ['White'], + cty_code: ['17193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02855, lat: 38.03196 }, + }, + { + zip_code: '62883', + usps_city: 'Scheller', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 7.9, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "70.05", "17055": "17.09", "17145": "12.86"}', + coty_name: ['Jefferson', 'Franklin', 'Perry'], + cty_code: ['17081', '17055', '17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11505, lat: 38.16328 }, + }, + { + zip_code: '62888', + usps_city: 'Tamaroa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2070.0, + density: 10.3, + primary_coty_code: '17145', + primary_coty_name: 'Perry', + county_weights: '{"17145": "100"}', + coty_name: ['Perry'], + cty_code: ['17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23479, lat: 38.12848 }, + }, + { + zip_code: '62898', + usps_city: 'Woodlawn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2184.0, + density: 15.6, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.06473, lat: 38.35051 }, + }, + { + zip_code: '62905', + usps_city: 'Alto Pass', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 560.0, + density: 6.3, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "89.51", "17077": "10.49"}', + coty_name: ['Union', 'Jackson'], + cty_code: ['17181', '17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.3652, lat: 37.574 }, + }, + { + zip_code: '62935', + usps_city: 'Galatia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1994.0, + density: 13.8, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "99.64", "17065": "0.36"}', + coty_name: ['Saline', 'Hamilton'], + cty_code: ['17165', '17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.63383, lat: 37.8412 }, + }, + { + zip_code: '62947', + usps_city: 'Herod', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 3.0, + primary_coty_code: '17069', + primary_coty_name: 'Hardin', + county_weights: '{"17069": "55.47", "17151": "31.91", "17165": "12.62"}', + coty_name: ['Hardin', 'Pope', 'Saline'], + cty_code: ['17069', '17151', '17165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.44009, lat: 37.5634 }, + }, + { + zip_code: '62949', + usps_city: 'Hurst', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 183.2, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14442, lat: 37.82803 }, + }, + { + zip_code: '62992', + usps_city: 'Ullin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 8.3, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "95.35", "17003": "4.65"}', + coty_name: ['Pulaski', 'Alexander'], + cty_code: ['17153', '17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16676, lat: 37.27901 }, + }, + { + zip_code: '63016', + usps_city: 'Cedar Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7645.0, + density: 129.4, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63997, lat: 38.35304 }, + }, + { + zip_code: '63034', + usps_city: 'Florissant', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18058.0, + density: 372.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28876, lat: 38.84808 }, + }, + { + zip_code: '63051', + usps_city: 'House Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13670.0, + density: 113.9, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.58004, lat: 38.39957 }, + }, + { + zip_code: '63056', + usps_city: 'Leslie', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1857.0, + density: 12.3, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.21711, lat: 38.38981 }, + }, + { + zip_code: '63057', + usps_city: 'Liguori', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 496.4, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.40565, lat: 38.34327 }, + }, + { + zip_code: '63454', + usps_city: 'Maywood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 11.4, + primary_coty_code: '29127', + primary_coty_name: 'Marion', + county_weights: '{"29127": "61.1", "29111": "38.9"}', + coty_name: ['Marion', 'Lewis'], + cty_code: ['29127', '29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.64758, lat: 39.92671 }, + }, + { + zip_code: '63628', + usps_city: 'Bonne Terre', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15268.0, + density: 50.5, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: + '{"29187": "97.55", "29221": "1.26", "29186": "0.98", "29099": "0.21"}', + coty_name: ['St. Francois', 'Washington', 'Ste. Genevieve', 'Jefferson'], + cty_code: ['29187', '29221', '29186', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.52333, lat: 37.94102 }, + }, + { + zip_code: '63703', + usps_city: 'Cape Girardeau', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8382.0, + density: 250.9, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53995, lat: 37.27381 }, + }, + { + zip_code: '64012', + usps_city: 'Belton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 27384.0, + density: 221.7, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54993, lat: 38.78686 }, + }, + { + zip_code: '64048', + usps_city: 'Holt', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4205.0, + density: 34.7, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "59.35", "29049": "40.65"}', + coty_name: ['Clay', 'Clinton'], + cty_code: ['29047', '29049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36712, lat: 39.44387 }, + }, + { + zip_code: '64060', + usps_city: 'Kearney', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15092.0, + density: 102.5, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36458, lat: 39.36858 }, + }, + { + zip_code: '64111', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17942.0, + density: 2544.6, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.5939, lat: 39.05752 }, + }, + { + zip_code: '64118', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 42952.0, + density: 1294.6, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "99.24", "29165": "0.76"}', + coty_name: ['Clay', 'Platte'], + cty_code: ['29047', '29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57474, lat: 39.213 }, + }, + { + zip_code: '64163', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 870.0, + density: 39.0, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69091, lat: 39.33641 }, + }, + { + zip_code: '64456', + usps_city: 'Grant City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 3.3, + primary_coty_code: '29227', + primary_coty_name: 'Worth', + county_weights: '{"29227": "99.04", "29081": "0.96"}', + coty_name: ['Worth', 'Harrison'], + cty_code: ['29227', '29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38704, lat: 40.48962 }, + }, + { + zip_code: '64726', + usps_city: 'Blairstown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 2.3, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: '{"29083": "88.44", "29101": "11.56"}', + coty_name: ['Henry', 'Johnson'], + cty_code: ['29083', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92214, lat: 38.53186 }, + }, + { + zip_code: '64738', + usps_city: 'Collins', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1004.0, + density: 4.8, + primary_coty_code: '29185', + primary_coty_name: 'St. Clair', + county_weights: '{"29185": "100"}', + coty_name: ['St. Clair'], + cty_code: ['29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.65931, lat: 37.90138 }, + }, + { + zip_code: '64746', + usps_city: 'Freeman', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 16.5, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49337, lat: 38.60941 }, + }, + { + zip_code: '64831', + usps_city: 'Anderson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6302.0, + density: 20.7, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "100"}', + coty_name: ['McDonald'], + cty_code: ['29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.4565, lat: 36.65661 }, + }, + { + zip_code: '64835', + usps_city: 'Carterville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2338.0, + density: 375.7, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43741, lat: 37.14841 }, + }, + { + zip_code: '65025', + usps_city: 'Clarksburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 5.5, + primary_coty_code: '29135', + primary_coty_name: 'Moniteau', + county_weights: '{"29135": "73.54", "29053": "26.46"}', + coty_name: ['Moniteau', 'Cooper'], + cty_code: ['29135', '29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6875, lat: 38.67035 }, + }, + { + zip_code: '65109', + usps_city: 'Jefferson City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 39188.0, + density: 184.2, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "100"}', + coty_name: ['Cole'], + cty_code: ['29051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27874, lat: 38.57328 }, + }, + { + zip_code: '65321', + usps_city: 'Blackburn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 3.9, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "90.65", "29107": "9.35"}', + coty_name: ['Saline', 'Lafayette'], + cty_code: ['29195', '29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45976, lat: 39.08691 }, + }, + { + zip_code: '65334', + usps_city: 'Hughesville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1127.0, + density: 6.4, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "100"}', + coty_name: ['Pettis'], + cty_code: ['29159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22748, lat: 38.8469 }, + }, + { + zip_code: '65664', + usps_city: 'Halltown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 76.0, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "100"}', + coty_name: ['Lawrence'], + cty_code: ['29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61725, lat: 37.19733 }, + }, + { + zip_code: '65668', + usps_city: 'Hermitage', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1784.0, + density: 19.6, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "100"}', + coty_name: ['Hickory'], + cty_code: ['29085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28777, lat: 37.93281 }, + }, + { + zip_code: '65710', + usps_city: 'Morrisville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 15.0, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "100"}', + coty_name: ['Polk'], + cty_code: ['29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42288, lat: 37.48693 }, + }, + { + zip_code: '65713', + usps_city: 'Niangua', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2821.0, + density: 10.0, + primary_coty_code: '29225', + primary_coty_name: 'Webster', + county_weights: '{"29225": "90.58", "29229": "9.42"}', + coty_name: ['Webster', 'Wright'], + cty_code: ['29225', '29229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.74622, lat: 37.40341 }, + }, + { + zip_code: '65744', + usps_city: 'Rueter', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 1.4, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89758, lat: 36.6228 }, + }, + { + zip_code: '65771', + usps_city: 'Walnut Shade', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 14.3, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20639, lat: 36.7725 }, + }, + { + zip_code: '66041', + usps_city: 'Lancaster', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 745.0, + density: 5.3, + primary_coty_code: '20005', + primary_coty_name: 'Atchison', + county_weights: '{"20005": "96.69", "20043": "3.31"}', + coty_name: ['Atchison', 'Doniphan'], + cty_code: ['20005', '20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30363, lat: 39.59522 }, + }, + { + zip_code: '66205', + usps_city: 'Mission', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13419.0, + density: 1383.8, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6307, lat: 39.03124 }, + }, + { + zip_code: '66213', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 29276.0, + density: 1492.1, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70542, lat: 38.89918 }, + }, + { + zip_code: '66416', + usps_city: 'Circleville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 558.0, + density: 6.1, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "97.75", "20131": "2.25"}', + coty_name: ['Jackson', 'Nemaha'], + cty_code: ['20085', '20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86141, lat: 39.52807 }, + }, + { + zip_code: '66434', + usps_city: 'Hiawatha', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4785.0, + density: 8.6, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "100"}', + coty_name: ['Brown'], + cty_code: ['20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54648, lat: 39.86797 }, + }, + { + zip_code: '66521', + usps_city: 'Onaga', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1596.0, + density: 3.4, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "96.21", "20131": "3.79"}', + coty_name: ['Pottawatomie', 'Nemaha'], + cty_code: ['20149', '20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21953, lat: 39.47984 }, + }, + { + zip_code: '66541', + usps_city: 'Summerfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 1.8, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "89.39", "31133": "10.61"}', + coty_name: ['Marshall', 'Pawnee'], + cty_code: ['20117', '31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36579, lat: 39.97644 }, + }, + { + zip_code: '66542', + usps_city: 'Tecumseh', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2985.0, + density: 35.5, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54464, lat: 39.01293 }, + }, + { + zip_code: '66549', + usps_city: 'Westmoreland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1664.0, + density: 3.7, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['20149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42498, lat: 39.43374 }, + }, + { + zip_code: '66734', + usps_city: 'Farlington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 2.6, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82984, lat: 37.61833 }, + }, + { + zip_code: '66771', + usps_city: 'Saint Paul', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 5.1, + primary_coty_code: '20133', + primary_coty_name: 'Neosho', + county_weights: '{"20133": "100"}', + coty_name: ['Neosho'], + cty_code: ['20133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14771, lat: 37.48941 }, + }, + { + zip_code: '66868', + usps_city: 'Reading', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 891.0, + density: 2.7, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "93.59", "20139": "5.63", "20031": "0.79"}', + coty_name: ['Lyon', 'Osage', 'Coffey'], + cty_code: ['20111', '20139', '20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98557, lat: 38.54428 }, + }, + { + zip_code: '66955', + usps_city: 'Mahaska', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 0.7, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29377, lat: 39.9651 }, + }, + { + zip_code: '67003', + usps_city: 'Anthony', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2465.0, + density: 3.8, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "100"}', + coty_name: ['Harper'], + cty_code: ['20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.07254, lat: 37.10384 }, + }, + { + zip_code: '67016', + usps_city: 'Bentley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 626.2, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51478, lat: 37.88676 }, + }, + { + zip_code: '67054', + usps_city: 'Greensburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 2.1, + primary_coty_code: '20097', + primary_coty_name: 'Kiowa', + county_weights: '{"20097": "100"}', + coty_name: ['Kiowa'], + cty_code: ['20097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.31558, lat: 37.57556 }, + }, + { + zip_code: '67117', + usps_city: 'North Newton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1778.0, + density: 676.9, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: '{"20079": "100"}', + coty_name: ['Harvey'], + cty_code: ['20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34734, lat: 38.07424 }, + }, + { + zip_code: '67235', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13555.0, + density: 475.3, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49939, lat: 37.68913 }, + }, + { + zip_code: '67344', + usps_city: 'Elk City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 2.0, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "82.9", "20019": "13.91", "20049": "3.19"}', + coty_name: ['Montgomery', 'Chautauqua', 'Elk'], + cty_code: ['20125', '20019', '20049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95266, lat: 37.28806 }, + }, + { + zip_code: '67430', + usps_city: 'Cawker City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 2.1, + primary_coty_code: '20123', + primary_coty_name: 'Mitchell', + county_weights: '{"20123": "91.82", "20089": "8.18"}', + coty_name: ['Mitchell', 'Jewell'], + cty_code: ['20123', '20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.43012, lat: 39.52877 }, + }, + { + zip_code: '67514', + usps_city: 'Arlington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 4.1, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20699, lat: 37.86492 }, + }, + { + zip_code: '67553', + usps_city: 'Liebenthal', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 8.0, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "100"}', + coty_name: ['Rush'], + cty_code: ['20165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.30721, lat: 38.66079 }, + }, + { + zip_code: '67567', + usps_city: 'Pawnee Rock', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 2.2, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: + '{"20009": "70.91", "20145": "16.92", "20185": "7.22", "20165": "4.94"}', + coty_name: ['Barton', 'Pawnee', 'Stafford', 'Rush'], + cty_code: ['20009', '20145', '20185', '20165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.97772, lat: 38.2727 }, + }, + { + zip_code: '67844', + usps_city: 'Fowler', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 809.0, + density: 1.3, + primary_coty_code: '20119', + primary_coty_name: 'Meade', + county_weights: '{"20119": "91.39", "20057": "6.15", "20069": "2.46"}', + coty_name: ['Meade', 'Ford', 'Gray'], + cty_code: ['20119', '20057', '20069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.19477, lat: 37.38547 }, + }, + { + zip_code: '67882', + usps_city: 'Wright', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 0.9, + primary_coty_code: '20057', + primary_coty_name: 'Ford', + county_weights: '{"20057": "100"}', + coty_name: ['Ford'], + cty_code: ['20057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88679, lat: 37.80051 }, + }, + { + zip_code: '68004', + usps_city: 'Bancroft', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 4.8, + primary_coty_code: '31039', + primary_coty_name: 'Cuming', + county_weights: '{"31039": "100"}', + coty_name: ['Cuming'], + cty_code: ['31039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6321, lat: 42.01242 }, + }, + { + zip_code: '68025', + usps_city: 'Fremont', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 30612.0, + density: 95.0, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "95.85", "31155": "4.15"}', + coty_name: ['Dodge', 'Saunders'], + cty_code: ['31053', '31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48933, lat: 41.43794 }, + }, + { + zip_code: '68037', + usps_city: 'Louisville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2822.0, + density: 18.8, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.12729, lat: 40.98582 }, + }, + { + zip_code: '68142', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4590.0, + density: 94.5, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "92.48", "31177": "7.52"}', + coty_name: ['Douglas', 'Washington'], + cty_code: ['31055', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.10463, lat: 41.36831 }, + }, + { + zip_code: '68352', + usps_city: 'Fairbury', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4829.0, + density: 6.4, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "100"}', + coty_name: ['Jefferson'], + cty_code: ['31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22032, lat: 40.1458 }, + }, + { + zip_code: '68360', + usps_city: 'Garland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 7.8, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95509, lat: 40.94549 }, + }, + { + zip_code: '68362', + usps_city: 'Gilead', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 3.0, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44173, lat: 40.15667 }, + }, + { + zip_code: '68364', + usps_city: 'Goehner', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 312.3, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.2189, lat: 40.83266 }, + }, + { + zip_code: '68422', + usps_city: 'Pickrell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 4.2, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69598, lat: 40.39019 }, + }, + { + zip_code: '68445', + usps_city: 'Swanton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 2.9, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "100"}', + coty_name: ['Saline'], + cty_code: ['31151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07915, lat: 40.38926 }, + }, + { + zip_code: '68448', + usps_city: 'Talmage', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 4.3, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.02557, lat: 40.55163 }, + }, + { + zip_code: '68505', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 15947.0, + density: 1642.7, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61928, lat: 40.82486 }, + }, + { + zip_code: '68620', + usps_city: 'Albion', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2772.0, + density: 3.5, + primary_coty_code: '31011', + primary_coty_name: 'Boone', + county_weights: '{"31011": "100"}', + coty_name: ['Boone'], + cty_code: ['31011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.06991, lat: 41.73403 }, + }, + { + zip_code: '68719', + usps_city: 'Bristow', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 0.8, + primary_coty_code: '31015', + primary_coty_name: 'Boyd', + county_weights: '{"31015": "86.3", "46053": "13.7"}', + coty_name: ['Boyd', 'Gregory'], + cty_code: ['31015', '46053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57211, lat: 42.9484 }, + }, + { + zip_code: '68760', + usps_city: 'Niobrara', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1372.0, + density: 2.5, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "100"}', + coty_name: ['Knox'], + cty_code: ['31107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03095, lat: 42.76551 }, + }, + { + zip_code: '68941', + usps_city: 'Glenvil', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 791.0, + density: 3.6, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "63.82", "31001": "36.18"}', + coty_name: ['Clay', 'Adams'], + cty_code: ['31035', '31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.27812, lat: 40.45725 }, + }, + { + zip_code: '69367', + usps_city: 'Whitney', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 0.6, + primary_coty_code: '31045', + primary_coty_name: 'Dawes', + county_weights: '{"31045": "100"}', + coty_name: ['Dawes'], + cty_code: ['31045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.32848, lat: 42.81616 }, + }, + { + zip_code: '70079', + usps_city: 'Norco', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2850.0, + density: 491.2, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41029, lat: 30.004 }, + }, + { + zip_code: '70085', + usps_city: 'Saint Bernard', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4941.0, + density: 49.4, + primary_coty_code: '22087', + primary_coty_name: 'St. Bernard', + county_weights: '{"22087": "100"}', + coty_name: ['St. Bernard'], + cty_code: ['22087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73963, lat: 29.83621 }, + }, + { + zip_code: '70118', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36090.0, + density: 2974.8, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12557, lat: 29.94519 }, + }, + { + zip_code: '70354', + usps_city: 'Galliano', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4077.0, + density: 13.5, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28482, lat: 29.43738 }, + }, + { + zip_code: '70380', + usps_city: 'Morgan City', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21055.0, + density: 125.3, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "86.51", "22007": "9", "22099": "4.49"}', + coty_name: ['St. Mary', 'Assumption', 'St. Martin'], + cty_code: ['22101', '22007', '22099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11651, lat: 29.72179 }, + }, + { + zip_code: '70570', + usps_city: 'Opelousas', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39910.0, + density: 89.0, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10482, lat: 30.53274 }, + }, + { + zip_code: '70759', + usps_city: 'Morganza', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1756.0, + density: 14.9, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.57759, lat: 30.69753 }, + }, + { + zip_code: '70815', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 29374.0, + density: 1183.7, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.06629, lat: 30.45546 }, + }, + { + zip_code: '71044', + usps_city: 'Ida', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 572.0, + density: 4.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.88232, lat: 32.968 }, + }, + { + zip_code: '71105', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20824.0, + density: 868.8, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "89.88", "22015": "10.12"}', + coty_name: ['Caddo', 'Bossier'], + cty_code: ['22017', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70965, lat: 32.45673 }, + }, + { + zip_code: '71301', + usps_city: 'Alexandria', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22446.0, + density: 695.1, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.46876, lat: 31.27424 }, + }, + { + zip_code: '71342', + usps_city: 'Jena', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7203.0, + density: 18.3, + primary_coty_code: '22059', + primary_coty_name: 'LaSalle', + county_weights: '{"22059": "100"}', + coty_name: ['LaSalle'], + cty_code: ['22059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.13805, lat: 31.60484 }, + }, + { + zip_code: '71378', + usps_city: 'Wisner', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2233.0, + density: 17.4, + primary_coty_code: '22041', + primary_coty_name: 'Franklin', + county_weights: '{"22041": "100"}', + coty_name: ['Franklin'], + cty_code: ['22041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.70933, lat: 31.95539 }, + }, + { + zip_code: '71401', + usps_city: 'Aimwell', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 2.2, + primary_coty_code: '22025', + primary_coty_name: 'Catahoula', + county_weights: '{"22025": "100"}', + coty_name: ['Catahoula'], + cty_code: ['22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94596, lat: 31.79748 }, + }, + { + zip_code: '71419', + usps_city: 'Converse', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2096.0, + density: 5.7, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "88.13", "22031": "11.87"}', + coty_name: ['Sabine', 'De Soto'], + cty_code: ['22085', '22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.7094, lat: 31.80197 }, + }, + { + zip_code: '71469', + usps_city: 'Robeline', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2444.0, + density: 4.0, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "83.78", "22085": "16.22"}', + coty_name: ['Natchitoches', 'Sabine'], + cty_code: ['22069', '22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26634, lat: 31.69029 }, + }, + { + zip_code: '71630', + usps_city: 'Arkansas City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 4.9, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "100"}', + coty_name: ['Desha'], + cty_code: ['5041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.20873, lat: 33.62346 }, + }, + { + zip_code: '71667', + usps_city: 'Star City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6617.0, + density: 8.1, + primary_coty_code: '5079', + primary_coty_name: 'Lincoln', + county_weights: '{"05079": "97.15", "05025": "2.85"}', + coty_name: ['Lincoln', 'Cleveland'], + cty_code: ['05079', '05025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83073, lat: 33.92544 }, + }, + { + zip_code: '71845', + usps_city: 'Lewisville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1961.0, + density: 3.6, + primary_coty_code: '5073', + primary_coty_name: 'Lafayette', + county_weights: '{"05073": "100"}', + coty_name: ['Lafayette'], + cty_code: ['5073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62769, lat: 33.32436 }, + }, + { + zip_code: '71854', + usps_city: 'Texarkana', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 36538.0, + density: 50.7, + primary_coty_code: '5091', + primary_coty_name: 'Miller', + county_weights: '{"05091": "100"}', + coty_name: ['Miller'], + cty_code: ['5091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.9015, lat: 33.44698 }, + }, + { + zip_code: '71929', + usps_city: 'Bismarck', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4341.0, + density: 17.6, + primary_coty_code: '5059', + primary_coty_name: 'Hot Spring', + county_weights: '{"05059": "100"}', + coty_name: ['Hot Spring'], + cty_code: ['5059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16262, lat: 34.30584 }, + }, + { + zip_code: '71970', + usps_city: 'Story', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 809.0, + density: 4.0, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49157, lat: 34.66455 }, + }, + { + zip_code: '71972', + usps_city: 'Vandervoort', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 4.7, + primary_coty_code: '5113', + primary_coty_name: 'Polk', + county_weights: '{"05113": "100"}', + coty_name: ['Polk'], + cty_code: ['5113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.27142, lat: 34.3867 }, + }, + { + zip_code: '72029', + usps_city: 'Clarendon', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1610.0, + density: 12.3, + primary_coty_code: '5095', + primary_coty_name: 'Monroe', + county_weights: '{"05095": "100"}', + coty_name: ['Monroe'], + cty_code: ['5095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23381, lat: 34.70687 }, + }, + { + zip_code: '72037', + usps_city: 'Coy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 77.2, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "100"}', + coty_name: ['Lonoke'], + cty_code: ['5085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.8737, lat: 34.53896 }, + }, + { + zip_code: '72059', + usps_city: 'Gregory', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 1.1, + primary_coty_code: '5147', + primary_coty_name: 'Woodruff', + county_weights: '{"05147": "100"}', + coty_name: ['Woodruff'], + cty_code: ['5147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.31499, lat: 35.13943 }, + }, + { + zip_code: '72064', + usps_city: 'Hazen', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2341.0, + density: 6.0, + primary_coty_code: '5117', + primary_coty_name: 'Prairie', + county_weights: '{"05117": "100"}', + coty_name: ['Prairie'], + cty_code: ['5117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.61099, lat: 34.79204 }, + }, + { + zip_code: '72082', + usps_city: 'Kensett', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1896.0, + density: 137.7, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.67364, lat: 35.23291 }, + }, + { + zip_code: '72103', + usps_city: 'Mabelvale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12539.0, + density: 157.4, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "69.12", "05119": "30.88"}', + coty_name: ['Saline', 'Pulaski'], + cty_code: ['05125', '05119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38373, lat: 34.58979 }, + }, + { + zip_code: '72126', + usps_city: 'Perryville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3889.0, + density: 7.4, + primary_coty_code: '5105', + primary_coty_name: 'Perry', + county_weights: '{"05105": "98.23", "05119": "1.77"}', + coty_name: ['Perry', 'Pulaski'], + cty_code: ['05105', '05119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.91482, lat: 34.93742 }, + }, + { + zip_code: '72137', + usps_city: 'Rose Bud', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2445.0, + density: 13.8, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "71.43", "05023": "28.57"}', + coty_name: ['White', 'Cleburne'], + cty_code: ['05145', '05023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.03003, lat: 35.33693 }, + }, + { + zip_code: '72167', + usps_city: 'Traskwood', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1694.0, + density: 14.6, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "68.7", "05059": "25.95", "05053": "5.35"}', + coty_name: ['Saline', 'Hot Spring', 'Grant'], + cty_code: ['05125', '05059', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65417, lat: 34.42143 }, + }, + { + zip_code: '72426', + usps_city: 'Dell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 74.4, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.04195, lat: 35.86974 }, + }, + { + zip_code: '72427', + usps_city: 'Egypt', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 9.1, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93567, lat: 35.86702 }, + }, + { + zip_code: '72438', + usps_city: 'Leachville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3087.0, + density: 21.4, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22113, lat: 35.94653 }, + }, + { + zip_code: '72447', + usps_city: 'Monette', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1902.0, + density: 13.2, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33071, lat: 35.91382 }, + }, + { + zip_code: '72550', + usps_city: 'Locust Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 6.0, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "69.24", "05023": "25.89", "05137": "4.87"}', + coty_name: ['Independence', 'Cleburne', 'Stone'], + cty_code: ['05063', '05023', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78294, lat: 35.70969 }, + }, + { + zip_code: '72587', + usps_city: 'Wiseman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 1.7, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.81683, lat: 36.22564 }, + }, + { + zip_code: '72630', + usps_city: 'Diamond City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 130.7, + primary_coty_code: '5009', + primary_coty_name: 'Boone', + county_weights: '{"05009": "100"}', + coty_name: ['Boone'], + cty_code: ['5009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.91034, lat: 36.47425 }, + }, + { + zip_code: '72642', + usps_city: 'Lakeview', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1841.0, + density: 82.9, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54407, lat: 36.37091 }, + }, + { + zip_code: '72734', + usps_city: 'Gentry', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8410.0, + density: 39.8, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45337, lat: 36.27286 }, + }, + { + zip_code: '72745', + usps_city: 'Lowell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13941.0, + density: 163.1, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.10063, lat: 36.24757 }, + }, + { + zip_code: '72842', + usps_city: 'Havana', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1158.0, + density: 4.7, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "100"}', + coty_name: ['Yell'], + cty_code: ['5149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60295, lat: 35.08479 }, + }, + { + zip_code: '73005', + usps_city: 'Anadarko', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9563.0, + density: 23.9, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.2382, lat: 35.05783 }, + }, + { + zip_code: '73034', + usps_city: 'Edmond', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 45185.0, + density: 322.1, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "80.7", "40083": "19.3"}', + coty_name: ['Oklahoma', 'Logan'], + cty_code: ['40109', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42552, lat: 35.70187 }, + }, + { + zip_code: '73107', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 24965.0, + density: 1230.8, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57561, lat: 35.4816 }, + }, + { + zip_code: '73112', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 33622.0, + density: 1684.5, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57487, lat: 35.51843 }, + }, + { + zip_code: '73121', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3386.0, + density: 130.3, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.4409, lat: 35.52108 }, + }, + { + zip_code: '73131', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3578.0, + density: 114.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46433, lat: 35.57672 }, + }, + { + zip_code: '73173', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3292.0, + density: 78.3, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62226, lat: 35.34524 }, + }, + { + zip_code: '73439', + usps_city: 'Kingston', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7460.0, + density: 22.5, + primary_coty_code: '40095', + primary_coty_name: 'Marshall', + county_weights: '{"40095": "100"}', + coty_name: ['Marshall'], + cty_code: ['40095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75692, lat: 33.94552 }, + }, + { + zip_code: '73456', + usps_city: 'Ringling', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1981.0, + density: 3.0, + primary_coty_code: '40067', + primary_coty_name: 'Jefferson', + county_weights: '{"40067": "90.01", "40085": "6.44", "40019": "3.55"}', + coty_name: ['Jefferson', 'Love', 'Carter'], + cty_code: ['40067', '40085', '40019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6346, lat: 34.13071 }, + }, + { + zip_code: '73572', + usps_city: 'Walters', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3734.0, + density: 5.2, + primary_coty_code: '40033', + primary_coty_name: 'Cotton', + county_weights: '{"40033": "99.41", "40031": "0.59"}', + coty_name: ['Cotton', 'Comanche'], + cty_code: ['40033', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.34471, lat: 34.36052 }, + }, + { + zip_code: '73644', + usps_city: 'Elk City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 14225.0, + density: 28.8, + primary_coty_code: '40009', + primary_coty_name: 'Beckham', + county_weights: + '{"40009": "98.31", "40149": "1.2", "40129": "0.31", "40039": "0.18"}', + coty_name: ['Beckham', 'Washita', 'Roger Mills', 'Custer'], + cty_code: ['40009', '40149', '40129', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.43895, lat: 35.4185 }, + }, + { + zip_code: '73763', + usps_city: 'Okeene', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1624.0, + density: 3.1, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "94.82", "40093": "3.57", "40073": "1.6"}', + coty_name: ['Blaine', 'Major', 'Kingfisher'], + cty_code: ['40011', '40093', '40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.32462, lat: 36.09967 }, + }, + { + zip_code: '73852', + usps_city: 'Mooreland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2193.0, + density: 2.1, + primary_coty_code: '40153', + primary_coty_name: 'Woodward', + county_weights: '{"40153": "100"}', + coty_name: ['Woodward'], + cty_code: ['40153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.11655, lat: 36.48158 }, + }, + { + zip_code: '73938', + usps_city: 'Forgan', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 1.5, + primary_coty_code: '40007', + primary_coty_name: 'Beaver', + county_weights: '{"40007": "100"}', + coty_name: ['Beaver'], + cty_code: ['40007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.58305, lat: 36.93497 }, + }, + { + zip_code: '74030', + usps_city: 'Drumright', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3696.0, + density: 20.7, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "93.53", "40119": "6.47"}', + coty_name: ['Creek', 'Payne'], + cty_code: ['40037', '40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56447, lat: 35.98764 }, + }, + { + zip_code: '74038', + usps_city: 'Jennings', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2268.0, + density: 9.0, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "60.16", "40037": "39.84"}', + coty_name: ['Pawnee', 'Creek'], + cty_code: ['40117', '40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.5636, lat: 36.15819 }, + }, + { + zip_code: '74058', + usps_city: 'Pawnee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3906.0, + density: 5.9, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "100"}', + coty_name: ['Pawnee'], + cty_code: ['40117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75986, lat: 36.3568 }, + }, + { + zip_code: '74330', + usps_city: 'Adair', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2989.0, + density: 11.9, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "100"}', + coty_name: ['Mayes'], + cty_code: ['40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27256, lat: 36.43708 }, + }, + { + zip_code: '74458', + usps_city: 'Redbird', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 23.0, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "100"}', + coty_name: ['Wagoner'], + cty_code: ['40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59183, lat: 35.88357 }, + }, + { + zip_code: '74530', + usps_city: 'Bromide', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 2.8, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "84.11", "40029": "15.89"}', + coty_name: ['Johnston', 'Coal'], + cty_code: ['40069', '40029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.5012, lat: 34.42588 }, + }, + { + zip_code: '74557', + usps_city: 'Moyers', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 1.6, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "100"}', + coty_name: ['Pushmataha'], + cty_code: ['40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69245, lat: 34.40176 }, + }, + { + zip_code: '74560', + usps_city: 'Pittsburg', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 1.0, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "89.45", "40005": "10.55"}', + coty_name: ['Pittsburg', 'Atoka'], + cty_code: ['40121', '40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.74546, lat: 34.64691 }, + }, + { + zip_code: '74565', + usps_city: 'Savanna', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 20.3, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84538, lat: 34.80339 }, + }, + { + zip_code: '74569', + usps_city: 'Stringtown', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 2.4, + primary_coty_code: '40005', + primary_coty_name: 'Atoka', + county_weights: '{"40005": "100"}', + coty_name: ['Atoka'], + cty_code: ['40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90905, lat: 34.46562 }, + }, + { + zip_code: '74724', + usps_city: 'Bethel', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 4.3, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85598, lat: 34.34711 }, + }, + { + zip_code: '74729', + usps_city: 'Caddo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2869.0, + density: 7.2, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "74.43", "40005": "25.57"}', + coty_name: ['Bryan', 'Atoka'], + cty_code: ['40013', '40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.25429, lat: 34.14713 }, + }, + { + zip_code: '74736', + usps_city: 'Garvin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1142.0, + density: 6.7, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98604, lat: 33.92521 }, + }, + { + zip_code: '75062', + usps_city: 'Irving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 49306.0, + density: 1732.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95686, lat: 32.84702 }, + }, + { + zip_code: '75070', + usps_city: 'Mckinney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 104415.0, + density: 1687.8, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69773, lat: 33.17311 }, + }, + { + zip_code: '75082', + usps_city: 'Richardson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23483.0, + density: 1157.4, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "88.75", "48113": "11.25"}', + coty_name: ['Collin', 'Dallas'], + cty_code: ['48085', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66234, lat: 32.99157 }, + }, + { + zip_code: '75407', + usps_city: 'Princeton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17978.0, + density: 140.5, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48796, lat: 33.15089 }, + }, + { + zip_code: '75424', + usps_city: 'Blue Ridge', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3024.0, + density: 17.5, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "93.9", "48147": "6.1"}', + coty_name: ['Collin', 'Fannin'], + cty_code: ['48085', '48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38586, lat: 33.30659 }, + }, + { + zip_code: '75561', + usps_city: 'Hooks', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4939.0, + density: 38.3, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.27781, lat: 33.51333 }, + }, + { + zip_code: '75602', + usps_city: 'Longview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21655.0, + density: 170.7, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "77.57", "48203": "22.43"}', + coty_name: ['Gregg', 'Harrison'], + cty_code: ['48183', '48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.65992, lat: 32.459 }, + }, + { + zip_code: '75759', + usps_city: 'Cuney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 9.3, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41876, lat: 32.03594 }, + }, + { + zip_code: '75840', + usps_city: 'Fairfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6340.0, + density: 9.0, + primary_coty_code: '48161', + primary_coty_name: 'Freestone', + county_weights: '{"48161": "100"}', + coty_name: ['Freestone'], + cty_code: ['48161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08899, lat: 31.78236 }, + }, + { + zip_code: '75959', + usps_city: 'Milam', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 994.0, + density: 8.2, + primary_coty_code: '48403', + primary_coty_name: 'Sabine', + county_weights: '{"48403": "100"}', + coty_name: ['Sabine'], + cty_code: ['48403'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8493, lat: 31.51451 }, + }, + { + zip_code: '76043', + usps_city: 'Glen Rose', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7440.0, + density: 20.9, + primary_coty_code: '48425', + primary_coty_name: 'Somervell', + county_weights: '{"48425": "99.87", "48035": "0.13"}', + coty_name: ['Somervell', 'Bosque'], + cty_code: ['48425', '48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79709, lat: 32.20528 }, + }, + { + zip_code: '76044', + usps_city: 'Godley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4401.0, + density: 16.8, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "100"}', + coty_name: ['Johnson'], + cty_code: ['48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54354, lat: 32.4276 }, + }, + { + zip_code: '76088', + usps_city: 'Weatherford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11907.0, + density: 29.0, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "100"}', + coty_name: ['Parker'], + cty_code: ['48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90143, lat: 32.84576 }, + }, + { + zip_code: '76108', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43169.0, + density: 357.0, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "92.56", "48367": "7.44"}', + coty_name: ['Tarrant', 'Parker'], + cty_code: ['48439', '48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52195, lat: 32.77595 }, + }, + { + zip_code: '76126', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23450.0, + density: 142.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "96.08", "48367": "3.92"}', + coty_name: ['Tarrant', 'Parker'], + cty_code: ['48439', '48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51239, lat: 32.63382 }, + }, + { + zip_code: '76148', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23993.0, + density: 1986.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25197, lat: 32.86811 }, + }, + { + zip_code: '76471', + usps_city: 'Rising Star', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 3.9, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "85.57", "48049": "11.86", "48093": "2.57"}', + coty_name: ['Eastland', 'Brown', 'Comanche'], + cty_code: ['48133', '48049', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98478, lat: 32.11605 }, + }, + { + zip_code: '76491', + usps_city: 'Woodson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 1.1, + primary_coty_code: '48447', + primary_coty_name: 'Throckmorton', + county_weights: '{"48447": "100"}', + coty_name: ['Throckmorton'], + cty_code: ['48447'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.05052, lat: 33.03487 }, + }, + { + zip_code: '76556', + usps_city: 'Milano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1494.0, + density: 5.8, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "100"}', + coty_name: ['Milam'], + cty_code: ['48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82589, lat: 30.70295 }, + }, + { + zip_code: '76656', + usps_city: 'Lott', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2446.0, + density: 8.2, + primary_coty_code: '48145', + primary_coty_name: 'Falls', + county_weights: '{"48145": "100"}', + coty_name: ['Falls'], + cty_code: ['48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.0586, lat: 31.18465 }, + }, + { + zip_code: '76661', + usps_city: 'Marlin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7755.0, + density: 18.7, + primary_coty_code: '48145', + primary_coty_name: 'Falls', + county_weights: '{"48145": "100"}', + coty_name: ['Falls'], + cty_code: ['48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84932, lat: 31.31864 }, + }, + { + zip_code: '76708', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27964.0, + density: 232.0, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21135, lat: 31.62687 }, + }, + { + zip_code: '76869', + usps_city: 'Pontotoc', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 0.3, + primary_coty_code: '48319', + primary_coty_name: 'Mason', + county_weights: '{"48319": "82.4", "48411": "17.6"}', + coty_name: ['Mason', 'San Saba'], + cty_code: ['48319', '48411'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.99787, lat: 30.91282 }, + }, + { + zip_code: '76939', + usps_city: 'Knickerbocker', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.5574, lat: 31.27778 }, + }, + { + zip_code: '77015', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 56477.0, + density: 1032.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17347, lat: 29.76437 }, + }, + { + zip_code: '77040', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47823.0, + density: 1313.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.52787, lat: 29.8744 }, + }, + { + zip_code: '77089', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 54751.0, + density: 1598.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22523, lat: 29.58673 }, + }, + { + zip_code: '77360', + usps_city: 'Onalaska', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5115.0, + density: 60.1, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11402, lat: 30.84704 }, + }, + { + zip_code: '77362', + usps_city: 'Pinehurst', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6435.0, + density: 301.0, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66832, lat: 30.15825 }, + }, + { + zip_code: '77479', + usps_city: 'Sugar Land', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 93848.0, + density: 1100.0, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63557, lat: 29.56646 }, + }, + { + zip_code: '77590', + usps_city: 'Texas City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31604.0, + density: 691.5, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91973, lat: 29.39095 }, + }, + { + zip_code: '77871', + usps_city: 'Normangee', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2738.0, + density: 5.3, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "80.23", "48313": "19.77"}', + coty_name: ['Leon', 'Madison'], + cty_code: ['48289', '48313'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11752, lat: 31.05102 }, + }, + { + zip_code: '78008', + usps_city: 'Campbellton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 0.9, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "93.62", "48297": "6.38"}', + coty_name: ['Atascosa', 'Live Oak'], + cty_code: ['48013', '48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.27925, lat: 28.72411 }, + }, + { + zip_code: '78060', + usps_city: 'Oakville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48297', + primary_coty_name: 'Live Oak', + county_weights: '{"48297": "100"}', + coty_name: ['Live Oak'], + cty_code: ['48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.10699, lat: 28.44686 }, + }, + { + zip_code: '78150', + usps_city: 'Jbsa Randolph', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 90.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.279, lat: 29.53078 }, + }, + { + zip_code: '78209', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42653.0, + density: 1616.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4567, lat: 29.48907 }, + }, + { + zip_code: '78214', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27558.0, + density: 793.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.46939, lat: 29.32654 }, + }, + { + zip_code: '78343', + usps_city: 'Bishop', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4526.0, + density: 10.6, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74459, lat: 27.6194 }, + }, + { + zip_code: '78504', + usps_city: 'Mcallen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 57410.0, + density: 1253.7, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23657, lat: 26.27199 }, + }, + { + zip_code: '78606', + usps_city: 'Blanco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5547.0, + density: 8.8, + primary_coty_code: '48031', + primary_coty_name: 'Blanco', + county_weights: '{"48031": "95.81", "48091": "2.71", "48259": "1.48"}', + coty_name: ['Blanco', 'Comal', 'Kendall'], + cty_code: ['48031', '48091', '48259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.46682, lat: 30.0926 }, + }, + { + zip_code: '78645', + usps_city: 'Leander', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11579.0, + density: 140.7, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96999, lat: 30.44902 }, + }, + { + zip_code: '78663', + usps_city: 'Round Mountain', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 873.0, + density: 2.7, + primary_coty_code: '48031', + primary_coty_name: 'Blanco', + county_weights: '{"48031": "91.55", "48453": "4.83", "48209": "3.62"}', + coty_name: ['Blanco', 'Travis', 'Hays'], + cty_code: ['48031', '48453', '48209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.33532, lat: 30.42067 }, + }, + { + zip_code: '78739', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21040.0, + density: 711.3, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.88868, lat: 30.17844 }, + }, + { + zip_code: '78872', + usps_city: 'La Pryor', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 3.4, + primary_coty_code: '48507', + primary_coty_name: 'Zavala', + county_weights: '{"48507": "100"}', + coty_name: ['Zavala'], + cty_code: ['48507'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88007, lat: 28.92588 }, + }, + { + zip_code: '78873', + usps_city: 'Leakey', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2053.0, + density: 3.5, + primary_coty_code: '48385', + primary_coty_name: 'Real', + county_weights: '{"48385": "100"}', + coty_name: ['Real'], + cty_code: ['48385'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.73616, lat: 29.76655 }, + }, + { + zip_code: '79003', + usps_city: 'Allison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 1.8, + primary_coty_code: '48483', + primary_coty_name: 'Wheeler', + county_weights: '{"48483": "100"}', + coty_name: ['Wheeler'], + cty_code: ['48483'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.09466, lat: 35.58007 }, + }, + { + zip_code: '79072', + usps_city: 'Plainview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26629.0, + density: 26.9, + primary_coty_code: '48189', + primary_coty_name: 'Hale', + county_weights: '{"48189": "99.99", "48437": "0.01"}', + coty_name: ['Hale', 'Swisher'], + cty_code: ['48189', '48437'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.73863, lat: 34.17158 }, + }, + { + zip_code: '79356', + usps_city: 'Post', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5893.0, + density: 3.1, + primary_coty_code: '48169', + primary_coty_name: 'Garza', + county_weights: '{"48169": "98.13", "48305": "1.37", "48107": "0.5"}', + coty_name: ['Garza', 'Lynn', 'Crosby'], + cty_code: ['48169', '48305', '48107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.33041, lat: 33.25907 }, + }, + { + zip_code: '79512', + usps_city: 'Colorado City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7456.0, + density: 5.0, + primary_coty_code: '48335', + primary_coty_name: 'Mitchell', + county_weights: '{"48335": "99.91", "48415": "0.09"}', + coty_name: ['Mitchell', 'Scurry'], + cty_code: ['48335', '48415'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.91776, lat: 32.31554 }, + }, + { + zip_code: '79735', + usps_city: 'Fort Stockton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13915.0, + density: 3.1, + primary_coty_code: '48371', + primary_coty_name: 'Pecos', + county_weights: '{"48371": "99.98", "48043": "0.02"}', + coty_name: ['Pecos', 'Brewster'], + cty_code: ['48371', '48043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.78314, lat: 30.74291 }, + }, + { + zip_code: '79902', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20496.0, + density: 1206.8, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.49791, lat: 31.78414 }, + }, + { + zip_code: '80204', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34030.0, + density: 2363.2, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.02035, lat: 39.73489 }, + }, + { + zip_code: '80238', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 21632.0, + density: 1718.1, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.88236, lat: 39.77159 }, + }, + { + zip_code: '80481', + usps_city: 'Ward', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 2.3, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.54587, lat: 40.0896 }, + }, + { + zip_code: '80482', + usps_city: 'Winter Park', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 2.5, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.78447, lat: 39.89395 }, + }, + { + zip_code: '80545', + usps_city: 'Red Feather Lakes', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 1.3, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.68927, lat: 40.86593 }, + }, + { + zip_code: '80624', + usps_city: 'Gill', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1132.0, + density: 13.9, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.49928, lat: 40.48537 }, + }, + { + zip_code: '80742', + usps_city: 'New Raymer', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 0.2, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.82828, lat: 40.74922 }, + }, + { + zip_code: '80827', + usps_city: 'Lake George', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 1.1, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "69.03", "08119": "30.97"}', + coty_name: ['Park', 'Teller'], + cty_code: ['08093', '08119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.46815, lat: 39.06015 }, + }, + { + zip_code: '81038', + usps_city: 'Fort Lyon', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8011', + primary_coty_name: 'Bent', + county_weights: '{"08011": "100"}', + coty_name: ['Bent'], + cty_code: ['8011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.14042, lat: 38.07927 }, + }, + { + zip_code: '81057', + usps_city: 'McClave', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 2.9, + primary_coty_code: '8011', + primary_coty_name: 'Bent', + county_weights: '{"08011": "100"}', + coty_name: ['Bent'], + cty_code: ['8011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.88066, lat: 38.12827 }, + }, + { + zip_code: '81071', + usps_city: 'Sheridan Lake', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 0.2, + primary_coty_code: '8061', + primary_coty_name: 'Kiowa', + county_weights: '{"08061": "100"}', + coty_name: ['Kiowa'], + cty_code: ['8061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.26642, lat: 38.44836 }, + }, + { + zip_code: '81128', + usps_city: 'Chromo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.2, + primary_coty_code: '8007', + primary_coty_name: 'Archuleta', + county_weights: '{"08007": "100"}', + coty_name: ['Archuleta'], + cty_code: ['8007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.67242, lat: 37.06812 }, + }, + { + zip_code: '81129', + usps_city: 'Conejos', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 5.9, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "100"}', + coty_name: ['Conejos'], + cty_code: ['8021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.02909, lat: 37.10336 }, + }, + { + zip_code: '81130', + usps_city: 'Creede', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 0.3, + primary_coty_code: '8079', + primary_coty_name: 'Mineral', + county_weights: '{"08079": "98.36", "08053": "1.64"}', + coty_name: ['Mineral', 'Hinsdale'], + cty_code: ['08079', '08053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.01535, lat: 37.70747 }, + }, + { + zip_code: '81132', + usps_city: 'Del Norte', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3253.0, + density: 1.9, + primary_coty_code: '8105', + primary_coty_name: 'Rio Grande', + county_weights: '{"08105": "92.76", "08109": "7.24"}', + coty_name: ['Rio Grande', 'Saguache'], + cty_code: ['08105', '08109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.42885, lat: 37.70747 }, + }, + { + zip_code: '81235', + usps_city: 'Lake City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 795.0, + density: 0.6, + primary_coty_code: '8053', + primary_coty_name: 'Hinsdale', + county_weights: '{"08053": "100"}', + coty_name: ['Hinsdale'], + cty_code: ['8053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.29516, lat: 38.01367 }, + }, + { + zip_code: '81237', + usps_city: 'Ohio City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.3, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.61407, lat: 38.60303 }, + }, + { + zip_code: '81431', + usps_city: 'Redvale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 0.8, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "95.87", "08113": "4.13"}', + coty_name: ['Montrose', 'San Miguel'], + cty_code: ['08085', '08113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.58295, lat: 38.10429 }, + }, + { + zip_code: '81645', + usps_city: 'Minturn', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1101.0, + density: 2.5, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.41702, lat: 39.45072 }, + }, + { + zip_code: '82217', + usps_city: 'Hawk Springs', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 0.1, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.1701, lat: 41.76566 }, + }, + { + zip_code: '82432', + usps_city: 'Manderson', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 0.9, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.89134, lat: 44.22676 }, + }, + { + zip_code: '82731', + usps_city: 'Weston', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 0.2, + primary_coty_code: '56005', + primary_coty_name: 'Campbell', + county_weights: '{"56005": "100"}', + coty_name: ['Campbell'], + cty_code: ['56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.28786, lat: 44.82086 }, + }, + { + zip_code: '83236', + usps_city: 'Firth', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2422.0, + density: 4.0, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "99.03", "16019": "0.97"}', + coty_name: ['Bingham', 'Bonneville'], + cty_code: ['16011', '16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.90323, lat: 43.24319 }, + }, + { + zip_code: '83262', + usps_city: 'Pingree', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1212.0, + density: 2.3, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.76837, lat: 43.18415 }, + }, + { + zip_code: '83414', + usps_city: 'Alta', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 465.0, + density: 0.5, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "100"}', + coty_name: ['Teton'], + cty_code: ['56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.94924, lat: 43.88851 }, + }, + { + zip_code: '83420', + usps_city: 'Ashton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2260.0, + density: 1.9, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "100"}', + coty_name: ['Fremont'], + cty_code: ['16043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.35131, lat: 44.07283 }, + }, + { + zip_code: '83423', + usps_city: 'Dubois', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 834.0, + density: 0.8, + primary_coty_code: '16033', + primary_coty_name: 'Clark', + county_weights: '{"16033": "100"}', + coty_name: ['Clark'], + cty_code: ['16033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.27026, lat: 44.30001 }, + }, + { + zip_code: '83425', + usps_city: 'Hamer', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 2.1, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['16051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.24277, lat: 43.91648 }, + }, + { + zip_code: '83670', + usps_city: 'Sweet', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 2.7, + primary_coty_code: '16045', + primary_coty_name: 'Gem', + county_weights: '{"16045": "94.39", "16015": "5.61"}', + coty_name: ['Gem', 'Boise'], + cty_code: ['16045', '16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.30688, lat: 44.01727 }, + }, + { + zip_code: '83814', + usps_city: 'Coeur D Alene', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 26448.0, + density: 51.5, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.75209, lat: 47.63961 }, + }, + { + zip_code: '83864', + usps_city: 'Sandpoint', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 18523.0, + density: 15.6, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "99.83", "16021": "0.17"}', + coty_name: ['Bonner', 'Boundary'], + cty_code: ['16017', '16021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.52874, lat: 48.46778 }, + }, + { + zip_code: '84022', + usps_city: 'Dugway', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 0.8, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "99.78", "49023": "0.22"}', + coty_name: ['Tooele', 'Juab'], + cty_code: ['49045', '49023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.76586, lat: 40.27878 }, + }, + { + zip_code: '84053', + usps_city: 'Neola', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 8.2, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "94.26", "49047": "5.74"}', + coty_name: ['Duchesne', 'Uintah'], + cty_code: ['49013', '49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.0181, lat: 40.44996 }, + }, + { + zip_code: '84057', + usps_city: 'Orem', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 40605.0, + density: 2484.0, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.7104, lat: 40.31425 }, + }, + { + zip_code: '84086', + usps_city: 'Woodruff', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 1.4, + primary_coty_code: '49033', + primary_coty_name: 'Rich', + county_weights: '{"49033": "100"}', + coty_name: ['Rich'], + cty_code: ['49033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.22871, lat: 41.47983 }, + }, + { + zip_code: '84404', + usps_city: 'Ogden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 64093.0, + density: 265.6, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.11644, lat: 41.27066 }, + }, + { + zip_code: '84515', + usps_city: 'Cisco', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '49019', + primary_coty_name: 'Grand', + county_weights: '{"49019": "100"}', + coty_name: ['Grand'], + cty_code: ['49019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.17929, lat: 38.9426 }, + }, + { + zip_code: '84520', + usps_city: 'East Carbon', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 82.0, + primary_coty_code: '49007', + primary_coty_name: 'Carbon', + county_weights: '{"49007": "100"}', + coty_name: ['Carbon'], + cty_code: ['49007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.42051, lat: 39.52915 }, + }, + { + zip_code: '84540', + usps_city: 'Thompson', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 0.0, + primary_coty_code: '49019', + primary_coty_name: 'Grand', + county_weights: '{"49019": "95.65", "49047": "4.35"}', + coty_name: ['Grand', 'Uintah'], + cty_code: ['49019', '49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.43536, lat: 39.24348 }, + }, + { + zip_code: '84626', + usps_city: 'Elberta', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 2.0, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.00195, lat: 39.90261 }, + }, + { + zip_code: '84631', + usps_city: 'Fillmore', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3024.0, + density: 7.1, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.38345, lat: 38.95992 }, + }, + { + zip_code: '84653', + usps_city: 'Salem', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 9313.0, + density: 162.1, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.64407, lat: 40.02761 }, + }, + { + zip_code: '84719', + usps_city: 'Brian Head', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 0.4, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.80149, lat: 37.67542 }, + }, + { + zip_code: '84746', + usps_city: 'Leeds', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 45.9, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.35624, lat: 37.24275 }, + }, + { + zip_code: '85031', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 33886.0, + density: 3228.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.16833, lat: 33.49492 }, + }, + { + zip_code: '85053', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 30608.0, + density: 2268.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.1316, lat: 33.62994 }, + }, + { + zip_code: '85224', + usps_city: 'Chandler', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 43834.0, + density: 1813.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.87643, lat: 33.32365 }, + }, + { + zip_code: '85251', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41102.0, + density: 2153.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.91954, lat: 33.49393 }, + }, + { + zip_code: '85531', + usps_city: 'Central', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 29.9, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.78936, lat: 32.87715 }, + }, + { + zip_code: '85602', + usps_city: 'Benson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 9051.0, + density: 4.7, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "90.16", "04019": "9.84"}', + coty_name: ['Cochise', 'Pima'], + cty_code: ['04003', '04019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.37703, lat: 32.17427 }, + }, + { + zip_code: '85626', + usps_city: 'Pirtleville', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 564.5, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.56665, lat: 31.35779 }, + }, + { + zip_code: '85631', + usps_city: 'San Manuel', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3718.0, + density: 12.3, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.55257, lat: 32.59138 }, + }, + { + zip_code: '85926', + usps_city: 'Fort Apache', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 23.7, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.97933, lat: 33.77421 }, + }, + { + zip_code: '86003', + usps_city: 'Flagstaff', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.21412, lat: 35.21976 }, + }, + { + zip_code: '86015', + usps_city: 'Bellemont', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 22.2, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.83768, lat: 35.23244 }, + }, + { + zip_code: '87052', + usps_city: 'Santo Domingo Pueblo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2858.0, + density: 28.2, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.30689, lat: 35.50479 }, + }, + { + zip_code: '87056', + usps_city: 'Stanley', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1063.0, + density: 0.8, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "98.53", "35047": "1.47"}', + coty_name: ['Santa Fe', 'San Miguel'], + cty_code: ['35049', '35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.88649, lat: 35.18882 }, + }, + { + zip_code: '87410', + usps_city: 'Aztec', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 16766.0, + density: 24.1, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.87985, lat: 36.86691 }, + }, + { + zip_code: '87539', + usps_city: 'La Madera', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 0.1, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.03924, lat: 36.38171 }, + }, + { + zip_code: '87569', + usps_city: 'Serafina', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 2.1, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.30068, lat: 35.3464 }, + }, + { + zip_code: '87574', + usps_city: 'Tesuque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 15.8, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.88857, lat: 35.81671 }, + }, + { + zip_code: '87736', + usps_city: 'Rainsville', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 1.8, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.19545, lat: 35.98112 }, + }, + { + zip_code: '87943', + usps_city: 'Winston', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 0.1, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "77.19", "35053": "15.79", "35003": "7.02"}', + coty_name: ['Sierra', 'Socorro', 'Catron'], + cty_code: ['35051', '35053', '35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.73215, lat: 33.39161 }, + }, + { + zip_code: '88046', + usps_city: 'Mesilla', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 765.0, + density: 123.8, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.8023, lat: 32.25 }, + }, + { + zip_code: '88081', + usps_city: 'Chaparral', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 16829.0, + density: 16.4, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "55.66", "35013": "44.34"}', + coty_name: ['Otero', 'Do\u00f1a Ana'], + cty_code: ['35035', '35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.26298, lat: 32.22412 }, + }, + { + zip_code: '88201', + usps_city: 'Roswell', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 26485.0, + density: 4.5, + primary_coty_code: '35005', + primary_coty_name: 'Chaves', + county_weights: '{"35005": "100"}', + coty_name: ['Chaves'], + cty_code: ['35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.37492, lat: 33.63974 }, + }, + { + zip_code: '88346', + usps_city: 'Ruidoso Downs', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2728.0, + density: 17.6, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.54007, lat: 33.35376 }, + }, + { + zip_code: '88352', + usps_city: 'Tularosa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4605.0, + density: 3.6, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.10175, lat: 33.03756 }, + }, + { + zip_code: '88411', + usps_city: 'Bard', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.1, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "100"}', + coty_name: ['Quay'], + cty_code: ['35037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.16049, lat: 35.13678 }, + }, + { + zip_code: '88417', + usps_city: 'Cuervo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35019', + primary_coty_name: 'Guadalupe', + county_weights: '{"35019": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['35019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.39122, lat: 35.05147 }, + }, + { + zip_code: '88430', + usps_city: 'Nara Visa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 0.1, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "94.44", "48359": "5.56"}', + coty_name: ['Quay', 'Oldham'], + cty_code: ['35037', '48359'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.18118, lat: 35.59028 }, + }, + { + zip_code: '89104', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 39443.0, + density: 2686.0, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.10856, lat: 36.15136 }, + }, + { + zip_code: '89134', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 24363.0, + density: 1419.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.30777, lat: 36.20274 }, + }, + { + zip_code: '89445', + usps_city: 'Winnemucca', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 16387.0, + density: 1.6, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "92.47", "32027": "7.53"}', + coty_name: ['Humboldt', 'Pershing'], + cty_code: ['32013', '32027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.27422, lat: 41.16908 }, + }, + { + zip_code: '89446', + usps_city: 'Winnemucca', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "100"}', + coty_name: ['Humboldt'], + cty_code: ['32013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.87034, lat: 41.21713 }, + }, + { + zip_code: '89506', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 43566.0, + density: 178.0, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.82276, lat: 39.70138 }, + }, + { + zip_code: '89702', + usps_city: 'Carson City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '32510', + primary_coty_name: 'Carson City', + county_weights: '{"32510": "0"}', + coty_name: ['Carson City'], + cty_code: ['32510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.73599, lat: 39.15921 }, + }, + { + zip_code: '89820', + usps_city: 'Battle Mountain', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 5436.0, + density: 1.0, + primary_coty_code: '32015', + primary_coty_name: 'Lander', + county_weights: '{"32015": "99.96", "32011": "0.04"}', + coty_name: ['Lander', 'Eureka'], + cty_code: ['32015', '32011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.97366, lat: 40.42657 }, + }, + { + zip_code: '90043', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45873.0, + density: 4284.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33517, lat: 33.98886 }, + }, + { + zip_code: '90211', + usps_city: 'Beverly Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8019.0, + density: 4420.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.38304, lat: 34.06502 }, + }, + { + zip_code: '90280', + usps_city: 'South Gate', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 94642.0, + density: 5002.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.19262, lat: 33.9446 }, + }, + { + zip_code: '90501', + usps_city: 'Torrance', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41975.0, + density: 2863.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31426, lat: 33.8334 }, + }, + { + zip_code: '90506', + usps_city: 'Torrance', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "0"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33033, lat: 33.88491 }, + }, + { + zip_code: '90605', + usps_city: 'Whittier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40192.0, + density: 2745.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.02328, lat: 33.94984 }, + }, + { + zip_code: '90680', + usps_city: 'Stanton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30531.0, + density: 4365.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.99495, lat: 33.80118 }, + }, + { + zip_code: '91202', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23345.0, + density: 4397.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26846, lat: 34.16785 }, + }, + { + zip_code: '91208', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15860.0, + density: 887.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23656, lat: 34.1925 }, + }, + { + zip_code: '91303', + usps_city: 'Canoga Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31586.0, + density: 5637.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.60156, lat: 34.19794 }, + }, + { + zip_code: '91342', + usps_city: 'Sylmar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 94595.0, + density: 660.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.38506, lat: 34.31515 }, + }, + { + zip_code: '91501', + usps_city: 'Burbank', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20511.0, + density: 1996.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29583, lat: 34.20052 }, + }, + { + zip_code: '91607', + usps_city: 'Valley Village', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30611.0, + density: 4844.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.40011, lat: 34.16619 }, + }, + { + zip_code: '91740', + usps_city: 'Glendora', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25877.0, + density: 2006.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.8539, lat: 34.11878 }, + }, + { + zip_code: '91786', + usps_city: 'Upland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53697.0, + density: 2316.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.66204, lat: 34.1053 }, + }, + { + zip_code: '91931', + usps_city: 'Guatay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 16.4, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.55771, lat: 32.84637 }, + }, + { + zip_code: '92009', + usps_city: 'Carlsbad', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46612.0, + density: 1414.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24577, lat: 33.0943 }, + }, + { + zip_code: '92069', + usps_city: 'San Marcos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50376.0, + density: 1182.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.15867, lat: 33.17078 }, + }, + { + zip_code: '92082', + usps_city: 'Valley Center', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18705.0, + density: 58.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.00049, lat: 33.25079 }, + }, + { + zip_code: '92106', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20155.0, + density: 1376.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.23605, lat: 32.71272 }, + }, + { + zip_code: '92332', + usps_city: 'Essex', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 0.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.34169, lat: 34.91269 }, + }, + { + zip_code: '92358', + usps_city: 'Lytle Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 14.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.52095, lat: 34.25923 }, + }, + { + zip_code: '92382', + usps_city: 'Running Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4462.0, + density: 114.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.11801, lat: 34.20542 }, + }, + { + zip_code: '92505', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53282.0, + density: 1683.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.49435, lat: 33.93325 }, + }, + { + zip_code: '92548', + usps_city: 'Homeland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7859.0, + density: 308.7, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.10946, lat: 33.75866 }, + }, + { + zip_code: '92602', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23238.0, + density: 860.8, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.74867, lat: 33.74582 }, + }, + { + zip_code: '92649', + usps_city: 'Huntington Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35278.0, + density: 1781.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.05096, lat: 33.72635 }, + }, + { + zip_code: '92672', + usps_city: 'San Clemente', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34218.0, + density: 1662.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "99.22", "06073": "0.78"}', + coty_name: ['Orange', 'San Diego'], + cty_code: ['06059', '06073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.60933, lat: 33.42989 }, + }, + { + zip_code: '92861', + usps_city: 'Villa Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5822.0, + density: 1069.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81012, lat: 33.81773 }, + }, + { + zip_code: '93042', + usps_city: 'Point Mugu Nawc', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 2.0, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.5067, lat: 33.2479 }, + }, + { + zip_code: '93218', + usps_city: 'Ducor', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 5.2, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.03612, lat: 35.8609 }, + }, + { + zip_code: '93242', + usps_city: 'Laton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3474.0, + density: 32.6, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "91.7", "06031": "8.3"}', + coty_name: ['Fresno', 'Kings'], + cty_code: ['06019', '06031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.7277, lat: 36.44207 }, + }, + { + zip_code: '93312', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 61628.0, + density: 1564.2, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.12045, lat: 35.39347 }, + }, + { + zip_code: '93512', + usps_city: 'Benton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 1.0, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.56464, lat: 37.89263 }, + }, + { + zip_code: '93611', + usps_city: 'Clovis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49053.0, + density: 1699.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.68017, lat: 36.8253 }, + }, + { + zip_code: '93627', + usps_city: 'Helm', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 247.0, + density: 2.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08755, lat: 36.50905 }, + }, + { + zip_code: '93637', + usps_city: 'Madera', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41108.0, + density: 58.7, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.18748, lat: 36.91104 }, + }, + { + zip_code: '93646', + usps_city: 'Orange Cove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11738.0, + density: 106.4, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "97.02", "06107": "2.98"}', + coty_name: ['Fresno', 'Tulare'], + cty_code: ['06019', '06107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.28916, lat: 36.6447 }, + }, + { + zip_code: '94128', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 16.0, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38478, lat: 37.62216 }, + }, + { + zip_code: '94134', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42418.0, + density: 6830.0, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41178, lat: 37.71941 }, + }, + { + zip_code: '94403', + usps_city: 'San Mateo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44408.0, + density: 3044.9, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30452, lat: 37.53847 }, + }, + { + zip_code: '94548', + usps_city: 'Knightsen', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 52.7, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.65354, lat: 37.9735 }, + }, + { + zip_code: '94806', + usps_city: 'San Pablo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64286.0, + density: 2978.3, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3375, lat: 37.98005 }, + }, + { + zip_code: '94922', + usps_city: 'Bodega', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1075.0, + density: 33.7, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.94952, lat: 38.34186 }, + }, + { + zip_code: '94960', + usps_city: 'San Anselmo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15868.0, + density: 1032.4, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5778, lat: 37.99584 }, + }, + { + zip_code: '95060', + usps_city: 'Santa Cruz', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47801.0, + density: 272.1, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12038, lat: 37.03425 }, + }, + { + zip_code: '95126', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36206.0, + density: 4253.4, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91671, lat: 37.32676 }, + }, + { + zip_code: '95251', + usps_city: 'Vallecito', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 625.0, + density: 22.0, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.45474, lat: 38.08235 }, + }, + { + zip_code: '95311', + usps_city: 'Coulterville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1893.0, + density: 3.1, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "97.86", "06109": "2.14"}', + coty_name: ['Mariposa', 'Tuolumne'], + cty_code: ['06043', '06109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08199, lat: 37.7045 }, + }, + { + zip_code: '95370', + usps_city: 'Sonora', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28096.0, + density: 105.1, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.34883, lat: 37.98461 }, + }, + { + zip_code: '95465', + usps_city: 'Occidental', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2244.0, + density: 20.8, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.01948, lat: 38.40644 }, + }, + { + zip_code: '95639', + usps_city: 'Hood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 28.6, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.50015, lat: 38.3903 }, + }, + { + zip_code: '95648', + usps_city: 'Lincoln', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52949.0, + density: 144.3, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31167, lat: 38.9254 }, + }, + { + zip_code: '95661', + usps_city: 'Roseville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31315.0, + density: 1342.2, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.24908, lat: 38.74132 }, + }, + { + zip_code: '95662', + usps_city: 'Orangevale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32172.0, + density: 1149.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.21983, lat: 38.68917 }, + }, + { + zip_code: '95699', + usps_city: 'Drytown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 2.0, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85948, lat: 38.4354 }, + }, + { + zip_code: '95742', + usps_city: 'Rancho Cordova', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12472.0, + density: 96.8, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.19836, lat: 38.57508 }, + }, + { + zip_code: '95922', + usps_city: 'Camptonville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 5.1, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "97.67", "06091": "2.33"}', + coty_name: ['Yuba', 'Sierra'], + cty_code: ['06115', '06091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.07192, lat: 39.48489 }, + }, + { + zip_code: '95953', + usps_city: 'Live Oak', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10925.0, + density: 37.1, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.7739, lat: 39.2509 }, + }, + { + zip_code: '95961', + usps_city: 'Olivehurst', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28489.0, + density: 240.3, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.55758, lat: 39.03344 }, + }, + { + zip_code: '95988', + usps_city: 'Willows', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8298.0, + density: 10.3, + primary_coty_code: '6021', + primary_coty_name: 'Glenn', + county_weights: '{"06021": "100"}', + coty_name: ['Glenn'], + cty_code: ['6021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27429, lat: 39.50503 }, + }, + { + zip_code: '96059', + usps_city: 'Manton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 542.0, + density: 2.7, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "58.72", "06089": "41.28"}', + coty_name: ['Tehama', 'Shasta'], + cty_code: ['06103', '06089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.83234, lat: 40.4275 }, + }, + { + zip_code: '96738', + usps_city: 'Waikoloa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 7001.0, + density: 30.2, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.78419, lat: 19.90914 }, + }, + { + zip_code: '96819', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 52981.0, + density: 935.0, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.8753, lat: 21.34984 }, + }, + { + zip_code: '97006', + usps_city: 'Beaverton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 74070.0, + density: 2431.7, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.85988, lat: 45.51704 }, + }, + { + zip_code: '97103', + usps_city: 'Astoria', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 17677.0, + density: 45.9, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "100"}', + coty_name: ['Clatsop'], + cty_code: ['41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.70323, lat: 46.13219 }, + }, + { + zip_code: '97303', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 41173.0, + density: 637.5, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.02438, lat: 45.03045 }, + }, + { + zip_code: '97329', + usps_city: 'Cascadia', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 1.6, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38453, lat: 44.41125 }, + }, + { + zip_code: '97346', + usps_city: 'Gates', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 988.0, + density: 12.4, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "62.17", "41043": "37.83"}', + coty_name: ['Marion', 'Linn'], + cty_code: ['41047', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.35788, lat: 44.76901 }, + }, + { + zip_code: '97470', + usps_city: 'Roseburg', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 19785.0, + density: 44.2, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.23434, lat: 43.22975 }, + }, + { + zip_code: '97626', + usps_city: 'Fort Klamath', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.3, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.02784, lat: 42.66858 }, + }, + { + zip_code: '97634', + usps_city: 'Midland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 162.4, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.81491, lat: 42.12827 }, + }, + { + zip_code: '97836', + usps_city: 'Heppner', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1941.0, + density: 0.8, + primary_coty_code: '41049', + primary_coty_name: 'Morrow', + county_weights: '{"41049": "100"}', + coty_name: ['Morrow'], + cty_code: ['41049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.50152, lat: 45.2939 }, + }, + { + zip_code: '97904', + usps_city: 'Drewsey', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 0.2, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.51065, lat: 43.88224 }, + }, + { + zip_code: '98125', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 42981.0, + density: 3075.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29812, lat: 47.71641 }, + }, + { + zip_code: '98240', + usps_city: 'Custer', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3145.0, + density: 58.7, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62133, lat: 48.9473 }, + }, + { + zip_code: '98241', + usps_city: 'Darrington', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1920.0, + density: 1.8, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "85.06", "53057": "14.94"}', + coty_name: ['Snohomish', 'Skagit'], + cty_code: ['53061', '53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.32766, lat: 48.2237 }, + }, + { + zip_code: '21770', + usps_city: 'Monrovia', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5513.0, + density: 192.8, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.25681, lat: 39.35175 }, + }, + { + zip_code: '21872', + usps_city: 'Whaleyville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 8.1, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29454, lat: 38.41936 }, + }, + { + zip_code: '21875', + usps_city: 'Delmar', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6676.0, + density: 109.8, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54922, lat: 38.44082 }, + }, + { + zip_code: '21915', + usps_city: 'Chesapeake City', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2949.0, + density: 45.0, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84411, lat: 39.49906 }, + }, + { + zip_code: '22043', + usps_city: 'Falls Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24806.0, + density: 2011.6, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19732, lat: 38.90029 }, + }, + { + zip_code: '22203', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24309.0, + density: 6141.9, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.11726, lat: 38.87376 }, + }, + { + zip_code: '22509', + usps_city: 'Loretto', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 3.4, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "100"}', + coty_name: ['Essex'], + cty_code: ['51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07479, lat: 38.12101 }, + }, + { + zip_code: '22630', + usps_city: 'Front Royal', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32321.0, + density: 95.6, + primary_coty_code: '51187', + primary_coty_name: 'Warren', + county_weights: + '{"51187": "98.35", "51069": "1.54", "51043": "0.07", "51061": "0.04"}', + coty_name: ['Warren', 'Frederick', 'Clarke', 'Fauquier'], + cty_code: ['51187', '51069', '51043', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17669, lat: 38.92857 }, + }, + { + zip_code: '22646', + usps_city: 'Millwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 16.3, + primary_coty_code: '51043', + primary_coty_name: 'Clarke', + county_weights: '{"51043": "100"}', + coty_name: ['Clarke'], + cty_code: ['51043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.04206, lat: 39.07133 }, + }, + { + zip_code: '22664', + usps_city: 'Woodstock', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9457.0, + density: 73.0, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53037, lat: 38.8882 }, + }, + { + zip_code: '22801', + usps_city: 'Harrisonburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 41572.0, + density: 494.1, + primary_coty_code: '51660', + primary_coty_name: 'Harrisonburg', + county_weights: '{"51660": "73.73", "51165": "26.27"}', + coty_name: ['Harrisonburg', 'Rockingham'], + cty_code: ['51660', '51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87716, lat: 38.40459 }, + }, + { + zip_code: '23011', + usps_city: 'Barhamsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1345.0, + density: 23.8, + primary_coty_code: '51127', + primary_coty_name: 'New Kent', + county_weights: '{"51127": "100"}', + coty_name: ['New Kent'], + cty_code: ['51127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80954, lat: 37.47681 }, + }, + { + zip_code: '23030', + usps_city: 'Charles City', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4765.0, + density: 12.5, + primary_coty_code: '51036', + primary_coty_name: 'Charles City', + county_weights: '{"51036": "99.36", "51087": "0.64"}', + coty_name: ['Charles City', 'Henrico'], + cty_code: ['51036', '51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05928, lat: 37.34627 }, + }, + { + zip_code: '23043', + usps_city: 'Deltaville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2036.0, + density: 104.5, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.34754, lat: 37.55444 }, + }, + { + zip_code: '23093', + usps_city: 'Louisa', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13992.0, + density: 25.9, + primary_coty_code: '51109', + primary_coty_name: 'Louisa', + county_weights: '{"51109": "93.89", "51075": "5.83", "51065": "0.28"}', + coty_name: ['Louisa', 'Goochland', 'Fluvanna'], + cty_code: ['51109', '51075', '51065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.04076, lat: 38.00243 }, + }, + { + zip_code: '23119', + usps_city: 'Moon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 37.4, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28156, lat: 37.44651 }, + }, + { + zip_code: '23175', + usps_city: 'Urbanna', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1575.0, + density: 37.3, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6225, lat: 37.65026 }, + }, + { + zip_code: '23430', + usps_city: 'Smithfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17245.0, + density: 66.2, + primary_coty_code: '51093', + primary_coty_name: 'Isle of Wight', + county_weights: '{"51093": "100"}', + coty_name: ['Isle of Wight'], + cty_code: ['51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66052, lat: 36.9836 }, + }, + { + zip_code: '23460', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 3598.1, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02844, lat: 36.80798 }, + }, + { + zip_code: '23831', + usps_city: 'Chester', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35964.0, + density: 575.8, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44974, lat: 37.3454 }, + }, + { + zip_code: '23901', + usps_city: 'Farmville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18397.0, + density: 35.5, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "72.93", "51049": "20.51", "51029": "6.57"}', + coty_name: ['Prince Edward', 'Cumberland', 'Buckingham'], + cty_code: ['51147', '51049', '51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.41609, lat: 37.31622 }, + }, + { + zip_code: '23964', + usps_city: 'Red Oak', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 11.2, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "91.48", "51117": "8.52"}', + coty_name: ['Charlotte', 'Mecklenburg'], + cty_code: ['51037', '51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62881, lat: 36.77452 }, + }, + { + zip_code: '23970', + usps_city: 'South Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8616.0, + density: 27.4, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "94.61", "51111": "5.39"}', + coty_name: ['Mecklenburg', 'Lunenburg'], + cty_code: ['51117', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.188, lat: 36.7508 }, + }, + { + zip_code: '24070', + usps_city: 'Catawba', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1827.0, + density: 12.2, + primary_coty_code: '51161', + primary_coty_name: 'Roanoke', + county_weights: '{"51161": "78.06", "51045": "21.13", "51121": "0.81"}', + coty_name: ['Roanoke', 'Craig', 'Montgomery'], + cty_code: ['51161', '51045', '51121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20873, lat: 37.36705 }, + }, + { + zip_code: '24141', + usps_city: 'Radford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 22989.0, + density: 139.2, + primary_coty_code: '51750', + primary_coty_name: 'Radford', + county_weights: + '{"51750": "67.44", "51155": "24.55", "51121": "7.3", "51063": "0.72"}', + coty_name: ['Radford', 'Pulaski', 'Montgomery', 'Floyd'], + cty_code: ['51750', '51155', '51121', '51063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56832, lat: 37.09487 }, + }, + { + zip_code: '24176', + usps_city: 'Union Hall', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1257.0, + density: 22.1, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "100"}', + coty_name: ['Franklin'], + cty_code: ['51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69178, lat: 37.00932 }, + }, + { + zip_code: '24216', + usps_city: 'Appalachia', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2712.0, + density: 15.5, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "100"}', + coty_name: ['Wise'], + cty_code: ['51195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79763, lat: 36.9437 }, + }, + { + zip_code: '24270', + usps_city: 'Mendota', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 793.0, + density: 14.3, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "100"}', + coty_name: ['Washington'], + cty_code: ['51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25077, lat: 36.72716 }, + }, + { + zip_code: '24316', + usps_city: 'Broadford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67291, lat: 36.95465 }, + }, + { + zip_code: '24343', + usps_city: 'Hillsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9597.0, + density: 28.0, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "99.13", "51141": "0.44", "51197": "0.43"}', + coty_name: ['Carroll', 'Patrick', 'Wythe'], + cty_code: ['51035', '51141', '51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70144, lat: 36.76955 }, + }, + { + zip_code: '24348', + usps_city: 'Independence', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4760.0, + density: 17.3, + primary_coty_code: '51077', + primary_coty_name: 'Grayson', + county_weights: '{"51077": "100"}', + coty_name: ['Grayson'], + cty_code: ['51077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17212, lat: 36.6411 }, + }, + { + zip_code: '24528', + usps_city: 'Brookneal', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3126.0, + density: 12.3, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "82.97", "51037": "17.03"}', + coty_name: ['Campbell', 'Charlotte'], + cty_code: ['51031', '51037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87836, lat: 37.07678 }, + }, + { + zip_code: '24538', + usps_city: 'Concord', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5591.0, + density: 23.4, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "65.56", "51011": "34.44"}', + coty_name: ['Campbell', 'Appomattox'], + cty_code: ['51031', '51011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95837, lat: 37.33355 }, + }, + { + zip_code: '24701', + usps_city: 'Bluefield', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19800.0, + density: 118.7, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20654, lat: 37.30095 }, + }, + { + zip_code: '24935', + usps_city: 'Forest Hill', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 5.2, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "100"}', + coty_name: ['Summers'], + cty_code: ['54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81113, lat: 37.56075 }, + }, + { + zip_code: '24951', + usps_city: 'Lindside', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1628.0, + density: 17.1, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "100"}', + coty_name: ['Monroe'], + cty_code: ['54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.63645, lat: 37.48122 }, + }, + { + zip_code: '25007', + usps_city: 'Arnett', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 46.1, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42866, lat: 37.82536 }, + }, + { + zip_code: '25019', + usps_city: 'Bickmore', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 541.0, + density: 9.2, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08679, lat: 38.37293 }, + }, + { + zip_code: '25082', + usps_city: 'Fraziers Bottom', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2000.0, + density: 14.8, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "68.8", "54053": "31.2"}', + coty_name: ['Putnam', 'Mason'], + cty_code: ['54079', '54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02606, lat: 38.61211 }, + }, + { + zip_code: '25162', + usps_city: 'Pratt', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 514.8, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38624, lat: 38.20867 }, + }, + { + zip_code: '25320', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6385.0, + density: 35.3, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63074, lat: 38.53925 }, + }, + { + zip_code: '25428', + usps_city: 'Inwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12903.0, + density: 216.5, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.02708, lat: 39.37304 }, + }, + { + zip_code: '25521', + usps_city: 'Griffithsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 10.8, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99944, lat: 38.21975 }, + }, + { + zip_code: '25555', + usps_city: 'Prichard', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1903.0, + density: 21.6, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.55691, lat: 38.23891 }, + }, + { + zip_code: '25573', + usps_city: 'Yawkey', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 809.0, + density: 28.1, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94424, lat: 38.22326 }, + }, + { + zip_code: '25611', + usps_city: 'Bruno', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 891.0, + density: 87.4, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85317, lat: 37.68965 }, + }, + { + zip_code: '25692', + usps_city: 'Red Jacket', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 43.5, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10986, lat: 37.63629 }, + }, + { + zip_code: '25839', + usps_city: 'Fairdale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 37.2, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38021, lat: 37.78397 }, + }, + { + zip_code: '25848', + usps_city: 'Glen Rogers', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 12.2, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43516, lat: 37.71655 }, + }, + { + zip_code: '25853', + usps_city: 'Helen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 8.4, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.31375, lat: 37.63755 }, + }, + { + zip_code: '25902', + usps_city: 'Odd', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 2.6, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "80.48", "54055": "19.52"}', + coty_name: ['Raleigh', 'Mercer'], + cty_code: ['54081', '54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20826, lat: 37.5727 }, + }, + { + zip_code: '25958', + usps_city: 'Charmco', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 15.7, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75079, lat: 38.02152 }, + }, + { + zip_code: '26056', + usps_city: 'New Manchester', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 383.3, + primary_coty_code: '54029', + primary_coty_name: 'Hancock', + county_weights: '{"54029": "100"}', + coty_name: ['Hancock'], + cty_code: ['54029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57744, lat: 40.53123 }, + }, + { + zip_code: '26167', + usps_city: 'Reader', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 20.2, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "100"}', + coty_name: ['Wetzel'], + cty_code: ['54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73499, lat: 39.55724 }, + }, + { + zip_code: '26291', + usps_city: 'Slatyfork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 1.1, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15438, lat: 38.39467 }, + }, + { + zip_code: '26325', + usps_city: 'Auburn', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 4.4, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.88036, lat: 39.09888 }, + }, + { + zip_code: '26337', + usps_city: 'Cairo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 8.2, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16266, lat: 39.23792 }, + }, + { + zip_code: '26348', + usps_city: 'Folsom', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 3.4, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "100"}', + coty_name: ['Wetzel'], + cty_code: ['54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56711, lat: 39.45826 }, + }, + { + zip_code: '26521', + usps_city: 'Blacksville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 51.4, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22637, lat: 39.71428 }, + }, + { + zip_code: '26563', + usps_city: 'Carolina', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 287.7, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27428, lat: 39.48226 }, + }, + { + zip_code: '26629', + usps_city: 'Little Birch', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 17.1, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70658, lat: 38.56537 }, + }, + { + zip_code: '26636', + usps_city: 'Rosedale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 7.7, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "52.16", "54007": "39.43", "54013": "8.42"}', + coty_name: ['Gilmer', 'Braxton', 'Calhoun'], + cty_code: ['54021', '54007', '54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9468, lat: 38.74848 }, + }, + { + zip_code: '26750', + usps_city: 'Piedmont', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 675.9, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "100"}', + coty_name: ['Mineral'], + cty_code: ['54057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04388, lat: 39.47614 }, + }, + { + zip_code: '27283', + usps_city: 'Julian', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3194.0, + density: 46.8, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "97.61", "37151": "2.39"}', + coty_name: ['Guilford', 'Randolph'], + cty_code: ['37081', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63724, lat: 35.95195 }, + }, + { + zip_code: '27284', + usps_city: 'Kernersville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 55489.0, + density: 268.1, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "94.06", "37081": "4.93", "37057": "1.01"}', + coty_name: ['Forsyth', 'Guilford', 'Davidson'], + cty_code: ['37067', '37081', '37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07738, lat: 36.11847 }, + }, + { + zip_code: '27330', + usps_city: 'Sanford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40121.0, + density: 75.3, + primary_coty_code: '37105', + primary_coty_name: 'Lee', + county_weights: + '{"37105": "97.49", "37037": "2.04", "37125": "0.45", "37085": "0.03"}', + coty_name: ['Lee', 'Chatham', 'Moore', 'Harnett'], + cty_code: ['37105', '37037', '37125', '37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18718, lat: 35.51635 }, + }, + { + zip_code: '27371', + usps_city: 'Troy', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8431.0, + density: 20.1, + primary_coty_code: '37123', + primary_coty_name: 'Montgomery', + county_weights: '{"37123": "97.43", "37151": "2.57"}', + coty_name: ['Montgomery', 'Randolph'], + cty_code: ['37123', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95884, lat: 35.42018 }, + }, + { + zip_code: '27406', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 63199.0, + density: 351.3, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76565, lat: 35.99912 }, + }, + { + zip_code: '27407', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 51900.0, + density: 660.5, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87648, lat: 36.0098 }, + }, + { + zip_code: '27531', + usps_city: 'Goldsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 83.8, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "100"}', + coty_name: ['Wayne'], + cty_code: ['37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96444, lat: 35.34299 }, + }, + { + zip_code: '27534', + usps_city: 'Goldsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32492.0, + density: 173.4, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "100"}', + coty_name: ['Wayne'], + cty_code: ['37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90759, lat: 35.37132 }, + }, + { + zip_code: '27614', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32849.0, + density: 468.7, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61915, lat: 35.94725 }, + }, + { + zip_code: '27817', + usps_city: 'Chocowinity', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7614.0, + density: 26.2, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0764, lat: 35.44393 }, + }, + { + zip_code: '27886', + usps_city: 'Tarboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20280.0, + density: 40.6, + primary_coty_code: '37065', + primary_coty_name: 'Edgecombe', + county_weights: '{"37065": "98.43", "37147": "1.57"}', + coty_name: ['Edgecombe', 'Pitt'], + cty_code: ['37065', '37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52247, lat: 35.90299 }, + }, + { + zip_code: '27943', + usps_city: 'Hatteras', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 66.3, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.7008, lat: 35.21097 }, + }, + { + zip_code: '27962', + usps_city: 'Plymouth', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7696.0, + density: 33.4, + primary_coty_code: '37187', + primary_coty_name: 'Washington', + county_weights: '{"37187": "100"}', + coty_name: ['Washington'], + cty_code: ['37187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73861, lat: 35.79077 }, + }, + { + zip_code: '28071', + usps_city: 'Gold Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2667.0, + density: 22.6, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "69.27", "37025": "24.95", "37167": "5.78"}', + coty_name: ['Rowan', 'Cabarrus', 'Stanly'], + cty_code: ['37159', '37025', '37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32699, lat: 35.51557 }, + }, + { + zip_code: '28090', + usps_city: 'Lawndale', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7820.0, + density: 32.2, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: + '{"37045": "97.13", "37109": "1.99", "37035": "0.49", "37023": "0.38"}', + coty_name: ['Cleveland', 'Lincoln', 'Catawba', 'Burke'], + cty_code: ['37045', '37109', '37035', '37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56041, lat: 35.45947 }, + }, + { + zip_code: '28112', + usps_city: 'Monroe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26831.0, + density: 78.3, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "100"}', + coty_name: ['Union'], + cty_code: ['37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54085, lat: 34.89302 }, + }, + { + zip_code: '28147', + usps_city: 'Salisbury', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23495.0, + density: 115.5, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56392, lat: 35.67987 }, + }, + { + zip_code: '28167', + usps_city: 'Union Mills', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2732.0, + density: 14.7, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "94.24", "37111": "5.76"}', + coty_name: ['Rutherford', 'McDowell'], + cty_code: ['37161', '37111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96192, lat: 35.50618 }, + }, + { + zip_code: '28207', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9986.0, + density: 1531.4, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.82622, lat: 35.19512 }, + }, + { + zip_code: '28273', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41170.0, + density: 728.9, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94667, lat: 35.12675 }, + }, + { + zip_code: '28277', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 72132.0, + density: 1189.8, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81752, lat: 35.05238 }, + }, + { + zip_code: '28390', + usps_city: 'Spring Lake', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24768.0, + density: 162.0, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "51.12", "37051": "48.88"}', + coty_name: ['Harnett', 'Cumberland'], + cty_code: ['37085', '37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95465, lat: 35.21757 }, + }, + { + zip_code: '28450', + usps_city: 'Lake Waccamaw', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2684.0, + density: 26.4, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51763, lat: 34.32535 }, + }, + { + zip_code: '28466', + usps_city: 'Wallace', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9292.0, + density: 18.9, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "93.15", "37141": "6.85"}', + coty_name: ['Duplin', 'Pender'], + cty_code: ['37061', '37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90114, lat: 34.73526 }, + }, + { + zip_code: '28638', + usps_city: 'Hudson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12277.0, + density: 234.0, + primary_coty_code: '37027', + primary_coty_name: 'Caldwell', + county_weights: '{"37027": "100"}', + coty_name: ['Caldwell'], + cty_code: ['37027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47663, lat: 35.8446 }, + }, + { + zip_code: '28678', + usps_city: 'Stony Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5676.0, + density: 49.0, + primary_coty_code: '37003', + primary_coty_name: 'Alexander', + county_weights: '{"37003": "52.81", "37097": "47.19"}', + coty_name: ['Alexander', 'Iredell'], + cty_code: ['37003', '37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06028, lat: 35.83465 }, + }, + { + zip_code: '28681', + usps_city: 'Taylorsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26448.0, + density: 61.0, + primary_coty_code: '37003', + primary_coty_name: 'Alexander', + county_weights: '{"37003": "100"}', + coty_name: ['Alexander'], + cty_code: ['37003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2221, lat: 35.92094 }, + }, + { + zip_code: '28689', + usps_city: 'Union Grove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2586.0, + density: 22.3, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: + '{"37097": "78.8", "37193": "11.33", "37197": "5.26", "37003": "4.61"}', + coty_name: ['Iredell', 'Wilkes', 'Yadkin', 'Alexander'], + cty_code: ['37097', '37193', '37197', '37003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93531, lat: 36.04317 }, + }, + { + zip_code: '28748', + usps_city: 'Leicester', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12606.0, + density: 57.6, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "99.49", "37115": "0.51"}', + coty_name: ['Buncombe', 'Madison'], + cty_code: ['37021', '37115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75774, lat: 35.64957 }, + }, + { + zip_code: '28757', + usps_city: 'Montreat', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 31.7, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30857, lat: 35.64973 }, + }, + { + zip_code: '28768', + usps_city: 'Pisgah Forest', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7504.0, + density: 34.9, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "100"}', + coty_name: ['Transylvania'], + cty_code: ['37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70935, lat: 35.30434 }, + }, + { + zip_code: '28785', + usps_city: 'Waynesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7953.0, + density: 20.1, + primary_coty_code: '37087', + primary_coty_name: 'Haywood', + county_weights: '{"37087": "100"}', + coty_name: ['Haywood'], + cty_code: ['37087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09195, lat: 35.63716 }, + }, + { + zip_code: '29009', + usps_city: 'Bethune', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 6.6, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "92.62", "45025": "4.75", "45061": "2.62"}', + coty_name: ['Kershaw', 'Chesterfield', 'Lee'], + cty_code: ['45055', '45025', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37879, lat: 34.43983 }, + }, + { + zip_code: '29118', + usps_city: 'Orangeburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17451.0, + density: 86.4, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "96.47", "45017": "3.53"}', + coty_name: ['Orangeburg', 'Calhoun'], + cty_code: ['45075', '45017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8921, lat: 33.57049 }, + }, + { + zip_code: '29355', + usps_city: 'Kinards', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 4.3, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "59.26", "45071": "40.74"}', + coty_name: ['Laurens', 'Newberry'], + cty_code: ['45059', '45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.7638, lat: 34.36269 }, + }, + { + zip_code: '29714', + usps_city: 'Fort Lawn', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2991.0, + density: 35.3, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "100"}', + coty_name: ['Chester'], + cty_code: ['45023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91533, lat: 34.71103 }, + }, + { + zip_code: '30021', + usps_city: 'Clarkston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23493.0, + density: 2564.7, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.23816, lat: 33.80816 }, + }, + { + zip_code: '30068', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 32453.0, + density: 873.9, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43288, lat: 33.96888 }, + }, + { + zip_code: '30101', + usps_city: 'Acworth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 59515.0, + density: 569.0, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: + '{"13067": "77.88", "13223": "19.48", "13015": "2.03", "13057": "0.61"}', + coty_name: ['Cobb', 'Paulding', 'Bartow', 'Cherokee'], + cty_code: ['13067', '13223', '13015', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.71271, lat: 34.04345 }, + }, + { + zip_code: '30113', + usps_city: 'Buchanan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6273.0, + density: 23.4, + primary_coty_code: '13143', + primary_coty_name: 'Haralson', + county_weights: '{"13143": "92.97", "13233": "7.03"}', + coty_name: ['Haralson', 'Polk'], + cty_code: ['13143', '13233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.20833, lat: 33.85046 }, + }, + { + zip_code: '30234', + usps_city: 'Jenkinsburg', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1774.0, + density: 58.9, + primary_coty_code: '13035', + primary_coty_name: 'Butts', + county_weights: '{"13035": "86.45", "13151": "13.55"}', + coty_name: ['Butts', 'Henry'], + cty_code: ['13035', '13151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03219, lat: 33.32406 }, + }, + { + zip_code: '30236', + usps_city: 'Jonesboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 51199.0, + density: 613.6, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "93.69", "13151": "6.31"}', + coty_name: ['Clayton', 'Henry'], + cty_code: ['13063', '13151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32426, lat: 33.52244 }, + }, + { + zip_code: '30328', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 38648.0, + density: 1154.6, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38577, lat: 33.93215 }, + }, + { + zip_code: '30455', + usps_city: 'Rocky Ford', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 4.8, + primary_coty_code: '13251', + primary_coty_name: 'Screven', + county_weights: '{"13251": "100"}', + coty_name: ['Screven'], + cty_code: ['13251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80349, lat: 32.68864 }, + }, + { + zip_code: '30511', + usps_city: 'Baldwin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3874.0, + density: 50.1, + primary_coty_code: '13011', + primary_coty_name: 'Banks', + county_weights: '{"13011": "70.24", "13137": "28.5", "13257": "1.26"}', + coty_name: ['Banks', 'Habersham', 'Stephens'], + cty_code: ['13011', '13137', '13257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.476, lat: 34.45741 }, + }, + { + zip_code: '30517', + usps_city: 'Braselton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15909.0, + density: 219.8, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: + '{"13157": "42.06", "13139": "24.47", "13135": "24.4", "13013": "9.07"}', + coty_name: ['Jackson', 'Hall', 'Gwinnett', 'Barrow'], + cty_code: ['13157', '13139', '13135', '13013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79744, lat: 34.13062 }, + }, + { + zip_code: '30571', + usps_city: 'Sautee Nacoochee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3459.0, + density: 23.8, + primary_coty_code: '13311', + primary_coty_name: 'White', + county_weights: '{"13311": "100"}', + coty_name: ['White'], + cty_code: ['13311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6894, lat: 34.70873 }, + }, + { + zip_code: '30648', + usps_city: 'Lexington', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3003.0, + density: 13.8, + primary_coty_code: '13221', + primary_coty_name: 'Oglethorpe', + county_weights: '{"13221": "100"}', + coty_name: ['Oglethorpe'], + cty_code: ['13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04896, lat: 33.88224 }, + }, + { + zip_code: '30734', + usps_city: 'Ranger', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3608.0, + density: 18.2, + primary_coty_code: '13129', + primary_coty_name: 'Gordon', + county_weights: '{"13129": "84.77", "13227": "15.23"}', + coty_name: ['Gordon', 'Pickens'], + cty_code: ['13129', '13227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.71441, lat: 34.53315 }, + }, + { + zip_code: '98385', + usps_city: 'South Prairie', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 328.8, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.09186, lat: 47.13755 }, + }, + { + zip_code: '98405', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23626.0, + density: 2208.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.47201, lat: 47.2458 }, + }, + { + zip_code: '98467', + usps_city: 'University Place', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15460.0, + density: 1310.4, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.54641, lat: 47.20405 }, + }, + { + zip_code: '98530', + usps_city: 'Bucoda', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 51.7, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.82345, lat: 46.78803 }, + }, + { + zip_code: '98555', + usps_city: 'Lilliwaup', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 6.0, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.06229, lat: 47.53579 }, + }, + { + zip_code: '98597', + usps_city: 'Yelm', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23996.0, + density: 83.0, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49229, lat: 46.85138 }, + }, + { + zip_code: '98628', + usps_city: 'Klickitat', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 11.5, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.09064, lat: 45.85926 }, + }, + { + zip_code: '98814', + usps_city: 'Carlton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 2.1, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.15826, lat: 48.20686 }, + }, + { + zip_code: '98822', + usps_city: 'Entiat', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 1.6, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.47563, lat: 47.86643 }, + }, + { + zip_code: '98840', + usps_city: 'Okanogan', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4862.0, + density: 4.5, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.56659, lat: 48.31467 }, + }, + { + zip_code: '98926', + usps_city: 'Ellensburg', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 34725.0, + density: 23.2, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.46296, lat: 47.01293 }, + }, + { + zip_code: '99153', + usps_city: 'Metaline Falls', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 0.4, + primary_coty_code: '53051', + primary_coty_name: 'Pend Oreille', + county_weights: '{"53051": "100"}', + coty_name: ['Pend Oreille'], + cty_code: ['53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2127, lat: 48.8515 }, + }, + { + zip_code: '99159', + usps_city: 'Odessa', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1524.0, + density: 1.2, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "87.42", "53001": "12.58"}', + coty_name: ['Lincoln', 'Adams'], + cty_code: ['53043', '53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.74247, lat: 47.32943 }, + }, + { + zip_code: '99203', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21174.0, + density: 1747.0, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.40327, lat: 47.6291 }, + }, + { + zip_code: '99322', + usps_city: 'Bickleton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 0.4, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.18078, lat: 45.94405 }, + }, + { + zip_code: '99579', + usps_city: 'Egegik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 0.9, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.37317, lat: 58.20676 }, + }, + { + zip_code: '99634', + usps_city: 'Napakiak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 40.1, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.9884, lat: 60.6884 }, + }, + { + zip_code: '99801', + usps_city: 'Juneau', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 29968.0, + density: 5.3, + primary_coty_code: '2110', + primary_coty_name: 'Juneau', + county_weights: '{"02110": "100"}', + coty_name: ['Juneau'], + cty_code: ['2110'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -134.05518, lat: 58.39767 }, + }, + { + zip_code: '99825', + usps_city: 'Elfin Cove', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 0.1, + primary_coty_code: '2105', + primary_coty_name: 'Hoonah-Angoon', + county_weights: '{"02105": "100"}', + coty_name: ['Hoonah-Angoon'], + cty_code: ['2105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -135.87267, lat: 58.13599 }, + }, + { + zip_code: '99830', + usps_city: 'Kake', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 0.8, + primary_coty_code: '2195', + primary_coty_name: 'Petersburg', + county_weights: '{"02195": "100"}', + coty_name: ['Petersburg'], + cty_code: ['2195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -134.16029, lat: 56.77903 }, + }, + { + zip_code: '610', + usps_city: 'Anasco', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 26686.0, + density: 286.9, + primary_coty_code: '72011', + primary_coty_name: 'A\u00f1asco', + county_weights: '{"72011": "99.45", "72003": "0.55"}', + coty_name: ['A\u00f1asco', 'Aguada'], + cty_code: ['72011', '72003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.12244, lat: 18.29032 }, + }, + { + zip_code: '674', + usps_city: 'Manati', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 38971.0, + density: 334.7, + primary_coty_code: '72091', + primary_coty_name: 'Manat\u00ed', + county_weights: '{"72091": "98.49", "72145": "1.51"}', + coty_name: ['Manat\u00ed', 'Vega Baja'], + cty_code: ['72091', '72145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.49003, lat: 18.42123 }, + }, + { + zip_code: '851', + usps_city: 'Kingshill', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.77158, lat: 17.73267 }, + }, + { + zip_code: '912', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 5660.0, + density: 6558.7, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.06018, lat: 18.44534 }, + }, + { + zip_code: '925', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 6640.0, + density: 5733.6, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.05053, lat: 18.40033 }, + }, + { + zip_code: '934', + usps_city: 'Fort Buchanan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 56.2, + primary_coty_code: '72061', + primary_coty_name: 'Guaynabo', + county_weights: '{"72061": "57.99", "72021": "42.01"}', + coty_name: ['Guaynabo', 'Bayam\u00f3n'], + cty_code: ['72061', '72021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.124, lat: 18.41138 }, + }, + { + zip_code: '1031', + usps_city: 'Gilbertville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 54.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19822, lat: 42.32934 }, + }, + { + zip_code: '1060', + usps_city: 'Northampton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15948.0, + density: 563.7, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.63128, lat: 42.32229 }, + }, + { + zip_code: '1085', + usps_city: 'Westfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 41780.0, + density: 270.2, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.76958, lat: 42.15371 }, + }, + { + zip_code: '1088', + usps_city: 'West Hatfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 37.8, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.6478, lat: 42.39012 }, + }, + { + zip_code: '1259', + usps_city: 'Southfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 8.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.23564, lat: 42.07553 }, + }, + { + zip_code: '1337', + usps_city: 'Bernardston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2532.0, + density: 26.2, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.5771, lat: 42.69503 }, + }, + { + zip_code: '1529', + usps_city: 'Millville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3256.0, + density: 258.5, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57766, lat: 42.03905 }, + }, + { + zip_code: '1532', + usps_city: 'Northborough', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15056.0, + density: 314.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64621, lat: 42.32315 }, + }, + { + zip_code: '1562', + usps_city: 'Spencer', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11928.0, + density: 140.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.99189, lat: 42.24715 }, + }, + { + zip_code: '1608', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4471.0, + density: 3857.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.80159, lat: 42.26187 }, + }, + { + zip_code: '1611', + usps_city: 'Cherry Valley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2277.0, + density: 255.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.87725, lat: 42.2383 }, + }, + { + zip_code: '1901', + usps_city: 'Lynn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2135.0, + density: 3329.1, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94657, lat: 42.46104 }, + }, + { + zip_code: '1944', + usps_city: 'Manchester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5383.0, + density: 225.2, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.76825, lat: 42.58154 }, + }, + { + zip_code: '2026', + usps_city: 'Dedham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25265.0, + density: 952.0, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.17775, lat: 42.2467 }, + }, + { + zip_code: '2081', + usps_city: 'Walpole', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19904.0, + density: 428.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25883, lat: 42.14652 }, + }, + { + zip_code: '2191', + usps_city: 'North Weymouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8360.0, + density: 1594.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94148, lat: 42.24364 }, + }, + { + zip_code: '2562', + usps_city: 'Sagamore Beach', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3094.0, + density: 354.4, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.52691, lat: 41.78718 }, + }, + { + zip_code: '2668', + usps_city: 'West Barnstable', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2660.0, + density: 67.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.35676, lat: 41.71181 }, + }, + { + zip_code: '2673', + usps_city: 'West Yarmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8517.0, + density: 329.0, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.24666, lat: 41.65731 }, + }, + { + zip_code: '2725', + usps_city: 'Somerset', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2487.0, + density: 404.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18426, lat: 41.71252 }, + }, + { + zip_code: '2780', + usps_city: 'Taunton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 50438.0, + density: 589.4, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.11956, lat: 41.90755 }, + }, + { + zip_code: '2791', + usps_city: 'Westport Point', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 147.2, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07806, lat: 41.528 }, + }, + { + zip_code: '2815', + usps_city: 'Clayville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 34.0, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.65833, lat: 41.77305 }, + }, + { + zip_code: '2904', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 30613.0, + density: 2264.2, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43538, lat: 41.8604 }, + }, + { + zip_code: '2920', + usps_city: 'Cranston', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 37165.0, + density: 1560.4, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46599, lat: 41.76743 }, + }, + { + zip_code: '3109', + usps_city: 'Manchester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 10600.0, + density: 555.9, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.40168, lat: 42.96625 }, + }, + { + zip_code: '3285', + usps_city: 'Thornton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2499.0, + density: 19.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64361, lat: 43.92411 }, + }, + { + zip_code: '3750', + usps_city: 'Etna', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 31.9, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.20263, lat: 43.7076 }, + }, + { + zip_code: '3813', + usps_city: 'Center Conway', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2663.0, + density: 10.7, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.04513, lat: 44.09738 }, + }, + { + zip_code: '3833', + usps_city: 'Exeter', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 22116.0, + density: 175.5, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.98917, lat: 42.97477 }, + }, + { + zip_code: '3839', + usps_city: 'Rochester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4048.0, + density: 186.5, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.98373, lat: 43.26199 }, + }, + { + zip_code: '3848', + usps_city: 'Kingston', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6260.0, + density: 122.2, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.0665, lat: 42.9156 }, + }, + { + zip_code: '4079', + usps_city: 'Harpswell', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3953.0, + density: 71.8, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.94972, lat: 43.80344 }, + }, + { + zip_code: '4090', + usps_city: 'Wells', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 10366.0, + density: 69.4, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.63359, lat: 43.3267 }, + }, + { + zip_code: '4102', + usps_city: 'Portland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 17612.0, + density: 1132.9, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.30614, lat: 43.65872 }, + }, + { + zip_code: '4210', + usps_city: 'Auburn', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 23187.0, + density: 151.0, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.24922, lat: 44.0849 }, + }, + { + zip_code: '4216', + usps_city: 'Andover', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 1.3, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.82149, lat: 44.70684 }, + }, + { + zip_code: '4282', + usps_city: 'Turner', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5784.0, + density: 37.7, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.24284, lat: 44.26707 }, + }, + { + zip_code: '4348', + usps_city: 'Jefferson', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3169.0, + density: 16.3, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.49919, lat: 44.21522 }, + }, + { + zip_code: '4350', + usps_city: 'Litchfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3622.0, + density: 37.7, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.93987, lat: 44.16247 }, + }, + { + zip_code: '4478', + usps_city: 'Rockwood', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 0.4, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.87681, lat: 45.86407 }, + }, + { + zip_code: '4551', + usps_city: 'Bremen', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 18.5, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.42701, lat: 44.00648 }, + }, + { + zip_code: '4623', + usps_city: 'Columbia Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 870.0, + density: 2.5, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.72818, lat: 44.72804 }, + }, + { + zip_code: '4642', + usps_city: 'Harborside', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 7.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.80434, lat: 44.33383 }, + }, + { + zip_code: '4679', + usps_city: 'Southwest Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1491.0, + density: 41.9, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.3326, lat: 44.27941 }, + }, + { + zip_code: '4684', + usps_city: 'Surry', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 17.9, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.52794, lat: 44.49337 }, + }, + { + zip_code: '4730', + usps_city: 'Houlton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9720.0, + density: 16.0, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.91389, lat: 46.13233 }, + }, + { + zip_code: '4740', + usps_city: 'Easton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1261.0, + density: 12.6, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.85487, lat: 46.64322 }, + }, + { + zip_code: '4901', + usps_city: 'Waterville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 26888.0, + density: 131.7, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.57048, lat: 44.55442 }, + }, + { + zip_code: '4936', + usps_city: 'Eustis', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 0.2, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.62836, lat: 45.33572 }, + }, + { + zip_code: '4944', + usps_city: 'Hinckley', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 9.8, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.64364, lat: 44.68734 }, + }, + { + zip_code: '4952', + usps_city: 'Morrill', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1979.0, + density: 25.3, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.1428, lat: 44.40936 }, + }, + { + zip_code: '5055', + usps_city: 'Norwich', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3230.0, + density: 30.3, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.31311, lat: 43.75411 }, + }, + { + zip_code: '5153', + usps_city: 'Proctorsville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 16.1, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.64158, lat: 43.41 }, + }, + { + zip_code: '5401', + usps_city: 'Burlington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 28909.0, + density: 1884.5, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20997, lat: 44.47629 }, + }, + { + zip_code: '5447', + usps_city: 'East Berkshire', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 111.4, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70282, lat: 44.93105 }, + }, + { + zip_code: '5473', + usps_city: 'North Ferrisburgh', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1451.0, + density: 29.6, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19339, lat: 44.24344 }, + }, + { + zip_code: '5648', + usps_city: 'Calais', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 20.4, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.49349, lat: 44.38501 }, + }, + { + zip_code: '5760', + usps_city: 'Orwell', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1088.0, + density: 10.7, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "96.08", "50021": "3.92"}', + coty_name: ['Addison', 'Rutland'], + cty_code: ['50001', '50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.29282, lat: 43.80274 }, + }, + { + zip_code: '5766', + usps_city: 'Ripton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 4.4, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.98758, lat: 43.99232 }, + }, + { + zip_code: '5774', + usps_city: 'Wells', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1016.0, + density: 17.6, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.1901, lat: 43.43135 }, + }, + { + zip_code: '5828', + usps_city: 'Danville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1995.0, + density: 14.3, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.11974, lat: 44.43709 }, + }, + { + zip_code: '6016', + usps_city: 'Broad Brook', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6889.0, + density: 177.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.54448, lat: 41.90417 }, + }, + { + zip_code: '6103', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1878.0, + density: 1542.0, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67343, lat: 41.76757 }, + }, + { + zip_code: '6357', + usps_city: 'Niantic', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 11548.0, + density: 422.7, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.21513, lat: 41.32632 }, + }, + { + zip_code: '6375', + usps_city: 'Quaker Hill', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3630.0, + density: 176.8, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12491, lat: 41.40513 }, + }, + { + zip_code: '6384', + usps_city: 'Voluntown', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2833.0, + density: 28.8, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "97.19", "09015": "2.81"}', + coty_name: ['New London', 'Windham'], + cty_code: ['09011', '09015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.83183, lat: 41.58138 }, + }, + { + zip_code: '6456', + usps_city: 'Middle Haddam', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 115.3, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55024, lat: 41.53992 }, + }, + { + zip_code: '6514', + usps_city: 'Hamden', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 27534.0, + density: 948.6, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.94116, lat: 41.37348 }, + }, + { + zip_code: '6702', + usps_city: 'Waterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3080.0, + density: 1860.1, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04563, lat: 41.55719 }, + }, + { + zip_code: '6756', + usps_city: 'Goshen', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2842.0, + density: 30.4, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.23609, lat: 41.84732 }, + }, + { + zip_code: '6851', + usps_city: 'Norwalk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 27118.0, + density: 1371.6, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.40411, lat: 41.13943 }, + }, + { + zip_code: '7017', + usps_city: 'East Orange', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 36471.0, + density: 6253.5, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20708, lat: 40.77217 }, + }, + { + zip_code: '7078', + usps_city: 'Short Hills', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13372.0, + density: 800.9, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.33378, lat: 40.74207 }, + }, + { + zip_code: '7082', + usps_city: 'Towaco', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5011.0, + density: 320.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34534, lat: 40.92641 }, + }, + { + zip_code: '7401', + usps_city: 'Allendale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6765.0, + density: 845.8, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13328, lat: 41.03319 }, + }, + { + zip_code: '7626', + usps_city: 'Cresskill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8699.0, + density: 1634.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95956, lat: 40.94052 }, + }, + { + zip_code: '7660', + usps_city: 'Ridgefield Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12922.0, + density: 2943.6, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02017, lat: 40.85445 }, + }, + { + zip_code: '7703', + usps_city: 'Fort Monmouth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 58.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0423, lat: 40.3145 }, + }, + { + zip_code: '7758', + usps_city: 'Port Monmouth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4528.0, + density: 1149.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10359, lat: 40.431 }, + }, + { + zip_code: '8007', + usps_city: 'Barrington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4899.0, + density: 1472.6, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05378, lat: 39.86572 }, + }, + { + zip_code: '8079', + usps_city: 'Salem', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10030.0, + density: 42.5, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4302, lat: 39.54335 }, + }, + { + zip_code: '8324', + usps_city: 'Heislerville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 12.6, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99636, lat: 39.21679 }, + }, + { + zip_code: '8853', + usps_city: 'Neshanic Station', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4836.0, + density: 173.3, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "87.99", "34019": "12.01"}', + coty_name: ['Somerset', 'Hunterdon'], + cty_code: ['34035', '34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74007, lat: 40.52936 }, + }, + { + zip_code: '10011', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 49949.0, + density: 29140.3, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00052, lat: 40.74187 }, + }, + { + zip_code: '10019', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 45498.0, + density: 25210.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98706, lat: 40.7657 }, + }, + { + zip_code: '10022', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31130.0, + density: 28116.8, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96793, lat: 40.75859 }, + }, + { + zip_code: '10040', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44800.0, + density: 45321.7, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93053, lat: 40.85821 }, + }, + { + zip_code: '10312', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 61392.0, + density: 3126.3, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18153, lat: 40.54534 }, + }, + { + zip_code: '10528', + usps_city: 'Harrison', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13182.0, + density: 1330.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72293, lat: 40.97834 }, + }, + { + zip_code: '10962', + usps_city: 'Orangeburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6034.0, + density: 397.5, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95913, lat: 41.04906 }, + }, + { + zip_code: '11238', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 55210.0, + density: 19264.1, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96384, lat: 40.67913 }, + }, + { + zip_code: '11351', + usps_city: 'Flushing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "0"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82543, lat: 40.78076 }, + }, + { + zip_code: '11554', + usps_city: 'East Meadow', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 38029.0, + density: 2349.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56021, lat: 40.71961 }, + }, + { + zip_code: '11598', + usps_city: 'Woodmere', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14066.0, + density: 2725.6, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71164, lat: 40.63093 }, + }, + { + zip_code: '11693', + usps_city: 'Far Rockaway', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12944.0, + density: 5068.3, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.81676, lat: 40.5965 }, + }, + { + zip_code: '11701', + usps_city: 'Amityville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28363.0, + density: 2345.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.41258, lat: 40.68199 }, + }, + { + zip_code: '11706', + usps_city: 'Bay Shore', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 68401.0, + density: 1549.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2508, lat: 40.7217 }, + }, + { + zip_code: '11769', + usps_city: 'Oakdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8340.0, + density: 760.0, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.1309, lat: 40.73619 }, + }, + { + zip_code: '11931', + usps_city: 'Aquebogue', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 33.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.61361, lat: 40.93495 }, + }, + { + zip_code: '12029', + usps_city: 'Canaan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1156.0, + density: 22.2, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.42658, lat: 42.40668 }, + }, + { + zip_code: '12047', + usps_city: 'Cohoes', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21355.0, + density: 933.8, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72653, lat: 42.784 }, + }, + { + zip_code: '12068', + usps_city: 'Fonda', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3238.0, + density: 40.6, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "99.03", "36035": "0.97"}', + coty_name: ['Montgomery', 'Fulton'], + cty_code: ['36057', '36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.40903, lat: 42.95546 }, + }, + { + zip_code: '12173', + usps_city: 'Stuyvesant', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1999.0, + density: 44.9, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76027, lat: 42.38753 }, + }, + { + zip_code: '12470', + usps_city: 'Purling', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 20.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07723, lat: 42.29589 }, + }, + { + zip_code: '12517', + usps_city: 'Copake Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 18.5, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.512, lat: 42.11828 }, + }, + { + zip_code: '12521', + usps_city: 'Craryville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 15.8, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.65029, lat: 42.1701 }, + }, + { + zip_code: '12729', + usps_city: 'Cuddebackville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1797.0, + density: 31.3, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "95.09", "36105": "4.91"}', + coty_name: ['Orange', 'Sullivan'], + cty_code: ['36071', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6244, lat: 41.47624 }, + }, + { + zip_code: '12749', + usps_city: 'Kauneonga Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 29.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83671, lat: 41.69466 }, + }, + { + zip_code: '12791', + usps_city: 'Youngsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 30.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89007, lat: 41.81225 }, + }, + { + zip_code: '12803', + usps_city: 'South Glens Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8357.0, + density: 545.2, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.62995, lat: 43.28938 }, + }, + { + zip_code: '12847', + usps_city: 'Long Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 0.3, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "99.67", "36089": "0.33"}', + coty_name: ['Hamilton', 'St. Lawrence'], + cty_code: ['36041', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58741, lat: 43.99912 }, + }, + { + zip_code: '12864', + usps_city: 'Sabael', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 40.4, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30522, lat: 43.72753 }, + }, + { + zip_code: '12923', + usps_city: 'Churubusco', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 562.0, + density: 4.1, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93893, lat: 44.95458 }, + }, + { + zip_code: '12993', + usps_city: 'Westport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1330.0, + density: 7.1, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47219, lat: 44.19893 }, + }, + { + zip_code: '12996', + usps_city: 'Willsboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2119.0, + density: 16.1, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.43946, lat: 44.36021 }, + }, + { + zip_code: '13035', + usps_city: 'Cazenovia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8422.0, + density: 43.5, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "97.11", "36067": "2.89"}', + coty_name: ['Madison', 'Onondaga'], + cty_code: ['36053', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82567, lat: 42.9408 }, + }, + { + zip_code: '13052', + usps_city: 'De Ruyter', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 12.3, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: + '{"36053": "75.64", "36017": "16.08", "36023": "6.19", "36067": "2.08"}', + coty_name: ['Madison', 'Chenango', 'Cortland', 'Onondaga'], + cty_code: ['36053', '36017', '36023', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86346, lat: 42.72245 }, + }, + { + zip_code: '13134', + usps_city: 'Peterboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 1010.3, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6847, lat: 42.96738 }, + }, + { + zip_code: '13146', + usps_city: 'Savannah', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2462.0, + density: 17.5, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "96.48", "36099": "3.52"}', + coty_name: ['Wayne', 'Seneca'], + cty_code: ['36117', '36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.75786, lat: 43.0901 }, + }, + { + zip_code: '13209', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12713.0, + density: 386.3, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2486, lat: 43.08508 }, + }, + { + zip_code: '13319', + usps_city: 'Chadwicks', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 244.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26694, lat: 43.0264 }, + }, + { + zip_code: '13461', + usps_city: 'Sherrill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3000.0, + density: 499.6, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59912, lat: 43.07041 }, + }, + { + zip_code: '13602', + usps_city: 'Fort Drum', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3968.0, + density: 157.1, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76504, lat: 44.05127 }, + }, + { + zip_code: '13608', + usps_city: 'Antwerp', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1607.0, + density: 15.7, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "85.05", "36089": "14.95"}', + coty_name: ['Jefferson', 'St. Lawrence'], + cty_code: ['36045', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62522, lat: 44.2403 }, + }, + { + zip_code: '13617', + usps_city: 'Canton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11137.0, + density: 33.7, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14931, lat: 44.5792 }, + }, + { + zip_code: '13641', + usps_city: 'Fishers Landing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 59.9, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00474, lat: 44.27524 }, + }, + { + zip_code: '13647', + usps_city: 'Hannawa Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 232.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98059, lat: 44.60584 }, + }, + { + zip_code: '13676', + usps_city: 'Potsdam', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16637.0, + density: 40.3, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92142, lat: 44.653 }, + }, + { + zip_code: '13681', + usps_city: 'Richville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1053.0, + density: 12.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37088, lat: 44.42851 }, + }, + { + zip_code: '13833', + usps_city: 'Port Crane', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3728.0, + density: 40.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.7672, lat: 42.19942 }, + }, + { + zip_code: '13834', + usps_city: 'Portlandville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 320.4, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96276, lat: 42.53386 }, + }, + { + zip_code: '14058', + usps_city: 'Elba', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1994.0, + density: 19.3, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "96.02", "36073": "3.98"}', + coty_name: ['Genesee', 'Orleans'], + cty_code: ['36037', '36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.16272, lat: 43.10243 }, + }, + { + zip_code: '14223', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22225.0, + density: 2500.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84621, lat: 42.97346 }, + }, + { + zip_code: '14441', + usps_city: 'Dresden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 351.1, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "100"}', + coty_name: ['Yates'], + cty_code: ['36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.95727, lat: 42.68523 }, + }, + { + zip_code: '14539', + usps_city: 'Retsof', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 164.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87489, lat: 42.83458 }, + }, + { + zip_code: '14627', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2348.0, + density: 5892.1, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62917, lat: 43.12861 }, + }, + { + zip_code: '14781', + usps_city: 'Sherman', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2089.0, + density: 11.1, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60186, lat: 42.16117 }, + }, + { + zip_code: '14788', + usps_city: 'Westons Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 80.7, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38018, lat: 42.06205 }, + }, + { + zip_code: '14861', + usps_city: 'Lowman', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1125.0, + density: 12.7, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68477, lat: 42.08993 }, + }, + { + zip_code: '14867', + usps_city: 'Newfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5676.0, + density: 32.7, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61415, lat: 42.34405 }, + }, + { + zip_code: '15087', + usps_city: 'Webster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 81.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85302, lat: 40.18957 }, + }, + { + zip_code: '15202', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19569.0, + density: 1718.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0685, lat: 40.5053 }, + }, + { + zip_code: '15310', + usps_city: 'Aleppo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 5.5, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48224, lat: 39.79273 }, + }, + { + zip_code: '15420', + usps_city: 'Cardale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 355.1, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86527, lat: 39.96011 }, + }, + { + zip_code: '15436', + usps_city: 'Fairchance', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2985.0, + density: 164.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72481, lat: 39.81782 }, + }, + { + zip_code: '15447', + usps_city: 'Isabella', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 101.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93692, lat: 39.94384 }, + }, + { + zip_code: '15464', + usps_city: 'Mill Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 14.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43666, lat: 39.92447 }, + }, + { + zip_code: '15482', + usps_city: 'Star Junction', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 97.3, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76575, lat: 40.0608 }, + }, + { + zip_code: '15520', + usps_city: 'Acosta', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 150.5, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.06055, lat: 40.10635 }, + }, + { + zip_code: '15532', + usps_city: 'Boynton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 78.3, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.06082, lat: 39.76206 }, + }, + { + zip_code: '15552', + usps_city: 'Meyersdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5908.0, + density: 21.9, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99184, lat: 39.79393 }, + }, + { + zip_code: '15561', + usps_city: 'Sipesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 124.2, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08772, lat: 40.09556 }, + }, + { + zip_code: '15695', + usps_city: 'Wyano', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 323.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69334, lat: 40.19731 }, + }, + { + zip_code: '15765', + usps_city: 'Penn Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1480.0, + density: 15.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9961, lat: 40.59762 }, + }, + { + zip_code: '15775', + usps_city: 'Spangler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 79.3, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78183, lat: 40.62725 }, + }, + { + zip_code: '15904', + usps_city: 'Johnstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15943.0, + density: 200.7, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84491, lat: 40.30345 }, + }, + { + zip_code: '15957', + usps_city: 'Strongstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 626.0, + density: 25.5, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "78.15", "42021": "21.85"}', + coty_name: ['Indiana', 'Cambria'], + cty_code: ['42063', '42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89737, lat: 40.55657 }, + }, + { + zip_code: '15962', + usps_city: 'Wilmore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 330.5, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71507, lat: 40.38814 }, + }, + { + zip_code: '16033', + usps_city: 'Evans City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6260.0, + density: 78.2, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04531, lat: 40.79163 }, + }, + { + zip_code: '16061', + usps_city: 'West Sunbury', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2556.0, + density: 22.5, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88699, lat: 41.00659 }, + }, + { + zip_code: '16154', + usps_city: 'Transfer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2390.0, + density: 35.4, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42086, lat: 41.32448 }, + }, + { + zip_code: '16323', + usps_city: 'Franklin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15624.0, + density: 59.9, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82922, lat: 41.41271 }, + }, + { + zip_code: '16331', + usps_city: 'Kossuth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 17.0, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.56554, lat: 41.29258 }, + }, + { + zip_code: '16416', + usps_city: 'Garland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 20.3, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.4727, lat: 41.82575 }, + }, + { + zip_code: '16420', + usps_city: 'Grand Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 5.0, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54726, lat: 41.69633 }, + }, + { + zip_code: '16625', + usps_city: 'Claysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4060.0, + density: 48.9, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "76.99", "42009": "23.01"}', + coty_name: ['Blair', 'Bedford'], + cty_code: ['42013', '42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.50833, lat: 40.28208 }, + }, + { + zip_code: '16692', + usps_city: 'Westover', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 15.0, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72003, lat: 40.75601 }, + }, + { + zip_code: '16701', + usps_city: 'Bradford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17126.0, + density: 30.6, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "99.93", "42123": "0.07"}', + coty_name: ['McKean', 'Warren'], + cty_code: ['42083', '42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.76293, lat: 41.9179 }, + }, + { + zip_code: '16820', + usps_city: 'Aaronsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1327.0, + density: 18.1, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39238, lat: 40.89564 }, + }, + { + zip_code: '16821', + usps_city: 'Allport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 115.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20181, lat: 40.96282 }, + }, + { + zip_code: '16836', + usps_city: 'Frenchville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 3.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2706, lat: 41.14532 }, + }, + { + zip_code: '16854', + usps_city: 'Millheim', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 614.0, + density: 99.2, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47309, lat: 40.89799 }, + }, + { + zip_code: '16939', + usps_city: 'Morris Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 39.9, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02225, lat: 41.67105 }, + }, + { + zip_code: '17022', + usps_city: 'Elizabethtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30855.0, + density: 216.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "88.52", "42043": "11.48"}', + coty_name: ['Lancaster', 'Dauphin'], + cty_code: ['42071', '42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60867, lat: 40.16632 }, + }, + { + zip_code: '17037', + usps_city: 'Ickesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 15.7, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.42031, lat: 40.43391 }, + }, + { + zip_code: '17045', + usps_city: 'Liverpool', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3316.0, + density: 32.6, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "67.82", "42067": "23.91", "42109": "8.27"}', + coty_name: ['Perry', 'Juniata', 'Snyder'], + cty_code: ['42099', '42067', '42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00341, lat: 40.58876 }, + }, + { + zip_code: '17255', + usps_city: 'Shade Gap', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1114.0, + density: 14.3, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86247, lat: 40.16129 }, + }, + { + zip_code: '17262', + usps_city: 'Spring Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 21.2, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73624, lat: 40.14603 }, + }, + { + zip_code: '17265', + usps_city: 'Upperstrasburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 6.8, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78664, lat: 40.02817 }, + }, + { + zip_code: '17324', + usps_city: 'Gardners', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4549.0, + density: 33.7, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "59.85", "42001": "40.15"}', + coty_name: ['Cumberland', 'Adams'], + cty_code: ['42041', '42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22834, lat: 40.03482 }, + }, + { + zip_code: '17325', + usps_city: 'Gettysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28391.0, + density: 85.3, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22677, lat: 39.82788 }, + }, + { + zip_code: '17551', + usps_city: 'Millersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11538.0, + density: 441.6, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37368, lat: 39.97851 }, + }, + { + zip_code: '17822', + usps_city: 'Danville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42093', + primary_coty_name: 'Montour', + county_weights: '{"42093": "0"}', + coty_name: ['Montour'], + cty_code: ['42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60515, lat: 40.96811 }, + }, + { + zip_code: '18046', + usps_city: 'East Texas', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5603, lat: 40.54805 }, + }, + { + zip_code: '18062', + usps_city: 'Macungie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25769.0, + density: 466.8, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "92.04", "42011": "7.96"}', + coty_name: ['Lehigh', 'Berks'], + cty_code: ['42077', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58301, lat: 40.50251 }, + }, + { + zip_code: '18072', + usps_city: 'Pen Argyl', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6550.0, + density: 167.7, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25759, lat: 40.84556 }, + }, + { + zip_code: '18324', + usps_city: 'Bushkill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9229.0, + density: 78.0, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "97.95", "42089": "2.05"}', + coty_name: ['Pike', 'Monroe'], + cty_code: ['42103', '42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00303, lat: 41.15197 }, + }, + { + zip_code: '18357', + usps_city: 'Skytop', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 10.8, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21847, lat: 41.22767 }, + }, + { + zip_code: '18407', + usps_city: 'Carbondale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13119.0, + density: 120.9, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "97.73", "42115": "2.27"}', + coty_name: ['Lackawanna', 'Susquehanna'], + cty_code: ['42069', '42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52782, lat: 41.59954 }, + }, + { + zip_code: '18616', + usps_city: 'Forksville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 4.1, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62372, lat: 41.50966 }, + }, + { + zip_code: '18631', + usps_city: 'Mifflinville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 265.4, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "100"}', + coty_name: ['Columbia'], + cty_code: ['42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30335, lat: 41.02958 }, + }, + { + zip_code: '18655', + usps_city: 'Shickshinny', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5625.0, + density: 30.1, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "96.1", "42037": "3.9"}', + coty_name: ['Luzerne', 'Columbia'], + cty_code: ['42079', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19614, lat: 41.18175 }, + }, + { + zip_code: '18823', + usps_city: 'Harford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 27.1, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69351, lat: 41.77608 }, + }, + { + zip_code: '18825', + usps_city: 'Jackson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 12.0, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60101, lat: 41.80766 }, + }, + { + zip_code: '18850', + usps_city: 'Ulster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2159.0, + density: 13.8, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49997, lat: 41.85292 }, + }, + { + zip_code: '19001', + usps_city: 'Abington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17139.0, + density: 1912.5, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12543, lat: 40.12594 }, + }, + { + zip_code: '19124', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 70304.0, + density: 5567.6, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09304, lat: 40.01711 }, + }, + { + zip_code: '19125', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25850.0, + density: 7249.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1248, lat: 39.97617 }, + }, + { + zip_code: '19335', + usps_city: 'Downingtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 48962.0, + density: 444.9, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72018, lat: 40.02282 }, + }, + { + zip_code: '19555', + usps_city: 'Shoemakersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3554.0, + density: 100.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95131, lat: 40.49392 }, + }, + { + zip_code: '19735', + usps_city: 'Winterthur', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 17.9, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60231, lat: 39.80544 }, + }, + { + zip_code: '19810', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 25978.0, + density: 1270.3, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50651, lat: 39.81865 }, + }, + { + zip_code: '19960', + usps_city: 'Lincoln', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 6505.0, + density: 85.0, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.41363, lat: 38.84899 }, + }, + { + zip_code: '20012', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 17576.0, + density: 2997.7, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03195, lat: 38.97704 }, + }, + { + zip_code: '20036', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 5455.0, + density: 6326.7, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04166, lat: 38.90696 }, + }, + { + zip_code: '20111', + usps_city: 'Manassas', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36375.0, + density: 865.4, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "53.34", "51685": "46.66"}', + coty_name: ['Prince William', 'Manassas Park'], + cty_code: ['51153', '51685'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43012, lat: 38.74928 }, + }, + { + zip_code: '20152', + usps_city: 'Chantilly', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35302.0, + density: 546.9, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50414, lat: 38.91757 }, + }, + { + zip_code: '20165', + usps_city: 'Sterling', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31912.0, + density: 1254.9, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.3887, lat: 39.05056 }, + }, + { + zip_code: '20565', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01939, lat: 38.89062 }, + }, + { + zip_code: '20607', + usps_city: 'Accokeek', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10843.0, + density: 199.4, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "99.56", "24017": "0.44"}', + coty_name: ["Prince George's", 'Charles'], + cty_code: ['24033', '24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02018, lat: 38.67227 }, + }, + { + zip_code: '20636', + usps_city: 'Hollywood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10805.0, + density: 113.3, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5703, lat: 38.35215 }, + }, + { + zip_code: '20720', + usps_city: 'Bowie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 22971.0, + density: 794.1, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7827, lat: 38.98227 }, + }, + { + zip_code: '20769', + usps_city: 'Glenn Dale', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6222.0, + density: 312.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81993, lat: 38.99351 }, + }, + { + zip_code: '20850', + usps_city: 'Rockville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 53176.0, + density: 1455.6, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18085, lat: 39.09129 }, + }, + { + zip_code: '20880', + usps_city: 'Washington Grove', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 547.0, + density: 894.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17346, lat: 39.13969 }, + }, + { + zip_code: '20899', + usps_city: 'Gaithersburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 1442.0, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2162, lat: 39.14384 }, + }, + { + zip_code: '21131', + usps_city: 'Phoenix', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7282.0, + density: 126.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57373, lat: 39.50467 }, + }, + { + zip_code: '21161', + usps_city: 'White Hall', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5601.0, + density: 44.7, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "50.29", "24005": "49.71"}', + coty_name: ['Harford', 'Baltimore'], + cty_code: ['24025', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5654, lat: 39.66042 }, + }, + { + zip_code: '21402', + usps_city: 'Annapolis', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6669.0, + density: 1356.1, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47251, lat: 38.98821 }, + }, + { + zip_code: '21543', + usps_city: 'Midlothian', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 78.3, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95969, lat: 39.64929 }, + }, + { + zip_code: '21757', + usps_city: 'Keymar', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2793.0, + density: 28.6, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "54.08", "24013": "45.92"}', + coty_name: ['Frederick', 'Carroll'], + cty_code: ['24021', '24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.25679, lat: 39.59986 }, + }, + { + zip_code: '31005', + usps_city: 'Bonaire', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17961.0, + density: 360.8, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59733, lat: 32.5444 }, + }, + { + zip_code: '31068', + usps_city: 'Oglethorpe', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5329.0, + density: 22.9, + primary_coty_code: '13193', + primary_coty_name: 'Macon', + county_weights: '{"13193": "100"}', + coty_name: ['Macon'], + cty_code: ['13193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.10771, lat: 32.32624 }, + }, + { + zip_code: '31318', + usps_city: 'Meldrim', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 110.0, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "100"}', + coty_name: ['Effingham'], + cty_code: ['13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37192, lat: 32.14203 }, + }, + { + zip_code: '31606', + usps_city: 'Valdosta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3743.0, + density: 32.8, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "100"}', + coty_name: ['Lowndes'], + cty_code: ['13185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.18917, lat: 30.79893 }, + }, + { + zip_code: '31720', + usps_city: 'Barwick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 19.7, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "52.75", "13027": "47.25"}', + coty_name: ['Thomas', 'Brooks'], + cty_code: ['13275', '13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.72295, lat: 30.87986 }, + }, + { + zip_code: '31810', + usps_city: 'Geneva', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 6.5, + primary_coty_code: '13263', + primary_coty_name: 'Talbot', + county_weights: '{"13263": "100"}', + coty_name: ['Talbot'], + cty_code: ['13263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54079, lat: 32.56852 }, + }, + { + zip_code: '32308', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22029.0, + density: 576.0, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.22459, lat: 30.47711 }, + }, + { + zip_code: '32309', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31597.0, + density: 109.8, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09823, lat: 30.56622 }, + }, + { + zip_code: '32311', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22264.0, + density: 192.7, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16254, lat: 30.40038 }, + }, + { + zip_code: '32333', + usps_city: 'Havana', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11314.0, + density: 41.3, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41261, lat: 30.60642 }, + }, + { + zip_code: '32350', + usps_city: 'Pinetta', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1272.0, + density: 9.6, + primary_coty_code: '12079', + primary_coty_name: 'Madison', + county_weights: '{"12079": "100"}', + coty_name: ['Madison'], + cty_code: ['12079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32292, lat: 30.58696 }, + }, + { + zip_code: '32445', + usps_city: 'Malone', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2497.0, + density: 37.0, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.19415, lat: 30.96922 }, + }, + { + zip_code: '32455', + usps_city: 'Ponce De Leon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4081.0, + density: 6.8, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "55.36", "12059": "44.64"}', + coty_name: ['Walton', 'Holmes'], + cty_code: ['12131', '12059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.96498, lat: 30.64248 }, + }, + { + zip_code: '32603', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6949.0, + density: 1962.1, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.354, lat: 29.64994 }, + }, + { + zip_code: '32707', + usps_city: 'Casselberry', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36036.0, + density: 1432.9, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.31427, lat: 28.66267 }, + }, + { + zip_code: '32796', + usps_city: 'Titusville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20609.0, + density: 543.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84181, lat: 28.62693 }, + }, + { + zip_code: '32820', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10442.0, + density: 267.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12137, lat: 28.58498 }, + }, + { + zip_code: '32832', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27919.0, + density: 191.8, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18697, lat: 28.39793 }, + }, + { + zip_code: '32835', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 48078.0, + density: 1983.2, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48426, lat: 28.52106 }, + }, + { + zip_code: '33024', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 76508.0, + density: 2753.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24528, lat: 26.02697 }, + }, + { + zip_code: '33139', + usps_city: 'Miami Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39427.0, + density: 5648.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14919, lat: 25.78521 }, + }, + { + zip_code: '33196', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 53047.0, + density: 836.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48644, lat: 25.65144 }, + }, + { + zip_code: '33334', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29494.0, + density: 2379.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13442, lat: 26.18312 }, + }, + { + zip_code: '33407', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31551.0, + density: 1258.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09074, lat: 26.75779 }, + }, + { + zip_code: '33471', + usps_city: 'Moore Haven', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6866.0, + density: 10.0, + primary_coty_code: '12043', + primary_coty_name: 'Glades', + county_weights: '{"12043": "100"}', + coty_name: ['Glades'], + cty_code: ['12043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19281, lat: 26.88424 }, + }, + { + zip_code: '33487', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20677.0, + density: 1240.6, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09148, lat: 26.41008 }, + }, + { + zip_code: '33540', + usps_city: 'Zephyrhills', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8652.0, + density: 95.3, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "99.04", "12057": "0.96"}', + coty_name: ['Pasco', 'Hillsborough'], + cty_code: ['12101', '12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15056, lat: 28.21509 }, + }, + { + zip_code: '33578', + usps_city: 'Riverview', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52486.0, + density: 940.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34943, lat: 27.86329 }, + }, + { + zip_code: '33776', + usps_city: 'Seminole', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13573.0, + density: 1519.9, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82609, lat: 27.84985 }, + }, + { + zip_code: '33931', + usps_city: 'Fort Myers Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10566.0, + density: 373.5, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90623, lat: 26.43551 }, + }, + { + zip_code: '34141', + usps_city: 'Ochopee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 0.0, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "97.41", "12087": "2.59"}', + coty_name: ['Collier', 'Monroe'], + cty_code: ['12021', '12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09363, lat: 25.97229 }, + }, + { + zip_code: '34465', + usps_city: 'Beverly Hills', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17455.0, + density: 269.5, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48921, lat: 28.9295 }, + }, + { + zip_code: '34479', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13603.0, + density: 301.8, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10946, lat: 29.25402 }, + }, + { + zip_code: '34639', + usps_city: "Land O'Lakes", + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29395.0, + density: 423.8, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42582, lat: 28.24574 }, + }, + { + zip_code: '34739', + usps_city: 'Kenansville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 0.3, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12442, lat: 27.93452 }, + }, + { + zip_code: '34772', + usps_city: 'Saint Cloud', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31436.0, + density: 125.6, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.26889, lat: 28.16397 }, + }, + { + zip_code: '34786', + usps_city: 'Windermere', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45836.0, + density: 910.0, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55434, lat: 28.48213 }, + }, + { + zip_code: '34997', + usps_city: 'Stuart', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 44632.0, + density: 175.3, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "100"}', + coty_name: ['Martin'], + cty_code: ['12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27162, lat: 27.05254 }, + }, + { + zip_code: '35004', + usps_city: 'Moody', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12045.0, + density: 257.3, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.49612, lat: 33.60281 }, + }, + { + zip_code: '35014', + usps_city: 'Alpine', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4963.0, + density: 20.1, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "100"}', + coty_name: ['Talladega'], + cty_code: ['1121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.26918, lat: 33.35989 }, + }, + { + zip_code: '35035', + usps_city: 'Brierfield', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 4.5, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "98.73", "01117": "1.27"}', + coty_name: ['Bibb', 'Shelby'], + cty_code: ['01007', '01117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.97382, lat: 33.04271 }, + }, + { + zip_code: '35112', + usps_city: 'Margaret', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 44.1, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.47078, lat: 33.68968 }, + }, + { + zip_code: '35183', + usps_city: 'Weogufka', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 918.0, + density: 5.2, + primary_coty_code: '1037', + primary_coty_name: 'Coosa', + county_weights: '{"01037": "100"}', + coty_name: ['Coosa'], + cty_code: ['1037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.35076, lat: 33.01591 }, + }, + { + zip_code: '35205', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20857.0, + density: 2225.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80818, lat: 33.49497 }, + }, + { + zip_code: '35224', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5328.0, + density: 130.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.94447, lat: 33.51937 }, + }, + { + zip_code: '35254', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1598.0, + density: 1442.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.85744, lat: 33.51616 }, + }, + { + zip_code: '35453', + usps_city: 'Cottondale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10721.0, + density: 44.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.38809, lat: 33.1642 }, + }, + { + zip_code: '35764', + usps_city: 'Paint Rock', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 6.3, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.31044, lat: 34.72329 }, + }, + { + zip_code: '35950', + usps_city: 'Albertville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20867.0, + density: 180.7, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "100"}', + coty_name: ['Marshall'], + cty_code: ['1095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.262, lat: 34.25261 }, + }, + { + zip_code: '36035', + usps_city: 'Goshen', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1606.0, + density: 5.7, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "84.47", "01041": "15.53"}', + coty_name: ['Pike', 'Crenshaw'], + cty_code: ['01109', '01041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.12767, lat: 31.79458 }, + }, + { + zip_code: '36106', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14951.0, + density: 946.6, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.25758, lat: 32.3525 }, + }, + { + zip_code: '36107', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7669.0, + density: 916.4, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2793, lat: 32.38378 }, + }, + { + zip_code: '36272', + usps_city: 'Piedmont', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13097.0, + density: 15.0, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: + '{"01015": "66.05", "01019": "23.11", "01055": "7.86", "01029": "2.98"}', + coty_name: ['Calhoun', 'Cherokee', 'Etowah', 'Cleburne'], + cty_code: ['01015', '01019', '01055', '01029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.596, lat: 33.94169 }, + }, + { + zip_code: '36277', + usps_city: 'Weaver', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5771.0, + density: 265.8, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.81878, lat: 33.75972 }, + }, + { + zip_code: '36446', + usps_city: 'Fulton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 37.8, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71998, lat: 31.79247 }, + }, + { + zip_code: '36483', + usps_city: 'Wing', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 1.7, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "66.04", "01053": "33.96"}', + coty_name: ['Covington', 'Escambia'], + cty_code: ['01039', '01053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69175, lat: 31.04302 }, + }, + { + zip_code: '36567', + usps_city: 'Robertsdale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13980.0, + density: 23.6, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55984, lat: 30.61475 }, + }, + { + zip_code: '36603', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9552.0, + density: 569.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04357, lat: 30.69055 }, + }, + { + zip_code: '36867', + usps_city: 'Phenix City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 22239.0, + density: 660.7, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "80.76", "01081": "19.24"}', + coty_name: ['Russell', 'Lee'], + cty_code: ['01113', '01081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.02348, lat: 32.49662 }, + }, + { + zip_code: '37015', + usps_city: 'Ashland City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17665.0, + density: 44.4, + primary_coty_code: '47021', + primary_coty_name: 'Cheatham', + county_weights: + '{"47021": "96.7", "47037": "2.36", "47125": "0.93", "47043": "0.01"}', + coty_name: ['Cheatham', 'Davidson', 'Montgomery', 'Dickson'], + cty_code: ['47021', '47037', '47125', '47043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.07721, lat: 36.28416 }, + }, + { + zip_code: '37036', + usps_city: 'Charlotte', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6245.0, + density: 24.8, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "97.29", "47021": "2.71"}', + coty_name: ['Dickson', 'Cheatham'], + cty_code: ['47043', '47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.27192, lat: 36.23988 }, + }, + { + zip_code: '37079', + usps_city: 'Indian Mound', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2657.0, + density: 13.3, + primary_coty_code: '47161', + primary_coty_name: 'Stewart', + county_weights: '{"47161": "80.8", "47125": "19.2"}', + coty_name: ['Stewart', 'Montgomery'], + cty_code: ['47161', '47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65934, lat: 36.48171 }, + }, + { + zip_code: '37166', + usps_city: 'Smithville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14136.0, + density: 35.3, + primary_coty_code: '47041', + primary_coty_name: 'DeKalb', + county_weights: '{"47041": "94.03", "47177": "5.11", "47015": "0.86"}', + coty_name: ['DeKalb', 'Warren', 'Cannon'], + cty_code: ['47041', '47177', '47015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.78929, lat: 35.92461 }, + }, + { + zip_code: '37178', + usps_city: 'Tennessee Ridge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2003.0, + density: 17.1, + primary_coty_code: '47083', + primary_coty_name: 'Houston', + county_weights: '{"47083": "83.9", "47161": "16.1"}', + coty_name: ['Houston', 'Stewart'], + cty_code: ['47083', '47161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78422, lat: 36.32318 }, + }, + { + zip_code: '37203', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15091.0, + density: 1389.2, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.79033, lat: 36.14934 }, + }, + { + zip_code: '37310', + usps_city: 'Charleston', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4356.0, + density: 39.9, + primary_coty_code: '47011', + primary_coty_name: 'Bradley', + county_weights: '{"47011": "93.23", "47139": "6.77"}', + coty_name: ['Bradley', 'Polk'], + cty_code: ['47011', '47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.78005, lat: 35.26387 }, + }, + { + zip_code: '37338', + usps_city: 'Graysville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3436.0, + density: 17.6, + primary_coty_code: '47143', + primary_coty_name: 'Rhea', + county_weights: + '{"47143": "47.69", "47007": "27.29", "47153": "23.57", "47065": "1.45"}', + coty_name: ['Rhea', 'Bledsoe', 'Sequatchie', 'Hamilton'], + cty_code: ['47143', '47007', '47153', '47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.21405, lat: 35.42077 }, + }, + { + zip_code: '37412', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 21209.0, + density: 937.3, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.22748, lat: 34.99752 }, + }, + { + zip_code: '37731', + usps_city: 'Eidson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 3.8, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "77.22", "47067": "22.78"}', + coty_name: ['Hawkins', 'Hancock'], + cty_code: ['47073', '47067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00662, lat: 36.54327 }, + }, + { + zip_code: '37745', + usps_city: 'Greeneville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 18318.0, + density: 60.7, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "100"}', + coty_name: ['Greene'], + cty_code: ['47059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82388, lat: 36.27443 }, + }, + { + zip_code: '37765', + usps_city: 'Kyles Ford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 13.1, + primary_coty_code: '47067', + primary_coty_name: 'Hancock', + county_weights: '{"47067": "100"}', + coty_name: ['Hancock'], + cty_code: ['47067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0649, lat: 36.5719 }, + }, + { + zip_code: '37888', + usps_city: 'Washburn', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3385.0, + density: 24.0, + primary_coty_code: '47057', + primary_coty_name: 'Grainger', + county_weights: '{"47057": "91.86", "47173": "8.14"}', + coty_name: ['Grainger', 'Union'], + cty_code: ['47057', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61133, lat: 36.31023 }, + }, + { + zip_code: '37932', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 18919.0, + density: 253.4, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19592, lat: 35.92252 }, + }, + { + zip_code: '38001', + usps_city: 'Alamo', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4662.0, + density: 26.6, + primary_coty_code: '47033', + primary_coty_name: 'Crockett', + county_weights: '{"47033": "100"}', + coty_name: ['Crockett'], + cty_code: ['47033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15658, lat: 35.81094 }, + }, + { + zip_code: '38024', + usps_city: 'Dyersburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 27405.0, + density: 74.8, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "100"}', + coty_name: ['Dyer'], + cty_code: ['47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38076, lat: 36.03641 }, + }, + { + zip_code: '38029', + usps_city: 'Ellendale', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 169.6, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82189, lat: 35.23874 }, + }, + { + zip_code: '38076', + usps_city: 'Williston', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1126.0, + density: 18.2, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43809, lat: 35.13552 }, + }, + { + zip_code: '38351', + usps_city: 'Lexington', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 18459.0, + density: 33.8, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "99.86", "47113": "0.14"}', + coty_name: ['Henderson', 'Madison'], + cty_code: ['47077', '47113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.40307, lat: 35.6654 }, + }, + { + zip_code: '38361', + usps_city: 'Morris Chapel', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 9.0, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "98.09", "47109": "1.91"}', + coty_name: ['Hardin', 'McNairy'], + cty_code: ['47071', '47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28499, lat: 35.3176 }, + }, + { + zip_code: '38451', + usps_city: 'Culleoka', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4300.0, + density: 20.5, + primary_coty_code: '47119', + primary_coty_name: 'Maury', + county_weights: '{"47119": "89.24", "47117": "9.02", "47055": "1.74"}', + coty_name: ['Maury', 'Marshall', 'Giles'], + cty_code: ['47119', '47117', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.99181, lat: 35.46631 }, + }, + { + zip_code: '38476', + usps_city: 'Primm Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 10.2, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "46.25", "47081": "35.59", "47119": "18.16"}', + coty_name: ['Williamson', 'Hickman', 'Maury'], + cty_code: ['47187', '47081', '47119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.21374, lat: 35.84119 }, + }, + { + zip_code: '38611', + usps_city: 'Byhalia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 15869.0, + density: 32.7, + primary_coty_code: '28093', + primary_coty_name: 'Marshall', + county_weights: '{"28093": "85.83", "28033": "14.17"}', + coty_name: ['Marshall', 'DeSoto'], + cty_code: ['28093', '28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67162, lat: 34.8532 }, + }, + { + zip_code: '38620', + usps_city: 'Courtland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3571.0, + density: 24.4, + primary_coty_code: '28107', + primary_coty_name: 'Panola', + county_weights: '{"28107": "100"}', + coty_name: ['Panola'], + cty_code: ['28107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90596, lat: 34.22738 }, + }, + { + zip_code: '38626', + usps_city: 'Dundee', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1009.0, + density: 2.4, + primary_coty_code: '28143', + primary_coty_name: 'Tunica', + county_weights: '{"28143": "74.8", "28027": "25.2"}', + coty_name: ['Tunica', 'Coahoma'], + cty_code: ['28143', '28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41775, lat: 34.51367 }, + }, + { + zip_code: '38627', + usps_city: 'Etta', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1375.0, + density: 11.9, + primary_coty_code: '28145', + primary_coty_name: 'Union', + county_weights: '{"28145": "80.36", "28071": "19.64"}', + coty_name: ['Union', 'Lafayette'], + cty_code: ['28145', '28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2237, lat: 34.42428 }, + }, + { + zip_code: '38655', + usps_city: 'Oxford', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 43536.0, + density: 43.7, + primary_coty_code: '28071', + primary_coty_name: 'Lafayette', + county_weights: '{"28071": "100"}', + coty_name: ['Lafayette'], + cty_code: ['28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47577, lat: 34.33305 }, + }, + { + zip_code: '38723', + usps_city: 'Avon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 44.4, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "100"}', + coty_name: ['Washington'], + cty_code: ['28151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.03837, lat: 33.22965 }, + }, + { + zip_code: '38859', + usps_city: 'New Site', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 9.1, + primary_coty_code: '28117', + primary_coty_name: 'Prentiss', + county_weights: '{"28117": "100"}', + coty_name: ['Prentiss'], + cty_code: ['28117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37561, lat: 34.52645 }, + }, + { + zip_code: '38869', + usps_city: 'Sherman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 533.0, + density: 152.5, + primary_coty_code: '28115', + primary_coty_name: 'Pontotoc', + county_weights: '{"28115": "100"}', + coty_name: ['Pontotoc'], + cty_code: ['28115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83516, lat: 34.35744 }, + }, + { + zip_code: '38947', + usps_city: 'North Carrollton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 55.7, + primary_coty_code: '28015', + primary_coty_name: 'Carroll', + county_weights: '{"28015": "100"}', + coty_name: ['Carroll'], + cty_code: ['28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90006, lat: 33.53242 }, + }, + { + zip_code: '39057', + usps_city: 'Conehatta', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2391.0, + density: 14.3, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "92.75", "28123": "7.25"}', + coty_name: ['Newton', 'Scott'], + cty_code: ['28101', '28123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28509, lat: 32.4926 }, + }, + { + zip_code: '39061', + usps_city: 'Delta City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '28125', + primary_coty_name: 'Sharkey', + county_weights: '{"28125": "100"}', + coty_name: ['Sharkey'], + cty_code: ['28125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81733, lat: 33.08812 }, + }, + { + zip_code: '39150', + usps_city: 'Port Gibson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5309.0, + density: 9.0, + primary_coty_code: '28021', + primary_coty_name: 'Claiborne', + county_weights: '{"28021": "100"}', + coty_name: ['Claiborne'], + cty_code: ['28021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98386, lat: 31.9967 }, + }, + { + zip_code: '39167', + usps_city: 'Star', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "100"}', + coty_name: ['Rankin'], + cty_code: ['28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0411, lat: 32.09405 }, + }, + { + zip_code: '39169', + usps_city: 'Tchula', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2567.0, + density: 6.5, + primary_coty_code: '28051', + primary_coty_name: 'Holmes', + county_weights: '{"28051": "100"}', + coty_name: ['Holmes'], + cty_code: ['28051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29019, lat: 33.13655 }, + }, + { + zip_code: '39216', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4080.0, + density: 465.8, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16035, lat: 32.33374 }, + }, + { + zip_code: '39366', + usps_city: 'Vossburg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1125.0, + density: 5.6, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "58.99", "28023": "41.01"}', + coty_name: ['Jasper', 'Clarke'], + cty_code: ['28061', '28023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91662, lat: 31.94157 }, + }, + { + zip_code: '39401', + usps_city: 'Hattiesburg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 41931.0, + density: 84.4, + primary_coty_code: '28035', + primary_coty_name: 'Forrest', + county_weights: + '{"28035": "95.35", "28073": "3.72", "28067": "0.79", "28031": "0.14"}', + coty_name: ['Forrest', 'Lamar', 'Jones', 'Covington'], + cty_code: ['28035', '28073', '28067', '28031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26717, lat: 31.23265 }, + }, + { + zip_code: '39465', + usps_city: 'Petal', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 21517.0, + density: 62.9, + primary_coty_code: '28035', + primary_coty_name: 'Forrest', + county_weights: '{"28035": "91.1", "28111": "8.64", "28067": "0.26"}', + coty_name: ['Forrest', 'Perry', 'Jones'], + cty_code: ['28035', '28111', '28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18036, lat: 31.34449 }, + }, + { + zip_code: '39466', + usps_city: 'Picayune', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 25868.0, + density: 70.3, + primary_coty_code: '28109', + primary_coty_name: 'Pearl River', + county_weights: '{"28109": "88.34", "28045": "11.66"}', + coty_name: ['Pearl River', 'Hancock'], + cty_code: ['28109', '28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63859, lat: 30.54011 }, + }, + { + zip_code: '39567', + usps_city: 'Pascagoula', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 11289.0, + density: 327.8, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "100"}', + coty_name: ['Jackson'], + cty_code: ['28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.58611, lat: 30.29492 }, + }, + { + zip_code: '39638', + usps_city: 'Gloster', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3215.0, + density: 7.1, + primary_coty_code: '28005', + primary_coty_name: 'Amite', + county_weights: '{"28005": "98.68", "28157": "1.32"}', + coty_name: ['Amite', 'Wilkinson'], + cty_code: ['28005', '28157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9935, lat: 31.22602 }, + }, + { + zip_code: '39750', + usps_city: 'Maben', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2473.0, + density: 11.6, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: + '{"28155": "49.51", "28105": "44.05", "28025": "5.11", "28019": "1.33"}', + coty_name: ['Webster', 'Oktibbeha', 'Clay', 'Choctaw'], + cty_code: ['28155', '28105', '28025', '28019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.0605, lat: 33.56857 }, + }, + { + zip_code: '39815', + usps_city: 'Attapulgus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 13.9, + primary_coty_code: '13087', + primary_coty_name: 'Decatur', + county_weights: '{"13087": "100"}', + coty_name: ['Decatur'], + cty_code: ['13087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49256, lat: 30.73969 }, + }, + { + zip_code: '39862', + usps_city: 'Leary', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 3.1, + primary_coty_code: '13037', + primary_coty_name: 'Calhoun', + county_weights: '{"13037": "64.4", "13007": "35.6"}', + coty_name: ['Calhoun', 'Baker'], + cty_code: ['13037', '13007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51598, lat: 31.45666 }, + }, + { + zip_code: '39877', + usps_city: 'Parrott', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 3.2, + primary_coty_code: '13273', + primary_coty_name: 'Terrell', + county_weights: '{"13273": "62.2", "13307": "37.8"}', + coty_name: ['Terrell', 'Webster'], + cty_code: ['13273', '13307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50916, lat: 31.91779 }, + }, + { + zip_code: '40104', + usps_city: 'Battletown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 5.5, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "100"}', + coty_name: ['Meade'], + cty_code: ['21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.34152, lat: 38.09162 }, + }, + { + zip_code: '40178', + usps_city: 'Westview', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 19.0, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.40383, lat: 37.65327 }, + }, + { + zip_code: '40311', + usps_city: 'Carlisle', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7398.0, + density: 16.3, + primary_coty_code: '21181', + primary_coty_name: 'Nicholas', + county_weights: '{"21181": "92.09", "21017": "7.8", "21201": "0.11"}', + coty_name: ['Nicholas', 'Bourbon', 'Robertson'], + cty_code: ['21181', '21017', '21201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02449, lat: 38.32372 }, + }, + { + zip_code: '40348', + usps_city: 'Millersburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 47.1, + primary_coty_code: '21017', + primary_coty_name: 'Bourbon', + county_weights: '{"21017": "100"}', + coty_name: ['Bourbon'], + cty_code: ['21017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1321, lat: 38.28739 }, + }, + { + zip_code: '40827', + usps_city: 'Essie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 25.8, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47216, lat: 37.04673 }, + }, + { + zip_code: '41007', + usps_city: 'California', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4378.0, + density: 32.7, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "85.45", "21191": "14.55"}', + coty_name: ['Campbell', 'Pendleton'], + cty_code: ['21037', '21191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30447, lat: 38.89179 }, + }, + { + zip_code: '41524', + usps_city: 'Fedscreek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 7.5, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23107, lat: 37.41797 }, + }, + { + zip_code: '41615', + usps_city: 'Dana', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 44.7, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68177, lat: 37.54387 }, + }, + { + zip_code: '41721', + usps_city: 'Buckhorn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 5.3, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "96.83", "21189": "3.17"}', + coty_name: ['Perry', 'Owsley'], + cty_code: ['21193', '21189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.49427, lat: 37.30927 }, + }, + { + zip_code: '42122', + usps_city: 'Alvaton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5371.0, + density: 54.9, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "97.87", "21003": "2.13"}', + coty_name: ['Warren', 'Allen'], + cty_code: ['21227', '21003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.35821, lat: 36.85954 }, + }, + { + zip_code: '42167', + usps_city: 'Tompkinsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8143.0, + density: 15.2, + primary_coty_code: '21171', + primary_coty_name: 'Monroe', + county_weights: '{"21171": "99.86", "21057": "0.14"}', + coty_name: ['Monroe', 'Cumberland'], + cty_code: ['21171', '21057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.67362, lat: 36.72411 }, + }, + { + zip_code: '42171', + usps_city: 'Smiths Grove', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7586.0, + density: 28.9, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "40.02", "21061": "33.24", "21009": "26.74"}', + coty_name: ['Warren', 'Edmonson', 'Barren'], + cty_code: ['21227', '21061', '21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.16596, lat: 37.03473 }, + }, + { + zip_code: '42232', + usps_city: 'Gracey', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1162.0, + density: 16.5, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "75.86", "21221": "24.14"}', + coty_name: ['Christian', 'Trigg'], + cty_code: ['21047', '21221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65855, lat: 36.87531 }, + }, + { + zip_code: '42326', + usps_city: 'Browder', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 13.2, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.01035, lat: 37.22439 }, + }, + { + zip_code: '42757', + usps_city: 'Magnolia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2879.0, + density: 13.5, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "45.39", "21123": "42.94", "21087": "11.67"}', + coty_name: ['Hart', 'Larue', 'Green'], + cty_code: ['21099', '21123', '21087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.72075, lat: 37.40058 }, + }, + { + zip_code: '43033', + usps_city: 'Kirkersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 260.3, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60006, lat: 39.96093 }, + }, + { + zip_code: '43078', + usps_city: 'Urbana', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20347.0, + density: 51.6, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "99.75", "39023": "0.25"}', + coty_name: ['Champaign', 'Clark'], + cty_code: ['39021', '39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.7764, lat: 40.11282 }, + }, + { + zip_code: '43080', + usps_city: 'Utica', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5316.0, + density: 27.8, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "73.74", "39083": "26.26"}', + coty_name: ['Licking', 'Knox'], + cty_code: ['39089', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42906, lat: 40.24273 }, + }, + { + zip_code: '43130', + usps_city: 'Lancaster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 61565.0, + density: 146.8, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "100"}', + coty_name: ['Fairfield'], + cty_code: ['39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6105, lat: 39.69883 }, + }, + { + zip_code: '43157', + usps_city: 'Thurston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 705.3, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "100"}', + coty_name: ['Fairfield'], + cty_code: ['39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54613, lat: 39.84266 }, + }, + { + zip_code: '43469', + usps_city: 'Woodville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3220.0, + density: 53.8, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "94.76", "39123": "5.24"}', + coty_name: ['Sandusky', 'Ottawa'], + cty_code: ['39143', '39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.36322, lat: 41.45946 }, + }, + { + zip_code: '43501', + usps_city: 'Alvordton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 980.0, + density: 15.7, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "100"}', + coty_name: ['Williams'], + cty_code: ['39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45726, lat: 41.6725 }, + }, + { + zip_code: '43502', + usps_city: 'Archbold', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6532.0, + density: 36.7, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "90.93", "39069": "8.8", "39171": "0.27"}', + coty_name: ['Fulton', 'Henry', 'Williams'], + cty_code: ['39051', '39069', '39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29884, lat: 41.53029 }, + }, + { + zip_code: '43512', + usps_city: 'Defiance', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28109.0, + density: 49.6, + primary_coty_code: '39039', + primary_coty_name: 'Defiance', + county_weights: '{"39039": "96.31", "39125": "3.55", "39069": "0.13"}', + coty_name: ['Defiance', 'Paulding', 'Henry'], + cty_code: ['39039', '39125', '39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35806, lat: 41.30271 }, + }, + { + zip_code: '43545', + usps_city: 'Napoleon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13972.0, + density: 40.5, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "99.84", "39039": "0.16"}', + coty_name: ['Henry', 'Defiance'], + cty_code: ['39069', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1275, lat: 41.3912 }, + }, + { + zip_code: '43551', + usps_city: 'Perrysburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 39094.0, + density: 190.8, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57126, lat: 41.52153 }, + }, + { + zip_code: '43747', + usps_city: 'Jerusalem', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 10.3, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "64.54", "39013": "35.46"}', + coty_name: ['Monroe', 'Belmont'], + cty_code: ['39111', '39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12164, lat: 39.86251 }, + }, + { + zip_code: '43768', + usps_city: 'Old Washington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 294.7, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44485, lat: 40.03777 }, + }, + { + zip_code: '43902', + usps_city: 'Alledonia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 3.0, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96236, lat: 39.89145 }, + }, + { + zip_code: '43907', + usps_city: 'Cadiz', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5514.0, + density: 13.5, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "98.17", "39081": "1.83"}', + coty_name: ['Harrison', 'Jefferson'], + cty_code: ['39067', '39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02123, lat: 40.25609 }, + }, + { + zip_code: '43908', + usps_city: 'Bergholz', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1496.0, + density: 18.6, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "97.01", "39019": "2.99"}', + coty_name: ['Jefferson', 'Carroll'], + cty_code: ['39081', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8744, lat: 40.50881 }, + }, + { + zip_code: '43942', + usps_city: 'Powhatan Point', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2922.0, + density: 53.8, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "95.36", "39111": "4.64"}', + coty_name: ['Belmont', 'Monroe'], + cty_code: ['39013', '39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84882, lat: 39.86364 }, + }, + { + zip_code: '44041', + usps_city: 'Geneva', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14399.0, + density: 86.1, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "99.41", "39085": "0.59"}', + coty_name: ['Ashtabula', 'Lake'], + cty_code: ['39007', '39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95137, lat: 41.77579 }, + }, + { + zip_code: '44118', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 38893.0, + density: 2111.1, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5563, lat: 41.50186 }, + }, + { + zip_code: '44125', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27743.0, + density: 753.3, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6151, lat: 41.40695 }, + }, + { + zip_code: '44140', + usps_city: 'Bay Village', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15325.0, + density: 1296.0, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93143, lat: 41.48509 }, + }, + { + zip_code: '44147', + usps_city: 'Broadview Heights', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19381.0, + density: 568.2, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67871, lat: 41.31914 }, + }, + { + zip_code: '44240', + usps_city: 'Kent', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 39521.0, + density: 379.3, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "99.38", "39153": "0.62"}', + coty_name: ['Portage', 'Summit'], + cty_code: ['39133', '39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34148, lat: 41.13302 }, + }, + { + zip_code: '44255', + usps_city: 'Mantua', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8140.0, + density: 74.8, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22973, lat: 41.28651 }, + }, + { + zip_code: '44305', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22940.0, + density: 1358.2, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4614, lat: 41.07587 }, + }, + { + zip_code: '44411', + usps_city: 'Deerfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2208.0, + density: 47.8, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04871, lat: 41.035 }, + }, + { + zip_code: '44455', + usps_city: 'Rogers', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1699.0, + density: 31.8, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6101, lat: 40.77658 }, + }, + { + zip_code: '44514', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21737.0, + density: 389.3, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60809, lat: 40.99893 }, + }, + { + zip_code: '44624', + usps_city: 'Dundee', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5400.0, + density: 42.7, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "53.07", "39157": "36", "39169": "10.93"}', + coty_name: ['Holmes', 'Tuscarawas', 'Wayne'], + cty_code: ['39075', '39157', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.66097, lat: 40.61132 }, + }, + { + zip_code: '44644', + usps_city: 'Malvern', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4790.0, + density: 83.5, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "100"}', + coty_name: ['Carroll'], + cty_code: ['39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17665, lat: 40.68776 }, + }, + { + zip_code: '44647', + usps_city: 'Massillon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18935.0, + density: 254.8, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56503, lat: 40.79758 }, + }, + { + zip_code: '44659', + usps_city: 'Mount Eaton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 436.4, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "100"}', + coty_name: ['Wayne'], + cty_code: ['39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70207, lat: 40.69464 }, + }, + { + zip_code: '44670', + usps_city: 'Robertsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 384.0, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18862, lat: 40.7627 }, + }, + { + zip_code: '44689', + usps_city: 'Wilmot', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 82.3, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "63.79", "39075": "36.21"}', + coty_name: ['Stark', 'Holmes'], + cty_code: ['39151', '39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65687, lat: 40.64989 }, + }, + { + zip_code: '44804', + usps_city: 'Arcadia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 883.0, + density: 16.8, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53412, lat: 41.10561 }, + }, + { + zip_code: '44859', + usps_city: 'Nova', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 21.9, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "95.68", "39093": "4.32"}', + coty_name: ['Ashland', 'Lorain'], + cty_code: ['39005', '39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3265, lat: 41.02044 }, + }, + { + zip_code: '44907', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14958.0, + density: 741.7, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "100"}', + coty_name: ['Richland'], + cty_code: ['39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52138, lat: 40.72722 }, + }, + { + zip_code: '45036', + usps_city: 'Lebanon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 38759.0, + density: 184.0, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.2202, lat: 39.44443 }, + }, + { + zip_code: '45053', + usps_city: 'Okeana', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3780.0, + density: 53.8, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "99.71", "18047": "0.29"}', + coty_name: ['Butler', 'Franklin'], + cty_code: ['39017', '18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.78054, lat: 39.35251 }, + }, + { + zip_code: '45226', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5478.0, + density: 375.6, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42002, lat: 39.11129 }, + }, + { + zip_code: '45350', + usps_city: 'North Star', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 178.5, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57367, lat: 40.32442 }, + }, + { + zip_code: '45410', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16446.0, + density: 2848.2, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15809, lat: 39.74802 }, + }, + { + zip_code: '45690', + usps_city: 'Waverly', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14602.0, + density: 39.2, + primary_coty_code: '39131', + primary_coty_name: 'Pike', + county_weights: '{"39131": "89.26", "39141": "10.74"}', + coty_name: ['Pike', 'Ross'], + cty_code: ['39131', '39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01686, lat: 39.13139 }, + }, + { + zip_code: '45711', + usps_city: 'Amesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 8.6, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "84.57", "39167": "11.21", "39115": "4.22"}', + coty_name: ['Athens', 'Washington', 'Morgan'], + cty_code: ['39009', '39167', '39115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92993, lat: 39.42452 }, + }, + { + zip_code: '45716', + usps_city: 'Buchtel', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 422.5, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18176, lat: 39.46286 }, + }, + { + zip_code: '45732', + usps_city: 'Glouster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4403.0, + density: 22.8, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "78.48", "39115": "18.07", "39127": "3.45"}', + coty_name: ['Athens', 'Morgan', 'Perry'], + cty_code: ['39009', '39115', '39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0673, lat: 39.51519 }, + }, + { + zip_code: '45734', + usps_city: 'Graysville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 5.0, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18571, lat: 39.63875 }, + }, + { + zip_code: '45899', + usps_city: 'Wren', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 155.9, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "100"}', + coty_name: ['Van Wert'], + cty_code: ['39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.77461, lat: 40.80055 }, + }, + { + zip_code: '46031', + usps_city: 'Atlanta', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2546.0, + density: 20.9, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "83.62", "18159": "16.38"}', + coty_name: ['Hamilton', 'Tipton'], + cty_code: ['18057', '18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.01901, lat: 40.21028 }, + }, + { + zip_code: '46034', + usps_city: 'Cicero', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6649.0, + density: 89.1, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.03816, lat: 40.12973 }, + }, + { + zip_code: '46072', + usps_city: 'Tipton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8592.0, + density: 29.4, + primary_coty_code: '18159', + primary_coty_name: 'Tipton', + county_weights: '{"18159": "100"}', + coty_name: ['Tipton'], + cty_code: ['18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.06745, lat: 40.28611 }, + }, + { + zip_code: '46142', + usps_city: 'Greenwood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 29696.0, + density: 766.2, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "100"}', + coty_name: ['Johnson'], + cty_code: ['18081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.17653, lat: 39.62021 }, + }, + { + zip_code: '46278', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8859.0, + density: 261.6, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "97.27", "18063": "2.73"}', + coty_name: ['Marion', 'Hendricks'], + cty_code: ['18097', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.29787, lat: 39.89518 }, + }, + { + zip_code: '46376', + usps_city: 'Schneider', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 10.4, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.47639, lat: 41.18465 }, + }, + { + zip_code: '46615', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13719.0, + density: 1621.1, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.21161, lat: 41.6747 }, + }, + { + zip_code: '46748', + usps_city: 'Huntertown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5021.0, + density: 105.7, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "97.8", "18033": "1.48", "18113": "0.72"}', + coty_name: ['Allen', 'DeKalb', 'Noble'], + cty_code: ['18003', '18033', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.16642, lat: 41.24829 }, + }, + { + zip_code: '46760', + usps_city: 'Kimmell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1381.0, + density: 21.2, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "100"}', + coty_name: ['Noble'], + cty_code: ['18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.55569, lat: 41.34622 }, + }, + { + zip_code: '46767', + usps_city: 'Ligonier', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8102.0, + density: 44.8, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "95.99", "18087": "2.14", "18039": "1.87"}', + coty_name: ['Noble', 'LaGrange', 'Elkhart'], + cty_code: ['18113', '18087', '18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.5796, lat: 41.46847 }, + }, + { + zip_code: '46794', + usps_city: 'Wawaka', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1709.0, + density: 25.6, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "100"}', + coty_name: ['Noble'], + cty_code: ['18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.46059, lat: 41.46635 }, + }, + { + zip_code: '46814', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12649.0, + density: 286.8, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.30348, lat: 41.04592 }, + }, + { + zip_code: '46990', + usps_city: 'Urbana', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 741.0, + density: 9.5, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "100"}', + coty_name: ['Wabash'], + cty_code: ['18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.7281, lat: 40.89727 }, + }, + { + zip_code: '47136', + usps_city: 'Lanesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4482.0, + density: 62.4, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "50.84", "18043": "49.16"}', + coty_name: ['Harrison', 'Floyd'], + cty_code: ['18061', '18043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.96047, lat: 38.23546 }, + }, + { + zip_code: '47324', + usps_city: 'Boston', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 261.2, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "100"}', + coty_name: ['Wayne'], + cty_code: ['18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.85172, lat: 39.74118 }, + }, + { + zip_code: '47367', + usps_city: 'Oakville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 30.6, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.38721, lat: 40.08265 }, + }, + { + zip_code: '47470', + usps_city: 'Williams', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1580.0, + density: 13.2, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "90.72", "18101": "9.28"}', + coty_name: ['Lawrence', 'Martin'], + cty_code: ['18093', '18101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64717, lat: 38.81504 }, + }, + { + zip_code: '47551', + usps_city: 'Leopold', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 11.0, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.56237, lat: 38.12335 }, + }, + { + zip_code: '47568', + usps_city: 'Plainville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 11.6, + primary_coty_code: '18027', + primary_coty_name: 'Daviess', + county_weights: '{"18027": "100"}', + coty_name: ['Daviess'], + cty_code: ['18027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.13419, lat: 38.79285 }, + }, + { + zip_code: '47597', + usps_city: 'Wheatland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 7.9, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.29957, lat: 38.65498 }, + }, + { + zip_code: '47639', + usps_city: 'Haubstadt', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4243.0, + density: 38.1, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "93.04", "18163": "6.96"}', + coty_name: ['Gibson', 'Vanderburgh'], + cty_code: ['18051', '18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.575, lat: 38.17983 }, + }, + { + zip_code: '47710', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18869.0, + density: 828.4, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57598, lat: 38.02559 }, + }, + { + zip_code: '47833', + usps_city: 'Bowling Green', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 7.9, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "51.29", "18021": "48.71"}', + coty_name: ['Owen', 'Clay'], + cty_code: ['18119', '18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.97664, lat: 39.36 }, + }, + { + zip_code: '47950', + usps_city: 'Idaville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 921.0, + density: 9.4, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "92.65", "18015": "7.35"}', + coty_name: ['White', 'Carroll'], + cty_code: ['18181', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.65487, lat: 40.80244 }, + }, + { + zip_code: '48075', + usps_city: 'Southfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21758.0, + density: 1135.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.23042, lat: 42.46206 }, + }, + { + zip_code: '48098', + usps_city: 'Troy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19232.0, + density: 791.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17888, lat: 42.59907 }, + }, + { + zip_code: '48108', + usps_city: 'Ann Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26753.0, + density: 608.9, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.73181, lat: 42.22217 }, + }, + { + zip_code: '48138', + usps_city: 'Grosse Ile', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10159.0, + density: 441.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.15577, lat: 42.13309 }, + }, + { + zip_code: '48165', + usps_city: 'New Hudson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7506.0, + density: 311.6, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.6176, lat: 42.50135 }, + }, + { + zip_code: '48225', + usps_city: 'Harper Woods', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14194.0, + density: 2055.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.92948, lat: 42.43897 }, + }, + { + zip_code: '48240', + usps_city: 'Redford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16978.0, + density: 1751.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.30128, lat: 42.42445 }, + }, + { + zip_code: '48386', + usps_city: 'White Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18341.0, + density: 426.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47527, lat: 42.65786 }, + }, + { + zip_code: '48435', + usps_city: 'Fostoria', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1940.0, + density: 29.9, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "57.13", "26087": "42.87"}', + coty_name: ['Tuscola', 'Lapeer'], + cty_code: ['26157', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.35811, lat: 43.24828 }, + }, + { + zip_code: '48465', + usps_city: 'Palms', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 702.0, + density: 6.6, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.70806, lat: 43.6146 }, + }, + { + zip_code: '48503', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26466.0, + density: 1245.3, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.6885, lat: 43.01179 }, + }, + { + zip_code: '48551', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "0"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.71691, lat: 42.98103 }, + }, + { + zip_code: '48741', + usps_city: 'Kingston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 16.2, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "100"}', + coty_name: ['Tuscola'], + cty_code: ['26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.18348, lat: 43.40514 }, + }, + { + zip_code: '48815', + usps_city: 'Clarksville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2424.0, + density: 34.1, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "98.63", "26081": "1.37"}', + coty_name: ['Ionia', 'Kent'], + cty_code: ['26067', '26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.25708, lat: 42.84126 }, + }, + { + zip_code: '48878', + usps_city: 'Rosebush', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 16.7, + primary_coty_code: '26073', + primary_coty_name: 'Isabella', + county_weights: '{"26073": "100"}', + coty_name: ['Isabella'], + cty_code: ['26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.77694, lat: 43.71229 }, + }, + { + zip_code: '48888', + usps_city: 'Stanton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6079.0, + density: 26.5, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.09559, lat: 43.31038 }, + }, + { + zip_code: '48897', + usps_city: 'Woodland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1846.0, + density: 22.0, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "98.1", "26045": "1.9"}', + coty_name: ['Barry', 'Eaton'], + cty_code: ['26015', '26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.13214, lat: 42.7068 }, + }, + { + zip_code: '48917', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 32044.0, + density: 508.8, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "83.2", "26065": "16.8"}', + coty_name: ['Eaton', 'Ingham'], + cty_code: ['26045', '26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.63995, lat: 42.72379 }, + }, + { + zip_code: '49055', + usps_city: 'Gobles', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6342.0, + density: 41.6, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "91.83", "26005": "8.17"}', + coty_name: ['Van Buren', 'Allegan'], + cty_code: ['26159', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.85335, lat: 42.37012 }, + }, + { + zip_code: '49067', + usps_city: 'Marcellus', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4434.0, + density: 20.6, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "72.31", "26149": "19.7", "26159": "7.98"}', + coty_name: ['Cass', 'St. Joseph', 'Van Buren'], + cty_code: ['26027', '26149', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.80197, lat: 42.02408 }, + }, + { + zip_code: '49256', + usps_city: 'Morenci', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3750.0, + density: 24.6, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.21859, lat: 41.74998 }, + }, + { + zip_code: '49264', + usps_city: 'Onondaga', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2100.0, + density: 30.2, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "75.7", "26075": "24.3"}', + coty_name: ['Ingham', 'Jackson'], + cty_code: ['26065', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.5514, lat: 42.44358 }, + }, + { + zip_code: '49329', + usps_city: 'Howard City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8664.0, + density: 41.0, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "84.94", "26123": "15.06"}', + coty_name: ['Montcalm', 'Newaygo'], + cty_code: ['26117', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.48347, lat: 43.40631 }, + }, + { + zip_code: '49405', + usps_city: 'Custer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 8.9, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "100"}', + coty_name: ['Mason'], + cty_code: ['26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.19148, lat: 43.91432 }, + }, + { + zip_code: '49426', + usps_city: 'Hudsonville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 37601.0, + density: 232.1, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "99.92", "26005": "0.08"}', + coty_name: ['Ottawa', 'Allegan'], + cty_code: ['26139', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.88836, lat: 42.86322 }, + }, + { + zip_code: '49459', + usps_city: 'Walkerville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 7.7, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "90.3", "26123": "9.7"}', + coty_name: ['Oceana', 'Newaygo'], + cty_code: ['26127', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.11271, lat: 43.74097 }, + }, + { + zip_code: '49627', + usps_city: 'Eastport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 50.7, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "100"}', + coty_name: ['Antrim'], + cty_code: ['26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.34991, lat: 45.09603 }, + }, + { + zip_code: '49740', + usps_city: 'Harbor Springs', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7046.0, + density: 22.0, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "100"}', + coty_name: ['Emmet'], + cty_code: ['26047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.00071, lat: 45.52448 }, + }, + { + zip_code: '49762', + usps_city: 'Naubinway', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 1.1, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.26754, lat: 46.13871 }, + }, + { + zip_code: '49802', + usps_city: 'Kingsford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5981.0, + density: 291.5, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.07727, lat: 45.80058 }, + }, + { + zip_code: '49894', + usps_city: 'Wells', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 346.5, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "100"}', + coty_name: ['Delta'], + cty_code: ['26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.07439, lat: 45.78192 }, + }, + { + zip_code: '50029', + usps_city: 'Bayard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 617.0, + density: 5.9, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "98.7", "19073": "1.3"}', + coty_name: ['Guthrie', 'Greene'], + cty_code: ['19077', '19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55061, lat: 41.82587 }, + }, + { + zip_code: '50108', + usps_city: 'Grand River', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 2.4, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "91.08", "19039": "8.92"}', + coty_name: ['Decatur', 'Clarke'], + cty_code: ['19053', '19039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95517, lat: 40.83227 }, + }, + { + zip_code: '50153', + usps_city: 'Lynnville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 858.0, + density: 10.7, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "94.28", "19123": "4.09", "19157": "1.63"}', + coty_name: ['Jasper', 'Mahaska', 'Poweshiek'], + cty_code: ['19099', '19123', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80204, lat: 41.57548 }, + }, + { + zip_code: '50174', + usps_city: 'Murray', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1375.0, + density: 4.9, + primary_coty_code: '19039', + primary_coty_name: 'Clarke', + county_weights: '{"19039": "96.71", "19175": "3.29"}', + coty_name: ['Clarke', 'Union'], + cty_code: ['19039', '19175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.96153, lat: 41.03768 }, + }, + { + zip_code: '50211', + usps_city: 'Norwalk', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 13152.0, + density: 90.3, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "99.62", "19121": "0.38"}', + coty_name: ['Warren', 'Madison'], + cty_code: ['19181', '19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69179, lat: 41.45582 }, + }, + { + zip_code: '50244', + usps_city: 'Slater', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2026.0, + density: 35.5, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "90.24", "19153": "8.16", "19015": "1.6"}', + coty_name: ['Story', 'Polk', 'Boone'], + cty_code: ['19169', '19153', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.65265, lat: 41.85754 }, + }, + { + zip_code: '50426', + usps_city: 'Carpenter', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 948.2, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "100"}', + coty_name: ['Mitchell'], + cty_code: ['19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01721, lat: 43.4155 }, + }, + { + zip_code: '50449', + usps_city: 'Klemme', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 900.0, + density: 9.5, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "99.59", "19033": "0.41"}', + coty_name: ['Hancock', 'Cerro Gordo'], + cty_code: ['19081', '19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55878, lat: 42.99902 }, + }, + { + zip_code: '50460', + usps_city: 'Orchard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 3.3, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "88.19", "19067": "11.81"}', + coty_name: ['Mitchell', 'Floyd'], + cty_code: ['19131', '19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68884, lat: 43.2278 }, + }, + { + zip_code: '50461', + usps_city: 'Osage', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5532.0, + density: 12.4, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "99.75", "19067": "0.25"}', + coty_name: ['Mitchell', 'Floyd'], + cty_code: ['19131', '19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81903, lat: 43.2994 }, + }, + { + zip_code: '50515', + usps_city: 'Ayrshire', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 2.0, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "95.7", "19041": "4.3"}', + coty_name: ['Palo Alto', 'Clay'], + cty_code: ['19147', '19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87102, lat: 43.02086 }, + }, + { + zip_code: '50522', + usps_city: 'Burt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 5.4, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.18825, lat: 43.1877 }, + }, + { + zip_code: '50558', + usps_city: 'Livermore', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 688.0, + density: 6.0, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "90.29", "19109": "9.71"}', + coty_name: ['Humboldt', 'Kossuth'], + cty_code: ['19091', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1652, lat: 42.86105 }, + }, + { + zip_code: '50641', + usps_city: 'Hazleton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1376.0, + density: 11.2, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "100"}', + coty_name: ['Buchanan'], + cty_code: ['19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.91993, lat: 42.59932 }, + }, + { + zip_code: '50835', + usps_city: 'Benton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 1.5, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "100"}', + coty_name: ['Ringgold'], + cty_code: ['19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36888, lat: 40.70813 }, + }, + { + zip_code: '51010', + usps_city: 'Castana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 2.1, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "100"}', + coty_name: ['Monona'], + cty_code: ['19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90927, lat: 42.08962 }, + }, + { + zip_code: '51242', + usps_city: 'Lester', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 176.5, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "100"}', + coty_name: ['Lyon'], + cty_code: ['19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33481, lat: 43.44113 }, + }, + { + zip_code: '51249', + usps_city: 'Sibley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3164.0, + density: 9.7, + primary_coty_code: '19143', + primary_coty_name: 'Osceola', + county_weights: '{"19143": "100"}', + coty_name: ['Osceola'], + cty_code: ['19143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73207, lat: 43.41257 }, + }, + { + zip_code: '51334', + usps_city: 'Estherville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6873.0, + density: 14.2, + primary_coty_code: '19063', + primary_coty_name: 'Emmet', + county_weights: '{"19063": "98.67", "19059": "1.33"}', + coty_name: ['Emmet', 'Dickinson'], + cty_code: ['19063', '19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80508, lat: 43.4036 }, + }, + { + zip_code: '51347', + usps_city: 'Lake Park', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 6.9, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "100"}', + coty_name: ['Dickinson'], + cty_code: ['19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31427, lat: 43.42329 }, + }, + { + zip_code: '51350', + usps_city: 'Melvin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 5.1, + primary_coty_code: '19143', + primary_coty_name: 'Osceola', + county_weights: '{"19143": "100"}', + coty_name: ['Osceola'], + cty_code: ['19143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60083, lat: 43.31097 }, + }, + { + zip_code: '51354', + usps_city: 'Ocheyedan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 4.6, + primary_coty_code: '19143', + primary_coty_name: 'Osceola', + county_weights: '{"19143": "100"}', + coty_name: ['Osceola'], + cty_code: ['19143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53985, lat: 43.41211 }, + }, + { + zip_code: '51358', + usps_city: 'Ruthven', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 7.2, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "84.5", "19041": "15.5"}', + coty_name: ['Palo Alto', 'Clay'], + cty_code: ['19147', '19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89974, lat: 43.13121 }, + }, + { + zip_code: '51543', + usps_city: 'Kimballton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 7.3, + primary_coty_code: '19009', + primary_coty_name: 'Audubon', + county_weights: '{"19009": "90.11", "19165": "9.89"}', + coty_name: ['Audubon', 'Shelby'], + cty_code: ['19009', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.07595, lat: 41.65667 }, + }, + { + zip_code: '51546', + usps_city: 'Logan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2830.0, + density: 9.7, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "100"}', + coty_name: ['Harrison'], + cty_code: ['19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.77515, lat: 41.64245 }, + }, + { + zip_code: '51556', + usps_city: 'Modale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 465.0, + density: 4.1, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "100"}', + coty_name: ['Harrison'], + cty_code: ['19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03096, lat: 41.64287 }, + }, + { + zip_code: '51570', + usps_city: 'Shelby', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 5.7, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "78.44", "19155": "13.09", "19085": "8.47"}', + coty_name: ['Shelby', 'Pottawattamie', 'Harrison'], + cty_code: ['19165', '19155', '19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.45765, lat: 41.52347 }, + }, + { + zip_code: '51601', + usps_city: 'Shenandoah', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5684.0, + density: 20.6, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "95.88", "19071": "4.12"}', + coty_name: ['Page', 'Fremont'], + cty_code: ['19145', '19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34978, lat: 40.72616 }, + }, + { + zip_code: '52076', + usps_city: 'Strawberry Point', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2302.0, + density: 9.1, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "94.12", "19055": "5.62", "19065": "0.26"}', + coty_name: ['Clayton', 'Delaware', 'Fayette'], + cty_code: ['19043', '19055', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51016, lat: 42.69982 }, + }, + { + zip_code: '52236', + usps_city: 'Homestead', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 9.7, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.8761, lat: 41.73279 }, + }, + { + zip_code: '52248', + usps_city: 'Keota', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1823.0, + density: 6.2, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "74.55", "19183": "25.45"}', + coty_name: ['Keokuk', 'Washington'], + cty_code: ['19107', '19183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93583, lat: 41.34691 }, + }, + { + zip_code: '52313', + usps_city: 'Mount Auburn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 3.8, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09498, lat: 42.25906 }, + }, + { + zip_code: '52341', + usps_city: 'Toddville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 33.0, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.73537, lat: 42.10383 }, + }, + { + zip_code: '52536', + usps_city: 'Blakesburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 991.0, + density: 6.2, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: '{"19179": "88", "19135": "12"}', + coty_name: ['Wapello', 'Monroe'], + cty_code: ['19179', '19135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.61948, lat: 40.95548 }, + }, + { + zip_code: '52543', + usps_city: 'Cedar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 8.6, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "100"}', + coty_name: ['Mahaska'], + cty_code: ['19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.51993, lat: 41.20076 }, + }, + { + zip_code: '52549', + usps_city: 'Cincinnati', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 8.5, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "100"}', + coty_name: ['Appanoose'], + cty_code: ['19007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94649, lat: 40.61376 }, + }, + { + zip_code: '52803', + usps_city: 'Davenport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 21583.0, + density: 1626.0, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55607, lat: 41.53865 }, + }, + { + zip_code: '53032', + usps_city: 'Horicon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4839.0, + density: 58.0, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62616, lat: 43.45044 }, + }, + { + zip_code: '53210', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26793.0, + density: 4065.3, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.9738, lat: 43.06881 }, + }, + { + zip_code: '53235', + usps_city: 'Saint Francis', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9519.0, + density: 1435.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87294, lat: 42.97168 }, + }, + { + zip_code: '53511', + usps_city: 'Beloit', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 49256.0, + density: 172.1, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09499, lat: 42.54557 }, + }, + { + zip_code: '53521', + usps_city: 'Brooklyn', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3739.0, + density: 23.6, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "52.68", "55045": "39.2", "55105": "8.12"}', + coty_name: ['Dane', 'Green', 'Rock'], + cty_code: ['55025', '55045', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40278, lat: 42.84109 }, + }, + { + zip_code: '53527', + usps_city: 'Cottage Grove', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 10950.0, + density: 117.6, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.1927, lat: 43.06173 }, + }, + { + zip_code: '53555', + usps_city: 'Lodi', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8728.0, + density: 42.3, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "92.78", "55025": "7.22"}', + coty_name: ['Columbia', 'Dane'], + cty_code: ['55021', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55904, lat: 43.32154 }, + }, + { + zip_code: '53811', + usps_city: 'Hazel Green', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3297.0, + density: 26.2, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "96.71", "55065": "3.29"}', + coty_name: ['Grant', 'Lafayette'], + cty_code: ['55043', '55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51387, lat: 42.53599 }, + }, + { + zip_code: '53928', + usps_city: 'Doylestown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 153.0, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "100"}', + coty_name: ['Columbia'], + cty_code: ['55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15357, lat: 43.42635 }, + }, + { + zip_code: '53929', + usps_city: 'Elroy', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2647.0, + density: 12.8, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "84.58", "55081": "8.16", "55123": "7.26"}', + coty_name: ['Juneau', 'Monroe', 'Vernon'], + cty_code: ['55057', '55081', '55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28434, lat: 43.7509 }, + }, + { + zip_code: '54202', + usps_city: 'Baileys Harbor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1292.0, + density: 12.0, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.13809, lat: 45.07718 }, + }, + { + zip_code: '54421', + usps_city: 'Colby', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3669.0, + density: 20.0, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "62.29", "55073": "37.71"}', + coty_name: ['Clark', 'Marathon'], + cty_code: ['55019', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29505, lat: 44.89899 }, + }, + { + zip_code: '54433', + usps_city: 'Gilman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1864.0, + density: 4.5, + primary_coty_code: '55119', + primary_coty_name: 'Taylor', + county_weights: '{"55119": "89.16", "55017": "10.84"}', + coty_name: ['Taylor', 'Chippewa'], + cty_code: ['55119', '55017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81672, lat: 45.20014 }, + }, + { + zip_code: '54436', + usps_city: 'Granton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2396.0, + density: 8.7, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "100"}', + coty_name: ['Clark'], + cty_code: ['55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42885, lat: 44.53929 }, + }, + { + zip_code: '54485', + usps_city: 'Summit Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 7.1, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "100"}', + coty_name: ['Langlade'], + cty_code: ['55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22156, lat: 45.39504 }, + }, + { + zip_code: '54490', + usps_city: 'Westboro', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 2.6, + primary_coty_code: '55119', + primary_coty_name: 'Taylor', + county_weights: '{"55119": "97.87", "55099": "2.13"}', + coty_name: ['Taylor', 'Price'], + cty_code: ['55119', '55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.40265, lat: 45.33809 }, + }, + { + zip_code: '54629', + usps_city: 'Fountain City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2606.0, + density: 9.2, + primary_coty_code: '55011', + primary_coty_name: 'Buffalo', + county_weights: '{"55011": "100"}', + coty_name: ['Buffalo'], + cty_code: ['55011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66432, lat: 44.1587 }, + }, + { + zip_code: '54634', + usps_city: 'Hillsboro', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4482.0, + density: 11.6, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "85.35", "55103": "14.58", "55057": "0.07"}', + coty_name: ['Vernon', 'Richland', 'Juneau'], + cty_code: ['55123', '55103', '55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42659, lat: 43.59665 }, + }, + { + zip_code: '54641', + usps_city: 'Mather', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3.0, + density: 0.3, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "100"}', + coty_name: ['Jackson'], + cty_code: ['55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33979, lat: 44.27697 }, + }, + { + zip_code: '54652', + usps_city: 'Readstown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1150.0, + density: 12.3, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "100"}', + coty_name: ['Vernon'], + cty_code: ['55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76227, lat: 43.46063 }, + }, + { + zip_code: '54736', + usps_city: 'Durand', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4174.0, + density: 12.7, + primary_coty_code: '55091', + primary_coty_name: 'Pepin', + county_weights: '{"55091": "86.79", "55011": "12.43", "55033": "0.78"}', + coty_name: ['Pepin', 'Buffalo', 'Dunn'], + cty_code: ['55091', '55011', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90719, lat: 44.59978 }, + }, + { + zip_code: '54773', + usps_city: 'Whitehall', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3439.0, + density: 18.2, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "100"}', + coty_name: ['Trempealeau'], + cty_code: ['55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29405, lat: 44.39256 }, + }, + { + zip_code: '54838', + usps_city: 'Gordon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1106.0, + density: 1.8, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100", "55007": "0"}', + coty_name: ['Douglas', 'Bayfield'], + cty_code: ['55031', '55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.81064, lat: 46.25158 }, + }, + { + zip_code: '54904', + usps_city: 'Oshkosh', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 21517.0, + density: 111.3, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62508, lat: 44.02148 }, + }, + { + zip_code: '54970', + usps_city: 'Redgranite', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3824.0, + density: 31.9, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "100"}', + coty_name: ['Waushara'], + cty_code: ['55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09307, lat: 44.07211 }, + }, + { + zip_code: '55047', + usps_city: 'Marine On Saint Croix', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2381.0, + density: 30.6, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82401, lat: 45.20246 }, + }, + { + zip_code: '55063', + usps_city: 'Pine City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9472.0, + density: 21.9, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "100"}', + coty_name: ['Pine'], + cty_code: ['27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90419, lat: 45.83631 }, + }, + { + zip_code: '55321', + usps_city: 'Cokato', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5371.0, + density: 25.5, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19274, lat: 45.08414 }, + }, + { + zip_code: '55325', + usps_city: 'Dassel', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4600.0, + density: 23.1, + primary_coty_code: '27093', + primary_coty_name: 'Meeker', + county_weights: '{"27093": "100"}', + coty_name: ['Meeker'], + cty_code: ['27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31909, lat: 45.0837 }, + }, + { + zip_code: '55332', + usps_city: 'Fairfax', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1796.0, + density: 6.1, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "93.81", "27103": "6.19"}', + coty_name: ['Renville', 'Nicollet'], + cty_code: ['27129', '27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70944, lat: 44.52043 }, + }, + { + zip_code: '55333', + usps_city: 'Franklin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 4.6, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "97.9", "27127": "1.52", "27015": "0.58"}', + coty_name: ['Renville', 'Redwood', 'Brown'], + cty_code: ['27129', '27127', '27015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86708, lat: 44.56018 }, + }, + { + zip_code: '55369', + usps_city: 'Osseo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 37450.0, + density: 606.2, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44629, lat: 45.12644 }, + }, + { + zip_code: '55423', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 36300.0, + density: 2013.4, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28215, lat: 44.87624 }, + }, + { + zip_code: '55720', + usps_city: 'Cloquet', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 17088.0, + density: 41.0, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "87.78", "27137": "12.22"}', + coty_name: ['Carlton', 'St. Louis'], + cty_code: ['27017', '27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54077, lat: 46.7546 }, + }, + { + zip_code: '55764', + usps_city: 'Marble', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 572.0, + density: 38.0, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31055, lat: 47.32773 }, + }, + { + zip_code: '55909', + usps_city: 'Adams', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1467.0, + density: 11.1, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73378, lat: 43.56201 }, + }, + { + zip_code: '55953', + usps_city: 'Lyle', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 9.5, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "97.87", "27047": "2.13"}', + coty_name: ['Mower', 'Freeborn'], + cty_code: ['27099', '27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96659, lat: 43.52651 }, + }, + { + zip_code: '55983', + usps_city: 'Wanamingo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1593.0, + density: 15.9, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "100"}', + coty_name: ['Goodhue'], + cty_code: ['27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80949, lat: 44.2861 }, + }, + { + zip_code: '56009', + usps_city: 'Alden', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1343.0, + density: 5.4, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55584, lat: 43.66368 }, + }, + { + zip_code: '56039', + usps_city: 'Granada', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 3.7, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.32587, lat: 43.66113 }, + }, + { + zip_code: '56044', + usps_city: 'Henderson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2132.0, + density: 10.3, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "91.31", "27079": "8.69"}', + coty_name: ['Sibley', 'Le Sueur'], + cty_code: ['27143', '27079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93485, lat: 44.56177 }, + }, + { + zip_code: '56072', + usps_city: 'New Richland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2189.0, + density: 6.9, + primary_coty_code: '27161', + primary_coty_name: 'Waseca', + county_weights: '{"27161": "88.87", "27147": "8.75", "27047": "2.39"}', + coty_name: ['Waseca', 'Steele', 'Freeborn'], + cty_code: ['27161', '27147', '27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51478, lat: 43.89744 }, + }, + { + zip_code: '56074', + usps_city: 'Nicollet', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2099.0, + density: 10.4, + primary_coty_code: '27103', + primary_coty_name: 'Nicollet', + county_weights: '{"27103": "100"}', + coty_name: ['Nicollet'], + cty_code: ['27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20066, lat: 44.32305 }, + }, + { + zip_code: '56091', + usps_city: 'Waldorf', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 6.7, + primary_coty_code: '27161', + primary_coty_name: 'Waseca', + county_weights: '{"27161": "100"}', + coty_name: ['Waseca'], + cty_code: ['27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68572, lat: 43.92733 }, + }, + { + zip_code: '56122', + usps_city: 'Chandler', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 4.7, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "95.9", "27105": "4.1"}', + coty_name: ['Murray', 'Nobles'], + cty_code: ['27101', '27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95325, lat: 43.89664 }, + }, + { + zip_code: '56142', + usps_city: 'Ivanhoe', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 3.9, + primary_coty_code: '27081', + primary_coty_name: 'Lincoln', + county_weights: '{"27081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23256, lat: 44.47157 }, + }, + { + zip_code: '56150', + usps_city: 'Lakefield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2676.0, + density: 6.0, + primary_coty_code: '27063', + primary_coty_name: 'Jackson', + county_weights: '{"27063": "100"}', + coty_name: ['Jackson'], + cty_code: ['27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.21108, lat: 43.63559 }, + }, + { + zip_code: '56174', + usps_city: 'Storden', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 4.1, + primary_coty_code: '27033', + primary_coty_name: 'Cottonwood', + county_weights: '{"27033": "100"}', + coty_name: ['Cottonwood'], + cty_code: ['27033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30553, lat: 44.01598 }, + }, + { + zip_code: '56209', + usps_city: 'Atwater', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2216.0, + density: 8.7, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "93.8", "27093": "6.2"}', + coty_name: ['Kandiyohi', 'Meeker'], + cty_code: ['27067', '27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80081, lat: 45.12422 }, + }, + { + zip_code: '56221', + usps_city: 'Chokio', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 716.0, + density: 2.0, + primary_coty_code: '27149', + primary_coty_name: 'Stevens', + county_weights: '{"27149": "93.66", "27011": "6.08", "27155": "0.26"}', + coty_name: ['Stevens', 'Big Stone', 'Traverse'], + cty_code: ['27149', '27011', '27155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19635, lat: 45.55512 }, + }, + { + zip_code: '56282', + usps_city: 'Raymond', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1659.0, + density: 6.1, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "85.63", "27023": "14.37"}', + coty_name: ['Kandiyohi', 'Chippewa'], + cty_code: ['27067', '27023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22591, lat: 45.03884 }, + }, + { + zip_code: '56288', + usps_city: 'Spicer', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4718.0, + density: 38.8, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.95244, lat: 45.2418 }, + }, + { + zip_code: '56332', + usps_city: 'Garfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 12.0, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "100"}', + coty_name: ['Douglas'], + cty_code: ['27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5058, lat: 45.96507 }, + }, + { + zip_code: '56374', + usps_city: 'Saint Joseph', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10778.0, + density: 61.5, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33586, lat: 45.60711 }, + }, + { + zip_code: '56456', + usps_city: 'Jenkins', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 30.7, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3373, lat: 46.63778 }, + }, + { + zip_code: '56520', + usps_city: 'Breckenridge', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3780.0, + density: 11.9, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "100"}', + coty_name: ['Wilkin'], + cty_code: ['27167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50478, lat: 46.28543 }, + }, + { + zip_code: '56537', + usps_city: 'Fergus Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18838.0, + density: 25.5, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0904, lat: 46.27602 }, + }, + { + zip_code: '56549', + usps_city: 'Hawley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5026.0, + density: 9.3, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31024, lat: 46.84847 }, + }, + { + zip_code: '56663', + usps_city: 'Pennington', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 1.2, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46764, lat: 47.51767 }, + }, + { + zip_code: '56711', + usps_city: 'Angle Inlet', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '27077', + primary_coty_name: 'Lake of the Woods', + county_weights: '{"27077": "100"}', + coty_name: ['Lake of the Woods'], + cty_code: ['27077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00168, lat: 49.32761 }, + }, + { + zip_code: '56741', + usps_city: 'Oak Island', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '27077', + primary_coty_name: 'Lake of the Woods', + county_weights: '{"27077": "100"}', + coty_name: ['Lake of the Woods'], + cty_code: ['27077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85818, lat: 49.28434 }, + }, + { + zip_code: '57039', + usps_city: 'Lennox', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3756.0, + density: 16.4, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "97.61", "46125": "2.39"}', + coty_name: ['Lincoln', 'Turner'], + cty_code: ['46083', '46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86951, lat: 43.33696 }, + }, + { + zip_code: '57052', + usps_city: 'Olivet', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 1.7, + primary_coty_code: '46067', + primary_coty_name: 'Hutchinson', + county_weights: '{"46067": "100"}', + coty_name: ['Hutchinson'], + cty_code: ['46067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71244, lat: 43.29367 }, + }, + { + zip_code: '57106', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 47372.0, + density: 607.0, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "85.55", "46083": "14.45"}', + coty_name: ['Minnehaha', 'Lincoln'], + cty_code: ['46099', '46083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83901, lat: 43.51054 }, + }, + { + zip_code: '57221', + usps_city: 'Bryant', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 897.0, + density: 3.4, + primary_coty_code: '46057', + primary_coty_name: 'Hamlin', + county_weights: '{"46057": "92.45", "46025": "7.55"}', + coty_name: ['Hamlin', 'Clark'], + cty_code: ['46057', '46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45309, lat: 44.59541 }, + }, + { + zip_code: '57440', + usps_city: 'Frankfort', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 597.0, + density: 1.6, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "100"}', + coty_name: ['Spink'], + cty_code: ['46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26189, lat: 44.84998 }, + }, + { + zip_code: '57446', + usps_city: 'Hecla', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 1.1, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14616, lat: 45.86836 }, + }, + { + zip_code: '57451', + usps_city: 'Ipswich', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2166.0, + density: 1.9, + primary_coty_code: '46045', + primary_coty_name: 'Edmunds', + county_weights: '{"46045": "96.6", "46013": "3.4"}', + coty_name: ['Edmunds', 'Brown'], + cty_code: ['46045', '46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.94763, lat: 45.43469 }, + }, + { + zip_code: '57468', + usps_city: 'Pierpont', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 2.1, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "100"}', + coty_name: ['Day'], + cty_code: ['46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.7555, lat: 45.50012 }, + }, + { + zip_code: '57472', + usps_city: 'Selby', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 907.0, + density: 1.3, + primary_coty_code: '46129', + primary_coty_name: 'Walworth', + county_weights: '{"46129": "100"}', + coty_name: ['Walworth'], + cty_code: ['46129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.07291, lat: 45.44768 }, + }, + { + zip_code: '57534', + usps_city: 'Hamill', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 0.5, + primary_coty_code: '46123', + primary_coty_name: 'Tripp', + county_weights: '{"46123": "100"}', + coty_name: ['Tripp'], + cty_code: ['46123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68744, lat: 43.58107 }, + }, + { + zip_code: '57601', + usps_city: 'Mobridge', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3962.0, + density: 7.3, + primary_coty_code: '46129', + primary_coty_name: 'Walworth', + county_weights: '{"46129": "94.43", "46041": "4.7", "46031": "0.87"}', + coty_name: ['Walworth', 'Dewey', 'Corson'], + cty_code: ['46129', '46041', '46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.50963, lat: 45.44464 }, + }, + { + zip_code: '57623', + usps_city: 'Dupree', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 0.5, + primary_coty_code: '46137', + primary_coty_name: 'Ziebach', + county_weights: '{"46137": "100"}', + coty_name: ['Ziebach'], + cty_code: ['46137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.68134, lat: 45.02371 }, + }, + { + zip_code: '57632', + usps_city: 'Herreid', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 1.3, + primary_coty_code: '46021', + primary_coty_name: 'Campbell', + county_weights: '{"46021": "100"}', + coty_name: ['Campbell'], + cty_code: ['46021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.03958, lat: 45.83662 }, + }, + { + zip_code: '57702', + usps_city: 'Rapid City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 35058.0, + density: 46.4, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "98.6", "46093": "1.4"}', + coty_name: ['Pennington', 'Meade'], + cty_code: ['46103', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.39048, lat: 44.03379 }, + }, + { + zip_code: '57773', + usps_city: 'Pringle', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 6.5, + primary_coty_code: '46033', + primary_coty_name: 'Custer', + county_weights: '{"46033": "100"}', + coty_name: ['Custer'], + cty_code: ['46033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.56817, lat: 43.59211 }, + }, + { + zip_code: '57780', + usps_city: 'Scenic', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 0.0, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "100"}', + coty_name: ['Pennington'], + cty_code: ['46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.5036, lat: 43.78208 }, + }, + { + zip_code: '58057', + usps_city: 'Mcleod', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 0.5, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "56.46", "38073": "43.54"}', + coty_name: ['Richland', 'Ransom'], + cty_code: ['38077', '38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25723, lat: 46.42444 }, + }, + { + zip_code: '58058', + usps_city: 'Mantador', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 2.0, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96339, lat: 46.18256 }, + }, + { + zip_code: '58059', + usps_city: 'Mapleton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1471.0, + density: 4.6, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.11661, lat: 46.84414 }, + }, + { + zip_code: '58104', + usps_city: 'Fargo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 43363.0, + density: 584.2, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83971, lat: 46.79325 }, + }, + { + zip_code: '58204', + usps_city: 'Grand Forks Afb', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2358.0, + density: 118.3, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38681, lat: 47.95497 }, + }, + { + zip_code: '58224', + usps_city: 'Dahlen', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 1.3, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "100"}', + coty_name: ['Nelson'], + cty_code: ['38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94363, lat: 48.17233 }, + }, + { + zip_code: '58240', + usps_city: 'Hatton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 3.1, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "76.72", "38091": "14.26", "38035": "9.01"}', + coty_name: ['Traill', 'Steele', 'Grand Forks'], + cty_code: ['38097', '38091', '38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48282, lat: 47.63421 }, + }, + { + zip_code: '58260', + usps_city: 'Milton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 0.5, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03472, lat: 48.63512 }, + }, + { + zip_code: '58278', + usps_city: 'Thompson', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1982.0, + density: 6.2, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12866, lat: 47.77313 }, + }, + { + zip_code: '58348', + usps_city: 'Maddock', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 754.0, + density: 1.1, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "96.7", "38103": "3.3"}', + coty_name: ['Benson', 'Wells'], + cty_code: ['38005', '38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.52234, lat: 47.96681 }, + }, + { + zip_code: '58356', + usps_city: 'New Rockford', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1695.0, + density: 2.3, + primary_coty_code: '38027', + primary_coty_name: 'Eddy', + county_weights: '{"38027": "96.4", "38103": "2.68", "38031": "0.91"}', + coty_name: ['Eddy', 'Wells', 'Foster'], + cty_code: ['38027', '38103', '38031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.07125, lat: 47.6733 }, + }, + { + zip_code: '58357', + usps_city: 'Oberon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 1.1, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "100"}', + coty_name: ['Benson'], + cty_code: ['38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.23268, lat: 47.94117 }, + }, + { + zip_code: '58458', + usps_city: 'Lamoure', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1253.0, + density: 2.5, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "99.21", "38021": "0.79"}', + coty_name: ['LaMoure', 'Dickey'], + cty_code: ['38045', '38021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29869, lat: 46.36956 }, + }, + { + zip_code: '58461', + usps_city: 'Litchville', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 0.7, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "75.79", "38045": "24.21"}', + coty_name: ['Barnes', 'LaMoure'], + cty_code: ['38003', '38045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.19499, lat: 46.65292 }, + }, + { + zip_code: '58566', + usps_city: 'Saint Anthony', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 0.5, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "100"}', + coty_name: ['Morton'], + cty_code: ['38059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -100.92538, lat: 46.58322 }, + }, + { + zip_code: '58568', + usps_city: 'Selfridge', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 0.6, + primary_coty_code: '38085', + primary_coty_name: 'Sioux', + county_weights: '{"38085": "100"}', + coty_name: ['Sioux'], + cty_code: ['38085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.04722, lat: 46.08787 }, + }, + { + zip_code: '58601', + usps_city: 'Dickinson', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 26865.0, + density: 18.1, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "98.36", "38025": "1.64"}', + coty_name: ['Stark', 'Dunn'], + cty_code: ['38089', '38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.83434, lat: 46.91588 }, + }, + { + zip_code: '58722', + usps_city: 'Burlington', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1705.0, + density: 10.5, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.49498, lat: 48.23734 }, + }, + { + zip_code: '602', + usps_city: 'Aguada', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 37751.0, + density: 476.0, + primary_coty_code: '72003', + primary_coty_name: 'Aguada', + county_weights: '{"72003": "100"}', + coty_name: ['Aguada'], + cty_code: ['72003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.17519, lat: 18.36074 }, + }, + { + zip_code: '698', + usps_city: 'Yauco', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 35317.0, + density: 195.9, + primary_coty_code: '72153', + primary_coty_name: 'Yauco', + county_weights: '{"72153": "99.76", "72059": "0.24"}', + coty_name: ['Yauco', 'Guayanilla'], + cty_code: ['72153', '72059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.85273, lat: 18.06727 }, + }, + { + zip_code: '707', + usps_city: 'Maunabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 10721.0, + density: 196.5, + primary_coty_code: '72095', + primary_coty_name: 'Maunabo', + county_weights: '{"72095": "100"}', + coty_name: ['Maunabo'], + cty_code: ['72095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.922, lat: 18.01813 }, + }, + { + zip_code: '714', + usps_city: 'Arroyo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 17739.0, + density: 468.5, + primary_coty_code: '72015', + primary_coty_name: 'Arroyo', + county_weights: '{"72015": "100"}', + coty_name: ['Arroyo'], + cty_code: ['72015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.05606, lat: 17.99854 }, + }, + { + zip_code: '715', + usps_city: 'Mercedita', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 2818.0, + density: 138.3, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "74.26", "72075": "25.74"}', + coty_name: ['Ponce', 'Juana D\u00edaz'], + cty_code: ['72113', '72075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.55987, lat: 18.01174 }, + }, + { + zip_code: '719', + usps_city: 'Naranjito', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 28556.0, + density: 393.7, + primary_coty_code: '72105', + primary_coty_name: 'Naranjito', + county_weights: '{"72105": "98.1", "72047": "1.42", "72135": "0.48"}', + coty_name: ['Naranjito', 'Corozal', 'Toa Alta'], + cty_code: ['72105', '72047', '72135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.25336, lat: 18.2888 }, + }, + { + zip_code: '927', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 13626.0, + density: 2002.1, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.07191, lat: 18.38874 }, + }, + { + zip_code: '982', + usps_city: 'Carolina', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 14346.0, + density: 3906.5, + primary_coty_code: '72031', + primary_coty_name: 'Carolina', + county_weights: '{"72031": "100"}', + coty_name: ['Carolina'], + cty_code: ['72031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.9917, lat: 18.40992 }, + }, + { + zip_code: '1027', + usps_city: 'Easthampton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17818.0, + density: 169.9, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.74309, lat: 42.29508 }, + }, + { + zip_code: '1029', + usps_city: 'East Otis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 13.1, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04836, lat: 42.19632 }, + }, + { + zip_code: '1069', + usps_city: 'Palmer', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8556.0, + density: 117.6, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30555, lat: 42.18807 }, + }, + { + zip_code: '1081', + usps_city: 'Wales', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1883.0, + density: 50.1, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.23095, lat: 42.06234 }, + }, + { + zip_code: '1201', + usps_city: 'Pittsfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 44458.0, + density: 324.3, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.27644, lat: 42.44993 }, + }, + { + zip_code: '1473', + usps_city: 'Westminster', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7766.0, + density: 84.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.90266, lat: 42.55122 }, + }, + { + zip_code: '1523', + usps_city: 'Lancaster', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7794.0, + density: 119.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67844, lat: 42.47971 }, + }, + { + zip_code: '1527', + usps_city: 'Millbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13732.0, + density: 340.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77416, lat: 42.19218 }, + }, + { + zip_code: '1561', + usps_city: 'South Lancaster', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 654.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68551, lat: 42.44394 }, + }, + { + zip_code: '1701', + usps_city: 'Framingham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 32590.0, + density: 741.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43817, lat: 42.32174 }, + }, + { + zip_code: '1860', + usps_city: 'Merrimac', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6890.0, + density: 313.1, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01192, lat: 42.83857 }, + }, + { + zip_code: '2032', + usps_city: 'East Walpole', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4194.0, + density: 692.5, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21548, lat: 42.15491 }, + }, + { + zip_code: '2460', + usps_city: 'Newtonville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9773.0, + density: 2807.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.2083, lat: 42.35196 }, + }, + { + zip_code: '2543', + usps_city: 'Woods Hole', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 25.2, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "96.38", "25007": "3.62"}', + coty_name: ['Barnstable', 'Dukes'], + cty_code: ['25001', '25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.73109, lat: 41.49345 }, + }, + { + zip_code: '2779', + usps_city: 'Berkley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6730.0, + density: 157.4, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07543, lat: 41.83491 }, + }, + { + zip_code: '2809', + usps_city: 'Bristol', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 22172.0, + density: 872.2, + primary_coty_code: '44001', + primary_coty_name: 'Bristol', + county_weights: '{"44001": "100"}', + coty_name: ['Bristol'], + cty_code: ['44001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.2694, lat: 41.68271 }, + }, + { + zip_code: '2860', + usps_city: 'Pawtucket', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 46363.0, + density: 3312.5, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.3883, lat: 41.87002 }, + }, + { + zip_code: '3053', + usps_city: 'Londonderry', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 25732.0, + density: 241.8, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.38633, lat: 42.8786 }, + }, + { + zip_code: '3234', + usps_city: 'Epsom', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4722.0, + density: 53.0, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.33907, lat: 43.21491 }, + }, + { + zip_code: '3291', + usps_city: 'West Nottingham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 231.0, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1427, lat: 43.17918 }, + }, + { + zip_code: '3588', + usps_city: 'Milan', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1638.0, + density: 4.4, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.20771, lat: 44.61213 }, + }, + { + zip_code: '3743', + usps_city: 'Claremont', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 13681.0, + density: 86.3, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.3253, lat: 43.35826 }, + }, + { + zip_code: '3754', + usps_city: 'Guild', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 512.8, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.13839, lat: 43.37746 }, + }, + { + zip_code: '3774', + usps_city: 'North Haverhill', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 29.1, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.99508, lat: 44.08904 }, + }, + { + zip_code: '3780', + usps_city: 'Pike', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 10.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.97743, lat: 44.03228 }, + }, + { + zip_code: '3838', + usps_city: 'Glen', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1169.0, + density: 19.6, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.24091, lat: 44.11231 }, + }, + { + zip_code: '3886', + usps_city: 'Tamworth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1680.0, + density: 17.0, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.28686, lat: 43.86243 }, + }, + { + zip_code: '4043', + usps_city: 'Kennebunk', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 11424.0, + density: 124.8, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.57101, lat: 43.3976 }, + }, + { + zip_code: '4063', + usps_city: 'Ocean Park', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 269.6, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.3961, lat: 43.50109 }, + }, + { + zip_code: '4087', + usps_city: 'Waterboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2185.0, + density: 44.3, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.75251, lat: 43.56551 }, + }, + { + zip_code: '4092', + usps_city: 'Westbrook', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 18633.0, + density: 418.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.35388, lat: 43.69532 }, + }, + { + zip_code: '4097', + usps_city: 'North Yarmouth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3779.0, + density: 68.7, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.23636, lat: 43.85122 }, + }, + { + zip_code: '4224', + usps_city: 'Dixfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2380.0, + density: 12.4, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "81.28", "23007": "18.72"}', + coty_name: ['Oxford', 'Franklin'], + cty_code: ['23017', '23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.40111, lat: 44.58017 }, + }, + { + zip_code: '4254', + usps_city: 'Livermore Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3156.0, + density: 62.1, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.14274, lat: 44.43248 }, + }, + { + zip_code: '4259', + usps_city: 'Monmouth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3288.0, + density: 43.2, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.00856, lat: 44.22836 }, + }, + { + zip_code: '4289', + usps_city: 'West Paris', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2339.0, + density: 37.2, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.53379, lat: 44.32108 }, + }, + { + zip_code: '4359', + usps_city: 'South Gardiner', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 176.7, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.76061, lat: 44.17747 }, + }, + { + zip_code: '4431', + usps_city: 'East Orland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 45.7, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.67037, lat: 44.56207 }, + }, + { + zip_code: '4442', + usps_city: 'Greenville Junction', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 0.1, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.69393, lat: 45.47946 }, + }, + { + zip_code: '4779', + usps_city: 'Sinclair', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 1.2, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.32294, lat: 47.12208 }, + }, + { + zip_code: '4780', + usps_city: 'Smyrna Mills', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 1.1, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.25263, lat: 46.23761 }, + }, + { + zip_code: '4922', + usps_city: 'Burnham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1081.0, + density: 10.7, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.38255, lat: 44.68739 }, + }, + { + zip_code: '4938', + usps_city: 'Farmington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9664.0, + density: 30.4, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.10338, lat: 44.65873 }, + }, + { + zip_code: '4967', + usps_city: 'Pittsfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4029.0, + density: 32.0, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.43801, lat: 44.77143 }, + }, + { + zip_code: '4989', + usps_city: 'Vassalboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4207.0, + density: 36.8, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.64786, lat: 44.42988 }, + }, + { + zip_code: '5058', + usps_city: 'Post Mills', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 33.1, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26998, lat: 43.88578 }, + }, + { + zip_code: '5060', + usps_city: 'Randolph', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4417.0, + density: 24.5, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "95.88", "50027": "3.9", "50023": "0.23"}', + coty_name: ['Orange', 'Windsor', 'Washington'], + cty_code: ['50017', '50027', '50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.69001, lat: 43.95922 }, + }, + { + zip_code: '5076', + usps_city: 'Topsham', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 5.7, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.23238, lat: 44.1506 }, + }, + { + zip_code: '5079', + usps_city: 'Vershire', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 686.0, + density: 7.3, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.3246, lat: 43.95624 }, + }, + { + zip_code: '5486', + usps_city: 'South Hero', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1717.0, + density: 44.4, + primary_coty_code: '50013', + primary_coty_name: 'Grand Isle', + county_weights: '{"50013": "100"}', + coty_name: ['Grand Isle'], + cty_code: ['50013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.3108, lat: 44.64061 }, + }, + { + zip_code: '5652', + usps_city: 'Eden', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 718.0, + density: 8.8, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.58748, lat: 44.72831 }, + }, + { + zip_code: '5757', + usps_city: 'Middletown Springs', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 858.0, + density: 13.5, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12485, lat: 43.4789 }, + }, + { + zip_code: '5860', + usps_city: 'Orleans', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2803.0, + density: 14.3, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10307, lat: 44.80176 }, + }, + { + zip_code: '6068', + usps_city: 'Salisbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 17.2, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.42049, lat: 42.01475 }, + }, + { + zip_code: '6278', + usps_city: 'Ashford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4363.0, + density: 42.5, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.16992, lat: 41.89103 }, + }, + { + zip_code: '6279', + usps_city: 'Willington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5893.0, + density: 68.3, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.25936, lat: 41.88956 }, + }, + { + zip_code: '6424', + usps_city: 'East Hampton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12744.0, + density: 122.2, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.50564, lat: 41.55889 }, + }, + { + zip_code: '6442', + usps_city: 'Ivoryton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2343.0, + density: 271.4, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44535, lat: 41.34305 }, + }, + { + zip_code: '6460', + usps_city: 'Milford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 38959.0, + density: 1198.2, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.05142, lat: 41.21513 }, + }, + { + zip_code: '6512', + usps_city: 'East Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 28444.0, + density: 1044.7, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.87211, lat: 41.28054 }, + }, + { + zip_code: '6804', + usps_city: 'Brookfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 17292.0, + density: 337.7, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.39226, lat: 41.4674 }, + }, + { + zip_code: '6807', + usps_city: 'Cos Cob', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7514.0, + density: 922.4, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59203, lat: 41.0611 }, + }, + { + zip_code: '6880', + usps_city: 'Westport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 28376.0, + density: 544.5, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.34746, lat: 41.14286 }, + }, + { + zip_code: '7021', + usps_city: 'Essex Fells', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2095.0, + density: 579.4, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27973, lat: 40.82686 }, + }, + { + zip_code: '7023', + usps_city: 'Fanwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7660.0, + density: 2207.7, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.38568, lat: 40.64173 }, + }, + { + zip_code: '7050', + usps_city: 'Orange', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 30302.0, + density: 5326.7, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23485, lat: 40.76817 }, + }, + { + zip_code: '7109', + usps_city: 'Belleville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 36173.0, + density: 4218.6, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16165, lat: 40.79496 }, + }, + { + zip_code: '7201', + usps_city: 'Elizabeth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 28091.0, + density: 1635.7, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17661, lat: 40.672 }, + }, + { + zip_code: '7439', + usps_city: 'Ogdensburg', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2327.0, + density: 376.6, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59771, lat: 41.07611 }, + }, + { + zip_code: '7603', + usps_city: 'Bogota', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8360.0, + density: 4269.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02932, lat: 40.87508 }, + }, + { + zip_code: '7748', + usps_city: 'Middletown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27190.0, + density: 784.9, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11566, lat: 40.39433 }, + }, + { + zip_code: '7857', + usps_city: 'Netcong', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3203.0, + density: 1141.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6999, lat: 40.89713 }, + }, + { + zip_code: '7921', + usps_city: 'Bedminster', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7474.0, + density: 151.4, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6775, lat: 40.65697 }, + }, + { + zip_code: '8010', + usps_city: 'Beverly', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10983.0, + density: 1104.6, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91419, lat: 40.05333 }, + }, + { + zip_code: '8031', + usps_city: 'Bellmawr', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11398.0, + density: 1455.2, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0945, lat: 39.86668 }, + }, + { + zip_code: '8074', + usps_city: 'Richwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 16.9, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16404, lat: 39.71571 }, + }, + { + zip_code: '8077', + usps_city: 'Riverton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19121.0, + density: 911.4, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99523, lat: 40.00192 }, + }, + { + zip_code: '8086', + usps_city: 'Thorofare', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7642.0, + density: 404.1, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.19422, lat: 39.84573 }, + }, + { + zip_code: '8108', + usps_city: 'Collingswood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18333.0, + density: 2587.5, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0618, lat: 39.91431 }, + }, + { + zip_code: '8240', + usps_city: 'Pomona', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2404.0, + density: 590.7, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53176, lat: 39.48729 }, + }, + { + zip_code: '8510', + usps_city: 'Millstone Township', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5692.0, + density: 114.7, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4214, lat: 40.19049 }, + }, + { + zip_code: '8805', + usps_city: 'Bound Brook', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12253.0, + density: 1668.6, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53689, lat: 40.57164 }, + }, + { + zip_code: '8831', + usps_city: 'Monroe Township', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 50944.0, + density: 390.8, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42968, lat: 40.32664 }, + }, + { + zip_code: '8890', + usps_city: 'Zarephath', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 37.4, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57394, lat: 40.53934 }, + }, + { + zip_code: '10465', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 43671.0, + density: 4963.1, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82298, lat: 40.82391 }, + }, + { + zip_code: '10504', + usps_city: 'Armonk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8196.0, + density: 193.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70587, lat: 41.13121 }, + }, + { + zip_code: '10512', + usps_city: 'Carmel', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24672.0, + density: 174.6, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "100"}', + coty_name: ['Putnam'], + cty_code: ['36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71213, lat: 41.44925 }, + }, + { + zip_code: '10590', + usps_city: 'South Salem', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7078.0, + density: 202.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53733, lat: 41.25393 }, + }, + { + zip_code: '10701', + usps_city: 'Yonkers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 61604.0, + density: 5610.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88034, lat: 40.94544 }, + }, + { + zip_code: '10804', + usps_city: 'New Rochelle', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15229.0, + density: 1356.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78636, lat: 40.94912 }, + }, + { + zip_code: '10976', + usps_city: 'Sparkill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2332.0, + density: 784.2, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92629, lat: 41.02857 }, + }, + { + zip_code: '11004', + usps_city: 'Glen Oaks', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15098.0, + density: 6139.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71148, lat: 40.74628 }, + }, + { + zip_code: '11106', + usps_city: 'Astoria', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37690.0, + density: 17023.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93183, lat: 40.76172 }, + }, + { + zip_code: '11218', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 72413.0, + density: 19572.7, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97611, lat: 40.64346 }, + }, + { + zip_code: '11426', + usps_city: 'Bellerose', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20524.0, + density: 5873.7, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72237, lat: 40.73646 }, + }, + { + zip_code: '12010', + usps_city: 'Amsterdam', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28152.0, + density: 83.2, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: + '{"36057": "83.03", "36035": "13.14", "36091": "2.41", "36093": "1.43"}', + coty_name: ['Montgomery', 'Fulton', 'Saratoga', 'Schenectady'], + cty_code: ['36057', '36035', '36091', '36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17386, lat: 42.93797 }, + }, + { + zip_code: '12067', + usps_city: 'Feura Bush', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1519.0, + density: 27.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92633, lat: 42.55615 }, + }, + { + zip_code: '12075', + usps_city: 'Ghent', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2959.0, + density: 29.1, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63382, lat: 42.29983 }, + }, + { + zip_code: '12086', + usps_city: 'Hagaman', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 92.6, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "71.31", "36091": "17.32", "36035": "11.37"}', + coty_name: ['Montgomery', 'Saratoga', 'Fulton'], + cty_code: ['36057', '36091', '36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10672, lat: 42.99719 }, + }, + { + zip_code: '12132', + usps_city: 'North Chatham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 61.7, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63004, lat: 42.47052 }, + }, + { + zip_code: '12148', + usps_city: 'Rexford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4333.0, + density: 106.9, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84743, lat: 42.83454 }, + }, + { + zip_code: '12175', + usps_city: 'Summit', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 9.2, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55282, lat: 42.5515 }, + }, + { + zip_code: '12460', + usps_city: 'Oak Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 77.8, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15606, lat: 42.41081 }, + }, + { + zip_code: '12524', + usps_city: 'Fishkill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15934.0, + density: 379.4, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89257, lat: 41.52964 }, + }, + { + zip_code: '12529', + usps_city: 'Hillsdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2453.0, + density: 14.4, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53709, lat: 42.21555 }, + }, + { + zip_code: '12577', + usps_city: 'Salisbury Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1783.0, + density: 117.2, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12296, lat: 41.42586 }, + }, + { + zip_code: '12771', + usps_city: 'Port Jervis', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14788.0, + density: 164.9, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.62464, lat: 41.3744 }, + }, + { + zip_code: '12815', + usps_city: 'Brant Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1065.0, + density: 11.2, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69708, lat: 43.69032 }, + }, + { + zip_code: '12816', + usps_city: 'Cambridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4371.0, + density: 26.7, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37477, lat: 43.04807 }, + }, + { + zip_code: '12817', + usps_city: 'Chestertown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1905.0, + density: 13.7, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82515, lat: 43.63355 }, + }, + { + zip_code: '12838', + usps_city: 'Hartford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 42.2, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.40811, lat: 43.34237 }, + }, + { + zip_code: '12851', + usps_city: 'Minerva', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 1.4, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04157, lat: 43.85581 }, + }, + { + zip_code: '12916', + usps_city: 'Brushton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2108.0, + density: 19.6, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51591, lat: 44.83521 }, + }, + { + zip_code: '12918', + usps_city: 'Cadyville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2210.0, + density: 21.8, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6835, lat: 44.69038 }, + }, + { + zip_code: '12919', + usps_city: 'Champlain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2974.0, + density: 30.0, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44937, lat: 44.9679 }, + }, + { + zip_code: '12945', + usps_city: 'Lake Clear', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 5.7, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23815, lat: 44.33748 }, + }, + { + zip_code: '13031', + usps_city: 'Camillus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15080.0, + density: 239.6, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30833, lat: 43.04563 }, + }, + { + zip_code: '13042', + usps_city: 'Cleveland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2224.0, + density: 25.6, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "50.85", "36065": "49.15"}', + coty_name: ['Oswego', 'Oneida'], + cty_code: ['36075', '36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85561, lat: 43.26755 }, + }, + { + zip_code: '13062', + usps_city: 'Etna', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 87.8, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38411, lat: 42.4851 }, + }, + { + zip_code: '13071', + usps_city: 'Genoa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 14.8, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54112, lat: 42.67797 }, + }, + { + zip_code: '13092', + usps_city: 'Locke', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2626.0, + density: 20.9, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "90.64", "36109": "9.36"}', + coty_name: ['Cayuga', 'Tompkins'], + cty_code: ['36011', '36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4234, lat: 42.65168 }, + }, + { + zip_code: '13120', + usps_city: 'Nedrow', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2109.0, + density: 47.6, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1742, lat: 42.93959 }, + }, + { + zip_code: '13132', + usps_city: 'Pennellville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3541.0, + density: 57.6, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2447, lat: 43.26679 }, + }, + { + zip_code: '13320', + usps_city: 'Cherry Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2037.0, + density: 10.2, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "99.45", "36057": "0.55"}', + coty_name: ['Otsego', 'Montgomery'], + cty_code: ['36077', '36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73844, lat: 42.77725 }, + }, + { + zip_code: '13348', + usps_city: 'Hartwick', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1411.0, + density: 14.7, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06768, lat: 42.70859 }, + }, + { + zip_code: '13425', + usps_city: 'Oriskany Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2318.0, + density: 35.1, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "92.94", "36053": "7.06"}', + coty_name: ['Oneida', 'Madison'], + cty_code: ['36065', '36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48701, lat: 42.9635 }, + }, + { + zip_code: '13454', + usps_city: 'Salisbury Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 5.9, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.75733, lat: 43.20988 }, + }, + { + zip_code: '13477', + usps_city: 'Vernon Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 991.0, + density: 18.9, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51291, lat: 43.03291 }, + }, + { + zip_code: '13605', + usps_city: 'Adams', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5014.0, + density: 24.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04894, lat: 43.80618 }, + }, + { + zip_code: '13607', + usps_city: 'Alexandria Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 28.6, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.919, lat: 44.31524 }, + }, + { + zip_code: '13774', + usps_city: 'Fishs Eddy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 20.8, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15925, lat: 41.9655 }, + }, + { + zip_code: '13815', + usps_city: 'Norwich', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12930.0, + density: 46.5, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53118, lat: 42.54689 }, + }, + { + zip_code: '13844', + usps_city: 'South Plymouth', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 12.7, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67041, lat: 42.61008 }, + }, + { + zip_code: '13856', + usps_city: 'Walton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6089.0, + density: 12.7, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16721, lat: 42.16588 }, + }, + { + zip_code: '14025', + usps_city: 'Boston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3475.0, + density: 59.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72705, lat: 42.6222 }, + }, + { + zip_code: '14072', + usps_city: 'Grand Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21047.0, + density: 287.4, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -78.96356, lat: 43.01819 }, + }, + { + zip_code: '14170', + usps_city: 'West Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2944.0, + density: 92.2, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.67089, lat: 42.70227 }, + }, + { + zip_code: '14467', + usps_city: 'Henrietta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10098.0, + density: 361.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.61017, lat: 43.04168 }, + }, + { + zip_code: '14487', + usps_city: 'Livonia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6159.0, + density: 71.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "93.99", "36069": "6.01"}', + coty_name: ['Livingston', 'Ontario'], + cty_code: ['36051', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.63595, lat: 42.81176 }, + }, + { + zip_code: '14568', + usps_city: 'Walworth', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6232.0, + density: 101.4, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28382, lat: 43.14723 }, + }, + { + zip_code: '14719', + usps_city: 'Cattaraugus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3459.0, + density: 14.2, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87923, lat: 42.33848 }, + }, + { + zip_code: '14737', + usps_city: 'Franklinville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4322.0, + density: 15.1, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.43048, lat: 42.33512 }, + }, + { + zip_code: '14747', + usps_city: 'Kennedy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2243.0, + density: 19.9, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "91.35", "36009": "8.65"}', + coty_name: ['Chautauqua', 'Cattaraugus'], + cty_code: ['36013', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.09133, lat: 42.15401 }, + }, + { + zip_code: '14877', + usps_city: 'Rexville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 476.0, + density: 4.3, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "98.75", "36003": "1.25"}', + coty_name: ['Steuben', 'Allegany'], + cty_code: ['36101', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6859, lat: 42.05664 }, + }, + { + zip_code: '15021', + usps_city: 'Burgettstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7186.0, + density: 30.3, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43512, lat: 40.39429 }, + }, + { + zip_code: '15027', + usps_city: 'Conway', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2190.0, + density: 587.3, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23944, lat: 40.66675 }, + }, + { + zip_code: '15061', + usps_city: 'Monaca', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12328.0, + density: 264.7, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31819, lat: 40.65875 }, + }, + { + zip_code: '15144', + usps_city: 'Springdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4036.0, + density: 564.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78284, lat: 40.54934 }, + }, + { + zip_code: '15146', + usps_city: 'Monroeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27678.0, + density: 542.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "99.95", "42129": "0.05"}', + coty_name: ['Allegheny', 'Westmoreland'], + cty_code: ['42003', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76041, lat: 40.42626 }, + }, + { + zip_code: '15232', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11764.0, + density: 5714.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93182, lat: 40.45245 }, + }, + { + zip_code: '15350', + usps_city: 'Muse', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 3432.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20101, lat: 40.29292 }, + }, + { + zip_code: '15353', + usps_city: 'Nineveh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 750.1, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31086, lat: 39.96211 }, + }, + { + zip_code: '15617', + usps_city: 'Arona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 272.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65778, lat: 40.26907 }, + }, + { + zip_code: '15644', + usps_city: 'Jeannette', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18537.0, + density: 324.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.61125, lat: 40.3474 }, + }, + { + zip_code: '15713', + usps_city: 'Aultman', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 100.1, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26171, lat: 40.56977 }, + }, + { + zip_code: '15748', + usps_city: 'Homer City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6584.0, + density: 34.3, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08432, lat: 40.52449 }, + }, + { + zip_code: '15773', + usps_city: 'Saint Benedict', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 51.5, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.73546, lat: 40.62676 }, + }, + { + zip_code: '15778', + usps_city: 'Timblin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 65.8, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.19735, lat: 40.96755 }, + }, + { + zip_code: '15783', + usps_city: 'West Lebanon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 17.7, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34801, lat: 40.60677 }, + }, + { + zip_code: '15924', + usps_city: 'Cairnbrook', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1087.0, + density: 15.8, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77536, lat: 40.10664 }, + }, + { + zip_code: '15925', + usps_city: 'Cassandra', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 1066.3, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64065, lat: 40.40856 }, + }, + { + zip_code: '15935', + usps_city: 'Hollsopple', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3460.0, + density: 55.4, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9663, lat: 40.20378 }, + }, + { + zip_code: '16025', + usps_city: 'Chicora', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5194.0, + density: 37.7, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "92.29", "42005": "7.71"}', + coty_name: ['Butler', 'Armstrong'], + cty_code: ['42019', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75638, lat: 40.94467 }, + }, + { + zip_code: '16041', + usps_city: 'Karns City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2112.0, + density: 29.3, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "76.01", "42005": "23.99"}', + coty_name: ['Butler', 'Armstrong'], + cty_code: ['42019', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.71495, lat: 41.00531 }, + }, + { + zip_code: '16117', + usps_city: 'Ellwood City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16999.0, + density: 178.4, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "68.16", "42007": "31.84"}', + coty_name: ['Lawrence', 'Beaver'], + cty_code: ['42073', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25591, lat: 40.87294 }, + }, + { + zip_code: '16235', + usps_city: 'Lucinda', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 15.9, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35437, lat: 41.31759 }, + }, + { + zip_code: '16311', + usps_city: 'Carlton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 13.6, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "95.92", "42121": "4.08"}', + coty_name: ['Mercer', 'Venango'], + cty_code: ['42085', '42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03446, lat: 41.45675 }, + }, + { + zip_code: '16350', + usps_city: 'Sugar Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2577.0, + density: 21.6, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3343, lat: 41.96557 }, + }, + { + zip_code: '16444', + usps_city: 'Edinboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1101.0, + density: 1620.4, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12175, lat: 41.87069 }, + }, + { + zip_code: '16634', + usps_city: 'Dudley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 38.8, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17274, lat: 40.21093 }, + }, + { + zip_code: '16652', + usps_city: 'Huntingdon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17916.0, + density: 39.1, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.95686, lat: 40.51478 }, + }, + { + zip_code: '16659', + usps_city: 'Loysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 54.9, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38969, lat: 40.16155 }, + }, + { + zip_code: '16662', + usps_city: 'Martinsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5561.0, + density: 36.3, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "93.63", "42009": "6.37"}', + coty_name: ['Blair', 'Bedford'], + cty_code: ['42013', '42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29615, lat: 40.31357 }, + }, + { + zip_code: '16901', + usps_city: 'Wellsboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10245.0, + density: 17.0, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32717, lat: 41.73083 }, + }, + { + zip_code: '17018', + usps_city: 'Dauphin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4239.0, + density: 41.1, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8812, lat: 40.40248 }, + }, + { + zip_code: '17046', + usps_city: 'Lebanon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31040.0, + density: 313.4, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43004, lat: 40.38268 }, + }, + { + zip_code: '17059', + usps_city: 'Mifflintown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7943.0, + density: 37.3, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38457, lat: 40.59169 }, + }, + { + zip_code: '17213', + usps_city: 'Blairs Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 6.1, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77059, lat: 40.25362 }, + }, + { + zip_code: '17215', + usps_city: 'Burnt Cabins', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 9.3, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "58.79", "42061": "41.21"}', + coty_name: ['Fulton', 'Huntingdon'], + cty_code: ['42057', '42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89396, lat: 40.07784 }, + }, + { + zip_code: '17322', + usps_city: 'Felton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5705.0, + density: 57.7, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53272, lat: 39.85592 }, + }, + { + zip_code: '17327', + usps_city: 'Glen Rock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7590.0, + density: 63.8, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.75311, lat: 39.77959 }, + }, + { + zip_code: '17362', + usps_city: 'Spring Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13040.0, + density: 104.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86854, lat: 39.85196 }, + }, + { + zip_code: '17841', + usps_city: 'McClure', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4926.0, + density: 24.0, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "54.59", "42109": "45.41"}', + coty_name: ['Mifflin', 'Snyder'], + cty_code: ['42087', '42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35292, lat: 40.72492 }, + }, + { + zip_code: '17859', + usps_city: 'Orangeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2807.0, + density: 28.1, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "100"}', + coty_name: ['Columbia'], + cty_code: ['42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39304, lat: 41.11781 }, + }, + { + zip_code: '17957', + usps_city: 'Muir', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 734.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51829, lat: 40.5918 }, + }, + { + zip_code: '17959', + usps_city: 'New Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 58.3, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14463, lat: 40.73328 }, + }, + { + zip_code: '17970', + usps_city: 'Saint Clair', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3105.0, + density: 874.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19185, lat: 40.72018 }, + }, + { + zip_code: '17978', + usps_city: 'Spring Glen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 39.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61487, lat: 40.62546 }, + }, + { + zip_code: '18077', + usps_city: 'Riegelsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2349.0, + density: 62.2, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "91.94", "42095": "8.06"}', + coty_name: ['Bucks', 'Northampton'], + cty_code: ['42017', '42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2435, lat: 40.56687 }, + }, + { + zip_code: '18091', + usps_city: 'Wind Gap', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5385.0, + density: 134.8, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32005, lat: 40.82612 }, + }, + { + zip_code: '18218', + usps_city: 'Coaldale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2245.0, + density: 398.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9161, lat: 40.81973 }, + }, + { + zip_code: '18335', + usps_city: 'Marshalls Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 260.9, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10538, lat: 41.0656 }, + }, + { + zip_code: '18340', + usps_city: 'Millrift', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 25.9, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.76756, lat: 41.41988 }, + }, + { + zip_code: '18452', + usps_city: 'Peckville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4853.0, + density: 952.7, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59016, lat: 41.48361 }, + }, + { + zip_code: '18518', + usps_city: 'Old Forge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7965.0, + density: 761.0, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73959, lat: 41.37501 }, + }, + { + zip_code: '18660', + usps_city: 'Wapwallopen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3732.0, + density: 33.9, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06491, lat: 41.10388 }, + }, + { + zip_code: '18704', + usps_city: 'Kingston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30441.0, + density: 1174.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89463, lat: 41.27661 }, + }, + { + zip_code: '18846', + usps_city: 'Sugar Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 15.7, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.241, lat: 41.60238 }, + }, + { + zip_code: '19030', + usps_city: 'Fairless Hills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11792.0, + density: 1004.0, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83717, lat: 40.18068 }, + }, + { + zip_code: '19041', + usps_city: 'Haverford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6494.0, + density: 759.2, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "52.19", "42091": "47.81"}', + coty_name: ['Delaware', 'Montgomery'], + cty_code: ['42045', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31653, lat: 40.00718 }, + }, + { + zip_code: '19054', + usps_city: 'Levittown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16180.0, + density: 1509.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82041, lat: 40.17083 }, + }, + { + zip_code: '19064', + usps_city: 'Springfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24664.0, + density: 1196.1, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34114, lat: 39.9333 }, + }, + { + zip_code: '19116', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34747.0, + density: 2680.6, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.01276, lat: 40.11679 }, + }, + { + zip_code: '19311', + usps_city: 'Avondale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8999.0, + density: 275.9, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76893, lat: 39.82265 }, + }, + { + zip_code: '19350', + usps_city: 'Landenberg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11424.0, + density: 158.3, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.7947, lat: 39.76322 }, + }, + { + zip_code: '19533', + usps_city: 'Leesport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8059.0, + density: 174.0, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98742, lat: 40.42404 }, + }, + { + zip_code: '19550', + usps_city: 'Rehrersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 131.7, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2507, lat: 40.45574 }, + }, + { + zip_code: '19611', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10720.0, + density: 2045.0, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94098, lat: 40.32476 }, + }, + { + zip_code: '19703', + usps_city: 'Claymont', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 15362.0, + density: 1511.5, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45765, lat: 39.80435 }, + }, + { + zip_code: '19904', + usps_city: 'Dover', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 37467.0, + density: 328.7, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59493, lat: 39.17023 }, + }, + { + zip_code: '19943', + usps_city: 'Felton', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 12887.0, + density: 75.5, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60881, lat: 39.0058 }, + }, + { + zip_code: '19952', + usps_city: 'Harrington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 10094.0, + density: 44.3, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "99.07", "10005": "0.93"}', + coty_name: ['Kent', 'Sussex'], + cty_code: ['10001', '10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62609, lat: 38.91587 }, + }, + { + zip_code: '19966', + usps_city: 'Millsboro', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 29324.0, + density: 130.7, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28158, lat: 38.58114 }, + }, + { + zip_code: '20010', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 34223.0, + density: 12207.4, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02995, lat: 38.93238 }, + }, + { + zip_code: '20011', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 69710.0, + density: 5524.1, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02278, lat: 38.95241 }, + }, + { + zip_code: '20151', + usps_city: 'Chantilly', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23068.0, + density: 575.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44484, lat: 38.89574 }, + }, + { + zip_code: '20191', + usps_city: 'Reston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30181.0, + density: 1416.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35084, lat: 38.93382 }, + }, + { + zip_code: '20616', + usps_city: 'Bryans Road', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6389.0, + density: 251.3, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08845, lat: 38.65412 }, + }, + { + zip_code: '20759', + usps_city: 'Fulton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5311.0, + density: 323.3, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92854, lat: 39.1548 }, + }, + { + zip_code: '20778', + usps_city: 'West River', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2079.0, + density: 102.2, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56515, lat: 38.83719 }, + }, + { + zip_code: '20815', + usps_city: 'Chevy Chase', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 30664.0, + density: 2181.0, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07861, lat: 38.98364 }, + }, + { + zip_code: '20839', + usps_city: 'Beallsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 7.6, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.42255, lat: 39.18354 }, + }, + { + zip_code: '20862', + usps_city: 'Brinklow', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 112.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01946, lat: 39.18361 }, + }, + { + zip_code: '20910', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 44301.0, + density: 3763.2, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03637, lat: 39.0022 }, + }, + { + zip_code: '21132', + usps_city: 'Pylesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3232.0, + density: 58.9, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42926, lat: 39.69604 }, + }, + { + zip_code: '21521', + usps_city: 'Barton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 18.3, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "94.23", "24023": "5.77"}', + coty_name: ['Allegany', 'Garrett'], + cty_code: ['24001', '24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04045, lat: 39.54602 }, + }, + { + zip_code: '21541', + usps_city: 'McHenry', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1421.0, + density: 20.9, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36819, lat: 39.55454 }, + }, + { + zip_code: '21622', + usps_city: 'Church Creek', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 854.0, + density: 6.1, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17532, lat: 38.40785 }, + }, + { + zip_code: '21638', + usps_city: 'Grasonville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5130.0, + density: 202.6, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2027, lat: 38.94479 }, + }, + { + zip_code: '21643', + usps_city: 'Hurlock', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5864.0, + density: 47.5, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86998, lat: 38.64781 }, + }, + { + zip_code: '21650', + usps_city: 'Massey', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 8.6, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80964, lat: 39.31535 }, + }, + { + zip_code: '21668', + usps_city: 'Sudlersville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 14.1, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85267, lat: 39.19032 }, + }, + { + zip_code: '21678', + usps_city: 'Worton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1842.0, + density: 18.9, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09726, lat: 39.30899 }, + }, + { + zip_code: '21740', + usps_city: 'Hagerstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 61768.0, + density: 341.5, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74244, lat: 39.63401 }, + }, + { + zip_code: '21842', + usps_city: 'Ocean City', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10655.0, + density: 456.6, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09279, lat: 38.37243 }, + }, + { + zip_code: '21912', + usps_city: 'Warwick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1139.0, + density: 14.0, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "99.27", "10003": "0.73"}', + coty_name: ['Cecil', 'New Castle'], + cty_code: ['24015', '10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81637, lat: 39.42065 }, + }, + { + zip_code: '21930', + usps_city: 'Georgetown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 69.2, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88996, lat: 39.37212 }, + }, + { + zip_code: '22033', + usps_city: 'Fairfax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 39478.0, + density: 2015.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38454, lat: 38.87521 }, + }, + { + zip_code: '22102', + usps_city: 'McLean', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25627.0, + density: 944.2, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22788, lat: 38.94813 }, + }, + { + zip_code: '22182', + usps_city: 'Vienna', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26124.0, + density: 857.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27194, lat: 38.93568 }, + }, + { + zip_code: '22488', + usps_city: 'Kinsale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 12.2, + primary_coty_code: '51193', + primary_coty_name: 'Westmoreland', + county_weights: '{"51193": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.59111, lat: 38.04632 }, + }, + { + zip_code: '22529', + usps_city: 'Oldhams', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 5.4, + primary_coty_code: '51193', + primary_coty_name: 'Westmoreland', + county_weights: '{"51193": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68586, lat: 38.00963 }, + }, + { + zip_code: '22644', + usps_city: 'Maurertown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2376.0, + density: 24.4, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48929, lat: 38.95277 }, + }, + { + zip_code: '22726', + usps_city: 'Lignum', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 18.2, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.82228, lat: 38.40137 }, + }, + { + zip_code: '22743', + usps_city: 'Syria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 1.6, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.36909, lat: 38.52137 }, + }, + { + zip_code: '22802', + usps_city: 'Harrisonburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29069.0, + density: 124.0, + primary_coty_code: '51660', + primary_coty_name: 'Harrisonburg', + county_weights: '{"51660": "66.91", "51165": "33.09"}', + coty_name: ['Harrisonburg', 'Rockingham'], + cty_code: ['51660', '51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86195, lat: 38.49949 }, + }, + { + zip_code: '22812', + usps_city: 'Bridgewater', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8952.0, + density: 80.1, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "91.76", "51015": "8.24"}', + coty_name: ['Rockingham', 'Augusta'], + cty_code: ['51165', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02623, lat: 38.37724 }, + }, + { + zip_code: '23065', + usps_city: 'Gum Spring', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 26.2, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "58.56", "51109": "41.44"}', + coty_name: ['Goochland', 'Louisa'], + cty_code: ['51075', '51109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93212, lat: 37.80389 }, + }, + { + zip_code: '23083', + usps_city: 'Jetersville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2616.0, + density: 17.8, + primary_coty_code: '51007', + primary_coty_name: 'Amelia', + county_weights: '{"51007": "99.13", "51135": "0.87"}', + coty_name: ['Amelia', 'Nottoway'], + cty_code: ['51007', '51135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.121, lat: 37.31387 }, + }, + { + zip_code: '23125', + usps_city: 'New Point', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 71.1, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28285, lat: 37.3385 }, + }, + { + zip_code: '23238', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26132.0, + density: 470.3, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "92.22", "51075": "7.78"}', + coty_name: ['Henrico', 'Goochland'], + cty_code: ['51087', '51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64626, lat: 37.59735 }, + }, + { + zip_code: '23302', + usps_city: 'Assawoman', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 18.8, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5171, lat: 37.86357 }, + }, + { + zip_code: '23316', + usps_city: 'Cheriton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 143.5, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98219, lat: 37.29877 }, + }, + { + zip_code: '23357', + usps_city: 'Greenbush', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 747.0, + density: 46.3, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67555, lat: 37.75549 }, + }, + { + zip_code: '23433', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1214.0, + density: 278.4, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49162, lat: 36.90773 }, + }, + { + zip_code: '23436', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 248.7, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50858, lat: 36.89525 }, + }, + { + zip_code: '23459', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1430.0, + density: 389.0, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0201, lat: 36.92469 }, + }, + { + zip_code: '23874', + usps_city: 'Newsoms', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 8.9, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "100"}', + coty_name: ['Southampton'], + cty_code: ['51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08604, lat: 36.60221 }, + }, + { + zip_code: '23885', + usps_city: 'Sutherland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2542.0, + density: 28.9, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "100"}', + coty_name: ['Dinwiddie'], + cty_code: ['51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57841, lat: 37.18641 }, + }, + { + zip_code: '23952', + usps_city: 'Lunenburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 7.0, + primary_coty_code: '51111', + primary_coty_name: 'Lunenburg', + county_weights: '{"51111": "100"}', + coty_name: ['Lunenburg'], + cty_code: ['51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29143, lat: 36.92908 }, + }, + { + zip_code: '23963', + usps_city: 'Red House', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 1.6, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "79.73", "51031": "13.8", "51011": "6.47"}', + coty_name: ['Charlotte', 'Campbell', 'Appomattox'], + cty_code: ['51037', '51031', '51011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80214, lat: 37.19454 }, + }, + { + zip_code: '24150', + usps_city: 'Ripplemead', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 820.0, + density: 5.7, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60582, lat: 37.40581 }, + }, + { + zip_code: '24250', + usps_city: 'Fort Blackmore', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1309.0, + density: 9.6, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "100"}', + coty_name: ['Scott'], + cty_code: ['51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.59741, lat: 36.75664 }, + }, + { + zip_code: '24301', + usps_city: 'Pulaski', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14164.0, + density: 68.2, + primary_coty_code: '51155', + primary_coty_name: 'Pulaski', + county_weights: '{"51155": "100"}', + coty_name: ['Pulaski'], + cty_code: ['51155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79978, lat: 37.06048 }, + }, + { + zip_code: '24351', + usps_city: 'Lambsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 15.2, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "100"}', + coty_name: ['Carroll'], + cty_code: ['51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.7659, lat: 36.58079 }, + }, + { + zip_code: '24431', + usps_city: 'Crimora', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2571.0, + density: 69.8, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84034, lat: 38.16873 }, + }, + { + zip_code: '24450', + usps_city: 'Lexington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17140.0, + density: 32.2, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "57.94", "51678": "42.06"}', + coty_name: ['Rockbridge', 'Lexington'], + cty_code: ['51163', '51678'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52385, lat: 37.78579 }, + }, + { + zip_code: '24579', + usps_city: 'Natural Bridge Station', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 14.8, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "100"}', + coty_name: ['Rockbridge'], + cty_code: ['51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.50457, lat: 37.58705 }, + }, + { + zip_code: '24599', + usps_city: 'Wingina', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1083.0, + density: 8.9, + primary_coty_code: '51029', + primary_coty_name: 'Buckingham', + county_weights: '{"51029": "55.28", "51125": "44.72"}', + coty_name: ['Buckingham', 'Nelson'], + cty_code: ['51029', '51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72569, lat: 37.63047 }, + }, + { + zip_code: '24620', + usps_city: 'Hurley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2932.0, + density: 14.7, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01884, lat: 37.42993 }, + }, + { + zip_code: '24731', + usps_city: 'Kegley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 49.0, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15108, lat: 37.39797 }, + }, + { + zip_code: '24828', + usps_city: 'Davy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 14.3, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "96.01", "54109": "3.99"}', + coty_name: ['McDowell', 'Wyoming'], + cty_code: ['54047', '54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6439, lat: 37.48833 }, + }, + { + zip_code: '24845', + usps_city: 'Ikes Fork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 52.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80339, lat: 37.52353 }, + }, + { + zip_code: '24887', + usps_city: 'Switchback', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 6.8, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3998, lat: 37.37458 }, + }, + { + zip_code: '25036', + usps_city: 'Cannelton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 7.6, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "88.25", "54039": "11.75"}', + coty_name: ['Fayette', 'Kanawha'], + cty_code: ['54019', '54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25406, lat: 38.22049 }, + }, + { + zip_code: '25054', + usps_city: 'Dawes', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 11.5, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4916, lat: 38.10831 }, + }, + { + zip_code: '25114', + usps_city: 'Jeffrey', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 9.3, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79921, lat: 37.97915 }, + }, + { + zip_code: '25275', + usps_city: 'Sandyville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1755.0, + density: 10.5, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "100"}', + coty_name: ['Jackson'], + cty_code: ['54035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61078, lat: 38.92153 }, + }, + { + zip_code: '25286', + usps_city: 'Walton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1700.0, + density: 9.5, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40795, lat: 38.61521 }, + }, + { + zip_code: '25404', + usps_city: 'Martinsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21729.0, + density: 209.8, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89536, lat: 39.48517 }, + }, + { + zip_code: '25565', + usps_city: 'Spurlockville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 556.0, + density: 6.2, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "53.3", "54005": "46.7"}', + coty_name: ['Lincoln', 'Boone'], + cty_code: ['54043', '54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96351, lat: 38.10894 }, + }, + { + zip_code: '25669', + usps_city: 'Crum', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1346.0, + density: 25.5, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43239, lat: 37.92928 }, + }, + { + zip_code: '25845', + usps_city: 'Glen Fork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 39.8, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52433, lat: 37.69584 }, + }, + { + zip_code: '25878', + usps_city: 'Midway', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 131.5, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2314, lat: 37.71836 }, + }, + { + zip_code: '25936', + usps_city: 'Thurmond', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 1.6, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02809, lat: 37.92488 }, + }, + { + zip_code: '26034', + usps_city: 'Chester', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4203.0, + density: 107.2, + primary_coty_code: '54029', + primary_coty_name: 'Hancock', + county_weights: '{"54029": "100"}', + coty_name: ['Hancock'], + cty_code: ['54029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55256, lat: 40.59398 }, + }, + { + zip_code: '26036', + usps_city: 'Dallas', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 16.0, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54475, lat: 39.98484 }, + }, + { + zip_code: '26181', + usps_city: 'Washington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6300.0, + density: 63.7, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67222, lat: 39.20644 }, + }, + { + zip_code: '26301', + usps_city: 'Clarksburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28770.0, + density: 149.7, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37938, lat: 39.28976 }, + }, + { + zip_code: '26321', + usps_city: 'Alum Bridge', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 4.9, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "100"}', + coty_name: ['Lewis'], + cty_code: ['54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6827, lat: 39.05152 }, + }, + { + zip_code: '26404', + usps_city: 'Meadowbrook', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 60.7, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30928, lat: 39.33475 }, + }, + { + zip_code: '26436', + usps_city: 'Smithburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 28.4, + primary_coty_code: '54017', + primary_coty_name: 'Doddridge', + county_weights: '{"54017": "100"}', + coty_name: ['Doddridge'], + cty_code: ['54017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72352, lat: 39.29643 }, + }, + { + zip_code: '26456', + usps_city: 'West Union', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3846.0, + density: 9.8, + primary_coty_code: '54017', + primary_coty_name: 'Doddridge', + county_weights: '{"54017": "94.38", "54095": "4.2", "54085": "1.42"}', + coty_name: ['Doddridge', 'Tyler', 'Ritchie'], + cty_code: ['54017', '54095', '54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77338, lat: 39.27989 }, + }, + { + zip_code: '26802', + usps_city: 'Brandywine', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 2.9, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.19655, lat: 38.62752 }, + }, + { + zip_code: '26884', + usps_city: 'Seneca Rocks', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 3.2, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39256, lat: 38.85834 }, + }, + { + zip_code: '27006', + usps_city: 'Advance', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14329.0, + density: 86.6, + primary_coty_code: '37059', + primary_coty_name: 'Davie', + county_weights: '{"37059": "100"}', + coty_name: ['Davie'], + cty_code: ['37059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43766, lat: 35.94454 }, + }, + { + zip_code: '27403', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 22867.0, + density: 1464.9, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82474, lat: 36.0643 }, + }, + { + zip_code: '27864', + usps_city: 'Pinetops', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4652.0, + density: 44.5, + primary_coty_code: '37065', + primary_coty_name: 'Edgecombe', + county_weights: '{"37065": "100"}', + coty_name: ['Edgecombe'], + cty_code: ['37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64947, lat: 35.80833 }, + }, + { + zip_code: '27889', + usps_city: 'Washington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26637.0, + density: 52.0, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "91.78", "37147": "8.22"}', + coty_name: ['Beaufort', 'Pitt'], + cty_code: ['37013', '37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01419, lat: 35.59112 }, + }, + { + zip_code: '27958', + usps_city: 'Moyock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11354.0, + density: 49.6, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14524, lat: 36.48334 }, + }, + { + zip_code: '27986', + usps_city: 'Winton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2362.0, + density: 59.3, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "100"}', + coty_name: ['Hertford'], + cty_code: ['37091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92569, lat: 36.38789 }, + }, + { + zip_code: '28007', + usps_city: 'Ansonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 211.7, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "100"}', + coty_name: ['Anson'], + cty_code: ['37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10989, lat: 35.10451 }, + }, + { + zip_code: '28114', + usps_city: 'Mooresboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7475.0, + density: 44.2, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "59.39", "37045": "40.61"}', + coty_name: ['Rutherford', 'Cleveland'], + cty_code: ['37161', '37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74926, lat: 35.22947 }, + }, + { + zip_code: '28344', + usps_city: 'Godwin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3726.0, + density: 37.2, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "72.56", "37051": "27.44"}', + coty_name: ['Sampson', 'Cumberland'], + cty_code: ['37163', '37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62734, lat: 35.16341 }, + }, + { + zip_code: '28533', + usps_city: 'Cherry Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3331.0, + density: 2894.2, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "100"}', + coty_name: ['Craven'], + cty_code: ['37049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90147, lat: 34.90284 }, + }, + { + zip_code: '28589', + usps_city: 'Williston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 4.7, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50511, lat: 34.81049 }, + }, + { + zip_code: '28602', + usps_city: 'Hickory', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28902.0, + density: 160.2, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "86.36", "37023": "13.64"}', + coty_name: ['Catawba', 'Burke'], + cty_code: ['37035', '37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38615, lat: 35.67609 }, + }, + { + zip_code: '28613', + usps_city: 'Conover', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23353.0, + density: 210.9, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "100"}', + coty_name: ['Catawba'], + cty_code: ['37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20915, lat: 35.74082 }, + }, + { + zip_code: '28649', + usps_city: 'McGrady', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 868.0, + density: 9.6, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20101, lat: 36.33683 }, + }, + { + zip_code: '28654', + usps_city: 'Moravian Falls', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3268.0, + density: 20.1, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "94.45", "37003": "5.55"}', + coty_name: ['Wilkes', 'Alexander'], + cty_code: ['37193', '37003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15149, lat: 36.06185 }, + }, + { + zip_code: '28658', + usps_city: 'Newton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27688.0, + density: 145.1, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "100"}', + coty_name: ['Catawba'], + cty_code: ['37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24087, lat: 35.63586 }, + }, + { + zip_code: '28665', + usps_city: 'Purlear', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2376.0, + density: 14.6, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37519, lat: 36.20971 }, + }, + { + zip_code: '28749', + usps_city: 'Little Switzerland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 51.4, + primary_coty_code: '37111', + primary_coty_name: 'McDowell', + county_weights: '{"37111": "78", "37121": "22"}', + coty_name: ['McDowell', 'Mitchell'], + cty_code: ['37111', '37121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09877, lat: 35.84058 }, + }, + { + zip_code: '28752', + usps_city: 'Marion', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 30924.0, + density: 48.7, + primary_coty_code: '37111', + primary_coty_name: 'McDowell', + county_weights: '{"37111": "100"}', + coty_name: ['McDowell'], + cty_code: ['37111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.03696, lat: 35.71188 }, + }, + { + zip_code: '28759', + usps_city: 'Mills River', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7456.0, + density: 123.9, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "97.85", "37021": "2.15"}', + coty_name: ['Henderson', 'Buncombe'], + cty_code: ['37089', '37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58513, lat: 35.3818 }, + }, + { + zip_code: '28783', + usps_city: 'Tuckasegee', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1858.0, + density: 11.2, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.02057, lat: 35.25277 }, + }, + { + zip_code: '29051', + usps_city: 'Gable', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1752.0, + density: 15.9, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "56.78", "45027": "43.22"}', + coty_name: ['Sumter', 'Clarendon'], + cty_code: ['45085', '45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12761, lat: 33.86445 }, + }, + { + zip_code: '29054', + usps_city: 'Gilbert', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9211.0, + density: 62.5, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38044, lat: 33.94214 }, + }, + { + zip_code: '29115', + usps_city: 'Orangeburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27794.0, + density: 82.2, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84883, lat: 33.4777 }, + }, + { + zip_code: '29204', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18523.0, + density: 1107.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00065, lat: 34.02924 }, + }, + { + zip_code: '29373', + usps_city: 'Pacolet Mills', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 280.5, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74637, lat: 34.92236 }, + }, + { + zip_code: '29405', + usps_city: 'North Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29978.0, + density: 778.3, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98183, lat: 32.85397 }, + }, + { + zip_code: '29510', + usps_city: 'Andrews', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10094.0, + density: 12.8, + primary_coty_code: '45043', + primary_coty_name: 'Georgetown', + county_weights: '{"45043": "59.22", "45089": "40.78"}', + coty_name: ['Georgetown', 'Williamsburg'], + cty_code: ['45043', '45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60342, lat: 33.45796 }, + }, + { + zip_code: '29532', + usps_city: 'Darlington', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20433.0, + density: 76.0, + primary_coty_code: '45031', + primary_coty_name: 'Darlington', + county_weights: '{"45031": "100"}', + coty_name: ['Darlington'], + cty_code: ['45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87248, lat: 34.27887 }, + }, + { + zip_code: '29544', + usps_city: 'Galivants Ferry', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5576.0, + density: 18.9, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.21547, lat: 34.00019 }, + }, + { + zip_code: '29574', + usps_city: 'Mullins', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10696.0, + density: 41.1, + primary_coty_code: '45067', + primary_coty_name: 'Marion', + county_weights: '{"45067": "99.75", "45033": "0.25"}', + coty_name: ['Marion', 'Dillon'], + cty_code: ['45067', '45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26506, lat: 34.17245 }, + }, + { + zip_code: '29654', + usps_city: 'Honea Path', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9125.0, + density: 29.9, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: + '{"45007": "63.77", "45001": "20.45", "45045": "10.84", "45059": "4.94"}', + coty_name: ['Anderson', 'Abbeville', 'Greenville', 'Laurens'], + cty_code: ['45007', '45001', '45045', '45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36263, lat: 34.46547 }, + }, + { + zip_code: '29704', + usps_city: 'Catawba', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3488.0, + density: 49.8, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "85.06", "45023": "14.94"}', + coty_name: ['York', 'Chester'], + cty_code: ['45091', '45023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91536, lat: 34.82092 }, + }, + { + zip_code: '29844', + usps_city: 'Parksville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 14.0, + primary_coty_code: '45065', + primary_coty_name: 'McCormick', + county_weights: '{"45065": "100"}', + coty_name: ['McCormick'], + cty_code: ['45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23213, lat: 33.76826 }, + }, + { + zip_code: '29916', + usps_city: 'Early Branch', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 10.3, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "59.88", "45053": "40.12"}', + coty_name: ['Hampton', 'Jasper'], + cty_code: ['45049', '45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96338, lat: 32.72295 }, + }, + { + zip_code: '29926', + usps_city: 'Hilton Head Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26377.0, + density: 334.6, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75234, lat: 32.22801 }, + }, + { + zip_code: '30139', + usps_city: 'Fairmount', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3940.0, + density: 21.2, + primary_coty_code: '13129', + primary_coty_name: 'Gordon', + county_weights: '{"13129": "68.63", "13227": "22.52", "13015": "8.84"}', + coty_name: ['Gordon', 'Pickens', 'Bartow'], + cty_code: ['13129', '13227', '13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.70868, lat: 34.43329 }, + }, + { + zip_code: '30171', + usps_city: 'Rydal', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3282.0, + density: 24.0, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "91.01", "13129": "8.99"}', + coty_name: ['Bartow', 'Gordon'], + cty_code: ['13015', '13129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.72521, lat: 34.34305 }, + }, + { + zip_code: '30177', + usps_city: 'Tate', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1273.0, + density: 97.0, + primary_coty_code: '13227', + primary_coty_name: 'Pickens', + county_weights: '{"13227": "100"}', + coty_name: ['Pickens'], + cty_code: ['13227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.37791, lat: 34.41134 }, + }, + { + zip_code: '30189', + usps_city: 'Woodstock', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 38809.0, + density: 770.3, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "100"}', + coty_name: ['Cherokee'], + cty_code: ['13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5716, lat: 34.1281 }, + }, + { + zip_code: '30273', + usps_city: 'Rex', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15015.0, + density: 886.7, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "94.14", "13151": "5.86"}', + coty_name: ['Clayton', 'Henry'], + cty_code: ['13063', '13151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27206, lat: 33.58355 }, + }, + { + zip_code: '30295', + usps_city: 'Zebulon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4214.0, + density: 37.3, + primary_coty_code: '13231', + primary_coty_name: 'Pike', + county_weights: '{"13231": "97.72", "13171": "2.28"}', + coty_name: ['Pike', 'Lamar'], + cty_code: ['13231', '13171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31264, lat: 33.09456 }, + }, + { + zip_code: '30448', + usps_city: 'Nunez', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 10.7, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: '{"13107": "100"}', + coty_name: ['Emanuel'], + cty_code: ['13107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36424, lat: 32.4876 }, + }, + { + zip_code: '30461', + usps_city: 'Statesboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13882.0, + density: 33.1, + primary_coty_code: '13031', + primary_coty_name: 'Bulloch', + county_weights: '{"13031": "100"}', + coty_name: ['Bulloch'], + cty_code: ['13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72051, lat: 32.50903 }, + }, + { + zip_code: '30474', + usps_city: 'Vidalia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16913.0, + density: 46.8, + primary_coty_code: '13279', + primary_coty_name: 'Toombs', + county_weights: + '{"13279": "88.95", "13209": "9.9", "13107": "0.8", "13283": "0.36"}', + coty_name: ['Toombs', 'Montgomery', 'Emanuel', 'Treutlen'], + cty_code: ['13279', '13209', '13107', '13283'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41731, lat: 32.2384 }, + }, + { + zip_code: '30543', + usps_city: 'Gillsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4570.0, + density: 46.7, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "72.79", "13011": "16.49", "13157": "10.72"}', + coty_name: ['Hall', 'Banks', 'Jackson'], + cty_code: ['13139', '13011', '13157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65043, lat: 34.2953 }, + }, + { + zip_code: '30677', + usps_city: 'Watkinsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 18450.0, + density: 60.3, + primary_coty_code: '13219', + primary_coty_name: 'Oconee', + county_weights: '{"13219": "99.06", "13133": "0.94"}', + coty_name: ['Oconee', 'Greene'], + cty_code: ['13219', '13133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38246, lat: 33.79139 }, + }, + { + zip_code: '30751', + usps_city: 'Tennga', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 31.2, + primary_coty_code: '13213', + primary_coty_name: 'Murray', + county_weights: '{"13213": "100"}', + coty_name: ['Murray'], + cty_code: ['13213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73756, lat: 34.98214 }, + }, + { + zip_code: '30809', + usps_city: 'Evans', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 48525.0, + density: 429.2, + primary_coty_code: '13073', + primary_coty_name: 'Columbia', + county_weights: '{"13073": "100"}', + coty_name: ['Columbia'], + cty_code: ['13073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16441, lat: 33.55541 }, + }, + { + zip_code: '58783', + usps_city: 'Souris', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 0.5, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "100"}', + coty_name: ['Bottineau'], + cty_code: ['38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.75674, lat: 48.89223 }, + }, + { + zip_code: '58844', + usps_city: 'Fortuna', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.1, + primary_coty_code: '38023', + primary_coty_name: 'Divide', + county_weights: '{"38023": "100"}', + coty_name: ['Divide'], + cty_code: ['38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.74142, lat: 48.88128 }, + }, + { + zip_code: '59019', + usps_city: 'Columbus', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4380.0, + density: 5.0, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "99.77", "30009": "0.23"}', + coty_name: ['Stillwater', 'Carbon'], + cty_code: ['30095', '30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.2457, lat: 45.65095 }, + }, + { + zip_code: '59022', + usps_city: 'Crow Agency', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2411.0, + density: 5.6, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.28431, lat: 45.54103 }, + }, + { + zip_code: '59069', + usps_city: 'Reed Point', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 0.6, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "74.62", "30097": "25.38"}', + coty_name: ['Stillwater', 'Sweet Grass'], + cty_code: ['30095', '30097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.60081, lat: 45.71888 }, + }, + { + zip_code: '59301', + usps_city: 'Miles City', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 11408.0, + density: 1.4, + primary_coty_code: '30017', + primary_coty_name: 'Custer', + county_weights: + '{"30017": "99.52", "30075": "0.19", "30087": "0.18", "30033": "0.11"}', + coty_name: ['Custer', 'Powder River', 'Rosebud', 'Garfield'], + cty_code: ['30017', '30075', '30087', '30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.7613, lat: 46.29014 }, + }, + { + zip_code: '59332', + usps_city: 'Hammond', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 0.1, + primary_coty_code: '30011', + primary_coty_name: 'Carter', + county_weights: '{"30011": "100"}', + coty_name: ['Carter'], + cty_code: ['30011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.76841, lat: 45.36711 }, + }, + { + zip_code: '59477', + usps_city: 'Simms', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 2.3, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.91955, lat: 47.45509 }, + }, + { + zip_code: '59524', + usps_city: 'Dodson', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 0.4, + primary_coty_code: '30071', + primary_coty_name: 'Phillips', + county_weights: '{"30071": "50.53", "30005": "49.47"}', + coty_name: ['Phillips', 'Blaine'], + cty_code: ['30071', '30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.31918, lat: 48.23564 }, + }, + { + zip_code: '59529', + usps_city: 'Hogeland', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 0.2, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.63418, lat: 48.82648 }, + }, + { + zip_code: '59643', + usps_city: 'Toston', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 0.7, + primary_coty_code: '30007', + primary_coty_name: 'Broadwater', + county_weights: '{"30007": "100"}', + coty_name: ['Broadwater'], + cty_code: ['30007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.58999, lat: 46.17096 }, + }, + { + zip_code: '59733', + usps_city: 'Gold Creek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 0.6, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "100"}', + coty_name: ['Powell'], + cty_code: ['30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.88581, lat: 46.58869 }, + }, + { + zip_code: '59755', + usps_city: 'Virginia City', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 1.0, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.93792, lat: 45.32848 }, + }, + { + zip_code: '59856', + usps_city: 'Paradise', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 2.2, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.79019, lat: 47.33704 }, + }, + { + zip_code: '59912', + usps_city: 'Columbia Falls', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 15525.0, + density: 42.8, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.16435, lat: 48.40467 }, + }, + { + zip_code: '60081', + usps_city: 'Spring Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9379.0, + density: 204.9, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "81.41", "17097": "18.59"}', + coty_name: ['McHenry', 'Lake'], + cty_code: ['17111', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22623, lat: 42.45075 }, + }, + { + zip_code: '60108', + usps_city: 'Bloomingdale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22494.0, + density: 1200.8, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09168, lat: 41.94927 }, + }, + { + zip_code: '60136', + usps_city: 'Gilberts', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7823.0, + density: 433.9, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37826, lat: 42.10469 }, + }, + { + zip_code: '60187', + usps_city: 'Wheaton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29976.0, + density: 1746.7, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11229, lat: 41.87241 }, + }, + { + zip_code: '60444', + usps_city: 'Mazon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1861.0, + density: 15.2, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "100"}', + coty_name: ['Grundy'], + cty_code: ['17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.40222, lat: 41.24236 }, + }, + { + zip_code: '60447', + usps_city: 'Minooka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13856.0, + density: 78.4, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "68.12", "17197": "18.6", "17093": "13.28"}', + coty_name: ['Grundy', 'Will', 'Kendall'], + cty_code: ['17063', '17197', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32419, lat: 41.4882 }, + }, + { + zip_code: '60448', + usps_city: 'Mokena', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26220.0, + density: 558.1, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89376, lat: 41.53771 }, + }, + { + zip_code: '60510', + usps_city: 'Batavia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29332.0, + density: 436.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "99.27", "17043": "0.73"}', + coty_name: ['Kane', 'DuPage'], + cty_code: ['17089', '17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30552, lat: 41.84212 }, + }, + { + zip_code: '60512', + usps_city: 'Bristol', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1010.0, + density: 48.8, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "100"}', + coty_name: ['Kendall'], + cty_code: ['17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43968, lat: 41.70162 }, + }, + { + zip_code: '60532', + usps_city: 'Lisle', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 27956.0, + density: 1209.3, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08445, lat: 41.79242 }, + }, + { + zip_code: '60555', + usps_city: 'Warrenville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13273.0, + density: 744.0, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18135, lat: 41.82274 }, + }, + { + zip_code: '60586', + usps_city: 'Plainfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 47495.0, + density: 1045.3, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "88.46", "17093": "11.54"}', + coty_name: ['Will', 'Kendall'], + cty_code: ['17197', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23342, lat: 41.57046 }, + }, + { + zip_code: '60614', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 71954.0, + density: 8905.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65131, lat: 41.92273 }, + }, + { + zip_code: '60618', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 94907.0, + density: 7332.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70244, lat: 41.947 }, + }, + { + zip_code: '60633', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12689.0, + density: 476.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.56136, lat: 41.66435 }, + }, + { + zip_code: '60642', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19716.0, + density: 4605.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65803, lat: 41.90161 }, + }, + { + zip_code: '60928', + usps_city: 'Crescent City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 23.6, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84902, lat: 40.74163 }, + }, + { + zip_code: '61039', + usps_city: 'German Valley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 13.2, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "86.41", "17141": "13.59"}', + coty_name: ['Stephenson', 'Ogle'], + cty_code: ['17177', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46757, lat: 42.20887 }, + }, + { + zip_code: '61042', + usps_city: 'Harmon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 625.0, + density: 3.6, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56374, lat: 41.68764 }, + }, + { + zip_code: '61059', + usps_city: 'Nora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 46.8, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94015, lat: 42.45315 }, + }, + { + zip_code: '61091', + usps_city: 'Woosung', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 31.7, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52763, lat: 41.90692 }, + }, + { + zip_code: '61259', + usps_city: 'Illinois City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1158.0, + density: 5.9, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93153, lat: 41.38819 }, + }, + { + zip_code: '61282', + usps_city: 'Silvis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7732.0, + density: 896.3, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.413, lat: 41.4956 }, + }, + { + zip_code: '61325', + usps_city: 'Grand Ridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 8.1, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8064, lat: 41.23694 }, + }, + { + zip_code: '61329', + usps_city: 'Ladd', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 258.3, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.19878, lat: 41.38049 }, + }, + { + zip_code: '61460', + usps_city: 'Media', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 3.5, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82915, lat: 40.71663 }, + }, + { + zip_code: '61469', + usps_city: 'Oquawka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2213.0, + density: 18.8, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90617, lat: 40.96402 }, + }, + { + zip_code: '61477', + usps_city: 'Smithfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 3.9, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31545, lat: 40.49607 }, + }, + { + zip_code: '61724', + usps_city: 'Bellflower', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 5.8, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52705, lat: 40.33086 }, + }, + { + zip_code: '61736', + usps_city: 'Downs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 19.7, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83864, lat: 40.4021 }, + }, + { + zip_code: '61764', + usps_city: 'Pontiac', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13732.0, + density: 32.6, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62817, lat: 40.88227 }, + }, + { + zip_code: '61851', + usps_city: 'Ivesdale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 3.8, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "96.79", "17147": "3.21"}', + coty_name: ['Champaign', 'Piatt'], + cty_code: ['17019', '17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43474, lat: 39.96081 }, + }, + { + zip_code: '62223', + usps_city: 'Belleville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16004.0, + density: 244.0, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05981, lat: 38.53613 }, + }, + { + zip_code: '62253', + usps_city: 'Keyesport', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 6.2, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "59.77", "17027": "34.48", "17051": "5.75"}', + coty_name: ['Bond', 'Clinton', 'Fayette'], + cty_code: ['17005', '17027', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29755, lat: 38.77688 }, + }, + { + zip_code: '62255', + usps_city: 'Lenzburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 20.4, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7819, lat: 38.31168 }, + }, + { + zip_code: '62262', + usps_city: 'Mulberry Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1619.0, + density: 9.3, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "78.67", "17051": "21.33"}', + coty_name: ['Bond', 'Fayette'], + cty_code: ['17005', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27192, lat: 38.94143 }, + }, + { + zip_code: '62341', + usps_city: 'Hamilton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3425.0, + density: 28.5, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3028, lat: 40.42574 }, + }, + { + zip_code: '62343', + usps_city: 'Hull', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 4.4, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "94.52", "17001": "5.48"}', + coty_name: ['Pike', 'Adams'], + cty_code: ['17149', '17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24229, lat: 39.70301 }, + }, + { + zip_code: '62422', + usps_city: 'Cowden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1014.0, + density: 9.8, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "88.58", "17051": "11.42"}', + coty_name: ['Shelby', 'Fayette'], + cty_code: ['17173', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88323, lat: 39.23883 }, + }, + { + zip_code: '62431', + usps_city: 'Herrick', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 7.2, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "64.69", "17051": "35.31"}', + coty_name: ['Shelby', 'Fayette'], + cty_code: ['17173', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99106, lat: 39.22885 }, + }, + { + zip_code: '62438', + usps_city: 'Lakewood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 4.9, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "100"}', + coty_name: ['Shelby'], + cty_code: ['17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86922, lat: 39.32114 }, + }, + { + zip_code: '62454', + usps_city: 'Robinson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11166.0, + density: 35.0, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "100"}', + coty_name: ['Crawford'], + cty_code: ['17033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75803, lat: 38.99864 }, + }, + { + zip_code: '62532', + usps_city: 'Elwin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 12.9, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98924, lat: 39.76335 }, + }, + { + zip_code: '62556', + usps_city: 'Palmer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 6.2, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37329, lat: 39.46992 }, + }, + { + zip_code: '62571', + usps_city: 'Tower Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1628.0, + density: 9.2, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "100"}', + coty_name: ['Shelby'], + cty_code: ['17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96114, lat: 39.38067 }, + }, + { + zip_code: '62958', + usps_city: 'Makanda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2134.0, + density: 18.0, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "82.71", "17199": "10.08", "17181": "7.21"}', + coty_name: ['Jackson', 'Williamson', 'Union'], + cty_code: ['17077', '17199', '17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16582, lat: 37.59975 }, + }, + { + zip_code: '62988', + usps_city: 'Tamms', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1444.0, + density: 9.0, + primary_coty_code: '17003', + primary_coty_name: 'Alexander', + county_weights: '{"17003": "100"}', + coty_name: ['Alexander'], + cty_code: ['17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29752, lat: 37.24392 }, + }, + { + zip_code: '63015', + usps_city: 'Catawissa', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1938.0, + density: 44.6, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "78.56", "29099": "21.44"}', + coty_name: ['Franklin', 'Jefferson'], + cty_code: ['29071', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75352, lat: 38.40367 }, + }, + { + zip_code: '63069', + usps_city: 'Pacific', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14872.0, + density: 83.1, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "66.21", "29189": "20.73", "29099": "13.06"}', + coty_name: ['Franklin', 'St. Louis', 'Jefferson'], + cty_code: ['29071', '29189', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7304, lat: 38.48979 }, + }, + { + zip_code: '63101', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3725.0, + density: 3808.7, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.19255, lat: 38.63153 }, + }, + { + zip_code: '63432', + usps_city: 'Arbela', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 532.0, + density: 2.3, + primary_coty_code: '29199', + primary_coty_name: 'Scotland', + county_weights: '{"29199": "92.2", "29045": "7.8"}', + coty_name: ['Scotland', 'Clark'], + cty_code: ['29199', '29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.99888, lat: 40.50059 }, + }, + { + zip_code: '63530', + usps_city: 'Atlanta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1196.0, + density: 4.6, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45446, lat: 39.90545 }, + }, + { + zip_code: '63624', + usps_city: 'Bismarck', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3678.0, + density: 23.0, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "82.33", "29221": "14.43", "29093": "3.25"}', + coty_name: ['St. Francois', 'Washington', 'Iron'], + cty_code: ['29187', '29221', '29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64097, lat: 37.75239 }, + }, + { + zip_code: '63648', + usps_city: 'Irondale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 18.2, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "92.2", "29187": "7.8"}', + coty_name: ['Washington', 'St. Francois'], + cty_code: ['29221', '29187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6949, lat: 37.82143 }, + }, + { + zip_code: '63665', + usps_city: 'Redford', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 1.1, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "100"}', + coty_name: ['Reynolds'], + cty_code: ['29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.84559, lat: 37.30804 }, + }, + { + zip_code: '63673', + usps_city: 'Saint Mary', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1689.0, + density: 6.0, + primary_coty_code: '29186', + primary_coty_name: 'Ste. Genevieve', + county_weights: '{"29186": "69.55", "29157": "28.23", "17157": "2.22"}', + coty_name: ['Ste. Genevieve', 'Perry', 'Randolph'], + cty_code: ['29186', '29157', '17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99082, lat: 37.84217 }, + }, + { + zip_code: '63743', + usps_city: 'Daisy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 3.8, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82544, lat: 37.51737 }, + }, + { + zip_code: '63755', + usps_city: 'Jackson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 25034.0, + density: 56.6, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63964, lat: 37.44246 }, + }, + { + zip_code: '63781', + usps_city: 'Sedgewickville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 7.8, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92908, lat: 37.53858 }, + }, + { + zip_code: '63940', + usps_city: 'Fisk', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1430.0, + density: 10.0, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "100"}', + coty_name: ['Butler'], + cty_code: ['29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2276, lat: 36.77101 }, + }, + { + zip_code: '64040', + usps_city: 'Holden', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5955.0, + density: 13.4, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "100"}', + coty_name: ['Johnson'], + cty_code: ['29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98638, lat: 38.72149 }, + }, + { + zip_code: '64092', + usps_city: 'Waldron', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 7.1, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80207, lat: 39.21992 }, + }, + { + zip_code: '64114', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 24548.0, + density: 1354.3, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59722, lat: 38.95797 }, + }, + { + zip_code: '64153', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5725.0, + density: 60.4, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73228, lat: 39.2805 }, + }, + { + zip_code: '64166', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 15.5, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52303, lat: 39.32207 }, + }, + { + zip_code: '64637', + usps_city: 'Cowgill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 2.6, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: '{"29025": "80.51", "29177": "19.49"}', + coty_name: ['Caldwell', 'Ray'], + cty_code: ['29025', '29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91593, lat: 39.5617 }, + }, + { + zip_code: '64639', + usps_city: 'De Witt', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 1.9, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "100"}', + coty_name: ['Carroll'], + cty_code: ['29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22301, lat: 39.39201 }, + }, + { + zip_code: '64683', + usps_city: 'Trenton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7924.0, + density: 13.4, + primary_coty_code: '29079', + primary_coty_name: 'Grundy', + county_weights: '{"29079": "98.91", "29117": "1.09"}', + coty_name: ['Grundy', 'Livingston'], + cty_code: ['29079', '29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60167, lat: 40.07736 }, + }, + { + zip_code: '64745', + usps_city: 'Foster', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 19.2, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "100"}', + coty_name: ['Bates'], + cty_code: ['29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49647, lat: 38.16687 }, + }, + { + zip_code: '64756', + usps_city: 'Jerico Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 4.2, + primary_coty_code: '29039', + primary_coty_name: 'Cedar', + county_weights: '{"29039": "84.77", "29057": "15.23"}', + coty_name: ['Cedar', 'Dade'], + cty_code: ['29039', '29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.01481, lat: 37.61824 }, + }, + { + zip_code: '64854', + usps_city: 'Noel', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4143.0, + density: 23.7, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "100"}', + coty_name: ['McDonald'], + cty_code: ['29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45029, lat: 36.54356 }, + }, + { + zip_code: '65014', + usps_city: 'Bland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2370.0, + density: 7.0, + primary_coty_code: '29073', + primary_coty_name: 'Gasconade', + county_weights: '{"29073": "79.71", "29151": "17.14", "29125": "3.15"}', + coty_name: ['Gasconade', 'Osage', 'Maries'], + cty_code: ['29073', '29151', '29125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.62565, lat: 38.31338 }, + }, + { + zip_code: '65062', + usps_city: 'Mount Sterling', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 5.5, + primary_coty_code: '29073', + primary_coty_name: 'Gasconade', + county_weights: '{"29073": "71.43", "29151": "28.57"}', + coty_name: ['Gasconade', 'Osage'], + cty_code: ['29073', '29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65139, lat: 38.49554 }, + }, + { + zip_code: '65076', + usps_city: 'Saint Thomas', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 11.6, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "77.8", "29151": "22.2"}', + coty_name: ['Cole', 'Osage'], + cty_code: ['29051', '29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19443, lat: 38.37131 }, + }, + { + zip_code: '65202', + usps_city: 'Columbia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 47721.0, + density: 123.8, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "98.93", "29027": "1.07"}', + coty_name: ['Boone', 'Callaway'], + cty_code: ['29019', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29823, lat: 39.02051 }, + }, + { + zip_code: '65265', + usps_city: 'Mexico', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15053.0, + density: 25.7, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "99.52", "29137": "0.48"}', + coty_name: ['Audrain', 'Monroe'], + cty_code: ['29007', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88456, lat: 39.20145 }, + }, + { + zip_code: '65280', + usps_city: 'Rush Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 6.5, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "100"}', + coty_name: ['Audrain'], + cty_code: ['29007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.73768, lat: 39.23904 }, + }, + { + zip_code: '65340', + usps_city: 'Marshall', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15919.0, + density: 23.8, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "99.55", "29159": "0.45"}', + coty_name: ['Saline', 'Pettis'], + cty_code: ['29195', '29159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.17882, lat: 39.09557 }, + }, + { + zip_code: '65456', + usps_city: 'Davisville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 5.7, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "100"}', + coty_name: ['Crawford'], + cty_code: ['29055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1981, lat: 37.78121 }, + }, + { + zip_code: '65483', + usps_city: 'Houston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4449.0, + density: 16.3, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95091, lat: 37.30185 }, + }, + { + zip_code: '65637', + usps_city: 'Dora', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1296.0, + density: 5.5, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "58.77", "29067": "22.47", "29091": "18.77"}', + coty_name: ['Ozark', 'Douglas', 'Howell'], + cty_code: ['29153', '29067', '29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20357, lat: 36.76393 }, + }, + { + zip_code: '65654', + usps_city: 'Freistatt', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 62.7, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "100"}', + coty_name: ['Lawrence'], + cty_code: ['29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90585, lat: 37.02291 }, + }, + { + zip_code: '65663', + usps_city: 'Half Way', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2756.0, + density: 9.5, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "100"}', + coty_name: ['Polk'], + cty_code: ['29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24482, lat: 37.62119 }, + }, + { + zip_code: '65728', + usps_city: 'Ponce De Leon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "100"}', + coty_name: ['Stone'], + cty_code: ['29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34556, lat: 36.87139 }, + }, + { + zip_code: '65735', + usps_city: 'Quincy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 1.4, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "91.82", "29015": "8.18"}', + coty_name: ['Hickory', 'Benton'], + cty_code: ['29085', '29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.47193, lat: 38.04198 }, + }, + { + zip_code: '65754', + usps_city: 'Spokane', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 11.3, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "100"}', + coty_name: ['Christian'], + cty_code: ['29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2896, lat: 36.84889 }, + }, + { + zip_code: '65793', + usps_city: 'Willow Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5897.0, + density: 8.5, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "85.83", "29215": "10.32", "29067": "3.85"}', + coty_name: ['Howell', 'Texas', 'Douglas'], + cty_code: ['29091', '29215', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.9721, lat: 36.99249 }, + }, + { + zip_code: '65809', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11890.0, + density: 258.8, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19335, lat: 37.1687 }, + }, + { + zip_code: '66010', + usps_city: 'Blue Mound', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 3.2, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "96.86", "20011": "3.14"}', + coty_name: ['Linn', 'Bourbon'], + cty_code: ['20107', '20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98614, lat: 38.09535 }, + }, + { + zip_code: '66013', + usps_city: 'Bucyrus', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2141.0, + density: 19.7, + primary_coty_code: '20121', + primary_coty_name: 'Miami', + county_weights: '{"20121": "56.17", "20091": "43.83"}', + coty_name: ['Miami', 'Johnson'], + cty_code: ['20121', '20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68882, lat: 38.7283 }, + }, + { + zip_code: '66035', + usps_city: 'Highland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1340.0, + density: 9.6, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "100"}', + coty_name: ['Doniphan'], + cty_code: ['20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25345, lat: 39.87742 }, + }, + { + zip_code: '66072', + usps_city: 'Parker', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 995.0, + density: 5.1, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "98.2", "20121": "1.8"}', + coty_name: ['Linn', 'Miami'], + cty_code: ['20107', '20121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97301, lat: 38.31342 }, + }, + { + zip_code: '66085', + usps_city: 'Stilwell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8808.0, + density: 130.3, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.64959, lat: 38.79952 }, + }, + { + zip_code: '66088', + usps_city: 'Valley Falls', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2364.0, + density: 7.5, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "98.01", "20005": "1.99"}', + coty_name: ['Jefferson', 'Atchison'], + cty_code: ['20087', '20005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46051, lat: 39.33966 }, + }, + { + zip_code: '66216', + usps_city: 'Shawnee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 25108.0, + density: 1241.1, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.74115, lat: 39.01384 }, + }, + { + zip_code: '66406', + usps_city: 'Beattie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 2.5, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "100"}', + coty_name: ['Marshall'], + cty_code: ['20117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.41974, lat: 39.89355 }, + }, + { + zip_code: '66413', + usps_city: 'Burlingame', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1862.0, + density: 7.2, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "97.23", "20111": "2.61", "20197": "0.17"}', + coty_name: ['Osage', 'Lyon', 'Wabaunsee'], + cty_code: ['20139', '20111', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8818, lat: 38.77457 }, + }, + { + zip_code: '66425', + usps_city: 'Fairview', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 4.1, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "100"}', + coty_name: ['Brown'], + cty_code: ['20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73059, lat: 39.80452 }, + }, + { + zip_code: '66441', + usps_city: 'Junction City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 25372.0, + density: 41.0, + primary_coty_code: '20061', + primary_coty_name: 'Geary', + county_weights: '{"20061": "99.45", "20041": "0.52", "20161": "0.03"}', + coty_name: ['Geary', 'Dickinson', 'Riley'], + cty_code: ['20061', '20041', '20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80306, lat: 38.9851 }, + }, + { + zip_code: '66523', + usps_city: 'Osage City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3580.0, + density: 9.2, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "99.03", "20111": "0.97"}', + coty_name: ['Osage', 'Lyon'], + cty_code: ['20139', '20111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84033, lat: 38.61194 }, + }, + { + zip_code: '66533', + usps_city: 'Rossville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1929.0, + density: 14.3, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95173, lat: 39.15935 }, + }, + { + zip_code: '66711', + usps_city: 'Arcadia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 3.9, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "97.7", "20011": "2.3"}', + coty_name: ['Crawford', 'Bourbon'], + cty_code: ['20037', '20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6954, lat: 37.6359 }, + }, + { + zip_code: '66740', + usps_city: 'Galesburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 4.0, + primary_coty_code: '20133', + primary_coty_name: 'Neosho', + county_weights: '{"20133": "100"}', + coty_name: ['Neosho'], + cty_code: ['20133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36566, lat: 37.47583 }, + }, + { + zip_code: '66755', + usps_city: 'Moran', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 837.0, + density: 2.4, + primary_coty_code: '20001', + primary_coty_name: 'Allen', + county_weights: '{"20001": "97.28", "20011": "2.72"}', + coty_name: ['Allen', 'Bourbon'], + cty_code: ['20001', '20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17279, lat: 37.92252 }, + }, + { + zip_code: '66834', + usps_city: 'Alta Vista', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 2.3, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "75.71", "20127": "13.92", "20061": "10.38"}', + coty_name: ['Wabaunsee', 'Morris', 'Geary'], + cty_code: ['20197', '20127', '20061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44153, lat: 38.85763 }, + }, + { + zip_code: '66843', + usps_city: 'Cedar Point', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 0.4, + primary_coty_code: '20017', + primary_coty_name: 'Chase', + county_weights: '{"20017": "100"}', + coty_name: ['Chase'], + cty_code: ['20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73852, lat: 38.22306 }, + }, + { + zip_code: '66849', + usps_city: 'Dwight', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 465.0, + density: 2.6, + primary_coty_code: '20127', + primary_coty_name: 'Morris', + county_weights: '{"20127": "83.3", "20061": "16.7"}', + coty_name: ['Morris', 'Geary'], + cty_code: ['20127', '20061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.59298, lat: 38.88197 }, + }, + { + zip_code: '66865', + usps_city: 'Olpe', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1222.0, + density: 3.1, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "98.58", "20017": "1.42"}', + coty_name: ['Lyon', 'Chase'], + cty_code: ['20111', '20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.28688, lat: 38.21778 }, + }, + { + zip_code: '66939', + usps_city: 'Courtland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 1.9, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "94.79", "20089": "5.21"}', + coty_name: ['Republic', 'Jewell'], + cty_code: ['20157', '20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.89901, lat: 39.85116 }, + }, + { + zip_code: '67001', + usps_city: 'Andale', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1603.0, + density: 26.1, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62979, lat: 37.75974 }, + }, + { + zip_code: '67022', + usps_city: 'Caldwell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1498.0, + density: 3.0, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "100"}', + coty_name: ['Sumner'], + cty_code: ['20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.63522, lat: 37.07835 }, + }, + { + zip_code: '67070', + usps_city: 'Kiowa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1002.0, + density: 3.5, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "100"}', + coty_name: ['Barber'], + cty_code: ['20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.53023, lat: 37.07357 }, + }, + { + zip_code: '67134', + usps_city: 'Sawyer', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 2.6, + primary_coty_code: '20151', + primary_coty_name: 'Pratt', + county_weights: '{"20151": "89.52", "20007": "10.48"}', + coty_name: ['Pratt', 'Barber'], + cty_code: ['20151', '20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.68293, lat: 37.48606 }, + }, + { + zip_code: '67143', + usps_city: 'Sun City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 0.4, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "100"}', + coty_name: ['Barber'], + cty_code: ['20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.94877, lat: 37.34987 }, + }, + { + zip_code: '67355', + usps_city: 'Niotaze', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 2.0, + primary_coty_code: '20019', + primary_coty_name: 'Chautauqua', + county_weights: '{"20019": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00936, lat: 37.03394 }, + }, + { + zip_code: '67420', + usps_city: 'Beloit', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4495.0, + density: 4.1, + primary_coty_code: '20123', + primary_coty_name: 'Mitchell', + county_weights: '{"20123": "99.51", "20029": "0.49"}', + coty_name: ['Mitchell', 'Cloud'], + cty_code: ['20123', '20029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.08543, lat: 39.39875 }, + }, + { + zip_code: '67450', + usps_city: 'Holyrood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 5.0, + primary_coty_code: '20053', + primary_coty_name: 'Ellsworth', + county_weights: '{"20053": "98.38", "20009": "1.62"}', + coty_name: ['Ellsworth', 'Barton'], + cty_code: ['20053', '20009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44685, lat: 38.61435 }, + }, + { + zip_code: '67464', + usps_city: 'Marquette', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 3.5, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "84.86", "20053": "15.14"}', + coty_name: ['McPherson', 'Ellsworth'], + cty_code: ['20113', '20053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90119, lat: 38.56462 }, + }, + { + zip_code: '67483', + usps_city: 'Tampa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 2.2, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.2057, lat: 38.56148 }, + }, + { + zip_code: '67485', + usps_city: 'Tipton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 1.7, + primary_coty_code: '20123', + primary_coty_name: 'Mitchell', + county_weights: '{"20123": "84.96", "20141": "15.04"}', + coty_name: ['Mitchell', 'Osborne'], + cty_code: ['20123', '20141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.50858, lat: 39.29041 }, + }, + { + zip_code: '67521', + usps_city: 'Brownell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 0.3, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: '{"20135": "93.55", "20195": "6.45"}', + coty_name: ['Ness', 'Trego'], + cty_code: ['20135', '20195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.72282, lat: 38.62312 }, + }, + { + zip_code: '67556', + usps_city: 'McCracken', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 0.5, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "87.81", "20135": "6.88", "20051": "5.31"}', + coty_name: ['Rush', 'Ness', 'Ellis'], + cty_code: ['20165', '20135', '20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.52892, lat: 38.6118 }, + }, + { + zip_code: '67581', + usps_city: 'Sylvia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 1.2, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41692, lat: 37.98363 }, + }, + { + zip_code: '67672', + usps_city: 'Wakeeney', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2421.0, + density: 3.0, + primary_coty_code: '20195', + primary_coty_name: 'Trego', + county_weights: '{"20195": "98.73", "20065": "1.27"}', + coty_name: ['Trego', 'Graham'], + cty_code: ['20195', '20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.91057, lat: 39.00388 }, + }, + { + zip_code: '67841', + usps_city: 'Ensign', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 1.3, + primary_coty_code: '20069', + primary_coty_name: 'Gray', + county_weights: '{"20069": "84.96", "20057": "15.04"}', + coty_name: ['Gray', 'Ford'], + cty_code: ['20069', '20057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.24408, lat: 37.62236 }, + }, + { + zip_code: '67859', + usps_city: 'Kismet', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 1.6, + primary_coty_code: '20175', + primary_coty_name: 'Seward', + county_weights: '{"20175": "100"}', + coty_name: ['Seward'], + cty_code: ['20175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.77919, lat: 37.23914 }, + }, + { + zip_code: '68018', + usps_city: 'Colon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 4.7, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61232, lat: 41.30538 }, + }, + { + zip_code: '68324', + usps_city: 'Burr', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 1.9, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29215, lat: 40.56002 }, + }, + { + zip_code: '68345', + usps_city: 'Du Bois', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 1.5, + primary_coty_code: '31133', + primary_coty_name: 'Pawnee', + county_weights: '{"31133": "91.45", "31147": "8.55"}', + coty_name: ['Pawnee', 'Richardson'], + cty_code: ['31133', '31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.028, lat: 40.03993 }, + }, + { + zip_code: '68428', + usps_city: 'Raymond', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 11.0, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "93.89", "31159": "6.11"}', + coty_name: ['Lancaster', 'Seward'], + cty_code: ['31109', '31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79448, lat: 40.96968 }, + }, + { + zip_code: '68454', + usps_city: 'Unadilla', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 5.1, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.28849, lat: 40.69187 }, + }, + { + zip_code: '68532', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 24.9, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84265, lat: 40.79201 }, + }, + { + zip_code: '68601', + usps_city: 'Columbus', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 28642.0, + density: 38.3, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: + '{"31141": "96.22", "31143": "1.52", "31037": "1.23", "31023": "1.03"}', + coty_name: ['Platte', 'Polk', 'Colfax', 'Butler'], + cty_code: ['31141', '31143', '31037', '31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40235, lat: 41.45254 }, + }, + { + zip_code: '68627', + usps_city: 'Cedar Rapids', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 2.0, + primary_coty_code: '31011', + primary_coty_name: 'Boone', + county_weights: '{"31011": "100"}', + coty_name: ['Boone'], + cty_code: ['31011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16238, lat: 41.5544 }, + }, + { + zip_code: '68629', + usps_city: 'Clarkson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 3.2, + primary_coty_code: '31037', + primary_coty_name: 'Colfax', + county_weights: '{"31037": "86.38", "31167": "13.62"}', + coty_name: ['Colfax', 'Stanton'], + cty_code: ['31037', '31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12874, lat: 41.71607 }, + }, + { + zip_code: '68638', + usps_city: 'Fullerton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 4.6, + primary_coty_code: '31125', + primary_coty_name: 'Nance', + county_weights: '{"31125": "100"}', + coty_name: ['Nance'], + cty_code: ['31125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9868, lat: 41.37421 }, + }, + { + zip_code: '68751', + usps_city: 'Maskell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 147.2, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "100"}', + coty_name: ['Dixon'], + cty_code: ['31051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98083, lat: 42.6906 }, + }, + { + zip_code: '68815', + usps_city: 'Arcadia', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 1.5, + primary_coty_code: '31175', + primary_coty_name: 'Valley', + county_weights: '{"31175": "78.19", "31041": "11.24", "31163": "10.57"}', + coty_name: ['Valley', 'Custer', 'Sherman'], + cty_code: ['31175', '31041', '31163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.14385, lat: 41.41932 }, + }, + { + zip_code: '68869', + usps_city: 'Ravenna', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2053.0, + density: 3.8, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "91.28", "31163": "8.72"}', + coty_name: ['Buffalo', 'Sherman'], + cty_code: ['31019', '31163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88117, lat: 40.99689 }, + }, + { + zip_code: '69032', + usps_city: 'Hayes Center', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 0.6, + primary_coty_code: '31085', + primary_coty_name: 'Hayes', + county_weights: '{"31085": "100"}', + coty_name: ['Hayes'], + cty_code: ['31085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.02052, lat: 40.55803 }, + }, + { + zip_code: '69037', + usps_city: 'Max', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 0.6, + primary_coty_code: '31057', + primary_coty_name: 'Dundy', + county_weights: '{"31057": "100"}', + coty_name: ['Dundy'], + cty_code: ['31057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.41163, lat: 40.19799 }, + }, + { + zip_code: '69044', + usps_city: 'Trenton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 764.0, + density: 1.6, + primary_coty_code: '31087', + primary_coty_name: 'Hitchcock', + county_weights: '{"31087": "100"}', + coty_name: ['Hitchcock'], + cty_code: ['31087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.02252, lat: 40.12824 }, + }, + { + zip_code: '69132', + usps_city: 'Dickens', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.3, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "100"}', + coty_name: ['Lincoln'], + cty_code: ['31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.98323, lat: 40.85684 }, + }, + { + zip_code: '69171', + usps_city: 'Willow Island', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 1.2, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "100"}', + coty_name: ['Dawson'], + cty_code: ['31047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.07072, lat: 40.89006 }, + }, + { + zip_code: '69341', + usps_city: 'Gering', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 10787.0, + density: 18.9, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "99.53", "31007": "0.47"}', + coty_name: ['Scotts Bluff', 'Banner'], + cty_code: ['31157', '31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.67304, lat: 41.73123 }, + }, + { + zip_code: '70057', + usps_city: 'Hahnville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4658.0, + density: 46.7, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46279, lat: 29.96601 }, + }, + { + zip_code: '70112', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2883.0, + density: 1276.4, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07686, lat: 29.95705 }, + }, + { + zip_code: '70395', + usps_city: 'Schriever', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4132.0, + density: 32.6, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85117, lat: 29.69301 }, + }, + { + zip_code: '70397', + usps_city: 'Theriot', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 6.8, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7859, lat: 29.40939 }, + }, + { + zip_code: '70401', + usps_city: 'Hammond', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19677.0, + density: 217.1, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45675, lat: 30.52828 }, + }, + { + zip_code: '70454', + usps_city: 'Ponchatoula', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 30088.0, + density: 71.8, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37267, lat: 30.40094 }, + }, + { + zip_code: '70563', + usps_city: 'New Iberia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19489.0, + density: 120.5, + primary_coty_code: '22045', + primary_coty_name: 'Iberia', + county_weights: '{"22045": "100"}', + coty_name: ['Iberia'], + cty_code: ['22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72841, lat: 30.02466 }, + }, + { + zip_code: '70584', + usps_city: 'Sunset', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7855.0, + density: 85.5, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10134, lat: 30.38841 }, + }, + { + zip_code: '70632', + usps_city: 'Creole', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 1.6, + primary_coty_code: '22023', + primary_coty_name: 'Cameron', + county_weights: '{"22023": "100"}', + coty_name: ['Cameron'], + cty_code: ['22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02113, lat: 29.84012 }, + }, + { + zip_code: '70639', + usps_city: 'Evans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 2.8, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "100"}', + coty_name: ['Vernon'], + cty_code: ['22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49102, lat: 30.98475 }, + }, + { + zip_code: '70644', + usps_city: 'Grant', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 6.7, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "100"}', + coty_name: ['Allen'], + cty_code: ['22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94369, lat: 30.7916 }, + }, + { + zip_code: '70725', + usps_city: 'Darrow', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 72.0, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "100"}', + coty_name: ['Ascension'], + cty_code: ['22005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9581, lat: 30.13057 }, + }, + { + zip_code: '70806', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28588.0, + density: 1243.6, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12471, lat: 30.44881 }, + }, + { + zip_code: '70818', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10183.0, + density: 271.8, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04985, lat: 30.5425 }, + }, + { + zip_code: '71021', + usps_city: 'Cullen', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 390.3, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "100"}', + coty_name: ['Webster'], + cty_code: ['22119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44614, lat: 32.96714 }, + }, + { + zip_code: '71119', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11389.0, + density: 99.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92987, lat: 32.48449 }, + }, + { + zip_code: '71243', + usps_city: 'Fort Necessity', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 3.3, + primary_coty_code: '22041', + primary_coty_name: 'Franklin', + county_weights: '{"22041": "100"}', + coty_name: ['Franklin'], + cty_code: ['22041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.81105, lat: 31.95726 }, + }, + { + zip_code: '71259', + usps_city: 'Mangham', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1648.0, + density: 6.7, + primary_coty_code: '22083', + primary_coty_name: 'Richland', + county_weights: '{"22083": "100"}', + coty_name: ['Richland'], + cty_code: ['22083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.84626, lat: 32.27255 }, + }, + { + zip_code: '71270', + usps_city: 'Ruston', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31326.0, + density: 59.1, + primary_coty_code: '22061', + primary_coty_name: 'Lincoln', + county_weights: '{"22061": "97.29", "22049": "2.71"}', + coty_name: ['Lincoln', 'Jackson'], + cty_code: ['22061', '22049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.63932, lat: 32.49458 }, + }, + { + zip_code: '71822', + usps_city: 'Ashdown', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8407.0, + density: 12.8, + primary_coty_code: '5081', + primary_coty_name: 'Little River', + county_weights: '{"05081": "100"}', + coty_name: ['Little River'], + cty_code: ['5081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1564, lat: 33.66116 }, + }, + { + zip_code: '72002', + usps_city: 'Alexander', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 18314.0, + density: 123.0, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "94.23", "05119": "5.77"}', + coty_name: ['Saline', 'Pulaski'], + cty_code: ['05125', '05119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52896, lat: 34.66298 }, + }, + { + zip_code: '72022', + usps_city: 'Bryant', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16810.0, + density: 427.0, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "100"}', + coty_name: ['Saline'], + cty_code: ['5125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48832, lat: 34.6043 }, + }, + { + zip_code: '72055', + usps_city: 'Gillett', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 3.9, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36248, lat: 34.10264 }, + }, + { + zip_code: '72057', + usps_city: 'Grapevine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1064.0, + density: 4.6, + primary_coty_code: '5053', + primary_coty_name: 'Grant', + county_weights: '{"05053": "100"}', + coty_name: ['Grant'], + cty_code: ['5053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31452, lat: 34.14421 }, + }, + { + zip_code: '72063', + usps_city: 'Hattieville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2008.0, + density: 9.7, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "96.97", "05115": "3.03"}', + coty_name: ['Conway', 'Pope'], + cty_code: ['05029', '05115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77242, lat: 35.32301 }, + }, + { + zip_code: '72073', + usps_city: 'Humphrey', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 3.0, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "68.74", "05069": "31.26"}', + coty_name: ['Arkansas', 'Jefferson'], + cty_code: ['05001', '05069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66961, lat: 34.37223 }, + }, + { + zip_code: '72108', + usps_city: 'Monroe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 2.5, + primary_coty_code: '5095', + primary_coty_name: 'Monroe', + county_weights: '{"05095": "100"}', + coty_name: ['Monroe'], + cty_code: ['5095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10309, lat: 34.70578 }, + }, + { + zip_code: '72118', + usps_city: 'North Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21614.0, + density: 290.2, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32981, lat: 34.84134 }, + }, + { + zip_code: '72131', + usps_city: 'Quitman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4974.0, + density: 14.7, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "70.11", "05045": "26.21", "05141": "3.67"}', + coty_name: ['Cleburne', 'Faulkner', 'Van Buren'], + cty_code: ['05023', '05045', '05141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19204, lat: 35.41015 }, + }, + { + zip_code: '72166', + usps_city: 'Tichnor', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 0.4, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23824, lat: 34.05265 }, + }, + { + zip_code: '72435', + usps_city: 'Knobel', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 2.0, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57623, lat: 36.31872 }, + }, + { + zip_code: '72464', + usps_city: 'Saint Francis', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 176.6, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14416, lat: 36.45792 }, + }, + { + zip_code: '72522', + usps_city: 'Charlotte', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 30.3, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47044, lat: 35.8109 }, + }, + { + zip_code: '72556', + usps_city: 'Melbourne', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3343.0, + density: 8.4, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95913, lat: 36.02359 }, + }, + { + zip_code: '72645', + usps_city: 'Leslie', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2072.0, + density: 4.6, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "78.95", "05141": "12.27", "05137": "8.78"}', + coty_name: ['Searcy', 'Van Buren', 'Stone'], + cty_code: ['05129', '05141', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56272, lat: 35.80601 }, + }, + { + zip_code: '72703', + usps_city: 'Fayetteville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 32704.0, + density: 282.4, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "99.8", "05087": "0.2"}', + coty_name: ['Washington', 'Madison'], + cty_code: ['05143', '05087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04893, lat: 36.11505 }, + }, + { + zip_code: '73103', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4818.0, + density: 1590.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51892, lat: 35.48909 }, + }, + { + zip_code: '73169', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2502.0, + density: 145.3, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "77.44", "40027": "22.56"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64253, lat: 35.38128 }, + }, + { + zip_code: '73432', + usps_city: 'Coleman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1143.0, + density: 7.5, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "87.58", "40005": "12.42"}', + coty_name: ['Johnston', 'Atoka'], + cty_code: ['40069', '40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.41945, lat: 34.25701 }, + }, + { + zip_code: '73453', + usps_city: 'Overbrook', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 2.7, + primary_coty_code: '40085', + primary_coty_name: 'Love', + county_weights: '{"40085": "100"}', + coty_name: ['Love'], + cty_code: ['40085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26457, lat: 34.03428 }, + }, + { + zip_code: '73541', + usps_city: 'Fletcher', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2927.0, + density: 13.5, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1791, lat: 34.78957 }, + }, + { + zip_code: '73627', + usps_city: 'Carter', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 2.2, + primary_coty_code: '40009', + primary_coty_name: 'Beckham', + county_weights: '{"40009": "100"}', + coty_name: ['Beckham'], + cty_code: ['40009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.45349, lat: 35.20292 }, + }, + { + zip_code: '73655', + usps_city: 'Lone Wolf', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 2.1, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "100"}', + coty_name: ['Kiowa'], + cty_code: ['40075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.25965, lat: 34.98007 }, + }, + { + zip_code: '73834', + usps_city: 'Buffalo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 1.6, + primary_coty_code: '40059', + primary_coty_name: 'Harper', + county_weights: '{"40059": "100"}', + coty_name: ['Harper'], + cty_code: ['40059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.55374, lat: 36.85231 }, + }, + { + zip_code: '73931', + usps_city: 'Balko', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 0.7, + primary_coty_code: '40007', + primary_coty_name: 'Beaver', + county_weights: '{"40007": "100"}', + coty_name: ['Beaver'], + cty_code: ['40007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.79271, lat: 36.60438 }, + }, + { + zip_code: '73933', + usps_city: 'Boise City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1548.0, + density: 0.6, + primary_coty_code: '40025', + primary_coty_name: 'Cimarron', + county_weights: '{"40025": "100"}', + coty_name: ['Cimarron'], + cty_code: ['40025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.57362, lat: 36.74596 }, + }, + { + zip_code: '74010', + usps_city: 'Bristow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 10809.0, + density: 12.7, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "99.78", "40107": "0.22"}', + coty_name: ['Creek', 'Okfuskee'], + cty_code: ['40037', '40107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36493, lat: 35.81446 }, + }, + { + zip_code: '74016', + usps_city: 'Chelsea', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5842.0, + density: 15.1, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: + '{"40131": "85.96", "40097": "7.58", "40105": "4.23", "40035": "2.23"}', + coty_name: ['Rogers', 'Mayes', 'Nowata', 'Craig'], + cty_code: ['40131', '40097', '40105', '40035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44976, lat: 36.54513 }, + }, + { + zip_code: '74085', + usps_city: 'Yale', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2016.0, + density: 8.4, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "96.21", "40117": "3.59", "40037": "0.19"}', + coty_name: ['Payne', 'Pawnee', 'Creek'], + cty_code: ['40119', '40117', '40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71513, lat: 36.11039 }, + }, + { + zip_code: '74534', + usps_city: 'Centrahoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 1.9, + primary_coty_code: '40029', + primary_coty_name: 'Coal', + county_weights: '{"40029": "100"}', + coty_name: ['Coal'], + cty_code: ['40029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36845, lat: 34.61213 }, + }, + { + zip_code: '74840', + usps_city: 'Earlsboro', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1833.0, + density: 11.9, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "67.46", "40133": "32.54"}', + coty_name: ['Pottawatomie', 'Seminole'], + cty_code: ['40125', '40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7699, lat: 35.30844 }, + }, + { + zip_code: '74854', + usps_city: 'Maud', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1951.0, + density: 9.8, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "55.82", "40133": "44.18"}', + coty_name: ['Pottawatomie', 'Seminole'], + cty_code: ['40125', '40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74676, lat: 35.10615 }, + }, + { + zip_code: '74884', + usps_city: 'Wewoka', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5705.0, + density: 16.5, + primary_coty_code: '40133', + primary_coty_name: 'Seminole', + county_weights: '{"40133": "99.73", "40063": "0.27"}', + coty_name: ['Seminole', 'Hughes'], + cty_code: ['40133', '40063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51603, lat: 35.19212 }, + }, + { + zip_code: '74931', + usps_city: 'Bunch', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 5.9, + primary_coty_code: '40001', + primary_coty_name: 'Adair', + county_weights: '{"40001": "76.54", "40021": "18.57", "40135": "4.89"}', + coty_name: ['Adair', 'Cherokee', 'Sequoyah'], + cty_code: ['40001', '40021', '40135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7575, lat: 35.69476 }, + }, + { + zip_code: '74941', + usps_city: 'Keota', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2636.0, + density: 9.0, + primary_coty_code: '40061', + primary_coty_name: 'Haskell', + county_weights: '{"40061": "79.73", "40079": "20.27"}', + coty_name: ['Haskell', 'Le Flore'], + cty_code: ['40061', '40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87577, lat: 35.28547 }, + }, + { + zip_code: '74956', + usps_city: 'Shady Point', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1969.0, + density: 18.4, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76291, lat: 35.10959 }, + }, + { + zip_code: '74960', + usps_city: 'Stilwell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13455.0, + density: 17.2, + primary_coty_code: '40001', + primary_coty_name: 'Adair', + county_weights: '{"40001": "97.93", "40021": "2.07"}', + coty_name: ['Adair', 'Cherokee'], + cty_code: ['40001', '40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.64973, lat: 35.81041 }, + }, + { + zip_code: '74966', + usps_city: 'Wister', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3493.0, + density: 5.9, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "93.33", "40077": "6.67"}', + coty_name: ['Le Flore', 'Latimer'], + cty_code: ['40079', '40077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86892, lat: 34.91121 }, + }, + { + zip_code: '75180', + usps_city: 'Balch Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23941.0, + density: 1205.4, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61839, lat: 32.71893 }, + }, + { + zip_code: '75189', + usps_city: 'Royse City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29135.0, + density: 101.3, + primary_coty_code: '48397', + primary_coty_name: 'Rockwall', + county_weights: '{"48397": "65.97", "48231": "23.9", "48085": "10.13"}', + coty_name: ['Rockwall', 'Hunt', 'Collin'], + cty_code: ['48397', '48231', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31192, lat: 32.95183 }, + }, + { + zip_code: '75401', + usps_city: 'Greenville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19146.0, + density: 71.1, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "100"}', + coty_name: ['Hunt'], + cty_code: ['48231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11952, lat: 33.18426 }, + }, + { + zip_code: '75706', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10449.0, + density: 53.8, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3076, lat: 32.466 }, + }, + { + zip_code: '75754', + usps_city: 'Ben Wheeler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6627.0, + density: 20.6, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "100"}', + coty_name: ['Van Zandt'], + cty_code: ['48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66519, lat: 32.42579 }, + }, + { + zip_code: '75936', + usps_city: 'Chester', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 3.5, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "85.71", "48373": "14.29"}', + coty_name: ['Tyler', 'Polk'], + cty_code: ['48457', '48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57961, lat: 30.95213 }, + }, + { + zip_code: '75949', + usps_city: 'Huntington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8225.0, + density: 16.1, + primary_coty_code: '48005', + primary_coty_name: 'Angelina', + county_weights: '{"48005": "100"}', + coty_name: ['Angelina'], + cty_code: ['48005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.51943, lat: 31.23143 }, + }, + { + zip_code: '75961', + usps_city: 'Nacogdoches', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16004.0, + density: 22.3, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.5, lat: 31.56113 }, + }, + { + zip_code: '75969', + usps_city: 'Pollok', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3854.0, + density: 17.3, + primary_coty_code: '48005', + primary_coty_name: 'Angelina', + county_weights: '{"48005": "94.75", "48073": "5.25"}', + coty_name: ['Angelina', 'Cherokee'], + cty_code: ['48005', '48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89891, lat: 31.44688 }, + }, + { + zip_code: '76006', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24684.0, + density: 1262.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10018, lat: 32.78493 }, + }, + { + zip_code: '76017', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47499.0, + density: 1763.9, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.16261, lat: 32.66204 }, + }, + { + zip_code: '76177', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11695.0, + density: 312.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "84.85", "48121": "15.15"}', + coty_name: ['Tarrant', 'Denton'], + cty_code: ['48439', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3112, lat: 32.97522 }, + }, + { + zip_code: '76179', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 65496.0, + density: 468.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43777, lat: 32.9144 }, + }, + { + zip_code: '76301', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14757.0, + density: 490.6, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47978, lat: 33.90559 }, + }, + { + zip_code: '76364', + usps_city: 'Harrold', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 1.0, + primary_coty_code: '48487', + primary_coty_name: 'Wilbarger', + county_weights: '{"48487": "100"}', + coty_name: ['Wilbarger'], + cty_code: ['48487'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.01676, lat: 34.11368 }, + }, + { + zip_code: '76401', + usps_city: 'Stephenville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30003.0, + density: 28.1, + primary_coty_code: '48143', + primary_coty_name: 'Erath', + county_weights: '{"48143": "100"}', + coty_name: ['Erath'], + cty_code: ['48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.19881, lat: 32.28258 }, + }, + { + zip_code: '76630', + usps_city: 'Bruceville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1359.0, + density: 36.4, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "99.4", "48145": "0.6"}', + coty_name: ['McLennan', 'Falls'], + cty_code: ['48309', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22091, lat: 31.3405 }, + }, + { + zip_code: '76654', + usps_city: 'Leroy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 83.6, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01427, lat: 31.73054 }, + }, + { + zip_code: '76824', + usps_city: 'Bend', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 0.1, + primary_coty_code: '48411', + primary_coty_name: 'San Saba', + county_weights: '{"48411": "100"}', + coty_name: ['San Saba'], + cty_code: ['48411'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47069, lat: 31.0036 }, + }, + { + zip_code: '76825', + usps_city: 'Brady', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6908.0, + density: 5.1, + primary_coty_code: '48307', + primary_coty_name: 'McCulloch', + county_weights: '{"48307": "99.56", "48319": "0.44"}', + coty_name: ['McCulloch', 'Mason'], + cty_code: ['48307', '48319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.39545, lat: 31.10471 }, + }, + { + zip_code: '76849', + usps_city: 'Junction', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3785.0, + density: 1.5, + primary_coty_code: '48267', + primary_coty_name: 'Kimble', + county_weights: '{"48267": "100"}', + coty_name: ['Kimble'], + cty_code: ['48267'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.79705, lat: 30.48896 }, + }, + { + zip_code: '76933', + usps_city: 'Bronte', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1209.0, + density: 1.8, + primary_coty_code: '48081', + primary_coty_name: 'Coke', + county_weights: '{"48081": "92.31", "48399": "7.69"}', + coty_name: ['Coke', 'Runnels'], + cty_code: ['48081', '48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.28783, lat: 31.86341 }, + }, + { + zip_code: '77027', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18323.0, + density: 2471.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44589, lat: 29.74023 }, + }, + { + zip_code: '77050', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4741.0, + density: 271.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27004, lat: 29.90307 }, + }, + { + zip_code: '77053', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31650.0, + density: 984.5, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "59.62", "48201": "40.38"}', + coty_name: ['Fort Bend', 'Harris'], + cty_code: ['48157', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46032, lat: 29.58305 }, + }, + { + zip_code: '77055', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44671.0, + density: 2087.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49173, lat: 29.79765 }, + }, + { + zip_code: '77079', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34122.0, + density: 1785.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60462, lat: 29.77627 }, + }, + { + zip_code: '77388', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 50701.0, + density: 1412.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46851, lat: 30.05984 }, + }, + { + zip_code: '77419', + usps_city: 'Blessing', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1253.0, + density: 7.7, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.2561, lat: 28.85073 }, + }, + { + zip_code: '77546', + usps_city: 'Friendswood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53623.0, + density: 785.6, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "53.56", "48201": "46.44"}', + coty_name: ['Galveston', 'Harris'], + cty_code: ['48167', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19218, lat: 29.51493 }, + }, + { + zip_code: '77630', + usps_city: 'Orange', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28925.0, + density: 123.3, + primary_coty_code: '48361', + primary_coty_name: 'Orange', + county_weights: '{"48361": "100"}', + coty_name: ['Orange'], + cty_code: ['48361'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.86461, lat: 30.0711 }, + }, + { + zip_code: '77878', + usps_city: 'Snook', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 4.9, + primary_coty_code: '48051', + primary_coty_name: 'Burleson', + county_weights: '{"48051": "100"}', + coty_name: ['Burleson'], + cty_code: ['48051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43601, lat: 30.47152 }, + }, + { + zip_code: '77962', + usps_city: 'Ganado', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3654.0, + density: 8.6, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48946, lat: 29.02264 }, + }, + { + zip_code: '77971', + usps_city: 'Lolita', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 5.0, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52192, lat: 28.83222 }, + }, + { + zip_code: '78015', + usps_city: 'Boerne', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15811.0, + density: 291.8, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "68.77", "48259": "31.23"}', + coty_name: ['Bexar', 'Kendall'], + cty_code: ['48029', '48259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6555, lat: 29.747 }, + }, + { + zip_code: '78063', + usps_city: 'Pipe Creek', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9484.0, + density: 30.1, + primary_coty_code: '48019', + primary_coty_name: 'Bandera', + county_weights: '{"48019": "100"}', + coty_name: ['Bandera'], + cty_code: ['48019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.91422, lat: 29.68785 }, + }, + { + zip_code: '78207', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55484.0, + density: 2923.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52545, lat: 29.42214 }, + }, + { + zip_code: '78224', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22851.0, + density: 398.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.53944, lat: 29.29429 }, + }, + { + zip_code: '78240', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60927.0, + density: 2076.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60748, lat: 29.52464 }, + }, + { + zip_code: '78244', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30981.0, + density: 1288.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.35006, lat: 29.47379 }, + }, + { + zip_code: '78254', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 59107.0, + density: 843.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73775, lat: 29.5369 }, + }, + { + zip_code: '78341', + usps_city: 'Benavides', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1844.0, + density: 2.9, + primary_coty_code: '48131', + primary_coty_name: 'Duval', + county_weights: '{"48131": "100"}', + coty_name: ['Duval'], + cty_code: ['48131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48907, lat: 27.62992 }, + }, + { + zip_code: '78379', + usps_city: 'Riviera', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 6.7, + primary_coty_code: '48273', + primary_coty_name: 'Kleberg', + county_weights: '{"48273": "100"}', + coty_name: ['Kleberg'], + cty_code: ['48273'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79593, lat: 27.30223 }, + }, + { + zip_code: '78384', + usps_city: 'San Diego', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5739.0, + density: 4.9, + primary_coty_code: '48131', + primary_coty_name: 'Duval', + county_weights: '{"48131": "83.86", "48249": "16.14"}', + coty_name: ['Duval', 'Jim Wells'], + cty_code: ['48131', '48249'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37031, lat: 27.85315 }, + }, + { + zip_code: '78542', + usps_city: 'Edinburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 77336.0, + density: 175.7, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.08433, lat: 26.452 }, + }, + { + zip_code: '78578', + usps_city: 'Port Isabel', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11772.0, + density: 75.9, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31838, lat: 26.05308 }, + }, + { + zip_code: '78594', + usps_city: 'Sebastian', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1555.0, + density: 324.6, + primary_coty_code: '48489', + primary_coty_name: 'Willacy', + county_weights: '{"48489": "100"}', + coty_name: ['Willacy'], + cty_code: ['48489'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79489, lat: 26.34519 }, + }, + { + zip_code: '78615', + usps_city: 'Coupland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 971.0, + density: 7.1, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "60.23", "48453": "39.77"}', + coty_name: ['Williamson', 'Travis'], + cty_code: ['48491', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38362, lat: 30.46862 }, + }, + { + zip_code: '78621', + usps_city: 'Elgin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23936.0, + density: 49.5, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: + '{"48021": "71.45", "48453": "23.69", "48287": "2.65", "48491": "2.21"}', + coty_name: ['Bastrop', 'Travis', 'Lee', 'Williamson'], + cty_code: ['48021', '48453', '48287', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36145, lat: 30.3385 }, + }, + { + zip_code: '78641', + usps_city: 'Leander', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 72078.0, + density: 220.2, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "83.79", "48453": "16.21"}', + coty_name: ['Williamson', 'Travis'], + cty_code: ['48491', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91516, lat: 30.56175 }, + }, + { + zip_code: '78656', + usps_city: 'Maxwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2416.0, + density: 43.6, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "98.28", "48209": "1.72"}', + coty_name: ['Caldwell', 'Hays'], + cty_code: ['48055', '48209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80868, lat: 29.90047 }, + }, + { + zip_code: '78748', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 51653.0, + density: 1573.1, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82343, lat: 30.16538 }, + }, + { + zip_code: '79109', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44600.0, + density: 1647.9, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "84.29", "48375": "15.71"}', + coty_name: ['Randall', 'Potter'], + cty_code: ['48381', '48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.88646, lat: 35.16631 }, + }, + { + zip_code: '79424', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 46933.0, + density: 434.1, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.94095, lat: 33.46993 }, + }, + { + zip_code: '79508', + usps_city: 'Buffalo Gap', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1470.0, + density: 47.7, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.82606, lat: 32.27409 }, + }, + { + zip_code: '79766', + usps_city: 'Odessa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7694.0, + density: 12.5, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "96.32", "48103": "2.89", "48329": "0.78"}', + coty_name: ['Ector', 'Crane', 'Midland'], + cty_code: ['48135', '48103', '48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.41204, lat: 31.7033 }, + }, + { + zip_code: '79836', + usps_city: 'Clint', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5891.0, + density: 118.6, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.2019, lat: 31.57127 }, + }, + { + zip_code: '79842', + usps_city: 'Marathon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 0.3, + primary_coty_code: '48043', + primary_coty_name: 'Brewster', + county_weights: '{"48043": "100"}', + coty_name: ['Brewster'], + cty_code: ['48043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.11657, lat: 30.09108 }, + }, + { + zip_code: '80128', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36435.0, + density: 1159.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "94.79", "08005": "5.21"}', + coty_name: ['Jefferson', 'Arapahoe'], + cty_code: ['08059', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.07865, lat: 39.5641 }, + }, + { + zip_code: '80218', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19385.0, + density: 4686.3, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.97065, lat: 39.73096 }, + }, + { + zip_code: '80424', + usps_city: 'Breckenridge', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10169.0, + density: 31.2, + primary_coty_code: '8117', + primary_coty_name: 'Summit', + county_weights: '{"08117": "100"}', + coty_name: ['Summit'], + cty_code: ['8117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.0169, lat: 39.47099 }, + }, + { + zip_code: '80452', + usps_city: 'Idaho Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3158.0, + density: 9.4, + primary_coty_code: '8019', + primary_coty_name: 'Clear Creek', + county_weights: '{"08019": "100"}', + coty_name: ['Clear Creek'], + cty_code: ['8019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.61389, lat: 39.70716 }, + }, + { + zip_code: '80477', + usps_city: 'Steamboat Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 1122.0, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.82938, lat: 40.48635 }, + }, + { + zip_code: '80480', + usps_city: 'Walden', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1213.0, + density: 0.3, + primary_coty_code: '8057', + primary_coty_name: 'Jackson', + county_weights: '{"08057": "100"}', + coty_name: ['Jackson'], + cty_code: ['8057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.35241, lat: 40.67294 }, + }, + { + zip_code: '80532', + usps_city: 'Glen Haven', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 1.8, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.46868, lat: 40.49323 }, + }, + { + zip_code: '80602', + usps_city: 'Brighton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36262.0, + density: 465.5, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.90721, lat: 39.96364 }, + }, + { + zip_code: '80722', + usps_city: 'Atwood', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 4.7, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.27497, lat: 40.5082 }, + }, + { + zip_code: '80749', + usps_city: 'Sedgwick', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 0.5, + primary_coty_code: '8115', + primary_coty_name: 'Sedgwick', + county_weights: '{"08115": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['8115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.55734, lat: 40.87489 }, + }, + { + zip_code: '80810', + usps_city: 'Cheyenne Wells', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 0.9, + primary_coty_code: '8017', + primary_coty_name: 'Cheyenne', + county_weights: '{"08017": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['8017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.45986, lat: 38.82309 }, + }, + { + zip_code: '81003', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 14797.0, + density: 711.1, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.63144, lat: 38.27927 }, + }, + { + zip_code: '81006', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12081.0, + density: 82.2, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.50446, lat: 38.23049 }, + }, + { + zip_code: '81041', + usps_city: 'Granada', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 0.7, + primary_coty_code: '8099', + primary_coty_name: 'Prowers', + county_weights: '{"08099": "100"}', + coty_name: ['Prowers'], + cty_code: ['8099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.38286, lat: 37.875 }, + }, + { + zip_code: '81069', + usps_city: 'Rye', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2139.0, + density: 3.0, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "83.26", "08055": "12.39", "08027": "4.34"}', + coty_name: ['Pueblo', 'Huerfano', 'Custer'], + cty_code: ['08101', '08055', '08027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.89695, lat: 37.89709 }, + }, + { + zip_code: '81226', + usps_city: 'Florence', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9295.0, + density: 43.7, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.12436, lat: 38.33377 }, + }, + { + zip_code: '81413', + usps_city: 'Cedaredge', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5426.0, + density: 10.0, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "100"}', + coty_name: ['Delta'], + cty_code: ['8029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.95495, lat: 38.9572 }, + }, + { + zip_code: '81416', + usps_city: 'Delta', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 14218.0, + density: 16.3, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "96.35", "08085": "3.65"}', + coty_name: ['Delta', 'Montrose'], + cty_code: ['08029', '08085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.1376, lat: 38.75096 }, + }, + { + zip_code: '81422', + usps_city: 'Naturita', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 1.0, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "100"}', + coty_name: ['Montrose'], + cty_code: ['8085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.71155, lat: 38.34672 }, + }, + { + zip_code: '81424', + usps_city: 'Nucla', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 1.3, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "100"}', + coty_name: ['Montrose'], + cty_code: ['8085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.45797, lat: 38.3344 }, + }, + { + zip_code: '81507', + usps_city: 'Grand Junction', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 14953.0, + density: 52.4, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.62608, lat: 39.00931 }, + }, + { + zip_code: '81623', + usps_city: 'Carbondale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 17173.0, + density: 14.9, + primary_coty_code: '8045', + primary_coty_name: 'Garfield', + county_weights: + '{"08045": "64.8", "08037": "26.79", "08097": "6.05", "08051": "2.36"}', + coty_name: ['Garfield', 'Eagle', 'Pitkin', 'Gunnison'], + cty_code: ['08045', '08037', '08097', '08051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.20443, lat: 39.25109 }, + }, + { + zip_code: '81657', + usps_city: 'Vail', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5847.0, + density: 20.3, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.32342, lat: 39.6512 }, + }, + { + zip_code: '82084', + usps_city: 'Tie Siding', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.0, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.54661, lat: 41.0361 }, + }, + { + zip_code: '82327', + usps_city: 'Hanna', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 0.7, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.68553, lat: 42.16538 }, + }, + { + zip_code: '82423', + usps_city: 'Frannie', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 3.5, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "90.13", "56029": "9.87"}', + coty_name: ['Big Horn', 'Park'], + cty_code: ['56003', '56029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.58398, lat: 44.97006 }, + }, + { + zip_code: '82513', + usps_city: 'Dubois', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1757.0, + density: 0.4, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.64271, lat: 43.59307 }, + }, + { + zip_code: '82604', + usps_city: 'Casper', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 28064.0, + density: 5.9, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "99.94", "56007": "0.06"}', + coty_name: ['Natrona', 'Carbon'], + cty_code: ['56025', '56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.76934, lat: 42.85792 }, + }, + { + zip_code: '82935', + usps_city: 'Green River', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 12771.0, + density: 30.2, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.67217, lat: 41.69097 }, + }, + { + zip_code: '82944', + usps_city: 'Robertson', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.2, + primary_coty_code: '56041', + primary_coty_name: 'Uinta', + county_weights: '{"56041": "100"}', + coty_name: ['Uinta'], + cty_code: ['56041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.50675, lat: 41.10152 }, + }, + { + zip_code: '83124', + usps_city: 'Opal', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 0.7, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.23093, lat: 41.77054 }, + }, + { + zip_code: '83245', + usps_city: 'Inkom', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2269.0, + density: 8.3, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.22036, lat: 42.81814 }, + }, + { + zip_code: '83250', + usps_city: 'Mccammon', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1733.0, + density: 8.7, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.20433, lat: 42.66732 }, + }, + { + zip_code: '83255', + usps_city: 'Moore', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1274.0, + density: 1.1, + primary_coty_code: '16023', + primary_coty_name: 'Butte', + county_weights: '{"16023": "73.29", "16037": "26.71"}', + coty_name: ['Butte', 'Custer'], + cty_code: ['16023', '16037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.57177, lat: 43.69686 }, + }, + { + zip_code: '83272', + usps_city: 'Saint Charles', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 0.9, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.36387, lat: 42.10496 }, + }, + { + zip_code: '83283', + usps_city: 'Thatcher', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 1.9, + primary_coty_code: '16041', + primary_coty_name: 'Franklin', + county_weights: '{"16041": "100"}', + coty_name: ['Franklin'], + cty_code: ['16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.6705, lat: 42.35941 }, + }, + { + zip_code: '83353', + usps_city: 'Sun Valley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 57.4, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.33225, lat: 43.6856 }, + }, + { + zip_code: '83446', + usps_city: 'Spencer', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 0.1, + primary_coty_code: '16033', + primary_coty_name: 'Clark', + county_weights: '{"16033": "100"}', + coty_name: ['Clark'], + cty_code: ['16033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.19268, lat: 44.47296 }, + }, + { + zip_code: '83452', + usps_city: 'Tetonia', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2148.0, + density: 6.3, + primary_coty_code: '16081', + primary_coty_name: 'Teton', + county_weights: '{"16081": "100"}', + coty_name: ['Teton'], + cty_code: ['16081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.21961, lat: 43.83666 }, + }, + { + zip_code: '83602', + usps_city: 'Banks', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.1, + primary_coty_code: '16015', + primary_coty_name: 'Boise', + county_weights: '{"16015": "100"}', + coty_name: ['Boise'], + cty_code: ['16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.11461, lat: 44.07219 }, + }, + { + zip_code: '83639', + usps_city: 'Marsing', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3435.0, + density: 5.6, + primary_coty_code: '16073', + primary_coty_name: 'Owyhee', + county_weights: '{"16073": "100"}', + coty_name: ['Owyhee'], + cty_code: ['16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.87117, lat: 43.39703 }, + }, + { + zip_code: '83647', + usps_city: 'Mountain Home', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 20860.0, + density: 5.5, + primary_coty_code: '16039', + primary_coty_name: 'Elmore', + county_weights: '{"16039": "100"}', + coty_name: ['Elmore'], + cty_code: ['16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.50267, lat: 43.43419 }, + }, + { + zip_code: '83842', + usps_city: 'Medimont', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 3.6, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.55056, lat: 47.4407 }, + }, + { + zip_code: '83870', + usps_city: 'Tensed', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 1.4, + primary_coty_code: '16009', + primary_coty_name: 'Benewah', + county_weights: '{"16009": "100"}', + coty_name: ['Benewah'], + cty_code: ['16009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.83168, lat: 47.12587 }, + }, + { + zip_code: '83871', + usps_city: 'Troy', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 6.5, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.73931, lat: 46.74623 }, + }, + { + zip_code: '84020', + usps_city: 'Draper', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 48000.0, + density: 736.0, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "95.63", "49049": "4.37"}', + coty_name: ['Salt Lake', 'Utah'], + cty_code: ['49035', '49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86742, lat: 40.50025 }, + }, + { + zip_code: '84029', + usps_city: 'Grantsville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 11100.0, + density: 12.6, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "100"}', + coty_name: ['Tooele'], + cty_code: ['49045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.72171, lat: 40.62653 }, + }, + { + zip_code: '84046', + usps_city: 'Manila', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 1.2, + primary_coty_code: '49009', + primary_coty_name: 'Daggett', + county_weights: '{"49009": "100"}', + coty_name: ['Daggett'], + cty_code: ['49009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.8228, lat: 40.94375 }, + }, + { + zip_code: '84051', + usps_city: 'Mountain Home', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 3.8, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.42923, lat: 40.39216 }, + }, + { + zip_code: '84078', + usps_city: 'Vernal', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 30207.0, + density: 12.6, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100", "49009": "0"}', + coty_name: ['Uintah', 'Daggett'], + cty_code: ['49047', '49009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.48291, lat: 40.62968 }, + }, + { + zip_code: '84314', + usps_city: 'Honeyville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1206.0, + density: 57.9, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.09289, lat: 41.64845 }, + }, + { + zip_code: '84329', + usps_city: 'Park Valley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 0.1, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.41927, lat: 41.76545 }, + }, + { + zip_code: '84623', + usps_city: 'Chester', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 9.1, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.58605, lat: 39.45609 }, + }, + { + zip_code: '84647', + usps_city: 'Mount Pleasant', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4096.0, + density: 14.4, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.41587, lat: 39.54111 }, + }, + { + zip_code: '84738', + usps_city: 'Ivins', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 8736.0, + density: 152.9, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.70683, lat: 37.17879 }, + }, + { + zip_code: '84756', + usps_city: 'Newcastle', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 0.8, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "97.81", "49053": "2.19"}', + coty_name: ['Iron', 'Washington'], + cty_code: ['49021', '49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.54194, lat: 37.59004 }, + }, + { + zip_code: '85132', + usps_city: 'Florence', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39903.0, + density: 25.5, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.20446, lat: 32.93339 }, + }, + { + zip_code: '85202', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 40364.0, + density: 2478.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.87447, lat: 33.38249 }, + }, + { + zip_code: '85215', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 16471.0, + density: 76.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.57882, lat: 33.51106 }, + }, + { + zip_code: '85282', + usps_city: 'Tempe', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 55664.0, + density: 1923.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.93184, lat: 33.39414 }, + }, + { + zip_code: '85302', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 40186.0, + density: 2542.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.17795, lat: 33.56796 }, + }, + { + zip_code: '85304', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 28113.0, + density: 1949.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.17698, lat: 33.59646 }, + }, + { + zip_code: '85552', + usps_city: 'Thatcher', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6671.0, + density: 107.5, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.76941, lat: 32.82182 }, + }, + { + zip_code: '85607', + usps_city: 'Douglas', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 15419.0, + density: 7.1, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.35165, lat: 31.5212 }, + }, + { + zip_code: '85609', + usps_city: 'Dragoon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 1.0, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.10558, lat: 32.06586 }, + }, + { + zip_code: '85920', + usps_city: 'Alpine', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 1.6, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.17652, lat: 33.8602 }, + }, + { + zip_code: '85927', + usps_city: 'Greer', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.3, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.46645, lat: 34.00517 }, + }, + { + zip_code: '85942', + usps_city: 'Woodruff', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.4, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.97073, lat: 34.74311 }, + }, + { + zip_code: '86034', + usps_city: 'Keams Canyon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1902.0, + density: 1.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "83.84", "04001": "16.16"}', + coty_name: ['Navajo', 'Apache'], + cty_code: ['04017', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.12806, lat: 35.79022 }, + }, + { + zip_code: '86053', + usps_city: 'Kaibeto', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2547.0, + density: 1.4, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.07331, lat: 36.72417 }, + }, + { + zip_code: '87044', + usps_city: 'Ponderosa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 7.0, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.64425, lat: 35.66552 }, + }, + { + zip_code: '87113', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 15712.0, + density: 674.1, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.59231, lat: 35.18356 }, + }, + { + zip_code: '87510', + usps_city: 'Abiquiu', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 987.0, + density: 0.9, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.41423, lat: 36.29328 }, + }, + { + zip_code: '87515', + usps_city: 'Canjilon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 1.0, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.37718, lat: 36.50231 }, + }, + { + zip_code: '87562', + usps_city: 'Rowe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 2.4, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.68447, lat: 35.41692 }, + }, + { + zip_code: '87575', + usps_city: 'Tierra Amarilla', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 0.6, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.38491, lat: 36.74607 }, + }, + { + zip_code: '87701', + usps_city: 'Las Vegas', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 19020.0, + density: 4.5, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.92699, lat: 35.53869 }, + }, + { + zip_code: '87735', + usps_city: 'Ojo Feliz', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.9, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.1471, lat: 36.07344 }, + }, + { + zip_code: '87740', + usps_city: 'Raton', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 7007.0, + density: 2.2, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.41045, lat: 36.75538 }, + }, + { + zip_code: '87746', + usps_city: 'Solano', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 0.0, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "85.83", "35021": "14.17"}', + coty_name: ['San Miguel', 'Harding'], + cty_code: ['35047', '35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.23613, lat: 35.64111 }, + }, + { + zip_code: '88028', + usps_city: 'Cliff', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 0.7, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.63592, lat: 32.93289 }, + }, + { + zip_code: '88203', + usps_city: 'Roswell', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 30463.0, + density: 8.0, + primary_coty_code: '35005', + primary_coty_name: 'Chaves', + county_weights: '{"35005": "100"}', + coty_name: ['Chaves'], + cty_code: ['35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.34426, lat: 33.18609 }, + }, + { + zip_code: '88419', + usps_city: 'Folsom', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 0.0, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "91.27", "35007": "8.73"}', + coty_name: ['Union', 'Colfax'], + cty_code: ['35059', '35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.53903, lat: 36.88276 }, + }, + { + zip_code: '88431', + usps_city: 'Newkirk', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 0.1, + primary_coty_code: '35019', + primary_coty_name: 'Guadalupe', + county_weights: '{"35019": "53.06", "35047": "46.94"}', + coty_name: ['Guadalupe', 'San Miguel'], + cty_code: ['35019', '35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.27799, lat: 35.17599 }, + }, + { + zip_code: '89007', + usps_city: 'Bunkerville', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1479.0, + density: 1.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.18809, lat: 36.63481 }, + }, + { + zip_code: '89017', + usps_city: 'Hiko', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.1, + primary_coty_code: '32017', + primary_coty_name: 'Lincoln', + county_weights: '{"32017": "100"}', + coty_name: ['Lincoln'], + cty_code: ['32017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.24786, lat: 37.73096 }, + }, + { + zip_code: '89019', + usps_city: 'Jean', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 2158.0, + density: 1.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "97.42", "06071": "2.58", "06027": "0"}', + coty_name: ['Clark', 'San Bernardino', 'Inyo'], + cty_code: ['32003', '06071', '06027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.73453, lat: 35.76621 }, + }, + { + zip_code: '89032', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 44200.0, + density: 1660.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.17272, lat: 36.22321 }, + }, + { + zip_code: '89135', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 28192.0, + density: 238.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.37588, lat: 36.10099 }, + }, + { + zip_code: '89412', + usps_city: 'Gerlach', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 0.0, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "97.22", "32013": "2.78"}', + coty_name: ['Washoe', 'Humboldt'], + cty_code: ['32031', '32013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.69948, lat: 41.10776 }, + }, + { + zip_code: '89450', + usps_city: 'Incline Village', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 816.7, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.93903, lat: 39.24043 }, + }, + { + zip_code: '31018', + usps_city: 'Davisboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2673.0, + density: 11.3, + primary_coty_code: '13303', + primary_coty_name: 'Washington', + county_weights: '{"13303": "100"}', + coty_name: ['Washington'], + cty_code: ['13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62065, lat: 32.97651 }, + }, + { + zip_code: '31072', + usps_city: 'Pitts', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 6.5, + primary_coty_code: '13315', + primary_coty_name: 'Wilcox', + county_weights: '{"13315": "94.57", "13081": "5.43"}', + coty_name: ['Wilcox', 'Crisp'], + cty_code: ['13315', '13081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56352, lat: 31.96604 }, + }, + { + zip_code: '31213', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "0"}', + coty_name: ['Bibb'], + cty_code: ['13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63937, lat: 32.84005 }, + }, + { + zip_code: '31302', + usps_city: 'Bloomingdale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7794.0, + density: 67.4, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "50.9", "13051": "49.1"}', + coty_name: ['Effingham', 'Chatham'], + cty_code: ['13103', '13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34075, lat: 32.12245 }, + }, + { + zip_code: '31548', + usps_city: 'Kingsland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 21680.0, + density: 147.4, + primary_coty_code: '13039', + primary_coty_name: 'Camden', + county_weights: '{"13039": "100"}', + coty_name: ['Camden'], + cty_code: ['13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.698, lat: 30.79353 }, + }, + { + zip_code: '31631', + usps_city: 'Fargo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 1.4, + primary_coty_code: '13065', + primary_coty_name: 'Clinch', + county_weights: + '{"13065": "77.1", "13101": "21.65", "13049": "1.25", "13299": "0"}', + coty_name: ['Clinch', 'Echols', 'Charlton', 'Ware'], + cty_code: ['13065', '13101', '13049', '13299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5987, lat: 30.71165 }, + }, + { + zip_code: '31639', + usps_city: 'Nashville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9943.0, + density: 17.4, + primary_coty_code: '13019', + primary_coty_name: 'Berrien', + county_weights: '{"13019": "99.64", "13173": "0.36"}', + coty_name: ['Berrien', 'Lanier'], + cty_code: ['13019', '13173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1914, lat: 31.21657 }, + }, + { + zip_code: '31701', + usps_city: 'Albany', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 18699.0, + density: 267.0, + primary_coty_code: '13095', + primary_coty_name: 'Dougherty', + county_weights: '{"13095": "96.27", "13177": "3.73"}', + coty_name: ['Dougherty', 'Lee'], + cty_code: ['13095', '13177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15824, lat: 31.55299 }, + }, + { + zip_code: '31788', + usps_city: 'Moultrie', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9434.0, + density: 28.3, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "100"}', + coty_name: ['Colquitt'], + cty_code: ['13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67988, lat: 31.10952 }, + }, + { + zip_code: '31796', + usps_city: 'Warwick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 6.9, + primary_coty_code: '13321', + primary_coty_name: 'Worth', + county_weights: '{"13321": "100"}', + coty_name: ['Worth'], + cty_code: ['13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87306, lat: 31.77857 }, + }, + { + zip_code: '31823', + usps_city: 'Pine Mountain Valley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 857.0, + density: 38.8, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "100"}', + coty_name: ['Harris'], + cty_code: ['13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.82335, lat: 32.80506 }, + }, + { + zip_code: '31901', + usps_city: 'Columbus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6181.0, + density: 536.7, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "100"}', + coty_name: ['Muscogee'], + cty_code: ['13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.97987, lat: 32.46488 }, + }, + { + zip_code: '32033', + usps_city: 'Elkton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4676.0, + density: 23.4, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44175, lat: 29.78899 }, + }, + { + zip_code: '32102', + usps_city: 'Astor', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2283.0, + density: 14.0, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "77.93", "12127": "22.07"}', + coty_name: ['Lake', 'Volusia'], + cty_code: ['12069', '12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56166, lat: 29.1468 }, + }, + { + zip_code: '32113', + usps_city: 'Citra', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5216.0, + density: 24.7, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08146, lat: 29.39954 }, + }, + { + zip_code: '32224', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 44058.0, + density: 803.8, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "99.89", "12109": "0.11"}', + coty_name: ['Duval', 'St. Johns'], + cty_code: ['12031', '12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46796, lat: 30.27027 }, + }, + { + zip_code: '32346', + usps_city: 'Panacea', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1933.0, + density: 22.6, + primary_coty_code: '12129', + primary_coty_name: 'Wakulla', + county_weights: '{"12129": "86.18", "12037": "13.82"}', + coty_name: ['Wakulla', 'Franklin'], + cty_code: ['12129', '12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39201, lat: 29.99797 }, + }, + { + zip_code: '32348', + usps_city: 'Perry', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12935.0, + density: 15.7, + primary_coty_code: '12123', + primary_coty_name: 'Taylor', + county_weights: '{"12123": "100"}', + coty_name: ['Taylor'], + cty_code: ['12123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59698, lat: 29.96859 }, + }, + { + zip_code: '32413', + usps_city: 'Panama City Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14805.0, + density: 78.3, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "91.51", "12131": "8.49"}', + coty_name: ['Bay', 'Walton'], + cty_code: ['12005', '12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.90833, lat: 30.31499 }, + }, + { + zip_code: '32641', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14959.0, + density: 116.4, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22681, lat: 29.64359 }, + }, + { + zip_code: '32683', + usps_city: 'Otter Creek', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 12.6, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "100"}', + coty_name: ['Levy'], + cty_code: ['12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78074, lat: 29.29396 }, + }, + { + zip_code: '32735', + usps_city: 'Grand Island', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4728.0, + density: 481.6, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73765, lat: 28.89158 }, + }, + { + zip_code: '32738', + usps_city: 'Deltona', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45611.0, + density: 682.3, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18976, lat: 28.90897 }, + }, + { + zip_code: '32962', + usps_city: 'Vero Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26459.0, + density: 833.6, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38372, lat: 27.58695 }, + }, + { + zip_code: '32967', + usps_city: 'Vero Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22319.0, + density: 207.0, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46116, lat: 27.71218 }, + }, + { + zip_code: '33001', + usps_city: 'Long Key', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 65.5, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80992, lat: 24.82041 }, + }, + { + zip_code: '33069', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28138.0, + density: 1158.5, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15791, lat: 26.23566 }, + }, + { + zip_code: '33411', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 72546.0, + density: 670.5, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19981, lat: 26.71983 }, + }, + { + zip_code: '33434', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20486.0, + density: 1179.5, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1687, lat: 26.38156 }, + }, + { + zip_code: '33476', + usps_city: 'Pahokee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8513.0, + density: 125.1, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62356, lat: 26.80467 }, + }, + { + zip_code: '33538', + usps_city: 'Lake Panasoffkee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4728.0, + density: 18.9, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17523, lat: 28.84397 }, + }, + { + zip_code: '33565', + usps_city: 'Plant City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17864.0, + density: 78.8, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15236, lat: 28.09511 }, + }, + { + zip_code: '33634', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22719.0, + density: 1069.3, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54618, lat: 28.00884 }, + }, + { + zip_code: '33805', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25529.0, + density: 366.8, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90748, lat: 28.10248 }, + }, + { + zip_code: '33873', + usps_city: 'Wauchula', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14162.0, + density: 45.8, + primary_coty_code: '12049', + primary_coty_name: 'Hardee', + county_weights: '{"12049": "100"}', + coty_name: ['Hardee'], + cty_code: ['12049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77286, lat: 27.56256 }, + }, + { + zip_code: '33982', + usps_city: 'Punta Gorda', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10391.0, + density: 9.2, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76898, lat: 26.91126 }, + }, + { + zip_code: '34222', + usps_city: 'Ellenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11659.0, + density: 856.5, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50504, lat: 27.53628 }, + }, + { + zip_code: '34449', + usps_city: 'Inglis', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3192.0, + density: 12.0, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "89.43", "12017": "10.57"}', + coty_name: ['Levy', 'Citrus'], + cty_code: ['12075', '12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67988, lat: 29.08384 }, + }, + { + zip_code: '34698', + usps_city: 'Dunedin', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38720.0, + density: 1463.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77961, lat: 28.03399 }, + }, + { + zip_code: '34762', + usps_city: 'Okahumpka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 23.0, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.91511, lat: 28.75447 }, + }, + { + zip_code: '34950', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16603.0, + density: 1251.5, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32967, lat: 27.4435 }, + }, + { + zip_code: '34984', + usps_city: 'Port Saint Lucie', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16035.0, + density: 633.3, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33458, lat: 27.24784 }, + }, + { + zip_code: '35131', + usps_city: 'Ragland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4696.0, + density: 20.2, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1861, lat: 33.73377 }, + }, + { + zip_code: '35160', + usps_city: 'Talladega', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 25999.0, + density: 29.5, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "97.7", "01027": "2.3"}', + coty_name: ['Talladega', 'Clay'], + cty_code: ['01121', '01027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.08659, lat: 33.37483 }, + }, + { + zip_code: '35171', + usps_city: 'Thorsby', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3254.0, + density: 42.7, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "100"}', + coty_name: ['Chilton'], + cty_code: ['1021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73965, lat: 32.88214 }, + }, + { + zip_code: '35173', + usps_city: 'Trussville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 27514.0, + density: 167.4, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "87.6", "01115": "12.4"}', + coty_name: ['Jefferson', 'St. Clair'], + cty_code: ['01073', '01115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.56424, lat: 33.65043 }, + }, + { + zip_code: '35175', + usps_city: 'Union Grove', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5289.0, + density: 32.1, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "77.01", "01103": "22.99"}', + coty_name: ['Marshall', 'Morgan'], + cty_code: ['01095', '01103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.51699, lat: 34.43724 }, + }, + { + zip_code: '35222', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8989.0, + density: 930.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.77022, lat: 33.52411 }, + }, + { + zip_code: '35226', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 35331.0, + density: 762.5, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.84435, lat: 33.39851 }, + }, + { + zip_code: '35234', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5063.0, + density: 548.8, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80287, lat: 33.5408 }, + }, + { + zip_code: '35474', + usps_city: 'Moundville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6617.0, + density: 12.7, + primary_coty_code: '1065', + primary_coty_name: 'Hale', + county_weights: '{"01065": "68.16", "01125": "31.84"}', + coty_name: ['Hale', 'Tuscaloosa'], + cty_code: ['01065', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57215, lat: 32.93785 }, + }, + { + zip_code: '35542', + usps_city: 'Bankston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 920.0, + density: 6.4, + primary_coty_code: '1057', + primary_coty_name: 'Fayette', + county_weights: '{"01057": "100"}', + coty_name: ['Fayette'], + cty_code: ['1057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6789, lat: 33.71589 }, + }, + { + zip_code: '35614', + usps_city: 'Athens', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7050.0, + density: 42.8, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "99.91", "01077": "0.09"}', + coty_name: ['Limestone', 'Lauderdale'], + cty_code: ['01083', '01077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08385, lat: 34.86542 }, + }, + { + zip_code: '35756', + usps_city: 'Madison', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13855.0, + density: 69.9, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "88.07", "01089": "11.93"}', + coty_name: ['Limestone', 'Madison'], + cty_code: ['01083', '01089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.81678, lat: 34.64299 }, + }, + { + zip_code: '35775', + usps_city: 'Valhermoso Springs', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 26.5, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "100"}', + coty_name: ['Morgan'], + cty_code: ['1103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69778, lat: 34.54807 }, + }, + { + zip_code: '35953', + usps_city: 'Ashville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7519.0, + density: 25.4, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.22613, lat: 33.81243 }, + }, + { + zip_code: '35975', + usps_city: 'Groveoak', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 7.1, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "90.93", "01095": "9.07"}', + coty_name: ['DeKalb', 'Marshall'], + cty_code: ['01049', '01095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.0663, lat: 34.44014 }, + }, + { + zip_code: '36022', + usps_city: 'Deatsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13003.0, + density: 55.4, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "67.42", "01001": "32.58"}', + coty_name: ['Elmore', 'Autauga'], + cty_code: ['01051', '01001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.40471, lat: 32.61945 }, + }, + { + zip_code: '36031', + usps_city: 'Fort Davis', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 6.9, + primary_coty_code: '1087', + primary_coty_name: 'Macon', + county_weights: '{"01087": "100"}', + coty_name: ['Macon'], + cty_code: ['1087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.74358, lat: 32.24878 }, + }, + { + zip_code: '36047', + usps_city: 'Letohatchee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 3.8, + primary_coty_code: '1085', + primary_coty_name: 'Lowndes', + county_weights: '{"01085": "75.29", "01101": "24.71"}', + coty_name: ['Lowndes', 'Montgomery'], + cty_code: ['01085', '01101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.51661, lat: 32.08133 }, + }, + { + zip_code: '36319', + usps_city: 'Columbia', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2200.0, + density: 8.5, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "59.84", "01067": "40.16"}', + coty_name: ['Houston', 'Henry'], + cty_code: ['01069', '01067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.14759, lat: 31.32463 }, + }, + { + zip_code: '36340', + usps_city: 'Geneva', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5718.0, + density: 46.5, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "100"}', + coty_name: ['Geneva'], + cty_code: ['1061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.89142, lat: 31.05086 }, + }, + { + zip_code: '36442', + usps_city: 'Florala', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3356.0, + density: 6.3, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "99.52", "01061": "0.48"}', + coty_name: ['Covington', 'Geneva'], + cty_code: ['01039', '01061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.36267, lat: 31.07157 }, + }, + { + zip_code: '36454', + usps_city: 'Lenox', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8.0, + density: 2.2, + primary_coty_code: '1035', + primary_coty_name: 'Conecuh', + county_weights: '{"01035": "100"}', + coty_name: ['Conecuh'], + cty_code: ['1035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.20061, lat: 31.33327 }, + }, + { + zip_code: '36512', + usps_city: 'Bucks', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 2.8, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01484, lat: 30.99765 }, + }, + { + zip_code: '36611', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5817.0, + density: 472.7, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07808, lat: 30.77045 }, + }, + { + zip_code: '36784', + usps_city: 'Thomasville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7181.0, + density: 10.2, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "86.82", "01091": "10.45", "01131": "2.73"}', + coty_name: ['Clarke', 'Marengo', 'Wilcox'], + cty_code: ['01025', '01091', '01131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80013, lat: 31.93985 }, + }, + { + zip_code: '36790', + usps_city: 'Stanton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 6.8, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "100"}', + coty_name: ['Chilton'], + cty_code: ['1021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89632, lat: 32.73321 }, + }, + { + zip_code: '37010', + usps_city: 'Adams', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4966.0, + density: 24.8, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "63.8", "47147": "36.2"}', + coty_name: ['Montgomery', 'Robertson'], + cty_code: ['47125', '47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.1088, lat: 36.56763 }, + }, + { + zip_code: '37080', + usps_city: 'Joelton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7394.0, + density: 58.3, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "54.6", "47021": "45.4"}', + coty_name: ['Davidson', 'Cheatham'], + cty_code: ['47037', '47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.91676, lat: 36.32824 }, + }, + { + zip_code: '37095', + usps_city: 'Liberty', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2685.0, + density: 14.1, + primary_coty_code: '47041', + primary_coty_name: 'DeKalb', + county_weights: '{"47041": "71.74", "47015": "24.06", "47189": "4.21"}', + coty_name: ['DeKalb', 'Cannon', 'Wilson'], + cty_code: ['47041', '47015', '47189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.96215, lat: 35.98204 }, + }, + { + zip_code: '37134', + usps_city: 'New Johnsonville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3063.0, + density: 30.3, + primary_coty_code: '47085', + primary_coty_name: 'Humphreys', + county_weights: '{"47085": "100"}', + coty_name: ['Humphreys'], + cty_code: ['47085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95077, lat: 36.00132 }, + }, + { + zip_code: '37142', + usps_city: 'Palmyra', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1941.0, + density: 20.5, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50134, lat: 36.41114 }, + }, + { + zip_code: '37303', + usps_city: 'Athens', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24866.0, + density: 64.3, + primary_coty_code: '47107', + primary_coty_name: 'McMinn', + county_weights: '{"47107": "100"}', + coty_name: ['McMinn'], + cty_code: ['47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64319, lat: 35.4407 }, + }, + { + zip_code: '37333', + usps_city: 'Farner', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 19.6, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "100"}', + coty_name: ['Polk'], + cty_code: ['47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33545, lat: 35.15379 }, + }, + { + zip_code: '37357', + usps_city: 'Morrison', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5139.0, + density: 14.1, + primary_coty_code: '47177', + primary_coty_name: 'Warren', + county_weights: + '{"47177": "66", "47031": "22.97", "47015": "6.24", "47061": "4.79"}', + coty_name: ['Warren', 'Coffee', 'Cannon', 'Grundy'], + cty_code: ['47177', '47031', '47015', '47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.91716, lat: 35.58607 }, + }, + { + zip_code: '37370', + usps_city: 'Riceville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4972.0, + density: 30.4, + primary_coty_code: '47107', + primary_coty_name: 'McMinn', + county_weights: '{"47107": "100"}', + coty_name: ['McMinn'], + cty_code: ['47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.70294, lat: 35.36 }, + }, + { + zip_code: '37394', + usps_city: 'Viola', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 285.6, + primary_coty_code: '47177', + primary_coty_name: 'Warren', + county_weights: '{"47177": "100"}', + coty_name: ['Warren'], + cty_code: ['47177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.86004, lat: 35.53954 }, + }, + { + zip_code: '37709', + usps_city: 'Blaine', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4060.0, + density: 35.8, + primary_coty_code: '47057', + primary_coty_name: 'Grainger', + county_weights: '{"47057": "97.64", "47093": "2.36"}', + coty_name: ['Grainger', 'Knox'], + cty_code: ['47057', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6648, lat: 36.16497 }, + }, + { + zip_code: '37723', + usps_city: 'Crab Orchard', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 6.5, + primary_coty_code: '47035', + primary_coty_name: 'Cumberland', + county_weights: '{"47035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['47035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.82058, lat: 35.95367 }, + }, + { + zip_code: '37830', + usps_city: 'Oak Ridge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 29479.0, + density: 134.2, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "89", "47145": "10.31", "47093": "0.69"}', + coty_name: ['Anderson', 'Roane', 'Knox'], + cty_code: ['47001', '47145', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.2912, lat: 35.96501 }, + }, + { + zip_code: '37885', + usps_city: 'Vonore', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6015.0, + density: 13.8, + primary_coty_code: '47123', + primary_coty_name: 'Monroe', + county_weights: '{"47123": "94.26", "47105": "5.74"}', + coty_name: ['Monroe', 'Loudon'], + cty_code: ['47123', '47105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1212, lat: 35.48817 }, + }, + { + zip_code: '37890', + usps_city: 'White Pine', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7255.0, + density: 82.5, + primary_coty_code: '47089', + primary_coty_name: 'Jefferson', + county_weights: '{"47089": "98.94", "47063": "1.06"}', + coty_name: ['Jefferson', 'Hamblen'], + cty_code: ['47089', '47063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29334, lat: 36.08151 }, + }, + { + zip_code: '37923', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 31614.0, + density: 1090.8, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08022, lat: 35.92608 }, + }, + { + zip_code: '38002', + usps_city: 'Arlington', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 40430.0, + density: 134.1, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "94.84", "47047": "5.16"}', + coty_name: ['Shelby', 'Fayette'], + cty_code: ['47157', '47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7084, lat: 35.28695 }, + }, + { + zip_code: '38015', + usps_city: 'Burlison', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2385.0, + density: 21.2, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "100"}', + coty_name: ['Tipton'], + cty_code: ['47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82317, lat: 35.55867 }, + }, + { + zip_code: '38023', + usps_city: 'Drummonds', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6466.0, + density: 37.9, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "100"}', + coty_name: ['Tipton'], + cty_code: ['47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94491, lat: 35.47979 }, + }, + { + zip_code: '38105', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5915.0, + density: 1341.5, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03515, lat: 35.15123 }, + }, + { + zip_code: '38120', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14956.0, + density: 598.5, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85219, lat: 35.12352 }, + }, + { + zip_code: '38125', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 38131.0, + density: 771.5, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78865, lat: 35.02586 }, + }, + { + zip_code: '38231', + usps_city: 'Henry', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1646.0, + density: 12.0, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "100"}', + coty_name: ['Henry'], + cty_code: ['47079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4252, lat: 36.21178 }, + }, + { + zip_code: '38357', + usps_city: 'Michie', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2762.0, + density: 17.3, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "87.01", "47071": "12.99"}', + coty_name: ['McNairy', 'Hardin'], + cty_code: ['47109', '47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.41546, lat: 35.04583 }, + }, + { + zip_code: '38369', + usps_city: 'Rutherford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1692.0, + density: 16.8, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "100"}', + coty_name: ['Gibson'], + cty_code: ['47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96121, lat: 36.13228 }, + }, + { + zip_code: '38587', + usps_city: 'Walling', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1387.0, + density: 17.6, + primary_coty_code: '47185', + primary_coty_name: 'White', + county_weights: '{"47185": "100"}', + coty_name: ['White'], + cty_code: ['47185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.61686, lat: 35.86946 }, + }, + { + zip_code: '38617', + usps_city: 'Coahoma', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 4.8, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "100"}', + coty_name: ['Coahoma'], + cty_code: ['28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.52248, lat: 34.34946 }, + }, + { + zip_code: '38618', + usps_city: 'Coldwater', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12258.0, + density: 24.8, + primary_coty_code: '28137', + primary_coty_name: 'Tate', + county_weights: '{"28137": "97.92", "28093": "1.53", "28033": "0.55"}', + coty_name: ['Tate', 'Marshall', 'DeSoto'], + cty_code: ['28137', '28093', '28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93036, lat: 34.70124 }, + }, + { + zip_code: '38661', + usps_city: 'Red Banks', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1783.0, + density: 21.7, + primary_coty_code: '28093', + primary_coty_name: 'Marshall', + county_weights: '{"28093": "100"}', + coty_name: ['Marshall'], + cty_code: ['28093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55984, lat: 34.89624 }, + }, + { + zip_code: '38721', + usps_city: 'Anguilla', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 3.2, + primary_coty_code: '28125', + primary_coty_name: 'Sharkey', + county_weights: '{"28125": "100"}', + coty_name: ['Sharkey'], + cty_code: ['28125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7504, lat: 32.98404 }, + }, + { + zip_code: '38756', + usps_city: 'Leland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6197.0, + density: 13.8, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "100"}', + coty_name: ['Washington'], + cty_code: ['28151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85619, lat: 33.39148 }, + }, + { + zip_code: '38768', + usps_city: 'Rome', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 4.8, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "100"}', + coty_name: ['Sunflower'], + cty_code: ['28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48724, lat: 33.96973 }, + }, + { + zip_code: '38966', + usps_city: 'Webb', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 925.0, + density: 8.3, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35832, lat: 33.91688 }, + }, + { + zip_code: '39063', + usps_city: 'Durant', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3867.0, + density: 15.4, + primary_coty_code: '28051', + primary_coty_name: 'Holmes', + county_weights: '{"28051": "100"}', + coty_name: ['Holmes'], + cty_code: ['28051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89907, lat: 33.1182 }, + }, + { + zip_code: '39069', + usps_city: 'Fayette', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5290.0, + density: 11.6, + primary_coty_code: '28063', + primary_coty_name: 'Jefferson', + county_weights: '{"28063": "100"}', + coty_name: ['Jefferson'], + cty_code: ['28063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04597, lat: 31.68626 }, + }, + { + zip_code: '39180', + usps_city: 'Vicksburg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 32336.0, + density: 60.6, + primary_coty_code: '28149', + primary_coty_name: 'Warren', + county_weights: '{"28149": "100"}', + coty_name: ['Warren'], + cty_code: ['28149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85589, lat: 32.23088 }, + }, + { + zip_code: '39481', + usps_city: 'Stringer', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1536.0, + density: 15.1, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "100"}', + coty_name: ['Jasper'], + cty_code: ['28061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2422, lat: 31.86715 }, + }, + { + zip_code: '39641', + usps_city: 'Jayess', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3624.0, + density: 10.0, + primary_coty_code: '28147', + primary_coty_name: 'Walthall', + county_weights: + '{"28147": "45.68", "28077": "43.4", "28113": "9.74", "28085": "1.18"}', + coty_name: ['Walthall', 'Lawrence', 'Pike', 'Lincoln'], + cty_code: ['28147', '28077', '28113', '28085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16983, lat: 31.3567 }, + }, + { + zip_code: '39663', + usps_city: 'Silver Creek', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2947.0, + density: 9.2, + primary_coty_code: '28077', + primary_coty_name: 'Lawrence', + county_weights: '{"28077": "90.65", "28065": "9.35"}', + coty_name: ['Lawrence', 'Jefferson Davis'], + cty_code: ['28077', '28065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02541, lat: 31.58714 }, + }, + { + zip_code: '39736', + usps_city: 'Artesia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 32.6, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "100"}', + coty_name: ['Lowndes'], + cty_code: ['28087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.65228, lat: 33.43195 }, + }, + { + zip_code: '39737', + usps_city: 'Bellefontaine', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 7.2, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: '{"28155": "100"}', + coty_name: ['Webster'], + cty_code: ['28155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32741, lat: 33.67003 }, + }, + { + zip_code: '40006', + usps_city: 'Bedford', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4956.0, + density: 21.0, + primary_coty_code: '21223', + primary_coty_name: 'Trimble', + county_weights: '{"21223": "97.46", "21041": "2.54"}', + coty_name: ['Trimble', 'Carroll'], + cty_code: ['21223', '21041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.32669, lat: 38.59161 }, + }, + { + zip_code: '40041', + usps_city: 'Masonic Home', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 1413.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.66412, lat: 38.25603 }, + }, + { + zip_code: '40440', + usps_city: 'Junction City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2261.0, + density: 95.1, + primary_coty_code: '21021', + primary_coty_name: 'Boyle', + county_weights: '{"21021": "95.94", "21137": "4.06"}', + coty_name: ['Boyle', 'Lincoln'], + cty_code: ['21021', '21137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.82487, lat: 37.57869 }, + }, + { + zip_code: '40442', + usps_city: 'Kings Mountain', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 951.0, + density: 14.9, + primary_coty_code: '21137', + primary_coty_name: 'Lincoln', + county_weights: '{"21137": "58.54", "21045": "41.46"}', + coty_name: ['Lincoln', 'Casey'], + cty_code: ['21137', '21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.72469, lat: 37.35272 }, + }, + { + zip_code: '40513', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11163.0, + density: 298.7, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60641, lat: 38.01594 }, + }, + { + zip_code: '40729', + usps_city: 'East Bernstadt', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5161.0, + density: 30.3, + primary_coty_code: '21125', + primary_coty_name: 'Laurel', + county_weights: '{"21125": "100"}', + coty_name: ['Laurel'], + cty_code: ['21125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13499, lat: 37.24779 }, + }, + { + zip_code: '40856', + usps_city: 'Miracle', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 6.5, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53171, lat: 36.71799 }, + }, + { + zip_code: '40863', + usps_city: 'Pathfork', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 9.2, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44596, lat: 36.73949 }, + }, + { + zip_code: '41034', + usps_city: 'Dover', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 10.9, + primary_coty_code: '21161', + primary_coty_name: 'Mason', + county_weights: '{"21161": "100"}', + coty_name: ['Mason'], + cty_code: ['21161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8954, lat: 38.70961 }, + }, + { + zip_code: '41179', + usps_city: 'Vanceburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7535.0, + density: 8.9, + primary_coty_code: '21135', + primary_coty_name: 'Lewis', + county_weights: '{"21135": "100"}', + coty_name: ['Lewis'], + cty_code: ['21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38774, lat: 38.52673 }, + }, + { + zip_code: '41274', + usps_city: 'Wittensville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 40.5, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81079, lat: 37.85832 }, + }, + { + zip_code: '41701', + usps_city: 'Hazard', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16093.0, + density: 42.0, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "91.04", "21119": "8.96"}', + coty_name: ['Perry', 'Knott'], + cty_code: ['21193', '21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.19128, lat: 37.29829 }, + }, + { + zip_code: '41775', + usps_city: 'Wendover', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 1.7, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34195, lat: 37.09369 }, + }, + { + zip_code: '41831', + usps_city: 'Leburn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 26.6, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95222, lat: 37.3794 }, + }, + { + zip_code: '41862', + usps_city: 'Topmost', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 15.5, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79398, lat: 37.35362 }, + }, + { + zip_code: '42054', + usps_city: 'Kirksey', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 11.3, + primary_coty_code: '21035', + primary_coty_name: 'Calloway', + county_weights: '{"21035": "89.63", "21157": "7.22", "21083": "3.15"}', + coty_name: ['Calloway', 'Marshall', 'Graves'], + cty_code: ['21035', '21157', '21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43389, lat: 36.71528 }, + }, + { + zip_code: '42133', + usps_city: 'Fountain Run', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 7.4, + primary_coty_code: '21171', + primary_coty_name: 'Monroe', + county_weights: '{"21171": "48.54", "21009": "33.36", "21003": "18.1"}', + coty_name: ['Monroe', 'Barren', 'Allen'], + cty_code: ['21171', '21009', '21003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.95753, lat: 36.72482 }, + }, + { + zip_code: '42157', + usps_city: 'Mount Hermon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 15.8, + primary_coty_code: '21171', + primary_coty_name: 'Monroe', + county_weights: '{"21171": "100"}', + coty_name: ['Monroe'], + cty_code: ['21171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.81515, lat: 36.79088 }, + }, + { + zip_code: '42339', + usps_city: 'Dunmor', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 10.7, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "92.88", "21031": "7.13"}', + coty_name: ['Muhlenberg', 'Butler'], + cty_code: ['21177', '21031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.95003, lat: 37.10953 }, + }, + { + zip_code: '42368', + usps_city: 'Reynolds Station', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1303.0, + density: 11.9, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "54.04", "21091": "45.96"}', + coty_name: ['Ohio', 'Hancock'], + cty_code: ['21183', '21091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75501, lat: 37.70262 }, + }, + { + zip_code: '42453', + usps_city: 'Saint Charles', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 622.0, + density: 14.7, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "96.05", "21047": "3.95"}', + coty_name: ['Hopkins', 'Christian'], + cty_code: ['21107', '21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60336, lat: 37.15801 }, + }, + { + zip_code: '42567', + usps_city: 'Eubank', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5610.0, + density: 23.7, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "91.31", "21137": "8.69"}', + coty_name: ['Pulaski', 'Lincoln'], + cty_code: ['21199', '21137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60653, lat: 37.26417 }, + }, + { + zip_code: '42647', + usps_city: 'Stearns', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3806.0, + density: 10.6, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61067, lat: 36.69206 }, + }, + { + zip_code: '42716', + usps_city: 'Buffalo', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1566.0, + density: 16.7, + primary_coty_code: '21123', + primary_coty_name: 'Larue', + county_weights: '{"21123": "89.06", "21087": "5.75", "21217": "5.18"}', + coty_name: ['Larue', 'Green', 'Taylor'], + cty_code: ['21123', '21087', '21217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.60847, lat: 37.47647 }, + }, + { + zip_code: '42753', + usps_city: 'Knifley', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 11.9, + primary_coty_code: '21001', + primary_coty_name: 'Adair', + county_weights: '{"21001": "100"}', + coty_name: ['Adair'], + cty_code: ['21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.18513, lat: 37.22356 }, + }, + { + zip_code: '43030', + usps_city: 'Jacksontown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 453.9, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41584, lat: 39.9615 }, + }, + { + zip_code: '43116', + usps_city: 'Commercial Point', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1863.0, + density: 765.3, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "100"}', + coty_name: ['Pickaway'], + cty_code: ['39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06145, lat: 39.77156 }, + }, + { + zip_code: '43204', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 42796.0, + density: 1837.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0816, lat: 39.96136 }, + }, + { + zip_code: '43358', + usps_city: 'West Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2771.0, + density: 17.0, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "53.39", "39159": "46.61"}', + coty_name: ['Logan', 'Union'], + cty_code: ['39091', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53257, lat: 40.41959 }, + }, + { + zip_code: '43433', + usps_city: 'Gypsum', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 55.5, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.88031, lat: 41.50474 }, + }, + { + zip_code: '43515', + usps_city: 'Delta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8254.0, + density: 39.0, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "100"}', + coty_name: ['Fulton'], + cty_code: ['39051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.00775, lat: 41.58534 }, + }, + { + zip_code: '43548', + usps_city: 'New Bavaria', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 11.2, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "91.71", "39039": "6.71", "39137": "1.57"}', + coty_name: ['Henry', 'Defiance', 'Putnam'], + cty_code: ['39069', '39039', '39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17511, lat: 41.18534 }, + }, + { + zip_code: '43557', + usps_city: 'Stryker', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3216.0, + density: 28.1, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "95.96", "39069": "2.42", "39051": "1.62"}', + coty_name: ['Williams', 'Henry', 'Fulton'], + cty_code: ['39171', '39069', '39051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39612, lat: 41.48405 }, + }, + { + zip_code: '43725', + usps_city: 'Cambridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20249.0, + density: 58.6, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58946, lat: 40.04495 }, + }, + { + zip_code: '43735', + usps_city: 'East Fultonham', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 113.5, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11874, lat: 39.86326 }, + }, + { + zip_code: '43756', + usps_city: 'Mcconnelsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4669.0, + density: 12.7, + primary_coty_code: '39115', + primary_coty_name: 'Morgan', + county_weights: '{"39115": "100"}', + coty_name: ['Morgan'], + cty_code: ['39115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79502, lat: 39.69077 }, + }, + { + zip_code: '43767', + usps_city: 'Norwich', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 856.0, + density: 10.3, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8045, lat: 40.01235 }, + }, + { + zip_code: '43783', + usps_city: 'Somerset', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5352.0, + density: 34.3, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "100"}', + coty_name: ['Perry'], + cty_code: ['39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28408, lat: 39.80421 }, + }, + { + zip_code: '43788', + usps_city: 'Summerfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 6.6, + primary_coty_code: '39121', + primary_coty_name: 'Noble', + county_weights: '{"39121": "75.95", "39111": "24.05"}', + coty_name: ['Noble', 'Monroe'], + cty_code: ['39121', '39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33324, lat: 39.80227 }, + }, + { + zip_code: '43944', + usps_city: 'Richmond', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2495.0, + density: 33.5, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77107, lat: 40.43074 }, + }, + { + zip_code: '44001', + usps_city: 'Amherst', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21142.0, + density: 237.6, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.26176, lat: 41.36493 }, + }, + { + zip_code: '44081', + usps_city: 'Perry', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7137.0, + density: 135.0, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "100"}', + coty_name: ['Lake'], + cty_code: ['39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14561, lat: 41.7678 }, + }, + { + zip_code: '44092', + usps_city: 'Wickliffe', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16812.0, + density: 869.3, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "100"}', + coty_name: ['Lake'], + cty_code: ['39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46842, lat: 41.598 }, + }, + { + zip_code: '44260', + usps_city: 'Mogadore', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13054.0, + density: 152.2, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "71.46", "39153": "21.49", "39151": "7.04"}', + coty_name: ['Portage', 'Summit', 'Stark'], + cty_code: ['39133', '39153', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34084, lat: 41.03678 }, + }, + { + zip_code: '44445', + usps_city: 'New Waterford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3610.0, + density: 84.1, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61804, lat: 40.84865 }, + }, + { + zip_code: '44473', + usps_city: 'Vienna', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3287.0, + density: 52.7, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66249, lat: 41.24616 }, + }, + { + zip_code: '44643', + usps_city: 'Magnolia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3949.0, + density: 46.6, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "47.45", "39157": "28.68", "39019": "23.87"}', + coty_name: ['Stark', 'Tuscarawas', 'Carroll'], + cty_code: ['39151', '39157', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30086, lat: 40.63965 }, + }, + { + zip_code: '44651', + usps_city: 'Mechanicstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 9.8, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "100"}', + coty_name: ['Carroll'], + cty_code: ['39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95387, lat: 40.62549 }, + }, + { + zip_code: '44681', + usps_city: 'Sugarcreek', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8442.0, + density: 54.9, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "61.6", "39075": "38.4"}', + coty_name: ['Tuscarawas', 'Holmes'], + cty_code: ['39157', '39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.66119, lat: 40.5021 }, + }, + { + zip_code: '44685', + usps_city: 'Uniontown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27941.0, + density: 421.1, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "50.79", "39151": "49.21"}', + coty_name: ['Summit', 'Stark'], + cty_code: ['39153', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42424, lat: 40.95992 }, + }, + { + zip_code: '44705', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19797.0, + density: 933.1, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33223, lat: 40.83384 }, + }, + { + zip_code: '44814', + usps_city: 'Berlin Heights', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2894.0, + density: 42.5, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "100"}', + coty_name: ['Erie'], + cty_code: ['39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4726, lat: 41.32187 }, + }, + { + zip_code: '44820', + usps_city: 'Bucyrus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17374.0, + density: 41.9, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "100"}', + coty_name: ['Crawford'], + cty_code: ['39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97252, lat: 40.81746 }, + }, + { + zip_code: '44838', + usps_city: 'Hayesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 291.8, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "100"}', + coty_name: ['Ashland'], + cty_code: ['39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25979, lat: 40.77228 }, + }, + { + zip_code: '44844', + usps_city: 'McCutchenville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 10.5, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "53.8", "39147": "46.2"}', + coty_name: ['Wyandot', 'Seneca'], + cty_code: ['39175', '39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.26132, lat: 40.9922 }, + }, + { + zip_code: '44846', + usps_city: 'Milan', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3432.0, + density: 57.7, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "89.09", "39077": "10.91"}', + coty_name: ['Erie', 'Huron'], + cty_code: ['39043', '39077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61033, lat: 41.3206 }, + }, + { + zip_code: '44865', + usps_city: 'Plymouth', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3076.0, + density: 33.5, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "49.8", "39139": "48.14", "39033": "2.07"}', + coty_name: ['Huron', 'Richland', 'Crawford'], + cty_code: ['39077', '39139', '39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67912, lat: 40.99234 }, + }, + { + zip_code: '45030', + usps_city: 'Harrison', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19532.0, + density: 176.9, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76083, lat: 39.25707 }, + }, + { + zip_code: '45041', + usps_city: 'Miamitown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.703, lat: 39.21114 }, + }, + { + zip_code: '45111', + usps_city: 'Camp Dennison', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 173.7, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29021, lat: 39.19634 }, + }, + { + zip_code: '45233', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16062.0, + density: 557.8, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66579, lat: 39.11841 }, + }, + { + zip_code: '45240', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26685.0, + density: 1123.3, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52883, lat: 39.28513 }, + }, + { + zip_code: '45307', + usps_city: 'Bowersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 805.4, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.72337, lat: 39.58066 }, + }, + { + zip_code: '45310', + usps_city: 'Burkettsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 266.0, + density: 590.8, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "69.67", "39037": "30.33"}', + coty_name: ['Mercer', 'Darke'], + cty_code: ['39107', '39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64248, lat: 40.35307 }, + }, + { + zip_code: '45324', + usps_city: 'Fairborn', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 40867.0, + density: 497.7, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "95.16", "39023": "4.84"}', + coty_name: ['Greene', 'Clark'], + cty_code: ['39057', '39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.99406, lat: 39.82283 }, + }, + { + zip_code: '45373', + usps_city: 'Troy', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36131.0, + density: 163.1, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "100"}', + coty_name: ['Miami'], + cty_code: ['39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19478, lat: 40.03218 }, + }, + { + zip_code: '45383', + usps_city: 'West Milton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6924.0, + density: 102.5, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "100"}', + coty_name: ['Miami'], + cty_code: ['39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33772, lat: 39.95621 }, + }, + { + zip_code: '45417', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29325.0, + density: 345.7, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28564, lat: 39.73592 }, + }, + { + zip_code: '45715', + usps_city: 'Beverly', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 24.0, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "68.94", "39115": "25.82", "39121": "5.25"}', + coty_name: ['Washington', 'Morgan', 'Noble'], + cty_code: ['39167', '39115', '39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62985, lat: 39.60457 }, + }, + { + zip_code: '45727', + usps_city: 'Dexter City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 4.2, + primary_coty_code: '39121', + primary_coty_name: 'Noble', + county_weights: '{"39121": "100"}', + coty_name: ['Noble'], + cty_code: ['39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48482, lat: 39.64399 }, + }, + { + zip_code: '45779', + usps_city: 'Syracuse', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 856.0, + density: 453.7, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9731, lat: 38.99844 }, + }, + { + zip_code: '45816', + usps_city: 'Benton Ridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 489.9, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79401, lat: 41.00446 }, + }, + { + zip_code: '45832', + usps_city: 'Convoy', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3088.0, + density: 17.1, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "99.48", "39125": "0.52"}', + coty_name: ['Van Wert', 'Paulding'], + cty_code: ['39161', '39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73285, lat: 40.92657 }, + }, + { + zip_code: '45858', + usps_city: 'McComb', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2972.0, + density: 18.3, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80444, lat: 41.10771 }, + }, + { + zip_code: '45859', + usps_city: 'McGuffey', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 140.2, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "100"}', + coty_name: ['Hardin'], + cty_code: ['39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.77862, lat: 40.68372 }, + }, + { + zip_code: '45897', + usps_city: 'Williamstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65748, lat: 40.8317 }, + }, + { + zip_code: '46071', + usps_city: 'Thorntown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3148.0, + density: 17.5, + primary_coty_code: '18011', + primary_coty_name: 'Boone', + county_weights: '{"18011": "100"}', + coty_name: ['Boone'], + cty_code: ['18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.60693, lat: 40.12014 }, + }, + { + zip_code: '46113', + usps_city: 'Camby', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15505.0, + density: 365.0, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "43.86", "18109": "42.99", "18063": "13.16"}', + coty_name: ['Marion', 'Morgan', 'Hendricks'], + cty_code: ['18097', '18109', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.30532, lat: 39.63282 }, + }, + { + zip_code: '46124', + usps_city: 'Edinburgh', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8949.0, + density: 56.1, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "55.04", "18005": "24.25", "18145": "20.71"}', + coty_name: ['Johnson', 'Bartholomew', 'Shelby'], + cty_code: ['18081', '18005', '18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.92746, lat: 39.37335 }, + }, + { + zip_code: '46160', + usps_city: 'Morgantown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6321.0, + density: 26.4, + primary_coty_code: '18013', + primary_coty_name: 'Brown', + county_weights: '{"18013": "48.43", "18109": "36.51", "18081": "15.06"}', + coty_name: ['Brown', 'Morgan', 'Johnson'], + cty_code: ['18013', '18109', '18081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.27077, lat: 39.35229 }, + }, + { + zip_code: '46168', + usps_city: 'Plainfield', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 35418.0, + density: 423.9, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.392, lat: 39.68923 }, + }, + { + zip_code: '46184', + usps_city: 'Whiteland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14042.0, + density: 264.0, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "100"}', + coty_name: ['Johnson'], + cty_code: ['18081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0722, lat: 39.5611 }, + }, + { + zip_code: '46203', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 38581.0, + density: 1076.1, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0969, lat: 39.73761 }, + }, + { + zip_code: '46259', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10999.0, + density: 197.9, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "93.73", "18145": "3.42", "18081": "2.85"}', + coty_name: ['Marion', 'Shelby', 'Johnson'], + cty_code: ['18097', '18145', '18081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.98712, lat: 39.65177 }, + }, + { + zip_code: '46327', + usps_city: 'Hammond', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11466.0, + density: 1067.6, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50687, lat: 41.63866 }, + }, + { + zip_code: '46542', + usps_city: 'Milford', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4142.0, + density: 30.9, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "95.28", "18039": "4.72"}', + coty_name: ['Kosciusko', 'Elkhart'], + cty_code: ['18085', '18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.87439, lat: 41.39179 }, + }, + { + zip_code: '46730', + usps_city: 'Corunna', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1039.0, + density: 14.3, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "100"}', + coty_name: ['DeKalb'], + cty_code: ['18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.15548, lat: 41.45324 }, + }, + { + zip_code: '46740', + usps_city: 'Geneva', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3874.0, + density: 24.3, + primary_coty_code: '18001', + primary_coty_name: 'Adams', + county_weights: '{"18001": "97.04", "18179": "2.96"}', + coty_name: ['Adams', 'Wells'], + cty_code: ['18001', '18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.96445, lat: 40.60209 }, + }, + { + zip_code: '46766', + usps_city: 'Liberty Center', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 14.0, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "100"}', + coty_name: ['Wells'], + cty_code: ['18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.28477, lat: 40.71204 }, + }, + { + zip_code: '46776', + usps_city: 'Orland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1715.0, + density: 28.3, + primary_coty_code: '18151', + primary_coty_name: 'Steuben', + county_weights: '{"18151": "83.56", "18087": "16.44"}', + coty_name: ['Steuben', 'LaGrange'], + cty_code: ['18151', '18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.16272, lat: 41.72835 }, + }, + { + zip_code: '46818', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20852.0, + density: 121.8, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "98.15", "18183": "1.85"}', + coty_name: ['Allen', 'Whitley'], + cty_code: ['18003', '18183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.25018, lat: 41.14786 }, + }, + { + zip_code: '46984', + usps_city: 'Somerset', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 312.1, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "100"}', + coty_name: ['Wabash'], + cty_code: ['18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.83066, lat: 40.66812 }, + }, + { + zip_code: '47035', + usps_city: 'New Trenton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 310.8, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "100"}', + coty_name: ['Franklin'], + cty_code: ['18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.90554, lat: 39.30925 }, + }, + { + zip_code: '47060', + usps_city: 'West Harrison', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5942.0, + density: 40.1, + primary_coty_code: '18029', + primary_coty_name: 'Dearborn', + county_weights: '{"18029": "66.1", "18047": "33.9"}', + coty_name: ['Dearborn', 'Franklin'], + cty_code: ['18029', '18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.88096, lat: 39.30086 }, + }, + { + zip_code: '47106', + usps_city: 'Borden', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5005.0, + density: 27.8, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "87.03", "18043": "8.73", "18175": "4.24"}', + coty_name: ['Clark', 'Floyd', 'Washington'], + cty_code: ['18019', '18043', '18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.90238, lat: 38.4624 }, + }, + { + zip_code: '47162', + usps_city: 'New Washington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 13.6, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.47192, lat: 38.55393 }, + }, + { + zip_code: '47167', + usps_city: 'Salem', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14879.0, + density: 26.9, + primary_coty_code: '18175', + primary_coty_name: 'Washington', + county_weights: '{"18175": "100"}', + coty_name: ['Washington'], + cty_code: ['18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.09583, lat: 38.61184 }, + }, + { + zip_code: '47240', + usps_city: 'Greensburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21836.0, + density: 28.2, + primary_coty_code: '18031', + primary_coty_name: 'Decatur', + county_weights: + '{"18031": "98.77", "18047": "0.54", "18145": "0.3", "18139": "0.23", "18137": "0.16"}', + coty_name: ['Decatur', 'Franklin', 'Shelby', 'Rush', 'Ripley'], + cty_code: ['18031', '18047', '18145', '18139', '18137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.47994, lat: 39.32316 }, + }, + { + zip_code: '47250', + usps_city: 'Madison', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22202.0, + density: 41.4, + primary_coty_code: '18077', + primary_coty_name: 'Jefferson', + county_weights: '{"18077": "96.82", "18137": "1.71", "18155": "1.47"}', + coty_name: ['Jefferson', 'Ripley', 'Switzerland'], + cty_code: ['18077', '18137', '18155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.35149, lat: 38.81842 }, + }, + { + zip_code: '47336', + usps_city: 'Dunkirk', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3243.0, + density: 26.7, + primary_coty_code: '18075', + primary_coty_name: 'Jay', + county_weights: '{"18075": "79.43", "18035": "11.72", "18009": "8.85"}', + coty_name: ['Jay', 'Delaware', 'Blackford'], + cty_code: ['18075', '18035', '18009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.20756, lat: 40.3961 }, + }, + { + zip_code: '47357', + usps_city: 'Milton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 822.0, + density: 9.1, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "83.21", "18041": "16.79"}', + coty_name: ['Wayne', 'Fayette'], + cty_code: ['18177', '18041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.14961, lat: 39.75631 }, + }, + { + zip_code: '47524', + usps_city: 'Decker', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 4.6, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.61272, lat: 38.4866 }, + }, + { + zip_code: '47528', + usps_city: 'Edwardsport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 10.4, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.25692, lat: 38.83787 }, + }, + { + zip_code: '47631', + usps_city: 'New Harmony', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2217.0, + density: 14.2, + primary_coty_code: '18129', + primary_coty_name: 'Posey', + county_weights: '{"18129": "100"}', + coty_name: ['Posey'], + cty_code: ['18129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90994, lat: 38.10123 }, + }, + { + zip_code: '47637', + usps_city: 'Tennyson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1294.0, + density: 8.6, + primary_coty_code: '18173', + primary_coty_name: 'Warrick', + county_weights: '{"18173": "90.11", "18147": "9.89"}', + coty_name: ['Warrick', 'Spencer'], + cty_code: ['18173', '18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.14952, lat: 38.13444 }, + }, + { + zip_code: '47804', + usps_city: 'Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11781.0, + density: 691.6, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.38966, lat: 39.49758 }, + }, + { + zip_code: '47832', + usps_city: 'Bloomingdale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1059.0, + density: 9.6, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "100"}', + coty_name: ['Parke'], + cty_code: ['18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.25424, lat: 39.8779 }, + }, + { + zip_code: '47880', + usps_city: 'Shepardsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 1276.7, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.41885, lat: 39.59975 }, + }, + { + zip_code: '47946', + usps_city: 'Francesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2170.0, + density: 9.1, + primary_coty_code: '18131', + primary_coty_name: 'Pulaski', + county_weights: '{"18131": "93.05", "18073": "6.95"}', + coty_name: ['Pulaski', 'Jasper'], + cty_code: ['18131', '18073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Winamac', + geo_point_2d: { lon: -86.86838, lat: 40.98176 }, + }, + { + zip_code: '47948', + usps_city: 'Goodland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1485.0, + density: 10.4, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "85.8", "18073": "11.63", "18007": "2.58"}', + coty_name: ['Newton', 'Jasper', 'Benton'], + cty_code: ['18111', '18073', '18007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.28169, lat: 40.77706 }, + }, + { + zip_code: '47987', + usps_city: 'Veedersburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4074.0, + density: 12.7, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "100"}', + coty_name: ['Fountain'], + cty_code: ['18045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.22674, lat: 40.1233 }, + }, + { + zip_code: '48035', + usps_city: 'Clinton Township', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 35599.0, + density: 1563.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.90942, lat: 42.55613 }, + }, + { + zip_code: '48040', + usps_city: 'Marysville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9693.0, + density: 541.6, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.48023, lat: 42.90986 }, + }, + { + zip_code: '48111', + usps_city: 'Belleville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 40926.0, + density: 234.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "99.34", "26161": "0.48", "26115": "0.17"}', + coty_name: ['Wayne', 'Washtenaw', 'Monroe'], + cty_code: ['26163', '26161', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.48676, lat: 42.17903 }, + }, + { + zip_code: '48116', + usps_city: 'Brighton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27244.0, + density: 287.6, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.78199, lat: 42.50513 }, + }, + { + zip_code: '48134', + usps_city: 'Flat Rock', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21937.0, + density: 472.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "96.61", "26115": "3.39"}', + coty_name: ['Wayne', 'Monroe'], + cty_code: ['26163', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29339, lat: 42.10714 }, + }, + { + zip_code: '48239', + usps_city: 'Redford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 36364.0, + density: 1443.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.28466, lat: 42.37587 }, + }, + { + zip_code: '48302', + usps_city: 'Bloomfield Hills', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15964.0, + density: 557.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29526, lat: 42.58569 }, + }, + { + zip_code: '48381', + usps_city: 'Milford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13481.0, + density: 259.6, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.5942, lat: 42.56168 }, + }, + { + zip_code: '48415', + usps_city: 'Birch Run', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9107.0, + density: 53.8, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "96.54", "26049": "1.83", "26157": "1.64"}', + coty_name: ['Saginaw', 'Genesee', 'Tuscola'], + cty_code: ['26145', '26049', '26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.80094, lat: 43.27114 }, + }, + { + zip_code: '48426', + usps_city: 'Decker', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1007.0, + density: 9.9, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05897, lat: 43.51006 }, + }, + { + zip_code: '48445', + usps_city: 'Kinde', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1245.0, + density: 8.6, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.98696, lat: 43.95158 }, + }, + { + zip_code: '48464', + usps_city: 'Otter Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2157.0, + density: 44.6, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "78.17", "26157": "13.63", "26049": "8.2"}', + coty_name: ['Lapeer', 'Tuscola', 'Genesee'], + cty_code: ['26087', '26157', '26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.42104, lat: 43.21906 }, + }, + { + zip_code: '48623', + usps_city: 'Freeland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13662.0, + density: 71.4, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "88.06", "26111": "7.48", "26017": "4.46"}', + coty_name: ['Saginaw', 'Midland', 'Bay'], + cty_code: ['26145', '26111', '26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.13557, lat: 43.51988 }, + }, + { + zip_code: '48638', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11692.0, + density: 683.3, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.01958, lat: 43.41704 }, + }, + { + zip_code: '48877', + usps_city: 'Riverdale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2459.0, + density: 28.2, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "62.08", "26117": "33.11", "26073": "4.81"}', + coty_name: ['Gratiot', 'Montcalm', 'Isabella'], + cty_code: ['26057', '26117', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.84284, lat: 43.40172 }, + }, + { + zip_code: '48880', + usps_city: 'Saint Louis', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10034.0, + density: 51.6, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "89.46", "26111": "9.01", "26073": "1.54"}', + coty_name: ['Gratiot', 'Midland', 'Isabella'], + cty_code: ['26057', '26111', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.56832, lat: 43.4576 }, + }, + { + zip_code: '49014', + usps_city: 'Battle Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21481.0, + density: 109.7, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.10611, lat: 42.31108 }, + }, + { + zip_code: '49051', + usps_city: 'East Leroy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2796.0, + density: 36.7, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.24042, lat: 42.1835 }, + }, + { + zip_code: '49057', + usps_city: 'Hartford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6459.0, + density: 48.4, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.16402, lat: 42.18365 }, + }, + { + zip_code: '49060', + usps_city: 'Hickory Corners', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1902.0, + density: 38.8, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "67.55", "26077": "32.45"}', + coty_name: ['Barry', 'Kalamazoo'], + cty_code: ['26015', '26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.39533, lat: 42.42654 }, + }, + { + zip_code: '49097', + usps_city: 'Vicksburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11106.0, + density: 57.6, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "98.97", "26149": "1.03"}', + coty_name: ['Kalamazoo', 'St. Joseph'], + cty_code: ['26077', '26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.48818, lat: 42.11459 }, + }, + { + zip_code: '49103', + usps_city: 'Berrien Springs', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10437.0, + density: 90.6, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.37641, lat: 41.94691 }, + }, + { + zip_code: '49130', + usps_city: 'Union', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1474.0, + density: 47.2, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "100"}', + coty_name: ['Cass'], + cty_code: ['26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.85943, lat: 41.78195 }, + }, + { + zip_code: '49254', + usps_city: 'Michigan Center', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3069.0, + density: 365.2, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.31609, lat: 42.22712 }, + }, + { + zip_code: '49268', + usps_city: 'Palmyra', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1153.0, + density: 20.6, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.92632, lat: 41.8729 }, + }, + { + zip_code: '49286', + usps_city: 'Tecumseh', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14639.0, + density: 94.7, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.936, lat: 42.0136 }, + }, + { + zip_code: '49302', + usps_city: 'Alto', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8717.0, + density: 69.0, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.3986, lat: 42.82286 }, + }, + { + zip_code: '49304', + usps_city: 'Baldwin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3922.0, + density: 11.7, + primary_coty_code: '26085', + primary_coty_name: 'Lake', + county_weights: '{"26085": "100"}', + coty_name: ['Lake'], + cty_code: ['26085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.87, lat: 43.91391 }, + }, + { + zip_code: '49441', + usps_city: 'Muskegon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 35365.0, + density: 628.2, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "100"}', + coty_name: ['Muskegon'], + cty_code: ['26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.27255, lat: 43.18555 }, + }, + { + zip_code: '49448', + usps_city: 'Nunica', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4100.0, + density: 47.6, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "89.94", "26121": "10.06"}', + coty_name: ['Ottawa', 'Muskegon'], + cty_code: ['26139', '26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.07328, lat: 43.09071 }, + }, + { + zip_code: '49449', + usps_city: 'Pentwater', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2661.0, + density: 24.6, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "78.5", "26105": "21.5"}', + coty_name: ['Oceana', 'Mason'], + cty_code: ['26127', '26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.3746, lat: 43.79871 }, + }, + { + zip_code: '49457', + usps_city: 'Twin Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10137.0, + density: 50.6, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "99.33", "26123": "0.67"}', + coty_name: ['Muskegon', 'Newaygo'], + cty_code: ['26121', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.14828, lat: 43.35365 }, + }, + { + zip_code: '49643', + usps_city: 'Interlochen', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6956.0, + density: 47.8, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "67.94", "26019": "32.06"}', + coty_name: ['Grand Traverse', 'Benzie'], + cty_code: ['26055', '26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.83375, lat: 44.63959 }, + }, + { + zip_code: '49683', + usps_city: 'Thompsonville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2135.0, + density: 9.6, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "60.29", "26101": "34.19", "26055": "5.52"}', + coty_name: ['Benzie', 'Manistee', 'Grand Traverse'], + cty_code: ['26019', '26101', '26055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.9306, lat: 44.53935 }, + }, + { + zip_code: '49743', + usps_city: 'Hawks', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 3.3, + primary_coty_code: '26141', + primary_coty_name: 'Presque Isle', + county_weights: '{"26141": "100"}', + coty_name: ['Presque Isle'], + cty_code: ['26141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.89646, lat: 45.27349 }, + }, + { + zip_code: '49783', + usps_city: 'Sault Sainte Marie', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19270.0, + density: 49.3, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.28349, lat: 46.41474 }, + }, + { + zip_code: '49834', + usps_city: 'Foster City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 2.4, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.75838, lat: 45.94378 }, + }, + { + zip_code: '49930', + usps_city: 'Hancock', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7258.0, + density: 57.3, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.53997, lat: 47.16247 }, + }, + { + zip_code: '50048', + usps_city: 'Casey', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 4.0, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "77.35", "19001": "22.65"}', + coty_name: ['Guthrie', 'Adair'], + cty_code: ['19077', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52011, lat: 41.51337 }, + }, + { + zip_code: '50049', + usps_city: 'Chariton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6403.0, + density: 12.3, + primary_coty_code: '19117', + primary_coty_name: 'Lucas', + county_weights: '{"19117": "99.8", "19185": "0.2"}', + coty_name: ['Lucas', 'Wayne'], + cty_code: ['19117', '19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30104, lat: 41.03564 }, + }, + { + zip_code: '50102', + usps_city: 'Garden City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 140.2, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "100"}', + coty_name: ['Hardin'], + cty_code: ['19083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40019, lat: 42.24554 }, + }, + { + zip_code: '50136', + usps_city: 'Keswick', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 4.2, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "97.75", "19095": "2.25"}', + coty_name: ['Keokuk', 'Iowa'], + cty_code: ['19107', '19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29086, lat: 41.47087 }, + }, + { + zip_code: '50254', + usps_city: 'Thayer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 2.2, + primary_coty_code: '19175', + primary_coty_name: 'Union', + county_weights: '{"19175": "100"}', + coty_name: ['Union'], + cty_code: ['19175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.07011, lat: 40.98707 }, + }, + { + zip_code: '50314', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 11377.0, + density: 1769.7, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63122, lat: 41.60535 }, + }, + { + zip_code: '50438', + usps_city: 'Garner', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4167.0, + density: 12.1, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "100"}', + coty_name: ['Hancock'], + cty_code: ['19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61746, lat: 43.10935 }, + }, + { + zip_code: '50510', + usps_city: 'Albert City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1003.0, + density: 4.6, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "93.91", "19151": "6.09"}', + coty_name: ['Buena Vista', 'Pocahontas'], + cty_code: ['19021', '19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98481, lat: 42.76092 }, + }, + { + zip_code: '50525', + usps_city: 'Clarion', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3383.0, + density: 9.4, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "100"}', + coty_name: ['Wright'], + cty_code: ['19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74724, lat: 42.73648 }, + }, + { + zip_code: '50560', + usps_city: 'Lu Verne', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 617.0, + density: 2.7, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "86.95", "19091": "13.05"}', + coty_name: ['Kossuth', 'Humboldt'], + cty_code: ['19109', '19091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.10802, lat: 42.96058 }, + }, + { + zip_code: '50573', + usps_city: 'Plover', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 80.3, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62382, lat: 42.87674 }, + }, + { + zip_code: '50627', + usps_city: 'Eldora', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3200.0, + density: 11.6, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "97.05", "19075": "2.95"}', + coty_name: ['Hardin', 'Grundy'], + cty_code: ['19083', '19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09573, lat: 42.35055 }, + }, + { + zip_code: '50635', + usps_city: 'Gladbrook', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1584.0, + density: 7.3, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "98.94", "19127": "1.06"}', + coty_name: ['Tama', 'Marshall'], + cty_code: ['19171', '19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69932, lat: 42.20208 }, + }, + { + zip_code: '51014', + usps_city: 'Cleghorn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 405.0, + density: 2.9, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "100"}', + coty_name: ['Cherokee'], + cty_code: ['19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71073, lat: 42.78564 }, + }, + { + zip_code: '51029', + usps_city: 'Larrabee', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 4.5, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "100"}', + coty_name: ['Cherokee'], + cty_code: ['19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53787, lat: 42.88057 }, + }, + { + zip_code: '51055', + usps_city: 'Sloan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1618.0, + density: 9.4, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "86.2", "19133": "13.8"}', + coty_name: ['Woodbury', 'Monona'], + cty_code: ['19193', '19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.25672, lat: 42.21586 }, + }, + { + zip_code: '51442', + usps_city: 'Denison', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 9633.0, + density: 21.5, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35836, lat: 42.03038 }, + }, + { + zip_code: '51447', + usps_city: 'Kirkman', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 3.1, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "100"}', + coty_name: ['Shelby'], + cty_code: ['19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19595, lat: 41.7221 }, + }, + { + zip_code: '51523', + usps_city: 'Blencoe', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 2.9, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "95.8", "19085": "4.2"}', + coty_name: ['Monona', 'Harrison'], + cty_code: ['19133', '19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06795, lat: 41.91325 }, + }, + { + zip_code: '51540', + usps_city: 'Hastings', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 2.7, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "100"}', + coty_name: ['Mills'], + cty_code: ['19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49899, lat: 41.02448 }, + }, + { + zip_code: '51578', + usps_city: 'Westphalia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 693.0, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "100"}', + coty_name: ['Shelby'], + cty_code: ['19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39456, lat: 41.71937 }, + }, + { + zip_code: '52160', + usps_city: 'New Albin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 8.3, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: '{"19005": "100"}', + coty_name: ['Allamakee'], + cty_code: ['19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36386, lat: 43.46599 }, + }, + { + zip_code: '52175', + usps_city: 'West Union', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3535.0, + density: 15.7, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.82561, lat: 42.99396 }, + }, + { + zip_code: '52237', + usps_city: 'Hopkinton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1622.0, + density: 7.7, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "99.01", "19061": "0.99"}', + coty_name: ['Delaware', 'Dubuque'], + cty_code: ['19055', '19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24829, lat: 42.34467 }, + }, + { + zip_code: '52302', + usps_city: 'Marion', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 41179.0, + density: 214.3, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.57061, lat: 42.06554 }, + }, + { + zip_code: '52315', + usps_city: 'Newhall', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 14.9, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97011, lat: 42.00089 }, + }, + { + zip_code: '52317', + usps_city: 'North Liberty', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 20321.0, + density: 226.3, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63101, lat: 41.76242 }, + }, + { + zip_code: '52334', + usps_city: 'South Amana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 3.6, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94109, lat: 41.7402 }, + }, + { + zip_code: '52336', + usps_city: 'Springville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2394.0, + density: 18.8, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.43977, lat: 42.06925 }, + }, + { + zip_code: '52356', + usps_city: 'Wellman', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2573.0, + density: 11.1, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "85.54", "19095": "8.28", "19103": "6.17"}', + coty_name: ['Washington', 'Iowa', 'Johnson'], + cty_code: ['19183', '19095', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.84517, lat: 41.47372 }, + }, + { + zip_code: '52359', + usps_city: 'West Chester', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 6.9, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "100"}', + coty_name: ['Washington'], + cty_code: ['19183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.80745, lat: 41.35852 }, + }, + { + zip_code: '52531', + usps_city: 'Albia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5880.0, + density: 10.4, + primary_coty_code: '19135', + primary_coty_name: 'Monroe', + county_weights: '{"19135": "100"}', + coty_name: ['Monroe'], + cty_code: ['19135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81433, lat: 41.02676 }, + }, + { + zip_code: '52570', + usps_city: 'Milton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1014.0, + density: 5.7, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "88.89", "19051": "11.11"}', + coty_name: ['Van Buren', 'Davis'], + cty_code: ['19177', '19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15075, lat: 40.6852 }, + }, + { + zip_code: '52638', + usps_city: 'Middletown', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 6.7, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "100"}', + coty_name: ['Des Moines'], + cty_code: ['19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24575, lat: 40.79857 }, + }, + { + zip_code: '52641', + usps_city: 'Mount Pleasant', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12247.0, + density: 22.3, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "99.17", "19183": "0.47", "19101": "0.36"}', + coty_name: ['Henry', 'Washington', 'Jefferson'], + cty_code: ['19087', '19183', '19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5872, lat: 40.98967 }, + }, + { + zip_code: '52647', + usps_city: 'Olds', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 219.4, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "100"}', + coty_name: ['Henry'], + cty_code: ['19087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54472, lat: 41.13517 }, + }, + { + zip_code: '52777', + usps_city: 'Wheatland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 8.6, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "98.08", "19031": "1.92"}', + coty_name: ['Clinton', 'Cedar'], + cty_code: ['19045', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85613, lat: 41.854 }, + }, + { + zip_code: '53039', + usps_city: 'Juneau', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4594.0, + density: 25.0, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7129, lat: 43.37002 }, + }, + { + zip_code: '53074', + usps_city: 'Port Washington', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 12872.0, + density: 165.0, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "100"}', + coty_name: ['Ozaukee'], + cty_code: ['55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88359, lat: 43.42621 }, + }, + { + zip_code: '53128', + usps_city: 'Genoa City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9052.0, + density: 137.5, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "87.35", "55059": "12.65"}', + coty_name: ['Walworth', 'Kenosha'], + cty_code: ['55127', '55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.33951, lat: 42.53087 }, + }, + { + zip_code: '53502', + usps_city: 'Albany', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2515.0, + density: 19.0, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "100"}', + coty_name: ['Green'], + cty_code: ['55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44184, lat: 42.73287 }, + }, + { + zip_code: '53575', + usps_city: 'Oregon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16357.0, + density: 115.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38998, lat: 42.9337 }, + }, + { + zip_code: '53576', + usps_city: 'Orfordville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2300.0, + density: 28.4, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23481, lat: 42.62423 }, + }, + { + zip_code: '53719', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 31487.0, + density: 1203.1, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50153, lat: 43.02756 }, + }, + { + zip_code: '53826', + usps_city: 'Wauzeka', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1308.0, + density: 7.1, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "100"}', + coty_name: ['Crawford'], + cty_code: ['55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91348, lat: 43.12235 }, + }, + { + zip_code: '53951', + usps_city: 'North Freedom', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2233.0, + density: 11.8, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "100"}', + coty_name: ['Sauk'], + cty_code: ['55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.87218, lat: 43.39197 }, + }, + { + zip_code: '54027', + usps_city: 'Wilson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1045.0, + density: 13.5, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19588, lat: 44.92414 }, + }, + { + zip_code: '54235', + usps_city: 'Sturgeon Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16840.0, + density: 33.8, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.37946, lat: 44.84077 }, + }, + { + zip_code: '54245', + usps_city: 'Valders', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2066.0, + density: 19.7, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89606, lat: 44.0271 }, + }, + { + zip_code: '54246', + usps_city: 'Washington Island', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 12.9, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.8974, lat: 45.37524 }, + }, + { + zip_code: '54302', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 31633.0, + density: 1275.5, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97613, lat: 44.50772 }, + }, + { + zip_code: '54412', + usps_city: 'Auburndale', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2036.0, + density: 10.9, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "79.64", "55073": "20.36"}', + coty_name: ['Wood', 'Marathon'], + cty_code: ['55141', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98049, lat: 44.66906 }, + }, + { + zip_code: '54437', + usps_city: 'Greenwood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3049.0, + density: 9.9, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "100"}', + coty_name: ['Clark'], + cty_code: ['55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6383, lat: 44.77497 }, + }, + { + zip_code: '54471', + usps_city: 'Ringle', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1780.0, + density: 14.8, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41638, lat: 44.93864 }, + }, + { + zip_code: '54545', + usps_city: 'Manitowish Waters', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 808.0, + density: 7.2, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "97.28", "55051": "2.72"}', + coty_name: ['Vilas', 'Iron'], + cty_code: ['55125', '55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.859, lat: 46.12872 }, + }, + { + zip_code: '54562', + usps_city: 'Three Lakes', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1858.0, + density: 5.0, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "98.25", "55041": "1.75"}', + coty_name: ['Oneida', 'Forest'], + cty_code: ['55085', '55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.08346, lat: 45.80976 }, + }, + { + zip_code: '54610', + usps_city: 'Alma', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1649.0, + density: 5.0, + primary_coty_code: '55011', + primary_coty_name: 'Buffalo', + county_weights: '{"55011": "100"}', + coty_name: ['Buffalo'], + cty_code: ['55011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83453, lat: 44.3717 }, + }, + { + zip_code: '54669', + usps_city: 'West Salem', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7905.0, + density: 59.7, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "100"}', + coty_name: ['La Crosse'], + cty_code: ['55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09104, lat: 43.91175 }, + }, + { + zip_code: '54703', + usps_city: 'Eau Claire', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 43622.0, + density: 212.0, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "92.56", "55017": "6.94", "55033": "0.51"}', + coty_name: ['Eau Claire', 'Chippewa', 'Dunn'], + cty_code: ['55035', '55017', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51609, lat: 44.83443 }, + }, + { + zip_code: '54756', + usps_city: 'Nelson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 911.0, + density: 4.9, + primary_coty_code: '55011', + primary_coty_name: 'Buffalo', + county_weights: '{"55011": "100"}', + coty_name: ['Buffalo'], + cty_code: ['55011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94816, lat: 44.46805 }, + }, + { + zip_code: '54846', + usps_city: 'High Bridge', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 6.1, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "100"}', + coty_name: ['Ashland'], + cty_code: ['55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7211, lat: 46.37917 }, + }, + { + zip_code: '54945', + usps_city: 'Iola', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3338.0, + density: 12.3, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "99.63", "55097": "0.37"}', + coty_name: ['Waupaca', 'Portage'], + cty_code: ['55135', '55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.13694, lat: 44.57649 }, + }, + { + zip_code: '54961', + usps_city: 'New London', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 13602.0, + density: 42.5, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "78.38", "55087": "21.62"}', + coty_name: ['Waupaca', 'Outagamie'], + cty_code: ['55135', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76117, lat: 44.40924 }, + }, + { + zip_code: '55014', + usps_city: 'Circle Pines', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28222.0, + density: 584.0, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12315, lat: 45.16421 }, + }, + { + zip_code: '55126', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26957.0, + density: 867.6, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "99.73", "27003": "0.27"}', + coty_name: ['Ramsey', 'Anoka'], + cty_code: ['27123', '27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13255, lat: 45.08477 }, + }, + { + zip_code: '55130', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18146.0, + density: 3530.3, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08268, lat: 44.97298 }, + }, + { + zip_code: '55388', + usps_city: 'Watertown', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5975.0, + density: 57.5, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "94.14", "27171": "4.89", "27053": "0.96"}', + coty_name: ['Carver', 'Wright', 'Hennepin'], + cty_code: ['27019', '27171', '27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.84551, lat: 44.94945 }, + }, + { + zip_code: '55445', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 12978.0, + density: 643.4, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37971, lat: 45.12327 }, + }, + { + zip_code: '55454', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10024.0, + density: 6184.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2422, lat: 44.96966 }, + }, + { + zip_code: '55703', + usps_city: 'Angora', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 647.0, + density: 1.8, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.78159, lat: 47.74202 }, + }, + { + zip_code: '55713', + usps_city: 'Buhl', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 72.6, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76718, lat: 47.49064 }, + }, + { + zip_code: '55733', + usps_city: 'Esko', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4938.0, + density: 53.2, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36292, lat: 46.70914 }, + }, + { + zip_code: '55756', + usps_city: 'Kerrick', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 3.2, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "95.13", "27017": "4.87"}', + coty_name: ['Pine', 'Carlton'], + cty_code: ['27115', '27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.59251, lat: 46.36669 }, + }, + { + zip_code: '55766', + usps_city: 'Melrude', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 0.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.42755, lat: 47.2581 }, + }, + { + zip_code: '55772', + usps_city: 'Nett Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 4.2, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15553, lat: 48.09474 }, + }, + { + zip_code: '55936', + usps_city: 'Grand Meadow', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1889.0, + density: 8.9, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.5837, lat: 43.71374 }, + }, + { + zip_code: '55957', + usps_city: 'Millville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 6.7, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "100"}', + coty_name: ['Wabasha'], + cty_code: ['27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28267, lat: 44.25102 }, + }, + { + zip_code: '55975', + usps_city: 'Spring Valley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4285.0, + density: 10.8, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "95.78", "27099": "4.22"}', + coty_name: ['Fillmore', 'Mower'], + cty_code: ['27045', '27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37189, lat: 43.67542 }, + }, + { + zip_code: '56033', + usps_city: 'Frost', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 4.0, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "100"}', + coty_name: ['Faribault'], + cty_code: ['27043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93073, lat: 43.56008 }, + }, + { + zip_code: '56034', + usps_city: 'Garden City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 6.6, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.18331, lat: 44.03065 }, + }, + { + zip_code: '56071', + usps_city: 'New Prague', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 12878.0, + density: 59.8, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "54.87", "27079": "42.81", "27131": "2.32"}', + coty_name: ['Scott', 'Le Sueur', 'Rice'], + cty_code: ['27139', '27079', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58185, lat: 44.53702 }, + }, + { + zip_code: '56172', + usps_city: 'Slayton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2984.0, + density: 9.7, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "100"}', + coty_name: ['Murray'], + cty_code: ['27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7708, lat: 44.00895 }, + }, + { + zip_code: '56224', + usps_city: 'Clements', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 3.6, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "100"}', + coty_name: ['Redwood'], + cty_code: ['27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05108, lat: 44.37437 }, + }, + { + zip_code: '56243', + usps_city: 'Grove City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1670.0, + density: 6.9, + primary_coty_code: '27093', + primary_coty_name: 'Meeker', + county_weights: '{"27093": "100"}', + coty_name: ['Meeker'], + cty_code: ['27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68214, lat: 45.16765 }, + }, + { + zip_code: '56310', + usps_city: 'Avon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5383.0, + density: 29.0, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44332, lat: 45.63407 }, + }, + { + zip_code: '56329', + usps_city: 'Foley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7449.0, + density: 15.0, + primary_coty_code: '27009', + primary_coty_name: 'Benton', + county_weights: '{"27009": "94.38", "27097": "5.62"}', + coty_name: ['Benton', 'Morrison'], + cty_code: ['27009', '27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90575, lat: 45.70875 }, + }, + { + zip_code: '56354', + usps_city: 'Miltona', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1404.0, + density: 12.9, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "100"}', + coty_name: ['Douglas'], + cty_code: ['27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26466, lat: 46.06295 }, + }, + { + zip_code: '56387', + usps_city: 'Waite Park', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7329.0, + density: 333.9, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23969, lat: 45.53289 }, + }, + { + zip_code: '56443', + usps_city: 'Cushing', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 5.1, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "75.44", "27153": "24.56"}', + coty_name: ['Morrison', 'Todd'], + cty_code: ['27097', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61822, lat: 46.17895 }, + }, + { + zip_code: '56458', + usps_city: 'Lake George', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 6.5, + primary_coty_code: '27057', + primary_coty_name: 'Hubbard', + county_weights: '{"27057": "100"}', + coty_name: ['Hubbard'], + cty_code: ['27057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98969, lat: 47.19912 }, + }, + { + zip_code: '56468', + usps_city: 'Nisswa', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4385.0, + density: 32.8, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "70.3", "27021": "29.7"}', + coty_name: ['Crow Wing', 'Cass'], + cty_code: ['27035', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29767, lat: 46.49294 }, + }, + { + zip_code: '56514', + usps_city: 'Barnesville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3701.0, + density: 6.7, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "91.67", "27167": "7.47", "27111": "0.87"}', + coty_name: ['Clay', 'Wilkin', 'Otter Tail'], + cty_code: ['27027', '27167', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43137, lat: 46.6481 }, + }, + { + zip_code: '56575', + usps_city: 'Ponsford', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 2.0, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43878, lat: 47.04218 }, + }, + { + zip_code: '56593', + usps_city: 'Wolf Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35401, lat: 46.8038 }, + }, + { + zip_code: '56594', + usps_city: 'Wolverton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 1.9, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "100"}', + coty_name: ['Wilkin'], + cty_code: ['27167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64299, lat: 46.54828 }, + }, + { + zip_code: '56629', + usps_city: 'Birchdale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 0.4, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11781, lat: 48.54414 }, + }, + { + zip_code: '56670', + usps_city: 'Redby', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1204.0, + density: 10.0, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86603, lat: 47.84881 }, + }, + { + zip_code: '56671', + usps_city: 'Redlake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3383.0, + density: 5.9, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "97.42", "27029": "2.58"}', + coty_name: ['Beltrami', 'Clearwater'], + cty_code: ['27007', '27029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31776, lat: 47.91059 }, + }, + { + zip_code: '56678', + usps_city: 'Solway', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1190.0, + density: 3.7, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "64.35", "27057": "34.14", "27029": "1.51"}', + coty_name: ['Beltrami', 'Hubbard', 'Clearwater'], + cty_code: ['27007', '27057', '27029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11983, lat: 47.42229 }, + }, + { + zip_code: '57017', + usps_city: 'Colman', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 4.3, + primary_coty_code: '46101', + primary_coty_name: 'Moody', + county_weights: '{"46101": "100"}', + coty_name: ['Moody'], + cty_code: ['46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82924, lat: 44.01208 }, + }, + { + zip_code: '57050', + usps_city: 'Nunda', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 3.1, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "100"}', + coty_name: ['Lake'], + cty_code: ['46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01469, lat: 44.15727 }, + }, + { + zip_code: '57073', + usps_city: 'Wakonda', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 4.1, + primary_coty_code: '46027', + primary_coty_name: 'Clay', + county_weights: '{"46027": "98.03", "46125": "1.97"}', + coty_name: ['Clay', 'Turner'], + cty_code: ['46027', '46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.05586, lat: 43.00393 }, + }, + { + zip_code: '57216', + usps_city: 'Big Stone City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1121.0, + density: 6.9, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "74.43", "46109": "25.57"}', + coty_name: ['Grant', 'Roberts'], + cty_code: ['46051', '46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52616, lat: 45.30015 }, + }, + { + zip_code: '57220', + usps_city: 'Bruce', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 763.0, + density: 2.7, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "100"}', + coty_name: ['Brookings'], + cty_code: ['46011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.92042, lat: 44.46796 }, + }, + { + zip_code: '57231', + usps_city: 'De Smet', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 2.3, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "100"}', + coty_name: ['Kingsbury'], + cty_code: ['46077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59028, lat: 44.36451 }, + }, + { + zip_code: '57252', + usps_city: 'Milbank', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4617.0, + density: 10.9, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "99.4", "46109": "0.6"}', + coty_name: ['Grant', 'Roberts'], + cty_code: ['46051', '46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6117, lat: 45.20386 }, + }, + { + zip_code: '57255', + usps_city: 'New Effington', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 1.4, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "100"}', + coty_name: ['Roberts'], + cty_code: ['46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9413, lat: 45.85807 }, + }, + { + zip_code: '57334', + usps_city: 'Ethan', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 951.0, + density: 3.4, + primary_coty_code: '46035', + primary_coty_name: 'Davison', + county_weights: '{"46035": "70.06", "46061": "16.98", "46067": "12.96"}', + coty_name: ['Davison', 'Hanson', 'Hutchinson'], + cty_code: ['46035', '46061', '46067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99428, lat: 43.54636 }, + }, + { + zip_code: '57349', + usps_city: 'Howard', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1434.0, + density: 2.4, + primary_coty_code: '46097', + primary_coty_name: 'Miner', + county_weights: '{"46097": "100"}', + coty_name: ['Miner'], + cty_code: ['46097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57578, lat: 44.03028 }, + }, + { + zip_code: '57373', + usps_city: 'Saint Lawrence', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 1.0, + primary_coty_code: '46059', + primary_coty_name: 'Hand', + county_weights: '{"46059": "100"}', + coty_name: ['Hand'], + cty_code: ['46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86412, lat: 44.53858 }, + }, + { + zip_code: '57445', + usps_city: 'Groton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1940.0, + density: 2.9, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.11901, lat: 45.46107 }, + }, + { + zip_code: '57523', + usps_city: 'Burke', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 1.4, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "100"}', + coty_name: ['Gregory'], + cty_code: ['46053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.23922, lat: 43.23661 }, + }, + { + zip_code: '57529', + usps_city: 'Dallas', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 0.6, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "60.76", "46123": "39.24"}', + coty_name: ['Gregory', 'Tripp'], + cty_code: ['46053', '46123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.56769, lat: 43.23148 }, + }, + { + zip_code: '57532', + usps_city: 'Fort Pierre', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2937.0, + density: 1.0, + primary_coty_code: '46117', + primary_coty_name: 'Stanley', + county_weights: '{"46117": "99.47", "46085": "0.53"}', + coty_name: ['Stanley', 'Lyman'], + cty_code: ['46117', '46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.61774, lat: 44.38995 }, + }, + { + zip_code: '57553', + usps_city: 'Milesville', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 0.2, + primary_coty_code: '46055', + primary_coty_name: 'Haakon', + county_weights: '{"46055": "100"}', + coty_name: ['Haakon'], + cty_code: ['46055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.64204, lat: 44.48113 }, + }, + { + zip_code: '57574', + usps_city: 'Tuthill', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 0.1, + primary_coty_code: '46007', + primary_coty_name: 'Bennett', + county_weights: '{"46007": "100"}', + coty_name: ['Bennett'], + cty_code: ['46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.35617, lat: 43.10506 }, + }, + { + zip_code: '57579', + usps_city: 'White River', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1354.0, + density: 0.8, + primary_coty_code: '46095', + primary_coty_name: 'Mellette', + county_weights: '{"46095": "100"}', + coty_name: ['Mellette'], + cty_code: ['46095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.79476, lat: 43.59156 }, + }, + { + zip_code: '57640', + usps_city: 'Lodgepole', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 0.2, + primary_coty_code: '46105', + primary_coty_name: 'Perkins', + county_weights: '{"46105": "100"}', + coty_name: ['Perkins'], + cty_code: ['46105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.72035, lat: 45.7802 }, + }, + { + zip_code: '57759', + usps_city: 'Nemo', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 597.0, + density: 4.0, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "100"}', + coty_name: ['Lawrence'], + cty_code: ['46081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.55987, lat: 44.22399 }, + }, + { + zip_code: '57760', + usps_city: 'Newell', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 0.5, + primary_coty_code: '46019', + primary_coty_name: 'Butte', + county_weights: '{"46019": "98", "46063": "2"}', + coty_name: ['Butte', 'Harding'], + cty_code: ['46019', '46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.2548, lat: 44.97606 }, + }, + { + zip_code: '58005', + usps_city: 'Argusville', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 992.0, + density: 3.8, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95089, lat: 47.05288 }, + }, + { + zip_code: '58065', + usps_city: 'Pillsbury', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.8, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "100"}', + coty_name: ['Barnes'], + cty_code: ['38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76043, lat: 47.18618 }, + }, + { + zip_code: '58078', + usps_city: 'West Fargo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 36020.0, + density: 354.2, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93126, lat: 46.86303 }, + }, + { + zip_code: '58235', + usps_city: 'Gilby', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 2.0, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47478, lat: 48.09901 }, + }, + { + zip_code: '58258', + usps_city: 'Mekinock', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 3.0, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34087, lat: 48.01992 }, + }, + { + zip_code: '58311', + usps_city: 'Alsen', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 0.2, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57949, lat: 48.65243 }, + }, + { + zip_code: '58355', + usps_city: 'Nekoma', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.7, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36628, lat: 48.59091 }, + }, + { + zip_code: '58384', + usps_city: 'Willow City', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 0.4, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: + '{"38009": "58.47", "38069": "17.3", "38049": "16.94", "38079": "7.29"}', + coty_name: ['Bottineau', 'Pierce', 'McHenry', 'Rolette'], + cty_code: ['38009', '38069', '38049', '38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.25675, lat: 48.60286 }, + }, + { + zip_code: '58422', + usps_city: 'Cathay', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 0.4, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: '{"38103": "100"}', + coty_name: ['Wells'], + cty_code: ['38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.40331, lat: 47.59801 }, + }, + { + zip_code: '58472', + usps_city: 'Montpelier', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 1.2, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "65.63", "38045": "34.37"}', + coty_name: ['Stutsman', 'LaMoure'], + cty_code: ['38093', '38045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66533, lat: 46.64266 }, + }, + { + zip_code: '58541', + usps_city: 'Golden Valley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 1.3, + primary_coty_code: '38057', + primary_coty_name: 'Mercer', + county_weights: '{"38057": "100"}', + coty_name: ['Mercer'], + cty_code: ['38057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/Beulah', + geo_point_2d: { lon: -102.06548, lat: 47.36516 }, + }, + { + zip_code: '58554', + usps_city: 'Mandan', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 26018.0, + density: 16.3, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "99.63", "38065": "0.37"}', + coty_name: ['Morton', 'Oliver'], + cty_code: ['38059', '38065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -100.94022, lat: 46.73801 }, + }, + { + zip_code: '58650', + usps_city: 'Regent', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 0.5, + primary_coty_code: '38041', + primary_coty_name: 'Hettinger', + county_weights: '{"38041": "95.93", "38001": "4.07"}', + coty_name: ['Hettinger', 'Adams'], + cty_code: ['38041', '38001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.58754, lat: 46.43682 }, + }, + { + zip_code: '58653', + usps_city: 'Scranton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 0.7, + primary_coty_code: '38011', + primary_coty_name: 'Bowman', + county_weights: '{"38011": "83.36", "38087": "9.15", "46063": "7.49"}', + coty_name: ['Bowman', 'Slope', 'Harding'], + cty_code: ['38011', '38087', '46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.13542, lat: 46.09162 }, + }, + { + zip_code: '90011', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 111165.0, + density: 10014.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25874, lat: 34.00714 }, + }, + { + zip_code: '90037', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 67640.0, + density: 9205.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.28748, lat: 34.00268 }, + }, + { + zip_code: '90095', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44335, lat: 34.07119 }, + }, + { + zip_code: '90212', + usps_city: 'Beverly Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13314.0, + density: 5381.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.40194, lat: 34.06217 }, + }, + { + zip_code: '90290', + usps_city: 'Topanga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5681.0, + density: 109.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.60707, lat: 34.09588 }, + }, + { + zip_code: '90706', + usps_city: 'Bellflower', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 77195.0, + density: 4878.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.12706, lat: 33.88802 }, + }, + { + zip_code: '90813', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58380.0, + density: 7023.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.19686, lat: 33.78237 }, + }, + { + zip_code: '91024', + usps_city: 'Sierra Madre', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10932.0, + density: 1429.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.05036, lat: 34.16871 }, + }, + { + zip_code: '91046', + usps_city: 'Verdugo City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 6097.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24104, lat: 34.21145 }, + }, + { + zip_code: '91104', + usps_city: 'Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37874.0, + density: 3842.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.12348, lat: 34.16784 }, + }, + { + zip_code: '91106', + usps_city: 'Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25543.0, + density: 3348.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1282, lat: 34.13867 }, + }, + { + zip_code: '91402', + usps_city: 'Panorama City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72059.0, + density: 7465.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44481, lat: 34.22411 }, + }, + { + zip_code: '91505', + usps_city: 'Burbank', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30902.0, + density: 2367.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.34681, lat: 34.17478 }, + }, + { + zip_code: '91745', + usps_city: 'Hacienda Heights', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55202.0, + density: 1664.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.97325, lat: 33.99931 }, + }, + { + zip_code: '91746', + usps_city: 'La Puente', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29709.0, + density: 2059.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.98629, lat: 34.04426 }, + }, + { + zip_code: '91980', + usps_city: 'Tecate', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.61917, lat: 32.58882 }, + }, + { + zip_code: '92025', + usps_city: 'Escondido', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52985.0, + density: 925.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.0294, lat: 33.0853 }, + }, + { + zip_code: '92078', + usps_city: 'San Marcos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50510.0, + density: 1169.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.18505, lat: 33.11927 }, + }, + { + zip_code: '92140', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3737.0, + density: 2222.4, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19796, lat: 32.7401 }, + }, + { + zip_code: '92239', + usps_city: 'Desert Center', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 0.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.47023, lat: 33.76482 }, + }, + { + zip_code: '92241', + usps_city: 'Desert Hot Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7699.0, + density: 21.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.30055, lat: 33.85305 }, + }, + { + zip_code: '92341', + usps_city: 'Green Valley Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 12.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.06587, lat: 34.23479 }, + }, + { + zip_code: '92354', + usps_city: 'Loma Linda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22050.0, + density: 1743.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25154, lat: 34.04977 }, + }, + { + zip_code: '92364', + usps_city: 'Nipton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.42615, lat: 35.34055 }, + }, + { + zip_code: '93010', + usps_city: 'Camarillo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46063.0, + density: 803.6, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.07464, lat: 34.22983 }, + }, + { + zip_code: '93065', + usps_city: 'Simi Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 71832.0, + density: 875.9, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.77436, lat: 34.26022 }, + }, + { + zip_code: '93240', + usps_city: 'Lake Isabella', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6327.0, + density: 32.7, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44267, lat: 35.61359 }, + }, + { + zip_code: '93250', + usps_city: 'McFarland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16191.0, + density: 73.9, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.19747, lat: 35.66575 }, + }, + { + zip_code: '93276', + usps_city: 'Tupman', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 81.2, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.35868, lat: 35.29937 }, + }, + { + zip_code: '94123', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25890.0, + density: 9782.4, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43821, lat: 37.80046 }, + }, + { + zip_code: '94505', + usps_city: 'Discovery Bay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16382.0, + density: 398.8, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "99.45", "06001": "0.55"}', + coty_name: ['Contra Costa', 'Alameda'], + cty_code: ['06013', '06001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.58632, lat: 37.86762 }, + }, + { + zip_code: '94517', + usps_city: 'Clayton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13687.0, + density: 92.3, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.87842, lat: 37.89022 }, + }, + { + zip_code: '94607', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26823.0, + density: 1757.8, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30019, lat: 37.8073 }, + }, + { + zip_code: '94805', + usps_city: 'Richmond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14188.0, + density: 2762.5, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32296, lat: 37.94279 }, + }, + { + zip_code: '95131', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31236.0, + density: 2067.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.89744, lat: 37.3871 }, + }, + { + zip_code: '95133', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28565.0, + density: 3451.6, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.86084, lat: 37.37159 }, + }, + { + zip_code: '95139', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7363.0, + density: 2309.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.76414, lat: 37.22495 }, + }, + { + zip_code: '95233', + usps_city: 'Hathaway Pines', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 30.2, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.37044, lat: 38.1762 }, + }, + { + zip_code: '95337', + usps_city: 'Manteca', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39177.0, + density: 332.9, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.23854, lat: 37.74167 }, + }, + { + zip_code: '95340', + usps_city: 'Merced', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35827.0, + density: 348.2, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.42428, lat: 37.33905 }, + }, + { + zip_code: '95454', + usps_city: 'Laytonville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2107.0, + density: 3.0, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.50998, lat: 39.80652 }, + }, + { + zip_code: '95460', + usps_city: 'Mendocino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2508.0, + density: 35.5, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.75604, lat: 39.30879 }, + }, + { + zip_code: '95528', + usps_city: 'Carlotta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1437.0, + density: 5.4, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.92811, lat: 40.49924 }, + }, + { + zip_code: '95646', + usps_city: 'Kirkwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 8.1, + primary_coty_code: '6003', + primary_coty_name: 'Alpine', + county_weights: '{"06003": "61.39", "06005": "38.61"}', + coty_name: ['Alpine', 'Amador'], + cty_code: ['06003', '06005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.06181, lat: 38.69154 }, + }, + { + zip_code: '95939', + usps_city: 'Elk Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 0.8, + primary_coty_code: '6021', + primary_coty_name: 'Glenn', + county_weights: '{"06021": "100"}', + coty_name: ['Glenn'], + cty_code: ['6021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59296, lat: 39.56322 }, + }, + { + zip_code: '96006', + usps_city: 'Adin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 0.9, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "69.3", "06035": "30.7"}', + coty_name: ['Modoc', 'Lassen'], + cty_code: ['06049', '06035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85292, lat: 41.17425 }, + }, + { + zip_code: '96057', + usps_city: 'Mccloud', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1235.0, + density: 1.5, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.93612, lat: 41.26795 }, + }, + { + zip_code: '96061', + usps_city: 'Mill Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 0.2, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.48649, lat: 40.33076 }, + }, + { + zip_code: '96067', + usps_city: 'Mount Shasta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7094.0, + density: 20.2, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36782, lat: 41.30912 }, + }, + { + zip_code: '96107', + usps_city: 'Coleville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1433.0, + density: 6.2, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.47278, lat: 38.48032 }, + }, + { + zip_code: '96710', + usps_city: 'Hakalau', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 2.8, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.21809, lat: 19.85432 }, + }, + { + zip_code: '96765', + usps_city: 'Lawai', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 72.8, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.49217, lat: 21.92154 }, + }, + { + zip_code: '96779', + usps_city: 'Paia', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2522.0, + density: 115.8, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.37745, lat: 20.90557 }, + }, + { + zip_code: '96789', + usps_city: 'Mililani', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 53485.0, + density: 757.0, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.97472, lat: 21.47829 }, + }, + { + zip_code: '96822', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 46690.0, + density: 2198.2, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.81079, lat: 21.32018 }, + }, + { + zip_code: '96825', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 29066.0, + density: 1000.8, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.69129, lat: 21.29601 }, + }, + { + zip_code: '97002', + usps_city: 'Aurora', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6657.0, + density: 60.1, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "76.28", "41005": "23.72"}', + coty_name: ['Marion', 'Clackamas'], + cty_code: ['41047', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.79898, lat: 45.23708 }, + }, + { + zip_code: '97016', + usps_city: 'Clatskanie', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6224.0, + density: 10.4, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "85.48", "41007": "14.52"}', + coty_name: ['Columbia', 'Clatsop'], + cty_code: ['41009', '41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.2688, lat: 46.05878 }, + }, + { + zip_code: '97028', + usps_city: 'Government Camp', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 1.9, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.75272, lat: 45.28232 }, + }, + { + zip_code: '97051', + usps_city: 'Saint Helens', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 16977.0, + density: 135.8, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "100"}', + coty_name: ['Columbia'], + cty_code: ['41009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.91213, lat: 45.8847 }, + }, + { + zip_code: '97132', + usps_city: 'Newberg', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 29732.0, + density: 183.9, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "98.62", "41067": "1.08", "41005": "0.3"}', + coty_name: ['Yamhill', 'Washington', 'Clackamas'], + cty_code: ['41071', '41067', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.9871, lat: 45.32229 }, + }, + { + zip_code: '97201', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 17993.0, + density: 3420.5, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68975, lat: 45.50777 }, + }, + { + zip_code: '97215', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 18934.0, + density: 3217.7, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59959, lat: 45.51468 }, + }, + { + zip_code: '97330', + usps_city: 'Corvallis', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 42956.0, + density: 215.1, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "100"}', + coty_name: ['Benton'], + cty_code: ['41003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.27657, lat: 44.63646 }, + }, + { + zip_code: '97345', + usps_city: 'Foster', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 7.4, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.57084, lat: 44.41464 }, + }, + { + zip_code: '97532', + usps_city: 'Merlin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2562.0, + density: 16.6, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.52213, lat: 42.57181 }, + }, + { + zip_code: '97633', + usps_city: 'Merrill', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1263.0, + density: 16.4, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.56334, lat: 42.03085 }, + }, + { + zip_code: '97814', + usps_city: 'Baker City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12348.0, + density: 6.2, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "99.41", "41061": "0.59"}', + coty_name: ['Baker', 'Union'], + cty_code: ['41001', '41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.76251, lat: 44.82656 }, + }, + { + zip_code: '97824', + usps_city: 'Cove', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1774.0, + density: 3.1, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "100"}', + coty_name: ['Union'], + cty_code: ['41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.75625, lat: 45.33995 }, + }, + { + zip_code: '97827', + usps_city: 'Elgin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2407.0, + density: 4.5, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "100"}', + coty_name: ['Union'], + cty_code: ['41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.84525, lat: 45.58794 }, + }, + { + zip_code: '97876', + usps_city: 'Summerville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 960.0, + density: 5.9, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "100"}', + coty_name: ['Union'], + cty_code: ['41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.03552, lat: 45.5165 }, + }, + { + zip_code: '97880', + usps_city: 'Ukiah', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 0.4, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "92.65", "41023": "7.35"}', + coty_name: ['Umatilla', 'Grant'], + cty_code: ['41059', '41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.89401, lat: 45.08362 }, + }, + { + zip_code: '97882', + usps_city: 'Umatilla', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7972.0, + density: 130.7, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.35522, lat: 45.89984 }, + }, + { + zip_code: '97886', + usps_city: 'Weston', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 3.4, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23481, lat: 45.7987 }, + }, + { + zip_code: '98007', + usps_city: 'Bellevue', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29322.0, + density: 2583.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14381, lat: 47.61445 }, + }, + { + zip_code: '98188', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25175.0, + density: 1290.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27317, lat: 47.44822 }, + }, + { + zip_code: '98252', + usps_city: 'Granite Falls', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9697.0, + density: 14.0, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.68949, lat: 48.07309 }, + }, + { + zip_code: '98266', + usps_city: 'Maple Falls', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4167.0, + density: 67.2, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12832, lat: 48.9533 }, + }, + { + zip_code: '98314', + usps_city: 'Bremerton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2975.0, + density: 1951.0, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.6387, lat: 47.55595 }, + }, + { + zip_code: '92567', + usps_city: 'Nuevo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10648.0, + density: 139.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1048, lat: 33.81232 }, + }, + { + zip_code: '92637', + usps_city: 'Laguna Woods', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16053.0, + density: 1768.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.73166, lat: 33.61015 }, + }, + { + zip_code: '92707', + usps_city: 'Santa Ana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 60831.0, + density: 4694.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.87089, lat: 33.70986 }, + }, + { + zip_code: '93280', + usps_city: 'Wasco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28138.0, + density: 33.7, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.44873, lat: 35.64805 }, + }, + { + zip_code: '93453', + usps_city: 'Santa Margarita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2578.0, + density: 1.6, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.19726, lat: 35.34703 }, + }, + { + zip_code: '93652', + usps_city: 'Raisin City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 101.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.90458, lat: 36.59502 }, + }, + { + zip_code: '93669', + usps_city: 'Wishon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 13.5, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.54215, lat: 37.28276 }, + }, + { + zip_code: '93675', + usps_city: 'Squaw Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3905.0, + density: 19.1, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.19346, lat: 36.72283 }, + }, + { + zip_code: '93704', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29740.0, + density: 2094.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.8016, lat: 36.79909 }, + }, + { + zip_code: '93923', + usps_city: 'Carmel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12837.0, + density: 38.4, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84387, lat: 36.45757 }, + }, + { + zip_code: '94027', + usps_city: 'Atherton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7415.0, + density: 550.9, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20406, lat: 37.45321 }, + }, + { + zip_code: '94044', + usps_city: 'Pacifica', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38984.0, + density: 1025.7, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48104, lat: 37.60544 }, + }, + { + zip_code: '98402', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6208.0, + density: 2545.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4387, lat: 47.24859 }, + }, + { + zip_code: '98406', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23354.0, + density: 2112.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50898, lat: 47.26211 }, + }, + { + zip_code: '98439', + usps_city: 'Lakewood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5488.0, + density: 242.7, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50169, lat: 47.12388 }, + }, + { + zip_code: '98502', + usps_city: 'Olympia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35018.0, + density: 248.7, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.01239, lat: 47.09052 }, + }, + { + zip_code: '98606', + usps_city: 'Brush Prairie', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9004.0, + density: 92.9, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.45637, lat: 45.72973 }, + }, + { + zip_code: '98614', + usps_city: 'Chinook', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 2.2, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.90149, lat: 46.29717 }, + }, + { + zip_code: '98682', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 60887.0, + density: 779.8, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48174, lat: 45.67317 }, + }, + { + zip_code: '98815', + usps_city: 'Cashmere', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7622.0, + density: 24.8, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.47431, lat: 47.48374 }, + }, + { + zip_code: '98921', + usps_city: 'Buena', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 390.2, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.31878, lat: 46.43107 }, + }, + { + zip_code: '98940', + usps_city: 'Ronald', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 0.9, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.07325, lat: 47.40476 }, + }, + { + zip_code: '99023', + usps_city: 'Mica', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 20.2, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17176, lat: 47.56109 }, + }, + { + zip_code: '99174', + usps_city: 'Steptoe', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 160.9, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.3588, lat: 47.01064 }, + }, + { + zip_code: '99185', + usps_city: 'Wilbur', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 1.8, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.71951, lat: 47.74592 }, + }, + { + zip_code: '99352', + usps_city: 'Richland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31918.0, + density: 584.7, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.28785, lat: 46.25225 }, + }, + { + zip_code: '99363', + usps_city: 'Wallula', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 350.0, + density: 3.0, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "100"}', + coty_name: ['Walla Walla'], + cty_code: ['53071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.88846, lat: 46.06652 }, + }, + { + zip_code: '99513', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "0"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.88566, lat: 61.21477 }, + }, + { + zip_code: '99558', + usps_city: 'Anvik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 5.7, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.21785, lat: 62.6382 }, + }, + { + zip_code: '99620', + usps_city: 'Kotlik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 853.0, + density: 136.4, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.54621, lat: 63.02924 }, + }, + { + zip_code: '99654', + usps_city: 'Wasilla', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 64062.0, + density: 49.7, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.90046, lat: 61.45483 }, + }, + { + zip_code: '99662', + usps_city: 'Scammon Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 32.6, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.96115, lat: 61.79181 }, + }, + { + zip_code: '99681', + usps_city: 'Tununak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 4.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.12855, lat: 60.60681 }, + }, + { + zip_code: '99688', + usps_city: 'Willow', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2541.0, + density: 0.6, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -150.03682, lat: 61.90932 }, + }, + { + zip_code: '99724', + usps_city: 'Beaver', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 1.3, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -147.32171, lat: 66.38311 }, + }, + { + zip_code: '99782', + usps_city: 'Wainwright', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 10.6, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.93042, lat: 70.64066 }, + }, + { + zip_code: '99791', + usps_city: 'Atqasuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 0.1, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.63867, lat: 70.56099 }, + }, + { + zip_code: '99901', + usps_city: 'Ketchikan', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 13822.0, + density: 1.1, + primary_coty_code: '2130', + primary_coty_name: 'Ketchikan Gateway', + county_weights: '{"02130": "99.76", "02198": "0.24"}', + coty_name: ['Ketchikan Gateway', 'Prince of Wales-Hyder'], + cty_code: ['02130', '02198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -131.01273, lat: 55.56908 }, + }, + { + zip_code: '690', + usps_city: 'San Antonio', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 5722.0, + density: 784.6, + primary_coty_code: '72005', + primary_coty_name: 'Aguadilla', + county_weights: '{"72005": "100"}', + coty_name: ['Aguadilla'], + cty_code: ['72005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.09822, lat: 18.49563 }, + }, + { + zip_code: '694', + usps_city: 'Vega Baja', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 30.9, + primary_coty_code: '72145', + primary_coty_name: 'Vega Baja', + county_weights: '{"72145": "100"}', + coty_name: ['Vega Baja'], + cty_code: ['72145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.39261, lat: 18.48329 }, + }, + { + zip_code: '823', + usps_city: 'Christiansted', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.74653, lat: 17.73281 }, + }, + { + zip_code: '906', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 23159.9, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.09499, lat: 18.46446 }, + }, + { + zip_code: '971', + usps_city: 'Guaynabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 25925.0, + density: 627.0, + primary_coty_code: '72061', + primary_coty_name: 'Guaynabo', + county_weights: '{"72061": "99.51", "72021": "0.33", "72127": "0.16"}', + coty_name: ['Guaynabo', 'Bayam\u00f3n', 'San Juan'], + cty_code: ['72061', '72021', '72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.11811, lat: 18.32131 }, + }, + { + zip_code: '985', + usps_city: 'Carolina', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 31682.0, + density: 1503.7, + primary_coty_code: '72031', + primary_coty_name: 'Carolina', + county_weights: '{"72031": "100"}', + coty_name: ['Carolina'], + cty_code: ['72031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.94842, lat: 18.40825 }, + }, + { + zip_code: '1068', + usps_city: 'Oakham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1833.0, + density: 34.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.04606, lat: 42.35002 }, + }, + { + zip_code: '1071', + usps_city: 'Russell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1318.0, + density: 32.7, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86, lat: 42.16035 }, + }, + { + zip_code: '1079', + usps_city: 'Thorndike', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 781.0, + density: 268.1, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.33014, lat: 42.19437 }, + }, + { + zip_code: '1151', + usps_city: 'Indian Orchard', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9032.0, + density: 1472.2, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.50881, lat: 42.15295 }, + }, + { + zip_code: '1224', + usps_city: 'Berkshire', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 173.5, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19746, lat: 42.50661 }, + }, + { + zip_code: '1240', + usps_city: 'Lenox', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4453.0, + density: 80.4, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.27645, lat: 42.37208 }, + }, + { + zip_code: '1253', + usps_city: 'Otis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 16.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.11616, lat: 42.21187 }, + }, + { + zip_code: '1254', + usps_city: 'Richmond', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 23.9, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.36545, lat: 42.37982 }, + }, + { + zip_code: '1340', + usps_city: 'Colrain', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 15.7, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.71797, lat: 42.6832 }, + }, + { + zip_code: '1434', + usps_city: 'Devens', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1969.0, + density: 144.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "81.17", "25017": "18.83"}', + coty_name: ['Worcester', 'Middlesex'], + cty_code: ['25027', '25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.6114, lat: 42.53858 }, + }, + { + zip_code: '1436', + usps_city: 'Baldwinville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3374.0, + density: 135.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.08846, lat: 42.60546 }, + }, + { + zip_code: '1467', + usps_city: 'Still River', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 56.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.61729, lat: 42.48772 }, + }, + { + zip_code: '1590', + usps_city: 'Sutton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9404.0, + density: 113.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.75087, lat: 42.13395 }, + }, + { + zip_code: '1821', + usps_city: 'Billerica', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 32797.0, + density: 764.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25217, lat: 42.55016 }, + }, + { + zip_code: '1902', + usps_city: 'Lynn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 49641.0, + density: 7975.8, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.93991, lat: 42.47086 }, + }, + { + zip_code: '1950', + usps_city: 'Newburyport', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18077.0, + density: 835.9, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88787, lat: 42.81238 }, + }, + { + zip_code: '1970', + usps_city: 'Salem', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 43033.0, + density: 2048.3, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.90376, lat: 42.5126 }, + }, + { + zip_code: '2035', + usps_city: 'Foxboro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17727.0, + density: 344.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.24613, lat: 42.06266 }, + }, + { + zip_code: '2186', + usps_city: 'Milton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27572.0, + density: 817.9, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08437, lat: 42.24123 }, + }, + { + zip_code: '2351', + usps_city: 'Abington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16436.0, + density: 656.2, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.95962, lat: 42.11724 }, + }, + { + zip_code: '2446', + usps_city: 'Brookline', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 29862.0, + density: 8958.5, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12167, lat: 42.34356 }, + }, + { + zip_code: '2653', + usps_city: 'Orleans', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5856.0, + density: 187.3, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.9739, lat: 41.76877 }, + }, + { + zip_code: '2816', + usps_city: 'Coventry', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 32738.0, + density: 333.5, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "99.98", "44007": "0.02"}', + coty_name: ['Kent', 'Providence'], + cty_code: ['44003', '44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.61977, lat: 41.69086 }, + }, + { + zip_code: '2908', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 36314.0, + density: 4436.6, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43687, lat: 41.83912 }, + }, + { + zip_code: '3076', + usps_city: 'Pelham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 13798.0, + density: 202.4, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.32391, lat: 42.7335 }, + }, + { + zip_code: '3226', + usps_city: 'Center Harbor', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 30.3, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51126, lat: 43.70403 }, + }, + { + zip_code: '3233', + usps_city: 'Elkins', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 87.2, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.93316, lat: 43.4252 }, + }, + { + zip_code: '3461', + usps_city: 'Rindge', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6054.0, + density: 62.9, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.01072, lat: 42.75237 }, + }, + { + zip_code: '3883', + usps_city: 'South Tamworth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 10.2, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.30773, lat: 43.80765 }, + }, + { + zip_code: '3887', + usps_city: 'Union', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2076.0, + density: 39.9, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "82.78", "33003": "17.22"}', + coty_name: ['Strafford', 'Carroll'], + cty_code: ['33017', '33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.06265, lat: 43.48597 }, + }, + { + zip_code: '4051', + usps_city: 'Lovell', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1013.0, + density: 9.0, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88469, lat: 44.18874 }, + }, + { + zip_code: '4061', + usps_city: 'North Waterboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3498.0, + density: 68.8, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.74209, lat: 43.63377 }, + }, + { + zip_code: '4240', + usps_city: 'Lewiston', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 36095.0, + density: 408.1, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.16807, lat: 44.09148 }, + }, + { + zip_code: '4349', + usps_city: 'Kents Hill', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1080.0, + density: 14.2, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.06853, lat: 44.4373 }, + }, + { + zip_code: '4352', + usps_city: 'Mount Vernon', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1478.0, + density: 15.1, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.96094, lat: 44.4656 }, + }, + { + zip_code: '4489', + usps_city: 'Stillwater', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 266.0, + density: 508.1, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.69005, lat: 44.91017 }, + }, + { + zip_code: '4496', + usps_city: 'Winterport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3931.0, + density: 42.7, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.9119, lat: 44.6584 }, + }, + { + zip_code: '4627', + usps_city: 'Deer Isle', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1584.0, + density: 28.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.65275, lat: 44.22294 }, + }, + { + zip_code: '4683', + usps_city: 'Sunset', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 9.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.75914, lat: 44.22116 }, + }, + { + zip_code: '4732', + usps_city: 'Ashland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 1.4, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100", "23021": "0"}', + coty_name: ['Aroostook', 'Piscataquis'], + cty_code: ['23003', '23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.76427, lat: 46.50721 }, + }, + { + zip_code: '4853', + usps_city: 'North Haven', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 15.5, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.86311, lat: 44.15172 }, + }, + { + zip_code: '4982', + usps_city: 'Stratton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 562.0, + density: 4.1, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.423, lat: 45.1116 }, + }, + { + zip_code: '5254', + usps_city: 'Manchester', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 39.5, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.06683, lat: 43.15692 }, + }, + { + zip_code: '5403', + usps_city: 'South Burlington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 18761.0, + density: 441.7, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.17237, lat: 44.44697 }, + }, + { + zip_code: '5440', + usps_city: 'Alburgh', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1754.0, + density: 23.2, + primary_coty_code: '50013', + primary_coty_name: 'Grand Isle', + county_weights: '{"50013": "100"}', + coty_name: ['Grand Isle'], + cty_code: ['50013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.27952, lat: 44.95953 }, + }, + { + zip_code: '5448', + usps_city: 'East Fairfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 8.1, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.89736, lat: 44.7555 }, + }, + { + zip_code: '5471', + usps_city: 'Montgomery Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 559.0, + density: 4.2, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "96.54", "50019": "3.46"}', + coty_name: ['Franklin', 'Orleans'], + cty_code: ['50011', '50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.59409, lat: 44.85599 }, + }, + { + zip_code: '5494', + usps_city: 'Westford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1921.0, + density: 21.7, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00523, lat: 44.6024 }, + }, + { + zip_code: '5602', + usps_city: 'Montpelier', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 11758.0, + density: 55.9, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60497, lat: 44.28362 }, + }, + { + zip_code: '5647', + usps_city: 'Cabot', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1053.0, + density: 13.8, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.28833, lat: 44.40805 }, + }, + { + zip_code: '5765', + usps_city: 'Proctor', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1713.0, + density: 83.7, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.0351, lat: 43.65249 }, + }, + { + zip_code: '5872', + usps_city: 'West Charleston', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 13.6, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.04665, lat: 44.8668 }, + }, + { + zip_code: '5875', + usps_city: 'Barton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 8.3, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.25655, lat: 44.71084 }, + }, + { + zip_code: '6243', + usps_city: 'East Killingly', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 189.2, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.80244, lat: 41.84523 }, + }, + { + zip_code: '6355', + usps_city: 'Mystic', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12628.0, + density: 346.8, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.97419, lat: 41.36786 }, + }, + { + zip_code: '6382', + usps_city: 'Uncasville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12021.0, + density: 256.9, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.1177, lat: 41.46233 }, + }, + { + zip_code: '6389', + usps_city: 'Yantic', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12928, lat: 41.5642 }, + }, + { + zip_code: '6390', + usps_city: 'Fishers Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 11.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.98783, lat: 41.27024 }, + }, + { + zip_code: '6469', + usps_city: 'Moodus', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2802.0, + density: 107.6, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44749, lat: 41.50872 }, + }, + { + zip_code: '6471', + usps_city: 'North Branford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7600.0, + density: 325.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.77473, lat: 41.33057 }, + }, + { + zip_code: '6488', + usps_city: 'Southbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 19681.0, + density: 194.8, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.23291, lat: 41.47454 }, + }, + { + zip_code: '6704', + usps_city: 'Waterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 25136.0, + density: 1225.3, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.03304, lat: 41.5865 }, + }, + { + zip_code: '6710', + usps_city: 'Waterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 10774.0, + density: 4217.0, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04581, lat: 41.56911 }, + }, + { + zip_code: '7008', + usps_city: 'Carteret', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23589.0, + density: 2058.7, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22843, lat: 40.58474 }, + }, + { + zip_code: '7087', + usps_city: 'Union City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 68256.0, + density: 20359.6, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03227, lat: 40.76736 }, + }, + { + zip_code: '7860', + usps_city: 'Newton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25451.0, + density: 97.4, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "98.2", "34041": "1.8"}', + coty_name: ['Sussex', 'Warren'], + cty_code: ['34037', '34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.81341, lat: 41.06025 }, + }, + { + zip_code: '7940', + usps_city: 'Madison', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17523.0, + density: 1455.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41794, lat: 40.75981 }, + }, + { + zip_code: '8033', + usps_city: 'Haddonfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 15902.0, + density: 1575.5, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.03702, lat: 39.89319 }, + }, + { + zip_code: '8041', + usps_city: 'Jobstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 959.0, + density: 32.5, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68382, lat: 40.03787 }, + }, + { + zip_code: '8064', + usps_city: 'New Lisbon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 62.1, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.63366, lat: 39.95758 }, + }, + { + zip_code: '8215', + usps_city: 'Egg Harbor City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14155.0, + density: 47.1, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "95", "34005": "5"}', + coty_name: ['Atlantic', 'Burlington'], + cty_code: ['34001', '34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58151, lat: 39.58253 }, + }, + { + zip_code: '8226', + usps_city: 'Ocean City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11132.0, + density: 642.7, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.60158, lat: 39.26859 }, + }, + { + zip_code: '22963', + usps_city: 'Palmyra', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16571.0, + density: 52.5, + primary_coty_code: '51065', + primary_coty_name: 'Fluvanna', + county_weights: '{"51065": "100"}', + coty_name: ['Fluvanna'], + cty_code: ['51065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.28843, lat: 37.84921 }, + }, + { + zip_code: '22967', + usps_city: 'Roseland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2048.0, + density: 10.1, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "86.66", "51009": "13.34"}', + coty_name: ['Nelson', 'Amherst'], + cty_code: ['51125', '51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.01438, lat: 37.79497 }, + }, + { + zip_code: '23004', + usps_city: 'Arvonia', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 7.3, + primary_coty_code: '51029', + primary_coty_name: 'Buckingham', + county_weights: '{"51029": "100"}', + coty_name: ['Buckingham'], + cty_code: ['51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40866, lat: 37.68225 }, + }, + { + zip_code: '23066', + usps_city: 'Gwynn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 19.3, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28602, lat: 37.49869 }, + }, + { + zip_code: '23113', + usps_city: 'Midlothian', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25021.0, + density: 272.7, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "95.67", "51145": "4.33"}', + coty_name: ['Chesterfield', 'Powhatan'], + cty_code: ['51041', '51145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.67756, lat: 37.53845 }, + }, + { + zip_code: '23123', + usps_city: 'New Canton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 18.1, + primary_coty_code: '51029', + primary_coty_name: 'Buckingham', + county_weights: '{"51029": "96.67", "51049": "3.33"}', + coty_name: ['Buckingham', 'Cumberland'], + cty_code: ['51029', '51049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29894, lat: 37.65471 }, + }, + { + zip_code: '23226', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16458.0, + density: 1074.3, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "50.8", "51087": "49.2"}', + coty_name: ['Richmond', 'Henrico'], + cty_code: ['51760', '51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52383, lat: 37.5779 }, + }, + { + zip_code: '23250', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "0"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32092, lat: 37.50516 }, + }, + { + zip_code: '23306', + usps_city: 'Belle Haven', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 20.3, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87351, lat: 37.57016 }, + }, + { + zip_code: '23308', + usps_city: 'Bloxom', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2133.0, + density: 24.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62061, lat: 37.82556 }, + }, + { + zip_code: '23354', + usps_city: 'Franktown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 18.1, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.90487, lat: 37.47638 }, + }, + { + zip_code: '23414', + usps_city: 'Nelsonia', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 46.2, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57747, lat: 37.8062 }, + }, + { + zip_code: '23504', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23330.0, + density: 2190.1, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26574, lat: 36.8568 }, + }, + { + zip_code: '23509', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13567.0, + density: 2073.3, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26203, lat: 36.88214 }, + }, + { + zip_code: '23604', + usps_city: 'Fort Eustis', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6900.0, + density: 219.9, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "100"}', + coty_name: ['Newport News'], + cty_code: ['51700'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58874, lat: 37.13162 }, + }, + { + zip_code: '23828', + usps_city: 'Branchville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 3.6, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "100"}', + coty_name: ['Southampton'], + cty_code: ['51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28601, lat: 36.58214 }, + }, + { + zip_code: '23894', + usps_city: 'Wilsons', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 807.0, + density: 9.6, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "100"}', + coty_name: ['Dinwiddie'], + cty_code: ['51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81795, lat: 37.12619 }, + }, + { + zip_code: '24077', + usps_city: 'Cloverdale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 366.9, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "100"}', + coty_name: ['Botetourt'], + cty_code: ['51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90388, lat: 37.36641 }, + }, + { + zip_code: '24082', + usps_city: 'Critz', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 33.6, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "100"}', + coty_name: ['Patrick'], + cty_code: ['51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12316, lat: 36.61973 }, + }, + { + zip_code: '24168', + usps_city: 'Stanleytown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 150.0, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "100"}', + coty_name: ['Henry'], + cty_code: ['51089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94645, lat: 36.73475 }, + }, + { + zip_code: '24258', + usps_city: 'Hiltons', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1577.0, + density: 14.7, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "97.6", "51191": "2.4"}', + coty_name: ['Scott', 'Washington'], + cty_code: ['51169', '51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42034, lat: 36.64803 }, + }, + { + zip_code: '24273', + usps_city: 'Norton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6072.0, + density: 37.0, + primary_coty_code: '51720', + primary_coty_name: 'Norton', + county_weights: '{"51720": "63.21", "51195": "36.79"}', + coty_name: ['Norton', 'Wise'], + cty_code: ['51720', '51195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65647, lat: 36.96167 }, + }, + { + zip_code: '24282', + usps_city: 'Saint Charles', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 21.2, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05428, lat: 36.82137 }, + }, + { + zip_code: '24448', + usps_city: 'Iron Gate', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 321.6, + primary_coty_code: '51005', + primary_coty_name: 'Alleghany', + county_weights: '{"51005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['51005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78995, lat: 37.79831 }, + }, + { + zip_code: '24504', + usps_city: 'Lynchburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9765.0, + density: 117.4, + primary_coty_code: '51680', + primary_coty_name: 'Lynchburg', + county_weights: '{"51680": "72.23", "51031": "26.76", "51011": "1.01"}', + coty_name: ['Lynchburg', 'Campbell', 'Appomattox'], + cty_code: ['51680', '51031', '51011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05445, lat: 37.36104 }, + }, + { + zip_code: '24572', + usps_city: 'Madison Heights', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16691.0, + density: 100.8, + primary_coty_code: '51009', + primary_coty_name: 'Amherst', + county_weights: '{"51009": "100"}', + coty_name: ['Amherst'], + cty_code: ['51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0965, lat: 37.46363 }, + }, + { + zip_code: '24577', + usps_city: 'Nathalie', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4720.0, + density: 9.5, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97195, lat: 36.93564 }, + }, + { + zip_code: '24869', + usps_city: 'North Spring', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 30.2, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83264, lat: 37.55936 }, + }, + { + zip_code: '24901', + usps_city: 'Lewisburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9506.0, + density: 42.1, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46534, lat: 37.84062 }, + }, + { + zip_code: '24927', + usps_city: 'Cass', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 1.2, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95142, lat: 38.37437 }, + }, + { + zip_code: '24974', + usps_city: 'Secondcreek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 17.4, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "100"}', + coty_name: ['Monroe'], + cty_code: ['54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4442, lat: 37.65906 }, + }, + { + zip_code: '25024', + usps_city: 'Bloomingrose', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 38.1, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61944, lat: 38.15593 }, + }, + { + zip_code: '25059', + usps_city: 'Dixie', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 16.8, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "56.93", "54067": "43.07"}', + coty_name: ['Fayette', 'Nicholas'], + cty_code: ['54019', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20771, lat: 38.23312 }, + }, + { + zip_code: '25086', + usps_city: 'Glasgow', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 717.0, + density: 503.8, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41218, lat: 38.20968 }, + }, + { + zip_code: '25304', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8261.0, + density: 311.9, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59315, lat: 38.30559 }, + }, + { + zip_code: '25550', + usps_city: 'Point Pleasant', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8261.0, + density: 64.8, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07576, lat: 38.8682 }, + }, + { + zip_code: '25801', + usps_city: 'Beckley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32467.0, + density: 151.7, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25467, lat: 37.81451 }, + }, + { + zip_code: '25911', + usps_city: 'Raleigh', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 1028.7, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16812, lat: 37.75739 }, + }, + { + zip_code: '26060', + usps_city: 'Valley Grove', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1912.0, + density: 31.1, + primary_coty_code: '54069', + primary_coty_name: 'Ohio', + county_weights: '{"54069": "100"}', + coty_name: ['Ohio'], + cty_code: ['54069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54758, lat: 40.10477 }, + }, + { + zip_code: '26164', + usps_city: 'Ravenswood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7818.0, + density: 28.2, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "99.21", "54107": "0.79"}', + coty_name: ['Jackson', 'Wood'], + cty_code: ['54035', '54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71709, lat: 38.98877 }, + }, + { + zip_code: '26203', + usps_city: 'Erbacon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 2.0, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58269, lat: 38.54088 }, + }, + { + zip_code: '26215', + usps_city: 'Cleveland', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 1.0, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38794, lat: 38.7133 }, + }, + { + zip_code: '26237', + usps_city: 'Tallmansville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 5.0, + primary_coty_code: '54097', + primary_coty_name: 'Upshur', + county_weights: '{"54097": "100"}', + coty_name: ['Upshur'], + cty_code: ['54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15069, lat: 38.84545 }, + }, + { + zip_code: '26435', + usps_city: 'Simpson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 268.5, + primary_coty_code: '54091', + primary_coty_name: 'Taylor', + county_weights: '{"54091": "100"}', + coty_name: ['Taylor'], + cty_code: ['54091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08944, lat: 39.26665 }, + }, + { + zip_code: '26501', + usps_city: 'Morgantown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 22198.0, + density: 142.2, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04138, lat: 39.63014 }, + }, + { + zip_code: '26570', + usps_city: 'Fairview', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3554.0, + density: 20.4, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "55.3", "54049": "44.7"}', + coty_name: ['Monongalia', 'Marion'], + cty_code: ['54061', '54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22826, lat: 39.64157 }, + }, + { + zip_code: '26582', + usps_city: 'Mannington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4403.0, + density: 17.0, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "98.95", "54033": "1.05"}', + coty_name: ['Marion', 'Harrison'], + cty_code: ['54049', '54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38166, lat: 39.52976 }, + }, + { + zip_code: '26691', + usps_city: 'Tioga', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 13.0, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "85.85", "54101": "14.15"}', + coty_name: ['Nicholas', 'Webster'], + cty_code: ['54067', '54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66673, lat: 38.4045 }, + }, + { + zip_code: '26707', + usps_city: 'Bayard', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 3.8, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "100"}', + coty_name: ['Grant'], + cty_code: ['54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39584, lat: 39.22442 }, + }, + { + zip_code: '26710', + usps_city: 'Burlington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2258.0, + density: 10.6, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "86.92", "54027": "8.77", "54023": "4.31"}', + coty_name: ['Mineral', 'Hampshire', 'Grant'], + cty_code: ['54057', '54027', '54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.94228, lat: 39.30719 }, + }, + { + zip_code: '27013', + usps_city: 'Cleveland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5814.0, + density: 29.8, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "71.09", "37097": "28.91"}', + coty_name: ['Rowan', 'Iredell'], + cty_code: ['37159', '37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70351, lat: 35.75594 }, + }, + { + zip_code: '27017', + usps_city: 'Dobson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9144.0, + density: 32.9, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "100"}', + coty_name: ['Surry'], + cty_code: ['37171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76031, lat: 36.38153 }, + }, + { + zip_code: '27301', + usps_city: 'McLeansville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9358.0, + density: 108.3, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66684, lat: 36.11377 }, + }, + { + zip_code: '27357', + usps_city: 'Stokesdale', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8901.0, + density: 81.1, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "55.64", "37081": "44.27", "37169": "0.09"}', + coty_name: ['Rockingham', 'Guilford', 'Stokes'], + cty_code: ['37157', '37081', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97697, lat: 36.26818 }, + }, + { + zip_code: '27507', + usps_city: 'Bullock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1930.0, + density: 15.6, + primary_coty_code: '37077', + primary_coty_name: 'Granville', + county_weights: '{"37077": "87.51", "37181": "12.49"}', + coty_name: ['Granville', 'Vance'], + cty_code: ['37077', '37181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56306, lat: 36.51271 }, + }, + { + zip_code: '27557', + usps_city: 'Middlesex', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8205.0, + density: 51.5, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "56.81", "37101": "42.11", "37195": "1.08"}', + coty_name: ['Nash', 'Johnston', 'Wilson'], + cty_code: ['37127', '37101', '37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.19922, lat: 35.77609 }, + }, + { + zip_code: '27849', + usps_city: 'Lewiston Woodville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 8.1, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "100"}', + coty_name: ['Bertie'], + cty_code: ['37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.20663, lat: 36.07214 }, + }, + { + zip_code: '27964', + usps_city: 'Point Harbor', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 171.6, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80222, lat: 36.08598 }, + }, + { + zip_code: '27967', + usps_city: 'Powellsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 18.1, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "100"}', + coty_name: ['Bertie'], + cty_code: ['37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9049, lat: 36.2295 }, + }, + { + zip_code: '27974', + usps_city: 'Shiloh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1351.0, + density: 11.4, + primary_coty_code: '37029', + primary_coty_name: 'Camden', + county_weights: '{"37029": "100"}', + coty_name: ['Camden'], + cty_code: ['37029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00642, lat: 36.23919 }, + }, + { + zip_code: '28006', + usps_city: 'Alexis', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 80.4, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "64.6", "37109": "35.4"}', + coty_name: ['Gaston', 'Lincoln'], + cty_code: ['37071', '37109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09465, lat: 35.4069 }, + }, + { + zip_code: '28076', + usps_city: 'Henrietta', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 150.4, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.7888, lat: 35.25931 }, + }, + { + zip_code: '28081', + usps_city: 'Kannapolis', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28116.0, + density: 356.3, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: '{"37025": "57.76", "37159": "42.24"}', + coty_name: ['Cabarrus', 'Rowan'], + cty_code: ['37025', '37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66996, lat: 35.50229 }, + }, + { + zip_code: '28210', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48333.0, + density: 1469.4, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85552, lat: 35.129 }, + }, + { + zip_code: '28311', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35334.0, + density: 363.7, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88169, lat: 35.17184 }, + }, + { + zip_code: '28347', + usps_city: 'Hoffman', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2187.0, + density: 16.4, + primary_coty_code: '37153', + primary_coty_name: 'Richmond', + county_weights: '{"37153": "99.24", "37125": "0.76"}', + coty_name: ['Richmond', 'Moore'], + cty_code: ['37153', '37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.59385, lat: 35.05501 }, + }, + { + zip_code: '28350', + usps_city: 'Lakeview', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 85.9, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31306, lat: 35.24354 }, + }, + { + zip_code: '28391', + usps_city: 'Stedman', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5842.0, + density: 63.7, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70175, lat: 35.02121 }, + }, + { + zip_code: '28467', + usps_city: 'Calabash', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10688.0, + density: 229.2, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.58185, lat: 33.91762 }, + }, + { + zip_code: '28528', + usps_city: 'Gloucester', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 82.4, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53945, lat: 34.73775 }, + }, + { + zip_code: '28557', + usps_city: 'Morehead City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15298.0, + density: 416.2, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.74584, lat: 34.74059 }, + }, + { + zip_code: '28580', + usps_city: 'Snow Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13010.0, + density: 44.1, + primary_coty_code: '37079', + primary_coty_name: 'Greene', + county_weights: '{"37079": "99.75", "37107": "0.25"}', + coty_name: ['Greene', 'Lenoir'], + cty_code: ['37079', '37107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.68335, lat: 35.45271 }, + }, + { + zip_code: '28584', + usps_city: 'Swansboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12536.0, + density: 82.6, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "55.16", "37133": "44.84"}', + coty_name: ['Carteret', 'Onslow'], + cty_code: ['37031', '37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.06903, lat: 34.74606 }, + }, + { + zip_code: '28609', + usps_city: 'Catawba', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5615.0, + density: 48.7, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "100"}', + coty_name: ['Catawba'], + cty_code: ['37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.05336, lat: 35.67414 }, + }, + { + zip_code: '28670', + usps_city: 'Ronda', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3649.0, + density: 37.9, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92346, lat: 36.19367 }, + }, + { + zip_code: '28698', + usps_city: 'Zionville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2312.0, + density: 35.6, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "94.02", "37009": "5.98"}', + coty_name: ['Watauga', 'Ashe'], + cty_code: ['37189', '37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74011, lat: 36.33938 }, + }, + { + zip_code: '28704', + usps_city: 'Arden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19261.0, + density: 224.8, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "97.68", "37089": "2.32"}', + coty_name: ['Buncombe', 'Henderson'], + cty_code: ['37021', '37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57753, lat: 35.46135 }, + }, + { + zip_code: '28901', + usps_city: 'Andrews', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4927.0, + density: 30.1, + primary_coty_code: '37039', + primary_coty_name: 'Cherokee', + county_weights: '{"37039": "100"}', + coty_name: ['Cherokee'], + cty_code: ['37039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81034, lat: 35.19808 }, + }, + { + zip_code: '29016', + usps_city: 'Blythewood', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21389.0, + density: 95.9, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "97.78", "45039": "2.22"}', + coty_name: ['Richland', 'Fairfield'], + cty_code: ['45079', '45039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99575, lat: 34.20244 }, + }, + { + zip_code: '29038', + usps_city: 'Cope', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1903.0, + density: 9.2, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98135, lat: 33.37278 }, + }, + { + zip_code: '29078', + usps_city: 'Lugoff', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16896.0, + density: 52.6, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "98.32", "45079": "1.68"}', + coty_name: ['Kershaw', 'Richland'], + cty_code: ['45055', '45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6991, lat: 34.18347 }, + }, + { + zip_code: '29102', + usps_city: 'Manning', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17552.0, + density: 27.6, + primary_coty_code: '45027', + primary_coty_name: 'Clarendon', + county_weights: '{"45027": "100"}', + coty_name: ['Clarendon'], + cty_code: ['45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19125, lat: 33.64506 }, + }, + { + zip_code: '29172', + usps_city: 'West Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10496.0, + density: 161.2, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0721, lat: 33.90748 }, + }, + { + zip_code: '29449', + usps_city: 'Hollywood', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8072.0, + density: 38.9, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2865, lat: 32.70259 }, + }, + { + zip_code: '29547', + usps_city: 'Hamer', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3093.0, + density: 30.0, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "100"}', + coty_name: ['Dillon'], + cty_code: ['45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.33339, lat: 34.48799 }, + }, + { + zip_code: '29550', + usps_city: 'Hartsville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32661.0, + density: 59.1, + primary_coty_code: '45031', + primary_coty_name: 'Darlington', + county_weights: '{"45031": "92.67", "45025": "6.92", "45061": "0.41"}', + coty_name: ['Darlington', 'Chesterfield', 'Lee'], + cty_code: ['45031', '45025', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07734, lat: 34.39887 }, + }, + { + zip_code: '29718', + usps_city: 'Jefferson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4365.0, + density: 14.4, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "93.57", "45055": "6.43"}', + coty_name: ['Chesterfield', 'Kershaw'], + cty_code: ['45025', '45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33128, lat: 34.61982 }, + }, + { + zip_code: '29729', + usps_city: 'Richburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2203.0, + density: 12.7, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "100"}', + coty_name: ['Chester'], + cty_code: ['45023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00586, lat: 34.67671 }, + }, + { + zip_code: '29827', + usps_city: 'Fairfax', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4103.0, + density: 15.1, + primary_coty_code: '45005', + primary_coty_name: 'Allendale', + county_weights: '{"45005": "100"}', + coty_name: ['Allendale'], + cty_code: ['45005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2533, lat: 32.96459 }, + }, + { + zip_code: '29910', + usps_city: 'Bluffton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41697.0, + density: 156.2, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.88483, lat: 32.22078 }, + }, + { + zip_code: '29943', + usps_city: 'Tillman', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 4.3, + primary_coty_code: '45053', + primary_coty_name: 'Jasper', + county_weights: '{"45053": "100"}', + coty_name: ['Jasper'], + cty_code: ['45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16689, lat: 32.46815 }, + }, + { + zip_code: '30009', + usps_city: 'Alpharetta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17371.0, + density: 699.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30328, lat: 34.07699 }, + }, + { + zip_code: '30087', + usps_city: 'Stone Mountain', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 39586.0, + density: 653.9, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "69.22", "13135": "30.78"}', + coty_name: ['DeKalb', 'Gwinnett'], + cty_code: ['13089', '13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13133, lat: 33.81002 }, + }, + { + zip_code: '30205', + usps_city: 'Brooks', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2862.0, + density: 30.4, + primary_coty_code: '13113', + primary_coty_name: 'Fayette', + county_weights: '{"13113": "72.92", "13255": "27.08"}', + coty_name: ['Fayette', 'Spalding'], + cty_code: ['13113', '13255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46663, lat: 33.26848 }, + }, + { + zip_code: '30326', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6529.0, + density: 3644.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.36392, lat: 33.84941 }, + }, + { + zip_code: '30401', + usps_city: 'Swainsboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13740.0, + density: 21.0, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: '{"13107": "100"}', + coty_name: ['Emanuel'], + cty_code: ['13107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35204, lat: 32.6005 }, + }, + { + zip_code: '30412', + usps_city: 'Alston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 16.4, + primary_coty_code: '13209', + primary_coty_name: 'Montgomery', + county_weights: '{"13209": "100"}', + coty_name: ['Montgomery'], + cty_code: ['13209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49158, lat: 32.07823 }, + }, + { + zip_code: '30510', + usps_city: 'Alto', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8488.0, + density: 73.0, + primary_coty_code: '13137', + primary_coty_name: 'Habersham', + county_weights: '{"13137": "66.4", "13011": "27.44", "13139": "6.16"}', + coty_name: ['Habersham', 'Banks', 'Hall'], + cty_code: ['13137', '13011', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58277, lat: 34.44178 }, + }, + { + zip_code: '30536', + usps_city: 'Ellijay', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8864.0, + density: 22.2, + primary_coty_code: '13123', + primary_coty_name: 'Gilmer', + county_weights: '{"13123": "99.83", "13085": "0.17"}', + coty_name: ['Gilmer', 'Dawson'], + cty_code: ['13123', '13085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35535, lat: 34.65505 }, + }, + { + zip_code: '30563', + usps_city: 'Mount Airy', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5973.0, + density: 66.3, + primary_coty_code: '13137', + primary_coty_name: 'Habersham', + county_weights: '{"13137": "100"}', + coty_name: ['Habersham'], + cty_code: ['13137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4625, lat: 34.56349 }, + }, + { + zip_code: '30602', + usps_city: 'Athens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2952.0, + density: 1590.3, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "100"}', + coty_name: ['Clarke'], + cty_code: ['13059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.37237, lat: 33.94322 }, + }, + { + zip_code: '30721', + usps_city: 'Dalton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 53960.0, + density: 167.8, + primary_coty_code: '13313', + primary_coty_name: 'Whitfield', + county_weights: '{"13313": "98.45", "13213": "1.55"}', + coty_name: ['Whitfield', 'Murray'], + cty_code: ['13313', '13213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.91407, lat: 34.79162 }, + }, + { + zip_code: '30742', + usps_city: 'Fort Oglethorpe', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7882.0, + density: 908.5, + primary_coty_code: '13047', + primary_coty_name: 'Catoosa', + county_weights: '{"13047": "99.91", "13295": "0.09"}', + coty_name: ['Catoosa', 'Walker'], + cty_code: ['13047', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.24324, lat: 34.95061 }, + }, + { + zip_code: '58775', + usps_city: 'Roseglen', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 0.6, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.87082, lat: 47.70823 }, + }, + { + zip_code: '58838', + usps_city: 'Cartwright', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 0.4, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "100"}', + coty_name: ['McKenzie'], + cty_code: ['38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.90172, lat: 47.77632 }, + }, + { + zip_code: '58854', + usps_city: 'Watford City', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 9543.0, + density: 6.1, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "99.82", "38025": "0.18"}', + coty_name: ['McKenzie', 'Dunn'], + cty_code: ['38053', '38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.14547, lat: 47.81095 }, + }, + { + zip_code: '59038', + usps_city: 'Hysham', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 0.2, + primary_coty_code: '30103', + primary_coty_name: 'Treasure', + county_weights: '{"30103": "96.19", "30003": "3.81"}', + coty_name: ['Treasure', 'Big Horn'], + cty_code: ['30103', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.22703, lat: 46.19039 }, + }, + { + zip_code: '59061', + usps_city: 'Nye', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 0.4, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "100"}', + coty_name: ['Stillwater'], + cty_code: ['30095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.87707, lat: 45.34997 }, + }, + { + zip_code: '59101', + usps_city: 'Billings', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 41409.0, + density: 31.4, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "99.94", "30003": "0.06"}', + coty_name: ['Yellowstone', 'Big Horn'], + cty_code: ['30111', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.38675, lat: 45.61405 }, + }, + { + zip_code: '59256', + usps_city: 'Raymond', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.2, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.55461, lat: 48.91653 }, + }, + { + zip_code: '59343', + usps_city: 'Olive', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 0.1, + primary_coty_code: '30075', + primary_coty_name: 'Powder River', + county_weights: '{"30075": "100"}', + coty_name: ['Powder River'], + cty_code: ['30075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.43796, lat: 45.65675 }, + }, + { + zip_code: '59421', + usps_city: 'Cascade', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1727.0, + density: 1.0, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "93.12", "30049": "6.88"}', + coty_name: ['Cascade', 'Lewis and Clark'], + cty_code: ['30013', '30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.7364, lat: 47.19433 }, + }, + { + zip_code: '59443', + usps_city: 'Fort Shaw', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 2.7, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "92.48", "30099": "7.52"}', + coty_name: ['Cascade', 'Teton'], + cty_code: ['30013', '30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.82913, lat: 47.56256 }, + }, + { + zip_code: '59444', + usps_city: 'Galata', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 0.3, + primary_coty_code: '30051', + primary_coty_name: 'Liberty', + county_weights: '{"30051": "67.04", "30101": "32.96"}', + coty_name: ['Liberty', 'Toole'], + cty_code: ['30051', '30101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.36528, lat: 48.72526 }, + }, + { + zip_code: '59446', + usps_city: 'Geraldine', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 0.3, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "100"}', + coty_name: ['Chouteau'], + cty_code: ['30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.19282, lat: 47.61922 }, + }, + { + zip_code: '59447', + usps_city: 'Geyser', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 0.3, + primary_coty_code: '30045', + primary_coty_name: 'Judith Basin', + county_weights: '{"30045": "100"}', + coty_name: ['Judith Basin'], + cty_code: ['30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.47452, lat: 47.26791 }, + }, + { + zip_code: '59526', + usps_city: 'Harlem', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2621.0, + density: 1.3, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.71494, lat: 48.43613 }, + }, + { + zip_code: '59831', + usps_city: 'Dixon', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 1.6, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.35275, lat: 47.27752 }, + }, + { + zip_code: '59842', + usps_city: 'Haugan', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 0.2, + primary_coty_code: '30061', + primary_coty_name: 'Mineral', + county_weights: '{"30061": "100"}', + coty_name: ['Mineral'], + cty_code: ['30061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.41785, lat: 47.35383 }, + }, + { + zip_code: '59918', + usps_city: 'Fortine', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 747.0, + density: 3.2, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.85673, lat: 48.7718 }, + }, + { + zip_code: '60021', + usps_city: 'Fox River Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5276.0, + density: 934.4, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "91.24", "17097": "8.76"}', + coty_name: ['McHenry', 'Lake'], + cty_code: ['17111', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21823, lat: 42.19484 }, + }, + { + zip_code: '60060', + usps_city: 'Mundelein', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37544.0, + density: 615.6, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03972, lat: 42.2699 }, + }, + { + zip_code: '60091', + usps_city: 'Wilmette', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 27165.0, + density: 1960.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72801, lat: 42.07696 }, + }, + { + zip_code: '60165', + usps_city: 'Stone Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4894.0, + density: 5559.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88077, lat: 41.90325 }, + }, + { + zip_code: '60191', + usps_city: 'Wood Dale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14021.0, + density: 963.3, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98077, lat: 41.96613 }, + }, + { + zip_code: '60432', + usps_city: 'Joliet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 20062.0, + density: 924.4, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04157, lat: 41.54032 }, + }, + { + zip_code: '60445', + usps_city: 'Midlothian', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 25810.0, + density: 1441.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7362, lat: 41.63502 }, + }, + { + zip_code: '60453', + usps_city: 'Oak Lawn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 55966.0, + density: 2555.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75282, lat: 41.71427 }, + }, + { + zip_code: '60474', + usps_city: 'South Wilmington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 824.0, + density: 98.6, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "100"}', + coty_name: ['Grundy'], + cty_code: ['17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26622, lat: 41.18561 }, + }, + { + zip_code: '60476', + usps_city: 'Thornton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 291.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60671, lat: 41.56864 }, + }, + { + zip_code: '60534', + usps_city: 'Lyons', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10452.0, + density: 2377.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82213, lat: 41.81338 }, + }, + { + zip_code: '60554', + usps_city: 'Sugar Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12194.0, + density: 132.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "99.87", "17093": "0.13"}', + coty_name: ['Kane', 'Kendall'], + cty_code: ['17089', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.45653, lat: 41.77601 }, + }, + { + zip_code: '60914', + usps_city: 'Bourbonnais', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29797.0, + density: 235.8, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86195, lat: 41.18671 }, + }, + { + zip_code: '60917', + usps_city: 'Buckingham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 5.6, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "93.9", "17105": "3.48", "17053": "2.61"}', + coty_name: ['Kankakee', 'Livingston', 'Ford'], + cty_code: ['17091', '17105', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18728, lat: 41.04413 }, + }, + { + zip_code: '61010', + usps_city: 'Byron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7650.0, + density: 76.0, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26789, lat: 42.13571 }, + }, + { + zip_code: '61025', + usps_city: 'East Dubuque', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4654.0, + density: 51.6, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56025, lat: 42.47125 }, + }, + { + zip_code: '61087', + usps_city: 'Warren', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1563.0, + density: 20.3, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "99.52", "17177": "0.48"}', + coty_name: ['Jo Daviess', 'Stephenson'], + cty_code: ['17085', '17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99264, lat: 42.4802 }, + }, + { + zip_code: '61104', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19492.0, + density: 1668.6, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07895, lat: 42.25191 }, + }, + { + zip_code: '61109', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26910.0, + density: 268.8, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "99.94", "17141": "0.06"}', + coty_name: ['Winnebago', 'Ogle'], + cty_code: ['17201', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05347, lat: 42.19259 }, + }, + { + zip_code: '61242', + usps_city: 'Cordova', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 16.3, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27858, lat: 41.70361 }, + }, + { + zip_code: '61319', + usps_city: 'Cornell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1440.0, + density: 11.2, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74352, lat: 41.01846 }, + }, + { + zip_code: '61362', + usps_city: 'Spring Valley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5550.0, + density: 86.0, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22907, lat: 41.35468 }, + }, + { + zip_code: '61412', + usps_city: 'Alexis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1400.0, + density: 7.2, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "54.96", "17131": "45.04"}', + coty_name: ['Warren', 'Mercer'], + cty_code: ['17187', '17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57878, lat: 41.06972 }, + }, + { + zip_code: '61421', + usps_city: 'Bradford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1481.0, + density: 6.0, + primary_coty_code: '17175', + primary_coty_name: 'Stark', + county_weights: '{"17175": "81.18", "17011": "14.51", "17123": "4.31"}', + coty_name: ['Stark', 'Bureau', 'Marshall'], + cty_code: ['17175', '17011', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64999, lat: 41.18016 }, + }, + { + zip_code: '61436', + usps_city: 'Gilson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 4.6, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21683, lat: 40.86223 }, + }, + { + zip_code: '61531', + usps_city: 'Farmington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3285.0, + density: 22.5, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "95.86", "17143": "2.9", "17095": "1.24"}', + coty_name: ['Fulton', 'Peoria', 'Knox'], + cty_code: ['17057', '17143', '17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03503, lat: 40.68308 }, + }, + { + zip_code: '61545', + usps_city: 'Lowpoint', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 8.8, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "100"}', + coty_name: ['Woodford'], + cty_code: ['17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35355, lat: 40.87071 }, + }, + { + zip_code: '61552', + usps_city: 'Mossville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 137.3, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5657, lat: 40.81758 }, + }, + { + zip_code: '61742', + usps_city: 'Goodfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1263.0, + density: 77.1, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "83.22", "17179": "16.78"}', + coty_name: ['Woodford', 'Tazewell'], + cty_code: ['17203', '17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27267, lat: 40.63295 }, + }, + { + zip_code: '61818', + usps_city: 'Cerro Gordo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1814.0, + density: 17.0, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "96.34", "17115": "3.66"}', + coty_name: ['Piatt', 'Macon'], + cty_code: ['17147', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71921, lat: 39.88033 }, + }, + { + zip_code: '61839', + usps_city: 'De Land', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 7.7, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62912, lat: 40.1377 }, + }, + { + zip_code: '61843', + usps_city: 'Fisher', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2494.0, + density: 25.4, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "98.35", "17113": "1.65"}', + coty_name: ['Champaign', 'McLean'], + cty_code: ['17019', '17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.38396, lat: 40.31533 }, + }, + { + zip_code: '61956', + usps_city: 'Villa Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2749.0, + density: 31.4, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "98.42", "17019": "1.58"}', + coty_name: ['Douglas', 'Champaign'], + cty_code: ['17041', '17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14416, lat: 39.85123 }, + }, + { + zip_code: '62037', + usps_city: 'Grafton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1990.0, + density: 13.1, + primary_coty_code: '17083', + primary_coty_name: 'Jersey', + county_weights: '{"17083": "100"}', + coty_name: ['Jersey'], + cty_code: ['17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46759, lat: 39.00931 }, + }, + { + zip_code: '62079', + usps_city: 'Piasa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 13.2, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "55.47", "17083": "44.53"}', + coty_name: ['Macoupin', 'Jersey'], + cty_code: ['17117', '17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14204, lat: 39.11219 }, + }, + { + zip_code: '62081', + usps_city: 'Rockbridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 5.0, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.23701, lat: 39.26108 }, + }, + { + zip_code: '62093', + usps_city: 'Wilsonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 263.3, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85468, lat: 39.06691 }, + }, + { + zip_code: '62204', + usps_city: 'East Saint Louis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8133.0, + density: 560.9, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.09056, lat: 38.6327 }, + }, + { + zip_code: '62231', + usps_city: 'Carlyle', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7313.0, + density: 14.9, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33028, lat: 38.64163 }, + }, + { + zip_code: '62232', + usps_city: 'Caseyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6828.0, + density: 200.1, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0027, lat: 38.63221 }, + }, + { + zip_code: '62280', + usps_city: 'Rockwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 4.0, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "56.76", "17077": "43.24"}', + coty_name: ['Randolph', 'Jackson'], + cty_code: ['17157', '17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65966, lat: 37.83505 }, + }, + { + zip_code: '62346', + usps_city: 'La Prairie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.8, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "78.65", "17169": "21.35"}', + coty_name: ['Adams', 'Schuyler'], + cty_code: ['17001', '17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.94751, lat: 40.14813 }, + }, + { + zip_code: '62367', + usps_city: 'Plymouth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 3.5, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "52.04", "17109": "32.79", "17169": "15.17"}', + coty_name: ['Hancock', 'McDonough', 'Schuyler'], + cty_code: ['17067', '17109', '17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.87607, lat: 40.30522 }, + }, + { + zip_code: '62674', + usps_city: 'Palmyra', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1393.0, + density: 7.2, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02994, lat: 39.43469 }, + }, + { + zip_code: '62833', + usps_city: 'Ellery', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 3.5, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "56.66", "17047": "43.34"}', + coty_name: ['Wayne', 'Edwards'], + cty_code: ['17191', '17047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16051, lat: 38.36124 }, + }, + { + zip_code: '62854', + usps_city: 'Kinmundy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1495.0, + density: 6.4, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "98.7", "17025": "1.3"}', + coty_name: ['Marion', 'Clay'], + cty_code: ['17121', '17025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80664, lat: 38.76801 }, + }, + { + zip_code: '62871', + usps_city: 'Omaha', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 5.3, + primary_coty_code: '17059', + primary_coty_name: 'Gallatin', + county_weights: '{"17059": "100"}', + coty_name: ['Gallatin'], + cty_code: ['17059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26828, lat: 37.87593 }, + }, + { + zip_code: '62896', + usps_city: 'West Frankfort', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11971.0, + density: 71.8, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "93.88", "17199": "6.12"}', + coty_name: ['Franklin', 'Williamson'], + cty_code: ['17055', '17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91632, lat: 37.89104 }, + }, + { + zip_code: '62918', + usps_city: 'Carterville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10177.0, + density: 109.3, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.08769, lat: 37.79 }, + }, + { + zip_code: '62930', + usps_city: 'Eldorado', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5915.0, + density: 32.2, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "99.66", "17059": "0.34"}', + coty_name: ['Saline', 'Gallatin'], + cty_code: ['17165', '17059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.44115, lat: 37.83823 }, + }, + { + zip_code: '62939', + usps_city: 'Goreville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2936.0, + density: 25.8, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "95.22", "17199": "3.11", "17181": "1.67"}', + coty_name: ['Johnson', 'Williamson', 'Union'], + cty_code: ['17087', '17199', '17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98149, lat: 37.5512 }, + }, + { + zip_code: '62962', + usps_city: 'Miller City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '17003', + primary_coty_name: 'Alexander', + county_weights: '{"17003": "100"}', + coty_name: ['Alexander'], + cty_code: ['17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33498, lat: 37.07376 }, + }, + { + zip_code: '62994', + usps_city: 'Vergennes', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 7.0, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34075, lat: 37.90776 }, + }, + { + zip_code: '63110', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17313.0, + density: 1067.4, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26695, lat: 38.62583 }, + }, + { + zip_code: '63123', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 50783.0, + density: 1564.5, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "95.43", "29510": "4.57"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32756, lat: 38.54892 }, + }, + { + zip_code: '63361', + usps_city: 'Montgomery City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4212.0, + density: 10.2, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "94.12", "29027": "5.88"}', + coty_name: ['Montgomery', 'Callaway'], + cty_code: ['29139', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55447, lat: 38.96251 }, + }, + { + zip_code: '63386', + usps_city: 'West Alton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 5.1, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21517, lat: 38.86962 }, + }, + { + zip_code: '63388', + usps_city: 'Williamsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 3.4, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.74286, lat: 38.88769 }, + }, + { + zip_code: '63452', + usps_city: 'Lewistown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1522.0, + density: 6.1, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "100"}', + coty_name: ['Lewis'], + cty_code: ['29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78605, lat: 40.09119 }, + }, + { + zip_code: '63459', + usps_city: 'New London', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3850.0, + density: 10.7, + primary_coty_code: '29173', + primary_coty_name: 'Ralls', + county_weights: '{"29173": "98.72", "29163": "1.28"}', + coty_name: ['Ralls', 'Pike'], + cty_code: ['29173', '29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.37768, lat: 39.58146 }, + }, + { + zip_code: '63629', + usps_city: 'Bunker', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1300.0, + density: 1.9, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "66.13", "29065": "20.85", "29203": "13.01"}', + coty_name: ['Reynolds', 'Dent', 'Shannon'], + cty_code: ['29179', '29065', '29203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23542, lat: 37.41515 }, + }, + { + zip_code: '63732', + usps_city: 'Altenburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 9.8, + primary_coty_code: '29157', + primary_coty_name: 'Perry', + county_weights: '{"29157": "53.96", "29031": "46.04"}', + coty_name: ['Perry', 'Cape Girardeau'], + cty_code: ['29157', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58041, lat: 37.59161 }, + }, + { + zip_code: '63839', + usps_city: 'Cooter', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 87.5, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81363, lat: 36.04477 }, + }, + { + zip_code: '63868', + usps_city: 'Morehouse', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 192.0, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69337, lat: 36.84916 }, + }, + { + zip_code: '63879', + usps_city: 'Wardell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 11.2, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81704, lat: 36.35477 }, + }, + { + zip_code: '63932', + usps_city: 'Broseley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1000.0, + density: 7.4, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "100"}', + coty_name: ['Butler'], + cty_code: ['29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25075, lat: 36.68993 }, + }, + { + zip_code: '63953', + usps_city: 'Naylor', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1763.0, + density: 12.1, + primary_coty_code: '29181', + primary_coty_name: 'Ripley', + county_weights: '{"29181": "96.21", "29023": "3.79"}', + coty_name: ['Ripley', 'Butler'], + cty_code: ['29181', '29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63153, lat: 36.58187 }, + }, + { + zip_code: '64037', + usps_city: 'Higginsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5806.0, + density: 22.4, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73279, lat: 39.05745 }, + }, + { + zip_code: '64061', + usps_city: 'Kingsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2944.0, + density: 17.6, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "97.22", "29037": "2.78"}', + coty_name: ['Johnson', 'Cass'], + cty_code: ['29101', '29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08873, lat: 38.78085 }, + }, + { + zip_code: '64066', + usps_city: 'Levasy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 5.8, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12649, lat: 39.1382 }, + }, + { + zip_code: '64459', + usps_city: 'Helena', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 6.2, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.64646, lat: 39.92948 }, + }, + { + zip_code: '64645', + usps_city: 'Harris', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 1.6, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "70.26", "29129": "29.74"}', + coty_name: ['Sullivan', 'Mercer'], + cty_code: ['29211', '29129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32736, lat: 40.29742 }, + }, + { + zip_code: '64723', + usps_city: 'Amsterdam', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 825.0, + density: 7.1, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "100"}', + coty_name: ['Bates'], + cty_code: ['29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55862, lat: 38.36334 }, + }, + { + zip_code: '64735', + usps_city: 'Clinton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12954.0, + density: 19.0, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: '{"29083": "98.55", "29015": "1.45"}', + coty_name: ['Henry', 'Benton'], + cty_code: ['29083', '29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74306, lat: 38.36745 }, + }, + { + zip_code: '64843', + usps_city: 'Goodman', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3847.0, + density: 26.1, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "89.29", "29145": "10.71"}', + coty_name: ['McDonald', 'Newton'], + cty_code: ['29119', '29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44391, lat: 36.73389 }, + }, + { + zip_code: '64858', + usps_city: 'Racine', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 98.4, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "100"}', + coty_name: ['Newton'], + cty_code: ['29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53001, lat: 36.90012 }, + }, + { + zip_code: '64862', + usps_city: 'Sarcoxie', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3892.0, + density: 17.9, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "81.93", "29145": "12.92", "29109": "5.15"}', + coty_name: ['Jasper', 'Newton', 'Lawrence'], + cty_code: ['29097', '29145', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11431, lat: 37.09739 }, + }, + { + zip_code: '65240', + usps_city: 'Centralia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8624.0, + density: 18.7, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: + '{"29019": "81.67", "29007": "17.15", "29027": "0.97", "29137": "0.2"}', + coty_name: ['Boone', 'Audrain', 'Callaway', 'Monroe'], + cty_code: ['29019', '29007', '29027', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12569, lat: 39.22243 }, + }, + { + zip_code: '65462', + usps_city: 'Edgar Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 6.4, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: '{"29161": "91.9", "29065": "8.1"}', + coty_name: ['Phelps', 'Dent'], + cty_code: ['29161', '29065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85894, lat: 37.68637 }, + }, + { + zip_code: '65624', + usps_city: 'Cape Fair', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1505.0, + density: 10.4, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "93.02", "29009": "6.98"}', + coty_name: ['Stone', 'Barry'], + cty_code: ['29209', '29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.56742, lat: 36.73109 }, + }, + { + zip_code: '65733', + usps_city: 'Protem', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 4.2, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: + '{"29213": "68.75", "05089": "29.44", "29153": "1.11", "05009": "0.69"}', + coty_name: ['Taney', 'Marion', 'Ozark', 'Boone'], + cty_code: ['29213', '05089', '29153', '05009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.84643, lat: 36.52859 }, + }, + { + zip_code: '65767', + usps_city: 'Urbana', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1675.0, + density: 7.5, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "63.72", "29085": "31.86", "29167": "4.42"}', + coty_name: ['Dallas', 'Hickory', 'Polk'], + cty_code: ['29059', '29085', '29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1545, lat: 37.84382 }, + }, + { + zip_code: '66023', + usps_city: 'Effingham', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 994.0, + density: 5.4, + primary_coty_code: '20005', + primary_coty_name: 'Atchison', + county_weights: '{"20005": "100"}', + coty_name: ['Atchison'], + cty_code: ['20005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39903, lat: 39.51379 }, + }, + { + zip_code: '66031', + usps_city: 'New Century', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 86.6, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89195, lat: 38.83398 }, + }, + { + zip_code: '66032', + usps_city: 'Garnett', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5034.0, + density: 9.3, + primary_coty_code: '20003', + primary_coty_name: 'Anderson', + county_weights: '{"20003": "100"}', + coty_name: ['Anderson'], + cty_code: ['20003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27321, lat: 38.28232 }, + }, + { + zip_code: '66033', + usps_city: 'Greeley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 4.9, + primary_coty_code: '20003', + primary_coty_name: 'Anderson', + county_weights: '{"20003": "84.09", "20059": "10.69", "20107": "5.22"}', + coty_name: ['Anderson', 'Franklin', 'Linn'], + cty_code: ['20003', '20059', '20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12205, lat: 38.36328 }, + }, + { + zip_code: '66048', + usps_city: 'Leavenworth', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 36149.0, + density: 103.1, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "100"}', + coty_name: ['Leavenworth'], + cty_code: ['20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99415, lat: 39.28287 }, + }, + { + zip_code: '66064', + usps_city: 'Osawatomie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5981.0, + density: 30.8, + primary_coty_code: '20121', + primary_coty_name: 'Miami', + county_weights: '{"20121": "99.26", "20059": "0.74"}', + coty_name: ['Miami', 'Franklin'], + cty_code: ['20121', '20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98886, lat: 38.47802 }, + }, + { + zip_code: '66087', + usps_city: 'Troy', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1873.0, + density: 6.5, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "100"}', + coty_name: ['Doniphan'], + cty_code: ['20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12419, lat: 39.79815 }, + }, + { + zip_code: '66101', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12643.0, + density: 1501.4, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62601, lat: 39.11894 }, + }, + { + zip_code: '66203', + usps_city: 'Shawnee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 19008.0, + density: 1169.0, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7055, lat: 39.02155 }, + }, + { + zip_code: '66214', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12224.0, + density: 1207.0, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71418, lat: 38.9638 }, + }, + { + zip_code: '66224', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13561.0, + density: 759.6, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62816, lat: 38.86292 }, + }, + { + zip_code: '66403', + usps_city: 'Axtell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 3.4, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "95.24", "20131": "4.76"}', + coty_name: ['Marshall', 'Nemaha'], + cty_code: ['20117', '20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.27739, lat: 39.89652 }, + }, + { + zip_code: '66440', + usps_city: 'Hoyt', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1612.0, + density: 12.7, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "100"}', + coty_name: ['Jackson'], + cty_code: ['20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67877, lat: 39.26436 }, + }, + { + zip_code: '66546', + usps_city: 'Wakarusa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 11.1, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "97.73", "20139": "2.27"}', + coty_name: ['Shawnee', 'Osage'], + cty_code: ['20177', '20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7239, lat: 38.8954 }, + }, + { + zip_code: '66725', + usps_city: 'Columbus', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5795.0, + density: 9.5, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89053, lat: 37.16031 }, + }, + { + zip_code: '66753', + usps_city: 'McCune', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1290.0, + density: 3.7, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "77.07", "20021": "16.9", "20099": "6.04"}', + coty_name: ['Crawford', 'Cherokee', 'Labette'], + cty_code: ['20037', '20021', '20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.01195, lat: 37.36095 }, + }, + { + zip_code: '66838', + usps_city: 'Burdick', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 0.8, + primary_coty_code: '20127', + primary_coty_name: 'Morris', + county_weights: '{"20127": "94.51", "20017": "5.49"}', + coty_name: ['Morris', 'Chase'], + cty_code: ['20127', '20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79296, lat: 38.55856 }, + }, + { + zip_code: '66842', + usps_city: 'Cassoday', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 1.6, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64486, lat: 38.02465 }, + }, + { + zip_code: '66935', + usps_city: 'Belleville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2338.0, + density: 6.1, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.63122, lat: 39.8408 }, + }, + { + zip_code: '66968', + usps_city: 'Washington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1443.0, + density: 4.4, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06588, lat: 39.82742 }, + }, + { + zip_code: '67035', + usps_city: 'Cunningham', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 881.0, + density: 1.5, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "85.88", "20151": "10.21", "20155": "3.92"}', + coty_name: ['Kingman', 'Pratt', 'Reno'], + cty_code: ['20095', '20151', '20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.39197, lat: 37.64861 }, + }, + { + zip_code: '67144', + usps_city: 'Towanda', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2614.0, + density: 22.4, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00734, lat: 37.81608 }, + }, + { + zip_code: '67227', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 20.0, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49969, lat: 37.62819 }, + }, + { + zip_code: '67452', + usps_city: 'Hunter', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.4, + primary_coty_code: '20123', + primary_coty_name: 'Mitchell', + county_weights: '{"20123": "63.68", "20105": "36.32"}', + coty_name: ['Mitchell', 'Lincoln'], + cty_code: ['20123', '20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37167, lat: 39.23879 }, + }, + { + zip_code: '67474', + usps_city: 'Portis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 1.2, + primary_coty_code: '20141', + primary_coty_name: 'Osborne', + county_weights: '{"20141": "77.23", "20183": "22.77"}', + coty_name: ['Osborne', 'Smith'], + cty_code: ['20141', '20183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.71912, lat: 39.57511 }, + }, + { + zip_code: '67511', + usps_city: 'Albert', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 1.7, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: '{"20009": "78.62", "20165": "21.38"}', + coty_name: ['Barton', 'Rush'], + cty_code: ['20009', '20165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.04725, lat: 38.4325 }, + }, + { + zip_code: '67548', + usps_city: 'La Crosse', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1367.0, + density: 4.7, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "100"}', + coty_name: ['Rush'], + cty_code: ['20165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.34515, lat: 38.58312 }, + }, + { + zip_code: '67557', + usps_city: 'Macksville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 1.6, + primary_coty_code: '20185', + primary_coty_name: 'Stafford', + county_weights: + '{"20185": "90.32", "20145": "4.7", "20047": "2.77", "20151": "2.21"}', + coty_name: ['Stafford', 'Pawnee', 'Edwards', 'Pratt'], + cty_code: ['20185', '20145', '20047', '20151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96403, lat: 37.92781 }, + }, + { + zip_code: '67559', + usps_city: 'Nekoma', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11.0, + density: 0.1, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "84.62", "20145": "15.38"}', + coty_name: ['Rush', 'Pawnee'], + cty_code: ['20165', '20145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.45502, lat: 38.39011 }, + }, + { + zip_code: '67579', + usps_city: 'Sterling', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3345.0, + density: 5.8, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "91.73", "20155": "8.27"}', + coty_name: ['Rice', 'Reno'], + cty_code: ['20159', '20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.21858, lat: 38.18331 }, + }, + { + zip_code: '67634', + usps_city: 'Dorrance', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 0.7, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "100"}', + coty_name: ['Russell'], + cty_code: ['20167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60734, lat: 38.81919 }, + }, + { + zip_code: '67735', + usps_city: 'Goodland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5120.0, + density: 3.2, + primary_coty_code: '20181', + primary_coty_name: 'Sherman', + county_weights: '{"20181": "100"}', + coty_name: ['Sherman'], + cty_code: ['20181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.7586, lat: 39.34596 }, + }, + { + zip_code: '68039', + usps_city: 'Macy', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1389.0, + density: 12.3, + primary_coty_code: '31173', + primary_coty_name: 'Thurston', + county_weights: '{"31173": "100"}', + coty_name: ['Thurston'], + cty_code: ['31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.34461, lat: 42.11408 }, + }, + { + zip_code: '68065', + usps_city: 'Valparaiso', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1530.0, + density: 6.5, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "74.97", "31109": "21.79", "31159": "3.25"}', + coty_name: ['Saunders', 'Lancaster', 'Seward'], + cty_code: ['31155', '31109', '31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83987, lat: 41.07317 }, + }, + { + zip_code: '68069', + usps_city: 'Waterloo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2831.0, + density: 37.4, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "98.98", "31153": "1.02"}', + coty_name: ['Douglas', 'Sarpy'], + cty_code: ['31055', '31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31621, lat: 41.24286 }, + }, + { + zip_code: '68104', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 36879.0, + density: 2161.1, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00128, lat: 41.29498 }, + }, + { + zip_code: '68154', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 22031.0, + density: 1297.4, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11565, lat: 41.26475 }, + }, + { + zip_code: '68301', + usps_city: 'Adams', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1331.0, + density: 5.1, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "81.72", "31109": "13.85", "31131": "4.43"}', + coty_name: ['Gage', 'Lancaster', 'Otoe'], + cty_code: ['31067', '31109', '31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52387, lat: 40.46516 }, + }, + { + zip_code: '68335', + usps_city: 'Davenport', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 3.1, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "84.17", "31129": "15.83"}', + coty_name: ['Thayer', 'Nuckolls'], + cty_code: ['31169', '31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80302, lat: 40.27698 }, + }, + { + zip_code: '68365', + usps_city: 'Grafton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 2.1, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "100"}', + coty_name: ['Fillmore'], + cty_code: ['31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72883, lat: 40.60962 }, + }, + { + zip_code: '68456', + usps_city: 'Utica', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1277.0, + density: 9.0, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31435, lat: 40.91123 }, + }, + { + zip_code: '68467', + usps_city: 'York', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 9400.0, + density: 20.1, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "100"}', + coty_name: ['York'], + cty_code: ['31185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59544, lat: 40.8664 }, + }, + { + zip_code: '68522', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 13329.0, + density: 477.4, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76209, lat: 40.7887 }, + }, + { + zip_code: '68635', + usps_city: 'Dwight', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 3.6, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01491, lat: 41.08247 }, + }, + { + zip_code: '68753', + usps_city: 'Mills', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 0.4, + primary_coty_code: '31103', + primary_coty_name: 'Keya Paha', + county_weights: '{"31103": "100"}', + coty_name: ['Keya Paha'], + cty_code: ['31103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.44943, lat: 42.88469 }, + }, + { + zip_code: '68873', + usps_city: 'Saint Paul', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3446.0, + density: 7.5, + primary_coty_code: '31093', + primary_coty_name: 'Howard', + county_weights: '{"31093": "100"}', + coty_name: ['Howard'], + cty_code: ['31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.45046, lat: 41.24501 }, + }, + { + zip_code: '68883', + usps_city: 'Wood River', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2468.0, + density: 5.6, + primary_coty_code: '31079', + primary_coty_name: 'Hall', + county_weights: '{"31079": "96.1", "31001": "3.9"}', + coty_name: ['Hall', 'Adams'], + cty_code: ['31079', '31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.59113, lat: 40.81264 }, + }, + { + zip_code: '68939', + usps_city: 'Franklin', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1165.0, + density: 3.7, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "100"}', + coty_name: ['Franklin'], + cty_code: ['31061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96887, lat: 40.10132 }, + }, + { + zip_code: '68974', + usps_city: 'Ruskin', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 2.1, + primary_coty_code: '31129', + primary_coty_name: 'Nuckolls', + county_weights: '{"31129": "100"}', + coty_name: ['Nuckolls'], + cty_code: ['31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87189, lat: 40.1324 }, + }, + { + zip_code: '70065', + usps_city: 'Kenner', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 50752.0, + density: 2436.4, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25403, lat: 30.02764 }, + }, + { + zip_code: '70071', + usps_city: 'Lutcher', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3304.0, + density: 493.2, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "100"}', + coty_name: ['St. James'], + cty_code: ['22093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70644, lat: 30.05473 }, + }, + { + zip_code: '70080', + usps_city: 'Paradis', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 57.3, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43404, lat: 29.88514 }, + }, + { + zip_code: '70117', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27137.0, + density: 1911.9, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03005, lat: 29.96845 }, + }, + { + zip_code: '70352', + usps_city: 'Donner', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 24.8, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.94384, lat: 29.68513 }, + }, + { + zip_code: '70445', + usps_city: 'Lacombe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10385.0, + density: 34.7, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9128, lat: 30.3677 }, + }, + { + zip_code: '70451', + usps_city: 'Natalbany', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48091, lat: 30.5484 }, + }, + { + zip_code: '70532', + usps_city: 'Elton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2462.0, + density: 9.7, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "70.28", "22003": "29.72"}', + coty_name: ['Jefferson Davis', 'Allen'], + cty_code: ['22053', '22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69758, lat: 30.46656 }, + }, + { + zip_code: '70577', + usps_city: 'Port Barre', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3696.0, + density: 23.8, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93386, lat: 30.55119 }, + }, + { + zip_code: '70581', + usps_city: 'Roanoke', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 11.4, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "100"}', + coty_name: ['Jefferson Davis'], + cty_code: ['22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73797, lat: 30.25173 }, + }, + { + zip_code: '70651', + usps_city: 'Leblanc', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 3.4, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "100"}', + coty_name: ['Allen'], + cty_code: ['22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95089, lat: 30.54399 }, + }, + { + zip_code: '70788', + usps_city: 'White Castle', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3762.0, + density: 13.5, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "100"}', + coty_name: ['Iberville'], + cty_code: ['22047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17351, lat: 30.13632 }, + }, + { + zip_code: '70819', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5074.0, + density: 337.5, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01095, lat: 30.47395 }, + }, + { + zip_code: '71030', + usps_city: 'Gloster', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1691.0, + density: 18.1, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "100"}', + coty_name: ['De Soto'], + cty_code: ['22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79082, lat: 32.19298 }, + }, + { + zip_code: '71038', + usps_city: 'Haynesville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4505.0, + density: 8.0, + primary_coty_code: '22027', + primary_coty_name: 'Claiborne', + county_weights: '{"22027": "99.58", "22119": "0.42"}', + coty_name: ['Claiborne', 'Webster'], + cty_code: ['22027', '22119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.06443, lat: 32.94411 }, + }, + { + zip_code: '71064', + usps_city: 'Plain Dealing', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2769.0, + density: 5.0, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "100"}', + coty_name: ['Bossier'], + cty_code: ['22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68579, lat: 32.91077 }, + }, + { + zip_code: '71069', + usps_city: 'Rodessa', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 575.0, + density: 7.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98748, lat: 32.9662 }, + }, + { + zip_code: '71109', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19581.0, + density: 601.8, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81377, lat: 32.46874 }, + }, + { + zip_code: '71219', + usps_city: 'Baskin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1368.0, + density: 8.7, + primary_coty_code: '22041', + primary_coty_name: 'Franklin', + county_weights: '{"22041": "100"}', + coty_name: ['Franklin'], + cty_code: ['22041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.6843, lat: 32.323 }, + }, + { + zip_code: '71227', + usps_city: 'Choudrant', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4204.0, + density: 14.5, + primary_coty_code: '22061', + primary_coty_name: 'Lincoln', + county_weights: '{"22061": "80.96", "22049": "15.1", "22073": "3.93"}', + coty_name: ['Lincoln', 'Jackson', 'Ouachita'], + cty_code: ['22061', '22049', '22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48035, lat: 32.53465 }, + }, + { + zip_code: '71235', + usps_city: 'Dubach', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4163.0, + density: 9.9, + primary_coty_code: '22061', + primary_coty_name: 'Lincoln', + county_weights: '{"22061": "99.16", "22027": "0.84"}', + coty_name: ['Lincoln', 'Claiborne'], + cty_code: ['22061', '22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67428, lat: 32.69053 }, + }, + { + zip_code: '71241', + usps_city: 'Farmerville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9931.0, + density: 19.7, + primary_coty_code: '22111', + primary_coty_name: 'Union', + county_weights: '{"22111": "100"}', + coty_name: ['Union'], + cty_code: ['22111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36289, lat: 32.77182 }, + }, + { + zip_code: '71263', + usps_city: 'Oak Grove', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7917.0, + density: 14.7, + primary_coty_code: '22123', + primary_coty_name: 'West Carroll', + county_weights: '{"22123": "100"}', + coty_name: ['West Carroll'], + cty_code: ['22123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.42567, lat: 32.8689 }, + }, + { + zip_code: '71266', + usps_city: 'Pioneer', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 5.0, + primary_coty_code: '22123', + primary_coty_name: 'West Carroll', + county_weights: '{"22123": "100"}', + coty_name: ['West Carroll'], + cty_code: ['22123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.49624, lat: 32.69816 }, + }, + { + zip_code: '71353', + usps_city: 'Melville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1926.0, + density: 9.9, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.81854, lat: 30.75036 }, + }, + { + zip_code: '71406', + usps_city: 'Belmont', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 6.9, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "100"}', + coty_name: ['Sabine'], + cty_code: ['22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.50458, lat: 31.73313 }, + }, + { + zip_code: '71410', + usps_city: 'Calvin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 80.6, + primary_coty_code: '22127', + primary_coty_name: 'Winn', + county_weights: '{"22127": "100"}', + coty_name: ['Winn'], + cty_code: ['22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77153, lat: 31.9648 }, + }, + { + zip_code: '71472', + usps_city: 'Sieper', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 320.0, + density: 6.3, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.79372, lat: 31.19834 }, + }, + { + zip_code: '71643', + usps_city: 'Gould', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 3.3, + primary_coty_code: '5079', + primary_coty_name: 'Lincoln', + county_weights: '{"05079": "100"}', + coty_name: ['Lincoln'], + cty_code: ['5079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.57343, lat: 34.01741 }, + }, + { + zip_code: '71644', + usps_city: 'Grady', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5503.0, + density: 28.4, + primary_coty_code: '5079', + primary_coty_name: 'Lincoln', + county_weights: '{"05079": "96.41", "05069": "3.59"}', + coty_name: ['Lincoln', 'Jefferson'], + cty_code: ['05079', '05069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.70391, lat: 34.09406 }, + }, + { + zip_code: '71660', + usps_city: 'New Edinburg', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 764.0, + density: 2.5, + primary_coty_code: '5025', + primary_coty_name: 'Cleveland', + county_weights: '{"05025": "99.48", "05011": "0.52"}', + coty_name: ['Cleveland', 'Bradley'], + cty_code: ['05025', '05011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.18747, lat: 33.76075 }, + }, + { + zip_code: '71670', + usps_city: 'Tillar', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1213.0, + density: 2.3, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "68.07", "05043": "31.93"}', + coty_name: ['Desha', 'Drew'], + cty_code: ['05041', '05043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40689, lat: 33.73689 }, + }, + { + zip_code: '71671', + usps_city: 'Warren', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8485.0, + density: 17.8, + primary_coty_code: '5011', + primary_coty_name: 'Bradley', + county_weights: '{"05011": "97.67", "05025": "2.22", "05043": "0.12"}', + coty_name: ['Bradley', 'Cleveland', 'Drew'], + cty_code: ['05011', '05025', '05043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10147, lat: 33.60432 }, + }, + { + zip_code: '71763', + usps_city: 'Sparkman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1694.0, + density: 2.9, + primary_coty_code: '5039', + primary_coty_name: 'Dallas', + county_weights: '{"05039": "97.72", "05103": "2.28"}', + coty_name: ['Dallas', 'Ouachita'], + cty_code: ['05039', '05103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.79802, lat: 33.91824 }, + }, + { + zip_code: '71825', + usps_city: 'Blevins', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 8.3, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "100"}', + coty_name: ['Hempstead'], + cty_code: ['5057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55981, lat: 33.87815 }, + }, + { + zip_code: '71971', + usps_city: 'Umpire', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 3.5, + primary_coty_code: '5061', + primary_coty_name: 'Howard', + county_weights: '{"05061": "81.09", "05109": "18.91"}', + coty_name: ['Howard', 'Pike'], + cty_code: ['05061', '05109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03726, lat: 34.30388 }, + }, + { + zip_code: '72003', + usps_city: 'Almyra', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 3.2, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.39779, lat: 34.38592 }, + }, + { + zip_code: '72040', + usps_city: 'Des Arc', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2719.0, + density: 6.1, + primary_coty_code: '5117', + primary_coty_name: 'Prairie', + county_weights: '{"05117": "100"}', + coty_name: ['Prairie'], + cty_code: ['5117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54038, lat: 34.97643 }, + }, + { + zip_code: '72084', + usps_city: 'Leola', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1333.0, + density: 2.6, + primary_coty_code: '5053', + primary_coty_name: 'Grant', + county_weights: '{"05053": "62.16", "05039": "20.42", "05059": "17.41"}', + coty_name: ['Grant', 'Dallas', 'Hot Spring'], + cty_code: ['05053', '05039', '05059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66366, lat: 34.14418 }, + }, + { + zip_code: '72101', + usps_city: 'McCrory', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3001.0, + density: 4.5, + primary_coty_code: '5147', + primary_coty_name: 'Woodruff', + county_weights: '{"05147": "93.87", "05067": "6.13"}', + coty_name: ['Woodruff', 'Jackson'], + cty_code: ['05147', '05067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15672, lat: 35.24003 }, + }, + { + zip_code: '72173', + usps_city: 'Vilonia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9104.0, + density: 36.7, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "99.59", "05145": "0.41"}', + coty_name: ['Faulkner', 'White'], + cty_code: ['05045', '05145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20557, lat: 35.09984 }, + }, + { + zip_code: '72201', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 316.9, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27985, lat: 34.74728 }, + }, + { + zip_code: '72227', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12164.0, + density: 1245.5, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37509, lat: 34.77782 }, + }, + { + zip_code: '72330', + usps_city: 'Dyess', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 5.0, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21023, lat: 35.5878 }, + }, + { + zip_code: '72392', + usps_city: 'Wheatley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 4.4, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "83.37", "05095": "15.38", "05147": "1.25"}', + coty_name: ['St. Francis', 'Monroe', 'Woodruff'], + cty_code: ['05123', '05095', '05147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09854, lat: 34.95705 }, + }, + { + zip_code: '72411', + usps_city: 'Bay', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2365.0, + density: 23.8, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57437, lat: 35.74409 }, + }, + { + zip_code: '72433', + usps_city: 'Hoxie', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2909.0, + density: 20.1, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04877, lat: 36.02248 }, + }, + { + zip_code: '72453', + usps_city: 'Peach Orchard', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 2.7, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70816, lat: 36.29392 }, + }, + { + zip_code: '72461', + usps_city: 'Rector', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3599.0, + density: 7.7, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "94.48", "05055": "5.52"}', + coty_name: ['Clay', 'Greene'], + cty_code: ['05021', '05055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28511, lat: 36.26528 }, + }, + { + zip_code: '72479', + usps_city: 'Weiner', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1406.0, + density: 2.8, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "89.59", "05067": "8.13", "05031": "2.28"}', + coty_name: ['Poinsett', 'Jackson', 'Craighead'], + cty_code: ['05111', '05067', '05031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90304, lat: 35.63344 }, + }, + { + zip_code: '72732', + usps_city: 'Garfield', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5118.0, + density: 23.2, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95883, lat: 36.43284 }, + }, + { + zip_code: '72760', + usps_city: 'Saint Paul', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 3.5, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "100"}', + coty_name: ['Madison'], + cty_code: ['5087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70994, lat: 35.83087 }, + }, + { + zip_code: '72835', + usps_city: 'Delaware', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 827.0, + density: 6.2, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "100"}', + coty_name: ['Logan'], + cty_code: ['5083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.3482, lat: 35.2779 }, + }, + { + zip_code: '72927', + usps_city: 'Booneville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8366.0, + density: 10.4, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "93.1", "05127": "4.77", "05131": "2.13"}', + coty_name: ['Logan', 'Scott', 'Sebastian'], + cty_code: ['05083', '05127', '05131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93653, lat: 35.07485 }, + }, + { + zip_code: '72952', + usps_city: 'Rudy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2614.0, + density: 19.8, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30041, lat: 35.56879 }, + }, + { + zip_code: '73010', + usps_city: 'Blanchard', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 19555.0, + density: 41.7, + primary_coty_code: '40087', + primary_coty_name: 'McClain', + county_weights: '{"40087": "52.01", "40051": "47.99"}', + coty_name: ['McClain', 'Grady'], + cty_code: ['40087', '40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67844, lat: 35.10622 }, + }, + { + zip_code: '73032', + usps_city: 'Dougherty', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 37.8, + primary_coty_code: '40099', + primary_coty_name: 'Murray', + county_weights: '{"40099": "100"}', + coty_name: ['Murray'], + cty_code: ['40099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04676, lat: 34.39865 }, + }, + { + zip_code: '73056', + usps_city: 'Marshall', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 1.4, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "79.37", "40047": "17.01", "40073": "3.63"}', + coty_name: ['Logan', 'Garfield', 'Kingfisher'], + cty_code: ['40083', '40047', '40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6241, lat: 36.17071 }, + }, + { + zip_code: '73063', + usps_city: 'Mulhall', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 2.4, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "86.54", "40119": "13.46"}', + coty_name: ['Logan', 'Payne'], + cty_code: ['40083', '40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42386, lat: 36.05348 }, + }, + { + zip_code: '73078', + usps_city: 'Piedmont', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11607.0, + density: 68.2, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "99.67", "40109": "0.33"}', + coty_name: ['Canadian', 'Oklahoma'], + cty_code: ['40017', '40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75351, lat: 35.67033 }, + }, + { + zip_code: '73531', + usps_city: 'Devol', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 1.7, + primary_coty_code: '40033', + primary_coty_name: 'Cotton', + county_weights: '{"40033": "100"}', + coty_name: ['Cotton'], + cty_code: ['40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.53354, lat: 34.19635 }, + }, + { + zip_code: '73532', + usps_city: 'Duke', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 1.3, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "98.67", "40057": "1.33"}', + coty_name: ['Jackson', 'Harmon'], + cty_code: ['40065', '40057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.58948, lat: 34.64261 }, + }, + { + zip_code: '73550', + usps_city: 'Hollis', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2352.0, + density: 4.2, + primary_coty_code: '40057', + primary_coty_name: 'Harmon', + county_weights: '{"40057": "100"}', + coty_name: ['Harmon'], + cty_code: ['40057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.90224, lat: 34.69155 }, + }, + { + zip_code: '73567', + usps_city: 'Sterling', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 56.2, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15518, lat: 34.74323 }, + }, + { + zip_code: '73659', + usps_city: 'Putnam', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 0.5, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "100"}', + coty_name: ['Dewey'], + cty_code: ['40043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.92294, lat: 35.86952 }, + }, + { + zip_code: '73727', + usps_city: 'Carrier', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 1.8, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03714, lat: 36.50569 }, + }, + { + zip_code: '73735', + usps_city: 'Drummond', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 717.0, + density: 7.8, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05836, lat: 36.28065 }, + }, + { + zip_code: '73762', + usps_city: 'Okarche', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2114.0, + density: 4.3, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "59.37", "40017": "40.63"}', + coty_name: ['Kingfisher', 'Canadian'], + cty_code: ['40073', '40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.968, lat: 35.71322 }, + }, + { + zip_code: '73842', + usps_city: 'Freedom', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 0.5, + primary_coty_code: '40151', + primary_coty_name: 'Woods', + county_weights: '{"40151": "89.68", "40153": "9.92", "40059": "0.4"}', + coty_name: ['Woods', 'Woodward', 'Harper'], + cty_code: ['40151', '40153', '40059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.19633, lat: 36.81202 }, + }, + { + zip_code: '74331', + usps_city: 'Afton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7223.0, + density: 24.8, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "75.08", "40115": "21.15", "40035": "3.78"}', + coty_name: ['Delaware', 'Ottawa', 'Craig'], + cty_code: ['40041', '40115', '40035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9423, lat: 36.63939 }, + }, + { + zip_code: '74343', + usps_city: 'Fairland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3121.0, + density: 18.7, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "100"}', + coty_name: ['Ottawa'], + cty_code: ['40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82579, lat: 36.74205 }, + }, + { + zip_code: '74352', + usps_city: 'Locust Grove', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6515.0, + density: 19.2, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "94.28", "40021": "3.16", "40145": "2.56"}', + coty_name: ['Mayes', 'Cherokee', 'Wagoner'], + cty_code: ['40097', '40021', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.18108, lat: 36.14175 }, + }, + { + zip_code: '74401', + usps_city: 'Muskogee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15950.0, + density: 50.9, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "100"}', + coty_name: ['Muskogee'], + cty_code: ['40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46533, lat: 35.72181 }, + }, + { + zip_code: '74430', + usps_city: 'Crowder', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 28.7, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66073, lat: 35.12451 }, + }, + { + zip_code: '74731', + usps_city: 'Cartwright', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1549.0, + density: 46.0, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56038, lat: 33.87802 }, + }, + { + zip_code: '74827', + usps_city: 'Atwood', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 3.1, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "100"}', + coty_name: ['Hughes'], + cty_code: ['40063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.34218, lat: 34.94201 }, + }, + { + zip_code: '74830', + usps_city: 'Bowlegs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 57.9, + primary_coty_code: '40133', + primary_coty_name: 'Seminole', + county_weights: '{"40133": "100"}', + coty_name: ['Seminole'], + cty_code: ['40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66498, lat: 35.1439 }, + }, + { + zip_code: '74843', + usps_city: 'Fitzhugh', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 4.2, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "100"}', + coty_name: ['Pontotoc'], + cty_code: ['40123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72252, lat: 34.65642 }, + }, + { + zip_code: '74857', + usps_city: 'Newalla', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9351.0, + density: 59.9, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "74.29", "40109": "25.56", "40125": "0.15"}', + coty_name: ['Cleveland', 'Oklahoma', 'Pottawatomie'], + cty_code: ['40027', '40109', '40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19639, lat: 35.34012 }, + }, + { + zip_code: '74869', + usps_city: 'Sparks', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 5.2, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['40081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75467, lat: 35.60199 }, + }, + { + zip_code: '74902', + usps_city: 'Pocola', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4114.0, + density: 52.3, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48039, lat: 35.24463 }, + }, + { + zip_code: '74935', + usps_city: 'Fanshawe', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 6.4, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89681, lat: 34.94842 }, + }, + { + zip_code: '74942', + usps_city: 'Leflore', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 35.4, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97703, lat: 34.89905 }, + }, + { + zip_code: '74948', + usps_city: 'Muldrow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11437.0, + density: 20.2, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "99.66", "40001": "0.34"}', + coty_name: ['Sequoyah', 'Adair'], + cty_code: ['40135', '40001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56103, lat: 35.46558 }, + }, + { + zip_code: '75001', + usps_city: 'Addison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14992.0, + density: 1510.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83849, lat: 32.96 }, + }, + { + zip_code: '75065', + usps_city: 'Lake Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12640.0, + density: 613.8, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.0119, lat: 33.11093 }, + }, + { + zip_code: '75119', + usps_city: 'Ennis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28598.0, + density: 41.7, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "99.3", "48349": "0.7"}', + coty_name: ['Ellis', 'Navarro'], + cty_code: ['48139', '48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.59334, lat: 32.32976 }, + }, + { + zip_code: '75132', + usps_city: 'Fate', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 405.9, + primary_coty_code: '48397', + primary_coty_name: 'Rockwall', + county_weights: '{"48397": "100"}', + coty_name: ['Rockwall'], + cty_code: ['48397'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.37375, lat: 32.94537 }, + }, + { + zip_code: '75158', + usps_city: 'Scurry', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4191.0, + density: 18.4, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "100"}', + coty_name: ['Kaufman'], + cty_code: ['48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39662, lat: 32.46222 }, + }, + { + zip_code: '75235', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18429.0, + density: 1058.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84849, lat: 32.8325 }, + }, + { + zip_code: '75241', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31562.0, + density: 453.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75904, lat: 32.66571 }, + }, + { + zip_code: '75410', + usps_city: 'Alba', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4954.0, + density: 23.3, + primary_coty_code: '48499', + primary_coty_name: 'Wood', + county_weights: '{"48499": "82.16", "48379": "17.84"}', + coty_name: ['Wood', 'Rains'], + cty_code: ['48499', '48379'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63456, lat: 32.79101 }, + }, + { + zip_code: '75412', + usps_city: 'Bagwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 1.2, + primary_coty_code: '48387', + primary_coty_name: 'Red River', + county_weights: '{"48387": "100"}', + coty_name: ['Red River'], + cty_code: ['48387'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15232, lat: 33.79984 }, + }, + { + zip_code: '75420', + usps_city: 'Brashear', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1052.0, + density: 11.1, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "100"}', + coty_name: ['Hopkins'], + cty_code: ['48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72612, lat: 33.053 }, + }, + { + zip_code: '75439', + usps_city: 'Ector', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 28.7, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.27716, lat: 33.55199 }, + }, + { + zip_code: '75440', + usps_city: 'Emory', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6258.0, + density: 21.0, + primary_coty_code: '48379', + primary_coty_name: 'Rains', + county_weights: '{"48379": "97.1", "48499": "2.9"}', + coty_name: ['Rains', 'Wood'], + cty_code: ['48379', '48499'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.75557, lat: 32.87828 }, + }, + { + zip_code: '75441', + usps_city: 'Enloe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 7.0, + primary_coty_code: '48119', + primary_coty_name: 'Delta', + county_weights: '{"48119": "100"}', + coty_name: ['Delta'], + cty_code: ['48119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65349, lat: 33.4322 }, + }, + { + zip_code: '75497', + usps_city: 'Yantis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3907.0, + density: 23.3, + primary_coty_code: '48499', + primary_coty_name: 'Wood', + county_weights: '{"48499": "88.84", "48223": "11.16"}', + coty_name: ['Wood', 'Hopkins'], + cty_code: ['48499', '48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.572, lat: 32.922 }, + }, + { + zip_code: '75644', + usps_city: 'Gilmer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13427.0, + density: 27.7, + primary_coty_code: '48459', + primary_coty_name: 'Upshur', + county_weights: '{"48459": "100"}', + coty_name: ['Upshur'], + cty_code: ['48459'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99553, lat: 32.7951 }, + }, + { + zip_code: '75692', + usps_city: 'Waskom', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4414.0, + density: 19.0, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "100"}', + coty_name: ['Harrison'], + cty_code: ['48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11629, lat: 32.48038 }, + }, + { + zip_code: '75788', + usps_city: 'Sacul', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 2.6, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92588, lat: 31.82598 }, + }, + { + zip_code: '75938', + usps_city: 'Colmesneil', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2585.0, + density: 5.4, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35342, lat: 30.93262 }, + }, + { + zip_code: '75954', + usps_city: 'Joaquin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2466.0, + density: 8.9, + primary_coty_code: '48419', + primary_coty_name: 'Shelby', + county_weights: '{"48419": "94.09", "48365": "5.91"}', + coty_name: ['Shelby', 'Panola'], + cty_code: ['48419', '48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05436, lat: 31.92347 }, + }, + { + zip_code: '76012', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25719.0, + density: 1215.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13902, lat: 32.75461 }, + }, + { + zip_code: '76016', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32026.0, + density: 1395.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18871, lat: 32.68906 }, + }, + { + zip_code: '76064', + usps_city: 'Maypearl', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1818.0, + density: 23.5, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.03549, lat: 32.30136 }, + }, + { + zip_code: '76107', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30168.0, + density: 1083.8, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38196, lat: 32.74171 }, + }, + { + zip_code: '76208', + usps_city: 'Denton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24621.0, + density: 349.1, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.05737, lat: 33.20884 }, + }, + { + zip_code: '76234', + usps_city: 'Decatur', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16630.0, + density: 20.7, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "97.79", "48121": "1.95", "48097": "0.26"}', + coty_name: ['Wise', 'Denton', 'Cooke'], + cty_code: ['48497', '48121', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51417, lat: 33.272 }, + }, + { + zip_code: '76370', + usps_city: 'Megargel', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 0.8, + primary_coty_code: '48009', + primary_coty_name: 'Archer', + county_weights: '{"48009": "100"}', + coty_name: ['Archer'], + cty_code: ['48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88816, lat: 33.53167 }, + }, + { + zip_code: '76436', + usps_city: 'Carlton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 1.9, + primary_coty_code: '48193', + primary_coty_name: 'Hamilton', + county_weights: '{"48193": "65.57", "48093": "34.43"}', + coty_name: ['Hamilton', 'Comanche'], + cty_code: ['48193', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.22143, lat: 31.86715 }, + }, + { + zip_code: '76483', + usps_city: 'Throckmorton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 0.6, + primary_coty_code: '48447', + primary_coty_name: 'Throckmorton', + county_weights: '{"48447": "100"}', + coty_name: ['Throckmorton'], + cty_code: ['48447'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.27224, lat: 33.18878 }, + }, + { + zip_code: '76501', + usps_city: 'Temple', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16710.0, + density: 55.2, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25435, lat: 31.07505 }, + }, + { + zip_code: '76518', + usps_city: 'Buckholts', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1880.0, + density: 6.2, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "100"}', + coty_name: ['Milam'], + cty_code: ['48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15418, lat: 30.84974 }, + }, + { + zip_code: '76525', + usps_city: 'Evant', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 2.2, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "51.13", "48193": "42.47", "48281": "6.4"}', + coty_name: ['Coryell', 'Hamilton', 'Lampasas'], + cty_code: ['48099', '48193', '48281'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14597, lat: 31.48558 }, + }, + { + zip_code: '76649', + usps_city: 'Iredell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 1.7, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "91.52", "48143": "8.48"}', + coty_name: ['Bosque', 'Erath'], + cty_code: ['48035', '48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87752, lat: 32.00079 }, + }, + { + zip_code: '76712', + usps_city: 'Woodway', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25525.0, + density: 195.8, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25566, lat: 31.52403 }, + }, + { + zip_code: '76828', + usps_city: 'Burkett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 1.0, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.29396, lat: 32.00902 }, + }, + { + zip_code: '76848', + usps_city: 'Hext', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.3, + primary_coty_code: '48327', + primary_coty_name: 'Menard', + county_weights: '{"48327": "100"}', + coty_name: ['Menard'], + cty_code: ['48327'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.56995, lat: 30.84316 }, + }, + { + zip_code: '76870', + usps_city: 'Priddy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 3.8, + primary_coty_code: '48333', + primary_coty_name: 'Mills', + county_weights: '{"48333": "100"}', + coty_name: ['Mills'], + cty_code: ['48333'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52981, lat: 31.63824 }, + }, + { + zip_code: '77004', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37294.0, + density: 2491.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36309, lat: 29.72463 }, + }, + { + zip_code: '77039', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28877.0, + density: 1103.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34118, lat: 29.90926 }, + }, + { + zip_code: '77373', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 61501.0, + density: 1000.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38415, lat: 30.06145 }, + }, + { + zip_code: '77381', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36160.0, + density: 1071.8, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50144, lat: 30.17818 }, + }, + { + zip_code: '77386', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 57421.0, + density: 547.6, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35584, lat: 30.10125 }, + }, + { + zip_code: '77505', + usps_city: 'Pasadena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24223.0, + density: 1022.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13825, lat: 29.64607 }, + }, + { + zip_code: '77506', + usps_city: 'Pasadena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38765.0, + density: 1634.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20013, lat: 29.7149 }, + }, + { + zip_code: '77515', + usps_city: 'Angleton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32469.0, + density: 61.1, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44993, lat: 29.17436 }, + }, + { + zip_code: '77562', + usps_city: 'Highlands', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10680.0, + density: 277.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05353, lat: 29.83106 }, + }, + { + zip_code: '77586', + usps_city: 'Seabrook', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22548.0, + density: 670.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03611, lat: 29.58428 }, + }, + { + zip_code: '77622', + usps_city: 'Hamshire', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 24.8, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29897, lat: 29.85997 }, + }, + { + zip_code: '77836', + usps_city: 'Caldwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12077.0, + density: 10.6, + primary_coty_code: '48051', + primary_coty_name: 'Burleson', + county_weights: '{"48051": "99.53", "48331": "0.47"}', + coty_name: ['Burleson', 'Milam'], + cty_code: ['48051', '48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68003, lat: 30.5375 }, + }, + { + zip_code: '78004', + usps_city: 'Bergheim', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 16.4, + primary_coty_code: '48259', + primary_coty_name: 'Kendall', + county_weights: '{"48259": "100"}', + coty_name: ['Kendall'], + cty_code: ['48259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55579, lat: 29.90066 }, + }, + { + zip_code: '78146', + usps_city: 'Pettus', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 6.4, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83849, lat: 28.60318 }, + }, + { + zip_code: '78154', + usps_city: 'Schertz', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41272.0, + density: 484.6, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "80.89", "48029": "18.74", "48091": "0.37"}', + coty_name: ['Guadalupe', 'Bexar', 'Comal'], + cty_code: ['48187', '48029', '48091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26627, lat: 29.54622 }, + }, + { + zip_code: '78363', + usps_city: 'Kingsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29544.0, + density: 74.6, + primary_coty_code: '48273', + primary_coty_name: 'Kleberg', + county_weights: '{"48273": "100"}', + coty_name: ['Kleberg'], + cty_code: ['48273'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86267, lat: 27.44953 }, + }, + { + zip_code: '78605', + usps_city: 'Bertram', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6275.0, + density: 14.8, + primary_coty_code: '48053', + primary_coty_name: 'Burnet', + county_weights: '{"48053": "100"}', + coty_name: ['Burnet'], + cty_code: ['48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.04563, lat: 30.7822 }, + }, + { + zip_code: '78639', + usps_city: 'Kingsland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8792.0, + density: 77.2, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "87.35", "48053": "12.65"}', + coty_name: ['Llano', 'Burnet'], + cty_code: ['48299', '48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44051, lat: 30.66283 }, + }, + { + zip_code: '78655', + usps_city: 'Martindale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2845.0, + density: 30.8, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "75.1", "48187": "24.9"}', + coty_name: ['Caldwell', 'Guadalupe'], + cty_code: ['48055', '48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84018, lat: 29.81446 }, + }, + { + zip_code: '78671', + usps_city: 'Stonewall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 5.9, + primary_coty_code: '48171', + primary_coty_name: 'Gillespie', + county_weights: '{"48171": "97.25", "48031": "2.75"}', + coty_name: ['Gillespie', 'Blanco'], + cty_code: ['48171', '48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62376, lat: 30.21635 }, + }, + { + zip_code: '78741', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52114.0, + density: 2651.4, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71401, lat: 30.23049 }, + }, + { + zip_code: '78758', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48993.0, + density: 2036.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70682, lat: 30.388 }, + }, + { + zip_code: '79070', + usps_city: 'Perryton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9851.0, + density: 5.0, + primary_coty_code: '48357', + primary_coty_name: 'Ochiltree', + county_weights: '{"48357": "100"}', + coty_name: ['Ochiltree'], + cty_code: ['48357'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.79875, lat: 36.27683 }, + }, + { + zip_code: '79083', + usps_city: 'Stinnett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1923.0, + density: 2.3, + primary_coty_code: '48233', + primary_coty_name: 'Hutchinson', + county_weights: '{"48233": "97.37", "48341": "2.63"}', + coty_name: ['Hutchinson', 'Moore'], + cty_code: ['48233', '48341'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.52804, lat: 35.88431 }, + }, + { + zip_code: '79369', + usps_city: 'Spade', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 2.8, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "100"}', + coty_name: ['Lamb'], + cty_code: ['48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.14515, lat: 33.95575 }, + }, + { + zip_code: '79754', + usps_city: 'Mentone', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 0.2, + primary_coty_code: '48301', + primary_coty_name: 'Loving', + county_weights: '{"48301": "100"}', + coty_name: ['Loving'], + cty_code: ['48301'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.59994, lat: 31.80166 }, + }, + { + zip_code: '79782', + usps_city: 'Stanton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4497.0, + density: 3.8, + primary_coty_code: '48317', + primary_coty_name: 'Martin', + county_weights: '{"48317": "99.07", "48173": "0.93"}', + coty_name: ['Martin', 'Glasscock'], + cty_code: ['48317', '48173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.84321, lat: 32.15842 }, + }, + { + zip_code: '79835', + usps_city: 'Canutillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11184.0, + density: 365.0, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.58693, lat: 31.9352 }, + }, + { + zip_code: '79908', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6422.0, + density: 127.1, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.38038, lat: 31.85719 }, + }, + { + zip_code: '80106', + usps_city: 'Elbert', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5847.0, + density: 12.8, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "65.81", "08039": "32.3", "08035": "1.89"}', + coty_name: ['El Paso', 'Elbert', 'Douglas'], + cty_code: ['08041', '08039', '08035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.52902, lat: 39.17265 }, + }, + { + zip_code: '80206', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 25066.0, + density: 3929.2, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.95259, lat: 39.7303 }, + }, + { + zip_code: '80290', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "0"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.98675, lat: 39.74409 }, + }, + { + zip_code: '80428', + usps_city: 'Clark', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 0.8, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.96086, lat: 40.86096 }, + }, + { + zip_code: '80443', + usps_city: 'Frisco', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4483.0, + density: 16.6, + primary_coty_code: '8117', + primary_coty_name: 'Summit', + county_weights: '{"08117": "100"}', + coty_name: ['Summit'], + cty_code: ['8117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.16294, lat: 39.50537 }, + }, + { + zip_code: '80487', + usps_city: 'Steamboat Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 17971.0, + density: 9.5, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.86711, lat: 40.548 }, + }, + { + zip_code: '80488', + usps_city: 'Steamboat Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 10798.6, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.81812, lat: 40.44905 }, + }, + { + zip_code: '80524', + usps_city: 'Fort Collins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36497.0, + density: 111.4, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "98.14", "08123": "1.86"}', + coty_name: ['Larimer', 'Weld'], + cty_code: ['08069', '08123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.02629, lat: 40.65295 }, + }, + { + zip_code: '80546', + usps_city: 'Severance', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 1170.1, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8497, lat: 40.52522 }, + }, + { + zip_code: '80721', + usps_city: 'Amherst', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 1.2, + primary_coty_code: '8095', + primary_coty_name: 'Phillips', + county_weights: '{"08095": "100"}', + coty_name: ['Phillips'], + cty_code: ['8095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.15394, lat: 40.68965 }, + }, + { + zip_code: '80729', + usps_city: 'Grover', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 682.0, + density: 0.4, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.26502, lat: 40.87932 }, + }, + { + zip_code: '80755', + usps_city: 'Vernon', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 0.4, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "100"}', + coty_name: ['Yuma'], + cty_code: ['8125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.35404, lat: 39.90933 }, + }, + { + zip_code: '81024', + usps_city: 'Boncarbo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 231.0, + density: 2.1, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.73478, lat: 37.24935 }, + }, + { + zip_code: '81049', + usps_city: 'Kim', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 0.1, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.37719, lat: 37.33993 }, + }, + { + zip_code: '81120', + usps_city: 'Antonito', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2271.0, + density: 1.0, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "100"}', + coty_name: ['Conejos'], + cty_code: ['8021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.27833, lat: 37.16424 }, + }, + { + zip_code: '81126', + usps_city: 'Chama', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 3.0, + primary_coty_code: '8023', + primary_coty_name: 'Costilla', + county_weights: '{"08023": "100"}', + coty_name: ['Costilla'], + cty_code: ['8023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.33459, lat: 37.15556 }, + }, + { + zip_code: '81411', + usps_city: 'Bedrock', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 0.2, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "100"}', + coty_name: ['Montrose'], + cty_code: ['8085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.97993, lat: 38.25076 }, + }, + { + zip_code: '82210', + usps_city: 'Chugwater', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 0.3, + primary_coty_code: '56031', + primary_coty_name: 'Platte', + county_weights: '{"56031": "88.47", "56015": "11.53"}', + coty_name: ['Platte', 'Goshen'], + cty_code: ['56031', '56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.83081, lat: 41.74661 }, + }, + { + zip_code: '82324', + usps_city: 'Elk Mountain', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 0.4, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.41037, lat: 41.66703 }, + }, + { + zip_code: '83320', + usps_city: 'Carey', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1218.0, + density: 0.8, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.88364, lat: 43.45232 }, + }, + { + zip_code: '83322', + usps_city: 'Corral', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 0.5, + primary_coty_code: '16025', + primary_coty_name: 'Camas', + county_weights: '{"16025": "100"}', + coty_name: ['Camas'], + cty_code: ['16025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.97494, lat: 43.35579 }, + }, + { + zip_code: '83553', + usps_city: 'Weippe', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 970.0, + density: 3.5, + primary_coty_code: '16035', + primary_coty_name: 'Clearwater', + county_weights: '{"16035": "100"}', + coty_name: ['Clearwater'], + cty_code: ['16035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.90473, lat: 46.38353 }, + }, + { + zip_code: '83629', + usps_city: 'Horseshoe Bend', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2106.0, + density: 4.4, + primary_coty_code: '16015', + primary_coty_name: 'Boise', + county_weights: '{"16015": "94.6", "16045": "5.4"}', + coty_name: ['Boise', 'Gem'], + cty_code: ['16015', '16045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.16258, lat: 43.91939 }, + }, + { + zip_code: '83651', + usps_city: 'Nampa', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 34548.0, + density: 898.0, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.62003, lat: 43.58806 }, + }, + { + zip_code: '83672', + usps_city: 'Weiser', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 8328.0, + density: 5.3, + primary_coty_code: '16087', + primary_coty_name: 'Washington', + county_weights: '{"16087": "100"}', + coty_name: ['Washington'], + cty_code: ['16087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.9424, lat: 44.36698 }, + }, + { + zip_code: '83861', + usps_city: 'Saint Maries', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6618.0, + density: 5.0, + primary_coty_code: '16009', + primary_coty_name: 'Benewah', + county_weights: '{"16009": "92.77", "16055": "6.57", "16079": "0.66"}', + coty_name: ['Benewah', 'Kootenai', 'Shoshone'], + cty_code: ['16009', '16055', '16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.55112, lat: 47.26322 }, + }, + { + zip_code: '84047', + usps_city: 'Midvale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 33453.0, + density: 2068.5, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.89079, lat: 40.61519 }, + }, + { + zip_code: '84088', + usps_city: 'West Jordan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 37014.0, + density: 1518.3, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.96092, lat: 40.59515 }, + }, + { + zip_code: '84309', + usps_city: 'Deweyville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 17.2, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.09835, lat: 41.71408 }, + }, + { + zip_code: '84324', + usps_city: 'Mantua', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 22.6, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9526, lat: 41.48788 }, + }, + { + zip_code: '84521', + usps_city: 'Elmo', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 5.0, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.78186, lat: 39.42156 }, + }, + { + zip_code: '84639', + usps_city: 'Levan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 1.7, + primary_coty_code: '49023', + primary_coty_name: 'Juab', + county_weights: '{"49023": "100"}', + coty_name: ['Juab'], + cty_code: ['49023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.88128, lat: 39.50438 }, + }, + { + zip_code: '84651', + usps_city: 'Payson', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 26710.0, + density: 94.7, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.71464, lat: 39.95422 }, + }, + { + zip_code: '84710', + usps_city: 'Alton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 2.7, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "100"}', + coty_name: ['Kane'], + cty_code: ['49025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.49915, lat: 37.4756 }, + }, + { + zip_code: '84755', + usps_city: 'Mount Carmel', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 0.3, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "100"}', + coty_name: ['Kane'], + cty_code: ['49025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.78611, lat: 37.23671 }, + }, + { + zip_code: '85009', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 51711.0, + density: 1278.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.12823, lat: 33.44281 }, + }, + { + zip_code: '85309', + usps_city: 'Luke Air Force Base', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 76.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.37668, lat: 33.53551 }, + }, + { + zip_code: '85360', + usps_city: 'Wikieup', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 0.1, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.56826, lat: 34.70927 }, + }, + { + zip_code: '85545', + usps_city: 'Roosevelt', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 0.5, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "97.43", "04013": "2.57"}', + coty_name: ['Gila', 'Maricopa'], + cty_code: ['04007', '04013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.12486, lat: 33.54555 }, + }, + { + zip_code: '85550', + usps_city: 'San Carlos', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5239.0, + density: 3.6, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.48326, lat: 33.5311 }, + }, + { + zip_code: '85627', + usps_city: 'Pomerene', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 30.2, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.24118, lat: 32.00499 }, + }, + { + zip_code: '85724', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "0"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.94555, lat: 32.24087 }, + }, + { + zip_code: '85934', + usps_city: 'Pinedale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 1.6, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.24571, lat: 34.30029 }, + }, + { + zip_code: '86324', + usps_city: 'Clarkdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4271.0, + density: 9.9, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.1248, lat: 34.85458 }, + }, + { + zip_code: '86338', + usps_city: 'Skull Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 0.5, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.7539, lat: 34.58179 }, + }, + { + zip_code: '86431', + usps_city: 'Chloride', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 476.0, + density: 3.2, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.21983, lat: 35.41556 }, + }, + { + zip_code: '87002', + usps_city: 'Belen', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 21993.0, + density: 24.6, + primary_coty_code: '35061', + primary_coty_name: 'Valencia', + county_weights: '{"35061": "100"}', + coty_name: ['Valencia'], + cty_code: ['35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.6599, lat: 34.60272 }, + }, + { + zip_code: '87013', + usps_city: 'Cuba', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 5556.0, + density: 1.2, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: + '{"35043": "67.73", "35031": "26.56", "35039": "3.73", "35045": "1.98"}', + coty_name: ['Sandoval', 'McKinley', 'Rio Arriba', 'San Juan'], + cty_code: ['35043', '35031', '35039', '35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.39226, lat: 35.90924 }, + }, + { + zip_code: '87517', + usps_city: 'Carson', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 1.7, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.78756, lat: 36.3949 }, + }, + { + zip_code: '87521', + usps_city: 'Chamisal', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 2.8, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "76.37", "35039": "23.63"}', + coty_name: ['Taos', 'Rio Arriba'], + cty_code: ['35055', '35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.69802, lat: 36.07629 }, + }, + { + zip_code: '87523', + usps_city: 'Cordova', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 37.7, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.84268, lat: 36.01364 }, + }, + { + zip_code: '87543', + usps_city: 'Llano', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 1.9, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.6612, lat: 36.107 }, + }, + { + zip_code: '87553', + usps_city: 'Penasco', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 26.1, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.70695, lat: 36.20595 }, + }, + { + zip_code: '87729', + usps_city: 'Miami', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 0.2, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8006, lat: 36.33255 }, + }, + { + zip_code: '87827', + usps_city: 'Pie Town', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 0.1, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "100"}', + coty_name: ['Catron'], + cty_code: ['35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.10286, lat: 34.40185 }, + }, + { + zip_code: '88063', + usps_city: 'Sunland Park', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 14044.0, + density: 476.4, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "99.79", "48141": "0.21"}', + coty_name: ['Do\u00f1a Ana', 'El Paso'], + cty_code: ['35013', '48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.5994, lat: 31.81825 }, + }, + { + zip_code: '88312', + usps_city: 'Alto', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2919.0, + density: 11.7, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.67741, lat: 33.43147 }, + }, + { + zip_code: '88338', + usps_city: 'Lincoln', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 0.2, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.38177, lat: 33.4869 }, + }, + { + zip_code: '88349', + usps_city: 'Sunspot', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.2, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.78603, lat: 32.76434 }, + }, + { + zip_code: '88436', + usps_city: 'Sedan', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 0.2, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "100"}', + coty_name: ['Union'], + cty_code: ['35059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.12165, lat: 36.13154 }, + }, + { + zip_code: '89027', + usps_city: 'Mesquite', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 18446.0, + density: 241.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.12363, lat: 36.81122 }, + }, + { + zip_code: '89102', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 39449.0, + density: 2840.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.18684, lat: 36.14535 }, + }, + { + zip_code: '89123', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 60679.0, + density: 2198.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.14874, lat: 36.03525 }, + }, + { + zip_code: '89124', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 0.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "98.3", "32023": "1.7"}', + coty_name: ['Clark', 'Nye'], + cty_code: ['32003', '32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.48089, lat: 36.42582 }, + }, + { + zip_code: '89429', + usps_city: 'Silver Springs', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 7715.0, + density: 17.7, + primary_coty_code: '32019', + primary_coty_name: 'Lyon', + county_weights: '{"32019": "100"}', + coty_name: ['Lyon'], + cty_code: ['32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.30531, lat: 39.36397 }, + }, + { + zip_code: '89523', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 34363.0, + density: 704.1, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.91376, lat: 39.524 }, + }, + { + zip_code: '7961', + usps_city: 'Convent Station', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4327, lat: 40.78062 }, + }, + { + zip_code: '8310', + usps_city: 'Buena', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1315.0, + density: 45.0, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89543, lat: 39.52712 }, + }, + { + zip_code: '8505', + usps_city: 'Bordentown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17575.0, + density: 321.3, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73938, lat: 40.10462 }, + }, + { + zip_code: '8735', + usps_city: 'Lavallette', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3911.0, + density: 870.0, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07259, lat: 39.98229 }, + }, + { + zip_code: '8823', + usps_city: 'Franklin Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9117.0, + density: 1006.4, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.56506, lat: 40.44153 }, + }, + { + zip_code: '10020', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98026, lat: 40.75906 }, + }, + { + zip_code: '10455', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41951.0, + density: 22714.2, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90862, lat: 40.81478 }, + }, + { + zip_code: '10507', + usps_city: 'Bedford Hills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7134.0, + density: 376.8, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.68628, lat: 41.2284 }, + }, + { + zip_code: '10510', + usps_city: 'Briarcliff Manor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10438.0, + density: 405.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83447, lat: 41.14094 }, + }, + { + zip_code: '10527', + usps_city: 'Granite Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 925.0, + density: 146.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76447, lat: 41.31915 }, + }, + { + zip_code: '10594', + usps_city: 'Thornwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5090.0, + density: 786.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77267, lat: 41.11637 }, + }, + { + zip_code: '10993', + usps_city: 'West Haverstraw', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4803.0, + density: 1603.3, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97552, lat: 41.21013 }, + }, + { + zip_code: '11102', + usps_city: 'Astoria', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29747.0, + density: 14564.2, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92611, lat: 40.77238 }, + }, + { + zip_code: '11104', + usps_city: 'Sunnyside', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 25114.0, + density: 24986.3, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92027, lat: 40.7446 }, + }, + { + zip_code: '11569', + usps_city: 'Point Lookout', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1117.0, + density: 1105.4, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58228, lat: 40.58975 }, + }, + { + zip_code: '11570', + usps_city: 'Rockville Centre', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27234.0, + density: 2857.8, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63851, lat: 40.66573 }, + }, + { + zip_code: '11581', + usps_city: 'Valley Stream', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21794.0, + density: 3081.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71648, lat: 40.65154 }, + }, + { + zip_code: '11951', + usps_city: 'Mastic Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13015.0, + density: 748.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.83056, lat: 40.7634 }, + }, + { + zip_code: '12036', + usps_city: 'Charlotteville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 15.4, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "84.65", "36077": "15.35"}', + coty_name: ['Schoharie', 'Otsego'], + cty_code: ['36095', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6774, lat: 42.54077 }, + }, + { + zip_code: '12069', + usps_city: 'Fort Hunter', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 137.8, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "100"}', + coty_name: ['Montgomery'], + cty_code: ['36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27897, lat: 42.94514 }, + }, + { + zip_code: '12090', + usps_city: 'Hoosick Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6350.0, + density: 43.0, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.35532, lat: 42.88022 }, + }, + { + zip_code: '12110', + usps_city: 'Latham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21665.0, + density: 569.6, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7767, lat: 42.75316 }, + }, + { + zip_code: '12189', + usps_city: 'Watervliet', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17290.0, + density: 1047.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71765, lat: 42.73626 }, + }, + { + zip_code: '12194', + usps_city: 'West Fulton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 3.9, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.45965, lat: 42.52443 }, + }, + { + zip_code: '12422', + usps_city: 'Durham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 13.4, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20334, lat: 42.3926 }, + }, + { + zip_code: '12442', + usps_city: 'Hunter', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 7.9, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23674, lat: 42.21526 }, + }, + { + zip_code: '12457', + usps_city: 'Mount Tremper', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1070.0, + density: 29.6, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2525, lat: 42.04406 }, + }, + { + zip_code: '12468', + usps_city: 'Prattsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 998.0, + density: 8.8, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "94.59", "36025": "5.41"}', + coty_name: ['Greene', 'Delaware'], + cty_code: ['36039', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42302, lat: 42.29895 }, + }, + { + zip_code: '12586', + usps_city: 'Walden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12246.0, + density: 199.4, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "99.9", "36111": "0.1"}', + coty_name: ['Orange', 'Ulster'], + cty_code: ['36071', '36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17331, lat: 41.56504 }, + }, + { + zip_code: '12733', + usps_city: 'Fallsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1367.0, + density: 103.6, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.60978, lat: 41.73198 }, + }, + { + zip_code: '12836', + usps_city: 'Hague', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 5.1, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "97.74", "36031": "2.26"}', + coty_name: ['Warren', 'Essex'], + cty_code: ['36113', '36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56841, lat: 43.74966 }, + }, + { + zip_code: '12853', + usps_city: 'North Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1836.0, + density: 8.1, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "96.72", "36031": "3.28"}', + coty_name: ['Warren', 'Essex'], + cty_code: ['36113', '36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0086, lat: 43.68126 }, + }, + { + zip_code: '12856', + usps_city: 'North River', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 1.3, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14883, lat: 43.65071 }, + }, + { + zip_code: '12884', + usps_city: 'Victory Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 453.4, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59124, lat: 43.08837 }, + }, + { + zip_code: '12885', + usps_city: 'Warrensburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4410.0, + density: 23.7, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8168, lat: 43.52946 }, + }, + { + zip_code: '12913', + usps_city: 'Bloomingdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1104.0, + density: 15.7, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "92.65", "36033": "7.35"}', + coty_name: ['Essex', 'Franklin'], + cty_code: ['36031', '36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02075, lat: 44.42207 }, + }, + { + zip_code: '12934', + usps_city: 'Ellenburg Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1007.0, + density: 6.6, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88407, lat: 44.86615 }, + }, + { + zip_code: '12935', + usps_city: 'Ellenburg Depot', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1551.0, + density: 6.1, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78753, lat: 44.83475 }, + }, + { + zip_code: '12975', + usps_city: 'Port Kent', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 35.7, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.43052, lat: 44.5291 }, + }, + { + zip_code: '13069', + usps_city: 'Fulton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24166.0, + density: 87.0, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37919, lat: 43.33216 }, + }, + { + zip_code: '13117', + usps_city: 'Montezuma', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 136.0, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70749, lat: 43.00931 }, + }, + { + zip_code: '13155', + usps_city: 'South Otselic', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 497.0, + density: 9.4, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.78004, lat: 42.65491 }, + }, + { + zip_code: '13354', + usps_city: 'Holland Patent', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3811.0, + density: 28.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26965, lat: 43.2631 }, + }, + { + zip_code: '13407', + usps_city: 'Mohawk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5023.0, + density: 35.7, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94448, lat: 42.96895 }, + }, + { + zip_code: '13435', + usps_city: 'Prospect', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 728.5, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15067, lat: 43.30516 }, + }, + { + zip_code: '13484', + usps_city: 'West Eaton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 48.8, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65921, lat: 42.86633 }, + }, + { + zip_code: '13495', + usps_city: 'Yorkville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2059.0, + density: 910.9, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27752, lat: 43.11085 }, + }, + { + zip_code: '13620', + usps_city: 'Castorland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2267.0, + density: 18.9, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45017, lat: 43.91039 }, + }, + { + zip_code: '13730', + usps_city: 'Afton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2687.0, + density: 21.2, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "96.51", "36007": "3.49"}', + coty_name: ['Chenango', 'Broome'], + cty_code: ['36017', '36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53325, lat: 42.22934 }, + }, + { + zip_code: '13736', + usps_city: 'Berkshire', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2283.0, + density: 14.5, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "84.94", "36109": "12.92", "36007": "2.14"}', + coty_name: ['Tioga', 'Tompkins', 'Broome'], + cty_code: ['36107', '36109', '36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19833, lat: 42.31851 }, + }, + { + zip_code: '13847', + usps_city: 'Trout Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 11.6, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29064, lat: 42.18592 }, + }, + { + zip_code: '13859', + usps_city: 'Wells Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 117.5, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.24854, lat: 42.37092 }, + }, + { + zip_code: '14075', + usps_city: 'Hamburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42780.0, + density: 418.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83238, lat: 42.71394 }, + }, + { + zip_code: '14085', + usps_city: 'Lake View', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7178.0, + density: 398.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92916, lat: 42.71412 }, + }, + { + zip_code: '14109', + usps_city: 'Niagara University', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 880.3, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -79.03521, lat: 43.13777 }, + }, + { + zip_code: '14125', + usps_city: 'Oakfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3728.0, + density: 41.0, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "99.76", "36073": "0.24"}', + coty_name: ['Genesee', 'Orleans'], + cty_code: ['36037', '36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2784, lat: 43.0871 }, + }, + { + zip_code: '14210', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14249.0, + density: 1716.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82739, lat: 42.86351 }, + }, + { + zip_code: '14415', + usps_city: 'Bellona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 48.7, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "100"}', + coty_name: ['Yates'], + cty_code: ['36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01708, lat: 42.75548 }, + }, + { + zip_code: '14541', + usps_city: 'Romulus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 32.0, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84444, lat: 42.75657 }, + }, + { + zip_code: '14609', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41168.0, + density: 2190.7, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55277, lat: 43.17753 }, + }, + { + zip_code: '14784', + usps_city: 'Stockton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 972.0, + density: 13.0, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.38065, lat: 42.3153 }, + }, + { + zip_code: '14810', + usps_city: 'Bath', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12067.0, + density: 38.6, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34272, lat: 42.3487 }, + }, + { + zip_code: '14830', + usps_city: 'Corning', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19521.0, + density: 83.9, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "99", "36015": "1"}', + coty_name: ['Steuben', 'Chemung'], + cty_code: ['36101', '36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03315, lat: 42.12985 }, + }, + { + zip_code: '15033', + usps_city: 'Donora', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4721.0, + density: 817.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86462, lat: 40.17928 }, + }, + { + zip_code: '15035', + usps_city: 'East McKeesport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1955.0, + density: 1819.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80711, lat: 40.38491 }, + }, + { + zip_code: '15133', + usps_city: 'Mckeesport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6189.0, + density: 802.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8633, lat: 40.32718 }, + }, + { + zip_code: '15140', + usps_city: 'Pitcairn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3195.0, + density: 2442.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.77644, lat: 40.40779 }, + }, + { + zip_code: '15212', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27141.0, + density: 1686.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00757, lat: 40.47076 }, + }, + { + zip_code: '15218', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13443.0, + density: 2188.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89003, lat: 40.42381 }, + }, + { + zip_code: '15220', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17704.0, + density: 1384.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04904, lat: 40.41964 }, + }, + { + zip_code: '15224', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10675.0, + density: 4095.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94489, lat: 40.46412 }, + }, + { + zip_code: '15233', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3994.0, + density: 1238.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03489, lat: 40.46092 }, + }, + { + zip_code: '15243', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12952.0, + density: 1662.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07313, lat: 40.3748 }, + }, + { + zip_code: '15315', + usps_city: 'Bobtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 147.7, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9828, lat: 39.75816 }, + }, + { + zip_code: '15337', + usps_city: 'Graysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 595.0, + density: 7.2, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37594, lat: 39.95294 }, + }, + { + zip_code: '15364', + usps_city: 'Sycamore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 7.8, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29058, lat: 39.94149 }, + }, + { + zip_code: '15417', + usps_city: 'Brownsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8320.0, + density: 147.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "55.25", "42125": "44.75"}', + coty_name: ['Fayette', 'Washington'], + cty_code: ['42051', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91906, lat: 40.01356 }, + }, + { + zip_code: '15492', + usps_city: 'Wickhaven', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 57.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76242, lat: 40.11942 }, + }, + { + zip_code: '15636', + usps_city: 'Harrison City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3790.0, + density: 493.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65704, lat: 40.36538 }, + }, + { + zip_code: '15721', + usps_city: 'Burnside', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 35.3, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79247, lat: 40.81462 }, + }, + { + zip_code: '15729', + usps_city: 'Commodore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1443.0, + density: 29.3, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9203, lat: 40.7046 }, + }, + { + zip_code: '15730', + usps_city: 'Coolspring', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 46.0, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0935, lat: 41.05477 }, + }, + { + zip_code: '15757', + usps_city: 'Mahaffey', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1538.0, + density: 7.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "96.54", "42063": "3.46"}', + coty_name: ['Clearfield', 'Indiana'], + cty_code: ['42033', '42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.73536, lat: 40.88746 }, + }, + { + zip_code: '15771', + usps_city: 'Rochester Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 10.1, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9892, lat: 40.83085 }, + }, + { + zip_code: '15934', + usps_city: 'Elton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 27.2, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80403, lat: 40.27903 }, + }, + { + zip_code: '15953', + usps_city: 'Seanor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 88.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8882, lat: 40.20918 }, + }, + { + zip_code: '16127', + usps_city: 'Grove City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15599.0, + density: 83.8, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: + '{"42085": "98.66", "42121": "0.92", "42019": "0.24", "42073": "0.19"}', + coty_name: ['Mercer', 'Venango', 'Butler', 'Lawrence'], + cty_code: ['42085', '42121', '42019', '42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07283, lat: 41.17286 }, + }, + { + zip_code: '16145', + usps_city: 'Sandy Lake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2750.0, + density: 21.9, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07182, lat: 41.38525 }, + }, + { + zip_code: '16224', + usps_city: 'Fairmount City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1221.0, + density: 23.5, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "90.94", "42005": "9.06"}', + coty_name: ['Clarion', 'Armstrong'], + cty_code: ['42031', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.29393, lat: 41.0623 }, + }, + { + zip_code: '16248', + usps_city: 'Rimersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3052.0, + density: 22.6, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.50536, lat: 41.03487 }, + }, + { + zip_code: '16253', + usps_city: 'Seminole', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 173.6, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34286, lat: 40.95148 }, + }, + { + zip_code: '16313', + usps_city: 'Clarendon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1776.0, + density: 7.0, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.12155, lat: 41.7342 }, + }, + { + zip_code: '16314', + usps_city: 'Cochranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5365.0, + density: 22.7, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "86.94", "42085": "6.88", "42121": "6.17"}', + coty_name: ['Crawford', 'Mercer', 'Venango'], + cty_code: ['42039', '42085', '42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06621, lat: 41.51705 }, + }, + { + zip_code: '16316', + usps_city: 'Conneaut Lake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5159.0, + density: 41.9, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30344, lat: 41.60181 }, + }, + { + zip_code: '16401', + usps_city: 'Albion', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6780.0, + density: 45.9, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "98.39", "42039": "1.61"}', + coty_name: ['Erie', 'Crawford'], + cty_code: ['42049', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40485, lat: 41.8811 }, + }, + { + zip_code: '16636', + usps_city: 'Dysart', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 13.5, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "94.74", "42013": "5.26"}', + coty_name: ['Cambria', 'Blair'], + cty_code: ['42021', '42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.50332, lat: 40.60247 }, + }, + { + zip_code: '16638', + usps_city: 'Entriken', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 21.9, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20362, lat: 40.3366 }, + }, + { + zip_code: '16645', + usps_city: 'Glen Hope', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 30.2, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.49901, lat: 40.7989 }, + }, + { + zip_code: '16740', + usps_city: 'Mount Jewett', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 9.4, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57091, lat: 41.70402 }, + }, + { + zip_code: '16832', + usps_city: 'Coburn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 11.8, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46914, lat: 40.84161 }, + }, + { + zip_code: '16847', + usps_city: 'Kylertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 78.7, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.16469, lat: 40.99921 }, + }, + { + zip_code: '16866', + usps_city: 'Philipsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10072.0, + density: 24.3, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "57.71", "42033": "42.29"}', + coty_name: ['Centre', 'Clearfield'], + cty_code: ['42027', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17477, lat: 40.86697 }, + }, + { + zip_code: '16877', + usps_city: 'Warriors Mark', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2092.0, + density: 25.7, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "64.76", "42027": "35.24"}', + coty_name: ['Huntingdon', 'Centre'], + cty_code: ['42061', '42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.06109, lat: 40.73859 }, + }, + { + zip_code: '16940', + usps_city: 'Nelson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 36.7, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23822, lat: 41.98537 }, + }, + { + zip_code: '17007', + usps_city: 'Boiling Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6228.0, + density: 115.7, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.1182, lat: 40.13083 }, + }, + { + zip_code: '17011', + usps_city: 'Camp Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 36532.0, + density: 1083.8, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "96.04", "42133": "3.96"}', + coty_name: ['Cumberland', 'York'], + cty_code: ['42041', '42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92916, lat: 40.23514 }, + }, + { + zip_code: '17065', + usps_city: 'Mount Holly Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3782.0, + density: 169.2, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19018, lat: 40.11146 }, + }, + { + zip_code: '17068', + usps_city: 'New Bloomfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4223.0, + density: 48.6, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17702, lat: 40.40981 }, + }, + { + zip_code: '17093', + usps_city: 'Summerdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 1427.3, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.93128, lat: 40.30772 }, + }, + { + zip_code: '17210', + usps_city: 'Amberson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 5.1, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66123, lat: 40.19639 }, + }, + { + zip_code: '17228', + usps_city: 'Harrisonville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 15.5, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09328, lat: 39.98715 }, + }, + { + zip_code: '17267', + usps_city: 'Warfordsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2697.0, + density: 10.9, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24066, lat: 39.80255 }, + }, + { + zip_code: '17302', + usps_city: 'Airville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2431.0, + density: 24.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40924, lat: 39.81564 }, + }, + { + zip_code: '17307', + usps_city: 'Biglerville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5854.0, + density: 37.9, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "99.49", "42041": "0.51"}', + coty_name: ['Adams', 'Cumberland'], + cty_code: ['42001', '42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32222, lat: 39.95083 }, + }, + { + zip_code: '17309', + usps_city: 'Brogue', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2162.0, + density: 33.7, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45019, lat: 39.87129 }, + }, + { + zip_code: '17314', + usps_city: 'Delta', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6304.0, + density: 68.5, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32953, lat: 39.75474 }, + }, + { + zip_code: '17360', + usps_city: 'Seven Valleys', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7150.0, + density: 102.8, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7548, lat: 39.85197 }, + }, + { + zip_code: '17372', + usps_city: 'York Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 48.1, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "97.71", "42133": "2.29"}', + coty_name: ['Adams', 'York'], + cty_code: ['42001', '42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.10586, lat: 40.00129 }, + }, + { + zip_code: '17582', + usps_city: 'Washington Boro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2266.0, + density: 98.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44656, lat: 39.97442 }, + }, + { + zip_code: '17830', + usps_city: 'Herndon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1913.0, + density: 24.2, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.79457, lat: 40.68817 }, + }, + { + zip_code: '17853', + usps_city: 'Mount Pleasant Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3363.0, + density: 30.7, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "86.53", "42067": "13.47"}', + coty_name: ['Snyder', 'Juniata'], + cty_code: ['42109', '42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00953, lat: 40.69423 }, + }, + { + zip_code: '17861', + usps_city: 'Paxtonville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 452.6, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08325, lat: 40.77231 }, + }, + { + zip_code: '17867', + usps_city: 'Rebuck', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 13.8, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68838, lat: 40.71407 }, + }, + { + zip_code: '17976', + usps_city: 'Shenandoah', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6644.0, + density: 334.4, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20974, lat: 40.82081 }, + }, + { + zip_code: '18030', + usps_city: 'Bowmanstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 524.9, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66404, lat: 40.80223 }, + }, + { + zip_code: '18104', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 44908.0, + density: 750.6, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54707, lat: 40.61129 }, + }, + { + zip_code: '18195', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "0"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62479, lat: 40.58427 }, + }, + { + zip_code: '18256', + usps_city: 'Weston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 115.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14677, lat: 40.9409 }, + }, + { + zip_code: '18322', + usps_city: 'Brodheadsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2502.0, + density: 139.9, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39879, lat: 40.92284 }, + }, + { + zip_code: '18457', + usps_city: 'Rowland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 143.0, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04858, lat: 41.47197 }, + }, + { + zip_code: '18459', + usps_city: 'South Canaan', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3.0, + density: 17.4, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42905, lat: 41.50495 }, + }, + { + zip_code: '18462', + usps_city: 'Starrucca', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 4.4, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4223, lat: 41.90749 }, + }, + { + zip_code: '18507', + usps_city: 'Moosic', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5154.0, + density: 204.5, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68053, lat: 41.35534 }, + }, + { + zip_code: '18602', + usps_city: 'Bear Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 48.0, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75521, lat: 41.18765 }, + }, + { + zip_code: '18701', + usps_city: 'Wilkes Barre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3449.0, + density: 2491.9, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88508, lat: 41.24368 }, + }, + { + zip_code: '18818', + usps_city: 'Friendsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1115.0, + density: 9.4, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04687, lat: 41.91031 }, + }, + { + zip_code: '18845', + usps_city: 'Stevensville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 12.6, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18461, lat: 41.7881 }, + }, + { + zip_code: '18964', + usps_city: 'Souderton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14092.0, + density: 581.6, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "96.76", "42017": "3.24"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33329, lat: 40.29739 }, + }, + { + zip_code: '19003', + usps_city: 'Ardmore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13427.0, + density: 2669.7, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "51.14", "42045": "48.86"}', + coty_name: ['Montgomery', 'Delaware'], + cty_code: ['42091', '42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29898, lat: 40.00154 }, + }, + { + zip_code: '19006', + usps_city: 'Huntingdon Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21899.0, + density: 658.6, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "94.65", "42017": "5.35"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06155, lat: 40.13296 }, + }, + { + zip_code: '19046', + usps_city: 'Jenkintown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17660.0, + density: 1029.3, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10557, lat: 40.10141 }, + }, + { + zip_code: '19053', + usps_city: 'Feasterville Trevose', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26293.0, + density: 969.2, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97955, lat: 40.15467 }, + }, + { + zip_code: '19507', + usps_city: 'Bethel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3211.0, + density: 32.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28584, lat: 40.49175 }, + }, + { + zip_code: '19526', + usps_city: 'Hamburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11256.0, + density: 75.2, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99626, lat: 40.54661 }, + }, + { + zip_code: '19940', + usps_city: 'Delmar', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 5575.0, + density: 52.0, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.56893, lat: 38.47787 }, + }, + { + zip_code: '19947', + usps_city: 'Georgetown', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 19992.0, + density: 64.5, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39668, lat: 38.67239 }, + }, + { + zip_code: '20135', + usps_city: 'Bluemont', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3187.0, + density: 27.6, + primary_coty_code: '51043', + primary_coty_name: 'Clarke', + county_weights: '{"51043": "63.02", "51107": "32.04", "54037": "4.94"}', + coty_name: ['Clarke', 'Loudoun', 'Jefferson'], + cty_code: ['51043', '51107', '54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87125, lat: 39.09525 }, + }, + { + zip_code: '20601', + usps_city: 'Waldorf', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 25517.0, + density: 220.6, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "98.8", "24033": "1.2"}', + coty_name: ['Charles', "Prince George's"], + cty_code: ['24017', '24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85088, lat: 38.6137 }, + }, + { + zip_code: '20624', + usps_city: 'Clements', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1409.0, + density: 43.2, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73785, lat: 38.33643 }, + }, + { + zip_code: '20628', + usps_city: 'Dameron', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 27.7, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35096, lat: 38.14941 }, + }, + { + zip_code: '20629', + usps_city: 'Dowell', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 342.9, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45232, lat: 38.3365 }, + }, + { + zip_code: '20664', + usps_city: 'Newburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3462.0, + density: 32.5, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92152, lat: 38.35251 }, + }, + { + zip_code: '20685', + usps_city: 'Saint Leonard', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6942.0, + density: 120.4, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53005, lat: 38.43387 }, + }, + { + zip_code: '20722', + usps_city: 'Brentwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5728.0, + density: 1502.1, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94943, lat: 38.93512 }, + }, + { + zip_code: '20733', + usps_city: 'Churchton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2777.0, + density: 327.7, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53302, lat: 38.80516 }, + }, + { + zip_code: '20735', + usps_city: 'Clinton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 38220.0, + density: 568.9, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90582, lat: 38.75018 }, + }, + { + zip_code: '20772', + usps_city: 'Upper Marlboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 45321.0, + density: 244.7, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76623, lat: 38.77981 }, + }, + { + zip_code: '20861', + usps_city: 'Ashton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1449.0, + density: 145.7, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99757, lat: 39.15242 }, + }, + { + zip_code: '21555', + usps_city: 'Oldtown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 5.8, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55658, lat: 39.58935 }, + }, + { + zip_code: '21620', + usps_city: 'Chestertown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 12850.0, + density: 42.5, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "74.7", "24035": "25.3"}', + coty_name: ['Kent', "Queen Anne's"], + cty_code: ['24029', '24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09187, lat: 39.2092 }, + }, + { + zip_code: '21629', + usps_city: 'Denton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9396.0, + density: 43.8, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "100"}', + coty_name: ['Caroline'], + cty_code: ['24011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82792, lat: 38.86273 }, + }, + { + zip_code: '21705', + usps_city: 'Frederick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3.0, + density: 48.9, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41004, lat: 39.40889 }, + }, + { + zip_code: '21734', + usps_city: 'Funkstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 816.0, + density: 1394.3, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70802, lat: 39.60769 }, + }, + { + zip_code: '21737', + usps_city: 'Glenelg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2462.0, + density: 186.9, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01982, lat: 39.25463 }, + }, + { + zip_code: '21738', + usps_city: 'Glenwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3827.0, + density: 203.2, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02587, lat: 39.28093 }, + }, + { + zip_code: '21774', + usps_city: 'New Market', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 13092.0, + density: 351.1, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27592, lat: 39.40962 }, + }, + { + zip_code: '21862', + usps_city: 'Showell', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 26.9, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22379, lat: 38.39758 }, + }, + { + zip_code: '21904', + usps_city: 'Port Deposit', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7075.0, + density: 114.8, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07802, lat: 39.62315 }, + }, + { + zip_code: '22201', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38541.0, + density: 6369.5, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09518, lat: 38.88665 }, + }, + { + zip_code: '22207', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 33170.0, + density: 1987.8, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "99.72", "51059": "0.28"}', + coty_name: ['Arlington', 'Fairfax'], + cty_code: ['51013', '51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12384, lat: 38.90662 }, + }, + { + zip_code: '22603', + usps_city: 'Winchester', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16030.0, + density: 63.1, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "100"}', + coty_name: ['Frederick'], + cty_code: ['51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20376, lat: 39.27922 }, + }, + { + zip_code: '22711', + usps_city: 'Banco', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 4.3, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.27033, lat: 38.46468 }, + }, + { + zip_code: '22723', + usps_city: 'Hood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 11.0, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38698, lat: 38.34037 }, + }, + { + zip_code: '22736', + usps_city: 'Richardsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 810.0, + density: 10.9, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70494, lat: 38.39738 }, + }, + { + zip_code: '90715', + usps_city: 'Lakewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20256.0, + density: 4599.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.07886, lat: 33.84035 }, + }, + { + zip_code: '90716', + usps_city: 'Hawaiian Gardens', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14285.0, + density: 5922.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.07302, lat: 33.83049 }, + }, + { + zip_code: '91601', + usps_city: 'North Hollywood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36841.0, + density: 5367.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.37254, lat: 34.16859 }, + }, + { + zip_code: '91741', + usps_city: 'Glendora', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26794.0, + density: 697.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.84368, lat: 34.15372 }, + }, + { + zip_code: '91916', + usps_city: 'Descanso', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1939.0, + density: 18.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.62135, lat: 32.88799 }, + }, + { + zip_code: '91945', + usps_city: 'Lemon Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27236.0, + density: 2680.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.03416, lat: 32.73317 }, + }, + { + zip_code: '91962', + usps_city: 'Pine Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2106.0, + density: 15.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.47423, lat: 32.7776 }, + }, + { + zip_code: '92055', + usps_city: 'Camp Pendleton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11765.0, + density: 46.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.44483, lat: 33.38774 }, + }, + { + zip_code: '92103', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34700.0, + density: 3557.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.16688, lat: 32.74742 }, + }, + { + zip_code: '92130', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56134.0, + density: 1174.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.20741, lat: 32.94759 }, + }, + { + zip_code: '92236', + usps_city: 'Coachella', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45477.0, + density: 802.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.17291, lat: 33.68615 }, + }, + { + zip_code: '92363', + usps_city: 'Needles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5348.0, + density: 10.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.55044, lat: 34.68325 }, + }, + { + zip_code: '92385', + usps_city: 'Skyforest', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 9.9, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19233, lat: 34.21473 }, + }, + { + zip_code: '92624', + usps_city: 'Capistrano Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6372.0, + density: 1771.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.66566, lat: 33.45927 }, + }, + { + zip_code: '92653', + usps_city: 'Laguna Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30012.0, + density: 1728.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.69847, lat: 33.59159 }, + }, + { + zip_code: '92657', + usps_city: 'Newport Coast', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9802.0, + density: 512.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.83209, lat: 33.59561 }, + }, + { + zip_code: '92805', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74478.0, + density: 4553.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90578, lat: 33.83038 }, + }, + { + zip_code: '92883', + usps_city: 'Corona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35933.0, + density: 249.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.47393, lat: 33.75413 }, + }, + { + zip_code: '93041', + usps_city: 'Port Hueneme', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24208.0, + density: 841.9, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.14669, lat: 34.13103 }, + }, + { + zip_code: '93205', + usps_city: 'Bodfish', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2030.0, + density: 13.6, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.42508, lat: 35.52026 }, + }, + { + zip_code: '93220', + usps_city: 'Edison', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 1.0, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.75688, lat: 35.3969 }, + }, + { + zip_code: '93243', + usps_city: 'Lebec', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1532.0, + density: 3.9, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "92.17", "06037": "7.83"}', + coty_name: ['Kern', 'Los Angeles'], + cty_code: ['06029', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.80142, lat: 34.77686 }, + }, + { + zip_code: '93301', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12325.0, + density: 1138.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.02082, lat: 35.38451 }, + }, + { + zip_code: '93424', + usps_city: 'Avila Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 795.0, + density: 116.6, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.73219, lat: 35.19 }, + }, + { + zip_code: '93461', + usps_city: 'Shandon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 1.5, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "98.46", "06053": "0.86", "06029": "0.68"}', + coty_name: ['San Luis Obispo', 'Monterey', 'Kern'], + cty_code: ['06079', '06053', '06029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.27328, lat: 35.64703 }, + }, + { + zip_code: '93550', + usps_city: 'Palmdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 77506.0, + density: 152.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.09162, lat: 34.41326 }, + }, + { + zip_code: '93552', + usps_city: 'Palmdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39905.0, + density: 317.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.02316, lat: 34.57149 }, + }, + { + zip_code: '93711', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38007.0, + density: 1301.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.83117, lat: 36.83459 }, + }, + { + zip_code: '94122', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62128.0, + density: 10143.6, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48512, lat: 37.75878 }, + }, + { + zip_code: '94591', + usps_city: 'Vallejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55157.0, + density: 981.0, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19528, lat: 38.12332 }, + }, + { + zip_code: '94931', + usps_city: 'Cotati', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8926.0, + density: 542.5, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.71597, lat: 38.32462 }, + }, + { + zip_code: '94965', + usps_city: 'Sausalito', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11394.0, + density: 325.7, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.52355, lat: 37.84993 }, + }, + { + zip_code: '95053', + usps_city: 'Santa Clara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3862.0, + density: 8731.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.93768, lat: 37.34878 }, + }, + { + zip_code: '95066', + usps_city: 'Scotts Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15341.0, + density: 312.6, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01399, lat: 37.06792 }, + }, + { + zip_code: '95132', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41790.0, + density: 313.9, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.76422, lat: 37.4307 }, + }, + { + zip_code: '95432', + usps_city: 'Elk', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 3.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.64, lat: 39.10516 }, + }, + { + zip_code: '95435', + usps_city: 'Finley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 748.4, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.86947, lat: 39.00716 }, + }, + { + zip_code: '95441', + usps_city: 'Geyserville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1797.0, + density: 6.8, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.90494, lat: 38.73094 }, + }, + { + zip_code: '95628', + usps_city: 'Fair Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40855.0, + density: 1228.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.25426, lat: 38.65199 }, + }, + { + zip_code: '95651', + usps_city: 'Lotus', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 20.8, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.92925, lat: 38.81781 }, + }, + { + zip_code: '95722', + usps_city: 'Meadow Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5123.0, + density: 181.0, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02842, lat: 39.00591 }, + }, + { + zip_code: '95825', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37473.0, + density: 3068.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.40641, lat: 38.59036 }, + }, + { + zip_code: '95977', + usps_city: 'Smartsville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1488.0, + density: 14.7, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "61.56", "06115": "38.44"}', + coty_name: ['Nevada', 'Yuba'], + cty_code: ['06057', '06115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28798, lat: 39.17693 }, + }, + { + zip_code: '96021', + usps_city: 'Corning', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16017.0, + density: 25.9, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26527, lat: 39.92648 }, + }, + { + zip_code: '96022', + usps_city: 'Cottonwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16253.0, + density: 25.9, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "52.31", "06089": "47.69"}', + coty_name: ['Tehama', 'Shasta'], + cty_code: ['06103', '06089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.447, lat: 40.33505 }, + }, + { + zip_code: '96029', + usps_city: 'Flournoy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 1.8, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.47811, lat: 39.94207 }, + }, + { + zip_code: '96040', + usps_city: 'Hat Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 0.4, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.42273, lat: 40.77872 }, + }, + { + zip_code: '96074', + usps_city: 'Paskenta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 0.6, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59372, lat: 39.86746 }, + }, + { + zip_code: '96090', + usps_city: 'Tehama', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 180.8, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12906, lat: 40.02045 }, + }, + { + zip_code: '96109', + usps_city: 'Doyle', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 812.0, + density: 1.6, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.09784, lat: 40.0196 }, + }, + { + zip_code: '96140', + usps_city: 'Carnelian Bay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 78.3, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.09807, lat: 39.22463 }, + }, + { + zip_code: '96772', + usps_city: 'Naalehu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2835.0, + density: 3.4, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.6299, lat: 19.19037 }, + }, + { + zip_code: '96917', + usps_city: 'Inarajan', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.73413, lat: 13.29489 }, + }, + { + zip_code: '97018', + usps_city: 'Columbia City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1789.0, + density: 861.1, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "100"}', + coty_name: ['Columbia'], + cty_code: ['41009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.81081, lat: 45.89497 }, + }, + { + zip_code: '97040', + usps_city: 'Mosier', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 12.0, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.38804, lat: 45.62479 }, + }, + { + zip_code: '97049', + usps_city: 'Rhododendron', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1647.0, + density: 4.1, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.86511, lat: 45.35859 }, + }, + { + zip_code: '97071', + usps_city: 'Woodburn', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 29796.0, + density: 219.1, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "96.44", "41005": "3.56"}', + coty_name: ['Marion', 'Clackamas'], + cty_code: ['41047', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.82654, lat: 45.13592 }, + }, + { + zip_code: '97115', + usps_city: 'Dundee', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4008.0, + density: 130.2, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "100"}', + coty_name: ['Yamhill'], + cty_code: ['41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.02701, lat: 45.27229 }, + }, + { + zip_code: '97352', + usps_city: 'Jefferson', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6518.0, + density: 57.9, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "98.52", "41043": "1.48"}', + coty_name: ['Marion', 'Linn'], + cty_code: ['41047', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.03139, lat: 44.75148 }, + }, + { + zip_code: '97394', + usps_city: 'Waldport', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5224.0, + density: 33.0, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.9772, lat: 44.42605 }, + }, + { + zip_code: '97405', + usps_city: 'Eugene', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 45250.0, + density: 115.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.19156, lat: 43.93975 }, + }, + { + zip_code: '97484', + usps_city: 'Tiller', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 0.5, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.8502, lat: 42.94002 }, + }, + { + zip_code: '97526', + usps_city: 'Grants Pass', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 35920.0, + density: 98.5, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "99.48", "41029": "0.52"}', + coty_name: ['Josephine', 'Jackson'], + cty_code: ['41033', '41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.34022, lat: 42.51404 }, + }, + { + zip_code: '97603', + usps_city: 'Klamath Falls', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 29357.0, + density: 36.5, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.68079, lat: 42.14085 }, + }, + { + zip_code: '97818', + usps_city: 'Boardman', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4244.0, + density: 20.7, + primary_coty_code: '41049', + primary_coty_name: 'Morrow', + county_weights: '{"41049": "100"}', + coty_name: ['Morrow'], + cty_code: ['41049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.87004, lat: 45.77477 }, + }, + { + zip_code: '97862', + usps_city: 'Milton Freewater', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 11949.0, + density: 16.8, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31008, lat: 45.92342 }, + }, + { + zip_code: '97865', + usps_city: 'Mount Vernon', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1091.0, + density: 1.1, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.19104, lat: 44.4472 }, + }, + { + zip_code: '97874', + usps_city: 'Spray', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 0.7, + primary_coty_code: '41069', + primary_coty_name: 'Wheeler', + county_weights: '{"41069": "100"}', + coty_name: ['Wheeler'], + cty_code: ['41069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.86744, lat: 44.77754 }, + }, + { + zip_code: '98008', + usps_city: 'Bellevue', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25719.0, + density: 1797.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11098, lat: 47.60527 }, + }, + { + zip_code: '98053', + usps_city: 'Redmond', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21993.0, + density: 299.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01946, lat: 47.66565 }, + }, + { + zip_code: '98109', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30384.0, + density: 5883.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34417, lat: 47.63159 }, + }, + { + zip_code: '98178', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 27335.0, + density: 2178.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24706, lat: 47.49929 }, + }, + { + zip_code: '98288', + usps_city: 'Skykomish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 231.0, + density: 0.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.27535, lat: 47.666 }, + }, + { + zip_code: '58105', + usps_city: 'Fargo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2264.0, + density: 1525.4, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80774, lat: 46.89543 }, + }, + { + zip_code: '58366', + usps_city: 'Rolette', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1274.0, + density: 2.0, + primary_coty_code: '38079', + primary_coty_name: 'Rolette', + county_weights: '{"38079": "100"}', + coty_name: ['Rolette'], + cty_code: ['38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.8712, lat: 48.6587 }, + }, + { + zip_code: '58433', + usps_city: 'Edgeley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1139.0, + density: 1.4, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "94.41", "38021": "5.59"}', + coty_name: ['LaMoure', 'Dickey'], + cty_code: ['38045', '38021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.71301, lat: 46.37033 }, + }, + { + zip_code: '58443', + usps_city: 'Glenfield', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 0.7, + primary_coty_code: '38031', + primary_coty_name: 'Foster', + county_weights: '{"38031": "100"}', + coty_name: ['Foster'], + cty_code: ['38031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.67201, lat: 47.45539 }, + }, + { + zip_code: '58521', + usps_city: 'Baldwin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 1.5, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.69204, lat: 47.02467 }, + }, + { + zip_code: '58636', + usps_city: 'Halliday', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1015.0, + density: 0.9, + primary_coty_code: '38025', + primary_coty_name: 'Dunn', + county_weights: '{"38025": "96.03", "38057": "3.97"}', + coty_name: ['Dunn', 'Mercer'], + cty_code: ['38025', '38057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.36036, lat: 47.38629 }, + }, + { + zip_code: '58641', + usps_city: 'Lefor', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.8, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "100"}', + coty_name: ['Stark'], + cty_code: ['38089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.49863, lat: 46.66845 }, + }, + { + zip_code: '98376', + usps_city: 'Quilcene', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2053.0, + density: 6.8, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.86207, lat: 47.8512 }, + }, + { + zip_code: '98550', + usps_city: 'Hoquiam', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11324.0, + density: 20.4, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.9367, lat: 47.10384 }, + }, + { + zip_code: '98583', + usps_city: 'Satsop', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 525.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.48746, lat: 47.00116 }, + }, + { + zip_code: '98644', + usps_city: 'Seaview', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 271.5, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.05628, lat: 46.32964 }, + }, + { + zip_code: '98684', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29396.0, + density: 1627.7, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51644, lat: 45.63073 }, + }, + { + zip_code: '98826', + usps_city: 'Leavenworth', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7520.0, + density: 2.9, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85453, lat: 47.7875 }, + }, + { + zip_code: '98833', + usps_city: 'Mazama', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.3, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.61132, lat: 48.68821 }, + }, + { + zip_code: '98843', + usps_city: 'Orondo', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1840.0, + density: 10.8, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "100"}', + coty_name: ['Douglas'], + cty_code: ['53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.05985, lat: 47.75201 }, + }, + { + zip_code: '98946', + usps_city: 'Thorp', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 11.9, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.72166, lat: 47.07912 }, + }, + { + zip_code: '98950', + usps_city: 'Vantage', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 0.9, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.99058, lat: 46.89747 }, + }, + { + zip_code: '99029', + usps_city: 'Reardan', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 3.0, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "75.1", "53063": "24.9"}', + coty_name: ['Lincoln', 'Spokane'], + cty_code: ['53043', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.82934, lat: 47.69765 }, + }, + { + zip_code: '99103', + usps_city: 'Almira', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 0.9, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "92.56", "53025": "7.44"}', + coty_name: ['Lincoln', 'Grant'], + cty_code: ['53043', '53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.93697, lat: 47.73715 }, + }, + { + zip_code: '99111', + usps_city: 'Colfax', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4234.0, + density: 5.7, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.42452, lat: 46.85372 }, + }, + { + zip_code: '99123', + usps_city: 'Electric City', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 918.0, + density: 8.1, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.14289, lat: 47.84593 }, + }, + { + zip_code: '99129', + usps_city: 'Fruitland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 1.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1927, lat: 48.00522 }, + }, + { + zip_code: '99356', + usps_city: 'Roosevelt', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 0.3, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.31507, lat: 45.82125 }, + }, + { + zip_code: '99518', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 10717.0, + density: 1094.8, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.88479, lat: 61.15958 }, + }, + { + zip_code: '99571', + usps_city: 'Cold Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 1.9, + primary_coty_code: '2013', + primary_coty_name: 'Aleutians East', + county_weights: '{"02013": "100"}', + coty_name: ['Aleutians East'], + cty_code: ['2013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.44859, lat: 55.38499 }, + }, + { + zip_code: '99578', + usps_city: 'Eek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 237.4, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.03136, lat: 60.21583 }, + }, + { + zip_code: '99632', + usps_city: 'Mountain Village', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 12.0, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.66453, lat: 62.11232 }, + }, + { + zip_code: '99650', + usps_city: 'Pilot Station', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 132.0, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.88555, lat: 61.94214 }, + }, + { + zip_code: '99722', + usps_city: 'Arctic Village', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 6.1, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -145.6102, lat: 68.09545 }, + }, + { + zip_code: '99726', + usps_city: 'Bettles Field', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -152.15661, lat: 67.11836 }, + }, + { + zip_code: '99744', + usps_city: 'Anderson', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 1.4, + primary_coty_code: '2068', + primary_coty_name: 'Denali', + county_weights: '{"02068": "100"}', + coty_name: ['Denali'], + cty_code: ['2068'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.18016, lat: 64.30627 }, + }, + { + zip_code: '99754', + usps_city: 'Koyukuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 3.9, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.69469, lat: 64.90102 }, + }, + { + zip_code: '99790', + usps_city: 'Fairbanks', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.28799, lat: 65.42127 }, + }, + { + zip_code: '99829', + usps_city: 'Hoonah', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 808.0, + density: 42.7, + primary_coty_code: '2105', + primary_coty_name: 'Hoonah-Angoon', + county_weights: '{"02105": "100"}', + coty_name: ['Hoonah-Angoon'], + cty_code: ['2105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -135.42585, lat: 58.10738 }, + }, + { + zip_code: '99918', + usps_city: 'Coffman Cove', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 2.3, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -132.74165, lat: 55.94572 }, + }, + { + zip_code: '31011', + usps_city: 'Chauncey', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 7.0, + primary_coty_code: '13091', + primary_coty_name: 'Dodge', + county_weights: '{"13091": "100"}', + coty_name: ['Dodge'], + cty_code: ['13091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06217, lat: 32.12692 }, + }, + { + zip_code: '31027', + usps_city: 'East Dublin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8803.0, + density: 19.3, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "100"}', + coty_name: ['Laurens'], + cty_code: ['13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81139, lat: 32.57712 }, + }, + { + zip_code: '31029', + usps_city: 'Forsyth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16322.0, + density: 24.5, + primary_coty_code: '13207', + primary_coty_name: 'Monroe', + county_weights: '{"13207": "99.97", "13035": "0.03"}', + coty_name: ['Monroe', 'Butts'], + cty_code: ['13207', '13035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92709, lat: 33.03734 }, + }, + { + zip_code: '31041', + usps_city: 'Ideal', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 4.4, + primary_coty_code: '13193', + primary_coty_name: 'Macon', + county_weights: '{"13193": "100"}', + coty_name: ['Macon'], + cty_code: ['13193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17653, lat: 32.37132 }, + }, + { + zip_code: '31096', + usps_city: 'Wrightsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7039.0, + density: 15.9, + primary_coty_code: '13167', + primary_coty_name: 'Johnson', + county_weights: '{"13167": "97.73", "13303": "2.27"}', + coty_name: ['Johnson', 'Washington'], + cty_code: ['13167', '13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70517, lat: 32.72233 }, + }, + { + zip_code: '31516', + usps_city: 'Blackshear', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14953.0, + density: 35.4, + primary_coty_code: '13229', + primary_coty_name: 'Pierce', + county_weights: '{"13229": "100"}', + coty_name: ['Pierce'], + cty_code: ['13229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25525, lat: 31.30995 }, + }, + { + zip_code: '31634', + usps_city: 'Homerville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5726.0, + density: 7.8, + primary_coty_code: '13065', + primary_coty_name: 'Clinch', + county_weights: '{"13065": "100"}', + coty_name: ['Clinch'], + cty_code: ['13065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76737, lat: 31.04006 }, + }, + { + zip_code: '31756', + usps_city: 'Hartsfield', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1000.0, + density: 9.9, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "100"}', + coty_name: ['Colquitt'], + cty_code: ['13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96247, lat: 31.18046 }, + }, + { + zip_code: '31771', + usps_city: 'Norman Park', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6903.0, + density: 24.7, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "98.62", "13321": "1.38"}', + coty_name: ['Colquitt', 'Worth'], + cty_code: ['13071', '13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64654, lat: 31.24271 }, + }, + { + zip_code: '31772', + usps_city: 'Oakfield', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 3.2, + primary_coty_code: '13321', + primary_coty_name: 'Worth', + county_weights: '{"13321": "100"}', + coty_name: ['Worth'], + cty_code: ['13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.95683, lat: 31.72508 }, + }, + { + zip_code: '31794', + usps_city: 'Tifton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28119.0, + density: 95.8, + primary_coty_code: '13277', + primary_coty_name: 'Tift', + county_weights: '{"13277": "97.81", "13019": "2.19"}', + coty_name: ['Tift', 'Berrien'], + cty_code: ['13277', '13019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44932, lat: 31.44111 }, + }, + { + zip_code: '31825', + usps_city: 'Richland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2292.0, + density: 6.7, + primary_coty_code: '13259', + primary_coty_name: 'Stewart', + county_weights: '{"13259": "77.12", "13307": "22.88"}', + coty_name: ['Stewart', 'Webster'], + cty_code: ['13259', '13307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66914, lat: 32.11822 }, + }, + { + zip_code: '32008', + usps_city: 'Branford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4425.0, + density: 12.4, + primary_coty_code: '12121', + primary_coty_name: 'Suwannee', + county_weights: + '{"12121": "48.3", "12067": "29.35", "12041": "19.89", "12029": "2.47"}', + coty_name: ['Suwannee', 'Lafayette', 'Gilchrist', 'Dixie'], + cty_code: ['12121', '12067', '12041', '12029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.91313, lat: 29.91651 }, + }, + { + zip_code: '32128', + usps_city: 'Port Orange', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21183.0, + density: 244.8, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07406, lat: 29.09798 }, + }, + { + zip_code: '32141', + usps_city: 'Edgewater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19031.0, + density: 312.4, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90102, lat: 28.92304 }, + }, + { + zip_code: '32210', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 62048.0, + density: 1188.7, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74463, lat: 30.26558 }, + }, + { + zip_code: '32217', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19899.0, + density: 1454.4, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62723, lat: 30.23919 }, + }, + { + zip_code: '32222', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11521.0, + density: 384.7, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82881, lat: 30.21682 }, + }, + { + zip_code: '32303', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 48507.0, + density: 527.3, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34363, lat: 30.51435 }, + }, + { + zip_code: '32359', + usps_city: 'Steinhatchee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1271.0, + density: 3.1, + primary_coty_code: '12123', + primary_coty_name: 'Taylor', + county_weights: '{"12123": "71.82", "12029": "28.18"}', + coty_name: ['Taylor', 'Dixie'], + cty_code: ['12123', '12029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38688, lat: 29.67905 }, + }, + { + zip_code: '32407', + usps_city: 'Panama City Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10822.0, + density: 301.1, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.79129, lat: 30.20066 }, + }, + { + zip_code: '32444', + usps_city: 'Lynn Haven', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22163.0, + density: 913.2, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.65202, lat: 30.23936 }, + }, + { + zip_code: '32583', + usps_city: 'Milton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29365.0, + density: 78.5, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.97102, lat: 30.59366 }, + }, + { + zip_code: '32750', + usps_city: 'Longwood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25025.0, + density: 936.7, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.352, lat: 28.70614 }, + }, + { + zip_code: '32909', + usps_city: 'Palm Bay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31251.0, + density: 278.4, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64447, lat: 27.92054 }, + }, + { + zip_code: '33042', + usps_city: 'Summerland Key', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6623.0, + density: 100.2, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50992, lat: 24.67645 }, + }, + { + zip_code: '33172', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 43356.0, + density: 2541.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36049, lat: 25.78631 }, + }, + { + zip_code: '33186', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 68581.0, + density: 2098.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.41048, lat: 25.65548 }, + }, + { + zip_code: '33309', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40844.0, + density: 1649.0, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17327, lat: 26.18799 }, + }, + { + zip_code: '33324', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49045.0, + density: 2080.0, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27416, lat: 26.11236 }, + }, + { + zip_code: '33409', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33212.0, + density: 2072.1, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09643, lat: 26.71615 }, + }, + { + zip_code: '33467', + usps_city: 'Lake Worth', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 54261.0, + density: 1137.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17553, lat: 26.5946 }, + }, + { + zip_code: '33523', + usps_city: 'Dade City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18835.0, + density: 61.4, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "76.06", "12053": "23.94"}', + coty_name: ['Pasco', 'Hernando'], + cty_code: ['12101', '12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2184, lat: 28.4247 }, + }, + { + zip_code: '33569', + usps_city: 'Riverview', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28442.0, + density: 756.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28718, lat: 27.84514 }, + }, + { + zip_code: '33619', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40092.0, + density: 582.8, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37848, lat: 27.937 }, + }, + { + zip_code: '33712', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24738.0, + density: 1635.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66686, lat: 27.73735 }, + }, + { + zip_code: '33714', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21866.0, + density: 2278.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67755, lat: 27.81702 }, + }, + { + zip_code: '33870', + usps_city: 'Sebring', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22284.0, + density: 155.4, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "100"}', + coty_name: ['Highlands'], + cty_code: ['12055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40208, lat: 27.50424 }, + }, + { + zip_code: '33945', + usps_city: 'Pineland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22088, lat: 26.60226 }, + }, + { + zip_code: '33953', + usps_city: 'Port Charlotte', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6741.0, + density: 160.9, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.21204, lat: 26.99969 }, + }, + { + zip_code: '34103', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13129.0, + density: 1473.8, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80381, lat: 26.1927 }, + }, + { + zip_code: '34116', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36111.0, + density: 1458.5, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.7105, lat: 26.18805 }, + }, + { + zip_code: '34211', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8898.0, + density: 94.3, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37732, lat: 27.45002 }, + }, + { + zip_code: '34234', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21932.0, + density: 1275.3, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54153, lat: 27.36841 }, + }, + { + zip_code: '34237', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18071.0, + density: 1781.0, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5139, lat: 27.3377 }, + }, + { + zip_code: '34481', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20963.0, + density: 122.2, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30881, lat: 29.1224 }, + }, + { + zip_code: '34614', + usps_city: 'Brooksville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7195.0, + density: 36.8, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54601, lat: 28.64775 }, + }, + { + zip_code: '34655', + usps_city: 'New Port Richey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41872.0, + density: 346.8, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62584, lat: 28.21708 }, + }, + { + zip_code: '34771', + usps_city: 'Saint Cloud', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21052.0, + density: 97.6, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16274, lat: 28.27645 }, + }, + { + zip_code: '34972', + usps_city: 'Okeechobee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20877.0, + density: 8.9, + primary_coty_code: '12093', + primary_coty_name: 'Okeechobee', + county_weights: '{"12093": "98.44", "12097": "1.41", "12111": "0.14"}', + coty_name: ['Okeechobee', 'Osceola', 'St. Lucie'], + cty_code: ['12093', '12097', '12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92711, lat: 27.50653 }, + }, + { + zip_code: '34996', + usps_city: 'Stuart', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10741.0, + density: 626.4, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "100"}', + coty_name: ['Martin'], + cty_code: ['12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19632, lat: 27.19905 }, + }, + { + zip_code: '35033', + usps_city: 'Bremen', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2946.0, + density: 15.0, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "90.89", "01127": "9.11"}', + coty_name: ['Cullman', 'Walker'], + cty_code: ['01043', '01127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02962, lat: 33.94235 }, + }, + { + zip_code: '35073', + usps_city: 'Graysville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 30.2, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.98034, lat: 33.65407 }, + }, + { + zip_code: '35150', + usps_city: 'Sylacauga', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16991.0, + density: 104.1, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "99.16", "01037": "0.7", "01027": "0.14"}', + coty_name: ['Talladega', 'Coosa', 'Clay'], + cty_code: ['01121', '01037', '01027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.24169, lat: 33.18528 }, + }, + { + zip_code: '35456', + usps_city: 'Duncanville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4051.0, + density: 18.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "99.57", "01007": "0.43"}', + coty_name: ['Tuscaloosa', 'Bibb'], + cty_code: ['01125', '01007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.42714, lat: 33.05553 }, + }, + { + zip_code: '35481', + usps_city: 'Reform', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3174.0, + density: 10.3, + primary_coty_code: '1107', + primary_coty_name: 'Pickens', + county_weights: '{"01107": "100"}', + coty_name: ['Pickens'], + cty_code: ['1107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03736, lat: 33.39398 }, + }, + { + zip_code: '35504', + usps_city: 'Jasper', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12832.0, + density: 51.2, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "100"}', + coty_name: ['Walker'], + cty_code: ['1127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.1667, lat: 33.89267 }, + }, + { + zip_code: '35587', + usps_city: 'Townley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 4.3, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "100"}', + coty_name: ['Walker'], + cty_code: ['1127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.45393, lat: 33.80054 }, + }, + { + zip_code: '35593', + usps_city: 'Vina', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1537.0, + density: 5.0, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "83.79", "01093": "16.21"}', + coty_name: ['Franklin', 'Marion'], + cty_code: ['01059', '01093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08015, lat: 34.34977 }, + }, + { + zip_code: '35594', + usps_city: 'Winfield', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7285.0, + density: 19.5, + primary_coty_code: '1093', + primary_coty_name: 'Marion', + county_weights: '{"01093": "69", "01057": "31"}', + coty_name: ['Marion', 'Fayette'], + cty_code: ['01093', '01057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77212, lat: 33.92969 }, + }, + { + zip_code: '35646', + usps_city: 'Leighton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4522.0, + density: 18.6, + primary_coty_code: '1033', + primary_coty_name: 'Colbert', + county_weights: '{"01033": "100"}', + coty_name: ['Colbert'], + cty_code: ['1033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.5283, lat: 34.67171 }, + }, + { + zip_code: '35739', + usps_city: 'Ardmore', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5076.0, + density: 72.3, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "62.94", "01089": "37.06"}', + coty_name: ['Limestone', 'Madison'], + cty_code: ['01083', '01089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.79579, lat: 34.969 }, + }, + { + zip_code: '35806', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 23019.0, + density: 381.8, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.68509, lat: 34.76307 }, + }, + { + zip_code: '35951', + usps_city: 'Albertville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12686.0, + density: 67.3, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "85.34", "01049": "14.66"}', + coty_name: ['Marshall', 'DeKalb'], + cty_code: ['01095', '01049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.16168, lat: 34.34123 }, + }, + { + zip_code: '36251', + usps_city: 'Ashland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4400.0, + density: 11.8, + primary_coty_code: '1027', + primary_coty_name: 'Clay', + county_weights: '{"01027": "100"}', + coty_name: ['Clay'], + cty_code: ['1027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.86642, lat: 33.22982 }, + }, + { + zip_code: '36268', + usps_city: 'Munford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5514.0, + density: 22.7, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "99.58", "01027": "0.42"}', + coty_name: ['Talladega', 'Clay'], + cty_code: ['01121', '01027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9413, lat: 33.49715 }, + }, + { + zip_code: '36274', + usps_city: 'Roanoke', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11067.0, + density: 23.4, + primary_coty_code: '1111', + primary_coty_name: 'Randolph', + county_weights: '{"01111": "94.64", "01017": "5.36"}', + coty_name: ['Randolph', 'Chambers'], + cty_code: ['01111', '01017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.36789, lat: 33.17307 }, + }, + { + zip_code: '36322', + usps_city: 'Daleville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8921.0, + density: 55.1, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "98.51", "01031": "1.21", "01061": "0.28"}', + coty_name: ['Dale', 'Coffee', 'Geneva'], + cty_code: ['01045', '01031', '01061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.73273, lat: 31.25281 }, + }, + { + zip_code: '36371', + usps_city: 'Pinckard', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 25.5, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "100"}', + coty_name: ['Dale'], + cty_code: ['1045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.55205, lat: 31.31334 }, + }, + { + zip_code: '36507', + usps_city: 'Bay Minette', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 21360.0, + density: 24.6, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73903, lat: 30.86318 }, + }, + { + zip_code: '36558', + usps_city: 'Millry', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3677.0, + density: 5.8, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "93.33", "01023": "6.67"}', + coty_name: ['Washington', 'Choctaw'], + cty_code: ['01129', '01023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31852, lat: 31.60774 }, + }, + { + zip_code: '36688', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 170.8, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18239, lat: 30.69623 }, + }, + { + zip_code: '36728', + usps_city: 'Catherine', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 0.9, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "59.65", "01091": "40.35"}', + coty_name: ['Wilcox', 'Marengo'], + cty_code: ['01131', '01091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.47938, lat: 32.16788 }, + }, + { + zip_code: '36759', + usps_city: 'Marion Junction', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1831.0, + density: 3.7, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "88.41", "01105": "11.59"}', + coty_name: ['Dallas', 'Perry'], + cty_code: ['01047', '01105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.28554, lat: 32.42243 }, + }, + { + zip_code: '36773', + usps_city: 'Safford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 1.9, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "72.07", "01091": "27.93"}', + coty_name: ['Dallas', 'Marengo'], + cty_code: ['01047', '01091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.35878, lat: 32.261 }, + }, + { + zip_code: '36919', + usps_city: 'Silas', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1652.0, + density: 4.0, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "99.25", "01129": "0.75"}', + coty_name: ['Choctaw', 'Washington'], + cty_code: ['01023', '01129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29301, lat: 31.76628 }, + }, + { + zip_code: '37032', + usps_city: 'Cedar Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5275.0, + density: 25.2, + primary_coty_code: '47147', + primary_coty_name: 'Robertson', + county_weights: '{"47147": "98.46", "47021": "1.54"}', + coty_name: ['Robertson', 'Cheatham'], + cty_code: ['47147', '47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.01714, lat: 36.52424 }, + }, + { + zip_code: '37046', + usps_city: 'College Grove', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5685.0, + density: 31.4, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "96.4", "47149": "1.96", "47117": "1.64"}', + coty_name: ['Williamson', 'Rutherford', 'Marshall'], + cty_code: ['47187', '47149', '47117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.71733, lat: 35.77988 }, + }, + { + zip_code: '37174', + usps_city: 'Spring Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 37004.0, + density: 208.3, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "55.97", "47119": "44.03"}', + coty_name: ['Williamson', 'Maury'], + cty_code: ['47187', '47119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89988, lat: 35.72177 }, + }, + { + zip_code: '37185', + usps_city: 'Waverly', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8275.0, + density: 13.8, + primary_coty_code: '47085', + primary_coty_name: 'Humphreys', + county_weights: '{"47085": "99.78", "47083": "0.22"}', + coty_name: ['Humphreys', 'Houston'], + cty_code: ['47085', '47083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83801, lat: 36.0697 }, + }, + { + zip_code: '37190', + usps_city: 'Woodbury', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8465.0, + density: 22.3, + primary_coty_code: '47015', + primary_coty_name: 'Cannon', + county_weights: '{"47015": "98.99", "47177": "1.01"}', + coty_name: ['Cannon', 'Warren'], + cty_code: ['47015', '47177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.03992, lat: 35.82913 }, + }, + { + zip_code: '37210', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17248.0, + density: 720.3, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73367, lat: 36.14432 }, + }, + { + zip_code: '37216', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17848.0, + density: 1020.6, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.72645, lat: 36.21609 }, + }, + { + zip_code: '37243', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "0"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.782, lat: 36.16503 }, + }, + { + zip_code: '37376', + usps_city: 'Sherwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 1.3, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "100"}', + coty_name: ['Franklin'], + cty_code: ['47051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9559, lat: 35.04786 }, + }, + { + zip_code: '37379', + usps_city: 'Soddy Daisy', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 27416.0, + density: 100.2, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "98.16", "47007": "0.93", "47153": "0.91"}', + coty_name: ['Hamilton', 'Bledsoe', 'Sequatchie'], + cty_code: ['47065', '47007', '47153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.17352, lat: 35.29449 }, + }, + { + zip_code: '37660', + usps_city: 'Kingsport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39005.0, + density: 227.4, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "92.1", "47073": "7.9"}', + coty_name: ['Sullivan', 'Hawkins'], + cty_code: ['47163', '47073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57456, lat: 36.52905 }, + }, + { + zip_code: '37714', + usps_city: 'Caryville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4732.0, + density: 23.1, + primary_coty_code: '47013', + primary_coty_name: 'Campbell', + county_weights: '{"47013": "100"}', + coty_name: ['Campbell'], + cty_code: ['47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26994, lat: 36.26643 }, + }, + { + zip_code: '37762', + usps_city: 'Jellico', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2804.0, + density: 79.2, + primary_coty_code: '47013', + primary_coty_name: 'Campbell', + county_weights: '{"47013": "100"}', + coty_name: ['Campbell'], + cty_code: ['47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12599, lat: 36.5771 }, + }, + { + zip_code: '37803', + usps_city: 'Maryville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 32652.0, + density: 129.3, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.98471, lat: 35.66053 }, + }, + { + zip_code: '37811', + usps_city: 'Mooresburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3917.0, + density: 40.3, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "95.18", "47057": "4.82"}', + coty_name: ['Hawkins', 'Grainger'], + cty_code: ['47073', '47057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21486, lat: 36.35524 }, + }, + { + zip_code: '37826', + usps_city: 'Niota', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5303.0, + density: 37.3, + primary_coty_code: '47107', + primary_coty_name: 'McMinn', + county_weights: '{"47107": "98.05", "47121": "1.95"}', + coty_name: ['McMinn', 'Meigs'], + cty_code: ['47107', '47121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58966, lat: 35.55828 }, + }, + { + zip_code: '37828', + usps_city: 'Norris', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 129.2, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "100"}', + coty_name: ['Anderson'], + cty_code: ['47001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06905, lat: 36.19797 }, + }, + { + zip_code: '38077', + usps_city: 'Wynnburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 508.3, + primary_coty_code: '47095', + primary_coty_name: 'Lake', + county_weights: '{"47095": "100"}', + coty_name: ['Lake'], + cty_code: ['47095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47442, lat: 36.32806 }, + }, + { + zip_code: '38132', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00136, lat: 35.07131 }, + }, + { + zip_code: '38141', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22861.0, + density: 1130.4, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85474, lat: 35.01598 }, + }, + { + zip_code: '38152', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 6640.1, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93396, lat: 35.12278 }, + }, + { + zip_code: '38232', + usps_city: 'Hornbeak', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1849.0, + density: 14.0, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "100"}', + coty_name: ['Obion'], + cty_code: ['47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32268, lat: 36.34943 }, + }, + { + zip_code: '38237', + usps_city: 'Martin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15648.0, + density: 46.4, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83433, lat: 36.3595 }, + }, + { + zip_code: '38260', + usps_city: 'Troy', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3713.0, + density: 21.8, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "100"}', + coty_name: ['Obion'], + cty_code: ['47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21066, lat: 36.36545 }, + }, + { + zip_code: '38305', + usps_city: 'Jackson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 52194.0, + density: 155.7, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "99.7", "47017": "0.3"}', + coty_name: ['Madison', 'Carroll'], + cty_code: ['47113', '47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76793, lat: 35.70199 }, + }, + { + zip_code: '38339', + usps_city: 'Guys', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 13.2, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "100"}', + coty_name: ['McNairy'], + cty_code: ['47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.51505, lat: 35.0524 }, + }, + { + zip_code: '38340', + usps_city: 'Henderson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12510.0, + density: 27.2, + primary_coty_code: '47023', + primary_coty_name: 'Chester', + county_weights: '{"47023": "97.82", "47069": "2.18"}', + coty_name: ['Chester', 'Hardeman'], + cty_code: ['47023', '47069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.68049, lat: 35.39985 }, + }, + { + zip_code: '38371', + usps_city: 'Sardis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 951.0, + density: 8.6, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "75.22", "47071": "24.78"}', + coty_name: ['Henderson', 'Hardin'], + cty_code: ['47077', '47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29819, lat: 35.42296 }, + }, + { + zip_code: '38582', + usps_city: 'Silver Point', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 12.8, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: '{"47141": "78.19", "47041": "21.81"}', + coty_name: ['Putnam', 'DeKalb'], + cty_code: ['47141', '47041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.75424, lat: 36.09389 }, + }, + { + zip_code: '38630', + usps_city: 'Farrell', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 10.0, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "100"}', + coty_name: ['Coahoma'], + cty_code: ['28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68558, lat: 34.27881 }, + }, + { + zip_code: '38637', + usps_city: 'Horn Lake', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 27204.0, + density: 652.0, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05015, lat: 34.95148 }, + }, + { + zip_code: '38646', + usps_city: 'Marks', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2820.0, + density: 10.3, + primary_coty_code: '28119', + primary_coty_name: 'Quitman', + county_weights: '{"28119": "100"}', + coty_name: ['Quitman'], + cty_code: ['28119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29644, lat: 34.28105 }, + }, + { + zip_code: '38654', + usps_city: 'Olive Branch', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 52791.0, + density: 214.7, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "99.46", "28093": "0.54"}', + coty_name: ['DeSoto', 'Marshall'], + cty_code: ['28033', '28093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82291, lat: 34.93518 }, + }, + { + zip_code: '38826', + usps_city: 'Belden', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5027.0, + density: 62.3, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "62.75", "28115": "37.25"}', + coty_name: ['Lee', 'Pontotoc'], + cty_code: ['28081', '28115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84606, lat: 34.30572 }, + }, + { + zip_code: '39041', + usps_city: 'Bolton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4306.0, + density: 12.9, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47335, lat: 32.41376 }, + }, + { + zip_code: '39051', + usps_city: 'Carthage', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16453.0, + density: 15.1, + primary_coty_code: '28079', + primary_coty_name: 'Leake', + county_weights: + '{"28079": "96.98", "28099": "1.71", "28007": "0.69", "28089": "0.62"}', + coty_name: ['Leake', 'Neshoba', 'Attala', 'Madison'], + cty_code: ['28079', '28099', '28007', '28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50044, lat: 32.78825 }, + }, + { + zip_code: '39082', + usps_city: 'Harrisville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1071.0, + density: 6.9, + primary_coty_code: '28127', + primary_coty_name: 'Simpson', + county_weights: '{"28127": "100"}', + coty_name: ['Simpson'], + cty_code: ['28127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12174, lat: 31.94582 }, + }, + { + zip_code: '39160', + usps_city: 'Sallis', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2807.0, + density: 7.5, + primary_coty_code: '28007', + primary_coty_name: 'Attala', + county_weights: '{"28007": "96.23", "28079": "3.77"}', + coty_name: ['Attala', 'Leake'], + cty_code: ['28007', '28079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75747, lat: 32.99301 }, + }, + { + zip_code: '39320', + usps_city: 'Bailey', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1231.0, + density: 11.0, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "82.55", "28069": "17.45"}', + coty_name: ['Lauderdale', 'Kemper'], + cty_code: ['28075', '28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75401, lat: 32.56871 }, + }, + { + zip_code: '39482', + usps_city: 'Sumrall', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10717.0, + density: 21.0, + primary_coty_code: '28073', + primary_coty_name: 'Lamar', + county_weights: + '{"28073": "83.04", "28031": "6.53", "28065": "5.5", "28091": "4.94"}', + coty_name: ['Lamar', 'Covington', 'Jefferson Davis', 'Marion'], + cty_code: ['28073', '28031', '28065', '28091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57858, lat: 31.37264 }, + }, + { + zip_code: '39571', + usps_city: 'Pass Christian', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13829.0, + density: 62.8, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "97.81", "28045": "2.19"}', + coty_name: ['Harrison', 'Hancock'], + cty_code: ['28047', '28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28186, lat: 30.41702 }, + }, + { + zip_code: '39572', + usps_city: 'Pearlington', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 40.7, + primary_coty_code: '28045', + primary_coty_name: 'Hancock', + county_weights: '{"28045": "100"}', + coty_name: ['Hancock'], + cty_code: ['28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60124, lat: 30.2507 }, + }, + { + zip_code: '39668', + usps_city: 'Union Church', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 2.3, + primary_coty_code: '28063', + primary_coty_name: 'Jefferson', + county_weights: '{"28063": "72.54", "28085": "24.23", "28037": "3.23"}', + coty_name: ['Jefferson', 'Lincoln', 'Franklin'], + cty_code: ['28063', '28085', '28037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79058, lat: 31.69112 }, + }, + { + zip_code: '40170', + usps_city: 'Stephensport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 10.1, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.50796, lat: 37.96461 }, + }, + { + zip_code: '40177', + usps_city: 'West Point', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 47.1, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "64.87", "21029": "29.94", "21111": "5.19"}', + coty_name: ['Hardin', 'Bullitt', 'Jefferson'], + cty_code: ['21093', '21029', '21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.92173, lat: 38.00813 }, + }, + { + zip_code: '40203', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 17815.0, + density: 2338.8, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.7649, lat: 38.24745 }, + }, + { + zip_code: '40212', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16700.0, + density: 1696.9, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.79836, lat: 38.27172 }, + }, + { + zip_code: '40272', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 38095.0, + density: 431.0, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "99.63", "21029": "0.37"}', + coty_name: ['Jefferson', 'Bullitt'], + cty_code: ['21111', '21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.85245, lat: 38.08446 }, + }, + { + zip_code: '40360', + usps_city: 'Owingsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7002.0, + density: 18.5, + primary_coty_code: '21011', + primary_coty_name: 'Bath', + county_weights: '{"21011": "96.69", "21173": "3.31"}', + coty_name: ['Bath', 'Montgomery'], + cty_code: ['21011', '21173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76739, lat: 38.15446 }, + }, + { + zip_code: '40472', + usps_city: 'Ravenna', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 11.6, + primary_coty_code: '21065', + primary_coty_name: 'Estill', + county_weights: '{"21065": "100"}', + coty_name: ['Estill'], + cty_code: ['21065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.86023, lat: 37.71681 }, + }, + { + zip_code: '40475', + usps_city: 'Richmond', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 62250.0, + density: 88.0, + primary_coty_code: '21151', + primary_coty_name: 'Madison', + county_weights: '{"21151": "100"}', + coty_name: ['Madison'], + cty_code: ['21151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3137, lat: 37.76658 }, + }, + { + zip_code: '40509', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 41645.0, + density: 391.1, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.37619, lat: 37.99786 }, + }, + { + zip_code: '40865', + usps_city: 'Putney', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 51.6, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21411, lat: 36.91731 }, + }, + { + zip_code: '41001', + usps_city: 'Alexandria', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 17401.0, + density: 131.4, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40265, lat: 38.9149 }, + }, + { + zip_code: '41040', + usps_city: 'Falmouth', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7269.0, + density: 19.2, + primary_coty_code: '21191', + primary_coty_name: 'Pendleton', + county_weights: '{"21191": "97.91", "21023": "2.09"}', + coty_name: ['Pendleton', 'Bracken'], + cty_code: ['21191', '21023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33042, lat: 38.64992 }, + }, + { + zip_code: '41142', + usps_city: 'Grahn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 35.6, + primary_coty_code: '21043', + primary_coty_name: 'Carter', + county_weights: '{"21043": "100"}', + coty_name: ['Carter'], + cty_code: ['21043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.07328, lat: 38.27856 }, + }, + { + zip_code: '41254', + usps_city: 'River', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 12.5, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "91.42", "21127": "8.58"}', + coty_name: ['Johnson', 'Lawrence'], + cty_code: ['21115', '21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72129, lat: 37.88958 }, + }, + { + zip_code: '41264', + usps_city: 'Ulysses', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 14.7, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "100"}', + coty_name: ['Lawrence'], + cty_code: ['21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67389, lat: 37.94165 }, + }, + { + zip_code: '41311', + usps_city: 'Beattyville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6758.0, + density: 14.8, + primary_coty_code: '21129', + primary_coty_name: 'Lee', + county_weights: '{"21129": "99.22", "21025": "0.78"}', + coty_name: ['Lee', 'Breathitt'], + cty_code: ['21129', '21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71104, lat: 37.58224 }, + }, + { + zip_code: '41531', + usps_city: 'Hardy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 41.1, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23266, lat: 37.59301 }, + }, + { + zip_code: '41544', + usps_city: 'McCarr', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 25.1, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17406, lat: 37.59399 }, + }, + { + zip_code: '41619', + usps_city: 'Drift', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 12.1, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7416, lat: 37.48058 }, + }, + { + zip_code: '41722', + usps_city: 'Bulan', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1054.0, + density: 17.0, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "67.95", "21119": "32.05"}', + coty_name: ['Perry', 'Knott'], + cty_code: ['21193', '21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.11757, lat: 37.3718 }, + }, + { + zip_code: '41774', + usps_city: 'Viper', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2526.0, + density: 20.3, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14047, lat: 37.15853 }, + }, + { + zip_code: '41819', + usps_city: 'Gordon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 5.7, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.07941, lat: 36.98922 }, + }, + { + zip_code: '41828', + usps_city: 'Kite', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 15.5, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78645, lat: 37.29524 }, + }, + { + zip_code: '41858', + usps_city: 'Whitesburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7592.0, + density: 33.3, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85272, lat: 37.13537 }, + }, + { + zip_code: '41859', + usps_city: 'Dema', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 16.1, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77683, lat: 37.39793 }, + }, + { + zip_code: '42058', + usps_city: 'Ledbetter', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2509.0, + density: 59.1, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "100"}', + coty_name: ['Livingston'], + cty_code: ['21139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.47485, lat: 37.05917 }, + }, + { + zip_code: '42081', + usps_city: 'Smithland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1659.0, + density: 5.5, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "100"}', + coty_name: ['Livingston'], + cty_code: ['21139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.40806, lat: 37.23217 }, + }, + { + zip_code: '42266', + usps_city: 'Pembroke', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2313.0, + density: 11.9, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "94.21", "21219": "5.79"}', + coty_name: ['Christian', 'Todd'], + cty_code: ['21047', '21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.36027, lat: 36.76621 }, + }, + { + zip_code: '42370', + usps_city: 'Rosine', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 68.7, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "100"}', + coty_name: ['Ohio'], + cty_code: ['21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73906, lat: 37.44912 }, + }, + { + zip_code: '42378', + usps_city: 'Whitesville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3321.0, + density: 19.1, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "68.37", "21183": "31.63"}', + coty_name: ['Daviess', 'Ohio'], + cty_code: ['21059', '21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.86895, lat: 37.65607 }, + }, + { + zip_code: '42629', + usps_city: 'Jamestown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5382.0, + density: 20.9, + primary_coty_code: '21207', + primary_coty_name: 'Russell', + county_weights: '{"21207": "100"}', + coty_name: ['Russell'], + cty_code: ['21207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.1168, lat: 36.92484 }, + }, + { + zip_code: '42638', + usps_city: 'Revelo', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 26.6, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47022, lat: 36.67476 }, + }, + { + zip_code: '43010', + usps_city: 'Catawba', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 404.9, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.62186, lat: 39.99965 }, + }, + { + zip_code: '43112', + usps_city: 'Carroll', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5357.0, + density: 59.3, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "100"}', + coty_name: ['Fairfield'], + cty_code: ['39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70358, lat: 39.79671 }, + }, + { + zip_code: '43213', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33130.0, + density: 1418.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8675, lat: 39.96894 }, + }, + { + zip_code: '43432', + usps_city: 'Graytown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1309.0, + density: 22.2, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.25214, lat: 41.56308 }, + }, + { + zip_code: '43460', + usps_city: 'Rossford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6471.0, + density: 901.3, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.563, lat: 41.60286 }, + }, + { + zip_code: '43466', + usps_city: 'Wayne', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2110.0, + density: 29.4, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.51482, lat: 41.29535 }, + }, + { + zip_code: '43532', + usps_city: 'Liberty Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4286.0, + density: 35.4, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "95.19", "39051": "3.21", "39095": "1.59"}', + coty_name: ['Henry', 'Fulton', 'Lucas'], + cty_code: ['39069', '39051', '39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97431, lat: 41.45519 }, + }, + { + zip_code: '43843', + usps_city: 'Walhonding', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1129.0, + density: 10.3, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "61.53", "39083": "38.47"}', + coty_name: ['Coshocton', 'Knox'], + cty_code: ['39031', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17392, lat: 40.33665 }, + }, + { + zip_code: '43963', + usps_city: 'Tiltonsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1406.0, + density: 1224.6, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69681, lat: 40.17169 }, + }, + { + zip_code: '43970', + usps_city: 'Wolf Run', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 54.2, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8891, lat: 40.46323 }, + }, + { + zip_code: '44077', + usps_city: 'Painesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56579.0, + density: 359.8, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "100"}', + coty_name: ['Lake'], + cty_code: ['39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21074, lat: 41.69943 }, + }, + { + zip_code: '44082', + usps_city: 'Pierpont', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2690.0, + density: 30.7, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56598, lat: 41.76233 }, + }, + { + zip_code: '44314', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19014.0, + density: 1674.5, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55858, lat: 41.0406 }, + }, + { + zip_code: '44406', + usps_city: 'Canfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21394.0, + density: 155.3, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77222, lat: 41.01105 }, + }, + { + zip_code: '44484', + usps_city: 'Warren', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21347.0, + density: 471.6, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.74905, lat: 41.23521 }, + }, + { + zip_code: '44680', + usps_city: 'Strasburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4401.0, + density: 94.0, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54245, lat: 40.60258 }, + }, + { + zip_code: '44706', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16676.0, + density: 346.5, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41866, lat: 40.75352 }, + }, + { + zip_code: '44870', + usps_city: 'Sandusky', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 39202.0, + density: 260.0, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "100"}', + coty_name: ['Erie'], + cty_code: ['39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72495, lat: 41.4052 }, + }, + { + zip_code: '45066', + usps_city: 'Springboro', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25040.0, + density: 467.5, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "94.89", "39113": "5.11"}', + coty_name: ['Warren', 'Montgomery'], + cty_code: ['39165', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.22313, lat: 39.54906 }, + }, + { + zip_code: '45232', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7629.0, + density: 1276.9, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51104, lat: 39.18239 }, + }, + { + zip_code: '45332', + usps_city: 'Hollansburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 765.0, + density: 23.2, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.78665, lat: 39.99702 }, + }, + { + zip_code: '45334', + usps_city: 'Jackson Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2001.0, + density: 30.0, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "98.43", "39011": "1.08", "39091": "0.49"}', + coty_name: ['Shelby', 'Auglaize', 'Logan'], + cty_code: ['39149', '39011', '39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04431, lat: 40.44538 }, + }, + { + zip_code: '45356', + usps_city: 'Piqua', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24891.0, + density: 126.1, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "97.22", "39149": "2.78"}', + coty_name: ['Miami', 'Shelby'], + cty_code: ['39109', '39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.23154, lat: 40.16088 }, + }, + { + zip_code: '45409', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16227.0, + density: 1809.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18758, lat: 39.72428 }, + }, + { + zip_code: '45414', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20053.0, + density: 341.1, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21243, lat: 39.84254 }, + }, + { + zip_code: '45428', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 226.6, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26068, lat: 39.74293 }, + }, + { + zip_code: '45432', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15106.0, + density: 775.7, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "53.81", "39113": "46.19"}', + coty_name: ['Greene', 'Montgomery'], + cty_code: ['39057', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08565, lat: 39.73905 }, + }, + { + zip_code: '45787', + usps_city: 'Watertown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 744.1, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63163, lat: 39.46919 }, + }, + { + zip_code: '45827', + usps_city: 'Cloverdale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2065.0, + density: 12.9, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "91.64", "39125": "8.36"}', + coty_name: ['Putnam', 'Paulding'], + cty_code: ['39137', '39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30088, lat: 41.0032 }, + }, + { + zip_code: '45888', + usps_city: 'Uniopolis', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 595.0, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "100"}', + coty_name: ['Auglaize'], + cty_code: ['39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08677, lat: 40.60222 }, + }, + { + zip_code: '45894', + usps_city: 'Venedocia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 9.6, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "100"}', + coty_name: ['Van Wert'], + cty_code: ['39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46509, lat: 40.76519 }, + }, + { + zip_code: '46075', + usps_city: 'Whitestown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6614.0, + density: 82.7, + primary_coty_code: '18011', + primary_coty_name: 'Boone', + county_weights: '{"18011": "100"}', + coty_name: ['Boone'], + cty_code: ['18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.33489, lat: 40.02527 }, + }, + { + zip_code: '46104', + usps_city: 'Arlington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 910.0, + density: 12.5, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "100"}', + coty_name: ['Rush'], + cty_code: ['18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.59541, lat: 39.66102 }, + }, + { + zip_code: '46111', + usps_city: 'Brooklyn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 722.7, + primary_coty_code: '18109', + primary_coty_name: 'Morgan', + county_weights: '{"18109": "100"}', + coty_name: ['Morgan'], + cty_code: ['18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.36994, lat: 39.53853 }, + }, + { + zip_code: '46115', + usps_city: 'Carthage', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1967.0, + density: 20.5, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "94.41", "18059": "5.59"}', + coty_name: ['Rush', 'Hancock'], + cty_code: ['18139', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.56627, lat: 39.73911 }, + }, + { + zip_code: '46217', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36843.0, + density: 662.8, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.19394, lat: 39.67272 }, + }, + { + zip_code: '46310', + usps_city: 'Demotte', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13832.0, + density: 79.8, + primary_coty_code: '18073', + primary_coty_name: 'Jasper', + county_weights: '{"18073": "76.91", "18111": "23.09"}', + coty_name: ['Jasper', 'Newton'], + cty_code: ['18073', '18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.23174, lat: 41.18409 }, + }, + { + zip_code: '46528', + usps_city: 'Goshen', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27001.0, + density: 147.1, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.78552, lat: 41.60607 }, + }, + { + zip_code: '46530', + usps_city: 'Granger', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31843.0, + density: 494.1, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "93.97", "18039": "6.03"}', + coty_name: ['St. Joseph', 'Elkhart'], + cty_code: ['18141', '18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.12742, lat: 41.73988 }, + }, + { + zip_code: '46574', + usps_city: 'Walkerton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9436.0, + density: 38.7, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: + '{"18141": "40.08", "18149": "23.06", "18099": "19.8", "18091": "17.06"}', + coty_name: ['St. Joseph', 'Starke', 'Marshall', 'LaPorte'], + cty_code: ['18141', '18149', '18099', '18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.48799, lat: 41.47378 }, + }, + { + zip_code: '46614', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31035.0, + density: 226.5, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.27873, lat: 41.60336 }, + }, + { + zip_code: '46742', + usps_city: 'Hamilton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3290.0, + density: 25.0, + primary_coty_code: '18151', + primary_coty_name: 'Steuben', + county_weights: '{"18151": "79.19", "18033": "20.81"}', + coty_name: ['Steuben', 'DeKalb'], + cty_code: ['18151', '18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.87894, lat: 41.54975 }, + }, + { + zip_code: '46788', + usps_city: 'Spencerville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3723.0, + density: 40.5, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "59.42", "18033": "40.58"}', + coty_name: ['Allen', 'DeKalb'], + cty_code: ['18003', '18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.91075, lat: 41.27018 }, + }, + { + zip_code: '46807', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17538.0, + density: 2110.6, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.14761, lat: 41.04495 }, + }, + { + zip_code: '46968', + usps_city: 'Ora', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 150.2, + primary_coty_code: '18149', + primary_coty_name: 'Starke', + county_weights: '{"18149": "90.41", "18131": "9.59"}', + coty_name: ['Starke', 'Pulaski'], + cty_code: ['18149', '18131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Knox', + geo_point_2d: { lon: -86.54633, lat: 41.17534 }, + }, + { + zip_code: '47112', + usps_city: 'Corydon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16593.0, + density: 39.6, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.14434, lat: 38.19537 }, + }, + { + zip_code: '47126', + usps_city: 'Henryville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4698.0, + density: 51.8, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "96.64", "18175": "3.36"}', + coty_name: ['Clark', 'Washington'], + cty_code: ['18019', '18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.7757, lat: 38.54865 }, + }, + { + zip_code: '47265', + usps_city: 'North Vernon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20344.0, + density: 41.1, + primary_coty_code: '18079', + primary_coty_name: 'Jennings', + county_weights: '{"18079": "100"}', + coty_name: ['Jennings'], + cty_code: ['18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.62763, lat: 39.01233 }, + }, + { + zip_code: '47330', + usps_city: 'Centerville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5196.0, + density: 33.7, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "100"}', + coty_name: ['Wayne'], + cty_code: ['18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.02219, lat: 39.78641 }, + }, + { + zip_code: '47455', + usps_city: 'Patricksburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 52.3, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "100"}', + coty_name: ['Owen'], + cty_code: ['18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.95619, lat: 39.31654 }, + }, + { + zip_code: '47469', + usps_city: 'West Baden Springs', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1828.0, + density: 11.3, + primary_coty_code: '18117', + primary_coty_name: 'Orange', + county_weights: '{"18117": "100"}', + coty_name: ['Orange'], + cty_code: ['18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.61281, lat: 38.61775 }, + }, + { + zip_code: '47471', + usps_city: 'Worthington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2746.0, + density: 15.5, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "87.28", "18119": "12.72"}', + coty_name: ['Greene', 'Owen'], + cty_code: ['18055', '18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.00228, lat: 39.1417 }, + }, + { + zip_code: '47521', + usps_city: 'Celestine', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 14.2, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "100"}', + coty_name: ['Dubois'], + cty_code: ['18037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.72827, lat: 38.39662 }, + }, + { + zip_code: '47552', + usps_city: 'Lincoln City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 20.2, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.99819, lat: 38.11406 }, + }, + { + zip_code: '47634', + usps_city: 'Richland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2358.0, + density: 18.0, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.18335, lat: 37.93768 }, + }, + { + zip_code: '47666', + usps_city: 'Patoka', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 14.2, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59994, lat: 38.41898 }, + }, + { + zip_code: '47834', + usps_city: 'Brazil', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19263.0, + density: 49.5, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "94.59", "18167": "3.44", "18121": "1.97"}', + coty_name: ['Clay', 'Vigo', 'Parke'], + cty_code: ['18021', '18167', '18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.12123, lat: 39.52586 }, + }, + { + zip_code: '47906', + usps_city: 'West Lafayette', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 77702.0, + density: 222.1, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "99.75", "18171": "0.15", "18181": "0.09"}', + coty_name: ['Tippecanoe', 'Warren', 'White'], + cty_code: ['18157', '18171', '18181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.98647, lat: 40.48698 }, + }, + { + zip_code: '47916', + usps_city: 'Alamo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 276.8, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "100"}', + coty_name: ['Montgomery'], + cty_code: ['18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.05527, lat: 39.98353 }, + }, + { + zip_code: '47929', + usps_city: 'Chalmers', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 673.0, + density: 6.1, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "100"}', + coty_name: ['White'], + cty_code: ['18181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.91641, lat: 40.6763 }, + }, + { + zip_code: '47977', + usps_city: 'Remington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2322.0, + density: 10.7, + primary_coty_code: '18073', + primary_coty_name: 'Jasper', + county_weights: '{"18073": "89.08", "18007": "10.92"}', + coty_name: ['Jasper', 'Benton'], + cty_code: ['18073', '18007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.15604, lat: 40.75498 }, + }, + { + zip_code: '48023', + usps_city: 'Fair Haven', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5094.0, + density: 115.5, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.65923, lat: 42.70096 }, + }, + { + zip_code: '48028', + usps_city: 'Harsens Island', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 999.0, + density: 21.6, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.61944, lat: 42.5891 }, + }, + { + zip_code: '48034', + usps_city: 'Southfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13846.0, + density: 1240.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29111, lat: 42.49693 }, + }, + { + zip_code: '48044', + usps_city: 'Macomb', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 57745.0, + density: 1651.1, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.92956, lat: 42.64991 }, + }, + { + zip_code: '48067', + usps_city: 'Royal Oak', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24556.0, + density: 2065.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.13795, lat: 42.49046 }, + }, + { + zip_code: '48109', + usps_city: 'Ann Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5506.0, + density: 2176.5, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.72398, lat: 42.28357 }, + }, + { + zip_code: '48176', + usps_city: 'Saline', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23640.0, + density: 122.8, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "99.86", "26091": "0.14"}', + coty_name: ['Washtenaw', 'Lenawee'], + cty_code: ['26161', '26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.81531, lat: 42.15132 }, + }, + { + zip_code: '48212', + usps_city: 'Hamtramck', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 38162.0, + density: 2751.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05601, lat: 42.40942 }, + }, + { + zip_code: '48306', + usps_city: 'Rochester', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27334.0, + density: 464.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "98.66", "26099": "1.34"}', + coty_name: ['Oakland', 'Macomb'], + cty_code: ['26125', '26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14914, lat: 42.72323 }, + }, + { + zip_code: '48313', + usps_city: 'Sterling Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33467.0, + density: 1422.6, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.00153, lat: 42.59956 }, + }, + { + zip_code: '48371', + usps_city: 'Oxford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25463.0, + density: 229.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "98.63", "26087": "1.37"}', + coty_name: ['Oakland', 'Lapeer'], + cty_code: ['26125', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29086, lat: 42.84121 }, + }, + { + zip_code: '48449', + usps_city: 'Lennon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2855.0, + density: 43.1, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "60.34", "26049": "39.66"}', + coty_name: ['Shiawassee', 'Genesee'], + cty_code: ['26155', '26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.94622, lat: 42.9949 }, + }, + { + zip_code: '48467', + usps_city: 'Port Austin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2127.0, + density: 12.9, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.98494, lat: 44.00834 }, + }, + { + zip_code: '48469', + usps_city: 'Port Sanilac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1213.0, + density: 59.4, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.5583, lat: 43.43925 }, + }, + { + zip_code: '48471', + usps_city: 'Sandusky', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5341.0, + density: 20.4, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.85228, lat: 43.41814 }, + }, + { + zip_code: '48601', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 34793.0, + density: 128.0, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.89375, lat: 43.40416 }, + }, + { + zip_code: '48650', + usps_city: 'Pinconning', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6995.0, + density: 27.5, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "93.2", "26011": "6.8"}', + coty_name: ['Bay', 'Arenac'], + cty_code: ['26017', '26011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.01348, lat: 43.8503 }, + }, + { + zip_code: '48654', + usps_city: 'Rose City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2215.0, + density: 9.0, + primary_coty_code: '26129', + primary_coty_name: 'Ogemaw', + county_weights: '{"26129": "89.96", "26135": "10.04"}', + coty_name: ['Ogemaw', 'Oscoda'], + cty_code: ['26129', '26135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.13163, lat: 44.45598 }, + }, + { + zip_code: '48706', + usps_city: 'Bay City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39499.0, + density: 227.7, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "100"}', + coty_name: ['Bay'], + cty_code: ['26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.95464, lat: 43.59715 }, + }, + { + zip_code: '48734', + usps_city: 'Frankenmuth', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7601.0, + density: 71.9, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "98.12", "26157": "1.88"}', + coty_name: ['Saginaw', 'Tuscola'], + cty_code: ['26145', '26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.74436, lat: 43.35437 }, + }, + { + zip_code: '48855', + usps_city: 'Howell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15704.0, + density: 66.7, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.91404, lat: 42.68702 }, + }, + { + zip_code: '48870', + usps_city: 'Palo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 1246.7, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "100"}', + coty_name: ['Ionia'], + cty_code: ['26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.98474, lat: 43.11037 }, + }, + { + zip_code: '49038', + usps_city: 'Coloma', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9267.0, + density: 94.9, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "95.7", "26159": "4.3"}', + coty_name: ['Berrien', 'Van Buren'], + cty_code: ['26021', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.3258, lat: 42.20296 }, + }, + { + zip_code: '49083', + usps_city: 'Richland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7896.0, + density: 90.2, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "99.66", "26015": "0.34"}', + coty_name: ['Kalamazoo', 'Barry'], + cty_code: ['26077', '26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.46056, lat: 42.3775 }, + }, + { + zip_code: '49237', + usps_city: 'Concord', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3047.0, + density: 30.9, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "99.53", "26025": "0.47"}', + coty_name: ['Jackson', 'Calhoun'], + cty_code: ['26075', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.65157, lat: 42.17573 }, + }, + { + zip_code: '49241', + usps_city: 'Hanover', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2773.0, + density: 31.5, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.60227, lat: 42.10325 }, + }, + { + zip_code: '49248', + usps_city: 'Jasper', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 9.6, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.01123, lat: 41.75645 }, + }, + { + zip_code: '49266', + usps_city: 'Osseo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3323.0, + density: 29.0, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.54784, lat: 41.84223 }, + }, + { + zip_code: '49335', + usps_city: 'Moline', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 91.2, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.66841, lat: 42.73858 }, + }, + { + zip_code: '49436', + usps_city: 'Mears', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1584.0, + density: 19.6, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "100"}', + coty_name: ['Oceana'], + cty_code: ['26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.46312, lat: 43.67846 }, + }, + { + zip_code: '49621', + usps_city: 'Cedar', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3908.0, + density: 25.7, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.77556, lat: 44.8634 }, + }, + { + zip_code: '49626', + usps_city: 'Eastlake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 101.1, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "100"}', + coty_name: ['Manistee'], + cty_code: ['26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.29323, lat: 44.23777 }, + }, + { + zip_code: '49680', + usps_city: 'South Boardman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1927.0, + density: 14.3, + primary_coty_code: '26079', + primary_coty_name: 'Kalkaska', + county_weights: '{"26079": "99.9", "26055": "0.1"}', + coty_name: ['Kalkaska', 'Grand Traverse'], + cty_code: ['26079', '26055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.25244, lat: 44.64121 }, + }, + { + zip_code: '49819', + usps_city: 'Arnold', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 0.8, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.47656, lat: 46.09393 }, + }, + { + zip_code: '49827', + usps_city: 'Engadine', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 3.8, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.55772, lat: 46.16915 }, + }, + { + zip_code: '49841', + usps_city: 'Gwinn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7276.0, + density: 14.6, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.47057, lat: 46.27424 }, + }, + { + zip_code: '49879', + usps_city: 'Republic', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 2.7, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "98.75", "26071": "1.25"}', + coty_name: ['Marquette', 'Iron'], + cty_code: ['26103', '26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.0317, lat: 46.36208 }, + }, + { + zip_code: '49884', + usps_city: 'Shingleton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 0.5, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "99.28", "26153": "0.72"}', + coty_name: ['Alger', 'Schoolcraft'], + cty_code: ['26003', '26153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.33948, lat: 46.42305 }, + }, + { + zip_code: '49901', + usps_city: 'Ahmeek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 34.6, + primary_coty_code: '26083', + primary_coty_name: 'Keweenaw', + county_weights: '{"26083": "100"}', + coty_name: ['Keweenaw'], + cty_code: ['26083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.39524, lat: 47.30785 }, + }, + { + zip_code: '49921', + usps_city: 'Dodgeville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 366.7, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.58227, lat: 47.09251 }, + }, + { + zip_code: '49938', + usps_city: 'Ironwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7483.0, + density: 12.1, + primary_coty_code: '26053', + primary_coty_name: 'Gogebic', + county_weights: '{"26053": "100"}', + coty_name: ['Gogebic'], + cty_code: ['26053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -90.11674, lat: 46.53458 }, + }, + { + zip_code: '49942', + usps_city: 'Kearsarge', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 139.4, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.4071, lat: 47.27452 }, + }, + { + zip_code: '49970', + usps_city: 'Watton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 1.1, + primary_coty_code: '26013', + primary_coty_name: 'Baraga', + county_weights: '{"26013": "100"}', + coty_name: ['Baraga'], + cty_code: ['26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.60494, lat: 46.5412 }, + }, + { + zip_code: '50020', + usps_city: 'Anita', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1330.0, + density: 5.4, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "93.67", "19001": "3.7", "19009": "2.63"}', + coty_name: ['Cass', 'Adair', 'Audubon'], + cty_code: ['19029', '19001', '19009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.74806, lat: 41.43242 }, + }, + { + zip_code: '50039', + usps_city: 'Bouton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 463.0, + density: 7.6, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00523, lat: 41.81983 }, + }, + { + zip_code: '50055', + usps_city: 'Collins', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 944.0, + density: 7.5, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "84.88", "19099": "15.12"}', + coty_name: ['Story', 'Jasper'], + cty_code: ['19169', '19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29042, lat: 41.88524 }, + }, + { + zip_code: '50065', + usps_city: 'Davis City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 5.0, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "100"}', + coty_name: ['Decatur'], + cty_code: ['19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78626, lat: 40.60809 }, + }, + { + zip_code: '50120', + usps_city: 'Haverhill', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 8.9, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.98288, lat: 41.93371 }, + }, + { + zip_code: '50141', + usps_city: 'Laurel', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 5.3, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "82.25", "19099": "17.75"}', + coty_name: ['Marshall', 'Jasper'], + cty_code: ['19127', '19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95535, lat: 41.86871 }, + }, + { + zip_code: '50212', + usps_city: 'Ogden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2813.0, + density: 8.0, + primary_coty_code: '19015', + primary_coty_name: 'Boone', + county_weights: '{"19015": "100"}', + coty_name: ['Boone'], + cty_code: ['19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06756, lat: 42.0366 }, + }, + { + zip_code: '50216', + usps_city: 'Panora', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2598.0, + density: 18.5, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "100"}', + coty_name: ['Guthrie'], + cty_code: ['19077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3484, lat: 41.69629 }, + }, + { + zip_code: '50218', + usps_city: 'Patterson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 263.1, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "100"}', + coty_name: ['Madison'], + cty_code: ['19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8802, lat: 41.34828 }, + }, + { + zip_code: '50223', + usps_city: 'Pilot Mound', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 7.3, + primary_coty_code: '19015', + primary_coty_name: 'Boone', + county_weights: '{"19015": "100"}', + coty_name: ['Boone'], + cty_code: ['19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03007, lat: 42.16892 }, + }, + { + zip_code: '50315', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 35795.0, + density: 1379.6, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62102, lat: 41.54562 }, + }, + { + zip_code: '50423', + usps_city: 'Britt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2599.0, + density: 7.0, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "100"}', + coty_name: ['Hancock'], + cty_code: ['19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81267, lat: 43.10928 }, + }, + { + zip_code: '50468', + usps_city: 'Rockford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1383.0, + density: 5.4, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "91.7", "19033": "8.3"}', + coty_name: ['Floyd', 'Cerro Gordo'], + cty_code: ['19067', '19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9548, lat: 43.04668 }, + }, + { + zip_code: '50471', + usps_city: 'Rudd', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 5.6, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "96.66", "19131": "3.34"}', + coty_name: ['Floyd', 'Mitchell'], + cty_code: ['19067', '19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87642, lat: 43.16657 }, + }, + { + zip_code: '50520', + usps_city: 'Bradgate', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 2.7, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "97.92", "19151": "2.08"}', + coty_name: ['Humboldt', 'Pocahontas'], + cty_code: ['19091', '19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39549, lat: 42.80521 }, + }, + { + zip_code: '50539', + usps_city: 'Fenton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 542.0, + density: 3.9, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "88.52", "19147": "11.48"}', + coty_name: ['Kossuth', 'Palo Alto'], + cty_code: ['19109', '19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41999, lat: 43.23703 }, + }, + { + zip_code: '50545', + usps_city: 'Hardy', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 2.1, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "100"}', + coty_name: ['Humboldt'], + cty_code: ['19091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08111, lat: 42.79948 }, + }, + { + zip_code: '50562', + usps_city: 'Mallard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 2.2, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "95.26", "19151": "4.74"}', + coty_name: ['Palo Alto', 'Pocahontas'], + cty_code: ['19147', '19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.64178, lat: 42.96153 }, + }, + { + zip_code: '50578', + usps_city: 'Ringsted', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 3.3, + primary_coty_code: '19063', + primary_coty_name: 'Emmet', + county_weights: '{"19063": "97.83", "19147": "2.17"}', + coty_name: ['Emmet', 'Palo Alto'], + cty_code: ['19063', '19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54591, lat: 43.29968 }, + }, + { + zip_code: '50594', + usps_city: 'Vincent', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 2.5, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04011, lat: 42.5852 }, + }, + { + zip_code: '50603', + usps_city: 'Alta Vista', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 443.0, + density: 3.6, + primary_coty_code: '19037', + primary_coty_name: 'Chickasaw', + county_weights: '{"19037": "87.36", "19089": "12.64"}', + coty_name: ['Chickasaw', 'Howard'], + cty_code: ['19037', '19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45952, lat: 43.18771 }, + }, + { + zip_code: '50606', + usps_city: 'Arlington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 4.0, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "98.08", "19043": "1.92"}', + coty_name: ['Fayette', 'Clayton'], + cty_code: ['19065', '19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.6839, lat: 42.74733 }, + }, + { + zip_code: '50643', + usps_city: 'Hudson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2773.0, + density: 17.0, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "98.98", "19075": "1.02"}', + coty_name: ['Black Hawk', 'Grundy'], + cty_code: ['19013', '19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.46865, lat: 42.36189 }, + }, + { + zip_code: '50677', + usps_city: 'Waverly', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12526.0, + density: 38.9, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "100"}', + coty_name: ['Bremer'], + cty_code: ['19017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.43273, lat: 42.76264 }, + }, + { + zip_code: '50836', + usps_city: 'Blockton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 1.1, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: '{"19173": "75.93", "19159": "24.07"}', + coty_name: ['Taylor', 'Ringgold'], + cty_code: ['19173', '19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49636, lat: 40.62772 }, + }, + { + zip_code: '50837', + usps_city: 'Bridgewater', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 2.6, + primary_coty_code: '19001', + primary_coty_name: 'Adair', + county_weights: '{"19001": "88.83", "19003": "5.85", "19029": "5.32"}', + coty_name: ['Adair', 'Adams', 'Cass'], + cty_code: ['19001', '19003', '19029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68109, lat: 41.22898 }, + }, + { + zip_code: '51047', + usps_city: 'Peterson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 3.5, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: + '{"19041": "77.71", "19021": "13.78", "19035": "5.73", "19141": "2.79"}', + coty_name: ['Clay', 'Buena Vista', 'Cherokee', "O'Brien"], + cty_code: ['19041', '19021', '19035', '19141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36129, lat: 42.93568 }, + }, + { + zip_code: '51061', + usps_city: 'Washta', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 3.8, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "85.88", "19093": "14.12"}', + coty_name: ['Cherokee', 'Ida'], + cty_code: ['19035', '19093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71807, lat: 42.57853 }, + }, + { + zip_code: '51553', + usps_city: 'Minden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 9.4, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54653, lat: 41.42089 }, + }, + { + zip_code: '51648', + usps_city: 'Percival', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 1.9, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "100"}', + coty_name: ['Fremont'], + cty_code: ['19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80879, lat: 40.73376 }, + }, + { + zip_code: '51652', + usps_city: 'Sidney', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1636.0, + density: 8.2, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "100"}', + coty_name: ['Fremont'], + cty_code: ['19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62757, lat: 40.77031 }, + }, + { + zip_code: '52068', + usps_city: 'Peosta', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4650.0, + density: 38.6, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81718, lat: 42.42289 }, + }, + { + zip_code: '52209', + usps_city: 'Blairstown', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1100.0, + density: 11.6, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.0994, lat: 41.9067 }, + }, + { + zip_code: '52308', + usps_city: 'Millersburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 637.1, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15852, lat: 41.57231 }, + }, + { + zip_code: '52332', + usps_city: 'Shellsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2053.0, + density: 18.7, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "99.55", "19113": "0.45"}', + coty_name: ['Benton', 'Linn'], + cty_code: ['19011', '19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88842, lat: 42.09884 }, + }, + { + zip_code: '52537', + usps_city: 'Bloomfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7316.0, + density: 8.2, + primary_coty_code: '19051', + primary_coty_name: 'Davis', + county_weights: '{"19051": "95.01", "19179": "4.99"}', + coty_name: ['Davis', 'Wapello'], + cty_code: ['19051', '19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.41215, lat: 40.73627 }, + }, + { + zip_code: '52556', + usps_city: 'Fairfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 13806.0, + density: 30.2, + primary_coty_code: '19101', + primary_coty_name: 'Jefferson', + county_weights: '{"19101": "100"}', + coty_name: ['Jefferson'], + cty_code: ['19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92902, lat: 41.01982 }, + }, + { + zip_code: '52653', + usps_city: 'Wapello', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3611.0, + density: 12.4, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "100"}', + coty_name: ['Louisa'], + cty_code: ['19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15658, lat: 41.16722 }, + }, + { + zip_code: '52766', + usps_city: 'Nichols', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 6.8, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "100"}', + coty_name: ['Muscatine'], + cty_code: ['19139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29615, lat: 41.46616 }, + }, + { + zip_code: '52769', + usps_city: 'Stockton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 6.0, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "61.55", "19163": "38.45"}', + coty_name: ['Muscatine', 'Scott'], + cty_code: ['19139', '19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.84652, lat: 41.61027 }, + }, + { + zip_code: '53029', + usps_city: 'Hartland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 21514.0, + density: 223.3, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "99.55", "55131": "0.45"}', + coty_name: ['Waukesha', 'Washington'], + cty_code: ['55133', '55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34689, lat: 43.14521 }, + }, + { + zip_code: '53040', + usps_city: 'Kewaskum', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8145.0, + density: 48.2, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "90.6", "55039": "4.81", "55117": "4.59"}', + coty_name: ['Washington', 'Fond du Lac', 'Sheboygan'], + cty_code: ['55131', '55039', '55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19076, lat: 43.5208 }, + }, + { + zip_code: '53221', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 40109.0, + density: 1695.5, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94392, lat: 42.95406 }, + }, + { + zip_code: '53540', + usps_city: 'Gotham', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 57.2, + primary_coty_code: '55103', + primary_coty_name: 'Richland', + county_weights: '{"55103": "100"}', + coty_name: ['Richland'], + cty_code: ['55103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28481, lat: 43.2293 }, + }, + { + zip_code: '53821', + usps_city: 'Prairie Du Chien', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8058.0, + density: 30.1, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "97.13", "55043": "2.87"}', + coty_name: ['Crawford', 'Grant'], + cty_code: ['55023', '55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05837, lat: 43.052 }, + }, + { + zip_code: '53930', + usps_city: 'Endeavor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1373.0, + density: 13.1, + primary_coty_code: '55077', + primary_coty_name: 'Marquette', + county_weights: '{"55077": "100"}', + coty_name: ['Marquette'], + cty_code: ['55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.49072, lat: 43.68344 }, + }, + { + zip_code: '53931', + usps_city: 'Fairwater', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 100.2, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85983, lat: 43.74164 }, + }, + { + zip_code: '54005', + usps_city: 'Clear Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3107.0, + density: 15.1, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: + '{"55095": "84.2", "55109": "7.1", "55005": "5.27", "55033": "3.44"}', + coty_name: ['Polk', 'St. Croix', 'Barron', 'Dunn'], + cty_code: ['55095', '55109', '55005', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.23198, lat: 45.23565 }, + }, + { + zip_code: '54006', + usps_city: 'Cushing', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 8.5, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65028, lat: 45.59165 }, + }, + { + zip_code: '54149', + usps_city: 'Mountain', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1182.0, + density: 3.6, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100"}', + coty_name: ['Oconto'], + cty_code: ['55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48299, lat: 45.1997 }, + }, + { + zip_code: '54232', + usps_city: 'Saint Nazianz', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 436.0, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.9243, lat: 44.00743 }, + }, + { + zip_code: '54409', + usps_city: 'Antigo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 12900.0, + density: 23.5, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "98.19", "55073": "1.03", "55115": "0.78"}', + coty_name: ['Langlade', 'Marathon', 'Shawano'], + cty_code: ['55067', '55073', '55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16997, lat: 45.11913 }, + }, + { + zip_code: '54423', + usps_city: 'Custer', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2347.0, + density: 17.0, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.42148, lat: 44.58228 }, + }, + { + zip_code: '54430', + usps_city: 'Elton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 12.4, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "100"}', + coty_name: ['Langlade'], + cty_code: ['55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88287, lat: 45.1507 }, + }, + { + zip_code: '54451', + usps_city: 'Medford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 11404.0, + density: 12.7, + primary_coty_code: '55119', + primary_coty_name: 'Taylor', + county_weights: '{"55119": "99.63", "55073": "0.37"}', + coty_name: ['Taylor', 'Marathon'], + cty_code: ['55119', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.40546, lat: 45.19521 }, + }, + { + zip_code: '54480', + usps_city: 'Stetsonville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 15.6, + primary_coty_code: '55119', + primary_coty_name: 'Taylor', + county_weights: '{"55119": "97.15", "55073": "2.85"}', + coty_name: ['Taylor', 'Marathon'], + cty_code: ['55119', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2767, lat: 45.05988 }, + }, + { + zip_code: '54495', + usps_city: 'Wisconsin Rapids', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7326.0, + density: 26.3, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "100"}', + coty_name: ['Wood'], + cty_code: ['55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95749, lat: 44.38628 }, + }, + { + zip_code: '54498', + usps_city: 'Withee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2372.0, + density: 7.5, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "76.21", "55119": "23.79"}', + coty_name: ['Clark', 'Taylor'], + cty_code: ['55019', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62445, lat: 45.03348 }, + }, + { + zip_code: '54515', + usps_city: 'Catawba', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 2.1, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.49694, lat: 45.51813 }, + }, + { + zip_code: '54650', + usps_city: 'Onalaska', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 24602.0, + density: 305.2, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "100"}', + coty_name: ['La Crosse'], + cty_code: ['55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22523, lat: 43.91066 }, + }, + { + zip_code: '54872', + usps_city: 'Siren', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2682.0, + density: 16.6, + primary_coty_code: '55013', + primary_coty_name: 'Burnett', + county_weights: '{"55013": "99.19", "55095": "0.81"}', + coty_name: ['Burnett', 'Polk'], + cty_code: ['55013', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40008, lat: 45.77019 }, + }, + { + zip_code: '54902', + usps_city: 'Oshkosh', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 22415.0, + density: 246.4, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53969, lat: 43.9493 }, + }, + { + zip_code: '54927', + usps_city: 'Butte Des Morts', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 798.8, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.65399, lat: 44.10166 }, + }, + { + zip_code: '54937', + usps_city: 'Fond Du Lac', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19766.0, + density: 66.8, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43035, lat: 43.76132 }, + }, + { + zip_code: '54946', + usps_city: 'King', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 4914.4, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "100"}', + coty_name: ['Waupaca'], + cty_code: ['55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14439, lat: 44.33661 }, + }, + { + zip_code: '54947', + usps_city: 'Larsen', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2332.0, + density: 19.4, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.68862, lat: 44.19998 }, + }, + { + zip_code: '55079', + usps_city: 'Stacy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8669.0, + density: 54.5, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "48.43", "27003": "42.5", "27059": "9.06"}', + coty_name: ['Chisago', 'Anoka', 'Isanti'], + cty_code: ['27025', '27003', '27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.03309, lat: 45.41321 }, + }, + { + zip_code: '55125', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 43497.0, + density: 1099.8, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94394, lat: 44.91985 }, + }, + { + zip_code: '55309', + usps_city: 'Big Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 19294.0, + density: 113.6, + primary_coty_code: '27141', + primary_coty_name: 'Sherburne', + county_weights: '{"27141": "100"}', + coty_name: ['Sherburne'], + cty_code: ['27141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73908, lat: 45.37999 }, + }, + { + zip_code: '55363', + usps_city: 'Montrose', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4737.0, + density: 67.5, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91389, lat: 45.04414 }, + }, + { + zip_code: '55420', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21644.0, + density: 1286.4, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27774, lat: 44.83593 }, + }, + { + zip_code: '55721', + usps_city: 'Cohasset', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3253.0, + density: 14.3, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68697, lat: 47.21981 }, + }, + { + zip_code: '55904', + usps_city: 'Rochester', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 27506.0, + density: 170.8, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "100"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40063, lat: 43.95996 }, + }, + { + zip_code: '55922', + usps_city: 'Canton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1089.0, + density: 9.9, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "100"}', + coty_name: ['Fillmore'], + cty_code: ['27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90098, lat: 43.5589 }, + }, + { + zip_code: '55947', + usps_city: 'La Crescent', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7509.0, + density: 39.7, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "89.52", "27169": "10.48"}', + coty_name: ['Houston', 'Winona'], + cty_code: ['27055', '27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35784, lat: 43.8247 }, + }, + { + zip_code: '55951', + usps_city: 'Le Roy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1596.0, + density: 8.1, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "89.41", "27045": "10.59"}', + coty_name: ['Mower', 'Fillmore'], + cty_code: ['27099', '27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48128, lat: 43.53642 }, + }, + { + zip_code: '55963', + usps_city: 'Pine Island', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5468.0, + density: 27.0, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "63.81", "27109": "29.11", "27039": "7.08"}', + coty_name: ['Goodhue', 'Olmsted', 'Dodge'], + cty_code: ['27049', '27109', '27039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66251, lat: 44.1898 }, + }, + { + zip_code: '56027', + usps_city: 'Elmore', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 3.3, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "88.54", "19109": "6.91", "27091": "4.54"}', + coty_name: ['Faribault', 'Kossuth', 'Martin'], + cty_code: ['27043', '19109', '27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11966, lat: 43.51151 }, + }, + { + zip_code: '56085', + usps_city: 'Sleepy Eye', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5280.0, + density: 9.7, + primary_coty_code: '27015', + primary_coty_name: 'Brown', + county_weights: '{"27015": "99.05", "27127": "0.95"}', + coty_name: ['Brown', 'Redwood'], + cty_code: ['27015', '27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73619, lat: 44.29333 }, + }, + { + zip_code: '56183', + usps_city: 'Westbrook', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 4.9, + primary_coty_code: '27033', + primary_coty_name: 'Cottonwood', + county_weights: '{"27033": "91.37", "27101": "8.63"}', + coty_name: ['Cottonwood', 'Murray'], + cty_code: ['27033', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42781, lat: 44.0294 }, + }, + { + zip_code: '56214', + usps_city: 'Belview', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 4.1, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "94.62", "27173": "5.38"}', + coty_name: ['Redwood', 'Yellow Medicine'], + cty_code: ['27127', '27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32622, lat: 44.60675 }, + }, + { + zip_code: '56220', + usps_city: 'Canby', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 3.7, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "89.38", "27073": "6.03", "27081": "4.59"}', + coty_name: ['Yellow Medicine', 'Lac qui Parle', 'Lincoln'], + cty_code: ['27173', '27073', '27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29416, lat: 44.73183 }, + }, + { + zip_code: '56226', + usps_city: 'Clontarf', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 2.7, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "72.44", "27121": "27.56"}', + coty_name: ['Swift', 'Pope'], + cty_code: ['27151', '27121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67238, lat: 45.41622 }, + }, + { + zip_code: '56227', + usps_city: 'Correll', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 1.2, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "100"}', + coty_name: ['Big Stone'], + cty_code: ['27011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16591, lat: 45.29278 }, + }, + { + zip_code: '56315', + usps_city: 'Brandon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 9.1, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "99.37", "27111": "0.63"}', + coty_name: ['Douglas', 'Otter Tail'], + cty_code: ['27041', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58899, lat: 45.98475 }, + }, + { + zip_code: '56336', + usps_city: 'Grey Eagle', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1456.0, + density: 11.3, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "94.91", "27145": "5.09"}', + coty_name: ['Todd', 'Stearns'], + cty_code: ['27153', '27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76155, lat: 45.82325 }, + }, + { + zip_code: '56342', + usps_city: 'Isle', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2609.0, + density: 5.3, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "60.75", "27001": "23.18", "27065": "16.06"}', + coty_name: ['Mille Lacs', 'Aitkin', 'Kanabec'], + cty_code: ['27095', '27001', '27065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40806, lat: 46.18132 }, + }, + { + zip_code: '56474', + usps_city: 'Pine River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4138.0, + density: 6.6, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "84.45", "27035": "15.55"}', + coty_name: ['Cass', 'Crow Wing'], + cty_code: ['27021', '27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40297, lat: 46.71985 }, + }, + { + zip_code: '56542', + usps_city: 'Fosston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2808.0, + density: 5.7, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "94.41", "27087": "5.59"}', + coty_name: ['Polk', 'Mahnomen'], + cty_code: ['27119', '27087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73003, lat: 47.55566 }, + }, + { + zip_code: '56556', + usps_city: 'Mcintosh', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1050.0, + density: 4.1, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88328, lat: 47.66337 }, + }, + { + zip_code: '56557', + usps_city: 'Mahnomen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2903.0, + density: 4.6, + primary_coty_code: '27087', + primary_coty_name: 'Mahnomen', + county_weights: '{"27087": "96.16", "27029": "1.99", "27107": "1.85"}', + coty_name: ['Mahnomen', 'Clearwater', 'Norman'], + cty_code: ['27087', '27029', '27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80367, lat: 47.31672 }, + }, + { + zip_code: '56590', + usps_city: 'Wendell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 1.4, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "100"}', + coty_name: ['Grant'], + cty_code: ['27051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1618, lat: 46.03682 }, + }, + { + zip_code: '56634', + usps_city: 'Clearbrook', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 4.7, + primary_coty_code: '27029', + primary_coty_name: 'Clearwater', + county_weights: '{"27029": "99.63", "27119": "0.37"}', + coty_name: ['Clearwater', 'Polk'], + cty_code: ['27029', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40297, lat: 47.6827 }, + }, + { + zip_code: '56637', + usps_city: 'Talmoon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 3.2, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83605, lat: 47.61075 }, + }, + { + zip_code: '56641', + usps_city: 'Federal Dam', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 4.3, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24352, lat: 47.20637 }, + }, + { + zip_code: '56662', + usps_city: 'Outing', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 3.2, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.89664, lat: 46.84415 }, + }, + { + zip_code: '56666', + usps_city: 'Ponemah', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 10.7, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8337, lat: 48.03179 }, + }, + { + zip_code: '56688', + usps_city: 'Wirt', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 0.5, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.9131, lat: 47.7674 }, + }, + { + zip_code: '57004', + usps_city: 'Beresford', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3862.0, + density: 7.5, + primary_coty_code: '46127', + primary_coty_name: 'Union', + county_weights: '{"46127": "60.1", "46083": "30.93", "46027": "8.97"}', + coty_name: ['Union', 'Lincoln', 'Clay'], + cty_code: ['46127', '46083', '46027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79149, lat: 43.07769 }, + }, + { + zip_code: '57006', + usps_city: 'Brookings', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 26526.0, + density: 65.8, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "99.42", "46101": "0.58"}', + coty_name: ['Brookings', 'Moody'], + cty_code: ['46011', '46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79634, lat: 44.31526 }, + }, + { + zip_code: '57020', + usps_city: 'Crooks', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1442.0, + density: 34.4, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83054, lat: 43.67853 }, + }, + { + zip_code: '57025', + usps_city: 'Elk Point', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3045.0, + density: 8.9, + primary_coty_code: '46127', + primary_coty_name: 'Union', + county_weights: '{"46127": "100"}', + coty_name: ['Union'], + cty_code: ['46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69199, lat: 42.72733 }, + }, + { + zip_code: '57030', + usps_city: 'Garretson', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2878.0, + density: 7.4, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "95.17", "27133": "4.83"}', + coty_name: ['Minnehaha', 'Rock'], + cty_code: ['46099', '27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52246, lat: 43.73698 }, + }, + { + zip_code: '57270', + usps_city: 'Veblen', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 805.0, + density: 1.9, + primary_coty_code: '46091', + primary_coty_name: 'Marshall', + county_weights: '{"46091": "97.12", "46109": "2.88"}', + coty_name: ['Marshall', 'Roberts'], + cty_code: ['46091', '46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34063, lat: 45.84287 }, + }, + { + zip_code: '57361', + usps_city: 'Marty', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 16.1, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "100"}', + coty_name: ['Charles Mix'], + cty_code: ['46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42921, lat: 42.99698 }, + }, + { + zip_code: '57384', + usps_city: 'Wolsey', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 1.7, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "100"}', + coty_name: ['Beadle'], + cty_code: ['46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49125, lat: 44.41466 }, + }, + { + zip_code: '57434', + usps_city: 'Conde', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 489.0, + density: 0.7, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: + '{"46115": "49.29", "46013": "37.46", "46025": "9.01", "46037": "4.24"}', + coty_name: ['Spink', 'Brown', 'Clark', 'Day'], + cty_code: ['46115', '46013', '46025', '46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.07465, lat: 45.16922 }, + }, + { + zip_code: '57536', + usps_city: 'Harrold', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 0.4, + primary_coty_code: '46065', + primary_coty_name: 'Hughes', + county_weights: '{"46065": "94.88", "46119": "5.12"}', + coty_name: ['Hughes', 'Sully'], + cty_code: ['46065', '46119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.76162, lat: 44.3991 }, + }, + { + zip_code: '57567', + usps_city: 'Philip', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 0.5, + primary_coty_code: '46055', + primary_coty_name: 'Haakon', + county_weights: '{"46055": "91.89", "46071": "8.11"}', + coty_name: ['Haakon', 'Jackson'], + cty_code: ['46055', '46071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.73082, lat: 44.11878 }, + }, + { + zip_code: '57585', + usps_city: 'Wood', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.1, + primary_coty_code: '46095', + primary_coty_name: 'Mellette', + county_weights: '{"46095": "100"}', + coty_name: ['Mellette'], + cty_code: ['46095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.40351, lat: 43.53994 }, + }, + { + zip_code: '57741', + usps_city: 'Fort Meade', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 15.6, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "100"}', + coty_name: ['Meade'], + cty_code: ['46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.46671, lat: 44.40493 }, + }, + { + zip_code: '58016', + usps_city: 'Clifford', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 1.3, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "71.35", "38091": "28.65"}', + coty_name: ['Traill', 'Steele'], + cty_code: ['38097', '38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46169, lat: 47.36709 }, + }, + { + zip_code: '58018', + usps_city: 'Colfax', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 2.2, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89646, lat: 46.436 }, + }, + { + zip_code: '58048', + usps_city: 'Hunter', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 1.7, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "91.87", "38097": "8.13"}', + coty_name: ['Cass', 'Traill'], + cty_code: ['38017', '38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22007, lat: 47.19831 }, + }, + { + zip_code: '58227', + usps_city: 'Edinburg', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 1.8, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "72.42", "38067": "25.6", "38019": "1.98"}', + coty_name: ['Walsh', 'Pembina', 'Cavalier'], + cty_code: ['38099', '38067', '38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90323, lat: 48.54507 }, + }, + { + zip_code: '58250', + usps_city: 'Lankin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 0.8, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "100"}', + coty_name: ['Walsh'], + cty_code: ['38099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0078, lat: 48.27871 }, + }, + { + zip_code: '58316', + usps_city: 'Belcourt', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 6885.0, + density: 22.5, + primary_coty_code: '38079', + primary_coty_name: 'Rolette', + county_weights: '{"38079": "100"}', + coty_name: ['Rolette'], + cty_code: ['38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.77376, lat: 48.82808 }, + }, + { + zip_code: '58323', + usps_city: 'Calvin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.3, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88076, lat: 48.85099 }, + }, + { + zip_code: '31217', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16484.0, + density: 64.4, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "67.17", "13169": "22", "13289": "10.83"}', + coty_name: ['Bibb', 'Jones', 'Twiggs'], + cty_code: ['13021', '13169', '13289'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50634, lat: 32.84493 }, + }, + { + zip_code: '31307', + usps_city: 'Eden', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 96.2, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "100"}', + coty_name: ['Effingham'], + cty_code: ['13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39918, lat: 32.17361 }, + }, + { + zip_code: '31323', + usps_city: 'Riceboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1257.0, + density: 3.8, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "89.73", "13191": "9.14", "13183": "1.14"}', + coty_name: ['Liberty', 'McIntosh', 'Long'], + cty_code: ['13179', '13191', '13183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42973, lat: 31.69565 }, + }, + { + zip_code: '31749', + usps_city: 'Enigma', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2825.0, + density: 18.5, + primary_coty_code: '13019', + primary_coty_name: 'Berrien', + county_weights: '{"13019": "86.78", "13277": "12.61", "13155": "0.61"}', + coty_name: ['Berrien', 'Tift', 'Irwin'], + cty_code: ['13019', '13277', '13155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32721, lat: 31.41299 }, + }, + { + zip_code: '31824', + usps_city: 'Preston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1567.0, + density: 5.4, + primary_coty_code: '13307', + primary_coty_name: 'Webster', + county_weights: '{"13307": "100"}', + coty_name: ['Webster'], + cty_code: ['13307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52713, lat: 32.05417 }, + }, + { + zip_code: '32061', + usps_city: 'Lulu', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 9.0, + primary_coty_code: '12023', + primary_coty_name: 'Columbia', + county_weights: '{"12023": "100"}', + coty_name: ['Columbia'], + cty_code: ['12023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51031, lat: 30.09757 }, + }, + { + zip_code: '32132', + usps_city: 'Edgewater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7570.0, + density: 389.5, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9256, lat: 28.9768 }, + }, + { + zip_code: '32140', + usps_city: 'Florahome', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 20.2, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86791, lat: 29.75924 }, + }, + { + zip_code: '32159', + usps_city: 'Lady Lake', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29920.0, + density: 363.8, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "69.58", "12119": "30.42"}', + coty_name: ['Lake', 'Sumter'], + cty_code: ['12069', '12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90291, lat: 28.9258 }, + }, + { + zip_code: '32187', + usps_city: 'San Mateo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1871.0, + density: 30.4, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55406, lat: 29.57759 }, + }, + { + zip_code: '32321', + usps_city: 'Bristol', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6321.0, + density: 6.0, + primary_coty_code: '12077', + primary_coty_name: 'Liberty', + county_weights: '{"12077": "100", "12037": "0"}', + coty_name: ['Liberty', 'Franklin'], + cty_code: ['12077', '12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98131, lat: 30.26045 }, + }, + { + zip_code: '32322', + usps_city: 'Carrabelle', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3994.0, + density: 21.5, + primary_coty_code: '12037', + primary_coty_name: 'Franklin', + county_weights: '{"12037": "100"}', + coty_name: ['Franklin'], + cty_code: ['12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63885, lat: 29.90203 }, + }, + { + zip_code: '32355', + usps_city: 'Saint Marks', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 27.5, + primary_coty_code: '12129', + primary_coty_name: 'Wakulla', + county_weights: '{"12129": "100"}', + coty_name: ['Wakulla'], + cty_code: ['12129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20722, lat: 30.17164 }, + }, + { + zip_code: '32426', + usps_city: 'Campbellton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 6.5, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.36944, lat: 30.94714 }, + }, + { + zip_code: '32459', + usps_city: 'Santa Rosa Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17213.0, + density: 121.4, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "100"}', + coty_name: ['Walton'], + cty_code: ['12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.18488, lat: 30.36535 }, + }, + { + zip_code: '32601', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19363.0, + density: 1645.2, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32498, lat: 29.64888 }, + }, + { + zip_code: '32605', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25556.0, + density: 986.8, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37363, lat: 29.6766 }, + }, + { + zip_code: '32667', + usps_city: 'Micanopy', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4352.0, + density: 18.1, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "56.4", "12083": "43.6"}', + coty_name: ['Alachua', 'Marion'], + cty_code: ['12001', '12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30536, lat: 29.51215 }, + }, + { + zip_code: '32784', + usps_city: 'Umatilla', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12371.0, + density: 52.1, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "70.58", "12083": "29.42"}', + coty_name: ['Lake', 'Marion'], + cty_code: ['12069', '12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72198, lat: 28.97601 }, + }, + { + zip_code: '32814', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8021.0, + density: 2374.0, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32648, lat: 28.57015 }, + }, + { + zip_code: '32828', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 69497.0, + density: 1277.2, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16718, lat: 28.52824 }, + }, + { + zip_code: '32931', + usps_city: 'Cocoa Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13771.0, + density: 1022.5, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62727, lat: 28.32287 }, + }, + { + zip_code: '33012', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 73828.0, + density: 4865.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3025, lat: 25.86566 }, + }, + { + zip_code: '33013', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31712.0, + density: 3211.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27029, lat: 25.8623 }, + }, + { + zip_code: '33021', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49941.0, + density: 2214.6, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18758, lat: 26.02334 }, + }, + { + zip_code: '33128', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7992.0, + density: 7771.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20401, lat: 25.77652 }, + }, + { + zip_code: '33143', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31056.0, + density: 1518.6, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29779, lat: 25.70222 }, + }, + { + zip_code: '33145', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30713.0, + density: 4673.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23453, lat: 25.75309 }, + }, + { + zip_code: '33317', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38427.0, + density: 1545.8, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22641, lat: 26.11218 }, + }, + { + zip_code: '33406', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27585.0, + density: 1230.1, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09072, lat: 26.66492 }, + }, + { + zip_code: '33417', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33743.0, + density: 1957.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12486, lat: 26.71997 }, + }, + { + zip_code: '33426', + usps_city: 'Boynton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23866.0, + density: 1499.1, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08297, lat: 26.53398 }, + }, + { + zip_code: '33428', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41441.0, + density: 1782.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21542, lat: 26.34932 }, + }, + { + zip_code: '33444', + usps_city: 'Delray Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24597.0, + density: 1889.5, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07997, lat: 26.45817 }, + }, + { + zip_code: '33525', + usps_city: 'Dade City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20576.0, + density: 68.5, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.20147, lat: 28.33598 }, + }, + { + zip_code: '33563', + usps_city: 'Plant City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28033.0, + density: 733.1, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12457, lat: 28.01708 }, + }, + { + zip_code: '33813', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38214.0, + density: 957.4, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93981, lat: 27.9611 }, + }, + { + zip_code: '33837', + usps_city: 'Davenport', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30634.0, + density: 230.3, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59108, lat: 28.19084 }, + }, + { + zip_code: '33877', + usps_city: 'Waverly', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 104.2, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61441, lat: 27.98908 }, + }, + { + zip_code: '33913', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25497.0, + density: 97.5, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69652, lat: 26.5162 }, + }, + { + zip_code: '33922', + usps_city: 'Bokeelia', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4108.0, + density: 97.5, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13808, lat: 26.66432 }, + }, + { + zip_code: '33957', + usps_city: 'Sanibel', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7319.0, + density: 174.2, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10241, lat: 26.45347 }, + }, + { + zip_code: '33967', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25129.0, + density: 1274.8, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81223, lat: 26.47223 }, + }, + { + zip_code: '34207', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36292.0, + density: 2251.7, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58013, lat: 27.43754 }, + }, + { + zip_code: '34224', + usps_city: 'Englewood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16422.0, + density: 489.2, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "99.7", "12115": "0.3"}', + coty_name: ['Charlotte', 'Sarasota'], + cty_code: ['12015', '12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3047, lat: 26.91996 }, + }, + { + zip_code: '34286', + usps_city: 'North Port', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20178.0, + density: 524.3, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18161, lat: 27.08126 }, + }, + { + zip_code: '34442', + usps_city: 'Hernando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14752.0, + density: 130.0, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37737, lat: 28.93185 }, + }, + { + zip_code: '34446', + usps_city: 'Homosassa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17454.0, + density: 215.8, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52217, lat: 28.74729 }, + }, + { + zip_code: '34471', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25734.0, + density: 503.4, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12878, lat: 29.16053 }, + }, + { + zip_code: '34747', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21354.0, + density: 186.0, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100", "12095": "0"}', + coty_name: ['Osceola', 'Orange'], + cty_code: ['12097', '12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59666, lat: 28.3096 }, + }, + { + zip_code: '35032', + usps_city: 'Bon Air', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 106.1, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "100"}', + coty_name: ['Talladega'], + cty_code: ['1121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.33644, lat: 33.26492 }, + }, + { + zip_code: '35046', + usps_city: 'Clanton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5017.0, + density: 14.4, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "98.9", "01037": "1.1"}', + coty_name: ['Chilton', 'Coosa'], + cty_code: ['01021', '01037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.54504, lat: 32.92285 }, + }, + { + zip_code: '35070', + usps_city: 'Garden City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 82.3, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "100"}', + coty_name: ['Cullman'], + cty_code: ['1043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75419, lat: 34.00977 }, + }, + { + zip_code: '35146', + usps_city: 'Springville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11175.0, + density: 40.4, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "90.96", "01009": "7.89", "01073": "1.15"}', + coty_name: ['St. Clair', 'Blount', 'Jefferson'], + cty_code: ['01115', '01009', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.43193, lat: 33.79556 }, + }, + { + zip_code: '35184', + usps_city: 'West Blocton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4666.0, + density: 12.7, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "100"}', + coty_name: ['Bibb'], + cty_code: ['1007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.13924, lat: 33.11479 }, + }, + { + zip_code: '35186', + usps_city: 'Wilsonville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5085.0, + density: 35.3, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.51427, lat: 33.25698 }, + }, + { + zip_code: '35213', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14062.0, + density: 853.4, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.74284, lat: 33.50663 }, + }, + { + zip_code: '35214', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17789.0, + density: 258.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89186, lat: 33.57688 }, + }, + { + zip_code: '35215', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 48680.0, + density: 657.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.70586, lat: 33.6492 }, + }, + { + zip_code: '35477', + usps_city: 'Panola', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 1.6, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24097, lat: 32.95133 }, + }, + { + zip_code: '35480', + usps_city: 'Ralph', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1007.0, + density: 5.7, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "81.98", "01063": "18.02"}', + coty_name: ['Tuscaloosa', 'Greene'], + cty_code: ['01125', '01063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82006, lat: 33.08965 }, + }, + { + zip_code: '35578', + usps_city: 'Nauvoo', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6111.0, + density: 19.8, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "84.74", "01133": "15.26"}', + coty_name: ['Walker', 'Winston'], + cty_code: ['01127', '01133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.46613, lat: 33.98435 }, + }, + { + zip_code: '35610', + usps_city: 'Anderson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1823.0, + density: 14.6, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "79.22", "01083": "20.78"}', + coty_name: ['Lauderdale', 'Limestone'], + cty_code: ['01077', '01083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.24209, lat: 34.95098 }, + }, + { + zip_code: '35619', + usps_city: 'Danville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4860.0, + density: 14.4, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "57.92", "01079": "41.89", "01043": "0.19"}', + coty_name: ['Morgan', 'Lawrence', 'Cullman'], + cty_code: ['01103', '01079', '01043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.14546, lat: 34.38732 }, + }, + { + zip_code: '35622', + usps_city: 'Falkville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7409.0, + density: 29.6, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "79.28", "01043": "20.72"}', + coty_name: ['Morgan', 'Cullman'], + cty_code: ['01103', '01043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89783, lat: 34.34341 }, + }, + { + zip_code: '35905', + usps_city: 'Gadsden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6219.0, + density: 57.8, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "88.66", "01015": "11.34"}', + coty_name: ['Etowah', 'Calhoun'], + cty_code: ['01055', '01015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.89942, lat: 33.93405 }, + }, + { + zip_code: '35957', + usps_city: 'Boaz', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15967.0, + density: 77.5, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "85.69", "01049": "11.9", "01009": "2.42"}', + coty_name: ['Marshall', 'DeKalb', 'Blount'], + cty_code: ['01095', '01049', '01009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.19421, lat: 34.19207 }, + }, + { + zip_code: '35959', + usps_city: 'Cedar Bluff', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4523.0, + density: 28.0, + primary_coty_code: '1019', + primary_coty_name: 'Cherokee', + county_weights: '{"01019": "100"}', + coty_name: ['Cherokee'], + cty_code: ['1019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.60697, lat: 34.24059 }, + }, + { + zip_code: '36016', + usps_city: 'Clayton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4951.0, + density: 7.9, + primary_coty_code: '1005', + primary_coty_name: 'Barbour', + county_weights: '{"01005": "100"}', + coty_name: ['Barbour'], + cty_code: ['1005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.42936, lat: 31.85208 }, + }, + { + zip_code: '36108', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17680.0, + density: 98.1, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.4063, lat: 32.33961 }, + }, + { + zip_code: '36250', + usps_city: 'Alexandria', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4768.0, + density: 104.3, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.89684, lat: 33.76777 }, + }, + { + zip_code: '36265', + usps_city: 'Jacksonville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20238.0, + density: 78.5, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.78524, lat: 33.84779 }, + }, + { + zip_code: '36321', + usps_city: 'Cowarts', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 101.4, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "100"}', + coty_name: ['Houston'], + cty_code: ['1069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.30184, lat: 31.2118 }, + }, + { + zip_code: '36376', + usps_city: 'Webb', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2179.0, + density: 37.3, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "100"}', + coty_name: ['Houston'], + cty_code: ['1069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.27019, lat: 31.25624 }, + }, + { + zip_code: '36460', + usps_city: 'Monroeville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10246.0, + density: 28.6, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "99.69", "01035": "0.31"}', + coty_name: ['Monroe', 'Conecuh'], + cty_code: ['01099', '01035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30743, lat: 31.52096 }, + }, + { + zip_code: '36535', + usps_city: 'Foley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 33065.0, + density: 139.7, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7262, lat: 30.38546 }, + }, + { + zip_code: '36726', + usps_city: 'Camden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4706.0, + density: 6.9, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "100"}', + coty_name: ['Wilcox'], + cty_code: ['1131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29099, lat: 31.97324 }, + }, + { + zip_code: '36736', + usps_city: 'Dixons Mills', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1633.0, + density: 15.3, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "100"}', + coty_name: ['Marengo'], + cty_code: ['1091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77719, lat: 32.05953 }, + }, + { + zip_code: '36763', + usps_city: 'Myrtlewood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 6.0, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "100"}', + coty_name: ['Marengo'], + cty_code: ['1091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96571, lat: 32.27107 }, + }, + { + zip_code: '36766', + usps_city: 'Oak Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 1.1, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "100"}', + coty_name: ['Wilcox'], + cty_code: ['1131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08677, lat: 31.95509 }, + }, + { + zip_code: '36850', + usps_city: 'Camp Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2612.0, + density: 6.8, + primary_coty_code: '1123', + primary_coty_name: 'Tallapoosa', + county_weights: '{"01123": "87.22", "01017": "10.95", "01081": "1.83"}', + coty_name: ['Tallapoosa', 'Chambers', 'Lee'], + cty_code: ['01123', '01017', '01081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.65686, lat: 32.78588 }, + }, + { + zip_code: '36870', + usps_city: 'Phenix City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19413.0, + density: 308.8, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "81.78", "01113": "18.22"}', + coty_name: ['Lee', 'Russell'], + cty_code: ['01081', '01113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.12019, lat: 32.48403 }, + }, + { + zip_code: '36912', + usps_city: 'Lisman', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2069.0, + density: 5.7, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3045, lat: 32.23514 }, + }, + { + zip_code: '37149', + usps_city: 'Readyville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2780.0, + density: 16.4, + primary_coty_code: '47015', + primary_coty_name: 'Cannon', + county_weights: '{"47015": "50.81", "47149": "49.19"}', + coty_name: ['Cannon', 'Rutherford'], + cty_code: ['47015', '47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.19282, lat: 35.80403 }, + }, + { + zip_code: '37179', + usps_city: 'Thompsons Station', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15445.0, + density: 111.6, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "100"}', + coty_name: ['Williamson'], + cty_code: ['47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.92773, lat: 35.81157 }, + }, + { + zip_code: '37189', + usps_city: 'Whites Creek', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4016.0, + density: 60.6, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.82828, lat: 36.28034 }, + }, + { + zip_code: '37332', + usps_city: 'Evensville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2783.0, + density: 16.5, + primary_coty_code: '47143', + primary_coty_name: 'Rhea', + county_weights: '{"47143": "98.97", "47007": "1.03"}', + coty_name: ['Rhea', 'Bledsoe'], + cty_code: ['47143', '47007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.97315, lat: 35.59543 }, + }, + { + zip_code: '37347', + usps_city: 'Jasper', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8107.0, + density: 64.6, + primary_coty_code: '47115', + primary_coty_name: 'Marion', + county_weights: '{"47115": "100"}', + coty_name: ['Marion'], + cty_code: ['47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.61895, lat: 35.06113 }, + }, + { + zip_code: '37407', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11039.0, + density: 1217.9, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.28961, lat: 35.00206 }, + }, + { + zip_code: '37716', + usps_city: 'Clinton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26979.0, + density: 123.6, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "100"}', + coty_name: ['Anderson'], + cty_code: ['47001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16803, lat: 36.09954 }, + }, + { + zip_code: '37806', + usps_city: 'Mascot', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2849.0, + density: 70.5, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.72845, lat: 36.08385 }, + }, + { + zip_code: '37938', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17050.0, + density: 203.5, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9386, lat: 36.12392 }, + }, + { + zip_code: '38042', + usps_city: 'Hickory Valley', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 641.0, + density: 5.0, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "98.49", "47047": "1.51"}', + coty_name: ['Hardeman', 'Fayette'], + cty_code: ['47069', '47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.13854, lat: 35.1474 }, + }, + { + zip_code: '38251', + usps_city: 'Puryear', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2828.0, + density: 12.2, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "100"}', + coty_name: ['Henry'], + cty_code: ['47079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35593, lat: 36.44525 }, + }, + { + zip_code: '38316', + usps_city: 'Bradford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3005.0, + density: 18.2, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "100"}', + coty_name: ['Gibson'], + cty_code: ['47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8149, lat: 36.06851 }, + }, + { + zip_code: '38332', + usps_city: 'Enville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 9.5, + primary_coty_code: '47023', + primary_coty_name: 'Chester', + county_weights: '{"47023": "90.71", "47109": "9.29"}', + coty_name: ['Chester', 'McNairy'], + cty_code: ['47023', '47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.42645, lat: 35.41911 }, + }, + { + zip_code: '38473', + usps_city: 'Minor Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 18.2, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "100"}', + coty_name: ['Giles'], + cty_code: ['47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.17113, lat: 35.0277 }, + }, + { + zip_code: '38567', + usps_city: 'Hickman', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 12.1, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "94.9", "47041": "5.1"}', + coty_name: ['Smith', 'DeKalb'], + cty_code: ['47159', '47041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9163, lat: 36.13572 }, + }, + { + zip_code: '38632', + usps_city: 'Hernando', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 27838.0, + density: 63.3, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00774, lat: 34.80034 }, + }, + { + zip_code: '38738', + usps_city: 'Parchman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3779.0, + density: 91.4, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "100"}', + coty_name: ['Sunflower'], + cty_code: ['28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53115, lat: 33.93902 }, + }, + { + zip_code: '38753', + usps_city: 'Inverness', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 6.1, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "95.19", "28053": "4.81"}', + coty_name: ['Sunflower', 'Humphreys'], + cty_code: ['28133', '28053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57878, lat: 33.34751 }, + }, + { + zip_code: '38754', + usps_city: 'Isola', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 5.6, + primary_coty_code: '28053', + primary_coty_name: 'Humphreys', + county_weights: '{"28053": "94.52", "28133": "5.48"}', + coty_name: ['Humphreys', 'Sunflower'], + cty_code: ['28053', '28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62238, lat: 33.24853 }, + }, + { + zip_code: '38804', + usps_city: 'Tupelo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16744.0, + density: 79.9, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "98.48", "28057": "1.52"}', + coty_name: ['Lee', 'Itawamba'], + cty_code: ['28081', '28057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67147, lat: 34.2823 }, + }, + { + zip_code: '38871', + usps_city: 'Thaxton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2130.0, + density: 15.2, + primary_coty_code: '28115', + primary_coty_name: 'Pontotoc', + county_weights: '{"28115": "90.18", "28071": "8.11", "28145": "1.71"}', + coty_name: ['Pontotoc', 'Lafayette', 'Union'], + cty_code: ['28115', '28071', '28145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2033, lat: 34.33475 }, + }, + { + zip_code: '38878', + usps_city: 'Vardaman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3111.0, + density: 14.8, + primary_coty_code: '28013', + primary_coty_name: 'Calhoun', + county_weights: '{"28013": "98.46", "28017": "1.54"}', + coty_name: ['Calhoun', 'Chickasaw'], + cty_code: ['28013', '28017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18913, lat: 33.88925 }, + }, + { + zip_code: '38963', + usps_city: 'Tutwiler', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3910.0, + density: 14.5, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "96.19", "28027": "2.99", "28133": "0.82"}', + coty_name: ['Tallahatchie', 'Coahoma', 'Sunflower'], + cty_code: ['28135', '28027', '28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38975, lat: 34.02207 }, + }, + { + zip_code: '39071', + usps_city: 'Flora', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6192.0, + density: 20.2, + primary_coty_code: '28089', + primary_coty_name: 'Madison', + county_weights: '{"28089": "98.69", "28049": "1.31"}', + coty_name: ['Madison', 'Hinds'], + cty_code: ['28089', '28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31777, lat: 32.55328 }, + }, + { + zip_code: '39119', + usps_city: 'Mount Olive', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5050.0, + density: 14.0, + primary_coty_code: '28031', + primary_coty_name: 'Covington', + county_weights: + '{"28031": "60.77", "28129": "18.63", "28127": "12.75", "28065": "7.85"}', + coty_name: ['Covington', 'Smith', 'Simpson', 'Jefferson Davis'], + cty_code: ['28031', '28129', '28127', '28065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67334, lat: 31.75288 }, + }, + { + zip_code: '39359', + usps_city: 'Sebastopol', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 87.8, + primary_coty_code: '28123', + primary_coty_name: 'Scott', + county_weights: '{"28123": "100"}', + coty_name: ['Scott'], + cty_code: ['28123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33359, lat: 32.56781 }, + }, + { + zip_code: '39540', + usps_city: 'Diberville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8872.0, + density: 742.8, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.89903, lat: 30.44175 }, + }, + { + zip_code: '39561', + usps_city: 'McHenry', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2464.0, + density: 33.8, + primary_coty_code: '28131', + primary_coty_name: 'Stone', + county_weights: '{"28131": "100"}', + coty_name: ['Stone'], + cty_code: ['28131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15505, lat: 30.70499 }, + }, + { + zip_code: '39662', + usps_city: 'Ruth', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1500.0, + density: 12.6, + primary_coty_code: '28085', + primary_coty_name: 'Lincoln', + county_weights: '{"28085": "67.6", "28113": "21.85", "28077": "10.55"}', + coty_name: ['Lincoln', 'Pike', 'Lawrence'], + cty_code: ['28085', '28113', '28077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2943, lat: 31.39081 }, + }, + { + zip_code: '39743', + usps_city: 'Crawford', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1394.0, + density: 7.8, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "75.81", "28105": "23.17", "28103": "1.02"}', + coty_name: ['Lowndes', 'Oktibbeha', 'Noxubee'], + cty_code: ['28087', '28105', '28103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.61306, lat: 33.32189 }, + }, + { + zip_code: '39772', + usps_city: 'Weir', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1687.0, + density: 9.1, + primary_coty_code: '28019', + primary_coty_name: 'Choctaw', + county_weights: '{"28019": "100"}', + coty_name: ['Choctaw'], + cty_code: ['28019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29571, lat: 33.30449 }, + }, + { + zip_code: '40222', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 22236.0, + density: 822.6, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.62034, lat: 38.27128 }, + }, + { + zip_code: '40353', + usps_city: 'Mount Sterling', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 22502.0, + density: 62.4, + primary_coty_code: '21173', + primary_coty_name: 'Montgomery', + county_weights: '{"21173": "99.07", "21049": "0.89", "21011": "0.05"}', + coty_name: ['Montgomery', 'Clark', 'Bath'], + cty_code: ['21173', '21049', '21011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94764, lat: 38.06564 }, + }, + { + zip_code: '40447', + usps_city: 'McKee', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8117.0, + density: 12.5, + primary_coty_code: '21109', + primary_coty_name: 'Jackson', + county_weights: + '{"21109": "98.42", "21203": "0.78", "21129": "0.44", "21189": "0.36"}', + coty_name: ['Jackson', 'Rockcastle', 'Lee', 'Owsley'], + cty_code: ['21109', '21203', '21129', '21189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02863, lat: 37.45707 }, + }, + { + zip_code: '40810', + usps_city: 'Bledsoe', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 5.0, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "85.21", "21131": "14.79"}', + coty_name: ['Harlan', 'Leslie'], + cty_code: ['21095', '21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30619, lat: 36.94932 }, + }, + { + zip_code: '40858', + usps_city: 'Mozelle', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 9.5, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41146, lat: 36.98907 }, + }, + { + zip_code: '40902', + usps_city: 'Arjay', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 14.5, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61678, lat: 36.85258 }, + }, + { + zip_code: '40923', + usps_city: 'Cannon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 62.8, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.85097, lat: 36.91945 }, + }, + { + zip_code: '40941', + usps_city: 'Garrard', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 82.7, + primary_coty_code: '21051', + primary_coty_name: 'Clay', + county_weights: '{"21051": "100"}', + coty_name: ['Clay'], + cty_code: ['21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.7336, lat: 37.12546 }, + }, + { + zip_code: '41008', + usps_city: 'Carrollton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7038.0, + density: 62.5, + primary_coty_code: '21041', + primary_coty_name: 'Carroll', + county_weights: '{"21041": "100"}', + coty_name: ['Carroll'], + cty_code: ['21041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.16782, lat: 38.66354 }, + }, + { + zip_code: '41056', + usps_city: 'Maysville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14192.0, + density: 39.1, + primary_coty_code: '21161', + primary_coty_name: 'Mason', + county_weights: '{"21161": "100"}', + coty_name: ['Mason'], + cty_code: ['21161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.77847, lat: 38.60007 }, + }, + { + zip_code: '41141', + usps_city: 'Garrison', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1968.0, + density: 11.7, + primary_coty_code: '21135', + primary_coty_name: 'Lewis', + county_weights: '{"21135": "77.12", "21089": "22.88"}', + coty_name: ['Lewis', 'Greenup'], + cty_code: ['21135', '21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14641, lat: 38.54794 }, + }, + { + zip_code: '41271', + usps_city: 'Williamsport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 21.5, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72357, lat: 37.82246 }, + }, + { + zip_code: '41332', + usps_city: 'Hazel Green', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 8.0, + primary_coty_code: '21237', + primary_coty_name: 'Wolfe', + county_weights: '{"21237": "62.5", "21175": "37.5"}', + coty_name: ['Wolfe', 'Morgan'], + cty_code: ['21237', '21175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38982, lat: 37.80018 }, + }, + { + zip_code: '41517', + usps_city: 'Burdine', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 78.9, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58035, lat: 37.19508 }, + }, + { + zip_code: '41519', + usps_city: 'Canada', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 39.3, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32156, lat: 37.58399 }, + }, + { + zip_code: '41547', + usps_city: 'Majestic', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 41.2, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09064, lat: 37.53609 }, + }, + { + zip_code: '41560', + usps_city: 'Robinson Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 14.0, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57831, lat: 37.39551 }, + }, + { + zip_code: '41606', + usps_city: 'Bevinsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 991.0, + density: 36.5, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73557, lat: 37.34862 }, + }, + { + zip_code: '41607', + usps_city: 'Blue River', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 23.6, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84181, lat: 37.62526 }, + }, + { + zip_code: '41631', + usps_city: 'Grethel', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1209.0, + density: 39.0, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65525, lat: 37.47297 }, + }, + { + zip_code: '42056', + usps_city: 'La Center', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 12.5, + primary_coty_code: '21007', + primary_coty_name: 'Ballard', + county_weights: '{"21007": "100"}', + coty_name: ['Ballard'], + cty_code: ['21007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98611, lat: 37.1115 }, + }, + { + zip_code: '42101', + usps_city: 'Bowling Green', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 61768.0, + density: 84.2, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "97.18", "21061": "2.53", "21031": "0.3"}', + coty_name: ['Warren', 'Edmonson', 'Butler'], + cty_code: ['21227', '21061', '21031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.47618, lat: 37.06376 }, + }, + { + zip_code: '42286', + usps_city: 'Trenton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1319.0, + density: 8.9, + primary_coty_code: '21219', + primary_coty_name: 'Todd', + county_weights: '{"21219": "100"}', + coty_name: ['Todd'], + cty_code: ['21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.27264, lat: 36.72632 }, + }, + { + zip_code: '42748', + usps_city: 'Hodgenville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9031.0, + density: 26.5, + primary_coty_code: '21123', + primary_coty_name: 'Larue', + county_weights: '{"21123": "100"}', + coty_name: ['Larue'], + cty_code: ['21123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.70853, lat: 37.57101 }, + }, + { + zip_code: '43211', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 23162.0, + density: 1896.3, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97234, lat: 40.01175 }, + }, + { + zip_code: '43223', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26754.0, + density: 1024.4, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03511, lat: 39.92831 }, + }, + { + zip_code: '43345', + usps_city: 'Ridgeway', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 847.0, + density: 11.2, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "58.15", "39091": "41.85"}', + coty_name: ['Hardin', 'Logan'], + cty_code: ['39065', '39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58376, lat: 40.51123 }, + }, + { + zip_code: '43711', + usps_city: 'Ava', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 199.1, + primary_coty_code: '39121', + primary_coty_name: 'Noble', + county_weights: '{"39121": "100"}', + coty_name: ['Noble'], + cty_code: ['39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57748, lat: 39.84213 }, + }, + { + zip_code: '43717', + usps_city: 'Belle Valley', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 219.5, + primary_coty_code: '39121', + primary_coty_name: 'Noble', + county_weights: '{"39121": "100"}', + coty_name: ['Noble'], + cty_code: ['39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55569, lat: 39.78971 }, + }, + { + zip_code: '43734', + usps_city: 'Duncan Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1694.0, + density: 171.2, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9011, lat: 39.88311 }, + }, + { + zip_code: '43903', + usps_city: 'Amsterdam', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 21.9, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "53.85", "39019": "46.15"}', + coty_name: ['Jefferson', 'Carroll'], + cty_code: ['39081', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95207, lat: 40.4703 }, + }, + { + zip_code: '44030', + usps_city: 'Conneaut', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16165.0, + density: 105.3, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58027, lat: 41.89683 }, + }, + { + zip_code: '44035', + usps_city: 'Elyria', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 63333.0, + density: 512.1, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12938, lat: 41.36515 }, + }, + { + zip_code: '44110', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18355.0, + density: 1676.0, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57098, lat: 41.56416 }, + }, + { + zip_code: '44216', + usps_city: 'Clinton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9353.0, + density: 155.5, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "93.59", "39151": "6.41"}', + coty_name: ['Summit', 'Stark'], + cty_code: ['39153', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58506, lat: 40.93914 }, + }, + { + zip_code: '44304', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5018.0, + density: 1285.0, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5078, lat: 41.08306 }, + }, + { + zip_code: '44413', + usps_city: 'East Palestine', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7176.0, + density: 116.8, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55409, lat: 40.84785 }, + }, + { + zip_code: '44622', + usps_city: 'Dover', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18112.0, + density: 127.7, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47896, lat: 40.54871 }, + }, + { + zip_code: '44638', + usps_city: 'Lakeville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1434.0, + density: 19.7, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "78.62", "39005": "16.43", "39169": "4.94"}', + coty_name: ['Holmes', 'Ashland', 'Wayne'], + cty_code: ['39075', '39005', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13607, lat: 40.64822 }, + }, + { + zip_code: '44702', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 925.0, + density: 666.3, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37543, lat: 40.79988 }, + }, + { + zip_code: '44828', + usps_city: 'Flat Rock', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 189.0, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86093, lat: 41.23186 }, + }, + { + zip_code: '45050', + usps_city: 'Monroe', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8625.0, + density: 447.4, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "99.12", "39165": "0.88"}', + coty_name: ['Butler', 'Warren'], + cty_code: ['39017', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35918, lat: 39.44535 }, + }, + { + zip_code: '45218', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3815.0, + density: 905.3, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52227, lat: 39.26642 }, + }, + { + zip_code: '45238', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 46359.0, + density: 1777.3, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61122, lat: 39.10914 }, + }, + { + zip_code: '45318', + usps_city: 'Covington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5480.0, + density: 47.3, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "99.68", "39037": "0.32"}', + coty_name: ['Miami', 'Darke'], + cty_code: ['39109', '39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35344, lat: 40.12926 }, + }, + { + zip_code: '45371', + usps_city: 'Tipp City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20324.0, + density: 159.3, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "99.64", "39113": "0.36"}', + coty_name: ['Miami', 'Montgomery'], + cty_code: ['39109', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16255, lat: 39.94036 }, + }, + { + zip_code: '45430', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7334.0, + density: 563.4, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08443, lat: 39.71287 }, + }, + { + zip_code: '45613', + usps_city: 'Beaver', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2803.0, + density: 14.0, + primary_coty_code: '39131', + primary_coty_name: 'Pike', + county_weights: '{"39131": "88.21", "39079": "10.48", "39145": "1.31"}', + coty_name: ['Pike', 'Jackson', 'Scioto'], + cty_code: ['39131', '39079', '39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85138, lat: 39.03318 }, + }, + { + zip_code: '45634', + usps_city: 'Hamden', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1898.0, + density: 21.4, + primary_coty_code: '39163', + primary_coty_name: 'Vinton', + county_weights: '{"39163": "99.48", "39079": "0.52"}', + coty_name: ['Vinton', 'Jackson'], + cty_code: ['39163', '39079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48627, lat: 39.17982 }, + }, + { + zip_code: '45735', + usps_city: 'Guysville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1360.0, + density: 10.5, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92457, lat: 39.25475 }, + }, + { + zip_code: '45745', + usps_city: 'Lower Salem', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1485.0, + density: 7.7, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "55.88", "39121": "30.35", "39111": "13.77"}', + coty_name: ['Washington', 'Noble', 'Monroe'], + cty_code: ['39167', '39121', '39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32979, lat: 39.61622 }, + }, + { + zip_code: '45775', + usps_city: 'Rutland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 13.1, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15426, lat: 39.08289 }, + }, + { + zip_code: '45809', + usps_city: 'Gomer', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 221.7, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18742, lat: 40.84563 }, + }, + { + zip_code: '45833', + usps_city: 'Delphos', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10667.0, + density: 59.7, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "55.35", "39161": "41", "39137": "3.65"}', + coty_name: ['Allen', 'Van Wert', 'Putnam'], + cty_code: ['39003', '39161', '39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34917, lat: 40.83401 }, + }, + { + zip_code: '46001', + usps_city: 'Alexandria', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9993.0, + density: 52.3, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "99.35", "18035": "0.65"}', + coty_name: ['Madison', 'Delaware'], + cty_code: ['18095', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.6588, lat: 40.25053 }, + }, + { + zip_code: '46117', + usps_city: 'Charlottesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 27.1, + primary_coty_code: '18059', + primary_coty_name: 'Hancock', + county_weights: '{"18059": "94.63", "18065": "5.37"}', + coty_name: ['Hancock', 'Henry'], + cty_code: ['18059', '18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.61759, lat: 39.81717 }, + }, + { + zip_code: '46144', + usps_city: 'Gwynneville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 99.0, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "100"}', + coty_name: ['Shelby'], + cty_code: ['18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.64729, lat: 39.65518 }, + }, + { + zip_code: '46156', + usps_city: 'Milroy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1253.0, + density: 11.8, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "99.25", "18031": "0.75"}', + coty_name: ['Rush', 'Decatur'], + cty_code: ['18139', '18031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.4819, lat: 39.48417 }, + }, + { + zip_code: '46241', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31941.0, + density: 552.3, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.26606, lat: 39.72567 }, + }, + { + zip_code: '46303', + usps_city: 'Cedar Lake', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14765.0, + density: 206.8, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.47638, lat: 41.37126 }, + }, + { + zip_code: '46365', + usps_city: 'Mill Creek', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 12.5, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.54079, lat: 41.60762 }, + }, + { + zip_code: '46543', + usps_city: 'Millersburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3553.0, + density: 45.5, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "68.25", "18087": "31.75"}', + coty_name: ['Elkhart', 'LaGrange'], + cty_code: ['18039', '18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.67212, lat: 41.53519 }, + }, + { + zip_code: '46570', + usps_city: 'Tippecanoe', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 833.0, + density: 15.7, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: '{"18099": "92.74", "18049": "7.26"}', + coty_name: ['Marshall', 'Fulton'], + cty_code: ['18099', '18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.12, lat: 41.20674 }, + }, + { + zip_code: '46705', + usps_city: 'Ashley', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 32.7, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "62.6", "18151": "37.4"}', + coty_name: ['DeKalb', 'Steuben'], + cty_code: ['18033', '18151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.06304, lat: 41.51828 }, + }, + { + zip_code: '46774', + usps_city: 'New Haven', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17221.0, + density: 130.2, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.96975, lat: 41.09195 }, + }, + { + zip_code: '46816', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19055.0, + density: 201.4, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.03839, lat: 41.00459 }, + }, + { + zip_code: '46825', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 29507.0, + density: 743.9, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.12541, lat: 41.15301 }, + }, + { + zip_code: '47012', + usps_city: 'Brookville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9396.0, + density: 21.9, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "91.62", "18029": "8.38"}', + coty_name: ['Franklin', 'Dearborn'], + cty_code: ['18047', '18029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.98153, lat: 39.41776 }, + }, + { + zip_code: '47030', + usps_city: 'Metamora', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2038.0, + density: 23.4, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "100"}', + coty_name: ['Franklin'], + cty_code: ['18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.12989, lat: 39.42569 }, + }, + { + zip_code: '47124', + usps_city: 'Greenville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5146.0, + density: 81.1, + primary_coty_code: '18043', + primary_coty_name: 'Floyd', + county_weights: '{"18043": "89.14", "18061": "10.86"}', + coty_name: ['Floyd', 'Harrison'], + cty_code: ['18043', '18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.00835, lat: 38.36792 }, + }, + { + zip_code: '47260', + usps_city: 'Medora', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1705.0, + density: 11.8, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: '{"18071": "100"}', + coty_name: ['Jackson'], + cty_code: ['18071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.19866, lat: 38.8361 }, + }, + { + zip_code: '47306', + usps_city: 'Muncie', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5096.0, + density: 8835.7, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.4069, lat: 40.20418 }, + }, + { + zip_code: '47385', + usps_city: 'Spiceland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1277.0, + density: 33.1, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.4465, lat: 39.83248 }, + }, + { + zip_code: '47457', + usps_city: 'Scotland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 128.6, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.90472, lat: 38.90909 }, + }, + { + zip_code: '47531', + usps_city: 'Evanston', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 945.0, + density: 9.9, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.85225, lat: 38.03898 }, + }, + { + zip_code: '47541', + usps_city: 'Holland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1196.0, + density: 23.1, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "96.57", "18173": "2.53", "18147": "0.9"}', + coty_name: ['Dubois', 'Warrick', 'Spencer'], + cty_code: ['18037', '18173', '18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.04441, lat: 38.23611 }, + }, + { + zip_code: '47553', + usps_city: 'Loogootee', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8614.0, + density: 23.9, + primary_coty_code: '18101', + primary_coty_name: 'Martin', + county_weights: '{"18101": "67.84", "18027": "32.16"}', + coty_name: ['Martin', 'Daviess'], + cty_code: ['18101', '18027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.91012, lat: 38.65257 }, + }, + { + zip_code: '47580', + usps_city: 'Schnellville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 31.3, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "100"}', + coty_name: ['Dubois'], + cty_code: ['18037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.76806, lat: 38.35631 }, + }, + { + zip_code: '47611', + usps_city: 'Chrisney', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1489.0, + density: 14.8, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.05342, lat: 38.02795 }, + }, + { + zip_code: '47613', + usps_city: 'Elberfeld', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3224.0, + density: 23.5, + primary_coty_code: '18173', + primary_coty_name: 'Warrick', + county_weights: '{"18173": "86.08", "18051": "13.92"}', + coty_name: ['Warrick', 'Gibson'], + cty_code: ['18173', '18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.41729, lat: 38.15751 }, + }, + { + zip_code: '47620', + usps_city: 'Mount Vernon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13129.0, + density: 24.4, + primary_coty_code: '18129', + primary_coty_name: 'Posey', + county_weights: '{"18129": "100"}', + coty_name: ['Posey'], + cty_code: ['18129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90612, lat: 37.93261 }, + }, + { + zip_code: '47805', + usps_city: 'Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12624.0, + density: 93.4, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.32663, lat: 39.54708 }, + }, + { + zip_code: '47809', + usps_city: 'Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2516.0, + density: 5536.5, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.40998, lat: 39.47131 }, + }, + { + zip_code: '47853', + usps_city: 'Harmony', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 1081.3, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "100"}', + coty_name: ['Clay'], + cty_code: ['18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.07283, lat: 39.53822 }, + }, + { + zip_code: '47923', + usps_city: 'Brookston', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3220.0, + density: 13.6, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "89.27", "18015": "10.73"}', + coty_name: ['White', 'Carroll'], + cty_code: ['18181', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.93134, lat: 40.61137 }, + }, + { + zip_code: '47960', + usps_city: 'Monticello', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14721.0, + density: 48.5, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "86.11", "18015": "13.89"}', + coty_name: ['White', 'Carroll'], + cty_code: ['18181', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.74994, lat: 40.78051 }, + }, + { + zip_code: '48001', + usps_city: 'Algonac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11903.0, + density: 241.5, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.5796, lat: 42.63776 }, + }, + { + zip_code: '48144', + usps_city: 'Lambertville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9545.0, + density: 484.6, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.62835, lat: 41.75327 }, + }, + { + zip_code: '48154', + usps_city: 'Livonia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 37293.0, + density: 1239.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.37291, lat: 42.3971 }, + }, + { + zip_code: '48226', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7150.0, + density: 2284.8, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05016, lat: 42.33168 }, + }, + { + zip_code: '48341', + usps_city: 'Pontiac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18020.0, + density: 1089.6, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29636, lat: 42.62781 }, + }, + { + zip_code: '48433', + usps_city: 'Flushing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25000.0, + density: 173.8, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "99.75", "26155": "0.25"}', + coty_name: ['Genesee', 'Shiawassee'], + cty_code: ['26049', '26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.86625, lat: 43.07575 }, + }, + { + zip_code: '48454', + usps_city: 'Melvin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 15.2, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.81951, lat: 43.19918 }, + }, + { + zip_code: '48468', + usps_city: 'Port Hope', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1088.0, + density: 6.6, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.78773, lat: 43.94225 }, + }, + { + zip_code: '48519', + usps_city: 'Burton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6984.0, + density: 349.1, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.60693, lat: 42.98752 }, + }, + { + zip_code: '48637', + usps_city: 'Merrill', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3163.0, + density: 16.8, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "81.04", "26111": "11.73", "26057": "7.23"}', + coty_name: ['Saginaw', 'Midland', 'Gratiot'], + cty_code: ['26145', '26111', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.33678, lat: 43.41327 }, + }, + { + zip_code: '48720', + usps_city: 'Bay Port', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 12.5, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.35022, lat: 43.83237 }, + }, + { + zip_code: '48743', + usps_city: 'Long Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 17.0, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "100"}', + coty_name: ['Iosco'], + cty_code: ['26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.86964, lat: 44.43963 }, + }, + { + zip_code: '48835', + usps_city: 'Fowler', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3109.0, + density: 21.4, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "99.07", "26057": "0.93"}', + coty_name: ['Clinton', 'Gratiot'], + cty_code: ['26037', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.74686, lat: 43.02831 }, + }, + { + zip_code: '48847', + usps_city: 'Ithaca', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5811.0, + density: 18.3, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.57475, lat: 43.27111 }, + }, + { + zip_code: '48858', + usps_city: 'Mount Pleasant', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 50521.0, + density: 112.8, + primary_coty_code: '26073', + primary_coty_name: 'Isabella', + county_weights: '{"26073": "99.67", "26111": "0.33"}', + coty_name: ['Isabella', 'Midland'], + cty_code: ['26073', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.79615, lat: 43.61519 }, + }, + { + zip_code: '48912', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17452.0, + density: 1403.1, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.52354, lat: 42.7402 }, + }, + { + zip_code: '49022', + usps_city: 'Benton Harbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31185.0, + density: 175.0, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "99.22", "26159": "0.78"}', + coty_name: ['Berrien', 'Van Buren'], + cty_code: ['26021', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.36565, lat: 42.11367 }, + }, + { + zip_code: '49028', + usps_city: 'Bronson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6174.0, + density: 20.1, + primary_coty_code: '26023', + primary_coty_name: 'Branch', + county_weights: '{"26023": "100"}', + coty_name: ['Branch'], + cty_code: ['26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.18658, lat: 41.84824 }, + }, + { + zip_code: '49089', + usps_city: 'Sherwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1851.0, + density: 18.5, + primary_coty_code: '26023', + primary_coty_name: 'Branch', + county_weights: '{"26023": "100"}', + coty_name: ['Branch'], + cty_code: ['26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.23596, lat: 42.00466 }, + }, + { + zip_code: '49235', + usps_city: 'Clayton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2088.0, + density: 16.1, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.21469, lat: 41.86356 }, + }, + { + zip_code: '49325', + usps_city: 'Freeport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2050.0, + density: 28.4, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "78.37", "26081": "12", "26067": "9.64"}', + coty_name: ['Barry', 'Kent', 'Ionia'], + cty_code: ['26015', '26081', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.29815, lat: 42.76052 }, + }, + { + zip_code: '49330', + usps_city: 'Kent City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5724.0, + density: 49.9, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: + '{"26081": "92.06", "26123": "5.57", "26139": "1.69", "26121": "0.68"}', + coty_name: ['Kent', 'Newaygo', 'Ottawa', 'Muskegon'], + cty_code: ['26081', '26123', '26139', '26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.73739, lat: 43.24504 }, + }, + { + zip_code: '49338', + usps_city: 'Paris', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1750.0, + density: 12.8, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "68.4", "26123": "30.4", "26133": "1.19"}', + coty_name: ['Mecosta', 'Newaygo', 'Osceola'], + cty_code: ['26107', '26123', '26133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.60856, lat: 43.75952 }, + }, + { + zip_code: '49343', + usps_city: 'Sand Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5551.0, + density: 40.5, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "56.39", "26123": "31.92", "26117": "11.7"}', + coty_name: ['Kent', 'Newaygo', 'Montcalm'], + cty_code: ['26081', '26123', '26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.53553, lat: 43.29642 }, + }, + { + zip_code: '49507', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39323.0, + density: 2751.3, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.65513, lat: 42.93068 }, + }, + { + zip_code: '49508', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39571.0, + density: 1266.5, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.62526, lat: 42.87352 }, + }, + { + zip_code: '49617', + usps_city: 'Beulah', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3047.0, + density: 26.1, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "100"}', + coty_name: ['Benzie'], + cty_code: ['26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.03259, lat: 44.64409 }, + }, + { + zip_code: '49716', + usps_city: 'Brutus', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1012.0, + density: 16.2, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "70.84", "26031": "29.16"}', + coty_name: ['Emmet', 'Cheboygan'], + cty_code: ['26047', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.74935, lat: 45.51117 }, + }, + { + zip_code: '49746', + usps_city: 'Hillman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3316.0, + density: 6.0, + primary_coty_code: '26119', + primary_coty_name: 'Montmorency', + county_weights: '{"26119": "89.72", "26007": "10.28"}', + coty_name: ['Montmorency', 'Alpena'], + cty_code: ['26119', '26007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.95317, lat: 45.06388 }, + }, + { + zip_code: '49751', + usps_city: 'Johannesburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2021.0, + density: 5.1, + primary_coty_code: '26137', + primary_coty_name: 'Otsego', + county_weights: '{"26137": "87.49", "26119": "12.51"}', + coty_name: ['Otsego', 'Montmorency'], + cty_code: ['26137', '26119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.41512, lat: 44.99838 }, + }, + { + zip_code: '49793', + usps_city: 'Trout Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 1.2, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "98.76", "26097": "1.24"}', + coty_name: ['Chippewa', 'Mackinac'], + cty_code: ['26033', '26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.06095, lat: 46.2092 }, + }, + { + zip_code: '49799', + usps_city: 'Wolverine', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2240.0, + density: 7.8, + primary_coty_code: '26031', + primary_coty_name: 'Cheboygan', + county_weights: '{"26031": "100"}', + coty_name: ['Cheboygan'], + cty_code: ['26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.58194, lat: 45.26109 }, + }, + { + zip_code: '49822', + usps_city: 'Deerton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 1.1, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "96.82", "26103": "3.18"}', + coty_name: ['Alger', 'Marquette'], + cty_code: ['26003', '26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.03984, lat: 46.44231 }, + }, + { + zip_code: '49885', + usps_city: 'Skandia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1871.0, + density: 4.9, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "94.25", "26003": "5.75"}', + coty_name: ['Marquette', 'Alger'], + cty_code: ['26103', '26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.20744, lat: 46.33662 }, + }, + { + zip_code: '49935', + usps_city: 'Iron River', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5896.0, + density: 4.8, + primary_coty_code: '26071', + primary_coty_name: 'Iron', + county_weights: '{"26071": "100"}', + coty_name: ['Iron'], + cty_code: ['26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.74481, lat: 46.19924 }, + }, + { + zip_code: '49946', + usps_city: 'Lanse', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3859.0, + density: 5.5, + primary_coty_code: '26013', + primary_coty_name: 'Baraga', + county_weights: '{"26013": "100"}', + coty_name: ['Baraga'], + cty_code: ['26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.3165, lat: 46.70629 }, + }, + { + zip_code: '50044', + usps_city: 'Bussey', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 7.6, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "81.29", "19123": "17.14", "19135": "1.58"}', + coty_name: ['Marion', 'Mahaska', 'Monroe'], + cty_code: ['19125', '19123', '19135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88238, lat: 41.20301 }, + }, + { + zip_code: '50258', + usps_city: 'Union', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 957.0, + density: 6.9, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "87.62", "19127": "12.38"}', + coty_name: ['Hardin', 'Marshall'], + cty_code: ['19083', '19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07691, lat: 42.22711 }, + }, + { + zip_code: '50324', + usps_city: 'Windsor Heights', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4953.0, + density: 1323.2, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.7128, lat: 41.6044 }, + }, + { + zip_code: '50451', + usps_city: 'Lakota', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 3.4, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08844, lat: 43.37865 }, + }, + { + zip_code: '50464', + usps_city: 'Plymouth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 10.3, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "78.31", "19195": "21.69"}', + coty_name: ['Cerro Gordo', 'Worth'], + cty_code: ['19033', '19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08079, lat: 43.25339 }, + }, + { + zip_code: '50529', + usps_city: 'Dakota City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 602.3, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "100"}', + coty_name: ['Humboldt'], + cty_code: ['19091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19946, lat: 42.72141 }, + }, + { + zip_code: '50574', + usps_city: 'Pocahontas', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1996.0, + density: 6.9, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69859, lat: 42.71668 }, + }, + { + zip_code: '50621', + usps_city: 'Conrad', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1546.0, + density: 9.3, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "95.56", "19127": "4.44"}', + coty_name: ['Grundy', 'Marshall'], + cty_code: ['19075', '19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.92101, lat: 42.2511 }, + }, + { + zip_code: '50634', + usps_city: 'Gilbertville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 822.0, + density: 826.5, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21456, lat: 42.41892 }, + }, + { + zip_code: '50665', + usps_city: 'Parkersburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2883.0, + density: 11.4, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "87.82", "19075": "12.18"}', + coty_name: ['Butler', 'Grundy'], + cty_code: ['19023', '19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77191, lat: 42.58037 }, + }, + { + zip_code: '50670', + usps_city: 'Shell Rock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2270.0, + density: 15.4, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "98.76", "19017": "1.24"}', + coty_name: ['Butler', 'Bremer'], + cty_code: ['19023', '19017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.61615, lat: 42.68687 }, + }, + { + zip_code: '51009', + usps_city: 'Calumet', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 402.1, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "100"}', + coty_name: ["O'Brien"], + cty_code: ['19141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55152, lat: 42.94431 }, + }, + { + zip_code: '51232', + usps_city: 'Ashton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 4.8, + primary_coty_code: '19143', + primary_coty_name: 'Osceola', + county_weights: '{"19143": "87.54", "19119": "12.46"}', + coty_name: ['Osceola', 'Lyon'], + cty_code: ['19143', '19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81755, lat: 43.30166 }, + }, + { + zip_code: '51240', + usps_city: 'Inwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2103.0, + density: 8.0, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "91.98", "19167": "8.02"}', + coty_name: ['Lyon', 'Sioux'], + cty_code: ['19119', '19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45715, lat: 43.30949 }, + }, + { + zip_code: '51351', + usps_city: 'Milford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4509.0, + density: 16.5, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "100"}', + coty_name: ['Dickinson'], + cty_code: ['19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.18692, lat: 43.31658 }, + }, + { + zip_code: '51445', + usps_city: 'Ida Grove', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2693.0, + density: 8.2, + primary_coty_code: '19093', + primary_coty_name: 'Ida', + county_weights: '{"19093": "100"}', + coty_name: ['Ida'], + cty_code: ['19093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46452, lat: 42.32447 }, + }, + { + zip_code: '51448', + usps_city: 'Kiron', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 3.6, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "82.49", "19161": "10.47", "19093": "7.04"}', + coty_name: ['Crawford', 'Sac', 'Ida'], + cty_code: ['19047', '19161', '19093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30768, lat: 42.20349 }, + }, + { + zip_code: '51531', + usps_city: 'Elk Horn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 10.3, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "91.03", "19009": "8.97"}', + coty_name: ['Shelby', 'Audubon'], + cty_code: ['19165', '19009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08721, lat: 41.58868 }, + }, + { + zip_code: '51549', + usps_city: 'Macedonia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 6.8, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.45322, lat: 41.18287 }, + }, + { + zip_code: '51563', + usps_city: 'Persia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 4.9, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "100"}', + coty_name: ['Harrison'], + cty_code: ['19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59363, lat: 41.57494 }, + }, + { + zip_code: '51575', + usps_city: 'Treynor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1521.0, + density: 12.0, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60305, lat: 41.24193 }, + }, + { + zip_code: '51647', + usps_city: 'Northboro', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 3.3, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "100"}', + coty_name: ['Page'], + cty_code: ['19145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31974, lat: 40.60885 }, + }, + { + zip_code: '52158', + usps_city: 'Marquette', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 84.6, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.18663, lat: 43.04387 }, + }, + { + zip_code: '52163', + usps_city: 'Protivin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 78.9, + primary_coty_code: '19089', + primary_coty_name: 'Howard', + county_weights: '{"19089": "100"}', + coty_name: ['Howard'], + cty_code: ['19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10312, lat: 43.21975 }, + }, + { + zip_code: '52166', + usps_city: 'Saint Lucas', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 239.0, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93343, lat: 43.06592 }, + }, + { + zip_code: '52314', + usps_city: 'Mount Vernon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6023.0, + density: 39.0, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44866, lat: 41.93381 }, + }, + { + zip_code: '52403', + usps_city: 'Cedar Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 23408.0, + density: 344.5, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5804, lat: 41.96873 }, + }, + { + zip_code: '52573', + usps_city: 'Mount Sterling', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 2.7, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "84.57", "29199": "15.43"}', + coty_name: ['Van Buren', 'Scotland'], + cty_code: ['19177', '29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93868, lat: 40.63302 }, + }, + { + zip_code: '52574', + usps_city: 'Mystic', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 7.3, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "100"}', + coty_name: ['Appanoose'], + cty_code: ['19007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96646, lat: 40.80374 }, + }, + { + zip_code: '52644', + usps_city: 'Mount Union', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 3.8, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "88.35", "19057": "11.65"}', + coty_name: ['Henry', 'Des Moines'], + cty_code: ['19087', '19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.41496, lat: 41.04 }, + }, + { + zip_code: '52656', + usps_city: 'West Point', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2385.0, + density: 9.7, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "98.86", "19087": "1.14"}', + coty_name: ['Lee', 'Henry'], + cty_code: ['19111', '19087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.46353, lat: 40.73894 }, + }, + { + zip_code: '52701', + usps_city: 'Andover', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 77.3, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24912, lat: 41.98195 }, + }, + { + zip_code: '52732', + usps_city: 'Clinton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 26721.0, + density: 93.1, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25075, lat: 41.90219 }, + }, + { + zip_code: '52738', + usps_city: 'Columbus Junction', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3566.0, + density: 11.2, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "100"}', + coty_name: ['Louisa'], + cty_code: ['19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.37902, lat: 41.27158 }, + }, + { + zip_code: '52749', + usps_city: 'Fruitland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 197.6, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "100"}', + coty_name: ['Muscatine'], + cty_code: ['19139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13073, lat: 41.3457 }, + }, + { + zip_code: '52767', + usps_city: 'Pleasant Valley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 59.6, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42228, lat: 41.56564 }, + }, + { + zip_code: '53105', + usps_city: 'Burlington', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 29781.0, + density: 73.0, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "68.04", "55127": "17.83", "55059": "14.13"}', + coty_name: ['Racine', 'Walworth', 'Kenosha'], + cty_code: ['55101', '55127', '55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27988, lat: 42.66416 }, + }, + { + zip_code: '53108', + usps_city: 'Caledonia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3417.0, + density: 66.6, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94647, lat: 42.81978 }, + }, + { + zip_code: '53170', + usps_city: 'Silver Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2211.0, + density: 832.8, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16144, lat: 42.55195 }, + }, + { + zip_code: '53537', + usps_city: 'Footville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 368.6, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21045, lat: 42.67244 }, + }, + { + zip_code: '53716', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18480.0, + density: 1086.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.314, lat: 43.06444 }, + }, + { + zip_code: '53941', + usps_city: 'La Valle', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3135.0, + density: 17.3, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "98.36", "55057": "1.64"}', + coty_name: ['Sauk', 'Juneau'], + cty_code: ['55111', '55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13772, lat: 43.57392 }, + }, + { + zip_code: '53950', + usps_city: 'New Lisbon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5580.0, + density: 20.9, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "100"}', + coty_name: ['Juneau'], + cty_code: ['55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13635, lat: 43.90181 }, + }, + { + zip_code: '53953', + usps_city: 'Packwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 38.8, + primary_coty_code: '55077', + primary_coty_name: 'Marquette', + county_weights: '{"55077": "100"}', + coty_name: ['Marquette'], + cty_code: ['55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46829, lat: 43.77254 }, + }, + { + zip_code: '54110', + usps_city: 'Brillion', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5395.0, + density: 32.2, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "86.76", "55071": "10.94", "55009": "2.3"}', + coty_name: ['Calumet', 'Manitowoc', 'Brown'], + cty_code: ['55015', '55071', '55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07538, lat: 44.18832 }, + }, + { + zip_code: '54150', + usps_city: 'Neopit', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1087.0, + density: 24.5, + primary_coty_code: '55078', + primary_coty_name: 'Menominee', + county_weights: '{"55078": "76.08", "55115": "23.92"}', + coty_name: ['Menominee', 'Shawano'], + cty_code: ['55078', '55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84341, lat: 44.98708 }, + }, + { + zip_code: '54160', + usps_city: 'Potter', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 282.2, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "100"}', + coty_name: ['Calumet'], + cty_code: ['55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10046, lat: 44.12057 }, + }, + { + zip_code: '54170', + usps_city: 'Shiocton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3559.0, + density: 12.0, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "93.59", "55115": "6.19", "55135": "0.21"}', + coty_name: ['Outagamie', 'Shawano', 'Waupaca'], + cty_code: ['55087', '55115', '55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57595, lat: 44.5136 }, + }, + { + zip_code: '54217', + usps_city: 'Luxemburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7281.0, + density: 24.9, + primary_coty_code: '55061', + primary_coty_name: 'Kewaunee', + county_weights: '{"55061": "83.93", "55009": "10.61", "55029": "5.46"}', + coty_name: ['Kewaunee', 'Brown', 'Door'], + cty_code: ['55061', '55009', '55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71497, lat: 44.55075 }, + }, + { + zip_code: '54228', + usps_city: 'Mishicot', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2769.0, + density: 26.6, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64873, lat: 44.27675 }, + }, + { + zip_code: '54407', + usps_city: 'Amherst Junction', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1468.0, + density: 12.1, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29339, lat: 44.52623 }, + }, + { + zip_code: '54512', + usps_city: 'Boulder Junction', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 4.3, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "100"}', + coty_name: ['Vilas'], + cty_code: ['55125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67093, lat: 46.09528 }, + }, + { + zip_code: '54531', + usps_city: 'Hazelhurst', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1383.0, + density: 6.9, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "100"}', + coty_name: ['Oneida'], + cty_code: ['55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78583, lat: 45.74851 }, + }, + { + zip_code: '54560', + usps_city: 'Sayner', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 6.3, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "100"}', + coty_name: ['Vilas'], + cty_code: ['55125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54514, lat: 46.0151 }, + }, + { + zip_code: '54631', + usps_city: 'Gays Mills', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 6.3, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "100"}', + coty_name: ['Crawford'], + cty_code: ['55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83419, lat: 43.28559 }, + }, + { + zip_code: '54747', + usps_city: 'Independence', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2513.0, + density: 8.6, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "88.4", "55011": "11.6"}', + coty_name: ['Trempealeau', 'Buffalo'], + cty_code: ['55121', '55011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50512, lat: 44.39028 }, + }, + { + zip_code: '54766', + usps_city: 'Sheldon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1801.0, + density: 5.3, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "48.86", "55119": "44.35", "55017": "6.8"}', + coty_name: ['Rusk', 'Taylor', 'Chippewa'], + cty_code: ['55107', '55119', '55017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85758, lat: 45.33877 }, + }, + { + zip_code: '54819', + usps_city: 'Bruce', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2281.0, + density: 5.3, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "100"}', + coty_name: ['Rusk'], + cty_code: ['55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3059, lat: 45.48398 }, + }, + { + zip_code: '54935', + usps_city: 'Fond Du Lac', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 42156.0, + density: 1032.6, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43516, lat: 43.77424 }, + }, + { + zip_code: '54942', + usps_city: 'Greenville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9986.0, + density: 186.8, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54784, lat: 44.29119 }, + }, + { + zip_code: '54952', + usps_city: 'Menasha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 27071.0, + density: 371.5, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "80.34", "55015": "19.66"}', + coty_name: ['Winnebago', 'Calumet'], + cty_code: ['55139', '55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32884, lat: 44.20034 }, + }, + { + zip_code: '54974', + usps_city: 'Rosendale', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 22.2, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6613, lat: 43.78367 }, + }, + { + zip_code: '55044', + usps_city: 'Lakeville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 55085.0, + density: 331.5, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "93.42", "27139": "6.58"}', + coty_name: ['Dakota', 'Scott'], + cty_code: ['27037', '27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2798, lat: 44.64094 }, + }, + { + zip_code: '55052', + usps_city: 'Morristown', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2014.0, + density: 16.7, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "97.18", "27161": "1.63", "27147": "1.2"}', + coty_name: ['Rice', 'Waseca', 'Steele'], + cty_code: ['27131', '27161', '27147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43952, lat: 44.23223 }, + }, + { + zip_code: '55072', + usps_city: 'Sandstone', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4566.0, + density: 5.6, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "96.77", "27065": "3.23"}', + coty_name: ['Pine', 'Kanabec'], + cty_code: ['27115', '27065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.61841, lat: 46.14102 }, + }, + { + zip_code: '55104', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 45278.0, + density: 2886.2, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16221, lat: 44.95447 }, + }, + { + zip_code: '55310', + usps_city: 'Bird Island', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1293.0, + density: 5.0, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "100"}', + coty_name: ['Renville'], + cty_code: ['27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88069, lat: 44.75918 }, + }, + { + zip_code: '55614', + usps_city: 'Silver Bay', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2309.0, + density: 3.7, + primary_coty_code: '27075', + primary_coty_name: 'Lake', + county_weights: '{"27075": "100"}', + coty_name: ['Lake'], + cty_code: ['27075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.39457, lat: 47.36675 }, + }, + { + zip_code: '55722', + usps_city: 'Coleraine', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 150.3, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43921, lat: 47.27937 }, + }, + { + zip_code: '56045', + usps_city: 'Hollandale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 983.0, + density: 13.9, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21294, lat: 43.75943 }, + }, + { + zip_code: '56156', + usps_city: 'Luverne', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5825.0, + density: 13.4, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "100"}', + coty_name: ['Rock'], + cty_code: ['27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22599, lat: 43.66279 }, + }, + { + zip_code: '56181', + usps_city: 'Welcome', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 6.6, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61734, lat: 43.67983 }, + }, + { + zip_code: '56255', + usps_city: 'Lucan', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 3.5, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "100"}', + coty_name: ['Redwood'], + cty_code: ['27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41863, lat: 44.39598 }, + }, + { + zip_code: '56260', + usps_city: 'Maynard', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 838.0, + density: 3.4, + primary_coty_code: '27023', + primary_coty_name: 'Chippewa', + county_weights: '{"27023": "90.96", "27129": "9.04"}', + coty_name: ['Chippewa', 'Renville'], + cty_code: ['27023', '27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48291, lat: 44.96579 }, + }, + { + zip_code: '56285', + usps_city: 'Sacred Heart', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 4.7, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "100"}', + coty_name: ['Renville'], + cty_code: ['27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34902, lat: 44.78885 }, + }, + { + zip_code: '56331', + usps_city: 'Freeport', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2395.0, + density: 13.3, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "99.5", "27153": "0.5"}', + coty_name: ['Stearns', 'Todd'], + cty_code: ['27145', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.67654, lat: 45.67731 }, + }, + { + zip_code: '56376', + usps_city: 'Saint Martin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 73.5, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.67959, lat: 45.50562 }, + }, + { + zip_code: '56434', + usps_city: 'Aldrich', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 7.4, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "69.36", "27159": "30.64"}', + coty_name: ['Todd', 'Wadena'], + cty_code: ['27153', '27159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93461, lat: 46.33853 }, + }, + { + zip_code: '56436', + usps_city: 'Benedict', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 27.3, + primary_coty_code: '27057', + primary_coty_name: 'Hubbard', + county_weights: '{"27057": "100"}', + coty_name: ['Hubbard'], + cty_code: ['27057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6888, lat: 47.16187 }, + }, + { + zip_code: '56442', + usps_city: 'Crosslake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2428.0, + density: 26.4, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.10179, lat: 46.67502 }, + }, + { + zip_code: '56525', + usps_city: 'Comstock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 15.3, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75003, lat: 46.66635 }, + }, + { + zip_code: '56533', + usps_city: 'Elizabeth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 7.0, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1567, lat: 46.40948 }, + }, + { + zip_code: '56571', + usps_city: 'Ottertail', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1863.0, + density: 15.6, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54191, lat: 46.43786 }, + }, + { + zip_code: '56652', + usps_city: 'Leonard', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 2.5, + primary_coty_code: '27029', + primary_coty_name: 'Clearwater', + county_weights: '{"27029": "90.17", "27007": "9.83"}', + coty_name: ['Clearwater', 'Beltrami'], + cty_code: ['27029', '27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24819, lat: 47.73334 }, + }, + { + zip_code: '56731', + usps_city: 'Humboldt', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.8, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06743, lat: 48.90923 }, + }, + { + zip_code: '56750', + usps_city: 'Red Lake Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2288.0, + density: 3.8, + primary_coty_code: '27125', + primary_coty_name: 'Red Lake', + county_weights: '{"27125": "93.74", "27113": "4.02", "27119": "2.24"}', + coty_name: ['Red Lake', 'Pennington', 'Polk'], + cty_code: ['27125', '27113', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29926, lat: 47.89265 }, + }, + { + zip_code: '57002', + usps_city: 'Aurora', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 6.9, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "100"}', + coty_name: ['Brookings'], + cty_code: ['46011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67695, lat: 44.2965 }, + }, + { + zip_code: '57014', + usps_city: 'Centerville', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 4.0, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "77.77", "46083": "11.49", "46027": "10.74"}', + coty_name: ['Turner', 'Lincoln', 'Clay'], + cty_code: ['46125', '46083', '46027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95273, lat: 43.11301 }, + }, + { + zip_code: '57031', + usps_city: 'Gayville', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 6.5, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "91.9", "46027": "8.1"}', + coty_name: ['Yankton', 'Clay'], + cty_code: ['46135', '46027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18347, lat: 42.87453 }, + }, + { + zip_code: '57046', + usps_city: 'Mission Hill', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 7.0, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "100"}', + coty_name: ['Yankton'], + cty_code: ['46135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30789, lat: 42.95912 }, + }, + { + zip_code: '57104', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 26224.0, + density: 361.6, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70745, lat: 43.60469 }, + }, + { + zip_code: '57107', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 10404.0, + density: 82.7, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82121, lat: 43.59489 }, + }, + { + zip_code: '57258', + usps_city: 'Raymond', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.4, + primary_coty_code: '46025', + primary_coty_name: 'Clark', + county_weights: '{"46025": "72.21", "46115": "27.79"}', + coty_name: ['Clark', 'Spink'], + cty_code: ['46025', '46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91985, lat: 44.88631 }, + }, + { + zip_code: '57268', + usps_city: 'Toronto', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 3.0, + primary_coty_code: '46039', + primary_coty_name: 'Deuel', + county_weights: '{"46039": "90.07", "46011": "9.93"}', + coty_name: ['Deuel', 'Brookings'], + cty_code: ['46039', '46011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69075, lat: 44.56975 }, + }, + { + zip_code: '57479', + usps_city: 'Warner', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 4.4, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44322, lat: 45.30296 }, + }, + { + zip_code: '57520', + usps_city: 'Agar', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 0.3, + primary_coty_code: '46119', + primary_coty_name: 'Sully', + county_weights: '{"46119": "100"}', + coty_name: ['Sully'], + cty_code: ['46119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.16428, lat: 44.8448 }, + }, + { + zip_code: '57572', + usps_city: 'Saint Francis', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1998.0, + density: 4.6, + primary_coty_code: '46121', + primary_coty_name: 'Todd', + county_weights: '{"46121": "100"}', + coty_name: ['Todd'], + cty_code: ['46121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.03101, lat: 43.14943 }, + }, + { + zip_code: '57656', + usps_city: 'Timber Lake', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 0.8, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "95.57", "46031": "4.43"}', + coty_name: ['Dewey', 'Corson'], + cty_code: ['46041', '46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.07766, lat: 45.38806 }, + }, + { + zip_code: '58077', + usps_city: 'Walcott', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 2.2, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97509, lat: 46.52482 }, + }, + { + zip_code: '58079', + usps_city: 'Wheatland', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 1.4, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34533, lat: 46.86671 }, + }, + { + zip_code: '58238', + usps_city: 'Hamilton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 0.8, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39878, lat: 48.78088 }, + }, + { + zip_code: '58256', + usps_city: 'Manvel', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 3.5, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20738, lat: 48.0905 }, + }, + { + zip_code: '58262', + usps_city: 'Mountain', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 2.2, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87632, lat: 48.68223 }, + }, + { + zip_code: '58327', + usps_city: 'Crary', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 0.9, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "100"}', + coty_name: ['Ramsey'], + cty_code: ['38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58805, lat: 48.09378 }, + }, + { + zip_code: '58382', + usps_city: 'Webster', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 0.5, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "100"}', + coty_name: ['Ramsey'], + cty_code: ['38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.78499, lat: 48.31164 }, + }, + { + zip_code: '58421', + usps_city: 'Carrington', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2735.0, + density: 2.7, + primary_coty_code: '38031', + primary_coty_name: 'Foster', + county_weights: + '{"38031": "98.28", "38093": "1.16", "38027": "0.32", "38103": "0.25"}', + coty_name: ['Foster', 'Stutsman', 'Eddy', 'Wells'], + cty_code: ['38031', '38093', '38027', '38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.06885, lat: 47.44199 }, + }, + { + zip_code: '58532', + usps_city: 'Driscoll', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 0.5, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "80.13", "38043": "19.87"}', + coty_name: ['Burleigh', 'Kidder'], + cty_code: ['38015', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.10998, lat: 46.85214 }, + }, + { + zip_code: '58571', + usps_city: 'Stanton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 1.7, + primary_coty_code: '38057', + primary_coty_name: 'Mercer', + county_weights: '{"38057": "88.72", "38065": "11.28"}', + coty_name: ['Mercer', 'Oliver'], + cty_code: ['38057', '38065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/Beulah', + geo_point_2d: { lon: -101.40094, lat: 47.27584 }, + }, + { + zip_code: '58576', + usps_city: 'Underwood', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 960.0, + density: 2.2, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.2165, lat: 47.43867 }, + }, + { + zip_code: '58577', + usps_city: 'Washburn', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1800.0, + density: 3.7, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.05551, lat: 47.32196 }, + }, + { + zip_code: '58622', + usps_city: 'Belfield', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 1.2, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "76.49", "38007": "23.51"}', + coty_name: ['Stark', 'Billings'], + cty_code: ['38089', '38007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.27062, lat: 46.89613 }, + }, + { + zip_code: '58630', + usps_city: 'Gladstone', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 1.6, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "83.47", "38025": "16.53"}', + coty_name: ['Stark', 'Dunn'], + cty_code: ['38089', '38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.5792, lat: 46.94463 }, + }, + { + zip_code: '58713', + usps_city: 'Bantry', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 0.3, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "100"}', + coty_name: ['McHenry'], + cty_code: ['38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.59538, lat: 48.53502 }, + }, + { + zip_code: '653', + usps_city: 'Guanica', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 10484.0, + density: 265.6, + primary_coty_code: '72055', + primary_coty_name: 'Gu\u00e1nica', + county_weights: '{"72055": "100"}', + coty_name: ['Gu\u00e1nica'], + cty_code: ['72055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.89031, lat: 17.98572 }, + }, + { + zip_code: '656', + usps_city: 'Guayanilla', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 18485.0, + density: 220.2, + primary_coty_code: '72059', + primary_coty_name: 'Guayanilla', + county_weights: '{"72059": "100"}', + coty_name: ['Guayanilla'], + cty_code: ['72059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.79182, lat: 18.05281 }, + }, + { + zip_code: '687', + usps_city: 'Morovis', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 30962.0, + density: 307.5, + primary_coty_code: '72101', + primary_coty_name: 'Morovis', + county_weights: '{"72101": "100"}', + coty_name: ['Morovis'], + cty_code: ['72101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.4203, lat: 18.31708 }, + }, + { + zip_code: '729', + usps_city: 'Canovanas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 51015.0, + density: 580.0, + primary_coty_code: '72029', + primary_coty_name: 'Can\u00f3vanas', + county_weights: '{"72029": "87.09", "72087": "12.91"}', + coty_name: ['Can\u00f3vanas', 'Lo\u00edza'], + cty_code: ['72029', '72087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.88722, lat: 18.33113 }, + }, + { + zip_code: '731', + usps_city: 'Ponce', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 12657.0, + density: 102.4, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "97.8", "72001": "2.2"}', + coty_name: ['Ponce', 'Adjuntas'], + cty_code: ['72113', '72001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.63356, lat: 18.09776 }, + }, + { + zip_code: '775', + usps_city: 'Culebra', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 1299.0, + density: 47.5, + primary_coty_code: '72049', + primary_coty_name: 'Culebra', + county_weights: '{"72049": "100"}', + coty_name: ['Culebra'], + cty_code: ['72049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.29017, lat: 18.31347 }, + }, + { + zip_code: '950', + usps_city: 'Toa Baja', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '72051', + primary_coty_name: 'Dorado', + county_weights: '{"72051": "100"}', + coty_name: ['Dorado'], + cty_code: ['72051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.2376, lat: 18.46208 }, + }, + { + zip_code: '1040', + usps_city: 'Holyoke', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 40241.0, + density: 734.1, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.64107, lat: 42.21256 }, + }, + { + zip_code: '1062', + usps_city: 'Florence', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10364.0, + density: 220.4, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.69278, lat: 42.32188 }, + }, + { + zip_code: '1229', + usps_city: 'Glendale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 47.9, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.33212, lat: 42.27796 }, + }, + { + zip_code: '1245', + usps_city: 'Monterey', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 836.0, + density: 11.5, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2189, lat: 42.18815 }, + }, + { + zip_code: '1346', + usps_city: 'Heath', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 8.5, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.817, lat: 42.68892 }, + }, + { + zip_code: '1364', + usps_city: 'Orange', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7729.0, + density: 76.1, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.29242, lat: 42.61292 }, + }, + { + zip_code: '1430', + usps_city: 'Ashburnham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6297.0, + density: 65.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.92369, lat: 42.66019 }, + }, + { + zip_code: '1515', + usps_city: 'East Brookfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2040.0, + density: 79.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.0467, lat: 42.20328 }, + }, + { + zip_code: '1516', + usps_city: 'Douglas', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8859.0, + density: 93.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.75092, lat: 42.05284 }, + }, + { + zip_code: '1569', + usps_city: 'Uxbridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14025.0, + density: 186.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63709, lat: 42.05872 }, + }, + { + zip_code: '1850', + usps_city: 'Lowell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16151.0, + density: 4586.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.30292, lat: 42.65569 }, + }, + { + zip_code: '1929', + usps_city: 'Essex', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3745.0, + density: 103.6, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.77689, lat: 42.63474 }, + }, + { + zip_code: '2066', + usps_city: 'Scituate', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18239.0, + density: 426.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.76181, lat: 42.20146 }, + }, + { + zip_code: '2114', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13335.0, + density: 11472.1, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.06732, lat: 42.36316 }, + }, + { + zip_code: '2189', + usps_city: 'East Weymouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15296.0, + density: 1551.5, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.9316, lat: 42.20876 }, + }, + { + zip_code: '2324', + usps_city: 'Bridgewater', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27436.0, + density: 388.8, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97489, lat: 41.97282 }, + }, + { + zip_code: '2347', + usps_city: 'Lakeville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11420.0, + density: 148.0, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.95914, lat: 41.83127 }, + }, + { + zip_code: '2453', + usps_city: 'Waltham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 29505.0, + density: 3247.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.24024, lat: 42.36913 }, + }, + { + zip_code: '2468', + usps_city: 'Waban', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5623.0, + density: 1465.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.23077, lat: 42.3273 }, + }, + { + zip_code: '2637', + usps_city: 'Cummaquid', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 109.8, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.27243, lat: 41.70571 }, + }, + { + zip_code: '2650', + usps_city: 'North Chatham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 901.0, + density: 241.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.96591, lat: 41.70341 }, + }, + { + zip_code: '2664', + usps_city: 'South Yarmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8693.0, + density: 483.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.19464, lat: 41.67465 }, + }, + { + zip_code: '2817', + usps_city: 'West Greenwich', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 6224.0, + density: 47.9, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.6675, lat: 41.62906 }, + }, + { + zip_code: '2825', + usps_city: 'Foster', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 5768.0, + density: 41.2, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.72612, lat: 41.78117 }, + }, + { + zip_code: '2885', + usps_city: 'Warren', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 10461.0, + density: 658.7, + primary_coty_code: '44001', + primary_coty_name: 'Bristol', + county_weights: '{"44001": "100"}', + coty_name: ['Bristol'], + cty_code: ['44001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.26282, lat: 41.72826 }, + }, + { + zip_code: '2889', + usps_city: 'Warwick', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 27807.0, + density: 1234.4, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39206, lat: 41.7057 }, + }, + { + zip_code: '3242', + usps_city: 'Henniker', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4962.0, + density: 43.5, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.82244, lat: 43.1736 }, + }, + { + zip_code: '3284', + usps_city: 'Springfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 8.3, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.03075, lat: 43.49281 }, + }, + { + zip_code: '3458', + usps_city: 'Peterborough', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7022.0, + density: 50.5, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "99.89", "33005": "0.11"}', + coty_name: ['Hillsborough', 'Cheshire'], + cty_code: ['33011', '33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.93782, lat: 42.86906 }, + }, + { + zip_code: '3605', + usps_city: 'Lempster', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 11.1, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.1814, lat: 43.22739 }, + }, + { + zip_code: '3608', + usps_city: 'Walpole', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2981.0, + density: 34.0, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40643, lat: 43.07067 }, + }, + { + zip_code: '3784', + usps_city: 'West Lebanon', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4109.0, + density: 189.2, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30594, lat: 43.6368 }, + }, + { + zip_code: '3835', + usps_city: 'Farmington', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6930.0, + density: 73.0, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07607, lat: 43.36275 }, + }, + { + zip_code: '3850', + usps_city: 'Melvin Village', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 29.8, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.302, lat: 43.69273 }, + }, + { + zip_code: '4046', + usps_city: 'Kennebunkport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7873.0, + density: 68.4, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.492, lat: 43.42031 }, + }, + { + zip_code: '4255', + usps_city: 'Greenwood', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 5.5, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.67047, lat: 44.33622 }, + }, + { + zip_code: '4355', + usps_city: 'Readfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2556.0, + density: 33.7, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.94907, lat: 44.38211 }, + }, + { + zip_code: '4411', + usps_city: 'Bradley', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1715.0, + density: 15.6, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.57612, lat: 44.88125 }, + }, + { + zip_code: '4448', + usps_city: 'Howland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1436.0, + density: 5.0, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.70995, lat: 45.31869 }, + }, + { + zip_code: '4493', + usps_city: 'West Enfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1841.0, + density: 10.6, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.5338, lat: 45.23786 }, + }, + { + zip_code: '4548', + usps_city: 'Georgetown', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 19.8, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.74804, lat: 43.81499 }, + }, + { + zip_code: '4568', + usps_city: 'South Bristol', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 32.5, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.5599, lat: 43.88591 }, + }, + { + zip_code: '4609', + usps_city: 'Bar Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5470.0, + density: 50.0, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.27112, lat: 44.38521 }, + }, + { + zip_code: '4626', + usps_city: 'Cutler', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 4.2, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.22169, lat: 44.68494 }, + }, + { + zip_code: '4631', + usps_city: 'Eastport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 140.0, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.01792, lat: 44.9131 }, + }, + { + zip_code: '4694', + usps_city: 'Baileyville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2226.0, + density: 6.6, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.47223, lat: 45.10333 }, + }, + { + zip_code: '4760', + usps_city: 'Monticello', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 2.5, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.93643, lat: 46.34676 }, + }, + { + zip_code: '4854', + usps_city: 'Owls Head', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1524.0, + density: 66.3, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.08706, lat: 44.06816 }, + }, + { + zip_code: '4856', + usps_city: 'Rockport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3372.0, + density: 60.2, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.12006, lat: 44.17799 }, + }, + { + zip_code: '4961', + usps_city: 'New Portland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 1.1, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.13469, lat: 45.13299 }, + }, + { + zip_code: '4962', + usps_city: 'North Vassalboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 629.5, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.62609, lat: 44.48921 }, + }, + { + zip_code: '5040', + usps_city: 'East Corinth', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 22.4, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.20241, lat: 44.06711 }, + }, + { + zip_code: '5053', + usps_city: 'North Pomfret', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 17.8, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48795, lat: 43.71934 }, + }, + { + zip_code: '5150', + usps_city: 'North Springfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 102.3, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52925, lat: 43.33458 }, + }, + { + zip_code: '5492', + usps_city: 'Waterville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 15.5, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.75421, lat: 44.7166 }, + }, + { + zip_code: '5649', + usps_city: 'East Barre', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 8.9, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "59.93", "50023": "40.07"}', + coty_name: ['Orange', 'Washington'], + cty_code: ['50017', '50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.35782, lat: 44.15608 }, + }, + { + zip_code: '5762', + usps_city: 'Pittsfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 6.8, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.82914, lat: 43.79273 }, + }, + { + zip_code: '5763', + usps_city: 'Pittsford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2574.0, + density: 34.6, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.99965, lat: 43.72667 }, + }, + { + zip_code: '5867', + usps_city: 'Sutton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 935.0, + density: 10.0, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.0422, lat: 44.66286 }, + }, + { + zip_code: '5907', + usps_city: 'Norton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.4, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.8011, lat: 44.92015 }, + }, + { + zip_code: '6001', + usps_city: 'Avon', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18516.0, + density: 306.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.85385, lat: 41.7907 }, + }, + { + zip_code: '6031', + usps_city: 'Falls Village', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1344.0, + density: 13.5, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.31738, lat: 41.95776 }, + }, + { + zip_code: '6084', + usps_city: 'Tolland', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 14713.0, + density: 142.5, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.36458, lat: 41.87892 }, + }, + { + zip_code: '6119', + usps_city: 'West Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 15236.0, + density: 2882.8, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.72717, lat: 41.76334 }, + }, + { + zip_code: '6333', + usps_city: 'East Lyme', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7176.0, + density: 118.1, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.24505, lat: 41.38589 }, + }, + { + zip_code: '6403', + usps_city: 'Beacon Falls', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6168.0, + density: 246.2, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.05679, lat: 41.43901 }, + }, + { + zip_code: '6441', + usps_city: 'Higganum', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5011.0, + density: 74.8, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57741, lat: 41.46505 }, + }, + { + zip_code: '6798', + usps_city: 'Woodbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9562.0, + density: 101.5, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20705, lat: 41.56149 }, + }, + { + zip_code: '7043', + usps_city: 'Montclair', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12567.0, + density: 1872.8, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "96.64", "34031": "3.36"}', + coty_name: ['Essex', 'Passaic'], + cty_code: ['34013', '34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20045, lat: 40.84431 }, + }, + { + zip_code: '7045', + usps_city: 'Montville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10670.0, + density: 582.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36767, lat: 40.91072 }, + }, + { + zip_code: '7204', + usps_city: 'Roselle Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13581.0, + density: 4279.3, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2665, lat: 40.66531 }, + }, + { + zip_code: '7418', + usps_city: 'Glenwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2367.0, + density: 195.5, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48738, lat: 41.2386 }, + }, + { + zip_code: '7458', + usps_city: 'Saddle River', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11467.0, + density: 435.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09709, lat: 41.04586 }, + }, + { + zip_code: '7646', + usps_city: 'New Milford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16545.0, + density: 2798.2, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01957, lat: 40.93369 }, + }, + { + zip_code: '7647', + usps_city: 'Northvale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5487.0, + density: 935.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94259, lat: 41.00669 }, + }, + { + zip_code: '7662', + usps_city: 'Rochelle Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5597.0, + density: 2145.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07936, lat: 40.90715 }, + }, + { + zip_code: '7723', + usps_city: 'Deal', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 172.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00037, lat: 40.25032 }, + }, + { + zip_code: '7728', + usps_city: 'Freehold', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 55088.0, + density: 437.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2854, lat: 40.22544 }, + }, + { + zip_code: '7755', + usps_city: 'Oakhurst', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6028.0, + density: 819.1, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02284, lat: 40.26369 }, + }, + { + zip_code: '7842', + usps_city: 'Hibernia', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 28.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51033, lat: 40.9411 }, + }, + { + zip_code: '7931', + usps_city: 'Far Hills', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3203.0, + density: 59.7, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "75.85", "34027": "24.15"}', + coty_name: ['Somerset', 'Morris'], + cty_code: ['34035', '34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65261, lat: 40.70944 }, + }, + { + zip_code: '8001', + usps_city: 'Alloway', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 886.0, + density: 140.5, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34977, lat: 39.55073 }, + }, + { + zip_code: '8075', + usps_city: 'Riverside', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 28663.0, + density: 1114.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94989, lat: 40.02928 }, + }, + { + zip_code: '8201', + usps_city: 'Absecon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10012.0, + density: 678.2, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49507, lat: 39.42237 }, + }, + { + zip_code: '8321', + usps_city: 'Fortescue', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 5.1, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1418, lat: 39.22087 }, + }, + { + zip_code: '8327', + usps_city: 'Leesburg', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3118.0, + density: 226.1, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98212, lat: 39.24962 }, + }, + { + zip_code: '8332', + usps_city: 'Millville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 35414.0, + density: 129.0, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02428, lat: 39.37701 }, + }, + { + zip_code: '8360', + usps_city: 'Vineland', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41906.0, + density: 377.6, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "93.1", "34001": "4.21", "34015": "2.68"}', + coty_name: ['Cumberland', 'Atlantic', 'Gloucester'], + cty_code: ['34011', '34001', '34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00641, lat: 39.49427 }, + }, + { + zip_code: '8553', + usps_city: 'Rocky Hill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 402.0, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.64054, lat: 40.40015 }, + }, + { + zip_code: '8619', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21560.0, + density: 833.5, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.69605, lat: 40.24121 }, + }, + { + zip_code: '8732', + usps_city: 'Island Heights', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1421.0, + density: 1013.2, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14494, lat: 39.94175 }, + }, + { + zip_code: '8817', + usps_city: 'Edison', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 45204.0, + density: 1625.9, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.39446, lat: 40.5155 }, + }, + { + zip_code: '8824', + usps_city: 'Kendall Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12077.0, + density: 1197.6, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55168, lat: 40.42253 }, + }, + { + zip_code: '8827', + usps_city: 'Hampton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4159.0, + density: 85.4, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "93.37", "34041": "6.63"}', + coty_name: ['Hunterdon', 'Warren'], + cty_code: ['34019', '34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97391, lat: 40.66479 }, + }, + { + zip_code: '8836', + usps_city: 'Martinsville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3776.0, + density: 311.1, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55466, lat: 40.59608 }, + }, + { + zip_code: '8884', + usps_city: 'Spotswood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8269.0, + density: 1374.2, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.39148, lat: 40.39511 }, + }, + { + zip_code: '10012', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23318.0, + density: 27849.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.998, lat: 40.72584 }, + }, + { + zip_code: '10110', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98226, lat: 40.7545 }, + }, + { + zip_code: '10165', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97872, lat: 40.75213 }, + }, + { + zip_code: '10304', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41112.0, + density: 4257.7, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09418, lat: 40.60607 }, + }, + { + zip_code: '10457', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 74822.0, + density: 27276.2, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89871, lat: 40.84713 }, + }, + { + zip_code: '10560', + usps_city: 'North Salem', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4792.0, + density: 88.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60221, lat: 41.33202 }, + }, + { + zip_code: '10923', + usps_city: 'Garnerville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8627.0, + density: 1692.8, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9998, lat: 41.20235 }, + }, + { + zip_code: '10930', + usps_city: 'Highland Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9425.0, + density: 262.2, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11535, lat: 41.36485 }, + }, + { + zip_code: '10950', + usps_city: 'Monroe', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 50979.0, + density: 540.7, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.19886, lat: 41.31837 }, + }, + { + zip_code: '11372', + usps_city: 'Jackson Heights', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 62854.0, + density: 32758.7, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88361, lat: 40.75166 }, + }, + { + zip_code: '11560', + usps_city: 'Locust Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6669.0, + density: 343.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59021, lat: 40.88062 }, + }, + { + zip_code: '11577', + usps_city: 'Roslyn Heights', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12513.0, + density: 1585.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63883, lat: 40.78326 }, + }, + { + zip_code: '11590', + usps_city: 'Westbury', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 47245.0, + density: 2736.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.57461, lat: 40.75541 }, + }, + { + zip_code: '11795', + usps_city: 'West Islip', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24775.0, + density: 1688.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.29826, lat: 40.70788 }, + }, + { + zip_code: '11934', + usps_city: 'Center Moriches', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7584.0, + density: 626.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79363, lat: 40.80008 }, + }, + { + zip_code: '11964', + usps_city: 'Shelter Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2413.0, + density: 99.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.32076, lat: 41.0544 }, + }, + { + zip_code: '11967', + usps_city: 'Shirley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27854.0, + density: 949.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.8749, lat: 40.79514 }, + }, + { + zip_code: '11980', + usps_city: 'Yaphank', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5865.0, + density: 172.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92233, lat: 40.83146 }, + }, + { + zip_code: '12008', + usps_city: 'Alplaus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 310.2, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "100"}', + coty_name: ['Schenectady'], + cty_code: ['36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90799, lat: 42.85301 }, + }, + { + zip_code: '12020', + usps_city: 'Ballston Spa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33563.0, + density: 172.3, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.868, lat: 43.00248 }, + }, + { + zip_code: '12025', + usps_city: 'Broadalbin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5388.0, + density: 57.4, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "90.17", "36091": "9.83"}', + coty_name: ['Fulton', 'Saratoga'], + cty_code: ['36035', '36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.136, lat: 43.0833 }, + }, + { + zip_code: '12147', + usps_city: 'Rensselaerville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 9.6, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15546, lat: 42.51463 }, + }, + { + zip_code: '12202', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8342.0, + density: 1574.5, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76322, lat: 42.63378 }, + }, + { + zip_code: '12211', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10990.0, + density: 535.5, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76407, lat: 42.70582 }, + }, + { + zip_code: '12434', + usps_city: 'Grand Gorge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 23.6, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.50076, lat: 42.36051 }, + }, + { + zip_code: '12436', + usps_city: 'Haines Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 2.4, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07411, lat: 42.19555 }, + }, + { + zip_code: '12448', + usps_city: 'Lake Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 13.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1829, lat: 42.07925 }, + }, + { + zip_code: '12455', + usps_city: 'Margaretville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1755.0, + density: 8.8, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "97.38", "36111": "2.62"}', + coty_name: ['Delaware', 'Ulster'], + cty_code: ['36025', '36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65986, lat: 42.13971 }, + }, + { + zip_code: '12465', + usps_city: 'Pine Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 27.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "98.12", "36025": "1.88"}', + coty_name: ['Ulster', 'Delaware'], + cty_code: ['36111', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46732, lat: 42.1531 }, + }, + { + zip_code: '12523', + usps_city: 'Elizaville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 28.7, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75327, lat: 42.08684 }, + }, + { + zip_code: '12533', + usps_city: 'Hopewell Junction', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 25426.0, + density: 201.9, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "99.78", "36079": "0.22"}', + coty_name: ['Dutchess', 'Putnam'], + cty_code: ['36027', '36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79397, lat: 41.56031 }, + }, + { + zip_code: '12572', + usps_city: 'Rhinebeck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8892.0, + density: 67.9, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87204, lat: 41.92526 }, + }, + { + zip_code: '12580', + usps_city: 'Staatsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4479.0, + density: 80.2, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87222, lat: 41.85424 }, + }, + { + zip_code: '12592', + usps_city: 'Wassaic', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 29.9, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55412, lat: 41.79141 }, + }, + { + zip_code: '12760', + usps_city: 'Long Eddy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 4.7, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "55.81", "36105": "44.19"}', + coty_name: ['Delaware', 'Sullivan'], + cty_code: ['36025', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10893, lat: 41.90018 }, + }, + { + zip_code: '12801', + usps_city: 'Glens Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14358.0, + density: 1404.0, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64489, lat: 43.31142 }, + }, + { + zip_code: '12832', + usps_city: 'Granville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6502.0, + density: 31.2, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.31797, lat: 43.37072 }, + }, + { + zip_code: '12842', + usps_city: 'Indian Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 797.0, + density: 1.6, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.29218, lat: 43.75918 }, + }, + { + zip_code: '12860', + usps_city: 'Pottersville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 12.6, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80778, lat: 43.72556 }, + }, + { + zip_code: '12958', + usps_city: 'Mooers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1881.0, + density: 19.6, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.57857, lat: 44.95943 }, + }, + { + zip_code: '12979', + usps_city: 'Rouses Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2356.0, + density: 267.5, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37333, lat: 44.99163 }, + }, + { + zip_code: '12985', + usps_city: 'Schuyler Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1328.0, + density: 9.3, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74966, lat: 44.56301 }, + }, + { + zip_code: '13039', + usps_city: 'Cicero', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17028.0, + density: 291.1, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0691, lat: 43.16855 }, + }, + { + zip_code: '13090', + usps_city: 'Liverpool', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29869.0, + density: 765.7, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21356, lat: 43.15168 }, + }, + { + zip_code: '13219', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15107.0, + density: 1175.9, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22278, lat: 43.03979 }, + }, + { + zip_code: '13341', + usps_city: 'Franklin Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 348.0, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39698, lat: 43.0361 }, + }, + { + zip_code: '13411', + usps_city: 'New Berlin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3152.0, + density: 17.8, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "59.01", "36077": "40.99"}', + coty_name: ['Chenango', 'Otsego'], + cty_code: ['36017', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31162, lat: 42.63306 }, + }, + { + zip_code: '13436', + usps_city: 'Raquette Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 0.7, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66038, lat: 43.81103 }, + }, + { + zip_code: '13475', + usps_city: 'Van Hornesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 408.9, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83025, lat: 42.89381 }, + }, + { + zip_code: '13606', + usps_city: 'Adams Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2512.0, + density: 27.6, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.01523, lat: 43.87206 }, + }, + { + zip_code: '13616', + usps_city: 'Calcium', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1722.0, + density: 120.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85861, lat: 44.02608 }, + }, + { + zip_code: '13643', + usps_city: 'Great Bend', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 458.5, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71709, lat: 44.03181 }, + }, + { + zip_code: '13655', + usps_city: 'Hogansburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3444.0, + density: 65.8, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "95.16", "36089": "4.84"}', + coty_name: ['Franklin', 'St. Lawrence'], + cty_code: ['36033', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6513, lat: 44.97809 }, + }, + { + zip_code: '13670', + usps_city: 'Oswegatchie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 2.4, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11349, lat: 44.16999 }, + }, + { + zip_code: '13807', + usps_city: 'Milford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1163.0, + density: 18.9, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98652, lat: 42.60875 }, + }, + { + zip_code: '14091', + usps_city: 'Lawtons', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 20.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88369, lat: 42.54238 }, + }, + { + zip_code: '14510', + usps_city: 'Mount Morris', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4929.0, + density: 27.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87462, lat: 42.69013 }, + }, + { + zip_code: '14511', + usps_city: 'Mumford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 73.3, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87806, lat: 42.99763 }, + }, + { + zip_code: '14560', + usps_city: 'Springwater', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 21.6, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "61.09", "36069": "38.91"}', + coty_name: ['Livingston', 'Ontario'], + cty_code: ['36051', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57082, lat: 42.68378 }, + }, + { + zip_code: '14592', + usps_city: 'York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 148.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89574, lat: 42.87217 }, + }, + { + zip_code: '14616', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26948.0, + density: 1750.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65755, lat: 43.23464 }, + }, + { + zip_code: '14624', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36570.0, + density: 505.6, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7323, lat: 43.12739 }, + }, + { + zip_code: '14726', + usps_city: 'Conewango Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1892.0, + density: 18.0, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "85.9", "36013": "14.1"}', + coty_name: ['Cattaraugus', 'Chautauqua'], + cty_code: ['36009', '36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02122, lat: 42.25158 }, + }, + { + zip_code: '14738', + usps_city: 'Frewsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3252.0, + density: 19.1, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "92.77", "36009": "7.23"}', + coty_name: ['Chautauqua', 'Cattaraugus'], + cty_code: ['36013', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.06035, lat: 42.04548 }, + }, + { + zip_code: '14815', + usps_city: 'Bradford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 18.8, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "68.18", "36101": "31.82"}', + coty_name: ['Schuyler', 'Steuben'], + cty_code: ['36097', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09279, lat: 42.37458 }, + }, + { + zip_code: '14826', + usps_city: 'Cohocton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1957.0, + density: 12.4, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49693, lat: 42.49153 }, + }, + { + zip_code: '15034', + usps_city: 'Dravosburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1730.0, + density: 689.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89066, lat: 40.35083 }, + }, + { + zip_code: '15038', + usps_city: 'Elrama', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 309.9, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9262, lat: 40.25077 }, + }, + { + zip_code: '15052', + usps_city: 'Industry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3159.0, + density: 69.9, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43962, lat: 40.66992 }, + }, + { + zip_code: '15057', + usps_city: 'McDonald', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16167.0, + density: 114.2, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "51.67", "42003": "48.33"}', + coty_name: ['Washington', 'Allegheny'], + cty_code: ['42125', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24824, lat: 40.35592 }, + }, + { + zip_code: '15222', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5348.0, + density: 2541.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99336, lat: 40.44763 }, + }, + { + zip_code: '15226', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13511.0, + density: 2059.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01398, lat: 40.39512 }, + }, + { + zip_code: '15290', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "0"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0193, lat: 40.45734 }, + }, + { + zip_code: '15437', + usps_city: 'Farmington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2838.0, + density: 15.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60852, lat: 39.79065 }, + }, + { + zip_code: '15455', + usps_city: 'Leisenring', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 468.2, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.64231, lat: 40.0033 }, + }, + { + zip_code: '15522', + usps_city: 'Bedford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11402.0, + density: 23.5, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55186, lat: 39.94935 }, + }, + { + zip_code: '15560', + usps_city: 'Shanksville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 517.3, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90689, lat: 40.01631 }, + }, + { + zip_code: '15632', + usps_city: 'Export', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9961.0, + density: 141.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60686, lat: 40.43898 }, + }, + { + zip_code: '15638', + usps_city: 'Hostetter', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 337.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39891, lat: 40.26436 }, + }, + { + zip_code: '15642', + usps_city: 'Irwin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 44277.0, + density: 386.4, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "99.6", "42003": "0.4"}', + coty_name: ['Westmoreland', 'Allegheny'], + cty_code: ['42129', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72046, lat: 40.31918 }, + }, + { + zip_code: '15663', + usps_city: 'Madison', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 175.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67922, lat: 40.25179 }, + }, + { + zip_code: '15683', + usps_city: 'Scottdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7638.0, + density: 189.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "87.6", "42051": "12.4"}', + coty_name: ['Westmoreland', 'Fayette'], + cty_code: ['42129', '42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60721, lat: 40.10767 }, + }, + { + zip_code: '15691', + usps_city: 'Wendel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 859.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.68615, lat: 40.29537 }, + }, + { + zip_code: '15781', + usps_city: 'Walston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 116.0, + density: 42.7, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98679, lat: 40.96379 }, + }, + { + zip_code: '15905', + usps_city: 'Johnstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19739.0, + density: 212.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "88.58", "42111": "11.42"}', + coty_name: ['Cambria', 'Somerset'], + cty_code: ['42021', '42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97841, lat: 40.28713 }, + }, + { + zip_code: '15921', + usps_city: 'Beaverdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 63.4, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70089, lat: 40.31733 }, + }, + { + zip_code: '16112', + usps_city: 'Bessemer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1512.0, + density: 86.8, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50177, lat: 40.96819 }, + }, + { + zip_code: '16116', + usps_city: 'Edinburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2741.0, + density: 40.1, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45212, lat: 41.03631 }, + }, + { + zip_code: '16254', + usps_city: 'Shippenville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3264.0, + density: 24.7, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.45741, lat: 41.26841 }, + }, + { + zip_code: '16263', + usps_city: 'Yatesboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 64.2, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.33506, lat: 40.7974 }, + }, + { + zip_code: '16340', + usps_city: 'Pittsfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1705.0, + density: 6.8, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.41765, lat: 41.8024 }, + }, + { + zip_code: '16351', + usps_city: 'Tidioute', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1518.0, + density: 5.9, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "94.76", "42053": "5.24"}', + coty_name: ['Warren', 'Forest'], + cty_code: ['42123', '42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35991, lat: 41.67827 }, + }, + { + zip_code: '16613', + usps_city: 'Ashville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1370.0, + density: 20.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "99.28", "42013": "0.72"}', + coty_name: ['Cambria', 'Blair'], + cty_code: ['42021', '42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53759, lat: 40.54804 }, + }, + { + zip_code: '16731', + usps_city: 'Eldred', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2341.0, + density: 15.2, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37465, lat: 41.94555 }, + }, + { + zip_code: '16801', + usps_city: 'State College', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 45280.0, + density: 559.1, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.84134, lat: 40.77888 }, + }, + { + zip_code: '16837', + usps_city: 'Glen Richey', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 89.9, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47494, lat: 40.94576 }, + }, + { + zip_code: '16855', + usps_city: 'Mineral Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 21.1, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37705, lat: 40.99735 }, + }, + { + zip_code: '16878', + usps_city: 'West Decatur', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1756.0, + density: 33.2, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.32864, lat: 40.94825 }, + }, + { + zip_code: '16882', + usps_city: 'Woodward', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 5.7, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32347, lat: 40.91244 }, + }, + { + zip_code: '16933', + usps_city: 'Mansfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6518.0, + density: 25.8, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.06663, lat: 41.81906 }, + }, + { + zip_code: '17005', + usps_city: 'Berrysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 230.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80968, lat: 40.60285 }, + }, + { + zip_code: '17039', + usps_city: 'Kleinfeltersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 43.1, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.241, lat: 40.29071 }, + }, + { + zip_code: '17090', + usps_city: 'Shermans Dale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5645.0, + density: 64.4, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18197, lat: 40.32928 }, + }, + { + zip_code: '17104', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20208.0, + density: 2905.5, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86264, lat: 40.25481 }, + }, + { + zip_code: '17211', + usps_city: 'Artemas', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 6.8, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40712, lat: 39.75258 }, + }, + { + zip_code: '17212', + usps_city: 'Big Cove Tannery', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 8.0, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.06452, lat: 39.8127 }, + }, + { + zip_code: '17225', + usps_city: 'Greencastle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20844.0, + density: 98.8, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75933, lat: 39.7864 }, + }, + { + zip_code: '17361', + usps_city: 'Shrewsbury', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6315.0, + density: 781.6, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67702, lat: 39.76552 }, + }, + { + zip_code: '17365', + usps_city: 'Wellsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2462.0, + density: 47.9, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9379, lat: 40.05559 }, + }, + { + zip_code: '17509', + usps_city: 'Christiana', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4822.0, + density: 72.2, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03006, lat: 39.90967 }, + }, + { + zip_code: '17529', + usps_city: 'Gordonville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4866.0, + density: 119.7, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10019, lat: 40.03979 }, + }, + { + zip_code: '17727', + usps_city: 'Cedar Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 0.3, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "94.44", "42117": "5.56"}', + coty_name: ['Lycoming', 'Tioga'], + cty_code: ['42081', '42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49167, lat: 41.52994 }, + }, + { + zip_code: '17763', + usps_city: 'Ralston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 2.8, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97576, lat: 41.51534 }, + }, + { + zip_code: '17941', + usps_city: 'Klingerstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 772.0, + density: 12.1, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "78.9", "42097": "21.1"}', + coty_name: ['Schuylkill', 'Northumberland'], + cty_code: ['42107', '42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61416, lat: 40.68402 }, + }, + { + zip_code: '17965', + usps_city: 'Port Carbon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1989.0, + density: 1077.0, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.16533, lat: 40.69859 }, + }, + { + zip_code: '17985', + usps_city: 'Zion Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1204.0, + density: 17.7, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "87.68", "42037": "12.32"}', + coty_name: ['Schuylkill', 'Columbia'], + cty_code: ['42107', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21827, lat: 40.91353 }, + }, + { + zip_code: '18321', + usps_city: 'Bartonsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 238.1, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28975, lat: 41.01685 }, + }, + { + zip_code: '18405', + usps_city: 'Beach Lake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2697.0, + density: 28.2, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "91.76", "42103": "8.24"}', + coty_name: ['Wayne', 'Pike'], + cty_code: ['42127', '42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10266, lat: 41.593 }, + }, + { + zip_code: '18417', + usps_city: 'Equinunk', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1018.0, + density: 6.7, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.19853, lat: 41.80469 }, + }, + { + zip_code: '18433', + usps_city: 'Jermyn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6448.0, + density: 89.8, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5882, lat: 41.57448 }, + }, + { + zip_code: '18443', + usps_city: 'Milanville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 12.3, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10116, lat: 41.66231 }, + }, + { + zip_code: '18512', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11666.0, + density: 402.5, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59457, lat: 41.42739 }, + }, + { + zip_code: '18617', + usps_city: 'Glen Lyon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1766.0, + density: 112.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07668, lat: 41.17062 }, + }, + { + zip_code: '18848', + usps_city: 'Towanda', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8746.0, + density: 31.9, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45419, lat: 41.75212 }, + }, + { + zip_code: '18915', + usps_city: 'Colmar', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 287.4, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25677, lat: 40.27218 }, + }, + { + zip_code: '18938', + usps_city: 'New Hope', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14156.0, + density: 133.5, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.9975, lat: 40.35238 }, + }, + { + zip_code: '18944', + usps_city: 'Perkasie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25475.0, + density: 213.1, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.23465, lat: 40.39137 }, + }, + { + zip_code: '18970', + usps_city: 'Trumbauersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 660.0, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38118, lat: 40.41201 }, + }, + { + zip_code: '18980', + usps_city: 'Wycombe', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 72.3, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.01415, lat: 40.26793 }, + }, + { + zip_code: '19043', + usps_city: 'Holmes', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2470.0, + density: 2421.8, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30889, lat: 39.90032 }, + }, + { + zip_code: '19075', + usps_city: 'Oreland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7632.0, + density: 1304.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.18635, lat: 40.11404 }, + }, + { + zip_code: '19109', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "0"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16365, lat: 39.94966 }, + }, + { + zip_code: '19341', + usps_city: 'Exton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17572.0, + density: 526.5, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.63669, lat: 40.04104 }, + }, + { + zip_code: '19375', + usps_city: 'Unionville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74032, lat: 39.90044 }, + }, + { + zip_code: '19731', + usps_city: 'Port Penn', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 129.7, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5833, lat: 39.5189 }, + }, + { + zip_code: '19902', + usps_city: 'Dover Afb', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 317.5, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48168, lat: 39.12528 }, + }, + { + zip_code: '19946', + usps_city: 'Frederica', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 5294.0, + density: 92.7, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45416, lat: 39.03423 }, + }, + { + zip_code: '20007', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 27201.0, + density: 3498.5, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07866, lat: 38.91418 }, + }, + { + zip_code: '20024', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 14530.0, + density: 2145.2, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02758, lat: 38.87826 }, + }, + { + zip_code: '20228', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03016, lat: 38.88631 }, + }, + { + zip_code: '20418', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04776, lat: 38.8928 }, + }, + { + zip_code: '20706', + usps_city: 'Lanham', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 43670.0, + density: 1630.3, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85094, lat: 38.96561 }, + }, + { + zip_code: '20742', + usps_city: 'College Park', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6726.0, + density: 3510.1, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9456, lat: 38.98958 }, + }, + { + zip_code: '20783', + usps_city: 'Hyattsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 45302.0, + density: 3110.3, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9688, lat: 38.99912 }, + }, + { + zip_code: '20906', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 70749.0, + density: 2262.3, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05664, lat: 39.0867 }, + }, + { + zip_code: '21036', + usps_city: 'Dayton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2112.0, + density: 129.5, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00258, lat: 39.23372 }, + }, + { + zip_code: '21037', + usps_city: 'Edgewater', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 21046.0, + density: 470.8, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54423, lat: 38.91546 }, + }, + { + zip_code: '21163', + usps_city: 'Woodstock', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7030.0, + density: 215.6, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "63.08", "24005": "36.92"}', + coty_name: ['Howard', 'Baltimore'], + cty_code: ['24027', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85618, lat: 39.33972 }, + }, + { + zip_code: '21210', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15553.0, + density: 1810.5, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "93.42", "24005": "6.58"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63439, lat: 39.3582 }, + }, + { + zip_code: '21216', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 30179.0, + density: 3494.7, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67206, lat: 39.31104 }, + }, + { + zip_code: '21218', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 47555.0, + density: 4389.0, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60268, lat: 39.32997 }, + }, + { + zip_code: '21542', + usps_city: 'Midland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 687.0, + density: 386.8, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.94987, lat: 39.59605 }, + }, + { + zip_code: '21632', + usps_city: 'Federalsburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6078.0, + density: 31.7, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "88.92", "24019": "11.08"}', + coty_name: ['Caroline', 'Dorchester'], + cty_code: ['24011', '24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77367, lat: 38.7275 }, + }, + { + zip_code: '21704', + usps_city: 'Frederick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16887.0, + density: 248.6, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.37499, lat: 39.35404 }, + }, + { + zip_code: '21754', + usps_city: 'Ijamsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6667.0, + density: 108.5, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31223, lat: 39.33486 }, + }, + { + zip_code: '21851', + usps_city: 'Pocomoke City', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6949.0, + density: 25.4, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "91.05", "24039": "8.95"}', + coty_name: ['Worcester', 'Somerset'], + cty_code: ['24047', '24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54305, lat: 38.0793 }, + }, + { + zip_code: '21856', + usps_city: 'Quantico', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 875.0, + density: 9.6, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.79155, lat: 38.33516 }, + }, + { + zip_code: '22709', + usps_city: 'Aroda', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1414.0, + density: 42.4, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21874, lat: 38.33179 }, + }, + { + zip_code: '58771', + usps_city: 'Plaza', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 515.0, + density: 0.7, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "83.66", "38101": "15.01", "38055": "1.32"}', + coty_name: ['Mountrail', 'Ward', 'McLean'], + cty_code: ['38061', '38101', '38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.97553, lat: 48.08424 }, + }, + { + zip_code: '58845', + usps_city: 'Grenora', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 0.6, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "82.75", "38023": "17.25"}', + coty_name: ['Williams', 'Divide'], + cty_code: ['38105', '38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.92544, lat: 48.64854 }, + }, + { + zip_code: '58847', + usps_city: 'Keene', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 0.9, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "100"}', + coty_name: ['McKenzie'], + cty_code: ['38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.89825, lat: 47.90633 }, + }, + { + zip_code: '59034', + usps_city: 'Hardin', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 5454.0, + density: 2.8, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.68068, lat: 45.69788 }, + }, + { + zip_code: '59052', + usps_city: 'McLeod', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 0.1, + primary_coty_code: '30097', + primary_coty_name: 'Sweet Grass', + county_weights: '{"30097": "82.01", "30067": "17.99"}', + coty_name: ['Sweet Grass', 'Park'], + cty_code: ['30097', '30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.18328, lat: 45.43122 }, + }, + { + zip_code: '59076', + usps_city: 'Sanders', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 2.6, + primary_coty_code: '30103', + primary_coty_name: 'Treasure', + county_weights: '{"30103": "100"}', + coty_name: ['Treasure'], + cty_code: ['30103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.07395, lat: 46.27876 }, + }, + { + zip_code: '59260', + usps_city: 'Richland', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.2, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "73.64", "30019": "26.36"}', + coty_name: ['Valley', 'Daniels'], + cty_code: ['30105', '30019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.07217, lat: 48.8247 }, + }, + { + zip_code: '59318', + usps_city: 'Brusett', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.1, + primary_coty_code: '30033', + primary_coty_name: 'Garfield', + county_weights: '{"30033": "100"}', + coty_name: ['Garfield'], + cty_code: ['30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.48345, lat: 47.49141 }, + }, + { + zip_code: '59436', + usps_city: 'Fairfield', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1993.0, + density: 2.9, + primary_coty_code: '30099', + primary_coty_name: 'Teton', + county_weights: '{"30099": "100"}', + coty_name: ['Teton'], + cty_code: ['30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.07166, lat: 47.61494 }, + }, + { + zip_code: '59501', + usps_city: 'Havre', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 12731.0, + density: 3.8, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "100"}', + coty_name: ['Hill'], + cty_code: ['30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.79899, lat: 48.68878 }, + }, + { + zip_code: '59749', + usps_city: 'Sheridan', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1964.0, + density: 3.8, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.12315, lat: 45.44578 }, + }, + { + zip_code: '59758', + usps_city: 'West Yellowstone', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1434.0, + density: 1.7, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "100"}', + coty_name: ['Gallatin'], + cty_code: ['30031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.18791, lat: 44.7432 }, + }, + { + zip_code: '59802', + usps_city: 'Missoula', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 19259.0, + density: 161.6, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.91981, lat: 46.90361 }, + }, + { + zip_code: '59854', + usps_city: 'Ovando', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 0.2, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "100"}', + coty_name: ['Powell'], + cty_code: ['30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.08407, lat: 47.03541 }, + }, + { + zip_code: '59858', + usps_city: 'Philipsburg', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1532.0, + density: 0.7, + primary_coty_code: '30039', + primary_coty_name: 'Granite', + county_weights: '{"30039": "100"}', + coty_name: ['Granite'], + cty_code: ['30039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.44897, lat: 46.28846 }, + }, + { + zip_code: '59864', + usps_city: 'Ronan', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 7177.0, + density: 14.6, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.11019, lat: 47.52899 }, + }, + { + zip_code: '59913', + usps_city: 'Coram', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 3.6, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.94615, lat: 48.41716 }, + }, + { + zip_code: '59915', + usps_city: 'Elmo', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 4.2, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.40228, lat: 47.84314 }, + }, + { + zip_code: '60115', + usps_city: 'Dekalb', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 45268.0, + density: 216.5, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75481, lat: 41.90083 }, + }, + { + zip_code: '60120', + usps_city: 'Elgin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 50573.0, + density: 1174.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "50.94", "17031": "49.06"}', + coty_name: ['Kane', 'Cook'], + cty_code: ['17089', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23846, lat: 42.03452 }, + }, + { + zip_code: '60172', + usps_city: 'Roselle', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24371.0, + density: 1348.0, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "83.67", "17031": "16.33"}', + coty_name: ['DuPage', 'Cook'], + cty_code: ['17043', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08963, lat: 41.97967 }, + }, + { + zip_code: '60440', + usps_city: 'Bolingbrook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 52273.0, + density: 1255.6, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "97.03", "17043": "2.97"}', + coty_name: ['Will', 'DuPage'], + cty_code: ['17197', '17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07511, lat: 41.70023 }, + }, + { + zip_code: '60481', + usps_city: 'Wilmington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11809.0, + density: 41.4, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "97.25", "17063": "2.08", "17091": "0.68"}', + coty_name: ['Will', 'Grundy', 'Kankakee'], + cty_code: ['17197', '17063', '17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12307, lat: 41.28399 }, + }, + { + zip_code: '60490', + usps_city: 'Bolingbrook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22158.0, + density: 906.3, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1444, lat: 41.67474 }, + }, + { + zip_code: '60505', + usps_city: 'Aurora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 74726.0, + density: 2578.3, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29409, lat: 41.76429 }, + }, + { + zip_code: '60520', + usps_city: 'Hinckley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2855.0, + density: 24.5, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.65816, lat: 41.78252 }, + }, + { + zip_code: '60537', + usps_city: 'Millington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 336.7, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "63.16", "17093": "36.84"}', + coty_name: ['LaSalle', 'Kendall'], + cty_code: ['17099', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60243, lat: 41.56208 }, + }, + { + zip_code: '60564', + usps_city: 'Naperville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42425.0, + density: 1019.5, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "87.52", "17043": "12.48"}', + coty_name: ['Will', 'DuPage'], + cty_code: ['17197', '17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19854, lat: 41.70819 }, + }, + { + zip_code: '60613', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 50761.0, + density: 9012.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65781, lat: 41.95586 }, + }, + { + zip_code: '60622', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 53294.0, + density: 8329.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6833, lat: 41.90275 }, + }, + { + zip_code: '60639', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 88204.0, + density: 6982.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75607, lat: 41.92058 }, + }, + { + zip_code: '60646', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28569.0, + density: 2412.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7596, lat: 41.99301 }, + }, + { + zip_code: '60924', + usps_city: 'Cissna Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 8.1, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88532, lat: 40.55778 }, + }, + { + zip_code: '61073', + usps_city: 'Roscoe', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19501.0, + density: 274.8, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "99.46", "17007": "0.54"}', + coty_name: ['Winnebago', 'Boone'], + cty_code: ['17201', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9935, lat: 42.42469 }, + }, + { + zip_code: '61311', + usps_city: 'Ancona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 5.6, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86003, lat: 41.03781 }, + }, + { + zip_code: '61336', + usps_city: 'Magnolia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 4.7, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "78.66", "17123": "21.34"}', + coty_name: ['Putnam', 'Marshall'], + cty_code: ['17155', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22006, lat: 41.10705 }, + }, + { + zip_code: '61435', + usps_city: 'Gerlaw', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 0.9, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "100"}', + coty_name: ['Warren'], + cty_code: ['17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56785, lat: 40.99239 }, + }, + { + zip_code: '61471', + usps_city: 'Raritan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 136.8, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83501, lat: 40.69753 }, + }, + { + zip_code: '61488', + usps_city: 'Wataga', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 17.2, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3183, lat: 41.03225 }, + }, + { + zip_code: '61523', + usps_city: 'Chillicothe', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11055.0, + density: 79.9, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "99.52", "17123": "0.48"}', + coty_name: ['Peoria', 'Marshall'], + cty_code: ['17143', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53549, lat: 40.91725 }, + }, + { + zip_code: '61532', + usps_city: 'Forest City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 6.8, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "100"}', + coty_name: ['Mason'], + cty_code: ['17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81879, lat: 40.33949 }, + }, + { + zip_code: '61536', + usps_city: 'Hanna City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2866.0, + density: 27.0, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78701, lat: 40.6899 }, + }, + { + zip_code: '61561', + usps_city: 'Roanoke', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2507.0, + density: 17.6, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "100"}', + coty_name: ['Woodford'], + cty_code: ['17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20088, lat: 40.80295 }, + }, + { + zip_code: '61565', + usps_city: 'Sparland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1460.0, + density: 8.6, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "96.81", "17143": "3.19"}', + coty_name: ['Marshall', 'Peoria'], + cty_code: ['17123', '17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50995, lat: 41.03231 }, + }, + { + zip_code: '61739', + usps_city: 'Fairbury', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4614.0, + density: 18.3, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "99.82", "17113": "0.18"}', + coty_name: ['Livingston', 'McLean'], + cty_code: ['17105', '17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52043, lat: 40.73313 }, + }, + { + zip_code: '61756', + usps_city: 'Maroa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2313.0, + density: 10.8, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "93.75", "17039": "6.25"}', + coty_name: ['Macon', 'De Witt'], + cty_code: ['17115', '17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.97344, lat: 40.03121 }, + }, + { + zip_code: '61811', + usps_city: 'Alvin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 709.0, + density: 9.7, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62283, lat: 40.29272 }, + }, + { + zip_code: '61941', + usps_city: 'Murdock', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 24.6, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "100"}', + coty_name: ['Douglas'], + cty_code: ['17041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07291, lat: 39.80403 }, + }, + { + zip_code: '62044', + usps_city: 'Greenfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2262.0, + density: 8.4, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "94.72", "17117": "5.28"}', + coty_name: ['Greene', 'Macoupin'], + cty_code: ['17061', '17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2127, lat: 39.36359 }, + }, + { + zip_code: '62065', + usps_city: 'Michael', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 4.5, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62893, lat: 39.23213 }, + }, + { + zip_code: '62069', + usps_city: 'Mount Olive', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3184.0, + density: 38.6, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "99.79", "17135": "0.21"}', + coty_name: ['Macoupin', 'Montgomery'], + cty_code: ['17117', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7394, lat: 39.08832 }, + }, + { + zip_code: '62087', + usps_city: 'South Roxana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2073.0, + density: 264.3, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06613, lat: 38.81683 }, + }, + { + zip_code: '62207', + usps_city: 'East Saint Louis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9090.0, + density: 526.0, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12288, lat: 38.58286 }, + }, + { + zip_code: '62220', + usps_city: 'Belleville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17722.0, + density: 233.7, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98652, lat: 38.47337 }, + }, + { + zip_code: '62221', + usps_city: 'Belleville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30301.0, + density: 340.7, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89921, lat: 38.51485 }, + }, + { + zip_code: '62249', + usps_city: 'Highland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15574.0, + density: 70.5, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "98.53", "17027": "1.47"}', + coty_name: ['Madison', 'Clinton'], + cty_code: ['17119', '17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.66451, lat: 38.75527 }, + }, + { + zip_code: '62263', + usps_city: 'Nashville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4912.0, + density: 13.0, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "98.61", "17145": "1.39"}', + coty_name: ['Washington', 'Perry'], + cty_code: ['17189', '17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40006, lat: 38.33016 }, + }, + { + zip_code: '62293', + usps_city: 'Trenton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4437.0, + density: 28.8, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "81.82", "17163": "9.81", "17119": "8.36"}', + coty_name: ['Clinton', 'St. Clair', 'Madison'], + cty_code: ['17027', '17163', '17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69751, lat: 38.61897 }, + }, + { + zip_code: '62294', + usps_city: 'Troy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14156.0, + density: 177.3, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "99.31", "17163": "0.69"}', + coty_name: ['Madison', 'St. Clair'], + cty_code: ['17119', '17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.87117, lat: 38.70281 }, + }, + { + zip_code: '62360', + usps_city: 'Payson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1651.0, + density: 17.8, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.26344, lat: 39.8163 }, + }, + { + zip_code: '62361', + usps_city: 'Pearl', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 2.3, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64629, lat: 39.48316 }, + }, + { + zip_code: '62521', + usps_city: 'Decatur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 35261.0, + density: 203.4, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92533, lat: 39.81509 }, + }, + { + zip_code: '62539', + usps_city: 'Illiopolis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1247.0, + density: 10.3, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "95.8", "17115": "4.2"}', + coty_name: ['Sangamon', 'Macon'], + cty_code: ['17167', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.25126, lat: 39.86604 }, + }, + { + zip_code: '62568', + usps_city: 'Taylorville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15612.0, + density: 47.9, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29024, lat: 39.56083 }, + }, + { + zip_code: '62628', + usps_city: 'Chapin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 7.5, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "95.2", "17171": "4.8"}', + coty_name: ['Morgan', 'Scott'], + cty_code: ['17137', '17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.40324, lat: 39.77945 }, + }, + { + zip_code: '62639', + usps_city: 'Frederick', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 3.3, + primary_coty_code: '17169', + primary_coty_name: 'Schuyler', + county_weights: '{"17169": "100"}', + coty_name: ['Schuyler'], + cty_code: ['17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48803, lat: 40.04263 }, + }, + { + zip_code: '62664', + usps_city: 'Mason City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3182.0, + density: 11.3, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "100"}', + coty_name: ['Mason'], + cty_code: ['17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.72526, lat: 40.21229 }, + }, + { + zip_code: '62703', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29830.0, + density: 749.4, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62982, lat: 39.7618 }, + }, + { + zip_code: '62959', + usps_city: 'Marion', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28115.0, + density: 80.2, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.90775, lat: 37.71804 }, + }, + { + zip_code: '63017', + usps_city: 'Chesterfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 41262.0, + density: 813.9, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53642, lat: 38.65105 }, + }, + { + zip_code: '63088', + usps_city: 'Valley Park', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8526.0, + density: 586.8, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50325, lat: 38.54766 }, + }, + { + zip_code: '63138', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18226.0, + density: 383.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1823, lat: 38.79965 }, + }, + { + zip_code: '63155', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "0"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20545, lat: 38.62788 }, + }, + { + zip_code: '63430', + usps_city: 'Alexandria', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 5.5, + primary_coty_code: '29045', + primary_coty_name: 'Clark', + county_weights: '{"29045": "100"}', + coty_name: ['Clark'], + cty_code: ['29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5404, lat: 40.38961 }, + }, + { + zip_code: '63451', + usps_city: 'Leonard', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 1.3, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "100"}', + coty_name: ['Shelby'], + cty_code: ['29205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20448, lat: 39.90604 }, + }, + { + zip_code: '63472', + usps_city: 'Wayland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 105.2, + primary_coty_code: '29045', + primary_coty_name: 'Clark', + county_weights: '{"29045": "100"}', + coty_name: ['Clark'], + cty_code: ['29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.58422, lat: 40.40016 }, + }, + { + zip_code: '63544', + usps_city: 'Green Castle', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 2.3, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "51.96", "29001": "43.89", "29171": "4.16"}', + coty_name: ['Sullivan', 'Adair', 'Putnam'], + cty_code: ['29211', '29001', '29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.84261, lat: 40.25124 }, + }, + { + zip_code: '63557', + usps_city: 'New Boston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 0.9, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "78.69", "29121": "20.62", "29001": "0.69"}', + coty_name: ['Linn', 'Macon', 'Adair'], + cty_code: ['29115', '29121', '29001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87157, lat: 39.97621 }, + }, + { + zip_code: '63675', + usps_city: 'Vulcan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 4.8, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "100"}', + coty_name: ['Iron'], + cty_code: ['29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68977, lat: 37.30476 }, + }, + { + zip_code: '63738', + usps_city: 'Brownwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "100"}', + coty_name: ['Stoddard'], + cty_code: ['29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95738, lat: 37.0893 }, + }, + { + zip_code: '63739', + usps_city: 'Burfordville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 12.5, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80045, lat: 37.36029 }, + }, + { + zip_code: '63833', + usps_city: 'Catron', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 0.8, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "75.62", "29207": "24.38"}', + coty_name: ['New Madrid', 'Stoddard'], + cty_code: ['29143', '29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.72895, lat: 36.6455 }, + }, + { + zip_code: '63853', + usps_city: 'Holland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 41.7, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.87034, lat: 36.06479 }, + }, + { + zip_code: '63878', + usps_city: 'Tallapoosa', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 43.9, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82234, lat: 36.50301 }, + }, + { + zip_code: '64015', + usps_city: 'Blue Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 30754.0, + density: 522.7, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30635, lat: 39.01411 }, + }, + { + zip_code: '64016', + usps_city: 'Buckner', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4715.0, + density: 56.0, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21478, lat: 39.11773 }, + }, + { + zip_code: '64071', + usps_city: 'Mayview', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 6.2, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83358, lat: 39.02947 }, + }, + { + zip_code: '64108', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8450.0, + density: 898.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.58485, lat: 39.08422 }, + }, + { + zip_code: '64130', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20170.0, + density: 1081.2, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54077, lat: 39.03372 }, + }, + { + zip_code: '64145', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5060.0, + density: 296.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59312, lat: 38.8755 }, + }, + { + zip_code: '64150', + usps_city: 'Riverside', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3427.0, + density: 237.6, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63029, lat: 39.17045 }, + }, + { + zip_code: '64442', + usps_city: 'Eagleville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 886.0, + density: 4.1, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "100"}', + coty_name: ['Harrison'], + cty_code: ['29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00942, lat: 40.49621 }, + }, + { + zip_code: '64506', + usps_city: 'Saint Joseph', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 24180.0, + density: 848.5, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "96.53", "29003": "3.47"}', + coty_name: ['Buchanan', 'Andrew'], + cty_code: ['29021', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80172, lat: 39.78973 }, + }, + { + zip_code: '64623', + usps_city: 'Bosworth', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 366.0, + density: 2.0, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "100"}', + coty_name: ['Carroll'], + cty_code: ['29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33376, lat: 39.47035 }, + }, + { + zip_code: '64633', + usps_city: 'Carrollton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4719.0, + density: 7.9, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "100"}', + coty_name: ['Carroll'], + cty_code: ['29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4837, lat: 39.35829 }, + }, + { + zip_code: '64655', + usps_city: 'Lucerne', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 1.0, + primary_coty_code: '29171', + primary_coty_name: 'Putnam', + county_weights: '{"29171": "100"}', + coty_name: ['Putnam'], + cty_code: ['29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24657, lat: 40.45067 }, + }, + { + zip_code: '64668', + usps_city: 'Norborne', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 4.0, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "85.03", "29177": "14.97"}', + coty_name: ['Carroll', 'Ray'], + cty_code: ['29033', '29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70209, lat: 39.35102 }, + }, + { + zip_code: '64720', + usps_city: 'Adrian', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3452.0, + density: 10.2, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "100"}', + coty_name: ['Bates'], + cty_code: ['29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34314, lat: 38.40491 }, + }, + { + zip_code: '64771', + usps_city: 'Moundville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 3.4, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45925, lat: 37.76056 }, + }, + { + zip_code: '64784', + usps_city: 'Sheldon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1312.0, + density: 4.6, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "87.93", "29011": "11.53", "29039": "0.53"}', + coty_name: ['Vernon', 'Barton', 'Cedar'], + cty_code: ['29217', '29011', '29039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23413, lat: 37.66688 }, + }, + { + zip_code: '64830', + usps_city: 'Alba', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 216.1, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41035, lat: 37.23137 }, + }, + { + zip_code: '64847', + usps_city: 'Lanagan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 45.8, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "100"}', + coty_name: ['McDonald'], + cty_code: ['29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44101, lat: 36.59401 }, + }, + { + zip_code: '64857', + usps_city: 'Purcell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 268.7, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43862, lat: 37.24587 }, + }, + { + zip_code: '64870', + usps_city: 'Webb City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15278.0, + density: 173.5, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48113, lat: 37.18523 }, + }, + { + zip_code: '65048', + usps_city: 'Koeltztown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 2.4, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "100"}', + coty_name: ['Osage'], + cty_code: ['29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.04676, lat: 38.3615 }, + }, + { + zip_code: '65246', + usps_city: 'Dalton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 0.6, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99577, lat: 39.37866 }, + }, + { + zip_code: '65263', + usps_city: 'Madison', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 4.5, + primary_coty_code: '29137', + primary_coty_name: 'Monroe', + county_weights: '{"29137": "98.05", "29175": "1.95"}', + coty_name: ['Monroe', 'Randolph'], + cty_code: ['29137', '29175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.22348, lat: 39.45684 }, + }, + { + zip_code: '65283', + usps_city: 'Stoutsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 3.7, + primary_coty_code: '29137', + primary_coty_name: 'Monroe', + county_weights: '{"29137": "100"}', + coty_name: ['Monroe'], + cty_code: ['29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83494, lat: 39.50838 }, + }, + { + zip_code: '65322', + usps_city: 'Blackwater', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 4.1, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "100"}', + coty_name: ['Cooper'], + cty_code: ['29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95008, lat: 38.9786 }, + }, + { + zip_code: '65552', + usps_city: 'Plato', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2168.0, + density: 5.6, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "87.83", "29169": "9.59", "29105": "2.58"}', + coty_name: ['Texas', 'Pulaski', 'Laclede'], + cty_code: ['29215', '29169', '29105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16579, lat: 37.53328 }, + }, + { + zip_code: '65567', + usps_city: 'Stoutland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1460.0, + density: 9.3, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "87.79", "29105": "12.21"}', + coty_name: ['Camden', 'Laclede'], + cty_code: ['29029', '29105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53839, lat: 37.87255 }, + }, + { + zip_code: '65605', + usps_city: 'Aurora', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12590.0, + density: 30.5, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "84.81", "29009": "15.19"}', + coty_name: ['Lawrence', 'Barry'], + cty_code: ['29109', '29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69187, lat: 36.88355 }, + }, + { + zip_code: '65614', + usps_city: 'Bradleyville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 2.6, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "84.6", "29043": "15.4"}', + coty_name: ['Taney', 'Christian'], + cty_code: ['29213', '29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.91607, lat: 36.73949 }, + }, + { + zip_code: '65617', + usps_city: 'Brighton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1308.0, + density: 17.2, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "63.31", "29077": "36.69"}', + coty_name: ['Polk', 'Greene'], + cty_code: ['29167', '29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34404, lat: 37.43571 }, + }, + { + zip_code: '65708', + usps_city: 'Monett', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13773.0, + density: 58.1, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "63.89", "29109": "36.11"}', + coty_name: ['Barry', 'Lawrence'], + cty_code: ['29009', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91017, lat: 36.9048 }, + }, + { + zip_code: '65739', + usps_city: 'Ridgedale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1010.0, + density: 29.9, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26876, lat: 36.51927 }, + }, + { + zip_code: '65810', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22652.0, + density: 732.0, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31722, lat: 37.11738 }, + }, + { + zip_code: '66049', + usps_city: 'Lawrence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 31459.0, + density: 272.8, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "100"}', + coty_name: ['Douglas'], + cty_code: ['20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34464, lat: 38.9824 }, + }, + { + zip_code: '66070', + usps_city: 'Ozawkie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2671.0, + density: 33.8, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "100"}', + coty_name: ['Jefferson'], + cty_code: ['20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4507, lat: 39.2054 }, + }, + { + zip_code: '66078', + usps_city: 'Princeton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1143.0, + density: 6.8, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "100"}', + coty_name: ['Franklin'], + cty_code: ['20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26222, lat: 38.48312 }, + }, + { + zip_code: '66102', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 32046.0, + density: 1107.4, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68955, lat: 39.11296 }, + }, + { + zip_code: '66407', + usps_city: 'Belvue', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 3.3, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "72.03", "20197": "27.97"}', + coty_name: ['Pottawatomie', 'Wabaunsee'], + cty_code: ['20149', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19408, lat: 39.23008 }, + }, + { + zip_code: '66539', + usps_city: 'Silver Lake', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2377.0, + density: 22.3, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84829, lat: 39.14559 }, + }, + { + zip_code: '66543', + usps_city: 'Vassar', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1094.0, + density: 48.2, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "100"}', + coty_name: ['Osage'], + cty_code: ['20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60051, lat: 38.64159 }, + }, + { + zip_code: '66732', + usps_city: 'Elsmore', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 2.7, + primary_coty_code: '20001', + primary_coty_name: 'Allen', + county_weights: '{"20001": "100"}', + coty_name: ['Allen'], + cty_code: ['20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19279, lat: 37.80029 }, + }, + { + zip_code: '67021', + usps_city: 'Byers', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.3, + primary_coty_code: '20151', + primary_coty_name: 'Pratt', + county_weights: '{"20151": "100"}', + coty_name: ['Pratt'], + cty_code: ['20151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.91531, lat: 37.7785 }, + }, + { + zip_code: '67050', + usps_city: 'Garden Plain', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 18.2, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67834, lat: 37.67384 }, + }, + { + zip_code: '67053', + usps_city: 'Goessel', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 749.4, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34623, lat: 38.24685 }, + }, + { + zip_code: '67101', + usps_city: 'Maize', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4906.0, + density: 126.3, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46344, lat: 37.78502 }, + }, + { + zip_code: '67124', + usps_city: 'Pratt', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7894.0, + density: 11.1, + primary_coty_code: '20151', + primary_coty_name: 'Pratt', + county_weights: '{"20151": "100"}', + coty_name: ['Pratt'], + cty_code: ['20151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.77254, lat: 37.63357 }, + }, + { + zip_code: '67210', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9607.0, + density: 273.8, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24718, lat: 37.63132 }, + }, + { + zip_code: '67217', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 31414.0, + density: 828.0, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36277, lat: 37.61547 }, + }, + { + zip_code: '67341', + usps_city: 'Dennis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 6.0, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "100"}', + coty_name: ['Labette'], + cty_code: ['20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4354, lat: 37.34382 }, + }, + { + zip_code: '67346', + usps_city: 'Grenola', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 1.2, + primary_coty_code: '20049', + primary_coty_name: 'Elk', + county_weights: '{"20049": "84.68", "20019": "15.32"}', + coty_name: ['Elk', 'Chautauqua'], + cty_code: ['20049', '20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44325, lat: 37.32137 }, + }, + { + zip_code: '67410', + usps_city: 'Abilene', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10124.0, + density: 12.2, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "99.87", "20027": "0.13"}', + coty_name: ['Dickinson', 'Clay'], + cty_code: ['20041', '20027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22134, lat: 38.9558 }, + }, + { + zip_code: '67482', + usps_city: 'Talmage', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 440.5, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "100"}', + coty_name: ['Dickinson'], + cty_code: ['20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25974, lat: 39.02685 }, + }, + { + zip_code: '67584', + usps_city: 'Utica', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.2, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: + '{"20135": "79.93", "20195": "10.78", "20063": "5.2", "20101": "4.09"}', + coty_name: ['Ness', 'Trego', 'Gove', 'Lane'], + cty_code: ['20135', '20195', '20063', '20101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.16369, lat: 38.68113 }, + }, + { + zip_code: '67739', + usps_city: 'Herndon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 0.5, + primary_coty_code: '20153', + primary_coty_name: 'Rawlins', + county_weights: '{"20153": "99.61", "20039": "0.39"}', + coty_name: ['Rawlins', 'Decatur'], + cty_code: ['20153', '20039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.81356, lat: 39.88106 }, + }, + { + zip_code: '67743', + usps_city: 'Levant', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 0.5, + primary_coty_code: '20193', + primary_coty_name: 'Thomas', + county_weights: '{"20193": "83.54", "20153": "16.46"}', + coty_name: ['Thomas', 'Rawlins'], + cty_code: ['20193', '20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.24712, lat: 39.37301 }, + }, + { + zip_code: '67756', + usps_city: 'Saint Francis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1898.0, + density: 1.1, + primary_coty_code: '20023', + primary_coty_name: 'Cheyenne', + county_weights: '{"20023": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['20023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.8363, lat: 39.79425 }, + }, + { + zip_code: '67840', + usps_city: 'Englewood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 1.1, + primary_coty_code: '20025', + primary_coty_name: 'Clark', + county_weights: '{"20025": "100"}', + coty_name: ['Clark'], + cty_code: ['20025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.0261, lat: 37.08605 }, + }, + { + zip_code: '67851', + usps_city: 'Holcomb', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2858.0, + density: 5.2, + primary_coty_code: '20055', + primary_coty_name: 'Finney', + county_weights: '{"20055": "100"}', + coty_name: ['Finney'], + cty_code: ['20055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.02606, lat: 38.06266 }, + }, + { + zip_code: '68042', + usps_city: 'Memphis', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 43.7, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43835, lat: 41.0967 }, + }, + { + zip_code: '68050', + usps_city: 'Prague', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 5.2, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84113, lat: 41.30711 }, + }, + { + zip_code: '68316', + usps_city: 'Benedict', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 556.0, + density: 3.9, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "94.41", "31143": "5.59"}', + coty_name: ['York', 'Polk'], + cty_code: ['31185', '31143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61813, lat: 41.01776 }, + }, + { + zip_code: '68409', + usps_city: 'Murray', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 10.1, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95152, lat: 40.90812 }, + }, + { + zip_code: '68510', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 21127.0, + density: 1402.3, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63597, lat: 40.80652 }, + }, + { + zip_code: '68531', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 50.2, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72324, lat: 40.90141 }, + }, + { + zip_code: '68637', + usps_city: 'Ericson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 1.4, + primary_coty_code: '31183', + primary_coty_name: 'Wheeler', + county_weights: '{"31183": "100"}', + coty_name: ['Wheeler'], + cty_code: ['31183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.65848, lat: 41.80528 }, + }, + { + zip_code: '68649', + usps_city: 'North Bend', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2027.0, + density: 7.6, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "100"}', + coty_name: ['Dodge'], + cty_code: ['31053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78774, lat: 41.50913 }, + }, + { + zip_code: '68659', + usps_city: 'Rogers', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 2.2, + primary_coty_code: '31037', + primary_coty_name: 'Colfax', + county_weights: '{"31037": "100"}', + coty_name: ['Colfax'], + cty_code: ['31037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.94331, lat: 41.54493 }, + }, + { + zip_code: '68727', + usps_city: 'Coleridge', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 4.2, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20348, lat: 42.513 }, + }, + { + zip_code: '68732', + usps_city: 'Dixon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 1.7, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "100"}', + coty_name: ['Dixon'], + cty_code: ['31051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97943, lat: 42.49187 }, + }, + { + zip_code: '68767', + usps_city: 'Pierce', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3396.0, + density: 6.2, + primary_coty_code: '31139', + primary_coty_name: 'Pierce', + county_weights: '{"31139": "100"}', + coty_name: ['Pierce'], + cty_code: ['31139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55184, lat: 42.1996 }, + }, + { + zip_code: '68770', + usps_city: 'Ponca', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1319.0, + density: 5.6, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "97.74", "31043": "2.26"}', + coty_name: ['Dixon', 'Dakota'], + cty_code: ['31051', '31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76512, lat: 42.56422 }, + }, + { + zip_code: '68863', + usps_city: 'Overton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1114.0, + density: 3.5, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "96", "31137": "4"}', + coty_name: ['Dawson', 'Phelps'], + cty_code: ['31047', '31137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.52494, lat: 40.76972 }, + }, + { + zip_code: '68866', + usps_city: 'Pleasanton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1041.0, + density: 3.4, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "97.88", "31041": "2.12"}', + coty_name: ['Buffalo', 'Custer'], + cty_code: ['31019', '31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.12858, lat: 40.97538 }, + }, + { + zip_code: '68957', + usps_city: 'Lawrence', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 2.3, + primary_coty_code: '31129', + primary_coty_name: 'Nuckolls', + county_weights: '{"31129": "89.22", "31181": "10.78"}', + coty_name: ['Nuckolls', 'Webster'], + cty_code: ['31129', '31181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.2372, lat: 40.2665 }, + }, + { + zip_code: '69036', + usps_city: 'Lebanon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 0.7, + primary_coty_code: '31145', + primary_coty_name: 'Red Willow', + county_weights: '{"31145": "100"}', + coty_name: ['Red Willow'], + cty_code: ['31145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.27437, lat: 40.04866 }, + }, + { + zip_code: '69040', + usps_city: 'Palisade', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 1.1, + primary_coty_code: '31087', + primary_coty_name: 'Hitchcock', + county_weights: '{"31087": "68.14", "31085": "31.86"}', + coty_name: ['Hitchcock', 'Hayes'], + cty_code: ['31087', '31085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.12728, lat: 40.35016 }, + }, + { + zip_code: '69335', + usps_city: 'Bingham', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 0.1, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "100"}', + coty_name: ['Sheridan'], + cty_code: ['31161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.11388, lat: 42.08291 }, + }, + { + zip_code: '69361', + usps_city: 'Scottsbluff', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 17397.0, + density: 58.8, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "99.82", "31165": "0.18"}', + coty_name: ['Scotts Bluff', 'Sioux'], + cty_code: ['31157', '31165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.62167, lat: 41.9246 }, + }, + { + zip_code: '69365', + usps_city: 'Whiteclay', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 0.8, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "100"}', + coty_name: ['Sheridan'], + cty_code: ['31161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.51041, lat: 42.9686 }, + }, + { + zip_code: '70344', + usps_city: 'Chauvin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5364.0, + density: 20.5, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64965, lat: 29.31205 }, + }, + { + zip_code: '70436', + usps_city: 'Fluker', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 93.0, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.52175, lat: 30.80301 }, + }, + { + zip_code: '70524', + usps_city: 'Chataignier', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 20.8, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "100"}', + coty_name: ['Evangeline'], + cty_code: ['22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31134, lat: 30.55692 }, + }, + { + zip_code: '70544', + usps_city: 'Jeanerette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10267.0, + density: 38.1, + primary_coty_code: '22045', + primary_coty_name: 'Iberia', + county_weights: '{"22045": "74.62", "22101": "25.38"}', + coty_name: ['Iberia', 'St. Mary'], + cty_code: ['22045', '22101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66229, lat: 29.90438 }, + }, + { + zip_code: '70723', + usps_city: 'Convent', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1166.0, + density: 17.1, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "100"}', + coty_name: ['St. James'], + cty_code: ['22093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83847, lat: 30.05947 }, + }, + { + zip_code: '70785', + usps_city: 'Walker', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22596.0, + density: 90.7, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "100"}', + coty_name: ['Livingston'], + cty_code: ['22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81818, lat: 30.55892 }, + }, + { + zip_code: '71004', + usps_city: 'Belcher', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 6.3, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.86309, lat: 32.74841 }, + }, + { + zip_code: '71027', + usps_city: 'Frierson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1786.0, + density: 11.0, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "100"}', + coty_name: ['De Soto'], + cty_code: ['22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67306, lat: 32.24518 }, + }, + { + zip_code: '71268', + usps_city: 'Quitman', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2466.0, + density: 7.5, + primary_coty_code: '22049', + primary_coty_name: 'Jackson', + county_weights: '{"22049": "88.26", "22013": "11.74"}', + coty_name: ['Jackson', 'Bienville'], + cty_code: ['22049', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.74102, lat: 32.34702 }, + }, + { + zip_code: '71322', + usps_city: 'Bunkie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6043.0, + density: 13.1, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "90.47", "22097": "9.53"}', + coty_name: ['Avoyelles', 'St. Landry'], + cty_code: ['22009', '22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14654, lat: 30.86405 }, + }, + { + zip_code: '71328', + usps_city: 'Deville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7029.0, + density: 22.2, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "93.81", "22009": "6.19", "22059": "0"}', + coty_name: ['Rapides', 'Avoyelles', 'LaSalle'], + cty_code: ['22079', '22009', '22059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17548, lat: 31.36086 }, + }, + { + zip_code: '71331', + usps_city: 'Effie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1002.0, + density: 5.5, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.0817, lat: 31.26464 }, + }, + { + zip_code: '71368', + usps_city: 'Sicily Island', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 6.0, + primary_coty_code: '22025', + primary_coty_name: 'Catahoula', + county_weights: '{"22025": "100"}', + coty_name: ['Catahoula'], + cty_code: ['22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68802, lat: 31.86464 }, + }, + { + zip_code: '71429', + usps_city: 'Florien', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3066.0, + density: 4.9, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "100"}', + coty_name: ['Sabine'], + cty_code: ['22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42716, lat: 31.40627 }, + }, + { + zip_code: '71726', + usps_city: 'Chidester', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1237.0, + density: 2.5, + primary_coty_code: '5103', + primary_coty_name: 'Ouachita', + county_weights: '{"05103": "100"}', + coty_name: ['Ouachita'], + cty_code: ['5103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99646, lat: 33.67894 }, + }, + { + zip_code: '71753', + usps_city: 'Magnolia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16660.0, + density: 20.2, + primary_coty_code: '5027', + primary_coty_name: 'Columbia', + county_weights: '{"05027": "98.9", "05139": "1.1"}', + coty_name: ['Columbia', 'Union'], + cty_code: ['05027', '05139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18403, lat: 33.23018 }, + }, + { + zip_code: '71772', + usps_city: 'Whelen Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 74.2, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "100"}', + coty_name: ['Clark'], + cty_code: ['5019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12606, lat: 33.83274 }, + }, + { + zip_code: '71839', + usps_city: 'Garland City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 3.5, + primary_coty_code: '5091', + primary_coty_name: 'Miller', + county_weights: '{"05091": "100"}', + coty_name: ['Miller'], + cty_code: ['5091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73563, lat: 33.31316 }, + }, + { + zip_code: '71842', + usps_city: 'Horatio', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2227.0, + density: 11.1, + primary_coty_code: '5133', + primary_coty_name: 'Sevier', + county_weights: '{"05133": "100"}', + coty_name: ['Sevier'], + cty_code: ['5133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.28705, lat: 33.90175 }, + }, + { + zip_code: '71847', + usps_city: 'McCaskill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 4.1, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "100"}', + coty_name: ['Hempstead'], + cty_code: ['5057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63492, lat: 33.92682 }, + }, + { + zip_code: '71866', + usps_city: 'Winthrop', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 5.1, + primary_coty_code: '5081', + primary_coty_name: 'Little River', + county_weights: '{"05081": "100"}', + coty_name: ['Little River'], + cty_code: ['5081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40387, lat: 33.88046 }, + }, + { + zip_code: '71950', + usps_city: 'Kirby', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 8.1, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "100"}', + coty_name: ['Pike'], + cty_code: ['5109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71021, lat: 34.24822 }, + }, + { + zip_code: '71962', + usps_city: 'Okolona', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 1.6, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "100"}', + coty_name: ['Clark'], + cty_code: ['5019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32632, lat: 34.03345 }, + }, + { + zip_code: '72010', + usps_city: 'Bald Knob', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6037.0, + density: 17.2, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53608, lat: 35.32021 }, + }, + { + zip_code: '72016', + usps_city: 'Bigelow', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3230.0, + density: 15.3, + primary_coty_code: '5105', + primary_coty_name: 'Perry', + county_weights: '{"05105": "87.36", "05119": "12.64"}', + coty_name: ['Perry', 'Pulaski'], + cty_code: ['05105', '05119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.63161, lat: 34.9708 }, + }, + { + zip_code: '72047', + usps_city: 'Enola', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 9.1, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21065, lat: 35.22381 }, + }, + { + zip_code: '72076', + usps_city: 'Jacksonville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 38831.0, + density: 202.9, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "93.82", "05085": "5.66", "05045": "0.53"}', + coty_name: ['Pulaski', 'Lonoke', 'Faulkner'], + cty_code: ['05119', '05085', '05045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.1435, lat: 34.91137 }, + }, + { + zip_code: '72110', + usps_city: 'Morrilton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11296.0, + density: 35.2, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "100"}', + coty_name: ['Conway'], + cty_code: ['5029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77549, lat: 35.15466 }, + }, + { + zip_code: '72160', + usps_city: 'Stuttgart', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9785.0, + density: 11.2, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: + '{"05001": "96.26", "05117": "2.55", "05069": "0.8", "05085": "0.39"}', + coty_name: ['Arkansas', 'Prairie', 'Jefferson', 'Lonoke'], + cty_code: ['05001', '05117', '05069', '05085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53303, lat: 34.42235 }, + }, + { + zip_code: '72329', + usps_city: 'Driver', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 4.6, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9881, lat: 35.61457 }, + }, + { + zip_code: '72335', + usps_city: 'Forrest City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 18559.0, + density: 45.0, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "99.96", "05077": "0.04"}', + coty_name: ['St. Francis', 'Lee'], + cty_code: ['05123', '05077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75671, lat: 34.99129 }, + }, + { + zip_code: '72424', + usps_city: 'Datto', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 25.9, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73633, lat: 36.39054 }, + }, + { + zip_code: '72432', + usps_city: 'Harrisburg', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6454.0, + density: 15.7, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "100"}', + coty_name: ['Poinsett'], + cty_code: ['5111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72004, lat: 35.55641 }, + }, + { + zip_code: '72501', + usps_city: 'Batesville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26150.0, + density: 33.3, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65346, lat: 35.79155 }, + }, + { + zip_code: '72526', + usps_city: 'Cushman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 16.8, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77895, lat: 35.88364 }, + }, + { + zip_code: '72546', + usps_city: 'Ida', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 24.2, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "100"}', + coty_name: ['Cleburne'], + cty_code: ['5023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94104, lat: 35.57892 }, + }, + { + zip_code: '72680', + usps_city: 'Timbo', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 9.8, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "100"}', + coty_name: ['Stone'], + cty_code: ['5137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32701, lat: 35.88639 }, + }, + { + zip_code: '72729', + usps_city: 'Evansville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 5.2, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46383, lat: 35.78229 }, + }, + { + zip_code: '72764', + usps_city: 'Springdale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 56913.0, + density: 352.7, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "89.25", "05007": "10.75"}', + coty_name: ['Washington', 'Benton'], + cty_code: ['05143', '05007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05257, lat: 36.17837 }, + }, + { + zip_code: '72846', + usps_city: 'Lamar', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4286.0, + density: 17.2, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "98.88", "05115": "1.12"}', + coty_name: ['Johnson', 'Pope'], + cty_code: ['05071', '05115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32588, lat: 35.48454 }, + }, + { + zip_code: '72935', + usps_city: 'Dyer', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 53.5, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1264, lat: 35.49135 }, + }, + { + zip_code: '72940', + usps_city: 'Huntington', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2830.0, + density: 24.8, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26013, lat: 35.11501 }, + }, + { + zip_code: '72944', + usps_city: 'Mansfield', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3800.0, + density: 18.6, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "59.71", "05127": "40.29"}', + coty_name: ['Sebastian', 'Scott'], + cty_code: ['05131', '05127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23611, lat: 35.02865 }, + }, + { + zip_code: '72947', + usps_city: 'Mulberry', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3889.0, + density: 11.9, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "71.19", "05047": "28.81"}', + coty_name: ['Crawford', 'Franklin'], + cty_code: ['05033', '05047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.02797, lat: 35.57205 }, + }, + { + zip_code: '73014', + usps_city: 'Calumet', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1718.0, + density: 4.5, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "100"}', + coty_name: ['Canadian'], + cty_code: ['40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14626, lat: 35.58109 }, + }, + { + zip_code: '73016', + usps_city: 'Cashion', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 11.2, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "64.49", "40083": "35.51"}', + coty_name: ['Kingfisher', 'Logan'], + cty_code: ['40073', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6871, lat: 35.79895 }, + }, + { + zip_code: '73026', + usps_city: 'Norman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 10551.0, + density: 38.0, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27915, lat: 35.23431 }, + }, + { + zip_code: '73065', + usps_city: 'Newcastle', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8718.0, + density: 65.7, + primary_coty_code: '40087', + primary_coty_name: 'McClain', + county_weights: '{"40087": "100"}', + coty_name: ['McClain'], + cty_code: ['40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61209, lat: 35.25211 }, + }, + { + zip_code: '73069', + usps_city: 'Norman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 25149.0, + density: 612.1, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46292, lat: 35.24963 }, + }, + { + zip_code: '73110', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 33460.0, + density: 1209.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39765, lat: 35.46116 }, + }, + { + zip_code: '73150', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5083.0, + density: 103.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100", "40027": "0"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33277, lat: 35.40093 }, + }, + { + zip_code: '73160', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 59509.0, + density: 1022.7, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47543, lat: 35.33208 }, + }, + { + zip_code: '73736', + usps_city: 'Fairmont', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 736.0, + density: 5.1, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68847, lat: 36.3449 }, + }, + { + zip_code: '73737', + usps_city: 'Fairview', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3549.0, + density: 4.2, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "100"}', + coty_name: ['Major'], + cty_code: ['40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62319, lat: 36.29653 }, + }, + { + zip_code: '73758', + usps_city: 'Manchester', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 0.5, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "90.36", "40003": "9.64"}', + coty_name: ['Grant', 'Alfalfa'], + cty_code: ['40053', '40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.07979, lat: 36.94521 }, + }, + { + zip_code: '73771', + usps_city: 'Wakita', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 1.0, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "100"}', + coty_name: ['Grant'], + cty_code: ['40053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96623, lat: 36.87045 }, + }, + { + zip_code: '73945', + usps_city: 'Hooker', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2935.0, + density: 2.9, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "100"}', + coty_name: ['Texas'], + cty_code: ['40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.23303, lat: 36.83331 }, + }, + { + zip_code: '74001', + usps_city: 'Avant', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 20.3, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0798, lat: 36.49726 }, + }, + { + zip_code: '74019', + usps_city: 'Claremore', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 18348.0, + density: 64.3, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: '{"40131": "100"}', + coty_name: ['Rogers'], + cty_code: ['40131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60386, lat: 36.28056 }, + }, + { + zip_code: '74059', + usps_city: 'Perkins', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5789.0, + density: 19.4, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "93.96", "40081": "5.53", "40083": "0.51"}', + coty_name: ['Payne', 'Lincoln', 'Logan'], + cty_code: ['40119', '40081', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.05221, lat: 35.95898 }, + }, + { + zip_code: '74060', + usps_city: 'Prue', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 12.4, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24784, lat: 36.26746 }, + }, + { + zip_code: '74108', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7608.0, + density: 360.4, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "79.72", "40145": "20.28"}', + coty_name: ['Tulsa', 'Wagoner'], + cty_code: ['40143', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.79401, lat: 36.1476 }, + }, + { + zip_code: '74110', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 14546.0, + density: 948.9, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95389, lat: 36.18865 }, + }, + { + zip_code: '74340', + usps_city: 'Disney', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 44.2, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "100"}', + coty_name: ['Mayes'], + cty_code: ['40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.02402, lat: 36.47584 }, + }, + { + zip_code: '74501', + usps_city: 'Mcalester', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 27747.0, + density: 19.4, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7955, lat: 34.9824 }, + }, + { + zip_code: '74641', + usps_city: 'Kaw City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 14.4, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "100"}', + coty_name: ['Kay'], + cty_code: ['40071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87904, lat: 36.78921 }, + }, + { + zip_code: '74733', + usps_city: 'Colbert', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3302.0, + density: 26.8, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48261, lat: 33.83108 }, + }, + { + zip_code: '74760', + usps_city: 'Spencerville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 7.2, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "58.98", "40127": "41.02"}', + coty_name: ['Choctaw', 'Pushmataha'], + cty_code: ['40023', '40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36326, lat: 34.15787 }, + }, + { + zip_code: '74855', + usps_city: 'Meeker', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4917.0, + density: 17.7, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "87.95", "40125": "12.05"}', + coty_name: ['Lincoln', 'Pottawatomie'], + cty_code: ['40081', '40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90011, lat: 35.51676 }, + }, + { + zip_code: '74901', + usps_city: 'Arkoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1821.0, + density: 59.7, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45818, lat: 35.34831 }, + }, + { + zip_code: '74964', + usps_city: 'Watts', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2822.0, + density: 14.4, + primary_coty_code: '40001', + primary_coty_name: 'Adair', + county_weights: '{"40001": "83.56", "40041": "16.44"}', + coty_name: ['Adair', 'Delaware'], + cty_code: ['40001', '40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66437, lat: 36.11706 }, + }, + { + zip_code: '75025', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53764.0, + density: 2219.7, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74128, lat: 33.09095 }, + }, + { + zip_code: '75039', + usps_city: 'Irving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20108.0, + density: 1477.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.94224, lat: 32.88753 }, + }, + { + zip_code: '75115', + usps_city: 'Desoto', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52916.0, + density: 931.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86374, lat: 32.59888 }, + }, + { + zip_code: '75143', + usps_city: 'Kemp', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14510.0, + density: 31.5, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "53.51", "48257": "46.49"}', + coty_name: ['Henderson', 'Kaufman'], + cty_code: ['48213', '48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24817, lat: 32.36358 }, + }, + { + zip_code: '75156', + usps_city: 'Mabank', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16578.0, + density: 204.5, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "100"}', + coty_name: ['Henderson'], + cty_code: ['48213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.09979, lat: 32.28688 }, + }, + { + zip_code: '75219', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25120.0, + density: 4425.3, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81292, lat: 32.81179 }, + }, + { + zip_code: '75243', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 68308.0, + density: 3031.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73563, lat: 32.91211 }, + }, + { + zip_code: '75435', + usps_city: 'Deport', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 944.0, + density: 5.4, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "84.98", "48387": "15.02"}', + coty_name: ['Lamar', 'Red River'], + cty_code: ['48277', '48387'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31354, lat: 33.48223 }, + }, + { + zip_code: '75469', + usps_city: 'Pecan Gap', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 3.4, + primary_coty_code: '48119', + primary_coty_name: 'Delta', + county_weights: '{"48119": "97.3", "48147": "2.7"}', + coty_name: ['Delta', 'Fannin'], + cty_code: ['48119', '48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8146, lat: 33.42161 }, + }, + { + zip_code: '75555', + usps_city: 'Bivins', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1579.0, + density: 5.4, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "88.21", "48315": "11.79"}', + coty_name: ['Cass', 'Marion'], + cty_code: ['48067', '48315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13833, lat: 32.94688 }, + }, + { + zip_code: '75651', + usps_city: 'Harleton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2100.0, + density: 13.8, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "97.26", "48315": "2.74"}', + coty_name: ['Harrison', 'Marion'], + cty_code: ['48203', '48315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53603, lat: 32.67157 }, + }, + { + zip_code: '75686', + usps_city: 'Pittsburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13184.0, + density: 21.9, + primary_coty_code: '48063', + primary_coty_name: 'Camp', + county_weights: + '{"48063": "86.6", "48449": "6.78", "48459": "6.11", "48343": "0.51"}', + coty_name: ['Camp', 'Titus', 'Upshur', 'Morris'], + cty_code: ['48063', '48449', '48459', '48343'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.95018, lat: 32.96953 }, + }, + { + zip_code: '75691', + usps_city: 'Tatum', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4320.0, + density: 17.9, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "93.24", "48365": "6.76"}', + coty_name: ['Rusk', 'Panola'], + cty_code: ['48401', '48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55066, lat: 32.31327 }, + }, + { + zip_code: '75707', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14232.0, + density: 106.4, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17687, lat: 32.30359 }, + }, + { + zip_code: '75708', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7698.0, + density: 54.3, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20959, lat: 32.41635 }, + }, + { + zip_code: '75751', + usps_city: 'Athens', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17084.0, + density: 41.0, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "98.47", "48001": "1.53"}', + coty_name: ['Henderson', 'Anderson'], + cty_code: ['48213', '48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90829, lat: 32.09643 }, + }, + { + zip_code: '75752', + usps_city: 'Athens', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6998.0, + density: 18.3, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "95.51", "48467": "4.49"}', + coty_name: ['Henderson', 'Van Zandt'], + cty_code: ['48213', '48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80858, lat: 32.24454 }, + }, + { + zip_code: '75760', + usps_city: 'Cushing', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2066.0, + density: 6.1, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "86.15", "48401": "13.85"}', + coty_name: ['Nacogdoches', 'Rusk'], + cty_code: ['48347', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8556, lat: 31.8041 }, + }, + { + zip_code: '75835', + usps_city: 'Crockett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11086.0, + density: 9.5, + primary_coty_code: '48225', + primary_coty_name: 'Houston', + county_weights: '{"48225": "100"}', + coty_name: ['Houston'], + cty_code: ['48225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49196, lat: 31.29348 }, + }, + { + zip_code: '75861', + usps_city: 'Tennessee Colony', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9126.0, + density: 30.8, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "100"}', + coty_name: ['Anderson'], + cty_code: ['48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8924, lat: 31.85323 }, + }, + { + zip_code: '75928', + usps_city: 'Bon Wier', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 5.1, + primary_coty_code: '48351', + primary_coty_name: 'Newton', + county_weights: '{"48351": "100"}', + coty_name: ['Newton'], + cty_code: ['48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71173, lat: 30.67148 }, + }, + { + zip_code: '75929', + usps_city: 'Broaddus', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1649.0, + density: 4.8, + primary_coty_code: '48405', + primary_coty_name: 'San Augustine', + county_weights: '{"48405": "100"}', + coty_name: ['San Augustine'], + cty_code: ['48405'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19464, lat: 31.24549 }, + }, + { + zip_code: '76233', + usps_city: 'Collinsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3294.0, + density: 20.2, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "84.14", "48097": "15.86"}', + coty_name: ['Grayson', 'Cooke'], + cty_code: ['48181', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90829, lat: 33.53625 }, + }, + { + zip_code: '76264', + usps_city: 'Sadler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1513.0, + density: 16.4, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83528, lat: 33.73974 }, + }, + { + zip_code: '76388', + usps_city: 'Weinert', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 0.9, + primary_coty_code: '48207', + primary_coty_name: 'Haskell', + county_weights: '{"48207": "100"}', + coty_name: ['Haskell'], + cty_code: ['48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63091, lat: 33.32169 }, + }, + { + zip_code: '76453', + usps_city: 'Gordon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 3.8, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "90.31", "48143": "9.69"}', + coty_name: ['Palo Pinto', 'Erath'], + cty_code: ['48363', '48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.34162, lat: 32.5856 }, + }, + { + zip_code: '76474', + usps_city: 'Sidney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 1.8, + primary_coty_code: '48093', + primary_coty_name: 'Comanche', + county_weights: '{"48093": "98.22", "48049": "1.78"}', + coty_name: ['Comanche', 'Brown'], + cty_code: ['48093', '48049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.79293, lat: 31.97301 }, + }, + { + zip_code: '76557', + usps_city: 'Moody', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5331.0, + density: 15.1, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "60.2", "48027": "33.35", "48099": "6.45"}', + coty_name: ['McLennan', 'Bell', 'Coryell'], + cty_code: ['48309', '48027', '48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39495, lat: 31.29554 }, + }, + { + zip_code: '76665', + usps_city: 'Meridian', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2417.0, + density: 5.9, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "100"}', + coty_name: ['Bosque'], + cty_code: ['48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71634, lat: 31.91349 }, + }, + { + zip_code: '76705', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31734.0, + density: 107.2, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09605, lat: 31.62655 }, + }, + { + zip_code: '76937', + usps_city: 'Eola', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 0.6, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.15138, lat: 31.38854 }, + }, + { + zip_code: '77076', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36009.0, + density: 2912.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38351, lat: 29.85962 }, + }, + { + zip_code: '77093', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47135.0, + density: 1513.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.341, lat: 29.86227 }, + }, + { + zip_code: '77375', + usps_city: 'Tomball', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55759.0, + density: 627.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5894, lat: 30.09544 }, + }, + { + zip_code: '77377', + usps_city: 'Tomball', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38469.0, + density: 379.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68201, lat: 30.06135 }, + }, + { + zip_code: '77415', + usps_city: 'Cedar Lane', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 19.6, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73575, lat: 28.93254 }, + }, + { + zip_code: '77482', + usps_city: 'Van Vleck', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 11.6, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8802, lat: 29.1021 }, + }, + { + zip_code: '77523', + usps_city: 'Baytown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23501.0, + density: 100.8, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "100"}', + coty_name: ['Chambers'], + cty_code: ['48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86717, lat: 29.78789 }, + }, + { + zip_code: '77539', + usps_city: 'Dickinson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 46032.0, + density: 352.8, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03172, lat: 29.456 }, + }, + { + zip_code: '77560', + usps_city: 'Hankamer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 4.2, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "98.81", "48291": "1.19"}', + coty_name: ['Chambers', 'Liberty'], + cty_code: ['48071', '48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59323, lat: 29.87662 }, + }, + { + zip_code: '77950', + usps_city: 'Austwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 0.8, + primary_coty_code: '48391', + primary_coty_name: 'Refugio', + county_weights: '{"48391": "96.45", "48007": "3.55"}', + coty_name: ['Refugio', 'Aransas'], + cty_code: ['48391', '48007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87481, lat: 28.30141 }, + }, + { + zip_code: '77987', + usps_city: 'Sweet Home', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 16.9, + primary_coty_code: '48285', + primary_coty_name: 'Lavaca', + county_weights: '{"48285": "100"}', + coty_name: ['Lavaca'], + cty_code: ['48285'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07564, lat: 29.34254 }, + }, + { + zip_code: '78043', + usps_city: 'Laredo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45532.0, + density: 101.1, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.26173, lat: 27.54915 }, + }, + { + zip_code: '78071', + usps_city: 'Three Rivers', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4372.0, + density: 4.7, + primary_coty_code: '48297', + primary_coty_name: 'Live Oak', + county_weights: '{"48297": "99.81", "48311": "0.19"}', + coty_name: ['Live Oak', 'McMullen'], + cty_code: ['48297', '48311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.22431, lat: 28.46948 }, + }, + { + zip_code: '78108', + usps_city: 'Cibolo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39999.0, + density: 500.1, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "95.83", "48091": "2.28", "48029": "1.89"}', + coty_name: ['Guadalupe', 'Comal', 'Bexar'], + cty_code: ['48187', '48091', '48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.21878, lat: 29.57435 }, + }, + { + zip_code: '78202', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11453.0, + density: 1902.3, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.46082, lat: 29.42814 }, + }, + { + zip_code: '78215', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2915.0, + density: 1002.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48056, lat: 29.44117 }, + }, + { + zip_code: '78221', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41185.0, + density: 522.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47826, lat: 29.28016 }, + }, + { + zip_code: '78232', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39072.0, + density: 1253.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47482, lat: 29.58813 }, + }, + { + zip_code: '78251', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 62186.0, + density: 1582.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.67599, lat: 29.46216 }, + }, + { + zip_code: '78503', + usps_city: 'Mcallen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21644.0, + density: 492.7, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.24764, lat: 26.16531 }, + }, + { + zip_code: '78585', + usps_city: 'Salineno', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 13.6, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.12133, lat: 26.52603 }, + }, + { + zip_code: '78612', + usps_city: 'Cedar Creek', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13802.0, + density: 56.8, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "94.8", "48453": "5.2"}', + coty_name: ['Bastrop', 'Travis'], + cty_code: ['48021', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48686, lat: 30.0942 }, + }, + { + zip_code: '78613', + usps_city: 'Cedar Park', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 81943.0, + density: 1123.8, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "87.1", "48453": "12.9"}', + coty_name: ['Williamson', 'Travis'], + cty_code: ['48491', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82462, lat: 30.50395 }, + }, + { + zip_code: '78650', + usps_city: 'McDade', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1632.0, + density: 9.4, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "90.06", "48287": "9.94"}', + coty_name: ['Bastrop', 'Lee'], + cty_code: ['48021', '48287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.2184, lat: 30.29937 }, + }, + { + zip_code: '78722', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7180.0, + density: 1831.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71465, lat: 30.28997 }, + }, + { + zip_code: '78837', + usps_city: 'Comstock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 0.1, + primary_coty_code: '48465', + primary_coty_name: 'Val Verde', + county_weights: '{"48465": "100"}', + coty_name: ['Val Verde'], + cty_code: ['48465'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.21496, lat: 29.83396 }, + }, + { + zip_code: '79057', + usps_city: 'Mclean', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1254.0, + density: 1.3, + primary_coty_code: '48179', + primary_coty_name: 'Gray', + county_weights: '{"48179": "91.79", "48483": "4.56", "48129": "3.65"}', + coty_name: ['Gray', 'Wheeler', 'Donley'], + cty_code: ['48179', '48483', '48129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.6426, lat: 35.24303 }, + }, + { + zip_code: '79080', + usps_city: 'Skellytown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 1.0, + primary_coty_code: '48065', + primary_coty_name: 'Carson', + county_weights: '{"48065": "79.34", "48233": "20.66"}', + coty_name: ['Carson', 'Hutchinson'], + cty_code: ['48065', '48233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.21075, lat: 35.7348 }, + }, + { + zip_code: '79346', + usps_city: 'Morton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2225.0, + density: 2.2, + primary_coty_code: '48079', + primary_coty_name: 'Cochran', + county_weights: '{"48079": "99.09", "48017": "0.91"}', + coty_name: ['Cochran', 'Bailey'], + cty_code: ['48079', '48017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.82498, lat: 33.64815 }, + }, + { + zip_code: '79521', + usps_city: 'Haskell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3611.0, + density: 4.5, + primary_coty_code: '48207', + primary_coty_name: 'Haskell', + county_weights: '{"48207": "100"}', + coty_name: ['Haskell'], + cty_code: ['48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.65414, lat: 33.12235 }, + }, + { + zip_code: '79526', + usps_city: 'Hermleigh', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 837.0, + density: 1.5, + primary_coty_code: '48415', + primary_coty_name: 'Scurry', + county_weights: '{"48415": "98.16", "48151": "1.84"}', + coty_name: ['Scurry', 'Fisher'], + cty_code: ['48415', '48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.72015, lat: 32.63739 }, + }, + { + zip_code: '79527', + usps_city: 'Ira', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 1.1, + primary_coty_code: '48415', + primary_coty_name: 'Scurry', + county_weights: '{"48415": "81.67", "48033": "18.33"}', + coty_name: ['Scurry', 'Borden'], + cty_code: ['48415', '48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.15094, lat: 32.64376 }, + }, + { + zip_code: '79534', + usps_city: 'McCaulley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.8, + primary_coty_code: '48151', + primary_coty_name: 'Fisher', + county_weights: '{"48151": "100"}', + coty_name: ['Fisher'], + cty_code: ['48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.21828, lat: 32.75673 }, + }, + { + zip_code: '79541', + usps_city: 'Ovalo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 973.0, + density: 2.4, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "96.08", "48059": "3.92"}', + coty_name: ['Taylor', 'Callahan'], + cty_code: ['48441', '48059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.81497, lat: 32.15305 }, + }, + { + zip_code: '80004', + usps_city: 'Arvada', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36595.0, + density: 1918.0, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.12355, lat: 39.81473 }, + }, + { + zip_code: '80027', + usps_city: 'Louisville', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34030.0, + density: 675.1, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100", "08014": "0"}', + coty_name: ['Boulder', 'Broomfield'], + cty_code: ['08013', '08014'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.16391, lat: 39.95067 }, + }, + { + zip_code: '80310', + usps_city: 'Boulder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7305.0, + density: 6500.6, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.26138, lat: 40.00378 }, + }, + { + zip_code: '80435', + usps_city: 'Dillon', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7665.0, + density: 28.5, + primary_coty_code: '8117', + primary_coty_name: 'Summit', + county_weights: '{"08117": "100"}', + coty_name: ['Summit'], + cty_code: ['8117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.92428, lat: 39.60145 }, + }, + { + zip_code: '80471', + usps_city: 'Pinecliffe', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.42114, lat: 39.93527 }, + }, + { + zip_code: '80640', + usps_city: 'Henderson', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12991.0, + density: 395.1, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.88215, lat: 39.88544 }, + }, + { + zip_code: '80648', + usps_city: 'Nunn', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1495.0, + density: 3.8, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.7396, lat: 40.75506 }, + }, + { + zip_code: '80705', + usps_city: 'Log Lane Village', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 1812.1, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "100"}', + coty_name: ['Morgan'], + cty_code: ['8087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.82927, lat: 40.27024 }, + }, + { + zip_code: '80821', + usps_city: 'Hugo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1101.0, + density: 0.5, + primary_coty_code: '8073', + primary_coty_name: 'Lincoln', + county_weights: '{"08073": "98.35", "08017": "1.65"}', + coty_name: ['Lincoln', 'Cheyenne'], + cty_code: ['08073', '08017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.40969, lat: 38.96192 }, + }, + { + zip_code: '80831', + usps_city: 'Peyton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 25525.0, + density: 51.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "99.53", "08039": "0.47"}', + coty_name: ['El Paso', 'Elbert'], + cty_code: ['08041', '08039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.50606, lat: 38.99667 }, + }, + { + zip_code: '80927', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4905.0, + density: 432.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.65804, lat: 38.92862 }, + }, + { + zip_code: '80930', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 20.5, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.50237, lat: 38.81433 }, + }, + { + zip_code: '81155', + usps_city: 'Villa Grove', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 0.3, + primary_coty_code: '8109', + primary_coty_name: 'Saguache', + county_weights: '{"08109": "100"}', + coty_name: ['Saguache'], + cty_code: ['8109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.03192, lat: 38.29743 }, + }, + { + zip_code: '81211', + usps_city: 'Buena Vista', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8281.0, + density: 6.9, + primary_coty_code: '8015', + primary_coty_name: 'Chaffee', + county_weights: '{"08015": "100"}', + coty_name: ['Chaffee'], + cty_code: ['8015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.23921, lat: 38.90712 }, + }, + { + zip_code: '81248', + usps_city: 'Sargents', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.1, + primary_coty_code: '8109', + primary_coty_name: 'Saguache', + county_weights: '{"08109": "95.83", "08051": "4.17"}', + coty_name: ['Saguache', 'Gunnison'], + cty_code: ['08109', '08051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.39655, lat: 38.45215 }, + }, + { + zip_code: '82213', + usps_city: 'Glendo', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 0.3, + primary_coty_code: '56031', + primary_coty_name: 'Platte', + county_weights: '{"56031": "100"}', + coty_name: ['Platte'], + cty_code: ['56031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.99113, lat: 42.49127 }, + }, + { + zip_code: '82219', + usps_city: 'Jay Em', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 0.1, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.51339, lat: 42.49875 }, + }, + { + zip_code: '82225', + usps_city: 'Lusk', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1957.0, + density: 0.6, + primary_coty_code: '56027', + primary_coty_name: 'Niobrara', + county_weights: '{"56027": "97.92", "56015": "2.08"}', + coty_name: ['Niobrara', 'Goshen'], + cty_code: ['56027', '56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.31652, lat: 42.98523 }, + }, + { + zip_code: '82322', + usps_city: 'Bairoil', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 45.6, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.56103, lat: 42.23771 }, + }, + { + zip_code: '82422', + usps_city: 'Emblem', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.5, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.38215, lat: 44.49766 }, + }, + { + zip_code: '82430', + usps_city: 'Kirby', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 10.9, + primary_coty_code: '56017', + primary_coty_name: 'Hot Springs', + county_weights: '{"56017": "100"}', + coty_name: ['Hot Springs'], + cty_code: ['56017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.18855, lat: 43.82019 }, + }, + { + zip_code: '82714', + usps_city: 'Devils Tower', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 0.5, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "100"}', + coty_name: ['Crook'], + cty_code: ['56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.69965, lat: 44.57159 }, + }, + { + zip_code: '82936', + usps_city: 'Lonetree', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56041', + primary_coty_name: 'Uinta', + county_weights: '{"56041": "100"}', + coty_name: ['Uinta'], + cty_code: ['56041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.18397, lat: 41.06521 }, + }, + { + zip_code: '82941', + usps_city: 'Pinedale', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 5262.0, + density: 4.7, + primary_coty_code: '56035', + primary_coty_name: 'Sublette', + county_weights: '{"56035": "100"}', + coty_name: ['Sublette'], + cty_code: ['56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.95411, lat: 43.04005 }, + }, + { + zip_code: '83209', + usps_city: 'Pocatello', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 643.5, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.4263, lat: 42.85778 }, + }, + { + zip_code: '83212', + usps_city: 'Arbon', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 0.3, + primary_coty_code: '16077', + primary_coty_name: 'Power', + county_weights: '{"16077": "95.62", "16071": "4.38"}', + coty_name: ['Power', 'Oneida'], + cty_code: ['16077', '16071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.54199, lat: 42.53357 }, + }, + { + zip_code: '83302', + usps_city: 'Rogerson', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 0.2, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "73.47", "16073": "26.53"}', + coty_name: ['Twin Falls', 'Owyhee'], + cty_code: ['16083', '16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.00173, lat: 42.12882 }, + }, + { + zip_code: '83352', + usps_city: 'Shoshone', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3227.0, + density: 5.7, + primary_coty_code: '16063', + primary_coty_name: 'Lincoln', + county_weights: '{"16063": "95.89", "16025": "2.31", "16013": "1.8"}', + coty_name: ['Lincoln', 'Camas', 'Blaine'], + cty_code: ['16063', '16025', '16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.41161, lat: 43.07068 }, + }, + { + zip_code: '83427', + usps_city: 'Iona', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 1138.1, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "100"}', + coty_name: ['Bonneville'], + cty_code: ['16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.93253, lat: 43.52517 }, + }, + { + zip_code: '83434', + usps_city: 'Menan', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1718.0, + density: 15.9, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "86.39", "16065": "13.61"}', + coty_name: ['Jefferson', 'Madison'], + cty_code: ['16051', '16065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.00956, lat: 43.75389 }, + }, + { + zip_code: '83436', + usps_city: 'Newdale', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 2.3, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "70.88", "16065": "22.2", "16081": "6.92"}', + coty_name: ['Fremont', 'Madison', 'Teton'], + cty_code: ['16043', '16065', '16081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.47662, lat: 43.85687 }, + }, + { + zip_code: '83555', + usps_city: 'Winchester', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 1.0, + primary_coty_code: '16061', + primary_coty_name: 'Lewis', + county_weights: '{"16061": "93.79", "16069": "6.21"}', + coty_name: ['Lewis', 'Nez Perce'], + cty_code: ['16061', '16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.69547, lat: 46.1236 }, + }, + { + zip_code: '83616', + usps_city: 'Eagle', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 27982.0, + density: 101.6, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "99.88", "16045": "0.12"}', + coty_name: ['Ada', 'Gem'], + cty_code: ['16001', '16045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.39255, lat: 43.77416 }, + }, + { + zip_code: '83856', + usps_city: 'Priest River', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6185.0, + density: 6.8, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.90064, lat: 48.31053 }, + }, + { + zip_code: '84001', + usps_city: 'Altamont', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 9.7, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.27544, lat: 40.3514 }, + }, + { + zip_code: '84003', + usps_city: 'American Fork', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 50222.0, + density: 335.4, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.71916, lat: 40.46017 }, + }, + { + zip_code: '84045', + usps_city: 'Saratoga Springs', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 28934.0, + density: 548.2, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.91176, lat: 40.33847 }, + }, + { + zip_code: '84066', + usps_city: 'Roosevelt', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 12351.0, + density: 28.4, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "84.78", "49047": "15.22"}', + coty_name: ['Duchesne', 'Uintah'], + cty_code: ['49013', '49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.02869, lat: 40.32926 }, + }, + { + zip_code: '84083', + usps_city: 'Wendover', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 0.2, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "92.35", "49023": "6.46", "49003": "1.19"}', + coty_name: ['Tooele', 'Juab', 'Box Elder'], + cty_code: ['49045', '49023', '49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.67265, lat: 40.86034 }, + }, + { + zip_code: '84304', + usps_city: 'Cache Junction', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 3.6, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.99687, lat: 41.81658 }, + }, + { + zip_code: '84337', + usps_city: 'Tremonton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 12857.0, + density: 28.5, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.31807, lat: 41.76588 }, + }, + { + zip_code: '84523', + usps_city: 'Ferron', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 5.7, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.19997, lat: 39.09447 }, + }, + { + zip_code: '84711', + usps_city: 'Annabella', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 9.0, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.00587, lat: 38.67624 }, + }, + { + zip_code: '84713', + usps_city: 'Beaver', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3484.0, + density: 13.2, + primary_coty_code: '49001', + primary_coty_name: 'Beaver', + county_weights: '{"49001": "99.26", "49027": "0.74"}', + coty_name: ['Beaver', 'Millard'], + cty_code: ['49001', '49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.54937, lat: 38.32633 }, + }, + { + zip_code: '84751', + usps_city: 'Milford', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2064.0, + density: 2.7, + primary_coty_code: '49001', + primary_coty_name: 'Beaver', + county_weights: '{"49001": "99.76", "49027": "0.24"}', + coty_name: ['Beaver', 'Millard'], + cty_code: ['49001', '49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.0578, lat: 38.48633 }, + }, + { + zip_code: '85004', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7164.0, + density: 1356.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.06986, lat: 33.45155 }, + }, + { + zip_code: '85023', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 34268.0, + density: 1811.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.09466, lat: 33.63155 }, + }, + { + zip_code: '85305', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 13370.0, + density: 814.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.25636, lat: 33.53079 }, + }, + { + zip_code: '85306', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 25520.0, + density: 1757.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.17639, lat: 33.62394 }, + }, + { + zip_code: '85339', + usps_city: 'Laveen', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47958.0, + density: 87.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "99.85", "04021": "0.15"}', + coty_name: ['Maricopa', 'Pinal'], + cty_code: ['04013', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.16077, lat: 33.23775 }, + }, + { + zip_code: '85342', + usps_city: 'Morristown', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 1.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "97.21", "04025": "2.79"}', + coty_name: ['Maricopa', 'Yavapai'], + cty_code: ['04013', '04025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.45305, lat: 33.94479 }, + }, + { + zip_code: '85383', + usps_city: 'Peoria', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 55327.0, + density: 223.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.247, lat: 33.80236 }, + }, + { + zip_code: '85629', + usps_city: 'Sahuarita', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 25770.0, + density: 43.2, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.01908, lat: 31.91783 }, + }, + { + zip_code: '85632', + usps_city: 'San Simon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 0.4, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.17478, lat: 32.0424 }, + }, + { + zip_code: '85641', + usps_city: 'Vail', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 27078.0, + density: 22.6, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.6229, lat: 32.04903 }, + }, + { + zip_code: '86031', + usps_city: 'Indian Wells', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1751.0, + density: 1.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.05272, lat: 35.38652 }, + }, + { + zip_code: '86042', + usps_city: 'Polacca', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2142.0, + density: 11.7, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.38752, lat: 35.86169 }, + }, + { + zip_code: '86329', + usps_city: 'Humboldt', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 10.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.22499, lat: 34.47164 }, + }, + { + zip_code: '86444', + usps_city: 'Meadview', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1254.0, + density: 1.0, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.04865, lat: 35.90037 }, + }, + { + zip_code: '86502', + usps_city: 'Chambers', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 0.6, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.58173, lat: 35.222 }, + }, + { + zip_code: '87014', + usps_city: 'Cubero', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 1.1, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "99.69", "35043": "0.31"}', + coty_name: ['Cibola', 'Sandoval'], + cty_code: ['35006', '35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.38687, lat: 35.21926 }, + }, + { + zip_code: '87021', + usps_city: 'Milan', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3421.0, + density: 171.1, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.88389, lat: 35.19137 }, + }, + { + zip_code: '87037', + usps_city: 'Nageezi', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 0.7, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.76644, lat: 36.15984 }, + }, + { + zip_code: '87117', + usps_city: 'Kirtland Afb', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 7.3, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.55005, lat: 35.02011 }, + }, + { + zip_code: '87124', + usps_city: 'Rio Rancho', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 55173.0, + density: 302.3, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.78288, lat: 35.26775 }, + }, + { + zip_code: '87315', + usps_city: 'Fence Lake', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 0.1, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.68277, lat: 34.74291 }, + }, + { + zip_code: '87364', + usps_city: 'Sheep Springs', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1026.0, + density: 2.6, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.70648, lat: 36.14192 }, + }, + { + zip_code: '87512', + usps_city: 'Amalia', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 0.1, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.37427, lat: 36.90902 }, + }, + { + zip_code: '87520', + usps_city: 'Chama', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1376.0, + density: 2.0, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.62705, lat: 36.88271 }, + }, + { + zip_code: '87558', + usps_city: 'Red River', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 465.0, + density: 1.4, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.39021, lat: 36.68695 }, + }, + { + zip_code: '87578', + usps_city: 'Truchas', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 1.6, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.7653, lat: 36.03903 }, + }, + { + zip_code: '87734', + usps_city: 'Ocate', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 0.8, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "98.9", "35007": "1.1"}', + coty_name: ['Mora', 'Colfax'], + cty_code: ['35033', '35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.07791, lat: 36.16938 }, + }, + { + zip_code: '87750', + usps_city: 'Valmora', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.92706, lat: 35.82539 }, + }, + { + zip_code: '87801', + usps_city: 'Socorro', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 9373.0, + density: 25.3, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.84601, lat: 34.13037 }, + }, + { + zip_code: '88039', + usps_city: 'Glenwood', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 0.3, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "100"}', + coty_name: ['Catron'], + cty_code: ['35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.72204, lat: 33.34884 }, + }, + { + zip_code: '88103', + usps_city: 'Cannon Afb', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 25.9, + primary_coty_code: '35009', + primary_coty_name: 'Curry', + county_weights: '{"35009": "100"}', + coty_name: ['Curry'], + cty_code: ['35009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.31544, lat: 34.38412 }, + }, + { + zip_code: '88231', + usps_city: 'Eunice', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3584.0, + density: 3.8, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.25497, lat: 32.44904 }, + }, + { + zip_code: '88267', + usps_city: 'Tatum', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1138.0, + density: 0.5, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.42182, lat: 33.33191 }, + }, + { + zip_code: '88340', + usps_city: 'Mescalero', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3834.0, + density: 2.1, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.6119, lat: 33.17829 }, + }, + { + zip_code: '88345', + usps_city: 'Ruidoso', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 8546.0, + density: 100.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.68001, lat: 33.34798 }, + }, + { + zip_code: '88347', + usps_city: 'Sacramento', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 0.9, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.65711, lat: 32.76768 }, + }, + { + zip_code: '89004', + usps_city: 'Blue Diamond', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 2.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.47079, lat: 36.08529 }, + }, + { + zip_code: '89011', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 28229.0, + density: 660.3, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.96848, lat: 36.0828 }, + }, + { + zip_code: '89040', + usps_city: 'Overton', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 3886.0, + density: 2.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.5386, lat: 36.35808 }, + }, + { + zip_code: '89142', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 34671.0, + density: 2811.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.03637, lat: 36.1479 }, + }, + { + zip_code: '89178', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 40808.0, + density: 824.6, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.28607, lat: 35.99768 }, + }, + { + zip_code: '89703', + usps_city: 'Carson City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 9955.0, + density: 151.5, + primary_coty_code: '32510', + primary_coty_name: 'Carson City', + county_weights: '{"32510": "100"}', + coty_name: ['Carson City'], + cty_code: ['32510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.81277, lat: 39.1639 }, + }, + { + zip_code: '90056', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7649.0, + density: 1869.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.37033, lat: 33.98809 }, + }, + { + zip_code: '90061', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27873.0, + density: 4043.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.27403, lat: 33.92045 }, + }, + { + zip_code: '90079', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "0"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2554, lat: 34.04059 }, + }, + { + zip_code: '90278', + usps_city: 'Redondo Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40252.0, + density: 4312.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.37037, lat: 33.87325 }, + }, + { + zip_code: '90704', + usps_city: 'Avalon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3979.0, + density: 20.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43439, lat: 33.38251 }, + }, + { + zip_code: '90805', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 95995.0, + density: 5030.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.18055, lat: 33.86493 }, + }, + { + zip_code: '91207', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11031.0, + density: 936.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25864, lat: 34.18361 }, + }, + { + zip_code: '91306', + usps_city: 'Winnetka', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49678.0, + density: 4634.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.5754, lat: 34.20927 }, + }, + { + zip_code: '91506', + usps_city: 'Burbank', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18591.0, + density: 2932.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.32384, lat: 34.17117 }, + }, + { + zip_code: '91708', + usps_city: 'Chino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4009.0, + density: 163.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.64045, lat: 33.95397 }, + }, + { + zip_code: '91731', + usps_city: 'El Monte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30222.0, + density: 3058.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.04062, lat: 34.07878 }, + }, + { + zip_code: '91906', + usps_city: 'Campo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4428.0, + density: 16.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.46057, lat: 32.65946 }, + }, + { + zip_code: '92003', + usps_city: 'Bonsall', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5160.0, + density: 114.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19872, lat: 33.28568 }, + }, + { + zip_code: '92128', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51357.0, + density: 1772.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.07178, lat: 32.99937 }, + }, + { + zip_code: '92283', + usps_city: 'Winterhaven', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1684.0, + density: 0.9, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.7472, lat: 32.93769 }, + }, + { + zip_code: '92407', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 68545.0, + density: 416.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.39082, lat: 34.21658 }, + }, + { + zip_code: '92557', + usps_city: 'Moreno Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53406.0, + density: 1097.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25966, lat: 33.9703 }, + }, + { + zip_code: '92656', + usps_city: 'Aliso Viejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52268.0, + density: 2452.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.73039, lat: 33.57622 }, + }, + { + zip_code: '92688', + usps_city: 'Rancho Santa Margarita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44832.0, + density: 1587.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.61231, lat: 33.62008 }, + }, + { + zip_code: '92821', + usps_city: 'Brea', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37712.0, + density: 1378.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.8852, lat: 33.92738 }, + }, + { + zip_code: '92845', + usps_city: 'Garden Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16273.0, + density: 2886.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.02625, lat: 33.78308 }, + }, + { + zip_code: '93012', + usps_city: 'Camarillo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36052.0, + density: 265.5, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.99795, lat: 34.20328 }, + }, + { + zip_code: '93022', + usps_city: 'Oak View', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7179.0, + density: 599.8, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.30566, lat: 34.40734 }, + }, + { + zip_code: '93272', + usps_city: 'Tipton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4707.0, + density: 21.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.34644, lat: 36.05086 }, + }, + { + zip_code: '93286', + usps_city: 'Woodlake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9906.0, + density: 44.8, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.10553, lat: 36.47024 }, + }, + { + zip_code: '93309', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58538.0, + density: 2128.5, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.06633, lat: 35.3436 }, + }, + { + zip_code: '93313', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55221.0, + density: 213.9, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.04631, lat: 35.16327 }, + }, + { + zip_code: '93405', + usps_city: 'San Luis Obispo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35898.0, + density: 157.9, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.72718, lat: 35.29784 }, + }, + { + zip_code: '93426', + usps_city: 'Bradley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 2.9, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "66.6", "06079": "33.4"}', + coty_name: ['Monterey', 'San Luis Obispo'], + cty_code: ['06053', '06079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.94132, lat: 35.84641 }, + }, + { + zip_code: '93665', + usps_city: 'South Dos Palos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 345.1, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.64814, lat: 36.96018 }, + }, + { + zip_code: '93728', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16574.0, + density: 2092.1, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.81834, lat: 36.75727 }, + }, + { + zip_code: '94022', + usps_city: 'Los Altos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19406.0, + density: 428.9, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14444, lat: 37.35752 }, + }, + { + zip_code: '94037', + usps_city: 'Montara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2504.0, + density: 167.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49667, lat: 37.55433 }, + }, + { + zip_code: '94116', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47346.0, + density: 7067.6, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48619, lat: 37.74459 }, + }, + { + zip_code: '94521', + usps_city: 'Concord', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43281.0, + density: 1288.1, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95613, lat: 37.95603 }, + }, + { + zip_code: '94563', + usps_city: 'Orinda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19644.0, + density: 438.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.18458, lat: 37.87967 }, + }, + { + zip_code: '94564', + usps_city: 'Pinole', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19260.0, + density: 1343.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27992, lat: 37.99177 }, + }, + { + zip_code: '94579', + usps_city: 'San Leandro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21883.0, + density: 2701.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.15748, lat: 37.68643 }, + }, + { + zip_code: '94611', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38975.0, + density: 1424.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "99.88", "06013": "0.12"}', + coty_name: ['Alameda', 'Contra Costa'], + cty_code: ['06001', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2022, lat: 37.83007 }, + }, + { + zip_code: '94708', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11394.0, + density: 1297.0, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "79.34", "06013": "20.66"}', + coty_name: ['Alameda', 'Contra Costa'], + cty_code: ['06001', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26195, lat: 37.90265 }, + }, + { + zip_code: '95051', + usps_city: 'Santa Clara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59851.0, + density: 3473.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98434, lat: 37.34861 }, + }, + { + zip_code: '95118', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32421.0, + density: 3069.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.89, lat: 37.25548 }, + }, + { + zip_code: '95254', + usps_city: 'Wallace', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 72.5, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.95514, lat: 38.19516 }, + }, + { + zip_code: '95316', + usps_city: 'Denair', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7022.0, + density: 40.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.71399, lat: 37.55325 }, + }, + { + zip_code: '95431', + usps_city: 'Eldridge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 818.8, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51701, lat: 38.34831 }, + }, + { + zip_code: '95443', + usps_city: 'Glenhaven', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 17.8, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.73954, lat: 39.04946 }, + }, + { + zip_code: '95547', + usps_city: 'Hydesville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1063.0, + density: 54.4, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.08116, lat: 40.55751 }, + }, + { + zip_code: '95635', + usps_city: 'Greenwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 20.1, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.90861, lat: 38.90496 }, + }, + { + zip_code: '95652', + usps_city: 'Mcclellan', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 789.0, + density: 80.3, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.40115, lat: 38.66309 }, + }, + { + zip_code: '95923', + usps_city: 'Canyon Dam', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 1.1, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.1155, lat: 40.15792 }, + }, + { + zip_code: '95930', + usps_city: 'Clipper Mills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 1.7, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "50.72", "06115": "49.28"}', + coty_name: ['Butte', 'Yuba'], + cty_code: ['06007', '06115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.19346, lat: 39.5519 }, + }, + { + zip_code: '95935', + usps_city: 'Dobbins', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 4.3, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.19117, lat: 39.37755 }, + }, + { + zip_code: '95957', + usps_city: 'Meridian', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 879.0, + density: 4.9, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.82823, lat: 39.06216 }, + }, + { + zip_code: '95984', + usps_city: 'Twain', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 3.8, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.12268, lat: 40.04096 }, + }, + { + zip_code: '96014', + usps_city: 'Callahan', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 0.4, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77793, lat: 41.33895 }, + }, + { + zip_code: '96015', + usps_city: 'Canby', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 320.0, + density: 0.5, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.91725, lat: 41.50377 }, + }, + { + zip_code: '96087', + usps_city: 'Shasta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 2.7, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61601, lat: 40.62393 }, + }, + { + zip_code: '96118', + usps_city: 'Loyalton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 3.4, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "98.83", "06063": "1.17"}', + coty_name: ['Sierra', 'Plumas'], + cty_code: ['06091', '06063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.22928, lat: 39.63884 }, + }, + { + zip_code: '96120', + usps_city: 'Markleeville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 1.7, + primary_coty_code: '6003', + primary_coty_name: 'Alpine', + county_weights: '{"06003": "100"}', + coty_name: ['Alpine'], + cty_code: ['6003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.83344, lat: 38.75366 }, + }, + { + zip_code: '96137', + usps_city: 'Westwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3252.0, + density: 25.9, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "55.14", "06063": "44.86"}', + coty_name: ['Lassen', 'Plumas'], + cty_code: ['06035', '06063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02969, lat: 40.2688 }, + }, + { + zip_code: '96764', + usps_city: 'Laupahoehoe', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 5.3, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.2731, lat: 19.92796 }, + }, + { + zip_code: '96771', + usps_city: 'Mountain View', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 7968.0, + density: 33.4, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.13342, lat: 19.52402 }, + }, + { + zip_code: '96781', + usps_city: 'Papaikou', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 12.1, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.18285, lat: 19.79317 }, + }, + { + zip_code: '96791', + usps_city: 'Waialua', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 7350.0, + density: 76.1, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.15725, lat: 21.55079 }, + }, + { + zip_code: '96796', + usps_city: 'Waimea', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1865.0, + density: 15.6, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.68899, lat: 22.09046 }, + }, + { + zip_code: '96950', + usps_city: 'Saipan', + stusps_code: 'MP', + ste_name: 'Northern Mariana Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '69110', + primary_coty_name: 'Saipan', + county_weights: '{"69110": 100}', + coty_name: ['Saipan'], + cty_code: ['69110'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Saipan', + geo_point_2d: { lon: 145.75356, lat: 15.18887 }, + }, + { + zip_code: '97007', + usps_city: 'Beaverton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 72299.0, + density: 1043.8, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.87964, lat: 45.45435 }, + }, + { + zip_code: '97017', + usps_city: 'Colton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3407.0, + density: 30.3, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38501, lat: 45.17177 }, + }, + { + zip_code: '97029', + usps_city: 'Grass Valley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 0.4, + primary_coty_code: '41055', + primary_coty_name: 'Sherman', + county_weights: '{"41055": "100"}', + coty_name: ['Sherman'], + cty_code: ['41055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.80847, lat: 45.28737 }, + }, + { + zip_code: '97057', + usps_city: 'Shaniko', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 5.2, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.7499, lat: 45.00276 }, + }, + { + zip_code: '97067', + usps_city: 'Welches', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1745.0, + density: 15.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01959, lat: 45.30635 }, + }, + { + zip_code: '97206', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 52996.0, + density: 3131.3, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "96.45", "41005": "3.55"}', + coty_name: ['Multnomah', 'Clackamas'], + cty_code: ['41051', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5986, lat: 45.48188 }, + }, + { + zip_code: '97232', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 13706.0, + density: 2819.3, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64377, lat: 45.52919 }, + }, + { + zip_code: '97324', + usps_city: 'Alsea', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 2.9, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "88.19", "41041": "9.86", "41039": "1.95"}', + coty_name: ['Benton', 'Lincoln', 'Lane'], + cty_code: ['41003', '41041', '41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.62686, lat: 44.35569 }, + }, + { + zip_code: '97344', + usps_city: 'Falls City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1491.0, + density: 52.1, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "100"}', + coty_name: ['Polk'], + cty_code: ['41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.46455, lat: 44.86914 }, + }, + { + zip_code: '97408', + usps_city: 'Eugene', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 13360.0, + density: 103.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05446, lat: 44.14466 }, + }, + { + zip_code: '97453', + usps_city: 'Mapleton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 3.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.85948, lat: 43.99817 }, + }, + { + zip_code: '97622', + usps_city: 'Bly', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 1.1, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.03403, lat: 42.41915 }, + }, + { + zip_code: '97750', + usps_city: 'Mitchell', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 0.4, + primary_coty_code: '41069', + primary_coty_name: 'Wheeler', + county_weights: '{"41069": "100"}', + coty_name: ['Wheeler'], + cty_code: ['41069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.1165, lat: 44.63858 }, + }, + { + zip_code: '97759', + usps_city: 'Sisters', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7896.0, + density: 8.0, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "99.3", "41031": "0.44", "41043": "0.25"}', + coty_name: ['Deschutes', 'Jefferson', 'Linn'], + cty_code: ['41017', '41031', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.78388, lat: 44.3772 }, + }, + { + zip_code: '97760', + usps_city: 'Terrebonne', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6872.0, + density: 27.4, + primary_coty_code: '41031', + primary_coty_name: 'Jefferson', + county_weights: '{"41031": "52.33", "41017": "45.72", "41013": "1.95"}', + coty_name: ['Jefferson', 'Deschutes', 'Crook'], + cty_code: ['41031', '41017', '41013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.23781, lat: 44.39092 }, + }, + { + zip_code: '97884', + usps_city: 'Unity', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 0.6, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21822, lat: 44.45644 }, + }, + { + zip_code: '97906', + usps_city: 'Harper', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 0.1, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.77349, lat: 43.52609 }, + }, + { + zip_code: '97908', + usps_city: 'Ironside', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 0.0, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.93944, lat: 44.30925 }, + }, + { + zip_code: '98005', + usps_city: 'Bellevue', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 19223.0, + density: 987.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.16862, lat: 47.61478 }, + }, + { + zip_code: '98012', + usps_city: 'Bothell', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 67427.0, + density: 1698.7, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19911, lat: 47.84156 }, + }, + { + zip_code: '98077', + usps_city: 'Woodinville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 13452.0, + density: 299.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "93.18", "53061": "6.82"}', + coty_name: ['King', 'Snohomish'], + cty_code: ['53033', '53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.05826, lat: 47.75293 }, + }, + { + zip_code: '98106', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25940.0, + density: 1819.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.35435, lat: 47.54349 }, + }, + { + zip_code: '98112', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25474.0, + density: 3112.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28893, lat: 47.63392 }, + }, + { + zip_code: '98195', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 264.9, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "0"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30919, lat: 47.64925 }, + }, + { + zip_code: '98198', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37966.0, + density: 1901.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31122, lat: 47.3946 }, + }, + { + zip_code: '98303', + usps_city: 'Anderson Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 57.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.70387, lat: 47.15783 }, + }, + { + zip_code: '22840', + usps_city: 'McGaheysville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4679.0, + density: 68.5, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74042, lat: 38.37711 }, + }, + { + zip_code: '22904', + usps_city: 'Charlottesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4834.0, + density: 2905.0, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "95.75", "51540": "4.25"}', + coty_name: ['Albemarle', 'Charlottesville'], + cty_code: ['51003', '51540'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51986, lat: 38.03438 }, + }, + { + zip_code: '22939', + usps_city: 'Fishersville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6369.0, + density: 147.2, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97414, lat: 38.106 }, + }, + { + zip_code: '22946', + usps_city: 'Keene', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 12.4, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56991, lat: 37.85604 }, + }, + { + zip_code: '22976', + usps_city: 'Tyro', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 5.9, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "100"}', + coty_name: ['Nelson'], + cty_code: ['51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05924, lat: 37.83379 }, + }, + { + zip_code: '23055', + usps_city: 'Fork Union', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 763.0, + density: 19.0, + primary_coty_code: '51065', + primary_coty_name: 'Fluvanna', + county_weights: '{"51065": "100"}', + coty_name: ['Fluvanna'], + cty_code: ['51065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.22126, lat: 37.77493 }, + }, + { + zip_code: '23063', + usps_city: 'Goochland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4720.0, + density: 18.2, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "100"}', + coty_name: ['Goochland'], + cty_code: ['51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00165, lat: 37.71652 }, + }, + { + zip_code: '23307', + usps_city: 'Birdsnest', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 34.9, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87307, lat: 37.43369 }, + }, + { + zip_code: '23441', + usps_city: 'Tasley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 77.8, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69956, lat: 37.71026 }, + }, + { + zip_code: '23455', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 49263.0, + density: 1156.6, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14639, lat: 36.89334 }, + }, + { + zip_code: '23456', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 54337.0, + density: 424.7, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03592, lat: 36.73404 }, + }, + { + zip_code: '23923', + usps_city: 'Charlotte Court House', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3083.0, + density: 13.4, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "96.18", "51147": "3.82"}', + coty_name: ['Charlotte', 'Prince Edward'], + cty_code: ['51037', '51147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64394, lat: 37.09234 }, + }, + { + zip_code: '23944', + usps_city: 'Kenbridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3096.0, + density: 8.5, + primary_coty_code: '51111', + primary_coty_name: 'Lunenburg', + county_weights: '{"51111": "100"}', + coty_name: ['Lunenburg'], + cty_code: ['51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13427, lat: 36.90668 }, + }, + { + zip_code: '23959', + usps_city: 'Phenix', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 7.9, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "100"}', + coty_name: ['Charlotte'], + cty_code: ['51037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7932, lat: 37.10568 }, + }, + { + zip_code: '24064', + usps_city: 'Blue Ridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5046.0, + density: 59.3, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "71.11", "51019": "28.89"}', + coty_name: ['Botetourt', 'Bedford'], + cty_code: ['51023', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.77645, lat: 37.37194 }, + }, + { + zip_code: '24147', + usps_city: 'Rich Creek', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1418.0, + density: 82.1, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.82588, lat: 37.40044 }, + }, + { + zip_code: '24226', + usps_city: 'Clinchco', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 16.7, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "100"}', + coty_name: ['Dickenson'], + cty_code: ['51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33458, lat: 37.13931 }, + }, + { + zip_code: '24237', + usps_city: 'Dante', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 5.8, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "52.35", "51167": "47.65"}', + coty_name: ['Dickenson', 'Russell'], + cty_code: ['51051', '51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25593, lat: 37.0358 }, + }, + { + zip_code: '24361', + usps_city: 'Meadowview', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5795.0, + density: 39.8, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "100"}', + coty_name: ['Washington'], + cty_code: ['51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84611, lat: 36.76674 }, + }, + { + zip_code: '24366', + usps_city: 'Rocky Gap', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 7.7, + primary_coty_code: '51021', + primary_coty_name: 'Bland', + county_weights: '{"51021": "100"}', + coty_name: ['Bland'], + cty_code: ['51021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11575, lat: 37.25786 }, + }, + { + zip_code: '24550', + usps_city: 'Evington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7272.0, + density: 43.1, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "94.19", "51019": "5.81"}', + coty_name: ['Campbell', 'Bedford'], + cty_code: ['51031', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.25998, lat: 37.23318 }, + }, + { + zip_code: '24590', + usps_city: 'Scottsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7779.0, + density: 18.0, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "41.27", "51065": "34.53", "51029": "24.2"}', + coty_name: ['Albemarle', 'Fluvanna', 'Buckingham'], + cty_code: ['51003', '51065', '51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48481, lat: 37.79308 }, + }, + { + zip_code: '24831', + usps_city: 'Elkhorn', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 31.2, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40886, lat: 37.39342 }, + }, + { + zip_code: '25102', + usps_city: 'Handley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 75.7, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36699, lat: 38.18657 }, + }, + { + zip_code: '25119', + usps_city: 'Kincaid', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 4.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27234, lat: 38.04395 }, + }, + { + zip_code: '25121', + usps_city: 'Lake', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 952.0, + density: 22.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89728, lat: 37.91627 }, + }, + { + zip_code: '25180', + usps_city: 'Saxon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 10.6, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43459, lat: 37.79008 }, + }, + { + zip_code: '25186', + usps_city: 'Smithers', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1104.0, + density: 47.8, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27268, lat: 38.18187 }, + }, + { + zip_code: '25243', + usps_city: 'Gandeeville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 3.8, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47946, lat: 38.68673 }, + }, + { + zip_code: '25501', + usps_city: 'Alkol', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 18.5, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95885, lat: 38.15716 }, + }, + { + zip_code: '25515', + usps_city: 'Gallipolis Ferry', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2042.0, + density: 17.5, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15357, lat: 38.75267 }, + }, + { + zip_code: '25649', + usps_city: 'Verdunville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 946.0, + density: 33.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08183, lat: 37.86631 }, + }, + { + zip_code: '25650', + usps_city: 'Verner', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 3.4, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "81.9", "54045": "18.1"}', + coty_name: ['Mingo', 'Logan'], + cty_code: ['54059', '54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81506, lat: 37.67672 }, + }, + { + zip_code: '25661', + usps_city: 'Williamson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5852.0, + density: 38.8, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27393, lat: 37.73619 }, + }, + { + zip_code: '25831', + usps_city: 'Danese', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1856.0, + density: 12.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93788, lat: 37.95668 }, + }, + { + zip_code: '25849', + usps_city: 'Glen White', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 360.0, + density: 274.5, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27973, lat: 37.72996 }, + }, + { + zip_code: '25916', + usps_city: 'Sabine', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 50.7, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49803, lat: 37.67559 }, + }, + { + zip_code: '25981', + usps_city: 'Quinwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 3.4, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "78.13", "54067": "21.87"}', + coty_name: ['Greenbrier', 'Nicholas'], + cty_code: ['54025', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70849, lat: 38.08469 }, + }, + { + zip_code: '26059', + usps_city: 'Triadelphia', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2625.0, + density: 41.2, + primary_coty_code: '54069', + primary_coty_name: 'Ohio', + county_weights: '{"54069": "100"}', + coty_name: ['Ohio'], + cty_code: ['54069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59115, lat: 40.07129 }, + }, + { + zip_code: '26137', + usps_city: 'Big Springs', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 5.1, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "66.67", "54021": "27.05", "54085": "6.28"}', + coty_name: ['Calhoun', 'Gilmer', 'Ritchie'], + cty_code: ['54013', '54021', '54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04462, lat: 39.00517 }, + }, + { + zip_code: '26283', + usps_city: 'Montrose', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1719.0, + density: 11.1, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "75.26", "54001": "12.75", "54093": "12"}', + coty_name: ['Randolph', 'Barbour', 'Tucker'], + cty_code: ['54083', '54001', '54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81142, lat: 39.06386 }, + }, + { + zip_code: '26320', + usps_city: 'Alma', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 532.0, + density: 3.7, + primary_coty_code: '54095', + primary_coty_name: 'Tyler', + county_weights: '{"54095": "100"}', + coty_name: ['Tyler'], + cty_code: ['54095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8226, lat: 39.42285 }, + }, + { + zip_code: '26354', + usps_city: 'Grafton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10477.0, + density: 40.0, + primary_coty_code: '54091', + primary_coty_name: 'Taylor', + county_weights: '{"54091": "99.72", "54049": "0.28"}', + coty_name: ['Taylor', 'Marion'], + cty_code: ['54091', '54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03047, lat: 39.34663 }, + }, + { + zip_code: '26419', + usps_city: 'Pine Grove', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1055.0, + density: 10.9, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "100"}', + coty_name: ['Wetzel'], + cty_code: ['54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66513, lat: 39.55351 }, + }, + { + zip_code: '26656', + usps_city: 'Belva', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 10.8, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "89.53", "54019": "10.47"}', + coty_name: ['Nicholas', 'Fayette'], + cty_code: ['54067', '54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16352, lat: 38.26456 }, + }, + { + zip_code: '26704', + usps_city: 'Augusta', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5820.0, + density: 23.4, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.5905, lat: 39.29248 }, + }, + { + zip_code: '26815', + usps_city: 'Sugar Grove', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 3.7, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35935, lat: 38.48905 }, + }, + { + zip_code: '27209', + usps_city: 'Biscoe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4584.0, + density: 38.8, + primary_coty_code: '37123', + primary_coty_name: 'Montgomery', + county_weights: '{"37123": "92.22", "37125": "7.78"}', + coty_name: ['Montgomery', 'Moore'], + cty_code: ['37123', '37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7508, lat: 35.34314 }, + }, + { + zip_code: '27288', + usps_city: 'Eden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23436.0, + density: 133.6, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "100"}', + coty_name: ['Rockingham'], + cty_code: ['37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74662, lat: 36.4991 }, + }, + { + zip_code: '27313', + usps_city: 'Pleasant Garden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6733.0, + density: 91.6, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "67.05", "37151": "32.95"}', + coty_name: ['Guilford', 'Randolph'], + cty_code: ['37081', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75182, lat: 35.929 }, + }, + { + zip_code: '27343', + usps_city: 'Semora', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1772.0, + density: 14.9, + primary_coty_code: '37145', + primary_coty_name: 'Person', + county_weights: '{"37145": "71.33", "37033": "28.67"}', + coty_name: ['Person', 'Caswell'], + cty_code: ['37145', '37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.09172, lat: 36.50309 }, + }, + { + zip_code: '27582', + usps_city: 'Stovall', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 409.0, + density: 49.7, + primary_coty_code: '37077', + primary_coty_name: 'Granville', + county_weights: '{"37077": "100"}', + coty_name: ['Granville'], + cty_code: ['37077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.5743, lat: 36.46187 }, + }, + { + zip_code: '27591', + usps_city: 'Wendell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20562.0, + density: 119.7, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "80.33", "37101": "19.67"}', + coty_name: ['Wake', 'Johnston'], + cty_code: ['37183', '37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38605, lat: 35.78485 }, + }, + { + zip_code: '27804', + usps_city: 'Rocky Mount', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29519.0, + density: 269.5, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "100"}', + coty_name: ['Nash'], + cty_code: ['37127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.84674, lat: 35.99039 }, + }, + { + zip_code: '27909', + usps_city: 'Elizabeth City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39551.0, + density: 67.3, + primary_coty_code: '37139', + primary_coty_name: 'Pasquotank', + county_weights: '{"37139": "99.91", "37029": "0.09"}', + coty_name: ['Pasquotank', 'Camden'], + cty_code: ['37139', '37029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28394, lat: 36.29548 }, + }, + { + zip_code: '27935', + usps_city: 'Eure', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1879.0, + density: 12.1, + primary_coty_code: '37073', + primary_coty_name: 'Gates', + county_weights: '{"37073": "100"}', + coty_name: ['Gates'], + cty_code: ['37073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85863, lat: 36.42984 }, + }, + { + zip_code: '28033', + usps_city: 'Crouse', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3132.0, + density: 77.6, + primary_coty_code: '37109', + primary_coty_name: 'Lincoln', + county_weights: '{"37109": "66.06", "37071": "33.94"}', + coty_name: ['Lincoln', 'Gaston'], + cty_code: ['37109', '37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3211, lat: 35.41871 }, + }, + { + zip_code: '28144', + usps_city: 'Salisbury', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24858.0, + density: 320.7, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46414, lat: 35.70622 }, + }, + { + zip_code: '28217', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 30082.0, + density: 783.9, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90839, lat: 35.17145 }, + }, + { + zip_code: '28310', + usps_city: 'Fort Bragg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7066.0, + density: 598.9, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02177, lat: 35.14157 }, + }, + { + zip_code: '28320', + usps_city: 'Bladenboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9233.0, + density: 29.7, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "97.15", "37047": "2.85"}', + coty_name: ['Bladen', 'Columbus'], + cty_code: ['37017', '37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77337, lat: 34.5518 }, + }, + { + zip_code: '28376', + usps_city: 'Raeford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 44967.0, + density: 120.2, + primary_coty_code: '37093', + primary_coty_name: 'Hoke', + county_weights: '{"37093": "100"}', + coty_name: ['Hoke'], + cty_code: ['37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.24262, lat: 34.9919 }, + }, + { + zip_code: '28403', + usps_city: 'Wilmington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41525.0, + density: 1139.1, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87985, lat: 34.22189 }, + }, + { + zip_code: '28530', + usps_city: 'Grifton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6577.0, + density: 35.8, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: + '{"37147": "52.32", "37107": "35.32", "37049": "8.65", "37079": "3.71"}', + coty_name: ['Pitt', 'Lenoir', 'Craven', 'Greene'], + cty_code: ['37147', '37107', '37049', '37079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41187, lat: 35.3727 }, + }, + { + zip_code: '28537', + usps_city: 'Hobucken', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 1.4, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54945, lat: 35.24548 }, + }, + { + zip_code: '28544', + usps_city: 'Midway Park', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5917.0, + density: 201.2, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.30735, lat: 34.72129 }, + }, + { + zip_code: '28612', + usps_city: 'Connelly Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12314.0, + density: 56.9, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "99.52", "37035": "0.48"}', + coty_name: ['Burke', 'Catawba'], + cty_code: ['37023', '37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54008, lat: 35.66086 }, + }, + { + zip_code: '28666', + usps_city: 'Icard', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 114.6, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "100"}', + coty_name: ['Burke'], + cty_code: ['37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47052, lat: 35.72506 }, + }, + { + zip_code: '28679', + usps_city: 'Sugar Grove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1609.0, + density: 23.8, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "96.22", "37011": "3.78"}', + coty_name: ['Watauga', 'Avery'], + cty_code: ['37189', '37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84268, lat: 36.25934 }, + }, + { + zip_code: '28730', + usps_city: 'Fairview', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9221.0, + density: 71.8, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37036, lat: 35.52465 }, + }, + { + zip_code: '28747', + usps_city: 'Lake Toxaway', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2297.0, + density: 16.8, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "99.82", "37099": "0.18"}', + coty_name: ['Transylvania', 'Jackson'], + cty_code: ['37175', '37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92327, lat: 35.15718 }, + }, + { + zip_code: '28751', + usps_city: 'Maggie Valley', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3473.0, + density: 29.9, + primary_coty_code: '37087', + primary_coty_name: 'Haywood', + county_weights: '{"37087": "98.87", "37099": "1.13"}', + coty_name: ['Haywood', 'Jackson'], + cty_code: ['37087', '37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1207, lat: 35.505 }, + }, + { + zip_code: '29006', + usps_city: 'Batesburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10555.0, + density: 28.2, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "52.66", "45081": "28.41", "45003": "18.93"}', + coty_name: ['Lexington', 'Saluda', 'Aiken'], + cty_code: ['45063', '45081', '45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55054, lat: 33.87029 }, + }, + { + zip_code: '29033', + usps_city: 'Cayce', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12673.0, + density: 548.7, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0578, lat: 33.95661 }, + }, + { + zip_code: '29105', + usps_city: 'Monetta', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 15.9, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "79.39", "45081": "20.61"}', + coty_name: ['Aiken', 'Saluda'], + cty_code: ['45003', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59564, lat: 33.80843 }, + }, + { + zip_code: '29146', + usps_city: 'Springfield', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1594.0, + density: 9.7, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "74.36", "45003": "25.64"}', + coty_name: ['Orangeburg', 'Aiken'], + cty_code: ['45075', '45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29827, lat: 33.50863 }, + }, + { + zip_code: '29148', + usps_city: 'Summerton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6697.0, + density: 24.9, + primary_coty_code: '45027', + primary_coty_name: 'Clarendon', + county_weights: '{"45027": "100"}', + coty_name: ['Clarendon'], + cty_code: ['45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34218, lat: 33.53657 }, + }, + { + zip_code: '29321', + usps_city: 'Buffalo', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3044.0, + density: 30.0, + primary_coty_code: '45087', + primary_coty_name: 'Union', + county_weights: '{"45087": "100"}', + coty_name: ['Union'], + cty_code: ['45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74227, lat: 34.71768 }, + }, + { + zip_code: '29322', + usps_city: 'Campobello', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8954.0, + density: 59.1, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "98.43", "45045": "1.57"}', + coty_name: ['Spartanburg', 'Greenville'], + cty_code: ['45083', '45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13043, lat: 35.12353 }, + }, + { + zip_code: '29431', + usps_city: 'Bonneau', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6680.0, + density: 32.8, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88069, lat: 33.27822 }, + }, + { + zip_code: '29438', + usps_city: 'Edisto Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2424.0, + density: 12.5, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "78.03", "45029": "21.97"}', + coty_name: ['Charleston', 'Colleton'], + cty_code: ['45019', '45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31893, lat: 32.5722 }, + }, + { + zip_code: '29472', + usps_city: 'Ridgeville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10088.0, + density: 21.0, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "68.86", "45015": "24.71", "45029": "6.43"}', + coty_name: ['Dorchester', 'Berkeley', 'Colleton'], + cty_code: ['45035', '45015', '45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31845, lat: 33.05707 }, + }, + { + zip_code: '29477', + usps_city: 'Saint George', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6847.0, + density: 23.9, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "100"}', + coty_name: ['Dorchester'], + cty_code: ['45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57062, lat: 33.16744 }, + }, + { + zip_code: '29572', + usps_city: 'Myrtle Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9672.0, + density: 455.7, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78914, lat: 33.76918 }, + }, + { + zip_code: '29588', + usps_city: 'Myrtle Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48075.0, + density: 445.1, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02449, lat: 33.67162 }, + }, + { + zip_code: '29590', + usps_city: 'Salters', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3462.0, + density: 13.5, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "100"}', + coty_name: ['Williamsburg'], + cty_code: ['45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84908, lat: 33.56547 }, + }, + { + zip_code: '29617', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29019.0, + density: 482.1, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46658, lat: 34.91199 }, + }, + { + zip_code: '29671', + usps_city: 'Pickens', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17936.0, + density: 54.2, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "100"}', + coty_name: ['Pickens'], + cty_code: ['45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72151, lat: 34.93511 }, + }, + { + zip_code: '29676', + usps_city: 'Salem', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5463.0, + density: 28.9, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96065, lat: 34.93322 }, + }, + { + zip_code: '29689', + usps_city: 'Townville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4001.0, + density: 43.4, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "88.61", "45073": "11.39"}', + coty_name: ['Anderson', 'Oconee'], + cty_code: ['45007', '45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87393, lat: 34.52743 }, + }, + { + zip_code: '29724', + usps_city: 'Lando', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 59.1, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "100"}', + coty_name: ['Chester'], + cty_code: ['45023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0111, lat: 34.77398 }, + }, + { + zip_code: '29810', + usps_city: 'Allendale', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4040.0, + density: 12.8, + primary_coty_code: '45005', + primary_coty_name: 'Allendale', + county_weights: '{"45005": "100"}', + coty_name: ['Allendale'], + cty_code: ['45005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37633, lat: 32.99533 }, + }, + { + zip_code: '29824', + usps_city: 'Edgefield', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8651.0, + density: 14.9, + primary_coty_code: '45037', + primary_coty_name: 'Edgefield', + county_weights: '{"45037": "99.44", "45081": "0.56"}', + coty_name: ['Edgefield', 'Saluda'], + cty_code: ['45037', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99726, lat: 33.81939 }, + }, + { + zip_code: '29845', + usps_city: 'Plum Branch', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 901.0, + density: 5.3, + primary_coty_code: '45065', + primary_coty_name: 'McCormick', + county_weights: '{"45065": "98.64", "45037": "1.36"}', + coty_name: ['McCormick', 'Edgefield'], + cty_code: ['45065', '45037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.20494, lat: 33.82617 }, + }, + { + zip_code: '30017', + usps_city: 'Grayson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23415.0, + density: 755.7, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96318, lat: 33.89012 }, + }, + { + zip_code: '30058', + usps_city: 'Lithonia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 59751.0, + density: 747.8, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "99.73", "13247": "0.27"}', + coty_name: ['DeKalb', 'Rockdale'], + cty_code: ['13089', '13247'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.10616, lat: 33.7376 }, + }, + { + zip_code: '30060', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 40290.0, + density: 948.3, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54203, lat: 33.92025 }, + }, + { + zip_code: '30082', + usps_city: 'Smyrna', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27840.0, + density: 1025.2, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53505, lat: 33.85445 }, + }, + { + zip_code: '30230', + usps_city: 'Hogansville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9882.0, + density: 29.2, + primary_coty_code: '13285', + primary_coty_name: 'Troup', + county_weights: + '{"13285": "78.97", "13149": "11.89", "13199": "7.61", "13077": "1.53"}', + coty_name: ['Troup', 'Heard', 'Meriwether', 'Coweta'], + cty_code: ['13285', '13149', '13199', '13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92214, lat: 33.1642 }, + }, + { + zip_code: '30310', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28664.0, + density: 1254.8, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42689, lat: 33.7266 }, + }, + { + zip_code: '30327', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 22893.0, + density: 526.4, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42317, lat: 33.86622 }, + }, + { + zip_code: '30426', + usps_city: 'Girard', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 2.5, + primary_coty_code: '13033', + primary_coty_name: 'Burke', + county_weights: '{"13033": "91.91", "13251": "8.09"}', + coty_name: ['Burke', 'Screven'], + cty_code: ['13033', '13251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64694, lat: 33.03567 }, + }, + { + zip_code: '30506', + usps_city: 'Gainesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43765.0, + density: 168.3, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "73.87", "13117": "26.13"}', + coty_name: ['Hall', 'Forsyth'], + cty_code: ['13139', '13117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89363, lat: 34.35008 }, + }, + { + zip_code: '30537', + usps_city: 'Dillard', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1552.0, + density: 29.6, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32001, lat: 34.97779 }, + }, + { + zip_code: '30660', + usps_city: 'Rayle', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 4.9, + primary_coty_code: '13317', + primary_coty_name: 'Wilkes', + county_weights: '{"13317": "78.59", "13221": "21.41"}', + coty_name: ['Wilkes', 'Oglethorpe'], + cty_code: ['13317', '13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95044, lat: 33.78562 }, + }, + { + zip_code: '30666', + usps_city: 'Statham', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10876.0, + density: 114.5, + primary_coty_code: '13013', + primary_coty_name: 'Barrow', + county_weights: '{"13013": "82.61", "13219": "15.57", "13157": "1.82"}', + coty_name: ['Barrow', 'Oconee', 'Jackson'], + cty_code: ['13013', '13219', '13157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58398, lat: 33.96001 }, + }, + { + zip_code: '30905', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7869.0, + density: 217.2, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "100"}', + coty_name: ['Richmond'], + cty_code: ['13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14267, lat: 33.41474 }, + }, + { + zip_code: '31003', + usps_city: 'Allentown', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 7.3, + primary_coty_code: '13319', + primary_coty_name: 'Wilkinson', + county_weights: '{"13319": "100"}', + coty_name: ['Wilkinson'], + cty_code: ['13319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21248, lat: 32.60626 }, + }, + { + zip_code: '98576', + usps_city: 'Rainier', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5068.0, + density: 27.7, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63546, lat: 46.83741 }, + }, + { + zip_code: '98647', + usps_city: 'Skamokawa', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 1.9, + primary_coty_code: '53069', + primary_coty_name: 'Wahkiakum', + county_weights: '{"53069": "100"}', + coty_name: ['Wahkiakum'], + cty_code: ['53069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.43538, lat: 46.31842 }, + }, + { + zip_code: '98812', + usps_city: 'Brewster', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5153.0, + density: 7.5, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "87.51", "53017": "12.49"}', + coty_name: ['Okanogan', 'Douglas'], + cty_code: ['53047', '53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.75284, lat: 48.1445 }, + }, + { + zip_code: '98841', + usps_city: 'Omak', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9289.0, + density: 9.4, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.26948, lat: 48.35883 }, + }, + { + zip_code: '99020', + usps_city: 'Marshall', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.49663, lat: 47.56242 }, + }, + { + zip_code: '99027', + usps_city: 'Otis Orchards', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6378.0, + density: 163.2, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.12622, lat: 47.71042 }, + }, + { + zip_code: '99349', + usps_city: 'Mattawa', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9251.0, + density: 13.3, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.70123, lat: 46.73155 }, + }, + { + zip_code: '99353', + usps_city: 'West Richland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 16150.0, + density: 238.2, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.37926, lat: 46.3167 }, + }, + { + zip_code: '99563', + usps_city: 'Chevak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 413.5, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.59086, lat: 61.52911 }, + }, + { + zip_code: '99640', + usps_city: 'Nondalton', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 0.0, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -155.22855, lat: 60.30969 }, + }, + { + zip_code: '99652', + usps_city: 'Big Lake', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 3079.0, + density: 10.2, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.97233, lat: 61.53464 }, + }, + { + zip_code: '99664', + usps_city: 'Seward', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 4309.0, + density: 0.6, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.48485, lat: 60.10787 }, + }, + { + zip_code: '99729', + usps_city: 'Cantwell', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 0.1, + primary_coty_code: '2068', + primary_coty_name: 'Denali', + county_weights: '{"02068": "94.81", "02170": "5.19"}', + coty_name: ['Denali', 'Matanuska-Susitna'], + cty_code: ['02068', '02170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.50259, lat: 63.18325 }, + }, + { + zip_code: '99766', + usps_city: 'Point Hope', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 0.1, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.95841, lat: 68.65065 }, + }, + { + zip_code: '99775', + usps_city: 'Fairbanks', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 3907.3, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -147.82472, lat: 64.85849 }, + }, + { + zip_code: '7095', + usps_city: 'Woodbridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19989.0, + density: 1865.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28641, lat: 40.55369 }, + }, + { + zip_code: '7621', + usps_city: 'Bergenfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27373.0, + density: 3761.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99859, lat: 40.9238 }, + }, + { + zip_code: '7631', + usps_city: 'Englewood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 28271.0, + density: 2223.8, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97355, lat: 40.89178 }, + }, + { + zip_code: '7746', + usps_city: 'Marlboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18233.0, + density: 540.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24988, lat: 40.31809 }, + }, + { + zip_code: '7825', + usps_city: 'Blairstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9570.0, + density: 47.9, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96, lat: 40.9775 }, + }, + { + zip_code: '7843', + usps_city: 'Hopatcong', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11697.0, + density: 1118.0, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65981, lat: 40.93959 }, + }, + { + zip_code: '7863', + usps_city: 'Oxford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3703.0, + density: 60.4, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96037, lat: 40.8129 }, + }, + { + zip_code: '7920', + usps_city: 'Basking Ridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27037.0, + density: 444.8, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "99.18", "34027": "0.82"}', + coty_name: ['Somerset', 'Morris'], + cty_code: ['34035', '34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.56296, lat: 40.6784 }, + }, + { + zip_code: '7945', + usps_city: 'Mendham', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9020.0, + density: 185.8, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59797, lat: 40.78135 }, + }, + { + zip_code: '8542', + usps_city: 'Princeton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5840.0, + density: 4352.9, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66041, lat: 40.35292 }, + }, + { + zip_code: '21776', + usps_city: 'New Windsor', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5516.0, + density: 60.5, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "85.95", "24021": "14.05"}', + coty_name: ['Carroll', 'Frederick'], + cty_code: ['24013', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.10408, lat: 39.51621 }, + }, + { + zip_code: '22214', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "0"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07397, lat: 38.86883 }, + }, + { + zip_code: '22520', + usps_city: 'Montross', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5636.0, + density: 23.8, + primary_coty_code: '51193', + primary_coty_name: 'Westmoreland', + county_weights: '{"51193": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80415, lat: 38.11794 }, + }, + { + zip_code: '22553', + usps_city: 'Spotsylvania', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15761.0, + density: 136.3, + primary_coty_code: '51177', + primary_coty_name: 'Spotsylvania', + county_weights: '{"51177": "100"}', + coty_name: ['Spotsylvania'], + cty_code: ['51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64475, lat: 38.271 }, + }, + { + zip_code: '22554', + usps_city: 'Stafford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 57447.0, + density: 334.1, + primary_coty_code: '51179', + primary_coty_name: 'Stafford', + county_weights: '{"51179": "100"}', + coty_name: ['Stafford'], + cty_code: ['51179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.37803, lat: 38.42691 }, + }, + { + zip_code: '22660', + usps_city: 'Toms Brook', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1943.0, + density: 81.7, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.43203, lat: 38.94958 }, + }, + { + zip_code: '22749', + usps_city: 'Woodville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 228.0, + density: 4.6, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "100"}', + coty_name: ['Rappahannock'], + cty_code: ['51157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.18178, lat: 38.62021 }, + }, + { + zip_code: '22847', + usps_city: 'Quicksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 861.0, + density: 16.0, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72132, lat: 38.72007 }, + }, + { + zip_code: '58759', + usps_city: 'Max', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 1.4, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "62.48", "38101": "37.52"}', + coty_name: ['McLean', 'Ward'], + cty_code: ['38055', '38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.24677, lat: 47.85576 }, + }, + { + zip_code: '58763', + usps_city: 'New Town', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4016.0, + density: 3.0, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "77.64", "38053": "22.19", "38055": "0.17"}', + coty_name: ['Mountrail', 'McKenzie', 'McLean'], + cty_code: ['38061', '38053', '38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.57574, lat: 47.9929 }, + }, + { + zip_code: '58831', + usps_city: 'Alexander', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 0.8, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "100"}', + coty_name: ['McKenzie'], + cty_code: ['38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.65455, lat: 47.79474 }, + }, + { + zip_code: '59020', + usps_city: 'Cooke City', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 0.1, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.02575, lat: 45.09558 }, + }, + { + zip_code: '59043', + usps_city: 'Lame Deer', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2990.0, + density: 2.8, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "77.66", "30003": "22.34"}', + coty_name: ['Rosebud', 'Big Horn'], + cty_code: ['30087', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.6504, lat: 45.52619 }, + }, + { + zip_code: '59211', + usps_city: 'Antelope', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 0.5, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.35835, lat: 48.69453 }, + }, + { + zip_code: '59226', + usps_city: 'Froid', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 0.6, + primary_coty_code: '30085', + primary_coty_name: 'Roosevelt', + county_weights: '{"30085": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['30085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.58038, lat: 48.34852 }, + }, + { + zip_code: '59323', + usps_city: 'Colstrip', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2510.0, + density: 15.7, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "100"}', + coty_name: ['Rosebud'], + cty_code: ['30087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.67019, lat: 45.98499 }, + }, + { + zip_code: '59456', + usps_city: 'Ledger', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 260.0, + density: 0.3, + primary_coty_code: '30101', + primary_coty_name: 'Toole', + county_weights: '{"30101": "75.54", "30051": "15.88", "30073": "8.58"}', + coty_name: ['Toole', 'Liberty', 'Pondera'], + cty_code: ['30101', '30051', '30073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.38867, lat: 48.26448 }, + }, + { + zip_code: '59523', + usps_city: 'Chinook', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2153.0, + density: 0.6, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.22978, lat: 48.54585 }, + }, + { + zip_code: '59631', + usps_city: 'Basin', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 0.5, + primary_coty_code: '30043', + primary_coty_name: 'Jefferson', + county_weights: '{"30043": "100"}', + coty_name: ['Jefferson'], + cty_code: ['30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.36463, lat: 46.3121 }, + }, + { + zip_code: '59635', + usps_city: 'East Helena', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 6859.0, + density: 36.7, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "94.05", "30007": "3.16", "30043": "2.79"}', + coty_name: ['Lewis and Clark', 'Broadwater', 'Jefferson'], + cty_code: ['30049', '30007', '30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.82796, lat: 46.56251 }, + }, + { + zip_code: '59722', + usps_city: 'Deer Lodge', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 5747.0, + density: 6.1, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "96.23", "30023": "3.77"}', + coty_name: ['Powell', 'Deer Lodge'], + cty_code: ['30077', '30023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.76562, lat: 46.36252 }, + }, + { + zip_code: '59837', + usps_city: 'Hall', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 1.1, + primary_coty_code: '30039', + primary_coty_name: 'Granite', + county_weights: '{"30039": "100"}', + coty_name: ['Granite'], + cty_code: ['30039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.27498, lat: 46.54511 }, + }, + { + zip_code: '59840', + usps_city: 'Hamilton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 13649.0, + density: 11.3, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.18925, lat: 46.18544 }, + }, + { + zip_code: '59844', + usps_city: 'Heron', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 2.3, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.96858, lat: 48.05714 }, + }, + { + zip_code: '59851', + usps_city: 'Milltown', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 195.2, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.87795, lat: 46.87084 }, + }, + { + zip_code: '60007', + usps_city: 'Elk Grove Village', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33161.0, + density: 907.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100", "17043": "0"}', + coty_name: ['Cook', 'DuPage'], + cty_code: ['17031', '17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99297, lat: 42.00757 }, + }, + { + zip_code: '60042', + usps_city: 'Island Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8556.0, + density: 730.3, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "55.96", "17097": "44.04"}', + coty_name: ['McHenry', 'Lake'], + cty_code: ['17111', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19792, lat: 42.27915 }, + }, + { + zip_code: '60073', + usps_city: 'Round Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 61592.0, + density: 1163.2, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10977, lat: 42.34816 }, + }, + { + zip_code: '60112', + usps_city: 'Cortland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4422.0, + density: 461.8, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6908, lat: 41.92431 }, + }, + { + zip_code: '60135', + usps_city: 'Genoa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7058.0, + density: 58.8, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "99.75", "17007": "0.21", "17111": "0.04"}', + coty_name: ['DeKalb', 'Boone', 'McHenry'], + cty_code: ['17037', '17007', '17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67744, lat: 42.11223 }, + }, + { + zip_code: '60144', + usps_city: 'Kaneville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 524.5, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52062, lat: 41.83593 }, + }, + { + zip_code: '60192', + usps_city: 'Hoffman Estates', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15467.0, + density: 566.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18227, lat: 42.0737 }, + }, + { + zip_code: '60409', + usps_city: 'Calumet City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 36658.0, + density: 1902.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55133, lat: 41.61324 }, + }, + { + zip_code: '60421', + usps_city: 'Elwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3810.0, + density: 36.1, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09955, lat: 41.43128 }, + }, + { + zip_code: '60542', + usps_city: 'North Aurora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18191.0, + density: 749.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35064, lat: 41.80928 }, + }, + { + zip_code: '60548', + usps_city: 'Sandwich', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12054.0, + density: 115.1, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "64.26", "17099": "33.12", "17093": "2.63"}', + coty_name: ['DeKalb', 'LaSalle', 'Kendall'], + cty_code: ['17037', '17099', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.63617, lat: 41.64812 }, + }, + { + zip_code: '60641', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 69880.0, + density: 6675.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74669, lat: 41.94663 }, + }, + { + zip_code: '60712', + usps_city: 'Lincolnwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12434.0, + density: 1805.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7333, lat: 42.00545 }, + }, + { + zip_code: '60804', + usps_city: 'Cicero', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 82383.0, + density: 4155.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76014, lat: 41.83783 }, + }, + { + zip_code: '60901', + usps_city: 'Kankakee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 35407.0, + density: 142.8, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89814, lat: 41.11084 }, + }, + { + zip_code: '60948', + usps_city: 'Loda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1570.0, + density: 12.9, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "93.28", "17053": "6.72"}', + coty_name: ['Iroquois', 'Ford'], + cty_code: ['17075', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08197, lat: 40.52548 }, + }, + { + zip_code: '61008', + usps_city: 'Belvidere', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33935.0, + density: 151.7, + primary_coty_code: '17007', + primary_coty_name: 'Boone', + county_weights: '{"17007": "99.43", "17201": "0.57"}', + coty_name: ['Boone', 'Winnebago'], + cty_code: ['17007', '17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84072, lat: 42.24514 }, + }, + { + zip_code: '61020', + usps_city: 'Davis Junction', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3040.0, + density: 37.2, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "98.17", "17201": "1.83"}', + coty_name: ['Ogle', 'Winnebago'], + cty_code: ['17141', '17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09822, lat: 42.11021 }, + }, + { + zip_code: '61031', + usps_city: 'Franklin Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1569.0, + density: 13.1, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "97.95", "17141": "2.05"}', + coty_name: ['Lee', 'Ogle'], + cty_code: ['17103', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31306, lat: 41.8308 }, + }, + { + zip_code: '61036', + usps_city: 'Galena', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6414.0, + density: 23.3, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39117, lat: 42.41522 }, + }, + { + zip_code: '61078', + usps_city: 'Shannon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1299.0, + density: 8.7, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "85.59", "17141": "7.86", "17177": "6.55"}', + coty_name: ['Carroll', 'Ogle', 'Stephenson'], + cty_code: ['17015', '17141', '17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.72918, lat: 42.16605 }, + }, + { + zip_code: '61101', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19242.0, + density: 178.4, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14851, lat: 42.33748 }, + }, + { + zip_code: '61102', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17721.0, + density: 198.8, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "98.99", "17141": "1.01"}', + coty_name: ['Winnebago', 'Ogle'], + cty_code: ['17201', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15731, lat: 42.22955 }, + }, + { + zip_code: '61240', + usps_city: 'Coal Valley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5842.0, + density: 61.2, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "81.89", "17073": "18.11"}', + coty_name: ['Rock Island', 'Henry'], + cty_code: ['17161', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42977, lat: 41.42553 }, + }, + { + zip_code: '61244', + usps_city: 'East Moline', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23361.0, + density: 344.5, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39479, lat: 41.52329 }, + }, + { + zip_code: '61338', + usps_city: 'Manlius', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 157.3, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.6762, lat: 41.45903 }, + }, + { + zip_code: '61358', + usps_city: 'Rutland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 4.5, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "78.66", "17123": "21.34"}', + coty_name: ['LaSalle', 'Marshall'], + cty_code: ['17099', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04399, lat: 40.97874 }, + }, + { + zip_code: '61426', + usps_city: 'Castleton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 17.9, + primary_coty_code: '17175', + primary_coty_name: 'Stark', + county_weights: '{"17175": "100"}', + coty_name: ['Stark'], + cty_code: ['17175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70696, lat: 41.11998 }, + }, + { + zip_code: '61427', + usps_city: 'Cuba', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2174.0, + density: 14.3, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.19418, lat: 40.50196 }, + }, + { + zip_code: '61447', + usps_city: 'Kirkwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1069.0, + density: 11.2, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "93.4", "17071": "6.6"}', + coty_name: ['Warren', 'Henderson'], + cty_code: ['17187', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7537, lat: 40.86724 }, + }, + { + zip_code: '61462', + usps_city: 'Monmouth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11435.0, + density: 28.2, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "99.62", "17071": "0.38"}', + coty_name: ['Warren', 'Henderson'], + cty_code: ['17187', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64788, lat: 40.92357 }, + }, + { + zip_code: '61484', + usps_city: 'Vermont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 8.9, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "93.58", "17109": "4.97", "17169": "1.45"}', + coty_name: ['Fulton', 'McDonough', 'Schuyler'], + cty_code: ['17057', '17109', '17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43646, lat: 40.29528 }, + }, + { + zip_code: '61550', + usps_city: 'Morton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17805.0, + density: 168.4, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44206, lat: 40.61088 }, + }, + { + zip_code: '61723', + usps_city: 'Atlanta', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2689.0, + density: 16.0, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "99.05", "17113": "0.95"}', + coty_name: ['Logan', 'McLean'], + cty_code: ['17107', '17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26682, lat: 40.26082 }, + }, + { + zip_code: '61953', + usps_city: 'Tuscola', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6019.0, + density: 19.3, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "100"}', + coty_name: ['Douglas'], + cty_code: ['17041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29125, lat: 39.79958 }, + }, + { + zip_code: '62047', + usps_city: 'Hardin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1691.0, + density: 18.1, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62535, lat: 39.12107 }, + }, + { + zip_code: '62082', + usps_city: 'Roodhouse', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2742.0, + density: 9.8, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "93.66", "17171": "6.34"}', + coty_name: ['Greene', 'Scott'], + cty_code: ['17061', '17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32409, lat: 39.49462 }, + }, + { + zip_code: '62216', + usps_city: 'Aviston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2736.0, + density: 49.6, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60243, lat: 38.62106 }, + }, + { + zip_code: '62277', + usps_city: 'Prairie Du Rocher', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1197.0, + density: 7.2, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "80.67", "17133": "19.33"}', + coty_name: ['Randolph', 'Monroe'], + cty_code: ['17157', '17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11549, lat: 38.10088 }, + }, + { + zip_code: '62344', + usps_city: 'Huntsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5.0, + density: 0.1, + primary_coty_code: '17169', + primary_coty_name: 'Schuyler', + county_weights: '{"17169": "100"}', + coty_name: ['Schuyler'], + cty_code: ['17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83103, lat: 40.16888 }, + }, + { + zip_code: '62352', + usps_city: 'Milton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 289.3, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64984, lat: 39.56461 }, + }, + { + zip_code: '62362', + usps_city: 'Perry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 298.7, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7472, lat: 39.78224 }, + }, + { + zip_code: '62413', + usps_city: 'Annapolis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 3.4, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "94.3", "17023": "5.7"}', + coty_name: ['Crawford', 'Clark'], + cty_code: ['17033', '17023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83882, lat: 39.13963 }, + }, + { + zip_code: '62461', + usps_city: 'Shumway', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 7.0, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "89.7", "17173": "10.3"}', + coty_name: ['Effingham', 'Shelby'], + cty_code: ['17049', '17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67571, lat: 39.19732 }, + }, + { + zip_code: '62544', + usps_city: 'Macon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1677.0, + density: 9.5, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9679, lat: 39.70643 }, + }, + { + zip_code: '62563', + usps_city: 'Rochester', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5567.0, + density: 37.3, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "99.02", "17021": "0.98"}', + coty_name: ['Sangamon', 'Christian'], + cty_code: ['17167', '17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.503, lat: 39.71567 }, + }, + { + zip_code: '62567', + usps_city: 'Stonington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 10.3, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18987, lat: 39.64523 }, + }, + { + zip_code: '62823', + usps_city: 'Cisne', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1681.0, + density: 8.0, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43942, lat: 38.51962 }, + }, + { + zip_code: '62852', + usps_city: 'Keensburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 222.8, + primary_coty_code: '17185', + primary_coty_name: 'Wabash', + county_weights: '{"17185": "100"}', + coty_name: ['Wabash'], + cty_code: ['17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86675, lat: 38.35015 }, + }, + { + zip_code: '62877', + usps_city: 'Richview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 6.1, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "96.11", "17081": "3.89"}', + coty_name: ['Washington', 'Jefferson'], + cty_code: ['17189', '17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21308, lat: 38.3904 }, + }, + { + zip_code: '62987', + usps_city: 'Stonefort', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1494.0, + density: 7.0, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "44.04", "17199": "37.31", "17151": "18.65"}', + coty_name: ['Saline', 'Williamson', 'Pope'], + cty_code: ['17165', '17199', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6542, lat: 37.6168 }, + }, + { + zip_code: '63134', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13704.0, + density: 643.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34563, lat: 38.7434 }, + }, + { + zip_code: '63144', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8712.0, + density: 1436.6, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34765, lat: 38.61908 }, + }, + { + zip_code: '63456', + usps_city: 'Monroe City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4362.0, + density: 9.1, + primary_coty_code: '29137', + primary_coty_name: 'Monroe', + county_weights: '{"29137": "57.06", "29127": "26.72", "29173": "16.23"}', + coty_name: ['Monroe', 'Marion', 'Ralls'], + cty_code: ['29137', '29127', '29173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72648, lat: 39.65585 }, + }, + { + zip_code: '63460', + usps_city: 'Novelty', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 1.5, + primary_coty_code: '29103', + primary_coty_name: 'Knox', + county_weights: '{"29103": "100"}', + coty_name: ['Knox'], + cty_code: ['29103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21186, lat: 39.99864 }, + }, + { + zip_code: '63545', + usps_city: 'Green City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 3.0, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "100"}', + coty_name: ['Sullivan'], + cty_code: ['29211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96453, lat: 40.26899 }, + }, + { + zip_code: '63640', + usps_city: 'Farmington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 29252.0, + density: 54.2, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "94.22", "29186": "5.78"}', + coty_name: ['St. Francois', 'Ste. Genevieve'], + cty_code: ['29187', '29186'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36963, lat: 37.75098 }, + }, + { + zip_code: '63645', + usps_city: 'Fredericktown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11638.0, + density: 11.8, + primary_coty_code: '29123', + primary_coty_name: 'Madison', + county_weights: '{"29123": "96.31", "29187": "2.79", "29186": "0.89"}', + coty_name: ['Madison', 'St. Francois', 'Ste. Genevieve'], + cty_code: ['29123', '29187', '29186'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33513, lat: 37.53669 }, + }, + { + zip_code: '63664', + usps_city: 'Potosi', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9176.0, + density: 12.0, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "100"}', + coty_name: ['Washington'], + cty_code: ['29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91974, lat: 37.91251 }, + }, + { + zip_code: '63787', + usps_city: 'Zalma', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 5.0, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12329, lat: 37.12578 }, + }, + { + zip_code: '63933', + usps_city: 'Campbell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3263.0, + density: 12.4, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11044, lat: 36.52847 }, + }, + { + zip_code: '63943', + usps_city: 'Grandin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 677.0, + density: 4.6, + primary_coty_code: '29035', + primary_coty_name: 'Carter', + county_weights: '{"29035": "89.29", "29181": "10.71"}', + coty_name: ['Carter', 'Ripley'], + cty_code: ['29035', '29181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79023, lat: 36.82855 }, + }, + { + zip_code: '63952', + usps_city: 'Mill Spring', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 3.2, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65117, lat: 37.00926 }, + }, + { + zip_code: '63957', + usps_city: 'Piedmont', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5722.0, + density: 11.5, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "93.82", "29179": "6.18"}', + coty_name: ['Wayne', 'Reynolds'], + cty_code: ['29223', '29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68288, lat: 37.1451 }, + }, + { + zip_code: '64020', + usps_city: 'Concordia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3924.0, + density: 14.2, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "93.15", "29101": "6.1", "29195": "0.75"}', + coty_name: ['Lafayette', 'Johnson', 'Saline'], + cty_code: ['29107', '29101', '29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59126, lat: 38.96606 }, + }, + { + zip_code: '64024', + usps_city: 'Excelsior Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 16517.0, + density: 90.4, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "78.1", "29177": "21.9"}', + coty_name: ['Clay', 'Ray'], + cty_code: ['29047', '29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22796, lat: 39.32369 }, + }, + { + zip_code: '64085', + usps_city: 'Richmond', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8377.0, + density: 19.1, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "100"}', + coty_name: ['Ray'], + cty_code: ['29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94571, lat: 39.33449 }, + }, + { + zip_code: '64120', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 19.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.51526, lat: 39.13092 }, + }, + { + zip_code: '64128', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11844.0, + density: 1493.9, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53462, lat: 39.06557 }, + }, + { + zip_code: '64748', + usps_city: 'Golden City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1630.0, + density: 5.9, + primary_coty_code: '29011', + primary_coty_name: 'Barton', + county_weights: + '{"29011": "71.6", "29057": "14.2", "29097": "11.99", "29109": "2.21"}', + coty_name: ['Barton', 'Dade', 'Jasper', 'Lawrence'], + cty_code: ['29011', '29057', '29097', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.09565, lat: 37.35698 }, + }, + { + zip_code: '65066', + usps_city: 'Owensville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5942.0, + density: 11.5, + primary_coty_code: '29073', + primary_coty_name: 'Gasconade', + county_weights: '{"29073": "96.08", "29055": "3.92"}', + coty_name: ['Gasconade', 'Crawford'], + cty_code: ['29073', '29055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48834, lat: 38.34963 }, + }, + { + zip_code: '65101', + usps_city: 'Jefferson City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 30120.0, + density: 87.6, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "99.15", "29151": "0.8", "29027": "0.05"}', + coty_name: ['Cole', 'Osage', 'Callaway'], + cty_code: ['29051', '29151', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14999, lat: 38.49167 }, + }, + { + zip_code: '65215', + usps_city: 'Columbia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 10485.1, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "100"}', + coty_name: ['Boone'], + cty_code: ['29019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32085, lat: 38.95317 }, + }, + { + zip_code: '65354', + usps_city: 'Syracuse', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 6.6, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "92.2", "29053": "7.8"}', + coty_name: ['Morgan', 'Cooper'], + cty_code: ['29141', '29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88504, lat: 38.64544 }, + }, + { + zip_code: '65459', + usps_city: 'Dixon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6727.0, + density: 11.1, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: + '{"29169": "73.44", "29125": "21.6", "29131": "3.27", "29161": "1.7"}', + coty_name: ['Pulaski', 'Maries', 'Miller', 'Phelps'], + cty_code: ['29169', '29125', '29131', '29161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08259, lat: 38.03001 }, + }, + { + zip_code: '65570', + usps_city: 'Success', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 597.0, + density: 8.0, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10184, lat: 37.45537 }, + }, + { + zip_code: '65657', + usps_city: 'Garrison', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 2.4, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "100"}', + coty_name: ['Christian'], + cty_code: ['29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01467, lat: 36.83316 }, + }, + { + zip_code: '65686', + usps_city: 'Kimberling City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5211.0, + density: 210.8, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "100"}', + coty_name: ['Stone'], + cty_code: ['29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43875, lat: 36.62533 }, + }, + { + zip_code: '65725', + usps_city: 'Pleasant Hope', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3056.0, + density: 35.6, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "70.92", "29077": "29.08"}', + coty_name: ['Polk', 'Greene'], + cty_code: ['29167', '29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27658, lat: 37.43298 }, + }, + { + zip_code: '65746', + usps_city: 'Seymour', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8359.0, + density: 17.9, + primary_coty_code: '29225', + primary_coty_name: 'Webster', + county_weights: '{"29225": "91.98", "29067": "4.59", "29229": "3.43"}', + coty_name: ['Webster', 'Douglas', 'Wright'], + cty_code: ['29225', '29067', '29229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77841, lat: 37.14712 }, + }, + { + zip_code: '65761', + usps_city: 'Theodosia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1168.0, + density: 3.7, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "86.88", "05089": "7.31", "29213": "5.81"}', + coty_name: ['Ozark', 'Marion', 'Taney'], + cty_code: ['29153', '05089', '29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72845, lat: 36.57545 }, + }, + { + zip_code: '65779', + usps_city: 'Wheatland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1789.0, + density: 9.2, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "99.46", "29015": "0.54"}', + coty_name: ['Hickory', 'Benton'], + cty_code: ['29085', '29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38123, lat: 37.97556 }, + }, + { + zip_code: '66044', + usps_city: 'Lawrence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 28764.0, + density: 179.0, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "96.16", "20103": "2.08", "20087": "1.75"}', + coty_name: ['Douglas', 'Leavenworth', 'Jefferson'], + cty_code: ['20045', '20103', '20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20854, lat: 39.02889 }, + }, + { + zip_code: '66103', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13094.0, + density: 1044.0, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62635, lat: 39.06126 }, + }, + { + zip_code: '66616', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5342.0, + density: 342.6, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62311, lat: 39.06841 }, + }, + { + zip_code: '66728', + usps_city: 'Crestline', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 9.7, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70414, lat: 37.17128 }, + }, + { + zip_code: '66749', + usps_city: 'Iola', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7439.0, + density: 24.6, + primary_coty_code: '20001', + primary_coty_name: 'Allen', + county_weights: '{"20001": "100"}', + coty_name: ['Allen'], + cty_code: ['20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40782, lat: 37.93755 }, + }, + { + zip_code: '66761', + usps_city: 'Piqua', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 2.2, + primary_coty_code: '20207', + primary_coty_name: 'Woodson', + county_weights: '{"20207": "100"}', + coty_name: ['Woodson'], + cty_code: ['20207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56668, lat: 37.91763 }, + }, + { + zip_code: '66862', + usps_city: 'Matfield Green', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 0.4, + primary_coty_code: '20017', + primary_coty_name: 'Chase', + county_weights: '{"20017": "100"}', + coty_name: ['Chase'], + cty_code: ['20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55431, lat: 38.15555 }, + }, + { + zip_code: '67010', + usps_city: 'Augusta', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13891.0, + density: 51.2, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97278, lat: 37.66246 }, + }, + { + zip_code: '67038', + usps_city: 'Dexter', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 861.0, + density: 1.9, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "100"}', + coty_name: ['Cowley'], + cty_code: ['20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71875, lat: 37.10518 }, + }, + { + zip_code: '67045', + usps_city: 'Eureka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3152.0, + density: 2.8, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "100"}', + coty_name: ['Greenwood'], + cty_code: ['20073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.34466, lat: 37.86081 }, + }, + { + zip_code: '67107', + usps_city: 'Moundridge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3109.0, + density: 10.5, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "89.93", "20079": "10.07"}', + coty_name: ['McPherson', 'Harvey'], + cty_code: ['20113', '20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53977, lat: 38.1955 }, + }, + { + zip_code: '67202', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1751.0, + density: 683.7, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33527, lat: 37.68676 }, + }, + { + zip_code: '67215', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5809.0, + density: 135.2, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42554, lat: 37.61458 }, + }, + { + zip_code: '67428', + usps_city: 'Canton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1471.0, + density: 5.5, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "96.52", "20115": "3.48"}', + coty_name: ['McPherson', 'Marion'], + cty_code: ['20113', '20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41873, lat: 38.37307 }, + }, + { + zip_code: '67467', + usps_city: 'Minneapolis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2575.0, + density: 3.7, + primary_coty_code: '20143', + primary_coty_name: 'Ottawa', + county_weights: '{"20143": "100"}', + coty_name: ['Ottawa'], + cty_code: ['20143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69271, lat: 39.14259 }, + }, + { + zip_code: '67526', + usps_city: 'Ellinwood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2669.0, + density: 6.1, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: '{"20009": "97.43", "20185": "1.3", "20159": "1.27"}', + coty_name: ['Barton', 'Stafford', 'Rice'], + cty_code: ['20009', '20185', '20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55291, lat: 38.33481 }, + }, + { + zip_code: '67529', + usps_city: 'Garfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 0.7, + primary_coty_code: '20145', + primary_coty_name: 'Pawnee', + county_weights: '{"20145": "100"}', + coty_name: ['Pawnee'], + cty_code: ['20145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.25326, lat: 38.07283 }, + }, + { + zip_code: '67543', + usps_city: 'Haven', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2175.0, + density: 9.1, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79479, lat: 37.87758 }, + }, + { + zip_code: '67621', + usps_city: 'Agra', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 2.1, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: '{"20147": "100"}', + coty_name: ['Phillips'], + cty_code: ['20147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.1256, lat: 39.82467 }, + }, + { + zip_code: '67622', + usps_city: 'Almena', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 1.9, + primary_coty_code: '20137', + primary_coty_name: 'Norton', + county_weights: '{"20137": "100"}', + coty_name: ['Norton'], + cty_code: ['20137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.72988, lat: 39.8947 }, + }, + { + zip_code: '68008', + usps_city: 'Blair', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 12303.0, + density: 35.8, + primary_coty_code: '31177', + primary_coty_name: 'Washington', + county_weights: '{"31177": "100"}', + coty_name: ['Washington'], + cty_code: ['31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16351, lat: 41.54785 }, + }, + { + zip_code: '68019', + usps_city: 'Craig', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 1.9, + primary_coty_code: '31021', + primary_coty_name: 'Burt', + county_weights: '{"31021": "100"}', + coty_name: ['Burt'], + cty_code: ['31021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.37371, lat: 41.78424 }, + }, + { + zip_code: '68057', + usps_city: 'Scribner', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1449.0, + density: 4.6, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "100"}', + coty_name: ['Dodge'], + cty_code: ['31053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7192, lat: 41.6596 }, + }, + { + zip_code: '68350', + usps_city: 'Endicott', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 3.5, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "100"}', + coty_name: ['Jefferson'], + cty_code: ['31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.0763, lat: 40.04461 }, + }, + { + zip_code: '68415', + usps_city: 'Odell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 3.5, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8205, lat: 40.06372 }, + }, + { + zip_code: '68434', + usps_city: 'Seward', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 8558.0, + density: 20.8, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12035, lat: 40.90874 }, + }, + { + zip_code: '68516', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 45587.0, + density: 924.9, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64258, lat: 40.73488 }, + }, + { + zip_code: '68728', + usps_city: 'Concord', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 4.0, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "100"}', + coty_name: ['Dixon'], + cty_code: ['31051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95269, lat: 42.37634 }, + }, + { + zip_code: '68739', + usps_city: 'Hartington', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2990.0, + density: 5.2, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26945, lat: 42.62568 }, + }, + { + zip_code: '69020', + usps_city: 'Bartley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 2.1, + primary_coty_code: '31145', + primary_coty_name: 'Red Willow', + county_weights: '{"31145": "100"}', + coty_name: ['Red Willow'], + cty_code: ['31145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.30358, lat: 40.22083 }, + }, + { + zip_code: '69141', + usps_city: 'Gurley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 1.3, + primary_coty_code: '31033', + primary_coty_name: 'Cheyenne', + county_weights: '{"31033": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['31033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.95494, lat: 41.30645 }, + }, + { + zip_code: '69212', + usps_city: 'Crookston', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 266.0, + density: 0.6, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "64.11", "46121": "35.89"}', + coty_name: ['Cherry', 'Todd'], + cty_code: ['31031', '46121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.79259, lat: 42.93681 }, + }, + { + zip_code: '69216', + usps_city: 'Kilgore', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.2, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "70.69", "46121": "29.31"}', + coty_name: ['Cherry', 'Todd'], + cty_code: ['31031', '46121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.98732, lat: 42.9872 }, + }, + { + zip_code: '69336', + usps_city: 'Bridgeport', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2451.0, + density: 2.1, + primary_coty_code: '31123', + primary_coty_name: 'Morrill', + county_weights: '{"31123": "100"}', + coty_name: ['Morrill'], + cty_code: ['31123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.14127, lat: 41.60962 }, + }, + { + zip_code: '69352', + usps_city: 'Lyman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 2.1, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "100"}', + coty_name: ['Scotts Bluff'], + cty_code: ['31157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.97065, lat: 41.80064 }, + }, + { + zip_code: '69360', + usps_city: 'Rushville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1310.0, + density: 1.2, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "100"}', + coty_name: ['Sheridan'], + cty_code: ['31161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.47171, lat: 42.69945 }, + }, + { + zip_code: '70003', + usps_city: 'Metairie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40578.0, + density: 2234.2, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21402, lat: 29.99855 }, + }, + { + zip_code: '70050', + usps_city: 'Empire', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 56.7, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.59203, lat: 29.38165 }, + }, + { + zip_code: '70403', + usps_city: 'Hammond', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 32428.0, + density: 291.5, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "94.9", "22063": "5.1"}', + coty_name: ['Tangipahoa', 'Livingston'], + cty_code: ['22105', '22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48386, lat: 30.48002 }, + }, + { + zip_code: '70448', + usps_city: 'Mandeville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25661.0, + density: 451.6, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03942, lat: 30.3628 }, + }, + { + zip_code: '70503', + usps_city: 'Lafayette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31181.0, + density: 1018.7, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "100"}', + coty_name: ['Lafayette'], + cty_code: ['22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.06059, lat: 30.17281 }, + }, + { + zip_code: '70515', + usps_city: 'Basile', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4010.0, + density: 21.0, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "74.54", "22001": "25.46"}', + coty_name: ['Evangeline', 'Acadia'], + cty_code: ['22039', '22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56949, lat: 30.45212 }, + }, + { + zip_code: '70519', + usps_city: 'Cade', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 20.3, + primary_coty_code: '22099', + primary_coty_name: 'St. Martin', + county_weights: '{"22099": "100"}', + coty_name: ['St. Martin'], + cty_code: ['22099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89741, lat: 30.08019 }, + }, + { + zip_code: '70542', + usps_city: 'Gueydan', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3888.0, + density: 7.9, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "94.93", "22023": "5.07"}', + coty_name: ['Vermilion', 'Cameron'], + cty_code: ['22113', '22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.58841, lat: 30.00522 }, + }, + { + zip_code: '70729', + usps_city: 'Erwinville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 12.6, + primary_coty_code: '22121', + primary_coty_name: 'West Baton Rouge', + county_weights: '{"22121": "77.52", "22077": "22.48"}', + coty_name: ['West Baton Rouge', 'Pointe Coupee'], + cty_code: ['22121', '22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35059, lat: 30.58591 }, + }, + { + zip_code: '70733', + usps_city: 'French Settlement', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 48.4, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "100"}', + coty_name: ['Livingston'], + cty_code: ['22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79607, lat: 30.3043 }, + }, + { + zip_code: '70754', + usps_city: 'Livingston', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13059.0, + density: 41.6, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "100"}', + coty_name: ['Livingston'], + cty_code: ['22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.74289, lat: 30.40395 }, + }, + { + zip_code: '70773', + usps_city: 'Rougon', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 24.4, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36302, lat: 30.60876 }, + }, + { + zip_code: '70777', + usps_city: 'Slaughter', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3154.0, + density: 19.4, + primary_coty_code: '22037', + primary_coty_name: 'East Feliciana', + county_weights: '{"22037": "68.56", "22033": "31.44"}', + coty_name: ['East Feliciana', 'East Baton Rouge'], + cty_code: ['22037', '22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.07011, lat: 30.73828 }, + }, + { + zip_code: '70816', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 42917.0, + density: 1038.6, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.0214, lat: 30.42897 }, + }, + { + zip_code: '71019', + usps_city: 'Coushatta', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7940.0, + density: 9.4, + primary_coty_code: '22081', + primary_coty_name: 'Red River', + county_weights: '{"22081": "93.71", "22069": "6.29"}', + coty_name: ['Red River', 'Natchitoches'], + cty_code: ['22081', '22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31013, lat: 32.0481 }, + }, + { + zip_code: '71049', + usps_city: 'Logansport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3494.0, + density: 15.4, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "100"}', + coty_name: ['De Soto'], + cty_code: ['22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.96557, lat: 32.01289 }, + }, + { + zip_code: '71316', + usps_city: 'Acme', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 0.3, + primary_coty_code: '22029', + primary_coty_name: 'Concordia', + county_weights: '{"22029": "100"}', + coty_name: ['Concordia'], + cty_code: ['22029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75986, lat: 31.26253 }, + }, + { + zip_code: '71414', + usps_city: 'Clarence', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 70.8, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "100"}', + coty_name: ['Natchitoches'], + cty_code: ['22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02461, lat: 31.82637 }, + }, + { + zip_code: '71466', + usps_city: 'Otis', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 785.0, + density: 35.6, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.74864, lat: 31.21518 }, + }, + { + zip_code: '71483', + usps_city: 'Winnfield', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10217.0, + density: 10.7, + primary_coty_code: '22127', + primary_coty_name: 'Winn', + county_weights: '{"22127": "100"}', + coty_name: ['Winn'], + cty_code: ['22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66129, lat: 31.89381 }, + }, + { + zip_code: '71486', + usps_city: 'Zwolle', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5304.0, + density: 20.2, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "100"}', + coty_name: ['Sabine'], + cty_code: ['22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61818, lat: 31.64932 }, + }, + { + zip_code: '71747', + usps_city: 'Huttig', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1174.0, + density: 5.7, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "100"}', + coty_name: ['Union'], + cty_code: ['5139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21518, lat: 33.05951 }, + }, + { + zip_code: '71853', + usps_city: 'Ogden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 2.8, + primary_coty_code: '5081', + primary_coty_name: 'Little River', + county_weights: '{"05081": "100"}', + coty_name: ['Little River'], + cty_code: ['5081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94653, lat: 33.59098 }, + }, + { + zip_code: '71861', + usps_city: 'Taylor', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1900.0, + density: 5.2, + primary_coty_code: '5027', + primary_coty_name: 'Columbia', + county_weights: '{"05027": "61.47", "05073": "38.53"}', + coty_name: ['Columbia', 'Lafayette'], + cty_code: ['05027', '05073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49284, lat: 33.10317 }, + }, + { + zip_code: '72021', + usps_city: 'Brinkley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3665.0, + density: 7.8, + primary_coty_code: '5095', + primary_coty_name: 'Monroe', + county_weights: '{"05095": "99.82", "05147": "0.18"}', + coty_name: ['Monroe', 'Woodruff'], + cty_code: ['05095', '05147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22429, lat: 34.84675 }, + }, + { + zip_code: '72079', + usps_city: 'Jefferson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 12.4, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "94.27", "05053": "5.73"}', + coty_name: ['Jefferson', 'Grant'], + cty_code: ['05069', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17612, lat: 34.39059 }, + }, + { + zip_code: '72122', + usps_city: 'Paron', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 2.2, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "81.45", "05119": "18.55"}', + coty_name: ['Saline', 'Pulaski'], + cty_code: ['05125', '05119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77737, lat: 34.78239 }, + }, + { + zip_code: '72135', + usps_city: 'Roland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2718.0, + density: 14.8, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55303, lat: 34.87549 }, + }, + { + zip_code: '72140', + usps_city: 'Saint Charles', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 7.5, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.16059, lat: 34.36798 }, + }, + { + zip_code: '72150', + usps_city: 'Sheridan', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12675.0, + density: 16.7, + primary_coty_code: '5053', + primary_coty_name: 'Grant', + county_weights: '{"05053": "99.01", "05069": "0.99"}', + coty_name: ['Grant', 'Jefferson'], + cty_code: ['05053', '05069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39326, lat: 34.31861 }, + }, + { + zip_code: '72321', + usps_city: 'Burdette', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 37.8, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94464, lat: 35.81592 }, + }, + { + zip_code: '72333', + usps_city: 'Elaine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 3.4, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86477, lat: 34.29949 }, + }, + { + zip_code: '72412', + usps_city: 'Beech Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 542.0, + density: 3.3, + primary_coty_code: '5055', + primary_coty_name: 'Greene', + county_weights: '{"05055": "100"}', + coty_name: ['Greene'], + cty_code: ['5055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.69436, lat: 36.12416 }, + }, + { + zip_code: '72527', + usps_city: 'Desha', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 43.7, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68503, lat: 35.73989 }, + }, + { + zip_code: '72617', + usps_city: 'Big Flat', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.5, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36464, lat: 36.02202 }, + }, + { + zip_code: '72619', + usps_city: 'Bull Shoals', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2260.0, + density: 189.5, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.58506, lat: 36.37882 }, + }, + { + zip_code: '72648', + usps_city: 'Marble Falls', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 3.4, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15598, lat: 36.08044 }, + }, + { + zip_code: '72677', + usps_city: 'Summit', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 200.8, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68716, lat: 36.2514 }, + }, + { + zip_code: '72827', + usps_city: 'Bluffton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 2.1, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "100"}', + coty_name: ['Yell'], + cty_code: ['5149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61671, lat: 34.87665 }, + }, + { + zip_code: '73047', + usps_city: 'Hinton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5126.0, + density: 13.1, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "82.61", "40017": "17.39"}', + coty_name: ['Caddo', 'Canadian'], + cty_code: ['40015', '40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.31647, lat: 35.45869 }, + }, + { + zip_code: '73115', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20971.0, + density: 1367.1, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44152, lat: 35.44234 }, + }, + { + zip_code: '73526', + usps_city: 'Blair', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2170.0, + density: 10.2, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "98.5", "40055": "1.5"}', + coty_name: ['Jackson', 'Greer'], + cty_code: ['40065', '40055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.26918, lat: 34.79408 }, + }, + { + zip_code: '73538', + usps_city: 'Elgin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5447.0, + density: 26.3, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29789, lat: 34.73298 }, + }, + { + zip_code: '73539', + usps_city: 'Elmer', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 0.9, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "100"}', + coty_name: ['Jackson'], + cty_code: ['40065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.27991, lat: 34.45759 }, + }, + { + zip_code: '73543', + usps_city: 'Geronimo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1660.0, + density: 9.2, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "97.31", "40033": "2.69"}', + coty_name: ['Comanche', 'Cotton'], + cty_code: ['40031', '40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37797, lat: 34.46585 }, + }, + { + zip_code: '73547', + usps_city: 'Granite', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2280.0, + density: 7.2, + primary_coty_code: '40055', + primary_coty_name: 'Greer', + county_weights: '{"40055": "100"}', + coty_name: ['Greer'], + cty_code: ['40055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.40795, lat: 34.9871 }, + }, + { + zip_code: '73548', + usps_city: 'Hastings', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 2.7, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "55.11", "40067": "38.34", "40033": "6.55"}', + coty_name: ['Stephens', 'Jefferson', 'Cotton'], + cty_code: ['40137', '40067', '40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14657, lat: 34.20843 }, + }, + { + zip_code: '73729', + usps_city: 'Cleo Springs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 3.5, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "96.71", "40151": "3.29"}', + coty_name: ['Major', 'Woods'], + cty_code: ['40093', '40151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47207, lat: 36.41926 }, + }, + { + zip_code: '74035', + usps_city: 'Hominy', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4252.0, + density: 6.8, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38873, lat: 36.42348 }, + }, + { + zip_code: '74052', + usps_city: 'Oilton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 992.0, + density: 26.4, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57993, lat: 36.08466 }, + }, + { + zip_code: '74070', + usps_city: 'Skiatook', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15092.0, + density: 30.9, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "69.03", "40143": "25.46", "40147": "5.51"}', + coty_name: ['Osage', 'Tulsa', 'Washington'], + cty_code: ['40113', '40143', '40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07447, lat: 36.38838 }, + }, + { + zip_code: '74073', + usps_city: 'Sperry', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5749.0, + density: 47.4, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "58.21", "40113": "41.79"}', + coty_name: ['Tulsa', 'Osage'], + cty_code: ['40143', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01704, lat: 36.30147 }, + }, + { + zip_code: '74332', + usps_city: 'Big Cabin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1860.0, + density: 10.5, + primary_coty_code: '40035', + primary_coty_name: 'Craig', + county_weights: '{"40035": "44.27", "40097": "36.87", "40131": "18.86"}', + coty_name: ['Craig', 'Mayes', 'Rogers'], + cty_code: ['40035', '40097', '40131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23335, lat: 36.52077 }, + }, + { + zip_code: '74367', + usps_city: 'Strang', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 9.7, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "100"}', + coty_name: ['Mayes'], + cty_code: ['40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11206, lat: 36.41971 }, + }, + { + zip_code: '74462', + usps_city: 'Stigler', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7648.0, + density: 11.9, + primary_coty_code: '40061', + primary_coty_name: 'Haskell', + county_weights: '{"40061": "91.9", "40121": "8.1"}', + coty_name: ['Haskell', 'Pittsburg'], + cty_code: ['40061', '40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15524, lat: 35.2832 }, + }, + { + zip_code: '74477', + usps_city: 'Wagoner', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 94.8, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "100"}', + coty_name: ['Wagoner'], + cty_code: ['40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26655, lat: 36.00418 }, + }, + { + zip_code: '74546', + usps_city: 'Haileyville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 180.8, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57873, lat: 34.85844 }, + }, + { + zip_code: '74556', + usps_city: 'Lehigh', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 9.9, + primary_coty_code: '40029', + primary_coty_name: 'Coal', + county_weights: '{"40029": "100"}', + coty_name: ['Coal'], + cty_code: ['40029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18204, lat: 34.46697 }, + }, + { + zip_code: '74572', + usps_city: 'Tupelo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 645.0, + density: 5.8, + primary_coty_code: '40029', + primary_coty_name: 'Coal', + county_weights: '{"40029": "92.13", "40123": "7.87"}', + coty_name: ['Coal', 'Pontotoc'], + cty_code: ['40029', '40123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42489, lat: 34.64068 }, + }, + { + zip_code: '74647', + usps_city: 'Newkirk', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3686.0, + density: 4.7, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "100"}', + coty_name: ['Kay'], + cty_code: ['40071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98529, lat: 36.91233 }, + }, + { + zip_code: '74743', + usps_city: 'Hugo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8108.0, + density: 14.3, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49416, lat: 34.00827 }, + }, + { + zip_code: '74750', + usps_city: 'Millerton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 23.7, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.02061, lat: 33.96848 }, + }, + { + zip_code: '74831', + usps_city: 'Byars', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 3.4, + primary_coty_code: '40087', + primary_coty_name: 'McClain', + county_weights: '{"40087": "90.9", "40123": "7.48", "40049": "1.63"}', + coty_name: ['McClain', 'Pontotoc', 'Garvin'], + cty_code: ['40087', '40123', '40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06026, lat: 34.89861 }, + }, + { + zip_code: '74833', + usps_city: 'Castle', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 5.6, + primary_coty_code: '40107', + primary_coty_name: 'Okfuskee', + county_weights: '{"40107": "100"}', + coty_name: ['Okfuskee'], + cty_code: ['40107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.41107, lat: 35.57666 }, + }, + { + zip_code: '74878', + usps_city: 'Wanette', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 4.2, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "90.86", "40027": "9.14"}', + coty_name: ['Pottawatomie', 'Cleveland'], + cty_code: ['40125', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07006, lat: 35.00907 }, + }, + { + zip_code: '74949', + usps_city: 'Muse', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 4.2, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76836, lat: 34.66108 }, + }, + { + zip_code: '74962', + usps_city: 'Vian', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4585.0, + density: 12.4, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "98.72", "40021": "1.28"}', + coty_name: ['Sequoyah', 'Cherokee'], + cty_code: ['40135', '40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.95251, lat: 35.53333 }, + }, + { + zip_code: '75010', + usps_city: 'Carrollton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30406.0, + density: 1452.9, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89673, lat: 33.03425 }, + }, + { + zip_code: '75020', + usps_city: 'Denison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23232.0, + density: 143.4, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60414, lat: 33.77165 }, + }, + { + zip_code: '75040', + usps_city: 'Garland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 62417.0, + density: 1539.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.62008, lat: 32.92766 }, + }, + { + zip_code: '75124', + usps_city: 'Eustace', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4255.0, + density: 17.7, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "79.19", "48467": "20.81"}', + coty_name: ['Henderson', 'Van Zandt'], + cty_code: ['48213', '48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9724, lat: 32.32673 }, + }, + { + zip_code: '75173', + usps_city: 'Nevada', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4409.0, + density: 55.9, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39106, lat: 33.05923 }, + }, + { + zip_code: '75227', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 59924.0, + density: 2030.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68728, lat: 32.77 }, + }, + { + zip_code: '75238', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33049.0, + density: 1940.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70782, lat: 32.87853 }, + }, + { + zip_code: '75468', + usps_city: 'Pattonville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 939.0, + density: 7.2, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40653, lat: 33.51315 }, + }, + { + zip_code: '75495', + usps_city: 'Van Alstyne', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8729.0, + density: 50.1, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "95.9", "48085": "4.1"}', + coty_name: ['Grayson', 'Collin'], + cty_code: ['48181', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55161, lat: 33.43311 }, + }, + { + zip_code: '75633', + usps_city: 'Carthage', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13161.0, + density: 15.7, + primary_coty_code: '48365', + primary_coty_name: 'Panola', + county_weights: '{"48365": "100"}', + coty_name: ['Panola'], + cty_code: ['48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.27705, lat: 32.12895 }, + }, + { + zip_code: '75669', + usps_city: 'Long Branch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 4.7, + primary_coty_code: '48365', + primary_coty_name: 'Panola', + county_weights: '{"48365": "79.04", "48401": "20.96"}', + coty_name: ['Panola', 'Rusk'], + cty_code: ['48365', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56395, lat: 32.03376 }, + }, + { + zip_code: '75693', + usps_city: 'White Oak', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7076.0, + density: 248.8, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "100"}', + coty_name: ['Gregg'], + cty_code: ['48183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85985, lat: 32.53385 }, + }, + { + zip_code: '75845', + usps_city: 'Groveton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2926.0, + density: 3.6, + primary_coty_code: '48455', + primary_coty_name: 'Trinity', + county_weights: '{"48455": "100"}', + coty_name: ['Trinity'], + cty_code: ['48455'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08954, lat: 31.10075 }, + }, + { + zip_code: '75976', + usps_city: 'Wells', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 13.2, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92745, lat: 31.5206 }, + }, + { + zip_code: '75979', + usps_city: 'Woodville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12228.0, + density: 16.2, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40151, lat: 30.77631 }, + }, + { + zip_code: '76020', + usps_city: 'Azle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29131.0, + density: 170.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "56.76", "48367": "40.75", "48497": "2.49"}', + coty_name: ['Tarrant', 'Parker', 'Wise'], + cty_code: ['48439', '48367', '48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56542, lat: 32.90006 }, + }, + { + zip_code: '76073', + usps_city: 'Paradise', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5656.0, + density: 25.9, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "100"}', + coty_name: ['Wise'], + cty_code: ['48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72734, lat: 33.10349 }, + }, + { + zip_code: '76180', + usps_city: 'North Richland Hills', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37524.0, + density: 1537.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22499, lat: 32.83996 }, + }, + { + zip_code: '76308', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19493.0, + density: 842.9, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "94.31", "48009": "5.69"}', + coty_name: ['Wichita', 'Archer'], + cty_code: ['48485', '48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54057, lat: 33.85238 }, + }, + { + zip_code: '76459', + usps_city: 'Jermyn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 4.6, + primary_coty_code: '48237', + primary_coty_name: 'Jack', + county_weights: '{"48237": "100"}', + coty_name: ['Jack'], + cty_code: ['48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.38756, lat: 33.27406 }, + }, + { + zip_code: '76539', + usps_city: 'Kempner', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8608.0, + density: 24.2, + primary_coty_code: '48281', + primary_coty_name: 'Lampasas', + county_weights: + '{"48281": "69.33", "48027": "17.45", "48099": "9.49", "48053": "3.74"}', + coty_name: ['Lampasas', 'Bell', 'Coryell', 'Burnet'], + cty_code: ['48281', '48027', '48099', '48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.00991, lat: 31.08867 }, + }, + { + zip_code: '76671', + usps_city: 'Morgan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 7.9, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "100"}', + coty_name: ['Bosque'], + cty_code: ['48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53199, lat: 31.99489 }, + }, + { + zip_code: '76681', + usps_city: 'Richland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 4.2, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43508, lat: 31.8933 }, + }, + { + zip_code: '76690', + usps_city: 'Walnut Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1101.0, + density: 5.2, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "100"}', + coty_name: ['Bosque'], + cty_code: ['48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73325, lat: 32.08226 }, + }, + { + zip_code: '76841', + usps_city: 'Fort McKavett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 0.1, + primary_coty_code: '48327', + primary_coty_name: 'Menard', + county_weights: '{"48327": "90.16", "48413": "9.84"}', + coty_name: ['Menard', 'Schleicher'], + cty_code: ['48327', '48413'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.09665, lat: 30.8936 }, + }, + { + zip_code: '77095', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 70692.0, + density: 1771.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65322, lat: 29.9082 }, + }, + { + zip_code: '77363', + usps_city: 'Plantersville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2853.0, + density: 15.9, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: '{"48185": "93.7", "48473": "6.3"}', + coty_name: ['Grimes', 'Waller'], + cty_code: ['48185', '48473'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85388, lat: 30.32935 }, + }, + { + zip_code: '77379', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 81368.0, + density: 1234.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53382, lat: 30.03912 }, + }, + { + zip_code: '77554', + usps_city: 'Galveston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8556.0, + density: 93.6, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92348, lat: 29.2456 }, + }, + { + zip_code: '77566', + usps_city: 'Lake Jackson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29436.0, + density: 480.2, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47542, lat: 29.05026 }, + }, + { + zip_code: '77577', + usps_city: 'Liverpool', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1481.0, + density: 28.7, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27872, lat: 29.27976 }, + }, + { + zip_code: '77581', + usps_city: 'Pearland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48438.0, + density: 725.5, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "90.93", "48201": "9.07"}', + coty_name: ['Brazoria', 'Harris'], + cty_code: ['48039', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27753, lat: 29.56048 }, + }, + { + zip_code: '77616', + usps_city: 'Fred', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 3.8, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17998, lat: 30.56777 }, + }, + { + zip_code: '77840', + usps_city: 'College Station', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 59371.0, + density: 2046.4, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "100"}', + coty_name: ['Brazos'], + cty_code: ['48041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32601, lat: 30.60908 }, + }, + { + zip_code: '77969', + usps_city: 'La Salle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 3.3, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65117, lat: 28.77244 }, + }, + { + zip_code: '78025', + usps_city: 'Ingram', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4918.0, + density: 43.2, + primary_coty_code: '48265', + primary_coty_name: 'Kerr', + county_weights: '{"48265": "100"}', + coty_name: ['Kerr'], + cty_code: ['48265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.28317, lat: 30.08367 }, + }, + { + zip_code: '78059', + usps_city: 'Natalia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5545.0, + density: 52.3, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.84177, lat: 29.19189 }, + }, + { + zip_code: '78264', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10623.0, + density: 62.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "90.09", "48013": "9.91"}', + coty_name: ['Bexar', 'Atascosa'], + cty_code: ['48029', '48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.50117, lat: 29.18831 }, + }, + { + zip_code: '78390', + usps_city: 'Taft', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5059.0, + density: 11.4, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "99.06", "48007": "0.94"}', + coty_name: ['San Patricio', 'Aransas'], + cty_code: ['48409', '48007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32981, lat: 27.9989 }, + }, + { + zip_code: '78416', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15973.0, + density: 2103.3, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43651, lat: 27.75202 }, + }, + { + zip_code: '78575', + usps_city: 'Olmito', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12215.0, + density: 382.3, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52767, lat: 26.02476 }, + }, + { + zip_code: '78648', + usps_city: 'Luling', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8148.0, + density: 21.6, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "93.58", "48187": "4.36", "48177": "2.06"}', + coty_name: ['Caldwell', 'Guadalupe', 'Gonzales'], + cty_code: ['48055', '48187', '48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6345, lat: 29.69106 }, + }, + { + zip_code: '78931', + usps_city: 'Bleiblerville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 8.3, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "100"}', + coty_name: ['Austin'], + cty_code: ['48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44481, lat: 30.02924 }, + }, + { + zip_code: '78932', + usps_city: 'Carmine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 4.0, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "67.77", "48477": "32.23"}', + coty_name: ['Fayette', 'Washington'], + cty_code: ['48149', '48477'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70634, lat: 30.16569 }, + }, + { + zip_code: '78954', + usps_city: 'Round Top', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 5.7, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "95.99", "48015": "4.01"}', + coty_name: ['Fayette', 'Austin'], + cty_code: ['48149', '48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69959, lat: 30.04587 }, + }, + { + zip_code: '79063', + usps_city: 'Nazareth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 3.1, + primary_coty_code: '48069', + primary_coty_name: 'Castro', + county_weights: '{"48069": "100"}', + coty_name: ['Castro'], + cty_code: ['48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.10042, lat: 34.52584 }, + }, + { + zip_code: '79087', + usps_city: 'Texline', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 1.0, + primary_coty_code: '48111', + primary_coty_name: 'Dallam', + county_weights: '{"48111": "100"}', + coty_name: ['Dallam'], + cty_code: ['48111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.93592, lat: 36.30895 }, + }, + { + zip_code: '79107', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34935.0, + density: 804.7, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "100"}', + coty_name: ['Potter'], + cty_code: ['48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.80227, lat: 35.22939 }, + }, + { + zip_code: '79252', + usps_city: 'Quanah', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2954.0, + density: 2.1, + primary_coty_code: '48197', + primary_coty_name: 'Hardeman', + county_weights: '{"48197": "99.66", "48101": "0.34"}', + coty_name: ['Hardeman', 'Cottle'], + cty_code: ['48197', '48101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.81699, lat: 34.30503 }, + }, + { + zip_code: '79360', + usps_city: 'Seminole', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16666.0, + density: 7.6, + primary_coty_code: '48165', + primary_coty_name: 'Gaines', + county_weights: '{"48165": "100"}', + coty_name: ['Gaines'], + cty_code: ['48165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.74145, lat: 32.68905 }, + }, + { + zip_code: '79367', + usps_city: 'Smyer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 9.5, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "100"}', + coty_name: ['Hockley'], + cty_code: ['48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.19081, lat: 33.62146 }, + }, + { + zip_code: '79413', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21821.0, + density: 1763.1, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.88729, lat: 33.54623 }, + }, + { + zip_code: '79505', + usps_city: 'Benjamin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 0.5, + primary_coty_code: '48275', + primary_coty_name: 'Knox', + county_weights: '{"48275": "100"}', + coty_name: ['Knox'], + cty_code: ['48275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.81601, lat: 33.57582 }, + }, + { + zip_code: '79519', + usps_city: 'Goldsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 0.5, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "62.16", "48399": "37.84"}', + coty_name: ['Coleman', 'Runnels'], + cty_code: ['48083', '48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.69704, lat: 32.04877 }, + }, + { + zip_code: '79532', + usps_city: 'Loraine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 2.6, + primary_coty_code: '48335', + primary_coty_name: 'Mitchell', + county_weights: '{"48335": "97.66", "48353": "1.17", "48415": "1.17"}', + coty_name: ['Mitchell', 'Nolan', 'Scurry'], + cty_code: ['48335', '48353', '48415'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.71227, lat: 32.40496 }, + }, + { + zip_code: '79755', + usps_city: 'Midkiff', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 0.2, + primary_coty_code: '48461', + primary_coty_name: 'Upton', + county_weights: '{"48461": "100"}', + coty_name: ['Upton'], + cty_code: ['48461'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.93778, lat: 31.50464 }, + }, + { + zip_code: '79758', + usps_city: 'Gardendale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2403.0, + density: 17.5, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.33409, lat: 32.00814 }, + }, + { + zip_code: '79847', + usps_city: 'Salt Flat', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 0.1, + primary_coty_code: '48229', + primary_coty_name: 'Hudspeth', + county_weights: '{"48229": "62.28", "48109": "37.72"}', + coty_name: ['Hudspeth', 'Culberson'], + cty_code: ['48229', '48109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.97247, lat: 31.80678 }, + }, + { + zip_code: '79854', + usps_city: 'Valentine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 0.0, + primary_coty_code: '48243', + primary_coty_name: 'Jeff Davis', + county_weights: '{"48243": "91.08", "48377": "8.92"}', + coty_name: ['Jeff Davis', 'Presidio'], + cty_code: ['48243', '48377'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -104.65911, lat: 30.57932 }, + }, + { + zip_code: '79903', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15995.0, + density: 2024.2, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.44188, lat: 31.78623 }, + }, + { + zip_code: '80101', + usps_city: 'Agate', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 0.8, + primary_coty_code: '8039', + primary_coty_name: 'Elbert', + county_weights: '{"08039": "100"}', + coty_name: ['Elbert'], + cty_code: ['8039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.02852, lat: 39.39269 }, + }, + { + zip_code: '80401', + usps_city: 'Golden', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 42665.0, + density: 315.8, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.2351, lat: 39.71642 }, + }, + { + zip_code: '80631', + usps_city: 'Greeley', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 55872.0, + density: 210.6, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.6763, lat: 40.44141 }, + }, + { + zip_code: '80733', + usps_city: 'Hillrose', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 6.1, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "75.61", "08121": "24.39"}', + coty_name: ['Morgan', 'Washington'], + cty_code: ['08087', '08121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.45197, lat: 40.3707 }, + }, + { + zip_code: '80825', + usps_city: 'Kit Carson', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 0.3, + primary_coty_code: '8017', + primary_coty_name: 'Cheyenne', + county_weights: '{"08017": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['8017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.84916, lat: 38.80022 }, + }, + { + zip_code: '80835', + usps_city: 'Simla', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 971.0, + density: 2.6, + primary_coty_code: '8039', + primary_coty_name: 'Elbert', + county_weights: '{"08039": "100"}', + coty_name: ['Elbert'], + cty_code: ['8039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.07995, lat: 39.20787 }, + }, + { + zip_code: '80861', + usps_city: 'Vona', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 0.4, + primary_coty_code: '8063', + primary_coty_name: 'Kit Carson', + county_weights: '{"08063": "100"}', + coty_name: ['Kit Carson'], + cty_code: ['8063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.7407, lat: 39.34267 }, + }, + { + zip_code: '80903', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 16248.0, + density: 1296.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.81523, lat: 38.83137 }, + }, + { + zip_code: '80910', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31445.0, + density: 2098.3, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77433, lat: 38.81252 }, + }, + { + zip_code: '80922', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 29417.0, + density: 1898.1, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.70059, lat: 38.89066 }, + }, + { + zip_code: '81040', + usps_city: 'Gardner', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 0.2, + primary_coty_code: '8055', + primary_coty_name: 'Huerfano', + county_weights: '{"08055": "100"}', + coty_name: ['Huerfano'], + cty_code: ['8055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.2308, lat: 37.78545 }, + }, + { + zip_code: '81058', + usps_city: 'Manzanola', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 999.0, + density: 7.4, + primary_coty_code: '8089', + primary_coty_name: 'Otero', + county_weights: '{"08089": "91.62", "08025": "8.38"}', + coty_name: ['Otero', 'Crowley'], + cty_code: ['08089', '08025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.87967, lat: 38.09876 }, + }, + { + zip_code: '81092', + usps_city: 'Wiley', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 847.0, + density: 3.9, + primary_coty_code: '8099', + primary_coty_name: 'Prowers', + county_weights: '{"08099": "79.65", "08011": "20.35"}', + coty_name: ['Prowers', 'Bent'], + cty_code: ['08099', '08011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.74772, lat: 38.19797 }, + }, + { + zip_code: '81123', + usps_city: 'Blanca', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1026.0, + density: 1.5, + primary_coty_code: '8023', + primary_coty_name: 'Costilla', + county_weights: '{"08023": "100"}', + coty_name: ['Costilla'], + cty_code: ['8023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.56977, lat: 37.39859 }, + }, + { + zip_code: '81504', + usps_city: 'Grand Junction', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 29358.0, + density: 1001.7, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.49158, lat: 39.07913 }, + }, + { + zip_code: '82242', + usps_city: 'Van Tassell', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 0.2, + primary_coty_code: '56027', + primary_coty_name: 'Niobrara', + county_weights: '{"56027": "100"}', + coty_name: ['Niobrara'], + cty_code: ['56027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.1093, lat: 42.69459 }, + }, + { + zip_code: '82329', + usps_city: 'Medicine Bow', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 0.2, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "92.76", "56001": "7.24"}', + coty_name: ['Carbon', 'Albany'], + cty_code: ['56007', '56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.07531, lat: 42.08873 }, + }, + { + zip_code: '82715', + usps_city: 'Four Corners', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56045', + primary_coty_name: 'Weston', + county_weights: '{"56045": "0"}', + coty_name: ['Weston'], + cty_code: ['56045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.13329, lat: 44.11912 }, + }, + { + zip_code: '83025', + usps_city: 'Teton Village', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 25.9, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "100"}', + coty_name: ['Teton'], + cty_code: ['56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.83137, lat: 43.59237 }, + }, + { + zip_code: '83114', + usps_city: 'Cokeville', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 1.1, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.94517, lat: 42.17611 }, + }, + { + zip_code: '83261', + usps_city: 'Paris', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 644.0, + density: 11.9, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.42069, lat: 42.21611 }, + }, + { + zip_code: '83312', + usps_city: 'Almo', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 0.3, + primary_coty_code: '16031', + primary_coty_name: 'Cassia', + county_weights: '{"16031": "85.12", "49003": "14.88"}', + coty_name: ['Cassia', 'Box Elder'], + cty_code: ['16031', '49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.65429, lat: 41.97587 }, + }, + { + zip_code: '83402', + usps_city: 'Idaho Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 24676.0, + density: 62.8, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "98.05", "16051": "1.04", "16011": "0.91"}', + coty_name: ['Bonneville', 'Jefferson', 'Bingham'], + cty_code: ['16019', '16051', '16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.15453, lat: 43.53154 }, + }, + { + zip_code: '83632', + usps_city: 'Indian Valley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 1.2, + primary_coty_code: '16003', + primary_coty_name: 'Adams', + county_weights: '{"16003": "100"}', + coty_name: ['Adams'], + cty_code: ['16003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.4055, lat: 44.53617 }, + }, + { + zip_code: '83641', + usps_city: 'Melba', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3098.0, + density: 7.4, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "63.35", "16073": "30.28", "16001": "6.37"}', + coty_name: ['Canyon', 'Owyhee', 'Ada'], + cty_code: ['16027', '16073', '16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.58623, lat: 43.35129 }, + }, + { + zip_code: '83644', + usps_city: 'Middleton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 12582.0, + density: 95.9, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.58225, lat: 43.75012 }, + }, + { + zip_code: '83702', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 22775.0, + density: 216.4, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "99.99", "16015": "0.01"}', + coty_name: ['Ada', 'Boise'], + cty_code: ['16001', '16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.16934, lat: 43.67575 }, + }, + { + zip_code: '83809', + usps_city: 'Careywood', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 388.0, + density: 10.7, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.57348, lat: 48.06362 }, + }, + { + zip_code: '83811', + usps_city: 'Clark Fork', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1304.0, + density: 2.8, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.23739, lat: 48.06151 }, + }, + { + zip_code: '83839', + usps_city: 'Kingston', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1282.0, + density: 4.5, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.16992, lat: 47.61005 }, + }, + { + zip_code: '83847', + usps_city: 'Naples', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1553.0, + density: 5.3, + primary_coty_code: '16021', + primary_coty_name: 'Boundary', + county_weights: '{"16021": "100"}', + coty_name: ['Boundary'], + cty_code: ['16021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.44375, lat: 48.57771 }, + }, + { + zip_code: '83854', + usps_city: 'Post Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 42643.0, + density: 219.5, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.97291, lat: 47.71876 }, + }, + { + zip_code: '83876', + usps_city: 'Worley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1829.0, + density: 5.9, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.92867, lat: 47.4489 }, + }, + { + zip_code: '84061', + usps_city: 'Peoa', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 3.6, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "100"}', + coty_name: ['Summit'], + cty_code: ['49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.34282, lat: 40.75259 }, + }, + { + zip_code: '84325', + usps_city: 'Mendon', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2275.0, + density: 23.8, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.99278, lat: 41.72579 }, + }, + { + zip_code: '84341', + usps_city: 'Logan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 24398.0, + density: 769.2, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.80695, lat: 41.77584 }, + }, + { + zip_code: '84620', + usps_city: 'Aurora', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 19.9, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.92771, lat: 38.91484 }, + }, + { + zip_code: '84745', + usps_city: 'La Verkin', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4376.0, + density: 97.8, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.24466, lat: 37.23152 }, + }, + { + zip_code: '84757', + usps_city: 'New Harmony', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1275.0, + density: 9.6, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "94.17", "49021": "5.83"}', + coty_name: ['Washington', 'Iron'], + cty_code: ['49053', '49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.25131, lat: 37.45599 }, + }, + { + zip_code: '85003', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 8499.0, + density: 1772.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.07836, lat: 33.45076 }, + }, + { + zip_code: '85128', + usps_city: 'Coolidge', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17053.0, + density: 40.3, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.53802, lat: 32.99049 }, + }, + { + zip_code: '85253', + usps_city: 'Paradise Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 18811.0, + density: 403.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.95854, lat: 33.54501 }, + }, + { + zip_code: '85298', + usps_city: 'Gilbert', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 31593.0, + density: 852.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.72573, lat: 33.24188 }, + }, + { + zip_code: '85322', + usps_city: 'Arlington', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 0.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.85102, lat: 33.1741 }, + }, + { + zip_code: '85326', + usps_city: 'Buckeye', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 63317.0, + density: 66.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.57796, lat: 33.28904 }, + }, + { + zip_code: '85347', + usps_city: 'Roll', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 1.1, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.78962, lat: 32.79743 }, + }, + { + zip_code: '85501', + usps_city: 'Globe', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 12805.0, + density: 8.8, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.75344, lat: 33.5391 }, + }, + { + zip_code: '85544', + usps_city: 'Pine', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2763.0, + density: 6.4, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.53529, lat: 34.34353 }, + }, + { + zip_code: '85606', + usps_city: 'Cochise', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1067.0, + density: 2.9, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.91029, lat: 32.03953 }, + }, + { + zip_code: '85611', + usps_city: 'Elgin', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 1.3, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "80", "04019": "17.93", "04003": "2.07"}', + coty_name: ['Santa Cruz', 'Pima', 'Cochise'], + cty_code: ['04023', '04019', '04003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.51209, lat: 31.66145 }, + }, + { + zip_code: '85741', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 34813.0, + density: 1338.2, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.03945, lat: 32.33737 }, + }, + { + zip_code: '85756', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 42749.0, + density: 243.1, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.89889, lat: 32.07926 }, + }, + { + zip_code: '85923', + usps_city: 'Clay Springs', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 620.0, + density: 3.8, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.34054, lat: 34.32497 }, + }, + { + zip_code: '85932', + usps_city: 'Nutrioso', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 1.1, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.21465, lat: 33.9525 }, + }, + { + zip_code: '86313', + usps_city: 'Prescott', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 856.9, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.45239, lat: 34.55361 }, + }, + { + zip_code: '86411', + usps_city: 'Hackberry', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.1, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.64092, lat: 35.42674 }, + }, + { + zip_code: '87031', + usps_city: 'Los Lunas', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 44364.0, + density: 33.7, + primary_coty_code: '35061', + primary_coty_name: 'Valencia', + county_weights: '{"35061": "100"}', + coty_name: ['Valencia'], + cty_code: ['35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.88782, lat: 34.73181 }, + }, + { + zip_code: '87116', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3919.0, + density: 460.6, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.57174, lat: 35.052 }, + }, + { + zip_code: '87421', + usps_city: 'Waterflow', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 15.6, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.51858, lat: 36.76368 }, + }, + { + zip_code: '87564', + usps_city: 'San Cristobal', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 3.2, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.62786, lat: 36.60798 }, + }, + { + zip_code: '87830', + usps_city: 'Reserve', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1268.0, + density: 0.6, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "100"}', + coty_name: ['Catron'], + cty_code: ['35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.73952, lat: 33.7196 }, + }, + { + zip_code: '88027', + usps_city: 'Chamberino', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 1.4, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.78959, lat: 32.04414 }, + }, + { + zip_code: '88314', + usps_city: 'Bent', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 0.5, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.86726, lat: 33.10073 }, + }, + { + zip_code: '88353', + usps_city: 'Vaughn', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 0.2, + primary_coty_code: '35019', + primary_coty_name: 'Guadalupe', + county_weights: '{"35019": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['35019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.11609, lat: 34.57144 }, + }, + { + zip_code: '88415', + usps_city: 'Clayton', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3468.0, + density: 1.1, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "99.27", "35021": "0.73"}', + coty_name: ['Union', 'Harding'], + cty_code: ['35059', '35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.32582, lat: 36.31373 }, + }, + { + zip_code: '88426', + usps_city: 'Logan', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 0.4, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "92.41", "35021": "7.59"}', + coty_name: ['Quay', 'Harding'], + cty_code: ['35037', '35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.51084, lat: 35.53808 }, + }, + { + zip_code: '89107', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 38936.0, + density: 2750.6, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.21028, lat: 36.17066 }, + }, + { + zip_code: '89147', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 55865.0, + density: 2911.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.28016, lat: 36.1128 }, + }, + { + zip_code: '89403', + usps_city: 'Dayton', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 15531.0, + density: 29.7, + primary_coty_code: '32019', + primary_coty_name: 'Lyon', + county_weights: '{"32019": "95.19", "32029": "4.81"}', + coty_name: ['Lyon', 'Storey'], + cty_code: ['32019', '32029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.47024, lat: 39.19832 }, + }, + { + zip_code: '89440', + usps_city: 'Virginia City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 23.1, + primary_coty_code: '32029', + primary_coty_name: 'Storey', + county_weights: '{"32029": "100"}', + coty_name: ['Storey'], + cty_code: ['32029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.65873, lat: 39.29648 }, + }, + { + zip_code: '89510', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1454.0, + density: 0.5, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.66305, lat: 40.05586 }, + }, + { + zip_code: '89511', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 26443.0, + density: 68.5, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.89494, lat: 39.3953 }, + }, + { + zip_code: '89823', + usps_city: 'Deeth', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 0.1, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.27447, lat: 41.00476 }, + }, + { + zip_code: '624', + usps_city: 'Penuelas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 21936.0, + density: 196.2, + primary_coty_code: '72111', + primary_coty_name: 'Pe\u00f1uelas', + county_weights: '{"72111": "92.53", "72113": "7.47"}', + coty_name: ['Pe\u00f1uelas', 'Ponce'], + cty_code: ['72111', '72113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.71823, lat: 18.06465 }, + }, + { + zip_code: '667', + usps_city: 'Lajas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 23186.0, + density: 148.4, + primary_coty_code: '72079', + primary_coty_name: 'Lajas', + county_weights: '{"72079": "98.91", "72125": "1.09"}', + coty_name: ['Lajas', 'San Germ\u00e1n'], + cty_code: ['72079', '72125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.0409, lat: 18.01227 }, + }, + { + zip_code: '718', + usps_city: 'Naguabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 25430.0, + density: 217.0, + primary_coty_code: '72103', + primary_coty_name: 'Naguabo', + county_weights: '{"72103": "100"}', + coty_name: ['Naguabo'], + cty_code: ['72103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.7611, lat: 18.2333 }, + }, + { + zip_code: '727', + usps_city: 'Caguas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 52743.0, + density: 947.3, + primary_coty_code: '72025', + primary_coty_name: 'Caguas', + county_weights: '{"72025": "100"}', + coty_name: ['Caguas'], + cty_code: ['72025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.07356, lat: 18.21496 }, + }, + { + zip_code: '766', + usps_city: 'Villalba', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 22687.0, + density: 218.8, + primary_coty_code: '72149', + primary_coty_name: 'Villalba', + county_weights: '{"72149": "98.43", "72107": "1.57"}', + coty_name: ['Villalba', 'Orocovis'], + cty_code: ['72149', '72107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.47703, lat: 18.13299 }, + }, + { + zip_code: '794', + usps_city: 'Barranquitas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 28434.0, + density: 311.0, + primary_coty_code: '72019', + primary_coty_name: 'Barranquitas', + county_weights: '{"72019": "99.13", "72045": "0.59", "72043": "0.29"}', + coty_name: ['Barranquitas', 'Comer\u00edo', 'Coamo'], + cty_code: ['72019', '72045', '72043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.30873, lat: 18.20154 }, + }, + { + zip_code: '915', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 24888.0, + density: 6880.9, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.04562, lat: 18.43691 }, + }, + { + zip_code: '918', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 15759.0, + density: 2856.5, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.06589, lat: 18.42138 }, + }, + { + zip_code: '969', + usps_city: 'Guaynabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 41941.0, + density: 3316.4, + primary_coty_code: '72061', + primary_coty_name: 'Guaynabo', + county_weights: '{"72061": "84.94", "72127": "13.45", "72021": "1.6"}', + coty_name: ['Guaynabo', 'San Juan', 'Bayam\u00f3n'], + cty_code: ['72061', '72127', '72021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.10852, lat: 18.36751 }, + }, + { + zip_code: '1077', + usps_city: 'Southwick', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9720.0, + density: 121.8, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.77851, lat: 42.05437 }, + }, + { + zip_code: '1236', + usps_city: 'Housatonic', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1311.0, + density: 105.4, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.3767, lat: 42.26658 }, + }, + { + zip_code: '1247', + usps_city: 'North Adams', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15466.0, + density: 113.7, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.07997, lat: 42.69547 }, + }, + { + zip_code: '1366', + usps_city: 'Petersham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1188.0, + density: 11.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.18772, lat: 42.48054 }, + }, + { + zip_code: '1603', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19731.0, + density: 1688.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.84445, lat: 42.24407 }, + }, + { + zip_code: '1702', + usps_city: 'Framingham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 39799.0, + density: 1899.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43387, lat: 42.28217 }, + }, + { + zip_code: '1876', + usps_city: 'Tewksbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30878.0, + density: 582.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.22746, lat: 42.61224 }, + }, + { + zip_code: '2203', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 365.1, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "0"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05896, lat: 42.3605 }, + }, + { + zip_code: '2333', + usps_city: 'East Bridgewater', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14466.0, + density: 324.1, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94241, lat: 42.03515 }, + }, + { + zip_code: '2343', + usps_city: 'Holbrook', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10423.0, + density: 574.1, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.00482, lat: 42.14729 }, + }, + { + zip_code: '2534', + usps_city: 'Cataumet', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 887.0, + density: 149.7, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61991, lat: 41.66709 }, + }, + { + zip_code: '2645', + usps_city: 'Harwich', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9116.0, + density: 211.5, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.06082, lat: 41.70422 }, + }, + { + zip_code: '2813', + usps_city: 'Charlestown', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 7799.0, + density: 82.6, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67017, lat: 41.39727 }, + }, + { + zip_code: '2814', + usps_city: 'Chepachet', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 7901.0, + density: 68.1, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.69752, lat: 41.89875 }, + }, + { + zip_code: '2864', + usps_city: 'Cumberland', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 34797.0, + density: 508.5, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.41978, lat: 41.97039 }, + }, + { + zip_code: '2911', + usps_city: 'North Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 15921.0, + density: 2467.6, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.47355, lat: 41.85475 }, + }, + { + zip_code: '3044', + usps_city: 'Fremont', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4659.0, + density: 106.0, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12527, lat: 42.98868 }, + }, + { + zip_code: '3245', + usps_city: 'Holderness', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2054.0, + density: 26.1, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.58789, lat: 43.75003 }, + }, + { + zip_code: '3307', + usps_city: 'Loudon', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5534.0, + density: 43.3, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.44364, lat: 43.32538 }, + }, + { + zip_code: '3445', + usps_city: 'Sullivan', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 797.0, + density: 15.4, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.213, lat: 43.01434 }, + }, + { + zip_code: '3607', + usps_city: 'South Acworth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 9.8, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26883, lat: 43.19552 }, + }, + { + zip_code: '3740', + usps_city: 'Bath', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 712.0, + density: 8.0, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.98272, lat: 44.18086 }, + }, + { + zip_code: '3755', + usps_city: 'Hanover', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 10595.0, + density: 113.4, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.18929, lat: 43.71777 }, + }, + { + zip_code: '4260', + usps_city: 'New Gloucester', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5738.0, + density: 47.0, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.2959, lat: 43.96394 }, + }, + { + zip_code: '4274', + usps_city: 'Poland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5588.0, + density: 51.4, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.38943, lat: 44.0461 }, + }, + { + zip_code: '4285', + usps_city: 'Weld', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 2.3, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.44621, lat: 44.70329 }, + }, + { + zip_code: '4419', + usps_city: 'Carmel', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2799.0, + density: 29.6, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.0314, lat: 44.79688 }, + }, + { + zip_code: '4424', + usps_city: 'Danforth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 857.0, + density: 3.1, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "71.57", "23003": "28.43"}', + coty_name: ['Washington', 'Aroostook'], + cty_code: ['23029', '23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.86814, lat: 45.67054 }, + }, + { + zip_code: '4473', + usps_city: 'Orono', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8185.0, + density: 176.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.71719, lat: 44.88648 }, + }, + { + zip_code: '4634', + usps_city: 'Franklin', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1803.0, + density: 6.6, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.22041, lat: 44.64894 }, + }, + { + zip_code: '4762', + usps_city: 'New Sweden', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 5.2, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.13464, lat: 46.97077 }, + }, + { + zip_code: '4847', + usps_city: 'Hope', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1619.0, + density: 28.5, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.18961, lat: 44.25104 }, + }, + { + zip_code: '4955', + usps_city: 'New Sharon', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 14.3, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.00701, lat: 44.63926 }, + }, + { + zip_code: '4988', + usps_city: 'Unity', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2373.0, + density: 18.4, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "97.99", "23011": "2.01"}', + coty_name: ['Waldo', 'Kennebec'], + cty_code: ['23027', '23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.35972, lat: 44.59588 }, + }, + { + zip_code: '5031', + usps_city: 'Barnard', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 4.5, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.59101, lat: 43.71205 }, + }, + { + zip_code: '5261', + usps_city: 'Pownal', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2491.0, + density: 29.9, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19745, lat: 42.78226 }, + }, + { + zip_code: '5474', + usps_city: 'North Hero', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 946.0, + density: 27.1, + primary_coty_code: '50013', + primary_coty_name: 'Grand Isle', + county_weights: '{"50013": "100"}', + coty_name: ['Grand Isle'], + cty_code: ['50013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.27363, lat: 44.84032 }, + }, + { + zip_code: '5660', + usps_city: 'Moretown', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1743.0, + density: 16.9, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.74139, lat: 44.24718 }, + }, + { + zip_code: '5772', + usps_city: 'Stockbridge', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 5.4, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.74472, lat: 43.75604 }, + }, + { + zip_code: '5837', + usps_city: 'East Haven', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 2.4, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "82.15", "50005": "17.85"}', + coty_name: ['Essex', 'Caledonia'], + cty_code: ['50009', '50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.81538, lat: 44.65856 }, + }, + { + zip_code: '5842', + usps_city: 'Greensboro Bend', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 12.1, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "61.3", "50005": "38.7"}', + coty_name: ['Orleans', 'Caledonia'], + cty_code: ['50019', '50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.2208, lat: 44.55316 }, + }, + { + zip_code: '5845', + usps_city: 'Irasburg', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 13.0, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30023, lat: 44.79642 }, + }, + { + zip_code: '5866', + usps_city: 'Sheffield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 7.5, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12761, lat: 44.64221 }, + }, + { + zip_code: '6022', + usps_city: 'Collinsville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 33.4, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92732, lat: 41.86545 }, + }, + { + zip_code: '6024', + usps_city: 'East Canaan', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 22.4, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.27433, lat: 42.01204 }, + }, + { + zip_code: '6043', + usps_city: 'Bolton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4911.0, + density: 131.6, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.43902, lat: 41.76647 }, + }, + { + zip_code: '6060', + usps_city: 'North Granby', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2691.0, + density: 86.1, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.84569, lat: 42.00702 }, + }, + { + zip_code: '6112', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 21094.0, + density: 2988.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.69644, lat: 41.79312 }, + }, + { + zip_code: '6226', + usps_city: 'Willimantic', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 19431.0, + density: 1032.9, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "97.79", "09013": "2.21"}', + coty_name: ['Windham', 'Tolland'], + cty_code: ['09015', '09013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.20725, lat: 41.70843 }, + }, + { + zip_code: '6371', + usps_city: 'Old Lyme', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9686.0, + density: 68.4, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.32688, lat: 41.36438 }, + }, + { + zip_code: '6401', + usps_city: 'Ansonia', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18725.0, + density: 1203.7, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.0689, lat: 41.34424 }, + }, + { + zip_code: '6607', + usps_city: 'Bridgeport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8995.0, + density: 2970.5, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.16695, lat: 41.17371 }, + }, + { + zip_code: '6706', + usps_city: 'Waterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13997.0, + density: 1416.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.02329, lat: 41.53246 }, + }, + { + zip_code: '6750', + usps_city: 'Bantam', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 54.3, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.26415, lat: 41.72316 }, + }, + { + zip_code: '6763', + usps_city: 'Morris', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1864.0, + density: 48.9, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20196, lat: 41.69214 }, + }, + { + zip_code: '6850', + usps_city: 'Norwalk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 17848.0, + density: 1026.7, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44312, lat: 41.12651 }, + }, + { + zip_code: '7030', + usps_city: 'Hoboken', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 53193.0, + density: 16500.7, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03217, lat: 40.74522 }, + }, + { + zip_code: '7104', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 51075.0, + density: 7791.5, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16831, lat: 40.76734 }, + }, + { + zip_code: '7463', + usps_city: 'Waldwick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9986.0, + density: 1885.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12571, lat: 41.01334 }, + }, + { + zip_code: '7501', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 32432.0, + density: 6820.9, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17121, lat: 40.91273 }, + }, + { + zip_code: '7514', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18100.0, + density: 7576.3, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14452, lat: 40.92622 }, + }, + { + zip_code: '7976', + usps_city: 'New Vernon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 40.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48638, lat: 40.72292 }, + }, + { + zip_code: '8006', + usps_city: 'Barnegat Light', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 167.3, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10813, lat: 39.75428 }, + }, + { + zip_code: '8217', + usps_city: 'Elwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 708.8, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.71852, lat: 39.57536 }, + }, + { + zip_code: '8232', + usps_city: 'Pleasantville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19426.0, + density: 1280.3, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51489, lat: 39.38769 }, + }, + { + zip_code: '8244', + usps_city: 'Somers Point', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10394.0, + density: 694.1, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58798, lat: 39.31821 }, + }, + { + zip_code: '8260', + usps_city: 'Wildwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12630.0, + density: 302.7, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8391, lat: 38.9966 }, + }, + { + zip_code: '8840', + usps_city: 'Metuchen', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16594.0, + density: 1989.6, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35843, lat: 40.54366 }, + }, + { + zip_code: '10016', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 52886.0, + density: 38374.2, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9783, lat: 40.74515 }, + }, + { + zip_code: '10169', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9761, lat: 40.75439 }, + }, + { + zip_code: '10307', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14906.0, + density: 3128.8, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23965, lat: 40.50794 }, + }, + { + zip_code: '10311', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "0"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17956, lat: 40.60524 }, + }, + { + zip_code: '10470', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15716.0, + density: 4243.6, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86812, lat: 40.89594 }, + }, + { + zip_code: '10506', + usps_city: 'Bedford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5699.0, + density: 134.6, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63393, lat: 41.18883 }, + }, + { + zip_code: '10552', + usps_city: 'Mount Vernon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20202.0, + density: 4706.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82509, lat: 40.9238 }, + }, + { + zip_code: '10984', + usps_city: 'Thiells', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2789.0, + density: 672.5, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01752, lat: 41.20855 }, + }, + { + zip_code: '10988', + usps_city: 'Unionville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 79.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.5428, lat: 41.30156 }, + }, + { + zip_code: '10994', + usps_city: 'West Nyack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7396.0, + density: 467.6, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97262, lat: 41.09751 }, + }, + { + zip_code: '11001', + usps_city: 'Floral Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28021.0, + density: 4851.6, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "84.29", "36081": "15.71"}', + coty_name: ['Nassau', 'Queens'], + cty_code: ['36059', '36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70457, lat: 40.72353 }, + }, + { + zip_code: '11021', + usps_city: 'Great Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18245.0, + density: 3017.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72899, lat: 40.78645 }, + }, + { + zip_code: '11024', + usps_city: 'Great Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7786.0, + density: 853.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74172, lat: 40.81632 }, + }, + { + zip_code: '11205', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 46843.0, + density: 19140.2, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96613, lat: 40.69468 }, + }, + { + zip_code: '11225', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 56859.0, + density: 24837.3, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95431, lat: 40.66304 }, + }, + { + zip_code: '11371', + usps_city: 'Flushing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "0"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87332, lat: 40.77445 }, + }, + { + zip_code: '11375', + usps_city: 'Forest Hills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 73034.0, + density: 14175.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84611, lat: 40.72092 }, + }, + { + zip_code: '11451', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "0"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79596, lat: 40.7012 }, + }, + { + zip_code: '11520', + usps_city: 'Freeport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 43438.0, + density: 3343.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58291, lat: 40.65003 }, + }, + { + zip_code: '11772', + usps_city: 'Patchogue', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 45991.0, + density: 1098.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9871, lat: 40.76096 }, + }, + { + zip_code: '11790', + usps_city: 'Stony Brook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17304.0, + density: 932.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12767, lat: 40.90689 }, + }, + { + zip_code: '11965', + usps_city: 'Shelter Island Heights', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 51.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.3527, lat: 41.07777 }, + }, + { + zip_code: '11972', + usps_city: 'Speonk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1096.0, + density: 175.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70683, lat: 40.83354 }, + }, + { + zip_code: '11975', + usps_city: 'Wainscott', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 36.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.24438, lat: 40.94316 }, + }, + { + zip_code: '12028', + usps_city: 'Buskirk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 14.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "67.75", "36115": "32.25"}', + coty_name: ['Rensselaer', 'Washington'], + cty_code: ['36083', '36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.4432, lat: 42.93994 }, + }, + { + zip_code: '12033', + usps_city: 'Castleton On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7906.0, + density: 113.1, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70714, lat: 42.53754 }, + }, + { + zip_code: '12072', + usps_city: 'Fultonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3097.0, + density: 24.8, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "100"}', + coty_name: ['Montgomery'], + cty_code: ['36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36231, lat: 42.88466 }, + }, + { + zip_code: '12078', + usps_city: 'Gloversville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23419.0, + density: 83.4, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "100"}', + coty_name: ['Fulton'], + cty_code: ['36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36368, lat: 43.1238 }, + }, + { + zip_code: '12092', + usps_city: 'Howes Cave', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 19.4, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37659, lat: 42.70126 }, + }, + { + zip_code: '12095', + usps_city: 'Johnstown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12046.0, + density: 76.7, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "97.3", "36057": "2.7"}', + coty_name: ['Fulton', 'Montgomery'], + cty_code: ['36035', '36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.40419, lat: 43.02702 }, + }, + { + zip_code: '12155', + usps_city: 'Schenevus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2119.0, + density: 14.4, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "93.32", "36025": "6.68"}', + coty_name: ['Otsego', 'Delaware'], + cty_code: ['36077', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82455, lat: 42.59561 }, + }, + { + zip_code: '12158', + usps_city: 'Selkirk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6945.0, + density: 87.6, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82091, lat: 42.54063 }, + }, + { + zip_code: '12210', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9583.0, + density: 4209.0, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75818, lat: 42.65996 }, + }, + { + zip_code: '12306', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26799.0, + density: 240.1, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "97.06", "36001": "2.94"}', + coty_name: ['Schenectady', 'Albany'], + cty_code: ['36093', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02857, lat: 42.80481 }, + }, + { + zip_code: '12401', + usps_city: 'Kingston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 35192.0, + density: 232.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05278, lat: 41.93558 }, + }, + { + zip_code: '12438', + usps_city: 'Halcottsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 27.3, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.60127, lat: 42.20791 }, + }, + { + zip_code: '12450', + usps_city: 'Lanesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 7.1, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24421, lat: 42.13328 }, + }, + { + zip_code: '12453', + usps_city: 'Malden On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 173.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93634, lat: 42.09341 }, + }, + { + zip_code: '12456', + usps_city: 'Mount Marion', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 802.6, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99706, lat: 42.03317 }, + }, + { + zip_code: '12471', + usps_city: 'Rifton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 309.8, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04122, lat: 41.84147 }, + }, + { + zip_code: '12483', + usps_city: 'Spring Glen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 31.1, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "78.76", "36105": "21.24"}', + coty_name: ['Ulster', 'Sullivan'], + cty_code: ['36111', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42136, lat: 41.67552 }, + }, + { + zip_code: '12490', + usps_city: 'West Camp', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 20.0, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92605, lat: 42.12466 }, + }, + { + zip_code: '12538', + usps_city: 'Hyde Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14081.0, + density: 206.1, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89308, lat: 41.79248 }, + }, + { + zip_code: '12740', + usps_city: 'Grahamsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2035.0, + density: 10.6, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "82.13", "36111": "17.87"}', + coty_name: ['Sullivan', 'Ulster'], + cty_code: ['36105', '36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46984, lat: 41.89428 }, + }, + { + zip_code: '12766', + usps_city: 'North Branch', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 17.5, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98028, lat: 41.81153 }, + }, + { + zip_code: '12779', + usps_city: 'South Fallsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1930.0, + density: 86.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.63167, lat: 41.70275 }, + }, + { + zip_code: '12789', + usps_city: 'Woodridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2081.0, + density: 83.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57042, lat: 41.70682 }, + }, + { + zip_code: '12824', + usps_city: 'Diamond Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 26.4, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70976, lat: 43.51637 }, + }, + { + zip_code: '12845', + usps_city: 'Lake George', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4570.0, + density: 39.9, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7133, lat: 43.42409 }, + }, + { + zip_code: '12910', + usps_city: 'Altona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2183.0, + density: 13.0, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64077, lat: 44.85607 }, + }, + { + zip_code: '12917', + usps_city: 'Burke', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1378.0, + density: 12.4, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17891, lat: 44.92766 }, + }, + { + zip_code: '12924', + usps_city: 'Keeseville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 13.8, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58429, lat: 44.47775 }, + }, + { + zip_code: '12928', + usps_city: 'Crown Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1988.0, + density: 10.2, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.52996, lat: 43.95157 }, + }, + { + zip_code: '12936', + usps_city: 'Essex', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 5.5, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.39874, lat: 44.27795 }, + }, + { + zip_code: '13114', + usps_city: 'Mexico', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6350.0, + density: 39.0, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24422, lat: 43.46386 }, + }, + { + zip_code: '13148', + usps_city: 'Seneca Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10535.0, + density: 67.7, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7847, lat: 42.91464 }, + }, + { + zip_code: '13418', + usps_city: 'North Brookfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 25.5, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38218, lat: 42.84506 }, + }, + { + zip_code: '13437', + usps_city: 'Redfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 1.5, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "90", "36049": "10"}', + coty_name: ['Oswego', 'Lewis'], + cty_code: ['36075', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80364, lat: 43.59719 }, + }, + { + zip_code: '13456', + usps_city: 'Sauquoit', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4005.0, + density: 55.1, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "91.62", "36043": "8.38"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25549, lat: 42.99999 }, + }, + { + zip_code: '13468', + usps_city: 'Springfield Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 19.3, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85576, lat: 42.84523 }, + }, + { + zip_code: '13501', + usps_city: 'Utica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36920.0, + density: 1629.4, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22635, lat: 43.08125 }, + }, + { + zip_code: '13601', + usps_city: 'Watertown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37548.0, + density: 103.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "99.88", "36049": "0.12"}', + coty_name: ['Jefferson', 'Lewis'], + cty_code: ['36045', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.90673, lat: 43.96838 }, + }, + { + zip_code: '13622', + usps_city: 'Chaumont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2410.0, + density: 16.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11278, lat: 44.09671 }, + }, + { + zip_code: '13635', + usps_city: 'Edwards', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1210.0, + density: 8.5, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2504, lat: 44.3039 }, + }, + { + zip_code: '13690', + usps_city: 'Star Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 4.7, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.01035, lat: 44.11593 }, + }, + { + zip_code: '13865', + usps_city: 'Windsor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6297.0, + density: 22.0, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.63308, lat: 42.06276 }, + }, + { + zip_code: '14094', + usps_city: 'Lockport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 49257.0, + density: 156.0, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7009, lat: 43.16018 }, + }, + { + zip_code: '14120', + usps_city: 'North Tonawanda', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44119.0, + density: 517.8, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83645, lat: 43.07363 }, + }, + { + zip_code: '14130', + usps_city: 'Pike', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 60.3, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14771, lat: 42.55599 }, + }, + { + zip_code: '14143', + usps_city: 'Stafford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1013.0, + density: 27.0, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "100"}', + coty_name: ['Genesee'], + cty_code: ['36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07337, lat: 42.97556 }, + }, + { + zip_code: '14201', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11935.0, + density: 4500.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88697, lat: 42.89667 }, + }, + { + zip_code: '14216', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22289.0, + density: 3104.6, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8617, lat: 42.94848 }, + }, + { + zip_code: '14411', + usps_city: 'Albion', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13776.0, + density: 47.0, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "100"}', + coty_name: ['Orleans'], + cty_code: ['36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21193, lat: 43.23425 }, + }, + { + zip_code: '14435', + usps_city: 'Conesus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2773.0, + density: 29.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66234, lat: 42.71313 }, + }, + { + zip_code: '14472', + usps_city: 'Honeoye Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8713.0, + density: 77.0, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "90.5", "36051": "5.41", "36069": "4.09"}', + coty_name: ['Monroe', 'Livingston', 'Ontario'], + cty_code: ['36055', '36051', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57913, lat: 42.96729 }, + }, + { + zip_code: '14479', + usps_city: 'Knowlesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 30.0, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "100"}', + coty_name: ['Orleans'], + cty_code: ['36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.31386, lat: 43.23624 }, + }, + { + zip_code: '14481', + usps_city: 'Leicester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1699.0, + density: 27.6, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.92144, lat: 42.76189 }, + }, + { + zip_code: '14534', + usps_city: 'Pittsford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31615.0, + density: 377.5, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "98.8", "36069": "1.2"}', + coty_name: ['Monroe', 'Ontario'], + cty_code: ['36055', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52019, lat: 43.05585 }, + }, + { + zip_code: '14591', + usps_city: 'Wyoming', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1592.0, + density: 15.2, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "92.45", "36037": "7.55"}', + coty_name: ['Wyoming', 'Genesee'], + cty_code: ['36121', '36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09835, lat: 42.83196 }, + }, + { + zip_code: '14607', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16521.0, + density: 3785.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.58644, lat: 43.15081 }, + }, + { + zip_code: '14612', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 34116.0, + density: 774.8, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.67613, lat: 43.26574 }, + }, + { + zip_code: '14729', + usps_city: 'East Otto', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 906.0, + density: 9.9, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7434, lat: 42.4035 }, + }, + { + zip_code: '14783', + usps_city: 'Steamburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 4.7, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88412, lat: 42.07798 }, + }, + { + zip_code: '14879', + usps_city: 'Savona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1998.0, + density: 17.9, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19003, lat: 42.31621 }, + }, + { + zip_code: '15028', + usps_city: 'Coulters', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 417.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79885, lat: 40.30172 }, + }, + { + zip_code: '15030', + usps_city: 'Creighton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1130.0, + density: 232.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78068, lat: 40.58728 }, + }, + { + zip_code: '15055', + usps_city: 'Lawrence', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 563.9, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12263, lat: 40.30637 }, + }, + { + zip_code: '15075', + usps_city: 'Rural Ridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 3207.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82683, lat: 40.58606 }, + }, + { + zip_code: '15104', + usps_city: 'Braddock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8669.0, + density: 1367.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86263, lat: 40.4038 }, + }, + { + zip_code: '15131', + usps_city: 'Mckeesport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7866.0, + density: 416.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "94.75", "42129": "5.25"}', + coty_name: ['Allegheny', 'Westmoreland'], + cty_code: ['42003', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8002, lat: 40.33602 }, + }, + { + zip_code: '15148', + usps_city: 'Wilmerding', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2480.0, + density: 857.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79524, lat: 40.39347 }, + }, + { + zip_code: '15201', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12543.0, + density: 1952.8, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95285, lat: 40.47511 }, + }, + { + zip_code: '15223', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6589.0, + density: 1328.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95289, lat: 40.50507 }, + }, + { + zip_code: '15229', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13575.0, + density: 1296.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03704, lat: 40.52036 }, + }, + { + zip_code: '15427', + usps_city: 'Daisytown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 39.0, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97485, lat: 40.06993 }, + }, + { + zip_code: '15446', + usps_city: 'Indian Head', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 53.1, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39916, lat: 40.03339 }, + }, + { + zip_code: '15615', + usps_city: 'Ardara', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 140.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.73419, lat: 40.36523 }, + }, + { + zip_code: '15623', + usps_city: 'Claridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 129.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.62031, lat: 40.36727 }, + }, + { + zip_code: '15625', + usps_city: 'Darragh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 46.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67976, lat: 40.26951 }, + }, + { + zip_code: '15626', + usps_city: 'Delmont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4975.0, + density: 486.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57613, lat: 40.40706 }, + }, + { + zip_code: '15675', + usps_city: 'Penn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 373.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63708, lat: 40.33531 }, + }, + { + zip_code: '15684', + usps_city: 'Slickville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 63.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52062, lat: 40.46071 }, + }, + { + zip_code: '15784', + usps_city: 'Worthville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 71.7, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.14045, lat: 41.02502 }, + }, + { + zip_code: '16059', + usps_city: 'Valencia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8242.0, + density: 124.0, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "97.03", "42003": "2.97"}', + coty_name: ['Butler', 'Allegheny'], + cty_code: ['42019', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9285, lat: 40.70401 }, + }, + { + zip_code: '16120', + usps_city: 'Enon Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2245.0, + density: 26.2, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "91.11", "42007": "8.89"}', + coty_name: ['Lawrence', 'Beaver'], + cty_code: ['42073', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.47295, lat: 40.89169 }, + }, + { + zip_code: '16121', + usps_city: 'Farrell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4668.0, + density: 797.7, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49725, lat: 41.21121 }, + }, + { + zip_code: '16125', + usps_city: 'Greenville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16974.0, + density: 59.9, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "99.41", "42039": "0.59"}', + coty_name: ['Mercer', 'Crawford'], + cty_code: ['42085', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37338, lat: 41.40597 }, + }, + { + zip_code: '16161', + usps_city: 'Wheatland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 264.9, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49587, lat: 41.19701 }, + }, + { + zip_code: '16214', + usps_city: 'Clarion', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10114.0, + density: 79.4, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35754, lat: 41.20315 }, + }, + { + zip_code: '16262', + usps_city: 'Worthington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2888.0, + density: 31.9, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65217, lat: 40.83904 }, + }, + { + zip_code: '16332', + usps_city: 'Lickingville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 7.9, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.368, lat: 41.35695 }, + }, + { + zip_code: '16354', + usps_city: 'Titusville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10539.0, + density: 32.8, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "73.2", "42121": "24.62", "42123": "2.19"}', + coty_name: ['Crawford', 'Venango', 'Warren'], + cty_code: ['42039', '42121', '42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70641, lat: 41.6137 }, + }, + { + zip_code: '16427', + usps_city: 'Mill Village', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 262.1, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96793, lat: 41.87732 }, + }, + { + zip_code: '16509', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26863.0, + density: 271.9, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04254, lat: 42.05876 }, + }, + { + zip_code: '16622', + usps_city: 'Calvin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 9.6, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.06643, lat: 40.32864 }, + }, + { + zip_code: '16630', + usps_city: 'Cresson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4869.0, + density: 171.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57642, lat: 40.45615 }, + }, + { + zip_code: '16646', + usps_city: 'Hastings', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2271.0, + density: 45.8, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "99.37", "42033": "0.63"}', + coty_name: ['Cambria', 'Clearfield'], + cty_code: ['42021', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71439, lat: 40.6807 }, + }, + { + zip_code: '16651', + usps_city: 'Houtzdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5834.0, + density: 53.1, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38025, lat: 40.84911 }, + }, + { + zip_code: '16746', + usps_city: 'Roulette', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1248.0, + density: 11.6, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13637, lat: 41.79396 }, + }, + { + zip_code: '16947', + usps_city: 'Troy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4699.0, + density: 15.7, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "95.5", "42117": "4.5"}', + coty_name: ['Bradford', 'Tioga'], + cty_code: ['42015', '42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.79508, lat: 41.76854 }, + }, + { + zip_code: '16950', + usps_city: 'Westfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3190.0, + density: 10.7, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "91.27", "42105": "8.73"}', + coty_name: ['Tioga', 'Potter'], + cty_code: ['42117', '42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.53337, lat: 41.90101 }, + }, + { + zip_code: '17025', + usps_city: 'Enola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16651.0, + density: 425.9, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97594, lat: 40.29511 }, + }, + { + zip_code: '17032', + usps_city: 'Halifax', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8123.0, + density: 28.4, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82065, lat: 40.49316 }, + }, + { + zip_code: '17036', + usps_city: 'Hummelstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22390.0, + density: 317.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69875, lat: 40.28545 }, + }, + { + zip_code: '17061', + usps_city: 'Millersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7188.0, + density: 81.2, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91225, lat: 40.56663 }, + }, + { + zip_code: '17247', + usps_city: 'Quincy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 1330.1, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57942, lat: 39.79867 }, + }, + { + zip_code: '17251', + usps_city: 'Roxbury', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 19.2, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.68093, lat: 40.13098 }, + }, + { + zip_code: '17517', + usps_city: 'Denver', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16745.0, + density: 184.8, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.13248, lat: 40.24451 }, + }, + { + zip_code: '17601', + usps_city: 'Lancaster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 52552.0, + density: 609.0, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31453, lat: 40.07357 }, + }, + { + zip_code: '17814', + usps_city: 'Benton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4899.0, + density: 13.7, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: + '{"42037": "75.86", "42079": "15.31", "42113": "7.1", "42081": "1.73"}', + coty_name: ['Columbia', 'Luzerne', 'Sullivan', 'Lycoming'], + cty_code: ['42037', '42079', '42113', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.36933, lat: 41.27606 }, + }, + { + zip_code: '17832', + usps_city: 'Marion Heights', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 803.0, + density: 793.9, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45906, lat: 40.80594 }, + }, + { + zip_code: '17842', + usps_city: 'Middleburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8625.0, + density: 40.2, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04166, lat: 40.80403 }, + }, + { + zip_code: '17850', + usps_city: 'Montandon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 680.0, + density: 806.7, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8575, lat: 40.9658 }, + }, + { + zip_code: '17855', + usps_city: 'New Berlin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 203.9, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97223, lat: 40.88731 }, + }, + { + zip_code: '17930', + usps_city: 'Cumbola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 48.9, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1153, lat: 40.70867 }, + }, + { + zip_code: '18034', + usps_city: 'Center Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9186.0, + density: 312.8, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.41632, lat: 40.54349 }, + }, + { + zip_code: '18070', + usps_city: 'Palm', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 149.3, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "78.76", "42011": "21.24"}', + coty_name: ['Montgomery', 'Berks'], + cty_code: ['42091', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53529, lat: 40.43217 }, + }, + { + zip_code: '18212', + usps_city: 'Ashfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 27.4, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70957, lat: 40.77523 }, + }, + { + zip_code: '18360', + usps_city: 'Stroudsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27468.0, + density: 133.6, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28367, lat: 40.97392 }, + }, + { + zip_code: '18426', + usps_city: 'Greentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4304.0, + density: 28.1, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.23551, lat: 41.31382 }, + }, + { + zip_code: '18466', + usps_city: 'Tobyhanna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17421.0, + density: 187.0, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38564, lat: 41.19551 }, + }, + { + zip_code: '18603', + usps_city: 'Berwick', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19357.0, + density: 144.8, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "79.75", "42079": "20.25"}', + coty_name: ['Columbia', 'Luzerne'], + cty_code: ['42037', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24887, lat: 41.08296 }, + }, + { + zip_code: '18814', + usps_city: 'Burlington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 138.9, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60551, lat: 41.78173 }, + }, + { + zip_code: '18917', + usps_city: 'Dublin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2178.0, + density: 1442.7, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20409, lat: 40.37303 }, + }, + { + zip_code: '18962', + usps_city: 'Silverdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 527.1, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27068, lat: 40.346 }, + }, + { + zip_code: '19022', + usps_city: 'Crum Lynne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3696.0, + density: 1084.5, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33704, lat: 39.86143 }, + }, + { + zip_code: '19146', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 39282.0, + density: 8977.9, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.18353, lat: 39.9394 }, + }, + { + zip_code: '19152', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 36379.0, + density: 4977.1, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04673, lat: 40.0607 }, + }, + { + zip_code: '19422', + usps_city: 'Blue Bell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18852.0, + density: 573.4, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27722, lat: 40.15734 }, + }, + { + zip_code: '19465', + usps_city: 'Pottstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17473.0, + density: 188.4, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67292, lat: 40.19855 }, + }, + { + zip_code: '19522', + usps_city: 'Fleetwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14034.0, + density: 120.5, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81851, lat: 40.44729 }, + }, + { + zip_code: '19536', + usps_city: 'Lyon Station', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 458.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75882, lat: 40.48043 }, + }, + { + zip_code: '19544', + usps_city: 'Mount Aetna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 290.3, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29612, lat: 40.41714 }, + }, + { + zip_code: '19559', + usps_city: 'Strausstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 573.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18254, lat: 40.49444 }, + }, + { + zip_code: '19609', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10476.0, + density: 1630.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9971, lat: 40.32801 }, + }, + { + zip_code: '19709', + usps_city: 'Middletown', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 42480.0, + density: 205.9, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68227, lat: 39.48886 }, + }, + { + zip_code: '20053', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.011, lat: 38.88419 }, + }, + { + zip_code: '20124', + usps_city: 'Clifton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15114.0, + density: 274.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39162, lat: 38.7815 }, + }, + { + zip_code: '20405', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04259, lat: 38.89638 }, + }, + { + zip_code: '20851', + usps_city: 'Rockville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15489.0, + density: 2518.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12182, lat: 39.0784 }, + }, + { + zip_code: '20902', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 52908.0, + density: 2693.7, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0422, lat: 39.04371 }, + }, + { + zip_code: '21030', + usps_city: 'Cockeysville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 24396.0, + density: 396.1, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66767, lat: 39.4919 }, + }, + { + zip_code: '21040', + usps_city: 'Edgewood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 24166.0, + density: 1171.2, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29515, lat: 39.43315 }, + }, + { + zip_code: '21054', + usps_city: 'Gambrills', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11199.0, + density: 242.6, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67326, lat: 39.02176 }, + }, + { + zip_code: '21557', + usps_city: 'Rawlings', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 20.2, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92287, lat: 39.5194 }, + }, + { + zip_code: '21714', + usps_city: 'Braddock Heights', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 2880.7, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50467, lat: 39.41915 }, + }, + { + zip_code: '21766', + usps_city: 'Little Orleans', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 4.9, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39274, lat: 39.66145 }, + }, + { + zip_code: '21841', + usps_city: 'Newark', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1580.0, + density: 19.8, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29533, lat: 38.24732 }, + }, + { + zip_code: '22124', + usps_city: 'Oakton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18530.0, + density: 705.8, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33028, lat: 38.89056 }, + }, + { + zip_code: '22314', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 34378.0, + density: 3489.2, + primary_coty_code: '51510', + primary_coty_name: 'Alexandria', + county_weights: '{"51510": "100"}', + coty_name: ['Alexandria'], + cty_code: ['51510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05683, lat: 38.80723 }, + }, + { + zip_code: '22437', + usps_city: 'Center Cross', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 8.3, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "84.69", "51097": "15.31"}', + coty_name: ['Essex', 'King and Queen'], + cty_code: ['51057', '51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80916, lat: 37.77657 }, + }, + { + zip_code: '22438', + usps_city: 'Champlain', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 3.3, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "100"}', + coty_name: ['Essex'], + cty_code: ['51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99114, lat: 38.03834 }, + }, + { + zip_code: '23022', + usps_city: 'Bremo Bluff', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 13.5, + primary_coty_code: '51065', + primary_coty_name: 'Fluvanna', + county_weights: '{"51065": "100"}', + coty_name: ['Fluvanna'], + cty_code: ['51065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.26418, lat: 37.73417 }, + }, + { + zip_code: '23110', + usps_city: 'Mattaponi', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 6.7, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77014, lat: 37.58216 }, + }, + { + zip_code: '23130', + usps_city: 'Onemo', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 14.5, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2719, lat: 37.39552 }, + }, + { + zip_code: '23149', + usps_city: 'Saluda', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3116.0, + density: 23.8, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "49.97", "51073": "39.31", "51097": "10.72"}', + coty_name: ['Middlesex', 'Gloucester', 'King and Queen'], + cty_code: ['51119', '51073', '51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61577, lat: 37.56856 }, + }, + { + zip_code: '23350', + usps_city: 'Exmore', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3551.0, + density: 49.0, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87275, lat: 37.51869 }, + }, + { + zip_code: '23517', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4543.0, + density: 2197.3, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29241, lat: 36.8696 }, + }, + { + zip_code: '23866', + usps_city: 'Ivor', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1974.0, + density: 8.8, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "78.23", "51093": "21.77"}', + coty_name: ['Southampton', 'Isle of Wight'], + cty_code: ['51175', '51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86692, lat: 36.91864 }, + }, + { + zip_code: '23899', + usps_city: 'Claremont', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 50.9, + primary_coty_code: '51181', + primary_coty_name: 'Surry', + county_weights: '{"51181": "100"}', + coty_name: ['Surry'], + cty_code: ['51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96558, lat: 37.23078 }, + }, + { + zip_code: '24085', + usps_city: 'Eagle Rock', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2139.0, + density: 4.7, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "99.5", "51005": "0.5"}', + coty_name: ['Botetourt', 'Alleghany'], + cty_code: ['51023', '51005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82379, lat: 37.6775 }, + }, + { + zip_code: '24122', + usps_city: 'Montvale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1600.0, + density: 21.5, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69357, lat: 37.42514 }, + }, + { + zip_code: '24280', + usps_city: 'Rosedale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 31.0, + primary_coty_code: '51167', + primary_coty_name: 'Russell', + county_weights: '{"51167": "100"}', + coty_name: ['Russell'], + cty_code: ['51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93742, lat: 36.95609 }, + }, + { + zip_code: '24324', + usps_city: 'Draper', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1853.0, + density: 20.5, + primary_coty_code: '51155', + primary_coty_name: 'Pulaski', + county_weights: '{"51155": "92.25", "51197": "7.75"}', + coty_name: ['Pulaski', 'Wythe'], + cty_code: ['51155', '51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77948, lat: 36.97559 }, + }, + { + zip_code: '24363', + usps_city: 'Mouth Of Wilson', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1290.0, + density: 6.6, + primary_coty_code: '51077', + primary_coty_name: 'Grayson', + county_weights: '{"51077": "100"}', + coty_name: ['Grayson'], + cty_code: ['51077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39861, lat: 36.61363 }, + }, + { + zip_code: '24502', + usps_city: 'Lynchburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 46044.0, + density: 640.4, + primary_coty_code: '51680', + primary_coty_name: 'Lynchburg', + county_weights: '{"51680": "72.7", "51031": "25.29", "51019": "2.01"}', + coty_name: ['Lynchburg', 'Campbell', 'Bedford'], + cty_code: ['51680', '51031', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22058, lat: 37.35805 }, + }, + { + zip_code: '24570', + usps_city: 'Lowry', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.42701, lat: 37.34837 }, + }, + { + zip_code: '24612', + usps_city: 'Doran', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 120.8, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83828, lat: 37.09338 }, + }, + { + zip_code: '24850', + usps_city: 'Jolo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 12.7, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82836, lat: 37.31161 }, + }, + { + zip_code: '24854', + usps_city: 'Kopperston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 16.9, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56742, lat: 37.74786 }, + }, + { + zip_code: '25002', + usps_city: 'Alloy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24177, lat: 38.13577 }, + }, + { + zip_code: '25112', + usps_city: 'Institute', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 881.0, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76715, lat: 38.38026 }, + }, + { + zip_code: '25181', + usps_city: 'Seth', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 920.0, + density: 5.6, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62905, lat: 38.04699 }, + }, + { + zip_code: '25241', + usps_city: 'Evans', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1890.0, + density: 33.2, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "88.6", "54053": "11.4"}', + coty_name: ['Jackson', 'Mason'], + cty_code: ['54035', '54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.807, lat: 38.78392 }, + }, + { + zip_code: '25265', + usps_city: 'New Haven', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1678.0, + density: 385.2, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.956, lat: 38.98673 }, + }, + { + zip_code: '25303', + usps_city: 'South Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6764.0, + density: 741.5, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6859, lat: 38.35988 }, + }, + { + zip_code: '25529', + usps_city: 'Julian', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 944.0, + density: 17.7, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "98.22", "54043": "1.78"}', + coty_name: ['Boone', 'Lincoln'], + cty_code: ['54005', '54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84675, lat: 38.15176 }, + }, + { + zip_code: '25653', + usps_city: 'Wilkinson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 75.7, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99838, lat: 37.82969 }, + }, + { + zip_code: '25678', + usps_city: 'Matewan', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 23.1, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06505, lat: 37.59031 }, + }, + { + zip_code: '25826', + usps_city: 'Corinne', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 345.6, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35807, lat: 37.57678 }, + }, + { + zip_code: '25827', + usps_city: 'Crab Orchard', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1955.0, + density: 118.4, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25356, lat: 37.7385 }, + }, + { + zip_code: '26141', + usps_city: 'Creston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 4.6, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "59.89", "54105": "40.11"}', + coty_name: ['Calhoun', 'Wirt'], + cty_code: ['54013', '54105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25213, lat: 38.92113 }, + }, + { + zip_code: '26149', + usps_city: 'Middlebourne', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1977.0, + density: 10.2, + primary_coty_code: '54095', + primary_coty_name: 'Tyler', + county_weights: '{"54095": "100"}', + coty_name: ['Tyler'], + cty_code: ['54095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89183, lat: 39.46525 }, + }, + { + zip_code: '26330', + usps_city: 'Bridgeport', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14760.0, + density: 78.8, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "86.75", "54091": "12.26", "54001": "0.99"}', + coty_name: ['Harrison', 'Taylor', 'Barbour'], + cty_code: ['54033', '54091', '54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22099, lat: 39.28657 }, + }, + { + zip_code: '26335', + usps_city: 'Burnsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1887.0, + density: 15.3, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "83.6", "54021": "16.4"}', + coty_name: ['Braxton', 'Gilmer'], + cty_code: ['54007', '54021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67304, lat: 38.84969 }, + }, + { + zip_code: '26342', + usps_city: 'Coxs Mills', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 1.6, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "100"}', + coty_name: ['Gilmer'], + cty_code: ['54021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84975, lat: 39.03006 }, + }, + { + zip_code: '26411', + usps_city: 'New Milton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 4.9, + primary_coty_code: '54017', + primary_coty_name: 'Doddridge', + county_weights: '{"54017": "100"}', + coty_name: ['Doddridge'], + cty_code: ['54017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70412, lat: 39.1741 }, + }, + { + zip_code: '26615', + usps_city: 'Copen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 1.2, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72414, lat: 38.82238 }, + }, + { + zip_code: '26705', + usps_city: 'Aurora', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 4.2, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57635, lat: 39.31813 }, + }, + { + zip_code: '26714', + usps_city: 'Delray', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 8.5, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63638, lat: 39.18418 }, + }, + { + zip_code: '26757', + usps_city: 'Romney', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6655.0, + density: 18.4, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74649, lat: 39.31566 }, + }, + { + zip_code: '26852', + usps_city: 'Purgitsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 6.7, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "72.84", "54031": "27.16"}', + coty_name: ['Hampshire', 'Hardy'], + cty_code: ['54027', '54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90077, lat: 39.24798 }, + }, + { + zip_code: '26866', + usps_city: 'Upper Tract', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 3.4, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.23698, lat: 38.79398 }, + }, + { + zip_code: '27043', + usps_city: 'Pinnacle', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6917.0, + density: 37.3, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "57.28", "37171": "42.55", "37067": "0.17"}', + coty_name: ['Stokes', 'Surry', 'Forsyth'], + cty_code: ['37169', '37171', '37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45027, lat: 36.33748 }, + }, + { + zip_code: '27203', + usps_city: 'Asheboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20983.0, + density: 370.3, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "100"}', + coty_name: ['Randolph'], + cty_code: ['37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7893, lat: 35.73221 }, + }, + { + zip_code: '27311', + usps_city: 'Pelham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3521.0, + density: 29.4, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "84.3", "37157": "15.7"}', + coty_name: ['Caswell', 'Rockingham'], + cty_code: ['37033', '37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47459, lat: 36.48314 }, + }, + { + zip_code: '27344', + usps_city: 'Siler City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19116.0, + density: 44.5, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "98.4", "37151": "1.6"}', + coty_name: ['Chatham', 'Randolph'], + cty_code: ['37037', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43188, lat: 35.72929 }, + }, + { + zip_code: '27409', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17223.0, + density: 342.1, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94467, lat: 36.09381 }, + }, + { + zip_code: '27455', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28791.0, + density: 374.5, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80763, lat: 36.18377 }, + }, + { + zip_code: '27513', + usps_city: 'Cary', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 45542.0, + density: 1112.5, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80271, lat: 35.80222 }, + }, + { + zip_code: '27514', + usps_city: 'Chapel Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 33208.0, + density: 659.5, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "100"}', + coty_name: ['Orange'], + cty_code: ['37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04442, lat: 35.96717 }, + }, + { + zip_code: '27560', + usps_city: 'Morrisville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35800.0, + density: 472.7, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "88.14", "37063": "11.86"}', + coty_name: ['Wake', 'Durham'], + cty_code: ['37183', '37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8271, lat: 35.85922 }, + }, + { + zip_code: '27808', + usps_city: 'Bath', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2066.0, + density: 19.0, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76314, lat: 35.47122 }, + }, + { + zip_code: '27813', + usps_city: 'Black Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 275.6, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "100"}', + coty_name: ['Wilson'], + cty_code: ['37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93603, lat: 35.63089 }, + }, + { + zip_code: '27825', + usps_city: 'Everetts', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 37.9, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "100"}', + coty_name: ['Martin'], + cty_code: ['37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17446, lat: 35.83281 }, + }, + { + zip_code: '27830', + usps_city: 'Fremont', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4547.0, + density: 29.0, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "93.96", "37195": "6.04"}', + coty_name: ['Wayne', 'Wilson'], + cty_code: ['37191', '37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.95795, lat: 35.55528 }, + }, + { + zip_code: '27840', + usps_city: 'Hamilton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 10.0, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "100"}', + coty_name: ['Martin'], + cty_code: ['37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22221, lat: 35.95925 }, + }, + { + zip_code: '27843', + usps_city: 'Hobgood', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1053.0, + density: 6.8, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "61.88", "37065": "20.83", "37117": "17.29"}', + coty_name: ['Halifax', 'Edgecombe', 'Martin'], + cty_code: ['37083', '37065', '37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39833, lat: 36.0005 }, + }, + { + zip_code: '27865', + usps_city: 'Pinetown', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1963.0, + density: 8.7, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81676, lat: 35.59315 }, + }, + { + zip_code: '27871', + usps_city: 'Robersonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4293.0, + density: 17.2, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "87.08", "37147": "12.62", "37013": "0.3"}', + coty_name: ['Martin', 'Pitt', 'Beaufort'], + cty_code: ['37117', '37147', '37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.26213, lat: 35.8111 }, + }, + { + zip_code: '27882', + usps_city: 'Spring Hope', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7972.0, + density: 31.1, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "86.81", "37069": "13.19"}', + coty_name: ['Nash', 'Franklin'], + cty_code: ['37127', '37069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11629, lat: 35.94071 }, + }, + { + zip_code: '28092', + usps_city: 'Lincolnton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40517.0, + density: 127.8, + primary_coty_code: '37109', + primary_coty_name: 'Lincoln', + county_weights: '{"37109": "93.7", "37071": "5.31", "37035": "0.99"}', + coty_name: ['Lincoln', 'Gaston', 'Catawba'], + cty_code: ['37109', '37071', '37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25452, lat: 35.48577 }, + }, + { + zip_code: '28202', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13498.0, + density: 2889.2, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84458, lat: 35.22778 }, + }, + { + zip_code: '28244', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "0"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8431, lat: 35.2246 }, + }, + { + zip_code: '28282', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "0"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84528, lat: 35.22481 }, + }, + { + zip_code: '28342', + usps_city: 'Falcon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 67.1, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64973, lat: 35.19194 }, + }, + { + zip_code: '28352', + usps_city: 'Laurinburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25575.0, + density: 79.3, + primary_coty_code: '37165', + primary_coty_name: 'Scotland', + county_weights: '{"37165": "100"}', + coty_name: ['Scotland'], + cty_code: ['37165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.45084, lat: 34.76732 }, + }, + { + zip_code: '28395', + usps_city: 'Wade', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2046.0, + density: 16.5, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.73982, lat: 35.13842 }, + }, + { + zip_code: '28432', + usps_city: 'Clarendon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1407.0, + density: 15.4, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.76396, lat: 34.17623 }, + }, + { + zip_code: '28441', + usps_city: 'Garland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3396.0, + density: 10.3, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "66.85", "37017": "33.15"}', + coty_name: ['Sampson', 'Bladen'], + cty_code: ['37163', '37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4309, lat: 34.78969 }, + }, + { + zip_code: '28442', + usps_city: 'Hallsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1432.0, + density: 9.7, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.60226, lat: 34.28908 }, + }, + { + zip_code: '28501', + usps_city: 'Kinston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17772.0, + density: 64.6, + primary_coty_code: '37107', + primary_coty_name: 'Lenoir', + county_weights: '{"37107": "96.84", "37103": "3.16"}', + coty_name: ['Lenoir', 'Jones'], + cty_code: ['37107', '37103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5219, lat: 35.24439 }, + }, + { + zip_code: '28523', + usps_city: 'Cove City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2196.0, + density: 15.1, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "100"}', + coty_name: ['Craven'], + cty_code: ['37049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.29174, lat: 35.20867 }, + }, + { + zip_code: '28644', + usps_city: 'Laurel Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1147.0, + density: 6.5, + primary_coty_code: '37005', + primary_coty_name: 'Alleghany', + county_weights: '{"37005": "52.54", "37009": "47.26", "37193": "0.2"}', + coty_name: ['Alleghany', 'Ashe', 'Wilkes'], + cty_code: ['37005', '37009', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.26683, lat: 36.4313 }, + }, + { + zip_code: '28708', + usps_city: 'Balsam Grove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 2.5, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "100"}', + coty_name: ['Transylvania'], + cty_code: ['37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86267, lat: 35.2714 }, + }, + { + zip_code: '28729', + usps_city: 'Etowah', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3114.0, + density: 274.7, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "100"}', + coty_name: ['Henderson'], + cty_code: ['37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60234, lat: 35.32007 }, + }, + { + zip_code: '28766', + usps_city: 'Penrose', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1331.0, + density: 88.2, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "93.34", "37089": "6.66"}', + coty_name: ['Transylvania', 'Henderson'], + cty_code: ['37175', '37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61987, lat: 35.25102 }, + }, + { + zip_code: '29178', + usps_city: 'Whitmire', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3214.0, + density: 8.5, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "81.23", "45087": "16.11", "45059": "2.67"}', + coty_name: ['Newberry', 'Union', 'Laurens'], + cty_code: ['45071', '45087', '45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6022, lat: 34.49038 }, + }, + { + zip_code: '29338', + usps_city: 'Fingerville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 110.6, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.00154, lat: 35.13552 }, + }, + { + zip_code: '29349', + usps_city: 'Inman', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32451.0, + density: 160.8, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06702, lat: 35.07022 }, + }, + { + zip_code: '29575', + usps_city: 'Myrtle Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18928.0, + density: 724.8, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97347, lat: 33.62852 }, + }, + { + zip_code: '29584', + usps_city: 'Patrick', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2254.0, + density: 8.0, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06092, lat: 34.58153 }, + }, + { + zip_code: '29742', + usps_city: 'Sharon', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2502.0, + density: 11.9, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "90.69", "45023": "9.31"}', + coty_name: ['York', 'Chester'], + cty_code: ['45091', '45023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38167, lat: 34.86973 }, + }, + { + zip_code: '29745', + usps_city: 'York', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 31142.0, + density: 89.0, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.216, lat: 34.99484 }, + }, + { + zip_code: '29801', + usps_city: 'Aiken', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27764.0, + density: 122.4, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69697, lat: 33.58945 }, + }, + { + zip_code: '29838', + usps_city: 'Modoc', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 4.3, + primary_coty_code: '45037', + primary_coty_name: 'Edgefield', + county_weights: '{"45037": "54.49", "45065": "45.51"}', + coty_name: ['Edgefield', 'McCormick'], + cty_code: ['45037', '45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16331, lat: 33.73749 }, + }, + { + zip_code: '29850', + usps_city: 'Vaucluse', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 31.3, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81272, lat: 33.61271 }, + }, + { + zip_code: '29940', + usps_city: 'Seabrook', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4025.0, + density: 27.6, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70667, lat: 32.55321 }, + }, + { + zip_code: '30011', + usps_city: 'Auburn', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15806.0, + density: 229.3, + primary_coty_code: '13013', + primary_coty_name: 'Barrow', + county_weights: '{"13013": "72.98", "13135": "27.02"}', + coty_name: ['Barrow', 'Gwinnett'], + cty_code: ['13013', '13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.83769, lat: 34.02235 }, + }, + { + zip_code: '30013', + usps_city: 'Conyers', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26555.0, + density: 361.4, + primary_coty_code: '13247', + primary_coty_name: 'Rockdale', + county_weights: '{"13247": "94.72", "13217": "5.28"}', + coty_name: ['Rockdale', 'Newton'], + cty_code: ['13247', '13217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97193, lat: 33.64422 }, + }, + { + zip_code: '30152', + usps_city: 'Kennesaw', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43030.0, + density: 788.8, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.65074, lat: 33.99506 }, + }, + { + zip_code: '30184', + usps_city: 'White', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6504.0, + density: 37.2, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "85.83", "13057": "14.17"}', + coty_name: ['Bartow', 'Cherokee'], + cty_code: ['13015', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.72398, lat: 34.25787 }, + }, + { + zip_code: '30240', + usps_city: 'Lagrange', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 29320.0, + density: 81.1, + primary_coty_code: '13285', + primary_coty_name: 'Troup', + county_weights: '{"13285": "100"}', + coty_name: ['Troup'], + cty_code: ['13285'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.12367, lat: 33.03627 }, + }, + { + zip_code: '30289', + usps_city: 'Turin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 92.9, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "100"}', + coty_name: ['Coweta'], + cty_code: ['13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63696, lat: 33.3253 }, + }, + { + zip_code: '30312', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24782.0, + density: 2853.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3751, lat: 33.74482 }, + }, + { + zip_code: '30349', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 74590.0, + density: 626.6, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "73", "13063": "27"}', + coty_name: ['Fulton', 'Clayton'], + cty_code: ['13121', '13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52591, lat: 33.62356 }, + }, + { + zip_code: '31050', + usps_city: 'Knoxville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 14.8, + primary_coty_code: '13079', + primary_coty_name: 'Crawford', + county_weights: '{"13079": "100"}', + coty_name: ['Crawford'], + cty_code: ['13079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94247, lat: 32.73728 }, + }, + { + zip_code: '31089', + usps_city: 'Tennille', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4427.0, + density: 11.1, + primary_coty_code: '13303', + primary_coty_name: 'Washington', + county_weights: '{"13303": "97.17", "13167": "2.83"}', + coty_name: ['Washington', 'Johnson'], + cty_code: ['13303', '13167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86376, lat: 32.85289 }, + }, + { + zip_code: '31303', + usps_city: 'Clyo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2682.0, + density: 12.7, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "100"}', + coty_name: ['Effingham'], + cty_code: ['13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30964, lat: 32.49982 }, + }, + { + zip_code: '31406', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35227.0, + density: 524.5, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08487, lat: 31.97795 }, + }, + { + zip_code: '31407', + usps_city: 'Port Wentworth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13879.0, + density: 186.5, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19257, lat: 32.1857 }, + }, + { + zip_code: '31503', + usps_city: 'Waycross', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20344.0, + density: 23.7, + primary_coty_code: '13299', + primary_coty_name: 'Ware', + county_weights: '{"13299": "88.32", "13025": "11.68"}', + coty_name: ['Ware', 'Brantley'], + cty_code: ['13299', '13025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41346, lat: 31.19789 }, + }, + { + zip_code: '31525', + usps_city: 'Brunswick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 30257.0, + density: 119.0, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "100"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52381, lat: 31.31155 }, + }, + { + zip_code: '31554', + usps_city: 'Nicholls', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8293.0, + density: 15.3, + primary_coty_code: '13069', + primary_coty_name: 'Coffee', + county_weights: '{"13069": "78.8", "13005": "15.79", "13299": "5.41"}', + coty_name: ['Coffee', 'Bacon', 'Ware'], + cty_code: ['13069', '13005', '13299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6239, lat: 31.48873 }, + }, + { + zip_code: '31743', + usps_city: 'De Soto', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 2.4, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "90.95", "13177": "9.05"}', + coty_name: ['Sumter', 'Lee'], + cty_code: ['13261', '13177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.00625, lat: 31.90926 }, + }, + { + zip_code: '32058', + usps_city: 'Lawtey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4368.0, + density: 23.4, + primary_coty_code: '12007', + primary_coty_name: 'Bradford', + county_weights: '{"12007": "96.15", "12125": "3.19", "12019": "0.66"}', + coty_name: ['Bradford', 'Union', 'Clay'], + cty_code: ['12007', '12125', '12019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10835, lat: 30.08343 }, + }, + { + zip_code: '32244', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 59402.0, + density: 972.7, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75349, lat: 30.21791 }, + }, + { + zip_code: '32431', + usps_city: 'Cottondale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4145.0, + density: 15.1, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "84.93", "12133": "15.07"}', + coty_name: ['Jackson', 'Washington'], + cty_code: ['12063', '12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.41357, lat: 30.78695 }, + }, + { + zip_code: '32447', + usps_city: 'Marianna', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 158.0, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.25156, lat: 30.7599 }, + }, + { + zip_code: '32463', + usps_city: 'Wausau', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 990.9, + primary_coty_code: '12133', + primary_coty_name: 'Washington', + county_weights: '{"12133": "100"}', + coty_name: ['Washington'], + cty_code: ['12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.58994, lat: 30.63135 }, + }, + { + zip_code: '32502', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3331.0, + density: 558.4, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.22306, lat: 30.4094 }, + }, + { + zip_code: '32615', + usps_city: 'Alachua', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13635.0, + density: 38.0, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49209, lat: 29.81652 }, + }, + { + zip_code: '32619', + usps_city: 'Bell', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5639.0, + density: 18.4, + primary_coty_code: '12041', + primary_coty_name: 'Gilchrist', + county_weights: '{"12041": "100"}', + coty_name: ['Gilchrist'], + cty_code: ['12041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86262, lat: 29.76169 }, + }, + { + zip_code: '33020', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45147.0, + density: 2880.0, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1523, lat: 26.01899 }, + }, + { + zip_code: '33033', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 58427.0, + density: 1340.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.41365, lat: 25.48371 }, + }, + { + zip_code: '33184', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21785.0, + density: 3448.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40658, lat: 25.75947 }, + }, + { + zip_code: '33313', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 62842.0, + density: 3772.3, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22638, lat: 26.15043 }, + }, + { + zip_code: '33410', + usps_city: 'Palm Beach Gardens', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35089.0, + density: 1202.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08804, lat: 26.84657 }, + }, + { + zip_code: '33431', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21610.0, + density: 941.6, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10349, lat: 26.38101 }, + }, + { + zip_code: '33433', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40257.0, + density: 1637.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15923, lat: 26.34713 }, + }, + { + zip_code: '33445', + usps_city: 'Delray Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31703.0, + density: 1518.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10623, lat: 26.45469 }, + }, + { + zip_code: '33704', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16982.0, + density: 1903.3, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63295, lat: 27.79665 }, + }, + { + zip_code: '33771', + usps_city: 'Largo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30365.0, + density: 1993.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75799, lat: 27.90666 }, + }, + { + zip_code: '33811', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22293.0, + density: 309.5, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01809, lat: 27.98022 }, + }, + { + zip_code: '33854', + usps_city: 'Lakeshore', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 805.4, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40996, lat: 27.85616 }, + }, + { + zip_code: '33867', + usps_city: 'River Ranch', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 28.9, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19561, lat: 27.77693 }, + }, + { + zip_code: '33956', + usps_city: 'Saint James City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3489.0, + density: 82.5, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09612, lat: 26.54736 }, + }, + { + zip_code: '33960', + usps_city: 'Venus', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 1.2, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "96.84", "12043": "3.16"}', + coty_name: ['Highlands', 'Glades'], + cty_code: ['12055', '12043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42351, lat: 27.03757 }, + }, + { + zip_code: '34137', + usps_city: 'Copeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 25.5, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38067, lat: 25.94097 }, + }, + { + zip_code: '34228', + usps_city: 'Longboat Key', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7283.0, + density: 689.5, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "65.19", "12081": "34.81"}', + coty_name: ['Sarasota', 'Manatee'], + cty_code: ['12115', '12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64255, lat: 27.39998 }, + }, + { + zip_code: '34432', + usps_city: 'Dunnellon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12673.0, + density: 45.2, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36341, lat: 29.06879 }, + }, + { + zip_code: '34448', + usps_city: 'Homosassa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10394.0, + density: 55.1, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61286, lat: 28.77006 }, + }, + { + zip_code: '34450', + usps_city: 'Inverness', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10692.0, + density: 160.1, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27172, lat: 28.83558 }, + }, + { + zip_code: '34482', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24352.0, + density: 103.3, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27279, lat: 29.25027 }, + }, + { + zip_code: '35034', + usps_city: 'Brent', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6416.0, + density: 23.1, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "98.99", "01105": "1.01"}', + coty_name: ['Bibb', 'Perry'], + cty_code: ['01007', '01105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26984, lat: 32.91192 }, + }, + { + zip_code: '35071', + usps_city: 'Gardendale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16052.0, + density: 108.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.84365, lat: 33.70487 }, + }, + { + zip_code: '35244', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 31941.0, + density: 567.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "56.92", "01117": "43.08"}', + coty_name: ['Jefferson', 'Shelby'], + cty_code: ['01073', '01117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.82548, lat: 33.35372 }, + }, + { + zip_code: '35401', + usps_city: 'Tuscaloosa', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 37705.0, + density: 307.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61357, lat: 33.16878 }, + }, + { + zip_code: '35443', + usps_city: 'Boligee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1777.0, + density: 3.6, + primary_coty_code: '1063', + primary_coty_name: 'Greene', + county_weights: '{"01063": "100"}', + coty_name: ['Greene'], + cty_code: ['1063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01124, lat: 32.75293 }, + }, + { + zip_code: '35650', + usps_city: 'Moulton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13668.0, + density: 24.9, + primary_coty_code: '1079', + primary_coty_name: 'Lawrence', + county_weights: '{"01079": "100"}', + coty_name: ['Lawrence'], + cty_code: ['1079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.3024, lat: 34.45074 }, + }, + { + zip_code: '35673', + usps_city: 'Trinity', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7460.0, + density: 65.7, + primary_coty_code: '1079', + primary_coty_name: 'Lawrence', + county_weights: '{"01079": "68.58", "01103": "31.42"}', + coty_name: ['Lawrence', 'Morgan'], + cty_code: ['01079', '01103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.13628, lat: 34.58094 }, + }, + { + zip_code: '35674', + usps_city: 'Tuscumbia', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19144.0, + density: 38.9, + primary_coty_code: '1033', + primary_coty_name: 'Colbert', + county_weights: '{"01033": "100"}', + coty_name: ['Colbert'], + cty_code: ['1033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78281, lat: 34.65761 }, + }, + { + zip_code: '35774', + usps_city: 'Trenton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 5.4, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.22948, lat: 34.76323 }, + }, + { + zip_code: '36039', + usps_city: 'Hardaway', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 2.4, + primary_coty_code: '1087', + primary_coty_name: 'Macon', + county_weights: '{"01087": "100"}', + coty_name: ['Macon'], + cty_code: ['1087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.83493, lat: 32.28151 }, + }, + { + zip_code: '36052', + usps_city: 'Mathews', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 2.4, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "97.7", "01011": "2.3"}', + coty_name: ['Montgomery', 'Bullock'], + cty_code: ['01101', '01011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.04647, lat: 32.18685 }, + }, + { + zip_code: '36206', + usps_city: 'Anniston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11648.0, + density: 281.5, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.81427, lat: 33.73409 }, + }, + { + zip_code: '36511', + usps_city: 'Bon Secour', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 18.3, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74306, lat: 30.31279 }, + }, + { + zip_code: '36513', + usps_city: 'Calvert', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 17.9, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "85.95", "01097": "14.05"}', + coty_name: ['Washington', 'Mobile'], + cty_code: ['01129', '01097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00338, lat: 31.1718 }, + }, + { + zip_code: '36542', + usps_city: 'Gulf Shores', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14045.0, + density: 103.2, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73713, lat: 30.27726 }, + }, + { + zip_code: '36576', + usps_city: 'Silverhill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4198.0, + density: 83.4, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76646, lat: 30.52641 }, + }, + { + zip_code: '36619', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15507.0, + density: 348.8, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19792, lat: 30.59647 }, + }, + { + zip_code: '36732', + usps_city: 'Demopolis', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7706.0, + density: 23.2, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "100"}', + coty_name: ['Marengo'], + cty_code: ['1091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.9152, lat: 32.42337 }, + }, + { + zip_code: '36853', + usps_city: 'Dadeville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7943.0, + density: 16.9, + primary_coty_code: '1123', + primary_coty_name: 'Tallapoosa', + county_weights: '{"01123": "100"}', + coty_name: ['Tallapoosa'], + cty_code: ['1123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.76792, lat: 32.80723 }, + }, + { + zip_code: '36866', + usps_city: 'Notasulga', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3581.0, + density: 15.5, + primary_coty_code: '1087', + primary_coty_name: 'Macon', + county_weights: '{"01087": "72.31", "01123": "22.43", "01081": "5.26"}', + coty_name: ['Macon', 'Tallapoosa', 'Lee'], + cty_code: ['01087', '01123', '01081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.71545, lat: 32.55437 }, + }, + { + zip_code: '37047', + usps_city: 'Cornersville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2100.0, + density: 13.3, + primary_coty_code: '47117', + primary_coty_name: 'Marshall', + county_weights: '{"47117": "87.12", "47055": "11.9", "47103": "0.98"}', + coty_name: ['Marshall', 'Giles', 'Lincoln'], + cty_code: ['47117', '47055', '47103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.8358, lat: 35.31732 }, + }, + { + zip_code: '37171', + usps_city: 'Southside', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 14.5, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29988, lat: 36.36655 }, + }, + { + zip_code: '37187', + usps_city: 'White Bluff', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7349.0, + density: 39.4, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "95.9", "47021": "4.1"}', + coty_name: ['Dickson', 'Cheatham'], + cty_code: ['47043', '47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.19956, lat: 36.14706 }, + }, + { + zip_code: '37219', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 2097.2, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78319, lat: 36.16697 }, + }, + { + zip_code: '37656', + usps_city: 'Fall Branch', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3680.0, + density: 46.0, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "69.76", "47059": "22.25", "47163": "8"}', + coty_name: ['Washington', 'Greene', 'Sullivan'], + cty_code: ['47179', '47059', '47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62985, lat: 36.39878 }, + }, + { + zip_code: '37659', + usps_city: 'Jonesborough', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 28075.0, + density: 84.2, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "99.76", "47163": "0.24"}', + coty_name: ['Washington', 'Sullivan'], + cty_code: ['47179', '47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4939, lat: 36.28012 }, + }, + { + zip_code: '37724', + usps_city: 'Cumberland Gap', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2609.0, + density: 44.4, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "100"}', + coty_name: ['Claiborne'], + cty_code: ['47025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70098, lat: 36.54689 }, + }, + { + zip_code: '37725', + usps_city: 'Dandridge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17944.0, + density: 72.4, + primary_coty_code: '47089', + primary_coty_name: 'Jefferson', + county_weights: '{"47089": "98.79", "47155": "1.21"}', + coty_name: ['Jefferson', 'Sevier'], + cty_code: ['47089', '47155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.39826, lat: 35.99875 }, + }, + { + zip_code: '37755', + usps_city: 'Helenwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3188.0, + density: 27.8, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "100"}', + coty_name: ['Scott'], + cty_code: ['47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52727, lat: 36.41295 }, + }, + { + zip_code: '37809', + usps_city: 'Midway', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2813.0, + density: 32.9, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "100"}', + coty_name: ['Greene'], + cty_code: ['47059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03483, lat: 36.15417 }, + }, + { + zip_code: '37820', + usps_city: 'New Market', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8354.0, + density: 49.4, + primary_coty_code: '47089', + primary_coty_name: 'Jefferson', + county_weights: '{"47089": "100"}', + coty_name: ['Jefferson'], + cty_code: ['47089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56636, lat: 36.08527 }, + }, + { + zip_code: '37886', + usps_city: 'Walland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4880.0, + density: 42.9, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80472, lat: 35.74557 }, + }, + { + zip_code: '38018', + usps_city: 'Cordova', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 36289.0, + density: 758.7, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76591, lat: 35.13812 }, + }, + { + zip_code: '38019', + usps_city: 'Covington', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 16298.0, + density: 45.6, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "100"}', + coty_name: ['Tipton'], + cty_code: ['47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63019, lat: 35.56347 }, + }, + { + zip_code: '38122', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24419.0, + density: 1250.0, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92128, lat: 35.15893 }, + }, + { + zip_code: '38128', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 45023.0, + density: 735.5, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92618, lat: 35.22611 }, + }, + { + zip_code: '38138', + usps_city: 'Germantown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 25228.0, + density: 821.2, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.79929, lat: 35.08482 }, + }, + { + zip_code: '38258', + usps_city: 'Trezevant', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1441.0, + density: 20.4, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.61744, lat: 36.02598 }, + }, + { + zip_code: '38330', + usps_city: 'Dyer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4632.0, + density: 25.7, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "100"}', + coty_name: ['Gibson'], + cty_code: ['47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03658, lat: 36.06702 }, + }, + { + zip_code: '38358', + usps_city: 'Milan', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12077.0, + density: 56.5, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "100"}', + coty_name: ['Gibson'], + cty_code: ['47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75932, lat: 35.91668 }, + }, + { + zip_code: '38368', + usps_city: 'Reagan', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1901.0, + density: 13.6, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "76.22", "47023": "23.78"}', + coty_name: ['Henderson', 'Chester'], + cty_code: ['47077', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35342, lat: 35.50485 }, + }, + { + zip_code: '38455', + usps_city: 'Elkton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 129.6, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "100"}', + coty_name: ['Giles'], + cty_code: ['47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.88709, lat: 35.04888 }, + }, + { + zip_code: '38501', + usps_city: 'Cookeville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39082.0, + density: 169.3, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: '{"47141": "93", "47087": "6.92", "47133": "0.08"}', + coty_name: ['Putnam', 'Jackson', 'Overton'], + cty_code: ['47141', '47087', '47133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.53847, lat: 36.2282 }, + }, + { + zip_code: '38555', + usps_city: 'Crossville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 19661.0, + density: 78.3, + primary_coty_code: '47035', + primary_coty_name: 'Cumberland', + county_weights: '{"47035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['47035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.98069, lat: 35.88935 }, + }, + { + zip_code: '38559', + usps_city: 'Doyle', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 24.9, + primary_coty_code: '47185', + primary_coty_name: 'White', + county_weights: '{"47185": "79.03", "47175": "20.97"}', + coty_name: ['White', 'Van Buren'], + cty_code: ['47185', '47175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.50623, lat: 35.80753 }, + }, + { + zip_code: '38568', + usps_city: 'Hilham', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1807.0, + density: 9.5, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "65.29", "47027": "20.11", "47087": "14.6"}', + coty_name: ['Overton', 'Clay', 'Jackson'], + cty_code: ['47133', '47027', '47087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.46822, lat: 36.43131 }, + }, + { + zip_code: '38569', + usps_city: 'Lancaster', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 1.7, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "69.42", "47041": "30.58"}', + coty_name: ['Smith', 'DeKalb'], + cty_code: ['47159', '47041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.85544, lat: 36.09835 }, + }, + { + zip_code: '38760', + usps_city: 'Metcalfe', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 49.1, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "100"}', + coty_name: ['Washington'], + cty_code: ['28151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98927, lat: 33.45804 }, + }, + { + zip_code: '38855', + usps_city: 'Mantachie', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4248.0, + density: 27.4, + primary_coty_code: '28057', + primary_coty_name: 'Itawamba', + county_weights: '{"28057": "100"}', + coty_name: ['Itawamba'], + cty_code: ['28057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48542, lat: 34.3267 }, + }, + { + zip_code: '39067', + usps_city: 'Ethel', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1355.0, + density: 5.0, + primary_coty_code: '28007', + primary_coty_name: 'Attala', + county_weights: '{"28007": "100"}', + coty_name: ['Attala'], + cty_code: ['28007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.4467, lat: 33.11031 }, + }, + { + zip_code: '39096', + usps_city: 'Lorman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2453.0, + density: 4.8, + primary_coty_code: '28021', + primary_coty_name: 'Claiborne', + county_weights: '{"28021": "56.03", "28063": "43.97"}', + coty_name: ['Claiborne', 'Jefferson'], + cty_code: ['28021', '28063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11572, lat: 31.82548 }, + }, + { + zip_code: '39110', + usps_city: 'Madison', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 42551.0, + density: 220.2, + primary_coty_code: '28089', + primary_coty_name: 'Madison', + county_weights: '{"28089": "100"}', + coty_name: ['Madison'], + cty_code: ['28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14022, lat: 32.50599 }, + }, + { + zip_code: '39203', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6561.0, + density: 1116.1, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20038, lat: 32.30881 }, + }, + { + zip_code: '39428', + usps_city: 'Collins', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9900.0, + density: 21.1, + primary_coty_code: '28031', + primary_coty_name: 'Covington', + county_weights: '{"28031": "100"}', + coty_name: ['Covington'], + cty_code: ['28031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57337, lat: 31.65047 }, + }, + { + zip_code: '39534', + usps_city: 'Biloxi', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2624.0, + density: 627.8, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92114, lat: 30.40672 }, + }, + { + zip_code: '39633', + usps_city: 'Crosby', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 3.5, + primary_coty_code: '28157', + primary_coty_name: 'Wilkinson', + county_weights: '{"28157": "77.15", "28005": "22.85"}', + coty_name: ['Wilkinson', 'Amite'], + cty_code: ['28157', '28005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.18493, lat: 31.291 }, + }, + { + zip_code: '39766', + usps_city: 'Steens', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3430.0, + density: 40.5, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "100"}', + coty_name: ['Lowndes'], + cty_code: ['28087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31312, lat: 33.58953 }, + }, + { + zip_code: '40023', + usps_city: 'Fisherville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5372.0, + density: 91.8, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "50", "21215": "49.76", "21211": "0.24"}', + coty_name: ['Jefferson', 'Spencer', 'Shelby'], + cty_code: ['21111', '21215', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.42801, lat: 38.16495 }, + }, + { + zip_code: '40036', + usps_city: 'Lockport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 4.1, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "100"}', + coty_name: ['Henry'], + cty_code: ['21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.97762, lat: 38.44432 }, + }, + { + zip_code: '40068', + usps_city: 'Smithfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2293.0, + density: 20.3, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "86.95", "21185": "7.18", "21211": "5.87"}', + coty_name: ['Henry', 'Oldham', 'Shelby'], + cty_code: ['21103', '21185', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.27028, lat: 38.39466 }, + }, + { + zip_code: '40119', + usps_city: 'Falls Of Rough', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2073.0, + density: 8.3, + primary_coty_code: '21085', + primary_coty_name: 'Grayson', + county_weights: '{"21085": "60.38", "21027": "36.78", "21183": "2.84"}', + coty_name: ['Grayson', 'Breckinridge', 'Ohio'], + cty_code: ['21085', '21027', '21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.54857, lat: 37.60334 }, + }, + { + zip_code: '40216', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 42029.0, + density: 1122.5, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.83979, lat: 38.18765 }, + }, + { + zip_code: '40402', + usps_city: 'Annville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2366.0, + density: 19.3, + primary_coty_code: '21109', + primary_coty_name: 'Jackson', + county_weights: '{"21109": "100"}', + coty_name: ['Jackson'], + cty_code: ['21109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97341, lat: 37.29612 }, + }, + { + zip_code: '40506', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2329.0, + density: 10304.1, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50319, lat: 38.02821 }, + }, + { + zip_code: '40740', + usps_city: 'Lily', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3139.0, + density: 74.5, + primary_coty_code: '21125', + primary_coty_name: 'Laurel', + county_weights: '{"21125": "100"}', + coty_name: ['Laurel'], + cty_code: ['21125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03398, lat: 37.01776 }, + }, + { + zip_code: '40769', + usps_city: 'Williamsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 18259.0, + density: 24.0, + primary_coty_code: '21235', + primary_coty_name: 'Whitley', + county_weights: '{"21235": "98.56", "21147": "1.44"}', + coty_name: ['Whitley', 'McCreary'], + cty_code: ['21235', '21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17017, lat: 36.71208 }, + }, + { + zip_code: '41004', + usps_city: 'Brooksville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3948.0, + density: 13.3, + primary_coty_code: '21023', + primary_coty_name: 'Bracken', + county_weights: '{"21023": "97.38", "21201": "2.52", "21191": "0.1"}', + coty_name: ['Bracken', 'Robertson', 'Pendleton'], + cty_code: ['21023', '21201', '21191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.10655, lat: 38.65388 }, + }, + { + zip_code: '41015', + usps_city: 'Latonia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20209.0, + density: 306.5, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4844, lat: 38.97811 }, + }, + { + zip_code: '41033', + usps_city: 'De Mossville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1834.0, + density: 16.8, + primary_coty_code: '21191', + primary_coty_name: 'Pendleton', + county_weights: '{"21191": "86.99", "21117": "13.01"}', + coty_name: ['Pendleton', 'Kenton'], + cty_code: ['21191', '21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45744, lat: 38.76406 }, + }, + { + zip_code: '41083', + usps_city: 'Sanders', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1449.0, + density: 16.3, + primary_coty_code: '21041', + primary_coty_name: 'Carroll', + county_weights: '{"21041": "55.81", "21077": "36.73", "21187": "7.47"}', + coty_name: ['Carroll', 'Gallatin', 'Owen'], + cty_code: ['21041', '21077', '21187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98308, lat: 38.67037 }, + }, + { + zip_code: '41092', + usps_city: 'Verona', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3933.0, + density: 39.7, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "60.39", "21077": "39.61"}', + coty_name: ['Boone', 'Gallatin'], + cty_code: ['21015', '21077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.70069, lat: 38.81847 }, + }, + { + zip_code: '41255', + usps_city: 'Sitka', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 26.4, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.83308, lat: 37.91239 }, + }, + { + zip_code: '41314', + usps_city: 'Booneville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4827.0, + density: 8.3, + primary_coty_code: '21189', + primary_coty_name: 'Owsley', + county_weights: '{"21189": "87.34", "21025": "12.66"}', + coty_name: ['Owsley', 'Breathitt'], + cty_code: ['21189', '21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6404, lat: 37.42586 }, + }, + { + zip_code: '41348', + usps_city: 'Lost Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 10.1, + primary_coty_code: '21025', + primary_coty_name: 'Breathitt', + county_weights: '{"21025": "100"}', + coty_name: ['Breathitt'], + cty_code: ['21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3081, lat: 37.42372 }, + }, + { + zip_code: '41408', + usps_city: 'Cannel City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 28.0, + primary_coty_code: '21175', + primary_coty_name: 'Morgan', + county_weights: '{"21175": "100"}', + coty_name: ['Morgan'], + cty_code: ['21175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.27927, lat: 37.7808 }, + }, + { + zip_code: '41421', + usps_city: 'Elkfork', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 13.1, + primary_coty_code: '21175', + primary_coty_name: 'Morgan', + county_weights: '{"21175": "100"}', + coty_name: ['Morgan'], + cty_code: ['21175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.19786, lat: 37.98975 }, + }, + { + zip_code: '41527', + usps_city: 'Forest Hills', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 729.0, + density: 46.9, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28901, lat: 37.63207 }, + }, + { + zip_code: '41562', + usps_city: 'Shelbiana', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2542.0, + density: 36.0, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46364, lat: 37.39869 }, + }, + { + zip_code: '41568', + usps_city: 'Stopover', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 753.0, + density: 10.6, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06563, lat: 37.50222 }, + }, + { + zip_code: '41666', + usps_city: 'Wayland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 38.4, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80732, lat: 37.43933 }, + }, + { + zip_code: '41764', + usps_city: 'Smilax', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 760.0, + density: 15.4, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.25533, lat: 37.12686 }, + }, + { + zip_code: '41825', + usps_city: 'Jackhorn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 638.0, + density: 40.9, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70802, lat: 37.23018 }, + }, + { + zip_code: '41847', + usps_city: 'Redfox', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 14.2, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95737, lat: 37.21149 }, + }, + { + zip_code: '42001', + usps_city: 'Paducah', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 29489.0, + density: 155.3, + primary_coty_code: '21145', + primary_coty_name: 'McCracken', + county_weights: '{"21145": "100"}', + coty_name: ['McCracken'], + cty_code: ['21145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71089, lat: 37.03762 }, + }, + { + zip_code: '42049', + usps_city: 'Hazel', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1665.0, + density: 15.1, + primary_coty_code: '21035', + primary_coty_name: 'Calloway', + county_weights: '{"21035": "99.32", "21083": "0.68"}', + coty_name: ['Calloway', 'Graves'], + cty_code: ['21035', '21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3264, lat: 36.5178 }, + }, + { + zip_code: '42064', + usps_city: 'Marion', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8074.0, + density: 10.4, + primary_coty_code: '21055', + primary_coty_name: 'Crittenden', + county_weights: '{"21055": "99.6", "21033": "0.4"}', + coty_name: ['Crittenden', 'Caldwell'], + cty_code: ['21055', '21033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0939, lat: 37.35404 }, + }, + { + zip_code: '42442', + usps_city: 'Nortonville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3227.0, + density: 20.4, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "97.8", "21047": "2.2"}', + coty_name: ['Hopkins', 'Christian'], + cty_code: ['21107', '21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.49561, lat: 37.16366 }, + }, + { + zip_code: '42455', + usps_city: 'Sebree', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3110.0, + density: 15.7, + primary_coty_code: '21233', + primary_coty_name: 'Webster', + county_weights: '{"21233": "100"}', + coty_name: ['Webster'], + cty_code: ['21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.54166, lat: 37.5871 }, + }, + { + zip_code: '42712', + usps_city: 'Big Clifty', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1737.0, + density: 12.8, + primary_coty_code: '21085', + primary_coty_name: 'Grayson', + county_weights: '{"21085": "69.49", "21093": "30.51"}', + coty_name: ['Grayson', 'Hardin'], + cty_code: ['21085', '21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.15974, lat: 37.56315 }, + }, + { + zip_code: '42749', + usps_city: 'Horse Cave', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5568.0, + density: 23.5, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "91.88", "21169": "5.4", "21009": "2.73"}', + coty_name: ['Hart', 'Metcalfe', 'Barren'], + cty_code: ['21099', '21169', '21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.88021, lat: 37.18954 }, + }, + { + zip_code: '43055', + usps_city: 'Newark', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 62666.0, + density: 214.4, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37652, lat: 40.11783 }, + }, + { + zip_code: '43146', + usps_city: 'Orient', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12683.0, + density: 61.3, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "84.47", "39049": "15.28", "39097": "0.25"}', + coty_name: ['Pickaway', 'Franklin', 'Madison'], + cty_code: ['39129', '39049', '39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14167, lat: 39.77435 }, + }, + { + zip_code: '43149', + usps_city: 'Rockbridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2293.0, + density: 16.2, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "100"}', + coty_name: ['Hocking'], + cty_code: ['39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57212, lat: 39.53834 }, + }, + { + zip_code: '43209', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28541.0, + density: 1766.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93011, lat: 39.9539 }, + }, + { + zip_code: '43220', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27412.0, + density: 1556.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.07127, lat: 40.04789 }, + }, + { + zip_code: '43437', + usps_city: 'Jerry City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 256.3, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.60238, lat: 41.2537 }, + }, + { + zip_code: '43540', + usps_city: 'Metamora', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 28.2, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "100"}', + coty_name: ['Fulton'], + cty_code: ['39051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94129, lat: 41.69563 }, + }, + { + zip_code: '43607', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20854.0, + density: 1118.1, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.60624, lat: 41.64754 }, + }, + { + zip_code: '43610', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4465.0, + density: 1365.9, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56138, lat: 41.67802 }, + }, + { + zip_code: '43619', + usps_city: 'Northwood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7386.0, + density: 252.0, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47218, lat: 41.60449 }, + }, + { + zip_code: '43718', + usps_city: 'Belmont', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2944.0, + density: 21.3, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0009, lat: 40.00942 }, + }, + { + zip_code: '43727', + usps_city: 'Chandlersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 6.5, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79394, lat: 39.86818 }, + }, + { + zip_code: '43759', + usps_city: 'Morristown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 129.9, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07431, lat: 40.06479 }, + }, + { + zip_code: '43901', + usps_city: 'Adena', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1918.0, + density: 23.7, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "74.54", "39067": "15.5", "39013": "9.96"}', + coty_name: ['Jefferson', 'Harrison', 'Belmont'], + cty_code: ['39081', '39067', '39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86213, lat: 40.22385 }, + }, + { + zip_code: '44023', + usps_city: 'Chagrin Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17555.0, + density: 131.1, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29065, lat: 41.38639 }, + }, + { + zip_code: '44048', + usps_city: 'Kingsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2477.0, + density: 31.4, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64558, lat: 41.84626 }, + }, + { + zip_code: '44065', + usps_city: 'Newbury', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4554.0, + density: 80.7, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24302, lat: 41.46337 }, + }, + { + zip_code: '44070', + usps_city: 'North Olmsted', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31744.0, + density: 1050.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.91891, lat: 41.41504 }, + }, + { + zip_code: '44099', + usps_city: 'Windsor', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2558.0, + density: 44.9, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "82.58", "39055": "17.42"}', + coty_name: ['Ashtabula', 'Geauga'], + cty_code: ['39007', '39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.97471, lat: 41.55006 }, + }, + { + zip_code: '44202', + usps_city: 'Aurora', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20455.0, + density: 260.3, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "83.41", "39153": "15.75", "39055": "0.84"}', + coty_name: ['Portage', 'Summit', 'Geauga'], + cty_code: ['39133', '39153', '39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3399, lat: 41.31499 }, + }, + { + zip_code: '44231', + usps_city: 'Garrettsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8922.0, + density: 70.1, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "89.62", "39055": "10.38"}', + coty_name: ['Portage', 'Geauga'], + cty_code: ['39133', '39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07238, lat: 41.30653 }, + }, + { + zip_code: '44234', + usps_city: 'Hiram', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4173.0, + density: 65.1, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "73.66", "39055": "26.34"}', + coty_name: ['Portage', 'Geauga'], + cty_code: ['39133', '39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15758, lat: 41.33498 }, + }, + { + zip_code: '44254', + usps_city: 'Lodi', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5049.0, + density: 74.2, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "100"}', + coty_name: ['Medina'], + cty_code: ['39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01481, lat: 41.04413 }, + }, + { + zip_code: '44286', + usps_city: 'Richfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6126.0, + density: 98.9, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64062, lat: 41.23687 }, + }, + { + zip_code: '44427', + usps_city: 'Kensington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 18.4, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "60.55", "39019": "39.45"}', + coty_name: ['Columbiana', 'Carroll'], + cty_code: ['39029', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95635, lat: 40.71629 }, + }, + { + zip_code: '44444', + usps_city: 'Newton Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9776.0, + density: 88.5, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "87.93", "39133": "9.05", "39099": "3.02"}', + coty_name: ['Trumbull', 'Portage', 'Mahoning'], + cty_code: ['39155', '39133', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.97525, lat: 41.17342 }, + }, + { + zip_code: '44505', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17319.0, + density: 382.1, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "63.75", "39155": "36.25"}', + coty_name: ['Mahoning', 'Trumbull'], + cty_code: ['39099', '39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6196, lat: 41.12798 }, + }, + { + zip_code: '44611', + usps_city: 'Big Prairie', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2056.0, + density: 27.3, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "95.46", "39169": "4.54"}', + coty_name: ['Holmes', 'Wayne'], + cty_code: ['39075', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08586, lat: 40.60452 }, + }, + { + zip_code: '44612', + usps_city: 'Bolivar', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5423.0, + density: 81.5, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "96.05", "39151": "3.95"}', + coty_name: ['Tuscarawas', 'Stark'], + cty_code: ['39157', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4596, lat: 40.63595 }, + }, + { + zip_code: '44693', + usps_city: 'Deersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 15.2, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "100"}', + coty_name: ['Harrison'], + cty_code: ['39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18622, lat: 40.3019 }, + }, + { + zip_code: '44730', + usps_city: 'East Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5711.0, + density: 59.8, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "98.51", "39019": "1.49"}', + coty_name: ['Stark', 'Carroll'], + cty_code: ['39151', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25905, lat: 40.76573 }, + }, + { + zip_code: '44809', + usps_city: 'Bascom', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 325.6, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2888, lat: 41.13348 }, + }, + { + zip_code: '44830', + usps_city: 'Fostoria', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18888.0, + density: 61.2, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "69.19", "39063": "19.33", "39173": "11.48"}', + coty_name: ['Seneca', 'Hancock', 'Wood'], + cty_code: ['39147', '39063', '39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.39991, lat: 41.16705 }, + }, + { + zip_code: '45005', + usps_city: 'Franklin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31475.0, + density: 337.9, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "99.18", "39113": "0.82"}', + coty_name: ['Warren', 'Montgomery'], + cty_code: ['39165', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30296, lat: 39.53559 }, + }, + { + zip_code: '45065', + usps_city: 'South Lebanon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4520.0, + density: 662.6, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21025, lat: 39.37086 }, + }, + { + zip_code: '45133', + usps_city: 'Hillsboro', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24024.0, + density: 29.1, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "98.75", "39131": "1.13", "39015": "0.12"}', + coty_name: ['Highland', 'Pike', 'Brown'], + cty_code: ['39071', '39131', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57603, lat: 39.15726 }, + }, + { + zip_code: '45167', + usps_city: 'Ripley', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3652.0, + density: 23.0, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "100"}', + coty_name: ['Brown'], + cty_code: ['39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80059, lat: 38.77283 }, + }, + { + zip_code: '45202', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14097.0, + density: 2008.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50253, lat: 39.10893 }, + }, + { + zip_code: '45251', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22177.0, + density: 718.6, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59383, lat: 39.26809 }, + }, + { + zip_code: '45647', + usps_city: 'Londonderry', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2882.0, + density: 16.7, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "53.02", "39163": "46.98"}', + coty_name: ['Ross', 'Vinton'], + cty_code: ['39141', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73775, lat: 39.29437 }, + }, + { + zip_code: '45656', + usps_city: 'Oak Hill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6170.0, + density: 18.3, + primary_coty_code: '39079', + primary_coty_name: 'Jackson', + county_weights: '{"39079": "93.79", "39053": "3.68", "39087": "2.53"}', + coty_name: ['Jackson', 'Gallia', 'Lawrence'], + cty_code: ['39079', '39053', '39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.59256, lat: 38.87587 }, + }, + { + zip_code: '45658', + usps_city: 'Patriot', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2708.0, + density: 10.8, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "100"}', + coty_name: ['Gallia'], + cty_code: ['39053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41127, lat: 38.7621 }, + }, + { + zip_code: '45853', + usps_city: 'Kalida', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1293.0, + density: 450.7, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "100"}', + coty_name: ['Putnam'], + cty_code: ['39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19854, lat: 40.98624 }, + }, + { + zip_code: '46011', + usps_city: 'Anderson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17069.0, + density: 88.2, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.76167, lat: 40.12734 }, + }, + { + zip_code: '46063', + usps_city: 'Orestes', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 474.1, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.72403, lat: 40.27045 }, + }, + { + zip_code: '46123', + usps_city: 'Avon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36616.0, + density: 461.2, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.39961, lat: 39.76291 }, + }, + { + zip_code: '46151', + usps_city: 'Martinsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31589.0, + density: 59.6, + primary_coty_code: '18109', + primary_coty_name: 'Morgan', + county_weights: '{"18109": "99.62", "18105": "0.21", "18081": "0.17"}', + coty_name: ['Morgan', 'Monroe', 'Johnson'], + cty_code: ['18109', '18105', '18081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.43051, lat: 39.44797 }, + }, + { + zip_code: '46201', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 30962.0, + density: 2135.0, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.10917, lat: 39.77421 }, + }, + { + zip_code: '46408', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15526.0, + density: 614.6, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.36943, lat: 41.54464 }, + }, + { + zip_code: '46510', + usps_city: 'Claypool', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3924.0, + density: 22.6, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.87329, lat: 41.11969 }, + }, + { + zip_code: '46514', + usps_city: 'Elkhart', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 41616.0, + density: 416.8, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.97468, lat: 41.72343 }, + }, + { + zip_code: '46613', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11327.0, + density: 1533.7, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25874, lat: 41.6548 }, + }, + { + zip_code: '46703', + usps_city: 'Angola', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18264.0, + density: 60.1, + primary_coty_code: '18151', + primary_coty_name: 'Steuben', + county_weights: '{"18151": "100"}', + coty_name: ['Steuben'], + cty_code: ['18151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.00801, lat: 41.65273 }, + }, + { + zip_code: '46706', + usps_city: 'Auburn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18771.0, + density: 84.0, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "98.36", "18003": "1.64"}', + coty_name: ['DeKalb', 'Allen'], + cty_code: ['18033', '18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.03938, lat: 41.34277 }, + }, + { + zip_code: '46759', + usps_city: 'Keystone', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 6.6, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "100"}', + coty_name: ['Wells'], + cty_code: ['18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.18084, lat: 40.59967 }, + }, + { + zip_code: '46936', + usps_city: 'Greentown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5857.0, + density: 34.6, + primary_coty_code: '18067', + primary_coty_name: 'Howard', + county_weights: '{"18067": "100"}', + coty_name: ['Howard'], + cty_code: ['18067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.93093, lat: 40.47942 }, + }, + { + zip_code: '46959', + usps_city: 'Miami', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 838.0, + density: 293.6, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "100"}', + coty_name: ['Miami'], + cty_code: ['18103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.10724, lat: 40.62079 }, + }, + { + zip_code: '47034', + usps_city: 'Napoleon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 454.0, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "100"}', + coty_name: ['Ripley'], + cty_code: ['18137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.32747, lat: 39.204 }, + }, + { + zip_code: '47122', + usps_city: 'Georgetown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10943.0, + density: 118.8, + primary_coty_code: '18043', + primary_coty_name: 'Floyd', + county_weights: '{"18043": "82.89", "18061": "17.11"}', + coty_name: ['Floyd', 'Harrison'], + cty_code: ['18043', '18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.98253, lat: 38.30472 }, + }, + { + zip_code: '47161', + usps_city: 'New Salisbury', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3305.0, + density: 57.8, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.10363, lat: 38.32305 }, + }, + { + zip_code: '47165', + usps_city: 'Pekin', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6034.0, + density: 28.3, + primary_coty_code: '18175', + primary_coty_name: 'Washington', + county_weights: '{"18175": "98.49", "18043": "1.51"}', + coty_name: ['Washington', 'Floyd'], + cty_code: ['18175', '18043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.00561, lat: 38.50454 }, + }, + { + zip_code: '47341', + usps_city: 'Fountain City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2382.0, + density: 25.2, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "100"}', + coty_name: ['Wayne'], + cty_code: ['18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.89277, lat: 39.97229 }, + }, + { + zip_code: '47351', + usps_city: 'Kennard', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 492.5, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.52219, lat: 39.90547 }, + }, + { + zip_code: '47358', + usps_city: 'Modoc', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 10.8, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "94.98", "18177": "5.02"}', + coty_name: ['Randolph', 'Wayne'], + cty_code: ['18135', '18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.11076, lat: 40.05394 }, + }, + { + zip_code: '47369', + usps_city: 'Pennville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1320.0, + density: 14.9, + primary_coty_code: '18075', + primary_coty_name: 'Jay', + county_weights: '{"18075": "100"}', + coty_name: ['Jay'], + cty_code: ['18075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.14469, lat: 40.50537 }, + }, + { + zip_code: '47388', + usps_city: 'Sulphur Springs', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 447.4, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.44307, lat: 40.00489 }, + }, + { + zip_code: '47460', + usps_city: 'Spencer', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10917.0, + density: 28.0, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "97.37", "18105": "2.21", "18055": "0.42"}', + coty_name: ['Owen', 'Monroe', 'Greene'], + cty_code: ['18119', '18105', '18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.79022, lat: 39.28379 }, + }, + { + zip_code: '47512', + usps_city: 'Bicknell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4095.0, + density: 31.7, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.31779, lat: 38.78317 }, + }, + { + zip_code: '47535', + usps_city: 'Freelandville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 758.0, + density: 83.6, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.30761, lat: 38.87234 }, + }, + { + zip_code: '47584', + usps_city: 'Spurgeon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 364.5, + primary_coty_code: '18125', + primary_coty_name: 'Pike', + county_weights: '{"18125": "100"}', + coty_name: ['Pike'], + cty_code: ['18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Petersburg', + geo_point_2d: { lon: -87.25848, lat: 38.25486 }, + }, + { + zip_code: '47849', + usps_city: 'Fairbanks', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 7.4, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.556, lat: 39.19363 }, + }, + { + zip_code: '48003', + usps_city: 'Almont', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6047.0, + density: 70.8, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "100"}', + coty_name: ['Lapeer'], + cty_code: ['26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.04065, lat: 42.93259 }, + }, + { + zip_code: '48025', + usps_city: 'Franklin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14820.0, + density: 711.7, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.26737, lat: 42.52032 }, + }, + { + zip_code: '48050', + usps_city: 'New Haven', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1416.0, + density: 29.5, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.80142, lat: 42.78482 }, + }, + { + zip_code: '48117', + usps_city: 'Carleton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10039.0, + density: 70.6, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.40922, lat: 42.04999 }, + }, + { + zip_code: '48125', + usps_city: 'Dearborn Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20110.0, + density: 1917.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.26539, lat: 42.27791 }, + }, + { + zip_code: '48127', + usps_city: 'Dearborn Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 35747.0, + density: 1794.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.28293, lat: 42.33659 }, + }, + { + zip_code: '48140', + usps_city: 'Ida', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3251.0, + density: 47.2, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.58142, lat: 41.88134 }, + }, + { + zip_code: '48209', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31624.0, + density: 1800.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.11626, lat: 42.30535 }, + }, + { + zip_code: '48223', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25746.0, + density: 1642.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.24641, lat: 42.39343 }, + }, + { + zip_code: '48414', + usps_city: 'Bancroft', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2610.0, + density: 31.3, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "100"}', + coty_name: ['Shiawassee'], + cty_code: ['26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.07879, lat: 42.86178 }, + }, + { + zip_code: '48462', + usps_city: 'Ortonville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13860.0, + density: 112.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "94.6", "26087": "4.44", "26049": "0.96"}', + coty_name: ['Oakland', 'Lapeer', 'Genesee'], + cty_code: ['26125', '26087', '26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.42665, lat: 42.8489 }, + }, + { + zip_code: '48553', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "0"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.72352, lat: 42.97781 }, + }, + { + zip_code: '48612', + usps_city: 'Beaverton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8772.0, + density: 28.0, + primary_coty_code: '26051', + primary_coty_name: 'Gladwin', + county_weights: '{"26051": "98.48", "26111": "1.52"}', + coty_name: ['Gladwin', 'Midland'], + cty_code: ['26051', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.43196, lat: 43.88113 }, + }, + { + zip_code: '48613', + usps_city: 'Bentley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 983.0, + density: 6.3, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "91.36", "26051": "8.64"}', + coty_name: ['Bay', 'Gladwin'], + cty_code: ['26017', '26051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.16778, lat: 43.9532 }, + }, + { + zip_code: '48649', + usps_city: 'Oakley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1253.0, + density: 18.7, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "97.59", "26155": "2.41"}', + coty_name: ['Saginaw', 'Shiawassee'], + cty_code: ['26145', '26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.21534, lat: 43.15577 }, + }, + { + zip_code: '48754', + usps_city: 'Owendale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 10.2, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.23591, lat: 43.73368 }, + }, + { + zip_code: '48756', + usps_city: 'Prescott', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4630.0, + density: 22.9, + primary_coty_code: '26129', + primary_coty_name: 'Ogemaw', + county_weights: '{"26129": "100"}', + coty_name: ['Ogemaw'], + cty_code: ['26129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.97408, lat: 44.22939 }, + }, + { + zip_code: '48893', + usps_city: 'Weidman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5244.0, + density: 39.5, + primary_coty_code: '26073', + primary_coty_name: 'Isabella', + county_weights: '{"26073": "100"}', + coty_name: ['Isabella'], + cty_code: ['26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.97788, lat: 43.683 }, + }, + { + zip_code: '49008', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17012.0, + density: 1004.5, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.61512, lat: 42.26284 }, + }, + { + zip_code: '49088', + usps_city: 'Scotts', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3802.0, + density: 45.7, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.4289, lat: 42.18514 }, + }, + { + zip_code: '49202', + usps_city: 'Jackson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19289.0, + density: 534.3, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.41036, lat: 42.26859 }, + }, + { + zip_code: '49303', + usps_city: 'Bailey', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 26.2, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "95.57", "26123": "4.43"}', + coty_name: ['Muskegon', 'Newaygo'], + cty_code: ['26121', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.85483, lat: 43.27729 }, + }, + { + zip_code: '49333', + usps_city: 'Middleville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11639.0, + density: 56.5, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "98.11", "26081": "1.84", "26005": "0.04"}', + coty_name: ['Barry', 'Kent', 'Allegan'], + cty_code: ['26015', '26081', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.46103, lat: 42.69563 }, + }, + { + zip_code: '49346', + usps_city: 'Stanwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5326.0, + density: 31.9, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "99.82", "26123": "0.18"}', + coty_name: ['Mecosta', 'Newaygo'], + cty_code: ['26107', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.42186, lat: 43.58572 }, + }, + { + zip_code: '49415', + usps_city: 'Fruitport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6905.0, + density: 90.6, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "91.02", "26139": "8.98"}', + coty_name: ['Muskegon', 'Ottawa'], + cty_code: ['26121', '26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.11799, lat: 43.15111 }, + }, + { + zip_code: '49442', + usps_city: 'Muskegon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 41580.0, + density: 368.7, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "100"}', + coty_name: ['Muskegon'], + cty_code: ['26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.12904, lat: 43.24203 }, + }, + { + zip_code: '49445', + usps_city: 'Muskegon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21670.0, + density: 136.7, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "100"}', + coty_name: ['Muskegon'], + cty_code: ['26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.27539, lat: 43.29648 }, + }, + { + zip_code: '49650', + usps_city: 'Lake Ann', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3295.0, + density: 51.7, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "100"}', + coty_name: ['Benzie'], + cty_code: ['26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.87878, lat: 44.73314 }, + }, + { + zip_code: '49657', + usps_city: 'McBain', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3704.0, + density: 14.8, + primary_coty_code: '26113', + primary_coty_name: 'Missaukee', + county_weights: '{"26113": "100"}', + coty_name: ['Missaukee'], + cty_code: ['26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.17354, lat: 44.21434 }, + }, + { + zip_code: '49713', + usps_city: 'Boyne Falls', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2099.0, + density: 8.2, + primary_coty_code: '26029', + primary_coty_name: 'Charlevoix', + county_weights: '{"26029": "95.06", "26047": "4.4", "26009": "0.54"}', + coty_name: ['Charlevoix', 'Emmet', 'Antrim'], + cty_code: ['26029', '26047', '26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.85253, lat: 45.21434 }, + }, + { + zip_code: '49727', + usps_city: 'East Jordan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7312.0, + density: 21.9, + primary_coty_code: '26029', + primary_coty_name: 'Charlevoix', + county_weights: '{"26029": "76.74", "26009": "23.26"}', + coty_name: ['Charlevoix', 'Antrim'], + cty_code: ['26029', '26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.10348, lat: 45.13063 }, + }, + { + zip_code: '49730', + usps_city: 'Elmira', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2234.0, + density: 9.2, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "55.74", "26137": "24.51", "26029": "19.75"}', + coty_name: ['Antrim', 'Otsego', 'Charlevoix'], + cty_code: ['26009', '26137', '26029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.87388, lat: 45.046 }, + }, + { + zip_code: '49744', + usps_city: 'Herron', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 8.1, + primary_coty_code: '26007', + primary_coty_name: 'Alpena', + county_weights: '{"26007": "100"}', + coty_name: ['Alpena'], + cty_code: ['26007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.66623, lat: 45.00018 }, + }, + { + zip_code: '49774', + usps_city: 'Pickford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1772.0, + density: 4.2, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "80.28", "26097": "19.72"}', + coty_name: ['Chippewa', 'Mackinac'], + cty_code: ['26033', '26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.34679, lat: 46.15693 }, + }, + { + zip_code: '49801', + usps_city: 'Iron Mountain', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11306.0, + density: 29.0, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.98216, lat: 45.96733 }, + }, + { + zip_code: '49807', + usps_city: 'Bark River', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3581.0, + density: 6.6, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "79.59", "26109": "14.01", "26043": "6.4"}', + coty_name: ['Delta', 'Menominee', 'Dickinson'], + cty_code: ['26041', '26109', '26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.37235, lat: 45.78476 }, + }, + { + zip_code: '49814', + usps_city: 'Champion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1360.0, + density: 2.3, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.91206, lat: 46.56817 }, + }, + { + zip_code: '49839', + usps_city: 'Grand Marais', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 1.1, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.09856, lat: 46.60785 }, + }, + { + zip_code: '49895', + usps_city: 'Wetmore', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 1.2, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "69.28", "26041": "18.17", "26153": "12.55"}', + coty_name: ['Alger', 'Delta', 'Schoolcraft'], + cty_code: ['26003', '26041', '26153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.66583, lat: 46.16752 }, + }, + { + zip_code: '50005', + usps_city: 'Albion', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1057.0, + density: 15.2, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02632, lat: 42.12925 }, + }, + { + zip_code: '50007', + usps_city: 'Alleman', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 31.5, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.602, lat: 41.80683 }, + }, + { + zip_code: '50028', + usps_city: 'Baxter', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1555.0, + density: 13.5, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14755, lat: 41.81523 }, + }, + { + zip_code: '50036', + usps_city: 'Boone', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 16676.0, + density: 33.2, + primary_coty_code: '19015', + primary_coty_name: 'Boone', + county_weights: '{"19015": "100"}', + coty_name: ['Boone'], + cty_code: ['19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8566, lat: 42.08722 }, + }, + { + zip_code: '50067', + usps_city: 'Decatur', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 3.1, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "100"}', + coty_name: ['Decatur'], + cty_code: ['19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85996, lat: 40.7157 }, + }, + { + zip_code: '50144', + usps_city: 'Leon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2622.0, + density: 7.3, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "100"}', + coty_name: ['Decatur'], + cty_code: ['19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74101, lat: 40.73871 }, + }, + { + zip_code: '50243', + usps_city: 'Sheldahl', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 164.2, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "50.41", "19153": "49.59"}', + coty_name: ['Story', 'Polk'], + cty_code: ['19169', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69416, lat: 41.86591 }, + }, + { + zip_code: '50313', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 18834.0, + density: 410.7, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62155, lat: 41.65465 }, + }, + { + zip_code: '50465', + usps_city: 'Rake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 17.0, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "100"}', + coty_name: ['Winnebago'], + cty_code: ['19189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91222, lat: 43.48644 }, + }, + { + zip_code: '50501', + usps_city: 'Fort Dodge', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 28077.0, + density: 69.5, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19259, lat: 42.49286 }, + }, + { + zip_code: '50607', + usps_city: 'Aurora', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 3.8, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "74.64", "19065": "25.36"}', + coty_name: ['Buchanan', 'Fayette'], + cty_code: ['19019', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.74982, lat: 42.61067 }, + }, + { + zip_code: '50638', + usps_city: 'Grundy Center', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3304.0, + density: 13.4, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "100"}', + coty_name: ['Grundy'], + cty_code: ['19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.79394, lat: 42.35673 }, + }, + { + zip_code: '50664', + usps_city: 'Oran', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 440.5, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07619, lat: 42.70125 }, + }, + { + zip_code: '50841', + usps_city: 'Corning', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2538.0, + density: 4.2, + primary_coty_code: '19003', + primary_coty_name: 'Adams', + county_weights: '{"19003": "95.47", "19173": "4.53"}', + coty_name: ['Adams', 'Taylor'], + cty_code: ['19003', '19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76344, lat: 41.00973 }, + }, + { + zip_code: '50861', + usps_city: 'Shannon City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 2.1, + primary_coty_code: '19175', + primary_coty_name: 'Union', + county_weights: '{"19175": "81.02", "19159": "18.98"}', + coty_name: ['Union', 'Ringgold'], + cty_code: ['19175', '19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.2565, lat: 40.91157 }, + }, + { + zip_code: '51022', + usps_city: 'Granville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 3.2, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "66.29", "19141": "32.95", "19149": "0.76"}', + coty_name: ['Sioux', "O'Brien", 'Plymouth'], + cty_code: ['19167', '19141', '19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85, lat: 42.97695 }, + }, + { + zip_code: '51046', + usps_city: 'Paullina', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 6.3, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "98.73", "19035": "1.27"}', + coty_name: ["O'Brien", 'Cherokee'], + cty_code: ['19141', '19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67832, lat: 42.96436 }, + }, + { + zip_code: '51049', + usps_city: 'Quimby', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 5.3, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "100"}', + coty_name: ['Cherokee'], + cty_code: ['19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64804, lat: 42.62942 }, + }, + { + zip_code: '51108', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5084.0, + density: 43.8, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "77.81", "19149": "22.19"}', + coty_name: ['Woodbury', 'Plymouth'], + cty_code: ['19193', '19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.35227, lat: 42.5669 }, + }, + { + zip_code: '51234', + usps_city: 'Boyden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 10.0, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01993, lat: 43.19407 }, + }, + { + zip_code: '51241', + usps_city: 'Larchwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1835.0, + density: 7.9, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "100"}', + coty_name: ['Lyon'], + cty_code: ['19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45993, lat: 43.44966 }, + }, + { + zip_code: '51342', + usps_city: 'Graettinger', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 6.5, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "91.75", "19063": "8.25"}', + coty_name: ['Palo Alto', 'Emmet'], + cty_code: ['19147', '19063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73795, lat: 43.24395 }, + }, + { + zip_code: '51431', + usps_city: 'Arthur', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 4.2, + primary_coty_code: '19093', + primary_coty_name: 'Ida', + county_weights: '{"19093": "94.42", "19161": "5.58"}', + coty_name: ['Ida', 'Sac'], + cty_code: ['19093', '19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35168, lat: 42.34488 }, + }, + { + zip_code: '51441', + usps_city: 'Deloit', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 9.4, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3167, lat: 42.12097 }, + }, + { + zip_code: '51451', + usps_city: 'Lanesboro', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 126.1, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69468, lat: 42.18453 }, + }, + { + zip_code: '51453', + usps_city: 'Lohrville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 2.8, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "93.09", "19027": "6.91"}', + coty_name: ['Calhoun', 'Carroll'], + cty_code: ['19025', '19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54712, lat: 42.26946 }, + }, + { + zip_code: '51465', + usps_city: 'Vail', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 6.3, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20201, lat: 42.09191 }, + }, + { + zip_code: '52001', + usps_city: 'Dubuque', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 43328.0, + density: 639.2, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6938, lat: 42.54498 }, + }, + { + zip_code: '52060', + usps_city: 'Maquoketa', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8403.0, + density: 20.6, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "98.2", "19045": "1.8"}', + coty_name: ['Jackson', 'Clinton'], + cty_code: ['19097', '19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68142, lat: 42.10336 }, + }, + { + zip_code: '52134', + usps_city: 'Chester', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 4.1, + primary_coty_code: '19089', + primary_coty_name: 'Howard', + county_weights: '{"19089": "100"}', + coty_name: ['Howard'], + cty_code: ['19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.41122, lat: 43.46957 }, + }, + { + zip_code: '52240', + usps_city: 'Iowa City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 36402.0, + density: 88.2, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50162, lat: 41.63545 }, + }, + { + zip_code: '52253', + usps_city: 'Lisbon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3362.0, + density: 28.1, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: + '{"19113": "74.15", "19031": "18.26", "19105": "4.07", "19103": "3.51"}', + coty_name: ['Linn', 'Cedar', 'Jones', 'Johnson'], + cty_code: ['19113', '19031', '19105', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35123, lat: 41.8966 }, + }, + { + zip_code: '52330', + usps_city: 'Ryan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 798.0, + density: 6.5, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "100"}', + coty_name: ['Delaware'], + cty_code: ['19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50048, lat: 42.34949 }, + }, + { + zip_code: '52530', + usps_city: 'Agency', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 30.6, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: '{"19179": "100"}', + coty_name: ['Wapello'], + cty_code: ['19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29196, lat: 40.99229 }, + }, + { + zip_code: '52548', + usps_city: 'Chillicothe', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 164.9, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: '{"19179": "100"}', + coty_name: ['Wapello'], + cty_code: ['19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53032, lat: 41.08602 }, + }, + { + zip_code: '52742', + usps_city: 'De Witt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7541.0, + density: 24.8, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51073, lat: 41.83628 }, + }, + { + zip_code: '52804', + usps_city: 'Davenport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 27648.0, + density: 316.0, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67858, lat: 41.53258 }, + }, + { + zip_code: '53006', + usps_city: 'Brownsville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1704.0, + density: 16.0, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "77.46", "55039": "22.54"}', + coty_name: ['Dodge', 'Fond du Lac'], + cty_code: ['55027', '55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53642, lat: 43.62009 }, + }, + { + zip_code: '53011', + usps_city: 'Cascade', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2149.0, + density: 20.9, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "97.04", "55039": "2.96"}', + coty_name: ['Sheboygan', 'Fond du Lac'], + cty_code: ['55117', '55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07891, lat: 43.65816 }, + }, + { + zip_code: '53017', + usps_city: 'Colgate', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5592.0, + density: 123.4, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "82.34", "55133": "17.66"}', + coty_name: ['Washington', 'Waukesha'], + cty_code: ['55131', '55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25538, lat: 43.20382 }, + }, + { + zip_code: '53063', + usps_city: 'Newton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1677.0, + density: 16.5, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80144, lat: 43.96272 }, + }, + { + zip_code: '53081', + usps_city: 'Sheboygan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 42199.0, + density: 638.2, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74032, lat: 43.71276 }, + }, + { + zip_code: '53086', + usps_city: 'Slinger', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8279.0, + density: 148.9, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "100"}', + coty_name: ['Washington'], + cty_code: ['55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27199, lat: 43.32336 }, + }, + { + zip_code: '53126', + usps_city: 'Franksville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6933.0, + density: 51.3, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99671, lat: 42.78838 }, + }, + { + zip_code: '53140', + usps_city: 'Kenosha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 29671.0, + density: 1333.5, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83, lat: 42.62256 }, + }, + { + zip_code: '53205', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8908.0, + density: 2432.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93393, lat: 43.05339 }, + }, + { + zip_code: '53215', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 60010.0, + density: 4093.0, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.9468, lat: 42.99922 }, + }, + { + zip_code: '53508', + usps_city: 'Belleville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5733.0, + density: 31.9, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "57.49", "55045": "42.51"}', + coty_name: ['Dane', 'Green'], + cty_code: ['55025', '55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56429, lat: 42.86884 }, + }, + { + zip_code: '53554', + usps_city: 'Livingston', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1152.0, + density: 9.5, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "88.1", "55049": "11.9"}', + coty_name: ['Grant', 'Iowa'], + cty_code: ['55043', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45066, lat: 42.90148 }, + }, + { + zip_code: '53590', + usps_city: 'Sun Prairie', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 40417.0, + density: 233.6, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20597, lat: 43.20077 }, + }, + { + zip_code: '53705', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 25643.0, + density: 1505.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46339, lat: 43.07364 }, + }, + { + zip_code: '53920', + usps_city: 'Briggsville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 19.1, + primary_coty_code: '55077', + primary_coty_name: 'Marquette', + county_weights: '{"55077": "74.15", "55001": "25.85"}', + coty_name: ['Marquette', 'Adams'], + cty_code: ['55077', '55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.59605, lat: 43.66696 }, + }, + { + zip_code: '54013', + usps_city: 'Glenwood City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3349.0, + density: 12.7, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "99.08", "55033": "0.92"}', + coty_name: ['St. Croix', 'Dunn'], + cty_code: ['55109', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.23065, lat: 45.08091 }, + }, + { + zip_code: '54021', + usps_city: 'Prescott', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6659.0, + density: 57.7, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70967, lat: 44.73898 }, + }, + { + zip_code: '54102', + usps_city: 'Amberg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 3.0, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "100"}', + coty_name: ['Marinette'], + cty_code: ['55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98358, lat: 45.50014 }, + }, + { + zip_code: '54112', + usps_city: 'Coleman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2349.0, + density: 14.4, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "81.65", "55083": "18.35"}', + coty_name: ['Marinette', 'Oconto'], + cty_code: ['55075', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04584, lat: 45.04584 }, + }, + { + zip_code: '54140', + usps_city: 'Little Chute', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9589.0, + density: 1153.4, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31133, lat: 44.28664 }, + }, + { + zip_code: '54175', + usps_city: 'Townsend', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 936.0, + density: 6.7, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100", "55067": "0"}', + coty_name: ['Oconto', 'Langlade'], + cty_code: ['55083', '55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62295, lat: 45.30646 }, + }, + { + zip_code: '54484', + usps_city: 'Stratford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5111.0, + density: 19.0, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07835, lat: 44.79947 }, + }, + { + zip_code: '54499', + usps_city: 'Wittenberg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2984.0, + density: 10.2, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "80.73", "55073": "18.71", "55097": "0.56"}', + coty_name: ['Shawano', 'Marathon', 'Portage'], + cty_code: ['55115', '55073', '55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.17806, lat: 44.79125 }, + }, + { + zip_code: '54614', + usps_city: 'Bangor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2666.0, + density: 12.6, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "100"}', + coty_name: ['La Crosse'], + cty_code: ['55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.97023, lat: 43.90109 }, + }, + { + zip_code: '54648', + usps_city: 'Norwalk', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1704.0, + density: 9.1, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "100"}', + coty_name: ['Monroe'], + cty_code: ['55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63729, lat: 43.834 }, + }, + { + zip_code: '54701', + usps_city: 'Eau Claire', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 40874.0, + density: 183.7, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "99.66", "55033": "0.34"}', + coty_name: ['Eau Claire', 'Dunn'], + cty_code: ['55035', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51058, lat: 44.74438 }, + }, + { + zip_code: '54731', + usps_city: 'Conrath', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 5.7, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "100"}', + coty_name: ['Rusk'], + cty_code: ['55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08182, lat: 45.35093 }, + }, + { + zip_code: '54755', + usps_city: 'Mondovi', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7082.0, + density: 10.1, + primary_coty_code: '55011', + primary_coty_name: 'Buffalo', + county_weights: + '{"55011": "67.4", "55033": "14.38", "55035": "9.85", "55091": "8.37"}', + coty_name: ['Buffalo', 'Dunn', 'Eau Claire', 'Pepin'], + cty_code: ['55011', '55033', '55035', '55091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68452, lat: 44.57631 }, + }, + { + zip_code: '54843', + usps_city: 'Hayward', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 11790.0, + density: 10.3, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "96.43", "55129": "3.57"}', + coty_name: ['Sawyer', 'Washburn'], + cty_code: ['55113', '55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29713, lat: 46.02612 }, + }, + { + zip_code: '54944', + usps_city: 'Hortonville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9039.0, + density: 51.5, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62775, lat: 44.32503 }, + }, + { + zip_code: '54949', + usps_city: 'Manawa', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3379.0, + density: 20.6, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "100"}', + coty_name: ['Waupaca'], + cty_code: ['55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91262, lat: 44.48361 }, + }, + { + zip_code: '54982', + usps_city: 'Wautoma', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6957.0, + density: 21.6, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "99.06", "55077": "0.94"}', + coty_name: ['Waushara', 'Marquette'], + cty_code: ['55137', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29132, lat: 44.07214 }, + }, + { + zip_code: '55025', + usps_city: 'Forest Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25371.0, + density: 124.4, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "78.97", "27003": "16.04", "27025": "4.99"}', + coty_name: ['Washington', 'Anoka', 'Chisago'], + cty_code: ['27163', '27003', '27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0227, lat: 45.26256 }, + }, + { + zip_code: '55026', + usps_city: 'Frontenac', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 27.5, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "100"}', + coty_name: ['Goodhue'], + cty_code: ['27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34858, lat: 44.52642 }, + }, + { + zip_code: '55045', + usps_city: 'Lindstrom', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7612.0, + density: 82.9, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "100"}', + coty_name: ['Chisago'], + cty_code: ['27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83217, lat: 45.39473 }, + }, + { + zip_code: '55066', + usps_city: 'Red Wing', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18279.0, + density: 59.0, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "100"}', + coty_name: ['Goodhue'], + cty_code: ['27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54508, lat: 44.51829 }, + }, + { + zip_code: '55090', + usps_city: 'Willernie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 1134.2, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95738, lat: 45.05349 }, + }, + { + zip_code: '55101', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7743.0, + density: 3664.5, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09023, lat: 44.9513 }, + }, + { + zip_code: '55308', + usps_city: 'Becker', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9825.0, + density: 60.5, + primary_coty_code: '27141', + primary_coty_name: 'Sherburne', + county_weights: '{"27141": "100"}', + coty_name: ['Sherburne'], + cty_code: ['27141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83604, lat: 45.43026 }, + }, + { + zip_code: '55318', + usps_city: 'Chaska', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28524.0, + density: 267.0, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63664, lat: 44.81107 }, + }, + { + zip_code: '55320', + usps_city: 'Clearwater', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5052.0, + density: 36.7, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "61.33", "27145": "38.67"}', + coty_name: ['Wright', 'Stearns'], + cty_code: ['27171', '27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08707, lat: 45.39591 }, + }, + { + zip_code: '55345', + usps_city: 'Minnetonka', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21717.0, + density: 738.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48375, lat: 44.91527 }, + }, + { + zip_code: '55424', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9966.0, + density: 1579.2, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33976, lat: 44.90525 }, + }, + { + zip_code: '55448', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28091.0, + density: 998.9, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30214, lat: 45.19075 }, + }, + { + zip_code: '55711', + usps_city: 'Brookston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 3.6, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6989, lat: 46.84457 }, + }, + { + zip_code: '55742', + usps_city: 'Goodland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 2.2, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1365, lat: 47.19558 }, + }, + { + zip_code: '55905', + usps_city: 'Rochester', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "0"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52583, lat: 44.05595 }, + }, + { + zip_code: '55920', + usps_city: 'Byron', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7840.0, + density: 43.2, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "100"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.62204, lat: 44.01384 }, + }, + { + zip_code: '55965', + usps_city: 'Preston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2460.0, + density: 8.3, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "100"}', + coty_name: ['Fillmore'], + cty_code: ['27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12664, lat: 43.62841 }, + }, + { + zip_code: '55974', + usps_city: 'Spring Grove', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2043.0, + density: 9.4, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "98.5", "27045": "1.5"}', + coty_name: ['Houston', 'Fillmore'], + cty_code: ['27055', '27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.64952, lat: 43.58027 }, + }, + { + zip_code: '56010', + usps_city: 'Amboy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 6.0, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17806, lat: 43.89118 }, + }, + { + zip_code: '56052', + usps_city: 'Kilkenny', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 6.1, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "73.1", "27131": "26.9"}', + coty_name: ['Le Sueur', 'Rice'], + cty_code: ['27079', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55363, lat: 44.32011 }, + }, + { + zip_code: '56080', + usps_city: 'Saint Clair', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 608.8, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85446, lat: 44.08034 }, + }, + { + zip_code: '56123', + usps_city: 'Currie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 2.4, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "100"}', + coty_name: ['Murray'], + cty_code: ['27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59614, lat: 44.08554 }, + }, + { + zip_code: '56138', + usps_city: 'Hills', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 906.0, + density: 12.1, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "100"}', + coty_name: ['Rock'], + cty_code: ['27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38767, lat: 43.5338 }, + }, + { + zip_code: '56165', + usps_city: 'Reading', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 4.3, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71049, lat: 43.72466 }, + }, + { + zip_code: '56173', + usps_city: 'Steen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 4.3, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "100"}', + coty_name: ['Rock'], + cty_code: ['27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24592, lat: 43.52478 }, + }, + { + zip_code: '56178', + usps_city: 'Tyler', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1891.0, + density: 8.6, + primary_coty_code: '27081', + primary_coty_name: 'Lincoln', + county_weights: '{"27081": "96.51", "27083": "3.49"}', + coty_name: ['Lincoln', 'Lyon'], + cty_code: ['27081', '27083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1312, lat: 44.28485 }, + }, + { + zip_code: '56239', + usps_city: 'Ghent', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 9.0, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "100"}', + coty_name: ['Lyon'], + cty_code: ['27083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91039, lat: 44.50421 }, + }, + { + zip_code: '56253', + usps_city: 'Lake Lillian', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 3.9, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87981, lat: 44.96362 }, + }, + { + zip_code: '56276', + usps_city: 'Odessa', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 1.4, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "81.54", "27073": "18.46"}', + coty_name: ['Big Stone', 'Lac qui Parle'], + cty_code: ['27011', '27073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31464, lat: 45.24253 }, + }, + { + zip_code: '56278', + usps_city: 'Ortonville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2661.0, + density: 8.0, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "98.19", "27073": "1.81"}', + coty_name: ['Big Stone', 'Lac qui Parle'], + cty_code: ['27011', '27073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.37797, lat: 45.34709 }, + }, + { + zip_code: '56291', + usps_city: 'Taunton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 2.5, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "52.1", "27173": "30.14", "27081": "17.76"}', + coty_name: ['Lyon', 'Yellow Medicine', 'Lincoln'], + cty_code: ['27083', '27173', '27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06835, lat: 44.62353 }, + }, + { + zip_code: '56357', + usps_city: 'Oak Park', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 12.1, + primary_coty_code: '27009', + primary_coty_name: 'Benton', + county_weights: '{"27009": "69", "27095": "31"}', + coty_name: ['Benton', 'Mille Lacs'], + cty_code: ['27009', '27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80078, lat: 45.69729 }, + }, + { + zip_code: '56367', + usps_city: 'Rice', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6697.0, + density: 25.5, + primary_coty_code: '27009', + primary_coty_name: 'Benton', + county_weights: '{"27009": "79.53", "27145": "20.47"}', + coty_name: ['Benton', 'Stearns'], + cty_code: ['27009', '27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17008, lat: 45.76141 }, + }, + { + zip_code: '56440', + usps_city: 'Clarissa', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1467.0, + density: 10.4, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "100"}', + coty_name: ['Todd'], + cty_code: ['27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.95755, lat: 46.14557 }, + }, + { + zip_code: '56447', + usps_city: 'Emily', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 3.7, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91683, lat: 46.73516 }, + }, + { + zip_code: '56453', + usps_city: 'Hewitt', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 6.3, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "63.61", "27111": "36.39"}', + coty_name: ['Todd', 'Otter Tail'], + cty_code: ['27153', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16055, lat: 46.31417 }, + }, + { + zip_code: '56568', + usps_city: 'Nielsville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 2.1, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76867, lat: 47.53378 }, + }, + { + zip_code: '56584', + usps_city: 'Twin Valley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 4.0, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22904, lat: 47.22952 }, + }, + { + zip_code: '56672', + usps_city: 'Remer', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2026.0, + density: 1.8, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.01538, lat: 47.07447 }, + }, + { + zip_code: '57047', + usps_city: 'Monroe', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 7.2, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "67.58", "46087": "32.42"}', + coty_name: ['Turner', 'McCook'], + cty_code: ['46125', '46087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21195, lat: 43.52064 }, + }, + { + zip_code: '57059', + usps_city: 'Scotland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1221.0, + density: 3.1, + primary_coty_code: '46009', + primary_coty_name: 'Bon Homme', + county_weights: '{"46009": "78.98", "46067": "21.02"}', + coty_name: ['Bon Homme', 'Hutchinson'], + cty_code: ['46009', '46067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75782, lat: 43.12564 }, + }, + { + zip_code: '57103', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 35493.0, + density: 1141.5, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68894, lat: 43.54647 }, + }, + { + zip_code: '57232', + usps_city: 'Eden', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 1.5, + primary_coty_code: '46091', + primary_coty_name: 'Marshall', + county_weights: '{"46091": "100"}', + coty_name: ['Marshall'], + cty_code: ['46091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38428, lat: 45.61756 }, + }, + { + zip_code: '57337', + usps_city: 'Fedora', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 0.6, + primary_coty_code: '46097', + primary_coty_name: 'Miner', + county_weights: '{"46097": "100"}', + coty_name: ['Miner'], + cty_code: ['46097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79213, lat: 44.00976 }, + }, + { + zip_code: '57569', + usps_city: 'Reliance', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 0.3, + primary_coty_code: '46085', + primary_coty_name: 'Lyman', + county_weights: '{"46085": "100"}', + coty_name: ['Lyman'], + cty_code: ['46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.57537, lat: 43.85788 }, + }, + { + zip_code: '57622', + usps_city: 'Cherry Creek', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 1.4, + primary_coty_code: '46137', + primary_coty_name: 'Ziebach', + county_weights: '{"46137": "100"}', + coty_name: ['Ziebach'], + cty_code: ['46137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.54094, lat: 44.66411 }, + }, + { + zip_code: '57750', + usps_city: 'Interior', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 0.2, + primary_coty_code: '46071', + primary_coty_name: 'Jackson', + county_weights: '{"46071": "100"}', + coty_name: ['Jackson'], + cty_code: ['46071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.95411, lat: 43.59156 }, + }, + { + zip_code: '58013', + usps_city: 'Cayuga', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 0.8, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "100"}', + coty_name: ['Sargent'], + cty_code: ['38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36279, lat: 46.06134 }, + }, + { + zip_code: '58051', + usps_city: 'Kindred', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1875.0, + density: 6.6, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "80.8", "38077": "19.2"}', + coty_name: ['Cass', 'Richland'], + cty_code: ['38017', '38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.03054, lat: 46.6414 }, + }, + { + zip_code: '58081', + usps_city: 'Wyndmere', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 1.9, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14137, lat: 46.31072 }, + }, + { + zip_code: '58492', + usps_city: 'Wimbledon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 1.1, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "82.95", "38093": "11.23", "38039": "5.82"}', + coty_name: ['Barnes', 'Stutsman', 'Griggs'], + cty_code: ['38003', '38093', '38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.43797, lat: 47.15447 }, + }, + { + zip_code: '58626', + usps_city: 'Dunn Center', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 430.0, + density: 1.0, + primary_coty_code: '38025', + primary_coty_name: 'Dunn', + county_weights: '{"38025": "100"}', + coty_name: ['Dunn'], + cty_code: ['38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.62034, lat: 47.38146 }, + }, + { + zip_code: '58643', + usps_city: 'Marmarth', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 0.2, + primary_coty_code: '38087', + primary_coty_name: 'Slope', + county_weights: '{"38087": "88.48", "38011": "11.52"}', + coty_name: ['Slope', 'Bowman'], + cty_code: ['38087', '38011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.94448, lat: 46.32971 }, + }, + { + zip_code: '58702', + usps_city: 'Minot', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "0"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.29379, lat: 48.23214 }, + }, + { + zip_code: '90007', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42433.0, + density: 6640.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.28489, lat: 34.02809 }, + }, + { + zip_code: '90017', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27723.0, + density: 14737.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2643, lat: 34.05291 }, + }, + { + zip_code: '90019', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64534.0, + density: 6408.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33868, lat: 34.04864 }, + }, + { + zip_code: '90063', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53980.0, + density: 6368.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.18597, lat: 34.0451 }, + }, + { + zip_code: '90222', + usps_city: 'Compton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33200.0, + density: 4981.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2365, lat: 33.91238 }, + }, + { + zip_code: '90603', + usps_city: 'Whittier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21584.0, + density: 2549.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.99253, lat: 33.94541 }, + }, + { + zip_code: '90630', + usps_city: 'Cypress', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49205.0, + density: 3100.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "99.61", "06037": "0.39"}', + coty_name: ['Orange', 'Los Angeles'], + cty_code: ['06059', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.03816, lat: 33.81814 }, + }, + { + zip_code: '90638', + usps_city: 'La Mirada', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49227.0, + density: 2415.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "99.02", "06059": "0.98"}', + coty_name: ['Los Angeles', 'Orange'], + cty_code: ['06037', '06059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.0092, lat: 33.90241 }, + }, + { + zip_code: '91377', + usps_city: 'Oak Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13853.0, + density: 1010.6, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.76687, lat: 34.18496 }, + }, + { + zip_code: '91761', + usps_city: 'Ontario', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 61425.0, + density: 813.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.59211, lat: 34.03458 }, + }, + { + zip_code: '91767', + usps_city: 'Pomona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50606.0, + density: 3475.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.73845, lat: 34.08145 }, + }, + { + zip_code: '92058', + usps_city: 'Oceanside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46029.0, + density: 632.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.33968, lat: 33.27081 }, + }, + { + zip_code: '92061', + usps_city: 'Pauma Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2660.0, + density: 25.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.92484, lat: 33.29851 }, + }, + { + zip_code: '92109', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47111.0, + density: 2394.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.23324, lat: 32.78699 }, + }, + { + zip_code: '92129', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54762.0, + density: 1504.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.12604, lat: 32.96486 }, + }, + { + zip_code: '92147', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 2112.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2193, lat: 32.72458 }, + }, + { + zip_code: '92243', + usps_city: 'El Centro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50402.0, + density: 176.5, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.59931, lat: 32.77255 }, + }, + { + zip_code: '92274', + usps_city: 'Thermal', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15317.0, + density: 33.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "80.05", "06025": "19.95"}', + coty_name: ['Riverside', 'Imperial'], + cty_code: ['06065', '06025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.08565, lat: 33.46162 }, + }, + { + zip_code: '92320', + usps_city: 'Calimesa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8753.0, + density: 318.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.05205, lat: 33.99042 }, + }, + { + zip_code: '92372', + usps_city: 'Pinon Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6071.0, + density: 84.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.62514, lat: 34.44481 }, + }, + { + zip_code: '92563', + usps_city: 'Murrieta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 69469.0, + density: 1326.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.14579, lat: 33.57996 }, + }, + { + zip_code: '92606', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26171.0, + density: 2089.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81724, lat: 33.70043 }, + }, + { + zip_code: '92882', + usps_city: 'Corona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 73250.0, + density: 1099.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.60424, lat: 33.84194 }, + }, + { + zip_code: '93013', + usps_city: 'Carpinteria', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16652.0, + density: 112.9, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "99.46", "06111": "0.54"}', + coty_name: ['Santa Barbara', 'Ventura'], + cty_code: ['06083', '06111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.49416, lat: 34.44012 }, + }, + { + zip_code: '93030', + usps_city: 'Oxnard', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58422.0, + density: 1608.8, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.17482, lat: 34.2053 }, + }, + { + zip_code: '94566', + usps_city: 'Pleasanton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45893.0, + density: 902.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.8591, lat: 37.64912 }, + }, + { + zip_code: '94587', + usps_city: 'Union City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74722.0, + density: 1462.9, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01865, lat: 37.60315 }, + }, + { + zip_code: '94612', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15785.0, + density: 7129.0, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26909, lat: 37.80878 }, + }, + { + zip_code: '94925', + usps_city: 'Corte Madera', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9838.0, + density: 1202.0, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5128, lat: 37.92376 }, + }, + { + zip_code: '94940', + usps_city: 'Marshall', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 4.9, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.87275, lat: 38.17042 }, + }, + { + zip_code: '94973', + usps_city: 'Woodacre', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1228.0, + density: 119.0, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63965, lat: 38.01266 }, + }, + { + zip_code: '95013', + usps_city: 'Coyote', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 21.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.74153, lat: 37.21535 }, + }, + { + zip_code: '95319', + usps_city: 'Empire', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1745.0, + density: 1080.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.9031, lat: 37.63936 }, + }, + { + zip_code: '95321', + usps_city: 'Groveland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3541.0, + density: 7.8, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "97.81", "06043": "2.19"}', + coty_name: ['Tuolumne', 'Mariposa'], + cty_code: ['06109', '06043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.02585, lat: 37.86092 }, + }, + { + zip_code: '95326', + usps_city: 'Hughson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10147.0, + density: 142.7, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85286, lat: 37.59044 }, + }, + { + zip_code: '95457', + usps_city: 'Lower Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3227.0, + density: 8.4, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5316, lat: 38.88145 }, + }, + { + zip_code: '95490', + usps_city: 'Willits', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12975.0, + density: 12.8, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.33932, lat: 39.49709 }, + }, + { + zip_code: '95493', + usps_city: 'Witter Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 32.1, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.97207, lat: 39.18538 }, + }, + { + zip_code: '95503', + usps_city: 'Eureka', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25972.0, + density: 116.0, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.09613, lat: 40.72426 }, + }, + { + zip_code: '95542', + usps_city: 'Garberville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1871.0, + density: 3.7, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.78492, lat: 40.08672 }, + }, + { + zip_code: '95603', + usps_city: 'Auburn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29474.0, + density: 291.6, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.08045, lat: 38.917 }, + }, + { + zip_code: '95607', + usps_city: 'Capay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 1.1, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12724, lat: 38.79135 }, + }, + { + zip_code: '95616', + usps_city: 'Davis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52212.0, + density: 731.5, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.7977, lat: 38.55932 }, + }, + { + zip_code: '95683', + usps_city: 'Sloughhouse', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6326.0, + density: 26.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.10153, lat: 38.50764 }, + }, + { + zip_code: '95695', + usps_city: 'Woodland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41278.0, + density: 112.1, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.85704, lat: 38.6871 }, + }, + { + zip_code: '95701', + usps_city: 'Alta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 915.0, + density: 10.6, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.76634, lat: 39.22737 }, + }, + { + zip_code: '95724', + usps_city: 'Norden', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 7.1, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.32804, lat: 39.31171 }, + }, + { + zip_code: '95946', + usps_city: 'Penn Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8977.0, + density: 82.8, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "100"}', + coty_name: ['Nevada'], + cty_code: ['6057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.20124, lat: 39.21537 }, + }, + { + zip_code: '95966', + usps_city: 'Oroville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29860.0, + density: 62.6, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "99.54", "06115": "0.46"}', + coty_name: ['Butte', 'Yuba'], + cty_code: ['06007', '06115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.42821, lat: 39.47123 }, + }, + { + zip_code: '95982', + usps_city: 'Sutter', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3259.0, + density: 28.4, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.80465, lat: 39.18314 }, + }, + { + zip_code: '96019', + usps_city: 'Shasta Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10178.0, + density: 359.1, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37743, lat: 40.67917 }, + }, + { + zip_code: '96048', + usps_city: 'Junction City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 1.8, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0521, lat: 40.82089 }, + }, + { + zip_code: '96051', + usps_city: 'Lakehead', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 1.7, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4031, lat: 40.9326 }, + }, + { + zip_code: '96096', + usps_city: 'Whitmore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 2.4, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.8394, lat: 40.64528 }, + }, + { + zip_code: '96141', + usps_city: 'Homewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 13.0, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.17341, lat: 39.07853 }, + }, + { + zip_code: '96148', + usps_city: 'Tahoe Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 164.7, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.05806, lat: 39.24685 }, + }, + { + zip_code: '96759', + usps_city: 'Kunia', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 20.4, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.07241, lat: 21.46741 }, + }, + { + zip_code: '96795', + usps_city: 'Waimanalo', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 9642.0, + density: 333.7, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.71822, lat: 21.34033 }, + }, + { + zip_code: '96814', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 20035.0, + density: 6211.6, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.84693, lat: 21.29399 }, + }, + { + zip_code: '96859', + usps_city: 'Tripler Army Medical Center', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 346.2, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.89064, lat: 21.36046 }, + }, + { + zip_code: '97004', + usps_city: 'Beavercreek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4241.0, + density: 37.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.46006, lat: 45.25113 }, + }, + { + zip_code: '97005', + usps_city: 'Beaverton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26329.0, + density: 1914.3, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.8035, lat: 45.49095 }, + }, + { + zip_code: '97033', + usps_city: 'Kent', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 0.1, + primary_coty_code: '41055', + primary_coty_name: 'Sherman', + county_weights: '{"41055": "100"}', + coty_name: ['Sherman'], + cty_code: ['41055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.5876, lat: 45.23361 }, + }, + { + zip_code: '97110', + usps_city: 'Cannon Beach', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1166.0, + density: 137.1, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "100"}', + coty_name: ['Clatsop'], + cty_code: ['41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.9554, lat: 45.90103 }, + }, + { + zip_code: '97135', + usps_city: 'Pacific City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 716.0, + density: 64.5, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.95611, lat: 45.19514 }, + }, + { + zip_code: '97361', + usps_city: 'Monmouth', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12297.0, + density: 34.0, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "98.07", "41003": "1.93"}', + coty_name: ['Polk', 'Benton'], + cty_code: ['41053', '41003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.33919, lat: 44.7692 }, + }, + { + zip_code: '97423', + usps_city: 'Coquille', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6670.0, + density: 20.3, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.17293, lat: 43.19484 }, + }, + { + zip_code: '97499', + usps_city: 'Yoncalla', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 5.3, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.25553, lat: 43.59277 }, + }, + { + zip_code: '97623', + usps_city: 'Bonanza', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2566.0, + density: 2.7, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31966, lat: 42.18157 }, + }, + { + zip_code: '97638', + usps_city: 'Silver Lake', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 559.0, + density: 0.5, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.99851, lat: 43.13952 }, + }, + { + zip_code: '97720', + usps_city: 'Burns', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4435.0, + density: 1.7, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.84711, lat: 43.56855 }, + }, + { + zip_code: '97738', + usps_city: 'Hines', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1772.0, + density: 9.3, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.15178, lat: 43.52256 }, + }, + { + zip_code: '97828', + usps_city: 'Enterprise', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3162.0, + density: 1.7, + primary_coty_code: '41063', + primary_coty_name: 'Wallowa', + county_weights: '{"41063": "100"}', + coty_name: ['Wallowa'], + cty_code: ['41063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2286, lat: 45.7068 }, + }, + { + zip_code: '97839', + usps_city: 'Lexington', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 0.5, + primary_coty_code: '41049', + primary_coty_name: 'Morrow', + county_weights: '{"41049": "100"}', + coty_name: ['Morrow'], + cty_code: ['41049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.59274, lat: 45.59138 }, + }, + { + zip_code: '97864', + usps_city: 'Monument', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 0.3, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.44529, lat: 44.84588 }, + }, + { + zip_code: '98032', + usps_city: 'Kent', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 39074.0, + density: 901.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.25872, lat: 47.39234 }, + }, + { + zip_code: '98034', + usps_city: 'Kirkland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 43471.0, + density: 1853.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2158, lat: 47.71577 }, + }, + { + zip_code: '98133', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 48650.0, + density: 2649.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34425, lat: 47.73988 }, + }, + { + zip_code: '98146', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 27780.0, + density: 2302.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.35751, lat: 47.50009 }, + }, + { + zip_code: '98253', + usps_city: 'Greenbank', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 55.9, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.57687, lat: 48.08535 }, + }, + { + zip_code: '98310', + usps_city: 'Bremerton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20575.0, + density: 1332.8, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.623, lat: 47.59269 }, + }, + { + zip_code: '98338', + usps_city: 'Graham', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 28783.0, + density: 206.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28328, lat: 47.02047 }, + }, + { + zip_code: '98345', + usps_city: 'Keyport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 430.0, + density: 328.8, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62354, lat: 47.69921 }, + }, + { + zip_code: '98373', + usps_city: 'Puyallup', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 26344.0, + density: 1081.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32519, lat: 47.1476 }, + }, + { + zip_code: '93268', + usps_city: 'Taft', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18731.0, + density: 172.3, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.42517, lat: 35.16239 }, + }, + { + zip_code: '93440', + usps_city: 'Los Alamos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1659.0, + density: 15.9, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.24455, lat: 34.72943 }, + }, + { + zip_code: '93526', + usps_city: 'Independence', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 1.8, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.28513, lat: 36.81063 }, + }, + { + zip_code: '93555', + usps_city: 'Ridgecrest', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33833.0, + density: 160.2, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "99.31", "06071": "0.69"}', + coty_name: ['Kern', 'San Bernardino'], + cty_code: ['06029', '06071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.68503, lat: 35.6075 }, + }, + { + zip_code: '93960', + usps_city: 'Soledad', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26966.0, + density: 51.0, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.34114, lat: 36.39832 }, + }, + { + zip_code: '94021', + usps_city: 'Loma Mar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 43.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28065, lat: 37.27091 }, + }, + { + zip_code: '94025', + usps_city: 'Menlo Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43392.0, + density: 1399.0, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17249, lat: 37.46321 }, + }, + { + zip_code: '94060', + usps_city: 'Pescadero', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 4.9, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33714, lat: 37.22338 }, + }, + { + zip_code: '94121', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43616.0, + density: 5465.6, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49449, lat: 37.77651 }, + }, + { + zip_code: '94305', + usps_city: 'Stanford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16397.0, + density: 1234.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17097, lat: 37.41721 }, + }, + { + zip_code: '98377', + usps_city: 'Randle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 3.2, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.89481, lat: 46.52518 }, + }, + { + zip_code: '98388', + usps_city: 'Steilacoom', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6627.0, + density: 289.4, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66275, lat: 47.19891 }, + }, + { + zip_code: '98390', + usps_city: 'Sumner', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 10935.0, + density: 435.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.22801, lat: 47.20999 }, + }, + { + zip_code: '98407', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21439.0, + density: 1475.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51131, lat: 47.28861 }, + }, + { + zip_code: '98586', + usps_city: 'South Bend', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1569.0, + density: 4.5, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.81369, lat: 46.54489 }, + }, + { + zip_code: '98635', + usps_city: 'Lyle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 4.9, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.20388, lat: 45.74258 }, + }, + { + zip_code: '98650', + usps_city: 'Trout Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 946.0, + density: 4.4, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52874, lat: 45.97293 }, + }, + { + zip_code: '98685', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29792.0, + density: 1182.2, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68991, lat: 45.71621 }, + }, + { + zip_code: '98850', + usps_city: 'Rock Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1661.0, + density: 28.2, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "100"}', + coty_name: ['Douglas'], + cty_code: ['53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.07758, lat: 47.30764 }, + }, + { + zip_code: '98925', + usps_city: 'Easton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 532.0, + density: 1.6, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28081, lat: 47.25806 }, + }, + { + zip_code: '99017', + usps_city: 'Lamont', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 0.6, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.8756, lat: 47.18881 }, + }, + { + zip_code: '99040', + usps_city: 'Wellpinit', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 2.7, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.00526, lat: 47.90086 }, + }, + { + zip_code: '99114', + usps_city: 'Colville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12876.0, + density: 6.8, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.7396, lat: 48.65406 }, + }, + { + zip_code: '99121', + usps_city: 'Danville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 1.5, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.46514, lat: 48.94794 }, + }, + { + zip_code: '99149', + usps_city: 'Malden', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 44.4, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.46406, lat: 47.21719 }, + }, + { + zip_code: '99154', + usps_city: 'Mohler', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 0.6, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36596, lat: 47.38973 }, + }, + { + zip_code: '99354', + usps_city: 'Richland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23742.0, + density: 452.1, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.3067, lat: 46.32566 }, + }, + { + zip_code: '99357', + usps_city: 'Royal City', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4183.0, + density: 7.0, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.66058, lat: 46.89138 }, + }, + { + zip_code: '99577', + usps_city: 'Eagle River', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 28462.0, + density: 51.2, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.24656, lat: 61.19692 }, + }, + { + zip_code: '99647', + usps_city: 'Pedro Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 0.1, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -154.07573, lat: 59.86805 }, + }, + { + zip_code: '99653', + usps_city: 'Port Alsworth', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 2.3, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -154.32566, lat: 60.19559 }, + }, + { + zip_code: '99683', + usps_city: 'Trapper Creek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 0.1, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.00458, lat: 62.5018 }, + }, + { + zip_code: '99685', + usps_city: 'Unalaska', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 4505.0, + density: 29.3, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -166.47449, lat: 53.876 }, + }, + { + zip_code: '99702', + usps_city: 'Eielson Afb', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 3267.0, + density: 78.1, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -147.04901, lat: 64.64824 }, + }, + { + zip_code: '99776', + usps_city: 'Tanacross', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 2.8, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "100"}', + coty_name: ['Southeast Fairbanks'], + cty_code: ['2240'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -143.4114, lat: 63.38825 }, + }, + { + zip_code: '99925', + usps_city: 'Klawock', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 908.0, + density: 6.3, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -132.97482, lat: 55.55796 }, + }, + { + zip_code: '652', + usps_city: 'Garrochales', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 3565.0, + density: 199.0, + primary_coty_code: '72013', + primary_coty_name: 'Arecibo', + county_weights: '{"72013": "100"}', + coty_name: ['Arecibo'], + cty_code: ['72013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.60635, lat: 18.45542 }, + }, + { + zip_code: '683', + usps_city: 'San German', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 29487.0, + density: 218.2, + primary_coty_code: '72125', + primary_coty_name: 'San Germ\u00e1n', + county_weights: '{"72125": "100"}', + coty_name: ['San Germ\u00e1n'], + cty_code: ['72125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.0373, lat: 18.10998 }, + }, + { + zip_code: '730', + usps_city: 'Ponce', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 30175.0, + density: 1788.3, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "100"}', + coty_name: ['Ponce'], + cty_code: ['72113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.61659, lat: 18.03091 }, + }, + { + zip_code: '767', + usps_city: 'Yabucoa', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 33499.0, + density: 233.4, + primary_coty_code: '72151', + primary_coty_name: 'Yabucoa', + county_weights: '{"72151": "99.79", "72069": "0.21"}', + coty_name: ['Yabucoa', 'Humacao'], + cty_code: ['72151', '72069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.89606, lat: 18.07052 }, + }, + { + zip_code: '911', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 7089.0, + density: 5751.7, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.05631, lat: 18.45135 }, + }, + { + zip_code: '917', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 18196.0, + density: 5415.5, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.05005, lat: 18.4214 }, + }, + { + zip_code: '960', + usps_city: 'Bayamon', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 2205.0, + density: 931.8, + primary_coty_code: '72021', + primary_coty_name: 'Bayam\u00f3n', + county_weights: '{"72021": "100"}', + coty_name: ['Bayam\u00f3n'], + cty_code: ['72021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.14444, lat: 18.41701 }, + }, + { + zip_code: '976', + usps_city: 'Trujillo Alto', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 58640.0, + density: 1352.7, + primary_coty_code: '72139', + primary_coty_name: 'Trujillo Alto', + county_weights: '{"72139": "95.15", "72031": "2.87", "72127": "1.98"}', + coty_name: ['Trujillo Alto', 'Carolina', 'San Juan'], + cty_code: ['72139', '72031', '72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.99209, lat: 18.33844 }, + }, + { + zip_code: '1039', + usps_city: 'Haydenville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 35.3, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "84.88", "25011": "15.12"}', + coty_name: ['Hampshire', 'Franklin'], + cty_code: ['25015', '25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.69363, lat: 42.40629 }, + }, + { + zip_code: '1053', + usps_city: 'Leeds', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1593.0, + density: 119.9, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.71162, lat: 42.35347 }, + }, + { + zip_code: '1095', + usps_city: 'Wilbraham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14728.0, + density: 252.8, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.42993, lat: 42.12764 }, + }, + { + zip_code: '1107', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11562.0, + density: 2962.0, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.6055, lat: 42.12129 }, + }, + { + zip_code: '1225', + usps_city: 'Cheshire', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3105.0, + density: 47.7, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.15484, lat: 42.56267 }, + }, + { + zip_code: '1438', + usps_city: 'East Templeton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 494.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.0317, lat: 42.5618 }, + }, + { + zip_code: '1730', + usps_city: 'Bedford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14070.0, + density: 396.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.27833, lat: 42.49697 }, + }, + { + zip_code: '1845', + usps_city: 'North Andover', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30842.0, + density: 453.1, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08653, lat: 42.67135 }, + }, + { + zip_code: '1867', + usps_city: 'Reading', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25077.0, + density: 972.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10555, lat: 42.53507 }, + }, + { + zip_code: '2053', + usps_city: 'Medway', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13325.0, + density: 446.0, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.42907, lat: 42.15352 }, + }, + { + zip_code: '2141', + usps_city: 'Cambridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14522.0, + density: 8709.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08268, lat: 42.36997 }, + }, + { + zip_code: '2445', + usps_city: 'Brookline', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 21074.0, + density: 3125.0, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13396, lat: 42.32599 }, + }, + { + zip_code: '2482', + usps_city: 'Wellesley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10855.0, + density: 995.0, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.29987, lat: 42.29384 }, + }, + { + zip_code: '2536', + usps_city: 'East Falmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19630.0, + density: 273.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.56721, lat: 41.59694 }, + }, + { + zip_code: '2539', + usps_city: 'Edgartown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4320.0, + density: 62.2, + primary_coty_code: '25007', + primary_coty_name: 'Dukes', + county_weights: '{"25007": "100"}', + coty_name: ['Dukes'], + cty_code: ['25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.53227, lat: 41.37993 }, + }, + { + zip_code: '2649', + usps_city: 'Mashpee', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14148.0, + density: 234.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.49053, lat: 41.61764 }, + }, + { + zip_code: '2865', + usps_city: 'Lincoln', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 17667.0, + density: 409.7, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.44847, lat: 41.91265 }, + }, + { + zip_code: '2876', + usps_city: 'Slatersville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 1075.9, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.58169, lat: 41.99625 }, + }, + { + zip_code: '2893', + usps_city: 'West Warwick', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 29143.0, + density: 1435.9, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51538, lat: 41.69855 }, + }, + { + zip_code: '2894', + usps_city: 'Wood River Junction', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 46.1, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.70056, lat: 41.44726 }, + }, + { + zip_code: '3086', + usps_city: 'Wilton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3816.0, + density: 54.6, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77106, lat: 42.82935 }, + }, + { + zip_code: '3276', + usps_city: 'Tilton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 8268.0, + density: 81.0, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "57.15", "33001": "42.85"}', + coty_name: ['Merrimack', 'Belknap'], + cty_code: ['33013', '33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57503, lat: 43.42788 }, + }, + { + zip_code: '3301', + usps_city: 'Concord', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 33162.0, + density: 259.2, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.54337, lat: 43.22434 }, + }, + { + zip_code: '3455', + usps_city: 'Marlborough', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2417.0, + density: 39.7, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.18349, lat: 42.89841 }, + }, + { + zip_code: '3603', + usps_city: 'Charlestown', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5318.0, + density: 48.2, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.38134, lat: 43.25149 }, + }, + { + zip_code: '3830', + usps_city: 'East Wakefield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1932.0, + density: 57.9, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.00259, lat: 43.63391 }, + }, + { + zip_code: '3869', + usps_city: 'Rollinsford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2522.0, + density: 137.3, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.84199, lat: 43.22066 }, + }, + { + zip_code: '4003', + usps_city: 'Bailey Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 122.1, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.98824, lat: 43.73158 }, + }, + { + zip_code: '4019', + usps_city: 'Cliff Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 10.7, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.0999, lat: 43.69149 }, + }, + { + zip_code: '4047', + usps_city: 'Parsonsfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1920.0, + density: 12.7, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91076, lat: 43.7362 }, + }, + { + zip_code: '4064', + usps_city: 'Old Orchard Beach', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8394.0, + density: 479.1, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.38985, lat: 43.52613 }, + }, + { + zip_code: '4093', + usps_city: 'Buxton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8243.0, + density: 78.5, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.5377, lat: 43.64281 }, + }, + { + zip_code: '4220', + usps_city: 'Buckfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3309.0, + density: 16.3, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.35329, lat: 44.33654 }, + }, + { + zip_code: '4231', + usps_city: 'Stoneham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 3.1, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88725, lat: 44.26422 }, + }, + { + zip_code: '4267', + usps_city: 'North Waterford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 11.9, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.7902, lat: 44.2104 }, + }, + { + zip_code: '4271', + usps_city: 'Paris', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.49813, lat: 44.26366 }, + }, + { + zip_code: '4347', + usps_city: 'Hallowell', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2445.0, + density: 161.0, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.81412, lat: 44.29046 }, + }, + { + zip_code: '4410', + usps_city: 'Bradford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 10.8, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.90696, lat: 45.08821 }, + }, + { + zip_code: '4421', + usps_city: 'Castine', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1117.0, + density: 55.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.79524, lat: 44.4111 }, + }, + { + zip_code: '4457', + usps_city: 'Lincoln', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5734.0, + density: 13.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.47826, lat: 45.41631 }, + }, + { + zip_code: '4543', + usps_city: 'Damariscotta', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2037.0, + density: 63.3, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.49212, lat: 44.03446 }, + }, + { + zip_code: '4573', + usps_city: 'Walpole', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 491.0, + density: 23.3, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.55374, lat: 43.95136 }, + }, + { + zip_code: '4735', + usps_city: 'Bridgewater', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 4.9, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.86466, lat: 46.41805 }, + }, + { + zip_code: '4781', + usps_city: 'Wallagrass', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 4.7, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.60948, lat: 47.14457 }, + }, + { + zip_code: '4862', + usps_city: 'Union', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4351.0, + density: 25.8, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.27714, lat: 44.26191 }, + }, + { + zip_code: '4957', + usps_city: 'Norridgewock', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4193.0, + density: 19.9, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.84608, lat: 44.70147 }, + }, + { + zip_code: '4985', + usps_city: 'West Forks', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 0.1, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.94295, lat: 45.37082 }, + }, + { + zip_code: '5070', + usps_city: 'South Strafford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 14.8, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.36404, lat: 43.83988 }, + }, + { + zip_code: '5350', + usps_city: 'Readsboro', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 6.5, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97178, lat: 42.79875 }, + }, + { + zip_code: '5464', + usps_city: 'Jeffersonville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3330.0, + density: 19.8, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "93.02", "50011": "6.98"}', + coty_name: ['Lamoille', 'Franklin'], + cty_code: ['50015', '50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.81763, lat: 44.64518 }, + }, + { + zip_code: '5476', + usps_city: 'Richford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3384.0, + density: 20.5, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.64117, lat: 44.96308 }, + }, + { + zip_code: '5487', + usps_city: 'Starksboro', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1668.0, + density: 14.3, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "98", "50007": "2"}', + coty_name: ['Addison', 'Chittenden'], + cty_code: ['50001', '50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.01056, lat: 44.2318 }, + }, + { + zip_code: '5847', + usps_city: 'Lowell', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 787.0, + density: 5.4, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.45682, lat: 44.79153 }, + }, + { + zip_code: '5868', + usps_city: 'Troy', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 8.3, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.37739, lat: 44.89457 }, + }, + { + zip_code: '5904', + usps_city: 'Gilman', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 168.3, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.70654, lat: 44.4166 }, + }, + { + zip_code: '6039', + usps_city: 'Lakeville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 39.3, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44477, lat: 41.95003 }, + }, + { + zip_code: '6071', + usps_city: 'Somers', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 11171.0, + density: 149.0, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.45213, lat: 41.99465 }, + }, + { + zip_code: '6455', + usps_city: 'Middlefield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3077.0, + density: 109.5, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.71719, lat: 41.51502 }, + }, + { + zip_code: '6754', + usps_city: 'Cornwall Bridge', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1789.0, + density: 21.3, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.35798, lat: 41.7718 }, + }, + { + zip_code: '6824', + usps_city: 'Fairfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 35349.0, + density: 677.9, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.28114, lat: 41.1757 }, + }, + { + zip_code: '6854', + usps_city: 'Norwalk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 30855.0, + density: 2442.1, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.42869, lat: 41.08954 }, + }, + { + zip_code: '6883', + usps_city: 'Weston', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 10287.0, + density: 200.9, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37257, lat: 41.2284 }, + }, + { + zip_code: '6905', + usps_city: 'Stamford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 20276.0, + density: 1574.8, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.54348, lat: 41.08883 }, + }, + { + zip_code: '7076', + usps_city: 'Scotch Plains', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24162.0, + density: 1035.7, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37392, lat: 40.63304 }, + }, + { + zip_code: '7302', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 46585.0, + density: 12296.9, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04681, lat: 40.71978 }, + }, + { + zip_code: '7407', + usps_city: 'Elmwood Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20059.0, + density: 2930.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12005, lat: 40.90494 }, + }, + { + zip_code: '7440', + usps_city: 'Pequannock', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4469.0, + density: 1104.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.29413, lat: 40.94671 }, + }, + { + zip_code: '7630', + usps_city: 'Emerson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7596.0, + density: 1314.8, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02397, lat: 40.97487 }, + }, + { + zip_code: '7751', + usps_city: 'Morganville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20149.0, + density: 482.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2591, lat: 40.3626 }, + }, + { + zip_code: '7939', + usps_city: 'Lyons', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 242.5, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55378, lat: 40.66736 }, + }, + { + zip_code: '8012', + usps_city: 'Blackwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 38504.0, + density: 998.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "55.82", "34015": "44.18"}', + coty_name: ['Camden', 'Gloucester'], + cty_code: ['34007', '34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05528, lat: 39.78429 }, + }, + { + zip_code: '8042', + usps_city: 'Juliustown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 124.4, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66234, lat: 40.0151 }, + }, + { + zip_code: '8066', + usps_city: 'Paulsboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8402.0, + density: 655.8, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2249, lat: 39.8345 }, + }, + { + zip_code: '8081', + usps_city: 'Sicklerville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 50067.0, + density: 722.8, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "96.01", "34015": "3.99"}', + coty_name: ['Camden', 'Gloucester'], + cty_code: ['34007', '34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97547, lat: 39.73665 }, + }, + { + zip_code: '8202', + usps_city: 'Avalon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1527.0, + density: 92.9, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73873, lat: 39.10018 }, + }, + { + zip_code: '8312', + usps_city: 'Clayton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8366.0, + density: 556.0, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0802, lat: 39.66131 }, + }, + { + zip_code: '8512', + usps_city: 'Cranbury', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10819.0, + density: 196.7, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "51.26", "34023": "48.74"}', + coty_name: ['Mercer', 'Middlesex'], + cty_code: ['34021', '34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.52661, lat: 40.32022 }, + }, + { + zip_code: '8535', + usps_city: 'Millstone Township', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4754.0, + density: 102.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.43932, lat: 40.23562 }, + }, + { + zip_code: '8609', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12562.0, + density: 3551.4, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74081, lat: 40.22595 }, + }, + { + zip_code: '8618', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 39283.0, + density: 2498.6, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.78773, lat: 40.24823 }, + }, + { + zip_code: '8628', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8809.0, + density: 487.3, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82334, lat: 40.26627 }, + }, + { + zip_code: '8757', + usps_city: 'Toms River', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 33737.0, + density: 505.3, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25617, lat: 39.94573 }, + }, + { + zip_code: '8807', + usps_city: 'Bridgewater', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 38136.0, + density: 576.0, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.62025, lat: 40.59277 }, + }, + { + zip_code: '8809', + usps_city: 'Clinton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6446.0, + density: 387.6, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92233, lat: 40.65125 }, + }, + { + zip_code: '8828', + usps_city: 'Helmetta', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2475.0, + density: 1153.7, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42385, lat: 40.37766 }, + }, + { + zip_code: '8835', + usps_city: 'Manville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10230.0, + density: 1670.9, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58923, lat: 40.542 }, + }, + { + zip_code: '8867', + usps_city: 'Pittstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5204.0, + density: 68.9, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96578, lat: 40.57358 }, + }, + { + zip_code: '8880', + usps_city: 'South Bound Brook', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4534.0, + density: 2708.5, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.52772, lat: 40.55353 }, + }, + { + zip_code: '10010', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 35906.0, + density: 36324.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98265, lat: 40.73911 }, + }, + { + zip_code: '10030', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31060.0, + density: 42987.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94288, lat: 40.81823 }, + }, + { + zip_code: '10034', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42399.0, + density: 15014.2, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9241, lat: 40.86715 }, + }, + { + zip_code: '10103', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97767, lat: 40.76078 }, + }, + { + zip_code: '10475', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42818.0, + density: 9612.7, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82532, lat: 40.86953 }, + }, + { + zip_code: '10704', + usps_city: 'Yonkers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31683.0, + density: 4579.4, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86176, lat: 40.91886 }, + }, + { + zip_code: '10913', + usps_city: 'Blauvelt', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5075.0, + density: 474.5, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95552, lat: 41.06885 }, + }, + { + zip_code: '10919', + usps_city: 'Circleville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 88.9, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.38317, lat: 41.52855 }, + }, + { + zip_code: '10968', + usps_city: 'Piermont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2400.0, + density: 1595.4, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91777, lat: 41.03936 }, + }, + { + zip_code: '10985', + usps_city: 'Thompson Ridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 243.3, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.3732, lat: 41.58358 }, + }, + { + zip_code: '11208', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 101313.0, + density: 10934.1, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87103, lat: 40.66855 }, + }, + { + zip_code: '11379', + usps_city: 'Middle Village', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37991.0, + density: 7069.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87953, lat: 40.71676 }, + }, + { + zip_code: '11428', + usps_city: 'Queens Village', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18836.0, + density: 8745.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74227, lat: 40.72098 }, + }, + { + zip_code: '11501', + usps_city: 'Mineola', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19621.0, + density: 3696.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63892, lat: 40.74633 }, + }, + { + zip_code: '11509', + usps_city: 'Atlantic Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1920.0, + density: 882.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72852, lat: 40.58877 }, + }, + { + zip_code: '11749', + usps_city: 'Islandia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3341.0, + density: 591.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.17087, lat: 40.80676 }, + }, + { + zip_code: '11756', + usps_city: 'Levittown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 43446.0, + density: 3037.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.51654, lat: 40.72543 }, + }, + { + zip_code: '11770', + usps_city: 'Ocean Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 49.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.15658, lat: 40.64579 }, + }, + { + zip_code: '11949', + usps_city: 'Manorville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13760.0, + density: 154.0, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80134, lat: 40.86546 }, + }, + { + zip_code: '11959', + usps_city: 'Quogue', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 545.0, + density: 54.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60118, lat: 40.82255 }, + }, + { + zip_code: '11960', + usps_city: 'Remsenburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 144.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70635, lat: 40.80854 }, + }, + { + zip_code: '12134', + usps_city: 'Northville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4059.0, + density: 8.1, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "54.86", "36091": "28.21", "36041": "16.92"}', + coty_name: ['Fulton', 'Saratoga', 'Hamilton'], + cty_code: ['36035', '36091', '36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22876, lat: 43.2662 }, + }, + { + zip_code: '12143', + usps_city: 'Ravena', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4728.0, + density: 94.3, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "93.65", "36039": "6.35"}', + coty_name: ['Albany', 'Greene'], + cty_code: ['36001', '36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.85204, lat: 42.48579 }, + }, + { + zip_code: '12186', + usps_city: 'Voorheesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6193.0, + density: 75.6, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97066, lat: 42.62751 }, + }, + { + zip_code: '12190', + usps_city: 'Wells', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 1.8, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27331, lat: 43.47353 }, + }, + { + zip_code: '12433', + usps_city: 'Glenford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 579.0, + density: 58.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15849, lat: 42.00337 }, + }, + { + zip_code: '12458', + usps_city: 'Napanoch', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2778.0, + density: 33.2, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "95.76", "36105": "4.24"}', + coty_name: ['Ulster', 'Sullivan'], + cty_code: ['36111', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41994, lat: 41.81571 }, + }, + { + zip_code: '12461', + usps_city: 'Olivebridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1654.0, + density: 26.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26928, lat: 41.90889 }, + }, + { + zip_code: '12507', + usps_city: 'Barrytown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 69.3, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92069, lat: 42.00374 }, + }, + { + zip_code: '12513', + usps_city: 'Claverack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 39.0, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72778, lat: 42.21761 }, + }, + { + zip_code: '12542', + usps_city: 'Marlboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5622.0, + density: 151.6, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "95.89", "36071": "4.11"}', + coty_name: ['Ulster', 'Orange'], + cty_code: ['36111', '36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99732, lat: 41.60744 }, + }, + { + zip_code: '12575', + usps_city: 'Rock Tavern', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2308.0, + density: 90.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15408, lat: 41.47844 }, + }, + { + zip_code: '12603', + usps_city: 'Poughkeepsie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42540.0, + density: 508.2, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86547, lat: 41.67822 }, + }, + { + zip_code: '12747', + usps_city: 'Hurleyville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2035.0, + density: 56.3, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66463, lat: 41.76737 }, + }, + { + zip_code: '12814', + usps_city: 'Bolton Landing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1284.0, + density: 10.9, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64715, lat: 43.61048 }, + }, + { + zip_code: '12843', + usps_city: 'Johnsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 547.0, + density: 3.6, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00429, lat: 43.57505 }, + }, + { + zip_code: '12862', + usps_city: 'Riparius', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91148, lat: 43.67954 }, + }, + { + zip_code: '12865', + usps_city: 'Salem', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3551.0, + density: 19.0, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.34102, lat: 43.2142 }, + }, + { + zip_code: '12866', + usps_city: 'Saratoga Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39689.0, + density: 228.7, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74082, lat: 43.07079 }, + }, + { + zip_code: '12981', + usps_city: 'Saranac', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2341.0, + density: 8.5, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "99.33", "36033": "0.67"}', + coty_name: ['Clinton', 'Franklin'], + cty_code: ['36019', '36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84303, lat: 44.62649 }, + }, + { + zip_code: '13365', + usps_city: 'Little Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8339.0, + density: 24.0, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8449, lat: 43.1214 }, + }, + { + zip_code: '13420', + usps_city: 'Old Forge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 1.5, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99236, lat: 43.70795 }, + }, + { + zip_code: '13478', + usps_city: 'Verona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3009.0, + density: 32.5, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58207, lat: 43.14924 }, + }, + { + zip_code: '13619', + usps_city: 'Carthage', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10400.0, + density: 36.9, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "88.77", "36049": "11.23"}', + coty_name: ['Jefferson', 'Lewis'], + cty_code: ['36045', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60121, lat: 43.97907 }, + }, + { + zip_code: '13731', + usps_city: 'Andes', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 4.0, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.78925, lat: 42.12927 }, + }, + { + zip_code: '13760', + usps_city: 'Endicott', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42372.0, + density: 332.6, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "92.06", "36107": "7.94"}', + coty_name: ['Broome', 'Tioga'], + cty_code: ['36007', '36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.08467, lat: 42.1349 }, + }, + { + zip_code: '13786', + usps_city: 'Harpersfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 9.1, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.69464, lat: 42.4414 }, + }, + { + zip_code: '13804', + usps_city: 'Masonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 8.2, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3739, lat: 42.21024 }, + }, + { + zip_code: '13863', + usps_city: 'Willet', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 17.6, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "100"}', + coty_name: ['Cortland'], + cty_code: ['36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.90866, lat: 42.44848 }, + }, + { + zip_code: '14013', + usps_city: 'Basom', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1703.0, + density: 16.2, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "98.46", "36029": "1.54"}', + coty_name: ['Genesee', 'Erie'], + cty_code: ['36037', '36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39763, lat: 43.08141 }, + }, + { + zip_code: '14136', + usps_city: 'Silver Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4667.0, + density: 77.8, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.17042, lat: 42.52306 }, + }, + { + zip_code: '14173', + usps_city: 'Yorkshire', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 187.4, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47312, lat: 42.52601 }, + }, + { + zip_code: '14227', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21497.0, + density: 959.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74615, lat: 42.88425 }, + }, + { + zip_code: '14304', + usps_city: 'Niagara Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29262.0, + density: 509.2, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95199, lat: 43.09942 }, + }, + { + zip_code: '14420', + usps_city: 'Brockport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21006.0, + density: 134.0, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "97.46", "36073": "2.54"}', + coty_name: ['Monroe', 'Orleans'], + cty_code: ['36055', '36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93455, lat: 43.212 }, + }, + { + zip_code: '14550', + usps_city: 'Silver Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1491.0, + density: 28.8, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09104, lat: 42.67783 }, + }, + { + zip_code: '14619', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13642.0, + density: 3617.6, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64897, lat: 43.13615 }, + }, + { + zip_code: '14772', + usps_city: 'Randolph', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 21.3, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95337, lat: 42.155 }, + }, + { + zip_code: '15047', + usps_city: 'Greenock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 215.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79998, lat: 40.31584 }, + }, + { + zip_code: '15066', + usps_city: 'New Brighton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12654.0, + density: 225.8, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25304, lat: 40.75195 }, + }, + { + zip_code: '15072', + usps_city: 'Pricedale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11.0, + density: 62.5, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85617, lat: 40.13936 }, + }, + { + zip_code: '15106', + usps_city: 'Carnegie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19667.0, + density: 680.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11423, lat: 40.41015 }, + }, + { + zip_code: '15110', + usps_city: 'Duquesne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5543.0, + density: 1177.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85012, lat: 40.37319 }, + }, + { + zip_code: '15456', + usps_city: 'Lemont Furnace', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2866.0, + density: 145.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65418, lat: 39.92547 }, + }, + { + zip_code: '15476', + usps_city: 'Ronco', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 845.6, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9206, lat: 39.86975 }, + }, + { + zip_code: '15483', + usps_city: 'Stockdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 555.5, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85071, lat: 40.08335 }, + }, + { + zip_code: '15534', + usps_city: 'Buffalo Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 7.2, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "98.5", "42111": "1.5"}', + coty_name: ['Bedford', 'Somerset'], + cty_code: ['42009', '42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69695, lat: 39.89839 }, + }, + { + zip_code: '15542', + usps_city: 'Garrett', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1064.0, + density: 12.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07152, lat: 39.87569 }, + }, + { + zip_code: '15544', + usps_city: 'Gray', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 78.3, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.09342, lat: 40.13565 }, + }, + { + zip_code: '15656', + usps_city: 'Leechburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10400.0, + density: 106.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "55.57", "42005": "44.43"}', + coty_name: ['Westmoreland', 'Armstrong'], + cty_code: ['42129', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.62207, lat: 40.64637 }, + }, + { + zip_code: '15724', + usps_city: 'Cherry Tree', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2233.0, + density: 18.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "75.29", "42033": "17.04", "42021": "7.67"}', + coty_name: ['Indiana', 'Clearfield', 'Cambria'], + cty_code: ['42063', '42033', '42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81775, lat: 40.73909 }, + }, + { + zip_code: '15736', + usps_city: 'Elderton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 875.0, + density: 102.5, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36647, lat: 40.70125 }, + }, + { + zip_code: '15764', + usps_city: 'Oliveburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 48.2, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02905, lat: 40.99257 }, + }, + { + zip_code: '15931', + usps_city: 'Ebensburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8834.0, + density: 44.0, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75705, lat: 40.51598 }, + }, + { + zip_code: '15945', + usps_city: 'Parkhill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 51.0, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86693, lat: 40.35788 }, + }, + { + zip_code: '16030', + usps_city: 'Eau Claire', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 105.8, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79704, lat: 41.13637 }, + }, + { + zip_code: '16036', + usps_city: 'Foxburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 28.4, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66917, lat: 41.13541 }, + }, + { + zip_code: '16113', + usps_city: 'Clark', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 251.1, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42506, lat: 41.28153 }, + }, + { + zip_code: '16114', + usps_city: 'Clarks Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 23.9, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18545, lat: 41.40413 }, + }, + { + zip_code: '16230', + usps_city: 'Hawthorn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 157.9, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2782, lat: 41.02099 }, + }, + { + zip_code: '16352', + usps_city: 'Tiona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 6.2, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03847, lat: 41.76719 }, + }, + { + zip_code: '16364', + usps_city: 'Venus', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1261.0, + density: 14.6, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "69.56", "42031": "30.44"}', + coty_name: ['Venango', 'Clarion'], + cty_code: ['42121', '42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.51593, lat: 41.36403 }, + }, + { + zip_code: '16405', + usps_city: 'Columbus', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 12.8, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53472, lat: 41.94691 }, + }, + { + zip_code: '16406', + usps_city: 'Conneautville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3069.0, + density: 15.5, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36272, lat: 41.74949 }, + }, + { + zip_code: '16441', + usps_city: 'Waterford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10562.0, + density: 36.2, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "98.33", "42039": "1.67"}', + coty_name: ['Erie', 'Crawford'], + cty_code: ['42049', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98764, lat: 41.95586 }, + }, + { + zip_code: '16624', + usps_city: 'Chest Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 71.7, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.60044, lat: 40.5704 }, + }, + { + zip_code: '16635', + usps_city: 'Duncansville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12477.0, + density: 84.8, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4893, lat: 40.41513 }, + }, + { + zip_code: '16725', + usps_city: 'Custer City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 236.5, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65296, lat: 41.90645 }, + }, + { + zip_code: '16803', + usps_city: 'State College', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25708.0, + density: 409.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89958, lat: 40.80168 }, + }, + { + zip_code: '16858', + usps_city: 'Morrisdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3737.0, + density: 26.9, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20035, lat: 41.00053 }, + }, + { + zip_code: '16874', + usps_city: 'Snow Shoe', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1327.0, + density: 14.8, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.95747, lat: 40.99793 }, + }, + { + zip_code: '16937', + usps_city: 'Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 7.9, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71116, lat: 41.96562 }, + }, + { + zip_code: '17049', + usps_city: 'McAlisterville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3609.0, + density: 34.8, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.25612, lat: 40.65303 }, + }, + { + zip_code: '17070', + usps_city: 'New Cumberland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16119.0, + density: 464.3, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "53.31", "42133": "46.69"}', + coty_name: ['Cumberland', 'York'], + cty_code: ['42041', '42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86587, lat: 40.20299 }, + }, + { + zip_code: '17074', + usps_city: 'Newport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7296.0, + density: 44.3, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14455, lat: 40.4804 }, + }, + { + zip_code: '17077', + usps_city: 'Ono', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 11406.4, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53593, lat: 40.40301 }, + }, + { + zip_code: '17220', + usps_city: 'Dry Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 12.2, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74114, lat: 40.18486 }, + }, + { + zip_code: '17271', + usps_city: 'Willow Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 9.4, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.80314, lat: 40.0977 }, + }, + { + zip_code: '17320', + usps_city: 'Fairfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7861.0, + density: 54.7, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38764, lat: 39.76858 }, + }, + { + zip_code: '17321', + usps_city: 'Fawn Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2347.0, + density: 55.6, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44716, lat: 39.75475 }, + }, + { + zip_code: '17584', + usps_city: 'Willow Street', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10585.0, + density: 281.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26504, lat: 39.95884 }, + }, + { + zip_code: '17744', + usps_city: 'Linden', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2996.0, + density: 48.3, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15989, lat: 41.24453 }, + }, + { + zip_code: '17847', + usps_city: 'Milton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11572.0, + density: 95.2, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "94.27", "42093": "5.73"}', + coty_name: ['Northumberland', 'Montour'], + cty_code: ['42097', '42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80591, lat: 41.0057 }, + }, + { + zip_code: '17881', + usps_city: 'Trevorton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1424.0, + density: 115.7, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67013, lat: 40.78285 }, + }, + { + zip_code: '17961', + usps_city: 'Orwigsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6590.0, + density: 95.6, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06158, lat: 40.64791 }, + }, + { + zip_code: '17972', + usps_city: 'Schuylkill Haven', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11308.0, + density: 106.6, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20538, lat: 40.58962 }, + }, + { + zip_code: '17980', + usps_city: 'Tower City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3037.0, + density: 29.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "92.87", "42043": "7.13"}', + coty_name: ['Schuylkill', 'Dauphin'], + cty_code: ['42107', '42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60773, lat: 40.5406 }, + }, + { + zip_code: '17982', + usps_city: 'Tuscarora', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 35.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02126, lat: 40.78586 }, + }, + { + zip_code: '18330', + usps_city: 'Effort', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8452.0, + density: 199.0, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.44909, lat: 40.97068 }, + }, + { + zip_code: '18342', + usps_city: 'Mountainhome', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 660.0, + density: 231.9, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27267, lat: 41.16691 }, + }, + { + zip_code: '18460', + usps_city: 'South Sterling', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 13.4, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "80.98", "42103": "19.02"}', + coty_name: ['Wayne', 'Pike'], + cty_code: ['42127', '42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32354, lat: 41.25393 }, + }, + { + zip_code: '18463', + usps_city: 'Sterling', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 31.9, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40332, lat: 41.34925 }, + }, + { + zip_code: '18653', + usps_city: 'Ransom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 329.6, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82357, lat: 41.39328 }, + }, + { + zip_code: '18851', + usps_city: 'Warren Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 10.4, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17605, lat: 41.93406 }, + }, + { + zip_code: '19015', + usps_city: 'Brookhaven', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16809.0, + density: 1978.3, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39286, lat: 39.86921 }, + }, + { + zip_code: '19026', + usps_city: 'Drexel Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30573.0, + density: 3257.7, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30406, lat: 39.9503 }, + }, + { + zip_code: '19038', + usps_city: 'Glenside', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31415.0, + density: 1534.6, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17242, lat: 40.10169 }, + }, + { + zip_code: '19083', + usps_city: 'Havertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 36633.0, + density: 2545.4, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "99.82", "42091": "0.18"}', + coty_name: ['Delaware', 'Montgomery'], + cty_code: ['42045', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3121, lat: 39.97701 }, + }, + { + zip_code: '19120', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 74060.0, + density: 8401.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11998, lat: 40.03365 }, + }, + { + zip_code: '19138', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32766.0, + density: 7343.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15901, lat: 40.05611 }, + }, + { + zip_code: '19154', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35098.0, + density: 2121.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98161, lat: 40.09506 }, + }, + { + zip_code: '19540', + usps_city: 'Mohnton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11270.0, + density: 127.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "92.43", "42071": "7.57"}', + coty_name: ['Berks', 'Lancaster'], + cty_code: ['42011', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96612, lat: 40.23692 }, + }, + { + zip_code: '19545', + usps_city: 'New Berlinville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 527.7, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62407, lat: 40.34153 }, + }, + { + zip_code: '19717', + usps_city: 'Newark', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 3868.0, + density: 8038.0, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75205, lat: 39.67852 }, + }, + { + zip_code: '20037', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 15179.0, + density: 9122.6, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05609, lat: 38.89797 }, + }, + { + zip_code: '20057', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 3900.0, + density: 8858.9, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0756, lat: 38.90917 }, + }, + { + zip_code: '20187', + usps_city: 'Warrenton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18738.0, + density: 148.9, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74269, lat: 38.72258 }, + }, + { + zip_code: '20260', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02504, lat: 38.88368 }, + }, + { + zip_code: '20602', + usps_city: 'Waldorf', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 26550.0, + density: 739.1, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89426, lat: 38.58396 }, + }, + { + zip_code: '20609', + usps_city: 'Avenue', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1151.0, + density: 44.6, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.75504, lat: 38.27423 }, + }, + { + zip_code: '20701', + usps_city: 'Annapolis Junction', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 26.8, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100", "24003": "0"}', + coty_name: ['Howard', 'Anne Arundel'], + cty_code: ['24027', '24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78423, lat: 39.12627 }, + }, + { + zip_code: '20711', + usps_city: 'Lothian', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7413.0, + density: 84.2, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65199, lat: 38.80509 }, + }, + { + zip_code: '20751', + usps_city: 'Deale', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2091.0, + density: 158.3, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56104, lat: 38.79605 }, + }, + { + zip_code: '21046', + usps_city: 'Columbia', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15655.0, + density: 775.5, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84188, lat: 39.17356 }, + }, + { + zip_code: '21113', + usps_city: 'Odenton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 34473.0, + density: 922.5, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71657, lat: 39.0536 }, + }, + { + zip_code: '21228', + usps_city: 'Catonsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 48196.0, + density: 1200.3, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "99.44", "24510": "0.56"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7474, lat: 39.27264 }, + }, + { + zip_code: '21230', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 34274.0, + density: 2098.3, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62243, lat: 39.2663 }, + }, + { + zip_code: '21532', + usps_city: 'Frostburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 14726.0, + density: 73.0, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "90.26", "24023": "9.74"}', + coty_name: ['Allegany', 'Garrett'], + cty_code: ['24001', '24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.95941, lat: 39.656 }, + }, + { + zip_code: '21545', + usps_city: 'Mount Savage', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1740.0, + density: 46.7, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86373, lat: 39.70093 }, + }, + { + zip_code: '21561', + usps_city: 'Swanton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2464.0, + density: 10.3, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.20056, lat: 39.49464 }, + }, + { + zip_code: '21635', + usps_city: 'Galena', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1983.0, + density: 24.9, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84055, lat: 39.33861 }, + }, + { + zip_code: '21671', + usps_city: 'Tilghman', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 984.0, + density: 179.8, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33563, lat: 38.69644 }, + }, + { + zip_code: '21783', + usps_city: 'Smithsburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 8894.0, + density: 76.5, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "87.57", "24021": "12.43"}', + coty_name: ['Washington', 'Frederick'], + cty_code: ['24043', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55503, lat: 39.65159 }, + }, + { + zip_code: '21838', + usps_city: 'Marion Station', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1657.0, + density: 12.0, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73083, lat: 38.01378 }, + }, + { + zip_code: '22625', + usps_city: 'Cross Junction', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3469.0, + density: 30.6, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "100"}', + coty_name: ['Frederick'], + cty_code: ['51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.30802, lat: 39.37443 }, + }, + { + zip_code: '22722', + usps_city: 'Haywood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 26.8, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.22953, lat: 38.46159 }, + }, + { + zip_code: '22821', + usps_city: 'Dayton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5428.0, + density: 25.6, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08519, lat: 38.47071 }, + }, + { + zip_code: '58757', + usps_city: 'Mandaree', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 0.9, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "75.58", "38025": "24.42"}', + coty_name: ['McKenzie', 'Dunn'], + cty_code: ['38053', '38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.55689, lat: 47.69113 }, + }, + { + zip_code: '58758', + usps_city: 'Martin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 0.7, + primary_coty_code: '38083', + primary_coty_name: 'Sheridan', + county_weights: '{"38083": "69.82", "38069": "15.77", "38103": "14.41"}', + coty_name: ['Sheridan', 'Pierce', 'Wells'], + cty_code: ['38083', '38069', '38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.10825, lat: 47.77614 }, + }, + { + zip_code: '58772', + usps_city: 'Portal', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 1.2, + primary_coty_code: '38013', + primary_coty_name: 'Burke', + county_weights: '{"38013": "100"}', + coty_name: ['Burke'], + cty_code: ['38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.62408, lat: 48.96554 }, + }, + { + zip_code: '59201', + usps_city: 'Wolf Point', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 5838.0, + density: 1.6, + primary_coty_code: '30085', + primary_coty_name: 'Roosevelt', + county_weights: '{"30085": "91.59", "30055": "5.16", "30105": "3.25"}', + coty_name: ['Roosevelt', 'McCone', 'Valley'], + cty_code: ['30085', '30055', '30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.66875, lat: 48.1729 }, + }, + { + zip_code: '59315', + usps_city: 'Bloomfield', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.1, + primary_coty_code: '30021', + primary_coty_name: 'Dawson', + county_weights: '{"30021": "100"}', + coty_name: ['Dawson'], + cty_code: ['30021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.86239, lat: 47.44087 }, + }, + { + zip_code: '59416', + usps_city: 'Brady', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 0.3, + primary_coty_code: '30073', + primary_coty_name: 'Pondera', + county_weights: '{"30073": "79.53", "30015": "20.47"}', + coty_name: ['Pondera', 'Chouteau'], + cty_code: ['30073', '30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.49611, lat: 48.04197 }, + }, + { + zip_code: '59469', + usps_city: 'Raynesford', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 0.6, + primary_coty_code: '30045', + primary_coty_name: 'Judith Basin', + county_weights: '{"30045": "100"}', + coty_name: ['Judith Basin'], + cty_code: ['30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.70173, lat: 47.20156 }, + }, + { + zip_code: '59710', + usps_city: 'Alder', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 0.2, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.06068, lat: 45.06984 }, + }, + { + zip_code: '59732', + usps_city: 'Glen', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 0.9, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "71.09", "30057": "28.91"}', + coty_name: ['Beaverhead', 'Madison'], + cty_code: ['30001', '30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.7331, lat: 45.48812 }, + }, + { + zip_code: '59748', + usps_city: 'Ramsay', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 3.6, + primary_coty_code: '30093', + primary_coty_name: 'Silver Bow', + county_weights: '{"30093": "100"}', + coty_name: ['Silver Bow'], + cty_code: ['30093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.69922, lat: 46.04668 }, + }, + { + zip_code: '59846', + usps_city: 'Huson', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 2.5, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.51102, lat: 47.14829 }, + }, + { + zip_code: '60010', + usps_city: 'Barrington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 46455.0, + density: 242.9, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: + '{"17097": "50.32", "17031": "44.29", "17111": "5.08", "17089": "0.31"}', + coty_name: ['Lake', 'Cook', 'McHenry', 'Kane'], + cty_code: ['17097', '17031', '17111', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1635, lat: 42.1523 }, + }, + { + zip_code: '60020', + usps_city: 'Fox Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10422.0, + density: 872.2, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17751, lat: 42.39199 }, + }, + { + zip_code: '60029', + usps_city: 'Golf', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 476.0, + density: 219.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77837, lat: 42.05926 }, + }, + { + zip_code: '60050', + usps_city: 'Mchenry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32565.0, + density: 450.0, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "99.05", "17097": "0.95"}', + coty_name: ['McHenry', 'Lake'], + cty_code: ['17111', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29553, lat: 42.33113 }, + }, + { + zip_code: '60090', + usps_city: 'Wheeling', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 38553.0, + density: 1586.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92194, lat: 42.12952 }, + }, + { + zip_code: '60185', + usps_city: 'West Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 36100.0, + density: 459.1, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "99.59", "17089": "0.41"}', + coty_name: ['DuPage', 'Kane'], + cty_code: ['17043', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21263, lat: 41.89482 }, + }, + { + zip_code: '60415', + usps_city: 'Chicago Ridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14123.0, + density: 2371.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77881, lat: 41.70292 }, + }, + { + zip_code: '60426', + usps_city: 'Harvey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28683.0, + density: 1437.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65341, lat: 41.61032 }, + }, + { + zip_code: '60457', + usps_city: 'Hickory Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13816.0, + density: 1841.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82808, lat: 41.72464 }, + }, + { + zip_code: '60502', + usps_city: 'Aurora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21911.0, + density: 814.7, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "82.53", "17089": "17.47"}', + coty_name: ['DuPage', 'Kane'], + cty_code: ['17043', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25909, lat: 41.7921 }, + }, + { + zip_code: '60541', + usps_city: 'Newark', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3667.0, + density: 16.8, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "94.09", "17063": "4.42", "17099": "1.49"}', + coty_name: ['Kendall', 'Grundy', 'LaSalle'], + cty_code: ['17093', '17063', '17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52541, lat: 41.51664 }, + }, + { + zip_code: '60550', + usps_city: 'Shabbona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1553.0, + density: 13.5, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87592, lat: 41.77881 }, + }, + { + zip_code: '60559', + usps_city: 'Westmont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24384.0, + density: 1932.5, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97484, lat: 41.79401 }, + }, + { + zip_code: '60610', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40548.0, + density: 13527.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63615, lat: 41.90487 }, + }, + { + zip_code: '60624', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 34892.0, + density: 3811.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72335, lat: 41.88056 }, + }, + { + zip_code: '60707', + usps_city: 'Elmwood Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 43093.0, + density: 4611.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80724, lat: 41.9218 }, + }, + { + zip_code: '60911', + usps_city: 'Ashkum', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1311.0, + density: 7.9, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98018, lat: 40.87802 }, + }, + { + zip_code: '60973', + usps_city: 'Wellington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 3.8, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6631, lat: 40.54172 }, + }, + { + zip_code: '61001', + usps_city: 'Apple River', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 10.7, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12455, lat: 42.46094 }, + }, + { + zip_code: '61006', + usps_city: 'Ashton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1841.0, + density: 10.2, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "86.36", "17141": "13.64"}', + coty_name: ['Lee', 'Ogle'], + cty_code: ['17103', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20951, lat: 41.86054 }, + }, + { + zip_code: '61262', + usps_city: 'Lynn Center', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1039.0, + density: 9.3, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "87.79", "17131": "12.21"}', + coty_name: ['Henry', 'Mercer'], + cty_code: ['17073', '17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35675, lat: 41.2805 }, + }, + { + zip_code: '61278', + usps_city: 'Rapids City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 198.4, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33695, lat: 41.58202 }, + }, + { + zip_code: '61340', + usps_city: 'Mark', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 198.6, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "100"}', + coty_name: ['Putnam'], + cty_code: ['17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2501, lat: 41.2612 }, + }, + { + zip_code: '61344', + usps_city: 'Mineral', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 5.7, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "97.06", "17073": "2.94"}', + coty_name: ['Bureau', 'Henry'], + cty_code: ['17011', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.83154, lat: 41.41153 }, + }, + { + zip_code: '61364', + usps_city: 'Streator', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18908.0, + density: 50.3, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "89.64", "17105": "10.36"}', + coty_name: ['LaSalle', 'Livingston'], + cty_code: ['17099', '17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84214, lat: 41.1284 }, + }, + { + zip_code: '61440', + usps_city: 'Industry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 5.3, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "94.52", "17169": "5.48"}', + coty_name: ['McDonough', 'Schuyler'], + cty_code: ['17109', '17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59551, lat: 40.3073 }, + }, + { + zip_code: '61442', + usps_city: 'Keithsburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 9.7, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "92.26", "17071": "7.74"}', + coty_name: ['Mercer', 'Henderson'], + cty_code: ['17131', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.92267, lat: 41.10733 }, + }, + { + zip_code: '61485', + usps_city: 'Victoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 3.9, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.09835, lat: 41.02165 }, + }, + { + zip_code: '61530', + usps_city: 'Eureka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6931.0, + density: 42.9, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "99.87", "17179": "0.13"}', + coty_name: ['Woodford', 'Tazewell'], + cty_code: ['17203', '17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26042, lat: 40.71406 }, + }, + { + zip_code: '61610', + usps_city: 'Creve Coeur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5213.0, + density: 475.8, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.59867, lat: 40.6429 }, + }, + { + zip_code: '61737', + usps_city: 'Ellsworth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 5.5, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73955, lat: 40.45846 }, + }, + { + zip_code: '62015', + usps_city: 'Butler', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 8.0, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54337, lat: 39.22173 }, + }, + { + zip_code: '62048', + usps_city: 'Hartford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1965.0, + density: 99.6, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0966, lat: 38.80406 }, + }, + { + zip_code: '62054', + usps_city: 'Kane', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 6.0, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "86.35", "17083": "13.65"}', + coty_name: ['Greene', 'Jersey'], + cty_code: ['17061', '17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34528, lat: 39.20119 }, + }, + { + zip_code: '62217', + usps_city: 'Baldwin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 10.8, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84446, lat: 38.17347 }, + }, + { + zip_code: '62243', + usps_city: 'Freeburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5757.0, + density: 42.2, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89049, lat: 38.41946 }, + }, + { + zip_code: '62245', + usps_city: 'Germantown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1795.0, + density: 32.3, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56793, lat: 38.54881 }, + }, + { + zip_code: '62246', + usps_city: 'Greenville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9964.0, + density: 26.9, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "100"}', + coty_name: ['Bond'], + cty_code: ['17005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.42629, lat: 38.8888 }, + }, + { + zip_code: '62273', + usps_city: 'Pierron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 42.2, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "100"}', + coty_name: ['Bond'], + cty_code: ['17005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58388, lat: 38.78677 }, + }, + { + zip_code: '62288', + usps_city: 'Steeleville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2891.0, + density: 29.4, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68559, lat: 37.98825 }, + }, + { + zip_code: '62321', + usps_city: 'Carthage', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3806.0, + density: 8.8, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10393, lat: 40.4085 }, + }, + { + zip_code: '62334', + usps_city: 'Elvaston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 28.8, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24059, lat: 40.3879 }, + }, + { + zip_code: '62347', + usps_city: 'Liberty', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1992.0, + density: 6.4, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08897, lat: 39.86596 }, + }, + { + zip_code: '62449', + usps_city: 'Oblong', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2963.0, + density: 9.4, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "95.02", "17079": "4.6", "17023": "0.38"}', + coty_name: ['Crawford', 'Jasper', 'Clark'], + cty_code: ['17033', '17079', '17023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91067, lat: 39.00624 }, + }, + { + zip_code: '62452', + usps_city: 'Parkersburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 5.6, + primary_coty_code: '17159', + primary_coty_name: 'Richland', + county_weights: '{"17159": "100"}', + coty_name: ['Richland'], + cty_code: ['17159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01726, lat: 38.58621 }, + }, + { + zip_code: '62531', + usps_city: 'Edinburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1647.0, + density: 10.5, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37662, lat: 39.66695 }, + }, + { + zip_code: '62536', + usps_city: 'Glenarm', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 37.2, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65133, lat: 39.63016 }, + }, + { + zip_code: '62558', + usps_city: 'Pawnee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3341.0, + density: 14.0, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "94.9", "17021": "4.32", "17135": "0.78"}', + coty_name: ['Sangamon', 'Christian', 'Montgomery'], + cty_code: ['17167', '17021', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54035, lat: 39.58972 }, + }, + { + zip_code: '62618', + usps_city: 'Beardstown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7238.0, + density: 32.6, + primary_coty_code: '17017', + primary_coty_name: 'Cass', + county_weights: '{"17017": "100"}', + coty_name: ['Cass'], + cty_code: ['17017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.40075, lat: 39.98678 }, + }, + { + zip_code: '62812', + usps_city: 'Benton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10881.0, + density: 44.0, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91698, lat: 37.99769 }, + }, + { + zip_code: '62868', + usps_city: 'Noble', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1986.0, + density: 7.6, + primary_coty_code: '17159', + primary_coty_name: 'Richland', + county_weights: '{"17159": "90.54", "17025": "6.36", "17191": "3.1"}', + coty_name: ['Richland', 'Clay', 'Wayne'], + cty_code: ['17159', '17025', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22851, lat: 38.68377 }, + }, + { + zip_code: '62897', + usps_city: 'Whittington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 12.6, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.90226, lat: 38.0963 }, + }, + { + zip_code: '62933', + usps_city: 'Energy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 308.2, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02483, lat: 37.77253 }, + }, + { + zip_code: '62941', + usps_city: 'Grand Chain', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 8.4, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "72.9", "17127": "27.1"}', + coty_name: ['Pulaski', 'Massac'], + cty_code: ['17153', '17127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98073, lat: 37.24446 }, + }, + { + zip_code: '62995', + usps_city: 'Vienna', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6034.0, + density: 21.4, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "100"}', + coty_name: ['Johnson'], + cty_code: ['17087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87524, lat: 37.42602 }, + }, + { + zip_code: '63019', + usps_city: 'Crystal City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4338.0, + density: 511.4, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37673, lat: 38.22875 }, + }, + { + zip_code: '63026', + usps_city: 'Fenton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 44333.0, + density: 676.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "54.45", "29099": "45.55"}', + coty_name: ['St. Louis', 'Jefferson'], + cty_code: ['29189', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.4603, lat: 38.50274 }, + }, + { + zip_code: '63048', + usps_city: 'Herculaneum', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3866.0, + density: 440.0, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39333, lat: 38.25883 }, + }, + { + zip_code: '63367', + usps_city: 'Lake Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 25283.0, + density: 729.6, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79558, lat: 38.77781 }, + }, + { + zip_code: '63446', + usps_city: 'Knox City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 656.0, + density: 2.3, + primary_coty_code: '29103', + primary_coty_name: 'Knox', + county_weights: '{"29103": "96.53", "29111": "3.47"}', + coty_name: ['Knox', 'Lewis'], + cty_code: ['29103', '29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00384, lat: 40.13623 }, + }, + { + zip_code: '63450', + usps_city: 'Lentner', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 2.4, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "84.85", "29137": "15.15"}', + coty_name: ['Shelby', 'Monroe'], + cty_code: ['29205', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14849, lat: 39.67125 }, + }, + { + zip_code: '63469', + usps_city: 'Shelbyville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1089.0, + density: 3.2, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "99.33", "29103": "0.67"}', + coty_name: ['Shelby', 'Knox'], + cty_code: ['29205', '29103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.04297, lat: 39.83348 }, + }, + { + zip_code: '63551', + usps_city: 'Livonia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 4.0, + primary_coty_code: '29171', + primary_coty_name: 'Putnam', + county_weights: '{"29171": "100"}', + coty_name: ['Putnam'], + cty_code: ['29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73558, lat: 40.50061 }, + }, + { + zip_code: '63623', + usps_city: 'Belleview', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 3.4, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "100"}', + coty_name: ['Iron'], + cty_code: ['29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.88897, lat: 37.67519 }, + }, + { + zip_code: '63638', + usps_city: 'Ellington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2619.0, + density: 3.0, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "98.84", "29203": "1.16"}', + coty_name: ['Reynolds', 'Shannon'], + cty_code: ['29179', '29203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00725, lat: 37.21666 }, + }, + { + zip_code: '63655', + usps_city: 'Marquand', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1298.0, + density: 3.4, + primary_coty_code: '29123', + primary_coty_name: 'Madison', + county_weights: '{"29123": "64.02", "29017": "29.15", "29223": "6.83"}', + coty_name: ['Madison', 'Bollinger', 'Wayne'], + cty_code: ['29123', '29017', '29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20766, lat: 37.39352 }, + }, + { + zip_code: '63745', + usps_city: 'Dutchtown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 0.7, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69407, lat: 37.24193 }, + }, + { + zip_code: '63820', + usps_city: 'Anniston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 118.6, + primary_coty_code: '29133', + primary_coty_name: 'Mississippi', + county_weights: '{"29133": "100"}', + coty_name: ['Mississippi'], + cty_code: ['29133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32559, lat: 36.82421 }, + }, + { + zip_code: '63848', + usps_city: 'Gideon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1352.0, + density: 7.2, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "98.3", "29155": "1.7"}', + coty_name: ['New Madrid', 'Pemiscot'], + cty_code: ['29143', '29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89886, lat: 36.44766 }, + }, + { + zip_code: '63867', + usps_city: 'Matthews', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 4.6, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54805, lat: 36.73736 }, + }, + { + zip_code: '63937', + usps_city: 'Ellsinore', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2929.0, + density: 6.0, + primary_coty_code: '29035', + primary_coty_name: 'Carter', + county_weights: '{"29035": "88.84", "29023": "9.45", "29223": "1.71"}', + coty_name: ['Carter', 'Butler', 'Wayne'], + cty_code: ['29035', '29023', '29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76896, lat: 36.94006 }, + }, + { + zip_code: '64067', + usps_city: 'Lexington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5404.0, + density: 28.5, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83557, lat: 39.15592 }, + }, + { + zip_code: '64079', + usps_city: 'Platte City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14616.0, + density: 60.1, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.79601, lat: 39.35777 }, + }, + { + zip_code: '64156', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8168.0, + density: 222.9, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52417, lat: 39.27942 }, + }, + { + zip_code: '64725', + usps_city: 'Archie', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2289.0, + density: 15.0, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "87.85", "29013": "12.15"}', + coty_name: ['Cass', 'Bates'], + cty_code: ['29037', '29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36973, lat: 38.49732 }, + }, + { + zip_code: '64767', + usps_city: 'Milo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 5.6, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20064, lat: 37.75003 }, + }, + { + zip_code: '64776', + usps_city: 'Osceola', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3880.0, + density: 6.2, + primary_coty_code: '29185', + primary_coty_name: 'St. Clair', + county_weights: '{"29185": "98.91", "29015": "1.09"}', + coty_name: ['St. Clair', 'Benton'], + cty_code: ['29185', '29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66572, lat: 38.04348 }, + }, + { + zip_code: '64788', + usps_city: 'Urich', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 6.3, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: '{"29083": "84.31", "29013": "15.69"}', + coty_name: ['Henry', 'Bates'], + cty_code: ['29083', '29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.02696, lat: 38.42971 }, + }, + { + zip_code: '64836', + usps_city: 'Carthage', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 23882.0, + density: 50.6, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.28787, lat: 37.18743 }, + }, + { + zip_code: '65041', + usps_city: 'Hermann', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5429.0, + density: 8.9, + primary_coty_code: '29073', + primary_coty_name: 'Gasconade', + county_weights: '{"29073": "86.15", "29139": "11.27", "29219": "2.59"}', + coty_name: ['Gasconade', 'Montgomery', 'Warren'], + cty_code: ['29073', '29139', '29219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.4766, lat: 38.64269 }, + }, + { + zip_code: '65049', + usps_city: 'Lake Ozark', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7172.0, + density: 142.5, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "70.41", "29131": "29.59"}', + coty_name: ['Camden', 'Miller'], + cty_code: ['29029', '29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66842, lat: 38.20032 }, + }, + { + zip_code: '65067', + usps_city: 'Portland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 3.9, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71318, lat: 38.76451 }, + }, + { + zip_code: '65230', + usps_city: 'Armstrong', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 3.6, + primary_coty_code: '29089', + primary_coty_name: 'Howard', + county_weights: '{"29089": "91.32", "29175": "8.68"}', + coty_name: ['Howard', 'Randolph'], + cty_code: ['29089', '29175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69501, lat: 39.28717 }, + }, + { + zip_code: '65276', + usps_city: 'Pilot Grove', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1527.0, + density: 6.1, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "100"}', + coty_name: ['Cooper'], + cty_code: ['29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95355, lat: 38.84759 }, + }, + { + zip_code: '65279', + usps_city: 'Rocheport', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1743.0, + density: 12.2, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "90.43", "29089": "9.57"}', + coty_name: ['Boone', 'Howard'], + cty_code: ['29019', '29089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.5187, lat: 39.00961 }, + }, + { + zip_code: '65325', + usps_city: 'Cole Camp', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3435.0, + density: 8.7, + primary_coty_code: '29015', + primary_coty_name: 'Benton', + county_weights: '{"29015": "100"}', + coty_name: ['Benton'], + cty_code: ['29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18041, lat: 38.43541 }, + }, + { + zip_code: '65457', + usps_city: 'Devils Elbow', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 2.1, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "100"}', + coty_name: ['Pulaski'], + cty_code: ['29169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05429, lat: 37.81156 }, + }, + { + zip_code: '65470', + usps_city: 'Falcon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 3.7, + primary_coty_code: '29105', + primary_coty_name: 'Laclede', + county_weights: '{"29105": "90.25", "29229": "9.75"}', + coty_name: ['Laclede', 'Wright'], + cty_code: ['29105', '29229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40018, lat: 37.54423 }, + }, + { + zip_code: '65559', + usps_city: 'Saint James', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8634.0, + density: 17.8, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: + '{"29161": "91.4", "29125": "7.82", "29073": "0.47", "29055": "0.31"}', + coty_name: ['Phelps', 'Maries', 'Gasconade', 'Crawford'], + cty_code: ['29161', '29125', '29073', '29055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.61263, lat: 38.02628 }, + }, + { + zip_code: '65604', + usps_city: 'Ash Grove', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3366.0, + density: 15.2, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "67.19", "29109": "29.85", "29057": "2.96"}', + coty_name: ['Greene', 'Lawrence', 'Dade'], + cty_code: ['29077', '29109', '29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60132, lat: 37.2741 }, + }, + { + zip_code: '65619', + usps_city: 'Brookline', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7400.0, + density: 149.7, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "97.19", "29043": "2.81"}', + coty_name: ['Greene', 'Christian'], + cty_code: ['29077', '29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38943, lat: 37.12118 }, + }, + { + zip_code: '65632', + usps_city: 'Conway', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2545.0, + density: 9.5, + primary_coty_code: '29105', + primary_coty_name: 'Laclede', + county_weights: '{"29105": "60.36", "29225": "23.41", "29059": "16.23"}', + coty_name: ['Laclede', 'Webster', 'Dallas'], + cty_code: ['29105', '29225', '29059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81325, lat: 37.50031 }, + }, + { + zip_code: '65640', + usps_city: 'Dunnegan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 6.6, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "86.7", "29039": "13.3"}', + coty_name: ['Polk', 'Cedar'], + cty_code: ['29167', '29039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57475, lat: 37.69915 }, + }, + { + zip_code: '65778', + usps_city: 'Myrtle', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 4.5, + primary_coty_code: '29149', + primary_coty_name: 'Oregon', + county_weights: '{"29149": "100"}', + coty_name: ['Oregon'], + cty_code: ['29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27615, lat: 36.52914 }, + }, + { + zip_code: '65783', + usps_city: 'Windyville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 3.2, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "100"}', + coty_name: ['Dallas'], + cty_code: ['29059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.93339, lat: 37.71731 }, + }, + { + zip_code: '66007', + usps_city: 'Basehor', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6918.0, + density: 117.7, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "100"}', + coty_name: ['Leavenworth'], + cty_code: ['20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.94125, lat: 39.15518 }, + }, + { + zip_code: '66008', + usps_city: 'Bendena', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 2.3, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "100"}', + coty_name: ['Doniphan'], + cty_code: ['20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17243, lat: 39.7122 }, + }, + { + zip_code: '66080', + usps_city: 'Richmond', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 882.0, + density: 5.8, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "85.45", "20003": "14.55"}', + coty_name: ['Franklin', 'Anderson'], + cty_code: ['20059', '20003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25955, lat: 38.40442 }, + }, + { + zip_code: '66111', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10148.0, + density: 180.1, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.79515, lat: 39.08383 }, + }, + { + zip_code: '66423', + usps_city: 'Eskridge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 918.0, + density: 2.2, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "100"}', + coty_name: ['Wabaunsee'], + cty_code: ['20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1365, lat: 38.84864 }, + }, + { + zip_code: '66520', + usps_city: 'Olsburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 2.1, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['20149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61702, lat: 39.41153 }, + }, + { + zip_code: '66712', + usps_city: 'Arma', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1805.0, + density: 32.0, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7178, lat: 37.56379 }, + }, + { + zip_code: '66716', + usps_city: 'Bronson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 1.7, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "89.07", "20001": "10.93"}', + coty_name: ['Bourbon', 'Allen'], + cty_code: ['20011', '20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03788, lat: 37.94083 }, + }, + { + zip_code: '66762', + usps_city: 'Pittsburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 24651.0, + density: 71.0, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "98.79", "20021": "1.21"}', + coty_name: ['Crawford', 'Cherokee'], + cty_code: ['20037', '20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71046, lat: 37.39511 }, + }, + { + zip_code: '66775', + usps_city: 'Stark', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 1.9, + primary_coty_code: '20133', + primary_coty_name: 'Neosho', + county_weights: '{"20133": "100"}', + coty_name: ['Neosho'], + cty_code: ['20133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14703, lat: 37.7018 }, + }, + { + zip_code: '66777', + usps_city: 'Toronto', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 533.0, + density: 1.5, + primary_coty_code: '20207', + primary_coty_name: 'Woodson', + county_weights: '{"20207": "87.01", "20073": "8.76", "20205": "4.23"}', + coty_name: ['Woodson', 'Greenwood', 'Wilson'], + cty_code: ['20207', '20073', '20205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97048, lat: 37.79782 }, + }, + { + zip_code: '67060', + usps_city: 'Haysville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14035.0, + density: 202.6, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35955, lat: 37.54617 }, + }, + { + zip_code: '67067', + usps_city: 'Kechi', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1757.0, + density: 149.5, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27366, lat: 37.79345 }, + }, + { + zip_code: '67230', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11777.0, + density: 460.7, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17129, lat: 37.68675 }, + }, + { + zip_code: '67330', + usps_city: 'Altamont', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 9.6, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "100"}', + coty_name: ['Labette'], + cty_code: ['20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31531, lat: 37.16148 }, + }, + { + zip_code: '67333', + usps_city: 'Caney', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2728.0, + density: 20.6, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88109, lat: 37.04672 }, + }, + { + zip_code: '67418', + usps_city: 'Barnard', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 0.4, + primary_coty_code: '20105', + primary_coty_name: 'Lincoln', + county_weights: '{"20105": "89.84", "20123": "10.16"}', + coty_name: ['Lincoln', 'Mitchell'], + cty_code: ['20105', '20123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.04251, lat: 39.17113 }, + }, + { + zip_code: '67437', + usps_city: 'Downs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 2.7, + primary_coty_code: '20141', + primary_coty_name: 'Osborne', + county_weights: '{"20141": "93.88", "20183": "6.12"}', + coty_name: ['Osborne', 'Smith'], + cty_code: ['20141', '20183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55543, lat: 39.5112 }, + }, + { + zip_code: '67449', + usps_city: 'Herington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2880.0, + density: 7.3, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "88.57", "20127": "11.22", "20115": "0.21"}', + coty_name: ['Dickinson', 'Morris', 'Marion'], + cty_code: ['20041', '20127', '20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89412, lat: 38.67672 }, + }, + { + zip_code: '67451', + usps_city: 'Hope', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1176.0, + density: 3.1, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "100"}', + coty_name: ['Dickinson'], + cty_code: ['20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12736, lat: 38.70252 }, + }, + { + zip_code: '67516', + usps_city: 'Bazine', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 0.9, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: '{"20135": "100"}', + coty_name: ['Ness'], + cty_code: ['20135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68313, lat: 38.37962 }, + }, + { + zip_code: '67523', + usps_city: 'Burdett', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 1.6, + primary_coty_code: '20145', + primary_coty_name: 'Pawnee', + county_weights: '{"20145": "90.35", "20083": "9.65"}', + coty_name: ['Pawnee', 'Hodgeman'], + cty_code: ['20145', '20083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.5493, lat: 38.1975 }, + }, + { + zip_code: '67601', + usps_city: 'Hays', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 24203.0, + density: 24.2, + primary_coty_code: '20051', + primary_coty_name: 'Ellis', + county_weights: '{"20051": "100"}', + coty_name: ['Ellis'], + cty_code: ['20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.34833, lat: 38.8776 }, + }, + { + zip_code: '67637', + usps_city: 'Ellis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2738.0, + density: 3.1, + primary_coty_code: '20051', + primary_coty_name: 'Ellis', + county_weights: '{"20051": "92.57", "20195": "7.43"}', + coty_name: ['Ellis', 'Trego'], + cty_code: ['20051', '20195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.59843, lat: 38.93773 }, + }, + { + zip_code: '67640', + usps_city: 'Gorham', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 1.9, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "86.53", "20051": "13.47"}', + coty_name: ['Russell', 'Ellis'], + cty_code: ['20167', '20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.04673, lat: 38.90912 }, + }, + { + zip_code: '67654', + usps_city: 'Norton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4176.0, + density: 4.7, + primary_coty_code: '20137', + primary_coty_name: 'Norton', + county_weights: '{"20137": "100"}', + coty_name: ['Norton'], + cty_code: ['20137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.9534, lat: 39.8248 }, + }, + { + zip_code: '67737', + usps_city: 'Grainfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 1.3, + primary_coty_code: '20063', + primary_coty_name: 'Gove', + county_weights: '{"20063": "84.01", "20179": "15.99"}', + coty_name: ['Gove', 'Sheridan'], + cty_code: ['20063', '20179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.47892, lat: 39.12279 }, + }, + { + zip_code: '67869', + usps_city: 'Plains', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 1.8, + primary_coty_code: '20119', + primary_coty_name: 'Meade', + county_weights: '{"20119": "96.65", "20175": "3.35"}', + coty_name: ['Meade', 'Seward'], + cty_code: ['20119', '20175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.57264, lat: 37.23871 }, + }, + { + zip_code: '67901', + usps_city: 'Liberal', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21525.0, + density: 24.0, + primary_coty_code: '20175', + primary_coty_name: 'Seward', + county_weights: '{"20175": "99.71", "20189": "0.29"}', + coty_name: ['Seward', 'Stevens'], + cty_code: ['20175', '20189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.90782, lat: 37.10184 }, + }, + { + zip_code: '68007', + usps_city: 'Bennington', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 12158.0, + density: 132.4, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "97.06", "31177": "2.94"}', + coty_name: ['Douglas', 'Washington'], + cty_code: ['31055', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1914, lat: 41.3698 }, + }, + { + zip_code: '68010', + usps_city: 'Boys Town', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 229.9, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.13385, lat: 41.25584 }, + }, + { + zip_code: '68023', + usps_city: 'Fort Calhoun', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2316.0, + density: 25.4, + primary_coty_code: '31177', + primary_coty_name: 'Washington', + county_weights: '{"31177": "100"}', + coty_name: ['Washington'], + cty_code: ['31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0203, lat: 41.44916 }, + }, + { + zip_code: '68124', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 15951.0, + density: 1073.6, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05163, lat: 41.23528 }, + }, + { + zip_code: '68343', + usps_city: 'Dorchester', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 3.7, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "97.81", "31159": "2.19"}', + coty_name: ['Saline', 'Seward'], + cty_code: ['31151', '31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13424, lat: 40.61869 }, + }, + { + zip_code: '68367', + usps_city: 'Gresham', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 1.7, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "70.07", "31159": "17.35", "31143": "12.58"}', + coty_name: ['York', 'Seward', 'Polk'], + cty_code: ['31185', '31159', '31143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39728, lat: 41.03581 }, + }, + { + zip_code: '68379', + usps_city: 'Julian', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 246.2, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "100"}', + coty_name: ['Nemaha'], + cty_code: ['31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86744, lat: 40.51983 }, + }, + { + zip_code: '68381', + usps_city: 'Liberty', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 1.2, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "84.34", "31133": "15.66"}', + coty_name: ['Gage', 'Pawnee'], + cty_code: ['31067', '31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48041, lat: 40.08011 }, + }, + { + zip_code: '68440', + usps_city: 'Steele City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 1.7, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "100"}', + coty_name: ['Jefferson'], + cty_code: ['31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00982, lat: 40.05687 }, + }, + { + zip_code: '68441', + usps_city: 'Steinauer', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 1.3, + primary_coty_code: '31133', + primary_coty_name: 'Pawnee', + county_weights: '{"31133": "100"}', + coty_name: ['Pawnee'], + cty_code: ['31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23816, lat: 40.22526 }, + }, + { + zip_code: '68446', + usps_city: 'Syracuse', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 10.7, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17511, lat: 40.65328 }, + }, + { + zip_code: '68461', + usps_city: 'Walton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 13.7, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51516, lat: 40.76645 }, + }, + { + zip_code: '68526', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6953.0, + density: 237.9, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58367, lat: 40.73235 }, + }, + { + zip_code: '68633', + usps_city: 'Dodge', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1392.0, + density: 5.2, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "76.51", "31039": "14.5", "31037": "8.99"}', + coty_name: ['Dodge', 'Cuming', 'Colfax'], + cty_code: ['31053', '31039', '31037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89691, lat: 41.70515 }, + }, + { + zip_code: '68652', + usps_city: 'Petersburg', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 1.8, + primary_coty_code: '31011', + primary_coty_name: 'Boone', + county_weights: '{"31011": "100"}', + coty_name: ['Boone'], + cty_code: ['31011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05189, lat: 41.86969 }, + }, + { + zip_code: '68717', + usps_city: 'Belden', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 4.7, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21934, lat: 42.39463 }, + }, + { + zip_code: '68730', + usps_city: 'Crofton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1807.0, + density: 5.1, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "76.02", "31027": "23.98"}', + coty_name: ['Knox', 'Cedar'], + cty_code: ['31107', '31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54015, lat: 42.77006 }, + }, + { + zip_code: '68870', + usps_city: 'Riverdale', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 5.5, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "100"}', + coty_name: ['Buffalo'], + cty_code: ['31019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16106, lat: 40.85249 }, + }, + { + zip_code: '68936', + usps_city: 'Edison', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 1.4, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "88.07", "31073": "11.93"}', + coty_name: ['Furnas', 'Gosper'], + cty_code: ['31065', '31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.77505, lat: 40.33137 }, + }, + { + zip_code: '68949', + usps_city: 'Holdrege', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6394.0, + density: 11.6, + primary_coty_code: '31137', + primary_coty_name: 'Phelps', + county_weights: '{"31137": "98.23", "31083": "1.77"}', + coty_name: ['Phelps', 'Harlan'], + cty_code: ['31137', '31083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.38993, lat: 40.42911 }, + }, + { + zip_code: '68982', + usps_city: 'Wilcox', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 2.3, + primary_coty_code: '31099', + primary_coty_name: 'Kearney', + county_weights: + '{"31099": "65.02", "31061": "13.71", "31083": "10.94", "31137": "10.32"}', + coty_name: ['Kearney', 'Franklin', 'Harlan', 'Phelps'], + cty_code: ['31099', '31061', '31083', '31137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.18016, lat: 40.33233 }, + }, + { + zip_code: '69038', + usps_city: 'Maywood', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 1.2, + primary_coty_code: '31063', + primary_coty_name: 'Frontier', + county_weights: '{"31063": "87.08", "31085": "12.92"}', + coty_name: ['Frontier', 'Hayes'], + cty_code: ['31063', '31085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.73986, lat: 40.60865 }, + }, + { + zip_code: '69039', + usps_city: 'Moorefield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 0.4, + primary_coty_code: '31063', + primary_coty_name: 'Frontier', + county_weights: '{"31063": "76.98", "31111": "23.02"}', + coty_name: ['Frontier', 'Lincoln'], + cty_code: ['31063', '31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.38838, lat: 40.69218 }, + }, + { + zip_code: '69153', + usps_city: 'Ogallala', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 5632.0, + density: 11.3, + primary_coty_code: '31101', + primary_coty_name: 'Keith', + county_weights: '{"31101": "100"}', + coty_name: ['Keith'], + cty_code: ['31101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.67646, lat: 41.09967 }, + }, + { + zip_code: '69340', + usps_city: 'Ellsworth', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 0.1, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "100"}', + coty_name: ['Sheridan'], + cty_code: ['31161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.20804, lat: 42.21349 }, + }, + { + zip_code: '70031', + usps_city: 'Ama', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1172.0, + density: 129.2, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29591, lat: 29.94194 }, + }, + { + zip_code: '70086', + usps_city: 'Saint James', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2197.0, + density: 37.4, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "100"}', + coty_name: ['St. James'], + cty_code: ['22093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.87544, lat: 30.03206 }, + }, + { + zip_code: '70343', + usps_city: 'Bourg', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5131.0, + density: 68.5, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "91.61", "22057": "8.39"}', + coty_name: ['Terrebonne', 'Lafourche'], + cty_code: ['22109', '22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55717, lat: 29.54813 }, + }, + { + zip_code: '70520', + usps_city: 'Carencro', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19585.0, + density: 192.1, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "98.35", "22097": "1.65"}', + coty_name: ['Lafayette', 'St. Landry'], + cty_code: ['22055', '22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.03576, lat: 30.332 }, + }, + { + zip_code: '70533', + usps_city: 'Erath', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7344.0, + density: 36.1, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "98.67", "22045": "1.33"}', + coty_name: ['Vermilion', 'Iberia'], + cty_code: ['22113', '22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.03969, lat: 29.8972 }, + }, + { + zip_code: '70558', + usps_city: 'Milton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "100"}', + coty_name: ['Lafayette'], + cty_code: ['22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07575, lat: 30.10044 }, + }, + { + zip_code: '70634', + usps_city: 'Deridder', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26713.0, + density: 22.8, + primary_coty_code: '22011', + primary_coty_name: 'Beauregard', + county_weights: '{"22011": "88.62", "22115": "11.38"}', + coty_name: ['Beauregard', 'Vernon'], + cty_code: ['22011', '22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23973, lat: 30.79388 }, + }, + { + zip_code: '70658', + usps_city: 'Reeves', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 868.0, + density: 3.8, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "100"}', + coty_name: ['Allen'], + cty_code: ['22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0476, lat: 30.52867 }, + }, + { + zip_code: '70787', + usps_city: 'Weyanoke', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 13.5, + primary_coty_code: '22125', + primary_coty_name: 'West Feliciana', + county_weights: '{"22125": "100"}', + coty_name: ['West Feliciana'], + cty_code: ['22125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44319, lat: 30.96309 }, + }, + { + zip_code: '71003', + usps_city: 'Athens', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 5.9, + primary_coty_code: '22027', + primary_coty_name: 'Claiborne', + county_weights: '{"22027": "100"}', + coty_name: ['Claiborne'], + cty_code: ['22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02968, lat: 32.62862 }, + }, + { + zip_code: '71031', + usps_city: 'Goldonna', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 853.0, + density: 2.2, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "61.75", "22127": "38.25"}', + coty_name: ['Natchitoches', 'Winn'], + cty_code: ['22069', '22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90586, lat: 32.00822 }, + }, + { + zip_code: '71063', + usps_city: 'Pelican', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 635.0, + density: 2.4, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "100"}', + coty_name: ['De Soto'], + cty_code: ['22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51129, lat: 31.90905 }, + }, + { + zip_code: '71333', + usps_city: 'Evergreen', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 5.7, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07384, lat: 30.906 }, + }, + { + zip_code: '71362', + usps_city: 'Plaucheville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1837.0, + density: 13.8, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "97.05", "22097": "2.95"}', + coty_name: ['Avoyelles', 'St. Landry'], + cty_code: ['22009', '22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96621, lat: 30.89643 }, + }, + { + zip_code: '71424', + usps_city: 'Elmer', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 960.0, + density: 6.4, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67216, lat: 31.18522 }, + }, + { + zip_code: '71640', + usps_city: 'Eudora', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3081.0, + density: 6.1, + primary_coty_code: '5017', + primary_coty_name: 'Chicot', + county_weights: '{"05017": "100"}', + coty_name: ['Chicot'], + cty_code: ['5017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.28358, lat: 33.10564 }, + }, + { + zip_code: '71832', + usps_city: 'De Queen', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11362.0, + density: 24.8, + primary_coty_code: '5133', + primary_coty_name: 'Sevier', + county_weights: '{"05133": "100"}', + coty_name: ['Sevier'], + cty_code: ['5133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35087, lat: 34.03782 }, + }, + { + zip_code: '72024', + usps_city: 'Carlisle', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3762.0, + density: 7.2, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "93.83", "05117": "6.17"}', + coty_name: ['Lonoke', 'Prairie'], + cty_code: ['05085', '05117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75098, lat: 34.76847 }, + }, + { + zip_code: '72068', + usps_city: 'Higginson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 169.7, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71078, lat: 35.19029 }, + }, + { + zip_code: '72134', + usps_city: 'Roe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 2.6, + primary_coty_code: '5095', + primary_coty_name: 'Monroe', + county_weights: '{"05095": "100"}', + coty_name: ['Monroe'], + cty_code: ['5095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36864, lat: 34.62872 }, + }, + { + zip_code: '72366', + usps_city: 'Marvell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2017.0, + density: 5.3, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "99.37", "05095": "0.63"}', + coty_name: ['Phillips', 'Monroe'], + cty_code: ['05107', '05095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9578, lat: 34.51978 }, + }, + { + zip_code: '72386', + usps_city: 'Tyronza', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2050.0, + density: 6.8, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "74.23", "05093": "15.14", "05035": "10.64"}', + coty_name: ['Poinsett', 'Mississippi', 'Crittenden'], + cty_code: ['05111', '05093', '05035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36347, lat: 35.45221 }, + }, + { + zip_code: '72454', + usps_city: 'Piggott', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4842.0, + density: 18.4, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20791, lat: 36.40111 }, + }, + { + zip_code: '72467', + usps_city: 'State University', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 3299.8, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67558, lat: 35.84108 }, + }, + { + zip_code: '72718', + usps_city: 'Cave Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3294.0, + density: 195.1, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22274, lat: 36.26962 }, + }, + { + zip_code: '72933', + usps_city: 'Charleston', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5293.0, + density: 17.9, + primary_coty_code: '5047', + primary_coty_name: 'Franklin', + county_weights: '{"05047": "77.32", "05131": "21.68", "05083": "1"}', + coty_name: ['Franklin', 'Sebastian', 'Logan'], + cty_code: ['05047', '05131', '05083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.02178, lat: 35.33011 }, + }, + { + zip_code: '72938', + usps_city: 'Hartford', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 9.1, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.37585, lat: 35.00592 }, + }, + { + zip_code: '73018', + usps_city: 'Chickasha', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20190.0, + density: 49.5, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "100"}', + coty_name: ['Grady'], + cty_code: ['40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94094, lat: 35.05122 }, + }, + { + zip_code: '73058', + usps_city: 'Meridian', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 1.6, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "100"}', + coty_name: ['Logan'], + cty_code: ['40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21824, lat: 35.82065 }, + }, + { + zip_code: '73074', + usps_city: 'Paoli', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 10.7, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "96.3", "40087": "3.7"}', + coty_name: ['Garvin', 'McClain'], + cty_code: ['40049', '40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27979, lat: 34.83027 }, + }, + { + zip_code: '73093', + usps_city: 'Washington', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3200.0, + density: 23.4, + primary_coty_code: '40087', + primary_coty_name: 'McClain', + county_weights: '{"40087": "100"}', + coty_name: ['McClain'], + cty_code: ['40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49228, lat: 35.10349 }, + }, + { + zip_code: '73102', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4402.0, + density: 2144.3, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51894, lat: 35.47077 }, + }, + { + zip_code: '73130', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20412.0, + density: 790.7, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34556, lat: 35.45862 }, + }, + { + zip_code: '73450', + usps_city: 'Milburn', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1304.0, + density: 5.4, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "100"}', + coty_name: ['Johnston'], + cty_code: ['40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53518, lat: 34.26244 }, + }, + { + zip_code: '73556', + usps_city: 'Martha', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 39.4, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "100"}', + coty_name: ['Jackson'], + cty_code: ['40065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.38406, lat: 34.73015 }, + }, + { + zip_code: '73559', + usps_city: 'Mountain Park', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 2.2, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "98.7", "40031": "1.3"}', + coty_name: ['Kiowa', 'Comanche'], + cty_code: ['40075', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96376, lat: 34.72772 }, + }, + { + zip_code: '73650', + usps_city: 'Hammon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 2.3, + primary_coty_code: '40129', + primary_coty_name: 'Roger Mills', + county_weights: '{"40129": "82.94", "40039": "17.06"}', + coty_name: ['Roger Mills', 'Custer'], + cty_code: ['40129', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.40731, lat: 35.64184 }, + }, + { + zip_code: '73663', + usps_city: 'Seiling', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 4.0, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "98.95", "40093": "1.05"}', + coty_name: ['Dewey', 'Major'], + cty_code: ['40043', '40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.90277, lat: 36.10753 }, + }, + { + zip_code: '73669', + usps_city: 'Thomas', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1617.0, + density: 4.5, + primary_coty_code: '40039', + primary_coty_name: 'Custer', + county_weights: '{"40039": "98.63", "40011": "1.37"}', + coty_name: ['Custer', 'Blaine'], + cty_code: ['40039', '40011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74036, lat: 35.7289 }, + }, + { + zip_code: '73757', + usps_city: 'Lucien', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 3.0, + primary_coty_code: '40103', + primary_coty_name: 'Noble', + county_weights: '{"40103": "86.52", "40047": "13.48"}', + coty_name: ['Noble', 'Garfield'], + cty_code: ['40103', '40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45643, lat: 36.28737 }, + }, + { + zip_code: '74046', + usps_city: 'Milfay', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 59.5, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56317, lat: 35.74991 }, + }, + { + zip_code: '74117', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 1.4, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89623, lat: 36.2416 }, + }, + { + zip_code: '74129', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 19679.0, + density: 1826.9, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8697, lat: 36.12678 }, + }, + { + zip_code: '74131', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2757.0, + density: 107.0, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "99.1", "40143": "0.9"}', + coty_name: ['Creek', 'Tulsa'], + cty_code: ['40037', '40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07093, lat: 36.05242 }, + }, + { + zip_code: '74133', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 46368.0, + density: 1301.2, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.87941, lat: 36.04146 }, + }, + { + zip_code: '74136', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 31183.0, + density: 1488.6, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94236, lat: 36.06141 }, + }, + { + zip_code: '74146', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 16163.0, + density: 1225.2, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85322, lat: 36.09785 }, + }, + { + zip_code: '74342', + usps_city: 'Eucha', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2894.0, + density: 15.0, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "100"}', + coty_name: ['Delaware'], + cty_code: ['40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93773, lat: 36.421 }, + }, + { + zip_code: '74451', + usps_city: 'Park Hill', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4255.0, + density: 22.3, + primary_coty_code: '40021', + primary_coty_name: 'Cherokee', + county_weights: '{"40021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97553, lat: 35.74314 }, + }, + { + zip_code: '74469', + usps_city: 'Warner', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2528.0, + density: 22.4, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "97.19", "40091": "2.81"}', + coty_name: ['Muskogee', 'McIntosh'], + cty_code: ['40101', '40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30809, lat: 35.49515 }, + }, + { + zip_code: '74528', + usps_city: 'Blanco', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 2.5, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72559, lat: 34.72501 }, + }, + { + zip_code: '74533', + usps_city: 'Caney', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 873.0, + density: 8.1, + primary_coty_code: '40005', + primary_coty_name: 'Atoka', + county_weights: '{"40005": "100"}', + coty_name: ['Atoka'], + cty_code: ['40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18856, lat: 34.20709 }, + }, + { + zip_code: '74577', + usps_city: 'Whitesboro', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 11.1, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84376, lat: 34.6825 }, + }, + { + zip_code: '74636', + usps_city: 'Deer Creek', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 2.3, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "100"}', + coty_name: ['Grant'], + cty_code: ['40053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52228, lat: 36.81782 }, + }, + { + zip_code: '74864', + usps_city: 'Prague', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4828.0, + density: 16.5, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "79.5", "40125": "20.5"}', + coty_name: ['Lincoln', 'Pottawatomie'], + cty_code: ['40081', '40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70257, lat: 35.48955 }, + }, + { + zip_code: '74943', + usps_city: 'Lequire', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 4.6, + primary_coty_code: '40061', + primary_coty_name: 'Haskell', + county_weights: '{"40061": "100"}', + coty_name: ['Haskell'], + cty_code: ['40061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.07576, lat: 35.08201 }, + }, + { + zip_code: '74953', + usps_city: 'Poteau', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 12089.0, + density: 33.9, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.60707, lat: 35.0447 }, + }, + { + zip_code: '75023', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 50431.0, + density: 2066.8, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73242, lat: 33.05706 }, + }, + { + zip_code: '75048', + usps_city: 'Sachse', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25598.0, + density: 942.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "68.91", "48085": "31.09"}', + coty_name: ['Dallas', 'Collin'], + cty_code: ['48113', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58085, lat: 32.972 }, + }, + { + zip_code: '75141', + usps_city: 'Hutchins', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5782.0, + density: 195.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69464, lat: 32.63998 }, + }, + { + zip_code: '75202', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2312.0, + density: 1269.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80472, lat: 32.77924 }, + }, + { + zip_code: '75204', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30537.0, + density: 4609.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78881, lat: 32.80204 }, + }, + { + zip_code: '75212', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26720.0, + density: 1005.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87913, lat: 32.78142 }, + }, + { + zip_code: '75416', + usps_city: 'Blossom', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3070.0, + density: 16.0, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35442, lat: 33.67825 }, + }, + { + zip_code: '75479', + usps_city: 'Savoy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1786.0, + density: 13.6, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33922, lat: 33.62159 }, + }, + { + zip_code: '75490', + usps_city: 'Trenton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2493.0, + density: 32.9, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "98.51", "48181": "1.49"}', + coty_name: ['Fannin', 'Grayson'], + cty_code: ['48147', '48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31339, lat: 33.43427 }, + }, + { + zip_code: '75551', + usps_city: 'Atlanta', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11251.0, + density: 26.3, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20197, lat: 33.11556 }, + }, + { + zip_code: '75563', + usps_city: 'Linden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4528.0, + density: 10.8, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38964, lat: 33.00608 }, + }, + { + zip_code: '75701', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35858.0, + density: 880.8, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3009, lat: 32.32331 }, + }, + { + zip_code: '75757', + usps_city: 'Bullard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12802.0, + density: 56.6, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "58.98", "48073": "41.02"}', + coty_name: ['Smith', 'Cherokee'], + cty_code: ['48423', '48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.349, lat: 32.11461 }, + }, + { + zip_code: '75765', + usps_city: 'Hawkins', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7157.0, + density: 27.1, + primary_coty_code: '48499', + primary_coty_name: 'Wood', + county_weights: '{"48499": "99.74", "48459": "0.26"}', + coty_name: ['Wood', 'Upshur'], + cty_code: ['48499', '48459'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23516, lat: 32.64159 }, + }, + { + zip_code: '75831', + usps_city: 'Buffalo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5529.0, + density: 8.4, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "83.51", "48161": "16.49"}', + coty_name: ['Leon', 'Freestone'], + cty_code: ['48289', '48161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01473, lat: 31.46234 }, + }, + { + zip_code: '75856', + usps_city: 'Pennington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 3.3, + primary_coty_code: '48455', + primary_coty_name: 'Trinity', + county_weights: '{"48455": "58.67", "48225": "41.33"}', + coty_name: ['Trinity', 'Houston'], + cty_code: ['48455', '48225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25576, lat: 31.18891 }, + }, + { + zip_code: '75978', + usps_city: 'Woden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 93.6, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.5272, lat: 31.50905 }, + }, + { + zip_code: '76010', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60097.0, + density: 2604.0, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08035, lat: 32.72283 }, + }, + { + zip_code: '76041', + usps_city: 'Forreston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 12.9, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84634, lat: 32.24005 }, + }, + { + zip_code: '76055', + usps_city: 'Itasca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2811.0, + density: 12.2, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15511, lat: 32.16217 }, + }, + { + zip_code: '76104', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18344.0, + density: 1208.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31777, lat: 32.7287 }, + }, + { + zip_code: '76109', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23220.0, + density: 1099.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38393, lat: 32.701 }, + }, + { + zip_code: '76115', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21319.0, + density: 1766.5, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33076, lat: 32.67879 }, + }, + { + zip_code: '76209', + usps_city: 'Denton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25689.0, + density: 1513.8, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.1099, lat: 33.2316 }, + }, + { + zip_code: '76251', + usps_city: 'Montague', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 779.0, + density: 5.7, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "100"}', + coty_name: ['Montague'], + cty_code: ['48337'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68976, lat: 33.62076 }, + }, + { + zip_code: '76271', + usps_city: 'Tioga', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 17.5, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "91.12", "48097": "8.88"}', + coty_name: ['Grayson', 'Cooke'], + cty_code: ['48181', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90774, lat: 33.46699 }, + }, + { + zip_code: '76306', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14980.0, + density: 440.6, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52395, lat: 33.94504 }, + }, + { + zip_code: '76366', + usps_city: 'Holliday', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1903.0, + density: 3.1, + primary_coty_code: '48009', + primary_coty_name: 'Archer', + county_weights: '{"48009": "100"}', + coty_name: ['Archer'], + cty_code: ['48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.78209, lat: 33.727 }, + }, + { + zip_code: '76450', + usps_city: 'Graham', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13112.0, + density: 11.0, + primary_coty_code: '48503', + primary_coty_name: 'Young', + county_weights: '{"48503": "97.9", "48363": "1.53", "48429": "0.57"}', + coty_name: ['Young', 'Palo Pinto', 'Stephens'], + cty_code: ['48503', '48363', '48429'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62573, lat: 33.06259 }, + }, + { + zip_code: '76490', + usps_city: 'Whitt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 46.8, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "100"}', + coty_name: ['Parker'], + cty_code: ['48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.01889, lat: 32.94544 }, + }, + { + zip_code: '76549', + usps_city: 'Killeen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52012.0, + density: 261.6, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "99.2", "48053": "0.4", "48099": "0.4"}', + coty_name: ['Bell', 'Burnet', 'Coryell'], + cty_code: ['48027', '48053', '48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82996, lat: 31.01316 }, + }, + { + zip_code: '76624', + usps_city: 'Axtell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2015.0, + density: 12.1, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9596, lat: 31.6566 }, + }, + { + zip_code: '76629', + usps_city: 'Bremond', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1668.0, + density: 4.5, + primary_coty_code: '48395', + primary_coty_name: 'Robertson', + county_weights: '{"48395": "90.5", "48145": "9.5"}', + coty_name: ['Robertson', 'Falls'], + cty_code: ['48395', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6554, lat: 31.15494 }, + }, + { + zip_code: '76798', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1591.0, + density: 17599.8, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.11901, lat: 31.5484 }, + }, + { + zip_code: '76844', + usps_city: 'Goldthwaite', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3534.0, + density: 3.3, + primary_coty_code: '48333', + primary_coty_name: 'Mills', + county_weights: '{"48333": "99.13", "48193": "0.45", "48281": "0.42"}', + coty_name: ['Mills', 'Hamilton', 'Lampasas'], + cty_code: ['48333', '48193', '48281'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.50904, lat: 31.43788 }, + }, + { + zip_code: '76864', + usps_city: 'Mullin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 1.3, + primary_coty_code: '48333', + primary_coty_name: 'Mills', + county_weights: '{"48333": "100"}', + coty_name: ['Mills'], + cty_code: ['48333'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73378, lat: 31.5541 }, + }, + { + zip_code: '76882', + usps_city: 'Talpa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 0.6, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "78.57", "48399": "21.43"}', + coty_name: ['Coleman', 'Runnels'], + cty_code: ['48083', '48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.70241, lat: 31.81965 }, + }, + { + zip_code: '77043', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24803.0, + density: 645.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58126, lat: 29.81187 }, + }, + { + zip_code: '77058', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16120.0, + density: 756.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09287, lat: 29.56284 }, + }, + { + zip_code: '77301', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34169.0, + density: 697.9, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43427, lat: 30.30793 }, + }, + { + zip_code: '77358', + usps_city: 'New Waverly', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5565.0, + density: 17.4, + primary_coty_code: '48471', + primary_coty_name: 'Walker', + county_weights: '{"48471": "77.23", "48407": "15.46", "48339": "7.31"}', + coty_name: ['Walker', 'San Jacinto', 'Montgomery'], + cty_code: ['48471', '48407', '48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43502, lat: 30.55776 }, + }, + { + zip_code: '77359', + usps_city: 'Oakhurst', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 3.1, + primary_coty_code: '48407', + primary_coty_name: 'San Jacinto', + county_weights: '{"48407": "100"}', + coty_name: ['San Jacinto'], + cty_code: ['48407'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.29988, lat: 30.75385 }, + }, + { + zip_code: '77470', + usps_city: 'Rock Island', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 5.1, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55145, lat: 29.53214 }, + }, + { + zip_code: '77473', + usps_city: 'San Felipe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 253.6, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "100"}', + coty_name: ['Austin'], + cty_code: ['48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1077, lat: 29.79516 }, + }, + { + zip_code: '77510', + usps_city: 'Santa Fe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14485.0, + density: 190.8, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08555, lat: 29.36107 }, + }, + { + zip_code: '77521', + usps_city: 'Baytown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60164.0, + density: 559.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "94.09", "48071": "5.91"}', + coty_name: ['Harris', 'Chambers'], + cty_code: ['48201', '48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.96591, lat: 29.79848 }, + }, + { + zip_code: '77530', + usps_city: 'Channelview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33437.0, + density: 977.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11149, lat: 29.78836 }, + }, + { + zip_code: '77565', + usps_city: 'Kemah', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8650.0, + density: 876.4, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03021, lat: 29.53619 }, + }, + { + zip_code: '77573', + usps_city: 'League City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 88131.0, + density: 1128.9, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08652, lat: 29.50205 }, + }, + { + zip_code: '77614', + usps_city: 'Deweyville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 10.0, + primary_coty_code: '48351', + primary_coty_name: 'Newton', + county_weights: '{"48351": "100"}', + coty_name: ['Newton'], + cty_code: ['48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.76105, lat: 30.30478 }, + }, + { + zip_code: '77656', + usps_city: 'Silsbee', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16524.0, + density: 40.6, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "98.69", "48457": "1.31"}', + coty_name: ['Hardin', 'Tyler'], + cty_code: ['48199', '48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17206, lat: 30.41587 }, + }, + { + zip_code: '77663', + usps_city: 'Village Mills', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1014.0, + density: 18.1, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "61.27", "48457": "38.73"}', + coty_name: ['Hardin', 'Tyler'], + cty_code: ['48199', '48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39544, lat: 30.51239 }, + }, + { + zip_code: '77872', + usps_city: 'North Zulch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1879.0, + density: 9.6, + primary_coty_code: '48313', + primary_coty_name: 'Madison', + county_weights: '{"48313": "100"}', + coty_name: ['Madison'], + cty_code: ['48313'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11025, lat: 30.88687 }, + }, + { + zip_code: '77963', + usps_city: 'Goliad', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5855.0, + density: 3.5, + primary_coty_code: '48175', + primary_coty_name: 'Goliad', + county_weights: '{"48175": "100"}', + coty_name: ['Goliad'], + cty_code: ['48175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41547, lat: 28.65701 }, + }, + { + zip_code: '77973', + usps_city: 'Mcfaddin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 0.2, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96374, lat: 28.54326 }, + }, + { + zip_code: '77976', + usps_city: 'Nursery', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 1.7, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12272, lat: 28.95449 }, + }, + { + zip_code: '77988', + usps_city: 'Telferner', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 559.0, + density: 150.7, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.88962, lat: 28.83903 }, + }, + { + zip_code: '78002', + usps_city: 'Atascosa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6833.0, + density: 63.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73826, lat: 29.28295 }, + }, + { + zip_code: '78073', + usps_city: 'Von Ormy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8580.0, + density: 63.8, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "86.22", "48013": "13.78"}', + coty_name: ['Bexar', 'Atascosa'], + cty_code: ['48029', '48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61955, lat: 29.24487 }, + }, + { + zip_code: '78104', + usps_city: 'Beeville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 2.3, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76461, lat: 28.51876 }, + }, + { + zip_code: '78210', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37683.0, + density: 1956.3, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.46437, lat: 29.39601 }, + }, + { + zip_code: '78212', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28865.0, + density: 1648.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49266, lat: 29.46463 }, + }, + { + zip_code: '78230', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45021.0, + density: 1668.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55552, lat: 29.54613 }, + }, + { + zip_code: '78234', + usps_city: 'Jbsa Ft Sam Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4965.0, + density: 421.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.43926, lat: 29.46038 }, + }, + { + zip_code: '78352', + usps_city: 'Edroy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 119.1, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "100"}', + coty_name: ['San Patricio'], + cty_code: ['48409'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67901, lat: 27.96291 }, + }, + { + zip_code: '78380', + usps_city: 'Robstown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24300.0, + density: 27.9, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "99.71", "48249": "0.29"}', + coty_name: ['Nueces', 'Jim Wells'], + cty_code: ['48355', '48249'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74623, lat: 27.78905 }, + }, + { + zip_code: '78624', + usps_city: 'Fredericksburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22444.0, + density: 12.2, + primary_coty_code: '48171', + primary_coty_name: 'Gillespie', + county_weights: '{"48171": "97.94", "48259": "2.06"}', + coty_name: ['Gillespie', 'Kendall'], + cty_code: ['48171', '48259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.87712, lat: 30.28151 }, + }, + { + zip_code: '78634', + usps_city: 'Hutto', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34447.0, + density: 208.9, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "98.32", "48453": "1.68"}', + coty_name: ['Williamson', 'Travis'], + cty_code: ['48491', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54471, lat: 30.55906 }, + }, + { + zip_code: '78636', + usps_city: 'Johnson City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3555.0, + density: 3.9, + primary_coty_code: '48031', + primary_coty_name: 'Blanco', + county_weights: '{"48031": "100"}', + coty_name: ['Blanco'], + cty_code: ['48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41888, lat: 30.30503 }, + }, + { + zip_code: '78643', + usps_city: 'Llano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6298.0, + density: 3.5, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "99.72", "48031": "0.28"}', + coty_name: ['Llano', 'Blanco'], + cty_code: ['48299', '48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.69483, lat: 30.69024 }, + }, + { + zip_code: '78670', + usps_city: 'Staples', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 15.2, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82003, lat: 29.77133 }, + }, + { + zip_code: '78802', + usps_city: 'Uvalde', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 0.7, + primary_coty_code: '48463', + primary_coty_name: 'Uvalde', + county_weights: '{"48463": "100"}', + coty_name: ['Uvalde'], + cty_code: ['48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88181, lat: 29.15506 }, + }, + { + zip_code: '78860', + usps_city: 'El Indio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 0.2, + primary_coty_code: '48323', + primary_coty_name: 'Maverick', + county_weights: '{"48323": "100"}', + coty_name: ['Maverick'], + cty_code: ['48323'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.29501, lat: 28.48238 }, + }, + { + zip_code: '78879', + usps_city: 'Rio Frio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 0.8, + primary_coty_code: '48385', + primary_coty_name: 'Real', + county_weights: '{"48385": "79.17", "48463": "20.83"}', + coty_name: ['Real', 'Uvalde'], + cty_code: ['48385', '48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.67588, lat: 29.64778 }, + }, + { + zip_code: '79018', + usps_city: 'Channing', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 0.3, + primary_coty_code: '48205', + primary_coty_name: 'Hartley', + county_weights: '{"48205": "87.23", "48341": "8.21", "48359": "4.56"}', + coty_name: ['Hartley', 'Moore', 'Oldham'], + cty_code: ['48205', '48341', '48359'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.38629, lat: 35.69549 }, + }, + { + zip_code: '79027', + usps_city: 'Dimmitt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4794.0, + density: 6.1, + primary_coty_code: '48069', + primary_coty_name: 'Castro', + county_weights: '{"48069": "100"}', + coty_name: ['Castro'], + cty_code: ['48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.33088, lat: 34.48691 }, + }, + { + zip_code: '79054', + usps_city: 'Lefors', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 6.5, + primary_coty_code: '48179', + primary_coty_name: 'Gray', + county_weights: '{"48179": "100"}', + coty_name: ['Gray'], + cty_code: ['48179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.7875, lat: 35.42585 }, + }, + { + zip_code: '79251', + usps_city: 'Quail', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 0.1, + primary_coty_code: '48087', + primary_coty_name: 'Collingsworth', + county_weights: '{"48087": "100"}', + coty_name: ['Collingsworth'], + cty_code: ['48087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.4389, lat: 34.92884 }, + }, + { + zip_code: '79255', + usps_city: 'Quitaque', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 1.3, + primary_coty_code: '48045', + primary_coty_name: 'Briscoe', + county_weights: '{"48045": "90.72", "48153": "5.78", "48345": "3.5"}', + coty_name: ['Briscoe', 'Floyd', 'Motley'], + cty_code: ['48045', '48153', '48345'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.05839, lat: 34.34612 }, + }, + { + zip_code: '79511', + usps_city: 'Coahoma', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1183.0, + density: 2.5, + primary_coty_code: '48227', + primary_coty_name: 'Howard', + county_weights: '{"48227": "93.95", "48033": "6.05"}', + coty_name: ['Howard', 'Borden'], + cty_code: ['48227', '48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.25956, lat: 32.41453 }, + }, + { + zip_code: '79533', + usps_city: 'Lueders', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 1.0, + primary_coty_code: '48253', + primary_coty_name: 'Jones', + county_weights: + '{"48253": "87.92", "48417": "10.17", "48207": "1.27", "48447": "0.64"}', + coty_name: ['Jones', 'Shackelford', 'Haskell', 'Throckmorton'], + cty_code: ['48253', '48417', '48207', '48447'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.55488, lat: 32.85549 }, + }, + { + zip_code: '79846', + usps_city: 'Redford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.1, + primary_coty_code: '48377', + primary_coty_name: 'Presidio', + county_weights: '{"48377": "100"}', + coty_name: ['Presidio'], + cty_code: ['48377'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.99027, lat: 29.45217 }, + }, + { + zip_code: '79849', + usps_city: 'San Elizario', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12157.0, + density: 334.9, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.25047, lat: 31.56126 }, + }, + { + zip_code: '79924', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 59648.0, + density: 1881.3, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.41325, lat: 31.90245 }, + }, + { + zip_code: '79930', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28277.0, + density: 995.2, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.46994, lat: 31.82028 }, + }, + { + zip_code: '80019', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2771.0, + density: 43.6, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.70191, lat: 39.78515 }, + }, + { + zip_code: '80102', + usps_city: 'Bennett', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5692.0, + density: 7.4, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "60.92", "08005": "37.18", "08039": "1.9"}', + coty_name: ['Adams', 'Arapahoe', 'Elbert'], + cty_code: ['08001', '08005', '08039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.44391, lat: 39.74095 }, + }, + { + zip_code: '80107', + usps_city: 'Elizabeth', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13474.0, + density: 33.4, + primary_coty_code: '8039', + primary_coty_name: 'Elbert', + county_weights: '{"08039": "100"}', + coty_name: ['Elbert'], + cty_code: ['8039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.57244, lat: 39.40961 }, + }, + { + zip_code: '80136', + usps_city: 'Strasburg', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5469.0, + density: 10.4, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "67.73", "08005": "32.27"}', + coty_name: ['Adams', 'Arapahoe'], + cty_code: ['08001', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.29748, lat: 39.79068 }, + }, + { + zip_code: '80202', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 15287.0, + density: 5270.5, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.99776, lat: 39.75193 }, + }, + { + zip_code: '80210', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 37087.0, + density: 2359.4, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96256, lat: 39.67802 }, + }, + { + zip_code: '80214', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 26711.0, + density: 2240.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "99.5", "08031": "0.5"}', + coty_name: ['Jefferson', 'Denver'], + cty_code: ['08059', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.0712, lat: 39.74214 }, + }, + { + zip_code: '80442', + usps_city: 'Fraser', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2229.0, + density: 12.2, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.88144, lat: 39.9348 }, + }, + { + zip_code: '80446', + usps_city: 'Granby', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4257.0, + density: 5.5, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.95253, lat: 40.17423 }, + }, + { + zip_code: '80473', + usps_city: 'Rand', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.0, + primary_coty_code: '8057', + primary_coty_name: 'Jackson', + county_weights: '{"08057": "100"}', + coty_name: ['Jackson'], + cty_code: ['8057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.13465, lat: 40.42501 }, + }, + { + zip_code: '80651', + usps_city: 'Platteville', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4284.0, + density: 17.4, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.81557, lat: 40.23685 }, + }, + { + zip_code: '80731', + usps_city: 'Haxtun', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1233.0, + density: 1.3, + primary_coty_code: '8095', + primary_coty_name: 'Phillips', + county_weights: + '{"08095": "88.35", "08075": "9.37", "08125": "1.41", "08115": "0.87"}', + coty_name: ['Phillips', 'Logan', 'Yuma', 'Sedgwick'], + cty_code: ['08095', '08075', '08125', '08115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.60413, lat: 40.59618 }, + }, + { + zip_code: '80860', + usps_city: 'Victor', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 2.9, + primary_coty_code: '8119', + primary_coty_name: 'Teller', + county_weights: '{"08119": "100"}', + coty_name: ['Teller'], + cty_code: ['8119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.08655, lat: 38.6911 }, + }, + { + zip_code: '80862', + usps_city: 'Wild Horse', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.1, + primary_coty_code: '8017', + primary_coty_name: 'Cheyenne', + county_weights: '{"08017": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['8017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.06084, lat: 38.88625 }, + }, + { + zip_code: '80908', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 18505.0, + density: 74.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.68949, lat: 39.04771 }, + }, + { + zip_code: '81023', + usps_city: 'Beulah', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1345.0, + density: 4.1, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.95109, lat: 38.06292 }, + }, + { + zip_code: '81050', + usps_city: 'La Junta', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9310.0, + density: 6.7, + primary_coty_code: '8089', + primary_coty_name: 'Otero', + county_weights: '{"08089": "99.84", "08011": "0.16"}', + coty_name: ['Otero', 'Bent'], + cty_code: ['08089', '08011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.50553, lat: 37.94029 }, + }, + { + zip_code: '81327', + usps_city: 'Lewis', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 4.7, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "100"}', + coty_name: ['Montezuma'], + cty_code: ['8083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.6546, lat: 37.51772 }, + }, + { + zip_code: '81332', + usps_city: 'Rico', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 1.3, + primary_coty_code: '8033', + primary_coty_name: 'Dolores', + county_weights: '{"08033": "100"}', + coty_name: ['Dolores'], + cty_code: ['8033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.9577, lat: 37.72685 }, + }, + { + zip_code: '81334', + usps_city: 'Towaoc', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 1.7, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "100"}', + coty_name: ['Montezuma'], + cty_code: ['8083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.54656, lat: 37.11243 }, + }, + { + zip_code: '81403', + usps_city: 'Montrose', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 11412.0, + density: 8.0, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "93.96", "08091": "6.04"}', + coty_name: ['Montrose', 'Ouray'], + cty_code: ['08085', '08091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.96918, lat: 38.33438 }, + }, + { + zip_code: '81653', + usps_city: 'Slater', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 0.1, + primary_coty_code: '8081', + primary_coty_name: 'Moffat', + county_weights: '{"08081": "54.84", "08107": "45.16"}', + coty_name: ['Moffat', 'Routt'], + cty_code: ['08081', '08107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.2706, lat: 40.96556 }, + }, + { + zip_code: '82638', + usps_city: 'Hiland', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.34356, lat: 43.11535 }, + }, + { + zip_code: '82832', + usps_city: 'Banner', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 1.8, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "78.16", "56019": "21.84"}', + coty_name: ['Sheridan', 'Johnson'], + cty_code: ['56033', '56019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.79543, lat: 44.60032 }, + }, + { + zip_code: '82833', + usps_city: 'Big Horn', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 0.4, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.12312, lat: 44.61987 }, + }, + { + zip_code: '82925', + usps_city: 'Cora', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 0.1, + primary_coty_code: '56035', + primary_coty_name: 'Sublette', + county_weights: '{"56035": "95.39", "56039": "4.61"}', + coty_name: ['Sublette', 'Teton'], + cty_code: ['56035', '56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.89264, lat: 43.23145 }, + }, + { + zip_code: '83123', + usps_city: 'La Barge', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 2.0, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.26321, lat: 42.22391 }, + }, + { + zip_code: '83642', + usps_city: 'Meridian', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 46193.0, + density: 434.6, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.40133, lat: 43.57345 }, + }, + { + zip_code: '83661', + usps_city: 'Payette', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 9941.0, + density: 16.4, + primary_coty_code: '16075', + primary_coty_name: 'Payette', + county_weights: '{"16075": "99.67", "16087": "0.33"}', + coty_name: ['Payette', 'Washington'], + cty_code: ['16075', '16087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.70438, lat: 44.07776 }, + }, + { + zip_code: '83686', + usps_city: 'Nampa', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 48971.0, + density: 212.9, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.6114, lat: 43.49526 }, + }, + { + zip_code: '84005', + usps_city: 'Eagle Mountain', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 31383.0, + density: 392.9, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.99656, lat: 40.32513 }, + }, + { + zip_code: '84017', + usps_city: 'Coalville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4366.0, + density: 3.6, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "100"}', + coty_name: ['Summit'], + cty_code: ['49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.20387, lat: 40.93355 }, + }, + { + zip_code: '84036', + usps_city: 'Kamas', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 7439.0, + density: 9.0, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "82.35", "49051": "17.65"}', + coty_name: ['Summit', 'Wasatch'], + cty_code: ['49043', '49051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.14475, lat: 40.64134 }, + }, + { + zip_code: '84075', + usps_city: 'Syracuse', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 29411.0, + density: 801.6, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.07974, lat: 41.08139 }, + }, + { + zip_code: '84534', + usps_city: 'Montezuma Creek', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2757.0, + density: 2.4, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "100"}', + coty_name: ['San Juan'], + cty_code: ['49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.23317, lat: 37.25309 }, + }, + { + zip_code: '84624', + usps_city: 'Delta', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 5869.0, + density: 4.6, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.83985, lat: 39.40755 }, + }, + { + zip_code: '84667', + usps_city: 'Wales', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 9.3, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.65333, lat: 39.49209 }, + }, + { + zip_code: '84741', + usps_city: 'Kanab', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 6021.0, + density: 1.7, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "100"}', + coty_name: ['Kane'], + cty_code: ['49025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.30607, lat: 37.18055 }, + }, + { + zip_code: '85083', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19923.0, + density: 781.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.15854, lat: 33.72456 }, + }, + { + zip_code: '85331', + usps_city: 'Cave Creek', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 30727.0, + density: 105.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.93494, lat: 33.88506 }, + }, + { + zip_code: '85352', + usps_city: 'Tacna', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 500.0, + density: 3.1, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.83951, lat: 32.71939 }, + }, + { + zip_code: '85533', + usps_city: 'Clifton', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3361.0, + density: 1.1, + primary_coty_code: '4011', + primary_coty_name: 'Greenlee', + county_weights: '{"04011": "99.69", "04009": "0.31"}', + coty_name: ['Greenlee', 'Graham'], + cty_code: ['04011', '04009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.38563, lat: 33.32098 }, + }, + { + zip_code: '85635', + usps_city: 'Sierra Vista', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 33947.0, + density: 183.6, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.17705, lat: 31.57036 }, + }, + { + zip_code: '85648', + usps_city: 'Rio Rico', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19681.0, + density: 48.3, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['4023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.04117, lat: 31.48733 }, + }, + { + zip_code: '85701', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5234.0, + density: 1397.4, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.97095, lat: 32.2169 }, + }, + { + zip_code: '85743', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 31148.0, + density: 124.7, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.18817, lat: 32.3108 }, + }, + { + zip_code: '85750', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 24502.0, + density: 475.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.84021, lat: 32.30199 }, + }, + { + zip_code: '86011', + usps_city: 'Flagstaff', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 9772.0, + density: 5567.3, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.65511, lat: 35.18005 }, + }, + { + zip_code: '86321', + usps_city: 'Bagdad', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2128.0, + density: 2.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.10311, lat: 34.49282 }, + }, + { + zip_code: '86535', + usps_city: 'Dennehotso', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 2.0, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.85989, lat: 36.78066 }, + }, + { + zip_code: '87008', + usps_city: 'Cedar Crest', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2464.0, + density: 33.6, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.3918, lat: 35.14572 }, + }, + { + zip_code: '87024', + usps_city: 'Jemez Pueblo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2334.0, + density: 10.4, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.73, lat: 35.68399 }, + }, + { + zip_code: '87028', + usps_city: 'La Joya', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 3.4, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.77283, lat: 34.3621 }, + }, + { + zip_code: '87083', + usps_city: 'Cochiti Lake', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 141.7, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.34271, lat: 35.64844 }, + }, + { + zip_code: '87322', + usps_city: 'Rehoboth', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 57.5, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.65311, lat: 35.52603 }, + }, + { + zip_code: '87549', + usps_city: 'Ojo Caliente', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 2.7, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "87.66", "35055": "12.34"}', + coty_name: ['Rio Arriba', 'Taos'], + cty_code: ['35039', '35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.01215, lat: 36.2414 }, + }, + { + zip_code: '87723', + usps_city: 'Holman', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 6.7, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.37558, lat: 36.05875 }, + }, + { + zip_code: '87747', + usps_city: 'Springer', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1518.0, + density: 0.8, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.46312, lat: 36.36658 }, + }, + { + zip_code: '87821', + usps_city: 'Datil', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 0.1, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "100"}', + coty_name: ['Catron'], + cty_code: ['35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.05949, lat: 33.97948 }, + }, + { + zip_code: '87901', + usps_city: 'Truth Or Consequences', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 6224.0, + density: 3.0, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.14359, lat: 33.19995 }, + }, + { + zip_code: '88020', + usps_city: 'Animas', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 683.0, + density: 0.2, + primary_coty_code: '35023', + primary_coty_name: 'Hidalgo', + county_weights: '{"35023": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['35023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.82822, lat: 31.77074 }, + }, + { + zip_code: '88033', + usps_city: 'Fairacres', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.02885, lat: 32.31953 }, + }, + { + zip_code: '88051', + usps_city: 'Mule Creek', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 0.1, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.94876, lat: 33.01613 }, + }, + { + zip_code: '88052', + usps_city: 'Organ', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 70.1, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.59941, lat: 32.42536 }, + }, + { + zip_code: '88056', + usps_city: 'Rodeo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 0.6, + primary_coty_code: '35023', + primary_coty_name: 'Hidalgo', + county_weights: '{"35023": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['35023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.98254, lat: 31.84421 }, + }, + { + zip_code: '88324', + usps_city: 'Glencoe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 2.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.43913, lat: 33.38988 }, + }, + { + zip_code: '88344', + usps_city: 'Pinon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 0.0, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "51.57", "35005": "48.43"}', + coty_name: ['Otero', 'Chaves'], + cty_code: ['35035', '35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.31133, lat: 32.5699 }, + }, + { + zip_code: '89060', + usps_city: 'Pahrump', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 9473.0, + density: 7.9, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "99.71", "06027": "0.29"}', + coty_name: ['Nye', 'Inyo'], + cty_code: ['32023', '06027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.06352, lat: 36.39425 }, + }, + { + zip_code: '89130', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 34697.0, + density: 1750.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.22708, lat: 36.25405 }, + }, + { + zip_code: '89183', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 42480.0, + density: 2340.1, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.15762, lat: 35.99588 }, + }, + { + zip_code: '89413', + usps_city: 'Glenbrook', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 17.7, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.92096, lat: 39.07389 }, + }, + { + zip_code: '90073', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 1085.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.45696, lat: 34.05453 }, + }, + { + zip_code: '90089', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3786.0, + density: 5097.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.28033, lat: 34.02442 }, + }, + { + zip_code: '90263', + usps_city: 'Malibu', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1838.0, + density: 3141.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.70792, lat: 34.03892 }, + }, + { + zip_code: '90292', + usps_city: 'Marina Del Rey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23549.0, + density: 4466.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44761, lat: 33.97831 }, + }, + { + zip_code: '90293', + usps_city: 'Playa Del Rey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12728.0, + density: 1719.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43721, lat: 33.95033 }, + }, + { + zip_code: '90305', + usps_city: 'Inglewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15042.0, + density: 2512.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33015, lat: 33.95959 }, + }, + { + zip_code: '90720', + usps_city: 'Los Alamitos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22261.0, + density: 1403.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.0636, lat: 33.79557 }, + }, + { + zip_code: '91008', + usps_city: 'Duarte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 206.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.96821, lat: 34.15344 }, + }, + { + zip_code: '91307', + usps_city: 'West Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26341.0, + density: 1262.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "91.63", "06111": "8.37"}', + coty_name: ['Los Angeles', 'Ventura'], + cty_code: ['06037', '06111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.66216, lat: 34.20164 }, + }, + { + zip_code: '91436', + usps_city: 'Encino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15292.0, + density: 1036.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.49229, lat: 34.15087 }, + }, + { + zip_code: '91711', + usps_city: 'Claremont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36777.0, + density: 945.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.71561, lat: 34.12853 }, + }, + { + zip_code: '91724', + usps_city: 'Covina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26717.0, + density: 1654.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.85502, lat: 34.08071 }, + }, + { + zip_code: '92040', + usps_city: 'Lakeside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46306.0, + density: 278.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.88472, lat: 32.90753 }, + }, + { + zip_code: '92067', + usps_city: 'Rancho Santa Fe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7724.0, + density: 132.4, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19383, lat: 33.02141 }, + }, + { + zip_code: '92086', + usps_city: 'Warner Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1543.0, + density: 2.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.65268, lat: 33.30957 }, + }, + { + zip_code: '92116', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33408.0, + density: 3755.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.12281, lat: 32.76496 }, + }, + { + zip_code: '92145', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1883.0, + density: 217.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.00801, lat: 32.9306 }, + }, + { + zip_code: '92273', + usps_city: 'Seeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2010.0, + density: 111.3, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.69995, lat: 32.81777 }, + }, + { + zip_code: '92314', + usps_city: 'Big Bear City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11385.0, + density: 142.6, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.81304, lat: 34.26095 }, + }, + { + zip_code: '92346', + usps_city: 'Highland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 63857.0, + density: 968.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.18004, lat: 34.12429 }, + }, + { + zip_code: '92504', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59896.0, + density: 987.7, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.39662, lat: 33.90247 }, + }, + { + zip_code: '92507', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59152.0, + density: 1129.9, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.32489, lat: 33.97099 }, + }, + { + zip_code: '92518', + usps_city: 'March Air Reserve Base', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 33.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.27768, lat: 33.88869 }, + }, + { + zip_code: '92536', + usps_city: 'Aguanga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3076.0, + density: 9.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.83491, lat: 33.49288 }, + }, + { + zip_code: '92844', + usps_city: 'Garden Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23189.0, + density: 4217.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.96945, lat: 33.76543 }, + }, + { + zip_code: '92867', + usps_city: 'Orange', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44655.0, + density: 2168.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.82213, lat: 33.81575 }, + }, + { + zip_code: '93015', + usps_city: 'Fillmore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17989.0, + density: 90.7, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.89657, lat: 34.40574 }, + }, + { + zip_code: '93105', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28545.0, + density: 113.5, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.79968, lat: 34.53229 }, + }, + { + zip_code: '93239', + usps_city: 'Kettleman City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 7.5, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "100"}', + coty_name: ['Kings'], + cty_code: ['6031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.94606, lat: 35.97542 }, + }, + { + zip_code: '93258', + usps_city: 'Porterville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1952.0, + density: 1742.0, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.15041, lat: 36.05438 }, + }, + { + zip_code: '93277', + usps_city: 'Visalia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52271.0, + density: 504.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.381, lat: 36.29923 }, + }, + { + zip_code: '93292', + usps_city: 'Visalia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42031.0, + density: 149.3, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.22402, lat: 36.37715 }, + }, + { + zip_code: '93410', + usps_city: 'San Luis Obispo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "0"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.66088, lat: 35.30126 }, + }, + { + zip_code: '93501', + usps_city: 'Mojave', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4802.0, + density: 11.3, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1845, lat: 35.06841 }, + }, + { + zip_code: '93527', + usps_city: 'Inyokern', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 1.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "97.07", "06107": "2.22", "06027": "0.71"}', + coty_name: ['Kern', 'Tulare', 'Inyo'], + cty_code: ['06029', '06107', '06027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.17718, lat: 36.04632 }, + }, + { + zip_code: '93531', + usps_city: 'Keene', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 3.8, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.58996, lat: 35.21601 }, + }, + { + zip_code: '93622', + usps_city: 'Firebaugh', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10335.0, + density: 11.3, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "94.5", "06039": "5.04", "06047": "0.46"}', + coty_name: ['Fresno', 'Madera', 'Merced'], + cty_code: ['06019', '06039', '06047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.5792, lat: 36.80934 }, + }, + { + zip_code: '93635', + usps_city: 'Los Banos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41180.0, + density: 61.1, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.84552, lat: 37.06906 }, + }, + { + zip_code: '93647', + usps_city: 'Orosi', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11407.0, + density: 41.2, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.16702, lat: 36.59101 }, + }, + { + zip_code: '93654', + usps_city: 'Reedley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30373.0, + density: 118.9, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "97.44", "06107": "2.56"}', + coty_name: ['Fresno', 'Tulare'], + cty_code: ['06019', '06107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.40291, lat: 36.65715 }, + }, + { + zip_code: '93725', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27214.0, + density: 160.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.73651, lat: 36.62534 }, + }, + { + zip_code: '93908', + usps_city: 'Salinas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12398.0, + density: 22.3, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.60685, lat: 36.63429 }, + }, + { + zip_code: '93940', + usps_city: 'Monterey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32236.0, + density: 607.4, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84332, lat: 36.57944 }, + }, + { + zip_code: '94065', + usps_city: 'Redwood City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12461.0, + density: 2108.3, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24673, lat: 37.53542 }, + }, + { + zip_code: '94066', + usps_city: 'San Bruno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43101.0, + density: 2716.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43358, lat: 37.62508 }, + }, + { + zip_code: '94112', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 84707.0, + density: 9713.9, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4429, lat: 37.72031 }, + }, + { + zip_code: '94525', + usps_city: 'Crockett', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3290.0, + density: 540.2, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23117, lat: 38.05278 }, + }, + { + zip_code: '94539', + usps_city: 'Fremont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54982.0, + density: 835.4, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91177, lat: 37.51685 }, + }, + { + zip_code: '94574', + usps_city: 'Saint Helena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8757.0, + density: 26.5, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39274, lat: 38.53569 }, + }, + { + zip_code: '94703', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21697.0, + density: 6269.0, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27564, lat: 37.86389 }, + }, + { + zip_code: '94903', + usps_city: 'San Rafael', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30427.0, + density: 586.2, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55223, lat: 38.02479 }, + }, + { + zip_code: '94956', + usps_city: 'Point Reyes Station', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1146.0, + density: 7.6, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.85161, lat: 38.05359 }, + }, + { + zip_code: '95128', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36975.0, + density: 3659.7, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.93633, lat: 37.31596 }, + }, + { + zip_code: '95205', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38350.0, + density: 1629.4, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.26, lat: 37.96451 }, + }, + { + zip_code: '95348', + usps_city: 'Merced', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34002.0, + density: 276.4, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.50013, lat: 37.39583 }, + }, + { + zip_code: '95425', + usps_city: 'Cloverdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10984.0, + density: 20.6, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "98.28", "06045": "1.72"}', + coty_name: ['Sonoma', 'Mendocino'], + cty_code: ['06097', '06045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.04213, lat: 38.81932 }, + }, + { + zip_code: '95449', + usps_city: 'Hopland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1560.0, + density: 4.6, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.10135, lat: 38.94221 }, + }, + { + zip_code: '95461', + usps_city: 'Middletown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2567.0, + density: 7.9, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59664, lat: 38.76112 }, + }, + { + zip_code: '95527', + usps_city: 'Burnt Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 1.4, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.43175, lat: 40.8534 }, + }, + { + zip_code: '95698', + usps_city: 'Zamora', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 1.3, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91213, lat: 38.81752 }, + }, + { + zip_code: '95762', + usps_city: 'El Dorado Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43052.0, + density: 401.9, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.05773, lat: 38.6764 }, + }, + { + zip_code: '95925', + usps_city: 'Challenge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 3.2, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.17952, lat: 39.4689 }, + }, + { + zip_code: '96094', + usps_city: 'Weed', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6611.0, + density: 10.3, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31791, lat: 41.53313 }, + }, + { + zip_code: '96760', + usps_city: 'Kurtistown', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2998.0, + density: 66.7, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.05612, lat: 19.55478 }, + }, + { + zip_code: '96863', + usps_city: 'Mcbh Kaneohe Bay', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 641.2, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.76232, lat: 21.44845 }, + }, + { + zip_code: '97013', + usps_city: 'Canby', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 24138.0, + density: 164.0, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.67168, lat: 45.21812 }, + }, + { + zip_code: '97030', + usps_city: 'Gresham', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 38358.0, + density: 1957.7, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43189, lat: 45.50897 }, + }, + { + zip_code: '97056', + usps_city: 'Scappoose', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 11678.0, + density: 46.1, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "97.58", "41051": "1.88", "41067": "0.54"}', + coty_name: ['Columbia', 'Multnomah', 'Washington'], + cty_code: ['41009', '41051', '41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.9547, lat: 45.78126 }, + }, + { + zip_code: '97060', + usps_city: 'Troutdale', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 22471.0, + density: 492.6, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37027, lat: 45.53423 }, + }, + { + zip_code: '97223', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 50585.0, + density: 1684.4, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7795, lat: 45.4403 }, + }, + { + zip_code: '97367', + usps_city: 'Lincoln City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 9746.0, + density: 89.2, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.97531, lat: 44.91557 }, + }, + { + zip_code: '97391', + usps_city: 'Toledo', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6012.0, + density: 24.7, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.89577, lat: 44.62573 }, + }, + { + zip_code: '97404', + usps_city: 'Eugene', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 34616.0, + density: 1378.6, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.13298, lat: 44.10486 }, + }, + { + zip_code: '97620', + usps_city: 'Adel', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 0.1, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.78389, lat: 42.20628 }, + }, + { + zip_code: '97710', + usps_city: 'Fields', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.1, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "96.67", "41045": "3.33"}', + coty_name: ['Harney', 'Malheur'], + cty_code: ['41025', '41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.47568, lat: 42.18621 }, + }, + { + zip_code: '97813', + usps_city: 'Athena', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1392.0, + density: 9.8, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.52813, lat: 45.85042 }, + }, + { + zip_code: '97835', + usps_city: 'Helix', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 0.5, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.78663, lat: 45.91 }, + }, + { + zip_code: '97867', + usps_city: 'North Powder', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 2.3, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "84.53", "41001": "15.47"}', + coty_name: ['Union', 'Baker'], + cty_code: ['41061', '41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.9955, lat: 45.06907 }, + }, + { + zip_code: '98056', + usps_city: 'Renton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35722.0, + density: 1832.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.18959, lat: 47.51287 }, + }, + { + zip_code: '98115', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 54109.0, + density: 3172.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28216, lat: 47.685 }, + }, + { + zip_code: '98155', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35041.0, + density: 1791.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30034, lat: 47.75601 }, + }, + { + zip_code: '98251', + usps_city: 'Gold Bar', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4108.0, + density: 10.4, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.54536, lat: 47.90263 }, + }, + { + zip_code: '98260', + usps_city: 'Langley', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5685.0, + density: 83.0, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.45086, lat: 48.03069 }, + }, + { + zip_code: '98278', + usps_city: 'Oak Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 159.6, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66293, lat: 48.34128 }, + }, + { + zip_code: '98371', + usps_city: 'Puyallup', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21866.0, + density: 732.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32219, lat: 47.19956 }, + }, + { + zip_code: '98513', + usps_city: 'Olympia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35757.0, + density: 233.6, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.73472, lat: 46.98328 }, + }, + { + zip_code: '98538', + usps_city: 'Curtis', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 373.0, + density: 1.4, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.15272, lat: 46.47758 }, + }, + { + zip_code: '98548', + usps_city: 'Hoodsport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2158.0, + density: 6.1, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.33218, lat: 47.43003 }, + }, + { + zip_code: '98552', + usps_city: 'Humptulips', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 2.0, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.91924, lat: 47.30465 }, + }, + { + zip_code: '98558', + usps_city: 'Mckenna', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 1029.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55659, lat: 46.93397 }, + }, + { + zip_code: '98560', + usps_city: 'Matlock', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.8, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.41887, lat: 47.30752 }, + }, + { + zip_code: '98632', + usps_city: 'Longview', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 51504.0, + density: 153.3, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "99.92", "53069": "0.08"}', + coty_name: ['Cowlitz', 'Wahkiakum'], + cty_code: ['53015', '53069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.06852, lat: 46.21684 }, + }, + { + zip_code: '98813', + usps_city: 'Bridgeport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2836.0, + density: 9.3, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "95.59", "53047": "4.41"}', + coty_name: ['Douglas', 'Okanogan'], + cty_code: ['53017', '53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.60655, lat: 48.01416 }, + }, + { + zip_code: '98902', + usps_city: 'Yakima', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 46130.0, + density: 1971.9, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.53375, lat: 46.59668 }, + }, + { + zip_code: '98939', + usps_city: 'Parker', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 123.2, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.46581, lat: 46.49687 }, + }, + { + zip_code: '99003', + usps_city: 'Chattaroy', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4410.0, + density: 24.3, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.28467, lat: 47.91839 }, + }, + { + zip_code: '99006', + usps_city: 'Deer Park', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12818.0, + density: 26.9, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "84.09", "53065": "15.15", "53051": "0.76"}', + coty_name: ['Spokane', 'Stevens', 'Pend Oreille'], + cty_code: ['53063', '53065', '53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.50225, lat: 47.98298 }, + }, + { + zip_code: '99034', + usps_city: 'Tumtum', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 0.8, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.74864, lat: 47.88562 }, + }, + { + zip_code: '99208', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 54917.0, + density: 431.9, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.46275, lat: 47.77989 }, + }, + { + zip_code: '99329', + usps_city: 'Dixie', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 28.5, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "100"}', + coty_name: ['Walla Walla'], + cty_code: ['53071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14531, lat: 46.15636 }, + }, + { + zip_code: '99517', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 15750.0, + density: 1856.3, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.9371, lat: 61.19019 }, + }, + { + zip_code: '99586', + usps_city: 'Gakona', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 0.1, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100"}', + coty_name: ['Valdez-Cordova'], + cty_code: ['2261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -144.11183, lat: 62.66801 }, + }, + { + zip_code: '99651', + usps_city: 'Platinum', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 0.2, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.71141, lat: 59.00994 }, + }, + { + zip_code: '99656', + usps_city: 'Red Devil', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 0.1, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.54468, lat: 61.85716 }, + }, + { + zip_code: '99671', + usps_city: 'Stebbins', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 9.9, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.25352, lat: 63.48182 }, + }, + { + zip_code: '31047', + usps_city: 'Kathleen', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14908.0, + density: 80.1, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.583, lat: 32.47366 }, + }, + { + zip_code: '31304', + usps_city: 'Crescent', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 5.9, + primary_coty_code: '13191', + primary_coty_name: 'McIntosh', + county_weights: '{"13191": "100"}', + coty_name: ['McIntosh'], + cty_code: ['13191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35236, lat: 31.50906 }, + }, + { + zip_code: '31561', + usps_city: 'Sea Island', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 3.8, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "100"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33709, lat: 31.20231 }, + }, + { + zip_code: '31637', + usps_city: 'Lenox', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2900.0, + density: 14.2, + primary_coty_code: '13075', + primary_coty_name: 'Cook', + county_weights: + '{"13075": "58.22", "13019": "30.09", "13071": "7.02", "13277": "4.67"}', + coty_name: ['Cook', 'Berrien', 'Colquitt', 'Tift'], + cty_code: ['13075', '13019', '13071', '13277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44111, lat: 31.29233 }, + }, + { + zip_code: '31650', + usps_city: 'Willacoochee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3982.0, + density: 15.1, + primary_coty_code: '13003', + primary_coty_name: 'Atkinson', + county_weights: '{"13003": "67.68", "13069": "32.32"}', + coty_name: ['Atkinson', 'Coffee'], + cty_code: ['13003', '13069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.02578, lat: 31.39583 }, + }, + { + zip_code: '31815', + usps_city: 'Lumpkin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3889.0, + density: 6.0, + primary_coty_code: '13259', + primary_coty_name: 'Stewart', + county_weights: '{"13259": "100"}', + coty_name: ['Stewart'], + cty_code: ['13259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.83843, lat: 32.03555 }, + }, + { + zip_code: '32066', + usps_city: 'Mayo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7420.0, + density: 10.3, + primary_coty_code: '12067', + primary_coty_name: 'Lafayette', + county_weights: '{"12067": "100"}', + coty_name: ['Lafayette'], + cty_code: ['12067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.23398, lat: 30.03677 }, + }, + { + zip_code: '32112', + usps_city: 'Crescent City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7646.0, + density: 55.6, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55791, lat: 29.4272 }, + }, + { + zip_code: '32117', + usps_city: 'Daytona Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26425.0, + density: 903.1, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06566, lat: 29.2353 }, + }, + { + zip_code: '32179', + usps_city: 'Ocklawaha', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7919.0, + density: 44.4, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88794, lat: 29.08858 }, + }, + { + zip_code: '32331', + usps_city: 'Greenville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4193.0, + density: 5.6, + primary_coty_code: '12079', + primary_coty_name: 'Madison', + county_weights: '{"12079": "76.8", "12123": "12.59", "12065": "10.61"}', + coty_name: ['Madison', 'Taylor', 'Jefferson'], + cty_code: ['12079', '12123', '12065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64028, lat: 30.43978 }, + }, + { + zip_code: '32509', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 204.0, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.341, lat: 30.47078 }, + }, + { + zip_code: '32544', + usps_city: 'Hurlburt Field', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1962.0, + density: 79.8, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69928, lat: 30.42795 }, + }, + { + zip_code: '32548', + usps_city: 'Fort Walton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21708.0, + density: 645.9, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65324, lat: 30.4069 }, + }, + { + zip_code: '32776', + usps_city: 'Sorrento', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12029.0, + density: 107.5, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "99.18", "12095": "0.82"}', + coty_name: ['Lake', 'Orange'], + cty_code: ['12069', '12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49633, lat: 28.81758 }, + }, + { + zip_code: '32808', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 59291.0, + density: 1909.2, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44329, lat: 28.5791 }, + }, + { + zip_code: '33039', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 356.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39968, lat: 25.5021 }, + }, + { + zip_code: '33064', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 61293.0, + density: 2261.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11567, lat: 26.27849 }, + }, + { + zip_code: '33067', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27358.0, + density: 1020.3, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22611, lat: 26.30774 }, + }, + { + zip_code: '33131', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18477.0, + density: 17549.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18464, lat: 25.76325 }, + }, + { + zip_code: '33177', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 57526.0, + density: 1771.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40462, lat: 25.59679 }, + }, + { + zip_code: '33190', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16147.0, + density: 3504.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34832, lat: 25.55922 }, + }, + { + zip_code: '33483', + usps_city: 'Delray Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12703.0, + density: 1258.2, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06378, lat: 26.46118 }, + }, + { + zip_code: '33484', + usps_city: 'Delray Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26299.0, + density: 1655.0, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13445, lat: 26.45428 }, + }, + { + zip_code: '33543', + usps_city: 'Wesley Chapel', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28156.0, + density: 528.8, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29637, lat: 28.20072 }, + }, + { + zip_code: '33604', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39604.0, + density: 2053.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45526, lat: 28.01699 }, + }, + { + zip_code: '33624', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39803.0, + density: 1711.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52678, lat: 28.07901 }, + }, + { + zip_code: '33713', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32348.0, + density: 1906.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67756, lat: 27.78879 }, + }, + { + zip_code: '33760', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17336.0, + density: 1313.3, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7145, lat: 27.90777 }, + }, + { + zip_code: '34134', + usps_city: 'Bonita Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14992.0, + density: 502.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "87.46", "12021": "12.54"}', + coty_name: ['Lee', 'Collier'], + cty_code: ['12071', '12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82836, lat: 26.35634 }, + }, + { + zip_code: '34210', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16462.0, + density: 706.7, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63082, lat: 27.43799 }, + }, + { + zip_code: '34429', + usps_city: 'Crystal River', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8338.0, + density: 79.7, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65156, lat: 28.85858 }, + }, + { + zip_code: '34638', + usps_city: "Land O'Lakes", + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28609.0, + density: 231.2, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52053, lat: 28.26014 }, + }, + { + zip_code: '34689', + usps_city: 'Tarpon Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27445.0, + density: 997.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75806, lat: 28.14915 }, + }, + { + zip_code: '34731', + usps_city: 'Fruitland Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14858.0, + density: 352.7, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89779, lat: 28.86417 }, + }, + { + zip_code: '34951', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17106.0, + density: 266.5, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.41611, lat: 27.52251 }, + }, + { + zip_code: '35064', + usps_city: 'Fairfield', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11048.0, + density: 1039.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.9203, lat: 33.47599 }, + }, + { + zip_code: '35068', + usps_city: 'Fultondale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7967.0, + density: 219.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83098, lat: 33.60745 }, + }, + { + zip_code: '35117', + usps_city: 'Mount Olive', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5478.0, + density: 79.2, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89677, lat: 33.67295 }, + }, + { + zip_code: '35446', + usps_city: 'Buhl', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2147.0, + density: 13.6, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74715, lat: 33.21617 }, + }, + { + zip_code: '35470', + usps_city: 'Livingston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4836.0, + density: 7.0, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10365, lat: 32.55682 }, + }, + { + zip_code: '35592', + usps_city: 'Vernon', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4839.0, + density: 15.0, + primary_coty_code: '1075', + primary_coty_name: 'Lamar', + county_weights: '{"01075": "100"}', + coty_name: ['Lamar'], + cty_code: ['1075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0844, lat: 33.74629 }, + }, + { + zip_code: '35601', + usps_city: 'Decatur', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 32381.0, + density: 444.1, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "100"}', + coty_name: ['Morgan'], + cty_code: ['1103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.01333, lat: 34.60907 }, + }, + { + zip_code: '35671', + usps_city: 'Tanner', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1958.0, + density: 14.3, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.94946, lat: 34.66633 }, + }, + { + zip_code: '35803', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 26242.0, + density: 213.1, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.52141, lat: 34.56469 }, + }, + { + zip_code: '35901', + usps_city: 'Gadsden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19811.0, + density: 128.6, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "99.72", "01019": "0.28"}', + coty_name: ['Etowah', 'Cherokee'], + cty_code: ['01055', '01019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9246, lat: 34.04799 }, + }, + { + zip_code: '35968', + usps_city: 'Fort Payne', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5206.0, + density: 37.5, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.76571, lat: 34.48972 }, + }, + { + zip_code: '35980', + usps_city: 'Horton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5440.0, + density: 37.9, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "76.17", "01009": "23.83"}', + coty_name: ['Marshall', 'Blount'], + cty_code: ['01095', '01009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.38525, lat: 34.17624 }, + }, + { + zip_code: '36006', + usps_city: 'Billingsley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1108.0, + density: 6.0, + primary_coty_code: '1001', + primary_coty_name: 'Autauga', + county_weights: '{"01001": "75.7", "01021": "24.3"}', + coty_name: ['Autauga', 'Chilton'], + cty_code: ['01001', '01021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.72346, lat: 32.64152 }, + }, + { + zip_code: '36040', + usps_city: 'Hayneville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3452.0, + density: 8.6, + primary_coty_code: '1085', + primary_coty_name: 'Lowndes', + county_weights: '{"01085": "100"}', + coty_name: ['Lowndes'], + cty_code: ['1085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.68283, lat: 32.16518 }, + }, + { + zip_code: '36041', + usps_city: 'Highland Home', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1344.0, + density: 9.8, + primary_coty_code: '1041', + primary_coty_name: 'Crenshaw', + county_weights: '{"01041": "98.33", "01101": "1.67"}', + coty_name: ['Crenshaw', 'Montgomery'], + cty_code: ['01041', '01101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.31825, lat: 31.91462 }, + }, + { + zip_code: '36551', + usps_city: 'Loxley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9573.0, + density: 56.7, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75286, lat: 30.63762 }, + }, + { + zip_code: '36569', + usps_city: 'Saint Stephens', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 570.0, + density: 3.6, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08932, lat: 31.5425 }, + }, + { + zip_code: '36723', + usps_city: 'Boykin', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 21.5, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "100"}', + coty_name: ['Wilcox'], + cty_code: ['1131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.2851, lat: 32.06777 }, + }, + { + zip_code: '36775', + usps_city: 'Sardis', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1025.0, + density: 4.3, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "100"}', + coty_name: ['Dallas'], + cty_code: ['1047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.01663, lat: 32.22924 }, + }, + { + zip_code: '37025', + usps_city: 'Bon Aqua', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5698.0, + density: 36.4, + primary_coty_code: '47081', + primary_coty_name: 'Hickman', + county_weights: '{"47081": "82.83", "47043": "16.22", "47187": "0.95"}', + coty_name: ['Hickman', 'Dickson', 'Williamson'], + cty_code: ['47081', '47043', '47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30774, lat: 35.9487 }, + }, + { + zip_code: '37057', + usps_city: 'Dixon Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 7.9, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "38.01", "47111": "37.77", "47169": "24.22"}', + coty_name: ['Smith', 'Macon', 'Trousdale'], + cty_code: ['47159', '47111', '47169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.02839, lat: 36.40324 }, + }, + { + zip_code: '37058', + usps_city: 'Dover', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7780.0, + density: 16.7, + primary_coty_code: '47161', + primary_coty_name: 'Stewart', + county_weights: '{"47161": "100"}', + coty_name: ['Stewart'], + cty_code: ['47161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87961, lat: 36.47884 }, + }, + { + zip_code: '37064', + usps_city: 'Franklin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 58937.0, + density: 127.4, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "99.88", "47037": "0.12"}', + coty_name: ['Williamson', 'Davidson'], + cty_code: ['47187', '47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.95881, lat: 35.88756 }, + }, + { + zip_code: '37138', + usps_city: 'Old Hickory', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 23784.0, + density: 517.4, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "59.91", "47189": "40.09"}', + coty_name: ['Davidson', 'Wilson'], + cty_code: ['47037', '47189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.61941, lat: 36.24669 }, + }, + { + zip_code: '37351', + usps_city: 'Lupton City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 238.7, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.2615, lat: 35.10096 }, + }, + { + zip_code: '37367', + usps_city: 'Pikeville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12199.0, + density: 15.2, + primary_coty_code: '47007', + primary_coty_name: 'Bledsoe', + county_weights: '{"47007": "94.21", "47175": "5.33", "47035": "0.46"}', + coty_name: ['Bledsoe', 'Van Buren', 'Cumberland'], + cty_code: ['47007', '47175', '47035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.2266, lat: 35.63171 }, + }, + { + zip_code: '37377', + usps_city: 'Signal Mountain', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15960.0, + density: 82.6, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "90.12", "47153": "9.88"}', + coty_name: ['Hamilton', 'Sequatchie'], + cty_code: ['47065', '47153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.33527, lat: 35.20885 }, + }, + { + zip_code: '37385', + usps_city: 'Tellico Plains', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8485.0, + density: 13.3, + primary_coty_code: '47123', + primary_coty_name: 'Monroe', + county_weights: '{"47123": "100"}', + coty_name: ['Monroe'], + cty_code: ['47123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24295, lat: 35.3312 }, + }, + { + zip_code: '37732', + usps_city: 'Elgin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 87.1, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "100"}', + coty_name: ['Scott'], + cty_code: ['47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6064, lat: 36.32708 }, + }, + { + zip_code: '37764', + usps_city: 'Kodak', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9820.0, + density: 109.4, + primary_coty_code: '47155', + primary_coty_name: 'Sevier', + county_weights: '{"47155": "93.3", "47093": "6.7"}', + coty_name: ['Sevier', 'Knox'], + cty_code: ['47155', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61716, lat: 35.97092 }, + }, + { + zip_code: '37825', + usps_city: 'New Tazewell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8381.0, + density: 37.3, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "96.65", "47173": "3.35"}', + coty_name: ['Claiborne', 'Union'], + cty_code: ['47025', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69154, lat: 36.41243 }, + }, + { + zip_code: '37843', + usps_city: 'Parrottsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4011.0, + density: 29.8, + primary_coty_code: '47029', + primary_coty_name: 'Cocke', + county_weights: '{"47029": "100"}', + coty_name: ['Cocke'], + cty_code: ['47029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05135, lat: 36.00787 }, + }, + { + zip_code: '37845', + usps_city: 'Petros', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 222.0, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "100"}', + coty_name: ['Morgan'], + cty_code: ['47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43956, lat: 36.09337 }, + }, + { + zip_code: '37924', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12670.0, + density: 177.2, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80247, lat: 36.03578 }, + }, + { + zip_code: '38012', + usps_city: 'Brownsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 13533.0, + density: 19.3, + primary_coty_code: '47075', + primary_coty_name: 'Haywood', + county_weights: '{"47075": "100"}', + coty_name: ['Haywood'], + cty_code: ['47075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27013, lat: 35.60824 }, + }, + { + zip_code: '38133', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22266.0, + density: 679.0, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.79427, lat: 35.21293 }, + }, + { + zip_code: '38201', + usps_city: 'McKenzie', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10947.0, + density: 29.9, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "78.27", "47183": "15.63", "47079": "6.09"}', + coty_name: ['Carroll', 'Weakley', 'Henry'], + cty_code: ['47017', '47183', '47079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52912, lat: 36.12283 }, + }, + { + zip_code: '38256', + usps_city: 'Springville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3131.0, + density: 20.6, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "100"}', + coty_name: ['Henry'], + cty_code: ['47079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13039, lat: 36.3064 }, + }, + { + zip_code: '38318', + usps_city: 'Buena Vista', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 463.0, + density: 4.3, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26285, lat: 35.95571 }, + }, + { + zip_code: '38326', + usps_city: 'Counce', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2554.0, + density: 18.5, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "98.95", "28141": "1.05"}', + coty_name: ['Hardin', 'Tishomingo'], + cty_code: ['47071', '28141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28787, lat: 35.05788 }, + }, + { + zip_code: '38333', + usps_city: 'Eva', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 2.5, + primary_coty_code: '47005', + primary_coty_name: 'Benton', + county_weights: '{"47005": "100"}', + coty_name: ['Benton'], + cty_code: ['47005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96956, lat: 36.12376 }, + }, + { + zip_code: '38347', + usps_city: 'Jacks Creek', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 55.8, + primary_coty_code: '47023', + primary_coty_name: 'Chester', + county_weights: '{"47023": "100"}', + coty_name: ['Chester'], + cty_code: ['47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49862, lat: 35.47776 }, + }, + { + zip_code: '38463', + usps_city: 'Iron City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2193.0, + density: 7.5, + primary_coty_code: '47181', + primary_coty_name: 'Wayne', + county_weights: '{"47181": "72.2", "47099": "27.8"}', + coty_name: ['Wayne', 'Lawrence'], + cty_code: ['47181', '47099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64451, lat: 35.06826 }, + }, + { + zip_code: '38471', + usps_city: 'Lutts', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 1.8, + primary_coty_code: '47181', + primary_coty_name: 'Wayne', + county_weights: '{"47181": "100"}', + coty_name: ['Wayne'], + cty_code: ['47181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92131, lat: 35.07429 }, + }, + { + zip_code: '38542', + usps_city: 'Allred', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 2.4, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "100"}', + coty_name: ['Overton'], + cty_code: ['47133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.20224, lat: 36.31716 }, + }, + { + zip_code: '38554', + usps_city: 'Crawford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 13.2, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "100"}', + coty_name: ['Overton'], + cty_code: ['47133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.16166, lat: 36.2495 }, + }, + { + zip_code: '38622', + usps_city: 'Crowder', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 862.0, + density: 277.7, + primary_coty_code: '28119', + primary_coty_name: 'Quitman', + county_weights: '{"28119": "59.15", "28107": "40.85"}', + coty_name: ['Quitman', 'Panola'], + cty_code: ['28119', '28107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1385, lat: 34.1719 }, + }, + { + zip_code: '38670', + usps_city: 'Sledge', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 907.0, + density: 4.1, + primary_coty_code: '28119', + primary_coty_name: 'Quitman', + county_weights: '{"28119": "90.86", "28143": "9.14"}', + coty_name: ['Quitman', 'Tunica'], + cty_code: ['28119', '28143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29148, lat: 34.41562 }, + }, + { + zip_code: '38674', + usps_city: 'Tiplersville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 11.2, + primary_coty_code: '28139', + primary_coty_name: 'Tippah', + county_weights: '{"28139": "100"}', + coty_name: ['Tippah'], + cty_code: ['28139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.89617, lat: 34.87435 }, + }, + { + zip_code: '38761', + usps_city: 'Moorhead', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2347.0, + density: 17.8, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "98.68", "28083": "1.32"}', + coty_name: ['Sunflower', 'Leflore'], + cty_code: ['28133', '28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48489, lat: 33.43204 }, + }, + { + zip_code: '38764', + usps_city: 'Pace', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 19.1, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86296, lat: 33.79006 }, + }, + { + zip_code: '38824', + usps_city: 'Baldwyn', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7301.0, + density: 20.6, + primary_coty_code: '28117', + primary_coty_name: 'Prentiss', + county_weights: + '{"28117": "51.54", "28081": "34.08", "28057": "7.12", "28145": "6.49", "28139": "0.77"}', + coty_name: ['Prentiss', 'Lee', 'Itawamba', 'Union', 'Tippah'], + cty_code: ['28117', '28081', '28057', '28145', '28139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64307, lat: 34.52038 }, + }, + { + zip_code: '39066', + usps_city: 'Edwards', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4466.0, + density: 11.9, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.60565, lat: 32.30198 }, + }, + { + zip_code: '39078', + usps_city: 'Georgetown', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 822.0, + density: 9.2, + primary_coty_code: '28029', + primary_coty_name: 'Copiah', + county_weights: '{"28029": "100"}', + coty_name: ['Copiah'], + cty_code: ['28029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18895, lat: 31.87707 }, + }, + { + zip_code: '39154', + usps_city: 'Raymond', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9954.0, + density: 34.2, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.44898, lat: 32.22581 }, + }, + { + zip_code: '39201', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 90.9, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18396, lat: 32.28931 }, + }, + { + zip_code: '39212', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 33825.0, + density: 507.7, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2731, lat: 32.2421 }, + }, + { + zip_code: '39423', + usps_city: 'Beaumont', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2652.0, + density: 10.6, + primary_coty_code: '28111', + primary_coty_name: 'Perry', + county_weights: '{"28111": "100"}', + coty_name: ['Perry'], + cty_code: ['28111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91489, lat: 31.17101 }, + }, + { + zip_code: '39426', + usps_city: 'Carriere', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 18074.0, + density: 39.7, + primary_coty_code: '28109', + primary_coty_name: 'Pearl River', + county_weights: '{"28109": "97.47", "28045": "2.53"}', + coty_name: ['Pearl River', 'Hancock'], + cty_code: ['28109', '28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.66106, lat: 30.65371 }, + }, + { + zip_code: '39635', + usps_city: 'Fernwood', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 76.6, + primary_coty_code: '28113', + primary_coty_name: 'Pike', + county_weights: '{"28113": "100"}', + coty_name: ['Pike'], + cty_code: ['28113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46345, lat: 31.19144 }, + }, + { + zip_code: '39669', + usps_city: 'Woodville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5335.0, + density: 4.8, + primary_coty_code: '28157', + primary_coty_name: 'Wilkinson', + county_weights: '{"28157": "100"}', + coty_name: ['Wilkinson'], + cty_code: ['28157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3969, lat: 31.14245 }, + }, + { + zip_code: '39759', + usps_city: 'Starkville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 44340.0, + density: 52.8, + primary_coty_code: '28105', + primary_coty_name: 'Oktibbeha', + county_weights: '{"28105": "99.6", "28087": "0.4"}', + coty_name: ['Oktibbeha', 'Lowndes'], + cty_code: ['28105', '28087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.82643, lat: 33.43662 }, + }, + { + zip_code: '39885', + usps_city: 'Sasser', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 109.1, + primary_coty_code: '13273', + primary_coty_name: 'Terrell', + county_weights: '{"13273": "100"}', + coty_name: ['Terrell'], + cty_code: ['13273'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35108, lat: 31.71757 }, + }, + { + zip_code: '40010', + usps_city: 'Buckner', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 166.5, + primary_coty_code: '21185', + primary_coty_name: 'Oldham', + county_weights: '{"21185": "100"}', + coty_name: ['Oldham'], + cty_code: ['21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.45073, lat: 38.37351 }, + }, + { + zip_code: '40033', + usps_city: 'Lebanon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12565.0, + density: 33.8, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "99.64", "21229": "0.36"}', + coty_name: ['Marion', 'Washington'], + cty_code: ['21155', '21229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.23808, lat: 37.55846 }, + }, + { + zip_code: '40063', + usps_city: 'Saint Mary', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 272.4, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "100"}', + coty_name: ['Marion'], + cty_code: ['21155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.34208, lat: 37.57166 }, + }, + { + zip_code: '40160', + usps_city: 'Radcliff', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 23134.0, + density: 530.2, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.93921, lat: 37.81272 }, + }, + { + zip_code: '40219', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 40106.0, + density: 1074.3, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.68697, lat: 38.13888 }, + }, + { + zip_code: '40280', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 2628.0, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.68848, lat: 38.2477 }, + }, + { + zip_code: '40380', + usps_city: 'Stanton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6898.0, + density: 23.3, + primary_coty_code: '21197', + primary_coty_name: 'Powell', + county_weights: '{"21197": "99.92", "21165": "0.08"}', + coty_name: ['Powell', 'Menifee'], + cty_code: ['21197', '21165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.77924, lat: 37.82391 }, + }, + { + zip_code: '40409', + usps_city: 'Brodhead', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4087.0, + density: 36.0, + primary_coty_code: '21203', + primary_coty_name: 'Rockcastle', + county_weights: '{"21203": "98.31", "21199": "0.96", "21137": "0.73"}', + coty_name: ['Rockcastle', 'Pulaski', 'Lincoln'], + cty_code: ['21203', '21199', '21137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43294, lat: 37.37759 }, + }, + { + zip_code: '40502', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 27269.0, + density: 1462.2, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48207, lat: 38.01387 }, + }, + { + zip_code: '40953', + usps_city: 'Hinkle', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 20.3, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80441, lat: 36.93627 }, + }, + { + zip_code: '41002', + usps_city: 'Augusta', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2793.0, + density: 24.4, + primary_coty_code: '21023', + primary_coty_name: 'Bracken', + county_weights: '{"21023": "100"}', + coty_name: ['Bracken'], + cty_code: ['21023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.98266, lat: 38.73062 }, + }, + { + zip_code: '41062', + usps_city: 'Minerva', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 36.2, + primary_coty_code: '21161', + primary_coty_name: 'Mason', + county_weights: '{"21161": "100"}', + coty_name: ['Mason'], + cty_code: ['21161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92284, lat: 38.70393 }, + }, + { + zip_code: '41159', + usps_city: 'Martha', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 10.3, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "100"}', + coty_name: ['Lawrence'], + cty_code: ['21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96565, lat: 38.01256 }, + }, + { + zip_code: '41222', + usps_city: 'Hagerhill', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2358.0, + density: 31.5, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85531, lat: 37.76927 }, + }, + { + zip_code: '41250', + usps_city: 'Pilgrim', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1329.0, + density: 6.7, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45231, lat: 37.73794 }, + }, + { + zip_code: '41267', + usps_city: 'Warfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 45.8, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43857, lat: 37.87493 }, + }, + { + zip_code: '41425', + usps_city: 'Ezel', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1080.0, + density: 13.4, + primary_coty_code: '21175', + primary_coty_name: 'Morgan', + county_weights: '{"21175": "100"}', + coty_name: ['Morgan'], + cty_code: ['21175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42416, lat: 37.88389 }, + }, + { + zip_code: '41526', + usps_city: 'Fords Branch', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 555.1, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50853, lat: 37.43166 }, + }, + { + zip_code: '41571', + usps_city: 'Varney', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 13.6, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43557, lat: 37.62755 }, + }, + { + zip_code: '41804', + usps_city: 'Blackey', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 11.5, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99652, lat: 37.15251 }, + }, + { + zip_code: '42023', + usps_city: 'Bardwell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2343.0, + density: 9.0, + primary_coty_code: '21039', + primary_coty_name: 'Carlisle', + county_weights: '{"21039": "100"}', + coty_name: ['Carlisle'], + cty_code: ['21039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9913, lat: 36.87161 }, + }, + { + zip_code: '42349', + usps_city: 'Horse Branch', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1323.0, + density: 8.3, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "91.22", "21085": "8.78"}', + coty_name: ['Ohio', 'Grayson'], + cty_code: ['21183', '21085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.67895, lat: 37.42765 }, + }, + { + zip_code: '42420', + usps_city: 'Henderson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 38066.0, + density: 78.0, + primary_coty_code: '21101', + primary_coty_name: 'Henderson', + county_weights: '{"21101": "100"}', + coty_name: ['Henderson'], + cty_code: ['21101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.5168, lat: 37.80343 }, + }, + { + zip_code: '42445', + usps_city: 'Princeton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10421.0, + density: 15.2, + primary_coty_code: '21033', + primary_coty_name: 'Caldwell', + county_weights: '{"21033": "94.94", "21143": "3.04", "21107": "2.01"}', + coty_name: ['Caldwell', 'Lyon', 'Hopkins'], + cty_code: ['21033', '21143', '21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8547, lat: 37.13023 }, + }, + { + zip_code: '42462', + usps_city: 'Waverly', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 10.5, + primary_coty_code: '21225', + primary_coty_name: 'Union', + county_weights: '{"21225": "69.98", "21101": "30.02"}', + coty_name: ['Union', 'Henderson'], + cty_code: ['21225', '21101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8007, lat: 37.7409 }, + }, + { + zip_code: '42503', + usps_city: 'Somerset', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 24240.0, + density: 72.4, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "100"}', + coty_name: ['Pulaski'], + cty_code: ['21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52524, lat: 37.15641 }, + }, + { + zip_code: '42715', + usps_city: 'Breeding', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 5.8, + primary_coty_code: '21001', + primary_coty_name: 'Adair', + county_weights: '{"21001": "100"}', + coty_name: ['Adair'], + cty_code: ['21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.39256, lat: 36.95294 }, + }, + { + zip_code: '42733', + usps_city: 'Elk Horn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 8.3, + primary_coty_code: '21217', + primary_coty_name: 'Taylor', + county_weights: '{"21217": "80.12", "21045": "16.51", "21001": "3.37"}', + coty_name: ['Taylor', 'Casey', 'Adair'], + cty_code: ['21217', '21045', '21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.17314, lat: 37.34337 }, + }, + { + zip_code: '42765', + usps_city: 'Munfordville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6192.0, + density: 20.3, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "100"}', + coty_name: ['Hart'], + cty_code: ['21099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.92166, lat: 37.314 }, + }, + { + zip_code: '42776', + usps_city: 'Sonora', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2503.0, + density: 14.3, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "72.08", "21123": "27.92"}', + coty_name: ['Hardin', 'Larue'], + cty_code: ['21093', '21123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.91646, lat: 37.51361 }, + }, + { + zip_code: '43006', + usps_city: 'Brinkhaven', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 8.7, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "44.65", "39031": "31.39", "39083": "23.97"}', + coty_name: ['Holmes', 'Coshocton', 'Knox'], + cty_code: ['39075', '39031', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14575, lat: 40.45874 }, + }, + { + zip_code: '43037', + usps_city: 'Martinsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 22.6, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "100"}', + coty_name: ['Knox'], + cty_code: ['39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3258, lat: 40.27801 }, + }, + { + zip_code: '43040', + usps_city: 'Marysville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 35087.0, + density: 81.0, + primary_coty_code: '39159', + primary_coty_name: 'Union', + county_weights: '{"39159": "99.81", "39041": "0.19"}', + coty_name: ['Union', 'Delaware'], + cty_code: ['39159', '39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.35954, lat: 40.26095 }, + }, + { + zip_code: '43061', + usps_city: 'Ostrander', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4603.0, + density: 39.3, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "82.35", "39159": "17.65"}', + coty_name: ['Delaware', 'Union'], + cty_code: ['39041', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20324, lat: 40.28661 }, + }, + { + zip_code: '43082', + usps_city: 'Westerville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33961.0, + density: 592.8, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "100"}', + coty_name: ['Delaware'], + cty_code: ['39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.88199, lat: 40.15243 }, + }, + { + zip_code: '43147', + usps_city: 'Pickerington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 41530.0, + density: 550.2, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "99.53", "39089": "0.41", "39049": "0.06"}', + coty_name: ['Fairfield', 'Licking', 'Franklin'], + cty_code: ['39045', '39089', '39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74211, lat: 39.89927 }, + }, + { + zip_code: '43604', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9067.0, + density: 1240.9, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53993, lat: 41.65203 }, + }, + { + zip_code: '43738', + usps_city: 'Fultonham', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 665.3, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14106, lat: 39.85532 }, + }, + { + zip_code: '43762', + usps_city: 'New Concord', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5769.0, + density: 30.7, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "83.17", "39059": "16.83"}', + coty_name: ['Muskingum', 'Guernsey'], + cty_code: ['39119', '39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74066, lat: 40.02767 }, + }, + { + zip_code: '43780', + usps_city: 'Senecaville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1723.0, + density: 18.7, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "81.29", "39121": "18.71"}', + coty_name: ['Guernsey', 'Noble'], + cty_code: ['39059', '39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43856, lat: 39.91754 }, + }, + { + zip_code: '44265', + usps_city: 'Randolph', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2531, lat: 41.03572 }, + }, + { + zip_code: '44423', + usps_city: 'Hanoverton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2495.0, + density: 35.2, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9008, lat: 40.75272 }, + }, + { + zip_code: '44672', + usps_city: 'Sebring', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4761.0, + density: 555.8, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02542, lat: 40.92059 }, + }, + { + zip_code: '44677', + usps_city: 'Smithville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2593.0, + density: 60.8, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "100"}', + coty_name: ['Wayne'], + cty_code: ['39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86115, lat: 40.87411 }, + }, + { + zip_code: '44850', + usps_city: 'New Haven', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 53.0, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "100"}', + coty_name: ['Huron'], + cty_code: ['39077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68406, lat: 41.03549 }, + }, + { + zip_code: '44881', + usps_city: 'Sulphur Springs', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 241.6, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "100"}', + coty_name: ['Crawford'], + cty_code: ['39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87601, lat: 40.87002 }, + }, + { + zip_code: '45040', + usps_city: 'Mason', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 54890.0, + density: 754.8, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31256, lat: 39.352 }, + }, + { + zip_code: '45062', + usps_city: 'Seven Mile', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 876.1, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55304, lat: 39.47972 }, + }, + { + zip_code: '45207', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6927.0, + density: 2273.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47135, lat: 39.14203 }, + }, + { + zip_code: '45227', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18468.0, + density: 1239.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38531, lat: 39.15384 }, + }, + { + zip_code: '45231', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 40626.0, + density: 1094.6, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53788, lat: 39.24541 }, + }, + { + zip_code: '45241', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24324.0, + density: 533.8, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "65.47", "39017": "34.24", "39165": "0.3"}', + coty_name: ['Hamilton', 'Butler', 'Warren'], + cty_code: ['39061', '39017', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40193, lat: 39.27708 }, + }, + { + zip_code: '45316', + usps_city: 'Clifton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 350.7, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "76.52", "39023": "23.48"}', + coty_name: ['Greene', 'Clark'], + cty_code: ['39057', '39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.82576, lat: 39.79715 }, + }, + { + zip_code: '45333', + usps_city: 'Houston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1313.0, + density: 22.9, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33283, lat: 40.2476 }, + }, + { + zip_code: '45370', + usps_city: 'Spring Valley', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2445.0, + density: 43.9, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02839, lat: 39.60729 }, + }, + { + zip_code: '45789', + usps_city: 'Wingett Run', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 7.9, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "88.7", "39111": "11.3"}', + coty_name: ['Washington', 'Monroe'], + cty_code: ['39167', '39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25683, lat: 39.55155 }, + }, + { + zip_code: '45819', + usps_city: 'Buckland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 477.4, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "100"}', + coty_name: ['Auglaize'], + cty_code: ['39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26038, lat: 40.62408 }, + }, + { + zip_code: '45838', + usps_city: 'Elgin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 138.6, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "100"}', + coty_name: ['Van Wert'], + cty_code: ['39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47764, lat: 40.74204 }, + }, + { + zip_code: '45843', + usps_city: 'Forest', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3907.0, + density: 15.1, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "64.39", "39063": "18.32", "39175": "17.29"}', + coty_name: ['Hardin', 'Hancock', 'Wyandot'], + cty_code: ['39065', '39063', '39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53505, lat: 40.78156 }, + }, + { + zip_code: '45870', + usps_city: 'New Hampshire', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 326.4, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "100"}', + coty_name: ['Auglaize'], + cty_code: ['39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.95144, lat: 40.55626 }, + }, + { + zip_code: '45886', + usps_city: 'Scott', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 9.7, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "52.45", "39125": "47.55"}', + coty_name: ['Van Wert', 'Paulding'], + cty_code: ['39161', '39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61727, lat: 40.99192 }, + }, + { + zip_code: '45895', + usps_city: 'Wapakoneta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17876.0, + density: 36.4, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "99.79", "39091": "0.21"}', + coty_name: ['Auglaize', 'Logan'], + cty_code: ['39011', '39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1518, lat: 40.57016 }, + }, + { + zip_code: '46030', + usps_city: 'Arcadia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2978.0, + density: 30.8, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.00741, lat: 40.17211 }, + }, + { + zip_code: '46035', + usps_city: 'Colfax', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1229.0, + density: 19.7, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "88.05", "18011": "6.02", "18107": "5.93"}', + coty_name: ['Clinton', 'Boone', 'Montgomery'], + cty_code: ['18023', '18011', '18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.67809, lat: 40.19001 }, + }, + { + zip_code: '46065', + usps_city: 'Rossville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3444.0, + density: 34.9, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "76.67", "18015": "23.33"}', + coty_name: ['Clinton', 'Carroll'], + cty_code: ['18023', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.61327, lat: 40.42452 }, + }, + { + zip_code: '46166', + usps_city: 'Paragon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2167.0, + density: 24.0, + primary_coty_code: '18109', + primary_coty_name: 'Morgan', + county_weights: '{"18109": "95.62", "18119": "4.38"}', + coty_name: ['Morgan', 'Owen'], + cty_code: ['18109', '18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.58727, lat: 39.43205 }, + }, + { + zip_code: '46183', + usps_city: 'West Newton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 187.4, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.2816, lat: 39.6528 }, + }, + { + zip_code: '46307', + usps_city: 'Crown Point', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 62779.0, + density: 276.7, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "94.33", "18127": "5.67"}', + coty_name: ['Lake', 'Porter'], + cty_code: ['18089', '18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.32768, lat: 41.4026 }, + }, + { + zip_code: '46323', + usps_city: 'Hammond', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22195.0, + density: 1384.2, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.45328, lat: 41.58967 }, + }, + { + zip_code: '46340', + usps_city: 'Hanna', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 8.7, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76905, lat: 41.38418 }, + }, + { + zip_code: '46350', + usps_city: 'La Porte', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 42763.0, + density: 85.0, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.72156, lat: 41.60738 }, + }, + { + zip_code: '46366', + usps_city: 'North Judson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5610.0, + density: 27.2, + primary_coty_code: '18149', + primary_coty_name: 'Starke', + county_weights: '{"18149": "97.08", "18131": "2.92"}', + coty_name: ['Starke', 'Pulaski'], + cty_code: ['18149', '18131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Knox', + geo_point_2d: { lon: -86.76793, lat: 41.21533 }, + }, + { + zip_code: '46368', + usps_city: 'Portage', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 38661.0, + density: 569.5, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.18035, lat: 41.58677 }, + }, + { + zip_code: '46402', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6295.0, + density: 638.4, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.33082, lat: 41.59942 }, + }, + { + zip_code: '46409', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7205.0, + density: 779.9, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.32422, lat: 41.54838 }, + }, + { + zip_code: '46504', + usps_city: 'Bourbon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3735.0, + density: 22.0, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: '{"18099": "99.18", "18085": "0.82"}', + coty_name: ['Marshall', 'Kosciusko'], + cty_code: ['18099', '18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.11093, lat: 41.29996 }, + }, + { + zip_code: '46511', + usps_city: 'Culver', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4308.0, + density: 24.9, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: + '{"18099": "78.24", "18149": "10.1", "18049": "9.72", "18131": "1.94"}', + coty_name: ['Marshall', 'Starke', 'Fulton', 'Pulaski'], + cty_code: ['18099', '18149', '18049', '18131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.42695, lat: 41.22006 }, + }, + { + zip_code: '46721', + usps_city: 'Butler', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5084.0, + density: 24.4, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "100"}', + coty_name: ['DeKalb'], + cty_code: ['18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.87445, lat: 41.42359 }, + }, + { + zip_code: '46763', + usps_city: 'Laotto', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1881.0, + density: 32.4, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "89.58", "18033": "10.42"}', + coty_name: ['Noble', 'DeKalb'], + cty_code: ['18113', '18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.23546, lat: 41.29513 }, + }, + { + zip_code: '46819', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9657.0, + density: 145.6, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.13179, lat: 40.96587 }, + }, + { + zip_code: '46920', + usps_city: 'Cutler', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 13.5, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "100"}', + coty_name: ['Carroll'], + cty_code: ['18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.4948, lat: 40.46437 }, + }, + { + zip_code: '46923', + usps_city: 'Delphi', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8046.0, + density: 23.1, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "99.11", "18157": "0.89"}', + coty_name: ['Carroll', 'Tippecanoe'], + cty_code: ['18015', '18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.6459, lat: 40.60635 }, + }, + { + zip_code: '46929', + usps_city: 'Flora', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3088.0, + density: 23.2, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "93.9", "18067": "6.1"}', + coty_name: ['Carroll', 'Howard'], + cty_code: ['18015', '18067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.46999, lat: 40.54821 }, + }, + { + zip_code: '46933', + usps_city: 'Gas City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6126.0, + density: 207.3, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.58236, lat: 40.47987 }, + }, + { + zip_code: '46953', + usps_city: 'Marion', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23333.0, + density: 106.2, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.64265, lat: 40.51862 }, + }, + { + zip_code: '46958', + usps_city: 'Mexico', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 420.1, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "100"}', + coty_name: ['Miami'], + cty_code: ['18103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.1171, lat: 40.82193 }, + }, + { + zip_code: '47003', + usps_city: 'West College Corner', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 27.3, + primary_coty_code: '18161', + primary_coty_name: 'Union', + county_weights: '{"18161": "100"}', + coty_name: ['Union'], + cty_code: ['18161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.84396, lat: 39.55805 }, + }, + { + zip_code: '47108', + usps_city: 'Campbellsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2352.0, + density: 10.2, + primary_coty_code: '18175', + primary_coty_name: 'Washington', + county_weights: '{"18175": "98.82", "18117": "1.18"}', + coty_name: ['Washington', 'Orange'], + cty_code: ['18175', '18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25874, lat: 38.6415 }, + }, + { + zip_code: '47170', + usps_city: 'Scottsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14919.0, + density: 36.2, + primary_coty_code: '18143', + primary_coty_name: 'Scott', + county_weights: '{"18143": "92.81", "18175": "7.19"}', + coty_name: ['Scott', 'Washington'], + cty_code: ['18143', '18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.84356, lat: 38.6849 }, + }, + { + zip_code: '47352', + usps_city: 'Lewisville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 11.0, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "85.18", "18139": "14.82"}', + coty_name: ['Henry', 'Rush'], + cty_code: ['18065', '18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.36459, lat: 39.79743 }, + }, + { + zip_code: '47384', + usps_city: 'Shirley', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2044.0, + density: 24.1, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "54.85", "18059": "45.15"}', + coty_name: ['Henry', 'Hancock'], + cty_code: ['18065', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.55438, lat: 39.91453 }, + }, + { + zip_code: '47513', + usps_city: 'Birdseye', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2222.0, + density: 14.5, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "79.3", "18025": "18.25", "18123": "2.44"}', + coty_name: ['Dubois', 'Crawford', 'Perry'], + cty_code: ['18037', '18025', '18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.70315, lat: 38.30612 }, + }, + { + zip_code: '47596', + usps_city: 'Westphalia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 13.3, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.2277, lat: 38.86651 }, + }, + { + zip_code: '47837', + usps_city: 'Carbon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1008.0, + density: 13.4, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "59.71", "18121": "40.29"}', + coty_name: ['Clay', 'Parke'], + cty_code: ['18021', '18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.11328, lat: 39.63084 }, + }, + { + zip_code: '47904', + usps_city: 'Lafayette', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17285.0, + density: 1182.7, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.87665, lat: 40.43836 }, + }, + { + zip_code: '47974', + usps_city: 'Perrysville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1176.0, + density: 11.1, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "100"}', + coty_name: ['Vermillion'], + cty_code: ['18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.47336, lat: 40.04168 }, + }, + { + zip_code: '48009', + usps_city: 'Birmingham', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21201.0, + density: 1623.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.21766, lat: 42.54421 }, + }, + { + zip_code: '48146', + usps_city: 'Lincoln Park', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 36697.0, + density: 2419.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.18113, lat: 42.2433 }, + }, + { + zip_code: '48157', + usps_city: 'Luna Pier', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1217.0, + density: 488.9, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.43854, lat: 41.81451 }, + }, + { + zip_code: '48186', + usps_city: 'Westland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33931.0, + density: 1586.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.37453, lat: 42.29478 }, + }, + { + zip_code: '48188', + usps_city: 'Canton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 41883.0, + density: 896.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.48588, lat: 42.28563 }, + }, + { + zip_code: '48193', + usps_city: 'Riverview', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15754.0, + density: 865.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.20944, lat: 42.17378 }, + }, + { + zip_code: '48195', + usps_city: 'Southgate', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29165.0, + density: 1649.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.20589, lat: 42.20472 }, + }, + { + zip_code: '48234', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 34307.0, + density: 1691.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.03958, lat: 42.43127 }, + }, + { + zip_code: '48242', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "0"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.35249, lat: 42.212 }, + }, + { + zip_code: '48370', + usps_city: 'Oxford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1901.0, + density: 61.4, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.20084, lat: 42.84124 }, + }, + { + zip_code: '48375', + usps_city: 'Novi', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22041.0, + density: 991.4, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.46335, lat: 42.46482 }, + }, + { + zip_code: '48430', + usps_city: 'Fenton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 35948.0, + density: 167.2, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "59.58", "26093": "37.43", "26125": "2.99"}', + coty_name: ['Genesee', 'Livingston', 'Oakland'], + cty_code: ['26049', '26093', '26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.74277, lat: 42.75837 }, + }, + { + zip_code: '48722', + usps_city: 'Bridgeport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3068.0, + density: 68.9, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.8418, lat: 43.34833 }, + }, + { + zip_code: '48739', + usps_city: 'Hale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4007.0, + density: 16.6, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "77.2", "26129": "22.8"}', + coty_name: ['Iosco', 'Ogemaw'], + cty_code: ['26069', '26129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.84006, lat: 44.37289 }, + }, + { + zip_code: '48765', + usps_city: 'Turner', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 5.0, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "68.28", "26069": "31.72"}', + coty_name: ['Arenac', 'Iosco'], + cty_code: ['26011', '26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.7179, lat: 44.15241 }, + }, + { + zip_code: '48806', + usps_city: 'Ashley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1523.0, + density: 9.1, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.49754, lat: 43.18499 }, + }, + { + zip_code: '48823', + usps_city: 'East Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 51469.0, + density: 887.0, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "85.5", "26037": "14.5"}', + coty_name: ['Ingham', 'Clinton'], + cty_code: ['26065', '26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.45389, lat: 42.76191 }, + }, + { + zip_code: '48827', + usps_city: 'Eaton Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16116.0, + density: 55.7, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "88.01", "26065": "11.7", "26075": "0.29"}', + coty_name: ['Eaton', 'Ingham', 'Jackson'], + cty_code: ['26045', '26065', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.65979, lat: 42.50912 }, + }, + { + zip_code: '49026', + usps_city: 'Bloomingdale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2364.0, + density: 30.9, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "92.27", "26005": "7.73"}', + coty_name: ['Van Buren', 'Allegan'], + cty_code: ['26159', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.96541, lat: 42.3772 }, + }, + { + zip_code: '49031', + usps_city: 'Cassopolis', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7646.0, + density: 25.8, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "100"}', + coty_name: ['Cass'], + cty_code: ['26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.9873, lat: 41.89839 }, + }, + { + zip_code: '49084', + usps_city: 'Riverside', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 798.0, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.38207, lat: 42.18255 }, + }, + { + zip_code: '49252', + usps_city: 'Litchfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2373.0, + density: 23.5, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: + '{"26059": "93.47", "26075": "4.41", "26023": "1.77", "26025": "0.35"}', + coty_name: ['Hillsdale', 'Jackson', 'Branch', 'Calhoun'], + cty_code: ['26059', '26075', '26023', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.76722, lat: 42.0369 }, + }, + { + zip_code: '49255', + usps_city: 'Montgomery', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2617.0, + density: 25.3, + primary_coty_code: '26023', + primary_coty_name: 'Branch', + county_weights: '{"26023": "56.73", "26059": "43.27"}', + coty_name: ['Branch', 'Hillsdale'], + cty_code: ['26023', '26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.85057, lat: 41.77276 }, + }, + { + zip_code: '49331', + usps_city: 'Lowell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18028.0, + density: 76.9, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "86.92", "26067": "13.08"}', + coty_name: ['Kent', 'Ionia'], + cty_code: ['26081', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.35216, lat: 42.95145 }, + }, + { + zip_code: '49347', + usps_city: 'Trufant', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1188.0, + density: 24.7, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "97.77", "26081": "2.23"}', + coty_name: ['Montcalm', 'Kent'], + cty_code: ['26117', '26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.34851, lat: 43.31473 }, + }, + { + zip_code: '49423', + usps_city: 'Holland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 45040.0, + density: 224.1, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "65.47", "26005": "34.53"}', + coty_name: ['Ottawa', 'Allegan'], + cty_code: ['26139', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.08942, lat: 42.74045 }, + }, + { + zip_code: '49425', + usps_city: 'Holton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3823.0, + density: 23.2, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "79.84", "26127": "13.47", "26123": "6.69"}', + coty_name: ['Muskegon', 'Oceana', 'Newaygo'], + cty_code: ['26121', '26127', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.09886, lat: 43.43849 }, + }, + { + zip_code: '49428', + usps_city: 'Jenison', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27445.0, + density: 642.7, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "100"}', + coty_name: ['Ottawa'], + cty_code: ['26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.83769, lat: 42.92001 }, + }, + { + zip_code: '49431', + usps_city: 'Ludington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17274.0, + density: 64.2, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "100"}', + coty_name: ['Mason'], + cty_code: ['26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.40018, lat: 43.98218 }, + }, + { + zip_code: '49453', + usps_city: 'Saugatuck', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2400.0, + density: 85.4, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.17241, lat: 42.66315 }, + }, + { + zip_code: '49534', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21952.0, + density: 242.4, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "77.18", "26139": "22.82"}', + coty_name: ['Kent', 'Ottawa'], + cty_code: ['26081', '26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.78825, lat: 42.97092 }, + }, + { + zip_code: '49640', + usps_city: 'Honor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1610.0, + density: 10.4, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "100"}', + coty_name: ['Benzie'], + cty_code: ['26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.03671, lat: 44.716 }, + }, + { + zip_code: '49646', + usps_city: 'Kalkaska', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8252.0, + density: 14.4, + primary_coty_code: '26079', + primary_coty_name: 'Kalkaska', + county_weights: '{"26079": "100"}', + coty_name: ['Kalkaska'], + cty_code: ['26079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.05866, lat: 44.72786 }, + }, + { + zip_code: '49663', + usps_city: 'Manton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6205.0, + density: 14.1, + primary_coty_code: '26165', + primary_coty_name: 'Wexford', + county_weights: '{"26165": "79.79", "26113": "20.21"}', + coty_name: ['Wexford', 'Missaukee'], + cty_code: ['26165', '26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.38848, lat: 44.42993 }, + }, + { + zip_code: '49682', + usps_city: 'Suttons Bay', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4068.0, + density: 42.7, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.65001, lat: 44.97877 }, + }, + { + zip_code: '49720', + usps_city: 'Charlevoix', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8766.0, + density: 35.4, + primary_coty_code: '26029', + primary_coty_name: 'Charlevoix', + county_weights: '{"26029": "97.17", "26009": "2.83"}', + coty_name: ['Charlevoix', 'Antrim'], + cty_code: ['26029', '26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.23947, lat: 45.27545 }, + }, + { + zip_code: '49770', + usps_city: 'Petoskey', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17045.0, + density: 60.0, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "98.34", "26029": "1.66"}', + coty_name: ['Emmet', 'Charlevoix'], + cty_code: ['26047', '26029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.88842, lat: 45.34405 }, + }, + { + zip_code: '49847', + usps_city: 'Hermansville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 6.9, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.63187, lat: 45.7054 }, + }, + { + zip_code: '49861', + usps_city: 'Michigamme', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 1.0, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "52.92", "26013": "47.08"}', + coty_name: ['Marquette', 'Baraga'], + cty_code: ['26103', '26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.16938, lat: 46.56862 }, + }, + { + zip_code: '50023', + usps_city: 'Ankeny', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 38469.0, + density: 670.4, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63099, lat: 41.73146 }, + }, + { + zip_code: '50073', + usps_city: 'Elkhart', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 15.3, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52469, lat: 41.7939 }, + }, + { + zip_code: '50127', + usps_city: 'Ira', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20581, lat: 41.77714 }, + }, + { + zip_code: '50130', + usps_city: 'Jewell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1447.0, + density: 8.5, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "100"}', + coty_name: ['Hamilton'], + cty_code: ['19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.6722, lat: 42.30249 }, + }, + { + zip_code: '50226', + usps_city: 'Polk City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6584.0, + density: 68.0, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "99.17", "19169": "0.83"}', + coty_name: ['Polk', 'Story'], + cty_code: ['19153', '19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70235, lat: 41.79269 }, + }, + { + zip_code: '50246', + usps_city: 'Stanhope', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 674.0, + density: 5.6, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "100"}', + coty_name: ['Hamilton'], + cty_code: ['19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78216, lat: 42.27537 }, + }, + { + zip_code: '50256', + usps_city: 'Tracy', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 430.0, + density: 6.1, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "91.02", "19123": "8.98"}', + coty_name: ['Marion', 'Mahaska'], + cty_code: ['19125', '19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.91229, lat: 41.26854 }, + }, + { + zip_code: '50586', + usps_city: 'Somers', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 2.8, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "95.77", "19187": "4.23"}', + coty_name: ['Calhoun', 'Webster'], + cty_code: ['19025', '19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43174, lat: 42.40411 }, + }, + { + zip_code: '50602', + usps_city: 'Allison', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1549.0, + density: 7.5, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "100"}', + coty_name: ['Butler'], + cty_code: ['19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80312, lat: 42.74109 }, + }, + { + zip_code: '50647', + usps_city: 'Janesville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2194.0, + density: 28.3, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "65.31", "19013": "34.69"}', + coty_name: ['Bremer', 'Black Hawk'], + cty_code: ['19017', '19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48336, lat: 42.64885 }, + }, + { + zip_code: '50854', + usps_city: 'Mount Ayr', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2666.0, + density: 7.6, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "100"}', + coty_name: ['Ringgold'], + cty_code: ['19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21526, lat: 40.69107 }, + }, + { + zip_code: '51003', + usps_city: 'Alton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1713.0, + density: 11.9, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98664, lat: 42.98503 }, + }, + { + zip_code: '51006', + usps_city: 'Battle Creek', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1025.0, + density: 4.8, + primary_coty_code: '19093', + primary_coty_name: 'Ida', + county_weights: '{"19093": "95.53", "19193": "4.47"}', + coty_name: ['Ida', 'Woodbury'], + cty_code: ['19093', '19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6156, lat: 42.31588 }, + }, + { + zip_code: '51012', + usps_city: 'Cherokee', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6317.0, + density: 16.3, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "100"}', + coty_name: ['Cherokee'], + cty_code: ['19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56191, lat: 42.74445 }, + }, + { + zip_code: '51016', + usps_city: 'Correctionville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1339.0, + density: 5.1, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "97.1", "19093": "2.9"}', + coty_name: ['Woodbury', 'Ida'], + cty_code: ['19193', '19093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8062, lat: 42.4707 }, + }, + { + zip_code: '51053', + usps_city: 'Schaller', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1046.0, + density: 5.4, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "97.33", "19093": "2.67"}', + coty_name: ['Sac', 'Ida'], + cty_code: ['19161', '19093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.2855, lat: 42.49383 }, + }, + { + zip_code: '51245', + usps_city: 'Primghar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 6.0, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "100"}', + coty_name: ["O'Brien"], + cty_code: ['19141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59999, lat: 43.07473 }, + }, + { + zip_code: '51246', + usps_city: 'Rock Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3649.0, + density: 8.6, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "100"}', + coty_name: ['Lyon'], + cty_code: ['19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16717, lat: 43.42831 }, + }, + { + zip_code: '51341', + usps_city: 'Gillett Grove', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 33.6, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "100"}', + coty_name: ['Clay'], + cty_code: ['19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03872, lat: 43.01413 }, + }, + { + zip_code: '51365', + usps_city: 'Wallingford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 7.9, + primary_coty_code: '19063', + primary_coty_name: 'Emmet', + county_weights: '{"19063": "100"}', + coty_name: ['Emmet'], + cty_code: ['19063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73681, lat: 43.30797 }, + }, + { + zip_code: '51449', + usps_city: 'Lake City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2093.0, + density: 9.0, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "97.23", "19027": "2.77"}', + coty_name: ['Calhoun', 'Carroll'], + cty_code: ['19025', '19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7345, lat: 42.26814 }, + }, + { + zip_code: '51536', + usps_city: 'Hancock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 2.7, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36077, lat: 41.38616 }, + }, + { + zip_code: '52048', + usps_city: 'Garber', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 4.7, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25724, lat: 42.74216 }, + }, + { + zip_code: '52053', + usps_city: 'Holy Cross', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 6.4, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "81.94", "19043": "18.06"}', + coty_name: ['Dubuque', 'Clayton'], + cty_code: ['19061', '19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.96505, lat: 42.61163 }, + }, + { + zip_code: '52066', + usps_city: 'North Buena Vista', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 77.7, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.95184, lat: 42.67839 }, + }, + { + zip_code: '52070', + usps_city: 'Sabula', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1008.0, + density: 7.8, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "89.1", "19045": "10.9"}', + coty_name: ['Jackson', 'Clinton'], + cty_code: ['19097', '19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2185, lat: 42.0816 }, + }, + { + zip_code: '52155', + usps_city: 'Lime Springs', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1340.0, + density: 4.9, + primary_coty_code: '19089', + primary_coty_name: 'Howard', + county_weights: '{"19089": "100"}', + coty_name: ['Howard'], + cty_code: ['19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29668, lat: 43.41479 }, + }, + { + zip_code: '52257', + usps_city: 'Luzerne', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 5.5, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17825, lat: 41.92095 }, + }, + { + zip_code: '52361', + usps_city: 'Williamsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4425.0, + density: 13.4, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01396, lat: 41.6476 }, + }, + { + zip_code: '52362', + usps_city: 'Wyoming', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1127.0, + density: 7.2, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "100"}', + coty_name: ['Jones'], + cty_code: ['19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.99687, lat: 42.0657 }, + }, + { + zip_code: '52405', + usps_city: 'Cedar Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 24848.0, + density: 657.2, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.74659, lat: 41.98684 }, + }, + { + zip_code: '52581', + usps_city: 'Plano', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 3.6, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "93.77", "19185": "6.23"}', + coty_name: ['Appanoose', 'Wayne'], + cty_code: ['19007', '19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.06286, lat: 40.80587 }, + }, + { + zip_code: '52651', + usps_city: 'Stockport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 4.2, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "94.12", "19101": "5.88"}', + coty_name: ['Van Buren', 'Jefferson'], + cty_code: ['19177', '19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.81407, lat: 40.85848 }, + }, + { + zip_code: '52727', + usps_city: 'Bryant', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 6.2, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3334, lat: 41.95831 }, + }, + { + zip_code: '53146', + usps_city: 'New Berlin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8082.0, + density: 170.1, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1589, lat: 42.97188 }, + }, + { + zip_code: '53149', + usps_city: 'Mukwonago', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20252.0, + density: 133.1, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "95.08", "55127": "3.59", "55101": "1.33"}', + coty_name: ['Waukesha', 'Walworth', 'Racine'], + cty_code: ['55133', '55127', '55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3411, lat: 42.87777 }, + }, + { + zip_code: '53167', + usps_city: 'Rochester', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 1265.8, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22526, lat: 42.74132 }, + }, + { + zip_code: '53183', + usps_city: 'Wales', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2945.0, + density: 319.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37322, lat: 43.0043 }, + }, + { + zip_code: '53191', + usps_city: 'Williams Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2850.0, + density: 283.8, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54526, lat: 42.57946 }, + }, + { + zip_code: '53195', + usps_city: 'Zenda', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 183.0, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49014, lat: 42.51399 }, + }, + { + zip_code: '53566', + usps_city: 'Monroe', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15162.0, + density: 38.0, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "100"}', + coty_name: ['Green'], + cty_code: ['55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64885, lat: 42.60867 }, + }, + { + zip_code: '53571', + usps_city: 'Morrisonville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 105.7, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35327, lat: 43.27802 }, + }, + { + zip_code: '53580', + usps_city: 'Rewey', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 11.1, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37807, lat: 42.85981 }, + }, + { + zip_code: '53599', + usps_city: 'Woodford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 80.1, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85989, lat: 42.64765 }, + }, + { + zip_code: '53703', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 34766.0, + density: 7375.8, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37708, lat: 43.07984 }, + }, + { + zip_code: '53711', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 50062.0, + density: 757.3, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40923, lat: 43.01504 }, + }, + { + zip_code: '53717', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 12748.0, + density: 1349.9, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51958, lat: 43.07384 }, + }, + { + zip_code: '53801', + usps_city: 'Bagley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 861.0, + density: 5.6, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.06963, lat: 42.92505 }, + }, + { + zip_code: '54229', + usps_city: 'New Franken', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5066.0, + density: 47.7, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82307, lat: 44.56155 }, + }, + { + zip_code: '54473', + usps_city: 'Rosholt', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2655.0, + density: 12.0, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "77.44", "55073": "22.56"}', + coty_name: ['Portage', 'Marathon'], + cty_code: ['55097', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.3558, lat: 44.65015 }, + }, + { + zip_code: '54537', + usps_city: 'Kennan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 2.0, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6061, lat: 45.5269 }, + }, + { + zip_code: '54540', + usps_city: "Land O'Lakes", + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 4.3, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "98.31", "26053": "1.69"}', + coty_name: ['Vilas', 'Gogebic'], + cty_code: ['55125', '26053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38222, lat: 46.15615 }, + }, + { + zip_code: '54656', + usps_city: 'Sparta', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 17670.0, + density: 27.3, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "99.95", "55063": "0.05"}', + coty_name: ['Monroe', 'La Crosse'], + cty_code: ['55081', '55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81094, lat: 44.00277 }, + }, + { + zip_code: '54726', + usps_city: 'Boyd', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 8.4, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "86.8", "55035": "13.2"}', + coty_name: ['Chippewa', 'Eau Claire'], + cty_code: ['55017', '55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01739, lat: 44.93125 }, + }, + { + zip_code: '54848', + usps_city: 'Ladysmith', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5764.0, + density: 11.9, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "100"}', + coty_name: ['Rusk'], + cty_code: ['55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09811, lat: 45.51783 }, + }, + { + zip_code: '54853', + usps_city: 'Luck', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4112.0, + density: 17.0, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "97.46", "55013": "2.54"}', + coty_name: ['Polk', 'Burnett'], + cty_code: ['55095', '55013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44633, lat: 45.57001 }, + }, + { + zip_code: '54865', + usps_city: 'Port Wing', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 2.8, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3792, lat: 46.74666 }, + }, + { + zip_code: '54870', + usps_city: 'Sarona', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1548.0, + density: 6.6, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: '{"55129": "97.58", "55005": "2.42"}', + coty_name: ['Washburn', 'Barron'], + cty_code: ['55129', '55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77102, lat: 45.71621 }, + }, + { + zip_code: '54871', + usps_city: 'Shell Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3002.0, + density: 10.4, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: '{"55129": "82.9", "55013": "17.1"}', + coty_name: ['Washburn', 'Burnett'], + cty_code: ['55129', '55013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01353, lat: 45.74345 }, + }, + { + zip_code: '54933', + usps_city: 'Embarrass', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 151.2, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "100"}', + coty_name: ['Waupaca'], + cty_code: ['55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.70533, lat: 44.66819 }, + }, + { + zip_code: '54966', + usps_city: 'Plainfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1979.0, + density: 9.5, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "86.01", "55097": "12.6", "55001": "1.39"}', + coty_name: ['Waushara', 'Portage', 'Adams'], + cty_code: ['55137', '55097', '55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50419, lat: 44.2122 }, + }, + { + zip_code: '54967', + usps_city: 'Poy Sippi', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 41.4, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "100"}', + coty_name: ['Waushara'], + cty_code: ['55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98352, lat: 44.131 }, + }, + { + zip_code: '54968', + usps_city: 'Princeton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2738.0, + density: 17.6, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: '{"55047": "97.16", "55077": "2.84"}', + coty_name: ['Green Lake', 'Marquette'], + cty_code: ['55047', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.13053, lat: 43.84918 }, + }, + { + zip_code: '54979', + usps_city: 'Van Dyne', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1312.0, + density: 19.4, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "96.6", "55139": "3.4"}', + coty_name: ['Fond du Lac', 'Winnebago'], + cty_code: ['55039', '55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53749, lat: 43.86871 }, + }, + { + zip_code: '55006', + usps_city: 'Braham', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3797.0, + density: 18.7, + primary_coty_code: '27059', + primary_coty_name: 'Isanti', + county_weights: + '{"27059": "59.6", "27065": "21.6", "27115": "13.57", "27025": "5.23"}', + coty_name: ['Isanti', 'Kanabec', 'Pine', 'Chisago'], + cty_code: ['27059', '27065', '27115', '27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20864, lat: 45.73819 }, + }, + { + zip_code: '55020', + usps_city: 'Elko New Market', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4260.0, + density: 65.9, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "100"}', + coty_name: ['Scott'], + cty_code: ['27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36947, lat: 44.57624 }, + }, + { + zip_code: '55054', + usps_city: 'Elko New Market', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2462.0, + density: 787.7, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "100"}', + coty_name: ['Scott'], + cty_code: ['27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.35029, lat: 44.57008 }, + }, + { + zip_code: '55358', + usps_city: 'Maple Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5440.0, + density: 38.3, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.99595, lat: 45.25161 }, + }, + { + zip_code: '55364', + usps_city: 'Mound', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 15348.0, + density: 378.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67275, lat: 44.93742 }, + }, + { + zip_code: '55374', + usps_city: 'Rogers', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 15528.0, + density: 168.6, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "94.62", "27171": "5.38"}', + coty_name: ['Hennepin', 'Wright'], + cty_code: ['27053', '27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57956, lat: 45.17646 }, + }, + { + zip_code: '55402', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 1138.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2716, lat: 44.97605 }, + }, + { + zip_code: '55410', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 20820.0, + density: 2700.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31958, lat: 44.91187 }, + }, + { + zip_code: '55444', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16122.0, + density: 1408.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30214, lat: 45.10596 }, + }, + { + zip_code: '55602', + usps_city: 'Brimson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 0.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.87954, lat: 47.34149 }, + }, + { + zip_code: '55609', + usps_city: 'Knife River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 21.0, + primary_coty_code: '27075', + primary_coty_name: 'Lake', + county_weights: '{"27075": "100"}', + coty_name: ['Lake'], + cty_code: ['27075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78115, lat: 46.97015 }, + }, + { + zip_code: '55616', + usps_city: 'Two Harbors', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6869.0, + density: 7.5, + primary_coty_code: '27075', + primary_coty_name: 'Lake', + county_weights: '{"27075": "94.74", "27137": "5.26"}', + coty_name: ['Lake', 'St. Louis'], + cty_code: ['27075', '27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66289, lat: 47.19075 }, + }, + { + zip_code: '55710', + usps_city: 'Britt', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 5.2, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71544, lat: 47.62542 }, + }, + { + zip_code: '55716', + usps_city: 'Calumet', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 96.6, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26726, lat: 47.31915 }, + }, + { + zip_code: '55741', + usps_city: 'Gilbert', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3641.0, + density: 21.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39795, lat: 47.4633 }, + }, + { + zip_code: '55769', + usps_city: 'Nashwauk', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2489.0, + density: 5.3, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18871, lat: 47.485 }, + }, + { + zip_code: '55811', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 27938.0, + density: 166.0, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.22244, lat: 46.84223 }, + }, + { + zip_code: '56020', + usps_city: 'Conger', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 41.3, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.53817, lat: 43.60817 }, + }, + { + zip_code: '56058', + usps_city: 'Le Sueur', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5745.0, + density: 17.2, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "90.01", "27143": "7.74", "27103": "2.26"}', + coty_name: ['Le Sueur', 'Sibley', 'Nicollet'], + cty_code: ['27079', '27143', '27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91536, lat: 44.44502 }, + }, + { + zip_code: '56127', + usps_city: 'Dunnell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 3.1, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77441, lat: 43.54764 }, + }, + { + zip_code: '56140', + usps_city: 'Ihlen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 122.0, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: '{"27117": "100"}', + coty_name: ['Pipestone'], + cty_code: ['27117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36802, lat: 43.90898 }, + }, + { + zip_code: '56147', + usps_city: 'Kenneth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 2.4, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "80.73", "27105": "19.27"}', + coty_name: ['Rock', 'Nobles'], + cty_code: ['27133', '27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0616, lat: 43.75937 }, + }, + { + zip_code: '56166', + usps_city: 'Revere', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 2.3, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "72.73", "27033": "27.27"}', + coty_name: ['Redwood', 'Cottonwood'], + cty_code: ['27127', '27033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.37236, lat: 44.19999 }, + }, + { + zip_code: '56215', + usps_city: 'Benson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4281.0, + density: 7.8, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "98.19", "27121": "1.81"}', + coty_name: ['Swift', 'Pope'], + cty_code: ['27151', '27121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57235, lat: 45.31146 }, + }, + { + zip_code: '56270', + usps_city: 'Morton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 10.9, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "56.46", "27127": "43.54"}', + coty_name: ['Renville', 'Redwood'], + cty_code: ['27129', '27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9914, lat: 44.56746 }, + }, + { + zip_code: '56292', + usps_city: 'Vesta', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 3.9, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "100"}', + coty_name: ['Redwood'], + cty_code: ['27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.45715, lat: 44.49817 }, + }, + { + zip_code: '56311', + usps_city: 'Barrett', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 4.1, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "100"}', + coty_name: ['Grant'], + cty_code: ['27051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89764, lat: 45.89728 }, + }, + { + zip_code: '56321', + usps_city: 'Collegeville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1489.0, + density: 892.9, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39312, lat: 45.58047 }, + }, + { + zip_code: '56324', + usps_city: 'Dalton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1114.0, + density: 7.6, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90514, lat: 46.16608 }, + }, + { + zip_code: '56330', + usps_city: 'Foreston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1624.0, + density: 15.8, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "84.03", "27009": "15.97"}', + coty_name: ['Mille Lacs', 'Benton'], + cty_code: ['27095', '27009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74923, lat: 45.7497 }, + }, + { + zip_code: '56379', + usps_city: 'Sauk Rapids', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16905.0, + density: 72.1, + primary_coty_code: '27009', + primary_coty_name: 'Benton', + county_weights: '{"27009": "100"}', + coty_name: ['Benton'], + cty_code: ['27009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08445, lat: 45.63993 }, + }, + { + zip_code: '56381', + usps_city: 'Starbuck', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2459.0, + density: 6.3, + primary_coty_code: '27121', + primary_coty_name: 'Pope', + county_weights: '{"27121": "100"}', + coty_name: ['Pope'], + cty_code: ['27121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54989, lat: 45.55252 }, + }, + { + zip_code: '56518', + usps_city: 'Bluffton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 8.6, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24512, lat: 46.48906 }, + }, + { + zip_code: '56551', + usps_city: 'Henning', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2073.0, + density: 7.4, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44552, lat: 46.31819 }, + }, + { + zip_code: '56553', + usps_city: 'Kent', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 1.3, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "100"}', + coty_name: ['Wilkin'], + cty_code: ['27167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61825, lat: 46.42885 }, + }, + { + zip_code: '56585', + usps_city: 'Ulen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1039.0, + density: 3.4, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "90.85", "27005": "9.15"}', + coty_name: ['Clay', 'Becker'], + cty_code: ['27027', '27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24571, lat: 47.09213 }, + }, + { + zip_code: '56591', + usps_city: 'White Earth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 90.3, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84464, lat: 47.08873 }, + }, + { + zip_code: '56647', + usps_city: 'Hines', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 2.9, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61994, lat: 47.69009 }, + }, + { + zip_code: '56668', + usps_city: 'Ranier', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 366.3, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Winnipeg', + geo_point_2d: { lon: -93.34597, lat: 48.61279 }, + }, + { + zip_code: '56754', + usps_city: 'Saint Hilaire', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 5.6, + primary_coty_code: '27113', + primary_coty_name: 'Pennington', + county_weights: '{"27113": "100"}', + coty_name: ['Pennington'], + cty_code: ['27113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1922, lat: 47.99354 }, + }, + { + zip_code: '56760', + usps_city: 'Viking', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 1.7, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45326, lat: 48.24358 }, + }, + { + zip_code: '57057', + usps_city: 'Rutland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 3.6, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "100"}', + coty_name: ['Lake'], + cty_code: ['46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95957, lat: 44.1017 }, + }, + { + zip_code: '57065', + usps_city: 'Trent', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 4.3, + primary_coty_code: '46101', + primary_coty_name: 'Moody', + county_weights: '{"46101": "100"}', + coty_name: ['Moody'], + cty_code: ['46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61559, lat: 43.90454 }, + }, + { + zip_code: '57067', + usps_city: 'Utica', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 2.4, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "100"}', + coty_name: ['Yankton'], + cty_code: ['46135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47611, lat: 43.04058 }, + }, + { + zip_code: '57071', + usps_city: 'Volga', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3015.0, + density: 9.8, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "98.59", "46079": "1.41"}', + coty_name: ['Brookings', 'Lake'], + cty_code: ['46011', '46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96064, lat: 44.27352 }, + }, + { + zip_code: '57213', + usps_city: 'Astoria', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 758.0, + density: 4.3, + primary_coty_code: '46039', + primary_coty_name: 'Deuel', + county_weights: '{"46039": "56.29", "46011": "43.71"}', + coty_name: ['Deuel', 'Brookings'], + cty_code: ['46039', '46011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52265, lat: 44.54863 }, + }, + { + zip_code: '57245', + usps_city: 'Kranzburg', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 122.7, + primary_coty_code: '46029', + primary_coty_name: 'Codington', + county_weights: '{"46029": "100"}', + coty_name: ['Codington'], + cty_code: ['46029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91817, lat: 44.89759 }, + }, + { + zip_code: '57278', + usps_city: 'Willow Lake', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 1.6, + primary_coty_code: '46025', + primary_coty_name: 'Clark', + county_weights: '{"46025": "100"}', + coty_name: ['Clark'], + cty_code: ['46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69546, lat: 44.63908 }, + }, + { + zip_code: '57367', + usps_city: 'Pickstown', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 28.1, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "100"}', + coty_name: ['Charles Mix'], + cty_code: ['46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52206, lat: 43.06397 }, + }, + { + zip_code: '57379', + usps_city: 'Virgil', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 0.6, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "100"}', + coty_name: ['Beadle'], + cty_code: ['46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55119, lat: 44.25834 }, + }, + { + zip_code: '57426', + usps_city: 'Barnard', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 1.4, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49555, lat: 45.73795 }, + }, + { + zip_code: '57474', + usps_city: 'Stratford', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 1.1, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26884, lat: 45.29864 }, + }, + { + zip_code: '57531', + usps_city: 'Draper', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 0.1, + primary_coty_code: '46075', + primary_coty_name: 'Jones', + county_weights: '{"46075": "100"}', + coty_name: ['Jones'], + cty_code: ['46075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.49108, lat: 43.9707 }, + }, + { + zip_code: '57562', + usps_city: 'Okaton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 0.3, + primary_coty_code: '46075', + primary_coty_name: 'Jones', + county_weights: '{"46075": "100"}', + coty_name: ['Jones'], + cty_code: ['46075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.95269, lat: 43.89385 }, + }, + { + zip_code: '57568', + usps_city: 'Presho', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 0.7, + primary_coty_code: '46085', + primary_coty_name: 'Lyman', + county_weights: '{"46085": "100"}', + coty_name: ['Lyman'], + cty_code: ['46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.08533, lat: 43.88753 }, + }, + { + zip_code: '57652', + usps_city: 'Ridgeview', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 0.4, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "100"}', + coty_name: ['Dewey'], + cty_code: ['46041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.60482, lat: 45.20262 }, + }, + { + zip_code: '57657', + usps_city: 'Trail City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 0.3, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "67", "46041": "33"}', + coty_name: ['Corson', 'Dewey'], + cty_code: ['46031', '46041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.81216, lat: 45.50669 }, + }, + { + zip_code: '57661', + usps_city: 'Whitehorse', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 2.1, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "100"}', + coty_name: ['Dewey'], + cty_code: ['46041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.96018, lat: 45.25675 }, + }, + { + zip_code: '57758', + usps_city: 'Mud Butte', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.1, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "89.5", "46105": "10.5"}', + coty_name: ['Meade', 'Perkins'], + cty_code: ['46093', '46105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.69678, lat: 44.97064 }, + }, + { + zip_code: '57772', + usps_city: 'Porcupine', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2345.0, + density: 1.8, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 100}', + coty_name: ['Oglala Lakota'], + cty_code: ['46102'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.52564, lat: 43.50735 }, + }, + { + zip_code: '58064', + usps_city: 'Page', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 1.3, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "92.22", "38003": "4.22", "38091": "3.56"}', + coty_name: ['Cass', 'Barnes', 'Steele'], + cty_code: ['38017', '38003', '38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61585, lat: 47.15065 }, + }, + { + zip_code: '58282', + usps_city: 'Walhalla', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1487.0, + density: 2.4, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "92.78", "38019": "7.22"}', + coty_name: ['Pembina', 'Cavalier'], + cty_code: ['38067', '38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94874, lat: 48.90459 }, + }, + { + zip_code: '58345', + usps_city: 'Lawton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.4, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "65.82", "38099": "34.18"}', + coty_name: ['Ramsey', 'Walsh'], + cty_code: ['38071', '38099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36947, lat: 48.30539 }, + }, + { + zip_code: '58352', + usps_city: 'Munich', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 0.7, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "94.02", "38095": "5.98"}', + coty_name: ['Cavalier', 'Towner'], + cty_code: ['38019', '38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86932, lat: 48.70751 }, + }, + { + zip_code: '58429', + usps_city: 'Dazey', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 1.1, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "97.76", "38039": "2.24"}', + coty_name: ['Barnes', 'Griggs'], + cty_code: ['38003', '38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16373, lat: 47.18485 }, + }, + { + zip_code: '58441', + usps_city: 'Fullerton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 1.0, + primary_coty_code: '38021', + primary_coty_name: 'Dickey', + county_weights: '{"38021": "100"}', + coty_name: ['Dickey'], + cty_code: ['38021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37127, lat: 46.17639 }, + }, + { + zip_code: '58454', + usps_city: 'Jud', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 0.5, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "76.39", "38093": "23.61"}', + coty_name: ['LaMoure', 'Stutsman'], + cty_code: ['38045', '38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.93542, lat: 46.59652 }, + }, + { + zip_code: '58475', + usps_city: 'Pettibone', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 0.5, + primary_coty_code: '38043', + primary_coty_name: 'Kidder', + county_weights: '{"38043": "97.33", "38093": "2.67"}', + coty_name: ['Kidder', 'Stutsman'], + cty_code: ['38043', '38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.53946, lat: 47.16547 }, + }, + { + zip_code: '58563', + usps_city: 'New Salem', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2388.0, + density: 1.7, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "83.11", "38065": "16.89"}', + coty_name: ['Morton', 'Oliver'], + cty_code: ['38059', '38065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -101.43495, lat: 46.90329 }, + }, + { + zip_code: '58645', + usps_city: 'Medora', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 0.2, + primary_coty_code: '38007', + primary_coty_name: 'Billings', + county_weights: '{"38007": "94.12", "38033": "5.88"}', + coty_name: ['Billings', 'Golden Valley'], + cty_code: ['38007', '38033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.56314, lat: 46.93876 }, + }, + { + zip_code: '22181', + usps_city: 'Vienna', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15350.0, + density: 1041.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.29438, lat: 38.90635 }, + }, + { + zip_code: '22567', + usps_city: 'Unionville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3552.0, + density: 29.1, + primary_coty_code: '51137', + primary_coty_name: 'Orange', + county_weights: '{"51137": "100"}', + coty_name: ['Orange'], + cty_code: ['51137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.92369, lat: 38.23434 }, + }, + { + zip_code: '22922', + usps_city: 'Arrington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2145.0, + density: 16.4, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "95.89", "51009": "4.11"}', + coty_name: ['Nelson', 'Amherst'], + cty_code: ['51125', '51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9216, lat: 37.69407 }, + }, + { + zip_code: '22943', + usps_city: 'Greenwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 36.6, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77112, lat: 38.03675 }, + }, + { + zip_code: '23002', + usps_city: 'Amelia Court House', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9986.0, + density: 14.8, + primary_coty_code: '51007', + primary_coty_name: 'Amelia', + county_weights: '{"51007": "99.46", "51135": "0.54"}', + coty_name: ['Amelia', 'Nottoway'], + cty_code: ['51007', '51135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96877, lat: 37.35065 }, + }, + { + zip_code: '23009', + usps_city: 'Aylett', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6629.0, + density: 32.9, + primary_coty_code: '51101', + primary_coty_name: 'King William', + county_weights: '{"51101": "100"}', + coty_name: ['King William'], + cty_code: ['51101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18737, lat: 37.81386 }, + }, + { + zip_code: '23117', + usps_city: 'Mineral', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9353.0, + density: 26.4, + primary_coty_code: '51109', + primary_coty_name: 'Louisa', + county_weights: '{"51109": "83.67", "51177": "13.92", "51075": "2.42"}', + coty_name: ['Louisa', 'Spotsylvania', 'Goochland'], + cty_code: ['51109', '51177', '51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87501, lat: 37.97998 }, + }, + { + zip_code: '23128', + usps_city: 'North', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 23.4, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "60.86", "51073": "39.14"}', + coty_name: ['Mathews', 'Gloucester'], + cty_code: ['51115', '51073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42687, lat: 37.44555 }, + }, + { + zip_code: '23228', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35704.0, + density: 1230.8, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "100"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49198, lat: 37.62536 }, + }, + { + zip_code: '23356', + usps_city: 'Greenbackville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 129.0, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39232, lat: 37.99049 }, + }, + { + zip_code: '23440', + usps_city: 'Tangier', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 123.2, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99018, lat: 37.8307 }, + }, + { + zip_code: '23480', + usps_city: 'Wachapreague', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 76.1, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6905, lat: 37.61394 }, + }, + { + zip_code: '23603', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3907.0, + density: 209.0, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "85.64", "51199": "14.36"}', + coty_name: ['Newport News', 'York'], + cty_code: ['51700', '51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5663, lat: 37.19285 }, + }, + { + zip_code: '23606', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28772.0, + density: 1183.8, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "100"}', + coty_name: ['Newport News'], + cty_code: ['51700'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49622, lat: 37.07775 }, + }, + { + zip_code: '23690', + usps_city: 'Yorktown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4374.0, + density: 221.7, + primary_coty_code: '51199', + primary_coty_name: 'York', + county_weights: '{"51199": "100"}', + coty_name: ['York'], + cty_code: ['51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52399, lat: 37.22098 }, + }, + { + zip_code: '23878', + usps_city: 'Sedley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 989.0, + density: 9.7, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "100"}', + coty_name: ['Southampton'], + cty_code: ['51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.024, lat: 36.83196 }, + }, + { + zip_code: '23882', + usps_city: 'Stony Creek', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2136.0, + density: 5.1, + primary_coty_code: '51183', + primary_coty_name: 'Sussex', + county_weights: '{"51183": "71.5", "51053": "28.5"}', + coty_name: ['Sussex', 'Dinwiddie'], + cty_code: ['51183', '51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.4151, lat: 36.92569 }, + }, + { + zip_code: '23943', + usps_city: 'Hampden Sydney', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 78.2, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "100"}', + coty_name: ['Prince Edward'], + cty_code: ['51147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45574, lat: 37.24362 }, + }, + { + zip_code: '23950', + usps_city: 'La Crosse', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3870.0, + density: 24.5, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "91.28", "51025": "8.72"}', + coty_name: ['Mecklenburg', 'Brunswick'], + cty_code: ['51117', '51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07537, lat: 36.66122 }, + }, + { + zip_code: '23976', + usps_city: 'Wylliesburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 1.7, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "100"}', + coty_name: ['Charlotte'], + cty_code: ['51037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.58415, lat: 36.84705 }, + }, + { + zip_code: '24084', + usps_city: 'Dublin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11002.0, + density: 35.9, + primary_coty_code: '51155', + primary_coty_name: 'Pulaski', + county_weights: '{"51155": "97.52", "51021": "2.48"}', + coty_name: ['Pulaski', 'Bland'], + cty_code: ['51155', '51021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79319, lat: 37.11584 }, + }, + { + zip_code: '24225', + usps_city: 'Cleveland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2283.0, + density: 15.3, + primary_coty_code: '51167', + primary_coty_name: 'Russell', + county_weights: '{"51167": "100"}', + coty_name: ['Russell'], + cty_code: ['51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13603, lat: 36.98142 }, + }, + { + zip_code: '24245', + usps_city: 'Dungannon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 5.6, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "100"}', + coty_name: ['Scott'], + cty_code: ['51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49912, lat: 36.83615 }, + }, + { + zip_code: '24279', + usps_city: 'Pound', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5247.0, + density: 25.1, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "100"}', + coty_name: ['Wise'], + cty_code: ['51195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61839, lat: 37.10263 }, + }, + { + zip_code: '24281', + usps_city: 'Rose Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2483.0, + density: 17.4, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33253, lat: 36.64929 }, + }, + { + zip_code: '24401', + usps_city: 'Staunton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35718.0, + density: 103.5, + primary_coty_code: '51790', + primary_coty_name: 'Staunton', + county_weights: '{"51790": "66.89", "51015": "33.11"}', + coty_name: ['Staunton', 'Augusta'], + cty_code: ['51790', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08591, lat: 38.13353 }, + }, + { + zip_code: '24426', + usps_city: 'Covington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13451.0, + density: 15.6, + primary_coty_code: '51005', + primary_coty_name: 'Alleghany', + county_weights: '{"51005": "58.4", "51580": "41.6"}', + coty_name: ['Alleghany', 'Covington'], + cty_code: ['51005', '51580'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07654, lat: 37.76844 }, + }, + { + zip_code: '24517', + usps_city: 'Altavista', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4743.0, + density: 50.8, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "100"}', + coty_name: ['Campbell'], + cty_code: ['51031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22977, lat: 37.14937 }, + }, + { + zip_code: '24813', + usps_city: 'Bartley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 4.7, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71665, lat: 37.35742 }, + }, + { + zip_code: '24817', + usps_city: 'Bradshaw', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 29.8, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80659, lat: 37.35108 }, + }, + { + zip_code: '24834', + usps_city: 'Fanrock', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 14.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63047, lat: 37.55325 }, + }, + { + zip_code: '25009', + usps_city: 'Ashford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 15.5, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71202, lat: 38.19199 }, + }, + { + zip_code: '25030', + usps_city: 'Bomont', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 10.0, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22557, lat: 38.45047 }, + }, + { + zip_code: '25061', + usps_city: 'Drybranch', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 32.3, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43745, lat: 38.16753 }, + }, + { + zip_code: '25103', + usps_city: 'Hansford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 27.8, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3831, lat: 38.18321 }, + }, + { + zip_code: '25211', + usps_city: 'Widen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 4.8, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.88294, lat: 38.46255 }, + }, + { + zip_code: '25313', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11650.0, + density: 216.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75645, lat: 38.41679 }, + }, + { + zip_code: '25540', + usps_city: 'Midkiff', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 7.5, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13972, lat: 38.15911 }, + }, + { + zip_code: '25836', + usps_city: 'Eccles', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 78.6, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27297, lat: 37.77744 }, + }, + { + zip_code: '25971', + usps_city: 'Lerona', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 910.0, + density: 17.4, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9765, lat: 37.47901 }, + }, + { + zip_code: '26151', + usps_city: 'Mount Zion', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 644.0, + density: 10.1, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17296, lat: 38.88326 }, + }, + { + zip_code: '26282', + usps_city: 'Monterville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 0.5, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16247, lat: 38.52177 }, + }, + { + zip_code: '26378', + usps_city: 'Jane Lew', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4199.0, + density: 26.1, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "75", "54033": "25"}', + coty_name: ['Lewis', 'Harrison'], + cty_code: ['54041', '54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43717, lat: 39.12155 }, + }, + { + zip_code: '26448', + usps_city: 'Wallace', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1695.0, + density: 17.4, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "91.91", "54049": "6.33", "54017": "1.76"}', + coty_name: ['Harrison', 'Marion', 'Doddridge'], + cty_code: ['54033', '54049', '54017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49337, lat: 39.4068 }, + }, + { + zip_code: '26631', + usps_city: 'Napier', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 4.6, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54734, lat: 38.79593 }, + }, + { + zip_code: '26676', + usps_city: 'Leivasy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 5.8, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65974, lat: 38.16191 }, + }, + { + zip_code: '26814', + usps_city: 'Riverton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 2.8, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47144, lat: 38.76757 }, + }, + { + zip_code: '26817', + usps_city: 'Bloomery', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 5.0, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39166, lat: 39.36039 }, + }, + { + zip_code: '26818', + usps_city: 'Fisher', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1029.0, + density: 20.5, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "100"}', + coty_name: ['Hardy'], + cty_code: ['54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03425, lat: 39.07495 }, + }, + { + zip_code: '27054', + usps_city: 'Woodleaf', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2725.0, + density: 36.1, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5984, lat: 35.79245 }, + }, + { + zip_code: '27212', + usps_city: 'Blanch', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2196.0, + density: 17.5, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "100"}', + coty_name: ['Caswell'], + cty_code: ['37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.28064, lat: 36.46058 }, + }, + { + zip_code: '27235', + usps_city: 'Colfax', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4443.0, + density: 126.6, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00887, lat: 36.0953 }, + }, + { + zip_code: '27242', + usps_city: 'Eagle Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1366.0, + density: 9.8, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63977, lat: 35.33052 }, + }, + { + zip_code: '27248', + usps_city: 'Franklinville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3555.0, + density: 39.8, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "100"}', + coty_name: ['Randolph'], + cty_code: ['37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70968, lat: 35.78777 }, + }, + { + zip_code: '27299', + usps_city: 'Linwood', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6172.0, + density: 86.6, + primary_coty_code: '37057', + primary_coty_name: 'Davidson', + county_weights: '{"37057": "100"}', + coty_name: ['Davidson'], + cty_code: ['37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38593, lat: 35.75219 }, + }, + { + zip_code: '27341', + usps_city: 'Seagrove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4810.0, + density: 19.6, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "65.07", "37125": "24.63", "37123": "10.3"}', + coty_name: ['Randolph', 'Moore', 'Montgomery'], + cty_code: ['37151', '37125', '37123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70201, lat: 35.52466 }, + }, + { + zip_code: '27349', + usps_city: 'Snow Camp', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5825.0, + density: 36.9, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "94.18", "37037": "5.82"}', + coty_name: ['Alamance', 'Chatham'], + cty_code: ['37001', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.41629, lat: 35.89843 }, + }, + { + zip_code: '27807', + usps_city: 'Bailey', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6604.0, + density: 51.0, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "94.3", "37195": "5.7"}', + coty_name: ['Nash', 'Wilson'], + cty_code: ['37127', '37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09352, lat: 35.80665 }, + }, + { + zip_code: '27823', + usps_city: 'Enfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7950.0, + density: 16.3, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "100"}', + coty_name: ['Halifax'], + cty_code: ['37083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72004, lat: 36.20577 }, + }, + { + zip_code: '27872', + usps_city: 'Roxobel', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 16.4, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "100"}', + coty_name: ['Bertie'], + cty_code: ['37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2603, lat: 36.19493 }, + }, + { + zip_code: '27916', + usps_city: 'Aydlett', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 42.8, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91509, lat: 36.32212 }, + }, + { + zip_code: '27924', + usps_city: 'Colerain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3568.0, + density: 14.6, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "99.14", "37091": "0.86"}', + coty_name: ['Bertie', 'Hertford'], + cty_code: ['37015', '37091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.83992, lat: 36.17506 }, + }, + { + zip_code: '27927', + usps_city: 'Corolla', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 13.8, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8497, lat: 36.4131 }, + }, + { + zip_code: '27929', + usps_city: 'Currituck', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1787.0, + density: 116.4, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00129, lat: 36.42767 }, + }, + { + zip_code: '27985', + usps_city: 'Winfall', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 163.8, + primary_coty_code: '37143', + primary_coty_name: 'Perquimans', + county_weights: '{"37143": "100"}', + coty_name: ['Perquimans'], + cty_code: ['37143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45829, lat: 36.21286 }, + }, + { + zip_code: '28075', + usps_city: 'Harrisburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19099.0, + density: 349.0, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: '{"37025": "100"}', + coty_name: ['Cabarrus'], + cty_code: ['37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.63982, lat: 35.30272 }, + }, + { + zip_code: '28097', + usps_city: 'Locust', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6078.0, + density: 77.2, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "96.35", "37025": "3.65"}', + coty_name: ['Stanly', 'Cabarrus'], + cty_code: ['37167', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39302, lat: 35.2967 }, + }, + { + zip_code: '28104', + usps_city: 'Matthews', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 31773.0, + density: 420.2, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "98.03", "37119": "1.97"}', + coty_name: ['Union', 'Mecklenburg'], + cty_code: ['37179', '37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69576, lat: 35.06048 }, + }, + { + zip_code: '28110', + usps_city: 'Monroe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 53733.0, + density: 161.1, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "100"}', + coty_name: ['Union'], + cty_code: ['37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.52703, lat: 35.0675 }, + }, + { + zip_code: '28133', + usps_city: 'Peachland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2420.0, + density: 11.7, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "95.62", "37179": "4.38"}', + coty_name: ['Anson', 'Union'], + cty_code: ['37007', '37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.26135, lat: 34.93454 }, + }, + { + zip_code: '28206', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12036.0, + density: 658.6, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.82116, lat: 35.25679 }, + }, + { + zip_code: '28338', + usps_city: 'Ellerbe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4718.0, + density: 12.7, + primary_coty_code: '37153', + primary_coty_name: 'Richmond', + county_weights: '{"37153": "100"}', + coty_name: ['Richmond'], + cty_code: ['37153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75911, lat: 35.10278 }, + }, + { + zip_code: '28341', + usps_city: 'Faison', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5047.0, + density: 20.8, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "53.75", "37163": "46.25"}', + coty_name: ['Duplin', 'Sampson'], + cty_code: ['37061', '37163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17831, lat: 35.11891 }, + }, + { + zip_code: '28521', + usps_city: 'Chinquapin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2769.0, + density: 25.5, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "93.88", "37133": "6.12"}', + coty_name: ['Duplin', 'Onslow'], + cty_code: ['37061', '37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7376, lat: 34.8245 }, + }, + { + zip_code: '28526', + usps_city: 'Dover', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2797.0, + density: 12.6, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "78.71", "37103": "20.13", "37107": "1.17"}', + coty_name: ['Craven', 'Jones', 'Lenoir'], + cty_code: ['37049', '37103', '37107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39745, lat: 35.25087 }, + }, + { + zip_code: '28646', + usps_city: 'Linville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 5.5, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "100"}', + coty_name: ['Avery'], + cty_code: ['37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8392, lat: 36.07917 }, + }, + { + zip_code: '28657', + usps_city: 'Newland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8651.0, + density: 20.9, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "92.65", "37023": "7.15", "37111": "0.2"}', + coty_name: ['Avery', 'Burke', 'McDowell'], + cty_code: ['37011', '37023', '37111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94099, lat: 36.03015 }, + }, + { + zip_code: '28732', + usps_city: 'Fletcher', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18107.0, + density: 163.7, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "72.57", "37021": "27.43"}', + coty_name: ['Henderson', 'Buncombe'], + cty_code: ['37089', '37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46666, lat: 35.44586 }, + }, + { + zip_code: '28787', + usps_city: 'Weaverville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21533.0, + density: 104.5, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "97.5", "37115": "2.5"}', + coty_name: ['Buncombe', 'Madison'], + cty_code: ['37021', '37115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52324, lat: 35.72596 }, + }, + { + zip_code: '28791', + usps_city: 'Hendersonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15528.0, + density: 364.7, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "100"}', + coty_name: ['Henderson'], + cty_code: ['37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50843, lat: 35.35616 }, + }, + { + zip_code: '29053', + usps_city: 'Gaston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18595.0, + density: 88.4, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "94.3", "45017": "5.7"}', + coty_name: ['Lexington', 'Calhoun'], + cty_code: ['45063', '45017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08767, lat: 33.82734 }, + }, + { + zip_code: '29104', + usps_city: 'Mayesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1549.0, + density: 10.0, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "55.39", "45061": "44.61"}', + coty_name: ['Sumter', 'Lee'], + cty_code: ['45085', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21791, lat: 33.99854 }, + }, + { + zip_code: '29107', + usps_city: 'Neeses', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3038.0, + density: 15.4, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.1239, lat: 33.52866 }, + }, + { + zip_code: '29209', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 33523.0, + density: 250.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95328, lat: 33.92407 }, + }, + { + zip_code: '29365', + usps_city: 'Lyman', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11648.0, + density: 245.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16856, lat: 34.98309 }, + }, + { + zip_code: '29434', + usps_city: 'Cordesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 3.6, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8469, lat: 33.14133 }, + }, + { + zip_code: '29479', + usps_city: 'Saint Stephen', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7208.0, + density: 29.9, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88696, lat: 33.3799 }, + }, + { + zip_code: '29649', + usps_city: 'Greenwood', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26906.0, + density: 191.6, + primary_coty_code: '45047', + primary_coty_name: 'Greenwood', + county_weights: '{"45047": "99.06", "45001": "0.94"}', + coty_name: ['Greenwood', 'Abbeville'], + cty_code: ['45047', '45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14246, lat: 34.24272 }, + }, + { + zip_code: '29680', + usps_city: 'Simpsonville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 33931.0, + density: 421.9, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29155, lat: 34.68859 }, + }, + { + zip_code: '29829', + usps_city: 'Graniteville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12237.0, + density: 144.0, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85362, lat: 33.57393 }, + }, + { + zip_code: '29928', + usps_city: 'Hilton Head Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16347.0, + density: 305.9, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76347, lat: 32.1615 }, + }, + { + zip_code: '30055', + usps_city: 'Mansfield', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3432.0, + density: 25.8, + primary_coty_code: '13159', + primary_coty_name: 'Jasper', + county_weights: '{"13159": "50.8", "13217": "40.23", "13211": "8.98"}', + coty_name: ['Jasper', 'Newton', 'Morgan'], + cty_code: ['13159', '13217', '13211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74234, lat: 33.4897 }, + }, + { + zip_code: '30092', + usps_city: 'Peachtree Corners', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36034.0, + density: 1268.1, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "98.98", "13121": "1.02"}', + coty_name: ['Gwinnett', 'Fulton'], + cty_code: ['13135', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.23515, lat: 33.97168 }, + }, + { + zip_code: '30105', + usps_city: 'Armuchee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1781.0, + density: 11.5, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "90.54", "13055": "9.46"}', + coty_name: ['Floyd', 'Chattooga'], + cty_code: ['13115', '13055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.16109, lat: 34.47183 }, + }, + { + zip_code: '30147', + usps_city: 'Lindale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5331.0, + density: 113.2, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "97.78", "13233": "2.22"}', + coty_name: ['Floyd', 'Polk'], + cty_code: ['13115', '13233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.21652, lat: 34.14109 }, + }, + { + zip_code: '30276', + usps_city: 'Senoia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16028.0, + density: 63.0, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "89.85", "13113": "7.54", "13199": "2.61"}', + coty_name: ['Coweta', 'Fayette', 'Meriwether'], + cty_code: ['13077', '13113', '13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58164, lat: 33.26735 }, + }, + { + zip_code: '30305', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24551.0, + density: 1472.5, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38892, lat: 33.83564 }, + }, + { + zip_code: '30317', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13820.0, + density: 1521.8, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "99.76", "13121": "0.24"}', + coty_name: ['DeKalb', 'Fulton'], + cty_code: ['13089', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31532, lat: 33.74917 }, + }, + { + zip_code: '30341', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 32601.0, + density: 1240.2, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29043, lat: 33.88787 }, + }, + { + zip_code: '30445', + usps_city: 'Mount Vernon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3851.0, + density: 18.5, + primary_coty_code: '13209', + primary_coty_name: 'Montgomery', + county_weights: '{"13209": "100"}', + coty_name: ['Montgomery'], + cty_code: ['13209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58574, lat: 32.16293 }, + }, + { + zip_code: '30451', + usps_city: 'Pulaski', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 213.7, + primary_coty_code: '13043', + primary_coty_name: 'Candler', + county_weights: '{"13043": "100"}', + coty_name: ['Candler'], + cty_code: ['13043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95219, lat: 32.39069 }, + }, + { + zip_code: '30453', + usps_city: 'Reidsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10936.0, + density: 34.3, + primary_coty_code: '13267', + primary_coty_name: 'Tattnall', + county_weights: '{"13267": "100"}', + coty_name: ['Tattnall'], + cty_code: ['13267'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12389, lat: 32.01786 }, + }, + { + zip_code: '30531', + usps_city: 'Cornelia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10924.0, + density: 109.9, + primary_coty_code: '13137', + primary_coty_name: 'Habersham', + county_weights: '{"13137": "98.93", "13139": "1.07"}', + coty_name: ['Habersham', 'Hall'], + cty_code: ['13137', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59159, lat: 34.51014 }, + }, + { + zip_code: '30535', + usps_city: 'Demorest', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7984.0, + density: 106.4, + primary_coty_code: '13137', + primary_coty_name: 'Habersham', + county_weights: '{"13137": "100"}', + coty_name: ['Habersham'], + cty_code: ['13137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57703, lat: 34.58065 }, + }, + { + zip_code: '30541', + usps_city: 'Epworth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1498.0, + density: 8.2, + primary_coty_code: '13111', + primary_coty_name: 'Fannin', + county_weights: '{"13111": "100"}', + coty_name: ['Fannin'], + cty_code: ['13111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53909, lat: 34.91288 }, + }, + { + zip_code: '30566', + usps_city: 'Oakwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7710.0, + density: 319.9, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "100"}', + coty_name: ['Hall'], + cty_code: ['13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89496, lat: 34.23577 }, + }, + { + zip_code: '30641', + usps_city: 'Good Hope', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1882.0, + density: 21.3, + primary_coty_code: '13297', + primary_coty_name: 'Walton', + county_weights: '{"13297": "84.81", "13211": "15.19"}', + coty_name: ['Walton', 'Morgan'], + cty_code: ['13297', '13211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56974, lat: 33.77766 }, + }, + { + zip_code: '30664', + usps_city: 'Sharon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 26.4, + primary_coty_code: '13265', + primary_coty_name: 'Taliaferro', + county_weights: '{"13265": "100"}', + coty_name: ['Taliaferro'], + cty_code: ['13265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79952, lat: 33.55821 }, + }, + { + zip_code: '30668', + usps_city: 'Tignall', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 4.0, + primary_coty_code: '13317', + primary_coty_name: 'Wilkes', + county_weights: '{"13317": "79.68", "13181": "20.32"}', + coty_name: ['Wilkes', 'Lincoln'], + cty_code: ['13317', '13181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70052, lat: 33.90156 }, + }, + { + zip_code: '30733', + usps_city: 'Plainville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2027.0, + density: 51.2, + primary_coty_code: '13129', + primary_coty_name: 'Gordon', + county_weights: '{"13129": "96.44", "13115": "3.56"}', + coty_name: ['Gordon', 'Floyd'], + cty_code: ['13129', '13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.04399, lat: 34.41611 }, + }, + { + zip_code: '30735', + usps_city: 'Resaca', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6719.0, + density: 41.7, + primary_coty_code: '13129', + primary_coty_name: 'Gordon', + county_weights: '{"13129": "55.16", "13313": "24.04", "13213": "20.8"}', + coty_name: ['Gordon', 'Whitfield', 'Murray'], + cty_code: ['13129', '13313', '13213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.88147, lat: 34.60554 }, + }, + { + zip_code: '30752', + usps_city: 'Trenton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8616.0, + density: 42.7, + primary_coty_code: '13083', + primary_coty_name: 'Dade', + county_weights: '{"13083": "100"}', + coty_name: ['Dade'], + cty_code: ['13083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.52908, lat: 34.91035 }, + }, + { + zip_code: '58736', + usps_city: 'Drake', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 597.0, + density: 1.4, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "90.71", "38083": "9.29"}', + coty_name: ['McHenry', 'Sheridan'], + cty_code: ['38049', '38083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.3819, lat: 47.93381 }, + }, + { + zip_code: '31082', + usps_city: 'Sandersville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9728.0, + density: 16.7, + primary_coty_code: '13303', + primary_coty_name: 'Washington', + county_weights: '{"13303": "99.64", "13009": "0.36"}', + coty_name: ['Washington', 'Baldwin'], + cty_code: ['13303', '13009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8968, lat: 32.99243 }, + }, + { + zip_code: '31091', + usps_city: 'Unadilla', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4376.0, + density: 19.5, + primary_coty_code: '13093', + primary_coty_name: 'Dooly', + county_weights: '{"13093": "99.13", "13235": "0.54", "13153": "0.33"}', + coty_name: ['Dooly', 'Pulaski', 'Houston'], + cty_code: ['13093', '13235', '13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70131, lat: 32.2409 }, + }, + { + zip_code: '31322', + usps_city: 'Pooler', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26126.0, + density: 346.4, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25388, lat: 32.10966 }, + }, + { + zip_code: '31408', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10371.0, + density: 163.6, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18413, lat: 32.11542 }, + }, + { + zip_code: '31566', + usps_city: 'Waynesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4787.0, + density: 29.2, + primary_coty_code: '13025', + primary_coty_name: 'Brantley', + county_weights: '{"13025": "95.68", "13127": "4.32"}', + coty_name: ['Brantley', 'Glynn'], + cty_code: ['13025', '13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80772, lat: 31.19036 }, + }, + { + zip_code: '31568', + usps_city: 'White Oak', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 1.8, + primary_coty_code: '13039', + primary_coty_name: 'Camden', + county_weights: '{"13039": "100"}', + coty_name: ['Camden'], + cty_code: ['13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81138, lat: 31.00827 }, + }, + { + zip_code: '32009', + usps_city: 'Bryceville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3661.0, + density: 16.4, + primary_coty_code: '12089', + primary_coty_name: 'Nassau', + county_weights: '{"12089": "100"}', + coty_name: ['Nassau'], + cty_code: ['12089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97306, lat: 30.41969 }, + }, + { + zip_code: '32177', + usps_city: 'Palatka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26845.0, + density: 43.4, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71137, lat: 29.69121 }, + }, + { + zip_code: '32193', + usps_city: 'Welaka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 34.4, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65295, lat: 29.49054 }, + }, + { + zip_code: '32361', + usps_city: 'Wacissa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 64.5, + primary_coty_code: '12065', + primary_coty_name: 'Jefferson', + county_weights: '{"12065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['12065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9886, lat: 30.35769 }, + }, + { + zip_code: '32409', + usps_city: 'Panama City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10144.0, + density: 51.8, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.6598, lat: 30.3484 }, + }, + { + zip_code: '32428', + usps_city: 'Chipley', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17564.0, + density: 24.1, + primary_coty_code: '12133', + primary_coty_name: 'Washington', + county_weights: '{"12133": "100"}', + coty_name: ['Washington'], + cty_code: ['12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.57852, lat: 30.61436 }, + }, + { + zip_code: '32442', + usps_city: 'Grand Ridge', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3299.0, + density: 13.6, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "95.4", "12013": "4.6"}', + coty_name: ['Jackson', 'Calhoun'], + cty_code: ['12063', '12013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.01146, lat: 30.68786 }, + }, + { + zip_code: '32461', + usps_city: 'Inlet Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 23.3, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "100"}', + coty_name: ['Walton'], + cty_code: ['12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.0276, lat: 30.2897 }, + }, + { + zip_code: '32564', + usps_city: 'Holt', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2959.0, + density: 12.5, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "84.42", "12113": "15.58"}', + coty_name: ['Okaloosa', 'Santa Rosa'], + cty_code: ['12091', '12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78241, lat: 30.72606 }, + }, + { + zip_code: '32567', + usps_city: 'Laurel Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3099.0, + density: 8.6, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "57.69", "12131": "42.31"}', + coty_name: ['Okaloosa', 'Walton'], + cty_code: ['12091', '12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.43982, lat: 30.92503 }, + }, + { + zip_code: '32570', + usps_city: 'Milton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31341.0, + density: 37.9, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.97173, lat: 30.80756 }, + }, + { + zip_code: '32720', + usps_city: 'Deland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32421.0, + density: 199.3, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "91.64", "12069": "8.36"}', + coty_name: ['Volusia', 'Lake'], + cty_code: ['12127', '12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36796, lat: 29.00961 }, + }, + { + zip_code: '32779', + usps_city: 'Longwood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29603.0, + density: 605.7, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41276, lat: 28.7167 }, + }, + { + zip_code: '32811', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41057.0, + density: 1921.0, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44464, lat: 28.51684 }, + }, + { + zip_code: '32940', + usps_city: 'Melbourne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 42171.0, + density: 125.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78752, lat: 28.21129 }, + }, + { + zip_code: '32955', + usps_city: 'Rockledge', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38889.0, + density: 680.1, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72525, lat: 28.29642 }, + }, + { + zip_code: '33031', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7124.0, + density: 128.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50111, lat: 25.52754 }, + }, + { + zip_code: '33051', + usps_city: 'Key Colony Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 472.1, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02153, lat: 24.72317 }, + }, + { + zip_code: '33140', + usps_city: 'Miami Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19938.0, + density: 2523.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13902, lat: 25.81599 }, + }, + { + zip_code: '33149', + usps_city: 'Key Biscayne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12943.0, + density: 1061.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16118, lat: 25.72479 }, + }, + { + zip_code: '33187', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19392.0, + density: 189.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50709, lat: 25.59602 }, + }, + { + zip_code: '33401', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28687.0, + density: 2129.3, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06779, lat: 26.71645 }, + }, + { + zip_code: '33541', + usps_city: 'Zephyrhills', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21612.0, + density: 338.9, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2207, lat: 28.23204 }, + }, + { + zip_code: '33585', + usps_city: 'Sumterville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1133.0, + density: 25.5, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0673, lat: 28.74634 }, + }, + { + zip_code: '33618', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27352.0, + density: 1218.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49858, lat: 28.07338 }, + }, + { + zip_code: '33715', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7296.0, + density: 765.9, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72377, lat: 27.66134 }, + }, + { + zip_code: '33759', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18236.0, + density: 1301.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71476, lat: 27.98074 }, + }, + { + zip_code: '33773', + usps_city: 'Largo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17595.0, + density: 1359.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75725, lat: 27.88207 }, + }, + { + zip_code: '33774', + usps_city: 'Largo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18097.0, + density: 1519.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82763, lat: 27.88268 }, + }, + { + zip_code: '33785', + usps_city: 'Indian Rocks Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5432.0, + density: 1779.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84425, lat: 27.88543 }, + }, + { + zip_code: '33834', + usps_city: 'Bowling Green', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7524.0, + density: 16.1, + primary_coty_code: '12049', + primary_coty_name: 'Hardee', + county_weights: '{"12049": "94.92", "12105": "3.3", "12081": "1.77"}', + coty_name: ['Hardee', 'Polk', 'Manatee'], + cty_code: ['12049', '12105', '12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99236, lat: 27.60298 }, + }, + { + zip_code: '33896', + usps_city: 'Davenport', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11654.0, + density: 389.8, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "90.16", "12097": "9.84"}', + coty_name: ['Polk', 'Osceola'], + cty_code: ['12105', '12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58424, lat: 28.25745 }, + }, + { + zip_code: '33905', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37492.0, + density: 343.9, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76046, lat: 26.6693 }, + }, + { + zip_code: '33944', + usps_city: 'Palmdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 1.6, + primary_coty_code: '12043', + primary_coty_name: 'Glades', + county_weights: '{"12043": "100"}', + coty_name: ['Glades'], + cty_code: ['12043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28098, lat: 26.98641 }, + }, + { + zip_code: '33948', + usps_city: 'Port Charlotte', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17122.0, + density: 509.2, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15122, lat: 26.98414 }, + }, + { + zip_code: '33991', + usps_city: 'Cape Coral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22516.0, + density: 614.7, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0216, lat: 26.6247 }, + }, + { + zip_code: '34268', + usps_city: 'Nocatee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 441.0, + primary_coty_code: '12027', + primary_coty_name: 'DeSoto', + county_weights: '{"12027": "100"}', + coty_name: ['DeSoto'], + cty_code: ['12027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89307, lat: 27.15264 }, + }, + { + zip_code: '34275', + usps_city: 'Nokomis', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20472.0, + density: 303.2, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4201, lat: 27.15228 }, + }, + { + zip_code: '34434', + usps_city: 'Dunnellon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8021.0, + density: 126.2, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43914, lat: 28.99629 }, + }, + { + zip_code: '34688', + usps_city: 'Tarpon Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7443.0, + density: 185.4, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6824, lat: 28.1458 }, + }, + { + zip_code: '34715', + usps_city: 'Clermont', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18241.0, + density: 209.9, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73055, lat: 28.62586 }, + }, + { + zip_code: '34945', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5187.0, + density: 8.2, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55733, lat: 27.43798 }, + }, + { + zip_code: '35051', + usps_city: 'Columbiana', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9838.0, + density: 35.1, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.61972, lat: 33.20546 }, + }, + { + zip_code: '35054', + usps_city: 'Cropwell', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4318.0, + density: 63.8, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.32867, lat: 33.50959 }, + }, + { + zip_code: '35057', + usps_city: 'Cullman', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14187.0, + density: 43.2, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "100"}', + coty_name: ['Cullman'], + cty_code: ['1043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.9604, lat: 34.13789 }, + }, + { + zip_code: '35060', + usps_city: 'Docena', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 39.9, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.94668, lat: 33.55859 }, + }, + { + zip_code: '35176', + usps_city: 'Vandiver', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 28.6, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.49823, lat: 33.48534 }, + }, + { + zip_code: '35580', + usps_city: 'Parrish', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3564.0, + density: 17.5, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "100"}', + coty_name: ['Walker'], + cty_code: ['1127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26449, lat: 33.67377 }, + }, + { + zip_code: '35581', + usps_city: 'Phil Campbell', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6073.0, + density: 19.2, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "87.85", "01093": "12.15"}', + coty_name: ['Franklin', 'Marion'], + cty_code: ['01059', '01093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71318, lat: 34.35853 }, + }, + { + zip_code: '35585', + usps_city: 'Spruce Pine', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1727.0, + density: 16.8, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "100"}', + coty_name: ['Franklin'], + cty_code: ['1059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80986, lat: 34.41687 }, + }, + { + zip_code: '35763', + usps_city: 'Owens Cross Roads', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19855.0, + density: 182.4, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.46442, lat: 34.6215 }, + }, + { + zip_code: '35776', + usps_city: 'Woodville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3785.0, + density: 16.2, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "87.45", "01095": "11.43", "01089": "1.12"}', + coty_name: ['Jackson', 'Marshall', 'Madison'], + cty_code: ['01071', '01095', '01089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2383, lat: 34.66144 }, + }, + { + zip_code: '36037', + usps_city: 'Greenville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12944.0, + density: 13.9, + primary_coty_code: '1013', + primary_coty_name: 'Butler', + county_weights: '{"01013": "99.76", "01041": "0.24"}', + coty_name: ['Butler', 'Crenshaw'], + cty_code: ['01013', '01041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.62528, lat: 31.79895 }, + }, + { + zip_code: '36054', + usps_city: 'Millbrook', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15899.0, + density: 252.1, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "100"}', + coty_name: ['Elmore'], + cty_code: ['1051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.36669, lat: 32.48359 }, + }, + { + zip_code: '36066', + usps_city: 'Prattville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19732.0, + density: 381.9, + primary_coty_code: '1001', + primary_coty_name: 'Autauga', + county_weights: '{"01001": "90.53", "01051": "9.47"}', + coty_name: ['Autauga', 'Elmore'], + cty_code: ['01001', '01051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.42407, lat: 32.47996 }, + }, + { + zip_code: '36079', + usps_city: 'Troy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9932.0, + density: 19.3, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "96.38", "01031": "3.62"}', + coty_name: ['Pike', 'Coffee'], + cty_code: ['01109', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.01069, lat: 31.75952 }, + }, + { + zip_code: '36263', + usps_city: 'Graham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 6.6, + primary_coty_code: '1111', + primary_coty_name: 'Randolph', + county_weights: '{"01111": "100"}', + coty_name: ['Randolph'], + cty_code: ['1111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.35928, lat: 33.46623 }, + }, + { + zip_code: '36301', + usps_city: 'Dothan', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 37608.0, + density: 162.7, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "99.46", "01061": "0.54"}', + coty_name: ['Houston', 'Geneva'], + cty_code: ['01069', '01061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.40236, lat: 31.14367 }, + }, + { + zip_code: '36303', + usps_city: 'Dothan', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 30986.0, + density: 190.4, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "96.68", "01045": "3.26", "01067": "0.06"}', + coty_name: ['Houston', 'Dale', 'Henry'], + cty_code: ['01069', '01045', '01067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.39718, lat: 31.26679 }, + }, + { + zip_code: '36311', + usps_city: 'Ariton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2426.0, + density: 7.8, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "68.48", "01005": "22.06", "01031": "9.46"}', + coty_name: ['Dale', 'Barbour', 'Coffee'], + cty_code: ['01045', '01005', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.68151, lat: 31.60246 }, + }, + { + zip_code: '36353', + usps_city: 'Newville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1683.0, + density: 6.7, + primary_coty_code: '1067', + primary_coty_name: 'Henry', + county_weights: '{"01067": "74.34", "01045": "25.66"}', + coty_name: ['Henry', 'Dale'], + cty_code: ['01067', '01045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.36606, lat: 31.48285 }, + }, + { + zip_code: '36502', + usps_city: 'Atmore', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 18113.0, + density: 21.3, + primary_coty_code: '1053', + primary_coty_name: 'Escambia', + county_weights: + '{"01053": "96.99", "01099": "1.34", "01003": "1.2", "01035": "0.47"}', + coty_name: ['Escambia', 'Monroe', 'Baldwin', 'Conecuh'], + cty_code: ['01053', '01099', '01003', '01035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.49393, lat: 31.14072 }, + }, + { + zip_code: '36572', + usps_city: 'Satsuma', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6159.0, + density: 256.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06046, lat: 30.85842 }, + }, + { + zip_code: '36616', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8.0, + density: 441.9, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08152, lat: 30.72454 }, + }, + { + zip_code: '36742', + usps_city: 'Gallion', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1921.0, + density: 6.5, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "81.95", "01065": "18.05"}', + coty_name: ['Marengo', 'Hale'], + cty_code: ['01091', '01065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.738, lat: 32.46429 }, + }, + { + zip_code: '36776', + usps_city: 'Sawyerville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1856.0, + density: 8.8, + primary_coty_code: '1065', + primary_coty_name: 'Hale', + county_weights: '{"01065": "100"}', + coty_name: ['Hale'], + cty_code: ['1065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74252, lat: 32.74498 }, + }, + { + zip_code: '36856', + usps_city: 'Fort Mitchell', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7811.0, + density: 91.1, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "100"}', + coty_name: ['Russell'], + cty_code: ['1113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.99898, lat: 32.27659 }, + }, + { + zip_code: '36874', + usps_city: 'Salem', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9973.0, + density: 34.6, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "92.36", "01113": "7.64"}', + coty_name: ['Lee', 'Russell'], + cty_code: ['01081', '01113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.20573, lat: 32.56557 }, + }, + { + zip_code: '37098', + usps_city: 'Lyles', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6760.0, + density: 43.4, + primary_coty_code: '47081', + primary_coty_name: 'Hickman', + county_weights: '{"47081": "100"}', + coty_name: ['Hickman'], + cty_code: ['47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.31517, lat: 35.86809 }, + }, + { + zip_code: '37140', + usps_city: 'Only', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1456.0, + density: 21.6, + primary_coty_code: '47081', + primary_coty_name: 'Hickman', + county_weights: '{"47081": "100"}', + coty_name: ['Hickman'], + cty_code: ['47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6525, lat: 35.85917 }, + }, + { + zip_code: '37172', + usps_city: 'Springfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 30468.0, + density: 65.0, + primary_coty_code: '47147', + primary_coty_name: 'Robertson', + county_weights: '{"47147": "100"}', + coty_name: ['Robertson'], + cty_code: ['47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.861, lat: 36.53551 }, + }, + { + zip_code: '37421', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 52254.0, + density: 664.0, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.15095, lat: 35.0289 }, + }, + { + zip_code: '37620', + usps_city: 'Bristol', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 38170.0, + density: 115.7, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "100"}', + coty_name: ['Sullivan'], + cty_code: ['47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09777, lat: 36.55139 }, + }, + { + zip_code: '37641', + usps_city: 'Chuckey', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9356.0, + density: 39.5, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "78.76", "47179": "21.24"}', + coty_name: ['Greene', 'Washington'], + cty_code: ['47059', '47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66422, lat: 36.19901 }, + }, + { + zip_code: '37690', + usps_city: 'Telford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4222.0, + density: 70.5, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "100"}', + coty_name: ['Washington'], + cty_code: ['47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.55645, lat: 36.24926 }, + }, + { + zip_code: '37771', + usps_city: 'Lenoir City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17287.0, + density: 137.6, + primary_coty_code: '47105', + primary_coty_name: 'Loudon', + county_weights: '{"47105": "92.78", "47145": "7.22"}', + coty_name: ['Loudon', 'Roane'], + cty_code: ['47105', '47145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31655, lat: 35.83931 }, + }, + { + zip_code: '37862', + usps_city: 'Sevierville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 23147.0, + density: 106.4, + primary_coty_code: '47155', + primary_coty_name: 'Sevier', + county_weights: '{"47155": "100"}', + coty_name: ['Sevier'], + cty_code: ['47155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6125, lat: 35.77803 }, + }, + { + zip_code: '38049', + usps_city: 'Mason', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4181.0, + density: 14.5, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "67.46", "47047": "32.54"}', + coty_name: ['Tipton', 'Fayette'], + cty_code: ['47167', '47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54863, lat: 35.39033 }, + }, + { + zip_code: '38054', + usps_city: 'Millington', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 240.3, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.87356, lat: 35.33636 }, + }, + { + zip_code: '38104', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 23456.0, + density: 1776.3, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00372, lat: 35.1326 }, + }, + { + zip_code: '38313', + usps_city: 'Beech Bluff', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3182.0, + density: 16.9, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "59.24", "47077": "21", "47023": "19.76"}', + coty_name: ['Madison', 'Henderson', 'Chester'], + cty_code: ['47113', '47077', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62504, lat: 35.60026 }, + }, + { + zip_code: '38367', + usps_city: 'Ramer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2953.0, + density: 14.6, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "100"}', + coty_name: ['McNairy'], + cty_code: ['47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6279, lat: 35.05297 }, + }, + { + zip_code: '38376', + usps_city: 'Shiloh', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 13.8, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "64.38", "47109": "35.62"}', + coty_name: ['Hardin', 'McNairy'], + cty_code: ['47071', '47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37188, lat: 35.10335 }, + }, + { + zip_code: '38453', + usps_city: 'Dellrose', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 8.3, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "74.8", "47055": "25.2"}', + coty_name: ['Lincoln', 'Giles'], + cty_code: ['47103', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.81208, lat: 35.12138 }, + }, + { + zip_code: '38477', + usps_city: 'Prospect', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2717.0, + density: 11.2, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "100"}', + coty_name: ['Giles'], + cty_code: ['47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00394, lat: 35.05244 }, + }, + { + zip_code: '38506', + usps_city: 'Cookeville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 28636.0, + density: 68.1, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: '{"47141": "84.38", "47133": "12.68", "47185": "2.94"}', + coty_name: ['Putnam', 'Overton', 'White'], + cty_code: ['47141', '47133', '47185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.44078, lat: 36.1819 }, + }, + { + zip_code: '38577', + usps_city: 'Pall Mall', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1485.0, + density: 7.6, + primary_coty_code: '47137', + primary_coty_name: 'Pickett', + county_weights: '{"47137": "58.98", "47049": "41.02"}', + coty_name: ['Pickett', 'Fentress'], + cty_code: ['47137', '47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.96504, lat: 36.56493 }, + }, + { + zip_code: '38580', + usps_city: 'Rickman', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1905.0, + density: 21.1, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "100"}', + coty_name: ['Overton'], + cty_code: ['47133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.29194, lat: 36.27813 }, + }, + { + zip_code: '38623', + usps_city: 'Darling', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 9.3, + primary_coty_code: '28119', + primary_coty_name: 'Quitman', + county_weights: '{"28119": "100"}', + coty_name: ['Quitman'], + cty_code: ['28119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28052, lat: 34.36162 }, + }, + { + zip_code: '38658', + usps_city: 'Pope', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2066.0, + density: 22.5, + primary_coty_code: '28107', + primary_coty_name: 'Panola', + county_weights: '{"28107": "100"}', + coty_name: ['Panola'], + cty_code: ['28107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90859, lat: 34.19156 }, + }, + { + zip_code: '38731', + usps_city: 'Chatham', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 16.4, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "100"}', + coty_name: ['Washington'], + cty_code: ['28151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04832, lat: 33.07507 }, + }, + { + zip_code: '38773', + usps_city: 'Shaw', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3358.0, + density: 8.8, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "87.82", "28133": "12.18"}', + coty_name: ['Bolivar', 'Sunflower'], + cty_code: ['28011', '28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77861, lat: 33.60626 }, + }, + { + zip_code: '38851', + usps_city: 'Houston', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8006.0, + density: 14.0, + primary_coty_code: '28017', + primary_coty_name: 'Chickasaw', + county_weights: '{"28017": "100"}', + coty_name: ['Chickasaw'], + cty_code: ['28017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96909, lat: 33.90862 }, + }, + { + zip_code: '38916', + usps_city: 'Calhoun City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4945.0, + density: 10.6, + primary_coty_code: '28013', + primary_coty_name: 'Calhoun', + county_weights: '{"28013": "98.81", "28155": "1.19"}', + coty_name: ['Calhoun', 'Webster'], + cty_code: ['28013', '28155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35214, lat: 33.81438 }, + }, + { + zip_code: '38923', + usps_city: 'Coila', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 4.4, + primary_coty_code: '28015', + primary_coty_name: 'Carroll', + county_weights: '{"28015": "100"}', + coty_name: ['Carroll'], + cty_code: ['28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98723, lat: 33.38102 }, + }, + { + zip_code: '38946', + usps_city: 'Morgan City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 3.0, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "100"}', + coty_name: ['Leflore'], + cty_code: ['28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37915, lat: 33.36414 }, + }, + { + zip_code: '38948', + usps_city: 'Oakland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2175.0, + density: 6.9, + primary_coty_code: '28161', + primary_coty_name: 'Yalobusha', + county_weights: '{"28161": "71.24", "28135": "28.76"}', + coty_name: ['Yalobusha', 'Tallahatchie'], + cty_code: ['28161', '28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88861, lat: 34.07252 }, + }, + { + zip_code: '39159', + usps_city: 'Rolling Fork', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3132.0, + density: 4.1, + primary_coty_code: '28125', + primary_coty_name: 'Sharkey', + county_weights: '{"28125": "88.66", "28055": "11.34"}', + coty_name: ['Sharkey', 'Issaquena'], + cty_code: ['28125', '28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.94764, lat: 32.82769 }, + }, + { + zip_code: '39475', + usps_city: 'Purvis', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13973.0, + density: 32.1, + primary_coty_code: '28073', + primary_coty_name: 'Lamar', + county_weights: '{"28073": "97.64", "28035": "2.36"}', + coty_name: ['Lamar', 'Forrest'], + cty_code: ['28073', '28035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41704, lat: 31.15478 }, + }, + { + zip_code: '39477', + usps_city: 'Sandersville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 46.8, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "100"}', + coty_name: ['Jones'], + cty_code: ['28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03479, lat: 31.7926 }, + }, + { + zip_code: '39577', + usps_city: 'Wiggins', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 11104.0, + density: 16.8, + primary_coty_code: '28131', + primary_coty_name: 'Stone', + county_weights: '{"28131": "87.77", "28035": "7.58", "28111": "4.66"}', + coty_name: ['Stone', 'Forrest', 'Perry'], + cty_code: ['28131', '28035', '28111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07637, lat: 30.9061 }, + }, + { + zip_code: '39666', + usps_city: 'Summit', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10686.0, + density: 26.5, + primary_coty_code: '28113', + primary_coty_name: 'Pike', + county_weights: '{"28113": "84.95", "28005": "8.79", "28085": "6.26"}', + coty_name: ['Pike', 'Amite', 'Lincoln'], + cty_code: ['28113', '28005', '28085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48192, lat: 31.29094 }, + }, + { + zip_code: '39746', + usps_city: 'Hamilton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2940.0, + density: 12.5, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "100"}', + coty_name: ['Monroe'], + cty_code: ['28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.41418, lat: 33.74841 }, + }, + { + zip_code: '39751', + usps_city: 'Mantee', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1663.0, + density: 8.1, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: '{"28155": "64.78", "28025": "31.86", "28017": "3.36"}', + coty_name: ['Webster', 'Clay', 'Chickasaw'], + cty_code: ['28155', '28025', '28017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10514, lat: 33.70516 }, + }, + { + zip_code: '39836', + usps_city: 'Coleman', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 1.4, + primary_coty_code: '13243', + primary_coty_name: 'Randolph', + county_weights: '{"13243": "85.25", "13061": "14.75"}', + coty_name: ['Randolph', 'Clay'], + cty_code: ['13243', '13061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87329, lat: 31.6658 }, + }, + { + zip_code: '39841', + usps_city: 'Damascus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 4.0, + primary_coty_code: '13099', + primary_coty_name: 'Early', + county_weights: '{"13099": "75.06", "13007": "16.4", "13201": "8.54"}', + coty_name: ['Early', 'Baker', 'Miller'], + cty_code: ['13099', '13007', '13201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.68109, lat: 31.28183 }, + }, + { + zip_code: '39846', + usps_city: 'Edison', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1978.0, + density: 8.8, + primary_coty_code: '13037', + primary_coty_name: 'Calhoun', + county_weights: '{"13037": "95.08", "13061": "4.92"}', + coty_name: ['Calhoun', 'Clay'], + cty_code: ['13037', '13061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74662, lat: 31.56189 }, + }, + { + zip_code: '40022', + usps_city: 'Finchville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1057.0, + density: 25.4, + primary_coty_code: '21211', + primary_coty_name: 'Shelby', + county_weights: '{"21211": "100"}', + coty_name: ['Shelby'], + cty_code: ['21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.33515, lat: 38.15093 }, + }, + { + zip_code: '40050', + usps_city: 'New Castle', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 55.6, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "100"}', + coty_name: ['Henry'], + cty_code: ['21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.19007, lat: 38.4459 }, + }, + { + zip_code: '40075', + usps_city: 'Turners Station', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 977.0, + density: 8.0, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "84.2", "21041": "15.8"}', + coty_name: ['Henry', 'Carroll'], + cty_code: ['21103', '21041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.11241, lat: 38.56294 }, + }, + { + zip_code: '40211', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 22556.0, + density: 1164.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.82394, lat: 38.23443 }, + }, + { + zip_code: '40214', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 45844.0, + density: 1189.4, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.78246, lat: 38.15187 }, + }, + { + zip_code: '40291', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 37812.0, + density: 665.7, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.57807, lat: 38.1291 }, + }, + { + zip_code: '40356', + usps_city: 'Nicholasville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 44181.0, + density: 121.9, + primary_coty_code: '21113', + primary_coty_name: 'Jessamine', + county_weights: '{"21113": "100"}', + coty_name: ['Jessamine'], + cty_code: ['21113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56447, lat: 37.87301 }, + }, + { + zip_code: '40743', + usps_city: 'London', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 76.7, + primary_coty_code: '21125', + primary_coty_name: 'Laurel', + county_weights: '{"21125": "100"}', + coty_name: ['Laurel'], + cty_code: ['21125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11838, lat: 37.07403 }, + }, + { + zip_code: '40874', + usps_city: 'Warbranch', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 3.6, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "90.87", "21051": "9.13"}', + coty_name: ['Leslie', 'Clay'], + cty_code: ['21131', '21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4748, lat: 36.97322 }, + }, + { + zip_code: '40927', + usps_city: 'Closplint', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 14.0, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0415, lat: 36.87128 }, + }, + { + zip_code: '40995', + usps_city: 'Trosper', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 21.5, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81541, lat: 36.76106 }, + }, + { + zip_code: '41005', + usps_city: 'Burlington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 24451.0, + density: 161.7, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "100"}', + coty_name: ['Boone'], + cty_code: ['21015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76744, lat: 39.00805 }, + }, + { + zip_code: '41014', + usps_city: 'Covington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7113.0, + density: 2585.0, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50548, lat: 39.06574 }, + }, + { + zip_code: '41049', + usps_city: 'Hillsboro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2309.0, + density: 10.6, + primary_coty_code: '21069', + primary_coty_name: 'Fleming', + county_weights: '{"21069": "100"}', + coty_name: ['Fleming'], + cty_code: ['21069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64762, lat: 38.27422 }, + }, + { + zip_code: '41099', + usps_city: 'Newport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 1984.0, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46812, lat: 39.03607 }, + }, + { + zip_code: '41224', + usps_city: 'Inez', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5923.0, + density: 25.3, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53915, lat: 37.82733 }, + }, + { + zip_code: '41650', + usps_city: 'Melvin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 409.0, + density: 45.7, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68332, lat: 37.35451 }, + }, + { + zip_code: '42053', + usps_city: 'Kevil', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5044.0, + density: 16.7, + primary_coty_code: '21145', + primary_coty_name: 'McCracken', + county_weights: '{"21145": "56.93", "21007": "43.07"}', + coty_name: ['McCracken', 'Ballard'], + cty_code: ['21145', '21007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88106, lat: 37.11293 }, + }, + { + zip_code: '42154', + usps_city: 'Knob Lick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 9.5, + primary_coty_code: '21169', + primary_coty_name: 'Metcalfe', + county_weights: '{"21169": "86.69", "21009": "13.31"}', + coty_name: ['Metcalfe', 'Barren'], + cty_code: ['21169', '21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.72543, lat: 37.05422 }, + }, + { + zip_code: '42211', + usps_city: 'Cadiz', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 13064.0, + density: 18.0, + primary_coty_code: '21221', + primary_coty_name: 'Trigg', + county_weights: '{"21221": "100"}', + coty_name: ['Trigg'], + cty_code: ['21221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83899, lat: 36.82146 }, + }, + { + zip_code: '42262', + usps_city: 'Oak Grove', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8730.0, + density: 93.5, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "100"}', + coty_name: ['Christian'], + cty_code: ['21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44869, lat: 36.68155 }, + }, + { + zip_code: '42275', + usps_city: 'Roundhill', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 772.0, + density: 6.8, + primary_coty_code: '21031', + primary_coty_name: 'Butler', + county_weights: '{"21031": "62.97", "21061": "37.03"}', + coty_name: ['Butler', 'Edmonson'], + cty_code: ['21031', '21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.44738, lat: 37.22055 }, + }, + { + zip_code: '42728', + usps_city: 'Columbia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16656.0, + density: 20.1, + primary_coty_code: '21001', + primary_coty_name: 'Adair', + county_weights: '{"21001": "99.64", "21217": "0.36"}', + coty_name: ['Adair', 'Taylor'], + cty_code: ['21001', '21217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.28855, lat: 37.11094 }, + }, + { + zip_code: '43044', + usps_city: 'Mechanicsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4930.0, + density: 24.2, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "84.84", "39023": "12.79", "39097": "2.37"}', + coty_name: ['Champaign', 'Clark', 'Madison'], + cty_code: ['39021', '39023', '39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56425, lat: 40.05024 }, + }, + { + zip_code: '43128', + usps_city: 'Jeffersonville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2519.0, + density: 20.4, + primary_coty_code: '39047', + primary_coty_name: 'Fayette', + county_weights: '{"39047": "100"}', + coty_name: ['Fayette'], + cty_code: ['39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57754, lat: 39.66406 }, + }, + { + zip_code: '43227', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24518.0, + density: 2380.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.88937, lat: 39.94485 }, + }, + { + zip_code: '43235', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 43356.0, + density: 1240.6, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0524, lat: 40.10264 }, + }, + { + zip_code: '43331', + usps_city: 'Lakeview', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4446.0, + density: 55.3, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "95.52", "39011": "3.95", "39065": "0.54"}', + coty_name: ['Logan', 'Auglaize', 'Hardin'], + cty_code: ['39091', '39011', '39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91905, lat: 40.51767 }, + }, + { + zip_code: '43431', + usps_city: 'Gibsonburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4724.0, + density: 37.6, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "100"}', + coty_name: ['Sandusky'], + cty_code: ['39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33777, lat: 41.3899 }, + }, + { + zip_code: '43452', + usps_city: 'Port Clinton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13757.0, + density: 113.2, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96687, lat: 41.5151 }, + }, + { + zip_code: '43525', + usps_city: 'Haskins', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 402.7, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70444, lat: 41.46657 }, + }, + { + zip_code: '43623', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19819.0, + density: 1136.0, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65147, lat: 41.7041 }, + }, + { + zip_code: '43731', + usps_city: 'Crooksville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5437.0, + density: 41.3, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "84.25", "39115": "15.75"}', + coty_name: ['Perry', 'Morgan'], + cty_code: ['39127', '39115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06483, lat: 39.72716 }, + }, + { + zip_code: '43832', + usps_city: 'Newcomerstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7189.0, + density: 27.5, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "83.53", "39031": "13.75", "39059": "2.73"}', + coty_name: ['Tuscarawas', 'Coshocton', 'Guernsey'], + cty_code: ['39157', '39031', '39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58244, lat: 40.27482 }, + }, + { + zip_code: '43842', + usps_city: 'Trinway', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 336.0, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01275, lat: 40.13683 }, + }, + { + zip_code: '43920', + usps_city: 'East Liverpool', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22215.0, + density: 191.2, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5832, lat: 40.67851 }, + }, + { + zip_code: '43943', + usps_city: 'Rayland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2997.0, + density: 27.8, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "98.91", "39013": "1.09"}', + coty_name: ['Jefferson', 'Belmont'], + cty_code: ['39081', '39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72456, lat: 40.22297 }, + }, + { + zip_code: '44022', + usps_city: 'Chagrin Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16551.0, + density: 210.0, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "67.67", "39055": "32.33"}', + coty_name: ['Cuyahoga', 'Geauga'], + cty_code: ['39035', '39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40462, lat: 41.44809 }, + }, + { + zip_code: '44028', + usps_city: 'Columbia Station', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8938.0, + density: 104.0, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.939, lat: 41.31019 }, + }, + { + zip_code: '44090', + usps_city: 'Wellington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12096.0, + density: 44.9, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2296, lat: 41.16738 }, + }, + { + zip_code: '44104', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19814.0, + density: 1615.1, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62674, lat: 41.48222 }, + }, + { + zip_code: '44212', + usps_city: 'Brunswick', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 44625.0, + density: 795.7, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "100"}', + coty_name: ['Medina'], + cty_code: ['39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82951, lat: 41.24342 }, + }, + { + zip_code: '44333', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18769.0, + density: 260.0, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "99.8", "39103": "0.2"}', + coty_name: ['Summit', 'Medina'], + cty_code: ['39153', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63287, lat: 41.16193 }, + }, + { + zip_code: '44449', + usps_city: 'North Benton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1313.0, + density: 42.8, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "53.06", "39133": "46.94"}', + coty_name: ['Mahoning', 'Portage'], + cty_code: ['39099', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03356, lat: 40.98034 }, + }, + { + zip_code: '44483', + usps_city: 'Warren', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24862.0, + density: 527.1, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81576, lat: 41.26542 }, + }, + { + zip_code: '44491', + usps_city: 'West Farmington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3462.0, + density: 45.0, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "84.5", "39055": "14.74", "39133": "0.77"}', + coty_name: ['Trumbull', 'Geauga', 'Portage'], + cty_code: ['39155', '39055', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96429, lat: 41.37502 }, + }, + { + zip_code: '44676', + usps_city: 'Shreve', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5068.0, + density: 35.7, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "76.79", "39075": "23.21"}', + coty_name: ['Wayne', 'Holmes'], + cty_code: ['39169', '39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0354, lat: 40.6885 }, + }, + { + zip_code: '44851', + usps_city: 'New London', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4697.0, + density: 24.4, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "85.64", "39093": "8.61", "39005": "5.75"}', + coty_name: ['Huron', 'Lorain', 'Ashland'], + cty_code: ['39077', '39093', '39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40599, lat: 41.10396 }, + }, + { + zip_code: '45220', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14214.0, + density: 1914.8, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52071, lat: 39.14854 }, + }, + { + zip_code: '45320', + usps_city: 'Eaton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15163.0, + density: 43.7, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.68804, lat: 39.74915 }, + }, + { + zip_code: '45335', + usps_city: 'Jamestown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7033.0, + density: 32.0, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "97.18", "39027": "1.8", "39047": "1.02"}', + coty_name: ['Greene', 'Clinton', 'Fayette'], + cty_code: ['39057', '39027', '39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.73381, lat: 39.63032 }, + }, + { + zip_code: '45381', + usps_city: 'West Alexandria', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5318.0, + density: 40.0, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "96.06", "39113": "3.94"}', + coty_name: ['Preble', 'Montgomery'], + cty_code: ['39135', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52454, lat: 39.73152 }, + }, + { + zip_code: '45388', + usps_city: 'Yorkshire', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 946.0, + density: 20.9, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4819, lat: 40.32643 }, + }, + { + zip_code: '45420', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25179.0, + density: 1568.9, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13056, lat: 39.71954 }, + }, + { + zip_code: '45433', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2514.0, + density: 89.9, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "90.35", "39113": "9.65"}', + coty_name: ['Greene', 'Montgomery'], + cty_code: ['39057', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.05835, lat: 39.81256 }, + }, + { + zip_code: '45650', + usps_city: 'Lynx', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 11.7, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "100"}', + coty_name: ['Adams'], + cty_code: ['39001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42086, lat: 38.74441 }, + }, + { + zip_code: '45855', + usps_city: 'Latty', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 213.6, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "100"}', + coty_name: ['Paulding'], + cty_code: ['39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5841, lat: 41.08791 }, + }, + { + zip_code: '46013', + usps_city: 'Anderson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17136.0, + density: 306.0, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.67827, lat: 40.04912 }, + }, + { + zip_code: '46110', + usps_city: 'Boggstown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 15.5, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "100"}', + coty_name: ['Shelby'], + cty_code: ['18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.91627, lat: 39.56337 }, + }, + { + zip_code: '46118', + usps_city: 'Clayton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5068.0, + density: 35.9, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "98.34", "18109": "1.66"}', + coty_name: ['Hendricks', 'Morgan'], + cty_code: ['18063', '18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.52221, lat: 39.65377 }, + }, + { + zip_code: '46181', + usps_city: 'Trafalgar', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5286.0, + density: 45.5, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "85.97", "18013": "14.03"}', + coty_name: ['Johnson', 'Brown'], + cty_code: ['18081', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.16262, lat: 39.38059 }, + }, + { + zip_code: '46234', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26864.0, + density: 810.4, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "56.55", "18063": "43.45"}', + coty_name: ['Marion', 'Hendricks'], + cty_code: ['18097', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.32566, lat: 39.81252 }, + }, + { + zip_code: '46268', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25443.0, + density: 740.4, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "98.21", "18011": "1.79"}', + coty_name: ['Marion', 'Boone'], + cty_code: ['18097', '18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.23333, lat: 39.89937 }, + }, + { + zip_code: '46319', + usps_city: 'Griffith', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17513.0, + density: 729.0, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.42228, lat: 41.52585 }, + }, + { + zip_code: '46531', + usps_city: 'Grovertown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1579.0, + density: 28.5, + primary_coty_code: '18149', + primary_coty_name: 'Starke', + county_weights: '{"18149": "100"}', + coty_name: ['Starke'], + cty_code: ['18149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Knox', + geo_point_2d: { lon: -86.51481, lat: 41.35616 }, + }, + { + zip_code: '46532', + usps_city: 'Hamlet', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 11.2, + primary_coty_code: '18149', + primary_coty_name: 'Starke', + county_weights: '{"18149": "64.93", "18091": "35.07"}', + coty_name: ['Starke', 'LaPorte'], + cty_code: ['18149', '18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Knox', + geo_point_2d: { lon: -86.61872, lat: 41.41826 }, + }, + { + zip_code: '46555', + usps_city: 'North Webster', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2406.0, + density: 100.2, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.69044, lat: 41.32933 }, + }, + { + zip_code: '46590', + usps_city: 'Winona Lake', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4925.0, + density: 671.1, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.80893, lat: 41.21589 }, + }, + { + zip_code: '46595', + usps_city: 'Wyatt', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 225.1, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.16651, lat: 41.52632 }, + }, + { + zip_code: '46628', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26396.0, + density: 291.1, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.33639, lat: 41.72133 }, + }, + { + zip_code: '46710', + usps_city: 'Avilla', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4291.0, + density: 37.8, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "95.77", "18033": "4.23"}', + coty_name: ['Noble', 'DeKalb'], + cty_code: ['18113', '18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.25134, lat: 41.35057 }, + }, + { + zip_code: '46732', + usps_city: 'Cromwell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3244.0, + density: 55.2, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "60.56", "18085": "39.44"}', + coty_name: ['Noble', 'Kosciusko'], + cty_code: ['18113', '18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.62355, lat: 41.37886 }, + }, + { + zip_code: '46743', + usps_city: 'Harlan', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2050.0, + density: 35.3, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.85109, lat: 41.21539 }, + }, + { + zip_code: '46765', + usps_city: 'Leo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5568.0, + density: 165.9, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.04357, lat: 41.2336 }, + }, + { + zip_code: '46777', + usps_city: 'Ossian', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6493.0, + density: 45.3, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "98.34", "18001": "1.01", "18003": "0.66"}', + coty_name: ['Wells', 'Adams', 'Allen'], + cty_code: ['18179', '18001', '18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.15033, lat: 40.87229 }, + }, + { + zip_code: '46939', + usps_city: 'Kewanna', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1819.0, + density: 7.4, + primary_coty_code: '18049', + primary_coty_name: 'Fulton', + county_weights: '{"18049": "94.38", "18131": "5.62"}', + coty_name: ['Fulton', 'Pulaski'], + cty_code: ['18049', '18131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.4034, lat: 40.99219 }, + }, + { + zip_code: '46943', + usps_city: 'Laketon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 258.7, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "100"}', + coty_name: ['Wabash'], + cty_code: ['18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.84159, lat: 40.97357 }, + }, + { + zip_code: '47032', + usps_city: 'Moores Hill', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3116.0, + density: 34.4, + primary_coty_code: '18029', + primary_coty_name: 'Dearborn', + county_weights: '{"18029": "100"}', + coty_name: ['Dearborn'], + cty_code: ['18029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.04983, lat: 39.0808 }, + }, + { + zip_code: '47141', + usps_city: 'Marysville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1542.0, + density: 17.4, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.60943, lat: 38.55454 }, + }, + { + zip_code: '47201', + usps_city: 'Columbus', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 44831.0, + density: 84.7, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "97.12", "18013": "2.88"}', + coty_name: ['Bartholomew', 'Brown'], + cty_code: ['18005', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.9907, lat: 39.15768 }, + }, + { + zip_code: '47223', + usps_city: 'Butlerville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1024.0, + density: 6.8, + primary_coty_code: '18079', + primary_coty_name: 'Jennings', + county_weights: '{"18079": "100"}', + coty_name: ['Jennings'], + cty_code: ['18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.47891, lat: 39.04911 }, + }, + { + zip_code: '47337', + usps_city: 'Dunreith', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 288.8, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.43732, lat: 39.80245 }, + }, + { + zip_code: '47339', + usps_city: 'Economy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 497.0, + density: 14.5, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "100"}', + coty_name: ['Wayne'], + cty_code: ['18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.09496, lat: 39.96271 }, + }, + { + zip_code: '47564', + usps_city: 'Otwell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 12.8, + primary_coty_code: '18125', + primary_coty_name: 'Pike', + county_weights: '{"18125": "89.87", "18037": "10.13"}', + coty_name: ['Pike', 'Dubois'], + cty_code: ['18125', '18037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.09414, lat: 38.48247 }, + }, + { + zip_code: '47577', + usps_city: 'Saint Meinrad', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 18.5, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "88.54", "18123": "11.46"}', + coty_name: ['Spencer', 'Perry'], + cty_code: ['18147', '18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80675, lat: 38.15219 }, + }, + { + zip_code: '47648', + usps_city: 'Fort Branch', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4219.0, + density: 30.4, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55152, lat: 38.24636 }, + }, + { + zip_code: '47649', + usps_city: 'Francisco', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 13.5, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44734, lat: 38.35216 }, + }, + { + zip_code: '47803', + usps_city: 'Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20939.0, + density: 236.6, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.30749, lat: 39.46452 }, + }, + { + zip_code: '47807', + usps_city: 'Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11886.0, + density: 1223.5, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.40277, lat: 39.47061 }, + }, + { + zip_code: '47848', + usps_city: 'Dugger', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1616.0, + density: 37.0, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "92.43", "18055": "7.57"}', + coty_name: ['Sullivan', 'Greene'], + cty_code: ['18153', '18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.26313, lat: 39.03865 }, + }, + { + zip_code: '47920', + usps_city: 'Battle Ground', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2260.0, + density: 30.7, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "86", "18181": "10.56", "18015": "3.44"}', + coty_name: ['Tippecanoe', 'White', 'Carroll'], + cty_code: ['18157', '18181', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.82359, lat: 40.54758 }, + }, + { + zip_code: '47944', + usps_city: 'Fowler', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3402.0, + density: 7.1, + primary_coty_code: '18007', + primary_coty_name: 'Benton', + county_weights: '{"18007": "100"}', + coty_name: ['Benton'], + cty_code: ['18007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.33031, lat: 40.61422 }, + }, + { + zip_code: '47995', + usps_city: 'Wolcott', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1670.0, + density: 7.8, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "98.22", "18073": "1.78"}', + coty_name: ['White', 'Jasper'], + cty_code: ['18181', '18073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.03248, lat: 40.76381 }, + }, + { + zip_code: '48066', + usps_city: 'Roseville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 47507.0, + density: 1860.7, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.93697, lat: 42.50734 }, + }, + { + zip_code: '48103', + usps_city: 'Ann Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 55118.0, + density: 327.0, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.84325, lat: 42.25991 }, + }, + { + zip_code: '48131', + usps_city: 'Dundee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7060.0, + density: 54.4, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.67235, lat: 41.96572 }, + }, + { + zip_code: '48174', + usps_city: 'Romulus', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31633.0, + density: 297.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.35402, lat: 42.20857 }, + }, + { + zip_code: '48348', + usps_city: 'Clarkston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24605.0, + density: 286.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.40128, lat: 42.76696 }, + }, + { + zip_code: '48441', + usps_city: 'Harbor Beach', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4041.0, + density: 15.4, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "98.87", "26151": "1.13"}', + coty_name: ['Huron', 'Sanilac'], + cty_code: ['26063', '26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.71738, lat: 43.8062 }, + }, + { + zip_code: '48615', + usps_city: 'Breckenridge', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2729.0, + density: 18.3, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "71.81", "26111": "28.19"}', + coty_name: ['Gratiot', 'Midland'], + cty_code: ['26057', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.47145, lat: 43.42948 }, + }, + { + zip_code: '48738', + usps_city: 'Greenbush', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1085.0, + density: 38.5, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "91.1", "26069": "8.9"}', + coty_name: ['Alcona', 'Iosco'], + cty_code: ['26001', '26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.33286, lat: 44.55187 }, + }, + { + zip_code: '48768', + usps_city: 'Vassar', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9697.0, + density: 35.7, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "100"}', + coty_name: ['Tuscola'], + cty_code: ['26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.57789, lat: 43.37136 }, + }, + { + zip_code: '48801', + usps_city: 'Alma', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12691.0, + density: 68.6, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.67974, lat: 43.3777 }, + }, + { + zip_code: '48807', + usps_city: 'Bannister', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 853.0, + density: 11.8, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "70.09", "26145": "29.91"}', + coty_name: ['Gratiot', 'Saginaw'], + cty_code: ['26057', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.40478, lat: 43.15305 }, + }, + { + zip_code: '48851', + usps_city: 'Lyons', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2161.0, + density: 26.8, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "100"}', + coty_name: ['Ionia'], + cty_code: ['26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.93978, lat: 42.95567 }, + }, + { + zip_code: '48915', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10740.0, + density: 2285.7, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.57099, lat: 42.7382 }, + }, + { + zip_code: '49065', + usps_city: 'Lawton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6290.0, + density: 55.9, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.84016, lat: 42.13619 }, + }, + { + zip_code: '49115', + usps_city: 'Harbert', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 132.4, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.62929, lat: 41.87229 }, + }, + { + zip_code: '49201', + usps_city: 'Jackson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 45222.0, + density: 114.3, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.38151, lat: 42.24977 }, + }, + { + zip_code: '49247', + usps_city: 'Hudson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5690.0, + density: 25.7, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "75.68", "26059": "24.32"}', + coty_name: ['Lenawee', 'Hillsdale'], + cty_code: ['26091', '26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.34247, lat: 41.84785 }, + }, + { + zip_code: '49263', + usps_city: 'Norvell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 249.4, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.18477, lat: 42.15943 }, + }, + { + zip_code: '49305', + usps_city: 'Barryton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2134.0, + density: 17.9, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "96.38", "26073": "3.62"}', + coty_name: ['Mecosta', 'Isabella'], + cty_code: ['26107', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.1497, lat: 43.75075 }, + }, + { + zip_code: '49402', + usps_city: 'Branch', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1269.0, + density: 4.0, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "64.06", "26085": "29.71", "26127": "6.23"}', + coty_name: ['Mason', 'Lake', 'Oceana'], + cty_code: ['26105', '26085', '26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.03456, lat: 43.93322 }, + }, + { + zip_code: '49454', + usps_city: 'Scottville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4796.0, + density: 25.3, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "100"}', + coty_name: ['Mason'], + cty_code: ['26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.28808, lat: 43.95136 }, + }, + { + zip_code: '49455', + usps_city: 'Shelby', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4831.0, + density: 22.4, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "100"}', + coty_name: ['Oceana'], + cty_code: ['26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.3663, lat: 43.60957 }, + }, + { + zip_code: '49630', + usps_city: 'Empire', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1474.0, + density: 12.6, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "97.76", "26019": "2.24"}', + coty_name: ['Leelanau', 'Benzie'], + cty_code: ['26089', '26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.99273, lat: 44.81378 }, + }, + { + zip_code: '49644', + usps_city: 'Irons', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 7.2, + primary_coty_code: '26085', + primary_coty_name: 'Lake', + county_weights: '{"26085": "94.05", "26101": "5.85", "26105": "0.1"}', + coty_name: ['Lake', 'Manistee', 'Mason'], + cty_code: ['26085', '26101', '26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.92203, lat: 44.10623 }, + }, + { + zip_code: '49649', + usps_city: 'Kingsley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7101.0, + density: 26.4, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "97.88", "26165": "2.12"}', + coty_name: ['Grand Traverse', 'Wexford'], + cty_code: ['26055', '26165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.53483, lat: 44.56775 }, + }, + { + zip_code: '49684', + usps_city: 'Traverse City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 40681.0, + density: 155.9, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "83.97", "26089": "15.07", "26019": "0.95"}', + coty_name: ['Grand Traverse', 'Leelanau', 'Benzie'], + cty_code: ['26055', '26089', '26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.70845, lat: 44.75802 }, + }, + { + zip_code: '49721', + usps_city: 'Cheboygan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14164.0, + density: 21.1, + primary_coty_code: '26031', + primary_coty_name: 'Cheboygan', + county_weights: '{"26031": "100"}', + coty_name: ['Cheboygan'], + cty_code: ['26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.45895, lat: 45.57899 }, + }, + { + zip_code: '49757', + usps_city: 'Mackinac Island', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1072.0, + density: 95.1, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.62533, lat: 45.85933 }, + }, + { + zip_code: '49764', + usps_city: 'Oden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 2355.1, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "100"}', + coty_name: ['Emmet'], + cty_code: ['26047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.82766, lat: 45.42431 }, + }, + { + zip_code: '49796', + usps_city: 'Walloon Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 53.9, + primary_coty_code: '26029', + primary_coty_name: 'Charlevoix', + county_weights: '{"26029": "100"}', + coty_name: ['Charlevoix'], + cty_code: ['26029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.94535, lat: 45.26286 }, + }, + { + zip_code: '49878', + usps_city: 'Rapid River', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3344.0, + density: 2.8, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "98.69", "26003": "1.31"}', + coty_name: ['Delta', 'Alger'], + cty_code: ['26041', '26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.85514, lat: 45.95738 }, + }, + { + zip_code: '49883', + usps_city: 'Seney', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.2, + primary_coty_code: '26153', + primary_coty_name: 'Schoolcraft', + county_weights: '{"26153": "83.44", "26003": "16.56"}', + coty_name: ['Schoolcraft', 'Alger'], + cty_code: ['26153', '26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.01333, lat: 46.43518 }, + }, + { + zip_code: '49929', + usps_city: 'Greenland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 5.0, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.10725, lat: 46.79434 }, + }, + { + zip_code: '49952', + usps_city: 'Nisula', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 0.7, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "98.6", "26131": "1.4"}', + coty_name: ['Houghton', 'Ontonagon'], + cty_code: ['26061', '26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.78883, lat: 46.69708 }, + }, + { + zip_code: '49955', + usps_city: 'Painesdale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 13.2, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.70782, lat: 47.00441 }, + }, + { + zip_code: '50025', + usps_city: 'Audubon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3064.0, + density: 6.0, + primary_coty_code: '19009', + primary_coty_name: 'Audubon', + county_weights: '{"19009": "100"}', + coty_name: ['Audubon'], + cty_code: ['19009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92352, lat: 41.75791 }, + }, + { + zip_code: '50032', + usps_city: 'Berwick', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 368.4, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54247, lat: 41.66644 }, + }, + { + zip_code: '50068', + usps_city: 'Derby', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 3.2, + primary_coty_code: '19117', + primary_coty_name: 'Lucas', + county_weights: '{"19117": "90.71", "19185": "9.29"}', + coty_name: ['Lucas', 'Wayne'], + cty_code: ['19117', '19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.46973, lat: 40.94509 }, + }, + { + zip_code: '50106', + usps_city: 'Gilman', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 852.0, + density: 5.0, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: + '{"19127": "82.58", "19099": "9.34", "19171": "6.54", "19157": "1.54"}', + coty_name: ['Marshall', 'Jasper', 'Tama', 'Poweshiek'], + cty_code: ['19127', '19099', '19171', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.8135, lat: 41.88171 }, + }, + { + zip_code: '50150', + usps_city: 'Lovilia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 6.6, + primary_coty_code: '19135', + primary_coty_name: 'Monroe', + county_weights: '{"19135": "100"}', + coty_name: ['Monroe'], + cty_code: ['19135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96932, lat: 41.12767 }, + }, + { + zip_code: '50236', + usps_city: 'Roland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 18.5, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48318, lat: 42.16802 }, + }, + { + zip_code: '50469', + usps_city: 'Rockwell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1465.0, + density: 6.4, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "100"}', + coty_name: ['Cerro Gordo'], + cty_code: ['19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19417, lat: 42.99874 }, + }, + { + zip_code: '50482', + usps_city: 'Ventura', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 868.0, + density: 11.6, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "95.74", "19081": "4.26"}', + coty_name: ['Cerro Gordo', 'Hancock'], + cty_code: ['19033', '19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.47867, lat: 43.11573 }, + }, + { + zip_code: '50599', + usps_city: 'Woolstock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 2.8, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "92.11", "19079": "7.89"}', + coty_name: ['Wright', 'Hamilton'], + cty_code: ['19197', '19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81385, lat: 42.57894 }, + }, + { + zip_code: '50660', + usps_city: 'New Hartford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 13.3, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "90.1", "19075": "9.9"}', + coty_name: ['Butler', 'Grundy'], + cty_code: ['19023', '19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6327, lat: 42.58307 }, + }, + { + zip_code: '50682', + usps_city: 'Winthrop', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1897.0, + density: 8.6, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "100"}', + coty_name: ['Buchanan'], + cty_code: ['19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69678, lat: 42.45328 }, + }, + { + zip_code: '50701', + usps_city: 'Waterloo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 30817.0, + density: 145.8, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34144, lat: 42.41584 }, + }, + { + zip_code: '50857', + usps_city: 'Nodaway', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 1.4, + primary_coty_code: '19003', + primary_coty_name: 'Adams', + county_weights: '{"19003": "88.6", "19173": "11.4"}', + coty_name: ['Adams', 'Taylor'], + cty_code: ['19003', '19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87875, lat: 40.94349 }, + }, + { + zip_code: '51024', + usps_city: 'Hinton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 8.1, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "100"}', + coty_name: ['Plymouth'], + cty_code: ['19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.2666, lat: 42.6184 }, + }, + { + zip_code: '51063', + usps_city: 'Whiting', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1066.0, + density: 6.7, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "100"}', + coty_name: ['Monona'], + cty_code: ['19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17462, lat: 42.14724 }, + }, + { + zip_code: '51454', + usps_city: 'Manilla', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1534.0, + density: 5.9, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "81.87", "19165": "18.13"}', + coty_name: ['Crawford', 'Shelby'], + cty_code: ['19047', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20712, lat: 41.87381 }, + }, + { + zip_code: '51455', + usps_city: 'Manning', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2296.0, + density: 8.0, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: + '{"19027": "83.82", "19047": "10.32", "19009": "5.38", "19165": "0.48"}', + coty_name: ['Carroll', 'Crawford', 'Audubon', 'Shelby'], + cty_code: ['19027', '19047', '19009', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05564, lat: 41.91142 }, + }, + { + zip_code: '51501', + usps_city: 'Council Bluffs', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 35426.0, + density: 566.6, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.87858, lat: 41.22798 }, + }, + { + zip_code: '52038', + usps_city: 'Dundee', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 8.4, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "100"}', + coty_name: ['Delaware'], + cty_code: ['19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55823, lat: 42.58561 }, + }, + { + zip_code: '52133', + usps_city: 'Castalia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 6.6, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "85.84", "19065": "14.16"}', + coty_name: ['Winneshiek', 'Fayette'], + cty_code: ['19191', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66625, lat: 43.10742 }, + }, + { + zip_code: '52151', + usps_city: 'Lansing', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1849.0, + density: 5.9, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: '{"19005": "100"}', + coty_name: ['Allamakee'], + cty_code: ['19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27788, lat: 43.3439 }, + }, + { + zip_code: '52161', + usps_city: 'Ossian', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1317.0, + density: 9.4, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "94.68", "19065": "5.32"}', + coty_name: ['Winneshiek', 'Fayette'], + cty_code: ['19191', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75713, lat: 43.12957 }, + }, + { + zip_code: '52164', + usps_city: 'Randalia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 5.1, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89511, lat: 42.8502 }, + }, + { + zip_code: '52235', + usps_city: 'Hills', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 150.6, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53201, lat: 41.57221 }, + }, + { + zip_code: '52309', + usps_city: 'Monmouth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 6.2, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "80.86", "19105": "19.14"}', + coty_name: ['Jackson', 'Jones'], + cty_code: ['19097', '19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.88873, lat: 42.12354 }, + }, + { + zip_code: '52318', + usps_city: 'Norway', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 859.0, + density: 9.0, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "90.03", "19095": "9.97"}', + coty_name: ['Benton', 'Iowa'], + cty_code: ['19011', '19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89274, lat: 41.88927 }, + }, + { + zip_code: '52345', + usps_city: 'Urbana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 179.5, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89197, lat: 42.23413 }, + }, + { + zip_code: '52566', + usps_city: 'Kirkville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 73.9, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: '{"19179": "100"}', + coty_name: ['Wapello'], + cty_code: ['19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50257, lat: 41.14796 }, + }, + { + zip_code: '52730', + usps_city: 'Camanche', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5076.0, + density: 53.6, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3433, lat: 41.77257 }, + }, + { + zip_code: '52806', + usps_city: 'Davenport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 28288.0, + density: 356.0, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6259, lat: 41.58968 }, + }, + { + zip_code: '53013', + usps_city: 'Cedar Grove', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3326.0, + density: 44.4, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "90.6", "55089": "9.4"}', + coty_name: ['Sheboygan', 'Ozaukee'], + cty_code: ['55117', '55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85218, lat: 43.56705 }, + }, + { + zip_code: '53015', + usps_city: 'Cleveland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2661.0, + density: 25.9, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "84.06", "55117": "15.94"}', + coty_name: ['Manitowoc', 'Sheboygan'], + cty_code: ['55071', '55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7918, lat: 43.90617 }, + }, + { + zip_code: '53027', + usps_city: 'Hartford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 23279.0, + density: 97.4, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "97.45", "55027": "2.55"}', + coty_name: ['Washington', 'Dodge'], + cty_code: ['55131', '55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37298, lat: 43.31795 }, + }, + { + zip_code: '53036', + usps_city: 'Ixonia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2994.0, + density: 43.1, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "86.76", "55027": "11.65", "55133": "1.58"}', + coty_name: ['Jefferson', 'Dodge', 'Waukesha'], + cty_code: ['55055', '55027', '55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57682, lat: 43.17006 }, + }, + { + zip_code: '53186', + usps_city: 'Waukesha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 33065.0, + density: 1015.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20311, lat: 43.02337 }, + }, + { + zip_code: '53517', + usps_city: 'Blue Mounds', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1925.0, + density: 16.8, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "81.96", "55049": "18.04"}', + coty_name: ['Dane', 'Iowa'], + cty_code: ['55025', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8317, lat: 43.03593 }, + }, + { + zip_code: '53528', + usps_city: 'Cross Plains', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6258.0, + density: 51.7, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63877, lat: 43.11866 }, + }, + { + zip_code: '53561', + usps_city: 'Merrimac', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1970.0, + density: 21.1, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "84.3", "55021": "15.7"}', + coty_name: ['Sauk', 'Columbia'], + cty_code: ['55111', '55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64159, lat: 43.39963 }, + }, + { + zip_code: '53569', + usps_city: 'Montfort', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 11.1, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "75.5", "55049": "24.5"}', + coty_name: ['Grant', 'Iowa'], + cty_code: ['55043', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43311, lat: 42.98163 }, + }, + { + zip_code: '53820', + usps_city: 'Potosi', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2235.0, + density: 9.6, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.71111, lat: 42.69557 }, + }, + { + zip_code: '53923', + usps_city: 'Cambria', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2139.0, + density: 10.7, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "88.85", "55047": "11.15"}', + coty_name: ['Columbia', 'Green Lake'], + cty_code: ['55021', '55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.13717, lat: 43.57359 }, + }, + { + zip_code: '54007', + usps_city: 'Deer Park', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1020.0, + density: 8.3, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "73.99", "55095": "26.01"}', + coty_name: ['St. Croix', 'Polk'], + cty_code: ['55109', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.35803, lat: 45.18829 }, + }, + { + zip_code: '54113', + usps_city: 'Combined Locks', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3577.0, + density: 802.8, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30647, lat: 44.26422 }, + }, + { + zip_code: '54129', + usps_city: 'Hilbert', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3047.0, + density: 16.2, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "100"}', + coty_name: ['Calumet'], + cty_code: ['55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20044, lat: 44.13195 }, + }, + { + zip_code: '54153', + usps_city: 'Oconto', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7054.0, + density: 27.0, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100"}', + coty_name: ['Oconto'], + cty_code: ['55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92149, lat: 44.90181 }, + }, + { + zip_code: '54157', + usps_city: 'Peshtigo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5843.0, + density: 25.4, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "99.87", "55083": "0.13"}', + coty_name: ['Marinette', 'Oconto'], + cty_code: ['55075', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81165, lat: 45.04905 }, + }, + { + zip_code: '54210', + usps_city: 'Ellison Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 758.0, + density: 11.0, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.0356, lat: 45.25343 }, + }, + { + zip_code: '54216', + usps_city: 'Kewaunee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6246.0, + density: 22.3, + primary_coty_code: '55061', + primary_coty_name: 'Kewaunee', + county_weights: '{"55061": "100"}', + coty_name: ['Kewaunee'], + cty_code: ['55061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.58065, lat: 44.43696 }, + }, + { + zip_code: '54417', + usps_city: 'Brokaw', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 48.3, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65176, lat: 45.0255 }, + }, + { + zip_code: '54452', + usps_city: 'Merrill', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18407.0, + density: 16.1, + primary_coty_code: '55069', + primary_coty_name: 'Lincoln', + county_weights: '{"55069": "92.21", "55073": "7.79"}', + coty_name: ['Lincoln', 'Marathon'], + cty_code: ['55069', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76838, lat: 45.20989 }, + }, + { + zip_code: '54481', + usps_city: 'Stevens Point', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 28614.0, + density: 173.2, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63778, lat: 44.51577 }, + }, + { + zip_code: '54488', + usps_city: 'Unity', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 11.7, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "55.55", "55073": "44.45"}', + coty_name: ['Clark', 'Marathon'], + cty_code: ['55019', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3324, lat: 44.84315 }, + }, + { + zip_code: '54489', + usps_city: 'Vesper', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1660.0, + density: 14.5, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "100"}', + coty_name: ['Wood'], + cty_code: ['55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99994, lat: 44.45927 }, + }, + { + zip_code: '54565', + usps_city: 'Upson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 0.1, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "100"}', + coty_name: ['Iron'], + cty_code: ['55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.44842, lat: 46.30136 }, + }, + { + zip_code: '54638', + usps_city: 'Kendall', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1680.0, + density: 11.7, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "92.4", "55123": "5.72", "55057": "1.88"}', + coty_name: ['Monroe', 'Vernon', 'Juneau'], + cty_code: ['55081', '55123', '55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38606, lat: 43.79595 }, + }, + { + zip_code: '54723', + usps_city: 'Bay City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 14.3, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.43235, lat: 44.60881 }, + }, + { + zip_code: '54767', + usps_city: 'Spring Valley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3604.0, + density: 16.6, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "93.57", "55109": "5.87", "55033": "0.56"}', + coty_name: ['Pierce', 'St. Croix', 'Dunn'], + cty_code: ['55093', '55109', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26147, lat: 44.82855 }, + }, + { + zip_code: '54835', + usps_city: 'Exeland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 872.0, + density: 2.4, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "87.43", "55107": "12.57"}', + coty_name: ['Sawyer', 'Rusk'], + cty_code: ['55113', '55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24127, lat: 45.67993 }, + }, + { + zip_code: '54857', + usps_city: 'Mikana', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 80.8, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "100"}', + coty_name: ['Barron'], + cty_code: ['55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60317, lat: 45.59493 }, + }, + { + zip_code: '54914', + usps_city: 'Appleton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 30890.0, + density: 669.8, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "97.87", "55139": "2.13"}', + coty_name: ['Outagamie', 'Winnebago'], + cty_code: ['55087', '55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.47529, lat: 44.26384 }, + }, + { + zip_code: '54960', + usps_city: 'Neshkoro', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2493.0, + density: 9.2, + primary_coty_code: '55077', + primary_coty_name: 'Marquette', + county_weights: '{"55077": "57.21", "55137": "37.54", "55047": "5.25"}', + coty_name: ['Marquette', 'Waushara', 'Green Lake'], + cty_code: ['55077', '55137', '55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22337, lat: 43.94703 }, + }, + { + zip_code: '55088', + usps_city: 'Webster', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1772.0, + density: 19.6, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "66.9", "27139": "33.1"}', + coty_name: ['Rice', 'Scott'], + cty_code: ['27131', '27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38698, lat: 44.53088 }, + }, + { + zip_code: '55305', + usps_city: 'Hopkins', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21406.0, + density: 888.4, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43235, lat: 44.95479 }, + }, + { + zip_code: '55359', + usps_city: 'Maple Plain', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6256.0, + density: 57.6, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70126, lat: 45.00502 }, + }, + { + zip_code: '55435', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 13965.0, + density: 1824.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33471, lat: 44.87352 }, + }, + { + zip_code: '55449', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28165.0, + density: 503.7, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100", "27123": "0"}', + coty_name: ['Anoka', 'Ramsey'], + cty_code: ['27003', '27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19461, lat: 45.17278 }, + }, + { + zip_code: '55607', + usps_city: 'Isabella', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 0.2, + primary_coty_code: '27075', + primary_coty_name: 'Lake', + county_weights: '{"27075": "100"}', + coty_name: ['Lake'], + cty_code: ['27075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51817, lat: 47.62179 }, + }, + { + zip_code: '55724', + usps_city: 'Cotton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 669.0, + density: 1.1, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36188, lat: 47.17903 }, + }, + { + zip_code: '55736', + usps_city: 'Floodwood', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1347.0, + density: 1.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "95.35", "27061": "4.65"}', + coty_name: ['St. Louis', 'Itasca'], + cty_code: ['27137', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.93793, lat: 46.96363 }, + }, + { + zip_code: '55751', + usps_city: 'Iron', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1638.0, + density: 10.3, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66106, lat: 47.39855 }, + }, + { + zip_code: '55939', + usps_city: 'Harmony', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1973.0, + density: 9.4, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "100"}', + coty_name: ['Fillmore'], + cty_code: ['27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09167, lat: 43.54334 }, + }, + { + zip_code: '55944', + usps_city: 'Kasson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7324.0, + density: 48.5, + primary_coty_code: '27039', + primary_coty_name: 'Dodge', + county_weights: '{"27039": "99.34", "27109": "0.66"}', + coty_name: ['Dodge', 'Olmsted'], + cty_code: ['27039', '27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73786, lat: 43.98769 }, + }, + { + zip_code: '55961', + usps_city: 'Ostrander', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 5.4, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "75.84", "27099": "24.16"}', + coty_name: ['Fillmore', 'Mower'], + cty_code: ['27045', '27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47377, lat: 43.60842 }, + }, + { + zip_code: '55962', + usps_city: 'Peterson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 4.7, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "96.59", "27169": "3.41"}', + coty_name: ['Fillmore', 'Winona'], + cty_code: ['27045', '27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.84183, lat: 43.76172 }, + }, + { + zip_code: '56021', + usps_city: 'Courtland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1088.0, + density: 11.7, + primary_coty_code: '27103', + primary_coty_name: 'Nicollet', + county_weights: '{"27103": "100"}', + coty_name: ['Nicollet'], + cty_code: ['27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31379, lat: 44.28391 }, + }, + { + zip_code: '56024', + usps_city: 'Eagle Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3311.0, + density: 64.4, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.84783, lat: 44.15134 }, + }, + { + zip_code: '56082', + usps_city: 'Saint Peter', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14475.0, + density: 45.1, + primary_coty_code: '27103', + primary_coty_name: 'Nicollet', + county_weights: '{"27103": "94.37", "27079": "5.63"}', + coty_name: ['Nicollet', 'Le Sueur'], + cty_code: ['27103', '27079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03246, lat: 44.35226 }, + }, + { + zip_code: '56097', + usps_city: 'Wells', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3692.0, + density: 7.7, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "93.65", "27047": "4.85", "27161": "1.51"}', + coty_name: ['Faribault', 'Freeborn', 'Waseca'], + cty_code: ['27043', '27047', '27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71629, lat: 43.72404 }, + }, + { + zip_code: '56289', + usps_city: 'Sunburg', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 5.0, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "90.06", "27151": "9.94"}', + coty_name: ['Kandiyohi', 'Swift'], + cty_code: ['27067', '27151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22657, lat: 45.33175 }, + }, + { + zip_code: '56318', + usps_city: 'Burtrum', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1048.0, + density: 10.1, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "63.33", "27097": "36.67"}', + coty_name: ['Todd', 'Morrison'], + cty_code: ['27153', '27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.67228, lat: 45.85441 }, + }, + { + zip_code: '56320', + usps_city: 'Cold Spring', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8471.0, + density: 61.1, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41873, lat: 45.4648 }, + }, + { + zip_code: '56326', + usps_city: 'Evansville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 6.0, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "94.82", "27111": "5.18"}', + coty_name: ['Douglas', 'Otter Tail'], + cty_code: ['27041', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68728, lat: 46.02287 }, + }, + { + zip_code: '56386', + usps_city: 'Wahkon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 13.0, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "100"}', + coty_name: ['Mille Lacs'], + cty_code: ['27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52019, lat: 46.11173 }, + }, + { + zip_code: '56467', + usps_city: 'Nevis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2517.0, + density: 8.0, + primary_coty_code: '27057', + primary_coty_name: 'Hubbard', + county_weights: '{"27057": "100"}', + coty_name: ['Hubbard'], + cty_code: ['27057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84325, lat: 46.97944 }, + }, + { + zip_code: '56475', + usps_city: 'Randall', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 9.0, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "100"}', + coty_name: ['Morrison'], + cty_code: ['27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54153, lat: 46.08319 }, + }, + { + zip_code: '56511', + usps_city: 'Audubon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 11.6, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00127, lat: 46.86146 }, + }, + { + zip_code: '56588', + usps_city: 'Vining', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 3.3, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50605, lat: 46.21949 }, + }, + { + zip_code: '56651', + usps_city: 'Lengby', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 3.8, + primary_coty_code: '27087', + primary_coty_name: 'Mahnomen', + county_weights: '{"27087": "51.86", "27119": "48.14"}', + coty_name: ['Mahnomen', 'Polk'], + cty_code: ['27087', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62106, lat: 47.43874 }, + }, + { + zip_code: '56669', + usps_city: 'Kabetogama', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 0.5, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "62.93", "27137": "37.07"}', + coty_name: ['Koochiching', 'St. Louis'], + cty_code: ['27071', '27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19277, lat: 48.40816 }, + }, + { + zip_code: '56673', + usps_city: 'Roosevelt', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 2.4, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "62.52", "27077": "37.48"}', + coty_name: ['Roseau', 'Lake of the Woods'], + cty_code: ['27135', '27077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.1119, lat: 48.82786 }, + }, + { + zip_code: '56676', + usps_city: 'Shevlin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1640.0, + density: 3.1, + primary_coty_code: '27029', + primary_coty_name: 'Clearwater', + county_weights: '{"27029": "62.54", "27007": "37.46"}', + coty_name: ['Clearwater', 'Beltrami'], + cty_code: ['27029', '27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19276, lat: 47.53466 }, + }, + { + zip_code: '56683', + usps_city: 'Tenstrike', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 854.0, + density: 5.3, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.75213, lat: 47.71829 }, + }, + { + zip_code: '56728', + usps_city: 'Hallock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1493.0, + density: 3.0, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99731, lat: 48.79182 }, + }, + { + zip_code: '57076', + usps_city: 'Winfred', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 1.3, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "57.58", "46097": "42.42"}', + coty_name: ['Lake', 'Miner'], + cty_code: ['46079', '46097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35973, lat: 43.99297 }, + }, + { + zip_code: '57218', + usps_city: 'Brandt', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 360.0, + density: 2.0, + primary_coty_code: '46039', + primary_coty_name: 'Deuel', + county_weights: '{"46039": "100"}', + coty_name: ['Deuel'], + cty_code: ['46039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.59183, lat: 44.65767 }, + }, + { + zip_code: '57261', + usps_city: 'Roslyn', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 2.3, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "100"}', + coty_name: ['Day'], + cty_code: ['46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49161, lat: 45.54059 }, + }, + { + zip_code: '57321', + usps_city: 'Canova', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 1.4, + primary_coty_code: '46097', + primary_coty_name: 'Miner', + county_weights: '{"46097": "79.38", "46087": "10.82", "46061": "9.79"}', + coty_name: ['Miner', 'McCook', 'Hanson'], + cty_code: ['46097', '46087', '46061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55062, lat: 43.87233 }, + }, + { + zip_code: '57369', + usps_city: 'Platte', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2411.0, + density: 2.1, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "87.7", "46015": "11.26", "46043": "1.04"}', + coty_name: ['Charles Mix', 'Brule', 'Douglas'], + cty_code: ['46023', '46015', '46043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.9479, lat: 43.42504 }, + }, + { + zip_code: '57374', + usps_city: 'Spencer', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 2.1, + primary_coty_code: '46087', + primary_coty_name: 'McCook', + county_weights: '{"46087": "74.34", "46061": "25.66"}', + coty_name: ['McCook', 'Hanson'], + cty_code: ['46087', '46061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60163, lat: 43.75613 }, + }, + { + zip_code: '57424', + usps_city: 'Ashton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 0.5, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "95.88", "46049": "4.12"}', + coty_name: ['Spink', 'Faulk'], + cty_code: ['46115', '46049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.53829, lat: 45.01655 }, + }, + { + zip_code: '57448', + usps_city: 'Hosmer', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 1.1, + primary_coty_code: '46045', + primary_coty_name: 'Edmunds', + county_weights: '{"46045": "80.46", "46089": "19.54"}', + coty_name: ['Edmunds', 'McPherson'], + cty_code: ['46045', '46089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.40674, lat: 45.61283 }, + }, + { + zip_code: '57456', + usps_city: 'Leola', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 818.0, + density: 0.8, + primary_coty_code: '46089', + primary_coty_name: 'McPherson', + county_weights: '{"46089": "89.79", "46045": "10.21"}', + coty_name: ['McPherson', 'Edmunds'], + cty_code: ['46089', '46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98196, lat: 45.73712 }, + }, + { + zip_code: '57481', + usps_city: 'Westport', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 0.8, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "62.37", "46089": "34.11", "46045": "3.51"}', + coty_name: ['Brown', 'McPherson', 'Edmunds'], + cty_code: ['46013', '46089', '46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66769, lat: 45.65042 }, + }, + { + zip_code: '57547', + usps_city: 'Long Valley', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 0.2, + primary_coty_code: '46071', + primary_coty_name: 'Jackson', + county_weights: '{"46071": "100"}', + coty_name: ['Jackson'], + cty_code: ['46071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.42936, lat: 43.47547 }, + }, + { + zip_code: '57641', + usps_city: 'McIntosh', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 0.4, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "92.2", "38085": "7.8"}', + coty_name: ['Corson', 'Sioux'], + cty_code: ['46031', '38085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.32176, lat: 45.87398 }, + }, + { + zip_code: '57645', + usps_city: 'Morristown', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 0.2, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "58.53", "38085": "23.5", "38037": "17.97"}', + coty_name: ['Corson', 'Sioux', 'Grant'], + cty_code: ['46031', '38085', '38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.74271, lat: 45.98433 }, + }, + { + zip_code: '57732', + usps_city: 'Deadwood', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2189.0, + density: 7.3, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "100"}', + coty_name: ['Lawrence'], + cty_code: ['46081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.65397, lat: 44.24611 }, + }, + { + zip_code: '57788', + usps_city: 'Vale', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 0.8, + primary_coty_code: '46019', + primary_coty_name: 'Butte', + county_weights: '{"46019": "65.15", "46093": "34.85"}', + coty_name: ['Butte', 'Meade'], + cty_code: ['46019', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.19406, lat: 44.6297 }, + }, + { + zip_code: '58047', + usps_city: 'Horace', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4163.0, + density: 23.0, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "99.66", "38077": "0.34"}', + coty_name: ['Cass', 'Richland'], + cty_code: ['38017', '38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.88025, lat: 46.71743 }, + }, + { + zip_code: '751', + usps_city: 'Salinas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 20677.0, + density: 169.9, + primary_coty_code: '72123', + primary_coty_name: 'Salinas', + county_weights: '{"72123": "100"}', + coty_name: ['Salinas'], + cty_code: ['72123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.24751, lat: 18.01021 }, + }, + { + zip_code: '786', + usps_city: 'La Plata', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 360.0, + density: 540.3, + primary_coty_code: '72009', + primary_coty_name: 'Aibonito', + county_weights: '{"72009": "100"}', + coty_name: ['Aibonito'], + cty_code: ['72009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.22992, lat: 18.15536 }, + }, + { + zip_code: '1003', + usps_city: 'Amherst', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11357.0, + density: 6164.3, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52479, lat: 42.39192 }, + }, + { + zip_code: '1050', + usps_city: 'Huntington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2438.0, + density: 24.6, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "86.17", "25013": "13.83"}', + coty_name: ['Hampshire', 'Hampden'], + cty_code: ['25015', '25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86986, lat: 42.28784 }, + }, + { + zip_code: '1256', + usps_city: 'Savoy', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 680.0, + density: 7.3, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.01957, lat: 42.59628 }, + }, + { + zip_code: '1266', + usps_city: 'West Stockbridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 19.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.38408, lat: 42.308 }, + }, + { + zip_code: '1270', + usps_city: 'Windsor', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 9.6, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04125, lat: 42.51492 }, + }, + { + zip_code: '1560', + usps_city: 'South Grafton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4396.0, + density: 476.5, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67763, lat: 42.17496 }, + }, + { + zip_code: '1843', + usps_city: 'Lawrence', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25002.0, + density: 2861.6, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16097, lat: 42.68984 }, + }, + { + zip_code: '1906', + usps_city: 'Saugus', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28222.0, + density: 1009.1, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01441, lat: 42.46799 }, + }, + { + zip_code: '2124', + usps_city: 'Dorchester Center', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 56649.0, + density: 7301.7, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07105, lat: 42.28572 }, + }, + { + zip_code: '2210', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3715.0, + density: 1492.7, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.03905, lat: 42.34781 }, + }, + { + zip_code: '2465', + usps_city: 'West Newton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11814.0, + density: 2034.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.22665, lat: 42.34914 }, + }, + { + zip_code: '2655', + usps_city: 'Osterville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3208.0, + density: 189.7, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.39258, lat: 41.62996 }, + }, + { + zip_code: '2763', + usps_city: 'Attleboro Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 729.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.30749, lat: 41.96669 }, + }, + { + zip_code: '2857', + usps_city: 'North Scituate', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 8206.0, + density: 75.9, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63203, lat: 41.82934 }, + }, + { + zip_code: '2871', + usps_city: 'Portsmouth', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 17119.0, + density: 387.9, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25635, lat: 41.58391 }, + }, + { + zip_code: '2903', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 10979.0, + density: 2420.1, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.40901, lat: 41.81805 }, + }, + { + zip_code: '2907', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 31294.0, + density: 5490.0, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.4255, lat: 41.79828 }, + }, + { + zip_code: '3071', + usps_city: 'New Ipswich', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5337.0, + density: 63.0, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.87471, lat: 42.74893 }, + }, + { + zip_code: '3082', + usps_city: 'Lyndeborough', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1660.0, + density: 22.4, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77423, lat: 42.90024 }, + }, + { + zip_code: '3110', + usps_city: 'Bedford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 22535.0, + density: 265.5, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.53028, lat: 42.94066 }, + }, + { + zip_code: '3235', + usps_city: 'Franklin', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 8762.0, + density: 113.8, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67183, lat: 43.44838 }, + }, + { + zip_code: '3238', + usps_city: 'Glencliff', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 15.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.89868, lat: 43.98288 }, + }, + { + zip_code: '3275', + usps_city: 'Suncook', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 11577.0, + density: 103.9, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.41794, lat: 43.16019 }, + }, + { + zip_code: '3593', + usps_city: 'Randolph', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 1.6, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.30374, lat: 44.31658 }, + }, + { + zip_code: '3770', + usps_city: 'Meriden', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 41.4, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26647, lat: 43.53406 }, + }, + { + zip_code: '3832', + usps_city: 'Eaton Center', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 4.6, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.04786, lat: 43.90307 }, + }, + { + zip_code: '3856', + usps_city: 'Newfields', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1757.0, + density: 95.7, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.96629, lat: 43.03923 }, + }, + { + zip_code: '3878', + usps_city: 'Somersworth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 11970.0, + density: 461.8, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88522, lat: 43.25288 }, + }, + { + zip_code: '4010', + usps_city: 'Brownfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 12.2, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91671, lat: 43.93305 }, + }, + { + zip_code: '4073', + usps_city: 'Sanford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 16452.0, + density: 169.8, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.74238, lat: 43.41338 }, + }, + { + zip_code: '4268', + usps_city: 'Norway', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4965.0, + density: 42.0, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.60656, lat: 44.22918 }, + }, + { + zip_code: '4435', + usps_city: 'Exeter', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1093.0, + density: 10.9, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.13539, lat: 44.96435 }, + }, + { + zip_code: '4451', + usps_city: 'Kingman', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 1.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "69.5", "23003": "30.5"}', + coty_name: ['Penobscot', 'Aroostook'], + cty_code: ['23019', '23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.21044, lat: 45.61088 }, + }, + { + zip_code: '4464', + usps_city: 'Monson', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 1.0, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.39805, lat: 45.41868 }, + }, + { + zip_code: '4488', + usps_city: 'Stetson', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 17.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.11143, lat: 44.87586 }, + }, + { + zip_code: '4575', + usps_city: 'West Boothbay Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 45.2, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.662, lat: 43.85273 }, + }, + { + zip_code: '4607', + usps_city: 'Gouldsboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1150.0, + density: 8.9, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.05651, lat: 44.48263 }, + }, + { + zip_code: '4629', + usps_city: 'East Blue Hill', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.5176, lat: 44.42822 }, + }, + { + zip_code: '5032', + usps_city: 'Bethel', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2419.0, + density: 13.4, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.65941, lat: 43.80641 }, + }, + { + zip_code: '5034', + usps_city: 'Bridgewater', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 23.4, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.63205, lat: 43.5846 }, + }, + { + zip_code: '5071', + usps_city: 'South Woodstock', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 2.9, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55341, lat: 43.56065 }, + }, + { + zip_code: '5072', + usps_city: 'Strafford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 7.0, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.37878, lat: 43.88308 }, + }, + { + zip_code: '5101', + usps_city: 'Bellows Falls', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4434.0, + density: 49.8, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.49454, lat: 43.17899 }, + }, + { + zip_code: '5142', + usps_city: 'Cavendish', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 806.0, + density: 11.6, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.58629, lat: 43.403 }, + }, + { + zip_code: '5149', + usps_city: 'Ludlow', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1950.0, + density: 17.1, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.71158, lat: 43.38014 }, + }, + { + zip_code: '5152', + usps_city: 'Peru', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 3.0, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9153, lat: 43.25358 }, + }, + { + zip_code: '5156', + usps_city: 'Springfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 9260.0, + density: 59.2, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.47029, lat: 43.30577 }, + }, + { + zip_code: '5343', + usps_city: 'Jamaica', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 718.0, + density: 6.1, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80043, lat: 43.09865 }, + }, + { + zip_code: '5345', + usps_city: 'Newfane', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2165.0, + density: 16.7, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67994, lat: 42.98434 }, + }, + { + zip_code: '5352', + usps_city: 'Stamford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 9.6, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.07852, lat: 42.788 }, + }, + { + zip_code: '5354', + usps_city: 'Vernon', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2339.0, + density: 46.4, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52597, lat: 42.76226 }, + }, + { + zip_code: '5441', + usps_city: 'Bakersfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 812.0, + density: 9.9, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.76967, lat: 44.79139 }, + }, + { + zip_code: '5481', + usps_city: 'Saint Albans Bay', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "0"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20506, lat: 44.77291 }, + }, + { + zip_code: '5680', + usps_city: 'Wolcott', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2233.0, + density: 13.0, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.47068, lat: 44.54403 }, + }, + { + zip_code: '5843', + usps_city: 'Hardwick', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2462.0, + density: 26.3, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "99.37", "50023": "0.63"}', + coty_name: ['Caledonia', 'Washington'], + cty_code: ['50005', '50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34706, lat: 44.50925 }, + }, + { + zip_code: '6021', + usps_city: 'Colebrook', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 26.2, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.10434, lat: 42.02184 }, + }, + { + zip_code: '6105', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18909.0, + density: 3106.9, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70508, lat: 41.77474 }, + }, + { + zip_code: '6107', + usps_city: 'West Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 19104.0, + density: 1130.6, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.75898, lat: 41.75416 }, + }, + { + zip_code: '6268', + usps_city: 'Storrs Mansfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 10420.0, + density: 153.1, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.24776, lat: 41.7997 }, + }, + { + zip_code: '6277', + usps_city: 'Thompson', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4099.0, + density: 68.8, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.83975, lat: 41.96883 }, + }, + { + zip_code: '6426', + usps_city: 'Essex', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3401.0, + density: 229.7, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.39872, lat: 41.35296 }, + }, + { + zip_code: '6615', + usps_city: 'Stratford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18821.0, + density: 1122.4, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.13465, lat: 41.17116 }, + }, + { + zip_code: '6811', + usps_city: 'Danbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 31824.0, + density: 579.4, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.48159, lat: 41.42442 }, + }, + { + zip_code: '7009', + usps_city: 'Cedar Grove', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12516.0, + density: 1140.7, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22874, lat: 40.85651 }, + }, + { + zip_code: '7026', + usps_city: 'Garfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 31695.0, + density: 5592.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10813, lat: 40.87859 }, + }, + { + zip_code: '7040', + usps_city: 'Maplewood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24696.0, + density: 2736.7, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26963, lat: 40.73061 }, + }, + { + zip_code: '7047', + usps_city: 'North Bergen', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 61619.0, + density: 4581.4, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02613, lat: 40.79358 }, + }, + { + zip_code: '7092', + usps_city: 'Mountainside', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6890.0, + density: 661.6, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36024, lat: 40.68103 }, + }, + { + zip_code: '7202', + usps_city: 'Elizabeth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41671.0, + density: 6946.1, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.21616, lat: 40.65255 }, + }, + { + zip_code: '7604', + usps_city: 'Hasbrouck Heights', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12082.0, + density: 3053.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07409, lat: 40.86195 }, + }, + { + zip_code: '7657', + usps_city: 'Ridgefield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11227.0, + density: 1704.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01475, lat: 40.83134 }, + }, + { + zip_code: '7757', + usps_city: 'Oceanport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5593.0, + density: 869.3, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01608, lat: 40.31621 }, + }, + { + zip_code: '7764', + usps_city: 'West Long Branch', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7908.0, + density: 1069.8, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0185, lat: 40.28832 }, + }, + { + zip_code: '7834', + usps_city: 'Denville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17826.0, + density: 558.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48651, lat: 40.88845 }, + }, + { + zip_code: '8037', + usps_city: 'Hammonton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23765.0, + density: 78.6, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "80.73", "34007": "19.27"}', + coty_name: ['Atlantic', 'Camden'], + cty_code: ['34001', '34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.77275, lat: 39.638 }, + }, + { + zip_code: '8048', + usps_city: 'Lumberton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12195.0, + density: 357.8, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.80401, lat: 39.95732 }, + }, + { + zip_code: '8072', + usps_city: 'Quinton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 425.3, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.41666, lat: 39.54424 }, + }, + { + zip_code: '8096', + usps_city: 'Woodbury', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 35190.0, + density: 899.3, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12674, lat: 39.8266 }, + }, + { + zip_code: '8109', + usps_city: 'Merchantville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22235.0, + density: 1763.6, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05043, lat: 39.95039 }, + }, + { + zip_code: '8204', + usps_city: 'Cape May', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18505.0, + density: 356.9, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92006, lat: 38.9732 }, + }, + { + zip_code: '8210', + usps_city: 'Cape May Court House', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16298.0, + density: 91.5, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82352, lat: 39.1172 }, + }, + { + zip_code: '8212', + usps_city: 'Cape May Point', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 80.8, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95422, lat: 38.93571 }, + }, + { + zip_code: '8223', + usps_city: 'Marmora', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4254.0, + density: 126.9, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65709, lat: 39.27017 }, + }, + { + zip_code: '8316', + usps_city: 'Dorchester', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 29.3, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96125, lat: 39.27321 }, + }, + { + zip_code: '8353', + usps_city: 'Shiloh', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 128.0, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29695, lat: 39.45954 }, + }, + { + zip_code: '8361', + usps_city: 'Vineland', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18472.0, + density: 235.1, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95957, lat: 39.44891 }, + }, + { + zip_code: '8528', + usps_city: 'Kingston', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 95.4, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "74.29", "34023": "25.71"}', + coty_name: ['Somerset', 'Middlesex'], + cty_code: ['34035', '34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.61873, lat: 40.38659 }, + }, + { + zip_code: '8530', + usps_city: 'Lambertville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7496.0, + density: 113.9, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "93.28", "34021": "6.72"}', + coty_name: ['Hunterdon', 'Mercer'], + cty_code: ['34019', '34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89675, lat: 40.37134 }, + }, + { + zip_code: '8872', + usps_city: 'Sayreville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19852.0, + density: 855.3, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.33722, lat: 40.46429 }, + }, + { + zip_code: '10013', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28799.0, + density: 20208.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00463, lat: 40.72022 }, + }, + { + zip_code: '10075', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22252.0, + density: 46636.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95622, lat: 40.77335 }, + }, + { + zip_code: '10474', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12179.0, + density: 3074.5, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8844, lat: 40.81066 }, + }, + { + zip_code: '10518', + usps_city: 'Cross River', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1071.0, + density: 120.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60032, lat: 41.26778 }, + }, + { + zip_code: '10801', + usps_city: 'New Rochelle', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41370.0, + density: 4674.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78437, lat: 40.91757 }, + }, + { + zip_code: '10914', + usps_city: 'Blooming Grove', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 47.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.19953, lat: 41.41597 }, + }, + { + zip_code: '10932', + usps_city: 'Howells', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 263.9, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46457, lat: 41.48207 }, + }, + { + zip_code: '10986', + usps_city: 'Tomkins Cove', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1899.0, + density: 67.9, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99502, lat: 41.28157 }, + }, + { + zip_code: '11003', + usps_city: 'Elmont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44572.0, + density: 4144.6, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "99.62", "36081": "0.38"}', + coty_name: ['Nassau', 'Queens'], + cty_code: ['36059', '36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70792, lat: 40.70134 }, + }, + { + zip_code: '11370', + usps_city: 'East Elmhurst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31580.0, + density: 8181.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "72.05", "36005": "27.95"}', + coty_name: ['Queens', 'Bronx'], + cty_code: ['36081', '36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88738, lat: 40.77568 }, + }, + { + zip_code: '11378', + usps_city: 'Maspeth', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 38524.0, + density: 5772.2, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90954, lat: 40.72467 }, + }, + { + zip_code: '11433', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37021.0, + density: 9225.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78684, lat: 40.69813 }, + }, + { + zip_code: '11530', + usps_city: 'Garden City', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28460.0, + density: 1549.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63725, lat: 40.72737 }, + }, + { + zip_code: '11563', + usps_city: 'Lynbrook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21919.0, + density: 3530.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67368, lat: 40.65726 }, + }, + { + zip_code: '11576', + usps_city: 'Roslyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12374.0, + density: 1050.6, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64767, lat: 40.79841 }, + }, + { + zip_code: '11579', + usps_city: 'Sea Cliff', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5214.0, + density: 1793.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64415, lat: 40.84404 }, + }, + { + zip_code: '11726', + usps_city: 'Copiague', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19481.0, + density: 2978.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.39564, lat: 40.67885 }, + }, + { + zip_code: '11738', + usps_city: 'Farmingville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17972.0, + density: 1301.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.03822, lat: 40.83816 }, + }, + { + zip_code: '11752', + usps_city: 'Islip Terrace', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9656.0, + density: 1004.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.17481, lat: 40.75671 }, + }, + { + zip_code: '11782', + usps_city: 'Sayville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14965.0, + density: 1041.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08116, lat: 40.73748 }, + }, + { + zip_code: '11784', + usps_city: 'Selden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 25337.0, + density: 1790.0, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04118, lat: 40.86891 }, + }, + { + zip_code: '11786', + usps_city: 'Shoreham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6359.0, + density: 426.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.88515, lat: 40.94462 }, + }, + { + zip_code: '11804', + usps_city: 'Old Bethpage', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4671.0, + density: 625.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.45697, lat: 40.75874 }, + }, + { + zip_code: '11962', + usps_city: 'Sagaponack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 22.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.27269, lat: 40.93565 }, + }, + { + zip_code: '12042', + usps_city: 'Climax', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 20.0, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9202, lat: 42.4021 }, + }, + { + zip_code: '12116', + usps_city: 'Maryland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 17.2, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91524, lat: 42.53723 }, + }, + { + zip_code: '12118', + usps_city: 'Mechanicville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15508.0, + density: 189.6, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "96.32", "36083": "3.68"}', + coty_name: ['Saratoga', 'Rensselaer'], + cty_code: ['36091', '36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72138, lat: 42.91684 }, + }, + { + zip_code: '12209', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9978.0, + density: 1799.2, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7899, lat: 42.63807 }, + }, + { + zip_code: '12308', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14699.0, + density: 2515.9, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "100"}', + coty_name: ['Schenectady'], + cty_code: ['36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91999, lat: 42.82157 }, + }, + { + zip_code: '12477', + usps_city: 'Saugerties', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18060.0, + density: 105.9, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9998, lat: 42.08592 }, + }, + { + zip_code: '12514', + usps_city: 'Clinton Corners', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2807.0, + density: 40.7, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76292, lat: 41.87279 }, + }, + { + zip_code: '12583', + usps_city: 'Tivoli', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2269.0, + density: 67.3, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "69.2", "36021": "30.8"}', + coty_name: ['Dutchess', 'Columbia'], + cty_code: ['36027', '36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86652, lat: 42.06131 }, + }, + { + zip_code: '12701', + usps_city: 'Monticello', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11526.0, + density: 77.4, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.70027, lat: 41.64914 }, + }, + { + zip_code: '12738', + usps_city: 'Glen Wild', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 17.9, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57099, lat: 41.65611 }, + }, + { + zip_code: '12746', + usps_city: 'Huguenot', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 948.0, + density: 25.8, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66427, lat: 41.44137 }, + }, + { + zip_code: '12809', + usps_city: 'Argyle', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3612.0, + density: 27.5, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.46344, lat: 43.2383 }, + }, + { + zip_code: '12953', + usps_city: 'Malone', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15374.0, + density: 28.2, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26329, lat: 44.74094 }, + }, + { + zip_code: '13034', + usps_city: 'Cayuga', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2021.0, + density: 32.1, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69379, lat: 42.91191 }, + }, + { + zip_code: '13040', + usps_city: 'Cincinnatus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2337.0, + density: 9.4, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "91.15", "36017": "8.85"}', + coty_name: ['Cortland', 'Chenango'], + cty_code: ['36023', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93225, lat: 42.56139 }, + }, + { + zip_code: '13142', + usps_city: 'Pulaski', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6522.0, + density: 35.7, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1307, lat: 43.55147 }, + }, + { + zip_code: '13143', + usps_city: 'Red Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2681.0, + density: 24.0, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "66.59", "36011": "33.41"}', + coty_name: ['Wayne', 'Cayuga'], + cty_code: ['36117', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71529, lat: 43.23326 }, + }, + { + zip_code: '13334', + usps_city: 'Eaton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1065.0, + density: 14.1, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65804, lat: 42.82873 }, + }, + { + zip_code: '13338', + usps_city: 'Forestport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 1.8, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "92.62", "36043": "7.38"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97935, lat: 43.50141 }, + }, + { + zip_code: '13343', + usps_city: 'Glenfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1675.0, + density: 11.5, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31074, lat: 43.75056 }, + }, + { + zip_code: '13352', + usps_city: 'Hinckley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11.0, + density: 25.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11641, lat: 43.31274 }, + }, + { + zip_code: '13464', + usps_city: 'Smyrna', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1373.0, + density: 13.8, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61754, lat: 42.68586 }, + }, + { + zip_code: '13492', + usps_city: 'Whitesboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11154.0, + density: 285.6, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32875, lat: 43.11988 }, + }, + { + zip_code: '13493', + usps_city: 'Williamstown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1804.0, + density: 9.3, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89572, lat: 43.43417 }, + }, + { + zip_code: '13623', + usps_city: 'Chippewa Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 17.5, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75247, lat: 44.44976 }, + }, + { + zip_code: '13732', + usps_city: 'Apalachin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7799.0, + density: 91.4, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "100"}', + coty_name: ['Tioga'], + cty_code: ['36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.168, lat: 42.04413 }, + }, + { + zip_code: '13733', + usps_city: 'Bainbridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4811.0, + density: 20.5, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "93.94", "36077": "3.89", "36025": "2.17"}', + coty_name: ['Chenango', 'Otsego', 'Delaware'], + cty_code: ['36017', '36077', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48204, lat: 42.30321 }, + }, + { + zip_code: '13746', + usps_city: 'Chenango Forks', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 27.2, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "84.09", "36017": "15.91"}', + coty_name: ['Broome', 'Chenango'], + cty_code: ['36007', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83524, lat: 42.27242 }, + }, + { + zip_code: '13748', + usps_city: 'Conklin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3876.0, + density: 112.9, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81702, lat: 42.0345 }, + }, + { + zip_code: '13846', + usps_city: 'Treadwell', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 17.5, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05218, lat: 42.36281 }, + }, + { + zip_code: '13904', + usps_city: 'Binghamton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10347.0, + density: 172.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81597, lat: 42.13079 }, + }, + { + zip_code: '14030', + usps_city: 'Chaffee', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1800.0, + density: 35.0, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "82.51", "36009": "16.16", "36121": "1.33"}', + coty_name: ['Erie', 'Cattaraugus', 'Wyoming'], + cty_code: ['36029', '36009', '36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.50097, lat: 42.56626 }, + }, + { + zip_code: '14126', + usps_city: 'Olcott', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 409.6, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72558, lat: 43.33565 }, + }, + { + zip_code: '14482', + usps_city: 'Le Roy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8303.0, + density: 54.8, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "98.11", "36051": "1.4", "36055": "0.48"}', + coty_name: ['Genesee', 'Livingston', 'Monroe'], + cty_code: ['36037', '36051', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.97232, lat: 42.97701 }, + }, + { + zip_code: '14782', + usps_city: 'Sinclairville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2270.0, + density: 15.9, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26045, lat: 42.26661 }, + }, + { + zip_code: '14823', + usps_city: 'Canisteo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3624.0, + density: 18.0, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55377, lat: 42.24857 }, + }, + { + zip_code: '14841', + usps_city: 'Hector', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 13.9, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "88.31", "36099": "11.69"}', + coty_name: ['Schuyler', 'Seneca'], + cty_code: ['36097', '36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84091, lat: 42.52534 }, + }, + { + zip_code: '14842', + usps_city: 'Himrod', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 25.9, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "100"}', + coty_name: ['Yates'], + cty_code: ['36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96503, lat: 42.59462 }, + }, + { + zip_code: '14846', + usps_city: 'Hunt', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 775.0, + density: 8.8, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "81.44", "36003": "18.56"}', + coty_name: ['Livingston', 'Allegany'], + cty_code: ['36051', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00099, lat: 42.53471 }, + }, + { + zip_code: '14905', + usps_city: 'Elmira', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8407.0, + density: 779.1, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84392, lat: 42.0883 }, + }, + { + zip_code: '15082', + usps_city: 'Sturgeon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 239.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21299, lat: 40.37776 }, + }, + { + zip_code: '15209', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12011.0, + density: 1028.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97394, lat: 40.49987 }, + }, + { + zip_code: '15210', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26241.0, + density: 2183.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98382, lat: 40.40713 }, + }, + { + zip_code: '15234', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13480.0, + density: 1643.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01782, lat: 40.36813 }, + }, + { + zip_code: '15236', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28574.0, + density: 993.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97544, lat: 40.34744 }, + }, + { + zip_code: '15237', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 42561.0, + density: 678.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04746, lat: 40.54883 }, + }, + { + zip_code: '15347', + usps_city: 'Meadow Lands', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 795.0, + density: 515.7, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22683, lat: 40.21742 }, + }, + { + zip_code: '15349', + usps_city: 'Mount Morris', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 15.8, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.084, lat: 39.75811 }, + }, + { + zip_code: '15357', + usps_city: 'Rices Landing', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1526.0, + density: 73.3, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98582, lat: 39.94155 }, + }, + { + zip_code: '15368', + usps_city: 'Vestaburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 776.2, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98904, lat: 40.01441 }, + }, + { + zip_code: '15462', + usps_city: 'Melcroft', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 156.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39018, lat: 40.05684 }, + }, + { + zip_code: '15647', + usps_city: 'Larimer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 303.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7238, lat: 40.34543 }, + }, + { + zip_code: '15670', + usps_city: 'New Alexandria', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3125.0, + density: 31.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43008, lat: 40.40695 }, + }, + { + zip_code: '15731', + usps_city: 'Coral', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 300.9, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.17634, lat: 40.50364 }, + }, + { + zip_code: '15762', + usps_city: 'Nicktown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 905.0, + density: 26.1, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82989, lat: 40.59721 }, + }, + { + zip_code: '15801', + usps_city: 'Du Bois', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19018.0, + density: 113.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72553, lat: 41.125 }, + }, + { + zip_code: '15845', + usps_city: 'Johnsonburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3108.0, + density: 38.7, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69572, lat: 41.50048 }, + }, + { + zip_code: '15864', + usps_city: 'Summerville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 17.1, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "62.28", "42031": "37.72"}', + coty_name: ['Jefferson', 'Clarion'], + cty_code: ['42065', '42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.19817, lat: 41.10234 }, + }, + { + zip_code: '15866', + usps_city: 'Troutville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 80.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79112, lat: 41.02537 }, + }, + { + zip_code: '15944', + usps_city: 'New Florence', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2924.0, + density: 17.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "60.14", "42063": "39.86"}', + coty_name: ['Westmoreland', 'Indiana'], + cty_code: ['42129', '42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07969, lat: 40.36353 }, + }, + { + zip_code: '15956', + usps_city: 'South Fork', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2675.0, + density: 128.3, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78559, lat: 40.34731 }, + }, + { + zip_code: '16035', + usps_city: 'Forestville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 100.7, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00996, lat: 41.10672 }, + }, + { + zip_code: '16037', + usps_city: 'Harmony', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4573.0, + density: 50.7, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "93.57", "42073": "4.86", "42007": "1.57"}', + coty_name: ['Butler', 'Lawrence', 'Beaver'], + cty_code: ['42019', '42073', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12822, lat: 40.85315 }, + }, + { + zip_code: '16142', + usps_city: 'New Wilmington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6771.0, + density: 62.3, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "63.53", "42085": "36.47"}', + coty_name: ['Lawrence', 'Mercer'], + cty_code: ['42073', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33906, lat: 41.14055 }, + }, + { + zip_code: '16213', + usps_city: 'Callensburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 306.1, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55779, lat: 41.12569 }, + }, + { + zip_code: '16260', + usps_city: 'Vowinckel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 15.7, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22659, lat: 41.39565 }, + }, + { + zip_code: '16301', + usps_city: 'Oil City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15418.0, + density: 55.8, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.6353, lat: 41.45555 }, + }, + { + zip_code: '16329', + usps_city: 'Irvine', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 24.0, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26449, lat: 41.80994 }, + }, + { + zip_code: '16360', + usps_city: 'Townville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1305.0, + density: 17.5, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88966, lat: 41.68422 }, + }, + { + zip_code: '16421', + usps_city: 'Harborcreek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2618.0, + density: 95.4, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9328, lat: 42.17118 }, + }, + { + zip_code: '16426', + usps_city: 'McKean', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3548.0, + density: 50.6, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14223, lat: 41.97966 }, + }, + { + zip_code: '16501', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1829.0, + density: 1065.2, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08922, lat: 42.12129 }, + }, + { + zip_code: '16661', + usps_city: 'Madera', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 873.0, + density: 16.7, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45653, lat: 40.83603 }, + }, + { + zip_code: '16668', + usps_city: 'Patton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3307.0, + density: 23.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62041, lat: 40.652 }, + }, + { + zip_code: '16670', + usps_city: 'Queen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 114.0, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.50805, lat: 40.26267 }, + }, + { + zip_code: '16689', + usps_city: 'Waterfall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 8.8, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09632, lat: 40.10467 }, + }, + { + zip_code: '16727', + usps_city: 'Derrick City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 22.4, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53002, lat: 41.981 }, + }, + { + zip_code: '16745', + usps_city: 'Rixford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 19.0, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48345, lat: 41.92213 }, + }, + { + zip_code: '16948', + usps_city: 'Ulysses', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 6.4, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75802, lat: 41.84897 }, + }, + { + zip_code: '17058', + usps_city: 'Mifflin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 17.9, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55429, lat: 40.4962 }, + }, + { + zip_code: '17094', + usps_city: 'Thompsontown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2427.0, + density: 31.3, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21767, lat: 40.58321 }, + }, + { + zip_code: '17103', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12317.0, + density: 2312.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86635, lat: 40.27589 }, + }, + { + zip_code: '17221', + usps_city: 'Fannettsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 577.0, + density: 21.6, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81668, lat: 40.06664 }, + }, + { + zip_code: '17241', + usps_city: 'Newville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12127.0, + density: 41.7, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.40336, lat: 40.1778 }, + }, + { + zip_code: '17244', + usps_city: 'Orrstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2216.0, + density: 33.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66265, lat: 40.08489 }, + }, + { + zip_code: '17552', + usps_city: 'Mount Joy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20071.0, + density: 238.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51038, lat: 40.10825 }, + }, + { + zip_code: '17776', + usps_city: 'Waterville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 1.2, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31273, lat: 41.40567 }, + }, + { + zip_code: '17820', + usps_city: 'Catawissa', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5616.0, + density: 24.0, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "97.08", "42093": "2.92"}', + coty_name: ['Columbia', 'Montour'], + cty_code: ['42037', '42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40947, lat: 40.89893 }, + }, + { + zip_code: '17821', + usps_city: 'Danville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18402.0, + density: 53.2, + primary_coty_code: '42093', + primary_coty_name: 'Montour', + county_weights: '{"42093": "86.32", "42097": "11.45", "42037": "2.23"}', + coty_name: ['Montour', 'Northumberland', 'Columbia'], + cty_code: ['42093', '42097', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63927, lat: 40.98871 }, + }, + { + zip_code: '17876', + usps_city: 'Shamokin Dam', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1919.0, + density: 399.9, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82307, lat: 40.85466 }, + }, + { + zip_code: '17922', + usps_city: 'Auburn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4772.0, + density: 60.6, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11425, lat: 40.59121 }, + }, + { + zip_code: '18055', + usps_city: 'Hellertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11742.0, + density: 211.5, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "98.95", "42017": "1.05"}', + coty_name: ['Northampton', 'Bucks'], + cty_code: ['42095', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29957, lat: 40.5892 }, + }, + { + zip_code: '18239', + usps_city: 'Milnesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 606.4, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98248, lat: 40.9875 }, + }, + { + zip_code: '18346', + usps_city: 'Pocono Summit', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2534.0, + density: 88.6, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40792, lat: 41.13535 }, + }, + { + zip_code: '18351', + usps_city: 'Portland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 629.2, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09941, lat: 40.92277 }, + }, + { + zip_code: '18353', + usps_city: 'Saylorsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12730.0, + density: 104.2, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.367, lat: 40.89651 }, + }, + { + zip_code: '18461', + usps_city: 'Starlight', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 5.3, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3282, lat: 41.92781 }, + }, + { + zip_code: '18505', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21581.0, + density: 979.2, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65313, lat: 41.3878 }, + }, + { + zip_code: '18509', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13851.0, + density: 1863.1, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6428, lat: 41.43081 }, + }, + { + zip_code: '18623', + usps_city: 'Laceyville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2645.0, + density: 18.1, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "52.07", "42015": "32.2", "42115": "15.73"}', + coty_name: ['Wyoming', 'Bradford', 'Susquehanna'], + cty_code: ['42131', '42015', '42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14769, lat: 41.67031 }, + }, + { + zip_code: '18812', + usps_city: 'Brackney', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1557.0, + density: 19.1, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95747, lat: 41.96666 }, + }, + { + zip_code: '18816', + usps_city: 'Dimock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 40.8, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91554, lat: 41.74982 }, + }, + { + zip_code: '18854', + usps_city: 'Wysox', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 22.9, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35532, lat: 41.79465 }, + }, + { + zip_code: '19012', + usps_city: 'Cheltenham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6328.0, + density: 1390.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10587, lat: 40.05972 }, + }, + { + zip_code: '19013', + usps_city: 'Chester', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35134.0, + density: 2372.1, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37611, lat: 39.84791 }, + }, + { + zip_code: '19057', + usps_city: 'Levittown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17449.0, + density: 1526.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85645, lat: 40.14008 }, + }, + { + zip_code: '19132', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31378.0, + density: 5597.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17077, lat: 39.99628 }, + }, + { + zip_code: '19137', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8347.0, + density: 1332.8, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.074, lat: 39.9946 }, + }, + { + zip_code: '19149', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 58055.0, + density: 9230.5, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06572, lat: 40.03772 }, + }, + { + zip_code: '19320', + usps_city: 'Coatesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 54617.0, + density: 249.4, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83098, lat: 39.96904 }, + }, + { + zip_code: '19344', + usps_city: 'Honey Brook', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11988.0, + density: 141.8, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "97.42", "42071": "2.58"}', + coty_name: ['Chester', 'Lancaster'], + cty_code: ['42029', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88149, lat: 40.08403 }, + }, + { + zip_code: '19363', + usps_city: 'Oxford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17274.0, + density: 134.0, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "97.53", "42071": "2.47"}', + coty_name: ['Chester', 'Lancaster'], + cty_code: ['42029', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.97447, lat: 39.78697 }, + }, + { + zip_code: '19380', + usps_city: 'West Chester', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 50956.0, + density: 623.3, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60717, lat: 39.98485 }, + }, + { + zip_code: '19505', + usps_city: 'Bechtelsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3540.0, + density: 154.5, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "92.72", "42091": "7.28"}', + coty_name: ['Berks', 'Montgomery'], + cty_code: ['42011', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62132, lat: 40.38151 }, + }, + { + zip_code: '19607', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23494.0, + density: 809.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94441, lat: 40.29164 }, + }, + { + zip_code: '19702', + usps_city: 'Newark', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 55537.0, + density: 757.2, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72748, lat: 39.62225 }, + }, + { + zip_code: '20004', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 1923.0, + density: 2134.2, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02861, lat: 38.89485 }, + }, + { + zip_code: '20064', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 2175.0, + density: 4327.2, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99921, lat: 38.93636 }, + }, + { + zip_code: '20118', + usps_city: 'Middleburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 262.4, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73746, lat: 38.9678 }, + }, + { + zip_code: '20612', + usps_city: 'Benedict', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 335.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67788, lat: 38.50707 }, + }, + { + zip_code: '20684', + usps_city: 'Saint Inigoes', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1066.0, + density: 45.1, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40772, lat: 38.14256 }, + }, + { + zip_code: '20748', + usps_city: 'Temple Hills', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 38904.0, + density: 1653.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94058, lat: 38.81687 }, + }, + { + zip_code: '20770', + usps_city: 'Greenbelt', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 24560.0, + density: 1154.5, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87939, lat: 39.00431 }, + }, + { + zip_code: '20838', + usps_city: 'Barnesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 43.2, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.37235, lat: 39.22622 }, + }, + { + zip_code: '21075', + usps_city: 'Elkridge', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33726.0, + density: 897.4, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.75183, lat: 39.2035 }, + }, + { + zip_code: '21157', + usps_city: 'Westminster', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37749.0, + density: 190.1, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "100"}', + coty_name: ['Carroll'], + cty_code: ['24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9808, lat: 39.54936 }, + }, + { + zip_code: '21220', + usps_city: 'Middle River', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 41051.0, + density: 735.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39765, lat: 39.34515 }, + }, + { + zip_code: '21223', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 22392.0, + density: 3285.1, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65323, lat: 39.28427 }, + }, + { + zip_code: '22469', + usps_city: 'Hague', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1738.0, + density: 21.5, + primary_coty_code: '51193', + primary_coty_name: 'Westmoreland', + county_weights: '{"51193": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6536, lat: 38.07 }, + }, + { + zip_code: '22480', + usps_city: 'Irvington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 647.0, + density: 97.7, + primary_coty_code: '51103', + primary_coty_name: 'Lancaster', + county_weights: '{"51103": "100"}', + coty_name: ['Lancaster'], + cty_code: ['51103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.41511, lat: 37.66653 }, + }, + { + zip_code: '22542', + usps_city: 'Rhoadesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1761.0, + density: 32.9, + primary_coty_code: '51137', + primary_coty_name: 'Orange', + county_weights: '{"51137": "100"}', + coty_name: ['Orange'], + cty_code: ['51137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88264, lat: 38.29321 }, + }, + { + zip_code: '58762', + usps_city: 'Newburg', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 0.7, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "90.65", "38049": "9.35"}', + coty_name: ['Bottineau', 'McHenry'], + cty_code: ['38009', '38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.94159, lat: 48.67302 }, + }, + { + zip_code: '58770', + usps_city: 'Parshall', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1704.0, + density: 2.7, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "93.39", "38055": "6.61"}', + coty_name: ['Mountrail', 'McLean'], + cty_code: ['38061', '38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.15792, lat: 47.8844 }, + }, + { + zip_code: '58779', + usps_city: 'Ryder', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 0.6, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "57.49", "38055": "42.51"}', + coty_name: ['Ward', 'McLean'], + cty_code: ['38101', '38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.76722, lat: 47.86324 }, + }, + { + zip_code: '59338', + usps_city: 'Kinsey', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 0.8, + primary_coty_code: '30017', + primary_coty_name: 'Custer', + county_weights: '{"30017": "100"}', + coty_name: ['Custer'], + cty_code: ['30017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.65565, lat: 46.63606 }, + }, + { + zip_code: '59405', + usps_city: 'Great Falls', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 31701.0, + density: 30.2, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.28924, lat: 47.30522 }, + }, + { + zip_code: '59451', + usps_city: 'Hilger', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 0.2, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "100"}', + coty_name: ['Fergus'], + cty_code: ['30027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.38616, lat: 47.38991 }, + }, + { + zip_code: '59471', + usps_city: 'Roy', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 0.2, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "100"}', + coty_name: ['Fergus'], + cty_code: ['30027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.75945, lat: 47.42131 }, + }, + { + zip_code: '59489', + usps_city: 'Winifred', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 0.2, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "100"}', + coty_name: ['Fergus'], + cty_code: ['30027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.23598, lat: 47.64038 }, + }, + { + zip_code: '59701', + usps_city: 'Butte', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 33533.0, + density: 28.6, + primary_coty_code: '30093', + primary_coty_name: 'Silver Bow', + county_weights: '{"30093": "99.63", "30043": "0.37"}', + coty_name: ['Silver Bow', 'Jefferson'], + cty_code: ['30093', '30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.46687, lat: 46.03422 }, + }, + { + zip_code: '59853', + usps_city: 'Noxon', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 1.1, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.76969, lat: 48.05713 }, + }, + { + zip_code: '59917', + usps_city: 'Eureka', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4769.0, + density: 7.1, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.92853, lat: 48.90264 }, + }, + { + zip_code: '59927', + usps_city: 'Olney', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 0.6, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.68407, lat: 48.5721 }, + }, + { + zip_code: '60041', + usps_city: 'Ingleside', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8659.0, + density: 348.1, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15541, lat: 42.36833 }, + }, + { + zip_code: '60056', + usps_city: 'Mount Prospect', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 54524.0, + density: 1958.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93426, lat: 42.06653 }, + }, + { + zip_code: '60072', + usps_city: 'Ringwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 50.7, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30596, lat: 42.40669 }, + }, + { + zip_code: '60077', + usps_city: 'Skokie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 27626.0, + density: 2649.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75719, lat: 42.03478 }, + }, + { + zip_code: '60131', + usps_city: 'Franklin Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17834.0, + density: 1240.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88441, lat: 41.93884 }, + }, + { + zip_code: '60152', + usps_city: 'Marengo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12186.0, + density: 49.8, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "99.77", "17037": "0.23"}', + coty_name: ['McHenry', 'DeKalb'], + cty_code: ['17111', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62553, lat: 42.23695 }, + }, + { + zip_code: '60193', + usps_city: 'Schaumburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 39646.0, + density: 1675.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09626, lat: 42.01176 }, + }, + { + zip_code: '60403', + usps_city: 'Crest Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18653.0, + density: 1106.8, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11385, lat: 41.57225 }, + }, + { + zip_code: '60446', + usps_city: 'Romeoville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40118.0, + density: 926.5, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10459, lat: 41.63181 }, + }, + { + zip_code: '60479', + usps_city: 'Verona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 925.0, + density: 8.8, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "100"}', + coty_name: ['Grundy'], + cty_code: ['17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.51791, lat: 41.2287 }, + }, + { + zip_code: '60506', + usps_city: 'Aurora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 55542.0, + density: 1149.5, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.36503, lat: 41.76524 }, + }, + { + zip_code: '60606', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3287.0, + density: 5769.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63731, lat: 41.88195 }, + }, + { + zip_code: '60609', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 60939.0, + density: 3039.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6556, lat: 41.81252 }, + }, + { + zip_code: '60629', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 110029.0, + density: 6245.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71176, lat: 41.77567 }, + }, + { + zip_code: '60920', + usps_city: 'Campus', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 33.2, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30496, lat: 41.02926 }, + }, + { + zip_code: '60946', + usps_city: 'Kempton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 3.6, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "89.44", "17105": "10.56"}', + coty_name: ['Ford', 'Livingston'], + cty_code: ['17053', '17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20291, lat: 40.91652 }, + }, + { + zip_code: '60955', + usps_city: 'Onarga', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1655.0, + density: 7.3, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97654, lat: 40.69739 }, + }, + { + zip_code: '61018', + usps_city: 'Dakota', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 11.5, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55528, lat: 42.41528 }, + }, + { + zip_code: '61061', + usps_city: 'Oregon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6434.0, + density: 23.7, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33983, lat: 42.00027 }, + }, + { + zip_code: '61080', + usps_city: 'South Beloit', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10479.0, + density: 161.5, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "97.86", "17007": "2.14"}', + coty_name: ['Winnebago', 'Boone'], + cty_code: ['17201', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98723, lat: 42.47973 }, + }, + { + zip_code: '61115', + usps_city: 'Machesney Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22502.0, + density: 820.3, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02886, lat: 42.36373 }, + }, + { + zip_code: '61257', + usps_city: 'Hillsdale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 10.5, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22275, lat: 41.59054 }, + }, + { + zip_code: '61260', + usps_city: 'Joy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 964.0, + density: 6.4, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "97.2", "17161": "2.8"}', + coty_name: ['Mercer', 'Rock Island'], + cty_code: ['17131', '17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.88299, lat: 41.24624 }, + }, + { + zip_code: '61281', + usps_city: 'Sherrard', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2460.0, + density: 24.6, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "97.61", "17161": "2.39"}', + coty_name: ['Mercer', 'Rock Island'], + cty_code: ['17131', '17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51975, lat: 41.29689 }, + }, + { + zip_code: '61320', + usps_city: 'Dalzell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 681.0, + density: 280.8, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.17042, lat: 41.35459 }, + }, + { + zip_code: '61413', + usps_city: 'Alpha', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 11.3, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37352, lat: 41.19053 }, + }, + { + zip_code: '61432', + usps_city: 'Fairview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 7.1, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15863, lat: 40.65259 }, + }, + { + zip_code: '61437', + usps_city: 'Gladstone', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 7.1, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98681, lat: 40.84615 }, + }, + { + zip_code: '61443', + usps_city: 'Kewanee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13736.0, + density: 54.4, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "99.71", "17175": "0.18", "17011": "0.11"}', + coty_name: ['Henry', 'Stark', 'Bureau'], + cty_code: ['17073', '17175', '17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94172, lat: 41.25995 }, + }, + { + zip_code: '61520', + usps_city: 'Canton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16703.0, + density: 42.0, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02132, lat: 40.54208 }, + }, + { + zip_code: '61541', + usps_city: 'La Rose', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 178.8, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "100"}', + coty_name: ['Marshall'], + cty_code: ['17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23495, lat: 40.98038 }, + }, + { + zip_code: '61542', + usps_city: 'Lewistown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3602.0, + density: 12.1, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13464, lat: 40.38632 }, + }, + { + zip_code: '61744', + usps_city: 'Gridley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1923.0, + density: 9.5, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "89.22", "17105": "9.8", "17203": "0.98"}', + coty_name: ['McLean', 'Livingston', 'Woodford'], + cty_code: ['17113', '17105', '17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8871, lat: 40.73997 }, + }, + { + zip_code: '61770', + usps_city: 'Saybrook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1046.0, + density: 6.5, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52594, lat: 40.44323 }, + }, + { + zip_code: '61882', + usps_city: 'Weldon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 653.0, + density: 6.7, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "97.48", "17115": "2.52"}', + coty_name: ['De Witt', 'Macon'], + cty_code: ['17039', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75994, lat: 40.11346 }, + }, + { + zip_code: '61940', + usps_city: 'Metcalf', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 3.5, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "100"}', + coty_name: ['Edgar'], + cty_code: ['17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81871, lat: 39.80773 }, + }, + { + zip_code: '62002', + usps_city: 'Alton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31087.0, + density: 285.8, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "99.22", "17117": "0.78"}', + coty_name: ['Madison', 'Macoupin'], + cty_code: ['17119', '17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12764, lat: 38.93973 }, + }, + { + zip_code: '62009', + usps_city: 'Benld', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1720.0, + density: 176.8, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7984, lat: 39.09108 }, + }, + { + zip_code: '62022', + usps_city: 'Dow', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 22.7, + primary_coty_code: '17083', + primary_coty_name: 'Jersey', + county_weights: '{"17083": "100"}', + coty_name: ['Jersey'], + cty_code: ['17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33164, lat: 39.00376 }, + }, + { + zip_code: '62074', + usps_city: 'New Douglas', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1068.0, + density: 9.9, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: + '{"17119": "77.64", "17005": "12.14", "17117": "8.83", "17135": "1.38"}', + coty_name: ['Madison', 'Bond', 'Macoupin', 'Montgomery'], + cty_code: ['17119', '17005', '17117', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68365, lat: 38.95803 }, + }, + { + zip_code: '62089', + usps_city: 'Taylor Springs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 219.5, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.4949, lat: 39.1298 }, + }, + { + zip_code: '62214', + usps_city: 'Addieville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 8.0, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "100"}', + coty_name: ['Washington'], + cty_code: ['17189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61173, lat: 38.37808 }, + }, + { + zip_code: '62239', + usps_city: 'Dupo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4595.0, + density: 224.9, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18737, lat: 38.52569 }, + }, + { + zip_code: '62349', + usps_city: 'Loraine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 6.1, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "99.69", "17067": "0.31"}', + coty_name: ['Adams', 'Hancock'], + cty_code: ['17001', '17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.2008, lat: 40.1675 }, + }, + { + zip_code: '62373', + usps_city: 'Sutter', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 2.2, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.34172, lat: 40.24216 }, + }, + { + zip_code: '62428', + usps_city: 'Greenup', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2915.0, + density: 11.7, + primary_coty_code: '17035', + primary_coty_name: 'Cumberland', + county_weights: '{"17035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['17035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13124, lat: 39.26364 }, + }, + { + zip_code: '62468', + usps_city: 'Toledo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2492.0, + density: 13.6, + primary_coty_code: '17035', + primary_coty_name: 'Cumberland', + county_weights: '{"17035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['17035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27033, lat: 39.27744 }, + }, + { + zip_code: '62635', + usps_city: 'Emden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 6.6, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "98.1", "17179": "1.9"}', + coty_name: ['Logan', 'Tazewell'], + cty_code: ['17107', '17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47141, lat: 40.29671 }, + }, + { + zip_code: '62692', + usps_city: 'Waverly', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 9.5, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "89.11", "17167": "10.89"}', + coty_name: ['Morgan', 'Sangamon'], + cty_code: ['17137', '17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9399, lat: 39.5814 }, + }, + { + zip_code: '62839', + usps_city: 'Flora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6401.0, + density: 33.7, + primary_coty_code: '17025', + primary_coty_name: 'Clay', + county_weights: '{"17025": "100"}', + coty_name: ['Clay'], + cty_code: ['17025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49904, lat: 38.6651 }, + }, + { + zip_code: '62851', + usps_city: 'Keenes', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 2.1, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "94.53", "17081": "4.26", "17121": "1.22"}', + coty_name: ['Wayne', 'Jefferson', 'Marion'], + cty_code: ['17191', '17081', '17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66192, lat: 38.4207 }, + }, + { + zip_code: '62926', + usps_city: 'Dongola', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2373.0, + density: 11.4, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "89.53", "17153": "10.47"}', + coty_name: ['Union', 'Pulaski'], + cty_code: ['17181', '17153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.1339, lat: 37.36734 }, + }, + { + zip_code: '63049', + usps_city: 'High Ridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17314.0, + density: 264.8, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "98.7", "29189": "1.3"}', + coty_name: ['Jefferson', 'St. Louis'], + cty_code: ['29099', '29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53099, lat: 38.47939 }, + }, + { + zip_code: '63053', + usps_city: 'Kimmswick', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 1067.7, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36394, lat: 38.3666 }, + }, + { + zip_code: '63070', + usps_city: 'Pevely', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8169.0, + density: 231.7, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42141, lat: 38.28374 }, + }, + { + zip_code: '63103', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8893.0, + density: 1590.2, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21682, lat: 38.62975 }, + }, + { + zip_code: '63334', + usps_city: 'Bowling Green', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8882.0, + density: 19.7, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "99.04", "29113": "0.96"}', + coty_name: ['Pike', 'Lincoln'], + cty_code: ['29163', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.18781, lat: 39.30166 }, + }, + { + zip_code: '63344', + usps_city: 'Eolia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1354.0, + density: 6.7, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "69.75", "29113": "30.25"}', + coty_name: ['Pike', 'Lincoln'], + cty_code: ['29163', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00429, lat: 39.23691 }, + }, + { + zip_code: '63357', + usps_city: 'Marthasville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6026.0, + density: 18.3, + primary_coty_code: '29219', + primary_coty_name: 'Warren', + county_weights: '{"29219": "94.36", "29183": "5.64"}', + coty_name: ['Warren', 'St. Charles'], + cty_code: ['29219', '29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09595, lat: 38.65857 }, + }, + { + zip_code: '63390', + usps_city: 'Wright City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11206.0, + density: 56.2, + primary_coty_code: '29219', + primary_coty_name: 'Warren', + county_weights: '{"29219": "90.27", "29113": "9.73"}', + coty_name: ['Warren', 'Lincoln'], + cty_code: ['29219', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04079, lat: 38.80673 }, + }, + { + zip_code: '63458', + usps_city: 'Newark', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 1.3, + primary_coty_code: '29103', + primary_coty_name: 'Knox', + county_weights: '{"29103": "100"}', + coty_name: ['Knox'], + cty_code: ['29103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.02156, lat: 39.99237 }, + }, + { + zip_code: '63764', + usps_city: 'Marble Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5204.0, + density: 10.4, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "96.84", "29031": "3.16"}', + coty_name: ['Bollinger', 'Cape Girardeau'], + cty_code: ['29017', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99003, lat: 37.31917 }, + }, + { + zip_code: '63774', + usps_city: 'Perkins', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 28.5, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75993, lat: 37.09603 }, + }, + { + zip_code: '63877', + usps_city: 'Steele', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3504.0, + density: 9.8, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "98.86", "29069": "1.14"}', + coty_name: ['Pemiscot', 'Dunklin'], + cty_code: ['29155', '29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85708, lat: 36.07563 }, + }, + { + zip_code: '63880', + usps_city: 'Whiteoak', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 371.3, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0251, lat: 36.32723 }, + }, + { + zip_code: '63961', + usps_city: 'Qulin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1720.0, + density: 7.6, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "100"}', + coty_name: ['Butler'], + cty_code: ['29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27104, lat: 36.57073 }, + }, + { + zip_code: '64050', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22614.0, + density: 651.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40757, lat: 39.11515 }, + }, + { + zip_code: '64070', + usps_city: 'Lone Jack', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3464.0, + density: 34.0, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "91.05", "29101": "8.95"}', + coty_name: ['Jackson', 'Johnson'], + cty_code: ['29095', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14858, lat: 38.88836 }, + }, + { + zip_code: '64119', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 28513.0, + density: 817.3, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.51934, lat: 39.20938 }, + }, + { + zip_code: '64146', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1618.0, + density: 129.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57334, lat: 38.88773 }, + }, + { + zip_code: '64465', + usps_city: 'Lathrop', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4663.0, + density: 18.9, + primary_coty_code: '29049', + primary_coty_name: 'Clinton', + county_weights: '{"29049": "93.91", "29025": "6.09"}', + coty_name: ['Clinton', 'Caldwell'], + cty_code: ['29049', '29025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29344, lat: 39.54904 }, + }, + { + zip_code: '64476', + usps_city: 'Pickering', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 4.1, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83755, lat: 40.45082 }, + }, + { + zip_code: '64505', + usps_city: 'Saint Joseph', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13537.0, + density: 115.8, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "72.25", "29003": "27.75"}', + coty_name: ['Buchanan', 'Andrew'], + cty_code: ['29021', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.834, lat: 39.8443 }, + }, + { + zip_code: '64636', + usps_city: 'Coffey', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 4.7, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "96.66", "29081": "3.34"}', + coty_name: ['Daviess', 'Harrison'], + cty_code: ['29061', '29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98127, lat: 40.11023 }, + }, + { + zip_code: '64641', + usps_city: 'Galt', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 621.0, + density: 3.2, + primary_coty_code: '29079', + primary_coty_name: 'Grundy', + county_weights: '{"29079": "83.63", "29211": "16.37"}', + coty_name: ['Grundy', 'Sullivan'], + cty_code: ['29079', '29211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39901, lat: 40.17743 }, + }, + { + zip_code: '64654', + usps_city: 'Lock Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 7.5, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "100"}', + coty_name: ['Daviess'], + cty_code: ['29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77259, lat: 39.83446 }, + }, + { + zip_code: '64722', + usps_city: 'Amoret', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 5.4, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "100"}', + coty_name: ['Bates'], + cty_code: ['29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55032, lat: 38.27813 }, + }, + { + zip_code: '64855', + usps_city: 'Oronogo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2566.0, + density: 22.9, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "96.78", "29011": "3.22"}', + coty_name: ['Jasper', 'Barton'], + cty_code: ['29097', '29011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48582, lat: 37.29597 }, + }, + { + zip_code: '64873', + usps_city: 'Wentworth', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 7.6, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "57.65", "29145": "42.35"}', + coty_name: ['Lawrence', 'Newton'], + cty_code: ['29109', '29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05146, lat: 37.01766 }, + }, + { + zip_code: '65016', + usps_city: 'Bonnots Mill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1508.0, + density: 11.6, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "100"}', + coty_name: ['Osage'], + cty_code: ['29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92075, lat: 38.56229 }, + }, + { + zip_code: '65024', + usps_city: 'Chamois', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1183.0, + density: 4.6, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "100"}', + coty_name: ['Osage'], + cty_code: ['29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7557, lat: 38.62273 }, + }, + { + zip_code: '65075', + usps_city: 'Saint Elizabeth', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 7.6, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "100"}', + coty_name: ['Miller'], + cty_code: ['29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26608, lat: 38.24999 }, + }, + { + zip_code: '65082', + usps_city: 'Tuscumbia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 6.8, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "100"}', + coty_name: ['Miller'], + cty_code: ['29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.42647, lat: 38.22461 }, + }, + { + zip_code: '65233', + usps_city: 'Boonville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12070.0, + density: 33.3, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "100"}', + coty_name: ['Cooper'], + cty_code: ['29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72912, lat: 38.91429 }, + }, + { + zip_code: '65329', + usps_city: 'Florence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 5.8, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "100"}', + coty_name: ['Morgan'], + cty_code: ['29141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95996, lat: 38.61586 }, + }, + { + zip_code: '65536', + usps_city: 'Lebanon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 29238.0, + density: 27.8, + primary_coty_code: '29105', + primary_coty_name: 'Laclede', + county_weights: '{"29105": "99.09", "29059": "0.74", "29029": "0.16"}', + coty_name: ['Laclede', 'Dallas', 'Camden'], + cty_code: ['29105', '29059', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64574, lat: 37.68624 }, + }, + { + zip_code: '65571', + usps_city: 'Summersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1770.0, + density: 3.8, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "73.1", "29203": "26.9"}', + coty_name: ['Texas', 'Shannon'], + cty_code: ['29215', '29203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63356, lat: 37.1863 }, + }, + { + zip_code: '65589', + usps_city: 'Yukon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 2.5, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83825, lat: 37.24545 }, + }, + { + zip_code: '65676', + usps_city: 'Isabella', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 9.6, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.60996, lat: 36.57617 }, + }, + { + zip_code: '65682', + usps_city: 'Lockwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2007.0, + density: 5.2, + primary_coty_code: '29057', + primary_coty_name: 'Dade', + county_weights: '{"29057": "96.36", "29109": "3.64"}', + coty_name: ['Dade', 'Lawrence'], + cty_code: ['29057', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.96984, lat: 37.41611 }, + }, + { + zip_code: '65707', + usps_city: 'Miller', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2230.0, + density: 9.0, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "100"}', + coty_name: ['Lawrence'], + cty_code: ['29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.845, lat: 37.22822 }, + }, + { + zip_code: '65732', + usps_city: 'Preston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1073.0, + density: 7.9, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "100"}', + coty_name: ['Hickory'], + cty_code: ['29085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16162, lat: 37.94131 }, + }, + { + zip_code: '66079', + usps_city: 'Rantoul', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 6.7, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "100"}', + coty_name: ['Franklin'], + cty_code: ['20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11271, lat: 38.54516 }, + }, + { + zip_code: '66090', + usps_city: 'Wathena', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2801.0, + density: 13.9, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "100"}', + coty_name: ['Doniphan'], + cty_code: ['20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9732, lat: 39.78557 }, + }, + { + zip_code: '66442', + usps_city: 'Fort Riley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16121.0, + density: 181.5, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "59.13", "20061": "40.87"}', + coty_name: ['Riley', 'Geary'], + cty_code: ['20161', '20061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78981, lat: 39.09328 }, + }, + { + zip_code: '66536', + usps_city: 'Saint Marys', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4356.0, + density: 28.5, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: + '{"20149": "95.1", "20177": "3.65", "20085": "0.82", "20197": "0.43"}', + coty_name: ['Pottawatomie', 'Shawnee', 'Jackson', 'Wabaunsee'], + cty_code: ['20149', '20177', '20085', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07927, lat: 39.22164 }, + }, + { + zip_code: '66621', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 679.0, + density: 1050.1, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70154, lat: 39.03333 }, + }, + { + zip_code: '66751', + usps_city: 'La Harpe', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 5.5, + primary_coty_code: '20001', + primary_coty_name: 'Allen', + county_weights: '{"20001": "100"}', + coty_name: ['Allen'], + cty_code: ['20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.2867, lat: 37.93768 }, + }, + { + zip_code: '66781', + usps_city: 'Weir', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 935.0, + density: 7.9, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "97.33", "20037": "2.67"}', + coty_name: ['Cherokee', 'Crawford'], + cty_code: ['20021', '20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.72854, lat: 37.29124 }, + }, + { + zip_code: '66932', + usps_city: 'Athol', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 0.5, + primary_coty_code: '20183', + primary_coty_name: 'Smith', + county_weights: '{"20183": "100"}', + coty_name: ['Smith'], + cty_code: ['20183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.92957, lat: 39.77805 }, + }, + { + zip_code: '67002', + usps_city: 'Andover', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14711.0, + density: 154.0, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10766, lat: 37.69502 }, + }, + { + zip_code: '67013', + usps_city: 'Belle Plaine', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2782.0, + density: 13.7, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "100"}', + coty_name: ['Sumner'], + cty_code: ['20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27503, lat: 37.37785 }, + }, + { + zip_code: '67059', + usps_city: 'Haviland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 971.0, + density: 1.3, + primary_coty_code: '20097', + primary_coty_name: 'Kiowa', + county_weights: '{"20097": "88.77", "20047": "8.25", "20151": "2.98"}', + coty_name: ['Kiowa', 'Edwards', 'Pratt'], + cty_code: ['20097', '20047', '20151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.09261, lat: 37.63034 }, + }, + { + zip_code: '67213', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22344.0, + density: 1330.9, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36497, lat: 37.66726 }, + }, + { + zip_code: '67574', + usps_city: 'Rozel', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 0.5, + primary_coty_code: '20145', + primary_coty_name: 'Pawnee', + county_weights: '{"20145": "100"}', + coty_name: ['Pawnee'], + cty_code: ['20145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.38504, lat: 38.22188 }, + }, + { + zip_code: '68015', + usps_city: 'Cedar Bluffs', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1124.0, + density: 8.0, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64342, lat: 41.38558 }, + }, + { + zip_code: '68022', + usps_city: 'Elkhorn', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 25050.0, + density: 256.3, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24594, lat: 41.27845 }, + }, + { + zip_code: '68040', + usps_city: 'Malmo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 4.7, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73674, lat: 41.28446 }, + }, + { + zip_code: '68333', + usps_city: 'Crete', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 8631.0, + density: 28.8, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "93.14", "31109": "6.86"}', + coty_name: ['Saline', 'Lancaster'], + cty_code: ['31151', '31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.94775, lat: 40.6233 }, + }, + { + zip_code: '68346', + usps_city: 'Dunbar', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 3.8, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.02894, lat: 40.66383 }, + }, + { + zip_code: '68354', + usps_city: 'Fairmont', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 3.7, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "96.07", "31185": "3.93"}', + coty_name: ['Fillmore', 'York'], + cty_code: ['31059', '31185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57833, lat: 40.63781 }, + }, + { + zip_code: '68521', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 35592.0, + density: 950.6, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70947, lat: 40.86613 }, + }, + { + zip_code: '68626', + usps_city: 'Brainard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 3.8, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99433, lat: 41.16707 }, + }, + { + zip_code: '68718', + usps_city: 'Bloomfield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1685.0, + density: 2.9, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "100"}', + coty_name: ['Knox'], + cty_code: ['31107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69676, lat: 42.65594 }, + }, + { + zip_code: '68757', + usps_city: 'Newcastle', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 2.3, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "93.37", "31027": "6.63"}', + coty_name: ['Dixon', 'Cedar'], + cty_code: ['31051', '31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.92136, lat: 42.65025 }, + }, + { + zip_code: '68813', + usps_city: 'Anselmo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 0.3, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "90.45", "31009": "9.55"}', + coty_name: ['Custer', 'Blaine'], + cty_code: ['31041', '31009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.91471, lat: 41.68513 }, + }, + { + zip_code: '68825', + usps_city: 'Callaway', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1027.0, + density: 1.3, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.96458, lat: 41.27175 }, + }, + { + zip_code: '68835', + usps_city: 'Elba', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 2.4, + primary_coty_code: '31093', + primary_coty_name: 'Howard', + county_weights: '{"31093": "100"}', + coty_name: ['Howard'], + cty_code: ['31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6199, lat: 41.33176 }, + }, + { + zip_code: '68860', + usps_city: 'Oconto', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 0.6, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.79139, lat: 41.1331 }, + }, + { + zip_code: '68878', + usps_city: 'Sumner', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 1.2, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "94.84", "31041": "5.16"}', + coty_name: ['Dawson', 'Custer'], + cty_code: ['31047', '31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.51705, lat: 40.97611 }, + }, + { + zip_code: '68925', + usps_city: 'Ayr', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 3.1, + primary_coty_code: '31001', + primary_coty_name: 'Adams', + county_weights: '{"31001": "100"}', + coty_name: ['Adams'], + cty_code: ['31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.43785, lat: 40.4254 }, + }, + { + zip_code: '68970', + usps_city: 'Red Cloud', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1419.0, + density: 3.6, + primary_coty_code: '31181', + primary_coty_name: 'Webster', + county_weights: '{"31181": "100"}', + coty_name: ['Webster'], + cty_code: ['31181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.51522, lat: 40.10883 }, + }, + { + zip_code: '69125', + usps_city: 'Broadwater', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 0.5, + primary_coty_code: '31123', + primary_coty_name: 'Morrill', + county_weights: '{"31123": "100"}', + coty_name: ['Morrill'], + cty_code: ['31123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.83343, lat: 41.61648 }, + }, + { + zip_code: '69140', + usps_city: 'Grant', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1831.0, + density: 2.0, + primary_coty_code: '31135', + primary_coty_name: 'Perkins', + county_weights: '{"31135": "100"}', + coty_name: ['Perkins'], + cty_code: ['31135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.78039, lat: 40.85087 }, + }, + { + zip_code: '69144', + usps_city: 'Keystone', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 0.5, + primary_coty_code: '31101', + primary_coty_name: 'Keith', + county_weights: '{"31101": "100"}', + coty_name: ['Keith'], + cty_code: ['31101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.58233, lat: 41.29013 }, + }, + { + zip_code: '69150', + usps_city: 'Madrid', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 0.9, + primary_coty_code: '31135', + primary_coty_name: 'Perkins', + county_weights: '{"31135": "100"}', + coty_name: ['Perkins'], + cty_code: ['31135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.54353, lat: 40.84769 }, + }, + { + zip_code: '69151', + usps_city: 'Maxwell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 789.0, + density: 1.0, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "100"}', + coty_name: ['Lincoln'], + cty_code: ['31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.50409, lat: 41.0982 }, + }, + { + zip_code: '69356', + usps_city: 'Minatare', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1919.0, + density: 5.8, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "100"}', + coty_name: ['Scotts Bluff'], + cty_code: ['31157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.45129, lat: 41.89476 }, + }, + { + zip_code: '70052', + usps_city: 'Gramercy', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3688.0, + density: 491.4, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "100"}', + coty_name: ['St. James'], + cty_code: ['22093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6994, lat: 30.08239 }, + }, + { + zip_code: '70139', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "0"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.071, lat: 29.95023 }, + }, + { + zip_code: '70375', + usps_city: 'Mathews', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 16.2, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53684, lat: 29.69274 }, + }, + { + zip_code: '70653', + usps_city: 'Merryville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3285.0, + density: 4.6, + primary_coty_code: '22011', + primary_coty_name: 'Beauregard', + county_weights: '{"22011": "100"}', + coty_name: ['Beauregard'], + cty_code: ['22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.56221, lat: 30.66353 }, + }, + { + zip_code: '70805', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27180.0, + density: 920.4, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15936, lat: 30.48853 }, + }, + { + zip_code: '71023', + usps_city: 'Doyline', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3553.0, + density: 28.3, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "95.15", "22015": "4.85"}', + coty_name: ['Webster', 'Bossier'], + cty_code: ['22119', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40681, lat: 32.47804 }, + }, + { + zip_code: '71068', + usps_city: 'Ringgold', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3418.0, + density: 9.2, + primary_coty_code: '22013', + primary_coty_name: 'Bienville', + county_weights: '{"22013": "89.08", "22081": "10.92"}', + coty_name: ['Bienville', 'Red River'], + cty_code: ['22013', '22081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32183, lat: 32.28367 }, + }, + { + zip_code: '71104', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14744.0, + density: 1439.2, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "97.41", "22015": "2.59"}', + coty_name: ['Caddo', 'Bossier'], + cty_code: ['22017', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73252, lat: 32.48494 }, + }, + { + zip_code: '71112', + usps_city: 'Bossier City', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34682.0, + density: 313.0, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "100"}', + coty_name: ['Bossier'], + cty_code: ['22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63612, lat: 32.44249 }, + }, + { + zip_code: '71234', + usps_city: 'Downsville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3587.0, + density: 11.7, + primary_coty_code: '22111', + primary_coty_name: 'Union', + county_weights: '{"22111": "77.61", "22073": "17.76", "22061": "4.63"}', + coty_name: ['Union', 'Ouachita', 'Lincoln'], + cty_code: ['22111', '22073', '22061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34166, lat: 32.64415 }, + }, + { + zip_code: '71245', + usps_city: 'Grambling', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4707.0, + density: 258.7, + primary_coty_code: '22061', + primary_coty_name: 'Lincoln', + county_weights: '{"22061": "100"}', + coty_name: ['Lincoln'], + cty_code: ['22061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72192, lat: 32.5297 }, + }, + { + zip_code: '71468', + usps_city: 'Provencal', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 1.6, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "100"}', + coty_name: ['Natchitoches'], + cty_code: ['22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14764, lat: 31.48116 }, + }, + { + zip_code: '71474', + usps_city: 'Simpson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 8.7, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "100"}', + coty_name: ['Vernon'], + cty_code: ['22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01389, lat: 31.27408 }, + }, + { + zip_code: '71659', + usps_city: 'Moscow', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 13.7, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "100"}', + coty_name: ['Jefferson'], + cty_code: ['5069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77587, lat: 34.14357 }, + }, + { + zip_code: '71676', + usps_city: 'Wilmot', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 546.0, + density: 2.0, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "98.54", "05017": "1.46"}', + coty_name: ['Ashley', 'Chicot'], + cty_code: ['05003', '05017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56857, lat: 33.05411 }, + }, + { + zip_code: '71801', + usps_city: 'Hope', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16894.0, + density: 21.6, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "100"}', + coty_name: ['Hempstead'], + cty_code: ['5057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59444, lat: 33.64418 }, + }, + { + zip_code: '71833', + usps_city: 'Dierks', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2001.0, + density: 4.9, + primary_coty_code: '5061', + primary_coty_name: 'Howard', + county_weights: '{"05061": "99.47", "05133": "0.53"}', + coty_name: ['Howard', 'Sevier'], + cty_code: ['05061', '05133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04101, lat: 34.14469 }, + }, + { + zip_code: '72005', + usps_city: 'Amagon', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 1.9, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "100"}', + coty_name: ['Jackson'], + cty_code: ['5067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.07153, lat: 35.54 }, + }, + { + zip_code: '72086', + usps_city: 'Lonoke', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11049.0, + density: 29.3, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "100"}', + coty_name: ['Lonoke'], + cty_code: ['5085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90941, lat: 34.80894 }, + }, + { + zip_code: '72106', + usps_city: 'Mayflower', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5510.0, + density: 46.3, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48207, lat: 34.96663 }, + }, + { + zip_code: '72117', + usps_city: 'North Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14769.0, + density: 102.9, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14389, lat: 34.7774 }, + }, + { + zip_code: '72459', + usps_city: 'Ravenden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1324.0, + density: 5.1, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "65.31", "05135": "17.53", "05121": "17.16"}', + coty_name: ['Lawrence', 'Sharp', 'Randolph'], + cty_code: ['05075', '05135', '05121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.2983, lat: 36.28903 }, + }, + { + zip_code: '72573', + usps_city: 'Sage', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 5.7, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7962, lat: 36.07315 }, + }, + { + zip_code: '72635', + usps_city: 'Gassville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3913.0, + density: 51.8, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48775, lat: 36.31793 }, + }, + { + zip_code: '72663', + usps_city: 'Onia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 2.6, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "100"}', + coty_name: ['Stone'], + cty_code: ['5137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32779, lat: 35.93775 }, + }, + { + zip_code: '72752', + usps_city: 'Pettigrew', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 1.1, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "75.43", "05071": "16.72", "05101": "7.85"}', + coty_name: ['Madison', 'Johnson', 'Newton'], + cty_code: ['05087', '05071', '05101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57713, lat: 35.80409 }, + }, + { + zip_code: '72826', + usps_city: 'Blue Mountain', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 64.2, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "100"}', + coty_name: ['Logan'], + cty_code: ['5083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70927, lat: 35.12286 }, + }, + { + zip_code: '72847', + usps_city: 'London', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2765.0, + density: 24.6, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "72.63", "05071": "27.37"}', + coty_name: ['Pope', 'Johnson'], + cty_code: ['05115', '05071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27198, lat: 35.37376 }, + }, + { + zip_code: '72941', + usps_city: 'Lavaca', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5189.0, + density: 37.2, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.15397, lat: 35.36537 }, + }, + { + zip_code: '72958', + usps_city: 'Waldron', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6824.0, + density: 7.6, + primary_coty_code: '5127', + primary_coty_name: 'Scott', + county_weights: '{"05127": "100"}', + coty_name: ['Scott'], + cty_code: ['5127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12456, lat: 34.90487 }, + }, + { + zip_code: '73008', + usps_city: 'Bethany', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20111.0, + density: 993.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64615, lat: 35.51408 }, + }, + { + zip_code: '73114', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 18659.0, + density: 767.1, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5177, lat: 35.5789 }, + }, + { + zip_code: '73446', + usps_city: 'Madill', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8642.0, + density: 14.5, + primary_coty_code: '40095', + primary_coty_name: 'Marshall', + county_weights: '{"40095": "100"}', + coty_name: ['Marshall'], + cty_code: ['40095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77804, lat: 34.08958 }, + }, + { + zip_code: '73544', + usps_city: 'Gould', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 0.7, + primary_coty_code: '40057', + primary_coty_name: 'Harmon', + county_weights: '{"40057": "100"}', + coty_name: ['Harmon'], + cty_code: ['40057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.76502, lat: 34.69497 }, + }, + { + zip_code: '73552', + usps_city: 'Indiahoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 5.3, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.7567, lat: 34.63299 }, + }, + { + zip_code: '73946', + usps_city: 'Kenton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 0.1, + primary_coty_code: '40025', + primary_coty_name: 'Cimarron', + county_weights: '{"40025": "100"}', + coty_name: ['Cimarron'], + cty_code: ['40025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.81268, lat: 36.93133 }, + }, + { + zip_code: '74071', + usps_city: 'Slick', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 7.0, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.28047, lat: 35.78212 }, + }, + { + zip_code: '74074', + usps_city: 'Stillwater', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 32132.0, + density: 94.2, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "100"}', + coty_name: ['Payne'], + cty_code: ['40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07624, lat: 36.08105 }, + }, + { + zip_code: '74081', + usps_city: 'Terlton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2022.0, + density: 22.9, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "91.29", "40037": "8.71"}', + coty_name: ['Pawnee', 'Creek'], + cty_code: ['40117', '40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45561, lat: 36.17588 }, + }, + { + zip_code: '74563', + usps_city: 'Red Oak', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1957.0, + density: 4.0, + primary_coty_code: '40077', + primary_coty_name: 'Latimer', + county_weights: '{"40077": "98.53", "40079": "1.47"}', + coty_name: ['Latimer', 'Le Flore'], + cty_code: ['40077', '40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.06672, lat: 34.97376 }, + }, + { + zip_code: '74735', + usps_city: 'Fort Towson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 4.0, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "81.15", "40127": "18.85"}', + coty_name: ['Choctaw', 'Pushmataha'], + cty_code: ['40023', '40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24951, lat: 34.08558 }, + }, + { + zip_code: '74766', + usps_city: 'Wright City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1543.0, + density: 5.5, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97465, lat: 34.1501 }, + }, + { + zip_code: '75034', + usps_city: 'Frisco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 108525.0, + density: 837.4, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "65.96", "48085": "34.04"}', + coty_name: ['Denton', 'Collin'], + cty_code: ['48121', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86036, lat: 33.15195 }, + }, + { + zip_code: '75125', + usps_city: 'Ferris', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6326.0, + density: 35.1, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "95.13", "48113": "4.87"}', + coty_name: ['Ellis', 'Dallas'], + cty_code: ['48139', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.62477, lat: 32.53137 }, + }, + { + zip_code: '75135', + usps_city: 'Caddo Mills', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7363.0, + density: 45.7, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "100"}', + coty_name: ['Hunt'], + cty_code: ['48231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22289, lat: 33.06521 }, + }, + { + zip_code: '75149', + usps_city: 'Mesquite', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 56473.0, + density: 1373.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61487, lat: 32.77003 }, + }, + { + zip_code: '75163', + usps_city: 'Trinidad', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2716.0, + density: 31.0, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "100"}', + coty_name: ['Henderson'], + cty_code: ['48213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11031, lat: 32.16759 }, + }, + { + zip_code: '75182', + usps_city: 'Sunnyvale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6325.0, + density: 138.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55405, lat: 32.80014 }, + }, + { + zip_code: '75203', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17367.0, + density: 1417.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.803, lat: 32.74627 }, + }, + { + zip_code: '75454', + usps_city: 'Melissa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10467.0, + density: 210.8, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56323, lat: 33.28335 }, + }, + { + zip_code: '75475', + usps_city: 'Randolph', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 27.7, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23822, lat: 33.47484 }, + }, + { + zip_code: '75550', + usps_city: 'Annona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 681.0, + density: 3.0, + primary_coty_code: '48387', + primary_coty_name: 'Red River', + county_weights: '{"48387": "100"}', + coty_name: ['Red River'], + cty_code: ['48387'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88241, lat: 33.49406 }, + }, + { + zip_code: '75702', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27698.0, + density: 782.5, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31531, lat: 32.36287 }, + }, + { + zip_code: '75770', + usps_city: 'Larue', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2925.0, + density: 9.4, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "100"}', + coty_name: ['Henderson'], + cty_code: ['48213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64876, lat: 32.13855 }, + }, + { + zip_code: '75833', + usps_city: 'Centerville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2944.0, + density: 4.6, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "100"}', + coty_name: ['Leon'], + cty_code: ['48289'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.839, lat: 31.26718 }, + }, + { + zip_code: '75850', + usps_city: 'Leona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 4.3, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "100"}', + coty_name: ['Leon'], + cty_code: ['48289'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9168, lat: 31.13741 }, + }, + { + zip_code: '75859', + usps_city: 'Streetman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2134.0, + density: 7.0, + primary_coty_code: '48161', + primary_coty_name: 'Freestone', + county_weights: '{"48161": "83", "48349": "17"}', + coty_name: ['Freestone', 'Navarro'], + cty_code: ['48161', '48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24023, lat: 31.88161 }, + }, + { + zip_code: '75934', + usps_city: 'Camden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 11.4, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.75068, lat: 30.89591 }, + }, + { + zip_code: '75944', + usps_city: 'Etoile', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1100.0, + density: 10.7, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38859, lat: 31.33734 }, + }, + { + zip_code: '76008', + usps_city: 'Aledo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19338.0, + density: 100.7, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "86.15", "48439": "13.85"}', + coty_name: ['Parker', 'Tarrant'], + cty_code: ['48367', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62376, lat: 32.69291 }, + }, + { + zip_code: '76050', + usps_city: 'Grandview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6212.0, + density: 19.6, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "90.86", "48217": "5.4", "48139": "3.74"}', + coty_name: ['Johnson', 'Hill', 'Ellis'], + cty_code: ['48251', '48217', '48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.16601, lat: 32.27537 }, + }, + { + zip_code: '76054', + usps_city: 'Hurst', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12280.0, + density: 1247.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17781, lat: 32.85918 }, + }, + { + zip_code: '76060', + usps_city: 'Kennedale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8468.0, + density: 441.9, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21585, lat: 32.64076 }, + }, + { + zip_code: '76061', + usps_city: 'Lillian', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 9.5, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "100"}', + coty_name: ['Johnson'], + cty_code: ['48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18842, lat: 32.50396 }, + }, + { + zip_code: '76063', + usps_city: 'Mansfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 73216.0, + density: 545.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "95.24", "48251": "4.76"}', + coty_name: ['Tarrant', 'Johnson'], + cty_code: ['48439', '48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14275, lat: 32.56979 }, + }, + { + zip_code: '76071', + usps_city: 'Newark', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4589.0, + density: 234.8, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "89.01", "48439": "10.99"}', + coty_name: ['Wise', 'Tarrant'], + cty_code: ['48497', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47935, lat: 33.00546 }, + }, + { + zip_code: '76123', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36245.0, + density: 1726.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39318, lat: 32.61898 }, + }, + { + zip_code: '76201', + usps_city: 'Denton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28601.0, + density: 1979.5, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14723, lat: 33.22112 }, + }, + { + zip_code: '76230', + usps_city: 'Bowie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9896.0, + density: 10.1, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "95.92", "48237": "2.62", "48077": "1.46"}', + coty_name: ['Montague', 'Jack', 'Clay'], + cty_code: ['48337', '48237', '48077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95469, lat: 33.51993 }, + }, + { + zip_code: '76443', + usps_city: 'Cross Plains', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1914.0, + density: 5.2, + primary_coty_code: '48059', + primary_coty_name: 'Callahan', + county_weights: '{"48059": "93.04", "48049": "4.9", "48083": "2.06"}', + coty_name: ['Callahan', 'Brown', 'Coleman'], + cty_code: ['48059', '48049', '48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.21059, lat: 32.13341 }, + }, + { + zip_code: '76623', + usps_city: 'Avalon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 19.7, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75659, lat: 32.21038 }, + }, + { + zip_code: '76648', + usps_city: 'Hubbard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2887.0, + density: 10.8, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "88.62", "48349": "9.08", "48293": "2.3"}', + coty_name: ['Hill', 'Navarro', 'Limestone'], + cty_code: ['48217', '48349', '48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80272, lat: 31.8472 }, + }, + { + zip_code: '76821', + usps_city: 'Ballinger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4561.0, + density: 5.8, + primary_coty_code: '48399', + primary_coty_name: 'Runnels', + county_weights: '{"48399": "100"}', + coty_name: ['Runnels'], + cty_code: ['48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.93625, lat: 31.73869 }, + }, + { + zip_code: '76856', + usps_city: 'Mason', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3735.0, + density: 2.0, + primary_coty_code: '48319', + primary_coty_name: 'Mason', + county_weights: '{"48319": "100"}', + coty_name: ['Mason'], + cty_code: ['48319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.26619, lat: 30.70618 }, + }, + { + zip_code: '76861', + usps_city: 'Miles', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1945.0, + density: 4.4, + primary_coty_code: '48399', + primary_coty_name: 'Runnels', + county_weights: '{"48399": "57.49", "48451": "42.51"}', + coty_name: ['Runnels', 'Tom Green'], + cty_code: ['48399', '48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.19534, lat: 31.59099 }, + }, + { + zip_code: '76866', + usps_city: 'Paint Rock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 0.7, + primary_coty_code: '48095', + primary_coty_name: 'Concho', + county_weights: '{"48095": "100"}', + coty_name: ['Concho'], + cty_code: ['48095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.92785, lat: 31.46085 }, + }, + { + zip_code: '76871', + usps_city: 'Richland Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 1.1, + primary_coty_code: '48411', + primary_coty_name: 'San Saba', + county_weights: '{"48411": "99.36", "48307": "0.64"}', + coty_name: ['San Saba', 'McCulloch'], + cty_code: ['48411', '48307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98708, lat: 31.29056 }, + }, + { + zip_code: '76955', + usps_city: 'Vancourt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 1.5, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.15274, lat: 31.28953 }, + }, + { + zip_code: '76958', + usps_city: 'Water Valley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 0.7, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.79924, lat: 31.59512 }, + }, + { + zip_code: '77020', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26357.0, + density: 1474.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31379, lat: 29.77305 }, + }, + { + zip_code: '77041', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33941.0, + density: 707.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58085, lat: 29.86048 }, + }, + { + zip_code: '77086', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28636.0, + density: 1629.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49109, lat: 29.91819 }, + }, + { + zip_code: '77090', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40761.0, + density: 1914.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44393, lat: 30.00866 }, + }, + { + zip_code: '77099', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52294.0, + density: 3248.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "95.59", "48157": "4.41"}', + coty_name: ['Harris', 'Fort Bend'], + cty_code: ['48201', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58519, lat: 29.67079 }, + }, + { + zip_code: '77316', + usps_city: 'Montgomery', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26119.0, + density: 79.9, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67997, lat: 30.31022 }, + }, + { + zip_code: '77367', + usps_city: 'Riverside', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 38.2, + primary_coty_code: '48471', + primary_coty_name: 'Walker', + county_weights: '{"48471": "100"}', + coty_name: ['Walker'], + cty_code: ['48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39831, lat: 30.85587 }, + }, + { + zip_code: '77384', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19467.0, + density: 430.4, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49526, lat: 30.23494 }, + }, + { + zip_code: '77406', + usps_city: 'Richmond', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 49261.0, + density: 293.2, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.79799, lat: 29.64359 }, + }, + { + zip_code: '77426', + usps_city: 'Chappell Hill', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2524.0, + density: 11.0, + primary_coty_code: '48477', + primary_coty_name: 'Washington', + county_weights: '{"48477": "93.33", "48015": "6.67"}', + coty_name: ['Washington', 'Austin'], + cty_code: ['48477', '48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24904, lat: 30.11817 }, + }, + { + zip_code: '77455', + usps_city: 'Louise', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2194.0, + density: 4.0, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "98.53", "48239": "1.47"}', + coty_name: ['Wharton', 'Jackson'], + cty_code: ['48481', '48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43031, lat: 29.13955 }, + }, + { + zip_code: '77457', + usps_city: 'Matagorda', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 18.6, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92228, lat: 28.70908 }, + }, + { + zip_code: '77465', + usps_city: 'Palacios', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7151.0, + density: 14.2, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "90.48", "48239": "8.18", "48057": "1.34"}', + coty_name: ['Matagorda', 'Jackson', 'Calhoun'], + cty_code: ['48321', '48239', '48057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22968, lat: 28.76248 }, + }, + { + zip_code: '77623', + usps_city: 'High Island', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 15.9, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41714, lat: 29.55988 }, + }, + { + zip_code: '77705', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39236.0, + density: 63.9, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16146, lat: 29.9046 }, + }, + { + zip_code: '77964', + usps_city: 'Hallettsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8395.0, + density: 5.6, + primary_coty_code: '48285', + primary_coty_name: 'Lavaca', + county_weights: '{"48285": "99.31", "48089": "0.69"}', + coty_name: ['Lavaca', 'Colorado'], + cty_code: ['48285', '48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84377, lat: 29.37701 }, + }, + { + zip_code: '77984', + usps_city: 'Shiner', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3972.0, + density: 9.8, + primary_coty_code: '48285', + primary_coty_name: 'Lavaca', + county_weights: '{"48285": "90.17", "48177": "9.83"}', + coty_name: ['Lavaca', 'Gonzales'], + cty_code: ['48285', '48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18787, lat: 29.45351 }, + }, + { + zip_code: '78066', + usps_city: 'Rio Medina', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 7.9, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.8956, lat: 29.4794 }, + }, + { + zip_code: '78109', + usps_city: 'Converse', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39769.0, + density: 732.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29148, lat: 29.48788 }, + }, + { + zip_code: '78130', + usps_city: 'New Braunfels', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 77400.0, + density: 323.7, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "71.41", "48187": "28.59"}', + coty_name: ['Comal', 'Guadalupe'], + cty_code: ['48091', '48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.07021, lat: 29.69772 }, + }, + { + zip_code: '78148', + usps_city: 'Universal City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22364.0, + density: 916.3, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29565, lat: 29.54349 }, + }, + { + zip_code: '78225', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14472.0, + density: 2849.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52602, lat: 29.38799 }, + }, + { + zip_code: '78335', + usps_city: 'Aransas Pass', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09231, lat: 27.87319 }, + }, + { + zip_code: '78358', + usps_city: 'Fulton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 653.0, + density: 480.6, + primary_coty_code: '48007', + primary_coty_name: 'Aransas', + county_weights: '{"48007": "100"}', + coty_name: ['Aransas'], + cty_code: ['48007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04427, lat: 28.06824 }, + }, + { + zip_code: '78383', + usps_city: 'Sandia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4296.0, + density: 10.8, + primary_coty_code: '48249', + primary_coty_name: 'Jim Wells', + county_weights: '{"48249": "49.48", "48297": "37.5", "48355": "13.03"}', + coty_name: ['Jim Wells', 'Live Oak', 'Nueces'], + cty_code: ['48249', '48297', '48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96378, lat: 28.09164 }, + }, + { + zip_code: '78582', + usps_city: 'Rio Grande City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43074.0, + density: 25.5, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73564, lat: 26.55556 }, + }, + { + zip_code: '78620', + usps_city: 'Dripping Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17590.0, + density: 39.4, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: '{"48209": "91.15", "48453": "8.44", "48031": "0.41"}', + coty_name: ['Hays', 'Travis', 'Blanco'], + cty_code: ['48209', '48453', '48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.12894, lat: 30.21895 }, + }, + { + zip_code: '78638', + usps_city: 'Kingsbury', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2133.0, + density: 7.2, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79496, lat: 29.65691 }, + }, + { + zip_code: '78717', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30657.0, + density: 921.6, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75398, lat: 30.4899 }, + }, + { + zip_code: '78747', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21021.0, + density: 341.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74017, lat: 30.12652 }, + }, + { + zip_code: '78751', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16197.0, + density: 2607.4, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72275, lat: 30.31082 }, + }, + { + zip_code: '78832', + usps_city: 'Brackettville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3659.0, + density: 1.3, + primary_coty_code: '48271', + primary_coty_name: 'Kinney', + county_weights: '{"48271": "100"}', + coty_name: ['Kinney'], + cty_code: ['48271'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.41624, lat: 29.39072 }, + }, + { + zip_code: '78836', + usps_city: 'Catarina', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 228.0, + density: 0.4, + primary_coty_code: '48127', + primary_coty_name: 'Dimmit', + county_weights: '{"48127": "100"}', + coty_name: ['Dimmit'], + cty_code: ['48127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.70453, lat: 28.29633 }, + }, + { + zip_code: '78956', + usps_city: 'Schulenburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5685.0, + density: 13.0, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "92.34", "48285": "7.66"}', + coty_name: ['Fayette', 'Lavaca'], + cty_code: ['48149', '48285'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93416, lat: 29.68793 }, + }, + { + zip_code: '79014', + usps_city: 'Canadian', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3964.0, + density: 1.6, + primary_coty_code: '48211', + primary_coty_name: 'Hemphill', + county_weights: '{"48211": "98.67", "48295": "1.33"}', + coty_name: ['Hemphill', 'Lipscomb'], + cty_code: ['48211', '48295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.29813, lat: 35.91222 }, + }, + { + zip_code: '79033', + usps_city: 'Farnsworth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 1.5, + primary_coty_code: '48357', + primary_coty_name: 'Ochiltree', + county_weights: '{"48357": "100"}', + coty_name: ['Ochiltree'], + cty_code: ['48357'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.98394, lat: 36.33008 }, + }, + { + zip_code: '79104', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7019.0, + density: 707.0, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "100"}', + coty_name: ['Potter'], + cty_code: ['48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.78859, lat: 35.20276 }, + }, + { + zip_code: '79108', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16112.0, + density: 37.6, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "99.57", "48065": "0.43"}', + coty_name: ['Potter', 'Carson'], + cty_code: ['48375', '48065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.80584, lat: 35.35066 }, + }, + { + zip_code: '79220', + usps_city: 'Afton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 0.4, + primary_coty_code: '48125', + primary_coty_name: 'Dickens', + county_weights: '{"48125": "100"}', + coty_name: ['Dickens'], + cty_code: ['48125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.78642, lat: 33.75776 }, + }, + { + zip_code: '79231', + usps_city: 'Dougherty', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 3.4, + primary_coty_code: '48153', + primary_coty_name: 'Floyd', + county_weights: '{"48153": "100"}', + coty_name: ['Floyd'], + cty_code: ['48153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.07003, lat: 33.90634 }, + }, + { + zip_code: '79243', + usps_city: 'Mcadoo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 0.4, + primary_coty_code: '48125', + primary_coty_name: 'Dickens', + county_weights: '{"48125": "100"}', + coty_name: ['Dickens'], + cty_code: ['48125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.99107, lat: 33.7595 }, + }, + { + zip_code: '79510', + usps_city: 'Clyde', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7573.0, + density: 10.7, + primary_coty_code: '48059', + primary_coty_name: 'Callahan', + county_weights: '{"48059": "99.55", "48083": "0.45"}', + coty_name: ['Callahan', 'Coleman'], + cty_code: ['48059', '48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.52899, lat: 32.27507 }, + }, + { + zip_code: '80221', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 42103.0, + density: 1789.5, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "84.83", "08031": "15.17"}', + coty_name: ['Adams', 'Denver'], + cty_code: ['08001', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00955, lat: 39.81542 }, + }, + { + zip_code: '80228', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34111.0, + density: 1198.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.15677, lat: 39.69002 }, + }, + { + zip_code: '80232', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 22705.0, + density: 2119.6, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "99.74", "08031": "0.26"}', + coty_name: ['Jefferson', 'Denver'], + cty_code: ['08059', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.09048, lat: 39.68853 }, + }, + { + zip_code: '80249', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 32537.0, + density: 263.2, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.69651, lat: 39.84982 }, + }, + { + zip_code: '80451', + usps_city: 'Hot Sulphur Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 5.8, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.07319, lat: 40.09845 }, + }, + { + zip_code: '80528', + usps_city: 'Fort Collins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 22641.0, + density: 460.9, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00023, lat: 40.49615 }, + }, + { + zip_code: '80610', + usps_city: 'Ault', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3410.0, + density: 7.8, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.59555, lat: 40.66737 }, + }, + { + zip_code: '80612', + usps_city: 'Carr', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.7, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "74.19", "08069": "25.81"}', + coty_name: ['Weld', 'Larimer'], + cty_code: ['08123', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.86665, lat: 40.8798 }, + }, + { + zip_code: '80723', + usps_city: 'Brush', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7180.0, + density: 9.5, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "99.85", "08121": "0.15"}', + coty_name: ['Morgan', 'Washington'], + cty_code: ['08087', '08121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.57075, lat: 40.15002 }, + }, + { + zip_code: '81121', + usps_city: 'Arboles', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 2.7, + primary_coty_code: '8007', + primary_coty_name: 'Archuleta', + county_weights: '{"08007": "100"}', + coty_name: ['Archuleta'], + cty_code: ['8007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.43911, lat: 37.10982 }, + }, + { + zip_code: '81210', + usps_city: 'Almont', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 0.2, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.63113, lat: 38.82131 }, + }, + { + zip_code: '81223', + usps_city: 'Cotopaxi', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1244.0, + density: 1.2, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.60648, lat: 38.40535 }, + }, + { + zip_code: '81324', + usps_city: 'Dove Creek', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 1.2, + primary_coty_code: '8033', + primary_coty_name: 'Dolores', + county_weights: '{"08033": "96.61", "49037": "3.39"}', + coty_name: ['Dolores', 'San Juan'], + cty_code: ['08033', '49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.0334, lat: 37.6641 }, + }, + { + zip_code: '81612', + usps_city: 'Aspen', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8097', + primary_coty_name: 'Pitkin', + county_weights: '{"08097": "100"}', + coty_name: ['Pitkin'], + cty_code: ['8097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.83727, lat: 39.13396 }, + }, + { + zip_code: '81650', + usps_city: 'Rifle', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13843.0, + density: 5.8, + primary_coty_code: '8045', + primary_coty_name: 'Garfield', + county_weights: '{"08045": "99.55", "08103": "0.45"}', + coty_name: ['Garfield', 'Rio Blanco'], + cty_code: ['08045', '08103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.11824, lat: 39.73873 }, + }, + { + zip_code: '82009', + usps_city: 'Cheyenne', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 34061.0, + density: 10.6, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.84869, lat: 41.3782 }, + }, + { + zip_code: '82059', + usps_city: 'Granite Canon', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 0.8, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.17729, lat: 41.05729 }, + }, + { + zip_code: '82073', + usps_city: 'Laramie', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 9422.9, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.58757, lat: 41.35677 }, + }, + { + zip_code: '82201', + usps_city: 'Wheatland', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 6858.0, + density: 1.5, + primary_coty_code: '56031', + primary_coty_name: 'Platte', + county_weights: '{"56031": "98.45", "56001": "1.55"}', + coty_name: ['Platte', 'Albany'], + cty_code: ['56031', '56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.14688, lat: 42.01851 }, + }, + { + zip_code: '82334', + usps_city: 'Sinclair', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 0.8, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.99553, lat: 41.8812 }, + }, + { + zip_code: '82442', + usps_city: 'Ten Sleep', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 0.5, + primary_coty_code: '56043', + primary_coty_name: 'Washakie', + county_weights: '{"56043": "100"}', + coty_name: ['Washakie'], + cty_code: ['56043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.31477, lat: 43.87936 }, + }, + { + zip_code: '82515', + usps_city: 'Hudson', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 463.0, + density: 21.5, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.54265, lat: 42.90373 }, + }, + { + zip_code: '82644', + usps_city: 'Mills', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 728.5, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.37618, lat: 42.84306 }, + }, + { + zip_code: '82930', + usps_city: 'Evanston', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 14105.0, + density: 4.8, + primary_coty_code: '56041', + primary_coty_name: 'Uinta', + county_weights: '{"56041": "99.76", "49043": "0.24"}', + coty_name: ['Uinta', 'Summit'], + cty_code: ['56041', '49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.63715, lat: 41.00812 }, + }, + { + zip_code: '83227', + usps_city: 'Clayton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 0.0, + primary_coty_code: '16037', + primary_coty_name: 'Custer', + county_weights: '{"16037": "100"}', + coty_name: ['Custer'], + cty_code: ['16037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.50171, lat: 44.24934 }, + }, + { + zip_code: '83276', + usps_city: 'Soda Springs', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3733.0, + density: 3.4, + primary_coty_code: '16029', + primary_coty_name: 'Caribou', + county_weights: '{"16029": "96.22", "16007": "3.78"}', + coty_name: ['Caribou', 'Bear Lake'], + cty_code: ['16029', '16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.52781, lat: 42.76928 }, + }, + { + zip_code: '83330', + usps_city: 'Gooding', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6469.0, + density: 21.3, + primary_coty_code: '16047', + primary_coty_name: 'Gooding', + county_weights: '{"16047": "100"}', + coty_name: ['Gooding'], + cty_code: ['16047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.70822, lat: 42.95287 }, + }, + { + zip_code: '83429', + usps_city: 'Island Park', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 0.4, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "100"}', + coty_name: ['Fremont'], + cty_code: ['16043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.40232, lat: 44.46774 }, + }, + { + zip_code: '83624', + usps_city: 'Grand View', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1398.0, + density: 2.1, + primary_coty_code: '16073', + primary_coty_name: 'Owyhee', + county_weights: '{"16073": "79.33", "16039": "20.67"}', + coty_name: ['Owyhee', 'Elmore'], + cty_code: ['16073', '16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.14386, lat: 42.91336 }, + }, + { + zip_code: '83634', + usps_city: 'Kuna', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 28678.0, + density: 74.0, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "97.68", "16027": "2.32"}', + coty_name: ['Ada', 'Canyon'], + cty_code: ['16001', '16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.3279, lat: 43.45202 }, + }, + { + zip_code: '83657', + usps_city: 'Ola', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 1.1, + primary_coty_code: '16045', + primary_coty_name: 'Gem', + county_weights: '{"16045": "100", "16085": "0"}', + coty_name: ['Gem', 'Valley'], + cty_code: ['16045', '16085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.30178, lat: 44.2245 }, + }, + { + zip_code: '83660', + usps_city: 'Parma', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5987.0, + density: 19.3, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "89.08", "16075": "10.92"}', + coty_name: ['Canyon', 'Payette'], + cty_code: ['16027', '16075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.93136, lat: 43.79911 }, + }, + { + zip_code: '83713', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 30121.0, + density: 1722.2, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.33394, lat: 43.63893 }, + }, + { + zip_code: '83834', + usps_city: 'Harvard', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 0.6, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.66264, lat: 46.97497 }, + }, + { + zip_code: '83836', + usps_city: 'Hope', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 3.7, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.25139, lat: 48.26372 }, + }, + { + zip_code: '83874', + usps_city: 'Murray', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 0.2, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.78438, lat: 47.63915 }, + }, + { + zip_code: '84007', + usps_city: 'Bluebell', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 5.4, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.20174, lat: 40.32134 }, + }, + { + zip_code: '84014', + usps_city: 'Centerville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 17343.0, + density: 1215.9, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.88505, lat: 40.93212 }, + }, + { + zip_code: '84043', + usps_city: 'Lehi', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 64478.0, + density: 799.1, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.8733, lat: 40.41087 }, + }, + { + zip_code: '84097', + usps_city: 'Orem', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 22405.0, + density: 1439.8, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.67313, lat: 40.30481 }, + }, + { + zip_code: '84109', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 24758.0, + density: 155.0, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.70607, lat: 40.70266 }, + }, + { + zip_code: '84319', + usps_city: 'Hyrum', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 8474.0, + density: 33.6, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.6665, lat: 41.61013 }, + }, + { + zip_code: '84512', + usps_city: 'Bluff', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 1.0, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "100"}', + coty_name: ['San Juan'], + cty_code: ['49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.57122, lat: 37.13715 }, + }, + { + zip_code: '84525', + usps_city: 'Green River', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 0.3, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "95.69", "49019": "4.31"}', + coty_name: ['Emery', 'Grand'], + cty_code: ['49015', '49019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.25453, lat: 38.94652 }, + }, + { + zip_code: '84646', + usps_city: 'Moroni', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1634.0, + density: 16.2, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.61378, lat: 39.54217 }, + }, + { + zip_code: '84712', + usps_city: 'Antimony', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.2, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "73.13", "49031": "26.87"}', + coty_name: ['Garfield', 'Piute'], + cty_code: ['49017', '49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.94426, lat: 37.99958 }, + }, + { + zip_code: '84720', + usps_city: 'Cedar City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 21883.0, + density: 27.2, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.16826, lat: 37.58866 }, + }, + { + zip_code: '84722', + usps_city: 'Central', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 883.0, + density: 24.5, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.61312, lat: 37.44017 }, + }, + { + zip_code: '84729', + usps_city: 'Glendale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 1.0, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "100"}', + coty_name: ['Kane'], + cty_code: ['49025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.60246, lat: 37.36657 }, + }, + { + zip_code: '85257', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 33392.0, + density: 1966.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.91592, lat: 33.46417 }, + }, + { + zip_code: '85328', + usps_city: 'Cibola', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 0.8, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.63446, lat: 33.22631 }, + }, + { + zip_code: '85333', + usps_city: 'Dateland', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 0.3, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "90.25", "04013": "9.75"}', + coty_name: ['Yuma', 'Maricopa'], + cty_code: ['04027', '04013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.28105, lat: 33.02343 }, + }, + { + zip_code: '85356', + usps_city: 'Wellton', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5191.0, + density: 12.1, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.16228, lat: 32.68901 }, + }, + { + zip_code: '85364', + usps_city: 'Yuma', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 74333.0, + density: 727.4, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.65882, lat: 32.70312 }, + }, + { + zip_code: '85530', + usps_city: 'Bylas', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1771.0, + density: 1.6, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.23732, lat: 33.1062 }, + }, + { + zip_code: '85542', + usps_city: 'Peridot', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3700.0, + density: 6.5, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "84.42", "04007": "15.58"}', + coty_name: ['Graham', 'Gila'], + cty_code: ['04009', '04007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.30316, lat: 33.29655 }, + }, + { + zip_code: '85653', + usps_city: 'Marana', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19244.0, + density: 21.3, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "99.95", "04021": "0.05"}', + coty_name: ['Pima', 'Pinal'], + cty_code: ['04019', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.377, lat: 32.38976 }, + }, + { + zip_code: '85723', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "0"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.96516, lat: 32.18023 }, + }, + { + zip_code: '86018', + usps_city: 'Parks', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 3.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.96429, lat: 35.27148 }, + }, + { + zip_code: '86303', + usps_city: 'Prescott', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17719.0, + density: 51.2, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.44795, lat: 34.48259 }, + }, + { + zip_code: '86343', + usps_city: 'Crown King', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 0.2, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.29585, lat: 34.19336 }, + }, + { + zip_code: '87027', + usps_city: 'La Jara', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 3.7, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.94777, lat: 36.12632 }, + }, + { + zip_code: '87053', + usps_city: 'San Ysidro', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1405.0, + density: 1.9, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.03361, lat: 35.65124 }, + }, + { + zip_code: '87059', + usps_city: 'Tijeras', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 10488.0, + density: 28.4, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.29716, lat: 34.99401 }, + }, + { + zip_code: '87506', + usps_city: 'Santa Fe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 13784.0, + density: 26.9, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.98861, lat: 35.81952 }, + }, + { + zip_code: '87511', + usps_city: 'Alcalde', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2328.0, + density: 16.3, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.92584, lat: 36.10226 }, + }, + { + zip_code: '87540', + usps_city: 'Lamy', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 3.6, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.90366, lat: 35.44515 }, + }, + { + zip_code: '87552', + usps_city: 'Pecos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3459.0, + density: 9.0, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.60163, lat: 35.64618 }, + }, + { + zip_code: '87715', + usps_city: 'Cleveland', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 3.6, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.42581, lat: 36.01816 }, + }, + { + zip_code: '88002', + usps_city: 'White Sands Missile Range', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1277.0, + density: 2.7, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.48007, lat: 32.46284 }, + }, + { + zip_code: '88119', + usps_city: 'Fort Sumner', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1964.0, + density: 0.4, + primary_coty_code: '35011', + primary_coty_name: 'De Baca', + county_weights: '{"35011": "100"}', + coty_name: ['De Baca'], + cty_code: ['35011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.40797, lat: 34.32303 }, + }, + { + zip_code: '88125', + usps_city: 'Milnesand', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 0.1, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.28026, lat: 33.68518 }, + }, + { + zip_code: '88126', + usps_city: 'Pep', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.3, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.37685, lat: 33.83096 }, + }, + { + zip_code: '88351', + usps_city: 'Tinnie', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 0.1, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.08763, lat: 33.54952 }, + }, + { + zip_code: '88355', + usps_city: 'Ruidoso', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.66826, lat: 33.36303 }, + }, + { + zip_code: '89128', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 35666.0, + density: 2294.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.26436, lat: 36.19682 }, + }, + { + zip_code: '89131', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 50564.0, + density: 1217.6, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.24268, lat: 36.30619 }, + }, + { + zip_code: '89166', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 25245.0, + density: 50.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.50689, lat: 36.38065 }, + }, + { + zip_code: '89316', + usps_city: 'Eureka', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1218.0, + density: 0.3, + primary_coty_code: '32011', + primary_coty_name: 'Eureka', + county_weights: '{"32011": "96.59", "32033": "2.91", "32023": "0.5"}', + coty_name: ['Eureka', 'White Pine', 'Nye'], + cty_code: ['32011', '32033', '32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.17716, lat: 39.63087 }, + }, + { + zip_code: '89318', + usps_city: 'McGill', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 13.6, + primary_coty_code: '32033', + primary_coty_name: 'White Pine', + county_weights: '{"32033": "100"}', + coty_name: ['White Pine'], + cty_code: ['32033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.80356, lat: 39.43856 }, + }, + { + zip_code: '89828', + usps_city: 'Lamoille', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 1.1, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.36309, lat: 40.75053 }, + }, + { + zip_code: '89835', + usps_city: 'Wells', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 0.2, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.85451, lat: 41.1147 }, + }, + { + zip_code: '90028', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29774.0, + density: 7541.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.32691, lat: 34.09989 }, + }, + { + zip_code: '90031', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39916.0, + density: 4462.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21073, lat: 34.08022 }, + }, + { + zip_code: '90065', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46461.0, + density: 3398.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.22759, lat: 34.10889 }, + }, + { + zip_code: '90071', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 394.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25482, lat: 34.05278 }, + }, + { + zip_code: '90241', + usps_city: 'Downey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43215.0, + density: 3388.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.12924, lat: 33.94084 }, + }, + { + zip_code: '90242', + usps_city: 'Downey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42694.0, + density: 3621.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14148, lat: 33.92213 }, + }, + { + zip_code: '90502', + usps_city: 'Torrance', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17778.0, + density: 3070.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29292, lat: 33.83499 }, + }, + { + zip_code: '90710', + usps_city: 'Harbor City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28045.0, + density: 4599.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29907, lat: 33.79809 }, + }, + { + zip_code: '90713', + usps_city: 'Lakewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28202.0, + density: 3208.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11265, lat: 33.84798 }, + }, + { + zip_code: '90743', + usps_city: 'Surfside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 1099.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08284, lat: 33.72709 }, + }, + { + zip_code: '91205', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37638.0, + density: 7685.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24332, lat: 34.13666 }, + }, + { + zip_code: '91311', + usps_city: 'Chatsworth', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40839.0, + density: 491.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "99.27", "06111": "0.73"}', + coty_name: ['Los Angeles', 'Ventura'], + cty_code: ['06037', '06111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.60742, lat: 34.28937 }, + }, + { + zip_code: '91768', + usps_city: 'Pomona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35191.0, + density: 1570.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.79064, lat: 34.06389 }, + }, + { + zip_code: '91950', + usps_city: 'National City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62859.0, + density: 3188.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.09419, lat: 32.67002 }, + }, + { + zip_code: '92057', + usps_city: 'Oceanside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 60414.0, + density: 1546.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.28732, lat: 33.25403 }, + }, + { + zip_code: '92064', + usps_city: 'Poway', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49805.0, + density: 469.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.01932, lat: 32.98408 }, + }, + { + zip_code: '92120', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30550.0, + density: 1743.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.07114, lat: 32.79468 }, + }, + { + zip_code: '92154', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 88979.0, + density: 924.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.00305, lat: 32.56762 }, + }, + { + zip_code: '92242', + usps_city: 'Earp', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1312.0, + density: 16.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.31961, lat: 34.1652 }, + }, + { + zip_code: '92281', + usps_city: 'Westmorland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2591.0, + density: 70.1, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.60873, lat: 33.05175 }, + }, + { + zip_code: '97752', + usps_city: 'Post', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '41013', + primary_coty_name: 'Crook', + county_weights: '{"41013": "100"}', + coty_name: ['Crook'], + cty_code: ['41013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.29783, lat: 44.13734 }, + }, + { + zip_code: '97834', + usps_city: 'Halfway', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 1.7, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.18919, lat: 44.96864 }, + }, + { + zip_code: '98045', + usps_city: 'North Bend', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15339.0, + density: 17.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.63471, lat: 47.39158 }, + }, + { + zip_code: '98072', + usps_city: 'Woodinville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23939.0, + density: 509.9, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "86.67", "53061": "13.33"}', + coty_name: ['King', 'Snohomish'], + cty_code: ['53033', '53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13215, lat: 47.76117 }, + }, + { + zip_code: '21225', + usps_city: 'Brooklyn', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 34363.0, + density: 2049.2, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "57.07", "24003": "42.93"}', + coty_name: ['Baltimore', 'Anne Arundel'], + cty_code: ['24510', '24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61527, lat: 39.22592 }, + }, + { + zip_code: '21667', + usps_city: 'Still Pond', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 19.2, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.05404, lat: 39.34472 }, + }, + { + zip_code: '21717', + usps_city: 'Buckeystown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 81.5, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43642, lat: 39.33701 }, + }, + { + zip_code: '21921', + usps_city: 'Elkton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 46162.0, + density: 188.4, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85882, lat: 39.62629 }, + }, + { + zip_code: '22134', + usps_city: 'Quantico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7537.0, + density: 123.0, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "71.87", "51179": "28.13"}', + coty_name: ['Prince William', 'Stafford'], + cty_code: ['51153', '51179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38479, lat: 38.51861 }, + }, + { + zip_code: '22180', + usps_city: 'Vienna', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24366.0, + density: 1620.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.25486, lat: 38.89655 }, + }, + { + zip_code: '22731', + usps_city: 'Pratts', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 17.0, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.25749, lat: 38.3366 }, + }, + { + zip_code: '22853', + usps_city: 'Timberville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3982.0, + density: 42.1, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "99.06", "51171": "0.94"}', + coty_name: ['Rockingham', 'Shenandoah'], + cty_code: ['51165', '51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.76397, lat: 38.64841 }, + }, + { + zip_code: '23027', + usps_city: 'Cartersville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 9.4, + primary_coty_code: '51049', + primary_coty_name: 'Cumberland', + county_weights: '{"51049": "100"}', + coty_name: ['Cumberland'], + cty_code: ['51049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13391, lat: 37.64541 }, + }, + { + zip_code: '23050', + usps_city: 'Dutton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 63.9, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "82.27", "51073": "17.73"}', + coty_name: ['Mathews', 'Gloucester'], + cty_code: ['51115', '51073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43588, lat: 37.50053 }, + }, + { + zip_code: '23062', + usps_city: 'Gloucester Point', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2246.0, + density: 601.5, + primary_coty_code: '51073', + primary_coty_name: 'Gloucester', + county_weights: '{"51073": "100"}', + coty_name: ['Gloucester'], + cty_code: ['51073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50404, lat: 37.25759 }, + }, + { + zip_code: '23106', + usps_city: 'Manquin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 14.6, + primary_coty_code: '51101', + primary_coty_name: 'King William', + county_weights: '{"51101": "100"}', + coty_name: ['King William'], + cty_code: ['51101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.20181, lat: 37.71618 }, + }, + { + zip_code: '23109', + usps_city: 'Mathews', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2084.0, + density: 46.8, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32874, lat: 37.43527 }, + }, + { + zip_code: '23141', + usps_city: 'Quinton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7026.0, + density: 74.6, + primary_coty_code: '51127', + primary_coty_name: 'New Kent', + county_weights: '{"51127": "100"}', + coty_name: ['New Kent'], + cty_code: ['51127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15541, lat: 37.52994 }, + }, + { + zip_code: '23188', + usps_city: 'Williamsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 44499.0, + density: 175.3, + primary_coty_code: '51095', + primary_coty_name: 'James City', + county_weights: '{"51095": "89.92", "51199": "7.06", "51830": "3.02"}', + coty_name: ['James City', 'York', 'Williamsburg'], + cty_code: ['51095', '51199', '51830'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.75551, lat: 37.33941 }, + }, + { + zip_code: '23220', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 34934.0, + density: 2807.2, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "100"}', + coty_name: ['Richmond'], + cty_code: ['51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46043, lat: 37.54897 }, + }, + { + zip_code: '23237', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24711.0, + density: 466.9, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.45236, lat: 37.40215 }, + }, + { + zip_code: '23325', + usps_city: 'Chesapeake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16250.0, + density: 1642.1, + primary_coty_code: '51550', + primary_coty_name: 'Chesapeake', + county_weights: '{"51550": "100"}', + coty_name: ['Chesapeake'], + cty_code: ['51550'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.23891, lat: 36.81499 }, + }, + { + zip_code: '23407', + usps_city: 'Mappsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 50.6, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.55412, lat: 37.83755 }, + }, + { + zip_code: '23421', + usps_city: 'Parksley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4423.0, + density: 52.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61443, lat: 37.76698 }, + }, + { + zip_code: '23487', + usps_city: 'Windsor', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5728.0, + density: 23.5, + primary_coty_code: '51093', + primary_coty_name: 'Isle of Wight', + county_weights: '{"51093": "100"}', + coty_name: ['Isle of Wight'], + cty_code: ['51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72259, lat: 36.852 }, + }, + { + zip_code: '23839', + usps_city: 'Dendron', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 936.0, + density: 14.4, + primary_coty_code: '51181', + primary_coty_name: 'Surry', + county_weights: '{"51181": "100"}', + coty_name: ['Surry'], + cty_code: ['51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91887, lat: 37.07982 }, + }, + { + zip_code: '23844', + usps_city: 'Drewryville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 5.2, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "100"}', + coty_name: ['Southampton'], + cty_code: ['51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33704, lat: 36.66982 }, + }, + { + zip_code: '23856', + usps_city: 'Freeman', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 907.0, + density: 7.5, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "96.22", "51081": "3.78"}', + coty_name: ['Brunswick', 'Greensville'], + cty_code: ['51025', '51081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70183, lat: 36.78383 }, + }, + { + zip_code: '23893', + usps_city: 'White Plains', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 4.3, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.92792, lat: 36.63627 }, + }, + { + zip_code: '23897', + usps_city: 'Yale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 3.4, + primary_coty_code: '51183', + primary_coty_name: 'Sussex', + county_weights: '{"51183": "100"}', + coty_name: ['Sussex'], + cty_code: ['51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28377, lat: 36.83172 }, + }, + { + zip_code: '24087', + usps_city: 'Elliston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3789.0, + density: 31.9, + primary_coty_code: '51121', + primary_coty_name: 'Montgomery', + county_weights: '{"51121": "96.81", "51161": "3.19"}', + coty_name: ['Montgomery', 'Roanoke'], + cty_code: ['51121', '51161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24845, lat: 37.22569 }, + }, + { + zip_code: '24088', + usps_city: 'Ferrum', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5472.0, + density: 18.0, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "96.86", "51141": "3.14"}', + coty_name: ['Franklin', 'Patrick'], + cty_code: ['51067', '51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07868, lat: 36.8969 }, + }, + { + zip_code: '24340', + usps_city: 'Glade Spring', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6050.0, + density: 39.6, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "100"}', + coty_name: ['Washington'], + cty_code: ['51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76542, lat: 36.76018 }, + }, + { + zip_code: '24520', + usps_city: 'Alton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2261.0, + density: 9.4, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03673, lat: 36.58395 }, + }, + { + zip_code: '24541', + usps_city: 'Danville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 27114.0, + density: 143.4, + primary_coty_code: '51590', + primary_coty_name: 'Danville', + county_weights: '{"51590": "84.06", "51143": "15.94"}', + coty_name: ['Danville', 'Pittsylvania'], + cty_code: ['51590', '51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.51244, lat: 36.59208 }, + }, + { + zip_code: '24714', + usps_city: 'Beeson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 4.8, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18917, lat: 37.47671 }, + }, + { + zip_code: '24738', + usps_city: 'Nemours', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 80.5, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.31247, lat: 37.30217 }, + }, + { + zip_code: '24839', + usps_city: 'Hanover', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 12.9, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75146, lat: 37.55264 }, + }, + { + zip_code: '24843', + usps_city: 'Hensley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 8.3, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70915, lat: 37.48363 }, + }, + { + zip_code: '24857', + usps_city: 'Lynco', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 575.0, + density: 26.9, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.66072, lat: 37.67446 }, + }, + { + zip_code: '24938', + usps_city: 'Frankford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1693.0, + density: 23.5, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3782, lat: 37.91587 }, + }, + { + zip_code: '24977', + usps_city: 'Smoot', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 13.1, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6739, lat: 37.90547 }, + }, + { + zip_code: '25060', + usps_city: 'Dorothy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 336.0, + density: 5.2, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42986, lat: 37.9422 }, + }, + { + zip_code: '25134', + usps_city: 'Miami', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 15.3, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48418, lat: 38.16171 }, + }, + { + zip_code: '25141', + usps_city: 'Nebo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 8.8, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03292, lat: 38.63013 }, + }, + { + zip_code: '25405', + usps_city: 'Martinsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14213.0, + density: 263.6, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96154, lat: 39.40916 }, + }, + { + zip_code: '25438', + usps_city: 'Ranson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6619.0, + density: 288.1, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "100"}', + coty_name: ['Jefferson'], + cty_code: ['54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86411, lat: 39.31963 }, + }, + { + zip_code: '25526', + usps_city: 'Hurricane', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21706.0, + density: 91.2, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "99.91", "54053": "0.09"}', + coty_name: ['Putnam', 'Mason'], + cty_code: ['54079', '54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98474, lat: 38.39829 }, + }, + { + zip_code: '25537', + usps_city: 'Lesage', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 22.1, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "100"}', + coty_name: ['Cabell'], + cty_code: ['54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27183, lat: 38.52982 }, + }, + { + zip_code: '25674', + usps_city: 'Kermit', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2643.0, + density: 22.7, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "64.74", "54099": "35.26"}', + coty_name: ['Mingo', 'Wayne'], + cty_code: ['54059', '54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35158, lat: 37.8689 }, + }, + { + zip_code: '25913', + usps_city: 'Ravencliff', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 16.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48945, lat: 37.71407 }, + }, + { + zip_code: '25915', + usps_city: 'Rhodell', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 5.9, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2859, lat: 37.59903 }, + }, + { + zip_code: '25942', + usps_city: 'Winona', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 5.4, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98617, lat: 38.02628 }, + }, + { + zip_code: '26208', + usps_city: 'Camden On Gauley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 3.8, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "98.25", "54067": "1.75"}', + coty_name: ['Webster', 'Nicholas'], + cty_code: ['54101', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49038, lat: 38.33758 }, + }, + { + zip_code: '26230', + usps_city: 'Pickens', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.7, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19757, lat: 38.65382 }, + }, + { + zip_code: '26250', + usps_city: 'Belington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5527.0, + density: 24.3, + primary_coty_code: '54001', + primary_coty_name: 'Barbour', + county_weights: '{"54001": "90.27", "54083": "9.73"}', + coty_name: ['Barbour', 'Randolph'], + cty_code: ['54001', '54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96234, lat: 39.03087 }, + }, + { + zip_code: '26254', + usps_city: 'Bowden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 1.1, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.64762, lat: 38.89437 }, + }, + { + zip_code: '26294', + usps_city: 'Valley Head', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 883.0, + density: 4.3, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03429, lat: 38.53145 }, + }, + { + zip_code: '26298', + usps_city: 'Bergoo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 3.3, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25416, lat: 38.47487 }, + }, + { + zip_code: '26610', + usps_city: 'Birch River', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1162.0, + density: 8.0, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "96.42", "54101": "3.58"}', + coty_name: ['Nicholas', 'Webster'], + cty_code: ['54067', '54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.7481, lat: 38.48769 }, + }, + { + zip_code: '26711', + usps_city: 'Capon Bridge', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2942.0, + density: 19.3, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47677, lat: 39.2785 }, + }, + { + zip_code: '26764', + usps_city: 'Terra Alta', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4204.0, + density: 18.2, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55504, lat: 39.45267 }, + }, + { + zip_code: '27020', + usps_city: 'Hamptonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6205.0, + density: 32.6, + primary_coty_code: '37197', + primary_coty_name: 'Yadkin', + county_weights: '{"37197": "87.24", "37097": "6.7", "37193": "6.06"}', + coty_name: ['Yadkin', 'Iredell', 'Wilkes'], + cty_code: ['37197', '37097', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80798, lat: 36.10084 }, + }, + { + zip_code: '27306', + usps_city: 'Mount Gilead', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6428.0, + density: 14.2, + primary_coty_code: '37123', + primary_coty_name: 'Montgomery', + county_weights: '{"37123": "94.82", "37153": "5.18"}', + coty_name: ['Montgomery', 'Richmond'], + cty_code: ['37123', '37153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97525, lat: 35.21538 }, + }, + { + zip_code: '27325', + usps_city: 'Robbins', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7836.0, + density: 34.3, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "99.43", "37151": "0.57"}', + coty_name: ['Moore', 'Randolph'], + cty_code: ['37125', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57477, lat: 35.46321 }, + }, + { + zip_code: '27501', + usps_city: 'Angier', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21055.0, + density: 132.9, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "69.36", "37101": "29.24", "37183": "1.4"}', + coty_name: ['Harnett', 'Johnston', 'Wake'], + cty_code: ['37085', '37101', '37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68494, lat: 35.48576 }, + }, + { + zip_code: '27536', + usps_city: 'Henderson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16522.0, + density: 499.5, + primary_coty_code: '37181', + primary_coty_name: 'Vance', + county_weights: '{"37181": "100"}', + coty_name: ['Vance'], + cty_code: ['37181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40883, lat: 36.32669 }, + }, + { + zip_code: '27612', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39989.0, + density: 822.7, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71023, lat: 35.85334 }, + }, + { + zip_code: '27805', + usps_city: 'Aulander', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4243.0, + density: 14.8, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "50.7", "37015": "49.3"}', + coty_name: ['Hertford', 'Bertie'], + cty_code: ['37091', '37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08434, lat: 36.20783 }, + }, + { + zip_code: '27821', + usps_city: 'Edward', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 13.4, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87461, lat: 35.32373 }, + }, + { + zip_code: '27832', + usps_city: 'Gaston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2868.0, + density: 36.6, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72584, lat: 36.51201 }, + }, + { + zip_code: '27873', + usps_city: 'Saratoga', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 254.9, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "100"}', + coty_name: ['Wilson'], + cty_code: ['37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77524, lat: 35.65358 }, + }, + { + zip_code: '27897', + usps_city: 'Woodland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1810.0, + density: 16.3, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "93.95", "37091": "6.05"}', + coty_name: ['Northampton', 'Hertford'], + cty_code: ['37131', '37091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2107, lat: 36.32502 }, + }, + { + zip_code: '27917', + usps_city: 'Barco', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 647.0, + density: 12.4, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99114, lat: 36.36121 }, + }, + { + zip_code: '27959', + usps_city: 'Nags Head', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2938.0, + density: 77.2, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59657, lat: 35.88591 }, + }, + { + zip_code: '28365', + usps_city: 'Mount Olive', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15533.0, + density: 31.1, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "61.88", "37061": "36.74", "37163": "1.38"}', + coty_name: ['Wayne', 'Duplin', 'Sampson'], + cty_code: ['37191', '37061', '37163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.0566, lat: 35.17701 }, + }, + { + zip_code: '28552', + usps_city: 'Lowland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 4.0, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55464, lat: 35.30146 }, + }, + { + zip_code: '28606', + usps_city: 'Boomer', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1497.0, + density: 13.3, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "84.34", "37027": "15.66"}', + coty_name: ['Wilkes', 'Caldwell'], + cty_code: ['37193', '37027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.31883, lat: 36.05343 }, + }, + { + zip_code: '28617', + usps_city: 'Crumpler', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 21.5, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38023, lat: 36.48213 }, + }, + { + zip_code: '28619', + usps_city: 'Drexel', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1593.0, + density: 515.4, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "100"}', + coty_name: ['Burke'], + cty_code: ['37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60243, lat: 35.75855 }, + }, + { + zip_code: '28671', + usps_city: 'Rutherford College', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 545.0, + density: 283.8, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "100"}', + coty_name: ['Burke'], + cty_code: ['37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52787, lat: 35.75273 }, + }, + { + zip_code: '28675', + usps_city: 'Sparta', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6707.0, + density: 22.3, + primary_coty_code: '37005', + primary_coty_name: 'Alleghany', + county_weights: '{"37005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['37005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13528, lat: 36.50348 }, + }, + { + zip_code: '28736', + usps_city: 'Glenville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 8.6, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.08139, lat: 35.18605 }, + }, + { + zip_code: '28805', + usps_city: 'Asheville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19952.0, + density: 296.6, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48211, lat: 35.61362 }, + }, + { + zip_code: '29044', + usps_city: 'Eastover', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6075.0, + density: 17.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69349, lat: 33.93088 }, + }, + { + zip_code: '29065', + usps_city: 'Jenkinsville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 8.1, + primary_coty_code: '45039', + primary_coty_name: 'Fairfield', + county_weights: '{"45039": "100"}', + coty_name: ['Fairfield'], + cty_code: ['45039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29356, lat: 34.28519 }, + }, + { + zip_code: '29112', + usps_city: 'North', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3900.0, + density: 13.0, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "90.26", "45063": "6.32", "45017": "3.42"}', + coty_name: ['Orangeburg', 'Lexington', 'Calhoun'], + cty_code: ['45075', '45063', '45017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08273, lat: 33.63031 }, + }, + { + zip_code: '29207', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12270.0, + density: 72.4, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84042, lat: 34.04138 }, + }, + { + zip_code: '29210', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39312.0, + density: 949.8, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "72.82", "45063": "27.18"}', + coty_name: ['Richland', 'Lexington'], + cty_code: ['45079', '45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10661, lat: 34.04612 }, + }, + { + zip_code: '29325', + usps_city: 'Clinton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15171.0, + density: 37.9, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "100"}', + coty_name: ['Laurens'], + cty_code: ['45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84268, lat: 34.47227 }, + }, + { + zip_code: '29404', + usps_city: 'Charleston Afb', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2141.0, + density: 162.5, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05028, lat: 32.89864 }, + }, + { + zip_code: '29426', + usps_city: 'Adams Run', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1826.0, + density: 10.5, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "87.42", "45035": "12.58"}', + coty_name: ['Charleston', 'Dorchester'], + cty_code: ['45019', '45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37269, lat: 32.79914 }, + }, + { + zip_code: '29446', + usps_city: 'Green Pond', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 1.6, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5454, lat: 32.62839 }, + }, + { + zip_code: '29474', + usps_city: 'Round O', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2290.0, + density: 7.9, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.51733, lat: 32.89678 }, + }, + { + zip_code: '29511', + usps_city: 'Aynor', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5432.0, + density: 34.1, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.11497, lat: 33.97729 }, + }, + { + zip_code: '29585', + usps_city: 'Pawleys Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14956.0, + density: 122.5, + primary_coty_code: '45043', + primary_coty_name: 'Georgetown', + county_weights: '{"45043": "100"}', + coty_name: ['Georgetown'], + cty_code: ['45043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13408, lat: 33.52246 }, + }, + { + zip_code: '29642', + usps_city: 'Easley', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 33525.0, + density: 260.1, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "60.19", "45007": "39.81"}', + coty_name: ['Pickens', 'Anderson'], + cty_code: ['45077', '45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56473, lat: 34.77558 }, + }, + { + zip_code: '29702', + usps_city: 'Blacksburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10841.0, + density: 42.2, + primary_coty_code: '45021', + primary_coty_name: 'Cherokee', + county_weights: '{"45021": "95.96", "45091": "4.04"}', + coty_name: ['Cherokee', 'York'], + cty_code: ['45021', '45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47683, lat: 35.11336 }, + }, + { + zip_code: '29720', + usps_city: 'Lancaster', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 47626.0, + density: 64.8, + primary_coty_code: '45057', + primary_coty_name: 'Lancaster', + county_weights: '{"45057": "100"}', + coty_name: ['Lancaster'], + cty_code: ['45057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73584, lat: 34.74098 }, + }, + { + zip_code: '29849', + usps_city: 'Ulmer', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 5.0, + primary_coty_code: '45005', + primary_coty_name: 'Allendale', + county_weights: '{"45005": "95.92", "45011": "4.08"}', + coty_name: ['Allendale', 'Barnwell'], + cty_code: ['45005', '45011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23312, lat: 33.09685 }, + }, + { + zip_code: '29934', + usps_city: 'Pineland', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1004.0, + density: 5.6, + primary_coty_code: '45053', + primary_coty_name: 'Jasper', + county_weights: '{"45053": "91.47", "45049": "8.53"}', + coty_name: ['Jasper', 'Hampton'], + cty_code: ['45053', '45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10784, lat: 32.59311 }, + }, + { + zip_code: '29935', + usps_city: 'Port Royal', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4513.0, + density: 759.4, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69508, lat: 32.38324 }, + }, + { + zip_code: '30030', + usps_city: 'Decatur', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 30608.0, + density: 1811.6, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29204, lat: 33.77126 }, + }, + { + zip_code: '30040', + usps_city: 'Cumming', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 72909.0, + density: 478.3, + primary_coty_code: '13117', + primary_coty_name: 'Forsyth', + county_weights: '{"13117": "99.4", "13057": "0.6"}', + coty_name: ['Forsyth', 'Cherokee'], + cty_code: ['13117', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1806, lat: 34.21614 }, + }, + { + zip_code: '30078', + usps_city: 'Snellville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35601.0, + density: 811.0, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.01789, lat: 33.86166 }, + }, + { + zip_code: '30117', + usps_city: 'Carrollton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35620.0, + density: 125.5, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "100"}', + coty_name: ['Carroll'], + cty_code: ['13045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.13241, lat: 33.58017 }, + }, + { + zip_code: '30122', + usps_city: 'Lithia Springs', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26015.0, + density: 417.1, + primary_coty_code: '13097', + primary_coty_name: 'Douglas', + county_weights: '{"13097": "100"}', + coty_name: ['Douglas'], + cty_code: ['13097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63819, lat: 33.76298 }, + }, + { + zip_code: '30144', + usps_city: 'Kennesaw', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 56781.0, + density: 971.9, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59191, lat: 34.03707 }, + }, + { + zip_code: '30268', + usps_city: 'Palmetto', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10298.0, + density: 60.8, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "75.16", "13077": "24.84"}', + coty_name: ['Fulton', 'Coweta'], + cty_code: ['13121', '13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.72499, lat: 33.54264 }, + }, + { + zip_code: '30291', + usps_city: 'Union City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 21639.0, + density: 684.8, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54187, lat: 33.57454 }, + }, + { + zip_code: '30439', + usps_city: 'Metter', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10819.0, + density: 17.3, + primary_coty_code: '13043', + primary_coty_name: 'Candler', + county_weights: '{"13043": "99.11", "13107": "0.89"}', + coty_name: ['Candler', 'Emanuel'], + cty_code: ['13043', '13107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07648, lat: 32.40569 }, + }, + { + zip_code: '30522', + usps_city: 'Cherry Log', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 987.0, + density: 8.4, + primary_coty_code: '13123', + primary_coty_name: 'Gilmer', + county_weights: '{"13123": "63.92", "13111": "36.08"}', + coty_name: ['Gilmer', 'Fannin'], + cty_code: ['13123', '13111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33475, lat: 34.78333 }, + }, + { + zip_code: '30568', + usps_city: 'Rabun Gap', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1348.0, + density: 18.0, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4155, lat: 34.9551 }, + }, + { + zip_code: '30601', + usps_city: 'Athens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24267.0, + density: 397.3, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "98.3", "13195": "1.4", "13157": "0.3"}', + coty_name: ['Clarke', 'Madison', 'Jackson'], + cty_code: ['13059', '13195', '13157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34851, lat: 34.00087 }, + }, + { + zip_code: '30646', + usps_city: 'Hull', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6945.0, + density: 77.0, + primary_coty_code: '13195', + primary_coty_name: 'Madison', + county_weights: '{"13195": "99.22", "13059": "0.78"}', + coty_name: ['Madison', 'Clarke'], + cty_code: ['13195', '13059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.31139, lat: 34.07828 }, + }, + { + zip_code: '30669', + usps_city: 'Union Point', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3263.0, + density: 10.1, + primary_coty_code: '13133', + primary_coty_name: 'Greene', + county_weights: '{"13133": "93.87", "13221": "4.68", "13265": "1.45"}', + coty_name: ['Greene', 'Oglethorpe', 'Taliaferro'], + cty_code: ['13133', '13221', '13265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.11498, lat: 33.674 }, + }, + { + zip_code: '30802', + usps_city: 'Appling', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6173.0, + density: 18.0, + primary_coty_code: '13073', + primary_coty_name: 'Columbia', + county_weights: '{"13073": "99.43", "13189": "0.57"}', + coty_name: ['Columbia', 'McDuffie'], + cty_code: ['13073', '13189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.31813, lat: 33.60173 }, + }, + { + zip_code: '30830', + usps_city: 'Waynesboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13927.0, + density: 14.9, + primary_coty_code: '13033', + primary_coty_name: 'Burke', + county_weights: '{"13033": "100"}', + coty_name: ['Burke'], + cty_code: ['13033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97339, lat: 33.08044 }, + }, + { + zip_code: '30906', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 59609.0, + density: 272.5, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "100"}', + coty_name: ['Richmond'], + cty_code: ['13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97238, lat: 33.34496 }, + }, + { + zip_code: '92701', + usps_city: 'Santa Ana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55058.0, + density: 6504.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.85844, lat: 33.74819 }, + }, + { + zip_code: '92780', + usps_city: 'Tustin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59499.0, + density: 3284.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81916, lat: 33.73402 }, + }, + { + zip_code: '93212', + usps_city: 'Corcoran', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23357.0, + density: 85.0, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "99.41", "06107": "0.59"}', + coty_name: ['Kings', 'Tulare'], + cty_code: ['06031', '06107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.5277, lat: 36.04207 }, + }, + { + zip_code: '93235', + usps_city: 'Ivanhoe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4215.0, + density: 564.8, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.2199, lat: 36.38984 }, + }, + { + zip_code: '93601', + usps_city: 'Ahwahnee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1674.0, + density: 14.5, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "94.76", "06043": "5.24"}', + coty_name: ['Madera', 'Mariposa'], + cty_code: ['06039', '06043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.74444, lat: 37.39375 }, + }, + { + zip_code: '93653', + usps_city: 'Raymond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 2.2, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "91.86", "06043": "8.14"}', + coty_name: ['Madera', 'Mariposa'], + cty_code: ['06039', '06043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.94468, lat: 37.24955 }, + }, + { + zip_code: '93925', + usps_city: 'Chualar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2073.0, + density: 14.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.43123, lat: 36.60064 }, + }, + { + zip_code: '94002', + usps_city: 'Belmont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27155.0, + density: 1852.0, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29905, lat: 37.5135 }, + }, + { + zip_code: '94015', + usps_city: 'Daly City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65041.0, + density: 4366.7, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48052, lat: 37.68122 }, + }, + { + zip_code: '94019', + usps_city: 'Half Moon Bay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20512.0, + density: 150.6, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41624, lat: 37.46472 }, + }, + { + zip_code: '94130', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3008.0, + density: 1318.6, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36952, lat: 37.82048 }, + }, + { + zip_code: '94502', + usps_city: 'Alameda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14701.0, + density: 2117.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24061, lat: 37.73679 }, + }, + { + zip_code: '94514', + usps_city: 'Byron', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1475.0, + density: 19.8, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "94.26", "06001": "5.74"}', + coty_name: ['Contra Costa', 'Alameda'], + cty_code: ['06013', '06001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.62355, lat: 37.82537 }, + }, + { + zip_code: '94547', + usps_city: 'Hercules', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25616.0, + density: 1815.7, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26146, lat: 38.00655 }, + }, + { + zip_code: '94568', + usps_city: 'Dublin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55608.0, + density: 1404.3, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91467, lat: 37.71525 }, + }, + { + zip_code: '94573', + usps_city: 'Rutherford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 14.0, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4261, lat: 38.4556 }, + }, + { + zip_code: '94608', + usps_city: 'Emeryville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31013.0, + density: 4387.4, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28623, lat: 37.83614 }, + }, + { + zip_code: '94610', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31936.0, + density: 5650.9, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24237, lat: 37.8114 }, + }, + { + zip_code: '94801', + usps_city: 'Richmond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31210.0, + density: 1075.7, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38113, lat: 37.94964 }, + }, + { + zip_code: '94804', + usps_city: 'Richmond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40931.0, + density: 2554.0, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34169, lat: 37.92101 }, + }, + { + zip_code: '95033', + usps_city: 'Los Gatos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9511.0, + density: 40.1, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "56.43", "06085": "43.57"}', + coty_name: ['Santa Cruz', 'Santa Clara'], + cty_code: ['06087', '06085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98213, lat: 37.16017 }, + }, + { + zip_code: '95134', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29349.0, + density: 1125.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.94346, lat: 37.42861 }, + }, + { + zip_code: '95202', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6066.0, + density: 2172.7, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28754, lat: 37.95945 }, + }, + { + zip_code: '95203', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15487.0, + density: 969.1, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.33148, lat: 37.95254 }, + }, + { + zip_code: '95206', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64250.0, + density: 171.1, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.42134, lat: 37.9141 }, + }, + { + zip_code: '95211', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1624.0, + density: 4143.0, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31296, lat: 37.97982 }, + }, + { + zip_code: '95240', + usps_city: 'Lodi', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48799.0, + density: 227.8, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.14899, lat: 38.11309 }, + }, + { + zip_code: '95246', + usps_city: 'Mountain Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1159.0, + density: 8.6, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.51792, lat: 38.23279 }, + }, + { + zip_code: '95374', + usps_city: 'Stevinson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 13.9, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85288, lat: 37.31615 }, + }, + { + zip_code: '95380', + usps_city: 'Turlock', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42866.0, + density: 220.5, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "96.22", "06047": "3.78"}', + coty_name: ['Stanislaus', 'Merced'], + cty_code: ['06099', '06047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.86868, lat: 37.47197 }, + }, + { + zip_code: '95412', + usps_city: 'Annapolis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 1.8, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.35009, lat: 38.71367 }, + }, + { + zip_code: '95415', + usps_city: 'Boonville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1388.0, + density: 9.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.37074, lat: 39.01523 }, + }, + { + zip_code: '95439', + usps_city: 'Fulton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 102.7, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77761, lat: 38.49315 }, + }, + { + zip_code: '95444', + usps_city: 'Graton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 1005.9, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.86894, lat: 38.43321 }, + }, + { + zip_code: '95568', + usps_city: 'Somes Bar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 1.3, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.46342, lat: 41.45328 }, + }, + { + zip_code: '95569', + usps_city: 'Redcrest', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 2.3, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.85533, lat: 40.36748 }, + }, + { + zip_code: '95757', + usps_city: 'Elk Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50727.0, + density: 324.0, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.43365, lat: 38.34332 }, + }, + { + zip_code: '95828', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58717.0, + density: 1840.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.39587, lat: 38.48879 }, + }, + { + zip_code: '95838', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39053.0, + density: 1659.8, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.44495, lat: 38.64679 }, + }, + { + zip_code: '95918', + usps_city: 'Browns Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2915.0, + density: 16.3, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.3334, lat: 39.29654 }, + }, + { + zip_code: '95919', + usps_city: 'Brownsville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 971.0, + density: 15.2, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.26113, lat: 39.43289 }, + }, + { + zip_code: '95950', + usps_city: 'Grimes', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 350.0, + density: 2.7, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "100"}', + coty_name: ['Colusa'], + cty_code: ['6011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92095, lat: 39.04405 }, + }, + { + zip_code: '95960', + usps_city: 'North San Juan', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 684.0, + density: 5.5, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "73.24", "06091": "18.34", "06115": "8.42"}', + coty_name: ['Nevada', 'Sierra', 'Yuba'], + cty_code: ['06057', '06091', '06115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.04434, lat: 39.38978 }, + }, + { + zip_code: '95968', + usps_city: 'Palermo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1231.0, + density: 307.1, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.55195, lat: 39.43522 }, + }, + { + zip_code: '95983', + usps_city: 'Taylorsville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 1.2, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.70727, lat: 40.07792 }, + }, + { + zip_code: '96031', + usps_city: 'Forks Of Salmon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.1, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.18184, lat: 41.18353 }, + }, + { + zip_code: '96050', + usps_city: 'Klamath River', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 0.5, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.88684, lat: 41.90006 }, + }, + { + zip_code: '96073', + usps_city: 'Palo Cedro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3980.0, + density: 34.5, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20186, lat: 40.59529 }, + }, + { + zip_code: '96088', + usps_city: 'Shingletown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4690.0, + density: 11.5, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.8795, lat: 40.50989 }, + }, + { + zip_code: '96104', + usps_city: 'Cedarville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 1.5, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.12916, lat: 41.51614 }, + }, + { + zip_code: '96105', + usps_city: 'Chilcoot', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 0.6, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "72.3", "06035": "24.1", "06091": "3.61"}', + coty_name: ['Plumas', 'Lassen', 'Sierra'], + cty_code: ['06063', '06035', '06091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.17841, lat: 39.83341 }, + }, + { + zip_code: '96111', + usps_city: 'Floriston', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 1.0, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "54.38", "06057": "45.63"}', + coty_name: ['Sierra', 'Nevada'], + cty_code: ['06091', '06057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.04144, lat: 39.47476 }, + }, + { + zip_code: '96746', + usps_city: 'Kapaa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 19729.0, + density: 148.5, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.38128, lat: 22.09267 }, + }, + { + zip_code: '96753', + usps_city: 'Kihei', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 28737.0, + density: 340.1, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.43534, lat: 20.72067 }, + }, + { + zip_code: '96792', + usps_city: 'Waianae', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 49971.0, + density: 316.2, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.16416, lat: 21.46307 }, + }, + { + zip_code: '96797', + usps_city: 'Waipahu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 73579.0, + density: 827.7, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.97898, lat: 21.42424 }, + }, + { + zip_code: '96853', + usps_city: 'Jbphh', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 2525.5, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.93444, lat: 21.3348 }, + }, + { + zip_code: '97032', + usps_city: 'Hubbard', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5048.0, + density: 106.4, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "89.05", "41005": "10.95"}', + coty_name: ['Marion', 'Clackamas'], + cty_code: ['41047', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7853, lat: 45.17924 }, + }, + { + zip_code: '97038', + usps_city: 'Molalla', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 15676.0, + density: 48.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55767, lat: 45.08756 }, + }, + { + zip_code: '97203', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 34890.0, + density: 1509.5, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.75365, lat: 45.60644 }, + }, + { + zip_code: '97208', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "0"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.67898, lat: 45.52866 }, + }, + { + zip_code: '97327', + usps_city: 'Brownsville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3386.0, + density: 18.7, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.9476, lat: 44.37503 }, + }, + { + zip_code: '97355', + usps_city: 'Lebanon', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 30364.0, + density: 56.2, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.82268, lat: 44.53097 }, + }, + { + zip_code: '97362', + usps_city: 'Mount Angel', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4287.0, + density: 69.3, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "96.96", "41005": "3.04"}', + coty_name: ['Marion', 'Clackamas'], + cty_code: ['41047', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77021, lat: 45.06916 }, + }, + { + zip_code: '97384', + usps_city: 'Mehama', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61888, lat: 44.791 }, + }, + { + zip_code: '97448', + usps_city: 'Junction City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 13080.0, + density: 35.4, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "97.88", "41003": "2.12"}', + coty_name: ['Lane', 'Benton'], + cty_code: ['41039', '41003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.2815, lat: 44.21054 }, + }, + { + zip_code: '97449', + usps_city: 'Lakeside', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2170.0, + density: 18.7, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.08389, lat: 43.57609 }, + }, + { + zip_code: '97465', + usps_city: 'Port Orford', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2021.0, + density: 8.5, + primary_coty_code: '41015', + primary_coty_name: 'Curry', + county_weights: '{"41015": "100"}', + coty_name: ['Curry'], + cty_code: ['41015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.38225, lat: 42.75418 }, + }, + { + zip_code: '97624', + usps_city: 'Chiloquin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3573.0, + density: 3.0, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.70551, lat: 42.74175 }, + }, + { + zip_code: '97635', + usps_city: 'New Pine Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 1.5, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "57.09", "41037": "42.91"}', + coty_name: ['Modoc', 'Lake'], + cty_code: ['06049', '41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.29869, lat: 41.93715 }, + }, + { + zip_code: '98121', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 19494.0, + density: 16952.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34669, lat: 47.61541 }, + }, + { + zip_code: '98296', + usps_city: 'Snohomish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30702.0, + density: 348.2, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.10169, lat: 47.84067 }, + }, + { + zip_code: '98331', + usps_city: 'Forks', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6482.0, + density: 3.2, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "85.93", "53031": "14.07"}', + coty_name: ['Clallam', 'Jefferson'], + cty_code: ['53009', '53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.1851, lat: 47.78437 }, + }, + { + zip_code: '98358', + usps_city: 'Nordland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 30.0, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.70761, lat: 48.0557 }, + }, + { + zip_code: '98372', + usps_city: 'Puyallup', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 26422.0, + density: 748.1, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26691, lat: 47.20602 }, + }, + { + zip_code: '58061', + usps_city: 'Mooreton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 2.1, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89756, lat: 46.27908 }, + }, + { + zip_code: '58076', + usps_city: 'Wahpeton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 3406.8, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60753, lat: 46.27285 }, + }, + { + zip_code: '58233', + usps_city: 'Forest River', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 1.4, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "92.93", "38035": "7.07"}', + coty_name: ['Walsh', 'Grand Forks'], + cty_code: ['38099', '38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52578, lat: 48.22616 }, + }, + { + zip_code: '58267', + usps_city: 'Northwood', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1320.0, + density: 2.2, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "98.22", "38091": "1.78"}', + coty_name: ['Grand Forks', 'Steele'], + cty_code: ['38035', '38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.63507, lat: 47.7539 }, + }, + { + zip_code: '58270', + usps_city: 'Park River', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1866.0, + density: 5.1, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "100"}', + coty_name: ['Walsh'], + cty_code: ['38099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.7837, lat: 48.39438 }, + }, + { + zip_code: '58273', + usps_city: 'Pisek', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 1.4, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "100"}', + coty_name: ['Walsh'], + cty_code: ['38099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.66853, lat: 48.29608 }, + }, + { + zip_code: '58277', + usps_city: 'Sharon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 0.6, + primary_coty_code: '38091', + primary_coty_name: 'Steele', + county_weights: '{"38091": "100"}', + coty_name: ['Steele'], + cty_code: ['38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83077, lat: 47.60892 }, + }, + { + zip_code: '58301', + usps_city: 'Devils Lake', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 10381.0, + density: 16.6, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "99.64", "38005": "0.36"}', + coty_name: ['Ramsey', 'Benson'], + cty_code: ['38071', '38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.87381, lat: 48.13148 }, + }, + { + zip_code: '58353', + usps_city: 'Mylo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.6, + primary_coty_code: '38079', + primary_coty_name: 'Rolette', + county_weights: '{"38079": "100"}', + coty_name: ['Rolette'], + cty_code: ['38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.59572, lat: 48.63289 }, + }, + { + zip_code: '58438', + usps_city: 'Fessenden', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 1.7, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: '{"38103": "100"}', + coty_name: ['Wells'], + cty_code: ['38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.59638, lat: 47.66349 }, + }, + { + zip_code: '58483', + usps_city: 'Streeter', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.8, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "73.24", "38047": "16.76", "38043": "10"}', + coty_name: ['Stutsman', 'Logan', 'Kidder'], + cty_code: ['38093', '38047', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.40808, lat: 46.65252 }, + }, + { + zip_code: '58484', + usps_city: 'Sutton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.3, + primary_coty_code: '38039', + primary_coty_name: 'Griggs', + county_weights: '{"38039": "83.08", "38031": "16.92"}', + coty_name: ['Griggs', 'Foster'], + cty_code: ['38039', '38031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47812, lat: 47.37511 }, + }, + { + zip_code: '58505', + usps_city: 'Bismarck', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.78111, lat: 46.8202 }, + }, + { + zip_code: '58524', + usps_city: 'Braddock', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 0.3, + primary_coty_code: '38029', + primary_coty_name: 'Emmons', + county_weights: '{"38029": "69", "38043": "31"}', + coty_name: ['Emmons', 'Kidder'], + cty_code: ['38029', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.0808, lat: 46.59187 }, + }, + { + zip_code: '58560', + usps_city: 'Moffit', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 0.7, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.25937, lat: 46.67951 }, + }, + { + zip_code: '58623', + usps_city: 'Bowman', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2205.0, + density: 1.5, + primary_coty_code: '38011', + primary_coty_name: 'Bowman', + county_weights: '{"38011": "95.02", "38087": "4.68", "46063": "0.3"}', + coty_name: ['Bowman', 'Slope', 'Harding'], + cty_code: ['38011', '38087', '46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.42567, lat: 46.18901 }, + }, + { + zip_code: '58646', + usps_city: 'Mott', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1126.0, + density: 0.8, + primary_coty_code: '38041', + primary_coty_name: 'Hettinger', + county_weights: '{"38041": "98.77", "38001": "1.23"}', + coty_name: ['Hettinger', 'Adams'], + cty_code: ['38041', '38001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.28253, lat: 46.39388 }, + }, + { + zip_code: '58701', + usps_city: 'Minot', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 31580.0, + density: 55.2, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.32131, lat: 48.14259 }, + }, + { + zip_code: '58707', + usps_city: 'Minot', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 2683.0, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.30075, lat: 48.24621 }, + }, + { + zip_code: '58711', + usps_city: 'Antler', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 1.0, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "100"}', + coty_name: ['Bottineau'], + cty_code: ['38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.28461, lat: 48.93075 }, + }, + { + zip_code: '58733', + usps_city: 'Des Lacs', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 1.5, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.587, lat: 48.17475 }, + }, + { + zip_code: '98438', + usps_city: 'Mcchord Afb', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 267.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49706, lat: 47.13163 }, + }, + { + zip_code: '98524', + usps_city: 'Allyn', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4481.0, + density: 121.0, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.86367, lat: 47.35771 }, + }, + { + zip_code: '98531', + usps_city: 'Centralia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 26031.0, + density: 73.5, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "91.79", "53067": "8.21"}', + coty_name: ['Lewis', 'Thurston'], + cty_code: ['53041', '53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.92102, lat: 46.73496 }, + }, + { + zip_code: '98575', + usps_city: 'Quinault', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.5, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.79553, lat: 47.41778 }, + }, + { + zip_code: '98624', + usps_city: 'Ilwaco', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1633.0, + density: 18.6, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.9714, lat: 46.36954 }, + }, + { + zip_code: '98625', + usps_city: 'Kalama', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6716.0, + density: 32.2, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72783, lat: 46.04237 }, + }, + { + zip_code: '98642', + usps_city: 'Ridgefield', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 19957.0, + density: 135.2, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.70178, lat: 45.80248 }, + }, + { + zip_code: '98683', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33219.0, + density: 1767.6, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51024, lat: 45.60301 }, + }, + { + zip_code: '98845', + usps_city: 'Palisades', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 1.9, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "100"}', + coty_name: ['Douglas'], + cty_code: ['53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.92731, lat: 47.41839 }, + }, + { + zip_code: '98930', + usps_city: 'Grandview', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15627.0, + density: 126.9, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "94.15", "53005": "5.85"}', + coty_name: ['Yakima', 'Benton'], + cty_code: ['53077', '53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.89355, lat: 46.27048 }, + }, + { + zip_code: '98951', + usps_city: 'Wapato', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12721.0, + density: 32.7, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.51617, lat: 46.45977 }, + }, + { + zip_code: '99102', + usps_city: 'Albion', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 879.7, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2501, lat: 46.79212 }, + }, + { + zip_code: '99139', + usps_city: 'Ione', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 2.5, + primary_coty_code: '53051', + primary_coty_name: 'Pend Oreille', + county_weights: '{"53051": "100"}', + coty_name: ['Pend Oreille'], + cty_code: ['53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.40668, lat: 48.7346 }, + }, + { + zip_code: '99180', + usps_city: 'Usk', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 4.9, + primary_coty_code: '53051', + primary_coty_name: 'Pend Oreille', + county_weights: '{"53051": "100"}', + coty_name: ['Pend Oreille'], + cty_code: ['53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.3285, lat: 48.29579 }, + }, + { + zip_code: '99505', + usps_city: 'Jber', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 6245.0, + density: 105.4, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.63173, lat: 61.26576 }, + }, + { + zip_code: '99506', + usps_city: 'Jber', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 6671.0, + density: 145.4, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.80536, lat: 61.26308 }, + }, + { + zip_code: '99516', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 20838.0, + density: 187.2, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.71837, lat: 61.07142 }, + }, + { + zip_code: '99610', + usps_city: 'Kasilof', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2101.0, + density: 0.9, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -150.42907, lat: 60.24933 }, + }, + { + zip_code: '99674', + usps_city: 'Sutton', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 0.5, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.16, lat: 61.70957 }, + }, + { + zip_code: '99677', + usps_city: 'Tatitlek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 3.9, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100"}', + coty_name: ['Valdez-Cordova'], + cty_code: ['2261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.67253, lat: 60.89214 }, + }, + { + zip_code: '99704', + usps_city: 'Clear', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 20.8, + primary_coty_code: '2068', + primary_coty_name: 'Denali', + county_weights: '{"02068": "100"}', + coty_name: ['Denali'], + cty_code: ['2068'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.16084, lat: 64.2966 }, + }, + { + zip_code: '99720', + usps_city: 'Allakaket', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 2.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -152.77606, lat: 66.56354 }, + }, + { + zip_code: '99733', + usps_city: 'Circle', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 0.2, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -144.18283, lat: 65.79284 }, + }, + { + zip_code: '99741', + usps_city: 'Galena', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 10.8, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.85894, lat: 64.7388 }, + }, + { + zip_code: '99751', + usps_city: 'Kobuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 9.5, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.87006, lat: 66.91926 }, + }, + { + zip_code: '99761', + usps_city: 'Noatak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 10.1, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.03461, lat: 67.60042 }, + }, + { + zip_code: '99767', + usps_city: 'Rampart', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 11.4, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -150.15117, lat: 65.50221 }, + }, + { + zip_code: '21502', + usps_city: 'Cumberland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 42391.0, + density: 182.7, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75494, lat: 39.64405 }, + }, + { + zip_code: '21626', + usps_city: 'Crapo', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.8, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09292, lat: 38.33747 }, + }, + { + zip_code: '21648', + usps_city: 'Madison', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 3.8, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.23009, lat: 38.4836 }, + }, + { + zip_code: '21780', + usps_city: 'Sabillasville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1614.0, + density: 27.7, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "94.89", "24043": "5.11"}', + coty_name: ['Frederick', 'Washington'], + cty_code: ['24021', '24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.4652, lat: 39.67672 }, + }, + { + zip_code: '21791', + usps_city: 'Union Bridge', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5245.0, + density: 41.1, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "52.83", "24021": "47.17"}', + coty_name: ['Carroll', 'Frederick'], + cty_code: ['24013', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18726, lat: 39.53988 }, + }, + { + zip_code: '21864', + usps_city: 'Stockton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 9.9, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40638, lat: 38.04199 }, + }, + { + zip_code: '22046', + usps_city: 'Falls Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18698.0, + density: 2559.1, + primary_coty_code: '51610', + primary_coty_name: 'Falls Church', + county_weights: '{"51610": "64.88", "51059": "35.12"}', + coty_name: ['Falls Church', 'Fairfax'], + cty_code: ['51610', '51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18076, lat: 38.88711 }, + }, + { + zip_code: '22172', + usps_city: 'Triangle', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9934.0, + density: 303.8, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.36486, lat: 38.56708 }, + }, + { + zip_code: '22185', + usps_city: 'Vienna', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "0"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.30401, lat: 38.87463 }, + }, + { + zip_code: '22211', + usps_city: 'Fort Myer', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1353.0, + density: 298.7, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07067, lat: 38.8802 }, + }, + { + zip_code: '22454', + usps_city: 'Dunnsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1746.0, + density: 16.6, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "100"}', + coty_name: ['Essex'], + cty_code: ['51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84591, lat: 37.84077 }, + }, + { + zip_code: '22663', + usps_city: 'White Post', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1108.0, + density: 19.4, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "54.56", "51043": "45.44"}', + coty_name: ['Frederick', 'Clarke'], + cty_code: ['51069', '51043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11478, lat: 39.05633 }, + }, + { + zip_code: '22712', + usps_city: 'Bealeton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9094.0, + density: 96.9, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75891, lat: 38.56057 }, + }, + { + zip_code: '22730', + usps_city: 'Oakpark', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 25.3, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.16271, lat: 38.36732 }, + }, + { + zip_code: '22740', + usps_city: 'Sperryville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 873.0, + density: 4.3, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "93.91", "51047": "4.19", "51113": "1.9"}', + coty_name: ['Rappahannock', 'Culpeper', 'Madison'], + cty_code: ['51157', '51047', '51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.25706, lat: 38.64178 }, + }, + { + zip_code: '22824', + usps_city: 'Edinburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6253.0, + density: 28.1, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63065, lat: 38.83901 }, + }, + { + zip_code: '22827', + usps_city: 'Elkton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10289.0, + density: 29.1, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "94.18", "51139": "5.82"}', + coty_name: ['Rockingham', 'Page'], + cty_code: ['51165', '51139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.59939, lat: 38.41139 }, + }, + { + zip_code: '31007', + usps_city: 'Byromville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1070.0, + density: 6.6, + primary_coty_code: '13093', + primary_coty_name: 'Dooly', + county_weights: '{"13093": "100"}', + coty_name: ['Dooly'], + cty_code: ['13093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93315, lat: 32.18894 }, + }, + { + zip_code: '31028', + usps_city: 'Centerville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6406.0, + density: 696.2, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68156, lat: 32.63503 }, + }, + { + zip_code: '31071', + usps_city: 'Pineview', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 9.1, + primary_coty_code: '13315', + primary_coty_name: 'Wilcox', + county_weights: '{"13315": "62.47", "13235": "37.53"}', + coty_name: ['Wilcox', 'Pulaski'], + cty_code: ['13315', '13235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.52946, lat: 32.12972 }, + }, + { + zip_code: '31207', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1089.0, + density: 2431.8, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "100"}', + coty_name: ['Bibb'], + cty_code: ['13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64908, lat: 32.82846 }, + }, + { + zip_code: '31510', + usps_city: 'Alma', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9730.0, + density: 16.6, + primary_coty_code: '13005', + primary_coty_name: 'Bacon', + county_weights: '{"13005": "96.47", "13229": "3.41", "13161": "0.12"}', + coty_name: ['Bacon', 'Pierce', 'Jeff Davis'], + cty_code: ['13005', '13229', '13161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.44053, lat: 31.54582 }, + }, + { + zip_code: '31519', + usps_city: 'Broxton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3562.0, + density: 10.3, + primary_coty_code: '13069', + primary_coty_name: 'Coffee', + county_weights: '{"13069": "97.42", "13161": "2.58"}', + coty_name: ['Coffee', 'Jeff Davis'], + cty_code: ['13069', '13161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87975, lat: 31.6816 }, + }, + { + zip_code: '31565', + usps_city: 'Waverly', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2009.0, + density: 5.9, + primary_coty_code: '13039', + primary_coty_name: 'Camden', + county_weights: '{"13039": "100"}', + coty_name: ['Camden'], + cty_code: ['13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64231, lat: 31.06443 }, + }, + { + zip_code: '31620', + usps_city: 'Adel', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10835.0, + density: 33.5, + primary_coty_code: '13075', + primary_coty_name: 'Cook', + county_weights: '{"13075": "100"}', + coty_name: ['Cook'], + cty_code: ['13075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.43765, lat: 31.11841 }, + }, + { + zip_code: '31643', + usps_city: 'Quitman', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8344.0, + density: 12.3, + primary_coty_code: '13027', + primary_coty_name: 'Brooks', + county_weights: '{"13027": "100"}', + coty_name: ['Brooks'], + cty_code: ['13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.55976, lat: 30.76923 }, + }, + { + zip_code: '31648', + usps_city: 'Statenville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 69.3, + primary_coty_code: '13101', + primary_coty_name: 'Echols', + county_weights: '{"13101": "100"}', + coty_name: ['Echols'], + cty_code: ['13101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01903, lat: 30.70649 }, + }, + { + zip_code: '31719', + usps_city: 'Americus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9036.0, + density: 37.1, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "100"}', + coty_name: ['Sumter'], + cty_code: ['13261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29739, lat: 32.08321 }, + }, + { + zip_code: '31783', + usps_city: 'Rebecca', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 3.6, + primary_coty_code: '13287', + primary_coty_name: 'Turner', + county_weights: '{"13287": "49.32", "13155": "40.2", "13017": "10.48"}', + coty_name: ['Turner', 'Irwin', 'Ben Hill'], + cty_code: ['13287', '13155', '13017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47123, lat: 31.76223 }, + }, + { + zip_code: '32044', + usps_city: 'Hampton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1711.0, + density: 28.3, + primary_coty_code: '12007', + primary_coty_name: 'Bradford', + county_weights: '{"12007": "100"}', + coty_name: ['Bradford'], + cty_code: ['12007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17457, lat: 29.86109 }, + }, + { + zip_code: '32124', + usps_city: 'Daytona Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6117.0, + density: 52.3, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14927, lat: 29.1654 }, + }, + { + zip_code: '32127', + usps_city: 'Port Orange', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30398.0, + density: 740.8, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.97643, lat: 29.10669 }, + }, + { + zip_code: '32206', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16027.0, + density: 1003.7, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63841, lat: 30.35056 }, + }, + { + zip_code: '32448', + usps_city: 'Marianna', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8405.0, + density: 17.5, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.22107, lat: 30.66923 }, + }, + { + zip_code: '32561', + usps_city: 'Gulf Breeze', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9925.0, + density: 318.5, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "72.96", "12033": "27.04"}', + coty_name: ['Santa Rosa', 'Escambia'], + cty_code: ['12113', '12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.11104, lat: 30.35157 }, + }, + { + zip_code: '32578', + usps_city: 'Niceville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33130.0, + density: 531.4, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "97.21", "12131": "2.79"}', + coty_name: ['Okaloosa', 'Walton'], + cty_code: ['12091', '12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.45223, lat: 30.51022 }, + }, + { + zip_code: '32789', + usps_city: 'Winter Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26483.0, + density: 1312.3, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3521, lat: 28.59965 }, + }, + { + zip_code: '32905', + usps_city: 'Palm Bay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23302.0, + density: 947.3, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59947, lat: 28.03126 }, + }, + { + zip_code: '32907', + usps_city: 'Palm Bay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45037.0, + density: 979.8, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.68231, lat: 28.01564 }, + }, + { + zip_code: '33019', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13729.0, + density: 1358.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12293, lat: 26.02617 }, + }, + { + zip_code: '33169', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41626.0, + density: 2329.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21456, lat: 25.943 }, + }, + { + zip_code: '33301', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14988.0, + density: 2327.3, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1276, lat: 26.1212 }, + }, + { + zip_code: '33311', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 76073.0, + density: 2838.6, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17331, lat: 26.14412 }, + }, + { + zip_code: '33462', + usps_city: 'Lake Worth', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33241.0, + density: 1479.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07352, lat: 26.58054 }, + }, + { + zip_code: '33472', + usps_city: 'Boynton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19925.0, + density: 592.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18581, lat: 26.53828 }, + }, + { + zip_code: '33542', + usps_city: 'Zephyrhills', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22057.0, + density: 815.4, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.1771, lat: 28.23546 }, + }, + { + zip_code: '33609', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18367.0, + density: 1617.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51354, lat: 27.94432 }, + }, + { + zip_code: '33625', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27305.0, + density: 1153.0, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5604, lat: 28.06799 }, + }, + { + zip_code: '33786', + usps_city: 'Belleair Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 1123.9, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8365, lat: 27.92383 }, + }, + { + zip_code: '33843', + usps_city: 'Frostproof', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11032.0, + density: 41.9, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53169, lat: 27.72289 }, + }, + { + zip_code: '33851', + usps_city: 'Lake Hamilton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1153.0, + density: 234.9, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62354, lat: 28.04444 }, + }, + { + zip_code: '33853', + usps_city: 'Lake Wales', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11649.0, + density: 550.8, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58465, lat: 27.90029 }, + }, + { + zip_code: '33881', + usps_city: 'Winter Haven', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34340.0, + density: 606.9, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70751, lat: 28.05361 }, + }, + { + zip_code: '33901', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21364.0, + density: 1323.9, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87865, lat: 26.62116 }, + }, + { + zip_code: '33921', + usps_city: 'Boca Grande', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 813.0, + density: 113.4, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "76.98", "12015": "23.02"}', + coty_name: ['Lee', 'Charlotte'], + cty_code: ['12071', '12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25375, lat: 26.77871 }, + }, + { + zip_code: '33965', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1735.0, + density: 444.7, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77214, lat: 26.46368 }, + }, + { + zip_code: '34113', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22175.0, + density: 304.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72777, lat: 26.04867 }, + }, + { + zip_code: '34202', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24637.0, + density: 399.8, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39011, lat: 27.40672 }, + }, + { + zip_code: '34292', + usps_city: 'Venice', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15398.0, + density: 199.1, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34101, lat: 27.10171 }, + }, + { + zip_code: '34661', + usps_city: 'Nobleton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 15.0, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24823, lat: 28.6159 }, + }, + { + zip_code: '34668', + usps_city: 'Port Richey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 48146.0, + density: 1197.4, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70517, lat: 28.30188 }, + }, + { + zip_code: '34737', + usps_city: 'Howey In The Hills', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2942.0, + density: 57.9, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79654, lat: 28.69295 }, + }, + { + zip_code: '34744', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 57134.0, + density: 664.7, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34485, lat: 28.29642 }, + }, + { + zip_code: '34797', + usps_city: 'Yalaha', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1041.0, + density: 85.4, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81978, lat: 28.73556 }, + }, + { + zip_code: '34986', + usps_city: 'Port Saint Lucie', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28265.0, + density: 560.7, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40503, lat: 27.32867 }, + }, + { + zip_code: '35007', + usps_city: 'Alabaster', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 26332.0, + density: 271.9, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.79717, lat: 33.21591 }, + }, + { + zip_code: '35127', + usps_city: 'Pleasant Grove', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9651.0, + density: 380.2, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.97639, lat: 33.49167 }, + }, + { + zip_code: '35210', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14022.0, + density: 214.0, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.66552, lat: 33.54516 }, + }, + { + zip_code: '35404', + usps_city: 'Tuscaloosa', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 22345.0, + density: 514.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.48608, lat: 33.21668 }, + }, + { + zip_code: '35582', + usps_city: 'Red Bay', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4561.0, + density: 19.8, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "100"}', + coty_name: ['Franklin'], + cty_code: ['1059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09439, lat: 34.48839 }, + }, + { + zip_code: '35740', + usps_city: 'Bridgeport', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3056.0, + density: 33.0, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.75855, lat: 34.9501 }, + }, + { + zip_code: '35745', + usps_city: 'Estillfork', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 0.9, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2001, lat: 34.94093 }, + }, + { + zip_code: '35766', + usps_city: 'Princeton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 1.7, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.27667, lat: 34.87345 }, + }, + { + zip_code: '35769', + usps_city: 'Scottsboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9745.0, + density: 60.1, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "81.42", "01095": "18.58"}', + coty_name: ['Jackson', 'Marshall'], + cty_code: ['01071', '01095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.098, lat: 34.58997 }, + }, + { + zip_code: '35967', + usps_city: 'Fort Payne', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16274.0, + density: 50.3, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "97.97", "01019": "2.03"}', + coty_name: ['DeKalb', 'Cherokee'], + cty_code: ['01049', '01019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.69628, lat: 34.40139 }, + }, + { + zip_code: '36048', + usps_city: 'Louisville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1513.0, + density: 5.5, + primary_coty_code: '1005', + primary_coty_name: 'Barbour', + county_weights: '{"01005": "100"}', + coty_name: ['Barbour'], + cty_code: ['1005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.59038, lat: 31.79021 }, + }, + { + zip_code: '36075', + usps_city: 'Shorter', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2240.0, + density: 9.5, + primary_coty_code: '1087', + primary_coty_name: 'Macon', + county_weights: '{"01087": "100"}', + coty_name: ['Macon'], + cty_code: ['1087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.91114, lat: 32.38458 }, + }, + { + zip_code: '36316', + usps_city: 'Chancellor', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2118.0, + density: 16.4, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "54.07", "01031": "45.93"}', + coty_name: ['Geneva', 'Coffee'], + cty_code: ['01061', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.86271, lat: 31.1736 }, + }, + { + zip_code: '36317', + usps_city: 'Clopton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 4.6, + primary_coty_code: '1067', + primary_coty_name: 'Henry', + county_weights: '{"01067": "86.27", "01005": "9.32", "01045": "4.41"}', + coty_name: ['Henry', 'Barbour', 'Dale'], + cty_code: ['01067', '01005', '01045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.39108, lat: 31.64459 }, + }, + { + zip_code: '36582', + usps_city: 'Theodore', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 24029.0, + density: 115.5, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17336, lat: 30.51044 }, + }, + { + zip_code: '36720', + usps_city: 'Alberta', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 7.5, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "100"}', + coty_name: ['Wilcox'], + cty_code: ['1131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.34674, lat: 32.15848 }, + }, + { + zip_code: '36858', + usps_city: 'Hatchechubbee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 2.3, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "100"}', + coty_name: ['Russell'], + cty_code: ['1113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.32069, lat: 32.31552 }, + }, + { + zip_code: '37018', + usps_city: 'Beechgrove', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2194.0, + density: 18.3, + primary_coty_code: '47031', + primary_coty_name: 'Coffee', + county_weights: '{"47031": "96.81", "47003": "3.19"}', + coty_name: ['Coffee', 'Bedford'], + cty_code: ['47031', '47003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.19707, lat: 35.63864 }, + }, + { + zip_code: '37042', + usps_city: 'Clarksville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 77945.0, + density: 493.6, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.41699, lat: 36.56905 }, + }, + { + zip_code: '37074', + usps_city: 'Hartsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9305.0, + density: 35.1, + primary_coty_code: '47169', + primary_coty_name: 'Trousdale', + county_weights: '{"47169": "86.16", "47111": "13.84"}', + coty_name: ['Trousdale', 'Macon'], + cty_code: ['47169', '47111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.14428, lat: 36.41897 }, + }, + { + zip_code: '37145', + usps_city: 'Pleasant Shade', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2223.0, + density: 12.2, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "82.43", "47111": "10.15", "47087": "7.42"}', + coty_name: ['Smith', 'Macon', 'Jackson'], + cty_code: ['47159', '47111', '47087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.91221, lat: 36.37944 }, + }, + { + zip_code: '37165', + usps_city: 'Slayden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 59.5, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "100"}', + coty_name: ['Dickson'], + cty_code: ['47043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.47016, lat: 36.29213 }, + }, + { + zip_code: '37220', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5880.0, + density: 305.0, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78088, lat: 36.06728 }, + }, + { + zip_code: '37221', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 41017.0, + density: 306.5, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "94.22", "47187": "5.78"}', + coty_name: ['Davidson', 'Williamson'], + cty_code: ['47037', '47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.9734, lat: 36.05561 }, + }, + { + zip_code: '37307', + usps_city: 'Benton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4773.0, + density: 35.6, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "100"}', + coty_name: ['Polk'], + cty_code: ['47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6258, lat: 35.16905 }, + }, + { + zip_code: '37355', + usps_city: 'Manchester', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 27076.0, + density: 48.1, + primary_coty_code: '47031', + primary_coty_name: 'Coffee', + county_weights: '{"47031": "100"}', + coty_name: ['Coffee'], + cty_code: ['47031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.08476, lat: 35.50099 }, + }, + { + zip_code: '37359', + usps_city: 'Mulberry', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1016.0, + density: 10.9, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "64.37", "47127": "35.63"}', + coty_name: ['Lincoln', 'Moore'], + cty_code: ['47103', '47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.41289, lat: 35.2042 }, + }, + { + zip_code: '37617', + usps_city: 'Blountville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14198.0, + density: 92.8, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "100"}', + coty_name: ['Sullivan'], + cty_code: ['47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37208, lat: 36.53067 }, + }, + { + zip_code: '37691', + usps_city: 'Trade', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 14.1, + primary_coty_code: '47091', + primary_coty_name: 'Johnson', + county_weights: '{"47091": "100"}', + coty_name: ['Johnson'], + cty_code: ['47091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75667, lat: 36.37168 }, + }, + { + zip_code: '37851', + usps_city: 'Pruden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 39.2, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "100"}', + coty_name: ['Claiborne'], + cty_code: ['47025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90613, lat: 36.58232 }, + }, + { + zip_code: '37860', + usps_city: 'Russellville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3963.0, + density: 60.0, + primary_coty_code: '47063', + primary_coty_name: 'Hamblen', + county_weights: '{"47063": "100"}', + coty_name: ['Hamblen'], + cty_code: ['47063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.18254, lat: 36.25305 }, + }, + { + zip_code: '37863', + usps_city: 'Pigeon Forge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6712.0, + density: 141.0, + primary_coty_code: '47155', + primary_coty_name: 'Sevier', + county_weights: '{"47155": "100"}', + coty_name: ['Sevier'], + cty_code: ['47155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56217, lat: 35.78596 }, + }, + { + zip_code: '37865', + usps_city: 'Seymour', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 21908.0, + density: 119.7, + primary_coty_code: '47155', + primary_coty_name: 'Sevier', + county_weights: '{"47155": "78.79", "47009": "21.21"}', + coty_name: ['Sevier', 'Blount'], + cty_code: ['47155', '47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74095, lat: 35.84936 }, + }, + { + zip_code: '37872', + usps_city: 'Sunbright', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1629.0, + density: 6.6, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "91.96", "47151": "8.04"}', + coty_name: ['Morgan', 'Scott'], + cty_code: ['47129', '47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64952, lat: 36.26951 }, + }, + { + zip_code: '37915', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5252.0, + density: 1081.8, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89998, lat: 35.97051 }, + }, + { + zip_code: '38008', + usps_city: 'Bolivar', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8797.0, + density: 22.9, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "100"}', + coty_name: ['Hardeman'], + cty_code: ['47069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99499, lat: 35.24682 }, + }, + { + zip_code: '38011', + usps_city: 'Brighton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9536.0, + density: 62.5, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "98.03", "47157": "1.97"}', + coty_name: ['Tipton', 'Shelby'], + cty_code: ['47167', '47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70724, lat: 35.46697 }, + }, + { + zip_code: '38040', + usps_city: 'Halls', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4769.0, + density: 16.9, + primary_coty_code: '47097', + primary_coty_name: 'Lauderdale', + county_weights: '{"47097": "83.13", "47033": "11.23", "47045": "5.64"}', + coty_name: ['Lauderdale', 'Crockett', 'Dyer'], + cty_code: ['47097', '47033', '47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43398, lat: 35.88516 }, + }, + { + zip_code: '38127', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 43086.0, + density: 442.9, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.01756, lat: 35.23765 }, + }, + { + zip_code: '38362', + usps_city: 'Oakfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1363.0, + density: 63.2, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "100"}', + coty_name: ['Madison'], + cty_code: ['47113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.78291, lat: 35.72906 }, + }, + { + zip_code: '38475', + usps_city: 'Olivehill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 4.3, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "91.81", "47181": "8.19"}', + coty_name: ['Hardin', 'Wayne'], + cty_code: ['47071', '47181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01611, lat: 35.25348 }, + }, + { + zip_code: '38589', + usps_city: 'Wilder', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 3.4, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "64", "47049": "36"}', + coty_name: ['Overton', 'Fentress'], + cty_code: ['47133', '47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.07714, lat: 36.2856 }, + }, + { + zip_code: '38677', + usps_city: 'University', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4120.0, + density: 2142.5, + primary_coty_code: '28071', + primary_coty_name: 'Lafayette', + county_weights: '{"28071": "100"}', + coty_name: ['Lafayette'], + cty_code: ['28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53717, lat: 34.36544 }, + }, + { + zip_code: '38744', + usps_city: 'Glen Allan', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 3.2, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "84.16", "28055": "15.84"}', + coty_name: ['Washington', 'Issaquena'], + cty_code: ['28151', '28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.0353, lat: 33.01576 }, + }, + { + zip_code: '38772', + usps_city: 'Scott', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 0.8, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05149, lat: 33.56048 }, + }, + { + zip_code: '38844', + usps_city: 'Gattman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 6.7, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "100"}', + coty_name: ['Monroe'], + cty_code: ['28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25533, lat: 33.83859 }, + }, + { + zip_code: '38901', + usps_city: 'Grenada', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 18168.0, + density: 29.3, + primary_coty_code: '28043', + primary_coty_name: 'Grenada', + county_weights: '{"28043": "97.92", "28015": "1.7", "28135": "0.37"}', + coty_name: ['Grenada', 'Carroll', 'Tallahatchie'], + cty_code: ['28043', '28015', '28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80425, lat: 33.76161 }, + }, + { + zip_code: '38914', + usps_city: 'Big Creek', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 7.3, + primary_coty_code: '28013', + primary_coty_name: 'Calhoun', + county_weights: '{"28013": "87.68", "28043": "12.32"}', + coty_name: ['Calhoun', 'Grenada'], + cty_code: ['28013', '28043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45757, lat: 33.86819 }, + }, + { + zip_code: '38962', + usps_city: 'Tippo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 3.4, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18428, lat: 33.87494 }, + }, + { + zip_code: '39039', + usps_city: 'Benton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1840.0, + density: 5.0, + primary_coty_code: '28163', + primary_coty_name: 'Yazoo', + county_weights: '{"28163": "100"}', + coty_name: ['Yazoo'], + cty_code: ['28163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22506, lat: 32.81969 }, + }, + { + zip_code: '39044', + usps_city: 'Braxton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3965.0, + density: 10.9, + primary_coty_code: '28127', + primary_coty_name: 'Simpson', + county_weights: '{"28127": "68.03", "28121": "31.97"}', + coty_name: ['Simpson', 'Rankin'], + cty_code: ['28127', '28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97299, lat: 32.02921 }, + }, + { + zip_code: '39054', + usps_city: 'Cary', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 40.6, + primary_coty_code: '28125', + primary_coty_name: 'Sharkey', + county_weights: '{"28125": "100"}', + coty_name: ['Sharkey'], + cty_code: ['28125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.92941, lat: 32.79855 }, + }, + { + zip_code: '39272', + usps_city: 'Byram', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12895.0, + density: 226.1, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25946, lat: 32.18881 }, + }, + { + zip_code: '39335', + usps_city: 'Lauderdale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2740.0, + density: 9.1, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "93.99", "28069": "6.01"}', + coty_name: ['Lauderdale', 'Kemper'], + cty_code: ['28075', '28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49037, lat: 32.5354 }, + }, + { + zip_code: '39341', + usps_city: 'Macon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6801.0, + density: 7.0, + primary_coty_code: '28103', + primary_coty_name: 'Noxubee', + county_weights: '{"28103": "98.78", "28159": "1.22"}', + coty_name: ['Noxubee', 'Winston'], + cty_code: ['28103', '28159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56203, lat: 33.10052 }, + }, + { + zip_code: '39361', + usps_city: 'Shuqualak', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 3.7, + primary_coty_code: '28103', + primary_coty_name: 'Noxubee', + county_weights: '{"28103": "99.11", "28069": "0.89"}', + coty_name: ['Noxubee', 'Kemper'], + cty_code: ['28103', '28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.61159, lat: 32.98149 }, + }, + { + zip_code: '39645', + usps_city: 'Liberty', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4917.0, + density: 5.9, + primary_coty_code: '28005', + primary_coty_name: 'Amite', + county_weights: '{"28005": "100"}', + coty_name: ['Amite'], + cty_code: ['28005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79778, lat: 31.14749 }, + }, + { + zip_code: '39661', + usps_city: 'Roxie', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2904.0, + density: 4.3, + primary_coty_code: '28037', + primary_coty_name: 'Franklin', + county_weights: '{"28037": "77.08", "28001": "22.92"}', + coty_name: ['Franklin', 'Adams'], + cty_code: ['28037', '28001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.0812, lat: 31.48579 }, + }, + { + zip_code: '39747', + usps_city: 'Kilmichael', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1535.0, + density: 3.9, + primary_coty_code: '28097', + primary_coty_name: 'Montgomery', + county_weights: '{"28097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['28097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55494, lat: 33.40855 }, + }, + { + zip_code: '40011', + usps_city: 'Campbellsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2688.0, + density: 17.7, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "81.48", "21223": "12.83", "21041": "5.69"}', + coty_name: ['Henry', 'Trimble', 'Carroll'], + cty_code: ['21103', '21223', '21041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.16938, lat: 38.52598 }, + }, + { + zip_code: '40057', + usps_city: 'Pleasureville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3664.0, + density: 14.5, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "76.15", "21211": "23.85"}', + coty_name: ['Henry', 'Shelby'], + cty_code: ['21103', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.0423, lat: 38.38943 }, + }, + { + zip_code: '40108', + usps_city: 'Brandenburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11803.0, + density: 64.1, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "100"}', + coty_name: ['Meade'], + cty_code: ['21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.16632, lat: 37.97261 }, + }, + { + zip_code: '40242', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11073.0, + density: 1602.7, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.59065, lat: 38.27732 }, + }, + { + zip_code: '40403', + usps_city: 'Berea', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 24248.0, + density: 81.9, + primary_coty_code: '21151', + primary_coty_name: 'Madison', + county_weights: '{"21151": "90.25", "21203": "5.32", "21079": "4.43"}', + coty_name: ['Madison', 'Rockcastle', 'Garrard'], + cty_code: ['21151', '21203', '21079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27119, lat: 37.56947 }, + }, + { + zip_code: '40737', + usps_city: 'Keavy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 43.6, + primary_coty_code: '21125', + primary_coty_name: 'Laurel', + county_weights: '{"21125": "100"}', + coty_name: ['Laurel'], + cty_code: ['21125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13321, lat: 37.00524 }, + }, + { + zip_code: '40824', + usps_city: 'Dayhoit', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 21.8, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.37222, lat: 36.82493 }, + }, + { + zip_code: '40829', + usps_city: 'Grays Knob', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 17.2, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30246, lat: 36.79695 }, + }, + { + zip_code: '40906', + usps_city: 'Barbourville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11739.0, + density: 36.6, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "98.37", "21235": "1.63"}', + coty_name: ['Knox', 'Whitley'], + cty_code: ['21121', '21235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88646, lat: 36.88215 }, + }, + { + zip_code: '40988', + usps_city: 'Stoney Fork', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 8.6, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "80", "21095": "20"}', + coty_name: ['Bell', 'Harlan'], + cty_code: ['21013', '21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53251, lat: 36.849 }, + }, + { + zip_code: '41041', + usps_city: 'Flemingsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6953.0, + density: 25.0, + primary_coty_code: '21069', + primary_coty_name: 'Fleming', + county_weights: '{"21069": "100"}', + coty_name: ['Fleming'], + cty_code: ['21069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.72605, lat: 38.40894 }, + }, + { + zip_code: '41091', + usps_city: 'Union', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20960.0, + density: 157.8, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "100"}', + coty_name: ['Boone'], + cty_code: ['21015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74, lat: 38.91861 }, + }, + { + zip_code: '41097', + usps_city: 'Williamstown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6729.0, + density: 25.9, + primary_coty_code: '21081', + primary_coty_name: 'Grant', + county_weights: '{"21081": "90.47", "21191": "9.53"}', + coty_name: ['Grant', 'Pendleton'], + cty_code: ['21081', '21191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58145, lat: 38.61986 }, + }, + { + zip_code: '41121', + usps_city: 'Argillite', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1716.0, + density: 13.3, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "100"}', + coty_name: ['Greenup'], + cty_code: ['21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.83392, lat: 38.44573 }, + }, + { + zip_code: '41132', + usps_city: 'Denton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 7.3, + primary_coty_code: '21043', + primary_coty_name: 'Carter', + county_weights: '{"21043": "88.24", "21127": "11.76"}', + coty_name: ['Carter', 'Lawrence'], + cty_code: ['21043', '21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82465, lat: 38.2633 }, + }, + { + zip_code: '41139', + usps_city: 'Flatwoods', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7905.0, + density: 501.3, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "100"}', + coty_name: ['Greenup'], + cty_code: ['21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72849, lat: 38.51539 }, + }, + { + zip_code: '41543', + usps_city: 'McAndrews', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 15.4, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28552, lat: 37.5479 }, + }, + { + zip_code: '41616', + usps_city: 'David', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 13.7, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8767, lat: 37.58107 }, + }, + { + zip_code: '41762', + usps_city: 'Sizerock', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.48379, lat: 37.25348 }, + }, + { + zip_code: '41776', + usps_city: 'Wooton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1850.0, + density: 23.7, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29127, lat: 37.16706 }, + }, + { + zip_code: '42047', + usps_city: 'Hampton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 5.8, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "100"}', + coty_name: ['Livingston'], + cty_code: ['21139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39236, lat: 37.29583 }, + }, + { + zip_code: '42124', + usps_city: 'Beaumont', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 28.6, + primary_coty_code: '21169', + primary_coty_name: 'Metcalfe', + county_weights: '{"21169": "100"}', + coty_name: ['Metcalfe'], + cty_code: ['21169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.64393, lat: 36.87052 }, + }, + { + zip_code: '42254', + usps_city: 'La Fayette', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 10.3, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "100"}', + coty_name: ['Christian'], + cty_code: ['21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63741, lat: 36.66083 }, + }, + { + zip_code: '42273', + usps_city: 'Rochester', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 500.0, + density: 10.6, + primary_coty_code: '21031', + primary_coty_name: 'Butler', + county_weights: '{"21031": "100"}', + coty_name: ['Butler'], + cty_code: ['21031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.85332, lat: 37.21755 }, + }, + { + zip_code: '42350', + usps_city: 'Island', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1556.0, + density: 14.4, + primary_coty_code: '21149', + primary_coty_name: 'McLean', + county_weights: '{"21149": "100"}', + coty_name: ['McLean'], + cty_code: ['21149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.1889, lat: 37.44958 }, + }, + { + zip_code: '42458', + usps_city: 'Spottsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1192.0, + density: 27.9, + primary_coty_code: '21101', + primary_coty_name: 'Henderson', + county_weights: '{"21101": "100"}', + coty_name: ['Henderson'], + cty_code: ['21101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.4236, lat: 37.84121 }, + }, + { + zip_code: '42732', + usps_city: 'Eastview', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2452.0, + density: 16.3, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.11386, lat: 37.60606 }, + }, + { + zip_code: '42743', + usps_city: 'Greensburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8716.0, + density: 16.5, + primary_coty_code: '21087', + primary_coty_name: 'Green', + county_weights: '{"21087": "98.75", "21001": "1.25"}', + coty_name: ['Green', 'Adair'], + cty_code: ['21087', '21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.53082, lat: 37.22893 }, + }, + { + zip_code: '43029', + usps_city: 'Irwin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 6.9, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: '{"39097": "72.74", "39159": "27.26"}', + coty_name: ['Madison', 'Union'], + cty_code: ['39097', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.45856, lat: 40.09509 }, + }, + { + zip_code: '43156', + usps_city: 'Tarlton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 225.9, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "100"}', + coty_name: ['Pickaway'], + cty_code: ['39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77628, lat: 39.55382 }, + }, + { + zip_code: '43212', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21959.0, + density: 2362.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04167, lat: 39.98705 }, + }, + { + zip_code: '43310', + usps_city: 'Belle Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2811.0, + density: 16.9, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "73.13", "39065": "26.87"}', + coty_name: ['Logan', 'Hardin'], + cty_code: ['39091', '39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78126, lat: 40.53492 }, + }, + { + zip_code: '43408', + usps_city: 'Clay Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 173.3, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.36346, lat: 41.57185 }, + }, + { + zip_code: '43416', + usps_city: 'Elmore', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3150.0, + density: 44.3, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "96.06", "39143": "3.94"}', + coty_name: ['Ottawa', 'Sandusky'], + cty_code: ['39123', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.26937, lat: 41.48353 }, + }, + { + zip_code: '43435', + usps_city: 'Helena', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 14.6, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "100"}', + coty_name: ['Sandusky'], + cty_code: ['39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.31279, lat: 41.32533 }, + }, + { + zip_code: '43463', + usps_city: 'Stony Ridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 3502.4, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50804, lat: 41.50866 }, + }, + { + zip_code: '43560', + usps_city: 'Sylvania', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32238.0, + density: 595.8, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.73808, lat: 41.70106 }, + }, + { + zip_code: '43772', + usps_city: 'Pleasant City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 21.1, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "66.63", "39121": "33.37"}', + coty_name: ['Guernsey', 'Noble'], + cty_code: ['39059', '39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52433, lat: 39.8817 }, + }, + { + zip_code: '43967', + usps_city: 'Warnock', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94009, lat: 40.02646 }, + }, + { + zip_code: '44003', + usps_city: 'Andover', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4323.0, + density: 25.0, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58599, lat: 41.62142 }, + }, + { + zip_code: '44062', + usps_city: 'Middlefield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14407.0, + density: 72.7, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "76.29", "39155": "21.27", "39007": "2.44"}', + coty_name: ['Geauga', 'Trumbull', 'Ashtabula'], + cty_code: ['39055', '39155', '39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02602, lat: 41.45764 }, + }, + { + zip_code: '44105', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36749.0, + density: 1619.4, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63024, lat: 41.45064 }, + }, + { + zip_code: '44117', + usps_city: 'Euclid', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9768.0, + density: 988.6, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52679, lat: 41.57149 }, + }, + { + zip_code: '44131', + usps_city: 'Independence', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20422.0, + density: 490.3, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65242, lat: 41.38285 }, + }, + { + zip_code: '44138', + usps_city: 'Olmsted Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22271.0, + density: 622.6, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9231, lat: 41.37364 }, + }, + { + zip_code: '44241', + usps_city: 'Streetsboro', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16487.0, + density: 296.0, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3472, lat: 41.23941 }, + }, + { + zip_code: '44430', + usps_city: 'Leavittsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4698.0, + density: 132.8, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90784, lat: 41.24069 }, + }, + { + zip_code: '44609', + usps_city: 'Beloit', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3747.0, + density: 48.2, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "59.62", "39029": "40.38"}', + coty_name: ['Mahoning', 'Columbiana'], + cty_code: ['39099', '39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98799, lat: 40.91729 }, + }, + { + zip_code: '44621', + usps_city: 'Dennison', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4406.0, + density: 56.3, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "94.49", "39067": "4.46", "39019": "1.06"}', + coty_name: ['Tuscarawas', 'Harrison', 'Carroll'], + cty_code: ['39157', '39067', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29587, lat: 40.42753 }, + }, + { + zip_code: '44661', + usps_city: 'Nashville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 980.9, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "100"}', + coty_name: ['Holmes'], + cty_code: ['39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11284, lat: 40.59529 }, + }, + { + zip_code: '44666', + usps_city: 'North Lawrence', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2505.0, + density: 41.2, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "84.43", "39169": "15.57"}', + coty_name: ['Stark', 'Wayne'], + cty_code: ['39151', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63286, lat: 40.84409 }, + }, + { + zip_code: '44671', + usps_city: 'Sandyville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 104.6, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36565, lat: 40.64595 }, + }, + { + zip_code: '44678', + usps_city: 'Somerdale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 148.0, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34988, lat: 40.56661 }, + }, + { + zip_code: '44833', + usps_city: 'Galion', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16658.0, + density: 70.6, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: + '{"39033": "81.06", "39117": "15.66", "39139": "2.42", "39101": "0.85"}', + coty_name: ['Crawford', 'Morrow', 'Richland', 'Marion'], + cty_code: ['39033', '39117', '39139', '39101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79417, lat: 40.71064 }, + }, + { + zip_code: '45067', + usps_city: 'Trenton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15152.0, + density: 294.6, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47871, lat: 39.48775 }, + }, + { + zip_code: '45106', + usps_city: 'Bethel', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12452.0, + density: 64.2, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "89.98", "39015": "10.02"}', + coty_name: ['Clermont', 'Brown'], + cty_code: ['39025', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.07145, lat: 38.94492 }, + }, + { + zip_code: '45112', + usps_city: 'Chilo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 105.3, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14021, lat: 38.7934 }, + }, + { + zip_code: '45118', + usps_city: 'Fayetteville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3875.0, + density: 38.1, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "95.71", "39025": "3.46", "39071": "0.83"}', + coty_name: ['Brown', 'Clermont', 'Highland'], + cty_code: ['39015', '39025', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93325, lat: 39.17028 }, + }, + { + zip_code: '45120', + usps_city: 'Felicity', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2912.0, + density: 27.4, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "83.63", "39015": "16.37"}', + coty_name: ['Clermont', 'Brown'], + cty_code: ['39025', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.0896, lat: 38.82223 }, + }, + { + zip_code: '45132', + usps_city: 'Highland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 760.6, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "100"}', + coty_name: ['Highland'], + cty_code: ['39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.60031, lat: 39.34391 }, + }, + { + zip_code: '45140', + usps_city: 'Loveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56357.0, + density: 469.6, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "52.36", "39061": "28.81", "39165": "18.83"}', + coty_name: ['Clermont', 'Hamilton', 'Warren'], + cty_code: ['39025', '39061', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24167, lat: 39.25758 }, + }, + { + zip_code: '45352', + usps_city: 'Palestine', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 636.5, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74424, lat: 40.05016 }, + }, + { + zip_code: '45353', + usps_city: 'Pemberton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 18.4, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04274, lat: 40.29252 }, + }, + { + zip_code: '45384', + usps_city: 'Wilberforce', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2186.0, + density: 648.5, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88486, lat: 39.71532 }, + }, + { + zip_code: '45780', + usps_city: 'The Plains', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3102.0, + density: 474.1, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13108, lat: 39.36636 }, + }, + { + zip_code: '45782', + usps_city: 'Trimble', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 332.6, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07952, lat: 39.48597 }, + }, + { + zip_code: '45836', + usps_city: 'Dunkirk', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1287.0, + density: 20.7, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "100"}', + coty_name: ['Hardin'], + cty_code: ['39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63982, lat: 40.79266 }, + }, + { + zip_code: '45850', + usps_city: 'Harrod', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3530.0, + density: 22.7, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "90.64", "39065": "7.86", "39011": "1.51"}', + coty_name: ['Allen', 'Hardin', 'Auglaize'], + cty_code: ['39003', '39065', '39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91821, lat: 40.70409 }, + }, + { + zip_code: '45872', + usps_city: 'North Baltimore', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4200.0, + density: 53.4, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "98.49", "39063": "1.51"}', + coty_name: ['Wood', 'Hancock'], + cty_code: ['39173', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68573, lat: 41.1887 }, + }, + { + zip_code: '46122', + usps_city: 'Danville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16300.0, + density: 71.4, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.54963, lat: 39.76859 }, + }, + { + zip_code: '46131', + usps_city: 'Franklin', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33215.0, + density: 102.5, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "99.26", "18145": "0.74"}', + coty_name: ['Johnson', 'Shelby'], + cty_code: ['18081', '18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.04308, lat: 39.47213 }, + }, + { + zip_code: '46158', + usps_city: 'Mooresville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23152.0, + density: 118.7, + primary_coty_code: '18109', + primary_coty_name: 'Morgan', + county_weights: '{"18109": "95.65", "18063": "4.35"}', + coty_name: ['Morgan', 'Hendricks'], + cty_code: ['18109', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.37492, lat: 39.58224 }, + }, + { + zip_code: '46161', + usps_city: 'Morristown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2569.0, + density: 27.3, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "91.19", "18059": "6.25", "18139": "2.56"}', + coty_name: ['Shelby', 'Hancock', 'Rush'], + cty_code: ['18145', '18059', '18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.69456, lat: 39.67041 }, + }, + { + zip_code: '46231', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10277.0, + density: 320.4, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "67.08", "18063": "32.92"}', + coty_name: ['Marion', 'Hendricks'], + cty_code: ['18097', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.32181, lat: 39.71581 }, + }, + { + zip_code: '46550', + usps_city: 'Nappanee', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12624.0, + density: 65.3, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: + '{"18039": "74.75", "18085": "20.26", "18099": "3.82", "18141": "1.17"}', + coty_name: ['Elkhart', 'Kosciusko', 'Marshall', 'St. Joseph'], + cty_code: ['18039', '18085', '18099', '18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.00019, lat: 41.44618 }, + }, + { + zip_code: '46989', + usps_city: 'Upland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4947.0, + density: 56.8, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "99.67", "18035": "0.33"}', + coty_name: ['Grant', 'Delaware'], + cty_code: ['18053', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.47977, lat: 40.45019 }, + }, + { + zip_code: '47041', + usps_city: 'Sunman', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6626.0, + density: 30.9, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "57.31", "18029": "42.69"}', + coty_name: ['Ripley', 'Dearborn'], + cty_code: ['18137', '18029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.08336, lat: 39.2328 }, + }, + { + zip_code: '47042', + usps_city: 'Versailles', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4089.0, + density: 20.5, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "100"}', + coty_name: ['Ripley'], + cty_code: ['18137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.25929, lat: 39.01119 }, + }, + { + zip_code: '47243', + usps_city: 'Hanover', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5907.0, + density: 65.3, + primary_coty_code: '18077', + primary_coty_name: 'Jefferson', + county_weights: '{"18077": "100"}', + coty_name: ['Jefferson'], + cty_code: ['18077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.48023, lat: 38.67096 }, + }, + { + zip_code: '47326', + usps_city: 'Bryant', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2195.0, + density: 12.7, + primary_coty_code: '18075', + primary_coty_name: 'Jay', + county_weights: '{"18075": "97.3", "18001": "2.7"}', + coty_name: ['Jay', 'Adams'], + cty_code: ['18075', '18001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.96605, lat: 40.54567 }, + }, + { + zip_code: '47355', + usps_city: 'Lynn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2752.0, + density: 16.7, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "100"}', + coty_name: ['Randolph'], + cty_code: ['18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.92712, lat: 40.04527 }, + }, + { + zip_code: '47421', + usps_city: 'Bedford', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27417.0, + density: 57.9, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "100"}', + coty_name: ['Lawrence'], + cty_code: ['18093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.45106, lat: 38.86267 }, + }, + { + zip_code: '47427', + usps_city: 'Coal City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 4.8, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "90.03", "18021": "9.97"}', + coty_name: ['Owen', 'Clay'], + cty_code: ['18119', '18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.01498, lat: 39.2393 }, + }, + { + zip_code: '47438', + usps_city: 'Jasonville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4475.0, + density: 29.1, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "72.51", "18021": "24.2", "18153": "3.29"}', + coty_name: ['Greene', 'Clay', 'Sullivan'], + cty_code: ['18055', '18021', '18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.18853, lat: 39.15935 }, + }, + { + zip_code: '47458', + usps_city: 'Smithville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 1496.0, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.50724, lat: 39.07034 }, + }, + { + zip_code: '47542', + usps_city: 'Huntingburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10061.0, + density: 47.7, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "98.34", "18125": "1.66"}', + coty_name: ['Dubois', 'Pike'], + cty_code: ['18037', '18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.96932, lat: 38.29668 }, + }, + { + zip_code: '47558', + usps_city: 'Montgomery', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4632.0, + density: 20.7, + primary_coty_code: '18027', + primary_coty_name: 'Daviess', + county_weights: '{"18027": "100"}', + coty_name: ['Daviess'], + cty_code: ['18027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.04095, lat: 38.64343 }, + }, + { + zip_code: '47590', + usps_city: 'Velpen', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 4.0, + primary_coty_code: '18125', + primary_coty_name: 'Pike', + county_weights: '{"18125": "85.41", "18037": "14.59"}', + coty_name: ['Pike', 'Dubois'], + cty_code: ['18125', '18037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Petersburg', + geo_point_2d: { lon: -87.10423, lat: 38.35964 }, + }, + { + zip_code: '47640', + usps_city: 'Hazleton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 11.0, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "77.32", "18125": "22.68"}', + coty_name: ['Gibson', 'Pike'], + cty_code: ['18051', '18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.49341, lat: 38.47765 }, + }, + { + zip_code: '48043', + usps_city: 'Mount Clemens', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16332.0, + density: 1535.6, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.88221, lat: 42.59781 }, + }, + { + zip_code: '48159', + usps_city: 'Maybee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2615.0, + density: 33.1, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.55357, lat: 42.02416 }, + }, + { + zip_code: '48189', + usps_city: 'Whitmore Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13830.0, + density: 155.5, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "54.18", "26093": "45.82"}', + coty_name: ['Washtenaw', 'Livingston'], + cty_code: ['26161', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.78537, lat: 42.41212 }, + }, + { + zip_code: '48205', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33956.0, + density: 2054.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.9811, lat: 42.43315 }, + }, + { + zip_code: '48235', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 46450.0, + density: 2869.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.1948, lat: 42.42704 }, + }, + { + zip_code: '48346', + usps_city: 'Clarkston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23776.0, + density: 511.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.42304, lat: 42.72155 }, + }, + { + zip_code: '48463', + usps_city: 'Otisville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4445.0, + density: 49.1, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.52301, lat: 43.16587 }, + }, + { + zip_code: '48622', + usps_city: 'Farwell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5838.0, + density: 23.7, + primary_coty_code: '26035', + primary_coty_name: 'Clare', + county_weights: '{"26035": "82.44", "26073": "17.56"}', + coty_name: ['Clare', 'Isabella'], + cty_code: ['26035', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.88039, lat: 43.84005 }, + }, + { + zip_code: '48763', + usps_city: 'Tawas City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4951.0, + density: 20.5, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "91.92", "26011": "8.08"}', + coty_name: ['Iosco', 'Arenac'], + cty_code: ['26069', '26011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.61271, lat: 44.25253 }, + }, + { + zip_code: '48817', + usps_city: 'Corunna', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6075.0, + density: 39.7, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "100"}', + coty_name: ['Shiawassee'], + cty_code: ['26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.03859, lat: 43.01789 }, + }, + { + zip_code: '48829', + usps_city: 'Edmore', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3360.0, + density: 19.8, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "98.16", "26073": "1.84"}', + coty_name: ['Montcalm', 'Isabella'], + cty_code: ['26117', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.0202, lat: 43.40119 }, + }, + { + zip_code: '48834', + usps_city: 'Fenwick', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2275.0, + density: 19.0, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "68.42", "26067": "31.58"}', + coty_name: ['Montcalm', 'Ionia'], + cty_code: ['26117', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.02952, lat: 43.13224 }, + }, + { + zip_code: '48864', + usps_city: 'Okemos', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23451.0, + density: 419.9, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.40675, lat: 42.70133 }, + }, + { + zip_code: '48875', + usps_city: 'Portland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10432.0, + density: 46.7, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "95.59", "26037": "4.41"}', + coty_name: ['Ionia', 'Clinton'], + cty_code: ['26067', '26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.92965, lat: 42.85933 }, + }, + { + zip_code: '49011', + usps_city: 'Athens', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2272.0, + density: 27.1, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "96.28", "26023": "1.97", "26149": "1.75"}', + coty_name: ['Calhoun', 'Branch', 'St. Joseph'], + cty_code: ['26025', '26023', '26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.22291, lat: 42.10523 }, + }, + { + zip_code: '49033', + usps_city: 'Ceresco', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1698.0, + density: 20.3, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.09109, lat: 42.2262 }, + }, + { + zip_code: '49076', + usps_city: 'Olivet', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4694.0, + density: 32.5, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "76.81", "26025": "23.19"}', + coty_name: ['Eaton', 'Calhoun'], + cty_code: ['26045', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.8876, lat: 42.43181 }, + }, + { + zip_code: '49082', + usps_city: 'Quincy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5965.0, + density: 26.8, + primary_coty_code: '26023', + primary_coty_name: 'Branch', + county_weights: '{"26023": "96.17", "26059": "3.83"}', + coty_name: ['Branch', 'Hillsdale'], + cty_code: ['26023', '26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.87575, lat: 41.94441 }, + }, + { + zip_code: '49112', + usps_city: 'Edwardsburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9941.0, + density: 89.2, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "100"}', + coty_name: ['Cass'], + cty_code: ['26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.03353, lat: 41.79758 }, + }, + { + zip_code: '49128', + usps_city: 'Three Oaks', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3408.0, + density: 30.7, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.60333, lat: 41.81651 }, + }, + { + zip_code: '49411', + usps_city: 'Free Soil', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1451.0, + density: 6.5, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "100"}', + coty_name: ['Mason'], + cty_code: ['26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.25056, lat: 44.1066 }, + }, + { + zip_code: '49417', + usps_city: 'Grand Haven', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31496.0, + density: 261.8, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "100"}', + coty_name: ['Ottawa'], + cty_code: ['26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.14361, lat: 43.01589 }, + }, + { + zip_code: '49613', + usps_city: 'Arcadia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 677.0, + density: 11.1, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "80", "26019": "20"}', + coty_name: ['Manistee', 'Benzie'], + cty_code: ['26101', '26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.20548, lat: 44.50271 }, + }, + { + zip_code: '49633', + usps_city: 'Fife Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3713.0, + density: 8.7, + primary_coty_code: '26079', + primary_coty_name: 'Kalkaska', + county_weights: + '{"26079": "64.87", "26055": "31.62", "26165": "2.89", "26113": "0.62"}', + coty_name: ['Kalkaska', 'Grand Traverse', 'Wexford', 'Missaukee'], + cty_code: ['26079', '26055', '26165', '26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.20286, lat: 44.55957 }, + }, + { + zip_code: '49674', + usps_city: 'Omena', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 12.7, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.59331, lat: 45.05225 }, + }, + { + zip_code: '49712', + usps_city: 'Boyne City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8026.0, + density: 43.2, + primary_coty_code: '26029', + primary_coty_name: 'Charlevoix', + county_weights: '{"26029": "98.37", "26009": "1.63"}', + coty_name: ['Charlevoix', 'Antrim'], + cty_code: ['26029', '26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.00996, lat: 45.21009 }, + }, + { + zip_code: '49759', + usps_city: 'Millersburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1520.0, + density: 3.9, + primary_coty_code: '26141', + primary_coty_name: 'Presque Isle', + county_weights: '{"26141": "100"}', + coty_name: ['Presque Isle'], + cty_code: ['26141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.09842, lat: 45.41794 }, + }, + { + zip_code: '49816', + usps_city: 'Chatham', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 749.0, + density: 5.2, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.89419, lat: 46.28458 }, + }, + { + zip_code: '49833', + usps_city: 'Little Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 8.5, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.32754, lat: 46.29185 }, + }, + { + zip_code: '49873', + usps_city: 'Perronville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 0.2, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "96.67", "26043": "3.33"}', + coty_name: ['Menominee', 'Dickinson'], + cty_code: ['26109', '26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.53794, lat: 45.87947 }, + }, + { + zip_code: '49947', + usps_city: 'Marenisco', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1338.0, + density: 1.6, + primary_coty_code: '26053', + primary_coty_name: 'Gogebic', + county_weights: '{"26053": "95.16", "26131": "4.84"}', + coty_name: ['Gogebic', 'Ontonagon'], + cty_code: ['26053', '26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -89.59717, lat: 46.38709 }, + }, + { + zip_code: '50060', + usps_city: 'Corydon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2473.0, + density: 5.5, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "100"}', + coty_name: ['Wayne'], + cty_code: ['19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31808, lat: 40.75342 }, + }, + { + zip_code: '50069', + usps_city: 'De Soto', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 80.3, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03028, lat: 41.5207 }, + }, + { + zip_code: '50111', + usps_city: 'Grimes', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 14472.0, + density: 203.4, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "98.17", "19049": "1.83"}', + coty_name: ['Polk', 'Dallas'], + cty_code: ['19153', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80431, lat: 41.69178 }, + }, + { + zip_code: '50129', + usps_city: 'Jefferson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5024.0, + density: 11.6, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "100"}', + coty_name: ['Greene'], + cty_code: ['19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3768, lat: 42.01447 }, + }, + { + zip_code: '50146', + usps_city: 'Linden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 5.9, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24308, lat: 41.68406 }, + }, + { + zip_code: '50165', + usps_city: 'Millerton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 16.8, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "100"}', + coty_name: ['Wayne'], + cty_code: ['19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28372, lat: 40.84367 }, + }, + { + zip_code: '50276', + usps_city: 'Woodward', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2388.0, + density: 11.5, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "61.3", "19015": "38.7"}', + coty_name: ['Dallas', 'Boone'], + cty_code: ['19049', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92341, lat: 41.86238 }, + }, + { + zip_code: '50440', + usps_city: 'Grafton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 5.2, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "100"}', + coty_name: ['Worth'], + cty_code: ['19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07262, lat: 43.33158 }, + }, + { + zip_code: '50446', + usps_city: 'Joice', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 5.0, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "93.98", "19189": "6.02"}', + coty_name: ['Worth', 'Winnebago'], + cty_code: ['19195', '19189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45257, lat: 43.34257 }, + }, + { + zip_code: '50478', + usps_city: 'Thompson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 638.0, + density: 3.3, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "100"}', + coty_name: ['Winnebago'], + cty_code: ['19189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78474, lat: 43.40159 }, + }, + { + zip_code: '50514', + usps_city: 'Armstrong', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 4.8, + primary_coty_code: '19063', + primary_coty_name: 'Emmet', + county_weights: '{"19063": "88.64", "19109": "11.36"}', + coty_name: ['Emmet', 'Kossuth'], + cty_code: ['19063', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.47186, lat: 43.41603 }, + }, + { + zip_code: '50527', + usps_city: 'Curlew', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 228.0, + density: 1.6, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "100"}', + coty_name: ['Palo Alto'], + cty_code: ['19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.78542, lat: 42.965 }, + }, + { + zip_code: '50652', + usps_city: 'Lincoln', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 150.2, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "100"}', + coty_name: ['Tama'], + cty_code: ['19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69376, lat: 42.26429 }, + }, + { + zip_code: '50858', + usps_city: 'Orient', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 3.5, + primary_coty_code: '19001', + primary_coty_name: 'Adair', + county_weights: '{"19001": "100"}', + coty_name: ['Adair'], + cty_code: ['19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41292, lat: 41.21055 }, + }, + { + zip_code: '51048', + usps_city: 'Pierson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 7.4, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "85.74", "19035": "14.26"}', + coty_name: ['Woodbury', 'Cherokee'], + cty_code: ['19193', '19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86175, lat: 42.57519 }, + }, + { + zip_code: '51060', + usps_city: 'Ute', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 3.2, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "88.13", "19047": "11.87"}', + coty_name: ['Monona', 'Crawford'], + cty_code: ['19133', '19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69791, lat: 42.04157 }, + }, + { + zip_code: '51450', + usps_city: 'Lake View', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 9.7, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "100"}', + coty_name: ['Sac'], + cty_code: ['19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03107, lat: 42.31322 }, + }, + { + zip_code: '51526', + usps_city: 'Crescent', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 15.4, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.877, lat: 41.36876 }, + }, + { + zip_code: '51653', + usps_city: 'Tabor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1561.0, + density: 17.5, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "87.89", "19129": "12.11"}', + coty_name: ['Fremont', 'Mills'], + cty_code: ['19071', '19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67215, lat: 40.88427 }, + }, + { + zip_code: '52210', + usps_city: 'Brandon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 8.0, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "100"}', + coty_name: ['Buchanan'], + cty_code: ['19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00458, lat: 42.33982 }, + }, + { + zip_code: '52223', + usps_city: 'Delhi', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1017.0, + density: 8.1, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "100"}', + coty_name: ['Delaware'], + cty_code: ['19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.32424, lat: 42.41326 }, + }, + { + zip_code: '52232', + usps_city: 'Hartwick', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 3.6, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "100"}', + coty_name: ['Poweshiek'], + cty_code: ['19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33595, lat: 41.80266 }, + }, + { + zip_code: '52301', + usps_city: 'Marengo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3527.0, + density: 11.2, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "98.89", "19011": "1.11"}', + coty_name: ['Iowa', 'Benton'], + cty_code: ['19095', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08411, lat: 41.78838 }, + }, + { + zip_code: '52337', + usps_city: 'Stanwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 794.0, + density: 11.2, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "100"}', + coty_name: ['Cedar'], + cty_code: ['19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14202, lat: 41.88026 }, + }, + { + zip_code: '52346', + usps_city: 'Van Horne', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1431.0, + density: 10.6, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08067, lat: 42.01005 }, + }, + { + zip_code: '52411', + usps_city: 'Cedar Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8033.0, + density: 188.7, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72714, lat: 42.05151 }, + }, + { + zip_code: '52560', + usps_city: 'Floris', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 2.8, + primary_coty_code: '19051', + primary_coty_name: 'Davis', + county_weights: '{"19051": "100"}', + coty_name: ['Davis'], + cty_code: ['19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.24667, lat: 40.85153 }, + }, + { + zip_code: '52563', + usps_city: 'Hedrick', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1463.0, + density: 4.9, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "80.54", "19179": "18.07", "19101": "1.39"}', + coty_name: ['Keokuk', 'Wapello', 'Jefferson'], + cty_code: ['19107', '19179', '19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28314, lat: 41.17498 }, + }, + { + zip_code: '52590', + usps_city: 'Seymour', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1264.0, + density: 6.5, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "94.86", "19007": "5.14"}', + coty_name: ['Wayne', 'Appanoose'], + cty_code: ['19185', '19007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13237, lat: 40.66439 }, + }, + { + zip_code: '52619', + usps_city: 'Argyle', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 7.1, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56519, lat: 40.52517 }, + }, + { + zip_code: '52659', + usps_city: 'Winfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1434.0, + density: 9.0, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "94.01", "19115": "5.99"}', + coty_name: ['Henry', 'Louisa'], + cty_code: ['19087', '19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44114, lat: 41.12941 }, + }, + { + zip_code: '52746', + usps_city: 'Donahue', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1067.0, + density: 15.6, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67108, lat: 41.72089 }, + }, + { + zip_code: '52761', + usps_city: 'Muscatine', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 30263.0, + density: 66.0, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "98.13", "19115": "1.87"}', + coty_name: ['Muscatine', 'Louisa'], + cty_code: ['19139', '19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05848, lat: 41.43871 }, + }, + { + zip_code: '52776', + usps_city: 'West Liberty', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4959.0, + density: 22.6, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "93.67", "19031": "6.33"}', + coty_name: ['Muscatine', 'Cedar'], + cty_code: ['19139', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27006, lat: 41.57747 }, + }, + { + zip_code: '53020', + usps_city: 'Elkhart Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3807.0, + density: 23.9, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "96.26", "55071": "1.89", "55015": "1.86"}', + coty_name: ['Sheboygan', 'Manitowoc', 'Calumet'], + cty_code: ['55117', '55071', '55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01051, lat: 43.86343 }, + }, + { + zip_code: '53061', + usps_city: 'New Holstein', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4944.0, + density: 41.7, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "91.11", "55039": "7.91", "55071": "0.98"}', + coty_name: ['Calumet', 'Fond du Lac', 'Manitowoc'], + cty_code: ['55015', '55039', '55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12167, lat: 43.94409 }, + }, + { + zip_code: '53224', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 22308.0, + density: 877.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03964, lat: 43.16331 }, + }, + { + zip_code: '53406', + usps_city: 'Racine', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26160.0, + density: 608.6, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8649, lat: 42.72989 }, + }, + { + zip_code: '53520', + usps_city: 'Brodhead', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6510.0, + density: 20.5, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "81.45", "55105": "18.55"}', + coty_name: ['Green', 'Rock'], + cty_code: ['55045', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35857, lat: 42.59967 }, + }, + { + zip_code: '53531', + usps_city: 'Deerfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4624.0, + density: 42.2, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10168, lat: 43.06122 }, + }, + { + zip_code: '53534', + usps_city: 'Edgerton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 12040.0, + density: 57.2, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "79.81", "55025": "18.15", "55055": "2.03"}', + coty_name: ['Rock', 'Dane', 'Jefferson'], + cty_code: ['55105', '55025', '55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.0875, lat: 42.84999 }, + }, + { + zip_code: '53550', + usps_city: 'Juda', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1220.0, + density: 9.8, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "100"}', + coty_name: ['Green'], + cty_code: ['55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.49335, lat: 42.5596 }, + }, + { + zip_code: '53588', + usps_city: 'Spring Green', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3998.0, + density: 11.3, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "90.61", "55049": "9.39"}', + coty_name: ['Sauk', 'Iowa'], + cty_code: ['55111', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07965, lat: 43.19261 }, + }, + { + zip_code: '53706', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6097.0, + density: 4456.8, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41054, lat: 43.07484 }, + }, + { + zip_code: '53911', + usps_city: 'Arlington', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1237.0, + density: 13.4, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "98.08", "55025": "1.92"}', + coty_name: ['Columbia', 'Dane'], + cty_code: ['55021', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.36305, lat: 43.32544 }, + }, + { + zip_code: '53946', + usps_city: 'Markesan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4079.0, + density: 12.4, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: + '{"55047": "98.04", "55039": "1.8", "55077": "0.11", "55027": "0.05"}', + coty_name: ['Green Lake', 'Fond du Lac', 'Marquette', 'Dodge'], + cty_code: ['55047', '55039', '55077', '55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02484, lat: 43.71576 }, + }, + { + zip_code: '54082', + usps_city: 'Houlton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1655.0, + density: 47.3, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.75135, lat: 45.07196 }, + }, + { + zip_code: '54115', + usps_city: 'De Pere', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 45657.0, + density: 140.5, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "95.03", "55087": "4.97"}', + coty_name: ['Brown', 'Outagamie'], + cty_code: ['55009', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09197, lat: 44.40464 }, + }, + { + zip_code: '54139', + usps_city: 'Lena', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3221.0, + density: 13.0, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "98.8", "55075": "1.2"}', + coty_name: ['Oconto', 'Marinette'], + cty_code: ['55083', '55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07501, lat: 44.95601 }, + }, + { + zip_code: '54204', + usps_city: 'Brussels', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 13.0, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62032, lat: 44.75871 }, + }, + { + zip_code: '54230', + usps_city: 'Reedsville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4740.0, + density: 16.7, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91291, lat: 44.15781 }, + }, + { + zip_code: '54455', + usps_city: 'Mosinee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18174.0, + density: 30.5, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "97.84", "55097": "2.16"}', + coty_name: ['Marathon', 'Portage'], + cty_code: ['55073', '55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68458, lat: 44.76579 }, + }, + { + zip_code: '54456', + usps_city: 'Neillsville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5898.0, + density: 10.3, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "100"}', + coty_name: ['Clark'], + cty_code: ['55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63589, lat: 44.54707 }, + }, + { + zip_code: '54458', + usps_city: 'Nelsonville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 56.5, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30808, lat: 44.49572 }, + }, + { + zip_code: '54552', + usps_city: 'Park Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4071.0, + density: 4.5, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "93.5", "55051": "6.34", "55113": "0.16"}', + coty_name: ['Price', 'Iron', 'Sawyer'], + cty_code: ['55099', '55051', '55113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31193, lat: 45.94084 }, + }, + { + zip_code: '54564', + usps_city: 'Tripoli', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 0.9, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "55.81", "55069": "44.19"}', + coty_name: ['Oneida', 'Lincoln'], + cty_code: ['55085', '55069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97157, lat: 45.61407 }, + }, + { + zip_code: '54653', + usps_city: 'Rockland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 21.8, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "85.23", "55081": "14.77"}', + coty_name: ['La Crosse', 'Monroe'], + cty_code: ['55063', '55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90828, lat: 43.81746 }, + }, + { + zip_code: '54732', + usps_city: 'Cornell', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2989.0, + density: 10.5, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "100"}', + coty_name: ['Chippewa'], + cty_code: ['55017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17255, lat: 45.14305 }, + }, + { + zip_code: '54771', + usps_city: 'Thorp', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4377.0, + density: 10.9, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "91.44", "55119": "8.56"}', + coty_name: ['Clark', 'Taylor'], + cty_code: ['55019', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80678, lat: 44.93238 }, + }, + { + zip_code: '54839', + usps_city: 'Grand View', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 2.1, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14147, lat: 46.36035 }, + }, + { + zip_code: '55084', + usps_city: 'Taylors Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1688.0, + density: 26.8, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "100"}', + coty_name: ['Chisago'], + cty_code: ['27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70629, lat: 45.45951 }, + }, + { + zip_code: '55319', + usps_city: 'Clear Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5337.0, + density: 29.0, + primary_coty_code: '27141', + primary_coty_name: 'Sherburne', + county_weights: '{"27141": "100"}', + coty_name: ['Sherburne'], + cty_code: ['27141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94425, lat: 45.47349 }, + }, + { + zip_code: '55329', + usps_city: 'Eden Valley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1943.0, + density: 14.9, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "50.09", "27093": "49.91"}', + coty_name: ['Stearns', 'Meeker'], + cty_code: ['27145', '27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57192, lat: 45.3092 }, + }, + { + zip_code: '55331', + usps_city: 'Excelsior', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18979.0, + density: 490.5, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "75.47", "27019": "24.53"}', + coty_name: ['Hennepin', 'Carver'], + cty_code: ['27053', '27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60394, lat: 44.89951 }, + }, + { + zip_code: '55334', + usps_city: 'Gaylord', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2547.0, + density: 11.4, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "98.09", "27103": "1.91"}', + coty_name: ['Sibley', 'Nicollet'], + cty_code: ['27143', '27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20761, lat: 44.54169 }, + }, + { + zip_code: '55356', + usps_city: 'Long Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5348.0, + density: 165.6, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58801, lat: 44.99301 }, + }, + { + zip_code: '55379', + usps_city: 'Shakopee', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 45062.0, + density: 295.1, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: '{"27139": "100"}', + coty_name: ['Scott'], + cty_code: ['27139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51618, lat: 44.75421 }, + }, + { + zip_code: '55418', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 30305.0, + density: 1730.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "99.52", "27123": "0.48"}', + coty_name: ['Hennepin', 'Ramsey'], + cty_code: ['27053', '27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24284, lat: 45.02122 }, + }, + { + zip_code: '55433', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 34441.0, + density: 1144.9, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31642, lat: 45.16134 }, + }, + { + zip_code: '55441', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18405.0, + density: 822.5, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42831, lat: 45.00459 }, + }, + { + zip_code: '55442', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 12747.0, + density: 928.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42689, lat: 45.04855 }, + }, + { + zip_code: '55712', + usps_city: 'Bruno', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 1.3, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "100"}', + coty_name: ['Pine'], + cty_code: ['27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.49977, lat: 46.29373 }, + }, + { + zip_code: '55757', + usps_city: 'Kettle River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 2.4, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.93706, lat: 46.51485 }, + }, + { + zip_code: '55783', + usps_city: 'Sturgeon Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2364.0, + density: 8.6, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "96.64", "27017": "2.79", "27001": "0.57"}', + coty_name: ['Pine', 'Carlton', 'Aitkin'], + cty_code: ['27115', '27017', '27001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88291, lat: 46.3964 }, + }, + { + zip_code: '55812', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 11485.0, + density: 2526.4, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07396, lat: 46.81162 }, + }, + { + zip_code: '55917', + usps_city: 'Blooming Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3721.0, + density: 10.7, + primary_coty_code: '27147', + primary_coty_name: 'Steele', + county_weights: + '{"27147": "77.22", "27039": "11.17", "27047": "6.06", "27099": "5.55"}', + coty_name: ['Steele', 'Dodge', 'Freeborn', 'Mower'], + cty_code: ['27147', '27039', '27047', '27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.071, lat: 43.87833 }, + }, + { + zip_code: '55919', + usps_city: 'Brownsville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 9.3, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "100"}', + coty_name: ['Houston'], + cty_code: ['27055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29394, lat: 43.61871 }, + }, + { + zip_code: '55950', + usps_city: 'Lansing', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 72.4, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96451, lat: 43.7471 }, + }, + { + zip_code: '55979', + usps_city: 'Utica', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 7.8, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "95.71", "27045": "4.29"}', + coty_name: ['Winona', 'Fillmore'], + cty_code: ['27169', '27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95094, lat: 43.92042 }, + }, + { + zip_code: '56029', + usps_city: 'Emmons', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 714.0, + density: 6.1, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5242, lat: 43.52648 }, + }, + { + zip_code: '56054', + usps_city: 'Lafayette', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1054.0, + density: 6.8, + primary_coty_code: '27103', + primary_coty_name: 'Nicollet', + county_weights: '{"27103": "93.28", "27143": "6.72"}', + coty_name: ['Nicollet', 'Sibley'], + cty_code: ['27103', '27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3738, lat: 44.43521 }, + }, + { + zip_code: '56116', + usps_city: 'Beaver Creek', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 7.5, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "100"}', + coty_name: ['Rock'], + cty_code: ['27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38155, lat: 43.61497 }, + }, + { + zip_code: '56131', + usps_city: 'Fulda', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2310.0, + density: 5.5, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "77.71", "27105": "20.15", "27033": "2.14"}', + coty_name: ['Murray', 'Nobles', 'Cottonwood'], + cty_code: ['27101', '27105', '27033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57781, lat: 43.86002 }, + }, + { + zip_code: '56168', + usps_city: 'Rushmore', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 806.0, + density: 3.2, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80619, lat: 43.61749 }, + }, + { + zip_code: '56257', + usps_city: 'Marietta', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 2.3, + primary_coty_code: '27073', + primary_coty_name: 'Lac qui Parle', + county_weights: '{"27073": "100"}', + coty_name: ['Lac qui Parle'], + cty_code: ['27073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39811, lat: 44.97103 }, + }, + { + zip_code: '56277', + usps_city: 'Olivia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3089.0, + density: 11.2, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "100"}', + coty_name: ['Renville'], + cty_code: ['27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99499, lat: 44.76534 }, + }, + { + zip_code: '56303', + usps_city: 'Saint Cloud', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25490.0, + density: 881.6, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21155, lat: 45.57441 }, + }, + { + zip_code: '56358', + usps_city: 'Ogilvie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3307.0, + density: 10.4, + primary_coty_code: '27065', + primary_coty_name: 'Kanabec', + county_weights: '{"27065": "96.99", "27059": "1.63", "27095": "1.38"}', + coty_name: ['Kanabec', 'Isanti', 'Mille Lacs'], + cty_code: ['27065', '27059', '27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45215, lat: 45.84355 }, + }, + { + zip_code: '56360', + usps_city: 'Osakis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3836.0, + density: 11.4, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "61.09", "27153": "38.91"}', + coty_name: ['Douglas', 'Todd'], + cty_code: ['27041', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12725, lat: 45.87375 }, + }, + { + zip_code: '56450', + usps_city: 'Garrison', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 929.0, + density: 14.0, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "61.75", "27095": "38.25"}', + coty_name: ['Crow Wing', 'Mille Lacs'], + cty_code: ['27035', '27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83415, lat: 46.23147 }, + }, + { + zip_code: '56452', + usps_city: 'Hackensack', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 7.0, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46365, lat: 46.94724 }, + }, + { + zip_code: '56466', + usps_city: 'Motley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2979.0, + density: 6.2, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "44.96", "27097": "44.03", "27153": "11.01"}', + coty_name: ['Cass', 'Morrison', 'Todd'], + cty_code: ['27021', '27097', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63597, lat: 46.40923 }, + }, + { + zip_code: '56534', + usps_city: 'Erhard', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1291.0, + density: 8.1, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01096, lat: 46.46113 }, + }, + { + zip_code: '56535', + usps_city: 'Erskine', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 5.6, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "98.09", "27125": "1.91"}', + coty_name: ['Polk', 'Red Lake'], + cty_code: ['27119', '27125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03913, lat: 47.67935 }, + }, + { + zip_code: '56547', + usps_city: 'Glyndon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 6.6, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54951, lat: 46.8896 }, + }, + { + zip_code: '56574', + usps_city: 'Perley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 1.4, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71298, lat: 47.19517 }, + }, + { + zip_code: '56654', + usps_city: 'Loman', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 0.4, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94023, lat: 48.47215 }, + }, + { + zip_code: '56735', + usps_city: 'Lancaster', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 0.8, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "97.3", "27135": "2.7"}', + coty_name: ['Kittson', 'Roseau'], + cty_code: ['27069', '27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63664, lat: 48.91531 }, + }, + { + zip_code: '57005', + usps_city: 'Brandon', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 11498.0, + density: 86.4, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58601, lat: 43.59263 }, + }, + { + zip_code: '57041', + usps_city: 'Lyons', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 13.1, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86761, lat: 43.72978 }, + }, + { + zip_code: '57236', + usps_city: 'Garden City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 1.2, + primary_coty_code: '46025', + primary_coty_name: 'Clark', + county_weights: '{"46025": "100"}', + coty_name: ['Clark'], + cty_code: ['46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58139, lat: 44.98413 }, + }, + { + zip_code: '57257', + usps_city: 'Peever', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 3.7, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "100"}', + coty_name: ['Roberts'], + cty_code: ['46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.02624, lat: 45.49709 }, + }, + { + zip_code: '57329', + usps_city: 'Dante', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 2.1, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "100"}', + coty_name: ['Charles Mix'], + cty_code: ['46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15395, lat: 42.97949 }, + }, + { + zip_code: '57330', + usps_city: 'Delmont', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 1.4, + primary_coty_code: '46043', + primary_coty_name: 'Douglas', + county_weights: '{"46043": "74.24", "46023": "23.68", "46067": "2.08"}', + coty_name: ['Douglas', 'Charles Mix', 'Hutchinson'], + cty_code: ['46043', '46023', '46067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16564, lat: 43.25187 }, + }, + { + zip_code: '57422', + usps_city: 'Andover', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 0.8, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "100"}', + coty_name: ['Day'], + cty_code: ['46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91166, lat: 45.42189 }, + }, + { + zip_code: '57461', + usps_city: 'Mellette', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 1.1, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "100"}', + coty_name: ['Spink'], + cty_code: ['46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.43202, lat: 45.15692 }, + }, + { + zip_code: '57634', + usps_city: 'Keldron', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 0.3, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "100"}', + coty_name: ['Corson'], + cty_code: ['46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.88428, lat: 45.75269 }, + }, + { + zip_code: '57720', + usps_city: 'Buffalo', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 0.2, + primary_coty_code: '46063', + primary_coty_name: 'Harding', + county_weights: '{"46063": "100"}', + coty_name: ['Harding'], + cty_code: ['46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.61302, lat: 45.56634 }, + }, + { + zip_code: '57738', + usps_city: 'Fairburn', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.3, + primary_coty_code: '46033', + primary_coty_name: 'Custer', + county_weights: '{"46033": "100"}', + coty_name: ['Custer'], + cty_code: ['46033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.12421, lat: 43.65073 }, + }, + { + zip_code: '57763', + usps_city: 'Oelrichs', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 0.3, + primary_coty_code: '46047', + primary_coty_name: 'Fall River', + county_weights: '{"46047": "100"}', + coty_name: ['Fall River'], + cty_code: ['46047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.25651, lat: 43.11474 }, + }, + { + zip_code: '58056', + usps_city: 'Luverne', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.6, + primary_coty_code: '38091', + primary_coty_name: 'Steele', + county_weights: '{"38091": "47.12", "38003": "43.98", "38039": "8.9"}', + coty_name: ['Steele', 'Barnes', 'Griggs'], + cty_code: ['38091', '38003', '38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.93131, lat: 47.23187 }, + }, + { + zip_code: '58219', + usps_city: 'Caledonia', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 1.7, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "100"}', + coty_name: ['Traill'], + cty_code: ['38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87908, lat: 47.47763 }, + }, + { + zip_code: '58259', + usps_city: 'Michigan', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 0.8, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "100"}', + coty_name: ['Nelson'], + cty_code: ['38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1244, lat: 48.0237 }, + }, + { + zip_code: '58274', + usps_city: 'Portland', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 2.8, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "86.78", "38091": "13.22"}', + coty_name: ['Traill', 'Steele'], + cty_code: ['38097', '38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48753, lat: 47.49304 }, + }, + { + zip_code: '58424', + usps_city: 'Cleveland', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 0.6, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.11094, lat: 46.88852 }, + }, + { + zip_code: '58490', + usps_city: 'Verona', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 0.7, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "83.75", "38073": "16.25"}', + coty_name: ['LaMoure', 'Ransom'], + cty_code: ['38045', '38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05824, lat: 46.37966 }, + }, + { + zip_code: '58528', + usps_city: 'Cannon Ball', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 4.4, + primary_coty_code: '38085', + primary_coty_name: 'Sioux', + county_weights: '{"38085": "100"}', + coty_name: ['Sioux'], + cty_code: ['38085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.63638, lat: 46.33616 }, + }, + { + zip_code: '58638', + usps_city: 'Hebron', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 1.2, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: + '{"38059": "89.01", "38057": "6.45", "38089": "2.72", "38025": "1.01", "38037": "0.81"}', + coty_name: ['Morton', 'Mercer', 'Stark', 'Dunn', 'Grant'], + cty_code: ['38059', '38057', '38089', '38025', '38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -102.04409, lat: 46.94037 }, + }, + { + zip_code: '58656', + usps_city: 'Taylor', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 1.1, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "90.16", "38025": "9.84"}', + coty_name: ['Stark', 'Dunn'], + cty_code: ['38089', '38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.4583, lat: 46.94402 }, + }, + { + zip_code: '58704', + usps_city: 'Minot Afb', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4696.0, + density: 1047.6, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.32098, lat: 48.42515 }, + }, + { + zip_code: '58721', + usps_city: 'Bowbells', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 0.8, + primary_coty_code: '38013', + primary_coty_name: 'Burke', + county_weights: '{"38013": "97.16", "38101": "2.84"}', + coty_name: ['Burke', 'Ward'], + cty_code: ['38013', '38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.28087, lat: 48.80587 }, + }, + { + zip_code: '58790', + usps_city: 'Velva', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 3.9, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "96.28", "38101": "3.72"}', + coty_name: ['McHenry', 'Ward'], + cty_code: ['38049', '38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.92968, lat: 48.03414 }, + }, + { + zip_code: '59018', + usps_city: 'Clyde Park', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 0.9, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.56342, lat: 45.86107 }, + }, + { + zip_code: '59067', + usps_city: 'Rapelje', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 0.3, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "100"}', + coty_name: ['Stillwater'], + cty_code: ['30095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.2388, lat: 45.98262 }, + }, + { + zip_code: '59075', + usps_city: 'Saint Xavier', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 0.3, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.88926, lat: 45.39855 }, + }, + { + zip_code: '59077', + usps_city: 'Sand Springs', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.1, + primary_coty_code: '30033', + primary_coty_name: 'Garfield', + county_weights: '{"30033": "100"}', + coty_name: ['Garfield'], + cty_code: ['30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.58782, lat: 47.1839 }, + }, + { + zip_code: '59247', + usps_city: 'Medicine Lake', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 0.8, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.53503, lat: 48.51172 }, + }, + { + zip_code: '59254', + usps_city: 'Plentywood', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2032.0, + density: 2.9, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.6076, lat: 48.74875 }, + }, + { + zip_code: '59419', + usps_city: 'Bynum', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 0.4, + primary_coty_code: '30099', + primary_coty_name: 'Teton', + county_weights: '{"30099": "100"}', + coty_name: ['Teton'], + cty_code: ['30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.40858, lat: 47.9863 }, + }, + { + zip_code: '59441', + usps_city: 'Forest Grove', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.1, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "100"}', + coty_name: ['Fergus'], + cty_code: ['30027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.98017, lat: 46.85917 }, + }, + { + zip_code: '59461', + usps_city: 'Lothair', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 0.2, + primary_coty_code: '30051', + primary_coty_name: 'Liberty', + county_weights: '{"30051": "100"}', + coty_name: ['Liberty'], + cty_code: ['30051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.20669, lat: 48.48476 }, + }, + { + zip_code: '59547', + usps_city: 'Zurich', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 1.0, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.01579, lat: 48.65706 }, + }, + { + zip_code: '59632', + usps_city: 'Boulder', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1488.0, + density: 1.1, + primary_coty_code: '30043', + primary_coty_name: 'Jefferson', + county_weights: '{"30043": "100"}', + coty_name: ['Jefferson'], + cty_code: ['30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.0216, lat: 46.17687 }, + }, + { + zip_code: '59645', + usps_city: 'White Sulphur Springs', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1702.0, + density: 0.4, + primary_coty_code: '30059', + primary_coty_name: 'Meagher', + county_weights: '{"30059": "100"}', + coty_name: ['Meagher'], + cty_code: ['30059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.04716, lat: 46.68044 }, + }, + { + zip_code: '59715', + usps_city: 'Bozeman', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 36185.0, + density: 30.2, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "99.82", "30067": "0.18"}', + coty_name: ['Gallatin', 'Park'], + cty_code: ['30031', '30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.90996, lat: 45.82857 }, + }, + { + zip_code: '59716', + usps_city: 'Big Sky', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2346.0, + density: 2.3, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "75.53", "30057": "24.47"}', + coty_name: ['Gallatin', 'Madison'], + cty_code: ['30031', '30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.48685, lat: 45.10267 }, + }, + { + zip_code: '59720', + usps_city: 'Cameron', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 0.2, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.64397, lat: 44.87821 }, + }, + { + zip_code: '59745', + usps_city: 'Norris', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.2, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.61387, lat: 45.58955 }, + }, + { + zip_code: '59751', + usps_city: 'Silver Star', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 0.5, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.47829, lat: 45.63289 }, + }, + { + zip_code: '60046', + usps_city: 'Lake Villa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 34596.0, + density: 583.0, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06042, lat: 42.41608 }, + }, + { + zip_code: '60160', + usps_city: 'Melrose Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 25666.0, + density: 2228.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86061, lat: 41.90416 }, + }, + { + zip_code: '60180', + usps_city: 'Union', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 32.4, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.5247, lat: 42.22522 }, + }, + { + zip_code: '60407', + usps_city: 'Braceville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1597.0, + density: 51.6, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "65.26", "17197": "34.74"}', + coty_name: ['Grundy', 'Will'], + cty_code: ['17063', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2693, lat: 41.23056 }, + }, + { + zip_code: '60623', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 81283.0, + density: 5842.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71778, lat: 41.84808 }, + }, + { + zip_code: '60631', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29529.0, + density: 3063.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81318, lat: 41.99474 }, + }, + { + zip_code: '60651', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 63492.0, + density: 7013.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74089, lat: 41.90208 }, + }, + { + zip_code: '60706', + usps_city: 'Harwood Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23114.0, + density: 3017.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81624, lat: 41.96425 }, + }, + { + zip_code: '60803', + usps_city: 'Alsip', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22405.0, + density: 1141.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73568, lat: 41.6721 }, + }, + { + zip_code: '61011', + usps_city: 'Caledonia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2497.0, + density: 25.3, + primary_coty_code: '17007', + primary_coty_name: 'Boone', + county_weights: '{"17007": "58.27", "17201": "41.73"}', + coty_name: ['Boone', 'Winnebago'], + cty_code: ['17007', '17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91287, lat: 42.38959 }, + }, + { + zip_code: '61014', + usps_city: 'Chadwick', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 989.0, + density: 5.9, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "88.06", "17195": "11.94"}', + coty_name: ['Carroll', 'Whiteside'], + cty_code: ['17015', '17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88449, lat: 41.97458 }, + }, + { + zip_code: '61024', + usps_city: 'Durand', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2465.0, + density: 15.2, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29054, lat: 42.43649 }, + }, + { + zip_code: '61046', + usps_city: 'Lanark', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2330.0, + density: 10.9, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "100"}', + coty_name: ['Carroll'], + cty_code: ['17015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81366, lat: 42.10445 }, + }, + { + zip_code: '61052', + usps_city: 'Monroe Center', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 11.8, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99957, lat: 42.11139 }, + }, + { + zip_code: '61062', + usps_city: 'Pearl City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1842.0, + density: 9.7, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "98.29", "17085": "1.61", "17015": "0.1"}', + coty_name: ['Stephenson', 'Jo Daviess', 'Carroll'], + cty_code: ['17177', '17085', '17015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84139, lat: 42.25297 }, + }, + { + zip_code: '61072', + usps_city: 'Rockton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11345.0, + density: 83.4, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14108, lat: 42.44688 }, + }, + { + zip_code: '61089', + usps_city: 'Winslow', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 6.7, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81932, lat: 42.47339 }, + }, + { + zip_code: '61108', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28205.0, + density: 1023.6, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00393, lat: 42.25483 }, + }, + { + zip_code: '61263', + usps_city: 'Matherville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 950.6, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "100"}', + coty_name: ['Mercer'], + cty_code: ['17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.60477, lat: 41.25884 }, + }, + { + zip_code: '61283', + usps_city: 'Tampico', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1909.0, + density: 8.9, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "77.32", "17011": "22.68"}', + coty_name: ['Whiteside', 'Bureau'], + cty_code: ['17195', '17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78655, lat: 41.59187 }, + }, + { + zip_code: '61516', + usps_city: 'Benson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 9.6, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "100"}', + coty_name: ['Woodford'], + cty_code: ['17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.1352, lat: 40.85808 }, + }, + { + zip_code: '61571', + usps_city: 'Washington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24903.0, + density: 169.3, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41951, lat: 40.70331 }, + }, + { + zip_code: '61878', + usps_city: 'Thomasboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 17.0, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14945, lat: 40.23971 }, + }, + { + zip_code: '61880', + usps_city: 'Tolono', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 26.0, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24581, lat: 39.97358 }, + }, + { + zip_code: '61883', + usps_city: 'Westville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4289.0, + density: 77.8, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64153, lat: 40.03743 }, + }, + { + zip_code: '61884', + usps_city: 'White Heath', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 15.6, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "96.14", "17019": "3.86"}', + coty_name: ['Piatt', 'Champaign'], + cty_code: ['17147', '17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48059, lat: 40.09074 }, + }, + { + zip_code: '62050', + usps_city: 'Hillview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 2.6, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55129, lat: 39.44468 }, + }, + { + zip_code: '62052', + usps_city: 'Jerseyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12418.0, + density: 34.0, + primary_coty_code: '17083', + primary_coty_name: 'Jersey', + county_weights: '{"17083": "100"}', + coty_name: ['Jersey'], + cty_code: ['17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32182, lat: 39.11101 }, + }, + { + zip_code: '62067', + usps_city: 'Moro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2202.0, + density: 46.1, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98516, lat: 38.92985 }, + }, + { + zip_code: '62098', + usps_city: 'Wrights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 2.1, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30467, lat: 39.38606 }, + }, + { + zip_code: '62278', + usps_city: 'Red Bud', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6426.0, + density: 24.2, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "78.31", "17133": "21.69"}', + coty_name: ['Randolph', 'Monroe'], + cty_code: ['17157', '17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99259, lat: 38.20794 }, + }, + { + zip_code: '62313', + usps_city: 'Basco', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 3.4, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22604, lat: 40.31958 }, + }, + { + zip_code: '62338', + usps_city: 'Fowler', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 14.8, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23959, lat: 39.99139 }, + }, + { + zip_code: '62340', + usps_city: 'Griggsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1906.0, + density: 8.1, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72485, lat: 39.72895 }, + }, + { + zip_code: '62357', + usps_city: 'New Salem', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 8.9, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86744, lat: 39.68493 }, + }, + { + zip_code: '62375', + usps_city: 'Timewell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 2.9, + primary_coty_code: '17009', + primary_coty_name: 'Brown', + county_weights: '{"17009": "100"}', + coty_name: ['Brown'], + cty_code: ['17009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.87125, lat: 40.00414 }, + }, + { + zip_code: '62441', + usps_city: 'Marshall', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6707.0, + density: 14.9, + primary_coty_code: '17023', + primary_coty_name: 'Clark', + county_weights: '{"17023": "97.4", "17045": "2.6"}', + coty_name: ['Clark', 'Edgar'], + cty_code: ['17023', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.69759, lat: 39.39759 }, + }, + { + zip_code: '62545', + usps_city: 'Mechanicsburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1158.0, + density: 16.1, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "76.65", "17021": "23.35"}', + coty_name: ['Sangamon', 'Christian'], + cty_code: ['17167', '17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38942, lat: 39.76184 }, + }, + { + zip_code: '62547', + usps_city: 'Mount Auburn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 992.0, + density: 9.1, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "97.39", "17115": "2.61"}', + coty_name: ['Christian', 'Macon'], + cty_code: ['17021', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.24887, lat: 39.76896 }, + }, + { + zip_code: '62551', + usps_city: 'Niantic', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 10.7, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15766, lat: 39.8532 }, + }, + { + zip_code: '62631', + usps_city: 'Concord', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 7.2, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "100"}', + coty_name: ['Morgan'], + cty_code: ['17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36127, lat: 39.82436 }, + }, + { + zip_code: '62633', + usps_city: 'Easton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 562.0, + density: 3.1, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "100"}', + coty_name: ['Mason'], + cty_code: ['17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8768, lat: 40.22644 }, + }, + { + zip_code: '62666', + usps_city: 'Middletown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 7.4, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "89.94", "17129": "10.06"}', + coty_name: ['Logan', 'Menard'], + cty_code: ['17107', '17129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54346, lat: 40.0856 }, + }, + { + zip_code: '62672', + usps_city: 'Nilwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 92.7, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80446, lat: 39.39798 }, + }, + { + zip_code: '62832', + usps_city: 'Du Quoin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8785.0, + density: 35.0, + primary_coty_code: '17145', + primary_coty_name: 'Perry', + county_weights: '{"17145": "99.24", "17077": "0.76"}', + coty_name: ['Perry', 'Jackson'], + cty_code: ['17145', '17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.24995, lat: 38.01221 }, + }, + { + zip_code: '62882', + usps_city: 'Sandoval', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2437.0, + density: 29.8, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "98.07", "17027": "1.93"}', + coty_name: ['Marion', 'Clinton'], + cty_code: ['17121', '17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12009, lat: 38.63526 }, + }, + { + zip_code: '62894', + usps_city: 'Waltonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 9.2, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03689, lat: 38.20902 }, + }, + { + zip_code: '63012', + usps_city: 'Barnhart', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10358.0, + density: 140.3, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.44748, lat: 38.33317 }, + }, + { + zip_code: '63036', + usps_city: 'French Village', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 16.3, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "83.46", "29186": "16.54"}', + coty_name: ['St. Francois', 'Ste. Genevieve'], + cty_code: ['29187', '29186'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37608, lat: 37.98041 }, + }, + { + zip_code: '63139', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 21874.0, + density: 2170.4, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29174, lat: 38.61043 }, + }, + { + zip_code: '63431', + usps_city: 'Anabel', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 1.9, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32712, lat: 39.74409 }, + }, + { + zip_code: '63457', + usps_city: 'Monticello', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 3.0, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "100"}', + coty_name: ['Lewis'], + cty_code: ['29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.70263, lat: 40.16591 }, + }, + { + zip_code: '63465', + usps_city: 'Revere', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 2.1, + primary_coty_code: '29045', + primary_coty_name: 'Clark', + county_weights: '{"29045": "100"}', + coty_name: ['Clark'], + cty_code: ['29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.67529, lat: 40.51716 }, + }, + { + zip_code: '63547', + usps_city: 'Hurdland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 2.0, + primary_coty_code: '29103', + primary_coty_name: 'Knox', + county_weights: '{"29103": "97.17", "29001": "2.83"}', + coty_name: ['Knox', 'Adair'], + cty_code: ['29103', '29001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29973, lat: 40.13751 }, + }, + { + zip_code: '63662', + usps_city: 'Patton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1651.0, + density: 9.7, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05128, lat: 37.53116 }, + }, + { + zip_code: '63670', + usps_city: 'Sainte Genevieve', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11017.0, + density: 16.4, + primary_coty_code: '29186', + primary_coty_name: 'Ste. Genevieve', + county_weights: '{"29186": "100"}', + coty_name: ['Ste. Genevieve'], + cty_code: ['29186'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16833, lat: 37.8958 }, + }, + { + zip_code: '63751', + usps_city: 'Glenallen', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 6.4, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13552, lat: 37.28122 }, + }, + { + zip_code: '63769', + usps_city: 'Oak Ridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 10.0, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73896, lat: 37.52118 }, + }, + { + zip_code: '63849', + usps_city: 'Gobler', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 3.1, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "53.23", "29155": "46.77"}', + coty_name: ['Dunklin', 'Pemiscot'], + cty_code: ['29069', '29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98292, lat: 36.13288 }, + }, + { + zip_code: '63851', + usps_city: 'Hayti', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3687.0, + density: 15.4, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71725, lat: 36.25887 }, + }, + { + zip_code: '63869', + usps_city: 'New Madrid', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3334.0, + density: 14.3, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.48586, lat: 36.59589 }, + }, + { + zip_code: '63966', + usps_city: 'Wappapello', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2244.0, + density: 13.1, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "79.05", "29023": "20.95"}', + coty_name: ['Wayne', 'Butler'], + cty_code: ['29223', '29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26246, lat: 36.97806 }, + }, + { + zip_code: '64021', + usps_city: 'Corder', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 7.9, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62755, lat: 39.10661 }, + }, + { + zip_code: '64058', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6852.0, + density: 75.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30669, lat: 39.17951 }, + }, + { + zip_code: '64131', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22676.0, + density: 1177.3, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57563, lat: 38.96168 }, + }, + { + zip_code: '64439', + usps_city: 'Dearborn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 10.5, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "69.49", "29021": "30.51"}', + coty_name: ['Platte', 'Buchanan'], + cty_code: ['29165', '29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7543, lat: 39.52363 }, + }, + { + zip_code: '64454', + usps_city: 'Gower', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2403.0, + density: 14.1, + primary_coty_code: '29049', + primary_coty_name: 'Clinton', + county_weights: '{"29049": "79.45", "29021": "20.55"}', + coty_name: ['Clinton', 'Buchanan'], + cty_code: ['29049', '29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59642, lat: 39.60274 }, + }, + { + zip_code: '64649', + usps_city: 'Kidder', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 5.1, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: '{"29025": "76.27", "29061": "23.73"}', + coty_name: ['Caldwell', 'Daviess'], + cty_code: ['29025', '29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08762, lat: 39.77493 }, + }, + { + zip_code: '64661', + usps_city: 'Mercer', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 825.0, + density: 3.1, + primary_coty_code: '29129', + primary_coty_name: 'Mercer', + county_weights: '{"29129": "100"}', + coty_name: ['Mercer'], + cty_code: ['29129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51266, lat: 40.53062 }, + }, + { + zip_code: '64834', + usps_city: 'Carl Junction', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10144.0, + density: 123.7, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56871, lat: 37.18771 }, + }, + { + zip_code: '65043', + usps_city: 'Holts Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10427.0, + density: 76.8, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10538, lat: 38.62483 }, + }, + { + zip_code: '65282', + usps_city: 'Santa Fe', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 3.1, + primary_coty_code: '29137', + primary_coty_name: 'Monroe', + county_weights: '{"29137": "100"}', + coty_name: ['Monroe'], + cty_code: ['29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83066, lat: 39.38661 }, + }, + { + zip_code: '65335', + usps_city: 'Ionia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 4.3, + primary_coty_code: '29015', + primary_coty_name: 'Benton', + county_weights: '{"29015": "66.84", "29159": "33.16"}', + coty_name: ['Benton', 'Pettis'], + cty_code: ['29015', '29159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34264, lat: 38.50529 }, + }, + { + zip_code: '65347', + usps_city: 'Nelson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 3.1, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "82.23", "29159": "10.28", "29053": "7.49"}', + coty_name: ['Saline', 'Pettis', 'Cooper'], + cty_code: ['29195', '29159', '29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04191, lat: 38.98765 }, + }, + { + zip_code: '65449', + usps_city: 'Cook Sta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 2.4, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "78.06", "29161": "21.94"}', + coty_name: ['Crawford', 'Phelps'], + cty_code: ['29055', '29161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48679, lat: 37.84803 }, + }, + { + zip_code: '65464', + usps_city: 'Elk Creek', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 8.1, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89198, lat: 37.18395 }, + }, + { + zip_code: '65555', + usps_city: 'Raymondville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1274.0, + density: 6.1, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76672, lat: 37.36208 }, + }, + { + zip_code: '65626', + usps_city: 'Caulfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1716.0, + density: 6.4, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "50.7", "29091": "49.3"}', + coty_name: ['Ozark', 'Howell'], + cty_code: ['29153', '29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12593, lat: 36.59885 }, + }, + { + zip_code: '65661', + usps_city: 'Greenfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2641.0, + density: 11.9, + primary_coty_code: '29057', + primary_coty_name: 'Dade', + county_weights: '{"29057": "100"}', + coty_name: ['Dade'], + cty_code: ['29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82631, lat: 37.46179 }, + }, + { + zip_code: '65781', + usps_city: 'Willard', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8745.0, + density: 47.5, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "97.71", "29167": "2.29"}', + coty_name: ['Greene', 'Polk'], + cty_code: ['29077', '29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41582, lat: 37.34947 }, + }, + { + zip_code: '65788', + usps_city: 'Peace Valley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 6.3, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "96.21", "29149": "3.79"}', + coty_name: ['Howell', 'Oregon'], + cty_code: ['29091', '29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69377, lat: 36.80909 }, + }, + { + zip_code: '66042', + usps_city: 'Lane', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 9.2, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "69.1", "20121": "30.9"}', + coty_name: ['Franklin', 'Miami'], + cty_code: ['20059', '20121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08283, lat: 38.43466 }, + }, + { + zip_code: '66058', + usps_city: 'Muscotah', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 2.7, + primary_coty_code: '20005', + primary_coty_name: 'Atchison', + county_weights: '{"20005": "100"}', + coty_name: ['Atchison'], + cty_code: ['20005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.51755, lat: 39.53884 }, + }, + { + zip_code: '66104', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 25791.0, + density: 617.4, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68864, lat: 39.15041 }, + }, + { + zip_code: '66106', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23785.0, + density: 493.5, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70296, lat: 39.06661 }, + }, + { + zip_code: '66207', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14792.0, + density: 1222.1, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6444, lat: 38.95589 }, + }, + { + zip_code: '66439', + usps_city: 'Horton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2625.0, + density: 11.6, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "91.77", "20005": "7.75", "20085": "0.47"}', + coty_name: ['Brown', 'Atchison', 'Jackson'], + cty_code: ['20013', '20005', '20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54493, lat: 39.65609 }, + }, + { + zip_code: '66510', + usps_city: 'Melvern', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 4.9, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "100"}', + coty_name: ['Osage'], + cty_code: ['20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61258, lat: 38.4926 }, + }, + { + zip_code: '66524', + usps_city: 'Overbrook', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2364.0, + density: 7.2, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "78.87", "20045": "19.81", "20177": "1.32"}', + coty_name: ['Osage', 'Douglas', 'Shawnee'], + cty_code: ['20139', '20045', '20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50514, lat: 38.79361 }, + }, + { + zip_code: '66608', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5632.0, + density: 467.8, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66445, lat: 39.08038 }, + }, + { + zip_code: '66609', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6960.0, + density: 224.3, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66904, lat: 38.98186 }, + }, + { + zip_code: '66756', + usps_city: 'Mulberry', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1068.0, + density: 20.2, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6496, lat: 37.5405 }, + }, + { + zip_code: '66757', + usps_city: 'Neodesha', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3140.0, + density: 10.6, + primary_coty_code: '20205', + primary_coty_name: 'Wilson', + county_weights: '{"20205": "94.35", "20125": "5.65"}', + coty_name: ['Wilson', 'Montgomery'], + cty_code: ['20205', '20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6964, lat: 37.41691 }, + }, + { + zip_code: '66779', + usps_city: 'Uniontown', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 3.0, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "100"}', + coty_name: ['Bourbon'], + cty_code: ['20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98167, lat: 37.83516 }, + }, + { + zip_code: '66901', + usps_city: 'Concordia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6061.0, + density: 9.5, + primary_coty_code: '20029', + primary_coty_name: 'Cloud', + county_weights: '{"20029": "98.53", "20157": "1.47"}', + coty_name: ['Cloud', 'Republic'], + cty_code: ['20029', '20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6458, lat: 39.55446 }, + }, + { + zip_code: '66966', + usps_city: 'Scandia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 2.5, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76346, lat: 39.77505 }, + }, + { + zip_code: '66967', + usps_city: 'Smith Center', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1991.0, + density: 3.1, + primary_coty_code: '20183', + primary_coty_name: 'Smith', + county_weights: '{"20183": "100"}', + coty_name: ['Smith'], + cty_code: ['20183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.7927, lat: 39.82406 }, + }, + { + zip_code: '67068', + usps_city: 'Kingman', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4000.0, + density: 5.4, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "98.78", "20155": "1.22"}', + coty_name: ['Kingman', 'Reno'], + cty_code: ['20095', '20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.10825, lat: 37.61658 }, + }, + { + zip_code: '67110', + usps_city: 'Mulvane', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8970.0, + density: 65.7, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "71.16", "20191": "28.29", "20035": "0.55"}', + coty_name: ['Sedgwick', 'Sumner', 'Cowley'], + cty_code: ['20173', '20191', '20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22605, lat: 37.46849 }, + }, + { + zip_code: '67337', + usps_city: 'Coffeyville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11936.0, + density: 32.0, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "97.75", "20099": "2.25"}', + coty_name: ['Montgomery', 'Labette'], + cty_code: ['20125', '20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60147, lat: 37.05527 }, + }, + { + zip_code: '67353', + usps_city: 'Moline', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 2.9, + primary_coty_code: '20049', + primary_coty_name: 'Elk', + county_weights: '{"20049": "91.58", "20019": "8.42"}', + coty_name: ['Elk', 'Chautauqua'], + cty_code: ['20049', '20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31241, lat: 37.31356 }, + }, + { + zip_code: '67363', + usps_city: 'Sycamore', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 20.4, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72237, lat: 37.33665 }, + }, + { + zip_code: '67447', + usps_city: 'Green', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 373.0, + density: 1.9, + primary_coty_code: '20027', + primary_coty_name: 'Clay', + county_weights: '{"20027": "75.94", "20161": "24.06"}', + coty_name: ['Clay', 'Riley'], + cty_code: ['20027', '20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97114, lat: 39.48345 }, + }, + { + zip_code: '67547', + usps_city: 'Kinsley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1817.0, + density: 2.3, + primary_coty_code: '20047', + primary_coty_name: 'Edwards', + county_weights: '{"20047": "98.3", "20083": "1.7"}', + coty_name: ['Edwards', 'Hodgeman'], + cty_code: ['20047', '20083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.45756, lat: 37.93351 }, + }, + { + zip_code: '67629', + usps_city: 'Clayton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 0.6, + primary_coty_code: '20137', + primary_coty_name: 'Norton', + county_weights: '{"20137": "73.43", "20039": "26.57"}', + coty_name: ['Norton', 'Decatur'], + cty_code: ['20137', '20039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.18538, lat: 39.70387 }, + }, + { + zip_code: '67642', + usps_city: 'Hill City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1861.0, + density: 3.1, + primary_coty_code: '20065', + primary_coty_name: 'Graham', + county_weights: '{"20065": "100"}', + coty_name: ['Graham'], + cty_code: ['20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.84437, lat: 39.35816 }, + }, + { + zip_code: '67650', + usps_city: 'Morland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 0.5, + primary_coty_code: '20065', + primary_coty_name: 'Graham', + county_weights: '{"20065": "100"}', + coty_name: ['Graham'], + cty_code: ['20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.10624, lat: 39.37345 }, + }, + { + zip_code: '67744', + usps_city: 'Ludell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 0.4, + primary_coty_code: '20153', + primary_coty_name: 'Rawlins', + county_weights: '{"20153": "100"}', + coty_name: ['Rawlins'], + cty_code: ['20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.9352, lat: 39.85385 }, + }, + { + zip_code: '67849', + usps_city: 'Hanston', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 1.2, + primary_coty_code: '20083', + primary_coty_name: 'Hodgeman', + county_weights: '{"20083": "100"}', + coty_name: ['Hodgeman'], + cty_code: ['20083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.71484, lat: 38.14903 }, + }, + { + zip_code: '68003', + usps_city: 'Ashland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4516.0, + density: 14.1, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "87.14", "31025": "12.86"}', + coty_name: ['Saunders', 'Cass'], + cty_code: ['31155', '31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38545, lat: 41.07768 }, + }, + { + zip_code: '68036', + usps_city: 'Linwood', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 1.7, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "84.83", "31155": "15.17"}', + coty_name: ['Butler', 'Saunders'], + cty_code: ['31023', '31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95177, lat: 41.39078 }, + }, + { + zip_code: '68047', + usps_city: 'Pender', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 5.5, + primary_coty_code: '31173', + primary_coty_name: 'Thurston', + county_weights: '{"31173": "85.32", "31039": "10.97", "31179": "3.72"}', + coty_name: ['Thurston', 'Cuming', 'Wayne'], + cty_code: ['31173', '31039', '31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74049, lat: 42.10665 }, + }, + { + zip_code: '68133', + usps_city: 'Papillion', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 11414.0, + density: 250.7, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99941, lat: 41.11357 }, + }, + { + zip_code: '68310', + usps_city: 'Beatrice', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 13593.0, + density: 25.2, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74955, lat: 40.25097 }, + }, + { + zip_code: '68326', + usps_city: 'Carleton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 1.1, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68284, lat: 40.28607 }, + }, + { + zip_code: '68359', + usps_city: 'Friend', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1630.0, + density: 5.1, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "85.49", "31159": "14.51"}', + coty_name: ['Saline', 'Seward'], + cty_code: ['31151', '31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28532, lat: 40.62958 }, + }, + { + zip_code: '68517', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 545.0, + density: 7.9, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60554, lat: 40.93398 }, + }, + { + zip_code: '68520', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2411.0, + density: 84.0, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55148, lat: 40.79968 }, + }, + { + zip_code: '68524', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6305.0, + density: 79.5, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80537, lat: 40.87113 }, + }, + { + zip_code: '68653', + usps_city: 'Platte Center', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 4.8, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: '{"31141": "100"}', + coty_name: ['Platte'], + cty_code: ['31141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48529, lat: 41.55523 }, + }, + { + zip_code: '68726', + usps_city: 'Clearwater', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 513.0, + density: 1.6, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "96.3", "31089": "3.7"}', + coty_name: ['Antelope', 'Holt'], + cty_code: ['31003', '31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.2055, lat: 42.18195 }, + }, + { + zip_code: '68779', + usps_city: 'Stanton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2658.0, + density: 6.0, + primary_coty_code: '31167', + primary_coty_name: 'Stanton', + county_weights: '{"31167": "100"}', + coty_name: ['Stanton'], + cty_code: ['31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20831, lat: 41.95641 }, + }, + { + zip_code: '68801', + usps_city: 'Grand Island', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29703.0, + density: 127.9, + primary_coty_code: '31079', + primary_coty_name: 'Hall', + county_weights: '{"31079": "97.42", "31121": "2.58"}', + coty_name: ['Hall', 'Merrick'], + cty_code: ['31079', '31121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29167, lat: 40.94785 }, + }, + { + zip_code: '68822', + usps_city: 'Broken Bow', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4871.0, + density: 4.7, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63171, lat: 41.38295 }, + }, + { + zip_code: '68842', + usps_city: 'Greeley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 1.4, + primary_coty_code: '31077', + primary_coty_name: 'Greeley', + county_weights: '{"31077": "100"}', + coty_name: ['Greeley'], + cty_code: ['31077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.50057, lat: 41.56757 }, + }, + { + zip_code: '68861', + usps_city: 'Odessa', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 83.5, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "100"}', + coty_name: ['Buffalo'], + cty_code: ['31019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.25883, lat: 40.70241 }, + }, + { + zip_code: '68940', + usps_city: 'Funk', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 2.4, + primary_coty_code: '31137', + primary_coty_name: 'Phelps', + county_weights: '{"31137": "100"}', + coty_name: ['Phelps'], + cty_code: ['31137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.24279, lat: 40.55134 }, + }, + { + zip_code: '68948', + usps_city: 'Holbrook', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 1.4, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "88.43", "31073": "11.57"}', + coty_name: ['Furnas', 'Gosper'], + cty_code: ['31065', '31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.02192, lat: 40.32004 }, + }, + { + zip_code: '68950', + usps_city: 'Holstein', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 3.1, + primary_coty_code: '31001', + primary_coty_name: 'Adams', + county_weights: '{"31001": "100"}', + coty_name: ['Adams'], + cty_code: ['31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66943, lat: 40.46178 }, + }, + { + zip_code: '68954', + usps_city: 'Inland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 0.6, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "100"}', + coty_name: ['Clay'], + cty_code: ['31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23737, lat: 40.62267 }, + }, + { + zip_code: '69146', + usps_city: 'Lemoyne', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 0.7, + primary_coty_code: '31101', + primary_coty_name: 'Keith', + county_weights: '{"31101": "92.81", "31005": "7.19"}', + coty_name: ['Keith', 'Arthur'], + cty_code: ['31101', '31005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.8176, lat: 41.34411 }, + }, + { + zip_code: '69165', + usps_city: 'Sutherland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1982.0, + density: 1.8, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "96.25", "31117": "3.75"}', + coty_name: ['Lincoln', 'McPherson'], + cty_code: ['31111', '31117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.22877, lat: 41.3071 }, + }, + { + zip_code: '69169', + usps_city: 'Wallace', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 0.8, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "87.25", "31135": "10.45", "31085": "2.3"}', + coty_name: ['Lincoln', 'Perkins', 'Hayes'], + cty_code: ['31111', '31135', '31085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.1691, lat: 40.81753 }, + }, + { + zip_code: '69218', + usps_city: 'Merriman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 0.2, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "100"}', + coty_name: ['Cherry'], + cty_code: ['31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.66748, lat: 42.78883 }, + }, + { + zip_code: '70070', + usps_city: 'Luling', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14363.0, + density: 60.1, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30509, lat: 29.83446 }, + }, + { + zip_code: '70087', + usps_city: 'Saint Rose', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7352.0, + density: 224.9, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31484, lat: 29.97743 }, + }, + { + zip_code: '70113', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7734.0, + density: 2937.2, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08308, lat: 29.94295 }, + }, + { + zip_code: '70124', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20414.0, + density: 1181.9, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10373, lat: 30.00748 }, + }, + { + zip_code: '70441', + usps_city: 'Greensburg', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4991.0, + density: 9.3, + primary_coty_code: '22091', + primary_coty_name: 'St. Helena', + county_weights: '{"22091": "100"}', + coty_name: ['St. Helena'], + cty_code: ['22091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75279, lat: 30.85865 }, + }, + { + zip_code: '70507', + usps_city: 'Lafayette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17140.0, + density: 311.9, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "100"}', + coty_name: ['Lafayette'], + cty_code: ['22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.03049, lat: 30.28173 }, + }, + { + zip_code: '70576', + usps_city: 'Pine Prairie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1294.0, + density: 444.3, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "100"}', + coty_name: ['Evangeline'], + cty_code: ['22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.41826, lat: 30.78097 }, + }, + { + zip_code: '70650', + usps_city: 'Lacassine', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 17.8, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "100"}', + coty_name: ['Jefferson Davis'], + cty_code: ['22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9232, lat: 30.23744 }, + }, + { + zip_code: '70783', + usps_city: 'Ventress', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2965.0, + density: 57.4, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40435, lat: 30.68347 }, + }, + { + zip_code: '71103', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6449.0, + density: 656.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.7721, lat: 32.49194 }, + }, + { + zip_code: '71110', + usps_city: 'Barksdale Afb', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4623.0, + density: 53.4, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "100"}', + coty_name: ['Bossier'], + cty_code: ['22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59976, lat: 32.50008 }, + }, + { + zip_code: '71201', + usps_city: 'Monroe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20571.0, + density: 611.9, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10528, lat: 32.53298 }, + }, + { + zip_code: '71202', + usps_city: 'Monroe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28909.0, + density: 96.8, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05625, lat: 32.3959 }, + }, + { + zip_code: '71275', + usps_city: 'Simsboro', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2652.0, + density: 10.0, + primary_coty_code: '22061', + primary_coty_name: 'Lincoln', + county_weights: '{"22061": "94.62", "22013": "5.38"}', + coty_name: ['Lincoln', 'Bienville'], + cty_code: ['22061', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82085, lat: 32.5134 }, + }, + { + zip_code: '71340', + usps_city: 'Harrisonburg', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2144.0, + density: 7.2, + primary_coty_code: '22025', + primary_coty_name: 'Catahoula', + county_weights: '{"22025": "100"}', + coty_name: ['Catahoula'], + cty_code: ['22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.81069, lat: 31.76918 }, + }, + { + zip_code: '71450', + usps_city: 'Marthaville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1226.0, + density: 7.4, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "72.24", "22085": "27.76"}', + coty_name: ['Natchitoches', 'Sabine'], + cty_code: ['22069', '22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41056, lat: 31.77816 }, + }, + { + zip_code: '71462', + usps_city: 'Noble', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1833.0, + density: 17.2, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "100"}', + coty_name: ['Sabine'], + cty_code: ['22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71395, lat: 31.66308 }, + }, + { + zip_code: '71665', + usps_city: 'Rison', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5823.0, + density: 8.0, + primary_coty_code: '5025', + primary_coty_name: 'Cleveland', + county_weights: '{"05025": "100"}', + coty_name: ['Cleveland'], + cty_code: ['5025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.11527, lat: 33.93378 }, + }, + { + zip_code: '71730', + usps_city: 'El Dorado', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 30079.0, + density: 25.4, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "100"}', + coty_name: ['Union'], + cty_code: ['5139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.62908, lat: 33.20063 }, + }, + { + zip_code: '71758', + usps_city: 'Mount Holly', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 1.6, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "100"}', + coty_name: ['Union'], + cty_code: ['5139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.91426, lat: 33.3076 }, + }, + { + zip_code: '71921', + usps_city: 'Amity', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3551.0, + density: 6.9, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "54.68", "05109": "36.45", "05059": "8.87"}', + coty_name: ['Clark', 'Pike', 'Hot Spring'], + cty_code: ['05019', '05109', '05059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39338, lat: 34.24925 }, + }, + { + zip_code: '71949', + usps_city: 'Jessieville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1676.0, + density: 3.1, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "100"}', + coty_name: ['Garland'], + cty_code: ['5051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21877, lat: 34.69497 }, + }, + { + zip_code: '71965', + usps_city: 'Pencil Bluff', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 5.7, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74265, lat: 34.66556 }, + }, + { + zip_code: '72007', + usps_city: 'Austin', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8563.0, + density: 75.5, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "100"}', + coty_name: ['Lonoke'], + cty_code: ['5085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.98189, lat: 35.00244 }, + }, + { + zip_code: '72012', + usps_city: 'Beebe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13444.0, + density: 56.9, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.91742, lat: 35.09825 }, + }, + { + zip_code: '72020', + usps_city: 'Bradford', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3605.0, + density: 8.1, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "46.22", "05067": "43.68", "05063": "10.1"}', + coty_name: ['White', 'Jackson', 'Independence'], + cty_code: ['05145', '05067', '05063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47508, lat: 35.47232 }, + }, + { + zip_code: '72113', + usps_city: 'Maumelle', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 25641.0, + density: 377.9, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39892, lat: 34.85942 }, + }, + { + zip_code: '72212', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12279.0, + density: 716.9, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.41522, lat: 34.78597 }, + }, + { + zip_code: '72223', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23376.0, + density: 152.4, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.51095, lat: 34.78834 }, + }, + { + zip_code: '72341', + usps_city: 'Haynes', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 3.9, + primary_coty_code: '5077', + primary_coty_name: 'Lee', + county_weights: '{"05077": "100"}', + coty_name: ['Lee'], + cty_code: ['5077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76103, lat: 34.88701 }, + }, + { + zip_code: '72414', + usps_city: 'Black Oak', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 8.2, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37032, lat: 35.82443 }, + }, + { + zip_code: '72441', + usps_city: 'McDougal', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 70.1, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38531, lat: 36.43694 }, + }, + { + zip_code: '72473', + usps_city: 'Tuckerman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2457.0, + density: 16.4, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "100"}', + coty_name: ['Jackson'], + cty_code: ['5067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17553, lat: 35.73904 }, + }, + { + zip_code: '72553', + usps_city: 'Magness', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 50.1, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48099, lat: 35.7003 }, + }, + { + zip_code: '72572', + usps_city: 'Saffell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 3.8, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "87.28", "05063": "12.72"}', + coty_name: ['Lawrence', 'Independence'], + cty_code: ['05075', '05063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29099, lat: 35.89914 }, + }, + { + zip_code: '72685', + usps_city: 'Western Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 9.7, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "86.23", "05129": "9.38", "05009": "4.4"}', + coty_name: ['Newton', 'Searcy', 'Boone'], + cty_code: ['05101', '05129', '05009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.97529, lat: 36.05571 }, + }, + { + zip_code: '72715', + usps_city: 'Bella Vista', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15839.0, + density: 214.1, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30641, lat: 36.46538 }, + }, + { + zip_code: '72761', + usps_city: 'Siloam Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22529.0, + density: 76.3, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "99.19", "05143": "0.81"}', + coty_name: ['Benton', 'Washington'], + cty_code: ['05007', '05143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45816, lat: 36.17017 }, + }, + { + zip_code: '72852', + usps_city: 'Oark', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 0.4, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "91.11", "05101": "8.89"}', + coty_name: ['Johnson', 'Newton'], + cty_code: ['05071', '05101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5537, lat: 35.68371 }, + }, + { + zip_code: '72854', + usps_city: 'Ozone', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 2.2, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "79.52", "05101": "20.48"}', + coty_name: ['Johnson', 'Newton'], + cty_code: ['05071', '05101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4243, lat: 35.70634 }, + }, + { + zip_code: '73012', + usps_city: 'Edmond', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 38314.0, + density: 414.2, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59363, lat: 35.66753 }, + }, + { + zip_code: '73042', + usps_city: 'Gracemont', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1089.0, + density: 4.0, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.25066, lat: 35.22809 }, + }, + { + zip_code: '73099', + usps_city: 'Yukon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 70417.0, + density: 224.2, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "100"}', + coty_name: ['Canadian'], + cty_code: ['40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76237, lat: 35.52828 }, + }, + { + zip_code: '73135', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 22282.0, + density: 741.6, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "94.83", "40027": "5.17"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42882, lat: 35.39481 }, + }, + { + zip_code: '73430', + usps_city: 'Burneyville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1533.0, + density: 6.5, + primary_coty_code: '40085', + primary_coty_name: 'Love', + county_weights: '{"40085": "100"}', + coty_name: ['Love'], + cty_code: ['40085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36686, lat: 33.90519 }, + }, + { + zip_code: '73565', + usps_city: 'Ryan', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 979.0, + density: 1.9, + primary_coty_code: '40067', + primary_coty_name: 'Jefferson', + county_weights: '{"40067": "100"}', + coty_name: ['Jefferson'], + cty_code: ['40067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87875, lat: 34.02495 }, + }, + { + zip_code: '73566', + usps_city: 'Snyder', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 6.0, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "95.52", "40141": "4.48"}', + coty_name: ['Kiowa', 'Tillman'], + cty_code: ['40075', '40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.94466, lat: 34.62438 }, + }, + { + zip_code: '73703', + usps_city: 'Enid', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 28866.0, + density: 98.3, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96221, lat: 36.42763 }, + }, + { + zip_code: '73705', + usps_city: 'Enid', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 276.6, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90257, lat: 36.3383 }, + }, + { + zip_code: '73766', + usps_city: 'Pond Creek', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 3.5, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "100"}', + coty_name: ['Grant'], + cty_code: ['40053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82807, lat: 36.65189 }, + }, + { + zip_code: '73944', + usps_city: 'Hardesty', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 443.0, + density: 0.8, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "100"}', + coty_name: ['Texas'], + cty_code: ['40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.10788, lat: 36.59047 }, + }, + { + zip_code: '74036', + usps_city: 'Inola', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7200.0, + density: 22.6, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: '{"40131": "95.16", "40097": "3.37", "40145": "1.47"}', + coty_name: ['Rogers', 'Mayes', 'Wagoner'], + cty_code: ['40131', '40097', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50724, lat: 36.15902 }, + }, + { + zip_code: '74561', + usps_city: 'Quinton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1984.0, + density: 5.7, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "75.08", "40061": "24.92"}', + coty_name: ['Pittsburg', 'Haskell'], + cty_code: ['40121', '40061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42926, lat: 35.12566 }, + }, + { + zip_code: '75042', + usps_city: 'Garland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39183.0, + density: 2021.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67493, lat: 32.9139 }, + }, + { + zip_code: '75043', + usps_city: 'Garland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 62601.0, + density: 1660.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57941, lat: 32.85707 }, + }, + { + zip_code: '75116', + usps_city: 'Duncanville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19867.0, + density: 1497.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91393, lat: 32.66017 }, + }, + { + zip_code: '75460', + usps_city: 'Paris', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23504.0, + density: 100.1, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6042, lat: 33.65814 }, + }, + { + zip_code: '75487', + usps_city: 'Talco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2106.0, + density: 8.0, + primary_coty_code: '48449', + primary_coty_name: 'Titus', + county_weights: '{"48449": "59.05", "48159": "40.95"}', + coty_name: ['Titus', 'Franklin'], + cty_code: ['48449', '48159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16159, lat: 33.33605 }, + }, + { + zip_code: '75488', + usps_city: 'Telephone', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 645.0, + density: 2.1, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98748, lat: 33.77723 }, + }, + { + zip_code: '75494', + usps_city: 'Winnsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9940.0, + density: 16.9, + primary_coty_code: '48499', + primary_coty_name: 'Wood', + county_weights: + '{"48499": "75.27", "48159": "15.15", "48223": "8.47", "48459": "1.1"}', + coty_name: ['Wood', 'Franklin', 'Hopkins', 'Upshur'], + cty_code: ['48499', '48159', '48223', '48459'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26234, lat: 32.90937 }, + }, + { + zip_code: '75496', + usps_city: 'Wolfe City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3739.0, + density: 11.7, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "84.78", "48147": "15.22"}', + coty_name: ['Hunt', 'Fannin'], + cty_code: ['48231', '48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06298, lat: 33.35984 }, + }, + { + zip_code: '75559', + usps_city: 'De Kalb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5122.0, + density: 7.5, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62748, lat: 33.50992 }, + }, + { + zip_code: '75570', + usps_city: 'New Boston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11071.0, + density: 31.6, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43753, lat: 33.46195 }, + }, + { + zip_code: '75670', + usps_city: 'Marshall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17539.0, + density: 55.1, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "100"}', + coty_name: ['Harrison'], + cty_code: ['48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.42297, lat: 32.57299 }, + }, + { + zip_code: '75756', + usps_city: 'Brownsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4450.0, + density: 25.1, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "97.18", "48467": "2.82"}', + coty_name: ['Henderson', 'Van Zandt'], + cty_code: ['48213', '48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60003, lat: 32.30402 }, + }, + { + zip_code: '75762', + usps_city: 'Flint', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12412.0, + density: 110.0, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41378, lat: 32.21681 }, + }, + { + zip_code: '75791', + usps_city: 'Whitehouse', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13562.0, + density: 135.9, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22053, lat: 32.22164 }, + }, + { + zip_code: '75946', + usps_city: 'Garrison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3744.0, + density: 10.4, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "78.76", "48401": "21.24"}', + coty_name: ['Nacogdoches', 'Rusk'], + cty_code: ['48347', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52541, lat: 31.81362 }, + }, + { + zip_code: '75956', + usps_city: 'Kirbyville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8937.0, + density: 14.2, + primary_coty_code: '48241', + primary_coty_name: 'Jasper', + county_weights: '{"48241": "91.89", "48351": "8.11"}', + coty_name: ['Jasper', 'Newton'], + cty_code: ['48241', '48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97821, lat: 30.67771 }, + }, + { + zip_code: '76092', + usps_city: 'Southlake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31424.0, + density: 538.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "97.09", "48121": "2.91"}', + coty_name: ['Tarrant', 'Denton'], + cty_code: ['48439', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.1486, lat: 32.95998 }, + }, + { + zip_code: '76105', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22179.0, + density: 1537.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26937, lat: 32.72405 }, + }, + { + zip_code: '76270', + usps_city: 'Sunset', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1958.0, + density: 7.5, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "67.08", "48497": "32.92"}', + coty_name: ['Montague', 'Wise'], + cty_code: ['48337', '48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75202, lat: 33.45613 }, + }, + { + zip_code: '76272', + usps_city: 'Valley View', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4116.0, + density: 16.1, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "98.88", "48121": "1.12"}', + coty_name: ['Cooke', 'Denton'], + cty_code: ['48097', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12889, lat: 33.46625 }, + }, + { + zip_code: '76446', + usps_city: 'Dublin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7709.0, + density: 7.1, + primary_coty_code: '48143', + primary_coty_name: 'Erath', + county_weights: '{"48143": "88.37", "48093": "11.63"}', + coty_name: ['Erath', 'Comanche'], + cty_code: ['48143', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.34943, lat: 32.0752 }, + }, + { + zip_code: '76475', + usps_city: 'Strawn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 1.6, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "97.34", "48133": "2.25", "48429": "0.41"}', + coty_name: ['Palo Pinto', 'Eastland', 'Stephens'], + cty_code: ['48363', '48133', '48429'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49888, lat: 32.65903 }, + }, + { + zip_code: '76508', + usps_city: 'Temple', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 46.9, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "0"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36425, lat: 31.07758 }, + }, + { + zip_code: '76627', + usps_city: 'Blum', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1511.0, + density: 6.6, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39448, lat: 32.10741 }, + }, + { + zip_code: '76682', + usps_city: 'Riesel', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2846.0, + density: 9.7, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "78.57", "48145": "21.43"}', + coty_name: ['McLennan', 'Falls'], + cty_code: ['48309', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9059, lat: 31.45363 }, + }, + { + zip_code: '76687', + usps_city: 'Thornton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1879.0, + density: 5.5, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "80.76", "48395": "18.35", "48145": "0.89"}', + coty_name: ['Limestone', 'Robertson', 'Falls'], + cty_code: ['48293', '48395', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49934, lat: 31.37171 }, + }, + { + zip_code: '76862', + usps_city: 'Millersview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 0.6, + primary_coty_code: '48095', + primary_coty_name: 'Concho', + county_weights: '{"48095": "100"}', + coty_name: ['Concho'], + cty_code: ['48095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68744, lat: 31.41518 }, + }, + { + zip_code: '76874', + usps_city: 'Roosevelt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48267', + primary_coty_name: 'Kimble', + county_weights: '{"48267": "100"}', + coty_name: ['Kimble'], + cty_code: ['48267'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.06913, lat: 30.45873 }, + }, + { + zip_code: '76949', + usps_city: 'Silver', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.5, + primary_coty_code: '48081', + primary_coty_name: 'Coke', + county_weights: '{"48081": "100"}', + coty_name: ['Coke'], + cty_code: ['48081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.69272, lat: 32.04184 }, + }, + { + zip_code: '77002', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15613.0, + density: 2995.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3653, lat: 29.75641 }, + }, + { + zip_code: '77010', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 2783.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35982, lat: 29.75365 }, + }, + { + zip_code: '77061', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26253.0, + density: 1277.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.28423, lat: 29.65377 }, + }, + { + zip_code: '77071', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28888.0, + density: 2495.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.52025, lat: 29.65295 }, + }, + { + zip_code: '77073', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39939.0, + density: 1113.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39958, lat: 29.99986 }, + }, + { + zip_code: '77328', + usps_city: 'Cleveland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14438.0, + density: 34.3, + primary_coty_code: '48407', + primary_coty_name: 'San Jacinto', + county_weights: '{"48407": "42.09", "48339": "42.02", "48291": "15.89"}', + coty_name: ['San Jacinto', 'Montgomery', 'Liberty'], + cty_code: ['48407', '48339', '48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19391, lat: 30.39628 }, + }, + { + zip_code: '77338', + usps_city: 'Humble', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43558.0, + density: 633.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.29019, lat: 30.00678 }, + }, + { + zip_code: '77442', + usps_city: 'Garwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 2.0, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50681, lat: 29.42428 }, + }, + { + zip_code: '77467', + usps_city: 'Pierce', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.3, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.12324, lat: 29.21068 }, + }, + { + zip_code: '77483', + usps_city: 'Wadsworth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 3.3, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83652, lat: 28.78761 }, + }, + { + zip_code: '77511', + usps_city: 'Alvin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47556.0, + density: 115.8, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "93.88", "48167": "6.12"}', + coty_name: ['Brazoria', 'Galveston'], + cty_code: ['48039', '48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24204, lat: 29.38147 }, + }, + { + zip_code: '77520', + usps_city: 'Baytown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35350.0, + density: 570.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99829, lat: 29.73895 }, + }, + { + zip_code: '77534', + usps_city: 'Danbury', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2256.0, + density: 24.2, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30893, lat: 29.22632 }, + }, + { + zip_code: '77578', + usps_city: 'Manvel', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22527.0, + density: 232.9, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36559, lat: 29.48132 }, + }, + { + zip_code: '77632', + usps_city: 'Orange', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22903.0, + density: 66.9, + primary_coty_code: '48361', + primary_coty_name: 'Orange', + county_weights: '{"48361": "89.6", "48351": "10.4"}', + coty_name: ['Orange', 'Newton'], + cty_code: ['48361', '48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80512, lat: 30.20328 }, + }, + { + zip_code: '77802', + usps_city: 'Bryan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25621.0, + density: 842.3, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "100"}', + coty_name: ['Brazos'], + cty_code: ['48041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32265, lat: 30.66126 }, + }, + { + zip_code: '77856', + usps_city: 'Franklin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5246.0, + density: 5.2, + primary_coty_code: '48395', + primary_coty_name: 'Robertson', + county_weights: '{"48395": "100"}', + coty_name: ['Robertson'], + cty_code: ['48395'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42385, lat: 31.07333 }, + }, + { + zip_code: '78010', + usps_city: 'Center Point', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3493.0, + density: 18.4, + primary_coty_code: '48265', + primary_coty_name: 'Kerr', + county_weights: '{"48265": "100"}', + coty_name: ['Kerr'], + cty_code: ['48265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.04482, lat: 29.9123 }, + }, + { + zip_code: '78161', + usps_city: 'Sutherland Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 19.6, + primary_coty_code: '48493', + primary_coty_name: 'Wilson', + county_weights: '{"48493": "100"}', + coty_name: ['Wilson'], + cty_code: ['48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05743, lat: 29.28697 }, + }, + { + zip_code: '78216', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43554.0, + density: 1176.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48922, lat: 29.53648 }, + }, + { + zip_code: '78336', + usps_city: 'Aransas Pass', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11214.0, + density: 88.4, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "74.6", "48007": "25.32", "48355": "0.08"}', + coty_name: ['San Patricio', 'Aransas', 'Nueces'], + cty_code: ['48409', '48007', '48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18347, lat: 27.94281 }, + }, + { + zip_code: '78536', + usps_city: 'Delmita', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 2.4, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4511, lat: 26.64926 }, + }, + { + zip_code: '78596', + usps_city: 'Weslaco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 67269.0, + density: 437.5, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.98925, lat: 26.15806 }, + }, + { + zip_code: '78617', + usps_city: 'Del Valle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28930.0, + density: 160.8, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "79.65", "48021": "20.35"}', + coty_name: ['Travis', 'Bastrop'], + cty_code: ['48453', '48021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59614, lat: 30.14719 }, + }, + { + zip_code: '78622', + usps_city: 'Fentress', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 110.8, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "100"}', + coty_name: ['Caldwell'], + cty_code: ['48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.77606, lat: 29.75402 }, + }, + { + zip_code: '78626', + usps_city: 'Georgetown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36556.0, + density: 151.6, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59735, lat: 30.66539 }, + }, + { + zip_code: '78635', + usps_city: 'Hye', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 564.0, + density: 13.7, + primary_coty_code: '48031', + primary_coty_name: 'Blanco', + county_weights: '{"48031": "100"}', + coty_name: ['Blanco'], + cty_code: ['48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55961, lat: 30.21089 }, + }, + { + zip_code: '78657', + usps_city: 'Horseshoe Bay', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6277.0, + density: 61.5, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "62.57", "48053": "37.43"}', + coty_name: ['Llano', 'Burnet'], + cty_code: ['48299', '48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37775, lat: 30.53098 }, + }, + { + zip_code: '78723', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35725.0, + density: 1987.0, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6857, lat: 30.30427 }, + }, + { + zip_code: '78729', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28644.0, + density: 1204.2, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "91.62", "48453": "8.38"}', + coty_name: ['Williamson', 'Travis'], + cty_code: ['48491', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75595, lat: 30.45842 }, + }, + { + zip_code: '78730', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9803.0, + density: 259.7, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83731, lat: 30.36489 }, + }, + { + zip_code: '78734', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19452.0, + density: 373.2, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94961, lat: 30.37853 }, + }, + { + zip_code: '78940', + usps_city: 'Fayetteville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2521.0, + density: 7.2, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "78.93", "48089": "12.68", "48015": "8.39"}', + coty_name: ['Fayette', 'Colorado', 'Austin'], + cty_code: ['48149', '48089', '48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66018, lat: 29.93147 }, + }, + { + zip_code: '78943', + usps_city: 'Glidden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 20.7, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61182, lat: 29.71058 }, + }, + { + zip_code: '78951', + usps_city: 'Oakland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82436, lat: 29.58727 }, + }, + { + zip_code: '79097', + usps_city: 'White Deer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 863.0, + density: 2.8, + primary_coty_code: '48065', + primary_coty_name: 'Carson', + county_weights: '{"48065": "100"}', + coty_name: ['Carson'], + cty_code: ['48065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.17852, lat: 35.43582 }, + }, + { + zip_code: '79101', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1851.0, + density: 448.3, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "100"}', + coty_name: ['Potter'], + cty_code: ['48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.8395, lat: 35.20599 }, + }, + { + zip_code: '79106', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27268.0, + density: 1123.6, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "87.85", "48381": "12.15"}', + coty_name: ['Potter', 'Randall'], + cty_code: ['48375', '48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.89517, lat: 35.20317 }, + }, + { + zip_code: '79111', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2108.0, + density: 74.4, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "100"}', + coty_name: ['Potter'], + cty_code: ['48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.6893, lat: 35.21967 }, + }, + { + zip_code: '79244', + usps_city: 'Matador', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 870.0, + density: 1.7, + primary_coty_code: '48345', + primary_coty_name: 'Motley', + county_weights: '{"48345": "100"}', + coty_name: ['Motley'], + cty_code: ['48345'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.84615, lat: 34.03174 }, + }, + { + zip_code: '79250', + usps_city: 'Petersburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 3.0, + primary_coty_code: '48189', + primary_coty_name: 'Hale', + county_weights: + '{"48189": "91.38", "48303": "3.18", "48153": "2.85", "48107": "2.59"}', + coty_name: ['Hale', 'Lubbock', 'Floyd', 'Crosby'], + cty_code: ['48189', '48303', '48153', '48107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.59391, lat: 33.87872 }, + }, + { + zip_code: '79313', + usps_city: 'Anton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1528.0, + density: 4.5, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "94.65", "48279": "5.35"}', + coty_name: ['Hockley', 'Lamb'], + cty_code: ['48219', '48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.16223, lat: 33.8049 }, + }, + { + zip_code: '79331', + usps_city: 'Lamesa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12426.0, + density: 6.4, + primary_coty_code: '48115', + primary_coty_name: 'Dawson', + county_weights: '{"48115": "98.97", "48317": "0.59", "48165": "0.44"}', + coty_name: ['Dawson', 'Martin', 'Gaines'], + cty_code: ['48115', '48317', '48165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.01054, lat: 32.69327 }, + }, + { + zip_code: '79339', + usps_city: 'Littlefield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6617.0, + density: 9.2, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "98.22", "48219": "1.78"}', + coty_name: ['Lamb', 'Hockley'], + cty_code: ['48279', '48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.33543, lat: 33.88987 }, + }, + { + zip_code: '79517', + usps_city: 'Fluvanna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 0.3, + primary_coty_code: '48415', + primary_coty_name: 'Scurry', + county_weights: '{"48415": "65.5", "48033": "34.5"}', + coty_name: ['Scurry', 'Borden'], + cty_code: ['48415', '48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.24268, lat: 32.87671 }, + }, + { + zip_code: '79553', + usps_city: 'Stamford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3270.0, + density: 7.6, + primary_coty_code: '48253', + primary_coty_name: 'Jones', + county_weights: '{"48253": "97.61", "48207": "2.39"}', + coty_name: ['Jones', 'Haskell'], + cty_code: ['48253', '48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.84265, lat: 32.93882 }, + }, + { + zip_code: '79602', + usps_city: 'Abilene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24876.0, + density: 83.7, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "98.07", "48059": "1.93"}', + coty_name: ['Taylor', 'Callahan'], + cty_code: ['48441', '48059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.66982, lat: 32.33948 }, + }, + { + zip_code: '79605', + usps_city: 'Abilene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29732.0, + density: 1047.5, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.78205, lat: 32.43398 }, + }, + { + zip_code: '79778', + usps_city: 'Rankin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 3.9, + primary_coty_code: '48461', + primary_coty_name: 'Upton', + county_weights: '{"48461": "100"}', + coty_name: ['Upton'], + cty_code: ['48461'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.92385, lat: 31.17611 }, + }, + { + zip_code: '79781', + usps_city: 'Sheffield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 0.2, + primary_coty_code: '48371', + primary_coty_name: 'Pecos', + county_weights: '{"48371": "85.48", "48443": "11.88", "48105": "2.64"}', + coty_name: ['Pecos', 'Terrell', 'Crockett'], + cty_code: ['48371', '48443', '48105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.77778, lat: 30.59596 }, + }, + { + zip_code: '79855', + usps_city: 'Van Horn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2108.0, + density: 0.4, + primary_coty_code: '48109', + primary_coty_name: 'Culberson', + county_weights: '{"48109": "99.49", "48229": "0.26", "48243": "0.26"}', + coty_name: ['Culberson', 'Hudspeth', 'Jeff Davis'], + cty_code: ['48109', '48229', '48243'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -104.63688, lat: 31.09237 }, + }, + { + zip_code: '79901', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9590.0, + density: 1683.6, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.4798, lat: 31.76003 }, + }, + { + zip_code: '80131', + usps_city: 'Louviers', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 193.4, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00751, lat: 39.4764 }, + }, + { + zip_code: '80133', + usps_city: 'Palmer Lake', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2539.0, + density: 31.8, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "99.12", "08035": "0.88"}', + coty_name: ['El Paso', 'Douglas'], + cty_code: ['08041', '08035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96952, lat: 39.09972 }, + }, + { + zip_code: '80623', + usps_city: 'Gilcrest', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 544.7, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.78252, lat: 40.28536 }, + }, + { + zip_code: '80746', + usps_city: 'Paoli', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 112.0, + primary_coty_code: '8095', + primary_coty_name: 'Phillips', + county_weights: '{"08095": "100"}', + coty_name: ['Phillips'], + cty_code: ['8095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.46604, lat: 40.60957 }, + }, + { + zip_code: '80754', + usps_city: 'Stoneham', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 0.3, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.66402, lat: 40.72065 }, + }, + { + zip_code: '80816', + usps_city: 'Florissant', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 6371.0, + density: 13.3, + primary_coty_code: '8119', + primary_coty_name: 'Teller', + county_weights: '{"08119": "91.24", "08093": "8.76"}', + coty_name: ['Teller', 'Park'], + cty_code: ['08119', '08093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.31204, lat: 38.85459 }, + }, + { + zip_code: '80820', + usps_city: 'Guffey', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 882.0, + density: 1.2, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.57777, lat: 38.78833 }, + }, + { + zip_code: '80913', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3728.0, + density: 54.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77236, lat: 38.70279 }, + }, + { + zip_code: '81124', + usps_city: 'Capulin', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 4.1, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "100"}', + coty_name: ['Conejos'], + cty_code: ['8021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.16065, lat: 37.30632 }, + }, + { + zip_code: '81140', + usps_city: 'La Jara', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2223.0, + density: 3.9, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "100"}', + coty_name: ['Conejos'], + cty_code: ['8021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.12889, lat: 37.30576 }, + }, + { + zip_code: '81240', + usps_city: 'Penrose', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3547.0, + density: 9.2, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.0322, lat: 38.50393 }, + }, + { + zip_code: '81330', + usps_city: 'Mesa Verde National Park', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 0.4, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "100"}', + coty_name: ['Montezuma'], + cty_code: ['8083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.48246, lat: 37.23128 }, + }, + { + zip_code: '81649', + usps_city: 'Red Cliff', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 1.7, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.31039, lat: 39.51832 }, + }, + { + zip_code: '81652', + usps_city: 'Silt', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4958.0, + density: 21.5, + primary_coty_code: '8045', + primary_coty_name: 'Garfield', + county_weights: '{"08045": "100"}', + coty_name: ['Garfield'], + cty_code: ['8045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.65622, lat: 39.48535 }, + }, + { + zip_code: '82054', + usps_city: 'Carpenter', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 3.2, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.36061, lat: 41.06376 }, + }, + { + zip_code: '82060', + usps_city: 'Hillsdale', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 443.0, + density: 5.9, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.50147, lat: 41.23547 }, + }, + { + zip_code: '82072', + usps_city: 'Laramie', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 16922.0, + density: 30.3, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.47812, lat: 41.42474 }, + }, + { + zip_code: '82215', + usps_city: 'Hartville', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 0.4, + primary_coty_code: '56031', + primary_coty_name: 'Platte', + county_weights: '{"56031": "100"}', + coty_name: ['Platte'], + cty_code: ['56031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.76064, lat: 42.38176 }, + }, + { + zip_code: '82222', + usps_city: 'Lance Creek', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 0.0, + primary_coty_code: '56027', + primary_coty_name: 'Niobrara', + county_weights: '{"56027": "100"}', + coty_name: ['Niobrara'], + cty_code: ['56027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.67087, lat: 43.20147 }, + }, + { + zip_code: '82428', + usps_city: 'Hyattville', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 0.3, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.52607, lat: 44.3084 }, + }, + { + zip_code: '82441', + usps_city: 'Shell', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 0.5, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.77168, lat: 44.6435 }, + }, + { + zip_code: '82601', + usps_city: 'Casper', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 28121.0, + density: 19.0, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.38744, lat: 43.09718 }, + }, + { + zip_code: '83119', + usps_city: 'Fairview', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 8.7, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.98825, lat: 42.64397 }, + }, + { + zip_code: '83211', + usps_city: 'American Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5600.0, + density: 3.7, + primary_coty_code: '16077', + primary_coty_name: 'Power', + county_weights: '{"16077": "98.6", "16031": "1.4"}', + coty_name: ['Power', 'Cassia'], + cty_code: ['16077', '16031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.01386, lat: 42.7067 }, + }, + { + zip_code: '83239', + usps_city: 'Georgetown', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 620.0, + density: 7.3, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.32836, lat: 42.5063 }, + }, + { + zip_code: '83246', + usps_city: 'Lava Hot Springs', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1009.0, + density: 3.0, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.02926, lat: 42.6111 }, + }, + { + zip_code: '83286', + usps_city: 'Weston', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1388.0, + density: 7.4, + primary_coty_code: '16041', + primary_coty_name: 'Franklin', + county_weights: '{"16041": "100"}', + coty_name: ['Franklin'], + cty_code: ['16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.01483, lat: 42.05319 }, + }, + { + zip_code: '83301', + usps_city: 'Twin Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 57340.0, + density: 78.6, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "99.94", "16053": "0.06"}', + coty_name: ['Twin Falls', 'Jerome'], + cty_code: ['16083', '16053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.52218, lat: 42.39319 }, + }, + { + zip_code: '83321', + usps_city: 'Castleford', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 2.1, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "100"}', + coty_name: ['Twin Falls'], + cty_code: ['16083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.91335, lat: 42.46494 }, + }, + { + zip_code: '83325', + usps_city: 'Eden', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 844.0, + density: 8.6, + primary_coty_code: '16053', + primary_coty_name: 'Jerome', + county_weights: '{"16053": "100"}', + coty_name: ['Jerome'], + cty_code: ['16053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.24207, lat: 42.58782 }, + }, + { + zip_code: '83354', + usps_city: 'Sun Valley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.32244, lat: 43.66994 }, + }, + { + zip_code: '83406', + usps_city: 'Idaho Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 18742.0, + density: 72.0, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "100"}', + coty_name: ['Bonneville'], + cty_code: ['16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.81734, lat: 43.43887 }, + }, + { + zip_code: '83623', + usps_city: 'Glenns Ferry', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1359.0, + density: 2.5, + primary_coty_code: '16039', + primary_coty_name: 'Elmore', + county_weights: '{"16039": "100"}', + coty_name: ['Elmore'], + cty_code: ['16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.39116, lat: 43.08031 }, + }, + { + zip_code: '83706', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 32904.0, + density: 1704.6, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.19488, lat: 43.59141 }, + }, + { + zip_code: '83812', + usps_city: 'Clarkia', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 0.3, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.22867, lat: 47.01611 }, + }, + { + zip_code: '83850', + usps_city: 'Pinehurst', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1838.0, + density: 10.2, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.23091, lat: 47.45457 }, + }, + { + zip_code: '84040', + usps_city: 'Layton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 23865.0, + density: 864.1, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.92696, lat: 41.09148 }, + }, + { + zip_code: '84058', + usps_city: 'Orem', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 40832.0, + density: 1279.6, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.7278, lat: 40.28728 }, + }, + { + zip_code: '84103', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 22198.0, + density: 567.4, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.84247, lat: 40.79519 }, + }, + { + zip_code: '84111', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 12795.0, + density: 3445.3, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.88397, lat: 40.75591 }, + }, + { + zip_code: '84116', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 34326.0, + density: 354.2, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9573, lat: 40.79988 }, + }, + { + zip_code: '84307', + usps_city: 'Corinne', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1025.0, + density: 0.9, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.49332, lat: 41.51548 }, + }, + { + zip_code: '84310', + usps_city: 'Eden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4139.0, + density: 14.2, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.84949, lat: 41.33537 }, + }, + { + zip_code: '84403', + usps_city: 'Ogden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 37207.0, + density: 399.1, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.90253, lat: 41.19446 }, + }, + { + zip_code: '84723', + usps_city: 'Circleville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 760.0, + density: 18.7, + primary_coty_code: '49031', + primary_coty_name: 'Piute', + county_weights: '{"49031": "100"}', + coty_name: ['Piute'], + cty_code: ['49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.25043, lat: 38.17953 }, + }, + { + zip_code: '84730', + usps_city: 'Glenwood', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 10.9, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.00509, lat: 38.73619 }, + }, + { + zip_code: '84734', + usps_city: 'Hanksville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 0.1, + primary_coty_code: '49055', + primary_coty_name: 'Wayne', + county_weights: '{"49055": "100"}', + coty_name: ['Wayne'], + cty_code: ['49055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.64158, lat: 38.30074 }, + }, + { + zip_code: '84761', + usps_city: 'Parowan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3350.0, + density: 8.5, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.84236, lat: 37.87441 }, + }, + { + zip_code: '84762', + usps_city: 'Duck Creek Village', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 0.1, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "97.18", "49017": "2.82"}', + coty_name: ['Kane', 'Garfield'], + cty_code: ['49025', '49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.74162, lat: 37.47132 }, + }, + { + zip_code: '85029', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47080.0, + density: 1902.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.11027, lat: 33.59504 }, + }, + { + zip_code: '85143', + usps_city: 'San Tan Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39153.0, + density: 420.4, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.51902, lat: 33.15864 }, + }, + { + zip_code: '85260', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39861.0, + density: 1060.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.89159, lat: 33.60959 }, + }, + { + zip_code: '85620', + usps_city: 'Naco', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 290.5, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.94117, lat: 31.33718 }, + }, + { + zip_code: '85625', + usps_city: 'Pearce', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2141.0, + density: 3.3, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.61185, lat: 31.8885 }, + }, + { + zip_code: '85640', + usps_city: 'Tumacacori', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 9.1, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['4023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.04936, lat: 31.5619 }, + }, + { + zip_code: '85650', + usps_city: 'Sierra Vista', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 15515.0, + density: 143.5, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.20214, lat: 31.50007 }, + }, + { + zip_code: '85707', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 57.7, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.887, lat: 32.17921 }, + }, + { + zip_code: '85746', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 45521.0, + density: 230.3, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.04443, lat: 32.09161 }, + }, + { + zip_code: '85749', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 18768.0, + density: 120.5, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.73178, lat: 32.28951 }, + }, + { + zip_code: '86047', + usps_city: 'Winslow', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 15330.0, + density: 3.4, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "94.16", "04005": "5.84"}', + coty_name: ['Navajo', 'Coconino'], + cty_code: ['04017', '04005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.65321, lat: 35.15126 }, + }, + { + zip_code: '86406', + usps_city: 'Lake Havasu City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 22802.0, + density: 35.9, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.12499, lat: 34.42283 }, + }, + { + zip_code: '86409', + usps_city: 'Kingman', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 28675.0, + density: 31.2, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.02852, lat: 35.46103 }, + }, + { + zip_code: '87020', + usps_city: 'Grants', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 11069.0, + density: 4.1, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.93988, lat: 34.93005 }, + }, + { + zip_code: '87025', + usps_city: 'Jemez Springs', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 1.4, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.63483, lat: 35.83959 }, + }, + { + zip_code: '87041', + usps_city: 'Pena Blanca', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 2.4, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.32989, lat: 35.68785 }, + }, + { + zip_code: '87046', + usps_city: 'Regina', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 1.5, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "74.19", "35039": "25.81"}', + coty_name: ['Sandoval', 'Rio Arriba'], + cty_code: ['35043', '35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.91609, lat: 36.24694 }, + }, + { + zip_code: '87566', + usps_city: 'Ohkay Owingeh', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3128.0, + density: 58.0, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.07011, lat: 36.07121 }, + }, + { + zip_code: '87733', + usps_city: 'Mosquero', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 0.1, + primary_coty_code: '35021', + primary_coty_name: 'Harding', + county_weights: '{"35021": "100"}', + coty_name: ['Harding'], + cty_code: ['35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.82487, lat: 35.80997 }, + }, + { + zip_code: '87936', + usps_city: 'Garfield', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 6.1, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "88.54", "35051": "11.46"}', + coty_name: ['Do\u00f1a Ana', 'Sierra'], + cty_code: ['35013', '35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.26365, lat: 32.7532 }, + }, + { + zip_code: '88012', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 30500.0, + density: 32.3, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.77146, lat: 32.58346 }, + }, + { + zip_code: '88038', + usps_city: 'Gila', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 0.2, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.42651, lat: 33.07212 }, + }, + { + zip_code: '88047', + usps_city: 'Mesilla Park', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2132.0, + density: 112.9, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.71473, lat: 32.21003 }, + }, + { + zip_code: '88130', + usps_city: 'Portales', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 17476.0, + density: 10.8, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.31049, lat: 34.13556 }, + }, + { + zip_code: '88132', + usps_city: 'Rogers', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 0.5, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.19459, lat: 33.92431 }, + }, + { + zip_code: '88325', + usps_city: 'High Rolls Mountain Park', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 3.6, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.8626, lat: 32.85121 }, + }, + { + zip_code: '88330', + usps_city: 'Holloman Air Force Base', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4096.0, + density: 1145.0, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.07738, lat: 32.83659 }, + }, + { + zip_code: '88348', + usps_city: 'San Patricio', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 12.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.35842, lat: 33.39619 }, + }, + { + zip_code: '89010', + usps_city: 'Dyer', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 0.5, + primary_coty_code: '32009', + primary_coty_name: 'Esmeralda', + county_weights: '{"32009": "88.67", "06051": "7.47", "32021": "3.86"}', + coty_name: ['Esmeralda', 'Mono', 'Mineral'], + cty_code: ['32009', '06051', '32021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08391, lat: 37.77764 }, + }, + { + zip_code: '89081', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 37480.0, + density: 1943.6, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.10677, lat: 36.25833 }, + }, + { + zip_code: '89115', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 63084.0, + density: 975.0, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.041, lat: 36.25367 }, + }, + { + zip_code: '89406', + usps_city: 'Fallon', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 24213.0, + density: 6.0, + primary_coty_code: '32001', + primary_coty_name: 'Churchill', + county_weights: '{"32001": "99.99", "32019": "0.01"}', + coty_name: ['Churchill', 'Lyon'], + cty_code: ['32001', '32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31663, lat: 39.52221 }, + }, + { + zip_code: '89414', + usps_city: 'Golconda', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 0.1, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "86.82", "32007": "13.18"}', + coty_name: ['Humboldt', 'Elko'], + cty_code: ['32013', '32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17819, lat: 41.04623 }, + }, + { + zip_code: '89436', + usps_city: 'Sparks', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 43826.0, + density: 414.6, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.68778, lat: 39.60434 }, + }, + { + zip_code: '89451', + usps_city: 'Incline Village', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 8777.0, + density: 133.9, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.93386, lat: 39.24152 }, + }, + { + zip_code: '89503', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 28867.0, + density: 1717.3, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.83983, lat: 39.54076 }, + }, + { + zip_code: '89508', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 13206.0, + density: 31.9, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.91954, lat: 39.79286 }, + }, + { + zip_code: '89821', + usps_city: 'Crescent Valley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 0.5, + primary_coty_code: '32011', + primary_coty_name: 'Eureka', + county_weights: '{"32011": "100"}', + coty_name: ['Eureka'], + cty_code: ['32011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.46224, lat: 40.49241 }, + }, + { + zip_code: '89833', + usps_city: 'Ruby Valley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 0.1, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.31693, lat: 40.47107 }, + }, + { + zip_code: '90015', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22651.0, + density: 5112.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26645, lat: 34.03939 }, + }, + { + zip_code: '90036', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37965.0, + density: 5933.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.34987, lat: 34.07016 }, + }, + { + zip_code: '90044', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 99443.0, + density: 7474.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29188, lat: 33.95278 }, + }, + { + zip_code: '90090', + usps_city: 'Dodgertown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "0"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24099, lat: 34.07282 }, + }, + { + zip_code: '90301', + usps_city: 'Inglewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38234.0, + density: 5958.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35864, lat: 33.95652 }, + }, + { + zip_code: '90660', + usps_city: 'Pico Rivera', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 63001.0, + density: 3138.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.09063, lat: 33.98882 }, + }, + { + zip_code: '90803', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32126.0, + density: 3075.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.12219, lat: 33.76162 }, + }, + { + zip_code: '91352', + usps_city: 'Sun Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47076.0, + density: 1552.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36642, lat: 34.23194 }, + }, + { + zip_code: '91732', + usps_city: 'El Monte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62905.0, + density: 5261.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.01445, lat: 34.07343 }, + }, + { + zip_code: '91748', + usps_city: 'Rowland Heights', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47079.0, + density: 1256.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.8997, lat: 33.97661 }, + }, + { + zip_code: '91754', + usps_city: 'Monterey Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33636.0, + density: 2863.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1446, lat: 34.05096 }, + }, + { + zip_code: '91755', + usps_city: 'Monterey Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26803.0, + density: 3331.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11499, lat: 34.048 }, + }, + { + zip_code: '91759', + usps_city: 'Mt Baldy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 1.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "86.13", "06037": "13.87"}', + coty_name: ['San Bernardino', 'Los Angeles'], + cty_code: ['06071', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.69148, lat: 34.25405 }, + }, + { + zip_code: '92014', + usps_city: 'Del Mar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13568.0, + density: 866.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24799, lat: 32.96686 }, + }, + { + zip_code: '92026', + usps_city: 'Escondido', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50321.0, + density: 522.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.11609, lat: 33.21246 }, + }, + { + zip_code: '92108', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22280.0, + density: 1953.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.14247, lat: 32.77389 }, + }, + { + zip_code: '92111', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50693.0, + density: 2313.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.16887, lat: 32.80648 }, + }, + { + zip_code: '92126', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 82658.0, + density: 2529.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1414, lat: 32.90847 }, + }, + { + zip_code: '92155', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 783.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.16175, lat: 32.67492 }, + }, + { + zip_code: '92285', + usps_city: 'Landers', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2430.0, + density: 5.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.54047, lat: 34.34017 }, + }, + { + zip_code: '92309', + usps_city: 'Baker', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 572.0, + density: 1.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.13003, lat: 35.21647 }, + }, + { + zip_code: '92391', + usps_city: 'Twin Peaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1959.0, + density: 323.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.23481, lat: 34.23799 }, + }, + { + zip_code: '92398', + usps_city: 'Yermo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2195.0, + density: 30.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.8472, lat: 34.91176 }, + }, + { + zip_code: '92399', + usps_city: 'Yucaipa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54268.0, + density: 395.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "98.76", "06065": "1.24"}', + coty_name: ['San Bernardino', 'Riverside'], + cty_code: ['06071', '06065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.00516, lat: 34.04282 }, + }, + { + zip_code: '92405', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30112.0, + density: 2460.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.30127, lat: 34.1446 }, + }, + { + zip_code: '92614', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27187.0, + density: 2367.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.83293, lat: 33.68165 }, + }, + { + zip_code: '92860', + usps_city: 'Norco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26849.0, + density: 740.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.55166, lat: 33.92467 }, + }, + { + zip_code: '93245', + usps_city: 'Lemoore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38480.0, + density: 126.0, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "100"}', + coty_name: ['Kings'], + cty_code: ['6031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.82871, lat: 36.29517 }, + }, + { + zip_code: '93249', + usps_city: 'Lost Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1875.0, + density: 3.2, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.87675, lat: 35.68836 }, + }, + { + zip_code: '93256', + usps_city: 'Pixley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5431.0, + density: 26.2, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.31555, lat: 35.96189 }, + }, + { + zip_code: '93287', + usps_city: 'Woody', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 0.5, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.93141, lat: 35.72929 }, + }, + { + zip_code: '93311', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45481.0, + density: 103.6, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.17444, lat: 35.19414 }, + }, + { + zip_code: '93524', + usps_city: 'Edwards', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 31.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90714, lat: 34.93199 }, + }, + { + zip_code: '93603', + usps_city: 'Badger', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 1.6, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.95871, lat: 36.62048 }, + }, + { + zip_code: '93621', + usps_city: 'Dunlap', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 0.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.1721, lat: 36.81464 }, + }, + { + zip_code: '93630', + usps_city: 'Kerman', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20764.0, + density: 51.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.12961, lat: 36.7212 }, + }, + { + zip_code: '93932', + usps_city: 'Lockwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 709.0, + density: 2.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.06232, lat: 35.99153 }, + }, + { + zip_code: '94158', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8455.0, + density: 4696.3, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3876, lat: 37.76976 }, + }, + { + zip_code: '94401', + usps_city: 'San Mateo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36001.0, + density: 4359.7, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31831, lat: 37.57432 }, + }, + { + zip_code: '94402', + usps_city: 'San Mateo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25703.0, + density: 2040.6, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33317, lat: 37.54105 }, + }, + { + zip_code: '94518', + usps_city: 'Concord', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28734.0, + density: 2039.2, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.02205, lat: 37.95041 }, + }, + { + zip_code: '94555', + usps_city: 'Fremont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38478.0, + density: 1279.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.08081, lat: 37.55558 }, + }, + { + zip_code: '94577', + usps_city: 'San Leandro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47682.0, + density: 2259.5, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.16628, lat: 37.71543 }, + }, + { + zip_code: '94605', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43399.0, + density: 1871.0, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14834, lat: 37.7604 }, + }, + { + zip_code: '94929', + usps_city: 'Dillon Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 92.4, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.96279, lat: 38.25237 }, + }, + { + zip_code: '95125', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53155.0, + density: 2567.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.89144, lat: 37.29504 }, + }, + { + zip_code: '95136', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47476.0, + density: 3932.7, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.85182, lat: 37.27048 }, + }, + { + zip_code: '95209', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44980.0, + density: 2071.8, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.3508, lat: 38.04726 }, + }, + { + zip_code: '95215', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24326.0, + density: 99.2, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.15292, lat: 37.94392 }, + }, + { + zip_code: '95232', + usps_city: 'Glencoe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 7.9, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.59406, lat: 38.35534 }, + }, + { + zip_code: '95303', + usps_city: 'Ballico', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 11.0, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.66189, lat: 37.48297 }, + }, + { + zip_code: '95459', + usps_city: 'Manchester', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 641.0, + density: 3.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.58638, lat: 38.97956 }, + }, + { + zip_code: '95486', + usps_city: 'Villa Grande', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 1016.6, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.02405, lat: 38.47411 }, + }, + { + zip_code: '95546', + usps_city: 'Hoopa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3466.0, + density: 9.8, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.7327, lat: 41.16034 }, + }, + { + zip_code: '95602', + usps_city: 'Auburn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17557.0, + density: 137.3, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "67.18", "06057": "32.82"}', + coty_name: ['Placer', 'Nevada'], + cty_code: ['06061', '06057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.11038, lat: 38.99059 }, + }, + { + zip_code: '95640', + usps_city: 'Ione', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11598.0, + density: 38.8, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.94261, lat: 38.32956 }, + }, + { + zip_code: '95660', + usps_city: 'North Highlands', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35461.0, + density: 2197.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.37999, lat: 38.67854 }, + }, + { + zip_code: '95693', + usps_city: 'Wilton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7037.0, + density: 43.2, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.21256, lat: 38.39999 }, + }, + { + zip_code: '95721', + usps_city: 'Echo Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08184, lat: 38.83448 }, + }, + { + zip_code: '95815', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25673.0, + density: 1254.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.4473, lat: 38.60548 }, + }, + { + zip_code: '95932', + usps_city: 'Colusa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7633.0, + density: 23.7, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "100"}', + coty_name: ['Colusa'], + cty_code: ['6011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.9988, lat: 39.27203 }, + }, + { + zip_code: '96023', + usps_city: 'Dorris', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1184.0, + density: 1.8, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.9071, lat: 41.92683 }, + }, + { + zip_code: '96069', + usps_city: 'Oak Run', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 3.5, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.0098, lat: 40.68677 }, + }, + { + zip_code: '96103', + usps_city: 'Blairsden Graeagle', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 4.3, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.66082, lat: 39.80115 }, + }, + { + zip_code: '96116', + usps_city: 'Likely', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 0.3, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.42208, lat: 41.26319 }, + }, + { + zip_code: '96124', + usps_city: 'Calpine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 3.1, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "100"}', + coty_name: ['Sierra'], + cty_code: ['6091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.45044, lat: 39.64338 }, + }, + { + zip_code: '96125', + usps_city: 'Sierra City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 0.5, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "100"}', + coty_name: ['Sierra'], + cty_code: ['6091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.62775, lat: 39.5957 }, + }, + { + zip_code: '96136', + usps_city: 'Wendel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.1, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.11896, lat: 40.30836 }, + }, + { + zip_code: '96712', + usps_city: 'Haleiwa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 7407.0, + density: 138.1, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.04855, lat: 21.62927 }, + }, + { + zip_code: '96716', + usps_city: 'Hanapepe', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2995.0, + density: 10.8, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.58999, lat: 22.0336 }, + }, + { + zip_code: '96725', + usps_city: 'Holualoa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2888.0, + density: 14.2, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.89767, lat: 19.62925 }, + }, + { + zip_code: '96744', + usps_city: 'Kaneohe', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 51601.0, + density: 577.7, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.83141, lat: 21.44323 }, + }, + { + zip_code: '96755', + usps_city: 'Kapaau', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3018.0, + density: 20.1, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.7876, lat: 20.19659 }, + }, + { + zip_code: '96790', + usps_city: 'Kula', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 9613.0, + density: 16.4, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.29746, lat: 20.69227 }, + }, + { + zip_code: '97011', + usps_city: 'Brightwood', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 55.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.0265, lat: 45.38724 }, + }, + { + zip_code: '97024', + usps_city: 'Fairview', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 10344.0, + density: 1140.4, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44146, lat: 45.54724 }, + }, + { + zip_code: '97146', + usps_city: 'Warrenton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6698.0, + density: 122.1, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "100"}', + coty_name: ['Clatsop'], + cty_code: ['41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.91986, lat: 46.13148 }, + }, + { + zip_code: '97214', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26853.0, + density: 3694.0, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64309, lat: 45.5143 }, + }, + { + zip_code: '97239', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 18190.0, + density: 1976.5, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.69061, lat: 45.48842 }, + }, + { + zip_code: '97357', + usps_city: 'Logsden', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 4.1, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.80475, lat: 44.73947 }, + }, + { + zip_code: '97360', + usps_city: 'Mill City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2458.0, + density: 41.5, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "79.59", "41047": "20.41"}', + coty_name: ['Linn', 'Marion'], + cty_code: ['41043', '41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.47458, lat: 44.76528 }, + }, + { + zip_code: '97386', + usps_city: 'Sweet Home', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 14693.0, + density: 44.7, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.75171, lat: 44.35982 }, + }, + { + zip_code: '97389', + usps_city: 'Tangent', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1858.0, + density: 20.1, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.08975, lat: 44.53352 }, + }, + { + zip_code: '97439', + usps_city: 'Florence', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 14713.0, + density: 32.2, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.03756, lat: 44.06609 }, + }, + { + zip_code: '97466', + usps_city: 'Powers', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1272.0, + density: 11.8, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.07255, lat: 42.86681 }, + }, + { + zip_code: '97522', + usps_city: 'Butte Falls', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 2.5, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.52832, lat: 42.58129 }, + }, + { + zip_code: '97536', + usps_city: 'Prospect', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 5.8, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50562, lat: 42.78738 }, + }, + { + zip_code: '97756', + usps_city: 'Redmond', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 38844.0, + density: 132.6, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "99.89", "41013": "0.11"}', + coty_name: ['Deschutes', 'Crook'], + cty_code: ['41017', '41013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.21385, lat: 44.27851 }, + }, + { + zip_code: '97825', + usps_city: 'Dayville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 0.4, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.5166, lat: 44.38529 }, + }, + { + zip_code: '97833', + usps_city: 'Haines', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 3.2, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.01488, lat: 44.92896 }, + }, + { + zip_code: '97842', + usps_city: 'Imnaha', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.1, + primary_coty_code: '41063', + primary_coty_name: 'Wallowa', + county_weights: '{"41063": "100"}', + coty_name: ['Wallowa'], + cty_code: ['41063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.74865, lat: 45.46752 }, + }, + { + zip_code: '97885', + usps_city: 'Wallowa', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 1.7, + primary_coty_code: '41063', + primary_coty_name: 'Wallowa', + county_weights: '{"41063": "100"}', + coty_name: ['Wallowa'], + cty_code: ['41063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.51177, lat: 45.65585 }, + }, + { + zip_code: '98134', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 833.0, + density: 95.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33743, lat: 47.57783 }, + }, + { + zip_code: '98235', + usps_city: 'Clearlake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 919.3, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23332, lat: 48.46475 }, + }, + { + zip_code: '98245', + usps_city: 'Eastsound', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3826.0, + density: 46.2, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.91025, lat: 48.66637 }, + }, + { + zip_code: '98290', + usps_city: 'Snohomish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 36399.0, + density: 118.7, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98023, lat: 47.95104 }, + }, + { + zip_code: '98304', + usps_city: 'Ashford', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1070.0, + density: 1.2, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "75.63", "53041": "24.37"}', + coty_name: ['Pierce', 'Lewis'], + cty_code: ['53053', '53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.75183, lat: 46.86803 }, + }, + { + zip_code: '98330', + usps_city: 'Elbe', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 6.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.16879, lat: 46.77244 }, + }, + { + zip_code: '98374', + usps_city: 'Puyallup', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 41613.0, + density: 1013.1, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26196, lat: 47.12994 }, + }, + { + zip_code: '98421', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1557.0, + density: 89.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39953, lat: 47.25917 }, + }, + { + zip_code: '98447', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 4888.1, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44348, lat: 47.14429 }, + }, + { + zip_code: '98506', + usps_city: 'Olympia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17060.0, + density: 294.3, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.87324, lat: 47.10283 }, + }, + { + zip_code: '98546', + usps_city: 'Grapeview', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3272.0, + density: 47.7, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.93542, lat: 47.31681 }, + }, + { + zip_code: '98562', + usps_city: 'Moclips', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 18.5, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.20362, lat: 47.23855 }, + }, + { + zip_code: '98593', + usps_city: 'Vader', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 36.3, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0055, lat: 46.40794 }, + }, + { + zip_code: '98617', + usps_city: 'Dallesport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1415.0, + density: 49.2, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.15643, lat: 45.64391 }, + }, + { + zip_code: '98832', + usps_city: 'Marlin', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 0.4, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "91.88", "53043": "8.13"}', + coty_name: ['Grant', 'Lincoln'], + cty_code: ['53025', '53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.01776, lat: 47.37195 }, + }, + { + zip_code: '98860', + usps_city: 'Wilson Creek', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 1.2, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.16396, lat: 47.46881 }, + }, + { + zip_code: '99109', + usps_city: 'Chewelah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5103.0, + density: 7.0, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.70135, lat: 48.28532 }, + }, + { + zip_code: '99126', + usps_city: 'Evans', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1347.0, + density: 10.0, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.97196, lat: 48.73963 }, + }, + { + zip_code: '99345', + usps_city: 'Paterson', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.3, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.68965, lat: 45.95266 }, + }, + { + zip_code: '99501', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 16679.0, + density: 927.8, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.85702, lat: 61.22035 }, + }, + { + zip_code: '99507', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 37109.0, + density: 653.4, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.77599, lat: 61.14974 }, + }, + { + zip_code: '99510', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 0.3, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.9597, lat: 70.13852 }, + }, + { + zip_code: '99555', + usps_city: 'Aleknagik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 3.8, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.62828, lat: 59.26833 }, + }, + { + zip_code: '99561', + usps_city: 'Chefornak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 34.8, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.25198, lat: 60.15137 }, + }, + { + zip_code: '99591', + usps_city: 'Saint George Island', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 0.8, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -169.6154, lat: 56.58095 }, + }, + { + zip_code: '99628', + usps_city: 'Manokotak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 0.2, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.17597, lat: 58.95135 }, + }, + { + zip_code: '99665', + usps_city: 'Shageluk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 12.2, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.52715, lat: 62.64632 }, + }, + { + zip_code: '99684', + usps_city: 'Unalakleet', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 0.4, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.3305, lat: 64.08944 }, + }, + { + zip_code: '99686', + usps_city: 'Valdez', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 3869.0, + density: 0.5, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100"}', + coty_name: ['Valdez-Cordova'], + cty_code: ['2261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.82103, lat: 61.12201 }, + }, + { + zip_code: '99701', + usps_city: 'Fairbanks', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 17258.0, + density: 1.6, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "99.72", "02290": "0.28"}', + coty_name: ['Fairbanks North Star', 'Yukon-Koyukuk'], + cty_code: ['02090', '02290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.56917, lat: 67.16977 }, + }, + { + zip_code: '99745', + usps_city: 'Hughes', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 6.8, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -154.2477, lat: 66.04309 }, + }, + { + zip_code: '99748', + usps_city: 'Kaltag', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 3.8, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.76751, lat: 64.32647 }, + }, + { + zip_code: '99759', + usps_city: 'Point Lay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 3.4, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.89793, lat: 69.73126 }, + }, + { + zip_code: '99921', + usps_city: 'Craig', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1976.0, + density: 0.4, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -132.77225, lat: 55.45483 }, + }, + { + zip_code: '99926', + usps_city: 'Metlakatla', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1654.0, + density: 4.8, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Metlakatla', + geo_point_2d: { lon: -131.48928, lat: 55.12617 }, + }, + { + zip_code: '676', + usps_city: 'Moca', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 36299.0, + density: 277.9, + primary_coty_code: '72099', + primary_coty_name: 'Moca', + county_weights: '{"72099": "99.49", "72003": "0.51"}', + coty_name: ['Moca', 'Aguada'], + cty_code: ['72099', '72003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.08084, lat: 18.37789 }, + }, + { + zip_code: '685', + usps_city: 'San Sebastian', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 37058.0, + density: 184.5, + primary_coty_code: '72131', + primary_coty_name: 'San Sebasti\u00e1n', + county_weights: '{"72131": "98", "72071": "2"}', + coty_name: ['San Sebasti\u00e1n', 'Isabela'], + cty_code: ['72131', '72071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.97225, lat: 18.33625 }, + }, + { + zip_code: '801', + usps_city: 'St Thomas', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78030', + primary_coty_name: 'St. Thomas', + county_weights: '{"78030": 100}', + coty_name: ['St. Thomas'], + cty_code: ['78030'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.97502, lat: 18.34856 }, + }, + { + zip_code: '959', + usps_city: 'Bayamon', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 46441.0, + density: 2794.6, + primary_coty_code: '72021', + primary_coty_name: 'Bayam\u00f3n', + county_weights: + '{"72021": "97.64", "72061": "1.88", "72135": "0.36", "72137": "0.12"}', + coty_name: ['Bayam\u00f3n', 'Guaynabo', 'Toa Alta', 'Toa Baja'], + cty_code: ['72021', '72061', '72135', '72137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.15585, lat: 18.38482 }, + }, + { + zip_code: '962', + usps_city: 'Catano', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 19082.0, + density: 1929.7, + primary_coty_code: '72033', + primary_coty_name: 'Cata\u00f1o', + county_weights: '{"72033": "100"}', + coty_name: ['Cata\u00f1o'], + cty_code: ['72033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.13928, lat: 18.43903 }, + }, + { + zip_code: '1082', + usps_city: 'Ware', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10580.0, + density: 88.6, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "95.64", "25027": "4.36"}', + coty_name: ['Hampshire', 'Worcester'], + cty_code: ['25015', '25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.27776, lat: 42.2948 }, + }, + { + zip_code: '1089', + usps_city: 'West Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28609.0, + density: 660.4, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.65027, lat: 42.12534 }, + }, + { + zip_code: '1094', + usps_city: 'Wheelwright', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 130.9, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.13847, lat: 42.35945 }, + }, + { + zip_code: '1103', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2332.0, + density: 1956.6, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.5921, lat: 42.104 }, + }, + { + zip_code: '1238', + usps_city: 'Lee', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5814.0, + density: 64.4, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2288, lat: 42.29522 }, + }, + { + zip_code: '1338', + usps_city: 'Buckland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 12.6, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.82134, lat: 42.57358 }, + }, + { + zip_code: '1349', + usps_city: 'Millers Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 69.9, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48332, lat: 42.57271 }, + }, + { + zip_code: '1351', + usps_city: 'Montague', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2114.0, + density: 39.0, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.51905, lat: 42.54281 }, + }, + { + zip_code: '1469', + usps_city: 'Townsend', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7670.0, + density: 130.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.69396, lat: 42.66673 }, + }, + { + zip_code: '1503', + usps_city: 'Berlin', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3182.0, + density: 94.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63551, lat: 42.38378 }, + }, + { + zip_code: '1540', + usps_city: 'Oxford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11581.0, + density: 231.1, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.85733, lat: 42.11634 }, + }, + { + zip_code: '1581', + usps_city: 'Westborough', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19037.0, + density: 356.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.61402, lat: 42.26816 }, + }, + { + zip_code: '1770', + usps_city: 'Sherborn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4316.0, + density: 105.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.37529, lat: 42.23417 }, + }, + { + zip_code: '1778', + usps_city: 'Wayland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14088.0, + density: 357.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35918, lat: 42.35829 }, + }, + { + zip_code: '1834', + usps_city: 'Groveland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6780.0, + density: 294.7, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01486, lat: 42.75199 }, + }, + { + zip_code: '1951', + usps_city: 'Newbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3150.0, + density: 88.3, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.84979, lat: 42.77804 }, + }, + { + zip_code: '2113', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6966.0, + density: 26817.5, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.0554, lat: 42.36542 }, + }, + { + zip_code: '2129', + usps_city: 'Charlestown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19890.0, + density: 5684.1, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.06169, lat: 42.37975 }, + }, + { + zip_code: '2135', + usps_city: 'Brighton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 44951.0, + density: 6588.9, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.15386, lat: 42.34981 }, + }, + { + zip_code: '2188', + usps_city: 'Weymouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15831.0, + density: 1643.2, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.95748, lat: 42.20808 }, + }, + { + zip_code: '2215', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25770.0, + density: 13006.0, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100", "25021": "0"}', + coty_name: ['Suffolk', 'Norfolk'], + cty_code: ['25025', '25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10287, lat: 42.34778 }, + }, + { + zip_code: '2367', + usps_city: 'Plympton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2954.0, + density: 77.7, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.80973, lat: 41.96345 }, + }, + { + zip_code: '2558', + usps_city: 'Onset', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1170.0, + density: 367.4, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.65348, lat: 41.74478 }, + }, + { + zip_code: '2575', + usps_city: 'West Tisbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2418.0, + density: 37.3, + primary_coty_code: '25007', + primary_coty_name: 'Dukes', + county_weights: '{"25007": "100"}', + coty_name: ['Dukes'], + cty_code: ['25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.65454, lat: 41.39993 }, + }, + { + zip_code: '2601', + usps_city: 'Hyannis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15677.0, + density: 704.3, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.29682, lat: 41.6603 }, + }, + { + zip_code: '2702', + usps_city: 'Assonet', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4382.0, + density: 100.8, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.06116, lat: 41.78453 }, + }, + { + zip_code: '2861', + usps_city: 'Pawtucket', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 25622.0, + density: 2775.4, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "99.95", "25005": "0.05"}', + coty_name: ['Providence', 'Bristol'], + cty_code: ['44007', '25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35227, lat: 41.87853 }, + }, + { + zip_code: '2874', + usps_city: 'Saunderstown', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 6045.0, + density: 153.9, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46878, lat: 41.51543 }, + }, + { + zip_code: '2882', + usps_city: 'Narragansett', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 14029.0, + density: 423.3, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46856, lat: 41.42484 }, + }, + { + zip_code: '2888', + usps_city: 'Warwick', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 18687.0, + density: 1216.6, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.41036, lat: 41.74861 }, + }, + { + zip_code: '2895', + usps_city: 'Woonsocket', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 41603.0, + density: 2072.3, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.49934, lat: 42.00101 }, + }, + { + zip_code: '3043', + usps_city: 'Francestown', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1577.0, + density: 19.6, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.81349, lat: 42.99406 }, + }, + { + zip_code: '3048', + usps_city: 'Greenville', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3515.0, + density: 45.9, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.76183, lat: 42.74824 }, + }, + { + zip_code: '3079', + usps_city: 'Salem', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 29234.0, + density: 454.7, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.22023, lat: 42.79023 }, + }, + { + zip_code: '3106', + usps_city: 'Hooksett', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 14273.0, + density: 152.5, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43637, lat: 43.07112 }, + }, + { + zip_code: '3240', + usps_city: 'Grafton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 12.7, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.97223, lat: 43.57599 }, + }, + { + zip_code: '3278', + usps_city: 'Warner', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2946.0, + density: 18.3, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.82605, lat: 43.29331 }, + }, + { + zip_code: '3581', + usps_city: 'Gorham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3054.0, + density: 7.8, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13252, lat: 44.33931 }, + }, + { + zip_code: '3595', + usps_city: 'Twin Mountain', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 7.4, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.5268, lat: 44.30622 }, + }, + { + zip_code: '3604', + usps_city: 'Drewsville', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 96.7, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.37984, lat: 43.128 }, + }, + { + zip_code: '3781', + usps_city: 'Plainfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 16.5, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.28405, lat: 43.55276 }, + }, + { + zip_code: '3814', + usps_city: 'Center Ossipee', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2315.0, + density: 28.3, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18478, lat: 43.76919 }, + }, + { + zip_code: '3826', + usps_city: 'East Hampstead', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2250.0, + density: 313.4, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13378, lat: 42.88621 }, + }, + { + zip_code: '3902', + usps_city: 'Cape Neddick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2419.0, + density: 47.7, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.63766, lat: 43.22146 }, + }, + { + zip_code: '4105', + usps_city: 'Falmouth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 11876.0, + density: 156.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.28249, lat: 43.74754 }, + }, + { + zip_code: '4416', + usps_city: 'Bucksport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5541.0, + density: 37.0, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.75286, lat: 44.62724 }, + }, + { + zip_code: '4441', + usps_city: 'Greenville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1613.0, + density: 1.1, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.47534, lat: 45.89602 }, + }, + { + zip_code: '4538', + usps_city: 'Boothbay Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1907.0, + density: 151.0, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.62968, lat: 43.85622 }, + }, + { + zip_code: '4648', + usps_city: 'Jonesboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 745.0, + density: 8.4, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.59028, lat: 44.66395 }, + }, + { + zip_code: '4655', + usps_city: 'Machiasport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 17.2, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.39318, lat: 44.66467 }, + }, + { + zip_code: '4673', + usps_city: 'Sargentville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 26.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.67454, lat: 44.30964 }, + }, + { + zip_code: '4783', + usps_city: 'Stockholm', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 3.2, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.17584, lat: 47.04254 }, + }, + { + zip_code: '4861', + usps_city: 'Thomaston', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2760.0, + density: 97.4, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.17485, lat: 44.093 }, + }, + { + zip_code: '4910', + usps_city: 'Albion', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2217.0, + density: 22.0, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.44122, lat: 44.517 }, + }, + { + zip_code: '4932', + usps_city: 'Dixmont', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1282.0, + density: 13.6, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.13335, lat: 44.6957 }, + }, + { + zip_code: '5045', + usps_city: 'Fairlee', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1773.0, + density: 13.2, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19868, lat: 43.91719 }, + }, + { + zip_code: '5050', + usps_city: 'McIndoe Falls', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 146.7, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.06423, lat: 44.26743 }, + }, + { + zip_code: '5069', + usps_city: 'South Ryegate', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 16.4, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "92.61", "50017": "7.39"}', + coty_name: ['Caledonia', 'Orange'], + cty_code: ['50005', '50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.13678, lat: 44.19055 }, + }, + { + zip_code: '5250', + usps_city: 'Arlington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3731.0, + density: 15.7, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19321, lat: 43.12029 }, + }, + { + zip_code: '5405', + usps_city: 'Burlington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4391.0, + density: 7282.6, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19564, lat: 44.47375 }, + }, + { + zip_code: '5457', + usps_city: 'Franklin', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1590.0, + density: 16.0, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.91336, lat: 44.97097 }, + }, + { + zip_code: '5483', + usps_city: 'Sheldon', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1512.0, + density: 28.6, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97202, lat: 44.88195 }, + }, + { + zip_code: '5485', + usps_city: 'Sheldon Springs', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 362.9, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97536, lat: 44.90718 }, + }, + { + zip_code: '5488', + usps_city: 'Swanton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 7752.0, + density: 46.2, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12487, lat: 44.92141 }, + }, + { + zip_code: '5657', + usps_city: 'Lake Elmore', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 165.0, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.5258, lat: 44.53474 }, + }, + { + zip_code: '5661', + usps_city: 'Morrisville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5826.0, + density: 34.0, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.6184, lat: 44.53797 }, + }, + { + zip_code: '5770', + usps_city: 'Shoreham', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1001.0, + density: 9.4, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.3204, lat: 43.8869 }, + }, + { + zip_code: '5827', + usps_city: 'Craftsbury Common', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 8.4, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.35814, lat: 44.68112 }, + }, + { + zip_code: '5846', + usps_city: 'Island Pond', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1206.0, + density: 8.4, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.86309, lat: 44.80129 }, + }, + { + zip_code: '6013', + usps_city: 'Burlington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9659.0, + density: 125.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.95893, lat: 41.75978 }, + }, + { + zip_code: '6085', + usps_city: 'Unionville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7362.0, + density: 594.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.88809, lat: 41.74637 }, + }, + { + zip_code: '6239', + usps_city: 'Danielson', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 11169.0, + density: 189.4, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.8566, lat: 41.79148 }, + }, + { + zip_code: '6480', + usps_city: 'Portland', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9322.0, + density: 154.1, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.58905, lat: 41.59882 }, + }, + { + zip_code: '6810', + usps_city: 'Danbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 52548.0, + density: 979.5, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.45924, lat: 41.37629 }, + }, + { + zip_code: '7066', + usps_city: 'Clark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 15735.0, + density: 1424.1, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31357, lat: 40.62022 }, + }, + { + zip_code: '7073', + usps_city: 'East Rutherford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9584.0, + density: 995.1, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08538, lat: 40.81803 }, + }, + { + zip_code: '7080', + usps_city: 'South Plainfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23956.0, + density: 1118.6, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41531, lat: 40.57481 }, + }, + { + zip_code: '7423', + usps_city: 'Ho Ho Kus', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4094.0, + density: 908.1, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09724, lat: 41.0001 }, + }, + { + zip_code: '7480', + usps_city: 'West Milford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16439.0, + density: 190.2, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37737, lat: 41.08748 }, + }, + { + zip_code: '7524', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13750.0, + density: 7039.3, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15682, lat: 40.93215 }, + }, + { + zip_code: '7649', + usps_city: 'Oradell', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8141.0, + density: 1304.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03147, lat: 40.95625 }, + }, + { + zip_code: '7704', + usps_city: 'Fair Haven', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5873.0, + density: 1413.2, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03927, lat: 40.36182 }, + }, + { + zip_code: '7740', + usps_city: 'Long Branch', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 30744.0, + density: 2247.8, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99184, lat: 40.29586 }, + }, + { + zip_code: '7865', + usps_city: 'Port Murray', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1910.0, + density: 54.0, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "64.78", "34027": "18.04", "34019": "17.18"}', + coty_name: ['Warren', 'Morris', 'Hunterdon'], + cty_code: ['34041', '34027', '34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89875, lat: 40.78469 }, + }, + { + zip_code: '7880', + usps_city: 'Vienna', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 388.3, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.88968, lat: 40.87302 }, + }, + { + zip_code: '7946', + usps_city: 'Millington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3215.0, + density: 300.7, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51119, lat: 40.67751 }, + }, + { + zip_code: '7974', + usps_city: 'New Providence', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12391.0, + density: 1197.5, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4031, lat: 40.6973 }, + }, + { + zip_code: '8003', + usps_city: 'Cherry Hill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 30194.0, + density: 1053.2, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97228, lat: 39.88323 }, + }, + { + zip_code: '8057', + usps_city: 'Moorestown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20660.0, + density: 522.1, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94112, lat: 39.97939 }, + }, + { + zip_code: '8401', + usps_city: 'Atlantic City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 37999.0, + density: 1377.5, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.45278, lat: 39.37961 }, + }, + { + zip_code: '8640', + usps_city: 'Joint Base Mdl', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7668.0, + density: 138.1, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58932, lat: 40.00351 }, + }, + { + zip_code: '8751', + usps_city: 'Seaside Heights', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4474.0, + density: 1317.1, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0836, lat: 39.94634 }, + }, + { + zip_code: '8837', + usps_city: 'Edison', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16674.0, + density: 712.4, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34465, lat: 40.51363 }, + }, + { + zip_code: '8889', + usps_city: 'Whitehouse Station', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10750.0, + density: 166.6, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.75959, lat: 40.60759 }, + }, + { + zip_code: '10027', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64988.0, + density: 28875.2, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9534, lat: 40.81184 }, + }, + { + zip_code: '10029', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 76713.0, + density: 36488.9, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94396, lat: 40.79173 }, + }, + { + zip_code: '10115', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96374, lat: 40.81085 }, + }, + { + zip_code: '10473', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 59579.0, + density: 10755.2, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.85878, lat: 40.81819 }, + }, + { + zip_code: '10530', + usps_city: 'Hartsdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12268.0, + density: 1237.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8077, lat: 41.02341 }, + }, + { + zip_code: '10597', + usps_city: 'Waccabuc', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 853.0, + density: 98.6, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59682, lat: 41.29406 }, + }, + { + zip_code: '10901', + usps_city: 'Suffern', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23039.0, + density: 493.9, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11615, lat: 41.13876 }, + }, + { + zip_code: '10910', + usps_city: 'Arden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13522, lat: 41.27707 }, + }, + { + zip_code: '10926', + usps_city: 'Harriman', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3592.0, + density: 267.6, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12443, lat: 41.30162 }, + }, + { + zip_code: '10958', + usps_city: 'New Hampton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3319.0, + density: 56.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.43044, lat: 41.37337 }, + }, + { + zip_code: '10964', + usps_city: 'Palisades', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 193.4, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91438, lat: 41.01624 }, + }, + { + zip_code: '11023', + usps_city: 'Great Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9301.0, + density: 2168.4, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73351, lat: 40.7991 }, + }, + { + zip_code: '11217', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41813.0, + density: 21526.0, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97928, lat: 40.68259 }, + }, + { + zip_code: '11229', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 83119.0, + density: 14862.2, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94401, lat: 40.60083 }, + }, + { + zip_code: '11358', + usps_city: 'Flushing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36515.0, + density: 7234.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79632, lat: 40.76044 }, + }, + { + zip_code: '11366', + usps_city: 'Fresh Meadows', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14360.0, + density: 5072.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78491, lat: 40.72817 }, + }, + { + zip_code: '11542', + usps_city: 'Glen Cove', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27893.0, + density: 1616.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.62885, lat: 40.87093 }, + }, + { + zip_code: '11553', + usps_city: 'Uniondale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26054.0, + density: 2864.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59206, lat: 40.70674 }, + }, + { + zip_code: '11575', + usps_city: 'Roosevelt', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17180.0, + density: 3725.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58527, lat: 40.68046 }, + }, + { + zip_code: '11935', + usps_city: 'Cutchogue', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3160.0, + density: 119.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48929, lat: 41.01796 }, + }, + { + zip_code: '11971', + usps_city: 'Southold', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6026.0, + density: 210.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4264, lat: 41.05946 }, + }, + { + zip_code: '12031', + usps_city: 'Carlisle', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 23.2, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4569, lat: 42.76477 }, + }, + { + zip_code: '12059', + usps_city: 'East Berne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 25.0, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05894, lat: 42.61213 }, + }, + { + zip_code: '12065', + usps_city: 'Clifton Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42701.0, + density: 472.5, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78649, lat: 42.85316 }, + }, + { + zip_code: '12131', + usps_city: 'North Blenheim', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 5.0, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46805, lat: 42.45964 }, + }, + { + zip_code: '12165', + usps_city: 'Spencertown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 19.3, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.50767, lat: 42.31057 }, + }, + { + zip_code: '12182', + usps_city: 'Troy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14432.0, + density: 405.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63286, lat: 42.80045 }, + }, + { + zip_code: '12205', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26941.0, + density: 657.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82934, lat: 42.71896 }, + }, + { + zip_code: '12416', + usps_city: 'Chichester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 25.9, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28871, lat: 42.10067 }, + }, + { + zip_code: '12429', + usps_city: 'Esopus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 59.3, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97495, lat: 41.8291 }, + }, + { + zip_code: '12459', + usps_city: 'New Kingston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 10.8, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68027, lat: 42.23647 }, + }, + { + zip_code: '12475', + usps_city: 'Ruby', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 106.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01543, lat: 42.0152 }, + }, + { + zip_code: '12495', + usps_city: 'Willow', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 5.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24067, lat: 42.08489 }, + }, + { + zip_code: '12549', + usps_city: 'Montgomery', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10915.0, + density: 108.6, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25872, lat: 41.53004 }, + }, + { + zip_code: '12720', + usps_city: 'Bethel', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 4.7, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90424, lat: 41.65846 }, + }, + { + zip_code: '12748', + usps_city: 'Jeffersonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2215.0, + density: 39.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92349, lat: 41.77543 }, + }, + { + zip_code: '12767', + usps_city: 'Obernburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 18.3, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00261, lat: 41.8414 }, + }, + { + zip_code: '12770', + usps_city: 'Pond Eddy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 21.1, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85422, lat: 41.44786 }, + }, + { + zip_code: '12920', + usps_city: 'Chateaugay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2285.0, + density: 9.5, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "97.99", "36019": "2.01"}', + coty_name: ['Franklin', 'Clinton'], + cty_code: ['36033', '36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0621, lat: 44.87672 }, + }, + { + zip_code: '12927', + usps_city: 'Cranberry Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 0.9, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82126, lat: 44.19929 }, + }, + { + zip_code: '12933', + usps_city: 'Ellenburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 832.7, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84512, lat: 44.89118 }, + }, + { + zip_code: '12942', + usps_city: 'Keene', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 837.0, + density: 6.1, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79998, lat: 44.26021 }, + }, + { + zip_code: '12977', + usps_city: 'Ray Brook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 80.9, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07955, lat: 44.28018 }, + }, + { + zip_code: '13076', + usps_city: 'Hastings', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2397.0, + density: 60.5, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1526, lat: 43.35587 }, + }, + { + zip_code: '13108', + usps_city: 'Marcellus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6095.0, + density: 80.7, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33094, lat: 42.97329 }, + }, + { + zip_code: '13138', + usps_city: 'Pompey', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 544.1, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.01454, lat: 42.89915 }, + }, + { + zip_code: '13140', + usps_city: 'Port Byron', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4571.0, + density: 33.8, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65899, lat: 43.05983 }, + }, + { + zip_code: '13157', + usps_city: 'Sylvan Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 419.7, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72357, lat: 43.20488 }, + }, + { + zip_code: '13207', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12597.0, + density: 1574.0, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.16415, lat: 43.01383 }, + }, + { + zip_code: '13323', + usps_city: 'Clinton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11282.0, + density: 114.5, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37911, lat: 43.04174 }, + }, + { + zip_code: '13357', + usps_city: 'Ilion', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10786.0, + density: 132.0, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "99.63", "36077": "0.37"}', + coty_name: ['Herkimer', 'Otsego'], + cty_code: ['36043', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.08337, lat: 42.96705 }, + }, + { + zip_code: '13360', + usps_city: 'Inlet', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.8, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73795, lat: 43.72756 }, + }, + { + zip_code: '13613', + usps_city: 'Brasher Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2708.0, + density: 12.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74076, lat: 44.86385 }, + }, + { + zip_code: '13662', + usps_city: 'Massena', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16267.0, + density: 70.7, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8844, lat: 44.9322 }, + }, + { + zip_code: '13668', + usps_city: 'Norwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3138.0, + density: 33.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98605, lat: 44.75496 }, + }, + { + zip_code: '13691', + usps_city: 'Theresa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3074.0, + density: 16.4, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.7832, lat: 44.22541 }, + }, + { + zip_code: '13694', + usps_city: 'Waddington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1244.0, + density: 21.5, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16108, lat: 44.85099 }, + }, + { + zip_code: '13820', + usps_city: 'Oneonta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22070.0, + density: 79.4, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "92.51", "36025": "7.49"}', + coty_name: ['Otsego', 'Delaware'], + cty_code: ['36077', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04058, lat: 42.47468 }, + }, + { + zip_code: '13902', + usps_city: 'Binghamton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6130.0, + density: 3323.9, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96892, lat: 42.08888 }, + }, + { + zip_code: '14047', + usps_city: 'Derby', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6549.0, + density: 193.0, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99348, lat: 42.68585 }, + }, + { + zip_code: '14103', + usps_city: 'Medina', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10519.0, + density: 50.8, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "100"}', + coty_name: ['Orleans'], + cty_code: ['36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37666, lat: 43.21227 }, + }, + { + zip_code: '14135', + usps_city: 'Sheridan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 54.9, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2409, lat: 42.48767 }, + }, + { + zip_code: '14225', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33091.0, + density: 1078.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75165, lat: 42.92895 }, + }, + { + zip_code: '14475', + usps_city: 'Ionia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 98.9, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.4984, lat: 42.9378 }, + }, + { + zip_code: '14714', + usps_city: 'Black Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 597.0, + density: 12.7, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.23324, lat: 42.28999 }, + }, + { + zip_code: '14757', + usps_city: 'Mayville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3323.0, + density: 27.8, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.50416, lat: 42.23673 }, + }, + { + zip_code: '14777', + usps_city: 'Rushford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 18.6, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2615, lat: 42.39179 }, + }, + { + zip_code: '15045', + usps_city: 'Glassport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4371.0, + density: 1067.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88616, lat: 40.32615 }, + }, + { + zip_code: '15062', + usps_city: 'Monessen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7344.0, + density: 843.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88044, lat: 40.15033 }, + }, + { + zip_code: '15076', + usps_city: 'Russellton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 380.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83469, lat: 40.60736 }, + }, + { + zip_code: '15136', + usps_city: 'McKees Rocks', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22881.0, + density: 794.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10438, lat: 40.46789 }, + }, + { + zip_code: '15143', + usps_city: 'Sewickley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21150.0, + density: 221.8, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "94.63", "42007": "5.37"}', + coty_name: ['Allegheny', 'Beaver'], + cty_code: ['42003', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14654, lat: 40.57322 }, + }, + { + zip_code: '15203', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10151.0, + density: 2655.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97638, lat: 40.42632 }, + }, + { + zip_code: '15313', + usps_city: 'Beallsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 203.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.02375, lat: 40.06793 }, + }, + { + zip_code: '15352', + usps_city: 'New Freeport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 6.8, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39525, lat: 39.75342 }, + }, + { + zip_code: '15421', + usps_city: 'Chalk Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 85.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.59717, lat: 39.84582 }, + }, + { + zip_code: '15448', + usps_city: 'Jacobs Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 87.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.73395, lat: 40.13568 }, + }, + { + zip_code: '15479', + usps_city: 'Smithton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2063.0, + density: 37.5, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.71437, lat: 40.15302 }, + }, + { + zip_code: '15530', + usps_city: 'Berlin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5244.0, + density: 23.1, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90938, lat: 39.94797 }, + }, + { + zip_code: '15613', + usps_city: 'Apollo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13536.0, + density: 87.5, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "63.13", "42005": "36.87"}', + coty_name: ['Westmoreland', 'Armstrong'], + cty_code: ['42129', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.56425, lat: 40.5538 }, + }, + { + zip_code: '15624', + usps_city: 'Crabtree', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 545.0, + density: 338.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47022, lat: 40.36491 }, + }, + { + zip_code: '15655', + usps_city: 'Laughlintown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 5.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.17506, lat: 40.20148 }, + }, + { + zip_code: '15687', + usps_city: 'Stahlstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 15.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32095, lat: 40.13246 }, + }, + { + zip_code: '15738', + usps_city: 'Emeigh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 27.8, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78518, lat: 40.69153 }, + }, + { + zip_code: '15761', + usps_city: 'Mentcle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 52.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88974, lat: 40.63227 }, + }, + { + zip_code: '15829', + usps_city: 'Corsica', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 15.1, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "76.84", "42031": "23.16"}', + coty_name: ['Jefferson', 'Clarion'], + cty_code: ['42065', '42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.19759, lat: 41.1762 }, + }, + { + zip_code: '16038', + usps_city: 'Harrisville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3592.0, + density: 29.0, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "63.26", "42121": "36.74"}', + coty_name: ['Butler', 'Venango'], + cty_code: ['42019', '42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95132, lat: 41.16001 }, + }, + { + zip_code: '16685', + usps_city: 'Todd', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 6.3, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.08262, lat: 40.28753 }, + }, + { + zip_code: '16840', + usps_city: 'Hawk Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 256.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20378, lat: 40.92303 }, + }, + { + zip_code: '16941', + usps_city: 'Genesee', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 10.9, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75798, lat: 41.98838 }, + }, + { + zip_code: '17015', + usps_city: 'Carlisle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20923.0, + density: 71.1, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23116, lat: 40.17719 }, + }, + { + zip_code: '17048', + usps_city: 'Lykens', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4220.0, + density: 47.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72609, lat: 40.60783 }, + }, + { + zip_code: '17053', + usps_city: 'Marysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4948.0, + density: 66.4, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "98.38", "42041": "1.62"}', + coty_name: ['Perry', 'Cumberland'], + cty_code: ['42099', '42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03153, lat: 40.32557 }, + }, + { + zip_code: '17113', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10852.0, + density: 982.9, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82749, lat: 40.22555 }, + }, + { + zip_code: '17257', + usps_city: 'Shippensburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29524.0, + density: 97.1, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "66.26", "42055": "33.74"}', + coty_name: ['Cumberland', 'Franklin'], + cty_code: ['42041', '42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49141, lat: 40.04912 }, + }, + { + zip_code: '17402', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 38078.0, + density: 763.9, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65922, lat: 39.95893 }, + }, + { + zip_code: '17501', + usps_city: 'Akron', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4425.0, + density: 1227.6, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20403, lat: 40.15723 }, + }, + { + zip_code: '17535', + usps_city: 'Kinzers', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2703.0, + density: 96.3, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04056, lat: 40.00647 }, + }, + { + zip_code: '17570', + usps_city: 'Rheems', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 654.0, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56846, lat: 40.12975 }, + }, + { + zip_code: '17756', + usps_city: 'Muncy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11978.0, + density: 41.1, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: + '{"42081": "90.41", "42097": "7.41", "42093": "1.61", "42037": "0.57"}', + coty_name: ['Lycoming', 'Northumberland', 'Montour', 'Columbia'], + cty_code: ['42081', '42097', '42093', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73741, lat: 41.20791 }, + }, + { + zip_code: '17779', + usps_city: 'Woolrich', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 102.5, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38003, lat: 41.20455 }, + }, + { + zip_code: '17823', + usps_city: 'Dornsife', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 14.1, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72414, lat: 40.72172 }, + }, + { + zip_code: '17827', + usps_city: 'Freeburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 135.2, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.962, lat: 40.75453 }, + }, + { + zip_code: '17834', + usps_city: 'Kulpmont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3374.0, + density: 253.8, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4682, lat: 40.7793 }, + }, + { + zip_code: '17845', + usps_city: 'Millmont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2170.0, + density: 12.8, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21116, lat: 40.8853 }, + }, + { + zip_code: '17921', + usps_city: 'Ashland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7321.0, + density: 74.9, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "99.82", "42037": "0.18"}', + coty_name: ['Schuylkill', 'Columbia'], + cty_code: ['42107', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.36289, lat: 40.7503 }, + }, + { + zip_code: '17935', + usps_city: 'Girardville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1595.0, + density: 141.2, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2832, lat: 40.79602 }, + }, + { + zip_code: '18032', + usps_city: 'Catasauqua', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9399.0, + density: 1805.8, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "69.32", "42095": "30.68"}', + coty_name: ['Lehigh', 'Northampton'], + cty_code: ['42077', '42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4678, lat: 40.65696 }, + }, + { + zip_code: '18058', + usps_city: 'Kunkletown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10056.0, + density: 75.2, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "87.42", "42025": "12.58"}', + coty_name: ['Monroe', 'Carbon'], + cty_code: ['42089', '42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49311, lat: 40.89122 }, + }, + { + zip_code: '18087', + usps_city: 'Trexlertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 331.8, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59481, lat: 40.55421 }, + }, + { + zip_code: '18092', + usps_city: 'Zionsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3192.0, + density: 82.4, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "97.21", "42011": "2.79"}', + coty_name: ['Lehigh', 'Berks'], + cty_code: ['42077', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51533, lat: 40.47045 }, + }, + { + zip_code: '18241', + usps_city: 'Nuremberg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 126.7, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "52.94", "42079": "47.06"}', + coty_name: ['Schuylkill', 'Luzerne'], + cty_code: ['42107', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14607, lat: 40.94539 }, + }, + { + zip_code: '18331', + usps_city: 'Gilbert', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 60.5, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.44503, lat: 40.91247 }, + }, + { + zip_code: '18347', + usps_city: 'Pocono Lake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2779.0, + density: 39.7, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.55732, lat: 41.13379 }, + }, + { + zip_code: '18427', + usps_city: 'Hamlin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 68.6, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4069, lat: 41.40467 }, + }, + { + zip_code: '18519', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4659.0, + density: 747.2, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.63073, lat: 41.46192 }, + }, + { + zip_code: '18619', + usps_city: 'Hillsgrove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 2.9, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71127, lat: 41.44803 }, + }, + { + zip_code: '18636', + usps_city: 'Noxen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 10.8, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "82.27", "42079": "17.73"}', + coty_name: ['Wyoming', 'Luzerne'], + cty_code: ['42131', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09751, lat: 41.4026 }, + }, + { + zip_code: '18642', + usps_city: 'Duryea', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3998.0, + density: 284.7, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77672, lat: 41.35387 }, + }, + { + zip_code: '18705', + usps_city: 'Wilkes Barre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14683.0, + density: 1040.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84331, lat: 41.27183 }, + }, + { + zip_code: '18832', + usps_city: 'Monroeton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 11.6, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55657, lat: 41.67702 }, + }, + { + zip_code: '19056', + usps_city: 'Levittown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15249.0, + density: 1602.3, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8858, lat: 40.14969 }, + }, + { + zip_code: '19095', + usps_city: 'Wyncote', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7070.0, + density: 1292.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15119, lat: 40.08597 }, + }, + { + zip_code: '19440', + usps_city: 'Hatfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19350.0, + density: 663.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "92.13", "42017": "7.87"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2895, lat: 40.28646 }, + }, + { + zip_code: '19472', + usps_city: 'Sassamansville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 22.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57379, lat: 40.33695 }, + }, + { + zip_code: '19506', + usps_city: 'Bernville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7466.0, + density: 42.4, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.12575, lat: 40.45959 }, + }, + { + zip_code: '19956', + usps_city: 'Laurel', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 15117.0, + density: 57.7, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54079, lat: 38.54787 }, + }, + { + zip_code: '19973', + usps_city: 'Seaford', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 24745.0, + density: 121.5, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61578, lat: 38.63927 }, + }, + { + zip_code: '20045', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0308, lat: 38.89673 }, + }, + { + zip_code: '20137', + usps_city: 'Broad Run', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1527.0, + density: 34.3, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "67.81", "51153": "32.19"}', + coty_name: ['Fauquier', 'Prince William'], + cty_code: ['51061', '51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72103, lat: 38.81012 }, + }, + { + zip_code: '20618', + usps_city: 'Bushwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 28.0, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.79027, lat: 38.28161 }, + }, + { + zip_code: '20693', + usps_city: 'Welcome', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 833.0, + density: 15.9, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08935, lat: 38.45927 }, + }, + { + zip_code: '20740', + usps_city: 'College Park', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 31349.0, + density: 1521.1, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.93095, lat: 39.00274 }, + }, + { + zip_code: '20774', + usps_city: 'Upper Marlboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 47165.0, + density: 524.4, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77386, lat: 38.87525 }, + }, + { + zip_code: '20812', + usps_city: 'Glen Echo', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 625.5, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14339, lat: 38.96671 }, + }, + { + zip_code: '21005', + usps_city: 'Aberdeen Proving Ground', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2872.0, + density: 139.2, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11891, lat: 39.47415 }, + }, + { + zip_code: '21034', + usps_city: 'Darlington', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3483.0, + density: 53.5, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22116, lat: 39.65065 }, + }, + { + zip_code: '21214', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 21392.0, + density: 2893.6, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56446, lat: 39.35177 }, + }, + { + zip_code: '22964', + usps_city: 'Piney River', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 15.4, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "100"}', + coty_name: ['Nelson'], + cty_code: ['51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.00043, lat: 37.72093 }, + }, + { + zip_code: '23038', + usps_city: 'Columbia', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1513.0, + density: 7.8, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "48.68", "51049": "29.3", "51065": "22.03"}', + coty_name: ['Goochland', 'Cumberland', 'Fluvanna'], + cty_code: ['51075', '51049', '51065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14779, lat: 37.75544 }, + }, + { + zip_code: '23045', + usps_city: 'Diggs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 21.3, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26506, lat: 37.42929 }, + }, + { + zip_code: '23061', + usps_city: 'Gloucester', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21271.0, + density: 52.4, + primary_coty_code: '51073', + primary_coty_name: 'Gloucester', + county_weights: '{"51073": "100"}', + coty_name: ['Gloucester'], + cty_code: ['51073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55228, lat: 37.4337 }, + }, + { + zip_code: '23071', + usps_city: 'Hartfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1523.0, + density: 49.0, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45146, lat: 37.54293 }, + }, + { + zip_code: '23451', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 43230.0, + density: 900.9, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00587, lat: 36.86739 }, + }, + { + zip_code: '23608', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 43058.0, + density: 1553.4, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "100"}', + coty_name: ['Newport News'], + cty_code: ['51700'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54327, lat: 37.15114 }, + }, + { + zip_code: '23669', + usps_city: 'Hampton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 40996.0, + density: 1269.9, + primary_coty_code: '51650', + primary_coty_name: 'Hampton', + county_weights: '{"51650": "100"}', + coty_name: ['Hampton'], + cty_code: ['51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33944, lat: 37.04973 }, + }, + { + zip_code: '23708', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 1198.1, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30635, lat: 36.84817 }, + }, + { + zip_code: '23876', + usps_city: 'Rawlings', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 2.9, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.83771, lat: 36.95656 }, + }, + { + zip_code: '23967', + usps_city: 'Saxe', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 9.3, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "100"}', + coty_name: ['Charlotte'], + cty_code: ['51037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63345, lat: 36.91799 }, + }, + { + zip_code: '23968', + usps_city: 'Skipwith', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 7.4, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.5221, lat: 36.72523 }, + }, + { + zip_code: '24018', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38341.0, + density: 326.2, + primary_coty_code: '51161', + primary_coty_name: 'Roanoke', + county_weights: '{"51161": "89.99", "51770": "10.01", "51775": "0"}', + coty_name: ['Roanoke', 'Roanoke', 'Salem'], + cty_code: ['51161', '51770', '51775'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04236, lat: 37.21061 }, + }, + { + zip_code: '24020', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 892.0, + primary_coty_code: '51161', + primary_coty_name: 'Roanoke', + county_weights: '{"51161": "100"}', + coty_name: ['Roanoke'], + cty_code: ['51161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94416, lat: 37.35837 }, + }, + { + zip_code: '24059', + usps_city: 'Bent Mountain', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 853.0, + density: 13.9, + primary_coty_code: '51161', + primary_coty_name: 'Roanoke', + county_weights: '{"51161": "96.33", "51067": "3.67"}', + coty_name: ['Roanoke', 'Franklin'], + cty_code: ['51161', '51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13587, lat: 37.15457 }, + }, + { + zip_code: '24095', + usps_city: 'Goodview', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4332.0, + density: 66.3, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.73811, lat: 37.22324 }, + }, + { + zip_code: '24148', + usps_city: 'Ridgeway', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8475.0, + density: 45.9, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "100"}', + coty_name: ['Henry'], + cty_code: ['51089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87269, lat: 36.58168 }, + }, + { + zip_code: '24165', + usps_city: 'Spencer', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 11.2, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "64.85", "51141": "35.15"}', + coty_name: ['Henry', 'Patrick'], + cty_code: ['51089', '51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05194, lat: 36.58491 }, + }, + { + zip_code: '24185', + usps_city: 'Woolwine', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 4.7, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "100"}', + coty_name: ['Patrick'], + cty_code: ['51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.26923, lat: 36.8116 }, + }, + { + zip_code: '24244', + usps_city: 'Duffield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5881.0, + density: 13.3, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "83.31", "51105": "16.69"}', + coty_name: ['Scott', 'Lee'], + cty_code: ['51169', '51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78923, lat: 36.71568 }, + }, + { + zip_code: '24248', + usps_city: 'Ewing', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2465.0, + density: 18.2, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.51378, lat: 36.62711 }, + }, + { + zip_code: '24290', + usps_city: 'Weber City', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1968.0, + density: 153.4, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "100"}', + coty_name: ['Scott'], + cty_code: ['51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56806, lat: 36.61196 }, + }, + { + zip_code: '24326', + usps_city: 'Elk Creek', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 7.3, + primary_coty_code: '51077', + primary_coty_name: 'Grayson', + county_weights: '{"51077": "100"}', + coty_name: ['Grayson'], + cty_code: ['51077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20247, lat: 36.73007 }, + }, + { + zip_code: '24360', + usps_city: 'Max Meadows', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5802.0, + density: 26.3, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "100"}', + coty_name: ['Wythe'], + cty_code: ['51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89676, lat: 36.93372 }, + }, + { + zip_code: '24474', + usps_city: 'Selma', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 403.6, + primary_coty_code: '51005', + primary_coty_name: 'Alleghany', + county_weights: '{"51005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['51005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84541, lat: 37.8057 }, + }, + { + zip_code: '24566', + usps_city: 'Keeling', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 14.4, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.25076, lat: 36.72748 }, + }, + { + zip_code: '24733', + usps_city: 'Lashmeet', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 38.8, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20698, lat: 37.4481 }, + }, + { + zip_code: '24827', + usps_city: 'Cyclone', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1342.0, + density: 13.3, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6667, lat: 37.74225 }, + }, + { + zip_code: '24867', + usps_city: 'New Richmond', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 12.5, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44719, lat: 37.603 }, + }, + { + zip_code: '24870', + usps_city: 'Oceana', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2711.0, + density: 26.9, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54176, lat: 37.73531 }, + }, + { + zip_code: '24954', + usps_city: 'Marlinton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3927.0, + density: 5.3, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0431, lat: 38.22328 }, + }, + { + zip_code: '25049', + usps_city: 'Comfort', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 8.1, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56971, lat: 38.11633 }, + }, + { + zip_code: '25123', + usps_city: 'Leon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3333.0, + density: 10.8, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "83.59", "54079": "16.41"}', + coty_name: ['Mason', 'Putnam'], + cty_code: ['54053', '54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90386, lat: 38.73473 }, + }, + { + zip_code: '25156', + usps_city: 'Pinch', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 252.1, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3484, lat: 38.18734 }, + }, + { + zip_code: '25187', + usps_city: 'Southside', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 892.0, + density: 8.4, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02481, lat: 38.72744 }, + }, + { + zip_code: '25260', + usps_city: 'Mason', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1494.0, + density: 211.0, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02672, lat: 39.01271 }, + }, + { + zip_code: '25285', + usps_city: 'Wallback', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 17.7, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11143, lat: 38.54319 }, + }, + { + zip_code: '25444', + usps_city: 'Slanesville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 3.2, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51955, lat: 39.42006 }, + }, + { + zip_code: '25524', + usps_city: 'Harts', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2803.0, + density: 11.2, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "80.29", "54045": "19.71"}', + coty_name: ['Lincoln', 'Logan'], + cty_code: ['54043', '54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11243, lat: 38.01441 }, + }, + { + zip_code: '25534', + usps_city: 'Kiahsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 5.4, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "95.74", "54043": "4.26"}', + coty_name: ['Wayne', 'Lincoln'], + cty_code: ['54099', '54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27507, lat: 38.08514 }, + }, + { + zip_code: '25705', + usps_city: 'Huntington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21231.0, + density: 684.9, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "100"}', + coty_name: ['Cabell'], + cty_code: ['54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36193, lat: 38.40561 }, + }, + { + zip_code: '25817', + usps_city: 'Bolt', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 24.3, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40345, lat: 37.7583 }, + }, + { + zip_code: '25978', + usps_city: 'Nimitz', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 16.7, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "100"}', + coty_name: ['Summers'], + cty_code: ['54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94575, lat: 37.62197 }, + }, + { + zip_code: '26038', + usps_city: 'Glen Dale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3140.0, + density: 183.7, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72373, lat: 39.96473 }, + }, + { + zip_code: '26104', + usps_city: 'Parkersburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15808.0, + density: 164.1, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47855, lat: 39.27568 }, + }, + { + zip_code: '26148', + usps_city: 'Macfarlan', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 8.7, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18634, lat: 39.06903 }, + }, + { + zip_code: '26205', + usps_city: 'Craigsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3572.0, + density: 53.3, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65023, lat: 38.32663 }, + }, + { + zip_code: '26218', + usps_city: 'French Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2969.0, + density: 17.3, + primary_coty_code: '54097', + primary_coty_name: 'Upshur', + county_weights: '{"54097": "100"}', + coty_name: ['Upshur'], + cty_code: ['54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.26628, lat: 38.84498 }, + }, + { + zip_code: '26374', + usps_city: 'Independence', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1220.0, + density: 14.4, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "85.45", "54061": "10.04", "54091": "4.51"}', + coty_name: ['Preston', 'Monongalia', 'Taylor'], + cty_code: ['54077', '54061', '54091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87894, lat: 39.45058 }, + }, + { + zip_code: '26385', + usps_city: 'Lost Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4203.0, + density: 26.3, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35533, lat: 39.15932 }, + }, + { + zip_code: '26386', + usps_city: 'Lumberport', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2620.0, + density: 38.2, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40102, lat: 39.39209 }, + }, + { + zip_code: '26619', + usps_city: 'Exchange', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 4.7, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73754, lat: 38.77348 }, + }, + { + zip_code: '26624', + usps_city: 'Gassaway', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2729.0, + density: 14.4, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80468, lat: 38.71811 }, + }, + { + zip_code: '27231', + usps_city: 'Cedar Grove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2020.0, + density: 21.5, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "100"}', + coty_name: ['Orange'], + cty_code: ['37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16981, lat: 36.20296 }, + }, + { + zip_code: '27281', + usps_city: 'Jackson Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3433.0, + density: 25.5, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "54.45", "37123": "45.55"}', + coty_name: ['Moore', 'Montgomery'], + cty_code: ['37125', '37123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.62675, lat: 35.18609 }, + }, + { + zip_code: '27291', + usps_city: 'Leasburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1616.0, + density: 12.3, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "59.75", "37145": "40.25"}', + coty_name: ['Caswell', 'Person'], + cty_code: ['37033', '37145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16604, lat: 36.40204 }, + }, + { + zip_code: '27295', + usps_city: 'Lexington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38255.0, + density: 115.8, + primary_coty_code: '37057', + primary_coty_name: 'Davidson', + county_weights: '{"37057": "100"}', + coty_name: ['Davidson'], + cty_code: ['37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31509, lat: 35.86839 }, + }, + { + zip_code: '27377', + usps_city: 'Whitsett', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8612.0, + density: 130.3, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60259, lat: 36.03823 }, + }, + { + zip_code: '27545', + usps_city: 'Knightdale', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28676.0, + density: 381.9, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4778, lat: 35.78352 }, + }, + { + zip_code: '27559', + usps_city: 'Moncure', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2622.0, + density: 20.9, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "100"}', + coty_name: ['Chatham'], + cty_code: ['37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.10088, lat: 35.63173 }, + }, + { + zip_code: '27569', + usps_city: 'Princeton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7993.0, + density: 37.9, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "72.58", "37191": "27.42"}', + coty_name: ['Johnston', 'Wayne'], + cty_code: ['37101', '37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17608, lat: 35.42912 }, + }, + { + zip_code: '27589', + usps_city: 'Warrenton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7938.0, + density: 17.6, + primary_coty_code: '37185', + primary_coty_name: 'Warren', + county_weights: '{"37185": "97.04", "37069": "2.96"}', + coty_name: ['Warren', 'Franklin'], + cty_code: ['37185', '37069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.1291, lat: 36.33759 }, + }, + { + zip_code: '27818', + usps_city: 'Como', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1699.0, + density: 10.7, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "100"}', + coty_name: ['Hertford'], + cty_code: ['37091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01395, lat: 36.50275 }, + }, + { + zip_code: '27875', + usps_city: 'Scranton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 3.3, + primary_coty_code: '37095', + primary_coty_name: 'Hyde', + county_weights: '{"37095": "100"}', + coty_name: ['Hyde'], + cty_code: ['37095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.48668, lat: 35.45785 }, + }, + { + zip_code: '27919', + usps_city: 'Belvidere', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 6.9, + primary_coty_code: '37143', + primary_coty_name: 'Perquimans', + county_weights: '{"37143": "85.75", "37041": "14.25"}', + coty_name: ['Perquimans', 'Chowan'], + cty_code: ['37143', '37041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50347, lat: 36.31187 }, + }, + { + zip_code: '27946', + usps_city: 'Hobbsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1022.0, + density: 9.2, + primary_coty_code: '37073', + primary_coty_name: 'Gates', + county_weights: '{"37073": "85.09", "37041": "14.91"}', + coty_name: ['Gates', 'Chowan'], + cty_code: ['37073', '37041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60035, lat: 36.35849 }, + }, + { + zip_code: '27966', + usps_city: 'Powells Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 818.0, + density: 30.9, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83924, lat: 36.13401 }, + }, + { + zip_code: '27973', + usps_city: 'Shawboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1205.0, + density: 12.4, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "69.54", "37029": "30.46"}', + coty_name: ['Currituck', 'Camden'], + cty_code: ['37053', '37029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06615, lat: 36.35993 }, + }, + { + zip_code: '28017', + usps_city: 'Boiling Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 1641.0, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "100"}', + coty_name: ['Cleveland'], + cty_code: ['37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67063, lat: 35.24709 }, + }, + { + zip_code: '28105', + usps_city: 'Matthews', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 46180.0, + density: 748.7, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "98.9", "37179": "1.1"}', + coty_name: ['Mecklenburg', 'Union'], + cty_code: ['37119', '37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.71313, lat: 35.11659 }, + }, + { + zip_code: '28262', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 43209.0, + density: 769.9, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "99.99", "37025": "0.01"}', + coty_name: ['Mecklenburg', 'Cabarrus'], + cty_code: ['37119', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.74224, lat: 35.32513 }, + }, + { + zip_code: '28314', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 58827.0, + density: 985.0, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02259, lat: 35.05815 }, + }, + { + zip_code: '28358', + usps_city: 'Lumberton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38858.0, + density: 75.1, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.94113, lat: 34.60567 }, + }, + { + zip_code: '28451', + usps_city: 'Leland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35236.0, + density: 97.4, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09331, lat: 34.23768 }, + }, + { + zip_code: '28504', + usps_city: 'Kinston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21717.0, + density: 67.7, + primary_coty_code: '37107', + primary_coty_name: 'Lenoir', + county_weights: '{"37107": "99.79", "37103": "0.21"}', + coty_name: ['Lenoir', 'Jones'], + cty_code: ['37107', '37103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.63538, lat: 35.22496 }, + }, + { + zip_code: '28531', + usps_city: 'Harkers Island', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 217.1, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56116, lat: 34.70015 }, + }, + { + zip_code: '28538', + usps_city: 'Hookerton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2008.0, + density: 26.8, + primary_coty_code: '37079', + primary_coty_name: 'Greene', + county_weights: '{"37079": "88.18", "37107": "11.82"}', + coty_name: ['Greene', 'Lenoir'], + cty_code: ['37079', '37107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.56436, lat: 35.41919 }, + }, + { + zip_code: '28571', + usps_city: 'Oriental', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2474.0, + density: 18.5, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71423, lat: 35.05996 }, + }, + { + zip_code: '28745', + usps_city: 'Lake Junaluska', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 258.1, + primary_coty_code: '37087', + primary_coty_name: 'Haywood', + county_weights: '{"37087": "100"}', + coty_name: ['Haywood'], + cty_code: ['37087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.9704, lat: 35.5259 }, + }, + { + zip_code: '29161', + usps_city: 'Timmonsville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11930.0, + density: 34.2, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "81.74", "45031": "18.26"}', + coty_name: ['Florence', 'Darlington'], + cty_code: ['45041', '45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94265, lat: 34.10623 }, + }, + { + zip_code: '29170', + usps_city: 'West Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21967.0, + density: 351.2, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14546, lat: 33.93814 }, + }, + { + zip_code: '29203', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40518.0, + density: 247.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04355, lat: 34.1034 }, + }, + { + zip_code: '29353', + usps_city: 'Jonesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3986.0, + density: 16.5, + primary_coty_code: '45087', + primary_coty_name: 'Union', + county_weights: '{"45087": "100"}', + coty_name: ['Union'], + cty_code: ['45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65842, lat: 34.82895 }, + }, + { + zip_code: '29512', + usps_city: 'Bennettsville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17771.0, + density: 31.7, + primary_coty_code: '45069', + primary_coty_name: 'Marlboro', + county_weights: '{"45069": "100"}', + coty_name: ['Marlboro'], + cty_code: ['45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70984, lat: 34.62635 }, + }, + { + zip_code: '29527', + usps_city: 'Conway', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26514.0, + density: 66.1, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.14732, lat: 33.78271 }, + }, + { + zip_code: '29560', + usps_city: 'Lake City', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13487.0, + density: 32.2, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "82.07", "45089": "12.4", "45027": "5.53"}', + coty_name: ['Florence', 'Williamsburg', 'Clarendon'], + cty_code: ['45041', '45089', '45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74772, lat: 33.8343 }, + }, + { + zip_code: '29583', + usps_city: 'Pamplico', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5586.0, + density: 20.3, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "100"}', + coty_name: ['Florence'], + cty_code: ['45041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57206, lat: 33.97235 }, + }, + { + zip_code: '29645', + usps_city: 'Gray Court', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9525.0, + density: 34.4, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "100"}', + coty_name: ['Laurens'], + cty_code: ['45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12295, lat: 34.59349 }, + }, + { + zip_code: '29710', + usps_city: 'Clover', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 36944.0, + density: 125.6, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22036, lat: 35.10647 }, + }, + { + zip_code: '29726', + usps_city: 'McConnells', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1693.0, + density: 16.2, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23181, lat: 34.85776 }, + }, + { + zip_code: '29909', + usps_city: 'Okatie', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19419.0, + density: 136.3, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "99.65", "45053": "0.35"}', + coty_name: ['Beaufort', 'Jasper'], + cty_code: ['45013', '45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85373, lat: 32.341 }, + }, + { + zip_code: '30028', + usps_city: 'Cumming', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27120.0, + density: 203.9, + primary_coty_code: '13117', + primary_coty_name: 'Forsyth', + county_weights: '{"13117": "97.2", "13057": "2.8"}', + coty_name: ['Forsyth', 'Cherokee'], + cty_code: ['13117', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17949, lat: 34.28964 }, + }, + { + zip_code: '30035', + usps_city: 'Decatur', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23223.0, + density: 1048.0, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20523, lat: 33.72556 }, + }, + { + zip_code: '30054', + usps_city: 'Oxford', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12318.0, + density: 115.0, + primary_coty_code: '13217', + primary_coty_name: 'Newton', + county_weights: '{"13217": "82.49", "13297": "17.51"}', + coty_name: ['Newton', 'Walton'], + cty_code: ['13217', '13297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87454, lat: 33.67579 }, + }, + { + zip_code: '30102', + usps_city: 'Acworth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 42278.0, + density: 557.3, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "53.54", "13067": "28.59", "13015": "17.88"}', + coty_name: ['Cherokee', 'Cobb', 'Bartow'], + cty_code: ['13057', '13067', '13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64344, lat: 34.10611 }, + }, + { + zip_code: '30118', + usps_city: 'Carrollton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2096.0, + density: 2163.8, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "100"}', + coty_name: ['Carroll'], + cty_code: ['13045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.10369, lat: 33.57233 }, + }, + { + zip_code: '30216', + usps_city: 'Flovilla', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2361.0, + density: 30.4, + primary_coty_code: '13035', + primary_coty_name: 'Butts', + county_weights: '{"13035": "100"}', + coty_name: ['Butts'], + cty_code: ['13035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88471, lat: 33.23701 }, + }, + { + zip_code: '30252', + usps_city: 'Mcdonough', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 48203.0, + density: 203.9, + primary_coty_code: '13151', + primary_coty_name: 'Henry', + county_weights: '{"13151": "99.28", "13247": "0.72"}', + coty_name: ['Henry', 'Rockdale'], + cty_code: ['13151', '13247'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06239, lat: 33.46968 }, + }, + { + zip_code: '30269', + usps_city: 'Peachtree City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36489.0, + density: 561.7, + primary_coty_code: '13113', + primary_coty_name: 'Fayette', + county_weights: '{"13113": "100"}', + coty_name: ['Fayette'], + cty_code: ['13113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57082, lat: 33.39449 }, + }, + { + zip_code: '30316', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 33670.0, + density: 1038.5, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "76.16", "13121": "23.84"}', + coty_name: ['DeKalb', 'Fulton'], + cty_code: ['13089', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33252, lat: 33.71362 }, + }, + { + zip_code: '30319', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43011.0, + density: 1599.7, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "84.21", "13121": "15.79"}', + coty_name: ['DeKalb', 'Fulton'], + cty_code: ['13089', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33619, lat: 33.87895 }, + }, + { + zip_code: '30507', + usps_city: 'Gainesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 30499.0, + density: 165.7, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "100"}', + coty_name: ['Hall'], + cty_code: ['13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76698, lat: 34.26055 }, + }, + { + zip_code: '30520', + usps_city: 'Canon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5774.0, + density: 39.0, + primary_coty_code: '13119', + primary_coty_name: 'Franklin', + county_weights: '{"13119": "54.43", "13147": "45.57"}', + coty_name: ['Franklin', 'Hart'], + cty_code: ['13119', '13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.08673, lat: 34.337 }, + }, + { + zip_code: '30625', + usps_city: 'Buckhead', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2327.0, + density: 19.8, + primary_coty_code: '13211', + primary_coty_name: 'Morgan', + county_weights: '{"13211": "80.31", "13237": "19.69"}', + coty_name: ['Morgan', 'Putnam'], + cty_code: ['13211', '13237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33776, lat: 33.51949 }, + }, + { + zip_code: '30635', + usps_city: 'Elberton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14996.0, + density: 20.4, + primary_coty_code: '13105', + primary_coty_name: 'Elbert', + county_weights: '{"13105": "99.64", "13147": "0.36"}', + coty_name: ['Elbert', 'Hart'], + cty_code: ['13105', '13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80444, lat: 34.10316 }, + }, + { + zip_code: '30683', + usps_city: 'Winterville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6866.0, + density: 67.8, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "55.22", "13221": "44.78"}', + coty_name: ['Clarke', 'Oglethorpe'], + cty_code: ['13059', '13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2573, lat: 33.94463 }, + }, + { + zip_code: '30805', + usps_city: 'Blythe', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2408.0, + density: 26.3, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "70.81", "13033": "29.19"}', + coty_name: ['Richmond', 'Burke'], + cty_code: ['13245', '13033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18508, lat: 33.2768 }, + }, + { + zip_code: '30807', + usps_city: 'Camak', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 51.9, + primary_coty_code: '13301', + primary_coty_name: 'Warren', + county_weights: '{"13301": "100"}', + coty_name: ['Warren'], + cty_code: ['13301'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64821, lat: 33.45671 }, + }, + { + zip_code: '30903', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 791.0, + density: 1798.2, + primary_coty_code: '13073', + primary_coty_name: 'Columbia', + county_weights: '{"13073": "100"}', + coty_name: ['Columbia'], + cty_code: ['13073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16265, lat: 33.49014 }, + }, + { + zip_code: '30907', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 52252.0, + density: 840.8, + primary_coty_code: '13073', + primary_coty_name: 'Columbia', + county_weights: '{"13073": "81.46", "13245": "18.54"}', + coty_name: ['Columbia', 'Richmond'], + cty_code: ['13073', '13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08527, lat: 33.52294 }, + }, + { + zip_code: '31017', + usps_city: 'Danville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1984.0, + density: 8.2, + primary_coty_code: '13289', + primary_coty_name: 'Twiggs', + county_weights: '{"13289": "53", "13319": "27.51", "13023": "19.5"}', + coty_name: ['Twiggs', 'Wilkinson', 'Bleckley'], + cty_code: ['13289', '13319', '13023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.23188, lat: 32.61857 }, + }, + { + zip_code: '31057', + usps_city: 'Marshallville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2006.0, + density: 8.9, + primary_coty_code: '13193', + primary_coty_name: 'Macon', + county_weights: '{"13193": "100"}', + coty_name: ['Macon'], + cty_code: ['13193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93537, lat: 32.43286 }, + }, + { + zip_code: '31075', + usps_city: 'Rentz', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2978.0, + density: 21.1, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "100"}', + coty_name: ['Laurens'], + cty_code: ['13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95552, lat: 32.35102 }, + }, + { + zip_code: '31220', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14859.0, + density: 120.8, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "91.97", "13207": "8.03"}', + coty_name: ['Bibb', 'Monroe'], + cty_code: ['13021', '13207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.82199, lat: 32.8778 }, + }, + { + zip_code: '31550', + usps_city: 'Manor', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 6.0, + primary_coty_code: '13299', + primary_coty_name: 'Ware', + county_weights: '{"13299": "100"}', + coty_name: ['Ware'], + cty_code: ['13299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.59149, lat: 31.14713 }, + }, + { + zip_code: '31551', + usps_city: 'Mershon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 4.6, + primary_coty_code: '13229', + primary_coty_name: 'Pierce', + county_weights: '{"13229": "53.04", "13005": "46.96"}', + coty_name: ['Pierce', 'Bacon'], + cty_code: ['13229', '13005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2759, lat: 31.49349 }, + }, + { + zip_code: '31716', + usps_city: 'Baconton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3079.0, + density: 14.7, + primary_coty_code: '13205', + primary_coty_name: 'Mitchell', + county_weights: '{"13205": "100"}', + coty_name: ['Mitchell'], + cty_code: ['13205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11836, lat: 31.36467 }, + }, + { + zip_code: '31764', + usps_city: 'Leslie', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1456.0, + density: 7.1, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "95.14", "13177": "4.86"}', + coty_name: ['Sumter', 'Lee'], + cty_code: ['13261', '13177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08293, lat: 31.97813 }, + }, + { + zip_code: '31795', + usps_city: 'Ty Ty', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1819.0, + density: 14.2, + primary_coty_code: '13277', + primary_coty_name: 'Tift', + county_weights: '{"13277": "67.11", "13321": "32.89"}', + coty_name: ['Tift', 'Worth'], + cty_code: ['13277', '13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67902, lat: 31.473 }, + }, + { + zip_code: '32083', + usps_city: 'Raiford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4115.0, + density: 39.6, + primary_coty_code: '12125', + primary_coty_name: 'Union', + county_weights: '{"12125": "71.39", "12007": "28.61"}', + coty_name: ['Union', 'Bradford'], + cty_code: ['12125', '12007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23423, lat: 30.09216 }, + }, + { + zip_code: '32131', + usps_city: 'East Palatka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4365.0, + density: 50.1, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57014, lat: 29.6814 }, + }, + { + zip_code: '32174', + usps_city: 'Ormond Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51165.0, + density: 159.8, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "96.32", "12035": "3.68"}', + coty_name: ['Volusia', 'Flagler'], + cty_code: ['12127', '12035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.16355, lat: 29.28542 }, + }, + { + zip_code: '32202', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6523.0, + density: 1268.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64802, lat: 30.32503 }, + }, + { + zip_code: '32233', + usps_city: 'Atlantic Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24979.0, + density: 945.1, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42111, lat: 30.35851 }, + }, + { + zip_code: '32266', + usps_city: 'Neptune Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7101.0, + density: 1173.1, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41177, lat: 30.31645 }, + }, + { + zip_code: '32317', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14876.0, + density: 150.1, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1128, lat: 30.46508 }, + }, + { + zip_code: '32504', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22562.0, + density: 814.2, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.19099, lat: 30.48459 }, + }, + { + zip_code: '32609', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20105.0, + density: 69.1, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28314, lat: 29.77082 }, + }, + { + zip_code: '32612', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7164.0, + density: 3388.0, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35331, lat: 29.64478 }, + }, + { + zip_code: '32746', + usps_city: 'Lake Mary', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45244.0, + density: 794.9, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35457, lat: 28.76398 }, + }, + { + zip_code: '32757', + usps_city: 'Mount Dora', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27990.0, + density: 297.0, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "81.22", "12095": "18.78"}', + coty_name: ['Lake', 'Orange'], + cty_code: ['12069', '12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63818, lat: 28.77345 }, + }, + { + zip_code: '32825', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 61289.0, + density: 823.3, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22804, lat: 28.51539 }, + }, + { + zip_code: '32831', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3228.0, + density: 126.7, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14825, lat: 28.47305 }, + }, + { + zip_code: '32963', + usps_city: 'Vero Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15027.0, + density: 334.1, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39621, lat: 27.71958 }, + }, + { + zip_code: '33070', + usps_city: 'Tavernier', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5132.0, + density: 453.9, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5239, lat: 25.01004 }, + }, + { + zip_code: '33076', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39091.0, + density: 1422.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27528, lat: 26.31682 }, + }, + { + zip_code: '33129', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13750.0, + density: 3930.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20028, lat: 25.75283 }, + }, + { + zip_code: '33156', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33514.0, + density: 952.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29732, lat: 25.66828 }, + }, + { + zip_code: '33405', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20633.0, + density: 1778.6, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05821, lat: 26.66772 }, + }, + { + zip_code: '33408', + usps_city: 'North Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18207.0, + density: 1032.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05673, lat: 26.84116 }, + }, + { + zip_code: '33432', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20487.0, + density: 1716.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08375, lat: 26.34574 }, + }, + { + zip_code: '33438', + usps_city: 'Canal Point', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 6.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "93.25", "12085": "6.75"}', + coty_name: ['Palm Beach', 'Martin'], + cty_code: ['12099', '12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59593, lat: 26.9318 }, + }, + { + zip_code: '33549', + usps_city: 'Lutz', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17998.0, + density: 591.3, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "76.39", "12101": "23.61"}', + coty_name: ['Hillsborough', 'Pasco'], + cty_code: ['12057', '12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.44643, lat: 28.14056 }, + }, + { + zip_code: '33602', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15586.0, + density: 2361.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45686, lat: 27.9536 }, + }, + { + zip_code: '33716', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18242.0, + density: 962.2, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65137, lat: 27.87642 }, + }, + { + zip_code: '33801', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34370.0, + density: 694.8, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89624, lat: 28.04082 }, + }, + { + zip_code: '34229', + usps_city: 'Osprey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7674.0, + density: 493.4, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48302, lat: 27.19091 }, + }, + { + zip_code: '34236', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13217.0, + density: 1446.9, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5572, lat: 27.32626 }, + }, + { + zip_code: '34251', + usps_city: 'Myakka City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7115.0, + density: 9.4, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "98.65", "12115": "1.35"}', + coty_name: ['Manatee', 'Sarasota'], + cty_code: ['12081', '12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17041, lat: 27.37608 }, + }, + { + zip_code: '34607', + usps_city: 'Spring Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8403.0, + density: 126.3, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63722, lat: 28.49952 }, + }, + { + zip_code: '34684', + usps_city: 'Palm Harbor', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29088.0, + density: 1713.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72772, lat: 28.08125 }, + }, + { + zip_code: '34695', + usps_city: 'Safety Harbor', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18382.0, + density: 1339.3, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.69631, lat: 28.00819 }, + }, + { + zip_code: '34711', + usps_city: 'Clermont', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 61594.0, + density: 566.7, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75669, lat: 28.52611 }, + }, + { + zip_code: '34788', + usps_city: 'Leesburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18193.0, + density: 192.0, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79827, lat: 28.8871 }, + }, + { + zip_code: '34946', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6079.0, + density: 160.5, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36091, lat: 27.50412 }, + }, + { + zip_code: '35078', + usps_city: 'Harpersville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1927.0, + density: 17.1, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.44235, lat: 33.32336 }, + }, + { + zip_code: '35188', + usps_city: 'Woodstock', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3014.0, + density: 50.7, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "91.79", "01125": "8.21"}', + coty_name: ['Bibb', 'Tuscaloosa'], + cty_code: ['01007', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.17022, lat: 33.1821 }, + }, + { + zip_code: '35208', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13719.0, + density: 1501.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87931, lat: 33.49688 }, + }, + { + zip_code: '35442', + usps_city: 'Aliceville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6730.0, + density: 11.0, + primary_coty_code: '1107', + primary_coty_name: 'Pickens', + county_weights: '{"01107": "95.43", "01119": "3.78", "01063": "0.78"}', + coty_name: ['Pickens', 'Sumter', 'Greene'], + cty_code: ['01107', '01119', '01063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19358, lat: 33.0737 }, + }, + { + zip_code: '35543', + usps_city: 'Bear Creek', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 10.7, + primary_coty_code: '1093', + primary_coty_name: 'Marion', + county_weights: '{"01093": "100"}', + coty_name: ['Marion'], + cty_code: ['1093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75005, lat: 34.2242 }, + }, + { + zip_code: '35549', + usps_city: 'Carbon Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3712.0, + density: 12.4, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "92.35", "01057": "7.65"}', + coty_name: ['Walker', 'Fayette'], + cty_code: ['01127', '01057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.54728, lat: 33.83641 }, + }, + { + zip_code: '35615', + usps_city: 'Belle Mina', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 33.1, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87415, lat: 34.66399 }, + }, + { + zip_code: '35618', + usps_city: 'Courtland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1796.0, + density: 15.1, + primary_coty_code: '1079', + primary_coty_name: 'Lawrence', + county_weights: '{"01079": "100"}', + coty_name: ['Lawrence'], + cty_code: ['1079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30612, lat: 34.64788 }, + }, + { + zip_code: '35649', + usps_city: 'Mooresville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 14.6, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87099, lat: 34.61705 }, + }, + { + zip_code: '36470', + usps_city: 'Perdue Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 0.6, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "100"}', + coty_name: ['Monroe'], + cty_code: ['1099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55087, lat: 31.53803 }, + }, + { + zip_code: '36529', + usps_city: 'Deer Park', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 1.3, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26572, lat: 31.27779 }, + }, + { + zip_code: '36532', + usps_city: 'Fairhope', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 35066.0, + density: 183.7, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86183, lat: 30.48266 }, + }, + { + zip_code: '36559', + usps_city: 'Montrose', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 230.1, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.904, lat: 30.56858 }, + }, + { + zip_code: '36579', + usps_city: 'Stockton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1214.0, + density: 3.6, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79842, lat: 31.10661 }, + }, + { + zip_code: '36605', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 27372.0, + density: 579.1, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08977, lat: 30.60791 }, + }, + { + zip_code: '36922', + usps_city: 'Ward', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 2.2, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "73.78", "01119": "26.22"}', + coty_name: ['Choctaw', 'Sumter'], + cty_code: ['01023', '01119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14721, lat: 32.30378 }, + }, + { + zip_code: '37035', + usps_city: 'Chapmansboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3214.0, + density: 41.2, + primary_coty_code: '47021', + primary_coty_name: 'Cheatham', + county_weights: '{"47021": "100"}', + coty_name: ['Cheatham'], + cty_code: ['47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.12718, lat: 36.38335 }, + }, + { + zip_code: '37075', + usps_city: 'Hendersonville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 65986.0, + density: 429.0, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "100"}', + coty_name: ['Sumner'], + cty_code: ['47165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.60658, lat: 36.33995 }, + }, + { + zip_code: '37128', + usps_city: 'Murfreesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 54317.0, + density: 388.9, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.47277, lat: 35.79915 }, + }, + { + zip_code: '37153', + usps_city: 'Rockvale', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6426.0, + density: 43.0, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "95.53", "47003": "4.47"}', + coty_name: ['Rutherford', 'Bedford'], + cty_code: ['47149', '47003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.55397, lat: 35.76385 }, + }, + { + zip_code: '37321', + usps_city: 'Dayton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 19464.0, + density: 66.5, + primary_coty_code: '47143', + primary_coty_name: 'Rhea', + county_weights: '{"47143": "99.08", "47007": "0.92"}', + coty_name: ['Rhea', 'Bledsoe'], + cty_code: ['47143', '47007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.00767, lat: 35.50222 }, + }, + { + zip_code: '37322', + usps_city: 'Decatur', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8608.0, + density: 25.1, + primary_coty_code: '47121', + primary_coty_name: 'Meigs', + county_weights: '{"47121": "92.57", "47107": "7.43"}', + coty_name: ['Meigs', 'McMinn'], + cty_code: ['47121', '47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.81601, lat: 35.49567 }, + }, + { + zip_code: '37365', + usps_city: 'Palmer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1227.0, + density: 10.5, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "99.62", "47153": "0.38"}', + coty_name: ['Grundy', 'Sequatchie'], + cty_code: ['47061', '47153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.56122, lat: 35.38231 }, + }, + { + zip_code: '37411', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 16987.0, + density: 756.4, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.22618, lat: 35.02876 }, + }, + { + zip_code: '37657', + usps_city: 'Flag Pond', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 9.5, + primary_coty_code: '47171', + primary_coty_name: 'Unicoi', + county_weights: '{"47171": "100"}', + coty_name: ['Unicoi'], + cty_code: ['47171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56019, lat: 36.01758 }, + }, + { + zip_code: '37730', + usps_city: 'Eagan', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "100"}', + coty_name: ['Claiborne'], + cty_code: ['47025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97553, lat: 36.54748 }, + }, + { + zip_code: '37854', + usps_city: 'Rockwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12564.0, + density: 35.3, + primary_coty_code: '47145', + primary_coty_name: 'Roane', + county_weights: '{"47145": "80.24", "47035": "14.45", "47129": "5.31"}', + coty_name: ['Roane', 'Cumberland', 'Morgan'], + cty_code: ['47145', '47035', '47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.71717, lat: 35.87866 }, + }, + { + zip_code: '37892', + usps_city: 'Winfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1966.0, + density: 10.1, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "100"}', + coty_name: ['Scott'], + cty_code: ['47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3717, lat: 36.55319 }, + }, + { + zip_code: '38016', + usps_city: 'Cordova', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 48325.0, + density: 979.7, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75885, lat: 35.17981 }, + }, + { + zip_code: '38233', + usps_city: 'Kenton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2560.0, + density: 10.4, + primary_coty_code: '47053', + primary_coty_name: 'Gibson', + county_weights: '{"47053": "54.1", "47131": "45.9"}', + coty_name: ['Gibson', 'Obion'], + cty_code: ['47053', '47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04853, lat: 36.20283 }, + }, + { + zip_code: '38241', + usps_city: 'Palmersville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 5.9, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.58489, lat: 36.42572 }, + }, + { + zip_code: '38255', + usps_city: 'Sharon', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2324.0, + density: 19.1, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86379, lat: 36.23861 }, + }, + { + zip_code: '38380', + usps_city: 'Sugar Tree', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 5.0, + primary_coty_code: '47039', + primary_coty_name: 'Decatur', + county_weights: '{"47039": "85.19", "47005": "14.81"}', + coty_name: ['Decatur', 'Benton'], + cty_code: ['47039', '47005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03258, lat: 35.79601 }, + }, + { + zip_code: '38388', + usps_city: 'Wildersville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2111.0, + density: 10.9, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "100"}', + coty_name: ['Henderson'], + cty_code: ['47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32129, lat: 35.7813 }, + }, + { + zip_code: '38390', + usps_city: 'Yuma', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1016.0, + density: 14.6, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "87.1", "47077": "12.9"}', + coty_name: ['Carroll', 'Henderson'], + cty_code: ['47017', '47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37231, lat: 35.84051 }, + }, + { + zip_code: '38588', + usps_city: 'Whitleyville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 2.7, + primary_coty_code: '47087', + primary_coty_name: 'Jackson', + county_weights: '{"47087": "82.29", "47027": "17.71"}', + coty_name: ['Jackson', 'Clay'], + cty_code: ['47087', '47027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.72126, lat: 36.45833 }, + }, + { + zip_code: '38664', + usps_city: 'Robinsonville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3342.0, + density: 14.0, + primary_coty_code: '28143', + primary_coty_name: 'Tunica', + county_weights: '{"28143": "100"}', + coty_name: ['Tunica'], + cty_code: ['28143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32723, lat: 34.80958 }, + }, + { + zip_code: '38943', + usps_city: 'McCarley', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 4.4, + primary_coty_code: '28015', + primary_coty_name: 'Carroll', + county_weights: '{"28015": "100"}', + coty_name: ['Carroll'], + cty_code: ['28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84366, lat: 33.53888 }, + }, + { + zip_code: '38949', + usps_city: 'Paris', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 8.0, + primary_coty_code: '28071', + primary_coty_name: 'Lafayette', + county_weights: '{"28071": "100"}', + coty_name: ['Lafayette'], + cty_code: ['28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.42174, lat: 34.19267 }, + }, + { + zip_code: '39083', + usps_city: 'Hazlehurst', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9703.0, + density: 11.4, + primary_coty_code: '28029', + primary_coty_name: 'Copiah', + county_weights: '{"28029": "100"}', + coty_name: ['Copiah'], + cty_code: ['28029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47006, lat: 31.83791 }, + }, + { + zip_code: '39153', + usps_city: 'Raleigh', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3044.0, + density: 7.6, + primary_coty_code: '28129', + primary_coty_name: 'Smith', + county_weights: '{"28129": "100"}', + coty_name: ['Smith'], + cty_code: ['28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.49863, lat: 32.05162 }, + }, + { + zip_code: '39170', + usps_city: 'Terry', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10188.0, + density: 39.6, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "99.48", "28029": "0.52"}', + coty_name: ['Hinds', 'Copiah'], + cty_code: ['28049', '28029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33719, lat: 32.11369 }, + }, + { + zip_code: '39402', + usps_city: 'Hattiesburg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 40860.0, + density: 179.5, + primary_coty_code: '28073', + primary_coty_name: 'Lamar', + county_weights: '{"28073": "74.76", "28035": "25.13", "28031": "0.11"}', + coty_name: ['Lamar', 'Forrest', 'Covington'], + cty_code: ['28073', '28035', '28031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41259, lat: 31.3337 }, + }, + { + zip_code: '39461', + usps_city: 'Neely', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 5.3, + primary_coty_code: '28041', + primary_coty_name: 'Greene', + county_weights: '{"28041": "100"}', + coty_name: ['Greene'], + cty_code: ['28041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73818, lat: 31.1828 }, + }, + { + zip_code: '39520', + usps_city: 'Bay Saint Louis', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 17972.0, + density: 74.8, + primary_coty_code: '28045', + primary_coty_name: 'Hancock', + county_weights: '{"28045": "100"}', + coty_name: ['Hancock'], + cty_code: ['28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47043, lat: 30.26641 }, + }, + { + zip_code: '39652', + usps_city: 'Magnolia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8395.0, + density: 18.3, + primary_coty_code: '28113', + primary_coty_name: 'Pike', + county_weights: '{"28113": "86.59", "28005": "13.41"}', + coty_name: ['Pike', 'Amite'], + cty_code: ['28113', '28005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47403, lat: 31.11253 }, + }, + { + zip_code: '39752', + usps_city: 'Mathiston', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2893.0, + density: 16.2, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: '{"28155": "58.71", "28019": "41.29"}', + coty_name: ['Webster', 'Choctaw'], + cty_code: ['28155', '28019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15446, lat: 33.51957 }, + }, + { + zip_code: '40077', + usps_city: 'Westport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 18.3, + primary_coty_code: '21185', + primary_coty_name: 'Oldham', + county_weights: '{"21185": "100"}', + coty_name: ['Oldham'], + cty_code: ['21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.44552, lat: 38.49728 }, + }, + { + zip_code: '40078', + usps_city: 'Willisburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2454.0, + density: 16.2, + primary_coty_code: '21229', + primary_coty_name: 'Washington', + county_weights: '{"21229": "100"}', + coty_name: ['Washington'], + cty_code: ['21229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.15168, lat: 37.84271 }, + }, + { + zip_code: '40140', + usps_city: 'Garfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 677.0, + density: 10.9, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.30095, lat: 37.72467 }, + }, + { + zip_code: '40213', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16296.0, + density: 499.5, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.71941, lat: 38.17579 }, + }, + { + zip_code: '40359', + usps_city: 'Owenton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6504.0, + density: 11.0, + primary_coty_code: '21187', + primary_coty_name: 'Owen', + county_weights: '{"21187": "100"}', + coty_name: ['Owen'], + cty_code: ['21187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.81944, lat: 38.48924 }, + }, + { + zip_code: '40374', + usps_city: 'Sharpsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1622.0, + density: 9.9, + primary_coty_code: '21011', + primary_coty_name: 'Bath', + county_weights: '{"21011": "97.24", "21181": "2.35", "21017": "0.41"}', + coty_name: ['Bath', 'Nicholas', 'Bourbon'], + cty_code: ['21011', '21181', '21017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89962, lat: 38.21279 }, + }, + { + zip_code: '40448', + usps_city: 'McKinney', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 40.5, + primary_coty_code: '21137', + primary_coty_name: 'Lincoln', + county_weights: '{"21137": "100"}', + coty_name: ['Lincoln'], + cty_code: ['21137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.75371, lat: 37.46165 }, + }, + { + zip_code: '40461', + usps_city: 'Paint Lick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3800.0, + density: 28.8, + primary_coty_code: '21151', + primary_coty_name: 'Madison', + county_weights: '{"21151": "60.33", "21079": "39.67"}', + coty_name: ['Madison', 'Garrard'], + cty_code: ['21151', '21079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40713, lat: 37.59316 }, + }, + { + zip_code: '40511', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 33909.0, + density: 147.8, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "98.69", "21209": "1.08", "21017": "0.24"}', + coty_name: ['Fayette', 'Scott', 'Bourbon'], + cty_code: ['21067', '21209', '21017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47807, lat: 38.13368 }, + }, + { + zip_code: '40816', + usps_city: 'Chappell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 0.1, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29736, lat: 37.00448 }, + }, + { + zip_code: '40828', + usps_city: 'Evarts', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3988.0, + density: 32.5, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14268, lat: 36.8727 }, + }, + { + zip_code: '40958', + usps_city: 'Kettle Island', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 9.3, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59812, lat: 36.80526 }, + }, + { + zip_code: '41051', + usps_city: 'Independence', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 30694.0, + density: 407.2, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54499, lat: 38.93399 }, + }, + { + zip_code: '41063', + usps_city: 'Morning View', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3033.0, + density: 32.4, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4977, lat: 38.84793 }, + }, + { + zip_code: '41101', + usps_city: 'Ashland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 18929.0, + density: 757.8, + primary_coty_code: '21019', + primary_coty_name: 'Boyd', + county_weights: '{"21019": "91.8", "21089": "8.2"}', + coty_name: ['Boyd', 'Greenup'], + cty_code: ['21019', '21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64601, lat: 38.47222 }, + }, + { + zip_code: '41214', + usps_city: 'Debord', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 8.5, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60877, lat: 37.80576 }, + }, + { + zip_code: '41538', + usps_city: 'Jonancy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 221.9, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.59555, lat: 37.31164 }, + }, + { + zip_code: '41659', + usps_city: 'Stanville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 52.4, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62706, lat: 37.57414 }, + }, + { + zip_code: '41719', + usps_city: 'Bonnyman', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 39.9, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.25431, lat: 37.29835 }, + }, + { + zip_code: '41815', + usps_city: 'Ermine', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1094.0, + density: 65.8, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7974, lat: 37.16152 }, + }, + { + zip_code: '41817', + usps_city: 'Garner', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 26.0, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92418, lat: 37.35765 }, + }, + { + zip_code: '41824', + usps_city: 'Isom', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 48.8, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87711, lat: 37.20145 }, + }, + { + zip_code: '41855', + usps_city: 'Thornton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 33.6, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78512, lat: 37.19069 }, + }, + { + zip_code: '42079', + usps_city: 'Sedalia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1570.0, + density: 11.6, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "100"}', + coty_name: ['Graves'], + cty_code: ['21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57879, lat: 36.56266 }, + }, + { + zip_code: '42280', + usps_city: 'Sharon Grove', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 9.1, + primary_coty_code: '21219', + primary_coty_name: 'Todd', + county_weights: '{"21219": "100"}', + coty_name: ['Todd'], + cty_code: ['21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.09913, lat: 36.95376 }, + }, + { + zip_code: '42338', + usps_city: 'Dundee', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 1.6, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "100"}', + coty_name: ['Ohio'], + cty_code: ['21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.79122, lat: 37.54589 }, + }, + { + zip_code: '42345', + usps_city: 'Greenville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11246.0, + density: 28.4, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "99.94", "21219": "0.06"}', + coty_name: ['Muhlenberg', 'Todd'], + cty_code: ['21177', '21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.18463, lat: 37.14413 }, + }, + { + zip_code: '42404', + usps_city: 'Clay', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2399.0, + density: 10.5, + primary_coty_code: '21233', + primary_coty_name: 'Webster', + county_weights: '{"21233": "96.89", "21225": "3.11"}', + coty_name: ['Webster', 'Union'], + cty_code: ['21233', '21225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83306, lat: 37.47709 }, + }, + { + zip_code: '42553', + usps_city: 'Science Hill', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5637.0, + density: 35.0, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "100"}', + coty_name: ['Pulaski'], + cty_code: ['21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.697, lat: 37.17121 }, + }, + { + zip_code: '42740', + usps_city: 'Glendale', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2069.0, + density: 25.2, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.94053, lat: 37.59209 }, + }, + { + zip_code: '42754', + usps_city: 'Leitchfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16225.0, + density: 33.3, + primary_coty_code: '21085', + primary_coty_name: 'Grayson', + county_weights: '{"21085": "93.16", "21027": "6.16", "21061": "0.68"}', + coty_name: ['Grayson', 'Breckinridge', 'Edmonson'], + cty_code: ['21085', '21027', '21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.31461, lat: 37.47598 }, + }, + { + zip_code: '43219', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31078.0, + density: 713.1, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92123, lat: 40.0065 }, + }, + { + zip_code: '43338', + usps_city: 'Mount Gilead', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9938.0, + density: 39.9, + primary_coty_code: '39117', + primary_coty_name: 'Morrow', + county_weights: '{"39117": "100"}', + coty_name: ['Morrow'], + cty_code: ['39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75947, lat: 40.56049 }, + }, + { + zip_code: '43430', + usps_city: 'Genoa', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4246.0, + density: 64.6, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "95.55", "39173": "2.95", "39143": "1.51"}', + coty_name: ['Ottawa', 'Wood', 'Sandusky'], + cty_code: ['39123', '39173', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3701, lat: 41.52466 }, + }, + { + zip_code: '43439', + usps_city: 'Lacarne', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 383.9, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04128, lat: 41.51768 }, + }, + { + zip_code: '43458', + usps_city: 'Rocky Ridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 149.6, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21258, lat: 41.53105 }, + }, + { + zip_code: '43571', + usps_city: 'Whitehouse', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7312.0, + density: 132.0, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81977, lat: 41.51583 }, + }, + { + zip_code: '43754', + usps_city: 'Lewisville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 7.0, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23765, lat: 39.75808 }, + }, + { + zip_code: '43778', + usps_city: 'Salesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1269.0, + density: 10.8, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "95.41", "39121": "4.59"}', + coty_name: ['Guernsey', 'Noble'], + cty_code: ['39059', '39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37625, lat: 40.00716 }, + }, + { + zip_code: '43927', + usps_city: 'Fairpoint', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 336.0, + density: 316.5, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93644, lat: 40.11881 }, + }, + { + zip_code: '43983', + usps_city: 'Piedmont', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 8.3, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "55.91", "39067": "25.68", "39059": "18.41"}', + coty_name: ['Belmont', 'Harrison', 'Guernsey'], + cty_code: ['39013', '39067', '39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20541, lat: 40.14151 }, + }, + { + zip_code: '44120', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 34902.0, + density: 2535.7, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57931, lat: 41.47357 }, + }, + { + zip_code: '44285', + usps_city: 'Wayland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 97.6, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07151, lat: 41.15976 }, + }, + { + zip_code: '44303', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7899.0, + density: 1321.2, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53685, lat: 41.10467 }, + }, + { + zip_code: '44429', + usps_city: 'Lake Milton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2629.0, + density: 156.2, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "97.52", "39133": "2.48"}', + coty_name: ['Mahoning', 'Portage'], + cty_code: ['39099', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98165, lat: 41.09715 }, + }, + { + zip_code: '44842', + usps_city: 'Loudonville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5343.0, + density: 28.5, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "88.61", "39075": "11.39"}', + coty_name: ['Ashland', 'Holmes'], + cty_code: ['39005', '39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22496, lat: 40.65147 }, + }, + { + zip_code: '44889', + usps_city: 'Wakeman', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7149.0, + density: 34.9, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "63.99", "39043": "25.56", "39093": "10.46"}', + coty_name: ['Huron', 'Erie', 'Lorain'], + cty_code: ['39077', '39043', '39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.38327, lat: 41.24556 }, + }, + { + zip_code: '45002', + usps_city: 'Cleves', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13705.0, + density: 208.9, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73405, lat: 39.19836 }, + }, + { + zip_code: '45160', + usps_city: 'Owensville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 881.1, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13673, lat: 39.123 }, + }, + { + zip_code: '45176', + usps_city: 'Williamsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9521.0, + density: 69.8, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "64.96", "39015": "35.04"}', + coty_name: ['Clermont', 'Brown'], + cty_code: ['39025', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02315, lat: 39.08341 }, + }, + { + zip_code: '45246', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14467.0, + density: 548.1, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "93.31", "39017": "6.69"}', + coty_name: ['Hamilton', 'Butler'], + cty_code: ['39061', '39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46692, lat: 39.28963 }, + }, + { + zip_code: '45312', + usps_city: 'Casstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 15.8, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "99.23", "39021": "0.77"}', + coty_name: ['Miami', 'Champaign'], + cty_code: ['39109', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08027, lat: 40.06026 }, + }, + { + zip_code: '45504', + usps_city: 'Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17810.0, + density: 295.7, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.86602, lat: 39.94925 }, + }, + { + zip_code: '45619', + usps_city: 'Chesapeake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7627.0, + density: 84.0, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "100"}', + coty_name: ['Lawrence'], + cty_code: ['39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45037, lat: 38.47362 }, + }, + { + zip_code: '45638', + usps_city: 'Ironton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21710.0, + density: 108.1, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "96.58", "39145": "3.42"}', + coty_name: ['Lawrence', 'Scioto'], + cty_code: ['39087', '39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67799, lat: 38.56184 }, + }, + { + zip_code: '45685', + usps_city: 'Thurman', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1419.0, + density: 18.1, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "69.14", "39079": "30.86"}', + coty_name: ['Gallia', 'Jackson'], + cty_code: ['39053', '39079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.44968, lat: 38.93037 }, + }, + { + zip_code: '45810', + usps_city: 'Ada', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8006.0, + density: 49.4, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "94.8", "39063": "2.62", "39003": "2.58"}', + coty_name: ['Hardin', 'Hancock', 'Allen'], + cty_code: ['39065', '39063', '39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81205, lat: 40.77679 }, + }, + { + zip_code: '45867', + usps_city: 'Mount Blanchard', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 968.0, + density: 14.6, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "98.15", "39175": "1.85"}', + coty_name: ['Hancock', 'Wyandot'], + cty_code: ['39063', '39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53695, lat: 40.89834 }, + }, + { + zip_code: '45885', + usps_city: 'Saint Marys', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12594.0, + density: 68.6, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "99.69", "39107": "0.31"}', + coty_name: ['Auglaize', 'Mercer'], + cty_code: ['39011', '39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38858, lat: 40.57147 }, + }, + { + zip_code: '46033', + usps_city: 'Carmel', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 38942.0, + density: 876.2, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.08543, lat: 39.97888 }, + }, + { + zip_code: '46038', + usps_city: 'Fishers', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43381.0, + density: 1060.1, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0168, lat: 39.96739 }, + }, + { + zip_code: '46047', + usps_city: 'Hobbs', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 1631.2, + primary_coty_code: '18159', + primary_coty_name: 'Tipton', + county_weights: '{"18159": "100"}', + coty_name: ['Tipton'], + cty_code: ['18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.94735, lat: 40.28413 }, + }, + { + zip_code: '46076', + usps_city: 'Windfall', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1440.0, + density: 12.5, + primary_coty_code: '18159', + primary_coty_name: 'Tipton', + county_weights: '{"18159": "95.11", "18067": "4.89"}', + coty_name: ['Tipton', 'Howard'], + cty_code: ['18159', '18067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.93408, lat: 40.36264 }, + }, + { + zip_code: '46077', + usps_city: 'Zionsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 29296.0, + density: 259.4, + primary_coty_code: '18011', + primary_coty_name: 'Boone', + county_weights: '{"18011": "94.95", "18057": "4.28", "18097": "0.78"}', + coty_name: ['Boone', 'Hamilton', 'Marion'], + cty_code: ['18011', '18057', '18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.28387, lat: 39.98434 }, + }, + { + zip_code: '46103', + usps_city: 'Amo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 1653.9, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.61333, lat: 39.68837 }, + }, + { + zip_code: '46163', + usps_city: 'New Palestine', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13088.0, + density: 171.3, + primary_coty_code: '18059', + primary_coty_name: 'Hancock', + county_weights: '{"18059": "96.64", "18145": "3.36"}', + coty_name: ['Hancock', 'Shelby'], + cty_code: ['18059', '18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.90342, lat: 39.72867 }, + }, + { + zip_code: '46164', + usps_city: 'Nineveh', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4166.0, + density: 68.5, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "50.49", "18013": "49.51"}', + coty_name: ['Johnson', 'Brown'], + cty_code: ['18081', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.11501, lat: 39.32195 }, + }, + { + zip_code: '46173', + usps_city: 'Rushville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9905.0, + density: 16.9, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "95.27", "18047": "2.4", "18031": "2.32"}', + coty_name: ['Rush', 'Franklin', 'Decatur'], + cty_code: ['18139', '18047', '18031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.42902, lat: 39.60273 }, + }, + { + zip_code: '46227', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 54876.0, + density: 1264.5, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.13149, lat: 39.67615 }, + }, + { + zip_code: '46235', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33063.0, + density: 1326.2, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.97634, lat: 39.83774 }, + }, + { + zip_code: '46342', + usps_city: 'Hobart', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 30874.0, + density: 338.4, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "96.06", "18127": "3.94"}', + coty_name: ['Lake', 'Porter'], + cty_code: ['18089', '18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.24522, lat: 41.51807 }, + }, + { + zip_code: '46345', + usps_city: 'Kingsbury', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 168.6, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69837, lat: 41.52717 }, + }, + { + zip_code: '46381', + usps_city: 'Thayer', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 74.3, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "100"}', + coty_name: ['Newton'], + cty_code: ['18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.32462, lat: 41.16856 }, + }, + { + zip_code: '46507', + usps_city: 'Bristol', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9434.0, + density: 90.9, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.81751, lat: 41.72057 }, + }, + { + zip_code: '46534', + usps_city: 'Knox', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11686.0, + density: 37.1, + primary_coty_code: '18149', + primary_coty_name: 'Starke', + county_weights: '{"18149": "100"}', + coty_name: ['Starke'], + cty_code: ['18149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Knox', + geo_point_2d: { lon: -86.61667, lat: 41.28578 }, + }, + { + zip_code: '46554', + usps_city: 'North Liberty', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4878.0, + density: 26.7, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "99.21", "18091": "0.79"}', + coty_name: ['St. Joseph', 'LaPorte'], + cty_code: ['18141', '18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.41897, lat: 41.56256 }, + }, + { + zip_code: '46702', + usps_city: 'Andrews', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 17.6, + primary_coty_code: '18069', + primary_coty_name: 'Huntington', + county_weights: '{"18069": "92.8", "18169": "7.2"}', + coty_name: ['Huntington', 'Wabash'], + cty_code: ['18069', '18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.61611, lat: 40.82814 }, + }, + { + zip_code: '46773', + usps_city: 'Monroeville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3392.0, + density: 16.6, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "95.66", "18001": "4.34"}', + coty_name: ['Allen', 'Adams'], + cty_code: ['18003', '18001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.87561, lat: 40.98214 }, + }, + { + zip_code: '46784', + usps_city: 'Rome City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2159.0, + density: 62.6, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "100"}', + coty_name: ['Noble'], + cty_code: ['18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.38172, lat: 41.49939 }, + }, + { + zip_code: '46799', + usps_city: 'Zanesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 354.1, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "100"}', + coty_name: ['Wells'], + cty_code: ['18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.28337, lat: 40.91219 }, + }, + { + zip_code: '46804', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28587.0, + density: 573.2, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.24062, lat: 41.05123 }, + }, + { + zip_code: '46926', + usps_city: 'Denver', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1293.0, + density: 14.2, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "98.19", "18017": "1.81"}', + coty_name: ['Miami', 'Cass'], + cty_code: ['18103', '18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.05517, lat: 40.88287 }, + }, + { + zip_code: '46988', + usps_city: 'Twelve Mile', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 967.0, + density: 14.1, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "100"}', + coty_name: ['Cass'], + cty_code: ['18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.23395, lat: 40.87795 }, + }, + { + zip_code: '46991', + usps_city: 'Van Buren', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1614.0, + density: 20.4, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "95.66", "18069": "4.34"}', + coty_name: ['Grant', 'Huntington'], + cty_code: ['18053', '18069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.50558, lat: 40.62867 }, + }, + { + zip_code: '47163', + usps_city: 'Otisco', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1210.0, + density: 22.5, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.6697, lat: 38.53227 }, + }, + { + zip_code: '47273', + usps_city: 'Scipio', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2210.0, + density: 27.6, + primary_coty_code: '18079', + primary_coty_name: 'Jennings', + county_weights: '{"18079": "100"}', + coty_name: ['Jennings'], + cty_code: ['18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.73672, lat: 39.07426 }, + }, + { + zip_code: '47283', + usps_city: 'Westport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3193.0, + density: 20.6, + primary_coty_code: '18031', + primary_coty_name: 'Decatur', + county_weights: '{"18031": "95.19", "18005": "3.43", "18079": "1.39"}', + coty_name: ['Decatur', 'Bartholomew', 'Jennings'], + cty_code: ['18031', '18005', '18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.58861, lat: 39.17338 }, + }, + { + zip_code: '47338', + usps_city: 'Eaton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2789.0, + density: 38.5, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.3409, lat: 40.3399 }, + }, + { + zip_code: '47368', + usps_city: 'Parker City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2831.0, + density: 31.2, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "84.46", "18035": "15.54"}', + coty_name: ['Randolph', 'Delaware'], + cty_code: ['18135', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.19973, lat: 40.18497 }, + }, + { + zip_code: '47396', + usps_city: 'Yorktown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6903.0, + density: 83.6, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.51634, lat: 40.18874 }, + }, + { + zip_code: '47420', + usps_city: 'Avoca', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 756.5, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "100"}', + coty_name: ['Lawrence'], + cty_code: ['18093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.54891, lat: 38.91316 }, + }, + { + zip_code: '47519', + usps_city: 'Cannelburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 847.0, + density: 16.8, + primary_coty_code: '18027', + primary_coty_name: 'Daviess', + county_weights: '{"18027": "100"}', + coty_name: ['Daviess'], + cty_code: ['18027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.98644, lat: 38.60321 }, + }, + { + zip_code: '47525', + usps_city: 'Derby', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 3.8, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.56374, lat: 38.03115 }, + }, + { + zip_code: '47601', + usps_city: 'Boonville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13854.0, + density: 42.9, + primary_coty_code: '18173', + primary_coty_name: 'Warrick', + county_weights: '{"18173": "99.14", "18147": "0.86"}', + coty_name: ['Warrick', 'Spencer'], + cty_code: ['18173', '18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.2553, lat: 38.05209 }, + }, + { + zip_code: '47610', + usps_city: 'Chandler', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5444.0, + density: 58.9, + primary_coty_code: '18173', + primary_coty_name: 'Warrick', + county_weights: '{"18173": "100"}', + coty_name: ['Warrick'], + cty_code: ['18173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.40168, lat: 38.05726 }, + }, + { + zip_code: '47616', + usps_city: 'Griffin', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 2.4, + primary_coty_code: '18129', + primary_coty_name: 'Posey', + county_weights: '{"18129": "92.86", "18051": "7.14"}', + coty_name: ['Posey', 'Gibson'], + cty_code: ['18129', '18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89822, lat: 38.23664 }, + }, + { + zip_code: '47858', + usps_city: 'Lewis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 8.8, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "43.12", "18167": "28.51", "18153": "28.37"}', + coty_name: ['Clay', 'Vigo', 'Sullivan'], + cty_code: ['18021', '18167', '18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.23117, lat: 39.26386 }, + }, + { + zip_code: '47861', + usps_city: 'Merom', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 5.8, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.56629, lat: 39.06483 }, + }, + { + zip_code: '47885', + usps_city: 'West Terre Haute', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8920.0, + density: 41.8, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.47661, lat: 39.50955 }, + }, + { + zip_code: '48005', + usps_city: 'Armada', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5509.0, + density: 58.3, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.9231, lat: 42.85024 }, + }, + { + zip_code: '48017', + usps_city: 'Clawson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11910.0, + density: 2094.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.15038, lat: 42.53669 }, + }, + { + zip_code: '48064', + usps_city: 'Casco', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4036.0, + density: 42.1, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.67231, lat: 42.76719 }, + }, + { + zip_code: '48162', + usps_city: 'Monroe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27659.0, + density: 187.5, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.4356, lat: 41.96032 }, + }, + { + zip_code: '48177', + usps_city: 'Samaria', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 142.2, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.58091, lat: 41.80396 }, + }, + { + zip_code: '48203', + usps_city: 'Highland Park', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23063.0, + density: 1111.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.10232, lat: 42.42166 }, + }, + { + zip_code: '48207', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20809.0, + density: 1296.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.0148, lat: 42.3493 }, + }, + { + zip_code: '48215', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11690.0, + density: 1124.8, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.95445, lat: 42.37512 }, + }, + { + zip_code: '48233', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "0"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.06166, lat: 42.3237 }, + }, + { + zip_code: '48310', + usps_city: 'Sterling Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 43545.0, + density: 1987.2, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.06782, lat: 42.56436 }, + }, + { + zip_code: '48329', + usps_city: 'Waterford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24400.0, + density: 924.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.38888, lat: 42.68839 }, + }, + { + zip_code: '48393', + usps_city: 'Wixom', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17054.0, + density: 496.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.54507, lat: 42.52113 }, + }, + { + zip_code: '48420', + usps_city: 'Clio', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21380.0, + density: 127.9, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "97.31", "26157": "2.57", "26145": "0.13"}', + coty_name: ['Genesee', 'Tuscola', 'Saginaw'], + cty_code: ['26049', '26157', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.71417, lat: 43.17959 }, + }, + { + zip_code: '48422', + usps_city: 'Croswell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6571.0, + density: 26.4, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.65059, lat: 43.26263 }, + }, + { + zip_code: '48461', + usps_city: 'North Branch', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8239.0, + density: 38.0, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "100"}', + coty_name: ['Lapeer'], + cty_code: ['26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.20452, lat: 43.204 }, + }, + { + zip_code: '48476', + usps_city: 'Vernon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 684.1, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "100"}', + coty_name: ['Shiawassee'], + cty_code: ['26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.02992, lat: 42.9385 }, + }, + { + zip_code: '48655', + usps_city: 'Saint Charles', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5688.0, + density: 23.2, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.15912, lat: 43.29223 }, + }, + { + zip_code: '48749', + usps_city: 'Omer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 12.3, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "100"}', + coty_name: ['Arenac'], + cty_code: ['26011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.88724, lat: 44.0546 }, + }, + { + zip_code: '48820', + usps_city: 'Dewitt', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18187.0, + density: 106.9, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "100"}', + coty_name: ['Clinton'], + cty_code: ['26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.5929, lat: 42.86302 }, + }, + { + zip_code: '48837', + usps_city: 'Grand Ledge', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19603.0, + density: 95.2, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "88.09", "26037": "10.84", "26067": "1.07"}', + coty_name: ['Eaton', 'Clinton', 'Ionia'], + cty_code: ['26045', '26037', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.7684, lat: 42.74646 }, + }, + { + zip_code: '48872', + usps_city: 'Perry', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6767.0, + density: 46.4, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "91.45", "26065": "5.6", "26093": "2.95"}', + coty_name: ['Shiawassee', 'Ingham', 'Livingston'], + cty_code: ['26155', '26065', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.21794, lat: 42.80075 }, + }, + { + zip_code: '48874', + usps_city: 'Pompeii', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 126.0, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.59493, lat: 43.18645 }, + }, + { + zip_code: '49021', + usps_city: 'Bellevue', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6382.0, + density: 26.8, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "54.51", "26015": "34.07", "26025": "11.42"}', + coty_name: ['Eaton', 'Barry', 'Calhoun'], + cty_code: ['26045', '26015', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.06393, lat: 42.45915 }, + }, + { + zip_code: '49090', + usps_city: 'South Haven', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14439.0, + density: 70.7, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "82.08", "26005": "17.92"}', + coty_name: ['Van Buren', 'Allegan'], + cty_code: ['26159', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.21614, lat: 42.40865 }, + }, + { + zip_code: '49096', + usps_city: 'Vermontville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3441.0, + density: 20.0, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "100"}', + coty_name: ['Eaton'], + cty_code: ['26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.01576, lat: 42.64167 }, + }, + { + zip_code: '49107', + usps_city: 'Buchanan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10431.0, + density: 61.6, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.41376, lat: 41.84578 }, + }, + { + zip_code: '49116', + usps_city: 'Lakeside', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 46.9, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.66164, lat: 41.84904 }, + }, + { + zip_code: '49229', + usps_city: 'Britton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3404.0, + density: 23.8, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "96.46", "26115": "3.54"}', + coty_name: ['Lenawee', 'Monroe'], + cty_code: ['26091', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.82832, lat: 41.98679 }, + }, + { + zip_code: '49272', + usps_city: 'Pleasant Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2326.0, + density: 79.2, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.34663, lat: 42.39405 }, + }, + { + zip_code: '49285', + usps_city: 'Stockbridge', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5740.0, + density: 29.8, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: + '{"26065": "88.95", "26075": "5.52", "26093": "3.97", "26161": "1.56"}', + coty_name: ['Ingham', 'Jackson', 'Livingston', 'Washtenaw'], + cty_code: ['26065', '26075', '26093', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.21008, lat: 42.4706 }, + }, + { + zip_code: '49337', + usps_city: 'Newaygo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12017.0, + density: 41.2, + primary_coty_code: '26123', + primary_coty_name: 'Newaygo', + county_weights: '{"26123": "97.1", "26117": "1.89", "26107": "1.02"}', + coty_name: ['Newaygo', 'Montcalm', 'Mecosta'], + cty_code: ['26123', '26117', '26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.7136, lat: 43.43535 }, + }, + { + zip_code: '49339', + usps_city: 'Pierson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2160.0, + density: 28.5, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.49033, lat: 43.33242 }, + }, + { + zip_code: '49408', + usps_city: 'Fennville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9726.0, + density: 35.6, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.11456, lat: 42.57039 }, + }, + { + zip_code: '49504', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39633.0, + density: 1386.7, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.70941, lat: 42.98041 }, + }, + { + zip_code: '49505', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 32372.0, + density: 1404.3, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.63693, lat: 42.99835 }, + }, + { + zip_code: '49634', + usps_city: 'Filer City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 147.5, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "100"}', + coty_name: ['Manistee'], + cty_code: ['26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.29031, lat: 44.21485 }, + }, + { + zip_code: '49707', + usps_city: 'Alpena', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21771.0, + density: 38.9, + primary_coty_code: '26007', + primary_coty_name: 'Alpena', + county_weights: '{"26007": "97.54", "26141": "2.46"}', + coty_name: ['Alpena', 'Presque Isle'], + cty_code: ['26007', '26141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.49648, lat: 45.0916 }, + }, + { + zip_code: '49893', + usps_city: 'Wallace', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 7.2, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.59794, lat: 45.29686 }, + }, + { + zip_code: '49934', + usps_city: 'Hubbell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 886.0, + density: 154.8, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.43781, lat: 47.17083 }, + }, + { + zip_code: '49945', + usps_city: 'Lake Linden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2537.0, + density: 5.9, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "97.1", "26083": "2.9"}', + coty_name: ['Houghton', 'Keweenaw'], + cty_code: ['26061', '26083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.29842, lat: 47.18093 }, + }, + { + zip_code: '49971', + usps_city: 'White Pine', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 2.0, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.70132, lat: 46.67711 }, + }, + { + zip_code: '50003', + usps_city: 'Adel', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7714.0, + density: 26.0, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04272, lat: 41.61058 }, + }, + { + zip_code: '50010', + usps_city: 'Ames', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 34165.0, + density: 221.4, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58826, lat: 42.0336 }, + }, + { + zip_code: '50021', + usps_city: 'Ankeny', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 28306.0, + density: 424.5, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.56816, lat: 41.72119 }, + }, + { + zip_code: '50104', + usps_city: 'Gibson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 2.7, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "97.66", "19123": "2.34"}', + coty_name: ['Keokuk', 'Mahaska'], + cty_code: ['19107', '19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38665, lat: 41.48679 }, + }, + { + zip_code: '50143', + usps_city: 'Leighton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 7.0, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "100"}', + coty_name: ['Mahaska'], + cty_code: ['19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.7991, lat: 41.34324 }, + }, + { + zip_code: '50156', + usps_city: 'Madrid', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4820.0, + density: 20.7, + primary_coty_code: '19015', + primary_coty_name: 'Boone', + county_weights: '{"19015": "88.06", "19153": "9.63", "19049": "2.31"}', + coty_name: ['Boone', 'Polk', 'Dallas'], + cty_code: ['19015', '19153', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79847, lat: 41.90298 }, + }, + { + zip_code: '50233', + usps_city: 'Redfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 10.4, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "92.65", "19077": "7.35"}', + coty_name: ['Dallas', 'Guthrie'], + cty_code: ['19049', '19077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21136, lat: 41.6129 }, + }, + { + zip_code: '50238', + usps_city: 'Russell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1170.0, + density: 3.9, + primary_coty_code: '19117', + primary_coty_name: 'Lucas', + county_weights: '{"19117": "90.1", "19185": "9.9"}', + coty_name: ['Lucas', 'Wayne'], + cty_code: ['19117', '19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.17102, lat: 40.96944 }, + }, + { + zip_code: '50263', + usps_city: 'Waukee', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 25402.0, + density: 283.1, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.87241, lat: 41.59562 }, + }, + { + zip_code: '50453', + usps_city: 'Leland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 5.0, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "100"}', + coty_name: ['Winnebago'], + cty_code: ['19189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.65241, lat: 43.36604 }, + }, + { + zip_code: '50466', + usps_city: 'Riceville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1680.0, + density: 4.7, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "52.79", "19089": "47.21"}', + coty_name: ['Mitchell', 'Howard'], + cty_code: ['19131', '19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54188, lat: 43.38531 }, + }, + { + zip_code: '50541', + usps_city: 'Gilmore City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 837.0, + density: 3.5, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "56.31", "19151": "43.69"}', + coty_name: ['Humboldt', 'Pocahontas'], + cty_code: ['19091', '19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44915, lat: 42.71549 }, + }, + { + zip_code: '50565', + usps_city: 'Marathon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 3.7, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "100"}', + coty_name: ['Buena Vista'], + cty_code: ['19021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99572, lat: 42.85774 }, + }, + { + zip_code: '50609', + usps_city: 'Beaman', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 4.7, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "75.34", "19127": "23.09", "19171": "1.57"}', + coty_name: ['Grundy', 'Marshall', 'Tama'], + cty_code: ['19075', '19127', '19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80985, lat: 42.22993 }, + }, + { + zip_code: '50626', + usps_city: 'Dunkerton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1694.0, + density: 13.0, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17095, lat: 42.57816 }, + }, + { + zip_code: '51005', + usps_city: 'Aurelia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 5.4, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "96.04", "19021": "3.96"}', + coty_name: ['Cherokee', 'Buena Vista'], + cty_code: ['19035', '19021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4249, lat: 42.72154 }, + }, + { + zip_code: '51008', + usps_city: 'Brunsville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 249.0, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "100"}', + coty_name: ['Plymouth'], + cty_code: ['19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.26691, lat: 42.81092 }, + }, + { + zip_code: '51051', + usps_city: 'Rodney', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 8.7, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "100"}', + coty_name: ['Monona'], + cty_code: ['19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97015, lat: 42.20444 }, + }, + { + zip_code: '51364', + usps_city: 'Terril', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 4.7, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "92.46", "19041": "3.77", "19063": "3.77"}', + coty_name: ['Dickinson', 'Clay', 'Emmet'], + cty_code: ['19059', '19041', '19063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.96542, lat: 43.29958 }, + }, + { + zip_code: '51366', + usps_city: 'Webb', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 2.2, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "97.36", "19021": "2.64"}', + coty_name: ['Clay', 'Buena Vista'], + cty_code: ['19041', '19021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00773, lat: 42.95917 }, + }, + { + zip_code: '51446', + usps_city: 'Irwin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 6.2, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "100"}', + coty_name: ['Shelby'], + cty_code: ['19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19191, lat: 41.77512 }, + }, + { + zip_code: '51462', + usps_city: 'Scranton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 3.8, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "100"}', + coty_name: ['Greene'], + cty_code: ['19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55635, lat: 42.01069 }, + }, + { + zip_code: '51551', + usps_city: 'Malvern', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1610.0, + density: 7.7, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "100"}', + coty_name: ['Mills'], + cty_code: ['19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58941, lat: 40.99208 }, + }, + { + zip_code: '51639', + usps_city: 'Farragut', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 3.9, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "100"}', + coty_name: ['Fremont'], + cty_code: ['19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47485, lat: 40.71982 }, + }, + { + zip_code: '52147', + usps_city: 'Hawkeye', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 5.6, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96285, lat: 42.95107 }, + }, + { + zip_code: '52201', + usps_city: 'Ainsworth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 8.5, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "100"}', + coty_name: ['Washington'], + cty_code: ['19183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54614, lat: 41.33233 }, + }, + { + zip_code: '52229', + usps_city: 'Garrison', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 822.0, + density: 6.5, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16776, lat: 42.14562 }, + }, + { + zip_code: '52310', + usps_city: 'Monticello', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6343.0, + density: 16.5, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "99.22", "19113": "0.7", "19055": "0.08"}', + coty_name: ['Jones', 'Linn', 'Delaware'], + cty_code: ['19105', '19113', '19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19722, lat: 42.22067 }, + }, + { + zip_code: '52323', + usps_city: 'Oxford Junction', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 7.0, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "91.58", "19045": "5.88", "19031": "2.54"}', + coty_name: ['Jones', 'Clinton', 'Cedar'], + cty_code: ['19105', '19045', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9598, lat: 41.98445 }, + }, + { + zip_code: '52349', + usps_city: 'Vinton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7551.0, + density: 19.9, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00562, lat: 42.17237 }, + }, + { + zip_code: '52540', + usps_city: 'Brighton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 5.3, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "64.72", "19101": "35.28"}', + coty_name: ['Washington', 'Jefferson'], + cty_code: ['19183', '19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.8222, lat: 41.15762 }, + }, + { + zip_code: '52620', + usps_city: 'Bonaparte', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 6.8, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "100"}', + coty_name: ['Van Buren'], + cty_code: ['19177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.79695, lat: 40.69791 }, + }, + { + zip_code: '52750', + usps_city: 'Goose Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 6.3, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39107, lat: 41.93211 }, + }, + { + zip_code: '52753', + usps_city: 'Le Claire', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5589.0, + density: 86.6, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39047, lat: 41.62529 }, + }, + { + zip_code: '52807', + usps_city: 'Davenport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 15521.0, + density: 203.1, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51687, lat: 41.61062 }, + }, + { + zip_code: '53046', + usps_city: 'Lannon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1213.0, + density: 190.3, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16174, lat: 43.15219 }, + }, + { + zip_code: '53103', + usps_city: 'Big Bend', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3626.0, + density: 108.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21375, lat: 42.88164 }, + }, + { + zip_code: '53114', + usps_city: 'Darien', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2901.0, + density: 32.3, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "92.72", "55105": "7.28"}', + coty_name: ['Walworth', 'Rock'], + cty_code: ['55127', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75083, lat: 42.59736 }, + }, + { + zip_code: '53142', + usps_city: 'Kenosha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 33447.0, + density: 595.9, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94223, lat: 42.54277 }, + }, + { + zip_code: '53541', + usps_city: 'Gratiot', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 5.8, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02929, lat: 42.56614 }, + }, + { + zip_code: '53549', + usps_city: 'Jefferson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 10316.0, + density: 57.0, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77675, lat: 42.99112 }, + }, + { + zip_code: '53585', + usps_city: 'Sharon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 30.3, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "99.01", "55105": "0.99"}', + coty_name: ['Walworth', 'Rock'], + cty_code: ['55127', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71557, lat: 42.52965 }, + }, + { + zip_code: '53818', + usps_city: 'Platteville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16179.0, + density: 40.7, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "95.36", "55065": "4.47", "55049": "0.17"}', + coty_name: ['Grant', 'Lafayette', 'Iowa'], + cty_code: ['55043', '55065', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48892, lat: 42.74737 }, + }, + { + zip_code: '53916', + usps_city: 'Beaver Dam', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 22552.0, + density: 86.7, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85942, lat: 43.45547 }, + }, + { + zip_code: '53926', + usps_city: 'Dalton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1665.0, + density: 13.3, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: '{"55047": "68", "55021": "18.24", "55077": "13.76"}', + coty_name: ['Green Lake', 'Columbia', 'Marquette'], + cty_code: ['55047', '55021', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21169, lat: 43.67075 }, + }, + { + zip_code: '53955', + usps_city: 'Poynette', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5676.0, + density: 29.6, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "100"}', + coty_name: ['Columbia'], + cty_code: ['55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40619, lat: 43.40405 }, + }, + { + zip_code: '54003', + usps_city: 'Beldenville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 14.1, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.43919, lat: 44.7902 }, + }, + { + zip_code: '54106', + usps_city: 'Black Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5232.0, + density: 22.0, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.45863, lat: 44.48476 }, + }, + { + zip_code: '54126', + usps_city: 'Greenleaf', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3870.0, + density: 19.7, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "99.59", "55071": "0.41"}', + coty_name: ['Brown', 'Manitowoc'], + cty_code: ['55009', '55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03134, lat: 44.29013 }, + }, + { + zip_code: '54425', + usps_city: 'Dorchester', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2095.0, + density: 18.3, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "72.4", "55073": "21.07", "55119": "6.53"}', + coty_name: ['Clark', 'Marathon', 'Taylor'], + cty_code: ['55019', '55073', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33973, lat: 45.00925 }, + }, + { + zip_code: '54460', + usps_city: 'Owen', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2654.0, + density: 12.0, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "91.88", "55119": "8.12"}', + coty_name: ['Clark', 'Taylor'], + cty_code: ['55019', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53901, lat: 44.94244 }, + }, + { + zip_code: '54514', + usps_city: 'Butternut', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 3.3, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "73.33", "55099": "22.89", "55051": "3.79"}', + coty_name: ['Ashland', 'Price', 'Iron'], + cty_code: ['55003', '55099', '55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47638, lat: 46.04328 }, + }, + { + zip_code: '54517', + usps_city: 'Clam Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 0.5, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "78.57", "55113": "15.18", "55007": "6.25"}', + coty_name: ['Ashland', 'Sawyer', 'Bayfield'], + cty_code: ['55003', '55113', '55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93303, lat: 46.14749 }, + }, + { + zip_code: '54541', + usps_city: 'Laona', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1307.0, + density: 3.8, + primary_coty_code: '55041', + primary_coty_name: 'Forest', + county_weights: '{"55041": "100"}', + coty_name: ['Forest'], + cty_code: ['55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64354, lat: 45.55474 }, + }, + { + zip_code: '54621', + usps_city: 'Chaseburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1466.0, + density: 15.0, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "100"}', + coty_name: ['Vernon'], + cty_code: ['55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08282, lat: 43.65801 }, + }, + { + zip_code: '54622', + usps_city: 'Cochrane', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1882.0, + density: 12.5, + primary_coty_code: '55011', + primary_coty_name: 'Buffalo', + county_weights: '{"55011": "100"}', + coty_name: ['Buffalo'], + cty_code: ['55011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77157, lat: 44.26719 }, + }, + { + zip_code: '54659', + usps_city: 'Taylor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 9.0, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "97.8", "55121": "2.2"}', + coty_name: ['Jackson', 'Trempealeau'], + cty_code: ['55053', '55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10773, lat: 44.29442 }, + }, + { + zip_code: '54758', + usps_city: 'Osseo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4505.0, + density: 10.9, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "71.6", "55035": "14.38", "55053": "14.03"}', + coty_name: ['Trempealeau', 'Eau Claire', 'Jackson'], + cty_code: ['55121', '55035', '55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.21876, lat: 44.54861 }, + }, + { + zip_code: '54762', + usps_city: 'Prairie Farm', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1269.0, + density: 9.9, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "91.89", "55033": "8.11"}', + coty_name: ['Barron', 'Dunn'], + cty_code: ['55005', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.99095, lat: 45.24796 }, + }, + { + zip_code: '54810', + usps_city: 'Balsam Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2302.0, + density: 19.6, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38174, lat: 45.46026 }, + }, + { + zip_code: '54888', + usps_city: 'Trego', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1303.0, + density: 5.3, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: '{"55129": "100"}', + coty_name: ['Washburn'], + cty_code: ['55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88299, lat: 45.98085 }, + }, + { + zip_code: '55012', + usps_city: 'Center City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2062.0, + density: 34.9, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "100"}', + coty_name: ['Chisago'], + cty_code: ['27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.79168, lat: 45.4379 }, + }, + { + zip_code: '55070', + usps_city: 'Saint Francis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7885.0, + density: 111.6, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "95.8", "27059": "4.2"}', + coty_name: ['Anoka', 'Isanti'], + cty_code: ['27003', '27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38804, lat: 45.41252 }, + }, + { + zip_code: '55071', + usps_city: 'Saint Paul Park', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5725.0, + density: 430.7, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99653, lat: 44.82146 }, + }, + { + zip_code: '55114', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3120.0, + density: 925.7, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19433, lat: 44.96609 }, + }, + { + zip_code: '55337', + usps_city: 'Burnsville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 44924.0, + density: 928.9, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27503, lat: 44.77668 }, + }, + { + zip_code: '55349', + usps_city: 'Howard Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3779.0, + density: 22.3, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.07407, lat: 45.05955 }, + }, + { + zip_code: '55354', + usps_city: 'Lester Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2907.0, + density: 35.4, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "100"}', + coty_name: ['McLeod'], + cty_code: ['27085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06871, lat: 44.88304 }, + }, + { + zip_code: '55368', + usps_city: 'Norwood Young America', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2231.0, + density: 23.5, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.89419, lat: 44.74172 }, + }, + { + zip_code: '55389', + usps_city: 'Watkins', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2524.0, + density: 13.1, + primary_coty_code: '27093', + primary_coty_name: 'Meeker', + county_weights: '{"27093": "84.15", "27145": "15.85"}', + coty_name: ['Meeker', 'Stearns'], + cty_code: ['27093', '27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43982, lat: 45.29687 }, + }, + { + zip_code: '55409', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 11926.0, + density: 3708.2, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28142, lat: 44.9303 }, + }, + { + zip_code: '55605', + usps_city: 'Grand Portage', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 684.0, + density: 3.7, + primary_coty_code: '27031', + primary_coty_name: 'Cook', + county_weights: '{"27031": "100"}', + coty_name: ['Cook'], + cty_code: ['27031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75309, lat: 47.96314 }, + }, + { + zip_code: '55924', + usps_city: 'Claremont', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1502.0, + density: 7.5, + primary_coty_code: '27039', + primary_coty_name: 'Dodge', + county_weights: '{"27039": "81.43", "27147": "18.57"}', + coty_name: ['Dodge', 'Steele'], + cty_code: ['27039', '27147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01691, lat: 44.03024 }, + }, + { + zip_code: '55926', + usps_city: 'Dexter', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 795.0, + density: 4.9, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70689, lat: 43.74327 }, + }, + { + zip_code: '55970', + usps_city: 'Rose Creek', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1044.0, + density: 6.7, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83191, lat: 43.5951 }, + }, + { + zip_code: '56025', + usps_city: 'Easton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 3.4, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "100"}', + coty_name: ['Faribault'], + cty_code: ['27043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91077, lat: 43.75162 }, + }, + { + zip_code: '56155', + usps_city: 'Lismore', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 3.9, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94072, lat: 43.7685 }, + }, + { + zip_code: '56231', + usps_city: 'Danvers', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 1.5, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "100"}', + coty_name: ['Swift'], + cty_code: ['27151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7614, lat: 45.28237 }, + }, + { + zip_code: '56235', + usps_city: 'Donnelly', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 2.1, + primary_coty_code: '27149', + primary_coty_name: 'Stevens', + county_weights: '{"27149": "100"}', + coty_name: ['Stevens'], + cty_code: ['27149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01918, lat: 45.70425 }, + }, + { + zip_code: '56264', + usps_city: 'Minneota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2080.0, + density: 6.4, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "88.93", "27173": "10.21", "27081": "0.86"}', + coty_name: ['Lyon', 'Yellow Medicine', 'Lincoln'], + cty_code: ['27083', '27173', '27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9794, lat: 44.57051 }, + }, + { + zip_code: '56283', + usps_city: 'Redwood Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6310.0, + density: 13.8, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "97.21", "27129": "2.79"}', + coty_name: ['Redwood', 'Renville'], + cty_code: ['27127', '27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14209, lat: 44.53276 }, + }, + { + zip_code: '56352', + usps_city: 'Melrose', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6007.0, + density: 20.5, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80221, lat: 45.65043 }, + }, + { + zip_code: '56510', + usps_city: 'Ada', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2249.0, + density: 3.7, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.5254, lat: 47.36034 }, + }, + { + zip_code: '56587', + usps_city: 'Vergas', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1353.0, + density: 9.1, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86143, lat: 46.64126 }, + }, + { + zip_code: '56589', + usps_city: 'Waubun', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 3.4, + primary_coty_code: '27087', + primary_coty_name: 'Mahnomen', + county_weights: '{"27087": "68.41", "27005": "31.34", "27029": "0.25"}', + coty_name: ['Mahnomen', 'Becker', 'Clearwater'], + cty_code: ['27087', '27005', '27029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72986, lat: 47.1786 }, + }, + { + zip_code: '56734', + usps_city: 'Lake Bronson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 1.1, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.59521, lat: 48.76782 }, + }, + { + zip_code: '57026', + usps_city: 'Elkton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1360.0, + density: 3.3, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "83.95", "46101": "11.52", "27081": "4.53"}', + coty_name: ['Brookings', 'Moody', 'Lincoln'], + cty_code: ['46011', '46101', '27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51241, lat: 44.25924 }, + }, + { + zip_code: '57078', + usps_city: 'Yankton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 19269.0, + density: 66.7, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "99.83", "31027": "0.17"}', + coty_name: ['Yankton', 'Cedar'], + cty_code: ['46135', '31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44362, lat: 42.91596 }, + }, + { + zip_code: '57227', + usps_city: 'Corona', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 3.1, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "98.62", "46051": "1.38"}', + coty_name: ['Roberts', 'Grant'], + cty_code: ['46109', '46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71801, lat: 45.36221 }, + }, + { + zip_code: '57233', + usps_city: 'Erwin', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 1.6, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "100"}', + coty_name: ['Kingsbury'], + cty_code: ['46077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39821, lat: 44.51193 }, + }, + { + zip_code: '57235', + usps_city: 'Florence', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 950.0, + density: 2.7, + primary_coty_code: '46029', + primary_coty_name: 'Codington', + county_weights: '{"46029": "97.39", "46037": "2.61"}', + coty_name: ['Codington', 'Day'], + cty_code: ['46029', '46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30875, lat: 45.07397 }, + }, + { + zip_code: '57273', + usps_city: 'Waubay', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1205.0, + density: 2.7, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "93.84", "46109": "6.16"}', + coty_name: ['Day', 'Roberts'], + cty_code: ['46037', '46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27353, lat: 45.33582 }, + }, + { + zip_code: '57311', + usps_city: 'Alexandria', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1498.0, + density: 3.1, + primary_coty_code: '46061', + primary_coty_name: 'Hanson', + county_weights: '{"46061": "93.25", "46067": "6.75"}', + coty_name: ['Hanson', 'Hutchinson'], + cty_code: ['46061', '46067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76171, lat: 43.65292 }, + }, + { + zip_code: '57322', + usps_city: 'Carpenter', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 0.9, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "60.81", "46025": "22.64", "46115": "16.55"}', + coty_name: ['Beadle', 'Clark', 'Spink'], + cty_code: ['46005', '46025', '46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.97403, lat: 44.63068 }, + }, + { + zip_code: '57331', + usps_city: 'Dimock', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 2.6, + primary_coty_code: '46067', + primary_coty_name: 'Hutchinson', + county_weights: '{"46067": "75.82", "46043": "15.03", "46035": "9.15"}', + coty_name: ['Hutchinson', 'Douglas', 'Davison'], + cty_code: ['46067', '46043', '46035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03723, lat: 43.47318 }, + }, + { + zip_code: '57465', + usps_city: 'Northville', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 0.8, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "73.58", "46049": "26.42"}', + coty_name: ['Spink', 'Faulk'], + cty_code: ['46115', '46049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.68102, lat: 45.14218 }, + }, + { + zip_code: '57501', + usps_city: 'Pierre', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 16850.0, + density: 11.1, + primary_coty_code: '46065', + primary_coty_name: 'Hughes', + county_weights: '{"46065": "98.8", "46119": "1.2"}', + coty_name: ['Hughes', 'Sully'], + cty_code: ['46065', '46119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.30251, lat: 44.52935 }, + }, + { + zip_code: '58006', + usps_city: 'Arthur', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 2.7, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20979, lat: 47.10153 }, + }, + { + zip_code: '58007', + usps_city: 'Ayr', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 0.7, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46867, lat: 47.02438 }, + }, + { + zip_code: '58068', + usps_city: 'Sheldon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 1.3, + primary_coty_code: '38073', + primary_coty_name: 'Ransom', + county_weights: '{"38073": "100"}', + coty_name: ['Ransom'], + cty_code: ['38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40464, lat: 46.54299 }, + }, + { + zip_code: '58331', + usps_city: 'Egeland', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 0.3, + primary_coty_code: '38095', + primary_coty_name: 'Towner', + county_weights: '{"38095": "100"}', + coty_name: ['Towner'], + cty_code: ['38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.09431, lat: 48.63737 }, + }, + { + zip_code: '58474', + usps_city: 'Oakes', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2706.0, + density: 2.8, + primary_coty_code: '38021', + primary_coty_name: 'Dickey', + county_weights: '{"38021": "97.91", "38081": "2.09"}', + coty_name: ['Dickey', 'Sargent'], + cty_code: ['38021', '38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.13353, lat: 46.09559 }, + }, + { + zip_code: '58497', + usps_city: 'Ypsilanti', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 0.6, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "93.87", "38003": "6.13"}', + coty_name: ['Stutsman', 'Barnes'], + cty_code: ['38093', '38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54587, lat: 46.76718 }, + }, + { + zip_code: '58569', + usps_city: 'Shields', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 0.2, + primary_coty_code: '38037', + primary_coty_name: 'Grant', + county_weights: '{"38037": "100"}', + coty_name: ['Grant'], + cty_code: ['38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.19051, lat: 46.26226 }, + }, + { + zip_code: '58652', + usps_city: 'Richardton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1257.0, + density: 1.3, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "92.3", "38025": "7.7"}', + coty_name: ['Stark', 'Dunn'], + cty_code: ['38089', '38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.26784, lat: 46.86877 }, + }, + { + zip_code: '58731', + usps_city: 'Deering', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 1.0, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "96.33", "38101": "3.67"}', + coty_name: ['McHenry', 'Ward'], + cty_code: ['38049', '38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.97982, lat: 48.43968 }, + }, + { + zip_code: '58856', + usps_city: 'Zahl', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 0.2, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "63.36", "38023": "36.64"}', + coty_name: ['Williams', 'Divide'], + cty_code: ['38105', '38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.71719, lat: 48.58635 }, + }, + { + zip_code: '59032', + usps_city: 'Grass Range', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 0.5, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "96.08", "30069": "3.92"}', + coty_name: ['Fergus', 'Petroleum'], + cty_code: ['30027', '30069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.74436, lat: 47.0227 }, + }, + { + zip_code: '59071', + usps_city: 'Roscoe', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 0.7, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.56486, lat: 45.26807 }, + }, + { + zip_code: '59221', + usps_city: 'Fairview', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1870.0, + density: 2.5, + primary_coty_code: '30083', + primary_coty_name: 'Richland', + county_weights: '{"30083": "74.85", "38053": "25.15"}', + coty_name: ['Richland', 'McKenzie'], + cty_code: ['30083', '38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.19224, lat: 47.92807 }, + }, + { + zip_code: '59243', + usps_city: 'Lambert', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 0.2, + primary_coty_code: '30083', + primary_coty_name: 'Richland', + county_weights: '{"30083": "100"}', + coty_name: ['Richland'], + cty_code: ['30083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.67241, lat: 47.75213 }, + }, + { + zip_code: '59262', + usps_city: 'Savage', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 0.9, + primary_coty_code: '30083', + primary_coty_name: 'Richland', + county_weights: '{"30083": "94.81", "30021": "5.19"}', + coty_name: ['Richland', 'Dawson'], + cty_code: ['30083', '30021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.50347, lat: 47.48778 }, + }, + { + zip_code: '59718', + usps_city: 'Bozeman', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 37882.0, + density: 61.1, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "100"}', + coty_name: ['Gallatin'], + cty_code: ['30031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.12639, lat: 45.57816 }, + }, + { + zip_code: '59724', + usps_city: 'Dell', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 0.0, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "100"}', + coty_name: ['Beaverhead'], + cty_code: ['30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.7468, lat: 44.70971 }, + }, + { + zip_code: '59759', + usps_city: 'Whitehall', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3819.0, + density: 3.2, + primary_coty_code: '30043', + primary_coty_name: 'Jefferson', + county_weights: '{"30043": "89.21", "30057": "9.47", "30093": "1.32"}', + coty_name: ['Jefferson', 'Madison', 'Silver Bow'], + cty_code: ['30043', '30057', '30093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.19624, lat: 45.84574 }, + }, + { + zip_code: '59760', + usps_city: 'Willow Creek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 1.9, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "100"}', + coty_name: ['Gallatin'], + cty_code: ['30031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.6359, lat: 45.76446 }, + }, + { + zip_code: '59804', + usps_city: 'Missoula', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8729.0, + density: 26.8, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.25103, lat: 46.90102 }, + }, + { + zip_code: '59832', + usps_city: 'Drummond', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 1.0, + primary_coty_code: '30039', + primary_coty_name: 'Granite', + county_weights: '{"30039": "100"}', + coty_name: ['Granite'], + cty_code: ['30039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.23879, lat: 46.68119 }, + }, + { + zip_code: '59843', + usps_city: 'Helmville', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 0.3, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "100"}', + coty_name: ['Powell'], + cty_code: ['30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.96136, lat: 46.8341 }, + }, + { + zip_code: '59935', + usps_city: 'Troy', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3560.0, + density: 1.5, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.86032, lat: 48.64381 }, + }, + { + zip_code: '60004', + usps_city: 'Arlington Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 50639.0, + density: 1764.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97909, lat: 42.11196 }, + }, + { + zip_code: '60005', + usps_city: 'Arlington Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30079.0, + density: 1770.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98567, lat: 42.06394 }, + }, + { + zip_code: '60107', + usps_city: 'Streamwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 39894.0, + density: 1931.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17931, lat: 42.02214 }, + }, + { + zip_code: '60162', + usps_city: 'Hillside', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8176.0, + density: 986.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90222, lat: 41.86758 }, + }, + { + zip_code: '60195', + usps_city: 'Schaumburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5020.0, + density: 982.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09128, lat: 42.06705 }, + }, + { + zip_code: '60451', + usps_city: 'New Lenox', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 35622.0, + density: 536.6, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96071, lat: 41.50691 }, + }, + { + zip_code: '60484', + usps_city: 'University Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6423.0, + density: 369.8, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70622, lat: 41.44208 }, + }, + { + zip_code: '60521', + usps_city: 'Hinsdale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18415.0, + density: 1504.6, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "87.34", "17031": "12.66"}', + coty_name: ['DuPage', 'Cook'], + cty_code: ['17043', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92879, lat: 41.79998 }, + }, + { + zip_code: '60527', + usps_city: 'Willowbrook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28534.0, + density: 760.2, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "85.32", "17031": "14.68"}', + coty_name: ['DuPage', 'Cook'], + cty_code: ['17043', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93334, lat: 41.74463 }, + }, + { + zip_code: '60603', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1052.0, + density: 2803.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62549, lat: 41.88022 }, + }, + { + zip_code: '60621', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28018.0, + density: 2901.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63943, lat: 41.77639 }, + }, + { + zip_code: '60636', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30024.0, + density: 2963.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66911, lat: 41.77575 }, + }, + { + zip_code: '60655', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28569.0, + density: 2504.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70379, lat: 41.69476 }, + }, + { + zip_code: '60940', + usps_city: 'Grant Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3170.0, + density: 16.2, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "98.13", "17197": "1.87"}', + coty_name: ['Kankakee', 'Will'], + cty_code: ['17091', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64282, lat: 41.2506 }, + }, + { + zip_code: '60961', + usps_city: 'Reddick', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 8.2, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "84.14", "17105": "15.29", "17063": "0.57"}', + coty_name: ['Kankakee', 'Livingston', 'Grundy'], + cty_code: ['17091', '17105', '17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23084, lat: 41.10651 }, + }, + { + zip_code: '61037', + usps_city: 'Galt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 147.1, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "100"}', + coty_name: ['Whiteside'], + cty_code: ['17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76032, lat: 41.78938 }, + }, + { + zip_code: '61047', + usps_city: 'Leaf River', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1669.0, + density: 9.7, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "96.43", "17201": "2.86", "17177": "0.7"}', + coty_name: ['Ogle', 'Winnebago', 'Stephenson'], + cty_code: ['17141', '17201', '17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.39589, lat: 42.15313 }, + }, + { + zip_code: '61071', + usps_city: 'Rock Falls', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13982.0, + density: 75.9, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "99.35", "17103": "0.65"}', + coty_name: ['Whiteside', 'Lee'], + cty_code: ['17195', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70447, lat: 41.72705 }, + }, + { + zip_code: '61081', + usps_city: 'Sterling', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21121.0, + density: 66.1, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "97.62", "17103": "2.38"}', + coty_name: ['Whiteside', 'Lee'], + cty_code: ['17195', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73537, lat: 41.84388 }, + }, + { + zip_code: '61234', + usps_city: 'Annawan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1230.0, + density: 8.2, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91824, lat: 41.42085 }, + }, + { + zip_code: '61273', + usps_city: 'Orion', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3176.0, + density: 26.3, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "94.69", "17161": "5.31"}', + coty_name: ['Henry', 'Rock Island'], + cty_code: ['17073', '17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39892, lat: 41.36288 }, + }, + { + zip_code: '61279', + usps_city: 'Reynolds', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 909.0, + density: 8.2, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "71.63", "17131": "28.37"}', + coty_name: ['Rock Island', 'Mercer'], + cty_code: ['17161', '17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72682, lat: 41.32053 }, + }, + { + zip_code: '61322', + usps_city: 'Depue', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1601.0, + density: 152.6, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30746, lat: 41.31914 }, + }, + { + zip_code: '61333', + usps_city: 'Long Point', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 8.3, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8881, lat: 40.98935 }, + }, + { + zip_code: '61368', + usps_city: 'Tiskilwa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1366.0, + density: 7.2, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52289, lat: 41.26305 }, + }, + { + zip_code: '61417', + usps_city: 'Berwick', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 3.7, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "100"}', + coty_name: ['Warren'], + cty_code: ['17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53832, lat: 40.77418 }, + }, + { + zip_code: '61425', + usps_city: 'Carman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 5.4, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.0342, lat: 40.76197 }, + }, + { + zip_code: '61554', + usps_city: 'Pekin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 41661.0, + density: 231.1, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61861, lat: 40.54088 }, + }, + { + zip_code: '61604', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29606.0, + density: 724.1, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65362, lat: 40.70572 }, + }, + { + zip_code: '61738', + usps_city: 'El Paso', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4391.0, + density: 21.2, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "99.22", "17113": "0.78"}', + coty_name: ['Woodford', 'McLean'], + cty_code: ['17203', '17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03428, lat: 40.74604 }, + }, + { + zip_code: '61741', + usps_city: 'Forrest', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1643.0, + density: 11.3, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.40424, lat: 40.75936 }, + }, + { + zip_code: '61752', + usps_city: 'Le Roy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4346.0, + density: 20.1, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "99.08", "17039": "0.92"}', + coty_name: ['McLean', 'De Witt'], + cty_code: ['17113', '17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7548, lat: 40.33908 }, + }, + { + zip_code: '61772', + usps_city: 'Shirley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 3.3, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.066, lat: 40.38125 }, + }, + { + zip_code: '61832', + usps_city: 'Danville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 34421.0, + density: 512.7, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63646, lat: 40.13616 }, + }, + { + zip_code: '61865', + usps_city: 'Potomac', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1642.0, + density: 8.2, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80255, lat: 40.30451 }, + }, + { + zip_code: '61924', + usps_city: 'Chrisman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2299.0, + density: 6.1, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "100"}', + coty_name: ['Edgar'], + cty_code: ['17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65455, lat: 39.79141 }, + }, + { + zip_code: '62017', + usps_city: 'Coffeen', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 927.0, + density: 11.3, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.36895, lat: 39.0689 }, + }, + { + zip_code: '62062', + usps_city: 'Maryville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8078.0, + density: 488.0, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96199, lat: 38.7274 }, + }, + { + zip_code: '62090', + usps_city: 'Venice', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1417.0, + density: 342.9, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16932, lat: 38.66983 }, + }, + { + zip_code: '62219', + usps_city: 'Beckemeyer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1170.0, + density: 745.4, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.4318, lat: 38.60586 }, + }, + { + zip_code: '62298', + usps_city: 'Waterloo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16826.0, + density: 45.0, + primary_coty_code: '17133', + primary_coty_name: 'Monroe', + county_weights: '{"17133": "96.32", "17163": "3.68"}', + coty_name: ['Monroe', 'St. Clair'], + cty_code: ['17133', '17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15224, lat: 38.31087 }, + }, + { + zip_code: '62356', + usps_city: 'New Canton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 2.7, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08577, lat: 39.60143 }, + }, + { + zip_code: '62410', + usps_city: 'Allendale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 14.2, + primary_coty_code: '17185', + primary_coty_name: 'Wabash', + county_weights: '{"17185": "100"}', + coty_name: ['Wabash'], + cty_code: ['17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72653, lat: 38.53253 }, + }, + { + zip_code: '62411', + usps_city: 'Altamont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4145.0, + density: 18.6, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "99.35", "17051": "0.65"}', + coty_name: ['Effingham', 'Fayette'], + cty_code: ['17049', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.72964, lat: 39.07062 }, + }, + { + zip_code: '62427', + usps_city: 'Flat Rock', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1781.0, + density: 7.7, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "82.37", "17101": "17.63"}', + coty_name: ['Crawford', 'Lawrence'], + cty_code: ['17033', '17101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65938, lat: 38.8721 }, + }, + { + zip_code: '62533', + usps_city: 'Farmersville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 6.2, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62231, lat: 39.44419 }, + }, + { + zip_code: '62560', + usps_city: 'Raymond', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1355.0, + density: 8.2, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "98.01", "17117": "1.99"}', + coty_name: ['Montgomery', 'Macoupin'], + cty_code: ['17135', '17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60112, lat: 39.30222 }, + }, + { + zip_code: '62565', + usps_city: 'Shelbyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7046.0, + density: 22.4, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "100"}', + coty_name: ['Shelby'], + cty_code: ['17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80426, lat: 39.4113 }, + }, + { + zip_code: '62612', + usps_city: 'Ashland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 7.9, + primary_coty_code: '17017', + primary_coty_name: 'Cass', + county_weights: '{"17017": "81.83", "17137": "18.17"}', + coty_name: ['Cass', 'Morgan'], + cty_code: ['17017', '17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06698, lat: 39.88949 }, + }, + { + zip_code: '62643', + usps_city: 'Hartsburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 5.5, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45169, lat: 40.24301 }, + }, + { + zip_code: '62849', + usps_city: 'Iuka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2085.0, + density: 7.1, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "100"}', + coty_name: ['Marion'], + cty_code: ['17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77354, lat: 38.58706 }, + }, + { + zip_code: '62938', + usps_city: 'Golconda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2994.0, + density: 6.9, + primary_coty_code: '17151', + primary_coty_name: 'Pope', + county_weights: '{"17151": "94.59", "17069": "5.41"}', + coty_name: ['Pope', 'Hardin'], + cty_code: ['17151', '17069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54268, lat: 37.38021 }, + }, + { + zip_code: '63031', + usps_city: 'Florissant', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 47748.0, + density: 1251.6, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.353, lat: 38.81194 }, + }, + { + zip_code: '63089', + usps_city: 'Villa Ridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5506.0, + density: 58.6, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.88385, lat: 38.45952 }, + }, + { + zip_code: '63091', + usps_city: 'Rosebud', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 11.8, + primary_coty_code: '29073', + primary_coty_name: 'Gasconade', + county_weights: '{"29073": "86.95", "29071": "13.05"}', + coty_name: ['Gasconade', 'Franklin'], + cty_code: ['29073', '29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.39035, lat: 38.36803 }, + }, + { + zip_code: '63120', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8754.0, + density: 1401.2, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "88.48", "29189": "11.52"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29510', '29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26212, lat: 38.69056 }, + }, + { + zip_code: '63438', + usps_city: 'Durham', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 8.6, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "76.61", "29127": "23.39"}', + coty_name: ['Lewis', 'Marion'], + cty_code: ['29111', '29127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68647, lat: 39.96113 }, + }, + { + zip_code: '63467', + usps_city: 'Saverton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 63.1, + primary_coty_code: '29173', + primary_coty_name: 'Ralls', + county_weights: '{"29173": "100"}', + coty_name: ['Ralls'], + cty_code: ['29173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27085, lat: 39.64859 }, + }, + { + zip_code: '63471', + usps_city: 'Taylor', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 5.1, + primary_coty_code: '29127', + primary_coty_name: 'Marion', + county_weights: '{"29127": "90.61", "29111": "9.39"}', + coty_name: ['Marion', 'Lewis'], + cty_code: ['29127', '29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50729, lat: 39.92478 }, + }, + { + zip_code: '63474', + usps_city: 'Wyaconda', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 2.2, + primary_coty_code: '29045', + primary_coty_name: 'Clark', + county_weights: '{"29045": "94.99", "29199": "5.01"}', + coty_name: ['Clark', 'Scotland'], + cty_code: ['29045', '29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89949, lat: 40.35129 }, + }, + { + zip_code: '63857', + usps_city: 'Kennett', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12264.0, + density: 43.3, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.04691, lat: 36.22457 }, + }, + { + zip_code: '63874', + usps_city: 'Risco', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 133.2, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81846, lat: 36.54712 }, + }, + { + zip_code: '64019', + usps_city: 'Centerview', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2225.0, + density: 10.2, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "100"}', + coty_name: ['Johnson'], + cty_code: ['29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.86392, lat: 38.77581 }, + }, + { + zip_code: '64401', + usps_city: 'Agency', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1248.0, + density: 12.9, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71731, lat: 39.63329 }, + }, + { + zip_code: '64431', + usps_city: 'Clearmont', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 2.3, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99592, lat: 40.52885 }, + }, + { + zip_code: '64438', + usps_city: 'Darlington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 1.2, + primary_coty_code: '29075', + primary_coty_name: 'Gentry', + county_weights: '{"29075": "100"}', + coty_name: ['Gentry'], + cty_code: ['29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41063, lat: 40.15981 }, + }, + { + zip_code: '64446', + usps_city: 'Fairfax', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1010.0, + density: 2.7, + primary_coty_code: '29005', + primary_coty_name: 'Atchison', + county_weights: '{"29005": "98.93", "29087": "1.07"}', + coty_name: ['Atchison', 'Holt'], + cty_code: ['29005', '29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42108, lat: 40.3201 }, + }, + { + zip_code: '64469', + usps_city: 'Maysville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2212.0, + density: 7.0, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "100"}', + coty_name: ['DeKalb'], + cty_code: ['29063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36668, lat: 39.92672 }, + }, + { + zip_code: '64620', + usps_city: 'Altamont', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 9.8, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "100"}', + coty_name: ['Daviess'], + cty_code: ['29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08971, lat: 39.896 }, + }, + { + zip_code: '64741', + usps_city: 'Deerfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 1.8, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56087, lat: 37.81971 }, + }, + { + zip_code: '64801', + usps_city: 'Joplin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 37001.0, + density: 243.3, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49639, lat: 37.11012 }, + }, + { + zip_code: '64848', + usps_city: 'La Russell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 4.1, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "75.94", "29097": "24.06"}', + coty_name: ['Lawrence', 'Jasper'], + cty_code: ['29109', '29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.99143, lat: 37.17523 }, + }, + { + zip_code: '64861', + usps_city: 'Rocky Comfort', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 7.6, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "95.25", "29145": "4.75"}', + coty_name: ['McDonald', 'Newton'], + cty_code: ['29119', '29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1485, lat: 36.69772 }, + }, + { + zip_code: '65023', + usps_city: 'Centertown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 12.0, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "83.99", "29135": "16.01"}', + coty_name: ['Cole', 'Moniteau'], + cty_code: ['29051', '29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39909, lat: 38.6525 }, + }, + { + zip_code: '65047', + usps_city: 'Kaiser', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1415.0, + density: 16.9, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "84.83", "29029": "15.17"}', + coty_name: ['Miller', 'Camden'], + cty_code: ['29131', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57225, lat: 38.16157 }, + }, + { + zip_code: '65078', + usps_city: 'Stover', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3814.0, + density: 9.7, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "99.65", "29015": "0.35"}', + coty_name: ['Morgan', 'Benton'], + cty_code: ['29141', '29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00787, lat: 38.39063 }, + }, + { + zip_code: '65084', + usps_city: 'Versailles', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6885.0, + density: 15.7, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "99.07", "29135": "0.93"}', + coty_name: ['Morgan', 'Moniteau'], + cty_code: ['29141', '29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.8534, lat: 38.43573 }, + }, + { + zip_code: '65255', + usps_city: 'Hallsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4236.0, + density: 30.1, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "100"}', + coty_name: ['Boone'], + cty_code: ['29019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.22951, lat: 39.09612 }, + }, + { + zip_code: '65262', + usps_city: 'Kingdom City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 794.0, + density: 6.3, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94408, lat: 38.95338 }, + }, + { + zip_code: '65625', + usps_city: 'Cassville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8920.0, + density: 21.7, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "100"}', + coty_name: ['Barry'], + cty_code: ['29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8147, lat: 36.67462 }, + }, + { + zip_code: '65720', + usps_city: 'Oldfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 979.0, + density: 10.9, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "73.83", "29067": "26.17"}', + coty_name: ['Christian', 'Douglas'], + cty_code: ['29043', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95276, lat: 36.94037 }, + }, + { + zip_code: '65722', + usps_city: 'Phillipsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1535.0, + density: 10.7, + primary_coty_code: '29105', + primary_coty_name: 'Laclede', + county_weights: '{"29105": "88.06", "29059": "11.94"}', + coty_name: ['Laclede', 'Dallas'], + cty_code: ['29105', '29059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80848, lat: 37.58165 }, + }, + { + zip_code: '65740', + usps_city: 'Rockaway Beach', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3416.0, + density: 294.0, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16393, lat: 36.71322 }, + }, + { + zip_code: '65755', + usps_city: 'Squires', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 620.0, + density: 5.8, + primary_coty_code: '29067', + primary_coty_name: 'Douglas', + county_weights: '{"29067": "73.22", "29153": "26.78"}', + coty_name: ['Douglas', 'Ozark'], + cty_code: ['29067', '29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.62696, lat: 36.80505 }, + }, + { + zip_code: '65785', + usps_city: 'Stockton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5087.0, + density: 9.0, + primary_coty_code: '29039', + primary_coty_name: 'Cedar', + county_weights: '{"29039": "97.72", "29185": "2.11", "29057": "0.17"}', + coty_name: ['Cedar', 'St. Clair', 'Dade'], + cty_code: ['29039', '29185', '29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82119, lat: 37.70614 }, + }, + { + zip_code: '66017', + usps_city: 'Denton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 4.0, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "100"}', + coty_name: ['Doniphan'], + cty_code: ['20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27548, lat: 39.70789 }, + }, + { + zip_code: '66030', + usps_city: 'Gardner', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23865.0, + density: 194.6, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.94123, lat: 38.81502 }, + }, + { + zip_code: '66066', + usps_city: 'Oskaloosa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2467.0, + density: 12.3, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "100"}', + coty_name: ['Jefferson'], + cty_code: ['20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.33169, lat: 39.20263 }, + }, + { + zip_code: '66401', + usps_city: 'Alma', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1511.0, + density: 2.5, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "100"}', + coty_name: ['Wabaunsee'], + cty_code: ['20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.3105, lat: 38.97012 }, + }, + { + zip_code: '66409', + usps_city: 'Berryton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3285.0, + density: 19.4, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "95.66", "20045": "4.34"}', + coty_name: ['Shawnee', 'Douglas'], + cty_code: ['20177', '20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55883, lat: 38.92505 }, + }, + { + zip_code: '66417', + usps_city: 'Corning', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 4.3, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04327, lat: 39.65367 }, + }, + { + zip_code: '66537', + usps_city: 'Scranton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1132.0, + density: 7.7, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "100"}', + coty_name: ['Osage'], + cty_code: ['20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71917, lat: 38.75305 }, + }, + { + zip_code: '66554', + usps_city: 'Randolph', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 1.9, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "100"}', + coty_name: ['Riley'], + cty_code: ['20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78557, lat: 39.49441 }, + }, + { + zip_code: '66622', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 385.1, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72227, lat: 39.02593 }, + }, + { + zip_code: '66738', + usps_city: 'Fulton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 2.7, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "94.41", "20107": "5.59"}', + coty_name: ['Bourbon', 'Linn'], + cty_code: ['20011', '20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71837, lat: 38.0135 }, + }, + { + zip_code: '66944', + usps_city: 'Haddam', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 0.7, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29999, lat: 39.84333 }, + }, + { + zip_code: '67071', + usps_city: 'Lake City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 0.6, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "100"}', + coty_name: ['Barber'], + cty_code: ['20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88136, lat: 37.24551 }, + }, + { + zip_code: '67159', + usps_city: 'Zenda', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 0.5, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "82.84", "20077": "17.16"}', + coty_name: ['Kingman', 'Harper'], + cty_code: ['20095', '20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30722, lat: 37.41512 }, + }, + { + zip_code: '67214', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14949.0, + density: 1053.5, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31785, lat: 37.70719 }, + }, + { + zip_code: '67360', + usps_city: 'Peru', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 3.4, + primary_coty_code: '20019', + primary_coty_name: 'Chautauqua', + county_weights: '{"20019": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1051, lat: 37.05094 }, + }, + { + zip_code: '67575', + usps_city: 'Rush Center', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 540.0, + density: 1.3, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "96.99", "20145": "3.01"}', + coty_name: ['Rush', 'Pawnee'], + cty_code: ['20165', '20145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.26178, lat: 38.41225 }, + }, + { + zip_code: '67647', + usps_city: 'Long Island', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 1.3, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: '{"20147": "97.66", "20137": "2.34"}', + coty_name: ['Phillips', 'Norton'], + cty_code: ['20147', '20137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.53872, lat: 39.93674 }, + }, + { + zip_code: '67730', + usps_city: 'Atwood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1707.0, + density: 1.7, + primary_coty_code: '20153', + primary_coty_name: 'Rawlins', + county_weights: '{"20153": "100"}', + coty_name: ['Rawlins'], + cty_code: ['20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.10589, lat: 39.80575 }, + }, + { + zip_code: '67745', + usps_city: 'McDonald', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 0.6, + primary_coty_code: '20153', + primary_coty_name: 'Rawlins', + county_weights: '{"20153": "91.3", "20023": "8.7"}', + coty_name: ['Rawlins', 'Cheyenne'], + cty_code: ['20153', '20023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.34629, lat: 39.80853 }, + }, + { + zip_code: '68070', + usps_city: 'Weston', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 4.5, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80242, lat: 41.19219 }, + }, + { + zip_code: '68118', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 10040.0, + density: 962.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17743, lat: 41.26318 }, + }, + { + zip_code: '68138', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 12619.0, + density: 408.0, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.13645, lat: 41.15606 }, + }, + { + zip_code: '68307', + usps_city: 'Avoca', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 5.1, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "80.19", "31131": "19.81"}', + coty_name: ['Cass', 'Otoe'], + cty_code: ['31025', '31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1336, lat: 40.78983 }, + }, + { + zip_code: '68342', + usps_city: 'Diller', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 3.1, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "90", "31067": "10"}', + coty_name: ['Jefferson', 'Gage'], + cty_code: ['31095', '31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.94431, lat: 40.10069 }, + }, + { + zip_code: '68355', + usps_city: 'Falls City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4802.0, + density: 12.3, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "100"}', + coty_name: ['Richardson'], + cty_code: ['31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56406, lat: 40.11509 }, + }, + { + zip_code: '68370', + usps_city: 'Hebron', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1975.0, + density: 4.5, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55057, lat: 40.13915 }, + }, + { + zip_code: '68430', + usps_city: 'Roca', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 14.2, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66342, lat: 40.66862 }, + }, + { + zip_code: '68438', + usps_city: 'Sprague', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 361.6, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74448, lat: 40.62657 }, + }, + { + zip_code: '68444', + usps_city: 'Strang', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.8, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "100"}', + coty_name: ['Fillmore'], + cty_code: ['31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57706, lat: 40.41138 }, + }, + { + zip_code: '68661', + usps_city: 'Schuyler', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 7394.0, + density: 18.7, + primary_coty_code: '31037', + primary_coty_name: 'Colfax', + county_weights: '{"31037": "100"}', + coty_name: ['Colfax'], + cty_code: ['31037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08361, lat: 41.49315 }, + }, + { + zip_code: '68746', + usps_city: 'Lynch', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 0.6, + primary_coty_code: '31015', + primary_coty_name: 'Boyd', + county_weights: '{"31015": "88.54", "31089": "11.46"}', + coty_name: ['Boyd', 'Holt'], + cty_code: ['31015', '31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.43848, lat: 42.79222 }, + }, + { + zip_code: '68748', + usps_city: 'Madison', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3126.0, + density: 7.1, + primary_coty_code: '31119', + primary_coty_name: 'Madison', + county_weights: '{"31119": "96.5", "31167": "3.5"}', + coty_name: ['Madison', 'Stanton'], + cty_code: ['31119', '31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46471, lat: 41.84007 }, + }, + { + zip_code: '68765', + usps_city: 'Osmond', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 4.4, + primary_coty_code: '31139', + primary_coty_name: 'Pierce', + county_weights: '{"31139": "100"}', + coty_name: ['Pierce'], + cty_code: ['31139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62229, lat: 42.34268 }, + }, + { + zip_code: '68836', + usps_city: 'Elm Creek', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 4.7, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "81.87", "31137": "14.04", "31047": "4.09"}', + coty_name: ['Buffalo', 'Phelps', 'Dawson'], + cty_code: ['31019', '31137', '31047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.3743, lat: 40.70649 }, + }, + { + zip_code: '68853', + usps_city: 'Loup City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 2.9, + primary_coty_code: '31163', + primary_coty_name: 'Sherman', + county_weights: '{"31163": "100"}', + coty_name: ['Sherman'], + cty_code: ['31163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98826, lat: 41.29253 }, + }, + { + zip_code: '68923', + usps_city: 'Atlanta', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 16.9, + primary_coty_code: '31137', + primary_coty_name: 'Phelps', + county_weights: '{"31137": "100"}', + coty_name: ['Phelps'], + cty_code: ['31137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.46833, lat: 40.35909 }, + }, + { + zip_code: '68971', + usps_city: 'Republican City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 1.4, + primary_coty_code: '31083', + primary_coty_name: 'Harlan', + county_weights: '{"31083": "100"}', + coty_name: ['Harlan'], + cty_code: ['31083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.24414, lat: 40.11797 }, + }, + { + zip_code: '69046', + usps_city: 'Wilsonville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 0.4, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "100"}', + coty_name: ['Furnas'], + cty_code: ['31065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.08654, lat: 40.07638 }, + }, + { + zip_code: '70005', + usps_city: 'Metairie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25242.0, + density: 2300.0, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1339, lat: 29.99969 }, + }, + { + zip_code: '70422', + usps_city: 'Amite', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13226.0, + density: 30.2, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "80.44", "22091": "19.56"}', + coty_name: ['Tangipahoa', 'St. Helena'], + cty_code: ['22105', '22091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48247, lat: 30.73532 }, + }, + { + zip_code: '70453', + usps_city: 'Pine Grove', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 6.8, + primary_coty_code: '22091', + primary_coty_name: 'St. Helena', + county_weights: '{"22091": "82.78", "22063": "17.22"}', + coty_name: ['St. Helena', 'Livingston'], + cty_code: ['22091', '22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76648, lat: 30.6939 }, + }, + { + zip_code: '70508', + usps_city: 'Lafayette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40265.0, + density: 620.5, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "100"}', + coty_name: ['Lafayette'], + cty_code: ['22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.02861, lat: 30.15553 }, + }, + { + zip_code: '70526', + usps_city: 'Crowley', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18116.0, + density: 56.0, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "99.54", "22113": "0.46"}', + coty_name: ['Acadia', 'Vermilion'], + cty_code: ['22001', '22113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37984, lat: 30.2102 }, + }, + { + zip_code: '70554', + usps_city: 'Mamou', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5600.0, + density: 18.8, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "100"}', + coty_name: ['Evangeline'], + cty_code: ['22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4793, lat: 30.62249 }, + }, + { + zip_code: '70712', + usps_city: 'Angola', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3780.0, + density: 60.9, + primary_coty_code: '22125', + primary_coty_name: 'West Feliciana', + county_weights: '{"22125": "100"}', + coty_name: ['West Feliciana'], + cty_code: ['22125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.59642, lat: 30.96944 }, + }, + { + zip_code: '70803', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 1211.1, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17756, lat: 30.41429 }, + }, + { + zip_code: '70809', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25616.0, + density: 666.1, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.07114, lat: 30.39381 }, + }, + { + zip_code: '71016', + usps_city: 'Castor', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1972.0, + density: 6.1, + primary_coty_code: '22013', + primary_coty_name: 'Bienville', + county_weights: '{"22013": "100"}', + coty_name: ['Bienville'], + cty_code: ['22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10826, lat: 32.23252 }, + }, + { + zip_code: '71047', + usps_city: 'Keithville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12258.0, + density: 44.0, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91816, lat: 32.29784 }, + }, + { + zip_code: '71118', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25221.0, + density: 737.6, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80531, lat: 32.39266 }, + }, + { + zip_code: '71203', + usps_city: 'Monroe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39071.0, + density: 127.0, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01769, lat: 32.5828 }, + }, + { + zip_code: '71432', + usps_city: 'Georgetown', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 4.8, + primary_coty_code: '22043', + primary_coty_name: 'Grant', + county_weights: '{"22043": "100"}', + coty_name: ['Grant'], + cty_code: ['22043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47125, lat: 31.7512 }, + }, + { + zip_code: '71655', + usps_city: 'Monticello', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15094.0, + density: 16.1, + primary_coty_code: '5043', + primary_coty_name: 'Drew', + county_weights: '{"05043": "99.91", "05079": "0.09"}', + coty_name: ['Drew', 'Lincoln'], + cty_code: ['05043', '05079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7465, lat: 33.63089 }, + }, + { + zip_code: '71711', + usps_city: 'Camden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 14.6, + primary_coty_code: '5013', + primary_coty_name: 'Calhoun', + county_weights: '{"05013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['5013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72032, lat: 33.63752 }, + }, + { + zip_code: '71744', + usps_city: 'Hampton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2839.0, + density: 2.7, + primary_coty_code: '5013', + primary_coty_name: 'Calhoun', + county_weights: '{"05013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['5013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47808, lat: 33.49277 }, + }, + { + zip_code: '71766', + usps_city: 'Thornton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 3.8, + primary_coty_code: '5013', + primary_coty_name: 'Calhoun', + county_weights: '{"05013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['5013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50976, lat: 33.72222 }, + }, + { + zip_code: '71922', + usps_city: 'Antoine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 28.2, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "100"}', + coty_name: ['Pike'], + cty_code: ['5109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41943, lat: 34.02443 }, + }, + { + zip_code: '71943', + usps_city: 'Glenwood', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4239.0, + density: 14.6, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "69.96", "05097": "27.15", "05059": "2.88"}', + coty_name: ['Pike', 'Montgomery', 'Hot Spring'], + cty_code: ['05109', '05097', '05059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59453, lat: 34.33941 }, + }, + { + zip_code: '72065', + usps_city: 'Hensley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5216.0, + density: 35.2, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "80.33", "05119": "13.9", "05053": "5.76"}', + coty_name: ['Saline', 'Pulaski', 'Grant'], + cty_code: ['05125', '05119', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28885, lat: 34.52073 }, + }, + { + zip_code: '72142', + usps_city: 'Scott', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1988.0, + density: 7.4, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "50.58", "05119": "49.42"}', + coty_name: ['Lonoke', 'Pulaski'], + cty_code: ['05085', '05119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05828, lat: 34.69513 }, + }, + { + zip_code: '72168', + usps_city: 'Tucker', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2424.0, + density: 20.8, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "100"}', + coty_name: ['Jefferson'], + cty_code: ['5069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97077, lat: 34.43847 }, + }, + { + zip_code: '72202', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9545.0, + density: 428.0, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26485, lat: 34.74687 }, + }, + { + zip_code: '72204', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 31580.0, + density: 788.8, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.35885, lat: 34.71771 }, + }, + { + zip_code: '72301', + usps_city: 'West Memphis', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 24259.0, + density: 495.8, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18806, lat: 35.14482 }, + }, + { + zip_code: '72350', + usps_city: 'Joiner', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1063.0, + density: 5.3, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12537, lat: 35.50107 }, + }, + { + zip_code: '72370', + usps_city: 'Osceola', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7510.0, + density: 25.6, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10121, lat: 35.68547 }, + }, + { + zip_code: '72425', + usps_city: 'Delaplaine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 2.0, + primary_coty_code: '5055', + primary_coty_name: 'Greene', + county_weights: '{"05055": "97.98", "05121": "2.02"}', + coty_name: ['Greene', 'Randolph'], + cty_code: ['05055', '05121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73145, lat: 36.219 }, + }, + { + zip_code: '72443', + usps_city: 'Marmaduke', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2938.0, + density: 19.4, + primary_coty_code: '5055', + primary_coty_name: 'Greene', + county_weights: '{"05055": "100"}', + coty_name: ['Greene'], + cty_code: ['5055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41421, lat: 36.18045 }, + }, + { + zip_code: '72449', + usps_city: "O'Kean", + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 44.7, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81964, lat: 36.17748 }, + }, + { + zip_code: '72450', + usps_city: 'Paragould', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 39120.0, + density: 52.6, + primary_coty_code: '5055', + primary_coty_name: 'Greene', + county_weights: '{"05055": "99.79", "05031": "0.21"}', + coty_name: ['Greene', 'Craighead'], + cty_code: ['05055', '05031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51876, lat: 36.07935 }, + }, + { + zip_code: '72540', + usps_city: 'Guion', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 3.9, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90051, lat: 35.92724 }, + }, + { + zip_code: '72629', + usps_city: 'Dennard', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 3.1, + primary_coty_code: '5141', + primary_coty_name: 'Van Buren', + county_weights: '{"05141": "100"}', + coty_name: ['Van Buren'], + cty_code: ['5141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.5584, lat: 35.7393 }, + }, + { + zip_code: '72640', + usps_city: 'Hasty', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 6.8, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05316, lat: 36.01107 }, + }, + { + zip_code: '72736', + usps_city: 'Gravette', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6850.0, + density: 29.8, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46406, lat: 36.41216 }, + }, + { + zip_code: '72768', + usps_city: 'Sulphur Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1243.0, + density: 12.7, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.50185, lat: 36.47694 }, + }, + { + zip_code: '72774', + usps_city: 'West Fork', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5975.0, + density: 19.7, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21518, lat: 35.87852 }, + }, + { + zip_code: '72945', + usps_city: 'Midland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 133.8, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34901, lat: 35.08832 }, + }, + { + zip_code: '73027', + usps_city: 'Coyle', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1446.0, + density: 6.9, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "63.16", "40119": "36.84"}', + coty_name: ['Logan', 'Payne'], + cty_code: ['40083', '40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24019, lat: 35.97276 }, + }, + { + zip_code: '73067', + usps_city: 'Ninnekah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2189.0, + density: 6.8, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "100"}', + coty_name: ['Grady'], + cty_code: ['40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90822, lat: 34.90313 }, + }, + { + zip_code: '73116', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9236.0, + density: 656.0, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56423, lat: 35.54636 }, + }, + { + zip_code: '73401', + usps_city: 'Ardmore', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 35731.0, + density: 41.9, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "99.56", "40085": "0.37", "40069": "0.07"}', + coty_name: ['Carter', 'Love', 'Johnston'], + cty_code: ['40019', '40085', '40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.11484, lat: 34.20308 }, + }, + { + zip_code: '73437', + usps_city: 'Graham', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 3.3, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "100"}', + coty_name: ['Carter'], + cty_code: ['40019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.4156, lat: 34.36189 }, + }, + { + zip_code: '73443', + usps_city: 'Lone Grove', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3987.0, + density: 29.2, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "100"}', + coty_name: ['Carter'], + cty_code: ['40019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29621, lat: 34.16434 }, + }, + { + zip_code: '73569', + usps_city: 'Terral', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 2.7, + primary_coty_code: '40067', + primary_coty_name: 'Jefferson', + county_weights: '{"40067": "100"}', + coty_name: ['Jefferson'], + cty_code: ['40067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80531, lat: 33.93793 }, + }, + { + zip_code: '73642', + usps_city: 'Durham', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 0.6, + primary_coty_code: '40129', + primary_coty_name: 'Roger Mills', + county_weights: '{"40129": "100"}', + coty_name: ['Roger Mills'], + cty_code: ['40129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.91097, lat: 35.82109 }, + }, + { + zip_code: '73645', + usps_city: 'Erick', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1408.0, + density: 1.9, + primary_coty_code: '40009', + primary_coty_name: 'Beckham', + county_weights: '{"40009": "100"}', + coty_name: ['Beckham'], + cty_code: ['40009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.8963, lat: 35.20229 }, + }, + { + zip_code: '73667', + usps_city: 'Taloga', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 1.4, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "100"}', + coty_name: ['Dewey'], + cty_code: ['40043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.02411, lat: 36.00235 }, + }, + { + zip_code: '73719', + usps_city: 'Amorita', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 0.9, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "100"}', + coty_name: ['Alfalfa'], + cty_code: ['40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.28845, lat: 36.95684 }, + }, + { + zip_code: '73746', + usps_city: 'Hopeton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 33.7, + primary_coty_code: '40151', + primary_coty_name: 'Woods', + county_weights: '{"40151": "100"}', + coty_name: ['Woods'], + cty_code: ['40151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.65759, lat: 36.68504 }, + }, + { + zip_code: '73747', + usps_city: 'Isabella', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 3.1, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "100"}', + coty_name: ['Major'], + cty_code: ['40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.33229, lat: 36.22762 }, + }, + { + zip_code: '74008', + usps_city: 'Bixby', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 29686.0, + density: 144.8, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "99.15", "40145": "0.85"}', + coty_name: ['Tulsa', 'Wagoner'], + cty_code: ['40143', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.87253, lat: 35.92456 }, + }, + { + zip_code: '74026', + usps_city: 'Davenport', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 149.5, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['40081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76233, lat: 35.71287 }, + }, + { + zip_code: '74039', + usps_city: 'Kellyville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3768.0, + density: 22.2, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22923, lat: 35.89624 }, + }, + { + zip_code: '74079', + usps_city: 'Stroud', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4268.0, + density: 9.4, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "92.45", "40037": "7.55"}', + coty_name: ['Lincoln', 'Creek'], + cty_code: ['40081', '40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65588, lat: 35.74673 }, + }, + { + zip_code: '74333', + usps_city: 'Bluejacket', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 4.9, + primary_coty_code: '40035', + primary_coty_name: 'Craig', + county_weights: '{"40035": "93.94", "40115": "6.06"}', + coty_name: ['Craig', 'Ottawa'], + cty_code: ['40035', '40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08618, lat: 36.79144 }, + }, + { + zip_code: '74344', + usps_city: 'Grove', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15437.0, + density: 66.6, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "99.65", "40115": "0.35"}', + coty_name: ['Delaware', 'Ottawa'], + cty_code: ['40041', '40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73848, lat: 36.5973 }, + }, + { + zip_code: '74460', + usps_city: 'Schulter', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 79.8, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "100"}', + coty_name: ['Okmulgee'], + cty_code: ['40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95652, lat: 35.50796 }, + }, + { + zip_code: '74574', + usps_city: 'Tuskahoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 3.0, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "51.2", "40077": "48.8"}', + coty_name: ['Pushmataha', 'Latimer'], + cty_code: ['40127', '40077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.28332, lat: 34.68415 }, + }, + { + zip_code: '74604', + usps_city: 'Ponca City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 12612.0, + density: 36.2, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "77.5", "40113": "22.5"}', + coty_name: ['Kay', 'Osage'], + cty_code: ['40071', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98172, lat: 36.69829 }, + }, + { + zip_code: '74825', + usps_city: 'Allen', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2019.0, + density: 5.6, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "74.47", "40063": "23.55", "40029": "1.98"}', + coty_name: ['Pontotoc', 'Hughes', 'Coal'], + cty_code: ['40123', '40063', '40029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.408, lat: 34.8079 }, + }, + { + zip_code: '74859', + usps_city: 'Okemah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6204.0, + density: 8.0, + primary_coty_code: '40107', + primary_coty_name: 'Okfuskee', + county_weights: '{"40107": "94.55", "40133": "5.45"}', + coty_name: ['Okfuskee', 'Seminole'], + cty_code: ['40107', '40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31757, lat: 35.46304 }, + }, + { + zip_code: '74930', + usps_city: 'Bokoshe', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2201.0, + density: 11.6, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77969, lat: 35.18553 }, + }, + { + zip_code: '75050', + usps_city: 'Grand Prairie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43174.0, + density: 673.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "76.1", "48439": "23.9"}', + coty_name: ['Dallas', 'Tarrant'], + cty_code: ['48113', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00532, lat: 32.77409 }, + }, + { + zip_code: '75060', + usps_city: 'Irving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47764.0, + density: 1391.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95446, lat: 32.796 }, + }, + { + zip_code: '75161', + usps_city: 'Terrell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6529.0, + density: 22.1, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "100"}', + coty_name: ['Kaufman'], + cty_code: ['48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17115, lat: 32.73742 }, + }, + { + zip_code: '75167', + usps_city: 'Waxahachie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12170.0, + density: 48.1, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91515, lat: 32.35888 }, + }, + { + zip_code: '75210', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8673.0, + density: 1478.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74596, lat: 32.77135 }, + }, + { + zip_code: '75226', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4579.0, + density: 1578.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77632, lat: 32.7828 }, + }, + { + zip_code: '75390', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "0"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8408, lat: 32.81419 }, + }, + { + zip_code: '75418', + usps_city: 'Bonham', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14571.0, + density: 40.3, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17766, lat: 33.57269 }, + }, + { + zip_code: '75572', + usps_city: 'Queen City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3896.0, + density: 20.9, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13216, lat: 33.23154 }, + }, + { + zip_code: '75574', + usps_city: 'Simms', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1659.0, + density: 6.0, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55347, lat: 33.33096 }, + }, + { + zip_code: '75925', + usps_city: 'Alto', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4002.0, + density: 6.5, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.06597, lat: 31.61114 }, + }, + { + zip_code: '75941', + usps_city: 'Diboll', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8465.0, + density: 38.5, + primary_coty_code: '48005', + primary_coty_name: 'Angelina', + county_weights: '{"48005": "100"}', + coty_name: ['Angelina'], + cty_code: ['48005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76368, lat: 31.17992 }, + }, + { + zip_code: '76011', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22622.0, + density: 1088.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08253, lat: 32.75425 }, + }, + { + zip_code: '76086', + usps_city: 'Weatherford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23699.0, + density: 622.6, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "100"}', + coty_name: ['Parker'], + cty_code: ['48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78995, lat: 32.75479 }, + }, + { + zip_code: '76093', + usps_city: 'Rio Vista', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 18.7, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "93.41", "48217": "6.59"}', + coty_name: ['Johnson', 'Hill'], + cty_code: ['48251', '48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3949, lat: 32.21723 }, + }, + { + zip_code: '76117', + usps_city: 'Haltom City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31068.0, + density: 1111.8, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26756, lat: 32.80369 }, + }, + { + zip_code: '76120', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18125.0, + density: 716.2, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.1782, lat: 32.77223 }, + }, + { + zip_code: '76137', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60385.0, + density: 1722.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29129, lat: 32.8588 }, + }, + { + zip_code: '76255', + usps_city: 'Nocona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5311.0, + density: 7.8, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "100"}', + coty_name: ['Montague'], + cty_code: ['48337'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72915, lat: 33.82 }, + }, + { + zip_code: '76261', + usps_city: 'Ringgold', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 1.6, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "90.56", "48077": "9.44"}', + coty_name: ['Montague', 'Clay'], + cty_code: ['48337', '48077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96327, lat: 33.80066 }, + }, + { + zip_code: '76266', + usps_city: 'Sanger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16112.0, + density: 51.7, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "99.93", "48097": "0.07"}', + coty_name: ['Denton', 'Cooke'], + cty_code: ['48121', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21414, lat: 33.36725 }, + }, + { + zip_code: '76373', + usps_city: 'Oklaunion', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 2.0, + primary_coty_code: '48487', + primary_coty_name: 'Wilbarger', + county_weights: '{"48487": "100"}', + coty_name: ['Wilbarger'], + cty_code: ['48487'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.11397, lat: 34.13069 }, + }, + { + zip_code: '76374', + usps_city: 'Olney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3858.0, + density: 5.3, + primary_coty_code: '48503', + primary_coty_name: 'Young', + county_weights: '{"48503": "97.69", "48009": "2.31"}', + coty_name: ['Young', 'Archer'], + cty_code: ['48503', '48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73819, lat: 33.35976 }, + }, + { + zip_code: '76432', + usps_city: 'Blanket', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1314.0, + density: 5.3, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "91.9", "48093": "8.1"}', + coty_name: ['Brown', 'Comanche'], + cty_code: ['48049', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.79696, lat: 31.84215 }, + }, + { + zip_code: '76522', + usps_city: 'Copperas Cove', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36560.0, + density: 122.9, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "94.69", "48281": "5.31"}', + coty_name: ['Coryell', 'Lampasas'], + cty_code: ['48099', '48281'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.97338, lat: 31.21604 }, + }, + { + zip_code: '76544', + usps_city: 'Fort Hood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23834.0, + density: 300.1, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "51.06", "48099": "48.94"}', + coty_name: ['Bell', 'Coryell'], + cty_code: ['48027', '48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76165, lat: 31.14312 }, + }, + { + zip_code: '76651', + usps_city: 'Italy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3250.0, + density: 12.1, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86697, lat: 32.1807 }, + }, + { + zip_code: '76673', + usps_city: 'Mount Calm', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 7.1, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "70.35", "48293": "29.15", "48309": "0.51"}', + coty_name: ['Hill', 'Limestone', 'McLennan'], + cty_code: ['48217', '48293', '48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89139, lat: 31.74944 }, + }, + { + zip_code: '76678', + usps_city: 'Prairie Hill', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 260.0, + density: 2.7, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "100"}', + coty_name: ['Limestone'], + cty_code: ['48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75883, lat: 31.65548 }, + }, + { + zip_code: '76852', + usps_city: 'Lohn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.7, + primary_coty_code: '48307', + primary_coty_name: 'McCulloch', + county_weights: '{"48307": "100"}', + coty_name: ['McCulloch'], + cty_code: ['48307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.4509, lat: 31.35939 }, + }, + { + zip_code: '76872', + usps_city: 'Rochelle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 1.0, + primary_coty_code: '48307', + primary_coty_name: 'McCulloch', + county_weights: '{"48307": "83.82", "48411": "16.18"}', + coty_name: ['McCulloch', 'San Saba'], + cty_code: ['48307', '48411'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16715, lat: 31.32321 }, + }, + { + zip_code: '77018', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28229.0, + density: 1646.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42589, lat: 29.82694 }, + }, + { + zip_code: '77054', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23267.0, + density: 1604.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40494, lat: 29.68088 }, + }, + { + zip_code: '77069', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19345.0, + density: 1559.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.52439, lat: 29.98568 }, + }, + { + zip_code: '77326', + usps_city: 'Ace', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 6.0, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81705, lat: 30.50488 }, + }, + { + zip_code: '77450', + usps_city: 'Katy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 73692.0, + density: 1391.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "66.63", "48157": "33.37"}', + coty_name: ['Harris', 'Fort Bend'], + cty_code: ['48201', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73832, lat: 29.74629 }, + }, + { + zip_code: '77474', + usps_city: 'Sealy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12487.0, + density: 23.2, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "100"}', + coty_name: ['Austin'], + cty_code: ['48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17926, lat: 29.77377 }, + }, + { + zip_code: '77867', + usps_city: 'Mumford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 3.2, + primary_coty_code: '48395', + primary_coty_name: 'Robertson', + county_weights: '{"48395": "100"}', + coty_name: ['Robertson'], + cty_code: ['48395'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.5444, lat: 30.74124 }, + }, + { + zip_code: '78011', + usps_city: 'Charlotte', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1688.0, + density: 3.4, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "100"}', + coty_name: ['Atascosa'], + cty_code: ['48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72129, lat: 28.79237 }, + }, + { + zip_code: '78021', + usps_city: 'Fowlerton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 0.4, + primary_coty_code: '48283', + primary_coty_name: 'La Salle', + county_weights: '{"48283": "84.92", "48311": "15.08"}', + coty_name: ['La Salle', 'McMullen'], + cty_code: ['48283', '48311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.82637, lat: 28.50102 }, + }, + { + zip_code: '78117', + usps_city: 'Hobson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 2.9, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "100"}', + coty_name: ['Karnes'], + cty_code: ['48255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95448, lat: 28.94398 }, + }, + { + zip_code: '78147', + usps_city: 'Poth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2035.0, + density: 226.9, + primary_coty_code: '48493', + primary_coty_name: 'Wilson', + county_weights: '{"48493": "100"}', + coty_name: ['Wilson'], + cty_code: ['48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0802, lat: 29.07384 }, + }, + { + zip_code: '78220', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16700.0, + density: 694.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.39321, lat: 29.41674 }, + }, + { + zip_code: '78223', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 56055.0, + density: 522.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "99.48", "48493": "0.52"}', + coty_name: ['Bexar', 'Wilson'], + cty_code: ['48029', '48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.39091, lat: 29.3122 }, + }, + { + zip_code: '78577', + usps_city: 'Pharr', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 78103.0, + density: 949.5, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.19104, lat: 26.15047 }, + }, + { + zip_code: '78871', + usps_city: 'Langtry', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 0.0, + primary_coty_code: '48465', + primary_coty_name: 'Val Verde', + county_weights: '{"48465": "100"}', + coty_name: ['Val Verde'], + cty_code: ['48465'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.64943, lat: 29.99927 }, + }, + { + zip_code: '79005', + usps_city: 'Booker', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1714.0, + density: 3.3, + primary_coty_code: '48295', + primary_coty_name: 'Lipscomb', + county_weights: '{"48295": "95.56", "48357": "4.44"}', + coty_name: ['Lipscomb', 'Ochiltree'], + cty_code: ['48295', '48357'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.50397, lat: 36.38545 }, + }, + { + zip_code: '79025', + usps_city: 'Dawn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 0.6, + primary_coty_code: '48117', + primary_coty_name: 'Deaf Smith', + county_weights: '{"48117": "100"}', + coty_name: ['Deaf Smith'], + cty_code: ['48117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.2059, lat: 34.94098 }, + }, + { + zip_code: '79031', + usps_city: 'Earth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 4.6, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "96.77", "48069": "3.23"}', + coty_name: ['Lamb', 'Castro'], + cty_code: ['48279', '48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.45283, lat: 34.26917 }, + }, + { + zip_code: '79068', + usps_city: 'Panhandle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3489.0, + density: 3.4, + primary_coty_code: '48065', + primary_coty_name: 'Carson', + county_weights: '{"48065": "100"}', + coty_name: ['Carson'], + cty_code: ['48065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.43649, lat: 35.34375 }, + }, + { + zip_code: '79237', + usps_city: 'Hedley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 0.8, + primary_coty_code: '48129', + primary_coty_name: 'Donley', + county_weights: '{"48129": "100"}', + coty_name: ['Donley'], + cty_code: ['48129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.63784, lat: 34.91339 }, + }, + { + zip_code: '79351', + usps_city: 'Odonnell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1414.0, + density: 1.7, + primary_coty_code: '48305', + primary_coty_name: 'Lynn', + county_weights: '{"48305": "76.77", "48115": "15.16", "48033": "8.07"}', + coty_name: ['Lynn', 'Dawson', 'Borden'], + cty_code: ['48305', '48115', '48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.76915, lat: 32.92343 }, + }, + { + zip_code: '79525', + usps_city: 'Hawley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2498.0, + density: 10.3, + primary_coty_code: '48253', + primary_coty_name: 'Jones', + county_weights: '{"48253": "100"}', + coty_name: ['Jones'], + cty_code: ['48253'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.83178, lat: 32.63114 }, + }, + { + zip_code: '79547', + usps_city: 'Rule', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 3.2, + primary_coty_code: '48207', + primary_coty_name: 'Haskell', + county_weights: '{"48207": "100"}', + coty_name: ['Haskell'], + cty_code: ['48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.91193, lat: 33.19923 }, + }, + { + zip_code: '79556', + usps_city: 'Sweetwater', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12833.0, + density: 16.3, + primary_coty_code: '48353', + primary_coty_name: 'Nolan', + county_weights: '{"48353": "97.24", "48151": "2.76"}', + coty_name: ['Nolan', 'Fisher'], + cty_code: ['48353', '48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.36401, lat: 32.45431 }, + }, + { + zip_code: '79701', + usps_city: 'Midland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32219.0, + density: 1046.3, + primary_coty_code: '48329', + primary_coty_name: 'Midland', + county_weights: '{"48329": "100"}', + coty_name: ['Midland'], + cty_code: ['48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.08147, lat: 31.99237 }, + }, + { + zip_code: '79719', + usps_city: 'Barstow', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 11.9, + primary_coty_code: '48475', + primary_coty_name: 'Ward', + county_weights: '{"48475": "100"}', + coty_name: ['Ward'], + cty_code: ['48475'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.40559, lat: 31.46011 }, + }, + { + zip_code: '79742', + usps_city: 'Grandfalls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 3.5, + primary_coty_code: '48475', + primary_coty_name: 'Ward', + county_weights: '{"48475": "100"}', + coty_name: ['Ward'], + cty_code: ['48475'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.86846, lat: 31.34203 }, + }, + { + zip_code: '79770', + usps_city: 'Orla', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48389', + primary_coty_name: 'Reeves', + county_weights: '{"48389": "100"}', + coty_name: ['Reeves'], + cty_code: ['48389'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.92971, lat: 31.86396 }, + }, + { + zip_code: '79821', + usps_city: 'Anthony', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7136.0, + density: 241.6, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.59781, lat: 31.97696 }, + }, + { + zip_code: '79838', + usps_city: 'Fabens', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6171.0, + density: 81.0, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Ojinaga', + geo_point_2d: { lon: -106.17357, lat: 31.49182 }, + }, + { + zip_code: '79912', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 78267.0, + density: 1275.9, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.53264, lat: 31.84821 }, + }, + { + zip_code: '79915', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36412.0, + density: 1572.3, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.37237, lat: 31.74586 }, + }, + { + zip_code: '80126', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 43356.0, + density: 1560.6, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96083, lat: 39.54073 }, + }, + { + zip_code: '80129', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31302.0, + density: 1620.3, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100", "08005": "0"}', + coty_name: ['Douglas', 'Arapahoe'], + cty_code: ['08035', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.01081, lat: 39.54463 }, + }, + { + zip_code: '80223', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19972.0, + density: 1473.1, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00186, lat: 39.69617 }, + }, + { + zip_code: '80440', + usps_city: 'Fairplay', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2537.0, + density: 3.7, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.97815, lat: 39.22625 }, + }, + { + zip_code: '80457', + usps_city: 'Kittredge', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 48.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.29099, lat: 39.64839 }, + }, + { + zip_code: '80534', + usps_city: 'Johnstown', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 17118.0, + density: 136.4, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "92.89", "08069": "7.11"}', + coty_name: ['Weld', 'Larimer'], + cty_code: ['08123', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.9354, lat: 40.332 }, + }, + { + zip_code: '80720', + usps_city: 'Akron', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2725.0, + density: 1.1, + primary_coty_code: '8121', + primary_coty_name: 'Washington', + county_weights: '{"08121": "100"}', + coty_name: ['Washington'], + cty_code: ['8121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.21274, lat: 40.0821 }, + }, + { + zip_code: '80759', + usps_city: 'Yuma', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4638.0, + density: 2.8, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "98.51", "08121": "1.49"}', + coty_name: ['Yuma', 'Washington'], + cty_code: ['08125', '08121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.68387, lat: 40.13526 }, + }, + { + zip_code: '80808', + usps_city: 'Calhan', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5873.0, + density: 6.4, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "96.65", "08039": "3.35"}', + coty_name: ['El Paso', 'Elbert'], + cty_code: ['08041', '08039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.30271, lat: 38.99193 }, + }, + { + zip_code: '80822', + usps_city: 'Joes', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 0.4, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "100"}', + coty_name: ['Yuma'], + cty_code: ['8125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.67257, lat: 39.70975 }, + }, + { + zip_code: '80915', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 21548.0, + density: 1069.0, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.7158, lat: 38.85232 }, + }, + { + zip_code: '80917', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31056.0, + density: 1839.1, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.74543, lat: 38.88606 }, + }, + { + zip_code: '80951', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4456.0, + density: 369.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.65566, lat: 38.8881 }, + }, + { + zip_code: '81122', + usps_city: 'Bayfield', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8798.0, + density: 6.7, + primary_coty_code: '8067', + primary_coty_name: 'La Plata', + county_weights: '{"08067": "98.3", "08007": "1.7"}', + coty_name: ['La Plata', 'Archuleta'], + cty_code: ['08067', '08007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.47857, lat: 37.33995 }, + }, + { + zip_code: '81131', + usps_city: 'Crestone', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1344.0, + density: 1.7, + primary_coty_code: '8109', + primary_coty_name: 'Saguache', + county_weights: '{"08109": "100"}', + coty_name: ['Saguache'], + cty_code: ['8109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.63763, lat: 37.87296 }, + }, + { + zip_code: '81146', + usps_city: 'Mosca', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 791.0, + density: 1.4, + primary_coty_code: '8003', + primary_coty_name: 'Alamosa', + county_weights: '{"08003": "100"}', + coty_name: ['Alamosa'], + cty_code: ['8003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.68689, lat: 37.65746 }, + }, + { + zip_code: '81524', + usps_city: 'Loma', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1714.0, + density: 3.9, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.78127, lat: 39.26884 }, + }, + { + zip_code: '81601', + usps_city: 'Glenwood Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 15325.0, + density: 17.1, + primary_coty_code: '8045', + primary_coty_name: 'Garfield', + county_weights: '{"08045": "100"}', + coty_name: ['Garfield'], + cty_code: ['8045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.31363, lat: 39.5839 }, + }, + { + zip_code: '82412', + usps_city: 'Byron', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 9.8, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.55221, lat: 44.79598 }, + }, + { + zip_code: '82414', + usps_city: 'Cody', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 15212.0, + density: 2.1, + primary_coty_code: '56029', + primary_coty_name: 'Park', + county_weights: '{"56029": "100"}', + coty_name: ['Park'], + cty_code: ['56029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.58734, lat: 44.47308 }, + }, + { + zip_code: '82434', + usps_city: 'Otto', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 1.7, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.30866, lat: 44.38717 }, + }, + { + zip_code: '82635', + usps_city: 'Edgerton', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 3.7, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.22238, lat: 43.39814 }, + }, + { + zip_code: '82831', + usps_city: 'Arvada', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 0.2, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "49.07", "56019": "28.24", "56005": "22.69"}', + coty_name: ['Sheridan', 'Johnson', 'Campbell'], + cty_code: ['56033', '56019', '56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.06917, lat: 44.62376 }, + }, + { + zip_code: '82836', + usps_city: 'Dayton', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 0.7, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.50268, lat: 44.78181 }, + }, + { + zip_code: '82932', + usps_city: 'Farson', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 0.3, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100", "56035": "0"}', + coty_name: ['Sweetwater', 'Sublette'], + cty_code: ['56037', '56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.35569, lat: 42.25268 }, + }, + { + zip_code: '82934', + usps_city: 'Granger', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 0.7, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.01286, lat: 41.60405 }, + }, + { + zip_code: '83228', + usps_city: 'Clifton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 3.7, + primary_coty_code: '16041', + primary_coty_name: 'Franklin', + county_weights: '{"16041": "100"}', + coty_name: ['Franklin'], + cty_code: ['16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.04029, lat: 42.19562 }, + }, + { + zip_code: '83278', + usps_city: 'Stanley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 0.1, + primary_coty_code: '16037', + primary_coty_name: 'Custer', + county_weights: '{"16037": "100"}', + coty_name: ['Custer'], + cty_code: ['16037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.89595, lat: 44.37034 }, + }, + { + zip_code: '83349', + usps_city: 'Richfield', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1336.0, + density: 7.1, + primary_coty_code: '16063', + primary_coty_name: 'Lincoln', + county_weights: '{"16063": "100"}', + coty_name: ['Lincoln'], + cty_code: ['16063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.18157, lat: 43.09488 }, + }, + { + zip_code: '83350', + usps_city: 'Rupert', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 12948.0, + density: 16.7, + primary_coty_code: '16067', + primary_coty_name: 'Minidoka', + county_weights: '{"16067": "96.37", "16031": "3.25", "16013": "0.37"}', + coty_name: ['Minidoka', 'Cassia', 'Blaine'], + cty_code: ['16067', '16031', '16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.58021, lat: 42.69505 }, + }, + { + zip_code: '83460', + usps_city: 'Rexburg', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 258.5, + primary_coty_code: '16065', + primary_coty_name: 'Madison', + county_weights: '{"16065": "100"}', + coty_name: ['Madison'], + cty_code: ['16065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.78219, lat: 43.81695 }, + }, + { + zip_code: '83520', + usps_city: 'Ahsahka', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 9.3, + primary_coty_code: '16035', + primary_coty_name: 'Clearwater', + county_weights: '{"16035": "100"}', + coty_name: ['Clearwater'], + cty_code: ['16035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.32337, lat: 46.53944 }, + }, + { + zip_code: '83830', + usps_city: 'Fernwood', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 2.5, + primary_coty_code: '16009', + primary_coty_name: 'Benewah', + county_weights: '{"16009": "96.86", "16079": "3.14"}', + coty_name: ['Benewah', 'Shoshone'], + cty_code: ['16009', '16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.36531, lat: 47.07836 }, + }, + { + zip_code: '83867', + usps_city: 'Silverton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 39.1, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.9488, lat: 47.50572 }, + }, + { + zip_code: '84002', + usps_city: 'Altonah', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 2.4, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.30781, lat: 40.45199 }, + }, + { + zip_code: '84054', + usps_city: 'North Salt Lake', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 20328.0, + density: 935.9, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.91693, lat: 40.84113 }, + }, + { + zip_code: '84128', + usps_city: 'West Valley City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 25888.0, + density: 977.3, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.04676, lat: 40.70043 }, + }, + { + zip_code: '84305', + usps_city: 'Clarkston', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 6.2, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.07563, lat: 41.94419 }, + }, + { + zip_code: '84405', + usps_city: 'Ogden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 32516.0, + density: 697.0, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "79.89", "49011": "20.11"}', + coty_name: ['Weber', 'Davis'], + cty_code: ['49057', '49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.96657, lat: 41.15797 }, + }, + { + zip_code: '84529', + usps_city: 'Kenilworth', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 62.1, + primary_coty_code: '49007', + primary_coty_name: 'Carbon', + county_weights: '{"49007": "100"}', + coty_name: ['Carbon'], + cty_code: ['49007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.82074, lat: 39.67943 }, + }, + { + zip_code: '84542', + usps_city: 'Wellington', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1617.0, + density: 93.2, + primary_coty_code: '49007', + primary_coty_name: 'Carbon', + county_weights: '{"49007": "100"}', + coty_name: ['Carbon'], + cty_code: ['49007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.73512, lat: 39.54221 }, + }, + { + zip_code: '84744', + usps_city: 'Koosharem', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 3.2, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "89.29", "49031": "10.71"}', + coty_name: ['Sevier', 'Piute'], + cty_code: ['49041', '49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.89864, lat: 38.58047 }, + }, + { + zip_code: '84780', + usps_city: 'Washington', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 26087.0, + density: 273.8, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.49026, lat: 37.12645 }, + }, + { + zip_code: '85254', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47185.0, + density: 1335.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.95198, lat: 33.61504 }, + }, + { + zip_code: '85337', + usps_city: 'Gila Bend', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2626.0, + density: 1.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.7033, lat: 32.95961 }, + }, + { + zip_code: '85350', + usps_city: 'Somerton', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 22593.0, + density: 88.6, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.6974, lat: 32.55352 }, + }, + { + zip_code: '85355', + usps_city: 'Waddell', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 12998.0, + density: 142.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.45385, lat: 33.57623 }, + }, + { + zip_code: '85748', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19234.0, + density: 627.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.75197, lat: 32.21898 }, + }, + { + zip_code: '86036', + usps_city: 'Marble Canyon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 0.2, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.82288, lat: 36.73704 }, + }, + { + zip_code: '86336', + usps_city: 'Sedona', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11595.0, + density: 19.9, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "72.17", "04005": "27.83"}', + coty_name: ['Yavapai', 'Coconino'], + cty_code: ['04025', '04005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.87408, lat: 34.894 }, + }, + { + zip_code: '86433', + usps_city: 'Oatman', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 0.1, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.34877, lat: 34.91763 }, + }, + { + zip_code: '86443', + usps_city: 'Temple Bar Marina', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.45731, lat: 35.98358 }, + }, + { + zip_code: '87029', + usps_city: 'Lindrith', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 0.3, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.99763, lat: 36.39636 }, + }, + { + zip_code: '87051', + usps_city: 'San Rafael', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 8.7, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.83409, lat: 35.04865 }, + }, + { + zip_code: '87064', + usps_city: 'Youngsville', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 0.2, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.57686, lat: 36.1862 }, + }, + { + zip_code: '87120', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 63884.0, + density: 641.3, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.73708, lat: 35.13508 }, + }, + { + zip_code: '87419', + usps_city: 'Navajo Dam', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 0.5, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "96.12", "35039": "3.88"}', + coty_name: ['San Juan', 'Rio Arriba'], + cty_code: ['35045', '35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.50236, lat: 36.88504 }, + }, + { + zip_code: '87524', + usps_city: 'Costilla', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 0.3, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.67231, lat: 36.93242 }, + }, + { + zip_code: '87577', + usps_city: 'Tres Piedras', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 0.4, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "86.34", "35039": "13.66"}', + coty_name: ['Taos', 'Rio Arriba'], + cty_code: ['35055', '35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.98125, lat: 36.67246 }, + }, + { + zip_code: '87937', + usps_city: 'Hatch', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3404.0, + density: 7.3, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.19131, lat: 32.5998 }, + }, + { + zip_code: '88032', + usps_city: 'Dona Ana', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 612.2, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.81614, lat: 32.39614 }, + }, + { + zip_code: '88115', + usps_city: 'Dora', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 19.4, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.34251, lat: 33.92314 }, + }, + { + zip_code: '88135', + usps_city: 'Texico', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 3.1, + primary_coty_code: '35009', + primary_coty_name: 'Curry', + county_weights: '{"35009": "96.78", "35041": "3.22"}', + coty_name: ['Curry', 'Roosevelt'], + cty_code: ['35009', '35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.09334, lat: 34.5867 }, + }, + { + zip_code: '88252', + usps_city: 'Jal', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2039.0, + density: 0.9, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.38987, lat: 32.1693 }, + }, + { + zip_code: '88337', + usps_city: 'La Luz', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 16.4, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.89153, lat: 32.99129 }, + }, + { + zip_code: '88410', + usps_city: 'Amistad', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 145.0, + density: 0.1, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "89.15", "35021": "10.85"}', + coty_name: ['Union', 'Harding'], + cty_code: ['35059', '35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.29185, lat: 35.87396 }, + }, + { + zip_code: '88414', + usps_city: 'Capulin', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 3.0, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "100"}', + coty_name: ['Union'], + cty_code: ['35059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.99843, lat: 36.77852 }, + }, + { + zip_code: '89085', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 4156.0, + density: 3148.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.19819, lat: 36.30958 }, + }, + { + zip_code: '89119', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 52378.0, + density: 1564.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.14614, lat: 36.08476 }, + }, + { + zip_code: '89402', + usps_city: 'Crystal Bay', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 59.4, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.00295, lat: 39.22549 }, + }, + { + zip_code: '89834', + usps_city: 'Tuscarora', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 0.1, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.2641, lat: 41.37383 }, + }, + { + zip_code: '603', + usps_city: 'Aguadilla', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 47081.0, + density: 574.9, + primary_coty_code: '72005', + primary_coty_name: 'Aguadilla', + county_weights: '{"72005": "100"}', + coty_name: ['Aguadilla'], + cty_code: ['72005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.12201, lat: 18.4544 }, + }, + { + zip_code: '606', + usps_city: 'Maricao', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 6392.0, + density: 58.3, + primary_coty_code: '72093', + primary_coty_name: 'Maricao', + county_weights: '{"72093": "94.88", "72153": "3.78", "72121": "1.35"}', + coty_name: ['Maricao', 'Yauco', 'Sabana Grande'], + cty_code: ['72093', '72153', '72121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.93828, lat: 18.16721 }, + }, + { + zip_code: '627', + usps_city: 'Camuy', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 31598.0, + density: 263.2, + primary_coty_code: '72027', + primary_coty_name: 'Camuy', + county_weights: '{"72027": "100"}', + coty_name: ['Camuy'], + cty_code: ['72027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.86033, lat: 18.419 }, + }, + { + zip_code: '669', + usps_city: 'Lares', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 24803.0, + density: 155.6, + primary_coty_code: '72081', + primary_coty_name: 'Lares', + county_weights: '{"72081": "99.22", "72083": "0.62", "72131": "0.16"}', + coty_name: ['Lares', 'Las Mar\u00edas', 'San Sebasti\u00e1n'], + cty_code: ['72081', '72083', '72131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.86982, lat: 18.27102 }, + }, + { + zip_code: '716', + usps_city: 'Ponce', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 27513.0, + density: 1240.8, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "100"}', + coty_name: ['Ponce'], + cty_code: ['72113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.60014, lat: 17.99942 }, + }, + { + zip_code: '956', + usps_city: 'Bayamon', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 63264.0, + density: 922.7, + primary_coty_code: '72021', + primary_coty_name: 'Bayam\u00f3n', + county_weights: '{"72021": "99.8", "72135": "0.2"}', + coty_name: ['Bayam\u00f3n', 'Toa Alta'], + cty_code: ['72021', '72135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.17175, lat: 18.32082 }, + }, + { + zip_code: '1070', + usps_city: 'Plainfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 12.1, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92391, lat: 42.51853 }, + }, + { + zip_code: '1431', + usps_city: 'Ashby', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3220.0, + density: 52.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.82322, lat: 42.67652 }, + }, + { + zip_code: '1535', + usps_city: 'North Brookfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4774.0, + density: 86.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.07795, lat: 42.2695 }, + }, + { + zip_code: '1537', + usps_city: 'North Oxford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2201.0, + density: 121.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.89149, lat: 42.16158 }, + }, + { + zip_code: '1550', + usps_city: 'Southbridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16887.0, + density: 322.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.03377, lat: 42.06039 }, + }, + { + zip_code: '1746', + usps_city: 'Holliston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14724.0, + density: 304.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.44497, lat: 42.19777 }, + }, + { + zip_code: '1801', + usps_city: 'Woburn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 40359.0, + density: 1230.2, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.15426, lat: 42.487 }, + }, + { + zip_code: '1827', + usps_city: 'Dunstable', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3366.0, + density: 79.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.5005, lat: 42.67642 }, + }, + { + zip_code: '1863', + usps_city: 'North Chelmsford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9372.0, + density: 783.2, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39055, lat: 42.63239 }, + }, + { + zip_code: '2125', + usps_city: 'Dorchester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 34847.0, + density: 6309.8, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05594, lat: 42.31545 }, + }, + { + zip_code: '2152', + usps_city: 'Winthrop', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18542.0, + density: 3629.6, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97789, lat: 42.37279 }, + }, + { + zip_code: '2382', + usps_city: 'Whitman', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15056.0, + density: 838.1, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.93991, lat: 42.07999 }, + }, + { + zip_code: '2559', + usps_city: 'Pocasset', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3746.0, + density: 287.2, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61524, lat: 41.69166 }, + }, + { + zip_code: '2563', + usps_city: 'Sandwich', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9861.0, + density: 288.1, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.478, lat: 41.71963 }, + }, + { + zip_code: '2839', + usps_city: 'Mapleville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 2098.0, + density: 188.6, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64314, lat: 41.94292 }, + }, + { + zip_code: '2840', + usps_city: 'Newport', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 23112.0, + density: 1235.7, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.32036, lat: 41.47775 }, + }, + { + zip_code: '2859', + usps_city: 'Pascoag', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 7070.0, + density: 96.2, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.74516, lat: 41.96667 }, + }, + { + zip_code: '2914', + usps_city: 'East Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 21487.0, + density: 1697.6, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.36504, lat: 41.81371 }, + }, + { + zip_code: '3052', + usps_city: 'Litchfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 8514.0, + density: 220.7, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.455, lat: 42.84285 }, + }, + { + zip_code: '3087', + usps_city: 'Windham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 14610.0, + density: 210.9, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.29945, lat: 42.80759 }, + }, + { + zip_code: '3227', + usps_city: 'Center Sandwich', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1040.0, + density: 6.2, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.4678, lat: 43.82774 }, + }, + { + zip_code: '3255', + usps_city: 'Newbury', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 22.9, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.02625, lat: 43.31479 }, + }, + { + zip_code: '3585', + usps_city: 'Lisbon', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2832.0, + density: 13.5, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.89455, lat: 44.22063 }, + }, + { + zip_code: '3753', + usps_city: 'Grantham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2869.0, + density: 40.8, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.14972, lat: 43.51701 }, + }, + { + zip_code: '4001', + usps_city: 'Acton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2580.0, + density: 27.7, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.92098, lat: 43.52727 }, + }, + { + zip_code: '4002', + usps_city: 'Alfred', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7558.0, + density: 44.2, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.67943, lat: 43.49588 }, + }, + { + zip_code: '4032', + usps_city: 'Freeport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8439.0, + density: 93.8, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.1008, lat: 43.85562 }, + }, + { + zip_code: '4039', + usps_city: 'Gray', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7625.0, + density: 72.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.3422, lat: 43.88747 }, + }, + { + zip_code: '4091', + usps_city: 'West Baldwin', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 867.0, + density: 17.3, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.75141, lat: 43.83211 }, + }, + { + zip_code: '4221', + usps_city: 'Canton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 10.6, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.29981, lat: 44.46028 }, + }, + { + zip_code: '4258', + usps_city: 'Minot', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2587.0, + density: 33.7, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.33787, lat: 44.14833 }, + }, + { + zip_code: '4449', + usps_city: 'Hudson', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 14.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.88397, lat: 44.99775 }, + }, + { + zip_code: '4468', + usps_city: 'Old Town', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9073.0, + density: 29.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.72756, lat: 45.02316 }, + }, + { + zip_code: '4491', + usps_city: 'Vanceboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 4.3, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.4697, lat: 45.57068 }, + }, + { + zip_code: '4649', + usps_city: 'Jonesport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 17.2, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.5817, lat: 44.56605 }, + }, + { + zip_code: '4693', + usps_city: 'Winter Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 10.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.07828, lat: 44.38479 }, + }, + { + zip_code: '4766', + usps_city: 'Perham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 4.2, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.23912, lat: 46.88162 }, + }, + { + zip_code: '4769', + usps_city: 'Presque Isle', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9116.0, + density: 46.4, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.98738, lat: 46.68676 }, + }, + { + zip_code: '4786', + usps_city: 'Washburn', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1933.0, + density: 10.6, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.17877, lat: 46.79208 }, + }, + { + zip_code: '4915', + usps_city: 'Belfast', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8839.0, + density: 46.7, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.04163, lat: 44.4664 }, + }, + { + zip_code: '5041', + usps_city: 'East Randolph', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 28.9, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.54065, lat: 43.95065 }, + }, + { + zip_code: '5048', + usps_city: 'Hartland', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2996.0, + density: 42.1, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4237, lat: 43.58199 }, + }, + { + zip_code: '5065', + usps_city: 'Sharon', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1038.0, + density: 12.4, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.42335, lat: 43.7845 }, + }, + { + zip_code: '5257', + usps_city: 'North Bennington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2932.0, + density: 89.2, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.25389, lat: 42.95913 }, + }, + { + zip_code: '5260', + usps_city: 'North Pownal', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 21.4, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.26493, lat: 42.80718 }, + }, + { + zip_code: '5732', + usps_city: 'Bomoseen', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 625.0, + density: 24.5, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.18255, lat: 43.68531 }, + }, + { + zip_code: '5739', + usps_city: 'Danby', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1390.0, + density: 9.8, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00605, lat: 43.33996 }, + }, + { + zip_code: '5825', + usps_city: 'Coventry', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 10.3, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.24567, lat: 44.86231 }, + }, + { + zip_code: '5836', + usps_city: 'East Hardwick', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 15.9, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.2663, lat: 44.51521 }, + }, + { + zip_code: '6026', + usps_city: 'East Granby', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5304.0, + density: 121.6, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.74235, lat: 41.9427 }, + }, + { + zip_code: '6040', + usps_city: 'Manchester', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 34661.0, + density: 788.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52251, lat: 41.76167 }, + }, + { + zip_code: '6053', + usps_city: 'New Britain', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 34452.0, + density: 1661.1, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79421, lat: 41.68853 }, + }, + { + zip_code: '6069', + usps_city: 'Sharon', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2342.0, + density: 18.1, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44722, lat: 41.85432 }, + }, + { + zip_code: '6109', + usps_city: 'Wethersfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 26171.0, + density: 821.4, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67034, lat: 41.7013 }, + }, + { + zip_code: '6332', + usps_city: 'Central Village', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 493.0, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.90217, lat: 41.73131 }, + }, + { + zip_code: '6350', + usps_city: 'Hanover', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 77.8, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.06838, lat: 41.64836 }, + }, + { + zip_code: '6472', + usps_city: 'Northford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6900.0, + density: 163.0, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.77887, lat: 41.38024 }, + }, + { + zip_code: '6605', + usps_city: 'Bridgeport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 24635.0, + density: 4057.0, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21781, lat: 41.16342 }, + }, + { + zip_code: '6751', + usps_city: 'Bethlehem', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3433.0, + density: 69.8, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21222, lat: 41.63795 }, + }, + { + zip_code: '6907', + usps_city: 'Stamford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8435.0, + density: 1569.8, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.52015, lat: 41.10087 }, + }, + { + zip_code: '7013', + usps_city: 'Clifton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26536.0, + density: 2353.1, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17277, lat: 40.8691 }, + }, + { + zip_code: '7419', + usps_city: 'Hamburg', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8799.0, + density: 217.4, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.56813, lat: 41.15321 }, + }, + { + zip_code: '7446', + usps_city: 'Ramsey', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14892.0, + density: 1039.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14545, lat: 41.05944 }, + }, + { + zip_code: '7606', + usps_city: 'South Hackensack', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2575.0, + density: 1517.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04668, lat: 40.85725 }, + }, + { + zip_code: '7720', + usps_city: 'Bradley Beach', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4193.0, + density: 2656.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01276, lat: 40.20177 }, + }, + { + zip_code: '7733', + usps_city: 'Holmdel', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16479.0, + density: 355.0, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17258, lat: 40.3767 }, + }, + { + zip_code: '7926', + usps_city: 'Brookside', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 13.1, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57029, lat: 40.80129 }, + }, + { + zip_code: '7970', + usps_city: 'Mount Freedom', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 267.6, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57277, lat: 40.80802 }, + }, + { + zip_code: '8029', + usps_city: 'Glendora', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4871.0, + density: 1816.7, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06781, lat: 39.84063 }, + }, + { + zip_code: '8225', + usps_city: 'Northfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8153.0, + density: 505.6, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54079, lat: 39.36396 }, + }, + { + zip_code: '8326', + usps_city: 'Landisville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 148.1, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92829, lat: 39.53767 }, + }, + { + zip_code: '8340', + usps_city: 'Milmay', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1327.0, + density: 38.9, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "67.62", "34011": "32.38"}', + coty_name: ['Atlantic', 'Cumberland'], + cty_code: ['34001', '34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.87302, lat: 39.43609 }, + }, + { + zip_code: '8555', + usps_city: 'Roosevelt', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 194.5, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4718, lat: 40.21995 }, + }, + { + zip_code: '8721', + usps_city: 'Bayville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21074.0, + density: 523.9, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15523, lat: 39.90417 }, + }, + { + zip_code: '8723', + usps_city: 'Brick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 32846.0, + density: 1052.9, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11089, lat: 40.03885 }, + }, + { + zip_code: '10004', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3335.0, + density: 2391.1, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02106, lat: 40.69465 }, + }, + { + zip_code: '10309', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 34058.0, + density: 1975.6, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22056, lat: 40.53132 }, + }, + { + zip_code: '10514', + usps_city: 'Chappaqua', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12667.0, + density: 381.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77091, lat: 41.17308 }, + }, + { + zip_code: '10537', + usps_city: 'Lake Peekskill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2441.0, + density: 875.1, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "93.71", "36119": "6.29"}', + coty_name: ['Putnam', 'Westchester'], + cty_code: ['36079', '36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88514, lat: 41.33785 }, + }, + { + zip_code: '10550', + usps_city: 'Mount Vernon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37429.0, + density: 7282.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83505, lat: 40.90625 }, + }, + { + zip_code: '10578', + usps_city: 'Purdys', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 195.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67446, lat: 41.31739 }, + }, + { + zip_code: '11204', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 76395.0, + density: 18573.3, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98492, lat: 40.61871 }, + }, + { + zip_code: '11206', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 88422.0, + density: 23799.9, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94235, lat: 40.70187 }, + }, + { + zip_code: '11367', + usps_city: 'Flushing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41207.0, + density: 6754.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82623, lat: 40.73041 }, + }, + { + zip_code: '11368', + usps_city: 'Corona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 112088.0, + density: 16458.1, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8526, lat: 40.74959 }, + }, + { + zip_code: '11415', + usps_city: 'Kew Gardens', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18891.0, + density: 12887.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82816, lat: 40.70795 }, + }, + { + zip_code: '11561', + usps_city: 'Long Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37726.0, + density: 3732.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64791, lat: 40.58937 }, + }, + { + zip_code: '11694', + usps_city: 'Rockaway Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21202.0, + density: 6126.2, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84386, lat: 40.57775 }, + }, + { + zip_code: '11720', + usps_city: 'Centereach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28454.0, + density: 1345.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08212, lat: 40.87035 }, + }, + { + zip_code: '11746', + usps_city: 'Huntington Station', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 67863.0, + density: 1096.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.36095, lat: 40.81438 }, + }, + { + zip_code: '11776', + usps_city: 'Port Jefferson Station', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24950.0, + density: 1398.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04636, lat: 40.91361 }, + }, + { + zip_code: '11777', + usps_city: 'Port Jefferson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9007.0, + density: 796.0, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.06468, lat: 40.95169 }, + }, + { + zip_code: '11797', + usps_city: 'Woodbury', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8962.0, + density: 673.6, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47004, lat: 40.81727 }, + }, + { + zip_code: '11941', + usps_city: 'Eastport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1797.0, + density: 282.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.72839, lat: 40.82973 }, + }, + { + zip_code: '12009', + usps_city: 'Altamont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7900.0, + density: 58.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03178, lat: 42.69824 }, + }, + { + zip_code: '12019', + usps_city: 'Ballston Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14456.0, + density: 189.2, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "94.83", "36093": "5.17"}', + coty_name: ['Saratoga', 'Schenectady'], + cty_code: ['36091', '36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88635, lat: 42.93075 }, + }, + { + zip_code: '12161', + usps_city: 'South Bethlehem', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 180.2, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.85486, lat: 42.53606 }, + }, + { + zip_code: '12204', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8318.0, + density: 789.6, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72852, lat: 42.68802 }, + }, + { + zip_code: '12504', + usps_city: 'Annandale On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1494.0, + density: 392.5, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91605, lat: 42.02963 }, + }, + { + zip_code: '12543', + usps_city: 'Maybrook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3535.0, + density: 118.8, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17578, lat: 41.49327 }, + }, + { + zip_code: '12548', + usps_city: 'Modena', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1306.0, + density: 85.9, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10747, lat: 41.65987 }, + }, + { + zip_code: '12752', + usps_city: 'Lake Huntington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 60.2, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98832, lat: 41.68243 }, + }, + { + zip_code: '12804', + usps_city: 'Queensbury', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26187.0, + density: 190.5, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "99.85", "36115": "0.15"}', + coty_name: ['Warren', 'Washington'], + cty_code: ['36113', '36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.68408, lat: 43.33891 }, + }, + { + zip_code: '12871', + usps_city: 'Schuylerville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4418.0, + density: 57.3, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.61351, lat: 43.08916 }, + }, + { + zip_code: '12921', + usps_city: 'Chazy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2734.0, + density: 31.8, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.43791, lat: 44.89118 }, + }, + { + zip_code: '12930', + usps_city: 'Dickinson Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 8.0, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "98.11", "36089": "1.89"}', + coty_name: ['Franklin', 'St. Lawrence'], + cty_code: ['36033', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54128, lat: 44.72338 }, + }, + { + zip_code: '12939', + usps_city: 'Gabriels', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 20.8, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16691, lat: 44.42776 }, + }, + { + zip_code: '12962', + usps_city: 'Morrisonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5256.0, + density: 47.0, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60537, lat: 44.70159 }, + }, + { + zip_code: '13020', + usps_city: 'Apulia Station', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 81.7, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07455, lat: 42.81647 }, + }, + { + zip_code: '13087', + usps_city: 'Little York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 252.1, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "100"}', + coty_name: ['Cortland'], + cty_code: ['36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.15587, lat: 42.7064 }, + }, + { + zip_code: '13112', + usps_city: 'Memphis', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 31.9, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.41846, lat: 43.10146 }, + }, + { + zip_code: '13122', + usps_city: 'New Woodstock', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1239.0, + density: 25.6, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "84.67", "36067": "15.33"}', + coty_name: ['Madison', 'Onondaga'], + cty_code: ['36053', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85947, lat: 42.84187 }, + }, + { + zip_code: '13136', + usps_city: 'Pitcher', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 8.6, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84903, lat: 42.61469 }, + }, + { + zip_code: '13317', + usps_city: 'Canajoharie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3926.0, + density: 32.9, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "99.6", "36077": "0.4"}', + coty_name: ['Montgomery', 'Otsego'], + cty_code: ['36057', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58309, lat: 42.85503 }, + }, + { + zip_code: '13350', + usps_city: 'Herkimer', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9786.0, + density: 124.2, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98873, lat: 43.06185 }, + }, + { + zip_code: '13367', + usps_city: 'Lowville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8767.0, + density: 7.5, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "99.76", "36043": "0.24"}', + coty_name: ['Lewis', 'Herkimer'], + cty_code: ['36049', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30587, lat: 43.85827 }, + }, + { + zip_code: '13483', + usps_city: 'Westdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 23.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82556, lat: 43.39757 }, + }, + { + zip_code: '13485', + usps_city: 'West Edmeston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1029.0, + density: 9.0, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "69.35", "36077": "20.76", "36017": "9.89"}', + coty_name: ['Madison', 'Otsego', 'Chenango'], + cty_code: ['36053', '36077', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31488, lat: 42.78675 }, + }, + { + zip_code: '13659', + usps_city: 'Lorraine', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 3.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87133, lat: 43.73818 }, + }, + { + zip_code: '13678', + usps_city: 'Raymondville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 196.7, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98385, lat: 44.82086 }, + }, + { + zip_code: '13752', + usps_city: 'Delancey', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 794.0, + density: 6.3, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90136, lat: 42.18312 }, + }, + { + zip_code: '13862', + usps_city: 'Whitney Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4290.0, + density: 29.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "99.36", "36023": "0.64"}', + coty_name: ['Broome', 'Cortland'], + cty_code: ['36007', '36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93851, lat: 42.33638 }, + }, + { + zip_code: '14034', + usps_city: 'Collins', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2716.0, + density: 40.8, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86094, lat: 42.49818 }, + }, + { + zip_code: '14062', + usps_city: 'Forestville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3046.0, + density: 16.3, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15074, lat: 42.4409 }, + }, + { + zip_code: '14113', + usps_city: 'North Java', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 10.3, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.33968, lat: 42.67163 }, + }, + { + zip_code: '14224', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 40815.0, + density: 777.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74799, lat: 42.83781 }, + }, + { + zip_code: '14414', + usps_city: 'Avon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7017.0, + density: 68.9, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "99.75", "36055": "0.25"}', + coty_name: ['Livingston', 'Monroe'], + cty_code: ['36051', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73514, lat: 42.89349 }, + }, + { + zip_code: '14533', + usps_city: 'Piffard', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2206.0, + density: 26.5, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "99.4", "36121": "0.6"}', + coty_name: ['Livingston', 'Wyoming'], + cty_code: ['36051', '36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88555, lat: 42.84444 }, + }, + { + zip_code: '14569', + usps_city: 'Warsaw', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5896.0, + density: 29.8, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17138, lat: 42.73931 }, + }, + { + zip_code: '14571', + usps_city: 'Waterport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 28.4, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "100"}', + coty_name: ['Orleans'], + cty_code: ['36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.25309, lat: 43.34256 }, + }, + { + zip_code: '14580', + usps_city: 'Webster', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 52585.0, + density: 476.6, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "99.85", "36117": "0.15"}', + coty_name: ['Monroe', 'Wayne'], + cty_code: ['36055', '36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44551, lat: 43.2193 }, + }, + { + zip_code: '14718', + usps_city: 'Cassadaga', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2041.0, + density: 23.9, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.28727, lat: 42.34481 }, + }, + { + zip_code: '14721', + usps_city: 'Ceres', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 15.6, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.26648, lat: 42.01386 }, + }, + { + zip_code: '14802', + usps_city: 'Alfred', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4235.0, + density: 1571.9, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78926, lat: 42.25326 }, + }, + { + zip_code: '14818', + usps_city: 'Burdett', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 22.5, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "100"}', + coty_name: ['Schuyler'], + cty_code: ['36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81885, lat: 42.44809 }, + }, + { + zip_code: '14825', + usps_city: 'Chemung', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 15.1, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62115, lat: 42.05508 }, + }, + { + zip_code: '14872', + usps_city: 'Pine Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 39.5, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8678, lat: 42.24239 }, + }, + { + zip_code: '14885', + usps_city: 'Troupsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 6.6, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57035, lat: 42.04656 }, + }, + { + zip_code: '14891', + usps_city: 'Watkins Glen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4276.0, + density: 31.6, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "100"}', + coty_name: ['Schuyler'], + cty_code: ['36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94575, lat: 42.37724 }, + }, + { + zip_code: '14903', + usps_city: 'Elmira', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7600.0, + density: 140.6, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87563, lat: 42.12526 }, + }, + { + zip_code: '15067', + usps_city: 'New Eagle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2406.0, + density: 455.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96208, lat: 40.20875 }, + }, + { + zip_code: '15085', + usps_city: 'Trafford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7586.0, + density: 307.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "98.6", "42003": "1.4"}', + coty_name: ['Westmoreland', 'Allegheny'], + cty_code: ['42129', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72227, lat: 40.38573 }, + }, + { + zip_code: '15239', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20603.0, + density: 497.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.73808, lat: 40.48368 }, + }, + { + zip_code: '15329', + usps_city: 'Prosperity', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1397.0, + density: 13.3, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "80.92", "42059": "19.08"}', + coty_name: ['Washington', 'Greene'], + cty_code: ['42125', '42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2755, lat: 40.03057 }, + }, + { + zip_code: '15345', + usps_city: 'Marianna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 27.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "97.14", "42059": "2.86"}', + coty_name: ['Washington', 'Greene'], + cty_code: ['42125', '42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10503, lat: 40.02263 }, + }, + { + zip_code: '15423', + usps_city: 'Coal Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2439.0, + density: 57.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92707, lat: 40.08765 }, + }, + { + zip_code: '15428', + usps_city: 'Dawson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1929.0, + density: 36.3, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.68177, lat: 40.08098 }, + }, + { + zip_code: '15554', + usps_city: 'New Paris', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2454.0, + density: 26.6, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61847, lat: 40.12543 }, + }, + { + zip_code: '15610', + usps_city: 'Acme', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3604.0, + density: 36.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "55.59", "42051": "44.41"}', + coty_name: ['Westmoreland', 'Fayette'], + cty_code: ['42129', '42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.41489, lat: 40.1416 }, + }, + { + zip_code: '15672', + usps_city: 'New Stanton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3244.0, + density: 107.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63109, lat: 40.24366 }, + }, + { + zip_code: '15760', + usps_city: 'Marsteller', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 42.4, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80016, lat: 40.64833 }, + }, + { + zip_code: '15848', + usps_city: 'Luthersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 23.7, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71906, lat: 41.03163 }, + }, + { + zip_code: '15853', + usps_city: 'Ridgway', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6318.0, + density: 16.2, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "99.76", "42065": "0.24"}', + coty_name: ['Elk', 'Jefferson'], + cty_code: ['42047', '42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79405, lat: 41.39403 }, + }, + { + zip_code: '15948', + usps_city: 'Revloc', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 288.9, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.76472, lat: 40.48995 }, + }, + { + zip_code: '16024', + usps_city: 'Callery', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 379.3, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03854, lat: 40.74266 }, + }, + { + zip_code: '16034', + usps_city: 'Fenelton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1906.0, + density: 37.1, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72973, lat: 40.86139 }, + }, + { + zip_code: '16222', + usps_city: 'Dayton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2671.0, + density: 15.7, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "89.94", "42063": "7.28", "42065": "2.77"}', + coty_name: ['Armstrong', 'Indiana', 'Jefferson'], + cty_code: ['42005', '42063', '42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26088, lat: 40.87377 }, + }, + { + zip_code: '16333', + usps_city: 'Ludlow', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 18.2, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92856, lat: 41.70345 }, + }, + { + zip_code: '16344', + usps_city: 'Rouseville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 197.9, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.68456, lat: 41.47041 }, + }, + { + zip_code: '16407', + usps_city: 'Corry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11034.0, + density: 39.6, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "86.65", "42123": "11.8", "42039": "1.56"}', + coty_name: ['Erie', 'Warren', 'Crawford'], + cty_code: ['42049', '42123', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66328, lat: 41.91978 }, + }, + { + zip_code: '16410', + usps_city: 'Cranesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1727.0, + density: 29.6, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30603, lat: 41.92107 }, + }, + { + zip_code: '16428', + usps_city: 'North East', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12279.0, + density: 64.6, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82852, lat: 42.17062 }, + }, + { + zip_code: '16825', + usps_city: 'Bigler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 184.8, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.31193, lat: 40.98624 }, + }, + { + zip_code: '16870', + usps_city: 'Port Matilda', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7298.0, + density: 41.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.06028, lat: 40.80007 }, + }, + { + zip_code: '16872', + usps_city: 'Rebersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1893.0, + density: 12.6, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "99.68", "42035": "0.32"}', + coty_name: ['Centre', 'Clinton'], + cty_code: ['42027', '42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35842, lat: 40.9674 }, + }, + { + zip_code: '16921', + usps_city: 'Gaines', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 2.6, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55895, lat: 41.71164 }, + }, + { + zip_code: '17006', + usps_city: 'Blain', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 5.5, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.54373, lat: 40.28559 }, + }, + { + zip_code: '17044', + usps_city: 'Lewistown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20986.0, + density: 82.6, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59429, lat: 40.57841 }, + }, + { + zip_code: '17056', + usps_city: 'Mexico', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 205.7, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35426, lat: 40.53757 }, + }, + { + zip_code: '17060', + usps_city: 'Mill Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 16.8, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89671, lat: 40.46787 }, + }, + { + zip_code: '17240', + usps_city: 'Newburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4001.0, + density: 32.2, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "70.49", "42055": "29.51"}', + coty_name: ['Cumberland', 'Franklin'], + cty_code: ['42041', '42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.58309, lat: 40.15424 }, + }, + { + zip_code: '17532', + usps_city: 'Holtwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2925.0, + density: 53.3, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29623, lat: 39.85354 }, + }, + { + zip_code: '17543', + usps_city: 'Lititz', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 45051.0, + density: 250.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30153, lat: 40.18459 }, + }, + { + zip_code: '17557', + usps_city: 'New Holland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14668.0, + density: 174.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07287, lat: 40.10116 }, + }, + { + zip_code: '17771', + usps_city: 'Trout Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3194.0, + density: 5.7, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03932, lat: 41.43171 }, + }, + { + zip_code: '17931', + usps_city: 'Frackville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8751.0, + density: 323.2, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21507, lat: 40.78374 }, + }, + { + zip_code: '17943', + usps_city: 'Lavelle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 74.9, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38796, lat: 40.75658 }, + }, + { + zip_code: '17953', + usps_city: 'Middleport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 12.1, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.12392, lat: 40.75185 }, + }, + { + zip_code: '17964', + usps_city: 'Pitman', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 13.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "94.61", "42097": "5.39"}', + coty_name: ['Schuylkill', 'Northumberland'], + cty_code: ['42107', '42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49698, lat: 40.71419 }, + }, + { + zip_code: '17979', + usps_city: 'Summit Station', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 72.1, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19974, lat: 40.56151 }, + }, + { + zip_code: '18018', + usps_city: 'Bethlehem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31304.0, + density: 2341.2, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "55.93", "42095": "44.07"}', + coty_name: ['Lehigh', 'Northampton'], + cty_code: ['42077', '42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39528, lat: 40.62772 }, + }, + { + zip_code: '18201', + usps_city: 'Hazleton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26983.0, + density: 483.8, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "99.33", "42107": "0.41", "42025": "0.26"}', + coty_name: ['Luzerne', 'Schuylkill', 'Carbon'], + cty_code: ['42079', '42107', '42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95625, lat: 40.94888 }, + }, + { + zip_code: '18211', + usps_city: 'Andreas', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1115.0, + density: 20.2, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "97.39", "42025": "2.61"}', + coty_name: ['Schuylkill', 'Carbon'], + cty_code: ['42107', '42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82539, lat: 40.74377 }, + }, + { + zip_code: '18252', + usps_city: 'Tamaqua', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10491.0, + density: 68.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.97612, lat: 40.77236 }, + }, + { + zip_code: '18254', + usps_city: 'Tresckow', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1073.0, + density: 234.7, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96564, lat: 40.91594 }, + }, + { + zip_code: '18425', + usps_city: 'Greeley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 21.9, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02051, lat: 41.42577 }, + }, + { + zip_code: '18464', + usps_city: 'Tafton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 45.0, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17869, lat: 41.40327 }, + }, + { + zip_code: '18470', + usps_city: 'Union Dale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2283.0, + density: 14.3, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "93.53", "42127": "6.47"}', + coty_name: ['Susquehanna', 'Wayne'], + cty_code: ['42115', '42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53824, lat: 41.72793 }, + }, + { + zip_code: '18612', + usps_city: 'Dallas', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18432.0, + density: 132.0, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "98.11", "42131": "1.89"}', + coty_name: ['Luzerne', 'Wyoming'], + cty_code: ['42079', '42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98332, lat: 41.34938 }, + }, + { + zip_code: '18821', + usps_city: 'Great Bend', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1404.0, + density: 156.9, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73635, lat: 41.98652 }, + }, + { + zip_code: '18828', + usps_city: 'Lawton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 13.1, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10448, lat: 41.79647 }, + }, + { + zip_code: '18844', + usps_city: 'Springville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1933.0, + density: 21.8, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "98.77", "42131": "1.23"}', + coty_name: ['Susquehanna', 'Wyoming'], + cty_code: ['42115', '42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9143, lat: 41.69516 }, + }, + { + zip_code: '18950', + usps_city: 'Point Pleasant', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 71.4, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07147, lat: 40.44282 }, + }, + { + zip_code: '18969', + usps_city: 'Telford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15435.0, + density: 352.5, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "69.44", "42017": "30.56"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37272, lat: 40.32631 }, + }, + { + zip_code: '19014', + usps_city: 'Aston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20900.0, + density: 897.3, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.43358, lat: 39.86362 }, + }, + { + zip_code: '19032', + usps_city: 'Folcroft', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6627.0, + density: 2518.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2795, lat: 39.89122 }, + }, + { + zip_code: '19035', + usps_city: 'Gladwyne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3453.0, + density: 280.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28147, lat: 40.0492 }, + }, + { + zip_code: '19074', + usps_city: 'Norwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5893.0, + density: 2925.2, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29637, lat: 39.88644 }, + }, + { + zip_code: '19094', + usps_city: 'Woodlyn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4060.0, + density: 1954.2, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34659, lat: 39.87482 }, + }, + { + zip_code: '19119', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28192.0, + density: 3360.8, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.19094, lat: 40.05382 }, + }, + { + zip_code: '19148', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 52259.0, + density: 4778.5, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15143, lat: 39.91162 }, + }, + { + zip_code: '19343', + usps_city: 'Glenmoore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7810.0, + density: 111.2, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75458, lat: 40.1014 }, + }, + { + zip_code: '19365', + usps_city: 'Parkesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7431.0, + density: 160.7, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.92512, lat: 39.96409 }, + }, + { + zip_code: '19374', + usps_city: 'Toughkenamon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1086.0, + density: 243.8, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75329, lat: 39.83343 }, + }, + { + zip_code: '19464', + usps_city: 'Pottstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46904.0, + density: 713.8, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "99.89", "42011": "0.11"}', + coty_name: ['Montgomery', 'Berks'], + cty_code: ['42091', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61574, lat: 40.25886 }, + }, + { + zip_code: '19707', + usps_city: 'Hockessin', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 15821.0, + density: 462.7, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68083, lat: 39.78587 }, + }, + { + zip_code: '19930', + usps_city: 'Bethany Beach', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 2300.0, + density: 157.3, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06487, lat: 38.55095 }, + }, + { + zip_code: '19979', + usps_city: 'Viola', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 136.8, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57251, lat: 39.04875 }, + }, + { + zip_code: '20115', + usps_city: 'Marshall', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7142.0, + density: 29.0, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9001, lat: 38.82155 }, + }, + { + zip_code: '20175', + usps_city: 'Leesburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 34857.0, + density: 215.5, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60071, lat: 39.05928 }, + }, + { + zip_code: '20551', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0458, lat: 38.8928 }, + }, + { + zip_code: '20593', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01021, lat: 38.86671 }, + }, + { + zip_code: '20675', + usps_city: 'Pomfret', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2017.0, + density: 129.0, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0224, lat: 38.58095 }, + }, + { + zip_code: '20710', + usps_city: 'Bladensburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9553.0, + density: 3339.7, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92617, lat: 38.94206 }, + }, + { + zip_code: '20762', + usps_city: 'Andrews Air Force Base', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3079.0, + density: 201.8, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87482, lat: 38.80731 }, + }, + { + zip_code: '20912', + usps_city: 'Takoma Park', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 26140.0, + density: 3777.3, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "86.07", "24033": "13.93"}', + coty_name: ['Montgomery', "Prince George's"], + cty_code: ['24031', '24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00124, lat: 38.9822 }, + }, + { + zip_code: '21209', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 28309.0, + density: 1543.2, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "53.86", "24510": "46.14"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6696, lat: 39.3739 }, + }, + { + zip_code: '21524', + usps_city: 'Corriganville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 775.0, + density: 86.5, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "100"}', + coty_name: ['Allegany'], + cty_code: ['24001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80141, lat: 39.70761 }, + }, + { + zip_code: '21607', + usps_city: 'Barclay', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 15.5, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85418, lat: 39.13272 }, + }, + { + zip_code: '21624', + usps_city: 'Claiborne', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 61.1, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.267, lat: 38.84261 }, + }, + { + zip_code: '21673', + usps_city: 'Trappe', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3270.0, + density: 24.4, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04074, lat: 38.65194 }, + }, + { + zip_code: '21679', + usps_city: 'Wye Mills', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 12.5, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.08466, lat: 38.91758 }, + }, + { + zip_code: '21710', + usps_city: 'Adamstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4859.0, + density: 73.4, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44959, lat: 39.29815 }, + }, + { + zip_code: '21850', + usps_city: 'Pittsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2935.0, + density: 36.4, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39935, lat: 38.36055 }, + }, + { + zip_code: '21913', + usps_city: 'Cecilton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 733.3, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86757, lat: 39.40454 }, + }, + { + zip_code: '21916', + usps_city: 'Childs', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 187.0, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86182, lat: 39.64119 }, + }, + { + zip_code: '21920', + usps_city: 'Elk Mills', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 491.0, + density: 380.5, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82839, lat: 39.65746 }, + }, + { + zip_code: '22042', + usps_city: 'Falls Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35174.0, + density: 2055.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "99.16", "51610": "0.84"}', + coty_name: ['Fairfax', 'Falls Church'], + cty_code: ['51059', '51610'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19563, lat: 38.8644 }, + }, + { + zip_code: '22153', + usps_city: 'Springfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31196.0, + density: 1356.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23465, lat: 38.74484 }, + }, + { + zip_code: '22641', + usps_city: 'Strasburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 21.0, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39151, lat: 39.08061 }, + }, + { + zip_code: '22657', + usps_city: 'Strasburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10738.0, + density: 67.2, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "92.24", "51187": "7.76"}', + coty_name: ['Shenandoah', 'Warren'], + cty_code: ['51171', '51187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37231, lat: 39.00546 }, + }, + { + zip_code: '22732', + usps_city: 'Radiant', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 49.5, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.18995, lat: 38.31466 }, + }, + { + zip_code: '23139', + usps_city: 'Powhatan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24647.0, + density: 39.8, + primary_coty_code: '51145', + primary_coty_name: 'Powhatan', + county_weights: '{"51145": "99.21", "51049": "0.79"}', + coty_name: ['Powhatan', 'Cumberland'], + cty_code: ['51145', '51049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93374, lat: 37.54972 }, + }, + { + zip_code: '23187', + usps_city: 'Williamsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 996.2, + primary_coty_code: '51830', + primary_coty_name: 'Williamsburg', + county_weights: '{"51830": "100"}', + coty_name: ['Williamsburg'], + cty_code: ['51830'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72078, lat: 37.26743 }, + }, + { + zip_code: '23294', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18091.0, + density: 1688.4, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "100"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.54232, lat: 37.63044 }, + }, + { + zip_code: '23324', + usps_city: 'Chesapeake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23893.0, + density: 1382.1, + primary_coty_code: '51550', + primary_coty_name: 'Chesapeake', + county_weights: '{"51550": "100"}', + coty_name: ['Chesapeake'], + cty_code: ['51550'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.27517, lat: 36.7999 }, + }, + { + zip_code: '23401', + usps_city: 'Keller', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 26.0, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77945, lat: 37.62749 }, + }, + { + zip_code: '23709', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 686.0, + density: 1744.3, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30525, lat: 36.81267 }, + }, + { + zip_code: '23824', + usps_city: 'Blackstone', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6476.0, + density: 14.1, + primary_coty_code: '51135', + primary_coty_name: 'Nottoway', + county_weights: + '{"51135": "94.84", "51025": "3.11", "51053": "1.3", "51111": "0.75"}', + coty_name: ['Nottoway', 'Brunswick', 'Dinwiddie', 'Lunenburg'], + cty_code: ['51135', '51025', '51053', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96734, lat: 37.08962 }, + }, + { + zip_code: '23832', + usps_city: 'Chesterfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38329.0, + density: 373.7, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5926, lat: 37.39467 }, + }, + { + zip_code: '23846', + usps_city: 'Elberon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 852.0, + density: 7.7, + primary_coty_code: '51181', + primary_coty_name: 'Surry', + county_weights: '{"51181": "100"}', + coty_name: ['Surry'], + cty_code: ['51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.83777, lat: 37.057 }, + }, + { + zip_code: '23960', + usps_city: 'Prospect', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 13.8, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "98.29", "51011": "1.71"}', + coty_name: ['Prince Edward', 'Appomattox'], + cty_code: ['51147', '51011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56053, lat: 37.31378 }, + }, + { + zip_code: '23966', + usps_city: 'Rice', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2286.0, + density: 16.5, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "92.38", "51007": "7.62"}', + coty_name: ['Prince Edward', 'Amelia'], + cty_code: ['51147', '51007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.27278, lat: 37.29262 }, + }, + { + zip_code: '24171', + usps_city: 'Stuart', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8327.0, + density: 16.1, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "100"}', + coty_name: ['Patrick'], + cty_code: ['51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23868, lat: 36.67195 }, + }, + { + zip_code: '24266', + usps_city: 'Lebanon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8986.0, + density: 28.6, + primary_coty_code: '51167', + primary_coty_name: 'Russell', + county_weights: '{"51167": "100"}', + coty_name: ['Russell'], + cty_code: ['51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11867, lat: 36.86436 }, + }, + { + zip_code: '24269', + usps_city: 'McClure', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 19.7, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "100"}', + coty_name: ['Dickenson'], + cty_code: ['51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37603, lat: 37.08122 }, + }, + { + zip_code: '24277', + usps_city: 'Pennington Gap', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6906.0, + density: 50.4, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03076, lat: 36.74835 }, + }, + { + zip_code: '24411', + usps_city: 'Augusta Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 48.0, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3111, lat: 38.10519 }, + }, + { + zip_code: '24439', + usps_city: 'Goshen', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1227.0, + density: 5.0, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "82.04", "51015": "17.96"}', + coty_name: ['Rockbridge', 'Augusta'], + cty_code: ['51163', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48967, lat: 37.99289 }, + }, + { + zip_code: '24442', + usps_city: 'Head Waters', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 1.0, + primary_coty_code: '51091', + primary_coty_name: 'Highland', + county_weights: '{"51091": "100"}', + coty_name: ['Highland'], + cty_code: ['51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.40838, lat: 38.33915 }, + }, + { + zip_code: '24557', + usps_city: 'Gretna', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7696.0, + density: 18.1, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "99.54", "51083": "0.46"}', + coty_name: ['Pittsylvania', 'Halifax'], + cty_code: ['51143', '51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.30432, lat: 36.96662 }, + }, + { + zip_code: '24565', + usps_city: 'Java', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 5.5, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "92.79", "51083": "7.21"}', + coty_name: ['Pittsylvania', 'Halifax'], + cty_code: ['51143', '51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18943, lat: 36.8499 }, + }, + { + zip_code: '24586', + usps_city: 'Ringgold', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5819.0, + density: 42.3, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.283, lat: 36.60699 }, + }, + { + zip_code: '24589', + usps_city: 'Scottsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3170.0, + density: 15.8, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75788, lat: 36.75875 }, + }, + { + zip_code: '24597', + usps_city: 'Vernon Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1151.0, + density: 8.9, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "90.21", "51143": "9.79"}', + coty_name: ['Halifax', 'Pittsylvania'], + cty_code: ['51083', '51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.10954, lat: 36.78531 }, + }, + { + zip_code: '24651', + usps_city: 'Tazewell', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5665.0, + density: 13.9, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50416, lat: 37.07667 }, + }, + { + zip_code: '24657', + usps_city: 'Whitewood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 8.8, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8605, lat: 37.22509 }, + }, + { + zip_code: '24736', + usps_city: 'Matoaka', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 7.9, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "83.48", "54109": "16.52"}', + coty_name: ['Mercer', 'Wyoming'], + cty_code: ['54055', '54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28034, lat: 37.44465 }, + }, + { + zip_code: '24811', + usps_city: 'Avondale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 16.8, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77855, lat: 37.40164 }, + }, + { + zip_code: '24861', + usps_city: 'Maybeury', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 11.0, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36569, lat: 37.36111 }, + }, + { + zip_code: '24915', + usps_city: 'Arbovale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 3.9, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.77636, lat: 38.46521 }, + }, + { + zip_code: '25005', + usps_city: 'Amma', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 7.8, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.26921, lat: 38.58088 }, + }, + { + zip_code: '25031', + usps_city: 'Boomer', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 63.6, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.26561, lat: 38.15192 }, + }, + { + zip_code: '25040', + usps_city: 'Charlton Heights', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 433.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23862, lat: 38.12706 }, + }, + { + zip_code: '25142', + usps_city: 'Nellis', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 44.1, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73204, lat: 38.1531 }, + }, + { + zip_code: '25185', + usps_city: 'Mount Olive', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 4756.4, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23804, lat: 38.23518 }, + }, + { + zip_code: '25244', + usps_city: 'Gay', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 7.6, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "87.98", "54087": "12.02"}', + coty_name: ['Jackson', 'Roane'], + cty_code: ['54035', '54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54808, lat: 38.77216 }, + }, + { + zip_code: '25252', + usps_city: 'Le Roy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1232.0, + density: 8.1, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "58.26", "54105": "22.13", "54087": "19.61"}', + coty_name: ['Jackson', 'Wirt', 'Roane'], + cty_code: ['54035', '54105', '54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53252, lat: 38.88882 }, + }, + { + zip_code: '25306', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7106.0, + density: 73.7, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49031, lat: 38.3111 }, + }, + { + zip_code: '25432', + usps_city: 'Millville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 49.6, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "100"}', + coty_name: ['Jefferson'], + cty_code: ['54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78432, lat: 39.30579 }, + }, + { + zip_code: '25443', + usps_city: 'Shepherdstown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7634.0, + density: 107.1, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "97.88", "54003": "2.12"}', + coty_name: ['Jefferson', 'Berkeley'], + cty_code: ['54037', '54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81459, lat: 39.43726 }, + }, + { + zip_code: '25517', + usps_city: 'Genoa', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1487.0, + density: 14.1, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45706, lat: 38.10222 }, + }, + { + zip_code: '25567', + usps_city: 'Sumerco', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 579.0, + density: 13.3, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87585, lat: 38.21875 }, + }, + { + zip_code: '25606', + usps_city: 'Accoville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 84.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82353, lat: 37.76257 }, + }, + { + zip_code: '25857', + usps_city: 'Josephine', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 1.4, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2595, lat: 37.62346 }, + }, + { + zip_code: '25870', + usps_city: 'Maben', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 71.8, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38752, lat: 37.62509 }, + }, + { + zip_code: '25932', + usps_city: 'Surveyor', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 41.9, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30928, lat: 37.75652 }, + }, + { + zip_code: '26201', + usps_city: 'Buckhannon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19919.0, + density: 42.9, + primary_coty_code: '54097', + primary_coty_name: 'Upshur', + county_weights: '{"54097": "96.61", "54001": "2.34", "54041": "1.05"}', + coty_name: ['Upshur', 'Barbour', 'Lewis'], + cty_code: ['54097', '54001', '54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20388, lat: 39.00049 }, + }, + { + zip_code: '26268', + usps_city: 'Glady', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 0.2, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7389, lat: 38.74898 }, + }, + { + zip_code: '26372', + usps_city: 'Horner', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 10.9, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "100"}', + coty_name: ['Lewis'], + cty_code: ['54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37348, lat: 38.9586 }, + }, + { + zip_code: '27028', + usps_city: 'Mocksville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26465.0, + density: 53.0, + primary_coty_code: '37059', + primary_coty_name: 'Davie', + county_weights: '{"37059": "99.83", "37097": "0.17"}', + coty_name: ['Davie', 'Iredell'], + cty_code: ['37059', '37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57515, lat: 35.92347 }, + }, + { + zip_code: '27052', + usps_city: 'Walnut Cove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10383.0, + density: 38.2, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "87.7", "37067": "12.3"}', + coty_name: ['Stokes', 'Forsyth'], + cty_code: ['37169', '37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15436, lat: 36.32615 }, + }, + { + zip_code: '27109', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2661.0, + density: 5262.1, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27798, lat: 36.13391 }, + }, + { + zip_code: '27302', + usps_city: 'Mebane', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 31280.0, + density: 103.4, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "68.81", "37135": "27.82", "37033": "3.38"}', + coty_name: ['Alamance', 'Orange', 'Caswell'], + cty_code: ['37001', '37135', '37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26434, lat: 36.14042 }, + }, + { + zip_code: '27405', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48879.0, + density: 607.6, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7354, lat: 36.11603 }, + }, + { + zip_code: '27521', + usps_city: 'Coats', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6366.0, + density: 94.7, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "100"}', + coty_name: ['Harnett'], + cty_code: ['37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65924, lat: 35.41365 }, + }, + { + zip_code: '27530', + usps_city: 'Goldsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38940.0, + density: 142.2, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "100"}', + coty_name: ['Wayne'], + cty_code: ['37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07487, lat: 35.36899 }, + }, + { + zip_code: '27541', + usps_city: 'Hurdle Mills', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3915.0, + density: 21.8, + primary_coty_code: '37145', + primary_coty_name: 'Person', + county_weights: '{"37145": "66.18", "37135": "33.4", "37033": "0.42"}', + coty_name: ['Person', 'Orange', 'Caswell'], + cty_code: ['37145', '37135', '37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08637, lat: 36.26325 }, + }, + { + zip_code: '27546', + usps_city: 'Lillington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21129.0, + density: 65.9, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "100"}', + coty_name: ['Harnett'], + cty_code: ['37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86807, lat: 35.38386 }, + }, + { + zip_code: '27583', + usps_city: 'Timberlake', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7073.0, + density: 59.0, + primary_coty_code: '37145', + primary_coty_name: 'Person', + county_weights: '{"37145": "97.46", "37135": "2.54"}', + coty_name: ['Person', 'Orange'], + cty_code: ['37145', '37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.93614, lat: 36.29509 }, + }, + { + zip_code: '27601', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10525.0, + density: 2264.6, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63442, lat: 35.77367 }, + }, + { + zip_code: '27603', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 54457.0, + density: 407.4, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "96.87", "37101": "3.13"}', + coty_name: ['Wake', 'Johnston'], + cty_code: ['37183', '37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.66172, lat: 35.66355 }, + }, + { + zip_code: '27606', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 47478.0, + density: 739.1, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71762, lat: 35.74046 }, + }, + { + zip_code: '27610', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 79924.0, + density: 722.3, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.54647, lat: 35.74598 }, + }, + { + zip_code: '27713', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 54348.0, + density: 643.9, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "98.5", "37037": "1.5"}', + coty_name: ['Durham', 'Chatham'], + cty_code: ['37063', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92368, lat: 35.89497 }, + }, + { + zip_code: '27820', + usps_city: 'Conway', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2041.0, + density: 14.0, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24179, lat: 36.41563 }, + }, + { + zip_code: '27829', + usps_city: 'Fountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1436.0, + density: 11.3, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "69.84", "37065": "18.65", "37195": "11.5"}', + coty_name: ['Pitt', 'Edgecombe', 'Wilson'], + cty_code: ['37147', '37065', '37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62076, lat: 35.69021 }, + }, + { + zip_code: '27928', + usps_city: 'Creswell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1717.0, + density: 9.7, + primary_coty_code: '37187', + primary_coty_name: 'Washington', + county_weights: '{"37187": "95.12", "37177": "4.88"}', + coty_name: ['Washington', 'Tyrrell'], + cty_code: ['37187', '37177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43415, lat: 35.82883 }, + }, + { + zip_code: '27960', + usps_city: 'Ocracoke', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 31.3, + primary_coty_code: '37095', + primary_coty_name: 'Hyde', + county_weights: '{"37095": "100"}', + coty_name: ['Hyde'], + cty_code: ['37095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.92083, lat: 35.12624 }, + }, + { + zip_code: '28036', + usps_city: 'Davidson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18266.0, + density: 312.3, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "79.21", "37025": "17.97", "37097": "2.83"}', + coty_name: ['Mecklenburg', 'Cabarrus', 'Iredell'], + cty_code: ['37119', '37025', '37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79425, lat: 35.48573 }, + }, + { + zip_code: '28102', + usps_city: 'McFarlan', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 72.4, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "100"}', + coty_name: ['Anson'], + cty_code: ['37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97457, lat: 34.81446 }, + }, + { + zip_code: '28107', + usps_city: 'Midland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8024.0, + density: 62.5, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: + '{"37025": "92.14", "37119": "5.12", "37179": "1.6", "37167": "1.14"}', + coty_name: ['Cabarrus', 'Mecklenburg', 'Union', 'Stanly'], + cty_code: ['37025', '37119', '37179', '37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.52009, lat: 35.25124 }, + }, + { + zip_code: '28120', + usps_city: 'Mount Holly', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21582.0, + density: 274.5, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02617, lat: 35.33151 }, + }, + { + zip_code: '28134', + usps_city: 'Pineville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11037.0, + density: 497.1, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8918, lat: 35.08616 }, + }, + { + zip_code: '28323', + usps_city: 'Bunnlevel', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4207.0, + density: 43.2, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "100"}', + coty_name: ['Harnett'], + cty_code: ['37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84057, lat: 35.31194 }, + }, + { + zip_code: '28382', + usps_city: 'Roseboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7252.0, + density: 23.7, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "88.29", "37051": "11.71"}', + coty_name: ['Sampson', 'Cumberland'], + cty_code: ['37163', '37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51332, lat: 34.96393 }, + }, + { + zip_code: '28398', + usps_city: 'Warsaw', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8296.0, + density: 32.9, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "100"}', + coty_name: ['Duplin'], + cty_code: ['37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.06875, lat: 34.99525 }, + }, + { + zip_code: '28421', + usps_city: 'Atkinson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1610.0, + density: 11.2, + primary_coty_code: '37141', + primary_coty_name: 'Pender', + county_weights: '{"37141": "100"}', + coty_name: ['Pender'], + cty_code: ['37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17817, lat: 34.52082 }, + }, + { + zip_code: '28422', + usps_city: 'Bolivia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8116.0, + density: 34.1, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17297, lat: 34.0196 }, + }, + { + zip_code: '28464', + usps_city: 'Teachey', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3031.0, + density: 51.3, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "100"}', + coty_name: ['Duplin'], + cty_code: ['37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01925, lat: 34.77792 }, + }, + { + zip_code: '28520', + usps_city: 'Cedar Island', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 4.3, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32332, lat: 34.97178 }, + }, + { + zip_code: '28555', + usps_city: 'Maysville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4571.0, + density: 11.5, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "60.62", "37103": "39.38"}', + coty_name: ['Onslow', 'Jones'], + cty_code: ['37133', '37103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22871, lat: 34.87471 }, + }, + { + zip_code: '28585', + usps_city: 'Trenton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3958.0, + density: 8.6, + primary_coty_code: '37103', + primary_coty_name: 'Jones', + county_weights: '{"37103": "100"}', + coty_name: ['Jones'], + cty_code: ['37103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41455, lat: 35.07395 }, + }, + { + zip_code: '28634', + usps_city: 'Harmony', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4852.0, + density: 29.7, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "91.94", "37059": "8.06"}', + coty_name: ['Iredell', 'Davie'], + cty_code: ['37097', '37059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75388, lat: 35.97155 }, + }, + { + zip_code: '28682', + usps_city: 'Terrell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1474.0, + density: 175.3, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "100"}', + coty_name: ['Catawba'], + cty_code: ['37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96422, lat: 35.58088 }, + }, + { + zip_code: '28804', + usps_city: 'Asheville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 22511.0, + density: 327.0, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56459, lat: 35.64772 }, + }, + { + zip_code: '29122', + usps_city: 'Peak', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 35.5, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "100"}', + coty_name: ['Newberry'], + cty_code: ['45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32534, lat: 34.24012 }, + }, + { + zip_code: '29142', + usps_city: 'Santee', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4937.0, + density: 36.9, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.52511, lat: 33.46347 }, + }, + { + zip_code: '29306', + usps_city: 'Spartanburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16656.0, + density: 338.0, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92285, lat: 34.89363 }, + }, + { + zip_code: '29581', + usps_city: 'Nichols', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4459.0, + density: 10.6, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "61.98", "45067": "24.13", "45033": "13.89"}', + coty_name: ['Horry', 'Marion', 'Dillon'], + cty_code: ['45051', '45067', '45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.11228, lat: 34.19851 }, + }, + { + zip_code: '29628', + usps_city: 'Calhoun Falls', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2198.0, + density: 17.0, + primary_coty_code: '45001', + primary_coty_name: 'Abbeville', + county_weights: '{"45001": "98.7", "45065": "1.3"}', + coty_name: ['Abbeville', 'McCormick'], + cty_code: ['45001', '45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56469, lat: 34.09083 }, + }, + { + zip_code: '29643', + usps_city: 'Fair Play', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2458.0, + density: 35.4, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "76.81", "45007": "23.19"}', + coty_name: ['Oconee', 'Anderson'], + cty_code: ['45073', '45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00057, lat: 34.51182 }, + }, + { + zip_code: '29706', + usps_city: 'Chester', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19244.0, + density: 27.3, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "99.88", "45091": "0.12"}', + coty_name: ['Chester', 'York'], + cty_code: ['45023', '45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23292, lat: 34.71675 }, + }, + { + zip_code: '29727', + usps_city: 'Mount Croghan', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1776.0, + density: 13.9, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.26826, lat: 34.71431 }, + }, + { + zip_code: '29803', + usps_city: 'Aiken', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38482.0, + density: 78.0, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68, lat: 33.42181 }, + }, + { + zip_code: '29809', + usps_city: 'New Ellenton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2439.0, + density: 151.0, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69171, lat: 33.41822 }, + }, + { + zip_code: '29835', + usps_city: 'McCormick', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6133.0, + density: 12.9, + primary_coty_code: '45065', + primary_coty_name: 'McCormick', + county_weights: '{"45065": "94.35", "45037": "5.65"}', + coty_name: ['McCormick', 'Edgefield'], + cty_code: ['45065', '45037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2903, lat: 33.91894 }, + }, + { + zip_code: '29899', + usps_city: 'McCormick', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1083.0, + density: 1108.2, + primary_coty_code: '45065', + primary_coty_name: 'McCormick', + county_weights: '{"45065": "100"}', + coty_name: ['McCormick'], + cty_code: ['45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25068, lat: 33.928 }, + }, + { + zip_code: '29945', + usps_city: 'Yemassee', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5640.0, + density: 9.9, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: + '{"45049": "35.94", "45029": "28.9", "45013": "24.91", "45053": "10.25"}', + coty_name: ['Hampton', 'Colleton', 'Beaufort', 'Jasper'], + cty_code: ['45049', '45029', '45013', '45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78432, lat: 32.67305 }, + }, + { + zip_code: '30005', + usps_city: 'Alpharetta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 39420.0, + density: 1048.1, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "87.08", "13117": "12.92"}', + coty_name: ['Fulton', 'Forsyth'], + cty_code: ['13121', '13117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21593, lat: 34.08622 }, + }, + { + zip_code: '30014', + usps_city: 'Covington', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 38041.0, + density: 124.7, + primary_coty_code: '13217', + primary_coty_name: 'Newton', + county_weights: '{"13217": "91.89", "13297": "7.62", "13159": "0.49"}', + coty_name: ['Newton', 'Walton', 'Jasper'], + cty_code: ['13217', '13297', '13159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.82048, lat: 33.57828 }, + }, + { + zip_code: '30041', + usps_city: 'Cumming', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 69117.0, + density: 453.1, + primary_coty_code: '13117', + primary_coty_name: 'Forsyth', + county_weights: '{"13117": "100"}', + coty_name: ['Forsyth'], + cty_code: ['13117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09418, lat: 34.20039 }, + }, + { + zip_code: '30076', + usps_city: 'Roswell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 46742.0, + density: 1159.2, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31765, lat: 34.02845 }, + }, + { + zip_code: '30103', + usps_city: 'Adairsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15787.0, + density: 60.4, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "74.89", "13129": "19.99", "13115": "5.11"}', + coty_name: ['Bartow', 'Gordon', 'Floyd'], + cty_code: ['13015', '13129', '13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92071, lat: 34.36661 }, + }, + { + zip_code: '30187', + usps_city: 'Winston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7798.0, + density: 87.5, + primary_coty_code: '13097', + primary_coty_name: 'Douglas', + county_weights: '{"13097": "100"}', + coty_name: ['Douglas'], + cty_code: ['13097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.852, lat: 33.66648 }, + }, + { + zip_code: '30248', + usps_city: 'Locust Grove', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26317.0, + density: 147.8, + primary_coty_code: '13151', + primary_coty_name: 'Henry', + county_weights: '{"13151": "96.38", "13255": "2.9", "13035": "0.72"}', + coty_name: ['Henry', 'Spalding', 'Butts'], + cty_code: ['13151', '13255', '13035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.10775, lat: 33.35142 }, + }, + { + zip_code: '30265', + usps_city: 'Newnan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35096.0, + density: 318.3, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "100"}', + coty_name: ['Coweta'], + cty_code: ['13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7067, lat: 33.4179 }, + }, + { + zip_code: '30296', + usps_city: 'Riverdale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28169.0, + density: 1038.7, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "83.34", "13121": "16.66"}', + coty_name: ['Clayton', 'Fulton'], + cty_code: ['13063', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.44297, lat: 33.56368 }, + }, + { + zip_code: '30334', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38719, lat: 33.74889 }, + }, + { + zip_code: '30410', + usps_city: 'Ailey', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 10.5, + primary_coty_code: '13209', + primary_coty_name: 'Montgomery', + county_weights: '{"13209": "100"}', + coty_name: ['Montgomery'], + cty_code: ['13209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51751, lat: 32.18824 }, + }, + { + zip_code: '30415', + usps_city: 'Brooklet', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6765.0, + density: 16.2, + primary_coty_code: '13031', + primary_coty_name: 'Bulloch', + county_weights: '{"13031": "100"}', + coty_name: ['Bulloch'], + cty_code: ['13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60191, lat: 32.32629 }, + }, + { + zip_code: '30429', + usps_city: 'Hagan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 298.1, + primary_coty_code: '13109', + primary_coty_name: 'Evans', + county_weights: '{"13109": "100"}', + coty_name: ['Evans'], + cty_code: ['13109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93754, lat: 32.16275 }, + }, + { + zip_code: '30527', + usps_city: 'Clermont', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4321.0, + density: 65.8, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "100"}', + coty_name: ['Hall'], + cty_code: ['13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78624, lat: 34.47947 }, + }, + { + zip_code: '30546', + usps_city: 'Hiawassee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7199.0, + density: 20.6, + primary_coty_code: '13281', + primary_coty_name: 'Towns', + county_weights: '{"13281": "100"}', + coty_name: ['Towns'], + cty_code: ['13281'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70729, lat: 34.9088 }, + }, + { + zip_code: '30708', + usps_city: 'Cisco', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 6.4, + primary_coty_code: '13213', + primary_coty_name: 'Murray', + county_weights: '{"13213": "100"}', + coty_name: ['Murray'], + cty_code: ['13213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6646, lat: 34.96174 }, + }, + { + zip_code: '30710', + usps_city: 'Cohutta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7158.0, + density: 58.2, + primary_coty_code: '13313', + primary_coty_name: 'Whitfield', + county_weights: '{"13313": "99.89", "13047": "0.11"}', + coty_name: ['Whitfield', 'Catoosa'], + cty_code: ['13313', '13047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.91746, lat: 34.95059 }, + }, + { + zip_code: '30741', + usps_city: 'Rossville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28520.0, + density: 442.0, + primary_coty_code: '13295', + primary_coty_name: 'Walker', + county_weights: '{"13295": "62.88", "13047": "37.12"}', + coty_name: ['Walker', 'Catoosa'], + cty_code: ['13295', '13047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.28251, lat: 34.95231 }, + }, + { + zip_code: '90023', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46680.0, + density: 4266.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.19989, lat: 34.02276 }, + }, + { + zip_code: '90250', + usps_city: 'Hawthorne', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 97072.0, + density: 5598.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.34931, lat: 33.91436 }, + }, + { + zip_code: '90404', + usps_city: 'Santa Monica', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22929.0, + density: 4442.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.47364, lat: 34.02662 }, + }, + { + zip_code: '90650', + usps_city: 'Norwalk', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 105304.0, + density: 4144.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08263, lat: 33.90685 }, + }, + { + zip_code: '90744', + usps_city: 'Wilmington', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56880.0, + density: 2616.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26167, lat: 33.77865 }, + }, + { + zip_code: '90747', + usps_city: 'Carson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "0"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25131, lat: 33.86298 }, + }, + { + zip_code: '91010', + usps_city: 'Duarte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26380.0, + density: 1446.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.9567, lat: 34.14073 }, + }, + { + zip_code: '91107', + usps_city: 'Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32503.0, + density: 1525.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08716, lat: 34.15833 }, + }, + { + zip_code: '91325', + usps_city: 'Northridge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34575.0, + density: 2766.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.51759, lat: 34.23602 }, + }, + { + zip_code: '91356', + usps_city: 'Tarzana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29822.0, + density: 1569.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.54751, lat: 34.15508 }, + }, + { + zip_code: '91401', + usps_city: 'Van Nuys', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39755.0, + density: 4445.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43146, lat: 34.17812 }, + }, + { + zip_code: '91801', + usps_city: 'Alhambra', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54768.0, + density: 4852.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.12757, lat: 34.09073 }, + }, + { + zip_code: '92004', + usps_city: 'Borrego Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2299.0, + density: 1.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "99.87", "06025": "0.13"}', + coty_name: ['San Diego', 'Imperial'], + cty_code: ['06073', '06025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.10357, lat: 33.13941 }, + }, + { + zip_code: '92028', + usps_city: 'Fallbrook', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48173.0, + density: 197.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "99.89", "06065": "0.11"}', + coty_name: ['San Diego', 'Riverside'], + cty_code: ['06073', '06065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.21247, lat: 33.38809 }, + }, + { + zip_code: '92036', + usps_city: 'Julian', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2593.0, + density: 5.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.49121, lat: 33.02136 }, + }, + { + zip_code: '92084', + usps_city: 'Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51619.0, + density: 761.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.20537, lat: 33.22218 }, + }, + { + zip_code: '92105', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 73623.0, + density: 5104.4, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.09268, lat: 32.73785 }, + }, + { + zip_code: '92134', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 611.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.14671, lat: 32.72425 }, + }, + { + zip_code: '92222', + usps_city: 'Bard', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.54552, lat: 32.78577 }, + }, + { + zip_code: '92268', + usps_city: 'Pioneertown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 2.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.56421, lat: 34.2221 }, + }, + { + zip_code: '92328', + usps_city: 'Death Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 0.2, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.87036, lat: 36.529 }, + }, + { + zip_code: '92544', + usps_city: 'Hemet', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49923.0, + density: 142.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.88199, lat: 33.64626 }, + }, + { + zip_code: '92617', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17197.0, + density: 2762.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.84169, lat: 33.6425 }, + }, + { + zip_code: '92782', + usps_city: 'Tustin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23084.0, + density: 2651.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.78471, lat: 33.7397 }, + }, + { + zip_code: '93283', + usps_city: 'Weldon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2261.0, + density: 4.3, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.27648, lat: 35.56954 }, + }, + { + zip_code: '93402', + usps_city: 'Los Osos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16562.0, + density: 219.8, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.83723, lat: 35.28956 }, + }, + { + zip_code: '93518', + usps_city: 'Caliente', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 1.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.46128, lat: 35.37002 }, + }, + { + zip_code: '93519', + usps_city: 'Cantil', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.92937, lat: 35.29748 }, + }, + { + zip_code: '93532', + usps_city: 'Lake Hughes', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2683.0, + density: 9.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.54415, lat: 34.68472 }, + }, + { + zip_code: '93558', + usps_city: 'Red Mountain', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 2.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.62145, lat: 35.34799 }, + }, + { + zip_code: '93591', + usps_city: 'Palmdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6744.0, + density: 31.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81218, lat: 34.60184 }, + }, + { + zip_code: '93619', + usps_city: 'Clovis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39473.0, + density: 85.3, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "99.69", "06107": "0.31"}', + coty_name: ['Fresno', 'Tulare'], + cty_code: ['06019', '06107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.57915, lat: 36.9156 }, + }, + { + zip_code: '93628', + usps_city: 'Hume', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.9, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.92513, lat: 36.79197 }, + }, + { + zip_code: '93651', + usps_city: 'Prather', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1798.0, + density: 24.2, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.52392, lat: 36.99198 }, + }, + { + zip_code: '93656', + usps_city: 'Riverdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5806.0, + density: 20.4, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "94.38", "06031": "5.62"}', + coty_name: ['Fresno', 'Kings'], + cty_code: ['06019', '06031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.93595, lat: 36.45516 }, + }, + { + zip_code: '93706', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40586.0, + density: 95.9, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.90659, lat: 36.65209 }, + }, + { + zip_code: '94030', + usps_city: 'Millbrae', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22625.0, + density: 2577.8, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40305, lat: 37.59972 }, + }, + { + zip_code: '94127', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21151.0, + density: 4612.4, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.45943, lat: 37.7357 }, + }, + { + zip_code: '94544', + usps_city: 'Hayward', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 79747.0, + density: 2810.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.05719, lat: 37.63382 }, + }, + { + zip_code: '94558', + usps_city: 'Napa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 68315.0, + density: 74.1, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.25643, lat: 38.4549 }, + }, + { + zip_code: '94565', + usps_city: 'Pittsburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 97671.0, + density: 1255.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.90708, lat: 38.01584 }, + }, + { + zip_code: '94583', + usps_city: 'San Ramon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35231.0, + density: 910.7, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.97273, lat: 37.75515 }, + }, + { + zip_code: '94590', + usps_city: 'Vallejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37280.0, + density: 2422.6, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2486, lat: 38.10303 }, + }, + { + zip_code: '94613', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 1299.4, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.18285, lat: 37.78093 }, + }, + { + zip_code: '94954', + usps_city: 'Petaluma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38763.0, + density: 241.4, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55986, lat: 38.23578 }, + }, + { + zip_code: '95019', + usps_city: 'Freedom', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7368.0, + density: 2343.0, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.7832, lat: 36.9355 }, + }, + { + zip_code: '95073', + usps_city: 'Soquel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11013.0, + density: 200.6, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92994, lat: 37.0423 }, + }, + { + zip_code: '95075', + usps_city: 'Tres Pinos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 1.9, + primary_coty_code: '6069', + primary_coty_name: 'San Benito', + county_weights: '{"06069": "100"}', + coty_name: ['San Benito'], + cty_code: ['6069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.14122, lat: 36.78021 }, + }, + { + zip_code: '95227', + usps_city: 'Clements', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 6.8, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.04327, lat: 38.20669 }, + }, + { + zip_code: '95231', + usps_city: 'French Camp', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5165.0, + density: 188.3, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.29004, lat: 37.8739 }, + }, + { + zip_code: '95382', + usps_city: 'Turlock', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38700.0, + density: 1419.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85304, lat: 37.5284 }, + }, + { + zip_code: '95448', + usps_city: 'Healdsburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17407.0, + density: 35.7, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.88593, lat: 38.62394 }, + }, + { + zip_code: '95519', + usps_city: 'Mckinleyville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19763.0, + density: 134.2, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.04641, lat: 40.95573 }, + }, + { + zip_code: '95655', + usps_city: 'Mather', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4156.0, + density: 168.6, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.27931, lat: 38.54957 }, + }, + { + zip_code: '95669', + usps_city: 'Plymouth', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2315.0, + density: 10.1, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.89838, lat: 38.48221 }, + }, + { + zip_code: '95686', + usps_city: 'Thornton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1262.0, + density: 17.9, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.48916, lat: 38.19165 }, + }, + { + zip_code: '95827', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20666.0, + density: 1034.7, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.32555, lat: 38.55504 }, + }, + { + zip_code: '95938', + usps_city: 'Durham', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4446.0, + density: 23.9, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.79879, lat: 39.60303 }, + }, + { + zip_code: '95956', + usps_city: 'Meadow Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 2.0, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.13636, lat: 39.83806 }, + }, + { + zip_code: '96058', + usps_city: 'Macdoel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 0.5, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.93254, lat: 41.72783 }, + }, + { + zip_code: '96112', + usps_city: 'Fort Bidwell', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 0.7, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.10601, lat: 41.86019 }, + }, + { + zip_code: '96135', + usps_city: 'Vinton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 3.5, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.20566, lat: 39.80868 }, + }, + { + zip_code: '96727', + usps_city: 'Honokaa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 4540.0, + density: 13.9, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.54362, lat: 20.05515 }, + }, + { + zip_code: '96741', + usps_city: 'Kalaheo', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 6377.0, + density: 89.3, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.51629, lat: 21.95578 }, + }, + { + zip_code: '97023', + usps_city: 'Estacada', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 9968.0, + density: 30.2, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2261, lat: 45.23533 }, + }, + { + zip_code: '97035', + usps_city: 'Lake Oswego', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26977.0, + density: 1728.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "86", "41051": "12.55", "41067": "1.45"}', + coty_name: ['Clackamas', 'Multnomah', 'Washington'], + cty_code: ['41005', '41051', '41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72514, lat: 45.41321 }, + }, + { + zip_code: '97086', + usps_city: 'Happy Valley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 30858.0, + density: 1130.5, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.52821, lat: 45.44519 }, + }, + { + zip_code: '97107', + usps_city: 'Bay City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1828.0, + density: 50.4, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.88077, lat: 45.55435 }, + }, + { + zip_code: '97118', + usps_city: 'Garibaldi', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 797.0, + density: 301.6, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.91122, lat: 45.56101 }, + }, + { + zip_code: '97267', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 33636.0, + density: 1777.5, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61488, lat: 45.40772 }, + }, + { + zip_code: '97388', + usps_city: 'Gleneden Beach', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 111.8, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.02187, lat: 44.89207 }, + }, + { + zip_code: '97429', + usps_city: 'Days Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 3.2, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.06351, lat: 42.96834 }, + }, + { + zip_code: '97436', + usps_city: 'Elkton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 2.7, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.59204, lat: 43.64043 }, + }, + { + zip_code: '97456', + usps_city: 'Monroe', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2826.0, + density: 12.0, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "93.17", "41039": "6.83"}', + coty_name: ['Benton', 'Lane'], + cty_code: ['41003', '41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.36052, lat: 44.34026 }, + }, + { + zip_code: '97817', + usps_city: 'Bates', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.2, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.64708, lat: 44.71373 }, + }, + { + zip_code: '97844', + usps_city: 'Irrigon', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4133.0, + density: 38.4, + primary_coty_code: '41049', + primary_coty_name: 'Morrow', + county_weights: '{"41049": "100"}', + coty_name: ['Morrow'], + cty_code: ['41049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.55845, lat: 45.87421 }, + }, + { + zip_code: '97910', + usps_city: 'Jordan Valley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 0.0, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "89.39", "16073": "10.61"}', + coty_name: ['Malheur', 'Owyhee'], + cty_code: ['41045', '16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.50535, lat: 42.73826 }, + }, + { + zip_code: '98030', + usps_city: 'Kent', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 38681.0, + density: 2094.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19736, lat: 47.36821 }, + }, + { + zip_code: '98102', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 26023.0, + density: 7776.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32218, lat: 47.63642 }, + }, + { + zip_code: '98239', + usps_city: 'Coupeville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7215.0, + density: 95.2, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66083, lat: 48.1916 }, + }, + { + zip_code: '98276', + usps_city: 'Nooksack', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 1413.2, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32597, lat: 48.92698 }, + }, + { + zip_code: '98353', + usps_city: 'Manchester', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 8.7, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49294, lat: 47.53885 }, + }, + { + zip_code: '98368', + usps_city: 'Port Townsend', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15868.0, + density: 115.4, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.84534, lat: 48.04272 }, + }, + { + zip_code: '92831', + usps_city: 'Fullerton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37359.0, + density: 2414.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.89635, lat: 33.87973 }, + }, + { + zip_code: '92881', + usps_city: 'Corona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33531.0, + density: 468.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.51996, lat: 33.82399 }, + }, + { + zip_code: '93035', + usps_city: 'Oxnard', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29354.0, + density: 2795.2, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.22179, lat: 34.18358 }, + }, + { + zip_code: '93260', + usps_city: 'Posey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 2.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.66912, lat: 35.81723 }, + }, + { + zip_code: '93505', + usps_city: 'California City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13774.0, + density: 68.0, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.88815, lat: 35.16646 }, + }, + { + zip_code: '98422', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21490.0, + density: 1244.8, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39171, lat: 47.28962 }, + }, + { + zip_code: '98498', + usps_city: 'Lakewood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 28754.0, + density: 1319.9, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55452, lat: 47.16231 }, + }, + { + zip_code: '98516', + usps_city: 'Olympia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25766.0, + density: 347.3, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7836, lat: 47.09657 }, + }, + { + zip_code: '98572', + usps_city: 'Pe Ell', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 8.0, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.32437, lat: 46.5512 }, + }, + { + zip_code: '98580', + usps_city: 'Roy', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11437.0, + density: 31.4, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51612, lat: 46.99631 }, + }, + { + zip_code: '98584', + usps_city: 'Shelton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37278.0, + density: 42.2, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.15513, lat: 47.24236 }, + }, + { + zip_code: '98602', + usps_city: 'Appleton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 1.3, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.26554, lat: 45.86716 }, + }, + { + zip_code: '98670', + usps_city: 'Wahkiacus', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 0.6, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.14091, lat: 45.85885 }, + }, + { + zip_code: '98672', + usps_city: 'White Salmon', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6874.0, + density: 18.3, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "98.23", "53059": "1.77"}', + coty_name: ['Klickitat', 'Skamania'], + cty_code: ['53039', '53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.46297, lat: 45.81843 }, + }, + { + zip_code: '98817', + usps_city: 'Chelan Falls', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 69.6, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.99527, lat: 47.79153 }, + }, + { + zip_code: '99101', + usps_city: 'Addy', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1418.0, + density: 5.0, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.92514, lat: 48.32729 }, + }, + { + zip_code: '99152', + usps_city: 'Metaline', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 8.7, + primary_coty_code: '53051', + primary_coty_name: 'Pend Oreille', + county_weights: '{"53051": "100"}', + coty_name: ['Pend Oreille'], + cty_code: ['53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.39626, lat: 48.84959 }, + }, + { + zip_code: '99170', + usps_city: 'Rosalia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 2.1, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "79.1", "53063": "20.9"}', + coty_name: ['Whitman', 'Spokane'], + cty_code: ['53075', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.4022, lat: 47.24762 }, + }, + { + zip_code: '99223', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32213.0, + density: 434.4, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.34474, lat: 47.59132 }, + }, + { + zip_code: '99320', + usps_city: 'Benton City', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9947.0, + density: 27.7, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.48767, lat: 46.26522 }, + }, + { + zip_code: '99321', + usps_city: 'Beverly', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 6.1, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.89279, lat: 46.87464 }, + }, + { + zip_code: '99324', + usps_city: 'College Place', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9737.0, + density: 1230.9, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "100"}', + coty_name: ['Walla Walla'], + cty_code: ['53071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.38662, lat: 46.04264 }, + }, + { + zip_code: '99566', + usps_city: 'Chitina', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 0.0, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100"}', + coty_name: ['Valdez-Cordova'], + cty_code: ['2261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -142.78996, lat: 61.28097 }, + }, + { + zip_code: '99581', + usps_city: 'Emmonak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 866.0, + density: 52.6, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.53347, lat: 62.78177 }, + }, + { + zip_code: '99588', + usps_city: 'Glennallen', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 906.0, + density: 0.2, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "91.22", "02170": "8.78"}', + coty_name: ['Valdez-Cordova', 'Matanuska-Susitna'], + cty_code: ['02261', '02170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.72325, lat: 62.3338 }, + }, + { + zip_code: '99644', + usps_city: 'Ouzinkie', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 3.8, + primary_coty_code: '2150', + primary_coty_name: 'Kodiak Island', + county_weights: '{"02150": "100"}', + coty_name: ['Kodiak Island'], + cty_code: ['2150'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -152.42219, lat: 57.9241 }, + }, + { + zip_code: '99661', + usps_city: 'Sand Point', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1309.0, + density: 2.8, + primary_coty_code: '2013', + primary_coty_name: 'Aleutians East', + county_weights: '{"02013": "100"}', + coty_name: ['Aleutians East'], + cty_code: ['2013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.67506, lat: 55.27154 }, + }, + { + zip_code: '99663', + usps_city: 'Seldovia', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 1.2, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.62731, lat: 59.39411 }, + }, + { + zip_code: '99732', + usps_city: 'Chicken', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.0, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "100"}', + coty_name: ['Southeast Fairbanks'], + cty_code: ['2240'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -142.00646, lat: 64.07171 }, + }, + { + zip_code: '99770', + usps_city: 'Selawik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 0.3, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.47864, lat: 66.76682 }, + }, + { + zip_code: '99785', + usps_city: 'Brevig Mission', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 59.9, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -166.49262, lat: 65.34195 }, + }, + { + zip_code: '670', + usps_city: 'Las Marias', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 8364.0, + density: 70.9, + primary_coty_code: '72083', + primary_coty_name: 'Las Mar\u00edas', + county_weights: '{"72083": "98.88", "72011": "1.12"}', + coty_name: ['Las Mar\u00edas', 'A\u00f1asco'], + cty_code: ['72083', '72011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.98875, lat: 18.23776 }, + }, + { + zip_code: '677', + usps_city: 'Rincon', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 14093.0, + density: 379.5, + primary_coty_code: '72117', + primary_coty_name: 'Rinc\u00f3n', + county_weights: '{"72117": "99.53", "72003": "0.47"}', + coty_name: ['Rinc\u00f3n', 'Aguada'], + cty_code: ['72117', '72003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.23168, lat: 18.3357 }, + }, + { + zip_code: '723', + usps_city: 'Patillas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 16984.0, + density: 142.1, + primary_coty_code: '72109', + primary_coty_name: 'Patillas', + county_weights: '{"72109": "100"}', + coty_name: ['Patillas'], + cty_code: ['72109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.01233, lat: 18.03237 }, + }, + { + zip_code: '740', + usps_city: 'Puerto Real', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 1915.0, + density: 1735.5, + primary_coty_code: '72053', + primary_coty_name: 'Fajardo', + county_weights: '{"72053": "100"}', + coty_name: ['Fajardo'], + cty_code: ['72053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.63429, lat: 18.3322 }, + }, + { + zip_code: '772', + usps_city: 'Loiza', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 19529.0, + density: 514.4, + primary_coty_code: '72087', + primary_coty_name: 'Lo\u00edza', + county_weights: '{"72087": "100"}', + coty_name: ['Lo\u00edza'], + cty_code: ['72087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.90836, lat: 18.43267 }, + }, + { + zip_code: '773', + usps_city: 'Luquillo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 18224.0, + density: 289.4, + primary_coty_code: '72089', + primary_coty_name: 'Luquillo', + county_weights: '{"72089": "100"}', + coty_name: ['Luquillo'], + cty_code: ['72089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.7274, lat: 18.34174 }, + }, + { + zip_code: '782', + usps_city: 'Comerio', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 17670.0, + density: 256.1, + primary_coty_code: '72045', + primary_coty_name: 'Comer\u00edo', + county_weights: '{"72045": "100"}', + coty_name: ['Comer\u00edo'], + cty_code: ['72045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.22218, lat: 18.22544 }, + }, + { + zip_code: '841', + usps_city: 'Frederiksted', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.83742, lat: 17.73373 }, + }, + { + zip_code: '924', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 48141.0, + density: 3960.6, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "95.86", "72031": "4.14"}', + coty_name: ['San Juan', 'Carolina'], + cty_code: ['72127', '72031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.01288, lat: 18.39826 }, + }, + { + zip_code: '1066', + usps_city: 'North Hatfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 16.8, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.6548, lat: 42.40763 }, + }, + { + zip_code: '1093', + usps_city: 'Whately', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 24.0, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.65305, lat: 42.43438 }, + }, + { + zip_code: '1301', + usps_city: 'Greenfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17617.0, + density: 266.8, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60401, lat: 42.62406 }, + }, + { + zip_code: '1344', + usps_city: 'Erving', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 39.1, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.42883, lat: 42.60777 }, + }, + { + zip_code: '1347', + usps_city: 'Lake Pleasant', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 102.7, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.51694, lat: 42.56137 }, + }, + { + zip_code: '1568', + usps_city: 'Upton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7894.0, + density: 142.1, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.60462, lat: 42.17702 }, + }, + { + zip_code: '1757', + usps_city: 'Milford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28883.0, + density: 748.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51911, lat: 42.15678 }, + }, + { + zip_code: '1773', + usps_city: 'Lincoln', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4884.0, + density: 138.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.31039, lat: 42.4252 }, + }, + { + zip_code: '1880', + usps_city: 'Wakefield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 26720.0, + density: 1492.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.06702, lat: 42.50222 }, + }, + { + zip_code: '1913', + usps_city: 'Amesbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17434.0, + density: 547.6, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94458, lat: 42.85296 }, + }, + { + zip_code: '1966', + usps_city: 'Rockport', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7231.0, + density: 399.5, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.6222, lat: 42.65435 }, + }, + { + zip_code: '2071', + usps_city: 'South Walpole', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1526.0, + density: 607.1, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.2721, lat: 42.10279 }, + }, + { + zip_code: '2090', + usps_city: 'Westwood', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16154.0, + density: 572.4, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21068, lat: 42.22026 }, + }, + { + zip_code: '2375', + usps_city: 'South Easton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10248.0, + density: 271.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10147, lat: 42.01746 }, + }, + { + zip_code: '2478', + usps_city: 'Belmont', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 26099.0, + density: 2170.2, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.17952, lat: 42.39603 }, + }, + { + zip_code: '2492', + usps_city: 'Needham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 20571.0, + density: 832.6, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.24374, lat: 42.27612 }, + }, + { + zip_code: '2644', + usps_city: 'Forestdale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3791.0, + density: 409.0, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.51024, lat: 41.68422 }, + }, + { + zip_code: '2726', + usps_city: 'Somerset', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15678.0, + density: 1095.1, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.14438, lat: 41.76075 }, + }, + { + zip_code: '2760', + usps_city: 'North Attleboro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27474.0, + density: 590.9, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.33585, lat: 41.97006 }, + }, + { + zip_code: '2764', + usps_city: 'North Dighton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3837.0, + density: 139.8, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16052, lat: 41.85663 }, + }, + { + zip_code: '2836', + usps_city: 'Kenyon', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 188.4, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.62048, lat: 41.45232 }, + }, + { + zip_code: '2881', + usps_city: 'Kingston', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 7629.0, + density: 815.0, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.52341, lat: 41.47893 }, + }, + { + zip_code: '2896', + usps_city: 'North Smithfield', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 12060.0, + density: 196.0, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.5511, lat: 41.97241 }, + }, + { + zip_code: '2912', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 1340.0, + density: 11916.8, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.40224, lat: 41.82561 }, + }, + { + zip_code: '3101', + usps_city: 'Manchester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2953.0, + density: 1473.3, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46588, lat: 42.98892 }, + }, + { + zip_code: '3576', + usps_city: 'Colebrook', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2804.0, + density: 7.6, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.38478, lat: 44.91614 }, + }, + { + zip_code: '3751', + usps_city: 'Georges Mills', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 59.3, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.08876, lat: 43.44896 }, + }, + { + zip_code: '3779', + usps_city: 'Piermont', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 868.0, + density: 8.4, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.02873, lat: 43.97237 }, + }, + { + zip_code: '3782', + usps_city: 'Sunapee', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3105.0, + density: 56.9, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.09279, lat: 43.39093 }, + }, + { + zip_code: '3867', + usps_city: 'Rochester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 21591.0, + density: 281.8, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.98691, lat: 43.30327 }, + }, + { + zip_code: '4017', + usps_city: 'Chebeague Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 48.5, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.11457, lat: 43.73003 }, + }, + { + zip_code: '4021', + usps_city: 'Cumberland Center', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 6422.0, + density: 120.3, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.26495, lat: 43.79747 }, + }, + { + zip_code: '4024', + usps_city: 'East Baldwin', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 15.6, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.67771, lat: 43.83304 }, + }, + { + zip_code: '4029', + usps_city: 'Sebago', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1600.0, + density: 18.8, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.68772, lat: 43.90164 }, + }, + { + zip_code: '4069', + usps_city: 'Pownal', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1635.0, + density: 27.6, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.18192, lat: 43.89918 }, + }, + { + zip_code: '4096', + usps_city: 'Yarmouth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 8529.0, + density: 245.7, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.17185, lat: 43.79784 }, + }, + { + zip_code: '4107', + usps_city: 'Cape Elizabeth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9178.0, + density: 244.5, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.23768, lat: 43.58873 }, + }, + { + zip_code: '4413', + usps_city: 'Brookton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 1.5, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.7436, lat: 45.55075 }, + }, + { + zip_code: '4469', + usps_city: 'Orono', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2591.0, + density: 4152.7, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.66829, lat: 44.90092 }, + }, + { + zip_code: '4495', + usps_city: 'Winn', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 3.9, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.32986, lat: 45.45459 }, + }, + { + zip_code: '4535', + usps_city: 'Alna', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 16.1, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.63437, lat: 44.08776 }, + }, + { + zip_code: '4734', + usps_city: 'Blaine', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 6.1, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.92231, lat: 46.47856 }, + }, + { + zip_code: '4750', + usps_city: 'Limestone', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2226.0, + density: 11.0, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.85713, lat: 46.95826 }, + }, + { + zip_code: '4773', + usps_city: 'Saint David', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 575.0, + density: 5.7, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.2234, lat: 47.27622 }, + }, + { + zip_code: '4785', + usps_city: 'Van Buren', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2187.0, + density: 8.3, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.98687, lat: 47.13003 }, + }, + { + zip_code: '4923', + usps_city: 'Cambridge', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 9.0, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.44671, lat: 45.03206 }, + }, + { + zip_code: '4971', + usps_city: 'Saint Albans', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1934.0, + density: 16.7, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.39225, lat: 44.93186 }, + }, + { + zip_code: '4984', + usps_city: 'Temple', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 9.4, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.26216, lat: 44.70129 }, + }, + { + zip_code: '4992', + usps_city: 'West Farmington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 693.3, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.16006, lat: 44.66302 }, + }, + { + zip_code: '5062', + usps_city: 'Reading', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 5.0, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.59247, lat: 43.49791 }, + }, + { + zip_code: '5151', + usps_city: 'Perkinsville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1539.0, + density: 21.4, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4906, lat: 43.39699 }, + }, + { + zip_code: '5253', + usps_city: 'East Dorset', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 17.2, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "98.39", "50021": "1.61"}', + coty_name: ['Bennington', 'Rutland'], + cty_code: ['50003', '50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9993, lat: 43.25148 }, + }, + { + zip_code: '5404', + usps_city: 'Winooski', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 7242.0, + density: 1955.0, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.18431, lat: 44.49509 }, + }, + { + zip_code: '5461', + usps_city: 'Hinesburg', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4672.0, + density: 43.9, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "96.79", "50001": "3.21"}', + coty_name: ['Chittenden', 'Addison'], + cty_code: ['50007', '50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.09131, lat: 44.32219 }, + }, + { + zip_code: '5653', + usps_city: 'Eden Mills', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 7.3, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.49317, lat: 44.7012 }, + }, + { + zip_code: '5678', + usps_city: 'Websterville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 130.5, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.47566, lat: 44.15625 }, + }, + { + zip_code: '5857', + usps_city: 'Newport Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2530.0, + density: 23.7, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30465, lat: 44.93599 }, + }, + { + zip_code: '6020', + usps_city: 'Canton Center', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "0"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.92862, lat: 41.83455 }, + }, + { + zip_code: '6074', + usps_city: 'South Windsor', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 25898.0, + density: 356.4, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57331, lat: 41.83528 }, + }, + { + zip_code: '6354', + usps_city: 'Moosup', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6167.0, + density: 115.5, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.85619, lat: 41.70271 }, + }, + { + zip_code: '6370', + usps_city: 'Oakdale', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6669.0, + density: 109.2, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.18792, lat: 41.46478 }, + }, + { + zip_code: '6516', + usps_city: 'West Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 54763.0, + density: 1966.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.96713, lat: 41.27396 }, + }, + { + zip_code: '6705', + usps_city: 'Waterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 25653.0, + density: 1783.6, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.99312, lat: 41.5488 }, + }, + { + zip_code: '6784', + usps_city: 'Sherman', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3740.0, + density: 62.3, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "96.96", "09005": "3.04"}', + coty_name: ['Fairfield', 'Litchfield'], + cty_code: ['09001', '09005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.49572, lat: 41.57844 }, + }, + { + zip_code: '7002', + usps_city: 'Bayonne', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 65091.0, + density: 4297.2, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10867, lat: 40.66464 }, + }, + { + zip_code: '7310', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13148.0, + density: 8375.1, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03787, lat: 40.73063 }, + }, + { + zip_code: '7508', + usps_city: 'Haledon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22627.0, + density: 1702.2, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18441, lat: 40.95433 }, + }, + { + zip_code: '7701', + usps_city: 'Red Bank', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24028.0, + density: 998.0, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07745, lat: 40.36144 }, + }, + { + zip_code: '7801', + usps_city: 'Dover', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24570.0, + density: 971.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.5542, lat: 40.91881 }, + }, + { + zip_code: '8015', + usps_city: 'Browns Mills', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19622.0, + density: 158.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53757, lat: 39.93294 }, + }, + { + zip_code: '8019', + usps_city: 'Chatsworth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 7.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53088, lat: 39.77674 }, + }, + { + zip_code: '8021', + usps_city: 'Clementon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 44369.0, + density: 1320.8, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00058, lat: 39.8067 }, + }, + { + zip_code: '8083', + usps_city: 'Somerdale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9489.0, + density: 1463.5, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02862, lat: 39.84125 }, + }, + { + zip_code: '8558', + usps_city: 'Skillman', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7684.0, + density: 178.0, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "98.34", "34021": "1.66"}', + coty_name: ['Somerset', 'Mercer'], + cty_code: ['34035', '34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.70392, lat: 40.41354 }, + }, + { + zip_code: '8559', + usps_city: 'Stockton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5307.0, + density: 51.3, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97093, lat: 40.4375 }, + }, + { + zip_code: '8561', + usps_city: 'Windsor', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 104.4, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58082, lat: 40.24943 }, + }, + { + zip_code: '8629', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13942.0, + density: 6760.5, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73122, lat: 40.22064 }, + }, + { + zip_code: '8648', + usps_city: 'Lawrence Township', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 31361.0, + density: 723.9, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.72187, lat: 40.28492 }, + }, + { + zip_code: '8722', + usps_city: 'Beachwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11226.0, + density: 1555.2, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20228, lat: 39.92854 }, + }, + { + zip_code: '8820', + usps_city: 'Edison', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 38507.0, + density: 1434.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36588, lat: 40.57722 }, + }, + { + zip_code: '8821', + usps_city: 'Flagtown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 562.8, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68565, lat: 40.52001 }, + }, + { + zip_code: '8825', + usps_city: 'Frenchtown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4384.0, + density: 58.1, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02495, lat: 40.51299 }, + }, + { + zip_code: '10044', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12440.0, + density: 20876.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95017, lat: 40.76166 }, + }, + { + zip_code: '10170', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97588, lat: 40.75263 }, + }, + { + zip_code: '10271', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01054, lat: 40.70824 }, + }, + { + zip_code: '10462', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 75714.0, + density: 19830.2, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8586, lat: 40.84269 }, + }, + { + zip_code: '10603', + usps_city: 'White Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17866.0, + density: 2096.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77939, lat: 41.05456 }, + }, + { + zip_code: '10803', + usps_city: 'Pelham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12510.0, + density: 2207.2, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80662, lat: 40.9003 }, + }, + { + zip_code: '10917', + usps_city: 'Central Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1766.0, + density: 184.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11697, lat: 41.32443 }, + }, + { + zip_code: '10920', + usps_city: 'Congers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9075.0, + density: 839.1, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94057, lat: 41.15291 }, + }, + { + zip_code: '10983', + usps_city: 'Tappan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5999.0, + density: 1139.0, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94833, lat: 41.02736 }, + }, + { + zip_code: '11239', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12772.0, + density: 7988.9, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87969, lat: 40.64844 }, + }, + { + zip_code: '11357', + usps_city: 'Whitestone', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39407.0, + density: 5413.2, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.81097, lat: 40.78636 }, + }, + { + zip_code: '11365', + usps_city: 'Fresh Meadows', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44738.0, + density: 6912.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79486, lat: 40.73976 }, + }, + { + zip_code: '11514', + usps_city: 'Carle Place', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4694.0, + density: 2020.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.61247, lat: 40.74989 }, + }, + { + zip_code: '11549', + usps_city: 'Hempstead', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2803.0, + density: 15296.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6028, lat: 40.7173 }, + }, + { + zip_code: '11568', + usps_city: 'Old Westbury', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4548.0, + density: 196.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.5965, lat: 40.78694 }, + }, + { + zip_code: '11714', + usps_city: 'Bethpage', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22741.0, + density: 2032.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.48606, lat: 40.74254 }, + }, + { + zip_code: '11730', + usps_city: 'East Islip', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13663.0, + density: 689.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.17397, lat: 40.71749 }, + }, + { + zip_code: '11792', + usps_city: 'Wading River', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7853.0, + density: 307.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.8305, lat: 40.94818 }, + }, + { + zip_code: '11954', + usps_city: 'Montauk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3685.0, + density: 76.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.94662, lat: 41.04652 }, + }, + { + zip_code: '12106', + usps_city: 'Kinderhook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2333.0, + density: 61.8, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71132, lat: 42.38895 }, + }, + { + zip_code: '12122', + usps_city: 'Middleburgh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4170.0, + density: 14.9, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "96.03", "36001": "3.97"}', + coty_name: ['Schoharie', 'Albany'], + cty_code: ['36095', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31659, lat: 42.54808 }, + }, + { + zip_code: '12151', + usps_city: 'Round Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 911.0, + density: 135.7, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78874, lat: 42.92512 }, + }, + { + zip_code: '12183', + usps_city: 'Troy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2592.0, + density: 1339.5, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69256, lat: 42.74743 }, + }, + { + zip_code: '12302', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27377.0, + density: 249.6, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "98.34", "36091": "1.66"}', + coty_name: ['Schenectady', 'Saratoga'], + cty_code: ['36093', '36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98204, lat: 42.88182 }, + }, + { + zip_code: '12430', + usps_city: 'Fleischmanns', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 10.9, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "78.39", "36039": "21.61"}', + coty_name: ['Delaware', 'Greene'], + cty_code: ['36025', '36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49959, lat: 42.20346 }, + }, + { + zip_code: '12474', + usps_city: 'Roxbury', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 9.0, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57932, lat: 42.29729 }, + }, + { + zip_code: '12526', + usps_city: 'Germantown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3622.0, + density: 43.7, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.85885, lat: 42.12185 }, + }, + { + zip_code: '12530', + usps_city: 'Hollowville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 68.0, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.68788, lat: 42.20743 }, + }, + { + zip_code: '12724', + usps_city: 'Callicoon Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 13.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.9339, lat: 41.85412 }, + }, + { + zip_code: '12762', + usps_city: 'Mongaup Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 545.0, + density: 33.2, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.79152, lat: 41.66892 }, + }, + { + zip_code: '12810', + usps_city: 'Athol', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 3.9, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01049, lat: 43.49698 }, + }, + { + zip_code: '12833', + usps_city: 'Greenfield Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4134.0, + density: 45.3, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83972, lat: 43.14011 }, + }, + { + zip_code: '12839', + usps_city: 'Hudson Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12838.0, + density: 152.3, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55346, lat: 43.3472 }, + }, + { + zip_code: '12859', + usps_city: 'Porter Corners', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2617.0, + density: 45.9, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90979, lat: 43.16697 }, + }, + { + zip_code: '12863', + usps_city: 'Rock City Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 89.8, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93194, lat: 43.06037 }, + }, + { + zip_code: '12874', + usps_city: 'Silver Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 2.8, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.54806, lat: 43.6905 }, + }, + { + zip_code: '12929', + usps_city: 'Dannemora', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3982.0, + density: 1291.2, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71929, lat: 44.72003 }, + }, + { + zip_code: '12961', + usps_city: 'Moriah Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 25.5, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.54953, lat: 44.05714 }, + }, + { + zip_code: '12986', + usps_city: 'Tupper Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5941.0, + density: 10.1, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "98.81", "36089": "1.19"}', + coty_name: ['Franklin', 'St. Lawrence'], + cty_code: ['36033', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49055, lat: 44.23209 }, + }, + { + zip_code: '13054', + usps_city: 'Durhamville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1775.0, + density: 31.0, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67213, lat: 43.17083 }, + }, + { + zip_code: '13060', + usps_city: 'Elbridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2912.0, + density: 70.3, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.41883, lat: 43.02427 }, + }, + { + zip_code: '13066', + usps_city: 'Fayetteville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12525.0, + density: 323.0, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00321, lat: 43.03271 }, + }, + { + zip_code: '13113', + usps_city: 'Meridian', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 218.6, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53856, lat: 43.16266 }, + }, + { + zip_code: '13145', + usps_city: 'Sandy Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1457.0, + density: 33.7, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1212, lat: 43.65044 }, + }, + { + zip_code: '13310', + usps_city: 'Bouckville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 28.2, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57275, lat: 42.89222 }, + }, + { + zip_code: '13355', + usps_city: 'Hubbardsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 941.0, + density: 12.5, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42864, lat: 42.81267 }, + }, + { + zip_code: '13441', + usps_city: 'Rome', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 19.8, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40825, lat: 43.22639 }, + }, + { + zip_code: '13502', + usps_city: 'Utica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33314.0, + density: 239.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "93.72", "36043": "6.28"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16112, lat: 43.14099 }, + }, + { + zip_code: '13612', + usps_city: 'Black River', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2386.0, + density: 52.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.7716, lat: 43.98821 }, + }, + { + zip_code: '13654', + usps_city: 'Heuvelton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2578.0, + density: 15.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45567, lat: 44.56872 }, + }, + { + zip_code: '13777', + usps_city: 'Glen Aubrey', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 22.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9896, lat: 42.25815 }, + }, + { + zip_code: '13778', + usps_city: 'Greene', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5486.0, + density: 21.9, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "98.87", "36007": "1.13"}', + coty_name: ['Chenango', 'Broome'], + cty_code: ['36017', '36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75481, lat: 42.34332 }, + }, + { + zip_code: '13839', + usps_city: 'Sidney Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 11.4, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25798, lat: 42.26141 }, + }, + { + zip_code: '14036', + usps_city: 'Corfu', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4836.0, + density: 34.5, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "100"}', + coty_name: ['Genesee'], + cty_code: ['36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38734, lat: 42.97503 }, + }, + { + zip_code: '14063', + usps_city: 'Fredonia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14302.0, + density: 109.5, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32601, lat: 42.414 }, + }, + { + zip_code: '14081', + usps_city: 'Irving', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3123.0, + density: 34.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "65.75", "36013": "32.08", "36009": "2.16"}', + coty_name: ['Erie', 'Chautauqua', 'Cattaraugus'], + cty_code: ['36029', '36013', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.06362, lat: 42.56181 }, + }, + { + zip_code: '14098', + usps_city: 'Lyndonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3102.0, + density: 26.0, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "100"}', + coty_name: ['Orleans'], + cty_code: ['36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.3806, lat: 43.33438 }, + }, + { + zip_code: '14102', + usps_city: 'Marilla', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1255.0, + density: 127.2, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55687, lat: 42.83931 }, + }, + { + zip_code: '14139', + usps_city: 'South Wales', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2193.0, + density: 35.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53477, lat: 42.71657 }, + }, + { + zip_code: '14211', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22495.0, + density: 2144.8, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81906, lat: 42.90779 }, + }, + { + zip_code: '14418', + usps_city: 'Branchport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1176.0, + density: 12.2, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "90.19", "36101": "9.81"}', + coty_name: ['Yates', 'Steuben'], + cty_code: ['36123', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2151, lat: 42.60783 }, + }, + { + zip_code: '14506', + usps_city: 'Mendon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1317.0, + density: 176.5, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50701, lat: 43.00176 }, + }, + { + zip_code: '14710', + usps_city: 'Ashville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3443.0, + density: 27.5, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.42211, lat: 42.09033 }, + }, + { + zip_code: '14722', + usps_city: 'Chautauqua', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 283.1, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46821, lat: 42.20939 }, + }, + { + zip_code: '14750', + usps_city: 'Lakewood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4419.0, + density: 153.7, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32928, lat: 42.07978 }, + }, + { + zip_code: '14779', + usps_city: 'Salamanca', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6606.0, + density: 22.6, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77776, lat: 42.10645 }, + }, + { + zip_code: '14858', + usps_city: 'Lindley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1281.0, + density: 13.7, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.13565, lat: 42.02999 }, + }, + { + zip_code: '14859', + usps_city: 'Lockwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 984.0, + density: 12.2, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "69.58", "36015": "30.42"}', + coty_name: ['Tioga', 'Chemung'], + cty_code: ['36107', '36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53526, lat: 42.11991 }, + }, + { + zip_code: '15112', + usps_city: 'East Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2873.0, + density: 1326.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83773, lat: 40.40456 }, + }, + { + zip_code: '15334', + usps_city: 'Garards Fort', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 26.9, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96793, lat: 39.80832 }, + }, + { + zip_code: '15351', + usps_city: 'Nemacolin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 684.0, + density: 242.0, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92802, lat: 39.88099 }, + }, + { + zip_code: '15360', + usps_city: 'Scenery Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1711.0, + density: 25.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08241, lat: 40.08492 }, + }, + { + zip_code: '15425', + usps_city: 'Connellsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19136.0, + density: 132.6, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55659, lat: 40.02652 }, + }, + { + zip_code: '15533', + usps_city: 'Breezewood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 15.9, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "93.43", "42057": "6.57"}', + coty_name: ['Bedford', 'Fulton'], + cty_code: ['42009', '42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24053, lat: 39.98276 }, + }, + { + zip_code: '15545', + usps_city: 'Hyndman', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2744.0, + density: 21.4, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "79.96", "42111": "20.04"}', + coty_name: ['Bedford', 'Somerset'], + cty_code: ['42009', '42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77385, lat: 39.78412 }, + }, + { + zip_code: '15564', + usps_city: 'Wellersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 16.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83777, lat: 39.73 }, + }, + { + zip_code: '15634', + usps_city: 'Grapeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 1075.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.60463, lat: 40.32369 }, + }, + { + zip_code: '15752', + usps_city: 'Kent', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 461.0, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.28301, lat: 40.5399 }, + }, + { + zip_code: '15841', + usps_city: 'Force', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 31.6, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52986, lat: 41.26294 }, + }, + { + zip_code: '15940', + usps_city: 'Loretto', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3964.0, + density: 57.5, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62885, lat: 40.52169 }, + }, + { + zip_code: '15952', + usps_city: 'Salix', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 199.0, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77614, lat: 40.3035 }, + }, + { + zip_code: '16049', + usps_city: 'Parker', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3080.0, + density: 12.9, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "37.4", "42019": "31.75", "42005": "30.85"}', + coty_name: ['Clarion', 'Butler', 'Armstrong'], + cty_code: ['42031', '42019', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67259, lat: 41.09663 }, + }, + { + zip_code: '16054', + usps_city: 'Saint Petersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 77.0, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65744, lat: 41.15704 }, + }, + { + zip_code: '16124', + usps_city: 'Fredonia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1938.0, + density: 26.7, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2659, lat: 41.33181 }, + }, + { + zip_code: '16137', + usps_city: 'Mercer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12363.0, + density: 44.2, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23846, lat: 41.23013 }, + }, + { + zip_code: '16143', + usps_city: 'Pulaski', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2427.0, + density: 35.9, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "79.25", "42085": "20.75"}', + coty_name: ['Lawrence', 'Mercer'], + cty_code: ['42073', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45301, lat: 41.10551 }, + }, + { + zip_code: '16258', + usps_city: 'Strattanville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1876.0, + density: 21.2, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.27797, lat: 41.23343 }, + }, + { + zip_code: '16627', + usps_city: 'Coalport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2063.0, + density: 24.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "96.14", "42021": "3.86"}', + coty_name: ['Clearfield', 'Cambria'], + cty_code: ['42033', '42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.49757, lat: 40.75578 }, + }, + { + zip_code: '16657', + usps_city: 'James Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 10.2, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "99.18", "42009": "0.82"}', + coty_name: ['Huntingdon', 'Bedford'], + cty_code: ['42061', '42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17793, lat: 40.32177 }, + }, + { + zip_code: '16693', + usps_city: 'Williamsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4228.0, + density: 21.8, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21444, lat: 40.4727 }, + }, + { + zip_code: '17026', + usps_city: 'Fredericksburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4105.0, + density: 70.6, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "90.93", "42011": "9.07"}', + coty_name: ['Lebanon', 'Berks'], + cty_code: ['42075', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42852, lat: 40.46203 }, + }, + { + zip_code: '17063', + usps_city: 'Milroy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3265.0, + density: 13.5, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "99.49", "42109": "0.51"}', + coty_name: ['Mifflin', 'Snyder'], + cty_code: ['42087', '42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47581, lat: 40.76197 }, + }, + { + zip_code: '17066', + usps_city: 'Mount Union', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5387.0, + density: 65.0, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "76.22", "42087": "23.78"}', + coty_name: ['Huntingdon', 'Mifflin'], + cty_code: ['42061', '42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86192, lat: 40.35601 }, + }, + { + zip_code: '17073', + usps_city: 'Newmanstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5566.0, + density: 82.6, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "99.81", "42071": "0.19"}', + coty_name: ['Lebanon', 'Lancaster'], + cty_code: ['42075', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.25604, lat: 40.30318 }, + }, + { + zip_code: '17101', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1936.0, + density: 1576.6, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88769, lat: 40.25916 }, + }, + { + zip_code: '17217', + usps_city: 'Concord', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 22.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72154, lat: 40.23864 }, + }, + { + zip_code: '17249', + usps_city: 'Rockhill Furnace', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 495.4, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89949, lat: 40.24143 }, + }, + { + zip_code: '17370', + usps_city: 'York Haven', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5664.0, + density: 194.3, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77619, lat: 40.11847 }, + }, + { + zip_code: '17520', + usps_city: 'East Petersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4691.0, + density: 971.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.349, lat: 40.09794 }, + }, + { + zip_code: '17545', + usps_city: 'Manheim', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21792.0, + density: 118.6, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "97.42", "42075": "2.58"}', + coty_name: ['Lancaster', 'Lebanon'], + cty_code: ['42071', '42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43144, lat: 40.17339 }, + }, + { + zip_code: '17578', + usps_city: 'Stevens', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7438.0, + density: 187.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.16309, lat: 40.22177 }, + }, + { + zip_code: '17768', + usps_city: 'Shunk', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 336.0, + density: 4.4, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.74961, lat: 41.54763 }, + }, + { + zip_code: '17870', + usps_city: 'Selinsgrove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15407.0, + density: 131.8, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "99.01", "42119": "0.99"}', + coty_name: ['Snyder', 'Union'], + cty_code: ['42109', '42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88654, lat: 40.81313 }, + }, + { + zip_code: '18013', + usps_city: 'Bangor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18037.0, + density: 115.6, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17174, lat: 40.85301 }, + }, + { + zip_code: '18105', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 1554.1, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49394, lat: 40.60141 }, + }, + { + zip_code: '18220', + usps_city: 'Delano', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 260.0, + density: 107.9, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06034, lat: 40.84049 }, + }, + { + zip_code: '18244', + usps_city: 'Parryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 114.1, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "74.63", "42079": "25.37"}', + coty_name: ['Carbon', 'Luzerne'], + cty_code: ['42025', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73183, lat: 40.8987 }, + }, + { + zip_code: '18372', + usps_city: 'Tannersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2918.0, + density: 127.2, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32455, lat: 41.04724 }, + }, + { + zip_code: '18430', + usps_city: 'Herrick Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 1.3, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47403, lat: 41.74811 }, + }, + { + zip_code: '18456', + usps_city: 'Prompton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 30.2, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34428, lat: 41.6262 }, + }, + { + zip_code: '18472', + usps_city: 'Waymart', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7466.0, + density: 45.0, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39848, lat: 41.58381 }, + }, + { + zip_code: '18622', + usps_city: 'Huntington Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 13.7, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.27304, lat: 41.20378 }, + }, + { + zip_code: '18629', + usps_city: 'Mehoopany', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1749.0, + density: 7.2, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "100"}', + coty_name: ['Wyoming'], + cty_code: ['42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.13828, lat: 41.51147 }, + }, + { + zip_code: '18925', + usps_city: 'Furlong', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6692.0, + density: 240.6, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05641, lat: 40.28623 }, + }, + { + zip_code: '18932', + usps_city: 'Line Lexington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 156.9, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2558, lat: 40.29426 }, + }, + { + zip_code: '19031', + usps_city: 'Flourtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4618.0, + density: 620.6, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21701, lat: 40.1092 }, + }, + { + zip_code: '19047', + usps_city: 'Langhorne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34479.0, + density: 760.7, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.9104, lat: 40.18131 }, + }, + { + zip_code: '19113', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 10.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25335, lat: 39.86742 }, + }, + { + zip_code: '19330', + usps_city: 'Cochranville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5351.0, + density: 61.3, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9165, lat: 39.87242 }, + }, + { + zip_code: '19362', + usps_city: 'Nottingham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5845.0, + density: 74.7, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "60.14", "42071": "39.86"}', + coty_name: ['Chester', 'Lancaster'], + cty_code: ['42029', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06797, lat: 39.7525 }, + }, + { + zip_code: '19525', + usps_city: 'Gilbertsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16598.0, + density: 379.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58676, lat: 40.3076 }, + }, + { + zip_code: '19565', + usps_city: 'Wernersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8801.0, + density: 178.0, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.08641, lat: 40.34286 }, + }, + { + zip_code: '19713', + usps_city: 'Newark', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 30260.0, + density: 853.8, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71218, lat: 39.67079 }, + }, + { + zip_code: '19720', + usps_city: 'New Castle', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 59664.0, + density: 620.9, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60633, lat: 39.64699 }, + }, + { + zip_code: '19733', + usps_city: 'Saint Georges', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 837.8, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65095, lat: 39.55623 }, + }, + { + zip_code: '19962', + usps_city: 'Magnolia', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 11710.0, + density: 312.8, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49745, lat: 39.07016 }, + }, + { + zip_code: '20117', + usps_city: 'Middleburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2295.0, + density: 19.8, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "93.72", "51061": "6.28"}', + coty_name: ['Loudoun', 'Fauquier'], + cty_code: ['51107', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74336, lat: 38.99204 }, + }, + { + zip_code: '20186', + usps_city: 'Warrenton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14839.0, + density: 88.9, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "99.9", "51047": "0.1"}', + coty_name: ['Fauquier', 'Culpeper'], + cty_code: ['51061', '51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.84441, lat: 38.70158 }, + }, + { + zip_code: '20197', + usps_city: 'Waterford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2467.0, + density: 70.9, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62629, lat: 39.19499 }, + }, + { + zip_code: '20202', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02101, lat: 38.88707 }, + }, + { + zip_code: '20240', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04261, lat: 38.89449 }, + }, + { + zip_code: '20319', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 100.2, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01784, lat: 38.86554 }, + }, + { + zip_code: '20540', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00471, lat: 38.88793 }, + }, + { + zip_code: '20621', + usps_city: 'Chaptico', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 960.0, + density: 26.6, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.79647, lat: 38.33131 }, + }, + { + zip_code: '20637', + usps_city: 'Hughesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5751.0, + density: 71.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77615, lat: 38.52625 }, + }, + { + zip_code: '20667', + usps_city: 'Park Hall', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 121.1, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44286, lat: 38.21768 }, + }, + { + zip_code: '20721', + usps_city: 'Bowie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 29730.0, + density: 687.2, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78878, lat: 38.92108 }, + }, + { + zip_code: '20860', + usps_city: 'Sandy Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2855.0, + density: 290.5, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02845, lat: 39.14839 }, + }, + { + zip_code: '20905', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 18662.0, + density: 560.7, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99291, lat: 39.11195 }, + }, + { + zip_code: '21010', + usps_city: 'Gunpowder', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 15.9, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29092, lat: 39.3898 }, + }, + { + zip_code: '21017', + usps_city: 'Belcamp', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6983.0, + density: 981.0, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.23691, lat: 39.47622 }, + }, + { + zip_code: '21051', + usps_city: 'Fork', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 286.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45401, lat: 39.47209 }, + }, + { + zip_code: '21078', + usps_city: 'Havre De Grace', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 18366.0, + density: 235.0, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14799, lat: 39.56949 }, + }, + { + zip_code: '21160', + usps_city: 'Whiteford', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2933.0, + density: 68.5, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30982, lat: 39.70667 }, + }, + { + zip_code: '21522', + usps_city: 'Bittinger', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 34.8, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22778, lat: 39.61027 }, + }, + { + zip_code: '21672', + usps_city: 'Toddville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 6.4, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06081, lat: 38.27684 }, + }, + { + zip_code: '21756', + usps_city: 'Keedysville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3056.0, + density: 56.4, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70062, lat: 39.45217 }, + }, + { + zip_code: '21824', + usps_city: 'Ewell', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 17.7, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03473, lat: 37.98348 }, + }, + { + zip_code: '21861', + usps_city: 'Sharptown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 101.5, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72826, lat: 38.53529 }, + }, + { + zip_code: '21902', + usps_city: 'Perry Point', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 103.2, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06319, lat: 39.55195 }, + }, + { + zip_code: '21914', + usps_city: 'Charlestown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 446.6, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98187, lat: 39.57303 }, + }, + { + zip_code: '22302', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17566.0, + density: 3030.9, + primary_coty_code: '51510', + primary_coty_name: 'Alexandria', + county_weights: '{"51510": "94.62", "51059": "5.38"}', + coty_name: ['Alexandria', 'Fairfax'], + cty_code: ['51510', '51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08485, lat: 38.8281 }, + }, + { + zip_code: '22508', + usps_city: 'Locust Grove', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14750.0, + density: 102.9, + primary_coty_code: '51137', + primary_coty_name: 'Orange', + county_weights: '{"51137": "91.87", "51177": "8.13"}', + coty_name: ['Orange', 'Spotsylvania'], + cty_code: ['51137', '51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78725, lat: 38.31812 }, + }, + { + zip_code: '22611', + usps_city: 'Berryville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8954.0, + density: 42.8, + primary_coty_code: '51043', + primary_coty_name: 'Clarke', + county_weights: '{"51043": "100"}', + coty_name: ['Clarke'], + cty_code: ['51043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98393, lat: 39.16474 }, + }, + { + zip_code: '22729', + usps_city: 'Mitchells', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1312.0, + density: 91.6, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01428, lat: 38.37307 }, + }, + { + zip_code: '22735', + usps_city: 'Reva', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2764.0, + density: 32.1, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "59.6", "51113": "40.4"}', + coty_name: ['Culpeper', 'Madison'], + cty_code: ['51047', '51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17377, lat: 38.47751 }, + }, + { + zip_code: '22815', + usps_city: 'Broadway', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9337.0, + density: 50.2, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "99.66", "51171": "0.34"}', + coty_name: ['Rockingham', 'Shenandoah'], + cty_code: ['51165', '51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80938, lat: 38.63019 }, + }, + { + zip_code: '22937', + usps_city: 'Esmont', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2320.0, + density: 19.6, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61617, lat: 37.80525 }, + }, + { + zip_code: '22958', + usps_city: 'Nellysford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1998.0, + density: 26.6, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "98.84", "51015": "1.16"}', + coty_name: ['Nelson', 'Augusta'], + cty_code: ['51125', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90045, lat: 37.90201 }, + }, + { + zip_code: '23085', + usps_city: 'King And Queen Court House', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 5.0, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84127, lat: 37.70648 }, + }, + { + zip_code: '23124', + usps_city: 'New Kent', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4526.0, + density: 32.0, + primary_coty_code: '51127', + primary_coty_name: 'New Kent', + county_weights: '{"51127": "100"}', + coty_name: ['New Kent'], + cty_code: ['51127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05236, lat: 37.5535 }, + }, + { + zip_code: '23185', + usps_city: 'Williamsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 47894.0, + density: 330.2, + primary_coty_code: '51095', + primary_coty_name: 'James City', + county_weights: + '{"51095": "52.51", "51830": "27.24", "51199": "20.13", "51036": "0.12"}', + coty_name: ['James City', 'Williamsburg', 'York', 'Charles City'], + cty_code: ['51095', '51830', '51199', '51036'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69829, lat: 37.24594 }, + }, + { + zip_code: '23314', + usps_city: 'Carrollton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9261.0, + density: 186.6, + primary_coty_code: '51093', + primary_coty_name: 'Isle of Wight', + county_weights: '{"51093": "100"}', + coty_name: ['Isle of Wight'], + cty_code: ['51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53571, lat: 36.95069 }, + }, + { + zip_code: '23321', + usps_city: 'Chesapeake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36212.0, + density: 537.1, + primary_coty_code: '51550', + primary_coty_name: 'Chesapeake', + county_weights: '{"51550": "99.81", "51800": "0.19"}', + coty_name: ['Chesapeake', 'Suffolk'], + cty_code: ['51550', '51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42294, lat: 36.80125 }, + }, + { + zip_code: '23322', + usps_city: 'Chesapeake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 64972.0, + density: 166.7, + primary_coty_code: '51550', + primary_coty_name: 'Chesapeake', + county_weights: '{"51550": "100"}', + coty_name: ['Chesapeake'], + cty_code: ['51550'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22873, lat: 36.63219 }, + }, + { + zip_code: '23410', + usps_city: 'Melfa', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 17.7, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73962, lat: 37.63348 }, + }, + { + zip_code: '23413', + usps_city: 'Nassawadox', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 19.6, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85798, lat: 37.47284 }, + }, + { + zip_code: '23426', + usps_city: 'Sanford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 7.0, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67047, lat: 37.92158 }, + }, + { + zip_code: '23453', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35019.0, + density: 1458.7, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07572, lat: 36.78557 }, + }, + { + zip_code: '23511', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13773.0, + density: 1000.1, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30379, lat: 36.936 }, + }, + { + zip_code: '23523', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7561.0, + density: 1396.4, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.272, lat: 36.83255 }, + }, + { + zip_code: '23601', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25005.0, + density: 1295.1, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "100"}', + coty_name: ['Newport News'], + cty_code: ['51700'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.46392, lat: 37.05863 }, + }, + { + zip_code: '23651', + usps_city: 'Fort Monroe', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 235.5, + primary_coty_code: '51650', + primary_coty_name: 'Hampton', + county_weights: '{"51650": "100"}', + coty_name: ['Hampton'], + cty_code: ['51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30503, lat: 37.00917 }, + }, + { + zip_code: '23665', + usps_city: 'Hampton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6363.0, + density: 443.3, + primary_coty_code: '51199', + primary_coty_name: 'York', + county_weights: '{"51199": "73.77", "51650": "26.23"}', + coty_name: ['York', 'Hampton'], + cty_code: ['51199', '51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.36454, lat: 37.09045 }, + }, + { + zip_code: '23693', + usps_city: 'Yorktown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24311.0, + density: 699.9, + primary_coty_code: '51199', + primary_coty_name: 'York', + county_weights: '{"51199": "100"}', + coty_name: ['York'], + cty_code: ['51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44667, lat: 37.12555 }, + }, + { + zip_code: '23703', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26655.0, + density: 737.2, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37108, lat: 36.88036 }, + }, + { + zip_code: '23704', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17592.0, + density: 1334.6, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31011, lat: 36.82404 }, + }, + { + zip_code: '23838', + usps_city: 'Chesterfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16666.0, + density: 64.5, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.63389, lat: 37.31847 }, + }, + { + zip_code: '23847', + usps_city: 'Emporia', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15717.0, + density: 21.6, + primary_coty_code: '51081', + primary_coty_name: 'Greensville', + county_weights: + '{"51081": "60.61", "51595": "34.94", "51025": "2.5", "51175": "1.25", "51183": "0.7"}', + coty_name: ['Greensville', 'Emporia', 'Brunswick', 'Southampton', 'Sussex'], + cty_code: ['51081', '51595', '51025', '51175', '51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55067, lat: 36.67043 }, + }, + { + zip_code: '23920', + usps_city: 'Brodnax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2975.0, + density: 9.4, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "73.29", "51117": "22.84", "51111": "3.87"}', + coty_name: ['Brunswick', 'Mecklenburg', 'Lunenburg'], + cty_code: ['51025', '51117', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.97677, lat: 36.72431 }, + }, + { + zip_code: '23927', + usps_city: 'Clarksville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4074.0, + density: 20.8, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51213, lat: 36.61067 }, + }, + { + zip_code: '24072', + usps_city: 'Check', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1029.0, + density: 14.3, + primary_coty_code: '51063', + primary_coty_name: 'Floyd', + county_weights: '{"51063": "100"}', + coty_name: ['Floyd'], + cty_code: ['51063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2329, lat: 37.03633 }, + }, + { + zip_code: '24368', + usps_city: 'Rural Retreat', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5252.0, + density: 24.5, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "83.04", "51173": "16.96"}', + coty_name: ['Wythe', 'Smyth'], + cty_code: ['51197', '51173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29595, lat: 36.88987 }, + }, + { + zip_code: '24374', + usps_city: 'Speedwell', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 791.0, + density: 10.5, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "100"}', + coty_name: ['Wythe'], + cty_code: ['51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19621, lat: 36.79077 }, + }, + { + zip_code: '24473', + usps_city: 'Rockbridge Baths', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 6.3, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "100"}', + coty_name: ['Rockbridge'], + cty_code: ['51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.41446, lat: 37.91697 }, + }, + { + zip_code: '24477', + usps_city: 'Stuarts Draft', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10894.0, + density: 86.6, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04232, lat: 38.00446 }, + }, + { + zip_code: '24726', + usps_city: 'Herndon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 7.7, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35652, lat: 37.51971 }, + }, + { + zip_code: '24815', + usps_city: 'Berwind', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 13.0, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67646, lat: 37.2375 }, + }, + { + zip_code: '24853', + usps_city: 'Kimball', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 7.7, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51184, lat: 37.43434 }, + }, + { + zip_code: '24873', + usps_city: 'Paynesville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 622.0, + density: 14.5, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87873, lat: 37.36594 }, + }, + { + zip_code: '24880', + usps_city: 'Rock View', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 35.7, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5376, lat: 37.6439 }, + }, + { + zip_code: '24962', + usps_city: 'Pence Springs', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 13.9, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "100"}', + coty_name: ['Summers'], + cty_code: ['54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72022, lat: 37.66198 }, + }, + { + zip_code: '25025', + usps_city: 'Blount', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 2.6, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39832, lat: 38.30873 }, + }, + { + zip_code: '25090', + usps_city: 'Glen Ferris', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 32.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21877, lat: 38.15175 }, + }, + { + zip_code: '25248', + usps_city: 'Kenna', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3452.0, + density: 18.1, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "99.32", "54039": "0.68"}', + coty_name: ['Jackson', 'Kanawha'], + cty_code: ['54035', '54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61335, lat: 38.64092 }, + }, + { + zip_code: '25270', + usps_city: 'Reedy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 984.0, + density: 9.5, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44068, lat: 38.8683 }, + }, + { + zip_code: '25559', + usps_city: 'Salt Rock', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 31.7, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "100"}', + coty_name: ['Cabell'], + cty_code: ['54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2317, lat: 38.32687 }, + }, + { + zip_code: '25621', + usps_city: 'Gilbert', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 13.8, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90517, lat: 37.62734 }, + }, + { + zip_code: '25666', + usps_city: 'Breeden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 7.4, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24888, lat: 37.92672 }, + }, + { + zip_code: '25862', + usps_city: 'Lansing', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 13.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0588, lat: 38.08688 }, + }, + { + zip_code: '26037', + usps_city: 'Follansbee', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6487.0, + density: 370.0, + primary_coty_code: '54009', + primary_coty_name: 'Brooke', + county_weights: '{"54009": "100"}', + coty_name: ['Brooke'], + cty_code: ['54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58475, lat: 40.33434 }, + }, + { + zip_code: '26206', + usps_city: 'Cowen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3279.0, + density: 17.1, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.53941, lat: 38.43952 }, + }, + { + zip_code: '26234', + usps_city: 'Rock Cave', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1319.0, + density: 9.6, + primary_coty_code: '54097', + primary_coty_name: 'Upshur', + county_weights: '{"54097": "100"}', + coty_name: ['Upshur'], + cty_code: ['54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3151, lat: 38.7738 }, + }, + { + zip_code: '26257', + usps_city: 'Coalton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1212.0, + density: 24.5, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00361, lat: 38.91919 }, + }, + { + zip_code: '26259', + usps_city: 'Dailey', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 6.1, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89611, lat: 38.80274 }, + }, + { + zip_code: '26366', + usps_city: 'Haywood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 36.8, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33459, lat: 39.3812 }, + }, + { + zip_code: '26408', + usps_city: 'Mount Clare', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3158.0, + density: 40.4, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29787, lat: 39.20336 }, + }, + { + zip_code: '26422', + usps_city: 'Reynoldsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 71.3, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44379, lat: 39.29458 }, + }, + { + zip_code: '26430', + usps_city: 'Sand Fork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 13.8, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "100"}', + coty_name: ['Gilmer'], + cty_code: ['54021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75532, lat: 38.87615 }, + }, + { + zip_code: '26617', + usps_city: 'Dille', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 3.2, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "73.26", "54067": "26.74"}', + coty_name: ['Clay', 'Nicholas'], + cty_code: ['54015', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.83622, lat: 38.49617 }, + }, + { + zip_code: '27019', + usps_city: 'Germanton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3900.0, + density: 42.8, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "63.07", "37067": "36.93"}', + coty_name: ['Stokes', 'Forsyth'], + cty_code: ['37169', '37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23478, lat: 36.28392 }, + }, + { + zip_code: '27045', + usps_city: 'Rural Hall', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9552.0, + density: 159.2, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "98.18", "37169": "1.82"}', + coty_name: ['Forsyth', 'Stokes'], + cty_code: ['37067', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29577, lat: 36.23488 }, + }, + { + zip_code: '27055', + usps_city: 'Yadkinville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13145.0, + density: 47.4, + primary_coty_code: '37197', + primary_coty_name: 'Yadkin', + county_weights: '{"37197": "99.39", "37097": "0.37", "37059": "0.24"}', + coty_name: ['Yadkin', 'Iredell', 'Davie'], + cty_code: ['37197', '37097', '37059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6337, lat: 36.11345 }, + }, + { + zip_code: '27229', + usps_city: 'Candor', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3484.0, + density: 15.3, + primary_coty_code: '37123', + primary_coty_name: 'Montgomery', + county_weights: '{"37123": "100"}', + coty_name: ['Montgomery'], + cty_code: ['37123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79754, lat: 35.25024 }, + }, + { + zip_code: '27315', + usps_city: 'Providence', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1763.0, + density: 25.8, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "100"}', + coty_name: ['Caswell'], + cty_code: ['37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39276, lat: 36.5052 }, + }, + { + zip_code: '27326', + usps_city: 'Ruffin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2900.0, + density: 15.9, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "66.94", "37033": "33.06"}', + coty_name: ['Rockingham', 'Caswell'], + cty_code: ['37157', '37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55636, lat: 36.45343 }, + }, + { + zip_code: '27572', + usps_city: 'Rougemont', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7081.0, + density: 26.6, + primary_coty_code: '37145', + primary_coty_name: 'Person', + county_weights: + '{"37145": "36.6", "37063": "29.27", "37135": "27.47", "37077": "6.66"}', + coty_name: ['Person', 'Durham', 'Orange', 'Granville'], + cty_code: ['37145', '37063', '37135', '37077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88452, lat: 36.2491 }, + }, + { + zip_code: '27605', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5990.0, + density: 2342.6, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65459, lat: 35.79067 }, + }, + { + zip_code: '27845', + usps_city: 'Jackson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3192.0, + density: 12.3, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43208, lat: 36.37388 }, + }, + { + zip_code: '27861', + usps_city: 'Parmele', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 28.2, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "100"}', + coty_name: ['Martin'], + cty_code: ['37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32014, lat: 35.81488 }, + }, + { + zip_code: '27892', + usps_city: 'Williamston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14217.0, + density: 28.4, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "99.68", "37013": "0.32"}', + coty_name: ['Martin', 'Beaufort'], + cty_code: ['37117', '37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.06452, lat: 35.81743 }, + }, + { + zip_code: '27920', + usps_city: 'Buxton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1527.0, + density: 161.2, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53971, lat: 35.25902 }, + }, + { + zip_code: '27936', + usps_city: 'Frisco', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 39.2, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58313, lat: 35.24286 }, + }, + { + zip_code: '27942', + usps_city: 'Harrellsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 7.6, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "100"}', + coty_name: ['Hertford'], + cty_code: ['37091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76262, lat: 36.28368 }, + }, + { + zip_code: '27954', + usps_city: 'Manteo', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7938.0, + density: 346.8, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68205, lat: 35.91056 }, + }, + { + zip_code: '27965', + usps_city: 'Poplar Branch', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 9.6, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.92746, lat: 36.28318 }, + }, + { + zip_code: '27970', + usps_city: 'Roper', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2446.0, + density: 8.3, + primary_coty_code: '37187', + primary_coty_name: 'Washington', + county_weights: '{"37187": "100"}', + coty_name: ['Washington'], + cty_code: ['37187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58169, lat: 35.87517 }, + }, + { + zip_code: '28205', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48798.0, + density: 1593.8, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78791, lat: 35.21973 }, + }, + { + zip_code: '28330', + usps_city: 'Cordova', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 456.5, + primary_coty_code: '37153', + primary_coty_name: 'Richmond', + county_weights: '{"37153": "100"}', + coty_name: ['Richmond'], + cty_code: ['37153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82238, lat: 34.90959 }, + }, + { + zip_code: '28343', + usps_city: 'Gibson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1457.0, + density: 31.4, + primary_coty_code: '37165', + primary_coty_name: 'Scotland', + county_weights: '{"37165": "100"}', + coty_name: ['Scotland'], + cty_code: ['37165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58189, lat: 34.7635 }, + }, + { + zip_code: '28360', + usps_city: 'Lumberton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14769.0, + density: 86.8, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07344, lat: 34.67464 }, + }, + { + zip_code: '28372', + usps_city: 'Pembroke', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14196.0, + density: 125.1, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.1776, lat: 34.69689 }, + }, + { + zip_code: '28409', + usps_city: 'Wilmington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34849.0, + density: 564.3, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86235, lat: 34.15484 }, + }, + { + zip_code: '28444', + usps_city: 'Harrells', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2310.0, + density: 10.0, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "59.14", "37017": "39.14", "37061": "1.73"}', + coty_name: ['Sampson', 'Bladen', 'Duplin'], + cty_code: ['37163', '37017', '37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.31961, lat: 34.69175 }, + }, + { + zip_code: '28452', + usps_city: 'Longwood', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 59.6, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55299, lat: 33.99718 }, + }, + { + zip_code: '28513', + usps_city: 'Ayden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10339.0, + density: 44.0, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "94.94", "37079": "5.06"}', + coty_name: ['Pitt', 'Greene'], + cty_code: ['37147', '37079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38893, lat: 35.4415 }, + }, + { + zip_code: '28532', + usps_city: 'Havelock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 22220.0, + density: 51.9, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "100"}', + coty_name: ['Craven'], + cty_code: ['37049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90891, lat: 34.88813 }, + }, + { + zip_code: '28554', + usps_city: 'Maury', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 283.7, + primary_coty_code: '37079', + primary_coty_name: 'Greene', + county_weights: '{"37079": "100"}', + coty_name: ['Greene'], + cty_code: ['37079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.58598, lat: 35.47849 }, + }, + { + zip_code: '28607', + usps_city: 'Boone', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 36550.0, + density: 143.0, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "100"}', + coty_name: ['Watauga'], + cty_code: ['37189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65523, lat: 36.21795 }, + }, + { + zip_code: '28693', + usps_city: 'Warrensville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1690.0, + density: 25.3, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56252, lat: 36.46954 }, + }, + { + zip_code: '28718', + usps_city: 'Cedar Mountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 8.9, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "100"}', + coty_name: ['Transylvania'], + cty_code: ['37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6287, lat: 35.16548 }, + }, + { + zip_code: '28781', + usps_city: 'Topton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 781.0, + density: 3.8, + primary_coty_code: '37113', + primary_coty_name: 'Macon', + county_weights: '{"37113": "85.41", "37039": "14.59"}', + coty_name: ['Macon', 'Cherokee'], + cty_code: ['37113', '37039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64605, lat: 35.21522 }, + }, + { + zip_code: '29081', + usps_city: 'Ehrhardt', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1191.0, + density: 5.7, + primary_coty_code: '45009', + primary_coty_name: 'Bamberg', + county_weights: '{"45009": "98.96", "45029": "1.04"}', + coty_name: ['Bamberg', 'Colleton'], + cty_code: ['45009', '45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04244, lat: 33.0921 }, + }, + { + zip_code: '29123', + usps_city: 'Pelion', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8091.0, + density: 45.2, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25947, lat: 33.76637 }, + }, + { + zip_code: '29150', + usps_city: 'Sumter', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38053.0, + density: 341.8, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "100"}', + coty_name: ['Sumter'], + cty_code: ['45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35448, lat: 33.8755 }, + }, + { + zip_code: '29370', + usps_city: 'Mountville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 7.1, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "100"}', + coty_name: ['Laurens'], + cty_code: ['45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96724, lat: 34.37085 }, + }, + { + zip_code: '29374', + usps_city: 'Pauline', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3443.0, + density: 25.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "95.22", "45087": "4.78"}', + coty_name: ['Spartanburg', 'Union'], + cty_code: ['45083', '45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84919, lat: 34.78551 }, + }, + { + zip_code: '29379', + usps_city: 'Union', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17490.0, + density: 26.4, + primary_coty_code: '45087', + primary_coty_name: 'Union', + county_weights: '{"45087": "100"}', + coty_name: ['Union'], + cty_code: ['45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60943, lat: 34.68075 }, + }, + { + zip_code: '29540', + usps_city: 'Darlington', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4527.0, + density: 15.8, + primary_coty_code: '45031', + primary_coty_name: 'Darlington', + county_weights: '{"45031": "100"}', + coty_name: ['Darlington'], + cty_code: ['45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84007, lat: 34.38512 }, + }, + { + zip_code: '29541', + usps_city: 'Effingham', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9602.0, + density: 47.2, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "100"}', + coty_name: ['Florence'], + cty_code: ['45041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74326, lat: 34.06523 }, + }, + { + zip_code: '29569', + usps_city: 'Loris', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17297.0, + density: 38.3, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90523, lat: 34.0329 }, + }, + { + zip_code: '29630', + usps_city: 'Central', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16185.0, + density: 102.8, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "95.22", "45007": "4.78"}', + coty_name: ['Pickens', 'Anderson'], + cty_code: ['45077', '45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79867, lat: 34.74024 }, + }, + { + zip_code: '29686', + usps_city: 'Tamassee', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 14.7, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04657, lat: 34.93031 }, + }, + { + zip_code: '29840', + usps_city: 'Mount Carmel', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 2.7, + primary_coty_code: '45065', + primary_coty_name: 'McCormick', + county_weights: '{"45065": "100"}', + coty_name: ['McCormick'], + cty_code: ['45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53238, lat: 34.00645 }, + }, + { + zip_code: '29843', + usps_city: 'Olar', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1347.0, + density: 8.1, + primary_coty_code: '45009', + primary_coty_name: 'Bamberg', + county_weights: '{"45009": "67.08", "45011": "32.92"}', + coty_name: ['Bamberg', 'Barnwell'], + cty_code: ['45009', '45011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18034, lat: 33.18289 }, + }, + { + zip_code: '29904', + usps_city: 'Beaufort', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 4923.0, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.71791, lat: 32.45734 }, + }, + { + zip_code: '30016', + usps_city: 'Covington', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 55279.0, + density: 232.8, + primary_coty_code: '13217', + primary_coty_name: 'Newton', + county_weights: '{"13217": "99.68", "13247": "0.32"}', + coty_name: ['Newton', 'Rockdale'], + cty_code: ['13217', '13247'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92942, lat: 33.51712 }, + }, + { + zip_code: '30033', + usps_city: 'Decatur', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 32847.0, + density: 1373.0, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28365, lat: 33.81231 }, + }, + { + zip_code: '30038', + usps_city: 'Lithonia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 39514.0, + density: 525.1, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14236, lat: 33.6706 }, + }, + { + zip_code: '30088', + usps_city: 'Stone Mountain', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 30132.0, + density: 1496.9, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17925, lat: 33.7595 }, + }, + { + zip_code: '30170', + usps_city: 'Roopville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2904.0, + density: 24.6, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "60.99", "13149": "39.01"}', + coty_name: ['Carroll', 'Heard'], + cty_code: ['13045', '13149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.1695, lat: 33.42922 }, + }, + { + zip_code: '30222', + usps_city: 'Greenville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4089.0, + density: 10.9, + primary_coty_code: '13199', + primary_coty_name: 'Meriwether', + county_weights: '{"13199": "100"}', + coty_name: ['Meriwether'], + cty_code: ['13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74461, lat: 33.04301 }, + }, + { + zip_code: '30303', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6628.0, + density: 2452.3, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38986, lat: 33.75332 }, + }, + { + zip_code: '30329', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28383.0, + density: 2026.3, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32295, lat: 33.827 }, + }, + { + zip_code: '30363', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3773.0, + density: 4569.9, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39918, lat: 33.79099 }, + }, + { + zip_code: '30456', + usps_city: 'Sardis', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2099.0, + density: 10.0, + primary_coty_code: '13033', + primary_coty_name: 'Burke', + county_weights: '{"13033": "100"}', + coty_name: ['Burke'], + cty_code: ['13033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80604, lat: 32.97821 }, + }, + { + zip_code: '30582', + usps_city: 'Young Harris', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4998.0, + density: 38.7, + primary_coty_code: '13281', + primary_coty_name: 'Towns', + county_weights: '{"13281": "87.04", "13291": "12.96"}', + coty_name: ['Towns', 'Union'], + cty_code: ['13281', '13291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90314, lat: 34.95105 }, + }, + { + zip_code: '30609', + usps_city: 'Athens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2308.0, + density: 38129.2, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "100"}', + coty_name: ['Clarke'], + cty_code: ['13059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38201, lat: 33.94946 }, + }, + { + zip_code: '30665', + usps_city: 'Siloam', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 12.4, + primary_coty_code: '13133', + primary_coty_name: 'Greene', + county_weights: '{"13133": "100"}', + coty_name: ['Greene'], + cty_code: ['13133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05665, lat: 33.53984 }, + }, + { + zip_code: '30707', + usps_city: 'Chickamauga', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16593.0, + density: 49.7, + primary_coty_code: '13295', + primary_coty_name: 'Walker', + county_weights: '{"13295": "96.64", "13047": "3.36"}', + coty_name: ['Walker', 'Catoosa'], + cty_code: ['13295', '13047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.36037, lat: 34.77638 }, + }, + { + zip_code: '30815', + usps_city: 'Hephzibah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 41629.0, + density: 123.0, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "93.85", "13033": "6.15"}', + coty_name: ['Richmond', 'Burke'], + cty_code: ['13245', '13033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08933, lat: 33.28734 }, + }, + { + zip_code: '30828', + usps_city: 'Warrenton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4052.0, + density: 11.5, + primary_coty_code: '13301', + primary_coty_name: 'Warren', + county_weights: '{"13301": "98.37", "13125": "1.63"}', + coty_name: ['Warren', 'Glascock'], + cty_code: ['13301', '13125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65529, lat: 33.37218 }, + }, + { + zip_code: '30909', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 41261.0, + density: 612.2, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "98.98", "13073": "1.02"}', + coty_name: ['Richmond', 'Columbia'], + cty_code: ['13245', '13073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0834, lat: 33.4717 }, + }, + { + zip_code: '30912', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 478.7, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "100"}', + coty_name: ['Richmond'], + cty_code: ['13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98797, lat: 33.47056 }, + }, + { + zip_code: '31022', + usps_city: 'Dudley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1801.0, + density: 16.1, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "98.53", "13023": "1.47"}', + coty_name: ['Laurens', 'Bleckley'], + cty_code: ['13175', '13023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1098, lat: 32.50649 }, + }, + { + zip_code: '31033', + usps_city: 'Haddock', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1937.0, + density: 10.1, + primary_coty_code: '13169', + primary_coty_name: 'Jones', + county_weights: '{"13169": "85.38", "13009": "14.62"}', + coty_name: ['Jones', 'Baldwin'], + cty_code: ['13169', '13009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44181, lat: 33.08095 }, + }, + { + zip_code: '31044', + usps_city: 'Jeffersonville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3161.0, + density: 7.0, + primary_coty_code: '13289', + primary_coty_name: 'Twiggs', + county_weights: '{"13289": "97.05", "13319": "2.95"}', + coty_name: ['Twiggs', 'Wilkinson'], + cty_code: ['13289', '13319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.39336, lat: 32.63885 }, + }, + { + zip_code: '31066', + usps_city: 'Musella', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1291.0, + density: 7.3, + primary_coty_code: '13079', + primary_coty_name: 'Crawford', + county_weights: '{"13079": "93.11", "13207": "4.8", "13021": "2.09"}', + coty_name: ['Crawford', 'Monroe', 'Bibb'], + cty_code: ['13079', '13207', '13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.01002, lat: 32.80329 }, + }, + { + zip_code: '31324', + usps_city: 'Richmond Hill', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26684.0, + density: 80.4, + primary_coty_code: '13029', + primary_coty_name: 'Bryan', + county_weights: '{"13029": "100"}', + coty_name: ['Bryan'], + cty_code: ['13029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.26875, lat: 31.85578 }, + }, + { + zip_code: '31328', + usps_city: 'Tybee Island', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3460.0, + density: 239.0, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8683, lat: 32.00709 }, + }, + { + zip_code: '31524', + usps_city: 'Brunswick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "0"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47236, lat: 31.24045 }, + }, + { + zip_code: '31552', + usps_city: 'Millwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1194.0, + density: 5.4, + primary_coty_code: '13299', + primary_coty_name: 'Ware', + county_weights: '{"13299": "93.99", "13003": "5.26", "13069": "0.75"}', + coty_name: ['Ware', 'Atkinson', 'Coffee'], + cty_code: ['13299', '13003', '13069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61267, lat: 31.29476 }, + }, + { + zip_code: '31555', + usps_city: 'Odum', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2451.0, + density: 6.4, + primary_coty_code: '13305', + primary_coty_name: 'Wayne', + county_weights: '{"13305": "91.98", "13001": "8.02"}', + coty_name: ['Wayne', 'Appling'], + cty_code: ['13305', '13001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07145, lat: 31.70138 }, + }, + { + zip_code: '31707', + usps_city: 'Albany', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25405.0, + density: 523.0, + primary_coty_code: '13095', + primary_coty_name: 'Dougherty', + county_weights: '{"13095": "96.61", "13177": "3.39"}', + coty_name: ['Dougherty', 'Lee'], + cty_code: ['13095', '13177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20749, lat: 31.58832 }, + }, + { + zip_code: '31744', + usps_city: 'Doerun', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2925.0, + density: 9.2, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "59.31", "13321": "38.54", "13205": "2.15"}', + coty_name: ['Colquitt', 'Worth', 'Mitchell'], + cty_code: ['13071', '13321', '13205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9042, lat: 31.33828 }, + }, + { + zip_code: '31757', + usps_city: 'Thomasville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10905.0, + density: 49.5, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "100"}', + coty_name: ['Thomas'], + cty_code: ['13275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89935, lat: 30.87257 }, + }, + { + zip_code: '31779', + usps_city: 'Pelham', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10092.0, + density: 27.6, + primary_coty_code: '13205', + primary_coty_name: 'Mitchell', + county_weights: '{"13205": "87.56", "13131": "12.44"}', + coty_name: ['Mitchell', 'Grady'], + cty_code: ['13205', '13131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19315, lat: 31.10136 }, + }, + { + zip_code: '31781', + usps_city: 'Poulan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2263.0, + density: 32.1, + primary_coty_code: '13321', + primary_coty_name: 'Worth', + county_weights: '{"13321": "100"}', + coty_name: ['Worth'], + cty_code: ['13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79233, lat: 31.55546 }, + }, + { + zip_code: '31787', + usps_city: 'Smithville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1392.0, + density: 6.1, + primary_coty_code: '13177', + primary_coty_name: 'Lee', + county_weights: '{"13177": "76.61", "13261": "23.39"}', + coty_name: ['Lee', 'Sumter'], + cty_code: ['13177', '13261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24413, lat: 31.89587 }, + }, + { + zip_code: '31789', + usps_city: 'Sumner', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 5.7, + primary_coty_code: '13321', + primary_coty_name: 'Worth', + county_weights: '{"13321": "100"}', + coty_name: ['Worth'], + cty_code: ['13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.73614, lat: 31.47993 }, + }, + { + zip_code: '31793', + usps_city: 'Tifton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9208.0, + density: 35.5, + primary_coty_code: '13277', + primary_coty_name: 'Tift', + county_weights: '{"13277": "100"}', + coty_name: ['Tift'], + cty_code: ['13277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58728, lat: 31.46191 }, + }, + { + zip_code: '31801', + usps_city: 'Box Springs', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3237.0, + density: 14.5, + primary_coty_code: '13197', + primary_coty_name: 'Marion', + county_weights: '{"13197": "60.51", "13263": "35.54", "13215": "3.96"}', + coty_name: ['Marion', 'Talbot', 'Muscogee'], + cty_code: ['13197', '13263', '13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59271, lat: 32.51951 }, + }, + { + zip_code: '32130', + usps_city: 'De Leon Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5703.0, + density: 23.9, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34467, lat: 29.15571 }, + }, + { + zip_code: '32136', + usps_city: 'Flagler Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8306.0, + density: 171.0, + primary_coty_code: '12035', + primary_coty_name: 'Flagler', + county_weights: '{"12035": "97.39", "12127": "2.61"}', + coty_name: ['Flagler', 'Volusia'], + cty_code: ['12035', '12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14089, lat: 29.45243 }, + }, + { + zip_code: '32352', + usps_city: 'Quincy', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6246.0, + density: 25.0, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58667, lat: 30.65117 }, + }, + { + zip_code: '32435', + usps_city: 'Defuniak Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7494.0, + density: 22.4, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "100"}', + coty_name: ['Walton'], + cty_code: ['12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1258, lat: 30.66393 }, + }, + { + zip_code: '32439', + usps_city: 'Freeport', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10413.0, + density: 39.2, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "100"}', + coty_name: ['Walton'], + cty_code: ['12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1223, lat: 30.48565 }, + }, + { + zip_code: '32533', + usps_city: 'Cantonment', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29713.0, + density: 153.2, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.32678, lat: 30.61058 }, + }, + { + zip_code: '32625', + usps_city: 'Cedar Key', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1686.0, + density: 7.7, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "100"}', + coty_name: ['Levy'], + cty_code: ['12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99257, lat: 29.22508 }, + }, + { + zip_code: '32666', + usps_city: 'Melrose', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6664.0, + density: 47.1, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: + '{"12107": "47.92", "12019": "21.11", "12007": "18.1", "12001": "12.86"}', + coty_name: ['Putnam', 'Clay', 'Bradford', 'Alachua'], + cty_code: ['12107', '12019', '12007', '12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99465, lat: 29.72554 }, + }, + { + zip_code: '32680', + usps_city: 'Old Town', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10139.0, + density: 15.7, + primary_coty_code: '12029', + primary_coty_name: 'Dixie', + county_weights: '{"12029": "100"}', + coty_name: ['Dixie'], + cty_code: ['12029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06991, lat: 29.62865 }, + }, + { + zip_code: '33062', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22692.0, + density: 2304.9, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09364, lat: 26.24163 }, + }, + { + zip_code: '33073', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35378.0, + density: 1711.8, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1828, lat: 26.2985 }, + }, + { + zip_code: '33162', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47123.0, + density: 3504.7, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17798, lat: 25.92831 }, + }, + { + zip_code: '33167', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20582.0, + density: 1918.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23694, lat: 25.88524 }, + }, + { + zip_code: '33470', + usps_city: 'Loxahatchee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27317.0, + density: 134.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32037, lat: 26.72708 }, + }, + { + zip_code: '33513', + usps_city: 'Bushnell', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12713.0, + density: 54.3, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16579, lat: 28.67022 }, + }, + { + zip_code: '33621', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2751.0, + density: 127.5, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50103, lat: 27.84361 }, + }, + { + zip_code: '33709', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24619.0, + density: 1850.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73058, lat: 27.81714 }, + }, + { + zip_code: '33711', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19706.0, + density: 1596.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68843, lat: 27.73891 }, + }, + { + zip_code: '33770', + usps_city: 'Largo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26627.0, + density: 1980.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80358, lat: 27.91469 }, + }, + { + zip_code: '33990', + usps_city: 'Cape Coral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34657.0, + density: 1425.0, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9433, lat: 26.62789 }, + }, + { + zip_code: '34209', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35172.0, + density: 1078.6, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64316, lat: 27.49492 }, + }, + { + zip_code: '34420', + usps_city: 'Belleview', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17749.0, + density: 272.5, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.03754, lat: 29.05305 }, + }, + { + zip_code: '34476', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23279.0, + density: 241.3, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19679, lat: 29.08161 }, + }, + { + zip_code: '34669', + usps_city: 'Hudson', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13304.0, + density: 263.8, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61478, lat: 28.35826 }, + }, + { + zip_code: '34753', + usps_city: 'Mascotte', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5932.0, + density: 420.6, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90079, lat: 28.58976 }, + }, + { + zip_code: '34756', + usps_city: 'Montverde', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3505.0, + density: 147.5, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68218, lat: 28.58554 }, + }, + { + zip_code: '34956', + usps_city: 'Indiantown', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10258.0, + density: 19.0, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "100"}', + coty_name: ['Martin'], + cty_code: ['12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50827, lat: 27.0792 }, + }, + { + zip_code: '35005', + usps_city: 'Adamsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7344.0, + density: 82.5, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00089, lat: 33.59515 }, + }, + { + zip_code: '35045', + usps_city: 'Clanton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15143.0, + density: 49.1, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "100"}', + coty_name: ['Chilton'], + cty_code: ['1021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.67285, lat: 32.80704 }, + }, + { + zip_code: '35055', + usps_city: 'Cullman', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 21153.0, + density: 127.5, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "100"}', + coty_name: ['Cullman'], + cty_code: ['1043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75907, lat: 34.15398 }, + }, + { + zip_code: '35115', + usps_city: 'Montevallo', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14988.0, + density: 46.4, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "80.68", "01021": "18.56", "01007": "0.76"}', + coty_name: ['Shelby', 'Chilton', 'Bibb'], + cty_code: ['01117', '01021', '01007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89578, lat: 33.12002 }, + }, + { + zip_code: '35218', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7235.0, + density: 1066.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89384, lat: 33.50777 }, + }, + { + zip_code: '35406', + usps_city: 'Tuscaloosa', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17914.0, + density: 81.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.47043, lat: 33.33412 }, + }, + { + zip_code: '35541', + usps_city: 'Arley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3399.0, + density: 19.6, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: '{"01133": "99.75", "01043": "0.25"}', + coty_name: ['Winston', 'Cullman'], + cty_code: ['01133', '01043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.18065, lat: 34.08013 }, + }, + { + zip_code: '35546', + usps_city: 'Berry', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3996.0, + density: 7.0, + primary_coty_code: '1057', + primary_coty_name: 'Fayette', + county_weights: '{"01057": "64.5", "01125": "32.17", "01127": "3.33"}', + coty_name: ['Fayette', 'Tuscaloosa', 'Walker'], + cty_code: ['01057', '01125', '01127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.54901, lat: 33.60722 }, + }, + { + zip_code: '35661', + usps_city: 'Muscle Shoals', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17027.0, + density: 117.6, + primary_coty_code: '1033', + primary_coty_name: 'Colbert', + county_weights: '{"01033": "100"}', + coty_name: ['Colbert'], + cty_code: ['1033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.56505, lat: 34.77345 }, + }, + { + zip_code: '35971', + usps_city: 'Fyffe', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5666.0, + density: 38.6, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.94512, lat: 34.45552 }, + }, + { + zip_code: '36027', + usps_city: 'Eufaula', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14970.0, + density: 20.0, + primary_coty_code: '1005', + primary_coty_name: 'Barbour', + county_weights: '{"01005": "98.87", "01113": "0.71", "01067": "0.42"}', + coty_name: ['Barbour', 'Russell', 'Henry'], + cty_code: ['01005', '01113', '01067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.20924, lat: 31.93341 }, + }, + { + zip_code: '36034', + usps_city: 'Glenwood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1132.0, + density: 7.5, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "48.33", "01041": "28.5", "01031": "23.17"}', + coty_name: ['Pike', 'Crenshaw', 'Coffee'], + cty_code: ['01109', '01041', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.11065, lat: 31.62105 }, + }, + { + zip_code: '36042', + usps_city: 'Honoraville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1947.0, + density: 9.2, + primary_coty_code: '1041', + primary_coty_name: 'Crenshaw', + county_weights: '{"01041": "59.8", "01013": "40.2"}', + coty_name: ['Crenshaw', 'Butler'], + cty_code: ['01041', '01013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.44932, lat: 31.86659 }, + }, + { + zip_code: '36078', + usps_city: 'Tallassee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12540.0, + density: 28.1, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "64.06", "01123": "35.94"}', + coty_name: ['Elmore', 'Tallapoosa'], + cty_code: ['01051', '01123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9355, lat: 32.54058 }, + }, + { + zip_code: '36113', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1764.0, + density: 234.5, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.35806, lat: 32.38277 }, + }, + { + zip_code: '36310', + usps_city: 'Abbeville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6275.0, + density: 11.2, + primary_coty_code: '1067', + primary_coty_name: 'Henry', + county_weights: '{"01067": "100"}', + coty_name: ['Henry'], + cty_code: ['1067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.21631, lat: 31.60297 }, + }, + { + zip_code: '36330', + usps_city: 'Enterprise', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 37144.0, + density: 119.3, + primary_coty_code: '1031', + primary_coty_name: 'Coffee', + county_weights: '{"01031": "91.06", "01045": "8.94"}', + coty_name: ['Coffee', 'Dale'], + cty_code: ['01031', '01045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.8632, lat: 31.30615 }, + }, + { + zip_code: '36351', + usps_city: 'New Brockton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3482.0, + density: 16.6, + primary_coty_code: '1031', + primary_coty_name: 'Coffee', + county_weights: '{"01031": "100"}', + coty_name: ['Coffee'], + cty_code: ['1031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.91877, lat: 31.41551 }, + }, + { + zip_code: '36444', + usps_city: 'Franklin', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 2.8, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "100"}', + coty_name: ['Monroe'], + cty_code: ['1099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.45328, lat: 31.66427 }, + }, + { + zip_code: '36548', + usps_city: 'Leroy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 998.0, + density: 11.1, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97159, lat: 31.48753 }, + }, + { + zip_code: '36584', + usps_city: 'Vinegar Bend', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 856.0, + density: 4.8, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.38063, lat: 31.19821 }, + }, + { + zip_code: '36612', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4626.0, + density: 636.9, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11246, lat: 30.75377 }, + }, + { + zip_code: '36801', + usps_city: 'Opelika', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 25071.0, + density: 135.2, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "98.76", "01017": "1.24"}', + coty_name: ['Lee', 'Chambers'], + cty_code: ['01081', '01017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.39719, lat: 32.69174 }, + }, + { + zip_code: '36904', + usps_city: 'Butler', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3734.0, + density: 6.4, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25861, lat: 32.10202 }, + }, + { + zip_code: '37022', + usps_city: 'Bethpage', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6583.0, + density: 29.8, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "88.88", "47169": "10.93", "47111": "0.18"}', + coty_name: ['Sumner', 'Trousdale', 'Macon'], + cty_code: ['47165', '47169', '47111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.31075, lat: 36.50014 }, + }, + { + zip_code: '37029', + usps_city: 'Burns', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7017.0, + density: 55.2, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "100"}', + coty_name: ['Dickson'], + cty_code: ['47043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26452, lat: 36.04186 }, + }, + { + zip_code: '37040', + usps_city: 'Clarksville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 52155.0, + density: 217.9, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.33336, lat: 36.52333 }, + }, + { + zip_code: '37052', + usps_city: 'Cunningham', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2487.0, + density: 25.5, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.3988, lat: 36.3735 }, + }, + { + zip_code: '37069', + usps_city: 'Franklin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 20467.0, + density: 213.7, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "100"}', + coty_name: ['Williamson'], + cty_code: ['47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.90478, lat: 35.98848 }, + }, + { + zip_code: '37122', + usps_city: 'Mount Juliet', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 58323.0, + density: 201.1, + primary_coty_code: '47189', + primary_coty_name: 'Wilson', + county_weights: '{"47189": "97.68", "47149": "2.02", "47037": "0.3"}', + coty_name: ['Wilson', 'Rutherford', 'Davidson'], + cty_code: ['47189', '47149', '47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.4889, lat: 36.1775 }, + }, + { + zip_code: '37214', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 30528.0, + density: 469.2, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.6651, lat: 36.16308 }, + }, + { + zip_code: '37240', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 18898.8, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80548, lat: 36.14489 }, + }, + { + zip_code: '37312', + usps_city: 'Cleveland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 35065.0, + density: 226.4, + primary_coty_code: '47011', + primary_coty_name: 'Bradley', + county_weights: '{"47011": "100"}', + coty_name: ['Bradley'], + cty_code: ['47011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87066, lat: 35.22985 }, + }, + { + zip_code: '37403', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7470.0, + density: 1684.7, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.29452, lat: 35.04774 }, + }, + { + zip_code: '37604', + usps_city: 'Johnson City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 36040.0, + density: 411.8, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "99.19", "47019": "0.81"}', + coty_name: ['Washington', 'Carter'], + cty_code: ['47179', '47019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3832, lat: 36.2996 }, + }, + { + zip_code: '37645', + usps_city: 'Mount Carmel', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5100.0, + density: 325.6, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "100"}', + coty_name: ['Hawkins'], + cty_code: ['47073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66232, lat: 36.5621 }, + }, + { + zip_code: '37737', + usps_city: 'Friendsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5817.0, + density: 85.2, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "95.8", "47105": "4.2"}', + coty_name: ['Blount', 'Loudon'], + cty_code: ['47009', '47105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11981, lat: 35.7577 }, + }, + { + zip_code: '37763', + usps_city: 'Kingston', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15196.0, + density: 64.4, + primary_coty_code: '47145', + primary_coty_name: 'Roane', + county_weights: '{"47145": "100"}', + coty_name: ['Roane'], + cty_code: ['47145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49248, lat: 35.82252 }, + }, + { + zip_code: '38119', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24582.0, + density: 1074.0, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84584, lat: 35.07975 }, + }, + { + zip_code: '38254', + usps_city: 'Samburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 44.5, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "100"}', + coty_name: ['Obion'], + cty_code: ['47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34734, lat: 36.37494 }, + }, + { + zip_code: '38301', + usps_city: 'Jackson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 33554.0, + density: 78.5, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "100"}', + coty_name: ['Madison'], + cty_code: ['47113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85281, lat: 35.586 }, + }, + { + zip_code: '38311', + usps_city: 'Bath Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 6.2, + primary_coty_code: '47039', + primary_coty_name: 'Decatur', + county_weights: '{"47039": "100"}', + coty_name: ['Decatur'], + cty_code: ['47039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10553, lat: 35.43642 }, + }, + { + zip_code: '38328', + usps_city: 'Darden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 793.0, + density: 12.3, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "100"}', + coty_name: ['Henderson'], + cty_code: ['47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21651, lat: 35.67783 }, + }, + { + zip_code: '38345', + usps_city: 'Huron', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1520.0, + density: 11.7, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "100"}', + coty_name: ['Henderson'], + cty_code: ['47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.51257, lat: 35.59363 }, + }, + { + zip_code: '38366', + usps_city: 'Pinson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1955.0, + density: 16.4, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "78.16", "47023": "21.84"}', + coty_name: ['Madison', 'Chester'], + cty_code: ['47113', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74604, lat: 35.47611 }, + }, + { + zip_code: '38468', + usps_city: 'Leoma', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5604.0, + density: 22.0, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "96.71", "47055": "3.29"}', + coty_name: ['Lawrence', 'Giles'], + cty_code: ['47099', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29381, lat: 35.131 }, + }, + { + zip_code: '38474', + usps_city: 'Mount Pleasant', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8389.0, + density: 29.8, + primary_coty_code: '47119', + primary_coty_name: 'Maury', + county_weights: + '{"47119": "96.12", "47099": "1.53", "47101": "1.29", "47055": "1.06"}', + coty_name: ['Maury', 'Lawrence', 'Lewis', 'Giles'], + cty_code: ['47119', '47099', '47101', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.22653, lat: 35.51684 }, + }, + { + zip_code: '38482', + usps_city: 'Santa Fe', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1635.0, + density: 14.7, + primary_coty_code: '47119', + primary_coty_name: 'Maury', + county_weights: '{"47119": "100"}', + coty_name: ['Maury'], + cty_code: ['47119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.14526, lat: 35.7689 }, + }, + { + zip_code: '38505', + usps_city: 'Cookeville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2017.0, + density: 5860.8, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: '{"47141": "100"}', + coty_name: ['Putnam'], + cty_code: ['47141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.50507, lat: 36.17512 }, + }, + { + zip_code: '38558', + usps_city: 'Crossville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9076.0, + density: 154.1, + primary_coty_code: '47035', + primary_coty_name: 'Cumberland', + county_weights: '{"47035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['47035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.87192, lat: 36.00774 }, + }, + { + zip_code: '38572', + usps_city: 'Crossville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11246.0, + density: 28.1, + primary_coty_code: '47035', + primary_coty_name: 'Cumberland', + county_weights: '{"47035": "98.82", "47007": "1.18"}', + coty_name: ['Cumberland', 'Bledsoe'], + cty_code: ['47035', '47007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.13077, lat: 35.84872 }, + }, + { + zip_code: '38659', + usps_city: 'Potts Camp', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2950.0, + density: 10.0, + primary_coty_code: '28093', + primary_coty_name: 'Marshall', + county_weights: '{"28093": "90.6", "28009": "9.4"}', + coty_name: ['Marshall', 'Benton'], + cty_code: ['28093', '28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31938, lat: 34.62211 }, + }, + { + zip_code: '38751', + usps_city: 'Indianola', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10367.0, + density: 26.2, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "100"}', + coty_name: ['Sunflower'], + cty_code: ['28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6796, lat: 33.4489 }, + }, + { + zip_code: '38767', + usps_city: 'Rena Lara', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 7.8, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "100"}', + coty_name: ['Coahoma'], + cty_code: ['28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78472, lat: 34.14049 }, + }, + { + zip_code: '38864', + usps_city: 'Randolph', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 7.9, + primary_coty_code: '28115', + primary_coty_name: 'Pontotoc', + county_weights: '{"28115": "83.25", "28013": "16.75"}', + coty_name: ['Pontotoc', 'Calhoun'], + cty_code: ['28115', '28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.19913, lat: 34.13398 }, + }, + { + zip_code: '38917', + usps_city: 'Carrollton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2930.0, + density: 6.8, + primary_coty_code: '28015', + primary_coty_name: 'Carroll', + county_weights: '{"28015": "100"}', + coty_name: ['Carroll'], + cty_code: ['28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96044, lat: 33.5516 }, + }, + { + zip_code: '38941', + usps_city: 'Itta Bena', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4265.0, + density: 17.3, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "100"}', + coty_name: ['Leflore'], + cty_code: ['28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35694, lat: 33.48085 }, + }, + { + zip_code: '39149', + usps_city: 'Pinola', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1346.0, + density: 6.4, + primary_coty_code: '28127', + primary_coty_name: 'Simpson', + county_weights: '{"28127": "100"}', + coty_name: ['Simpson'], + cty_code: ['28127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00904, lat: 31.83346 }, + }, + { + zip_code: '39193', + usps_city: 'Whitfield', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 959.0, + density: 267.3, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "100"}', + coty_name: ['Rankin'], + cty_code: ['28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07935, lat: 32.23445 }, + }, + { + zip_code: '39204', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16934.0, + density: 482.8, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2269, lat: 32.26813 }, + }, + { + zip_code: '39307', + usps_city: 'Meridian', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 17051.0, + density: 69.0, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['28075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.79618, lat: 32.33768 }, + }, + { + zip_code: '39342', + usps_city: 'Marion', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1436.0, + density: 224.3, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['28075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64837, lat: 32.42445 }, + }, + { + zip_code: '39352', + usps_city: 'Porterville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 1.7, + primary_coty_code: '28069', + primary_coty_name: 'Kemper', + county_weights: '{"28069": "100"}', + coty_name: ['Kemper'], + cty_code: ['28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.47989, lat: 32.6844 }, + }, + { + zip_code: '39478', + usps_city: 'Sandy Hook', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2184.0, + density: 11.4, + primary_coty_code: '28091', + primary_coty_name: 'Marion', + county_weights: '{"28091": "55.11", "28147": "44.89"}', + coty_name: ['Marion', 'Walthall'], + cty_code: ['28091', '28147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85759, lat: 31.05446 }, + }, + { + zip_code: '39762', + usps_city: 'Mississippi State', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2783.0, + density: 1880.6, + primary_coty_code: '28105', + primary_coty_name: 'Oktibbeha', + county_weights: '{"28105": "100"}', + coty_name: ['Oktibbeha'], + cty_code: ['28105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.79521, lat: 33.45273 }, + }, + { + zip_code: '39771', + usps_city: 'Walthall', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 76.1, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: '{"28155": "100"}', + coty_name: ['Webster'], + cty_code: ['28155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27517, lat: 33.60697 }, + }, + { + zip_code: '39825', + usps_city: 'Brinson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 6.0, + primary_coty_code: '13087', + primary_coty_name: 'Decatur', + county_weights: '{"13087": "93.98", "13253": "6.02"}', + coty_name: ['Decatur', 'Seminole'], + cty_code: ['13087', '13253'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7353, lat: 30.92534 }, + }, + { + zip_code: '39837', + usps_city: 'Colquitt', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6288.0, + density: 8.6, + primary_coty_code: '13201', + primary_coty_name: 'Miller', + county_weights: + '{"13201": "88.1", "13007": "6.26", "13087": "5.25", "13099": "0.39"}', + coty_name: ['Miller', 'Baker', 'Decatur', 'Early'], + cty_code: ['13201', '13007', '13087', '13099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.67304, lat: 31.15273 }, + }, + { + zip_code: '39861', + usps_city: 'Jakin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1094.0, + density: 7.9, + primary_coty_code: '13099', + primary_coty_name: 'Early', + county_weights: '{"13099": "96.71", "13253": "3.29"}', + coty_name: ['Early', 'Seminole'], + cty_code: ['13099', '13253'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98256, lat: 31.13685 }, + }, + { + zip_code: '40060', + usps_city: 'Raywick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1089.0, + density: 9.6, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "100"}', + coty_name: ['Marion'], + cty_code: ['21155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.44181, lat: 37.53801 }, + }, + { + zip_code: '40207', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 30228.0, + density: 1003.8, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.65712, lat: 38.26523 }, + }, + { + zip_code: '40350', + usps_city: 'Moorefield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 3.5, + primary_coty_code: '21181', + primary_coty_name: 'Nicholas', + county_weights: '{"21181": "100"}', + coty_name: ['Nicholas'], + cty_code: ['21181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87446, lat: 38.30888 }, + }, + { + zip_code: '40422', + usps_city: 'Danville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 25485.0, + density: 85.6, + primary_coty_code: '21021', + primary_coty_name: 'Boyle', + county_weights: '{"21021": "96.73", "21137": "3.27"}', + coty_name: ['Boyle', 'Lincoln'], + cty_code: ['21021', '21137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.80074, lat: 37.63786 }, + }, + { + zip_code: '40913', + usps_city: 'Beverly', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 368.0, + density: 8.0, + primary_coty_code: '21051', + primary_coty_name: 'Clay', + county_weights: '{"21051": "50.29", "21013": "49.71"}', + coty_name: ['Clay', 'Bell'], + cty_code: ['21051', '21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.54395, lat: 36.94427 }, + }, + { + zip_code: '40965', + usps_city: 'Middlesboro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11954.0, + density: 64.1, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71669, lat: 36.63434 }, + }, + { + zip_code: '41064', + usps_city: 'Mount Olivet', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1834.0, + density: 8.3, + primary_coty_code: '21201', + primary_coty_name: 'Robertson', + county_weights: '{"21201": "98.65", "21023": "1.35"}', + coty_name: ['Robertson', 'Bracken'], + cty_code: ['21201', '21023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.05973, lat: 38.51063 }, + }, + { + zip_code: '41465', + usps_city: 'Salyersville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11505.0, + density: 17.0, + primary_coty_code: '21153', + primary_coty_name: 'Magoffin', + county_weights: '{"21153": "100"}', + coty_name: ['Magoffin'], + cty_code: ['21153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.08566, lat: 37.72848 }, + }, + { + zip_code: '41514', + usps_city: 'Belfry', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2918.0, + density: 22.3, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33077, lat: 37.67083 }, + }, + { + zip_code: '41812', + usps_city: 'Deane', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 15.6, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74443, lat: 37.24724 }, + }, + { + zip_code: '41848', + usps_city: 'Roxana', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94841, lat: 37.09526 }, + }, + { + zip_code: '42024', + usps_city: 'Barlow', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 9.6, + primary_coty_code: '21007', + primary_coty_name: 'Ballard', + county_weights: '{"21007": "100"}', + coty_name: ['Ballard'], + cty_code: ['21007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05165, lat: 37.07568 }, + }, + { + zip_code: '42069', + usps_city: 'Melber', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 9.0, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "81.82", "21145": "18.18"}', + coty_name: ['Graves', 'McCracken'], + cty_code: ['21083', '21145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75655, lat: 36.92218 }, + }, + { + zip_code: '42159', + usps_city: 'Oakland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1395.0, + density: 19.0, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "100"}', + coty_name: ['Warren'], + cty_code: ['21227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.24531, lat: 36.99292 }, + }, + { + zip_code: '42164', + usps_city: 'Scottsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16664.0, + density: 25.5, + primary_coty_code: '21003', + primary_coty_name: 'Allen', + county_weights: '{"21003": "100"}', + coty_name: ['Allen'], + cty_code: ['21003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.18471, lat: 36.77559 }, + }, + { + zip_code: '42320', + usps_city: 'Beaver Dam', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9000.0, + density: 23.6, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "99.61", "21031": "0.39"}', + coty_name: ['Ohio', 'Butler'], + cty_code: ['21183', '21031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.8709, lat: 37.35244 }, + }, + { + zip_code: '42634', + usps_city: 'Parkers Lake', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1862.0, + density: 7.8, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41931, lat: 36.8792 }, + }, + { + zip_code: '42701', + usps_city: 'Elizabethtown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 50647.0, + density: 123.3, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.8358, lat: 37.70498 }, + }, + { + zip_code: '42721', + usps_city: 'Caneyville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3495.0, + density: 9.3, + primary_coty_code: '21085', + primary_coty_name: 'Grayson', + county_weights: '{"21085": "93.67", "21031": "3.47", "21061": "2.86"}', + coty_name: ['Grayson', 'Butler', 'Edmonson'], + cty_code: ['21085', '21031', '21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.49685, lat: 37.42146 }, + }, + { + zip_code: '43022', + usps_city: 'Gambier', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4353.0, + density: 40.6, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "100"}', + coty_name: ['Knox'], + cty_code: ['39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33968, lat: 40.33833 }, + }, + { + zip_code: '43113', + usps_city: 'Circleville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24526.0, + density: 57.6, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "99.59", "39045": "0.41"}', + coty_name: ['Pickaway', 'Fairfield'], + cty_code: ['39129', '39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96316, lat: 39.59091 }, + }, + { + zip_code: '43115', + usps_city: 'Clarksburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1587.0, + density: 12.8, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "88.72", "39129": "11.28"}', + coty_name: ['Ross', 'Pickaway'], + cty_code: ['39141', '39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.16271, lat: 39.49147 }, + }, + { + zip_code: '43125', + usps_city: 'Groveport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13350.0, + density: 164.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "98.86", "39129": "1.14"}', + coty_name: ['Franklin', 'Pickaway'], + cty_code: ['39049', '39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.88449, lat: 39.83664 }, + }, + { + zip_code: '43136', + usps_city: 'Lithopolis', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 1201.5, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "100"}', + coty_name: ['Fairfield'], + cty_code: ['39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81252, lat: 39.80136 }, + }, + { + zip_code: '43137', + usps_city: 'Lockbourne', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2387.0, + density: 30.6, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "57.45", "39049": "42.55"}', + coty_name: ['Pickaway', 'Franklin'], + cty_code: ['39129', '39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.98549, lat: 39.80819 }, + }, + { + zip_code: '43150', + usps_city: 'Rushville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2164.0, + density: 31.5, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "67.97", "39127": "32.03"}', + coty_name: ['Fairfield', 'Perry'], + cty_code: ['39045', '39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40933, lat: 39.77327 }, + }, + { + zip_code: '43321', + usps_city: 'Fulton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 163.5, + primary_coty_code: '39117', + primary_coty_name: 'Morrow', + county_weights: '{"39117": "100"}', + coty_name: ['Morrow'], + cty_code: ['39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8298, lat: 40.45733 }, + }, + { + zip_code: '43407', + usps_city: 'Burgoon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 15.9, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "100"}', + coty_name: ['Sandusky'], + cty_code: ['39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2494, lat: 41.27787 }, + }, + { + zip_code: '43442', + usps_city: 'Lindsey', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1083.0, + density: 24.1, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "100"}', + coty_name: ['Sandusky'], + cty_code: ['39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21537, lat: 41.42695 }, + }, + { + zip_code: '43447', + usps_city: 'Millbury', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3498.0, + density: 80.0, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "82.26", "39123": "17.74"}', + coty_name: ['Wood', 'Ottawa'], + cty_code: ['39173', '39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.43547, lat: 41.56604 }, + }, + { + zip_code: '43505', + usps_city: 'Blakeslee', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 347.8, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "100"}', + coty_name: ['Williams'], + cty_code: ['39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73118, lat: 41.52403 }, + }, + { + zip_code: '43516', + usps_city: 'Deshler', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2986.0, + density: 16.4, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "88.99", "39173": "10.3", "39063": "0.71"}', + coty_name: ['Henry', 'Wood', 'Hancock'], + cty_code: ['39069', '39173', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91492, lat: 41.2179 }, + }, + { + zip_code: '43566', + usps_city: 'Waterville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7776.0, + density: 152.3, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.75864, lat: 41.49591 }, + }, + { + zip_code: '43616', + usps_city: 'Oregon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20542.0, + density: 203.2, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.40906, lat: 41.65847 }, + }, + { + zip_code: '43701', + usps_city: 'Zanesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 55253.0, + density: 118.2, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99398, lat: 39.96008 }, + }, + { + zip_code: '43722', + usps_city: 'Buffalo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 176.2, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51756, lat: 39.9192 }, + }, + { + zip_code: '43724', + usps_city: 'Caldwell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9237.0, + density: 23.0, + primary_coty_code: '39121', + primary_coty_name: 'Noble', + county_weights: '{"39121": "99.53", "39115": "0.47"}', + coty_name: ['Noble', 'Morgan'], + cty_code: ['39121', '39115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51487, lat: 39.73278 }, + }, + { + zip_code: '43779', + usps_city: 'Sarahsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 9.2, + primary_coty_code: '39121', + primary_coty_name: 'Noble', + county_weights: '{"39121": "100"}', + coty_name: ['Noble'], + cty_code: ['39121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42435, lat: 39.8162 }, + }, + { + zip_code: '43837', + usps_city: 'Port Washington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1979.0, + density: 14.9, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "94.68", "39059": "5.32"}', + coty_name: ['Tuscarawas', 'Guernsey'], + cty_code: ['39157', '39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48069, lat: 40.30194 }, + }, + { + zip_code: '43953', + usps_city: 'Steubenville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11713.0, + density: 249.1, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.7078, lat: 40.35806 }, + }, + { + zip_code: '43964', + usps_city: 'Toronto', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8727.0, + density: 70.8, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67064, lat: 40.48617 }, + }, + { + zip_code: '43971', + usps_city: 'Yorkville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 327.7, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "59.65", "39013": "40.35"}', + coty_name: ['Jefferson', 'Belmont'], + cty_code: ['39081', '39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.71288, lat: 40.15815 }, + }, + { + zip_code: '44086', + usps_city: 'Thompson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2381.0, + density: 33.3, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "87.37", "39085": "12.42", "39007": "0.21"}', + coty_name: ['Geauga', 'Lake', 'Ashtabula'], + cty_code: ['39055', '39085', '39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.05788, lat: 41.67511 }, + }, + { + zip_code: '44107', + usps_city: 'Lakewood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 50351.0, + density: 3520.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80106, lat: 41.48243 }, + }, + { + zip_code: '44129', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28592.0, + density: 1876.4, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73513, lat: 41.38971 }, + }, + { + zip_code: '44223', + usps_city: 'Cuyahoga Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17460.0, + density: 449.3, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53122, lat: 41.17121 }, + }, + { + zip_code: '44235', + usps_city: 'Homerville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1894.0, + density: 29.2, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "97.75", "39005": "2.25"}', + coty_name: ['Medina', 'Ashland'], + cty_code: ['39103', '39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12449, lat: 41.03146 }, + }, + { + zip_code: '44256', + usps_city: 'Medina', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 63497.0, + density: 184.0, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "99.83", "39093": "0.1", "39153": "0.08"}', + coty_name: ['Medina', 'Lorain', 'Summit'], + cty_code: ['39103', '39093', '39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85904, lat: 41.14011 }, + }, + { + zip_code: '44632', + usps_city: 'Hartville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9670.0, + density: 136.5, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "94.72", "39133": "5.28"}', + coty_name: ['Stark', 'Portage'], + cty_code: ['39151', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30667, lat: 40.96379 }, + }, + { + zip_code: '44682', + usps_city: 'Tuscarawas', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 1071.0, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40533, lat: 40.39729 }, + }, + { + zip_code: '44695', + usps_city: 'Bowerston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1560.0, + density: 20.0, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "50.19", "39067": "49.81"}', + coty_name: ['Carroll', 'Harrison'], + cty_code: ['39019', '39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17831, lat: 40.43674 }, + }, + { + zip_code: '45219', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18766.0, + density: 4130.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.513, lat: 39.12733 }, + }, + { + zip_code: '45304', + usps_city: 'Arcanum', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7305.0, + density: 33.2, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "98.6", "39135": "1.07", "39109": "0.33"}', + coty_name: ['Darke', 'Preble', 'Miami'], + cty_code: ['39037', '39135', '39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53121, lat: 39.9888 }, + }, + { + zip_code: '45327', + usps_city: 'Germantown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9115.0, + density: 73.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "97.17", "39017": "1.63", "39135": "1.2"}', + coty_name: ['Montgomery', 'Butler', 'Preble'], + cty_code: ['39113', '39017', '39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39985, lat: 39.63251 }, + }, + { + zip_code: '45362', + usps_city: 'Rossburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 941.0, + density: 11.3, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6357, lat: 40.28677 }, + }, + { + zip_code: '45506', + usps_city: 'Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13368.0, + density: 417.2, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.85358, lat: 39.90054 }, + }, + { + zip_code: '45660', + usps_city: 'Peebles', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7402.0, + density: 14.6, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: + '{"39001": "81.33", "39131": "16.03", "39071": "2.36", "39145": "0.28"}', + coty_name: ['Adams', 'Pike', 'Highland', 'Scioto'], + cty_code: ['39001', '39131', '39071', '39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3612, lat: 38.98646 }, + }, + { + zip_code: '45761', + usps_city: 'Millfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1663.0, + density: 19.4, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09102, lat: 39.42651 }, + }, + { + zip_code: '45767', + usps_city: 'New Matamoras', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2724.0, + density: 9.2, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "81.07", "39111": "18.93"}', + coty_name: ['Washington', 'Monroe'], + cty_code: ['39167', '39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13416, lat: 39.54029 }, + }, + { + zip_code: '45786', + usps_city: 'Waterford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3361.0, + density: 19.9, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "97.48", "39115": "2.52"}', + coty_name: ['Washington', 'Morgan'], + cty_code: ['39167', '39115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65368, lat: 39.50244 }, + }, + { + zip_code: '45831', + usps_city: 'Continental', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3400.0, + density: 17.8, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "99.37", "39039": "0.63"}', + coty_name: ['Putnam', 'Defiance'], + cty_code: ['39137', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24957, lat: 41.11002 }, + }, + { + zip_code: '46064', + usps_city: 'Pendleton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17168.0, + density: 102.0, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "97.82", "18059": "2.18"}', + coty_name: ['Madison', 'Hancock'], + cty_code: ['18095', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.74743, lat: 39.98347 }, + }, + { + zip_code: '46127', + usps_city: 'Falmouth', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 4.7, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "62.5", "18041": "37.5"}', + coty_name: ['Rush', 'Fayette'], + cty_code: ['18139', '18041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.31219, lat: 39.71195 }, + }, + { + zip_code: '46135', + usps_city: 'Greencastle', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20462.0, + density: 47.4, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "99.71", "18121": "0.29"}', + coty_name: ['Putnam', 'Parke'], + cty_code: ['18133', '18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.89231, lat: 39.65837 }, + }, + { + zip_code: '46180', + usps_city: 'Stilesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 976.0, + density: 14.7, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "65.66", "18109": "34.34"}', + coty_name: ['Hendricks', 'Morgan'], + cty_code: ['18063', '18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.61796, lat: 39.59816 }, + }, + { + zip_code: '46205', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27580.0, + density: 1688.5, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.13483, lat: 39.8282 }, + }, + { + zip_code: '46216', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2324.0, + density: 255.7, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.01148, lat: 39.86626 }, + }, + { + zip_code: '46382', + usps_city: 'Union Mills', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1713.0, + density: 13.6, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76282, lat: 41.46897 }, + }, + { + zip_code: '46506', + usps_city: 'Bremen', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9700.0, + density: 37.6, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: '{"18099": "88.32", "18141": "11.68"}', + coty_name: ['Marshall', 'St. Joseph'], + cty_code: ['18099', '18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.16962, lat: 41.46171 }, + }, + { + zip_code: '46601', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5714.0, + density: 1016.4, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25319, lat: 41.67007 }, + }, + { + zip_code: '47011', + usps_city: 'Bennington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 8.5, + primary_coty_code: '18155', + primary_coty_name: 'Switzerland', + county_weights: '{"18155": "99.14", "18115": "0.86"}', + coty_name: ['Switzerland', 'Ohio'], + cty_code: ['18155', '18115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vevay', + geo_point_2d: { lon: -85.07527, lat: 38.87547 }, + }, + { + zip_code: '47020', + usps_city: 'Florence', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1432.0, + density: 25.6, + primary_coty_code: '18155', + primary_coty_name: 'Switzerland', + county_weights: '{"18155": "100"}', + coty_name: ['Switzerland'], + cty_code: ['18155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vevay', + geo_point_2d: { lon: -84.9331, lat: 38.81667 }, + }, + { + zip_code: '47023', + usps_city: 'Holton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1665.0, + density: 13.7, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "100"}', + coty_name: ['Ripley'], + cty_code: ['18137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.3815, lat: 39.07935 }, + }, + { + zip_code: '47043', + usps_city: 'Vevay', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5212.0, + density: 19.5, + primary_coty_code: '18155', + primary_coty_name: 'Switzerland', + county_weights: '{"18155": "98.32", "18077": "1.68"}', + coty_name: ['Switzerland', 'Jefferson'], + cty_code: ['18155', '18077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vevay', + geo_point_2d: { lon: -85.09909, lat: 38.79437 }, + }, + { + zip_code: '47360', + usps_city: 'Mooreland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 14.1, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "94.57", "18177": "4.79", "18135": "0.65"}', + coty_name: ['Henry', 'Wayne', 'Randolph'], + cty_code: ['18065', '18177', '18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.26269, lat: 40.01534 }, + }, + { + zip_code: '47382', + usps_city: 'Saratoga', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 630.5, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "100"}', + coty_name: ['Randolph'], + cty_code: ['18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.91748, lat: 40.23637 }, + }, + { + zip_code: '47405', + usps_city: 'Bloomington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3697.0, + density: 3036.5, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.5185, lat: 39.16817 }, + }, + { + zip_code: '47437', + usps_city: 'Huron', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 69.8, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "100"}', + coty_name: ['Lawrence'], + cty_code: ['18093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.67704, lat: 38.71466 }, + }, + { + zip_code: '47441', + usps_city: 'Linton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9153.0, + density: 52.7, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.16595, lat: 39.04328 }, + }, + { + zip_code: '47527', + usps_city: 'Dubois', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1935.0, + density: 13.9, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "99.31", "18117": "0.69"}', + coty_name: ['Dubois', 'Orange'], + cty_code: ['18037', '18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.77973, lat: 38.47214 }, + }, + { + zip_code: '47546', + usps_city: 'Jasper', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21538.0, + density: 67.2, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "100"}', + coty_name: ['Dubois'], + cty_code: ['18037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.9358, lat: 38.4195 }, + }, + { + zip_code: '47579', + usps_city: 'Santa Claus', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2636.0, + density: 87.8, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.91852, lat: 38.11405 }, + }, + { + zip_code: '47860', + usps_city: 'Mecca', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 247.0, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "100"}', + coty_name: ['Parke'], + cty_code: ['18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.33024, lat: 39.72188 }, + }, + { + zip_code: '47930', + usps_city: 'Clarks Hill', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1294.0, + density: 19.5, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "97.71", "18107": "2.29"}', + coty_name: ['Tippecanoe', 'Montgomery'], + cty_code: ['18157', '18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.74237, lat: 40.23714 }, + }, + { + zip_code: '48033', + usps_city: 'Southfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16757.0, + density: 721.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.28869, lat: 42.46456 }, + }, + { + zip_code: '48036', + usps_city: 'Clinton Township', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21353.0, + density: 990.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.89995, lat: 42.59213 }, + }, + { + zip_code: '48051', + usps_city: 'New Baltimore', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18878.0, + density: 485.1, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.82068, lat: 42.69378 }, + }, + { + zip_code: '48059', + usps_city: 'Fort Gratiot', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14932.0, + density: 182.5, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.49942, lat: 43.08281 }, + }, + { + zip_code: '48150', + usps_city: 'Livonia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25938.0, + density: 835.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.3726, lat: 42.36843 }, + }, + { + zip_code: '48182', + usps_city: 'Temperance', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22463.0, + density: 218.7, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.57932, lat: 41.79189 }, + }, + { + zip_code: '48356', + usps_city: 'Highland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8743.0, + density: 239.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.58926, lat: 42.65507 }, + }, + { + zip_code: '48635', + usps_city: 'Lupton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 10.1, + primary_coty_code: '26129', + primary_coty_name: 'Ogemaw', + county_weights: '{"26129": "100"}', + coty_name: ['Ogemaw'], + cty_code: ['26129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.00128, lat: 44.39543 }, + }, + { + zip_code: '48721', + usps_city: 'Black River', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 6.6, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "100"}', + coty_name: ['Alcona'], + cty_code: ['26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.34552, lat: 44.80516 }, + }, + { + zip_code: '48748', + usps_city: 'National City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1662.0, + density: 13.9, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "100"}', + coty_name: ['Iosco'], + cty_code: ['26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.66737, lat: 44.30406 }, + }, + { + zip_code: '48759', + usps_city: 'Sebewaing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3211.0, + density: 24.9, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "99.09", "26157": "0.91"}', + coty_name: ['Huron', 'Tuscola'], + cty_code: ['26063', '26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.39381, lat: 43.72871 }, + }, + { + zip_code: '48818', + usps_city: 'Crystal', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2392.0, + density: 36.6, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.89218, lat: 43.27546 }, + }, + { + zip_code: '48856', + usps_city: 'Middleton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 11.5, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.73662, lat: 43.2 }, + }, + { + zip_code: '49125', + usps_city: 'Sawyer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2243.0, + density: 64.2, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.57745, lat: 41.88708 }, + }, + { + zip_code: '49221', + usps_city: 'Adrian', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 40423.0, + density: 131.8, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.06363, lat: 41.90301 }, + }, + { + zip_code: '49234', + usps_city: 'Clarklake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2650.0, + density: 46.7, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.36865, lat: 42.11855 }, + }, + { + zip_code: '49249', + usps_city: 'Jerome', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3625.0, + density: 43.7, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "89.5", "26075": "10.5"}', + coty_name: ['Hillsdale', 'Jackson'], + cty_code: ['26059', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.45833, lat: 42.02285 }, + }, + { + zip_code: '49253', + usps_city: 'Manitou Beach', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2771.0, + density: 43.6, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.271, lat: 41.96685 }, + }, + { + zip_code: '49262', + usps_city: 'North Adams', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1243.0, + density: 20.9, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46737, lat: 41.96146 }, + }, + { + zip_code: '49312', + usps_city: 'Brohman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 3.9, + primary_coty_code: '26123', + primary_coty_name: 'Newaygo', + county_weights: '{"26123": "100"}', + coty_name: ['Newaygo'], + cty_code: ['26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.80547, lat: 43.68821 }, + }, + { + zip_code: '49320', + usps_city: 'Chippewa Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 23.7, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "100"}', + coty_name: ['Mecosta'], + cty_code: ['26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.27547, lat: 43.75358 }, + }, + { + zip_code: '49328', + usps_city: 'Hopkins', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4288.0, + density: 29.3, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.7592, lat: 42.63167 }, + }, + { + zip_code: '49348', + usps_city: 'Wayland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12501.0, + density: 72.6, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "81.44", "26015": "16.87", "26081": "1.7"}', + coty_name: ['Allegan', 'Barry', 'Kent'], + cty_code: ['26005', '26015', '26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.61467, lat: 42.68571 }, + }, + { + zip_code: '49503', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 37250.0, + density: 2003.1, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.65928, lat: 42.96252 }, + }, + { + zip_code: '49506', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 34528.0, + density: 1830.0, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.614, lat: 42.9451 }, + }, + { + zip_code: '49601', + usps_city: 'Cadillac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21816.0, + density: 40.8, + primary_coty_code: '26165', + primary_coty_name: 'Wexford', + county_weights: '{"26165": "98.33", "26113": "1.67"}', + coty_name: ['Wexford', 'Missaukee'], + cty_code: ['26165', '26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.50741, lat: 44.24978 }, + }, + { + zip_code: '49719', + usps_city: 'Cedarville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1176.0, + density: 7.8, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.32334, lat: 46.0093 }, + }, + { + zip_code: '49736', + usps_city: 'Goetzville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 2.3, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.14056, lat: 46.07216 }, + }, + { + zip_code: '49745', + usps_city: 'Hessel', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 973.0, + density: 4.8, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.53123, lat: 46.05191 }, + }, + { + zip_code: '49766', + usps_city: 'Ossineke', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2304.0, + density: 20.1, + primary_coty_code: '26007', + primary_coty_name: 'Alpena', + county_weights: '{"26007": "100"}', + coty_name: ['Alpena'], + cty_code: ['26007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.44709, lat: 44.90578 }, + }, + { + zip_code: '49775', + usps_city: 'Pointe Aux Pins', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 0.8, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46333, lat: 45.76941 }, + }, + { + zip_code: '49838', + usps_city: 'Gould City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 1.3, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.74746, lat: 46.06199 }, + }, + { + zip_code: '49862', + usps_city: 'Munising', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5163.0, + density: 12.1, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.70846, lat: 46.37771 }, + }, + { + zip_code: '49877', + usps_city: 'Ralph', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.1, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.7089, lat: 46.14909 }, + }, + { + zip_code: '49910', + usps_city: 'Bergland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 0.8, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.61275, lat: 46.59851 }, + }, + { + zip_code: '49931', + usps_city: 'Houghton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9600.0, + density: 131.1, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.60379, lat: 47.1305 }, + }, + { + zip_code: '50027', + usps_city: 'Barnes City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 5.1, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "94.04", "19157": "5.96"}', + coty_name: ['Mahaska', 'Poweshiek'], + cty_code: ['19123', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47316, lat: 41.47497 }, + }, + { + zip_code: '50034', + usps_city: 'Blairsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 2.9, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "87.76", "19197": "12.24"}', + coty_name: ['Hamilton', 'Wright'], + cty_code: ['19079', '19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.64747, lat: 42.52381 }, + }, + { + zip_code: '50123', + usps_city: 'Humeston', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 3.7, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "90.71", "19117": "6.72", "19053": "2.57"}', + coty_name: ['Wayne', 'Lucas', 'Decatur'], + cty_code: ['19185', '19117', '19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.50475, lat: 40.83778 }, + }, + { + zip_code: '50173', + usps_city: 'Montour', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 10.8, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "100"}', + coty_name: ['Tama'], + cty_code: ['19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71422, lat: 41.97299 }, + }, + { + zip_code: '50327', + usps_city: 'Pleasant Hill', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 11400.0, + density: 236.4, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48471, lat: 41.58155 }, + }, + { + zip_code: '50473', + usps_city: 'Scarville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 3.1, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "100"}', + coty_name: ['Winnebago'], + cty_code: ['19189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67886, lat: 43.46615 }, + }, + { + zip_code: '50532', + usps_city: 'Duncombe', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 807.0, + density: 4.5, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "98.63", "19079": "1.37"}', + coty_name: ['Webster', 'Hamilton'], + cty_code: ['19187', '19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00536, lat: 42.46158 }, + }, + { + zip_code: '50556', + usps_city: 'Ledyard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 1.8, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1961, lat: 43.45256 }, + }, + { + zip_code: '50575', + usps_city: 'Pomeroy', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 783.0, + density: 4.8, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "84.73", "19151": "15.27"}', + coty_name: ['Calhoun', 'Pocahontas'], + cty_code: ['19025', '19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70053, lat: 42.56038 }, + }, + { + zip_code: '50651', + usps_city: 'La Porte City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3920.0, + density: 13.5, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "91.17", "19011": "8.83"}', + coty_name: ['Black Hawk', 'Benton'], + cty_code: ['19013', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19695, lat: 42.31721 }, + }, + { + zip_code: '50671', + usps_city: 'Stanley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 2.9, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "63.94", "19065": "36.06"}', + coty_name: ['Buchanan', 'Fayette'], + cty_code: ['19019', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.80091, lat: 42.65231 }, + }, + { + zip_code: '50846', + usps_city: 'Fontanelle', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 959.0, + density: 4.0, + primary_coty_code: '19001', + primary_coty_name: 'Adair', + county_weights: '{"19001": "100"}', + coty_name: ['Adair'], + cty_code: ['19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56974, lat: 41.30961 }, + }, + { + zip_code: '50864', + usps_city: 'Villisca', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1900.0, + density: 5.0, + primary_coty_code: '19137', + primary_coty_name: 'Montgomery', + county_weights: + '{"19137": "86.19", "19145": "9.58", "19173": "3.31", "19029": "0.63", "19003": "0.29"}', + coty_name: ['Montgomery', 'Page', 'Taylor', 'Cass', 'Adams'], + cty_code: ['19137', '19145', '19173', '19029', '19003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98216, lat: 40.97373 }, + }, + { + zip_code: '51019', + usps_city: 'Danbury', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 959.0, + density: 4.0, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "88.36", "19093": "7.12", "19047": "4.53"}', + coty_name: ['Woodbury', 'Ida', 'Crawford'], + cty_code: ['19193', '19093', '19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72793, lat: 42.27019 }, + }, + { + zip_code: '51038', + usps_city: 'Merrill', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1729.0, + density: 7.4, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "100"}', + coty_name: ['Plymouth'], + cty_code: ['19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31433, lat: 42.70552 }, + }, + { + zip_code: '51104', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 22981.0, + density: 1142.4, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.40413, lat: 42.53542 }, + }, + { + zip_code: '51248', + usps_city: 'Sanborn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2030.0, + density: 9.5, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "97.63", "19143": "2.37"}', + coty_name: ["O'Brien", 'Osceola'], + cty_code: ['19141', '19143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65783, lat: 43.20555 }, + }, + { + zip_code: '51357', + usps_city: 'Royal', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 559.0, + density: 5.1, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "100"}', + coty_name: ['Clay'], + cty_code: ['19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.28063, lat: 43.06075 }, + }, + { + zip_code: '51545', + usps_city: 'Little Sioux', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 2.6, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "93.65", "19133": "6.35"}', + coty_name: ['Harrison', 'Monona'], + cty_code: ['19085', '19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.02555, lat: 41.84029 }, + }, + { + zip_code: '52162', + usps_city: 'Postville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3669.0, + density: 14.2, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: + '{"19005": "75.59", "19043": "18.39", "19191": "5.24", "19065": "0.79"}', + coty_name: ['Allamakee', 'Clayton', 'Winneshiek', 'Fayette'], + cty_code: ['19005', '19043', '19191', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55162, lat: 43.10757 }, + }, + { + zip_code: '52168', + usps_city: 'Spillville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 609.9, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "100"}', + coty_name: ['Winneshiek'], + cty_code: ['19191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95232, lat: 43.20545 }, + }, + { + zip_code: '52227', + usps_city: 'Ely', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3021.0, + density: 40.6, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56278, lat: 41.90006 }, + }, + { + zip_code: '52401', + usps_city: 'Cedar Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2089.0, + density: 680.3, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65848, lat: 41.97541 }, + }, + { + zip_code: '52550', + usps_city: 'Delta', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 5.8, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "100"}', + coty_name: ['Keokuk'], + cty_code: ['19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.35996, lat: 41.31386 }, + }, + { + zip_code: '52646', + usps_city: 'Oakville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 2.5, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "68.09", "19057": "31.91"}', + coty_name: ['Louisa', 'Des Moines'], + cty_code: ['19115', '19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00139, lat: 41.06666 }, + }, + { + zip_code: '52728', + usps_city: 'Buffalo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1070.0, + density: 259.4, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.74195, lat: 41.45622 }, + }, + { + zip_code: '52801', + usps_city: 'Davenport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1191.0, + density: 1267.9, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57451, lat: 41.52076 }, + }, + { + zip_code: '53094', + usps_city: 'Watertown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19301.0, + density: 83.1, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73039, lat: 43.14566 }, + }, + { + zip_code: '53110', + usps_city: 'Cudahy', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18271.0, + density: 1481.7, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86398, lat: 42.94672 }, + }, + { + zip_code: '53222', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26367.0, + density: 1841.1, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03549, lat: 43.08244 }, + }, + { + zip_code: '53504', + usps_city: 'Argyle', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2039.0, + density: 8.6, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "72.84", "55045": "27.16"}', + coty_name: ['Lafayette', 'Green'], + cty_code: ['55065', '55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.86003, lat: 42.70422 }, + }, + { + zip_code: '53506', + usps_city: 'Avoca', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 6.4, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28774, lat: 43.15083 }, + }, + { + zip_code: '53544', + usps_city: 'Hollandale', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 8.0, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "98.75", "55025": "1.25"}', + coty_name: ['Iowa', 'Dane'], + cty_code: ['55049', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91449, lat: 42.88253 }, + }, + { + zip_code: '53557', + usps_city: 'Lowell', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 23.9, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.79883, lat: 43.34225 }, + }, + { + zip_code: '53809', + usps_city: 'Fennimore', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4246.0, + density: 16.2, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63365, lat: 42.99378 }, + }, + { + zip_code: '53954', + usps_city: 'Pardeeville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6664.0, + density: 32.5, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "98.12", "55077": "1.88"}', + coty_name: ['Columbia', 'Marquette'], + cty_code: ['55021', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31312, lat: 43.55253 }, + }, + { + zip_code: '54028', + usps_city: 'Woodville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2448.0, + density: 22.8, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27948, lat: 44.95437 }, + }, + { + zip_code: '54124', + usps_city: 'Gillett', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3440.0, + density: 14.1, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "92.79", "55078": "4.38", "55115": "2.83"}', + coty_name: ['Oconto', 'Menominee', 'Shawano'], + cty_code: ['55083', '55078', '55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.36666, lat: 44.90706 }, + }, + { + zip_code: '54619', + usps_city: 'Cashton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3896.0, + density: 14.6, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "75.66", "55123": "23.83", "55063": "0.51"}', + coty_name: ['Monroe', 'Vernon', 'La Crosse'], + cty_code: ['55081', '55123', '55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77702, lat: 43.75716 }, + }, + { + zip_code: '54722', + usps_city: 'Augusta', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3854.0, + density: 10.3, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "100"}', + coty_name: ['Eau Claire'], + cty_code: ['55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10299, lat: 44.71502 }, + }, + { + zip_code: '54760', + usps_city: 'Pigeon Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 626.4, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "100"}', + coty_name: ['Trempealeau'], + cty_code: ['55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.20653, lat: 44.42402 }, + }, + { + zip_code: '54849', + usps_city: 'Lake Nebagamon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1732.0, + density: 7.4, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72473, lat: 46.47653 }, + }, + { + zip_code: '54932', + usps_city: 'Eldorado', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 16.0, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.61354, lat: 43.83082 }, + }, + { + zip_code: '54981', + usps_city: 'Waupaca', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15209.0, + density: 43.9, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "96.29", "55097": "2.26", "55137": "1.45"}', + coty_name: ['Waupaca', 'Portage', 'Waushara'], + cty_code: ['55135', '55097', '55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12443, lat: 44.32667 }, + }, + { + zip_code: '55119', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 43784.0, + density: 1198.6, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00936, lat: 44.93794 }, + }, + { + zip_code: '55120', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4495.0, + density: 324.8, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14907, lat: 44.87251 }, + }, + { + zip_code: '55123', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26051.0, + density: 913.8, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13754, lat: 44.80465 }, + }, + { + zip_code: '55155', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "0"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08265, lat: 44.95601 }, + }, + { + zip_code: '55370', + usps_city: 'Plato', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 11.7, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "100"}', + coty_name: ['McLeod'], + cty_code: ['27085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03899, lat: 44.77738 }, + }, + { + zip_code: '55375', + usps_city: 'Saint Bonifacius', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4775.0, + density: 351.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "86.85", "27019": "13.15"}', + coty_name: ['Hennepin', 'Carver'], + cty_code: ['27053', '27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74287, lat: 44.89699 }, + }, + { + zip_code: '55381', + usps_city: 'Silver Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2075.0, + density: 17.6, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "100"}', + coty_name: ['McLeod'], + cty_code: ['27085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.18751, lat: 44.92671 }, + }, + { + zip_code: '55384', + usps_city: 'Spring Park', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1906.0, + density: 2089.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63183, lat: 44.9368 }, + }, + { + zip_code: '55396', + usps_city: 'Winthrop', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2144.0, + density: 7.8, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "100"}', + coty_name: ['Sibley'], + cty_code: ['27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36698, lat: 44.54548 }, + }, + { + zip_code: '55447', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21981.0, + density: 962.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4892, lat: 45.0011 }, + }, + { + zip_code: '55705', + usps_city: 'Aurora', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3341.0, + density: 11.1, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2033, lat: 47.44915 }, + }, + { + zip_code: '55709', + usps_city: 'Bovey', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3994.0, + density: 6.7, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37103, lat: 47.42657 }, + }, + { + zip_code: '55744', + usps_city: 'Grand Rapids', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 20444.0, + density: 31.8, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51155, lat: 47.23487 }, + }, + { + zip_code: '55768', + usps_city: 'Mountain Iron', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2674.0, + density: 16.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68649, lat: 47.48668 }, + }, + { + zip_code: '55805', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9545.0, + density: 2611.1, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09558, lat: 46.80082 }, + }, + { + zip_code: '55964', + usps_city: 'Plainview', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4408.0, + density: 19.0, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "96.38", "27109": "2.35", "27169": "1.28"}', + coty_name: ['Wabasha', 'Olmsted', 'Winona'], + cty_code: ['27157', '27109', '27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15669, lat: 44.16445 }, + }, + { + zip_code: '55985', + usps_city: 'West Concord', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 7.8, + primary_coty_code: '27039', + primary_coty_name: 'Dodge', + county_weights: '{"27039": "96.39", "27049": "2.31", "27147": "1.29"}', + coty_name: ['Dodge', 'Goodhue', 'Steele'], + cty_code: ['27039', '27049', '27147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90358, lat: 44.15827 }, + }, + { + zip_code: '56041', + usps_city: 'Hanska', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1068.0, + density: 6.0, + primary_coty_code: '27015', + primary_coty_name: 'Brown', + county_weights: '{"27015": "100"}', + coty_name: ['Brown'], + cty_code: ['27015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52895, lat: 44.15269 }, + }, + { + zip_code: '56051', + usps_city: 'Kiester', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 8.9, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "100"}', + coty_name: ['Faribault'], + cty_code: ['27043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71056, lat: 43.53744 }, + }, + { + zip_code: '56141', + usps_city: 'Iona', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 2.8, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "95.05", "27105": "4.95"}', + coty_name: ['Murray', 'Nobles'], + cty_code: ['27101', '27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.79022, lat: 43.87881 }, + }, + { + zip_code: '56151', + usps_city: 'Lake Wilson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 2.9, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "100"}', + coty_name: ['Murray'], + cty_code: ['27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92804, lat: 44.0324 }, + }, + { + zip_code: '56170', + usps_city: 'Ruthton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 644.0, + density: 3.6, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: '{"27117": "72.57", "27083": "14.48", "27101": "12.95"}', + coty_name: ['Pipestone', 'Lyon', 'Murray'], + cty_code: ['27117', '27083', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08704, lat: 44.16825 }, + }, + { + zip_code: '56201', + usps_city: 'Willmar', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 23562.0, + density: 75.9, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.0419, lat: 45.10152 }, + }, + { + zip_code: '56248', + usps_city: 'Herman', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 2.1, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "88.48", "27149": "6.2", "27155": "5.33"}', + coty_name: ['Grant', 'Stevens', 'Traverse'], + cty_code: ['27051', '27149', '27155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1369, lat: 45.79568 }, + }, + { + zip_code: '56287', + usps_city: 'Seaforth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 71.2, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "100"}', + coty_name: ['Redwood'], + cty_code: ['27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32623, lat: 44.47544 }, + }, + { + zip_code: '56313', + usps_city: 'Bock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 278.1, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "100"}', + coty_name: ['Mille Lacs'], + cty_code: ['27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55308, lat: 45.78397 }, + }, + { + zip_code: '56639', + usps_city: 'Effie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 0.5, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "96.95", "27071": "3.05"}', + coty_name: ['Itasca', 'Koochiching'], + cty_code: ['27061', '27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52201, lat: 47.9062 }, + }, + { + zip_code: '56738', + usps_city: 'Newfolden', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1588.0, + density: 3.4, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33509, lat: 48.33514 }, + }, + { + zip_code: '56757', + usps_city: 'Stephen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 907.0, + density: 1.6, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89199, lat: 48.47462 }, + }, + { + zip_code: '56758', + usps_city: 'Strandquist', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 1.1, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51583, lat: 48.46661 }, + }, + { + zip_code: '57042', + usps_city: 'Madison', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 9378.0, + density: 17.7, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "100"}', + coty_name: ['Lake'], + cty_code: ['46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15072, lat: 43.97971 }, + }, + { + zip_code: '57049', + usps_city: 'North Sioux City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 6521.0, + density: 177.7, + primary_coty_code: '46127', + primary_coty_name: 'Union', + county_weights: '{"46127": "100"}', + coty_name: ['Union'], + cty_code: ['46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50721, lat: 42.52476 }, + }, + { + zip_code: '57246', + usps_city: 'Labolt', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 2.7, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "100"}', + coty_name: ['Grant'], + cty_code: ['46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66704, lat: 45.05837 }, + }, + { + zip_code: '57271', + usps_city: 'Vienna', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 1.4, + primary_coty_code: '46025', + primary_coty_name: 'Clark', + county_weights: '{"46025": "69.23", "46057": "30.77"}', + coty_name: ['Clark', 'Hamlin'], + cty_code: ['46025', '46057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53066, lat: 44.73617 }, + }, + { + zip_code: '57274', + usps_city: 'Webster', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2454.0, + density: 2.4, + primary_coty_code: '46037', + primary_coty_name: 'Day', + county_weights: '{"46037": "98.83", "46025": "1.17"}', + coty_name: ['Day', 'Clark'], + cty_code: ['46037', '46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56291, lat: 45.30335 }, + }, + { + zip_code: '57345', + usps_city: 'Highmore', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 0.6, + primary_coty_code: '46069', + primary_coty_name: 'Hyde', + county_weights: '{"46069": "100"}', + coty_name: ['Hyde'], + cty_code: ['46069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.45348, lat: 44.57382 }, + }, + { + zip_code: '57350', + usps_city: 'Huron', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 15427.0, + density: 19.4, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "100"}', + coty_name: ['Beadle'], + cty_code: ['46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20051, lat: 44.40227 }, + }, + { + zip_code: '57475', + usps_city: 'Tolstoy', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.4, + primary_coty_code: '46107', + primary_coty_name: 'Potter', + county_weights: '{"46107": "63.75", "46045": "36.25"}', + coty_name: ['Potter', 'Edmunds'], + cty_code: ['46107', '46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63213, lat: 45.22191 }, + }, + { + zip_code: '57649', + usps_city: 'Prairie City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 0.2, + primary_coty_code: '46105', + primary_coty_name: 'Perkins', + county_weights: '{"46105": "81.11", "46063": "18.89"}', + coty_name: ['Perkins', 'Harding'], + cty_code: ['46105', '46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.86106, lat: 45.51717 }, + }, + { + zip_code: '57714', + usps_city: 'Allen', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 1.8, + primary_coty_code: '46007', + primary_coty_name: 'Bennett', + county_weights: '{"46007": "100"}', + coty_name: ['Bennett'], + cty_code: ['46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.93317, lat: 43.30254 }, + }, + { + zip_code: '57724', + usps_city: 'Camp Crook', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 0.3, + primary_coty_code: '46063', + primary_coty_name: 'Harding', + county_weights: '{"46063": "83.81", "30011": "16.19"}', + coty_name: ['Harding', 'Carter'], + cty_code: ['46063', '30011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.02776, lat: 45.64027 }, + }, + { + zip_code: '57745', + usps_city: 'Hill City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2270.0, + density: 2.4, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "100"}', + coty_name: ['Pennington'], + cty_code: ['46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.77986, lat: 44.02159 }, + }, + { + zip_code: '57767', + usps_city: 'Owanka', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 0.3, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "65.77", "46093": "34.23"}', + coty_name: ['Pennington', 'Meade'], + cty_code: ['46103', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.57973, lat: 44.13481 }, + }, + { + zip_code: '57785', + usps_city: 'Sturgis', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 9031.0, + density: 5.8, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "90.73", "46081": "9.27"}', + coty_name: ['Meade', 'Lawrence'], + cty_code: ['46093', '46081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.22842, lat: 44.42539 }, + }, + { + zip_code: '58012', + usps_city: 'Casselton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2983.0, + density: 17.1, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.16924, lat: 46.93887 }, + }, + { + zip_code: '58216', + usps_city: 'Bathgate', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 0.9, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43451, lat: 48.88188 }, + }, + { + zip_code: '58243', + usps_city: 'Hoople', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 665.0, + density: 2.9, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "95.18", "38067": "4.82"}', + coty_name: ['Walsh', 'Pembina'], + cty_code: ['38099', '38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68092, lat: 48.51272 }, + }, + { + zip_code: '58341', + usps_city: 'Harvey', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2625.0, + density: 2.2, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: + '{"38103": "93.11", "38069": "6.2", "38005": "0.42", "38083": "0.27"}', + coty_name: ['Wells', 'Pierce', 'Benson', 'Sheridan'], + cty_code: ['38103', '38069', '38005', '38083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.85003, lat: 47.77527 }, + }, + { + zip_code: '58367', + usps_city: 'Rolla', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1718.0, + density: 5.2, + primary_coty_code: '38079', + primary_coty_name: 'Rolette', + county_weights: '{"38079": "99.3", "38095": "0.7"}', + coty_name: ['Rolette', 'Towner'], + cty_code: ['38079', '38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.58666, lat: 48.86927 }, + }, + { + zip_code: '58496', + usps_city: 'Woodworth', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 0.3, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.3291, lat: 47.14742 }, + }, + { + zip_code: '58535', + usps_city: 'Flasher', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 0.5, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "83.54", "38037": "16.46"}', + coty_name: ['Morton', 'Grant'], + cty_code: ['38059', '38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -101.24527, lat: 46.49992 }, + }, + { + zip_code: '58540', + usps_city: 'Garrison', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3057.0, + density: 3.0, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.71675, lat: 47.62988 }, + }, + { + zip_code: '58559', + usps_city: 'Mercer', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 0.6, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "96.79", "38083": "3.21"}', + coty_name: ['McLean', 'Sheridan'], + cty_code: ['38055', '38083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.72767, lat: 47.48816 }, + }, + { + zip_code: '58625', + usps_city: 'Dodge', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 1.0, + primary_coty_code: '38025', + primary_coty_name: 'Dunn', + county_weights: '{"38025": "85.95", "38057": "14.05"}', + coty_name: ['Dunn', 'Mercer'], + cty_code: ['38025', '38057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.19435, lat: 47.26784 }, + }, + { + zip_code: '58632', + usps_city: 'Golva', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 0.9, + primary_coty_code: '38033', + primary_coty_name: 'Golden Valley', + county_weights: '{"38033": "100"}', + coty_name: ['Golden Valley'], + cty_code: ['38033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.95637, lat: 46.6689 }, + }, + { + zip_code: '58741', + usps_city: 'Granville', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 635.0, + density: 1.5, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "100"}', + coty_name: ['McHenry'], + cty_code: ['38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.82448, lat: 48.2775 }, + }, + { + zip_code: '58746', + usps_city: 'Kenmare', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1344.0, + density: 1.2, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "88.7", "38075": "6.17", "38013": "5.12"}', + coty_name: ['Ward', 'Renville', 'Burke'], + cty_code: ['38101', '38075', '38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.08515, lat: 48.71825 }, + }, + { + zip_code: '58752', + usps_city: 'Lignite', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 1.5, + primary_coty_code: '38013', + primary_coty_name: 'Burke', + county_weights: '{"38013": "100"}', + coty_name: ['Burke'], + cty_code: ['38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.58468, lat: 48.83339 }, + }, + { + zip_code: '58768', + usps_city: 'Norwich', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 1.3, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "52.13", "38101": "47.87"}', + coty_name: ['McHenry', 'Ward'], + cty_code: ['38049', '38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.01063, lat: 48.23219 }, + }, + { + zip_code: '58781', + usps_city: 'Sawyer', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 799.0, + density: 2.9, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.12696, lat: 48.0211 }, + }, + { + zip_code: '59011', + usps_city: 'Big Timber', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3120.0, + density: 1.3, + primary_coty_code: '30097', + primary_coty_name: 'Sweet Grass', + county_weights: '{"30097": "100"}', + coty_name: ['Sweet Grass'], + cty_code: ['30097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.97895, lat: 45.9299 }, + }, + { + zip_code: '59016', + usps_city: 'Busby', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 0.9, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.96221, lat: 45.41077 }, + }, + { + zip_code: '59033', + usps_city: 'Greycliff', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 1.4, + primary_coty_code: '30097', + primary_coty_name: 'Sweet Grass', + county_weights: '{"30097": "100"}', + coty_name: ['Sweet Grass'], + cty_code: ['30097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.70192, lat: 45.72862 }, + }, + { + zip_code: '59088', + usps_city: 'Worden', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1536.0, + density: 1.8, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.04196, lat: 46.1305 }, + }, + { + zip_code: '59089', + usps_city: 'Wyola', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 0.7, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.35526, lat: 45.0772 }, + }, + { + zip_code: '59217', + usps_city: 'Crane', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 17.0, + primary_coty_code: '30083', + primary_coty_name: 'Richland', + county_weights: '{"30083": "100"}', + coty_name: ['Richland'], + cty_code: ['30083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.24949, lat: 47.5793 }, + }, + { + zip_code: '59274', + usps_city: 'Vida', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 0.3, + primary_coty_code: '30055', + primary_coty_name: 'McCone', + county_weights: '{"30055": "100"}', + coty_name: ['McCone'], + cty_code: ['30055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.47882, lat: 47.82087 }, + }, + { + zip_code: '59317', + usps_city: 'Broadus', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1121.0, + density: 0.2, + primary_coty_code: '30075', + primary_coty_name: 'Powder River', + county_weights: '{"30075": "100"}', + coty_name: ['Powder River'], + cty_code: ['30075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.49341, lat: 45.36386 }, + }, + { + zip_code: '59347', + usps_city: 'Rosebud', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 0.1, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "99.07", "30017": "0.93"}', + coty_name: ['Rosebud', 'Custer'], + cty_code: ['30087', '30017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.35207, lat: 46.43522 }, + }, + { + zip_code: '59401', + usps_city: 'Great Falls', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 13605.0, + density: 1690.7, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.27552, lat: 47.51103 }, + }, + { + zip_code: '59420', + usps_city: 'Carter', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 0.3, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "100"}', + coty_name: ['Chouteau'], + cty_code: ['30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.03349, lat: 47.88107 }, + }, + { + zip_code: '59425', + usps_city: 'Conrad', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3601.0, + density: 2.5, + primary_coty_code: '30073', + primary_coty_name: 'Pondera', + county_weights: '{"30073": "98.37", "30099": "1.63"}', + coty_name: ['Pondera', 'Teton'], + cty_code: ['30073', '30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.8938, lat: 48.1826 }, + }, + { + zip_code: '59448', + usps_city: 'Heart Butte', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 753.0, + density: 2.6, + primary_coty_code: '30073', + primary_coty_name: 'Pondera', + county_weights: '{"30073": "100"}', + coty_name: ['Pondera'], + cty_code: ['30073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.81432, lat: 48.25859 }, + }, + { + zip_code: '59468', + usps_city: 'Power', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 647.0, + density: 1.0, + primary_coty_code: '30099', + primary_coty_name: 'Teton', + county_weights: '{"30099": "85.11", "30013": "14.89"}', + coty_name: ['Teton', 'Cascade'], + cty_code: ['30099', '30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.6216, lat: 47.71024 }, + }, + { + zip_code: '59474', + usps_city: 'Shelby', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3497.0, + density: 1.9, + primary_coty_code: '30101', + primary_coty_name: 'Toole', + county_weights: '{"30101": "100"}', + coty_name: ['Toole'], + cty_code: ['30101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.73779, lat: 48.51891 }, + }, + { + zip_code: '59486', + usps_city: 'Valier', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 0.9, + primary_coty_code: '30073', + primary_coty_name: 'Pondera', + county_weights: '{"30073": "100"}', + coty_name: ['Pondera'], + cty_code: ['30073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.38402, lat: 48.31576 }, + }, + { + zip_code: '59544', + usps_city: 'Whitewater', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 0.1, + primary_coty_code: '30071', + primary_coty_name: 'Phillips', + county_weights: '{"30071": "100"}', + coty_name: ['Phillips'], + cty_code: ['30071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.55539, lat: 48.84308 }, + }, + { + zip_code: '59639', + usps_city: 'Lincoln', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 0.6, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "100"}', + coty_name: ['Lewis and Clark'], + cty_code: ['30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.69228, lat: 47.09251 }, + }, + { + zip_code: '59739', + usps_city: 'Lima', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 0.1, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "100"}', + coty_name: ['Beaverhead'], + cty_code: ['30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.17097, lat: 44.63692 }, + }, + { + zip_code: '59828', + usps_city: 'Corvallis', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 5718.0, + density: 13.2, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.96528, lat: 46.33331 }, + }, + { + zip_code: '59845', + usps_city: 'Hot Springs', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1298.0, + density: 1.1, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "94.35", "30047": "3.88", "30029": "1.77"}', + coty_name: ['Sanders', 'Lake', 'Flathead'], + cty_code: ['30089', '30047', '30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.54417, lat: 47.6584 }, + }, + { + zip_code: '59863', + usps_city: 'Ravalli', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 2.8, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.17891, lat: 47.30957 }, + }, + { + zip_code: '59870', + usps_city: 'Stevensville', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 11052.0, + density: 16.8, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.06162, lat: 46.51569 }, + }, + { + zip_code: '59875', + usps_city: 'Victor', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3855.0, + density: 11.5, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.26067, lat: 46.40794 }, + }, + { + zip_code: '60048', + usps_city: 'Libertyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29033.0, + density: 407.9, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94981, lat: 42.29522 }, + }, + { + zip_code: '60410', + usps_city: 'Channahon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12965.0, + density: 202.0, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "74.08", "17063": "25.92"}', + coty_name: ['Will', 'Grundy'], + cty_code: ['17197', '17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21367, lat: 41.42205 }, + }, + { + zip_code: '60478', + usps_city: 'Country Club Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16769.0, + density: 1246.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72468, lat: 41.56381 }, + }, + { + zip_code: '60503', + usps_city: 'Aurora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17207.0, + density: 1975.0, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "69.02", "17093": "30.98"}', + coty_name: ['Will', 'Kendall'], + cty_code: ['17197', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25651, lat: 41.71277 }, + }, + { + zip_code: '60504', + usps_city: 'Aurora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 39070.0, + density: 1704.4, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "75.06", "17089": "22.45", "17093": "2.49"}', + coty_name: ['DuPage', 'Kane', 'Kendall'], + cty_code: ['17043', '17089', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23848, lat: 41.74635 }, + }, + { + zip_code: '60513', + usps_city: 'Brookfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18753.0, + density: 2294.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84691, lat: 41.82458 }, + }, + { + zip_code: '60536', + usps_city: 'Millbrook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 72.9, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "100"}', + coty_name: ['Kendall'], + cty_code: ['17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54992, lat: 41.59726 }, + }, + { + zip_code: '60612', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33735.0, + density: 3474.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68765, lat: 41.88033 }, + }, + { + zip_code: '60619', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 61207.0, + density: 3924.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60557, lat: 41.74365 }, + }, + { + zip_code: '60632', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 89857.0, + density: 4667.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71335, lat: 41.81133 }, + }, + { + zip_code: '60649', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 46633.0, + density: 6146.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57036, lat: 41.76303 }, + }, + { + zip_code: '60912', + usps_city: 'Beaverville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 5.5, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59935, lat: 40.97003 }, + }, + { + zip_code: '61111', + usps_city: 'Loves Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23260.0, + density: 631.0, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "93.19", "17007": "6.81"}', + coty_name: ['Winnebago', 'Boone'], + cty_code: ['17201', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00366, lat: 42.33537 }, + }, + { + zip_code: '61265', + usps_city: 'Moline', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 43472.0, + density: 889.7, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.49023, lat: 41.48203 }, + }, + { + zip_code: '61301', + usps_city: 'La Salle', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9807.0, + density: 95.1, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.08042, lat: 41.39484 }, + }, + { + zip_code: '61312', + usps_city: 'Arlington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 5.4, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23295, lat: 41.43577 }, + }, + { + zip_code: '61332', + usps_city: 'Leonore', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 94.8, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98881, lat: 41.18873 }, + }, + { + zip_code: '61369', + usps_city: 'Toluca', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 12.8, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "100"}', + coty_name: ['Marshall'], + cty_code: ['17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15506, lat: 40.98409 }, + }, + { + zip_code: '61420', + usps_city: 'Blandinsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1172.0, + density: 6.4, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "92.03", "17067": "7.4", "17071": "0.56"}', + coty_name: ['McDonough', 'Hancock', 'Henderson'], + cty_code: ['17109', '17067', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86658, lat: 40.54737 }, + }, + { + zip_code: '61459', + usps_city: 'Marietta', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 388.0, + density: 4.3, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "81.76", "17109": "18.24"}', + coty_name: ['Fulton', 'McDonough'], + cty_code: ['17057', '17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41583, lat: 40.50555 }, + }, + { + zip_code: '61526', + usps_city: 'Edelstein', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 9.0, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "93.93", "17123": "6.07"}', + coty_name: ['Peoria', 'Marshall'], + cty_code: ['17143', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62434, lat: 40.92993 }, + }, + { + zip_code: '61547', + usps_city: 'Mapleton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4047.0, + density: 70.7, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73755, lat: 40.60634 }, + }, + { + zip_code: '61564', + usps_city: 'South Pekin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 1476.9, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65352, lat: 40.49336 }, + }, + { + zip_code: '61602', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 224.0, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60738, lat: 40.67491 }, + }, + { + zip_code: '61605', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15195.0, + density: 1415.8, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63346, lat: 40.6766 }, + }, + { + zip_code: '61722', + usps_city: 'Arrowsmith', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 4.0, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.63213, lat: 40.41906 }, + }, + { + zip_code: '61726', + usps_city: 'Chenoa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2476.0, + density: 10.5, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "90.96", "17105": "9.04"}', + coty_name: ['McLean', 'Livingston'], + cty_code: ['17113', '17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.69717, lat: 40.73661 }, + }, + { + zip_code: '61730', + usps_city: 'Cooksville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 513.0, + density: 6.8, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.72938, lat: 40.53249 }, + }, + { + zip_code: '61754', + usps_city: 'McLean', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1016.0, + density: 5.8, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "92.62", "17039": "4.52", "17107": "2.85"}', + coty_name: ['McLean', 'De Witt', 'Logan'], + cty_code: ['17113', '17039', '17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16916, lat: 40.33031 }, + }, + { + zip_code: '61814', + usps_city: 'Bismarck', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1072.0, + density: 19.2, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57247, lat: 40.2306 }, + }, + { + zip_code: '61846', + usps_city: 'Georgetown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4900.0, + density: 43.3, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61237, lat: 39.97627 }, + }, + { + zip_code: '61914', + usps_city: 'Bethany', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1817.0, + density: 11.8, + primary_coty_code: '17139', + primary_coty_name: 'Moultrie', + county_weights: '{"17139": "97.19", "17173": "2.81"}', + coty_name: ['Moultrie', 'Shelby'], + cty_code: ['17139', '17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76476, lat: 39.63542 }, + }, + { + zip_code: '61949', + usps_city: 'Redmon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 17.6, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "100"}', + coty_name: ['Edgar'], + cty_code: ['17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87362, lat: 39.63357 }, + }, + { + zip_code: '62046', + usps_city: 'Hamel', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 709.0, + density: 344.6, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84572, lat: 38.89009 }, + }, + { + zip_code: '62092', + usps_city: 'White Hall', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2894.0, + density: 17.9, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41612, lat: 39.41619 }, + }, + { + zip_code: '62230', + usps_city: 'Breese', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6308.0, + density: 48.8, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52681, lat: 38.64037 }, + }, + { + zip_code: '62238', + usps_city: 'Cutler', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 5.7, + primary_coty_code: '17145', + primary_coty_name: 'Perry', + county_weights: '{"17145": "100"}', + coty_name: ['Perry'], + cty_code: ['17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53263, lat: 38.0391 }, + }, + { + zip_code: '62323', + usps_city: 'Chambersburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 2.2, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "97.24", "17009": "2.76"}', + coty_name: ['Pike', 'Brown'], + cty_code: ['17149', '17009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68554, lat: 39.81233 }, + }, + { + zip_code: '62370', + usps_city: 'Rockport', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 407.0, + density: 2.5, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00195, lat: 39.52086 }, + }, + { + zip_code: '62433', + usps_city: 'Hutsonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 994.0, + density: 11.9, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "100"}', + coty_name: ['Crawford'], + cty_code: ['17033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70349, lat: 39.11195 }, + }, + { + zip_code: '62515', + usps_city: 'Buffalo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 7.1, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.3765, lat: 39.85839 }, + }, + { + zip_code: '62535', + usps_city: 'Forsyth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3011.0, + density: 313.0, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96896, lat: 39.92473 }, + }, + { + zip_code: '62640', + usps_city: 'Girard', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3668.0, + density: 18.6, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "99.09", "17135": "0.91"}', + coty_name: ['Macoupin', 'Montgomery'], + cty_code: ['17117', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80523, lat: 39.4339 }, + }, + { + zip_code: '62695', + usps_city: 'Woodson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 521.4, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "100"}', + coty_name: ['Morgan'], + cty_code: ['17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2237, lat: 39.62711 }, + }, + { + zip_code: '62702', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33563.0, + density: 840.3, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64168, lat: 39.82399 }, + }, + { + zip_code: '62872', + usps_city: 'Opdyke', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 17.6, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80381, lat: 38.2664 }, + }, + { + zip_code: '62906', + usps_city: 'Anna', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6582.0, + density: 41.6, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "100"}', + coty_name: ['Union'], + cty_code: ['17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18699, lat: 37.45662 }, + }, + { + zip_code: '62954', + usps_city: 'Junction', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 3.6, + primary_coty_code: '17059', + primary_coty_name: 'Gallatin', + county_weights: '{"17059": "100"}', + coty_name: ['Gallatin'], + cty_code: ['17059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27478, lat: 37.69118 }, + }, + { + zip_code: '62967', + usps_city: 'New Burnside', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 14.4, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "100"}', + coty_name: ['Johnson'], + cty_code: ['17087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7518, lat: 37.58044 }, + }, + { + zip_code: '62972', + usps_city: 'Ozark', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 5.5, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "93.11", "17151": "6.89"}', + coty_name: ['Johnson', 'Pope'], + cty_code: ['17087', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.79131, lat: 37.53702 }, + }, + { + zip_code: '63025', + usps_city: 'Eureka', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14740.0, + density: 142.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "80.63", "29099": "19.37"}', + coty_name: ['St. Louis', 'Jefferson'], + cty_code: ['29189', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.61937, lat: 38.49049 }, + }, + { + zip_code: '63028', + usps_city: 'Festus', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 26874.0, + density: 84.8, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "97.57", "29186": "2.43"}', + coty_name: ['Jefferson', 'Ste. Genevieve'], + cty_code: ['29099', '29186'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39567, lat: 38.14639 }, + }, + { + zip_code: '63052', + usps_city: 'Imperial', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 27474.0, + density: 325.5, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43558, lat: 38.39075 }, + }, + { + zip_code: '63060', + usps_city: 'Lonedell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2111.0, + density: 17.1, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86722, lat: 38.25889 }, + }, + { + zip_code: '63105', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18574.0, + density: 2686.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "94.03", "29510": "5.97"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32833, lat: 38.64432 }, + }, + { + zip_code: '63118', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 27817.0, + density: 3201.9, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22565, lat: 38.59232 }, + }, + { + zip_code: '63350', + usps_city: 'High Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 7.7, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "100"}', + coty_name: ['Montgomery'], + cty_code: ['29139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36097, lat: 38.89938 }, + }, + { + zip_code: '63448', + usps_city: 'La Grange', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1440.0, + density: 11.3, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "100"}', + coty_name: ['Lewis'], + cty_code: ['29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55354, lat: 40.02694 }, + }, + { + zip_code: '63468', + usps_city: 'Shelbina', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2467.0, + density: 6.8, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "88.43", "29137": "11.57"}', + coty_name: ['Shelby', 'Monroe'], + cty_code: ['29205', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01349, lat: 39.68063 }, + }, + { + zip_code: '63561', + usps_city: 'Queen City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1199.0, + density: 5.4, + primary_coty_code: '29197', + primary_coty_name: 'Schuyler', + county_weights: '{"29197": "100"}', + coty_name: ['Schuyler'], + cty_code: ['29197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54226, lat: 40.41937 }, + }, + { + zip_code: '63650', + usps_city: 'Ironton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3963.0, + density: 13.9, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "88.39", "29187": "10.72", "29123": "0.89"}', + coty_name: ['Iron', 'St. Francois', 'Madison'], + cty_code: ['29093', '29187', '29123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63141, lat: 37.61629 }, + }, + { + zip_code: '63784', + usps_city: 'Vanduser', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 99.5, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69155, lat: 36.98454 }, + }, + { + zip_code: '63862', + usps_city: 'Lilbourn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1558.0, + density: 10.2, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68325, lat: 36.57859 }, + }, + { + zip_code: '63935', + usps_city: 'Doniphan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9617.0, + density: 7.8, + primary_coty_code: '29181', + primary_coty_name: 'Ripley', + county_weights: '{"29181": "99.02", "29149": "0.69", "29035": "0.3"}', + coty_name: ['Ripley', 'Oregon', 'Carter'], + cty_code: ['29181', '29149', '29035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91571, lat: 36.67173 }, + }, + { + zip_code: '64017', + usps_city: 'Camden', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 8.5, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "96.77", "29107": "3.23"}', + coty_name: ['Ray', 'Lafayette'], + cty_code: ['29177', '29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.02403, lat: 39.19551 }, + }, + { + zip_code: '64086', + usps_city: 'Lees Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22940.0, + density: 236.8, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.28751, lat: 38.90788 }, + }, + { + zip_code: '64402', + usps_city: 'Albany', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2595.0, + density: 7.4, + primary_coty_code: '29075', + primary_coty_name: 'Gentry', + county_weights: '{"29075": "100"}', + coty_name: ['Gentry'], + cty_code: ['29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.32789, lat: 40.25757 }, + }, + { + zip_code: '64422', + usps_city: 'Amity', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 5.0, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "100"}', + coty_name: ['DeKalb'], + cty_code: ['29063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49364, lat: 39.8891 }, + }, + { + zip_code: '64490', + usps_city: 'Stewartsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1801.0, + density: 7.5, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "67.32", "29049": "29.23", "29021": "3.45"}', + coty_name: ['DeKalb', 'Clinton', 'Buchanan'], + cty_code: ['29063', '29049', '29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.51603, lat: 39.73535 }, + }, + { + zip_code: '64492', + usps_city: 'Trimble', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1886.0, + density: 24.1, + primary_coty_code: '29049', + primary_coty_name: 'Clinton', + county_weights: '{"29049": "83.73", "29047": "16.27"}', + coty_name: ['Clinton', 'Clay'], + cty_code: ['29049', '29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53458, lat: 39.47985 }, + }, + { + zip_code: '64601', + usps_city: 'Chillicothe', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11969.0, + density: 19.3, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "100"}', + coty_name: ['Livingston'], + cty_code: ['29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57647, lat: 39.80692 }, + }, + { + zip_code: '64651', + usps_city: 'Laclede', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 5.9, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "100"}', + coty_name: ['Linn'], + cty_code: ['29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18582, lat: 39.76933 }, + }, + { + zip_code: '64688', + usps_city: 'Wheeling', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 4.1, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "84.85", "29115": "15.15"}', + coty_name: ['Livingston', 'Linn'], + cty_code: ['29117', '29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38263, lat: 39.81567 }, + }, + { + zip_code: '64761', + usps_city: 'Leeton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1271.0, + density: 6.8, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "90.69", "29083": "9.31"}', + coty_name: ['Johnson', 'Henry'], + cty_code: ['29101', '29083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68867, lat: 38.59201 }, + }, + { + zip_code: '65040', + usps_city: 'Henley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 11.2, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "85.51", "29131": "14.49"}', + coty_name: ['Cole', 'Miller'], + cty_code: ['29051', '29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31102, lat: 38.35991 }, + }, + { + zip_code: '65074', + usps_city: 'Russellville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2872.0, + density: 12.1, + primary_coty_code: '29051', + primary_coty_name: 'Cole', + county_weights: '{"29051": "68.83", "29135": "31.17"}', + coty_name: ['Cole', 'Moniteau'], + cty_code: ['29051', '29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47518, lat: 38.47933 }, + }, + { + zip_code: '65203', + usps_city: 'Columbia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 57364.0, + density: 286.4, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "100"}', + coty_name: ['Boone'], + cty_code: ['29019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.397, lat: 38.88518 }, + }, + { + zip_code: '65301', + usps_city: 'Sedalia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 33881.0, + density: 54.4, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "100"}', + coty_name: ['Pettis'], + cty_code: ['29159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22615, lat: 38.69843 }, + }, + { + zip_code: '65344', + usps_city: 'Miami', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 1.3, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "100"}', + coty_name: ['Saline'], + cty_code: ['29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19745, lat: 39.31184 }, + }, + { + zip_code: '65349', + usps_city: 'Slater', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2486.0, + density: 10.1, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "100"}', + coty_name: ['Saline'], + cty_code: ['29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04875, lat: 39.23206 }, + }, + { + zip_code: '65611', + usps_city: 'Blue Eye', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2193.0, + density: 28.5, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "98.17", "29213": "1.83"}', + coty_name: ['Stone', 'Taney'], + cty_code: ['29209', '29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36464, lat: 36.54174 }, + }, + { + zip_code: '65648', + usps_city: 'Fair Grove', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6419.0, + density: 31.7, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: + '{"29077": "71.16", "29059": "19.49", "29225": "5.75", "29167": "3.6"}', + coty_name: ['Greene', 'Dallas', 'Webster', 'Polk'], + cty_code: ['29077', '29059', '29225', '29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15627, lat: 37.40114 }, + }, + { + zip_code: '65658', + usps_city: 'Golden', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1223.0, + density: 22.7, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "100"}', + coty_name: ['Barry'], + cty_code: ['29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.64116, lat: 36.54113 }, + }, + { + zip_code: '66016', + usps_city: 'Cummings', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 5.7, + primary_coty_code: '20005', + primary_coty_name: 'Atchison', + county_weights: '{"20005": "100"}', + coty_name: ['Atchison'], + cty_code: ['20005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23196, lat: 39.47351 }, + }, + { + zip_code: '66018', + usps_city: 'De Soto', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6231.0, + density: 114.1, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.96781, lat: 38.96627 }, + }, + { + zip_code: '66083', + usps_city: 'Spring Hill', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10352.0, + density: 61.9, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "53.11", "20121": "46.89"}', + coty_name: ['Johnson', 'Miami'], + cty_code: ['20091', '20121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83491, lat: 38.73372 }, + }, + { + zip_code: '66507', + usps_city: 'Maple Hill', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 4.9, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "100"}', + coty_name: ['Wabaunsee'], + cty_code: ['20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03969, lat: 39.04474 }, + }, + { + zip_code: '66512', + usps_city: 'Meriden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2908.0, + density: 17.1, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "93.66", "20085": "3.42", "20177": "2.92"}', + coty_name: ['Jefferson', 'Jackson', 'Shawnee'], + cty_code: ['20087', '20085', '20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55025, lat: 39.1996 }, + }, + { + zip_code: '66603', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1337.0, + density: 597.9, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67588, lat: 39.05745 }, + }, + { + zip_code: '66741', + usps_city: 'Garland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 4.0, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "100"}', + coty_name: ['Bourbon'], + cty_code: ['20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66124, lat: 37.71754 }, + }, + { + zip_code: '66940', + usps_city: 'Cuba', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 1.9, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44934, lat: 39.80433 }, + }, + { + zip_code: '67042', + usps_city: 'El Dorado', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 17798.0, + density: 26.8, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7987, lat: 37.84881 }, + }, + { + zip_code: '67103', + usps_city: 'Mayfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 1.5, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "100"}', + coty_name: ['Sumner'], + cty_code: ['20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56059, lat: 37.2663 }, + }, + { + zip_code: '67120', + usps_city: 'Peck', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 8.4, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "59.72", "20173": "40.28"}', + coty_name: ['Sumner', 'Sedgwick'], + cty_code: ['20191', '20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.37749, lat: 37.46413 }, + }, + { + zip_code: '67137', + usps_city: 'Severy', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 2.1, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "92.11", "20049": "7.89"}', + coty_name: ['Greenwood', 'Elk'], + cty_code: ['20073', '20049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22274, lat: 37.63344 }, + }, + { + zip_code: '67151', + usps_city: 'Walton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 7.6, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: '{"20079": "95.41", "20115": "4.59"}', + coty_name: ['Harvey', 'Marion'], + cty_code: ['20079', '20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24906, lat: 38.14187 }, + }, + { + zip_code: '67212', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 44231.0, + density: 1345.9, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43641, lat: 37.70198 }, + }, + { + zip_code: '67354', + usps_city: 'Mound Valley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 5.1, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "100"}', + coty_name: ['Labette'], + cty_code: ['20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4095, lat: 37.20917 }, + }, + { + zip_code: '67401', + usps_city: 'Salina', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 50816.0, + density: 81.7, + primary_coty_code: '20169', + primary_coty_name: 'Saline', + county_weights: '{"20169": "99.8", "20143": "0.2"}', + coty_name: ['Saline', 'Ottawa'], + cty_code: ['20169', '20143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64584, lat: 38.83401 }, + }, + { + zip_code: '67431', + usps_city: 'Chapman', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1933.0, + density: 6.2, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "100"}', + coty_name: ['Dickinson'], + cty_code: ['20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00941, lat: 38.9559 }, + }, + { + zip_code: '67446', + usps_city: 'Glen Elder', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 547.0, + density: 1.8, + primary_coty_code: '20123', + primary_coty_name: 'Mitchell', + county_weights: '{"20123": "94.65", "20089": "5.35"}', + coty_name: ['Mitchell', 'Jewell'], + cty_code: ['20123', '20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30657, lat: 39.47594 }, + }, + { + zip_code: '67457', + usps_city: 'Little River', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 3.0, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "100"}', + coty_name: ['Rice'], + cty_code: ['20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99348, lat: 38.39215 }, + }, + { + zip_code: '67490', + usps_city: 'Wilson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 2.3, + primary_coty_code: '20053', + primary_coty_name: 'Ellsworth', + county_weights: '{"20053": "93.18", "20167": "4.45", "20105": "2.37"}', + coty_name: ['Ellsworth', 'Russell', 'Lincoln'], + cty_code: ['20053', '20167', '20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44222, lat: 38.78992 }, + }, + { + zip_code: '67501', + usps_city: 'Hutchinson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26122.0, + density: 54.9, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.92973, lat: 37.98307 }, + }, + { + zip_code: '67512', + usps_city: 'Alden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 2.3, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "100"}', + coty_name: ['Rice'], + cty_code: ['20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.34025, lat: 38.21793 }, + }, + { + zip_code: '67550', + usps_city: 'Larned', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5642.0, + density: 6.9, + primary_coty_code: '20145', + primary_coty_name: 'Pawnee', + county_weights: '{"20145": "99.31", "20185": "0.69"}', + coty_name: ['Pawnee', 'Stafford'], + cty_code: ['20145', '20185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.12236, lat: 38.18491 }, + }, + { + zip_code: '67572', + usps_city: 'Ransom', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 0.8, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: '{"20135": "89.69", "20195": "10.31"}', + coty_name: ['Ness', 'Trego'], + cty_code: ['20135', '20195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.9088, lat: 38.68666 }, + }, + { + zip_code: '67646', + usps_city: 'Logan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 1.6, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: + '{"20147": "95.54", "20065": "1.81", "20163": "1.53", "20137": "1.11"}', + coty_name: ['Phillips', 'Graham', 'Rooks', 'Norton'], + cty_code: ['20147', '20065', '20163', '20137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.57617, lat: 39.63451 }, + }, + { + zip_code: '67648', + usps_city: 'Lucas', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 1.2, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "87.25", "20141": "8.74", "20105": "4.01"}', + coty_name: ['Russell', 'Osborne', 'Lincoln'], + cty_code: ['20167', '20141', '20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.5683, lat: 39.07901 }, + }, + { + zip_code: '67653', + usps_city: 'Norcatur', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 0.7, + primary_coty_code: '20039', + primary_coty_name: 'Decatur', + county_weights: '{"20039": "73.15", "20137": "26.85"}', + coty_name: ['Decatur', 'Norton'], + cty_code: ['20039', '20137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.21274, lat: 39.90702 }, + }, + { + zip_code: '67665', + usps_city: 'Russell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5104.0, + density: 6.1, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "99.26", "20009": "0.74"}', + coty_name: ['Russell', 'Barton'], + cty_code: ['20167', '20009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.88162, lat: 38.85039 }, + }, + { + zip_code: '67733', + usps_city: 'Edson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 0.8, + primary_coty_code: '20181', + primary_coty_name: 'Sherman', + county_weights: '{"20181": "100"}', + coty_name: ['Sherman'], + cty_code: ['20181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.51274, lat: 39.31956 }, + }, + { + zip_code: '67762', + usps_city: 'Weskan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 0.4, + primary_coty_code: '20199', + primary_coty_name: 'Wallace', + county_weights: '{"20199": "100"}', + coty_name: ['Wallace'], + cty_code: ['20199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.97257, lat: 38.90425 }, + }, + { + zip_code: '67876', + usps_city: 'Spearville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1376.0, + density: 2.2, + primary_coty_code: '20057', + primary_coty_name: 'Ford', + county_weights: '{"20057": "95.85", "20083": "4.15"}', + coty_name: ['Ford', 'Hodgeman'], + cty_code: ['20057', '20083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.73664, lat: 37.86154 }, + }, + { + zip_code: '68111', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 22724.0, + density: 1675.6, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96399, lat: 41.29558 }, + }, + { + zip_code: '68304', + usps_city: 'Alvo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 5.2, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39239, lat: 40.87932 }, + }, + { + zip_code: '68317', + usps_city: 'Bennet', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2006.0, + density: 17.3, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "98.86", "31131": "1.14"}', + coty_name: ['Lancaster', 'Otoe'], + cty_code: ['31109', '31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50733, lat: 40.67176 }, + }, + { + zip_code: '68320', + usps_city: 'Brock', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 2.5, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "100"}', + coty_name: ['Nemaha'], + cty_code: ['31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95518, lat: 40.48626 }, + }, + { + zip_code: '68351', + usps_city: 'Exeter', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 838.0, + density: 3.5, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "91.21", "31185": "8.79"}', + coty_name: ['Fillmore', 'York'], + cty_code: ['31059', '31185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42865, lat: 40.65712 }, + }, + { + zip_code: '68404', + usps_city: 'Martell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 7.0, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75073, lat: 40.61631 }, + }, + { + zip_code: '68623', + usps_city: 'Belgrade', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 1.6, + primary_coty_code: '31125', + primary_coty_name: 'Nance', + county_weights: '{"31125": "100"}', + coty_name: ['Nance'], + cty_code: ['31125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15026, lat: 41.44401 }, + }, + { + zip_code: '68655', + usps_city: 'Primrose', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 1.4, + primary_coty_code: '31011', + primary_coty_name: 'Boone', + county_weights: '{"31011": "100"}', + coty_name: ['Boone'], + cty_code: ['31011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.25059, lat: 41.65525 }, + }, + { + zip_code: '68714', + usps_city: 'Bassett', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1261.0, + density: 0.7, + primary_coty_code: '31149', + primary_coty_name: 'Rock', + county_weights: '{"31149": "100"}', + coty_name: ['Rock'], + cty_code: ['31149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.4864, lat: 42.40228 }, + }, + { + zip_code: '68742', + usps_city: 'Inman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 1.6, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.51674, lat: 42.35139 }, + }, + { + zip_code: '68781', + usps_city: 'Tilden', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 5.1, + primary_coty_code: '31119', + primary_coty_name: 'Madison', + county_weights: '{"31119": "57.85", "31003": "42.15"}', + coty_name: ['Madison', 'Antelope'], + cty_code: ['31119', '31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86242, lat: 42.02383 }, + }, + { + zip_code: '68812', + usps_city: 'Amherst', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 1.6, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "100"}', + coty_name: ['Buffalo'], + cty_code: ['31019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.27942, lat: 40.90115 }, + }, + { + zip_code: '68821', + usps_city: 'Brewster', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.1, + primary_coty_code: '31009', + primary_coty_name: 'Blaine', + county_weights: '{"31009": "100"}', + coty_name: ['Blaine'], + cty_code: ['31009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.85778, lat: 42.00951 }, + }, + { + zip_code: '68827', + usps_city: 'Chapman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 595.0, + density: 3.7, + primary_coty_code: '31121', + primary_coty_name: 'Merrick', + county_weights: '{"31121": "100"}', + coty_name: ['Merrick'], + cty_code: ['31121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1854, lat: 41.04497 }, + }, + { + zip_code: '68832', + usps_city: 'Doniphan', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2083.0, + density: 7.4, + primary_coty_code: '31079', + primary_coty_name: 'Hall', + county_weights: '{"31079": "96.66", "31081": "3.34"}', + coty_name: ['Hall', 'Hamilton'], + cty_code: ['31079', '31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36573, lat: 40.76667 }, + }, + { + zip_code: '68854', + usps_city: 'Marquette', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 4.7, + primary_coty_code: '31081', + primary_coty_name: 'Hamilton', + county_weights: '{"31081": "100"}', + coty_name: ['Hamilton'], + cty_code: ['31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.00044, lat: 41.00843 }, + }, + { + zip_code: '68881', + usps_city: 'Westerville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.35188, lat: 41.43843 }, + }, + { + zip_code: '68928', + usps_city: 'Bladen', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 1.0, + primary_coty_code: '31181', + primary_coty_name: 'Webster', + county_weights: '{"31181": "92.96", "31001": "7.04"}', + coty_name: ['Webster', 'Adams'], + cty_code: ['31181', '31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61362, lat: 40.27938 }, + }, + { + zip_code: '68947', + usps_city: 'Hildreth', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 3.2, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "100"}', + coty_name: ['Franklin'], + cty_code: ['31061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.04765, lat: 40.2801 }, + }, + { + zip_code: '68960', + usps_city: 'Naponee', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 1.2, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "100"}', + coty_name: ['Franklin'], + cty_code: ['31061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.13731, lat: 40.10088 }, + }, + { + zip_code: '69042', + usps_city: 'Stockville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 0.1, + primary_coty_code: '31063', + primary_coty_name: 'Frontier', + county_weights: '{"31063": "100"}', + coty_name: ['Frontier'], + cty_code: ['31063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.40524, lat: 40.4767 }, + }, + { + zip_code: '69130', + usps_city: 'Cozad', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 5044.0, + density: 8.6, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "100"}', + coty_name: ['Dawson'], + cty_code: ['31047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.95734, lat: 40.88948 }, + }, + { + zip_code: '69134', + usps_city: 'Elsie', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 0.8, + primary_coty_code: '31135', + primary_coty_name: 'Perkins', + county_weights: '{"31135": "96.7", "31085": "3.3"}', + coty_name: ['Perkins', 'Hayes'], + cty_code: ['31135', '31085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.36428, lat: 40.83787 }, + }, + { + zip_code: '69138', + usps_city: 'Gothenburg', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4141.0, + density: 4.7, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "93.81", "31041": "3.65", "31111": "2.54"}', + coty_name: ['Dawson', 'Custer', 'Lincoln'], + cty_code: ['31047', '31041', '31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.17417, lat: 40.99858 }, + }, + { + zip_code: '69161', + usps_city: 'Seneca', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 0.2, + primary_coty_code: '31171', + primary_coty_name: 'Thomas', + county_weights: '{"31171": "76.54", "31031": "23.46"}', + coty_name: ['Thomas', 'Cherry'], + cty_code: ['31171', '31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.7693, lat: 42.13836 }, + }, + { + zip_code: '69331', + usps_city: 'Angora', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 0.2, + primary_coty_code: '31123', + primary_coty_name: 'Morrill', + county_weights: '{"31123": "100"}', + coty_name: ['Morrill'], + cty_code: ['31123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.98652, lat: 41.87278 }, + }, + { + zip_code: '69350', + usps_city: 'Hyannis', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 0.3, + primary_coty_code: '31075', + primary_coty_name: 'Grant', + county_weights: '{"31075": "88.51", "31031": "10.18", "31005": "1.31"}', + coty_name: ['Grant', 'Cherry', 'Arthur'], + cty_code: ['31075', '31031', '31005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.73279, lat: 41.97744 }, + }, + { + zip_code: '69366', + usps_city: 'Whitman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 0.2, + primary_coty_code: '31075', + primary_coty_name: 'Grant', + county_weights: '{"31075": "60.87", "31031": "26.88", "31005": "12.25"}', + coty_name: ['Grant', 'Cherry', 'Arthur'], + cty_code: ['31075', '31031', '31005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.55442, lat: 42.15757 }, + }, + { + zip_code: '70030', + usps_city: 'Des Allemands', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3509.0, + density: 43.0, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "89.99", "22057": "10.01"}', + coty_name: ['St. Charles', 'Lafourche'], + cty_code: ['22089', '22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43232, lat: 29.81729 }, + }, + { + zip_code: '70053', + usps_city: 'Gretna', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16500.0, + density: 1854.5, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05338, lat: 29.9145 }, + }, + { + zip_code: '70067', + usps_city: 'Lafitte', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2485.0, + density: 91.6, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10525, lat: 29.71427 }, + }, + { + zip_code: '70091', + usps_city: 'Venice', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 0.6, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28346, lat: 29.21349 }, + }, + { + zip_code: '70122', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 38175.0, + density: 2089.4, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06285, lat: 30.01317 }, + }, + { + zip_code: '70501', + usps_city: 'Lafayette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31631.0, + density: 782.1, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "100"}', + coty_name: ['Lafayette'], + cty_code: ['22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.99045, lat: 30.23973 }, + }, + { + zip_code: '70514', + usps_city: 'Baldwin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2330.0, + density: 174.6, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "100"}', + coty_name: ['St. Mary'], + cty_code: ['22101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55177, lat: 29.84593 }, + }, + { + zip_code: '70534', + usps_city: 'Estherwood', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 930.0, + density: 37.4, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44206, lat: 30.19491 }, + }, + { + zip_code: '70706', + usps_city: 'Denham Springs', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22586.0, + density: 169.5, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "96.72", "22091": "3.28"}', + coty_name: ['Livingston', 'St. Helena'], + cty_code: ['22063', '22091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9015, lat: 30.61374 }, + }, + { + zip_code: '71008', + usps_city: 'Bienville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 1.8, + primary_coty_code: '22013', + primary_coty_name: 'Bienville', + county_weights: '{"22013": "100"}', + coty_name: ['Bienville'], + cty_code: ['22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96684, lat: 32.34041 }, + }, + { + zip_code: '71028', + usps_city: 'Gibsland', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 3.3, + primary_coty_code: '22013', + primary_coty_name: 'Bienville', + county_weights: '{"22013": "100"}', + coty_name: ['Bienville'], + cty_code: ['22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07607, lat: 32.48954 }, + }, + { + zip_code: '71032', + usps_city: 'Grand Cane', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2198.0, + density: 7.0, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "100"}', + coty_name: ['De Soto'], + cty_code: ['22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79297, lat: 32.09478 }, + }, + { + zip_code: '71061', + usps_city: 'Oil City', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1668.0, + density: 35.0, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.96639, lat: 32.76705 }, + }, + { + zip_code: '71254', + usps_city: 'Lake Providence', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6468.0, + density: 9.5, + primary_coty_code: '22035', + primary_coty_name: 'East Carroll', + county_weights: '{"22035": "100"}', + coty_name: ['East Carroll'], + cty_code: ['22035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25569, lat: 32.79696 }, + }, + { + zip_code: '71292', + usps_city: 'West Monroe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19578.0, + density: 50.1, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2143, lat: 32.40098 }, + }, + { + zip_code: '71375', + usps_city: 'Waterproof', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1227.0, + density: 3.6, + primary_coty_code: '22107', + primary_coty_name: 'Tensas', + county_weights: '{"22107": "100"}', + coty_name: ['Tensas'], + cty_code: ['22107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47557, lat: 31.84917 }, + }, + { + zip_code: '71433', + usps_city: 'Glenmora', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4033.0, + density: 9.7, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64666, lat: 31.00167 }, + }, + { + zip_code: '71651', + usps_city: 'Jersey', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 0.4, + primary_coty_code: '5011', + primary_coty_name: 'Bradley', + county_weights: '{"05011": "100"}', + coty_name: ['Bradley'], + cty_code: ['5011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2823, lat: 33.31764 }, + }, + { + zip_code: '71838', + usps_city: 'Fulton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 887.0, + density: 2.7, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "100"}', + coty_name: ['Hempstead'], + cty_code: ['5057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80627, lat: 33.65149 }, + }, + { + zip_code: '72011', + usps_city: 'Bauxite', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4391.0, + density: 30.1, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "100"}', + coty_name: ['Saline'], + cty_code: ['5125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47154, lat: 34.51179 }, + }, + { + zip_code: '72081', + usps_city: 'Judsonia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7727.0, + density: 32.0, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66979, lat: 35.37929 }, + }, + { + zip_code: '72141', + usps_city: 'Scotland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 660.0, + density: 3.0, + primary_coty_code: '5141', + primary_coty_name: 'Van Buren', + county_weights: '{"05141": "100"}', + coty_name: ['Van Buren'], + cty_code: ['5141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67973, lat: 35.51822 }, + }, + { + zip_code: '72152', + usps_city: 'Sherrill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 405.0, + density: 2.1, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "100"}', + coty_name: ['Jefferson'], + cty_code: ['5069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97738, lat: 34.35525 }, + }, + { + zip_code: '72176', + usps_city: 'Ward', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9066.0, + density: 44.1, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "95.77", "05117": "4.23"}', + coty_name: ['Lonoke', 'Prairie'], + cty_code: ['05085', '05117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83211, lat: 35.00257 }, + }, + { + zip_code: '72211', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22553.0, + density: 1156.1, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4171, lat: 34.75064 }, + }, + { + zip_code: '72373', + usps_city: 'Parkin', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 2.9, + primary_coty_code: '5037', + primary_coty_name: 'Cross', + county_weights: '{"05037": "100"}', + coty_name: ['Cross'], + cty_code: ['5037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59003, lat: 35.29635 }, + }, + { + zip_code: '72517', + usps_city: 'Brockwell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 2.5, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.9732, lat: 36.13231 }, + }, + { + zip_code: '72521', + usps_city: 'Cave City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5611.0, + density: 17.3, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "73.54", "05063": "26.46"}', + coty_name: ['Sharp', 'Independence'], + cty_code: ['05135', '05063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54273, lat: 35.9513 }, + }, + { + zip_code: '72536', + usps_city: 'Franklin', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 7.9, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7672, lat: 36.14713 }, + }, + { + zip_code: '72554', + usps_city: 'Mammoth Spring', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2352.0, + density: 5.9, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "91.28", "05135": "8.72"}', + coty_name: ['Fulton', 'Sharp'], + cty_code: ['05049', '05135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5624, lat: 36.44015 }, + }, + { + zip_code: '72568', + usps_city: 'Pleasant Plains', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1148.0, + density: 9.5, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.62503, lat: 35.56936 }, + }, + { + zip_code: '72581', + usps_city: 'Tumbling Shoals', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1096.0, + density: 38.3, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "100"}', + coty_name: ['Cleburne'], + cty_code: ['5023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97485, lat: 35.54504 }, + }, + { + zip_code: '72583', + usps_city: 'Viola', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2360.0, + density: 9.2, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "100"}', + coty_name: ['Fulton'], + cty_code: ['5049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.9915, lat: 36.40244 }, + }, + { + zip_code: '72584', + usps_city: 'Violet Hill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 3.4, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.84371, lat: 36.14103 }, + }, + { + zip_code: '72651', + usps_city: 'Midway', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1291.0, + density: 67.5, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48148, lat: 36.38675 }, + }, + { + zip_code: '72653', + usps_city: 'Mountain Home', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 28285.0, + density: 49.2, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "99.52", "05089": "0.48"}', + coty_name: ['Baxter', 'Marion'], + cty_code: ['05005', '05089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38619, lat: 36.34238 }, + }, + { + zip_code: '72776', + usps_city: 'Witter', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 3.9, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "100"}', + coty_name: ['Madison'], + cty_code: ['5087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.64586, lat: 35.92133 }, + }, + { + zip_code: '72823', + usps_city: 'Atkins', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5850.0, + density: 19.2, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "96.41", "05029": "3.59"}', + coty_name: ['Pope', 'Conway'], + cty_code: ['05115', '05029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90652, lat: 35.25144 }, + }, + { + zip_code: '72857', + usps_city: 'Plainview', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 1.6, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "78.39", "05105": "21.61"}', + coty_name: ['Yell', 'Perry'], + cty_code: ['05149', '05105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31513, lat: 34.85777 }, + }, + { + zip_code: '72865', + usps_city: 'Subiaco', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1381.0, + density: 19.1, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "100"}', + coty_name: ['Logan'], + cty_code: ['5083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5663, lat: 35.3097 }, + }, + { + zip_code: '72903', + usps_city: 'Fort Smith', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 24758.0, + density: 570.5, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3607, lat: 35.35107 }, + }, + { + zip_code: '72908', + usps_city: 'Fort Smith', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13303.0, + density: 633.5, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40909, lat: 35.30649 }, + }, + { + zip_code: '72930', + usps_city: 'Cecil', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 4.3, + primary_coty_code: '5047', + primary_coty_name: 'Franklin', + county_weights: '{"05047": "100"}', + coty_name: ['Franklin'], + cty_code: ['5047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.9725, lat: 35.43318 }, + }, + { + zip_code: '72956', + usps_city: 'Van Buren', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 36187.0, + density: 133.5, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34945, lat: 35.46801 }, + }, + { + zip_code: '73117', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5892.0, + density: 350.7, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45973, lat: 35.47465 }, + }, + { + zip_code: '73179', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5717.0, + density: 179.7, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "68.66", "40017": "31.34"}', + coty_name: ['Oklahoma', 'Canadian'], + cty_code: ['40109', '40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64447, lat: 35.42445 }, + }, + { + zip_code: '73481', + usps_city: 'Ratliff City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 4.9, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "79.45", "40137": "14.72", "40049": "5.83"}', + coty_name: ['Carter', 'Stephens', 'Garvin'], + cty_code: ['40019', '40137', '40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5218, lat: 34.43636 }, + }, + { + zip_code: '73546', + usps_city: 'Grandfield', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1018.0, + density: 2.9, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72435, lat: 34.22025 }, + }, + { + zip_code: '73651', + usps_city: 'Hobart', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3969.0, + density: 7.3, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "100"}', + coty_name: ['Kiowa'], + cty_code: ['40075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.07321, lat: 35.01465 }, + }, + { + zip_code: '73734', + usps_city: 'Dover', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 2.9, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "100"}', + coty_name: ['Kingfisher'], + cty_code: ['40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86015, lat: 35.98577 }, + }, + { + zip_code: '73756', + usps_city: 'Loyal', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 1.8, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "100"}', + coty_name: ['Kingfisher'], + cty_code: ['40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1303, lat: 35.98171 }, + }, + { + zip_code: '73857', + usps_city: 'Sharon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 5.0, + primary_coty_code: '40153', + primary_coty_name: 'Woodward', + county_weights: '{"40153": "100"}', + coty_name: ['Woodward'], + cty_code: ['40153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.32995, lat: 36.27055 }, + }, + { + zip_code: '74050', + usps_city: 'Oakhurst', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 460.6, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "82.04", "40143": "17.96"}', + coty_name: ['Creek', 'Tulsa'], + cty_code: ['40037', '40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06463, lat: 36.07282 }, + }, + { + zip_code: '74080', + usps_city: 'Talala', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3068.0, + density: 11.8, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: '{"40131": "91.59", "40147": "8.41"}', + coty_name: ['Rogers', 'Washington'], + cty_code: ['40131', '40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.74124, lat: 36.52745 }, + }, + { + zip_code: '74084', + usps_city: 'Wynona', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 3.3, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.34617, lat: 36.53814 }, + }, + { + zip_code: '74339', + usps_city: 'Commerce', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 286.4, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "100"}', + coty_name: ['Ottawa'], + cty_code: ['40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87974, lat: 36.93398 }, + }, + { + zip_code: '74456', + usps_city: 'Preston', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 67.3, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "100"}', + coty_name: ['Okmulgee'], + cty_code: ['40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99701, lat: 35.71124 }, + }, + { + zip_code: '74727', + usps_city: 'Boswell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 3.5, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "91.9", "40005": "6.53", "40013": "1.57"}', + coty_name: ['Choctaw', 'Atoka', 'Bryan'], + cty_code: ['40023', '40005', '40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85238, lat: 34.01587 }, + }, + { + zip_code: '74801', + usps_city: 'Shawnee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 22367.0, + density: 113.5, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9687, lat: 35.31628 }, + }, + { + zip_code: '75013', + usps_city: 'Allen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42629.0, + density: 1094.6, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69411, lat: 33.11467 }, + }, + { + zip_code: '75041', + usps_city: 'Garland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30880.0, + density: 1490.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65147, lat: 32.88091 }, + }, + { + zip_code: '75402', + usps_city: 'Greenville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18087.0, + density: 77.3, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "100"}', + coty_name: ['Hunt'], + cty_code: ['48231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08534, lat: 33.06879 }, + }, + { + zip_code: '75423', + usps_city: 'Celeste', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3110.0, + density: 14.8, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "98.89", "48147": "1.11"}', + coty_name: ['Hunt', 'Fannin'], + cty_code: ['48231', '48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19999, lat: 33.28614 }, + }, + { + zip_code: '75431', + usps_city: 'Como', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2122.0, + density: 13.9, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "88.45", "48499": "11.55"}', + coty_name: ['Hopkins', 'Wood'], + cty_code: ['48223', '48499'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46369, lat: 33.01166 }, + }, + { + zip_code: '75457', + usps_city: 'Mount Vernon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6501.0, + density: 18.6, + primary_coty_code: '48159', + primary_coty_name: 'Franklin', + county_weights: '{"48159": "100"}', + coty_name: ['Franklin'], + cty_code: ['48159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.21222, lat: 33.1728 }, + }, + { + zip_code: '75486', + usps_city: 'Sumner', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2291.0, + density: 8.5, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7486, lat: 33.7583 }, + }, + { + zip_code: '75771', + usps_city: 'Lindale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21310.0, + density: 57.1, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43456, lat: 32.5361 }, + }, + { + zip_code: '75933', + usps_city: 'Call', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1158.0, + density: 6.0, + primary_coty_code: '48351', + primary_coty_name: 'Newton', + county_weights: '{"48351": "70.79", "48241": "29.21"}', + coty_name: ['Newton', 'Jasper'], + cty_code: ['48351', '48241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81161, lat: 30.55809 }, + }, + { + zip_code: '75962', + usps_city: 'Nacogdoches', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3242.0, + density: 4712.4, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.64708, lat: 31.61986 }, + }, + { + zip_code: '76065', + usps_city: 'Midlothian', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37090.0, + density: 145.6, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.989, lat: 32.4705 }, + }, + { + zip_code: '76084', + usps_city: 'Venus', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9109.0, + density: 69.2, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "83.13", "48139": "16.87"}', + coty_name: ['Johnson', 'Ellis'], + cty_code: ['48251', '48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08946, lat: 32.43218 }, + }, + { + zip_code: '76245', + usps_city: 'Gordonville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1569.0, + density: 26.8, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84915, lat: 33.828 }, + }, + { + zip_code: '76247', + usps_city: 'Justin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13601.0, + density: 73.1, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32495, lat: 33.09841 }, + }, + { + zip_code: '76259', + usps_city: 'Ponder', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6045.0, + density: 41.2, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "99.24", "48497": "0.76"}', + coty_name: ['Denton', 'Wise'], + cty_code: ['48121', '48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30705, lat: 33.20016 }, + }, + { + zip_code: '76379', + usps_city: 'Scotland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 5.2, + primary_coty_code: '48009', + primary_coty_name: 'Archer', + county_weights: '{"48009": "100"}', + coty_name: ['Archer'], + cty_code: ['48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47541, lat: 33.67016 }, + }, + { + zip_code: '76554', + usps_city: 'Little River Academy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2380.0, + density: 115.3, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36779, lat: 30.97574 }, + }, + { + zip_code: '76689', + usps_city: 'Valley Mills', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3565.0, + density: 6.0, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "66.89", "48309": "28.53", "48099": "4.58"}', + coty_name: ['Bosque', 'McLennan', 'Coryell'], + cty_code: ['48035', '48309', '48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.50415, lat: 31.66663 }, + }, + { + zip_code: '76692', + usps_city: 'Whitney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10252.0, + density: 32.3, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32888, lat: 31.95806 }, + }, + { + zip_code: '76701', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1895.0, + density: 642.4, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13858, lat: 31.55202 }, + }, + { + zip_code: '76831', + usps_city: 'Castell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "100"}', + coty_name: ['Llano'], + cty_code: ['48299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.91958, lat: 30.63979 }, + }, + { + zip_code: '76845', + usps_city: 'Gouldbusk', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 1.0, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.48707, lat: 31.54733 }, + }, + { + zip_code: '76884', + usps_city: 'Valera', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 1.3, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.55324, lat: 31.73031 }, + }, + { + zip_code: '76888', + usps_city: 'Voss', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.5, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63989, lat: 31.60827 }, + }, + { + zip_code: '77049', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36434.0, + density: 570.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14734, lat: 29.83413 }, + }, + { + zip_code: '77082', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55056.0, + density: 1699.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64179, lat: 29.72358 }, + }, + { + zip_code: '77318', + usps_city: 'Willis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16303.0, + density: 164.1, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54319, lat: 30.44571 }, + }, + { + zip_code: '77334', + usps_city: 'Dodge', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 9.6, + primary_coty_code: '48471', + primary_coty_name: 'Walker', + county_weights: '{"48471": "100"}', + coty_name: ['Walker'], + cty_code: ['48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36464, lat: 30.77998 }, + }, + { + zip_code: '77350', + usps_city: 'Leggett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 19.8, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84797, lat: 30.82867 }, + }, + { + zip_code: '77371', + usps_city: 'Shepherd', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8036.0, + density: 24.4, + primary_coty_code: '48407', + primary_coty_name: 'San Jacinto', + county_weights: '{"48407": "99.83", "48291": "0.17"}', + coty_name: ['San Jacinto', 'Liberty'], + cty_code: ['48407', '48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99091, lat: 30.49363 }, + }, + { + zip_code: '77380', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25761.0, + density: 801.2, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46866, lat: 30.13645 }, + }, + { + zip_code: '77437', + usps_city: 'El Campo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16913.0, + density: 20.3, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.28036, lat: 29.21304 }, + }, + { + zip_code: '77459', + usps_city: 'Missouri City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 72788.0, + density: 858.2, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53298, lat: 29.52565 }, + }, + { + zip_code: '77468', + usps_city: 'Pledger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 0.8, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93111, lat: 29.14259 }, + }, + { + zip_code: '77475', + usps_city: 'Sheridan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 12.8, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65871, lat: 29.49304 }, + }, + { + zip_code: '77476', + usps_city: 'Simonton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 15.3, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98329, lat: 29.67246 }, + }, + { + zip_code: '77655', + usps_city: 'Sabine Pass', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 1.7, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95371, lat: 29.71322 }, + }, + { + zip_code: '78017', + usps_city: 'Dilley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6074.0, + density: 6.3, + primary_coty_code: '48163', + primary_coty_name: 'Frio', + county_weights: '{"48163": "99.1", "48283": "0.9"}', + coty_name: ['Frio', 'La Salle'], + cty_code: ['48163', '48283'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.1938, lat: 28.70688 }, + }, + { + zip_code: '78022', + usps_city: 'George West', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4033.0, + density: 3.5, + primary_coty_code: '48297', + primary_coty_name: 'Live Oak', + county_weights: '{"48297": "100"}', + coty_name: ['Live Oak'], + cty_code: ['48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14445, lat: 28.25927 }, + }, + { + zip_code: '78124', + usps_city: 'Marion', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6913.0, + density: 46.9, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "92.24", "48029": "7.76"}', + coty_name: ['Guadalupe', 'Bexar'], + cty_code: ['48187', '48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14732, lat: 29.55515 }, + }, + { + zip_code: '78143', + usps_city: 'Pandora', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 49.9, + primary_coty_code: '48493', + primary_coty_name: 'Wilson', + county_weights: '{"48493": "100"}', + coty_name: ['Wilson'], + cty_code: ['48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86053, lat: 29.26244 }, + }, + { + zip_code: '78155', + usps_city: 'Seguin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48909.0, + density: 53.3, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.93886, lat: 29.53341 }, + }, + { + zip_code: '78201', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48334.0, + density: 2623.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52828, lat: 29.46879 }, + }, + { + zip_code: '78203', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6180.0, + density: 1855.8, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.45918, lat: 29.41507 }, + }, + { + zip_code: '78257', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7538.0, + density: 74.8, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58356, lat: 29.66124 }, + }, + { + zip_code: '78332', + usps_city: 'Alice', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28941.0, + density: 22.4, + primary_coty_code: '48249', + primary_coty_name: 'Jim Wells', + county_weights: '{"48249": "99.29", "48131": "0.71"}', + coty_name: ['Jim Wells', 'Duval'], + cty_code: ['48249', '48131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14285, lat: 27.71843 }, + }, + { + zip_code: '78389', + usps_city: 'Skidmore', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 5.7, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.66068, lat: 28.24898 }, + }, + { + zip_code: '78543', + usps_city: 'Elsa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8689.0, + density: 563.8, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99997, lat: 26.29737 }, + }, + { + zip_code: '78562', + usps_city: 'La Villa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4341.0, + density: 66.4, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.89885, lat: 26.29361 }, + }, + { + zip_code: '78662', + usps_city: 'Red Rock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2201.0, + density: 10.6, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "85.36", "48055": "14.64"}', + coty_name: ['Bastrop', 'Caldwell'], + cty_code: ['48021', '48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43421, lat: 29.93523 }, + }, + { + zip_code: '78704', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48746.0, + density: 2165.0, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76536, lat: 30.24316 }, + }, + { + zip_code: '78731', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27298.0, + density: 1216.6, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76847, lat: 30.34736 }, + }, + { + zip_code: '78850', + usps_city: 'D Hanis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 1.6, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.32761, lat: 29.28023 }, + }, + { + zip_code: '79013', + usps_city: 'Cactus', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3618.0, + density: 298.0, + primary_coty_code: '48341', + primary_coty_name: 'Moore', + county_weights: '{"48341": "100"}', + coty_name: ['Moore'], + cty_code: ['48341'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.00344, lat: 36.03841 }, + }, + { + zip_code: '79019', + usps_city: 'Claude', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1871.0, + density: 1.3, + primary_coty_code: '48011', + primary_coty_name: 'Armstrong', + county_weights: '{"48011": "100"}', + coty_name: ['Armstrong'], + cty_code: ['48011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.39696, lat: 35.00736 }, + }, + { + zip_code: '79079', + usps_city: 'Shamrock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2617.0, + density: 1.9, + primary_coty_code: '48483', + primary_coty_name: 'Wheeler', + county_weights: '{"48483": "94.41", "48087": "5.59"}', + coty_name: ['Wheeler', 'Collingsworth'], + cty_code: ['48483', '48087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.24313, lat: 35.20904 }, + }, + { + zip_code: '79124', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8800.0, + density: 37.7, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "98.86", "48381": "1.14"}', + coty_name: ['Potter', 'Randall'], + cty_code: ['48375', '48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.9691, lat: 35.26275 }, + }, + { + zip_code: '79329', + usps_city: 'Idalou', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3112.0, + density: 12.8, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.68202, lat: 33.7248 }, + }, + { + zip_code: '79370', + usps_city: 'Spur', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1594.0, + density: 1.5, + primary_coty_code: '48125', + primary_coty_name: 'Dickens', + county_weights: '{"48125": "91.74", "48107": "8.26"}', + coty_name: ['Dickens', 'Crosby'], + cty_code: ['48125', '48107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.90344, lat: 33.50304 }, + }, + { + zip_code: '79376', + usps_city: 'Tokio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 0.0, + primary_coty_code: '48501', + primary_coty_name: 'Yoakum', + county_weights: '{"48501": "100"}', + coty_name: ['Yoakum'], + cty_code: ['48501'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.67314, lat: 33.2339 }, + }, + { + zip_code: '79601', + usps_city: 'Abilene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27507.0, + density: 42.7, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: + '{"48441": "70.54", "48253": "26.66", "48059": "1.41", "48417": "1.39"}', + coty_name: ['Taylor', 'Jones', 'Callahan', 'Shackelford'], + cty_code: ['48441', '48253', '48059', '48417'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.66351, lat: 32.57964 }, + }, + { + zip_code: '79703', + usps_city: 'Midland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23834.0, + density: 1374.5, + primary_coty_code: '48329', + primary_coty_name: 'Midland', + county_weights: '{"48329": "100"}', + coty_name: ['Midland'], + cty_code: ['48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.13231, lat: 31.97945 }, + }, + { + zip_code: '79759', + usps_city: 'Notrees', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.70154, lat: 31.79647 }, + }, + { + zip_code: '79831', + usps_city: 'Alpine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4.0, + density: 0.0, + primary_coty_code: '48043', + primary_coty_name: 'Brewster', + county_weights: '{"48043": "100"}', + coty_name: ['Brewster'], + cty_code: ['48043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.32553, lat: 30.4295 }, + }, + { + zip_code: '79851', + usps_city: 'Sierra Blanca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 0.9, + primary_coty_code: '48229', + primary_coty_name: 'Hudspeth', + county_weights: '{"48229": "100"}', + coty_name: ['Hudspeth'], + cty_code: ['48229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.31975, lat: 31.28841 }, + }, + { + zip_code: '79936', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 111620.0, + density: 1618.4, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.29786, lat: 31.77618 }, + }, + { + zip_code: '80010', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 42807.0, + density: 3009.4, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "50.66", "08001": "49.34"}', + coty_name: ['Arapahoe', 'Adams'], + cty_code: ['08005', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.86256, lat: 39.73868 }, + }, + { + zip_code: '80021', + usps_city: 'Broomfield', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34097.0, + density: 797.0, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "91.33", "08014": "8.67"}', + coty_name: ['Jefferson', 'Broomfield'], + cty_code: ['08059', '08014'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.11448, lat: 39.89096 }, + }, + { + zip_code: '80103', + usps_city: 'Byers', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2949.0, + density: 4.1, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "80.68", "08001": "19.32"}', + coty_name: ['Arapahoe', 'Adams'], + cty_code: ['08005', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.13663, lat: 39.78128 }, + }, + { + zip_code: '80110', + usps_city: 'Englewood', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 22756.0, + density: 1384.2, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "94.94", "08031": "5.06"}', + coty_name: ['Arapahoe', 'Denver'], + cty_code: ['08005', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00921, lat: 39.64629 }, + }, + { + zip_code: '80116', + usps_city: 'Franktown', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4370.0, + density: 19.5, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.71756, lat: 39.30721 }, + }, + { + zip_code: '80209', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 25367.0, + density: 2808.3, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96594, lat: 39.70599 }, + }, + { + zip_code: '80222', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 23287.0, + density: 2268.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "87.44", "08005": "12.56"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.92791, lat: 39.67104 }, + }, + { + zip_code: '80293', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "0"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.98994, lat: 39.74625 }, + }, + { + zip_code: '80433', + usps_city: 'Conifer', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8706.0, + density: 41.0, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.27378, lat: 39.48949 }, + }, + { + zip_code: '80611', + usps_city: 'Briggsdale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 1.2, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.28168, lat: 40.62306 }, + }, + { + zip_code: '80634', + usps_city: 'Greeley', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 59702.0, + density: 618.7, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.7925, lat: 40.40277 }, + }, + { + zip_code: '80757', + usps_city: 'Woodrow', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 0.2, + primary_coty_code: '8121', + primary_coty_name: 'Washington', + county_weights: '{"08121": "100"}', + coty_name: ['Washington'], + cty_code: ['8121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.58259, lat: 39.79174 }, + }, + { + zip_code: '80812', + usps_city: 'Cope', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 0.7, + primary_coty_code: '8121', + primary_coty_name: 'Washington', + county_weights: '{"08121": "100"}', + coty_name: ['Washington'], + cty_code: ['8121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.89282, lat: 39.68252 }, + }, + { + zip_code: '80815', + usps_city: 'Flagler', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 0.6, + primary_coty_code: '8063', + primary_coty_name: 'Kit Carson', + county_weights: '{"08063": "90.01", "08121": "9.99"}', + coty_name: ['Kit Carson', 'Washington'], + cty_code: ['08063', '08121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.0784, lat: 39.39199 }, + }, + { + zip_code: '80828', + usps_city: 'Limon', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3605.0, + density: 2.6, + primary_coty_code: '8073', + primary_coty_name: 'Lincoln', + county_weights: '{"08073": "94.46", "08039": "5.54"}', + coty_name: ['Lincoln', 'Elbert'], + cty_code: ['08073', '08039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.72898, lat: 39.34789 }, + }, + { + zip_code: '80918', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 48965.0, + density: 1578.2, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.78022, lat: 38.91153 }, + }, + { + zip_code: '81143', + usps_city: 'Moffat', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 0.9, + primary_coty_code: '8109', + primary_coty_name: 'Saguache', + county_weights: '{"08109": "100"}', + coty_name: ['Saguache'], + cty_code: ['8109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.8515, lat: 38.04872 }, + }, + { + zip_code: '81154', + usps_city: 'South Fork', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1022.0, + density: 1.5, + primary_coty_code: '8105', + primary_coty_name: 'Rio Grande', + county_weights: '{"08105": "95.64", "08079": "4.36"}', + coty_name: ['Rio Grande', 'Mineral'], + cty_code: ['08105', '08079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.64858, lat: 37.59503 }, + }, + { + zip_code: '81221', + usps_city: 'Coal Creek', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 81.2, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.14438, lat: 38.36242 }, + }, + { + zip_code: '81233', + usps_city: 'Howard', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1005.0, + density: 4.4, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.82738, lat: 38.42522 }, + }, + { + zip_code: '81505', + usps_city: 'Grand Junction', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10454.0, + density: 40.1, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.57772, lat: 39.18187 }, + }, + { + zip_code: '82055', + usps_city: 'Centennial', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 1.0, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.16839, lat: 41.33767 }, + }, + { + zip_code: '82321', + usps_city: 'Baggs', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 738.0, + density: 1.1, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.76322, lat: 41.17809 }, + }, + { + zip_code: '82325', + usps_city: 'Encampment', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 930.0, + density: 0.5, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.07331, lat: 41.16527 }, + }, + { + zip_code: '82633', + usps_city: 'Douglas', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 9858.0, + density: 1.2, + primary_coty_code: '56009', + primary_coty_name: 'Converse', + county_weights: '{"56009": "99.94", "56027": "0.06"}', + coty_name: ['Converse', 'Niobrara'], + cty_code: ['56009', '56027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.42225, lat: 43.02562 }, + }, + { + zip_code: '82721', + usps_city: 'Moorcroft', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 3053.0, + density: 1.5, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "100"}', + coty_name: ['Crook'], + cty_code: ['56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.9126, lat: 44.49175 }, + }, + { + zip_code: '82845', + usps_city: 'Wyarno', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 0.2, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.6739, lat: 44.75848 }, + }, + { + zip_code: '82937', + usps_city: 'Lyman', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 4215.0, + density: 13.5, + primary_coty_code: '56041', + primary_coty_name: 'Uinta', + county_weights: '{"56041": "100"}', + coty_name: ['Uinta'], + cty_code: ['56041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.26616, lat: 41.35587 }, + }, + { + zip_code: '82939', + usps_city: 'Mountain View', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1527.0, + density: 7.5, + primary_coty_code: '56041', + primary_coty_name: 'Uinta', + county_weights: '{"56041": "100"}', + coty_name: ['Uinta'], + cty_code: ['56041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.33112, lat: 41.20709 }, + }, + { + zip_code: '83128', + usps_city: 'Alpine', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1194.0, + density: 1.0, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.7886, lat: 43.12143 }, + }, + { + zip_code: '83203', + usps_city: 'Fort Hall', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 7.9, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.49594, lat: 43.04244 }, + }, + { + zip_code: '83271', + usps_city: 'Rockland', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 0.8, + primary_coty_code: '16077', + primary_coty_name: 'Power', + county_weights: '{"16077": "100"}', + coty_name: ['Power'], + cty_code: ['16077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.84559, lat: 42.45794 }, + }, + { + zip_code: '83311', + usps_city: 'Albion', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 981.0, + density: 3.6, + primary_coty_code: '16031', + primary_coty_name: 'Cassia', + county_weights: '{"16031": "100"}', + coty_name: ['Cassia'], + cty_code: ['16031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.55677, lat: 42.3896 }, + }, + { + zip_code: '83422', + usps_city: 'Driggs', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3444.0, + density: 9.9, + primary_coty_code: '16081', + primary_coty_name: 'Teton', + county_weights: '{"16081": "100"}', + coty_name: ['Teton'], + cty_code: ['16081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.23111, lat: 43.73315 }, + }, + { + zip_code: '83449', + usps_city: 'Swan Valley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 0.2, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "100"}', + coty_name: ['Bonneville'], + cty_code: ['16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.40768, lat: 43.28223 }, + }, + { + zip_code: '83542', + usps_city: 'Lucile', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 0.6, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.36246, lat: 45.56271 }, + }, + { + zip_code: '83543', + usps_city: 'Nezperce', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 2.2, + primary_coty_code: '16061', + primary_coty_name: 'Lewis', + county_weights: '{"16061": "100"}', + coty_name: ['Lewis'], + cty_code: ['16061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.23675, lat: 46.27486 }, + }, + { + zip_code: '83546', + usps_city: 'Pierce', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 575.0, + density: 5.3, + primary_coty_code: '16035', + primary_coty_name: 'Clearwater', + county_weights: '{"16035": "100"}', + coty_name: ['Clearwater'], + cty_code: ['16035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.81731, lat: 46.56739 }, + }, + { + zip_code: '83633', + usps_city: 'King Hill', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 1.7, + primary_coty_code: '16039', + primary_coty_name: 'Elmore', + county_weights: '{"16039": "100"}', + coty_name: ['Elmore'], + cty_code: ['16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.21422, lat: 43.01816 }, + }, + { + zip_code: '83645', + usps_city: 'Midvale', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 0.7, + primary_coty_code: '16087', + primary_coty_name: 'Washington', + county_weights: '{"16087": "100"}', + coty_name: ['Washington'], + cty_code: ['16087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.58087, lat: 44.37087 }, + }, + { + zip_code: '83655', + usps_city: 'New Plymouth', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 4486.0, + density: 29.7, + primary_coty_code: '16075', + primary_coty_name: 'Payette', + county_weights: '{"16075": "100"}', + coty_name: ['Payette'], + cty_code: ['16075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.79085, lat: 43.95156 }, + }, + { + zip_code: '83703', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 16967.0, + density: 767.6, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.24044, lat: 43.66443 }, + }, + { + zip_code: '83840', + usps_city: 'Kootenai', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 1317.2, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.51522, lat: 48.31058 }, + }, + { + zip_code: '83872', + usps_city: 'Viola', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 709.0, + density: 6.6, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.97011, lat: 46.86214 }, + }, + { + zip_code: '84033', + usps_city: 'Henefer', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1233.0, + density: 9.1, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "100"}', + coty_name: ['Summit'], + cty_code: ['49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.50109, lat: 40.98567 }, + }, + { + zip_code: '84096', + usps_city: 'Herriman', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 51852.0, + density: 285.1, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.09853, lat: 40.51368 }, + }, + { + zip_code: '84120', + usps_city: 'West Valley City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 52676.0, + density: 1999.0, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.00121, lat: 40.69747 }, + }, + { + zip_code: '84312', + usps_city: 'Garland', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4901.0, + density: 80.8, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.15365, lat: 41.77904 }, + }, + { + zip_code: '84333', + usps_city: 'Richmond', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2849.0, + density: 43.9, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81106, lat: 41.90907 }, + }, + { + zip_code: '84339', + usps_city: 'Wellsville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 5729.0, + density: 39.3, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.94442, lat: 41.62534 }, + }, + { + zip_code: '84511', + usps_city: 'Blanding', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4546.0, + density: 4.1, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "100"}', + coty_name: ['San Juan'], + cty_code: ['49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.41441, lat: 37.56298 }, + }, + { + zip_code: '84533', + usps_city: 'Lake Powell', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 0.0, + primary_coty_code: '49025', + primary_coty_name: 'Kane', + county_weights: '{"49025": "53.93", "49017": "33.33", "49037": "12.73"}', + coty_name: ['Kane', 'Garfield', 'San Juan'], + cty_code: ['49025', '49017', '49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.43123, lat: 37.56105 }, + }, + { + zip_code: '84630', + usps_city: 'Fayette', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 2.5, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81731, lat: 39.29518 }, + }, + { + zip_code: '84742', + usps_city: 'Kanarraville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 3.4, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.2051, lat: 37.54024 }, + }, + { + zip_code: '84783', + usps_city: 'Dammeron Valley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 6.4, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.69304, lat: 37.24641 }, + }, + { + zip_code: '85037', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 54817.0, + density: 2585.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.26468, lat: 33.49056 }, + }, + { + zip_code: '85040', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35204.0, + density: 1335.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.02657, lat: 33.40613 }, + }, + { + zip_code: '85043', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 38704.0, + density: 790.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.19646, lat: 33.43242 }, + }, + { + zip_code: '85085', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 23700.0, + density: 357.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.08931, lat: 33.75295 }, + }, + { + zip_code: '85118', + usps_city: 'Gold Canyon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 13091.0, + density: 31.7, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.35045, lat: 33.3534 }, + }, + { + zip_code: '85119', + usps_city: 'Apache Junction', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 24255.0, + density: 212.5, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.50197, lat: 33.40972 }, + }, + { + zip_code: '85121', + usps_city: 'Bapchule', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 7.9, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.92129, lat: 33.14345 }, + }, + { + zip_code: '85122', + usps_city: 'Casa Grande', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 58724.0, + density: 453.3, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.74422, lat: 32.91719 }, + }, + { + zip_code: '85139', + usps_city: 'Maricopa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17939.0, + density: 35.8, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "99.31", "04013": "0.69"}', + coty_name: ['Pinal', 'Maricopa'], + cty_code: ['04021', '04013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.14611, lat: 32.97591 }, + }, + { + zip_code: '85194', + usps_city: 'Casa Grande', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7948.0, + density: 40.4, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.62605, lat: 32.89835 }, + }, + { + zip_code: '85345', + usps_city: 'Peoria', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 57351.0, + density: 1696.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.24617, lat: 33.57196 }, + }, + { + zip_code: '85379', + usps_city: 'Surprise', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47663.0, + density: 1710.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.37355, lat: 33.6021 }, + }, + { + zip_code: '85633', + usps_city: 'Sasabe', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 0.1, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.49567, lat: 31.62281 }, + }, + { + zip_code: '85713', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47272.0, + density: 770.1, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.01537, lat: 32.19525 }, + }, + { + zip_code: '85737', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 21743.0, + density: 348.5, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.94661, lat: 32.41418 }, + }, + { + zip_code: '85911', + usps_city: 'Cibecue', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2209.0, + density: 1.3, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.36938, lat: 34.1355 }, + }, + { + zip_code: '86039', + usps_city: 'Kykotsmovi Village', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 1.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.53209, lat: 36.06276 }, + }, + { + zip_code: '86507', + usps_city: 'Lukachukai', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2323.0, + density: 4.0, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.26345, lat: 36.41058 }, + }, + { + zip_code: '87061', + usps_city: 'Torreon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 320.0, + density: 0.9, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "100"}', + coty_name: ['Torrance'], + cty_code: ['35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.37961, lat: 34.73119 }, + }, + { + zip_code: '87107', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 30831.0, + density: 805.2, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.64303, lat: 35.1374 }, + }, + { + zip_code: '87109', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 38967.0, + density: 1482.8, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.57541, lat: 35.15297 }, + }, + { + zip_code: '87325', + usps_city: 'Tohatchi', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3110.0, + density: 2.1, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "56.49", "35045": "43.51"}', + coty_name: ['McKinley', 'San Juan'], + cty_code: ['35031', '35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.62286, lat: 36.00208 }, + }, + { + zip_code: '87556', + usps_city: 'Questa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2370.0, + density: 4.5, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.53864, lat: 36.76309 }, + }, + { + zip_code: '87931', + usps_city: 'Caballo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 3.1, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.41022, lat: 32.96411 }, + }, + { + zip_code: '88112', + usps_city: 'Broadview', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 231.0, + density: 0.5, + primary_coty_code: '35009', + primary_coty_name: 'Curry', + county_weights: '{"35009": "100"}', + coty_name: ['Curry'], + cty_code: ['35009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.17105, lat: 34.86451 }, + }, + { + zip_code: '88254', + usps_city: 'Lakewood', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 0.4, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "100"}', + coty_name: ['Eddy'], + cty_code: ['35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.4489, lat: 32.60872 }, + }, + { + zip_code: '88263', + usps_city: 'Malaga', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 0.5, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "100"}', + coty_name: ['Eddy'], + cty_code: ['35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.07823, lat: 32.09407 }, + }, + { + zip_code: '88427', + usps_city: 'Mcalister', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 0.4, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "100"}', + coty_name: ['Quay'], + cty_code: ['35037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.77441, lat: 34.77048 }, + }, + { + zip_code: '89042', + usps_city: 'Panaca', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1247.0, + density: 3.4, + primary_coty_code: '32017', + primary_coty_name: 'Lincoln', + county_weights: '{"32017": "100"}', + coty_name: ['Lincoln'], + cty_code: ['32017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.32223, lat: 37.74396 }, + }, + { + zip_code: '89826', + usps_city: 'Jarbidge', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.38128, lat: 41.8873 }, + }, + { + zip_code: '7035', + usps_city: 'Lincoln Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10487.0, + density: 601.3, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30489, lat: 40.92535 }, + }, + { + zip_code: '7046', + usps_city: 'Mountain Lakes', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4305.0, + density: 629.8, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44053, lat: 40.89064 }, + }, + { + zip_code: '7106', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 33851.0, + density: 9207.4, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2304, lat: 40.7418 }, + }, + { + zip_code: '7114', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12024.0, + density: 624.5, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16405, lat: 40.69995 }, + }, + { + zip_code: '8501', + usps_city: 'Allentown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6226.0, + density: 88.8, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "89.71", "34005": "5.18", "34021": "5.1"}', + coty_name: ['Monmouth', 'Burlington', 'Mercer'], + cty_code: ['34025', '34005', '34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55438, lat: 40.15563 }, + }, + { + zip_code: '90014', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8688.0, + density: 11845.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25169, lat: 34.04308 }, + }, + { + zip_code: '90033', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49155.0, + density: 5808.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21163, lat: 34.05105 }, + }, + { + zip_code: '90069', + usps_city: 'West Hollywood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20230.0, + density: 3694.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.38171, lat: 34.09386 }, + }, + { + zip_code: '90275', + usps_city: 'Rancho Palos Verdes', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42146.0, + density: 1203.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36393, lat: 33.75545 }, + }, + { + zip_code: '90606', + usps_city: 'Whittier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32987.0, + density: 3366.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.06579, lat: 33.97766 }, + }, + { + zip_code: '90746', + usps_city: 'Carson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27075.0, + density: 1792.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25526, lat: 33.85888 }, + }, + { + zip_code: '91030', + usps_city: 'South Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25637.0, + density: 2901.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.15735, lat: 34.1102 }, + }, + { + zip_code: '91326', + usps_city: 'Porter Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36339.0, + density: 1719.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.55758, lat: 34.28048 }, + }, + { + zip_code: '91764', + usps_city: 'Ontario', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56677.0, + density: 2725.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.60224, lat: 34.07525 }, + }, + { + zip_code: '91934', + usps_city: 'Jacumba', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 2.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.17246, lat: 32.65855 }, + }, + { + zip_code: '91948', + usps_city: 'Mount Laguna', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 2.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.45317, lat: 32.86941 }, + }, + { + zip_code: '92083', + usps_city: 'Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39509.0, + density: 2741.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24825, lat: 33.19787 }, + }, + { + zip_code: '92132', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "0"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17201, lat: 32.71368 }, + }, + { + zip_code: '92223', + usps_city: 'Beaumont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55580.0, + density: 494.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.98802, lat: 33.94833 }, + }, + { + zip_code: '92231', + usps_city: 'Calexico', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40064.0, + density: 271.9, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.54115, lat: 32.68754 }, + }, + { + zip_code: '92266', + usps_city: 'Palo Verde', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 0.1, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.92183, lat: 33.34535 }, + }, + { + zip_code: '92376', + usps_city: 'Rialto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 86085.0, + density: 2453.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.37884, lat: 34.1112 }, + }, + { + zip_code: '92394', + usps_city: 'Victorville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34915.0, + density: 493.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.35281, lat: 34.55629 }, + }, + { + zip_code: '92397', + usps_city: 'Wrightwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4562.0, + density: 170.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "98.55", "06037": "1.45"}', + coty_name: ['San Bernardino', 'Los Angeles'], + cty_code: ['06071', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.62729, lat: 34.36701 }, + }, + { + zip_code: '92551', + usps_city: 'Moreno Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34011.0, + density: 2242.8, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.22614, lat: 33.88145 }, + }, + { + zip_code: '92595', + usps_city: 'Wildomar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33649.0, + density: 617.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2593, lat: 33.61787 }, + }, + { + zip_code: '92603', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19558.0, + density: 570.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.78875, lat: 33.62447 }, + }, + { + zip_code: '92604', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28990.0, + density: 3322.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.78888, lat: 33.68814 }, + }, + { + zip_code: '92661', + usps_city: 'Newport Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3445.0, + density: 2042.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90038, lat: 33.60262 }, + }, + { + zip_code: '92705', + usps_city: 'Santa Ana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47298.0, + density: 1580.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81639, lat: 33.75566 }, + }, + { + zip_code: '92804', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 89915.0, + density: 4952.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.97506, lat: 33.81826 }, + }, + { + zip_code: '93063', + usps_city: 'Simi Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56458.0, + density: 661.3, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.68443, lat: 34.3046 }, + }, + { + zip_code: '93110', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16849.0, + density: 616.9, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.76248, lat: 34.44804 }, + }, + { + zip_code: '93201', + usps_city: 'Alpaugh', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1580.0, + density: 7.9, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "99.63", "06031": "0.37"}', + coty_name: ['Tulare', 'Kings'], + cty_code: ['06107', '06031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.48758, lat: 35.85875 }, + }, + { + zip_code: '93225', + usps_city: 'Frazier Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4782.0, + density: 10.4, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "93.4", "06111": "6.6"}', + coty_name: ['Kern', 'Ventura'], + cty_code: ['06029', '06111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.01985, lat: 34.7747 }, + }, + { + zip_code: '93230', + usps_city: 'Hanford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 67605.0, + density: 99.4, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "100"}', + coty_name: ['Kings'], + cty_code: ['6031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.62301, lat: 36.28802 }, + }, + { + zip_code: '93255', + usps_city: 'Onyx', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 691.0, + density: 1.2, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.09555, lat: 35.6824 }, + }, + { + zip_code: '93305', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37902.0, + density: 2465.9, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.98518, lat: 35.38979 }, + }, + { + zip_code: '93308', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53981.0, + density: 66.0, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.93568, lat: 35.54752 }, + }, + { + zip_code: '93602', + usps_city: 'Auberry', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3530.0, + density: 9.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.31428, lat: 37.03501 }, + }, + { + zip_code: '93610', + usps_city: 'Chowchilla', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22724.0, + density: 32.2, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "99.19", "06047": "0.81"}', + coty_name: ['Madera', 'Merced'], + cty_code: ['06039', '06047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.28778, lat: 37.09232 }, + }, + { + zip_code: '93612', + usps_city: 'Clovis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35140.0, + density: 2074.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.71057, lat: 36.81483 }, + }, + { + zip_code: '93667', + usps_city: 'Tollhouse', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2405.0, + density: 8.3, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.32515, lat: 36.95577 }, + }, + { + zip_code: '93668', + usps_city: 'Tranquillity', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1219.0, + density: 14.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.28502, lat: 36.64862 }, + }, + { + zip_code: '93703', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32754.0, + density: 2675.2, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.76245, lat: 36.7689 }, + }, + { + zip_code: '93953', + usps_city: 'Pebble Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4028.0, + density: 193.4, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.94389, lat: 36.58571 }, + }, + { + zip_code: '94010', + usps_city: 'Burlingame', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42760.0, + density: 1394.3, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3653, lat: 37.56932 }, + }, + { + zip_code: '94080', + usps_city: 'South San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 67600.0, + density: 2523.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.42212, lat: 37.65554 }, + }, + { + zip_code: '94087', + usps_city: 'Sunnyvale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56668.0, + density: 3323.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03688, lat: 37.35154 }, + }, + { + zip_code: '94133', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26796.0, + density: 13702.2, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41073, lat: 37.80381 }, + }, + { + zip_code: '94512', + usps_city: 'Birds Landing', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 0.3, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.83822, lat: 38.13282 }, + }, + { + zip_code: '94534', + usps_city: 'Fairfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39239.0, + density: 191.4, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13138, lat: 38.24227 }, + }, + { + zip_code: '94571', + usps_city: 'Rio Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10605.0, + density: 34.8, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "96.94", "06067": "3.06"}', + coty_name: ['Solano', 'Sacramento'], + cty_code: ['06095', '06067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.74043, lat: 38.15822 }, + }, + { + zip_code: '94971', + usps_city: 'Tomales', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 7.0, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.91434, lat: 38.24177 }, + }, + { + zip_code: '95010', + usps_city: 'Capitola', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8856.0, + density: 2491.4, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95476, lat: 36.97722 }, + }, + { + zip_code: '95023', + usps_city: 'Hollister', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53423.0, + density: 50.0, + primary_coty_code: '6069', + primary_coty_name: 'San Benito', + county_weights: '{"06069": "99.62", "06085": "0.38"}', + coty_name: ['San Benito', 'Santa Clara'], + cty_code: ['06069', '06085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.35126, lat: 36.89993 }, + }, + { + zip_code: '95062', + usps_city: 'Santa Cruz', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36737.0, + density: 2809.7, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.99009, lat: 36.97258 }, + }, + { + zip_code: '95324', + usps_city: 'Hilmar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8380.0, + density: 78.1, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.89377, lat: 37.39508 }, + }, + { + zip_code: '95366', + usps_city: 'Ripon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17909.0, + density: 201.0, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.12451, lat: 37.76259 }, + }, + { + zip_code: '95386', + usps_city: 'Waterford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10557.0, + density: 47.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.63945, lat: 37.66919 }, + }, + { + zip_code: '95417', + usps_city: 'Branscomb', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 1.8, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.61, lat: 39.68977 }, + }, + { + zip_code: '95446', + usps_city: 'Guerneville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5168.0, + density: 60.6, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.00418, lat: 38.52662 }, + }, + { + zip_code: '95453', + usps_city: 'Lakeport', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11369.0, + density: 52.4, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.93731, lat: 39.04561 }, + }, + { + zip_code: '95501', + usps_city: 'Eureka', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23324.0, + density: 1278.8, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.15097, lat: 40.79809 }, + }, + { + zip_code: '95573', + usps_city: 'Willow Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 5.0, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.66097, lat: 40.88934 }, + }, + { + zip_code: '95658', + usps_city: 'Newcastle', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6837.0, + density: 106.4, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.15382, lat: 38.87953 }, + }, + { + zip_code: '95746', + usps_city: 'Granite Bay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23934.0, + density: 523.9, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.18106, lat: 38.75126 }, + }, + { + zip_code: '95817', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13758.0, + density: 2318.5, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.45643, lat: 38.55059 }, + }, + { + zip_code: '95864', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23352.0, + density: 1424.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.37627, lat: 38.5853 }, + }, + { + zip_code: '95944', + usps_city: 'Goodyears Bar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.2, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "100"}', + coty_name: ['Sierra'], + cty_code: ['6091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.93149, lat: 39.49932 }, + }, + { + zip_code: '95951', + usps_city: 'Hamilton City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2686.0, + density: 56.4, + primary_coty_code: '6021', + primary_coty_name: 'Glenn', + county_weights: '{"06021": "100"}', + coty_name: ['Glenn'], + cty_code: ['6021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00226, lat: 39.71694 }, + }, + { + zip_code: '95954', + usps_city: 'Magalia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12371.0, + density: 67.2, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.58525, lat: 39.89153 }, + }, + { + zip_code: '95969', + usps_city: 'Paradise', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23572.0, + density: 154.2, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.64742, lat: 39.71633 }, + }, + { + zip_code: '96007', + usps_city: 'Anderson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23228.0, + density: 69.2, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27916, lat: 40.45867 }, + }, + { + zip_code: '96024', + usps_city: 'Douglas City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 1.8, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.89042, lat: 40.5754 }, + }, + { + zip_code: '96091', + usps_city: 'Trinity Center', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 0.5, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.78817, lat: 41.03584 }, + }, + { + zip_code: '96708', + usps_city: 'Haiku', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 11059.0, + density: 43.7, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.2229, lat: 20.85231 }, + }, + { + zip_code: '96740', + usps_city: 'Kailua Kona', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 42069.0, + density: 68.7, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.90131, lat: 19.7452 }, + }, + { + zip_code: '96747', + usps_city: 'Kaumakani', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 145.4, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.62455, lat: 21.92434 }, + }, + { + zip_code: '96756', + usps_city: 'Koloa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 6285.0, + density: 98.3, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.45386, lat: 21.90957 }, + }, + { + zip_code: '96817', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 56144.0, + density: 2334.5, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.83799, lat: 21.33981 }, + }, + { + zip_code: '96913', + usps_city: 'Barrigada', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.8146, lat: 13.47783 }, + }, + { + zip_code: '97106', + usps_city: 'Banks', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4908.0, + density: 40.6, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.13347, lat: 45.65471 }, + }, + { + zip_code: '97144', + usps_city: 'Timber', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 3.2, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.30958, lat: 45.74048 }, + }, + { + zip_code: '97222', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 36952.0, + density: 1685.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "99.55", "41051": "0.45"}', + coty_name: ['Clackamas', 'Multnomah'], + cty_code: ['41005', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61709, lat: 45.44129 }, + }, + { + zip_code: '97229', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 69450.0, + density: 1303.7, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "87.96", "41051": "12.04"}', + coty_name: ['Washington', 'Multnomah'], + cty_code: ['41067', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.80998, lat: 45.5506 }, + }, + { + zip_code: '97461', + usps_city: 'Noti', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 834.0, + density: 7.6, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.48948, lat: 44.09769 }, + }, + { + zip_code: '97487', + usps_city: 'Veneta', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 9106.0, + density: 46.4, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.39091, lat: 43.98617 }, + }, + { + zip_code: '97524', + usps_city: 'Eagle Point', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 14974.0, + density: 18.7, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.67703, lat: 42.45097 }, + }, + { + zip_code: '97527', + usps_city: 'Grants Pass', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 36180.0, + density: 58.9, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "95.66", "41029": "4.34"}', + coty_name: ['Josephine', 'Jackson'], + cty_code: ['41033', '41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.40806, lat: 42.38226 }, + }, + { + zip_code: '97531', + usps_city: 'Kerby', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 87.3, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.64943, lat: 42.20427 }, + }, + { + zip_code: '97712', + usps_city: 'Brothers', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 0.2, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "100"}', + coty_name: ['Deschutes'], + cty_code: ['41017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.45307, lat: 43.78281 }, + }, + { + zip_code: '97736', + usps_city: 'Frenchglen', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 0.1, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.0058, lat: 42.71476 }, + }, + { + zip_code: '97810', + usps_city: 'Adams', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 2.1, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.45808, lat: 45.71397 }, + }, + { + zip_code: '97840', + usps_city: 'Oxbow', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 0.7, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.9271, lat: 44.90644 }, + }, + { + zip_code: '98027', + usps_city: 'Issaquah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30989.0, + density: 214.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.99933, lat: 47.50138 }, + }, + { + zip_code: '98038', + usps_city: 'Maple Valley', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35904.0, + density: 208.5, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95374, lat: 47.41741 }, + }, + { + zip_code: '98059', + usps_city: 'Renton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 38959.0, + density: 752.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12101, lat: 47.50223 }, + }, + { + zip_code: '98177', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20676.0, + density: 1409.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37079, lat: 47.74226 }, + }, + { + zip_code: '98286', + usps_city: 'Shaw Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 7.9, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.95712, lat: 48.57262 }, + }, + { + zip_code: '98325', + usps_city: 'Chimacum', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 18.9, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77839, lat: 47.96585 }, + }, + { + zip_code: '98381', + usps_city: 'Sekiu', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 1.8, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.47476, lat: 48.27373 }, + }, + { + zip_code: '98465', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6973.0, + density: 1619.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.52906, lat: 47.24823 }, + }, + { + zip_code: '98589', + usps_city: 'Tenino', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7654.0, + density: 32.1, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.81146, lat: 46.83933 }, + }, + { + zip_code: '98591', + usps_city: 'Toledo', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3376.0, + density: 11.3, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.74286, lat: 46.44269 }, + }, + { + zip_code: '98811', + usps_city: 'Ardenvoir', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 15.4, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.37618, lat: 47.71386 }, + }, + { + zip_code: '98823', + usps_city: 'Ephrata', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11304.0, + density: 14.6, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "99.54", "53017": "0.46"}', + coty_name: ['Grant', 'Douglas'], + cty_code: ['53025', '53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.63358, lat: 47.32197 }, + }, + { + zip_code: '98935', + usps_city: 'Mabton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4035.0, + density: 5.8, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08637, lat: 46.1314 }, + }, + { + zip_code: '98943', + usps_city: 'South Cle Elum', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1015.0, + density: 456.3, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.95846, lat: 47.18562 }, + }, + { + zip_code: '98952', + usps_city: 'White Swan', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2234.0, + density: 4.2, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.76141, lat: 46.35435 }, + }, + { + zip_code: '99008', + usps_city: 'Edwall', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 3.3, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "55.69", "53063": "44.31"}', + coty_name: ['Lincoln', 'Spokane'], + cty_code: ['53043', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.92447, lat: 47.50805 }, + }, + { + zip_code: '99019', + usps_city: 'Liberty Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12208.0, + density: 215.2, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.07648, lat: 47.64281 }, + }, + { + zip_code: '99026', + usps_city: 'Nine Mile Falls', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 8521.0, + density: 46.4, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "63.8", "53063": "36.2"}', + coty_name: ['Stevens', 'Spokane'], + cty_code: ['53065', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.62775, lat: 47.81146 }, + }, + { + zip_code: '99205', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 43617.0, + density: 1881.6, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.44622, lat: 47.69665 }, + }, + { + zip_code: '99341', + usps_city: 'Lind', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 787.0, + density: 0.8, + primary_coty_code: '53001', + primary_coty_name: 'Adams', + county_weights: '{"53001": "100"}', + coty_name: ['Adams'], + cty_code: ['53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.65311, lat: 46.91289 }, + }, + { + zip_code: '99557', + usps_city: 'Aniak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 0.0, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.01864, lat: 61.44112 }, + }, + { + zip_code: '99583', + usps_city: 'False Pass', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 1.7, + primary_coty_code: '2013', + primary_coty_name: 'Aleutians East', + county_weights: '{"02013": "100"}', + coty_name: ['Aleutians East'], + cty_code: ['2013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.40253, lat: 54.84751 }, + }, + { + zip_code: '99693', + usps_city: 'Whittier', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 1.0, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100", "02170": "0"}', + coty_name: ['Valdez-Cordova', 'Matanuska-Susitna'], + cty_code: ['02261', '02170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.52108, lat: 61.38199 }, + }, + { + zip_code: '99734', + usps_city: 'Prudhoe Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1314.0, + density: 2.5, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.99193, lat: 70.36857 }, + }, + { + zip_code: '99750', + usps_city: 'Kivalina', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 683.0, + density: 1447.3, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.54955, lat: 67.73135 }, + }, + { + zip_code: '99774', + usps_city: 'Stevens Village', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 0.5, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.0769, lat: 66.01942 }, + }, + { + zip_code: '99777', + usps_city: 'Tanana', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 3.4, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -152.05621, lat: 65.20884 }, + }, + { + zip_code: '58251', + usps_city: 'Larimore', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1972.0, + density: 3.9, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69121, lat: 47.94938 }, + }, + { + zip_code: '58370', + usps_city: 'Saint Michael', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1372.0, + density: 10.3, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "100"}', + coty_name: ['Benson'], + cty_code: ['38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.84401, lat: 47.98314 }, + }, + { + zip_code: '58402', + usps_city: 'Jamestown', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 555.6, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.68714, lat: 46.88035 }, + }, + { + zip_code: '58538', + usps_city: 'Fort Yates', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2568.0, + density: 5.6, + primary_coty_code: '38085', + primary_coty_name: 'Sioux', + county_weights: '{"38085": "100"}', + coty_name: ['Sioux'], + cty_code: ['38085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.6928, lat: 46.11235 }, + }, + { + zip_code: '58621', + usps_city: 'Beach', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1351.0, + density: 1.3, + primary_coty_code: '38033', + primary_coty_name: 'Golden Valley', + county_weights: '{"38033": "100"}', + coty_name: ['Golden Valley'], + cty_code: ['38033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.92808, lat: 47.08318 }, + }, + { + zip_code: '58647', + usps_city: 'New England', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 1.0, + primary_coty_code: '38041', + primary_coty_name: 'Hettinger', + county_weights: '{"38041": "78.81", "38087": "14.36", "38089": "6.83"}', + coty_name: ['Hettinger', 'Slope', 'Stark'], + cty_code: ['38041', '38087', '38089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.93452, lat: 46.52223 }, + }, + { + zip_code: '631', + usps_city: 'Castaner', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 143.9, + primary_coty_code: '72081', + primary_coty_name: 'Lares', + county_weights: '{"72081": "67.01", "72001": "32.99"}', + coty_name: ['Lares', 'Adjuntas'], + cty_code: ['72081', '72001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.83327, lat: 18.18555 }, + }, + { + zip_code: '824', + usps_city: 'Christiansted', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.68276, lat: 17.74461 }, + }, + { + zip_code: '920', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 16281.0, + density: 2211.1, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.08887, lat: 18.41573 }, + }, + { + zip_code: '953', + usps_city: 'Toa Alta', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 71174.0, + density: 1029.4, + primary_coty_code: '72135', + primary_coty_name: 'Toa Alta', + county_weights: '{"72135": "98.93", "72137": "0.87", "72047": "0.2"}', + coty_name: ['Toa Alta', 'Toa Baja', 'Corozal'], + cty_code: ['72135', '72137', '72047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.2475, lat: 18.36312 }, + }, + { + zip_code: '965', + usps_city: 'Guaynabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 6709.0, + density: 3841.6, + primary_coty_code: '72061', + primary_coty_name: 'Guaynabo', + county_weights: '{"72061": "79.52", "72033": "20.48"}', + coty_name: ['Guaynabo', 'Cata\u00f1o'], + cty_code: ['72061', '72033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.11486, lat: 18.43385 }, + }, + { + zip_code: '1032', + usps_city: 'Goshen', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 16.2, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.81299, lat: 42.45031 }, + }, + { + zip_code: '1073', + usps_city: 'Southampton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6144.0, + density: 84.3, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.73857, lat: 42.23083 }, + }, + { + zip_code: '1237', + usps_city: 'Lanesborough', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2488.0, + density: 15.5, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.26265, lat: 42.54971 }, + }, + { + zip_code: '1440', + usps_city: 'Gardner', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 20610.0, + density: 331.1, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.98649, lat: 42.58737 }, + }, + { + zip_code: '1474', + usps_city: 'West Townsend', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1803.0, + density: 70.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.75221, lat: 42.66784 }, + }, + { + zip_code: '1520', + usps_city: 'Holden', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15781.0, + density: 337.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.85284, lat: 42.33536 }, + }, + { + zip_code: '1612', + usps_city: 'Paxton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4900.0, + density: 123.5, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.93077, lat: 42.31035 }, + }, + { + zip_code: '1852', + usps_city: 'Lowell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 35532.0, + density: 2760.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.29534, lat: 42.63232 }, + }, + { + zip_code: '2184', + usps_city: 'Braintree', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 37220.0, + density: 1044.2, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.00221, lat: 42.20384 }, + }, + { + zip_code: '2302', + usps_city: 'Brockton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 32174.0, + density: 1398.0, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.99871, lat: 42.08784 }, + }, + { + zip_code: '2360', + usps_city: 'Plymouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 59826.0, + density: 241.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.63066, lat: 41.87859 }, + }, + { + zip_code: '2464', + usps_city: 'Newton Upper Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3326.0, + density: 2276.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21947, lat: 42.31292 }, + }, + { + zip_code: '2748', + usps_city: 'South Dartmouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11607.0, + density: 199.3, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97897, lat: 41.5605 }, + }, + { + zip_code: '2852', + usps_city: 'North Kingstown', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 22048.0, + density: 275.7, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46086, lat: 41.58765 }, + }, + { + zip_code: '2921', + usps_city: 'Cranston', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 12243.0, + density: 359.3, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51725, lat: 41.76211 }, + }, + { + zip_code: '3063', + usps_city: 'Nashua', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 16426.0, + density: 781.9, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51939, lat: 42.77951 }, + }, + { + zip_code: '3102', + usps_city: 'Manchester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 33003.0, + density: 1408.9, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.49129, lat: 43.00798 }, + }, + { + zip_code: '3104', + usps_city: 'Manchester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 33071.0, + density: 1544.6, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "99.77", "33013": "0.23"}', + coty_name: ['Hillsborough', 'Merrimack'], + cty_code: ['33011', '33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.44145, lat: 43.00934 }, + }, + { + zip_code: '3262', + usps_city: 'North Woodstock', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 5.6, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.73805, lat: 43.99914 }, + }, + { + zip_code: '3266', + usps_city: 'Rumney', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 8.1, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.89609, lat: 43.79034 }, + }, + { + zip_code: '3443', + usps_city: 'Chesterfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 14.8, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46158, lat: 42.87709 }, + }, + { + zip_code: '3450', + usps_city: 'Harrisville', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 927.0, + density: 19.2, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.09127, lat: 42.94158 }, + }, + { + zip_code: '3809', + usps_city: 'Alton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3524.0, + density: 33.4, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21237, lat: 43.45369 }, + }, + { + zip_code: '3820', + usps_city: 'Dover', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 31629.0, + density: 440.1, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88678, lat: 43.18879 }, + }, + { + zip_code: '3845', + usps_city: 'Intervale', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1091.0, + density: 31.7, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12499, lat: 44.10676 }, + }, + { + zip_code: '3846', + usps_city: 'Jackson', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 5.3, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.19065, lat: 44.1853 }, + }, + { + zip_code: '4008', + usps_city: 'Bowdoinham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2795.0, + density: 30.2, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.86207, lat: 44.03716 }, + }, + { + zip_code: '4020', + usps_city: 'Cornish', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 23.8, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.81022, lat: 43.76815 }, + }, + { + zip_code: '4261', + usps_city: 'Newry', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 0.6, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.92003, lat: 44.56461 }, + }, + { + zip_code: '4275', + usps_city: 'Roxbury', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 1.8, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.63731, lat: 44.68968 }, + }, + { + zip_code: '4415', + usps_city: 'Brownville Junction', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 77.3, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.06191, lat: 45.38263 }, + }, + { + zip_code: '4426', + usps_city: 'Dover Foxcroft', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4524.0, + density: 11.3, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.18354, lat: 45.21958 }, + }, + { + zip_code: '4547', + usps_city: 'Friendship', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 30.6, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.32779, lat: 43.99388 }, + }, + { + zip_code: '4616', + usps_city: 'Brooklin', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 684.0, + density: 14.7, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.57069, lat: 44.28346 }, + }, + { + zip_code: '4619', + usps_city: 'Calais', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2993.0, + density: 33.7, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.224, lat: 45.134 }, + }, + { + zip_code: '4643', + usps_city: 'Harrington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 18.7, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.80571, lat: 44.57913 }, + }, + { + zip_code: '4652', + usps_city: 'Lubec', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1648.0, + density: 10.4, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.07614, lat: 44.82242 }, + }, + { + zip_code: '4681', + usps_city: 'Stonington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1063.0, + density: 41.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.65646, lat: 44.16655 }, + }, + { + zip_code: '4911', + usps_city: 'Anson', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2192.0, + density: 13.3, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.9556, lat: 44.77795 }, + }, + { + zip_code: '4941', + usps_city: 'Freedom', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1799.0, + density: 10.8, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.30168, lat: 44.46539 }, + }, + { + zip_code: '4949', + usps_city: 'Liberty', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 896.0, + density: 13.3, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.34029, lat: 44.36712 }, + }, + { + zip_code: '4969', + usps_city: 'Plymouth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1219.0, + density: 15.8, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.22461, lat: 44.77016 }, + }, + { + zip_code: '5038', + usps_city: 'Chelsea', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1315.0, + density: 12.8, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.45721, lat: 43.99436 }, + }, + { + zip_code: '5141', + usps_city: 'Cambridgeport', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 90.6, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.56688, lat: 43.15352 }, + }, + { + zip_code: '5148', + usps_city: 'Londonderry', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 14.0, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "91.32", "50003": "7.46", "50027": "1.23"}', + coty_name: ['Windham', 'Bennington', 'Windsor'], + cty_code: ['50025', '50003', '50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79999, lat: 43.22877 }, + }, + { + zip_code: '5362', + usps_city: 'Williamsville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 11.6, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66111, lat: 42.93638 }, + }, + { + zip_code: '5363', + usps_city: 'Wilmington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1958.0, + density: 11.8, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "94.61", "50003": "5.39"}', + coty_name: ['Windham', 'Bennington'], + cty_code: ['50025', '50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.89291, lat: 42.88181 }, + }, + { + zip_code: '5444', + usps_city: 'Cambridge', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1678.0, + density: 32.0, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "53.38", "50015": "46.62"}', + coty_name: ['Franklin', 'Lamoille'], + cty_code: ['50011', '50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90086, lat: 44.64772 }, + }, + { + zip_code: '5491', + usps_city: 'Vergennes', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5750.0, + density: 25.8, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.30877, lat: 44.11254 }, + }, + { + zip_code: '5655', + usps_city: 'Hyde Park', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2940.0, + density: 33.4, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57053, lat: 44.62381 }, + }, + { + zip_code: '5767', + usps_city: 'Rochester', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1065.0, + density: 7.2, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "99.65", "50021": "0.35"}', + coty_name: ['Windsor', 'Rutland'], + cty_code: ['50027', '50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.82878, lat: 43.87508 }, + }, + { + zip_code: '5820', + usps_city: 'Albany', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 8.0, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34482, lat: 44.73871 }, + }, + { + zip_code: '6010', + usps_city: 'Bristol', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 60218.0, + density: 880.8, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.94074, lat: 41.68116 }, + }, + { + zip_code: '6059', + usps_city: 'North Canton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "0"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9448, lat: 41.94904 }, + }, + { + zip_code: '6081', + usps_city: 'Tariffville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1547.0, + density: 869.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.76901, lat: 41.90653 }, + }, + { + zip_code: '6280', + usps_city: 'Windham', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3055.0, + density: 80.9, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.14033, lat: 41.69272 }, + }, + { + zip_code: '6351', + usps_city: 'Jewett City', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 15877.0, + density: 117.8, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.94935, lat: 41.58916 }, + }, + { + zip_code: '6410', + usps_city: 'Cheshire', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 29050.0, + density: 344.3, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90425, lat: 41.51172 }, + }, + { + zip_code: '6443', + usps_city: 'Madison', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18113.0, + density: 193.5, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.62777, lat: 41.33969 }, + }, + { + zip_code: '6447', + usps_city: 'Marlborough', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6368.0, + density: 105.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.45472, lat: 41.63306 }, + }, + { + zip_code: '6513', + usps_city: 'New Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 40037.0, + density: 2135.4, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86821, lat: 41.31968 }, + }, + { + zip_code: '6776', + usps_city: 'New Milford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 26023.0, + density: 180.7, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "99.99", "09001": "0.01"}', + coty_name: ['Litchfield', 'Fairfield'], + cty_code: ['09005', '09001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.41567, lat: 41.60177 }, + }, + { + zip_code: '6820', + usps_city: 'Darien', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 21742.0, + density: 663.4, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.48189, lat: 41.07861 }, + }, + { + zip_code: '6897', + usps_city: 'Wilton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18463.0, + density: 265.9, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44007, lat: 41.207 }, + }, + { + zip_code: '7012', + usps_city: 'Clifton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12756.0, + density: 2345.5, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15983, lat: 40.84745 }, + }, + { + zip_code: '7071', + usps_city: 'Lyndhurst', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22298.0, + density: 1890.8, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10991, lat: 40.79635 }, + }, + { + zip_code: '7083', + usps_city: 'Union', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 55162.0, + density: 2460.7, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "99.98", "34013": "0.02"}', + coty_name: ['Union', 'Essex'], + cty_code: ['34039', '34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26895, lat: 40.69419 }, + }, + { + zip_code: '7410', + usps_city: 'Fair Lawn', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 33017.0, + density: 2483.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1177, lat: 40.93588 }, + }, + { + zip_code: '7650', + usps_city: 'Palisades Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20604.0, + density: 6490.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9968, lat: 40.84714 }, + }, + { + zip_code: '7676', + usps_city: 'Township Of Washington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9207.0, + density: 1207.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06359, lat: 40.98845 }, + }, + { + zip_code: '7677', + usps_city: 'Woodcliff Lake', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5832.0, + density: 666.6, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06025, lat: 41.02518 }, + }, + { + zip_code: '7717', + usps_city: 'Avon By The Sea', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1789.0, + density: 1625.1, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01659, lat: 40.19125 }, + }, + { + zip_code: '7718', + usps_city: 'Belford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7093.0, + density: 1295.5, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08494, lat: 40.42076 }, + }, + { + zip_code: '7721', + usps_city: 'Cliffwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3123.0, + density: 1307.2, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "97.85", "34023": "2.15"}', + coty_name: ['Monmouth', 'Middlesex'], + cty_code: ['34025', '34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2355, lat: 40.43579 }, + }, + { + zip_code: '7724', + usps_city: 'Eatontown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20920.0, + density: 650.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07486, lat: 40.29844 }, + }, + { + zip_code: '7833', + usps_city: 'Delaware', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 93.3, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06774, lat: 40.89189 }, + }, + { + zip_code: '8034', + usps_city: 'Cherry Hill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17967.0, + density: 1170.8, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99927, lat: 39.90608 }, + }, + { + zip_code: '8038', + usps_city: 'Hancocks Bridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 2.4, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4886, lat: 39.47383 }, + }, + { + zip_code: '8054', + usps_city: 'Mount Laurel', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41422.0, + density: 736.4, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90476, lat: 39.94835 }, + }, + { + zip_code: '8056', + usps_city: 'Mickleton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4841.0, + density: 203.2, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25155, lat: 39.7829 }, + }, + { + zip_code: '8068', + usps_city: 'Pemberton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7223.0, + density: 120.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66295, lat: 39.95939 }, + }, + { + zip_code: '8070', + usps_city: 'Pennsville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12330.0, + density: 232.4, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50916, lat: 39.6244 }, + }, + { + zip_code: '8078', + usps_city: 'Runnemede', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8318.0, + density: 1599.6, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07449, lat: 39.8521 }, + }, + { + zip_code: '8085', + usps_city: 'Swedesboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20908.0, + density: 174.6, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "99.26", "34033": "0.74"}', + coty_name: ['Gloucester', 'Salem'], + cty_code: ['34015', '34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33192, lat: 39.75939 }, + }, + { + zip_code: '8089', + usps_city: 'Waterford Works', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4012.0, + density: 81.0, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82432, lat: 39.71826 }, + }, + { + zip_code: '8554', + usps_city: 'Roebling', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4123.0, + density: 1507.4, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.778, lat: 40.11647 }, + }, + { + zip_code: '8804', + usps_city: 'Bloomsbury', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2541.0, + density: 79.8, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "71.82", "34041": "28.18"}', + coty_name: ['Hunterdon', 'Warren'], + cty_code: ['34019', '34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09525, lat: 40.64554 }, + }, + { + zip_code: '8816', + usps_city: 'East Brunswick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 46697.0, + density: 875.7, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41619, lat: 40.42851 }, + }, + { + zip_code: '8846', + usps_city: 'Middlesex', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13662.0, + density: 1512.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.50104, lat: 40.57442 }, + }, + { + zip_code: '10167', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97495, lat: 40.75479 }, + }, + { + zip_code: '10463', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 71132.0, + density: 18939.0, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "87.55", "36061": "12.45"}', + coty_name: ['Bronx', 'New York'], + cty_code: ['36005', '36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90662, lat: 40.88077 }, + }, + { + zip_code: '10469', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 72384.0, + density: 11302.3, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84813, lat: 40.86862 }, + }, + { + zip_code: '10708', + usps_city: 'Bronxville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21769.0, + density: 2730.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83075, lat: 40.93816 }, + }, + { + zip_code: '10805', + usps_city: 'New Rochelle', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19096.0, + density: 4272.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7804, lat: 40.89645 }, + }, + { + zip_code: '10928', + usps_city: 'Highland Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4145.0, + density: 295.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99766, lat: 41.35344 }, + }, + { + zip_code: '10931', + usps_city: 'Hillburn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 56.7, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16455, lat: 41.14745 }, + }, + { + zip_code: '10980', + usps_city: 'Stony Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13942.0, + density: 220.7, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04651, lat: 41.23609 }, + }, + { + zip_code: '11201', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 63378.0, + density: 17389.1, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98972, lat: 40.69463 }, + }, + { + zip_code: '11369', + usps_city: 'East Elmhurst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31481.0, + density: 11147.9, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87238, lat: 40.76339 }, + }, + { + zip_code: '11556', + usps_city: 'Uniondale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58375, lat: 40.71968 }, + }, + { + zip_code: '11739', + usps_city: 'Great River', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 440.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.16056, lat: 40.72955 }, + }, + { + zip_code: '11743', + usps_city: 'Huntington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41878.0, + density: 637.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.42679, lat: 40.88124 }, + }, + { + zip_code: '11762', + usps_city: 'Massapequa Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22358.0, + density: 2821.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44669, lat: 40.68203 }, + }, + { + zip_code: '11771', + usps_city: 'Oyster Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9150.0, + density: 330.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.52593, lat: 40.86682 }, + }, + { + zip_code: '11939', + usps_city: 'East Marion', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 999.0, + density: 172.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34146, lat: 41.12788 }, + }, + { + zip_code: '12018', + usps_city: 'Averill Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7226.0, + density: 62.6, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.52591, lat: 42.62952 }, + }, + { + zip_code: '12024', + usps_city: 'Brainard', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53331, lat: 42.47678 }, + }, + { + zip_code: '12027', + usps_city: 'Burnt Hills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3887.0, + density: 209.2, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "82.41", "36093": "17.59"}', + coty_name: ['Saratoga', 'Schenectady'], + cty_code: ['36091', '36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90716, lat: 42.92243 }, + }, + { + zip_code: '12167', + usps_city: 'Stamford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2678.0, + density: 22.6, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "69.73", "36095": "30.27"}', + coty_name: ['Delaware', 'Schoharie'], + cty_code: ['36025', '36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58407, lat: 42.42076 }, + }, + { + zip_code: '12207', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2202.0, + density: 804.1, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74608, lat: 42.65728 }, + }, + { + zip_code: '12412', + usps_city: 'Boiceville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 473.0, + density: 30.1, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27957, lat: 42.01273 }, + }, + { + zip_code: '12418', + usps_city: 'Cornwallville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 15.8, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16173, lat: 42.35877 }, + }, + { + zip_code: '12421', + usps_city: 'Denver', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 4.6, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54307, lat: 42.2486 }, + }, + { + zip_code: '12469', + usps_city: 'Preston Hollow', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 6.9, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "81.68", "36095": "13.74", "36039": "4.58"}', + coty_name: ['Albany', 'Schoharie', 'Greene'], + cty_code: ['36001', '36095', '36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23917, lat: 42.44715 }, + }, + { + zip_code: '12545', + usps_city: 'Millbrook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4674.0, + density: 33.3, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67398, lat: 41.79056 }, + }, + { + zip_code: '12581', + usps_city: 'Stanfordville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2358.0, + density: 22.5, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69347, lat: 41.90699 }, + }, + { + zip_code: '12594', + usps_city: 'Wingdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4332.0, + density: 69.5, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55016, lat: 41.6684 }, + }, + { + zip_code: '12725', + usps_city: 'Claryville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 0.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "71.12", "36105": "28.88"}', + coty_name: ['Ulster', 'Sullivan'], + cty_code: ['36111', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54538, lat: 41.96001 }, + }, + { + zip_code: '12758', + usps_city: 'Livingston Manor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3835.0, + density: 9.7, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "97.85", "36111": "1.95", "36025": "0.2"}', + coty_name: ['Sullivan', 'Ulster', 'Delaware'], + cty_code: ['36105', '36111', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74555, lat: 41.94576 }, + }, + { + zip_code: '12777', + usps_city: 'Forestburgh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1005.0, + density: 7.4, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.69615, lat: 41.54832 }, + }, + { + zip_code: '12780', + usps_city: 'Sparrow Bush', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2206.0, + density: 35.7, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "98.14", "36105": "1.86"}', + coty_name: ['Orange', 'Sullivan'], + cty_code: ['36071', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.72128, lat: 41.44432 }, + }, + { + zip_code: '12846', + usps_city: 'Lake Luzerne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3249.0, + density: 21.6, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80804, lat: 43.34418 }, + }, + { + zip_code: '12901', + usps_city: 'Plattsburgh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33312.0, + density: 169.3, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47382, lat: 44.70382 }, + }, + { + zip_code: '12903', + usps_city: 'Plattsburgh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1283.0, + density: 857.4, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.44692, lat: 44.68041 }, + }, + { + zip_code: '12941', + usps_city: 'Jay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 11.8, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71661, lat: 44.35505 }, + }, + { + zip_code: '13024', + usps_city: 'Auburn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1709.0, + density: 15886.3, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57423, lat: 42.93454 }, + }, + { + zip_code: '13163', + usps_city: 'Wampsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 340.4, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71107, lat: 43.0807 }, + }, + { + zip_code: '13204', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18741.0, + density: 1647.5, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17707, lat: 43.05077 }, + }, + { + zip_code: '13433', + usps_city: 'Port Leyden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 15.9, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26501, lat: 43.58639 }, + }, + { + zip_code: '13459', + usps_city: 'Sharon Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2557.0, + density: 19.4, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "95.86", "36057": "3.51", "36077": "0.63"}', + coty_name: ['Schoharie', 'Montgomery', 'Otsego'], + cty_code: ['36095', '36057', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.5882, lat: 42.7765 }, + }, + { + zip_code: '13491', + usps_city: 'West Winfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3606.0, + density: 19.2, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "58.8", "36077": "29.96", "36053": "11.23"}', + coty_name: ['Herkimer', 'Otsego', 'Madison'], + cty_code: ['36043', '36077', '36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17634, lat: 42.86272 }, + }, + { + zip_code: '13615', + usps_city: 'Brownville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 93.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98509, lat: 44.04018 }, + }, + { + zip_code: '13669', + usps_city: 'Ogdensburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15908.0, + density: 60.1, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49517, lat: 44.6441 }, + }, + { + zip_code: '13782', + usps_city: 'Hamden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 8.2, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98201, lat: 42.16647 }, + }, + { + zip_code: '13783', + usps_city: 'Hancock', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2634.0, + density: 8.9, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26477, lat: 41.9914 }, + }, + { + zip_code: '13797', + usps_city: 'Lisle', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2220.0, + density: 25.7, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04827, lat: 42.33042 }, + }, + { + zip_code: '13812', + usps_city: 'Nichols', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2386.0, + density: 29.2, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "100"}', + coty_name: ['Tioga'], + cty_code: ['36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.3539, lat: 42.03013 }, + }, + { + zip_code: '14041', + usps_city: 'Dayton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 33.1, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97358, lat: 42.40358 }, + }, + { + zip_code: '14057', + usps_city: 'Eden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8022.0, + density: 64.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87732, lat: 42.64582 }, + }, + { + zip_code: '14069', + usps_city: 'Glenwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 35.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63381, lat: 42.60762 }, + }, + { + zip_code: '14209', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7736.0, + density: 3271.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86605, lat: 42.91402 }, + }, + { + zip_code: '14213', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23113.0, + density: 3949.6, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89281, lat: 42.91804 }, + }, + { + zip_code: '14214', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19492.0, + density: 2628.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84083, lat: 42.93952 }, + }, + { + zip_code: '14228', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21839.0, + density: 533.2, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78122, lat: 43.04091 }, + }, + { + zip_code: '14422', + usps_city: 'Byron', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2221.0, + density: 25.2, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "98.26", "36073": "1.74"}', + coty_name: ['Genesee', 'Orleans'], + cty_code: ['36037', '36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.0657, lat: 43.08233 }, + }, + { + zip_code: '14517', + usps_city: 'Nunda', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2931.0, + density: 33.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89582, lat: 42.59241 }, + }, + { + zip_code: '14572', + usps_city: 'Wayland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4640.0, + density: 24.0, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "81.38", "36051": "18.62"}', + coty_name: ['Steuben', 'Livingston'], + cty_code: ['36101', '36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.571, lat: 42.56536 }, + }, + { + zip_code: '14590', + usps_city: 'Wolcott', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5316.0, + density: 30.4, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82725, lat: 43.24228 }, + }, + { + zip_code: '14623', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 25893.0, + density: 523.8, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64239, lat: 43.08846 }, + }, + { + zip_code: '14778', + usps_city: 'Saint Bonaventure', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1354.0, + density: 1258.3, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48324, lat: 42.07758 }, + }, + { + zip_code: '14845', + usps_city: 'Horseheads', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20011.0, + density: 96.8, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.83565, lat: 42.20497 }, + }, + { + zip_code: '14889', + usps_city: 'Van Etten', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1539.0, + density: 13.2, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "96.1", "36097": "3.27", "36107": "0.63"}', + coty_name: ['Chemung', 'Schuyler', 'Tioga'], + cty_code: ['36015', '36097', '36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58135, lat: 42.21521 }, + }, + { + zip_code: '14898', + usps_city: 'Woodhull', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2018.0, + density: 13.3, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43902, lat: 42.05701 }, + }, + { + zip_code: '14901', + usps_city: 'Elmira', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15855.0, + density: 163.7, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.74428, lat: 42.08198 }, + }, + { + zip_code: '15022', + usps_city: 'Charleroi', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9821.0, + density: 210.0, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93578, lat: 40.13237 }, + }, + { + zip_code: '15056', + usps_city: 'Leetsdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1136.0, + density: 476.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21384, lat: 40.56483 }, + }, + { + zip_code: '15060', + usps_city: 'Midway', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 864.5, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29208, lat: 40.36691 }, + }, + { + zip_code: '15065', + usps_city: 'Natrona Heights', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11463.0, + density: 357.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72728, lat: 40.64214 }, + }, + { + zip_code: '15078', + usps_city: 'Slovan', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 541.0, + density: 285.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38491, lat: 40.35585 }, + }, + { + zip_code: '15086', + usps_city: 'Warrendale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 109.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100", "42019": "0"}', + coty_name: ['Allegheny', 'Butler'], + cty_code: ['42003', '42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0951, lat: 40.66546 }, + }, + { + zip_code: '15215', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12594.0, + density: 790.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91381, lat: 40.5048 }, + }, + { + zip_code: '15320', + usps_city: 'Carmichaels', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5682.0, + density: 56.5, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99369, lat: 39.8769 }, + }, + { + zip_code: '15366', + usps_city: 'Van Voorhis', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 194.1, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97305, lat: 40.15954 }, + }, + { + zip_code: '15474', + usps_city: 'Point Marion', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2113.0, + density: 116.3, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90068, lat: 39.74968 }, + }, + { + zip_code: '15490', + usps_city: 'White', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 15.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.4544, lat: 40.07238 }, + }, + { + zip_code: '15539', + usps_city: 'Fishertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 105.7, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.59148, lat: 40.12842 }, + }, + { + zip_code: '15666', + usps_city: 'Mount Pleasant', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15795.0, + density: 110.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "88.17", "42051": "11.83"}', + coty_name: ['Westmoreland', 'Fayette'], + cty_code: ['42129', '42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.51442, lat: 40.15618 }, + }, + { + zip_code: '15677', + usps_city: 'Rector', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 6.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.23733, lat: 40.14314 }, + }, + { + zip_code: '15711', + usps_city: 'Anita', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 134.5, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96225, lat: 41.00813 }, + }, + { + zip_code: '15723', + usps_city: 'Chambersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 5.5, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15918, lat: 40.7002 }, + }, + { + zip_code: '15868', + usps_city: 'Weedville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 5.5, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38364, lat: 41.28138 }, + }, + { + zip_code: '15927', + usps_city: 'Colver', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 77.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77867, lat: 40.53999 }, + }, + { + zip_code: '15929', + usps_city: 'Dilltown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 18.6, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.00552, lat: 40.46763 }, + }, + { + zip_code: '15946', + usps_city: 'Portage', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6532.0, + density: 49.9, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "93.02", "42013": "6.22", "42009": "0.76"}', + coty_name: ['Cambria', 'Blair', 'Bedford'], + cty_code: ['42021', '42013', '42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63277, lat: 40.37234 }, + }, + { + zip_code: '16066', + usps_city: 'Cranberry Township', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30719.0, + density: 530.7, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10588, lat: 40.71109 }, + }, + { + zip_code: '16111', + usps_city: 'Atlantic', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1249.0, + density: 17.2, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2826, lat: 41.52038 }, + }, + { + zip_code: '16148', + usps_city: 'Hermitage', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16120.0, + density: 194.1, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43193, lat: 41.23117 }, + }, + { + zip_code: '16327', + usps_city: 'Guys Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2916.0, + density: 17.0, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96066, lat: 41.63245 }, + }, + { + zip_code: '16342', + usps_city: 'Polk', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2139.0, + density: 13.4, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "99.56", "42085": "0.44"}', + coty_name: ['Venango', 'Mercer'], + cty_code: ['42121', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93081, lat: 41.32265 }, + }, + { + zip_code: '16411', + usps_city: 'East Springfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1590.0, + density: 34.6, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4463, lat: 41.98131 }, + }, + { + zip_code: '16505', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15911.0, + density: 520.3, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14822, lat: 42.11426 }, + }, + { + zip_code: '16617', + usps_city: 'Bellwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2851.0, + density: 678.0, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.33053, lat: 40.60364 }, + }, + { + zip_code: '16672', + usps_city: 'Riddlesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 19.0, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24212, lat: 40.17222 }, + }, + { + zip_code: '16679', + usps_city: 'Six Mile Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 14.1, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.19729, lat: 40.15712 }, + }, + { + zip_code: '16682', + usps_city: 'Sproul', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 70.2, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45782, lat: 40.26608 }, + }, + { + zip_code: '16695', + usps_city: 'Woodbury', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1193.0, + density: 29.2, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.36079, lat: 40.20859 }, + }, + { + zip_code: '16802', + usps_city: 'University Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11485.0, + density: 5317.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86063, lat: 40.80269 }, + }, + { + zip_code: '16822', + usps_city: 'Beech Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2202.0, + density: 8.6, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "83.53", "42027": "16.47"}', + coty_name: ['Clinton', 'Centre'], + cty_code: ['42035', '42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70409, lat: 41.15516 }, + }, + { + zip_code: '17013', + usps_city: 'Carlisle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 36184.0, + density: 325.7, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19827, lat: 40.24171 }, + }, + { + zip_code: '17016', + usps_city: 'Cornwall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 513.1, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40238, lat: 40.27754 }, + }, + { + zip_code: '17021', + usps_city: 'East Waterford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 6.3, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "89.61", "42099": "9.47", "42055": "0.92"}', + coty_name: ['Juniata', 'Perry', 'Franklin'], + cty_code: ['42067', '42099', '42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65933, lat: 40.33957 }, + }, + { + zip_code: '17033', + usps_city: 'Hershey', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17751.0, + density: 267.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "99.66", "42075": "0.34"}', + coty_name: ['Dauphin', 'Lebanon'], + cty_code: ['42043', '42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63536, lat: 40.27319 }, + }, + { + zip_code: '17072', + usps_city: 'New Kingstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 1411.0, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08174, lat: 40.23372 }, + }, + { + zip_code: '17266', + usps_city: 'Walnut Bottom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 145.5, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.4119, lat: 40.08751 }, + }, + { + zip_code: '17311', + usps_city: 'Codorus', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 1358.1, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84245, lat: 39.81637 }, + }, + { + zip_code: '17352', + usps_city: 'New Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1348.0, + density: 37.8, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49988, lat: 39.76123 }, + }, + { + zip_code: '17401', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17100.0, + density: 4595.6, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73364, lat: 39.95905 }, + }, + { + zip_code: '17403', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 40216.0, + density: 760.8, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71338, lat: 39.92298 }, + }, + { + zip_code: '17406', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23651.0, + density: 184.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63837, lat: 40.01093 }, + }, + { + zip_code: '17884', + usps_city: 'Washingtonville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 157.2, + primary_coty_code: '42093', + primary_coty_name: 'Montour', + county_weights: '{"42093": "100"}', + coty_name: ['Montour'], + cty_code: ['42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66865, lat: 41.0556 }, + }, + { + zip_code: '17949', + usps_city: 'Mahanoy Plane', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 851.4, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24226, lat: 40.79397 }, + }, + { + zip_code: '18017', + usps_city: 'Bethlehem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 39453.0, + density: 942.7, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "96.76", "42077": "3.24"}', + coty_name: ['Northampton', 'Lehigh'], + cty_code: ['42095', '42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38684, lat: 40.65971 }, + }, + { + zip_code: '18045', + usps_city: 'Easton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26881.0, + density: 562.4, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27423, lat: 40.69399 }, + }, + { + zip_code: '18071', + usps_city: 'Palmerton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10150.0, + density: 128.5, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "99.2", "42089": "0.8"}', + coty_name: ['Carbon', 'Monroe'], + cty_code: ['42025', '42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58125, lat: 40.82964 }, + }, + { + zip_code: '18078', + usps_city: 'Schnecksville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7621.0, + density: 186.7, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61893, lat: 40.67323 }, + }, + { + zip_code: '18085', + usps_city: 'Tatamy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 788.4, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25519, lat: 40.74131 }, + }, + { + zip_code: '18086', + usps_city: 'Treichlers', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 683.4, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54829, lat: 40.73713 }, + }, + { + zip_code: '18109', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17794.0, + density: 838.2, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "98.78", "42095": "1.22"}', + coty_name: ['Lehigh', 'Northampton'], + cty_code: ['42077', '42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.44047, lat: 40.6366 }, + }, + { + zip_code: '18336', + usps_city: 'Matamoras', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 112.6, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74178, lat: 41.37605 }, + }, + { + zip_code: '18411', + usps_city: 'Clarks Summit', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21878.0, + density: 155.5, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74522, lat: 41.45427 }, + }, + { + zip_code: '18414', + usps_city: 'Dalton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5216.0, + density: 48.3, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "72.98", "42131": "27.02"}', + coty_name: ['Lackawanna', 'Wyoming'], + cty_code: ['42069', '42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.7403, lat: 41.54011 }, + }, + { + zip_code: '18437', + usps_city: 'Lake Como', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 6.6, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30636, lat: 41.8678 }, + }, + { + zip_code: '18610', + usps_city: 'Blakeslee', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4820.0, + density: 61.7, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "99.72", "42025": "0.18", "42079": "0.1"}', + coty_name: ['Monroe', 'Carbon', 'Luzerne'], + cty_code: ['42089', '42025', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54612, lat: 41.06305 }, + }, + { + zip_code: '18630', + usps_city: 'Meshoppen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3146.0, + density: 18.4, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "51.8", "42115": "48.2"}', + coty_name: ['Wyoming', 'Susquehanna'], + cty_code: ['42131', '42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02944, lat: 41.6674 }, + }, + { + zip_code: '18929', + usps_city: 'Jamison', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9570.0, + density: 454.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07984, lat: 40.25521 }, + }, + { + zip_code: '19070', + usps_city: 'Morton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6924.0, + density: 2466.3, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3247, lat: 39.90624 }, + }, + { + zip_code: '19112', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16977, lat: 39.8899 }, + }, + { + zip_code: '19144', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 43884.0, + density: 4934.8, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17495, lat: 40.03311 }, + }, + { + zip_code: '19367', + usps_city: 'Pomeroy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 173.6, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88401, lat: 39.96298 }, + }, + { + zip_code: '19372', + usps_city: 'Thorndale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1886.0, + density: 1246.6, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75887, lat: 39.99844 }, + }, + { + zip_code: '19444', + usps_city: 'Lafayette Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10890.0, + density: 868.5, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25319, lat: 40.08782 }, + }, + { + zip_code: '19605', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19833.0, + density: 457.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94362, lat: 40.39827 }, + }, + { + zip_code: '19608', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22935.0, + density: 344.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03456, lat: 40.31133 }, + }, + { + zip_code: '19610', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15417.0, + density: 847.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.97604, lat: 40.34005 }, + }, + { + zip_code: '19944', + usps_city: 'Fenwick Island', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 212.2, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05559, lat: 38.47578 }, + }, + { + zip_code: '20006', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 2774.0, + density: 3154.1, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04129, lat: 38.89856 }, + }, + { + zip_code: '20112', + usps_city: 'Manassas', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26648.0, + density: 263.2, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.42484, lat: 38.66651 }, + }, + { + zip_code: '20136', + usps_city: 'Bristow', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29875.0, + density: 787.3, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55371, lat: 38.73801 }, + }, + { + zip_code: '20144', + usps_city: 'Delaplane', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1086.0, + density: 10.4, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.94242, lat: 38.91354 }, + }, + { + zip_code: '20148', + usps_city: 'Ashburn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 51243.0, + density: 1215.9, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52734, lat: 38.99608 }, + }, + { + zip_code: '20619', + usps_city: 'California', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15052.0, + density: 370.8, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52683, lat: 38.29102 }, + }, + { + zip_code: '20658', + usps_city: 'Marbury', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 108.8, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16134, lat: 38.56349 }, + }, + { + zip_code: '20676', + usps_city: 'Port Republic', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3848.0, + density: 89.8, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54611, lat: 38.48962 }, + }, + { + zip_code: '20690', + usps_city: 'Tall Timbers', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 905.0, + density: 193.7, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52846, lat: 38.16183 }, + }, + { + zip_code: '20724', + usps_city: 'Laurel', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 17513.0, + density: 843.6, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80393, lat: 39.1011 }, + }, + { + zip_code: '20758', + usps_city: 'Friendship', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 43.2, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.59306, lat: 38.73334 }, + }, + { + zip_code: '20837', + usps_city: 'Poolesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6287.0, + density: 57.0, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.40682, lat: 39.1126 }, + }, + { + zip_code: '20841', + usps_city: 'Boyds', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11443.0, + density: 170.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32336, lat: 39.19019 }, + }, + { + zip_code: '21539', + usps_city: 'Lonaconing', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2606.0, + density: 29.0, + primary_coty_code: '24001', + primary_coty_name: 'Allegany', + county_weights: '{"24001": "80.92", "24023": "19.08"}', + coty_name: ['Allegany', 'Garrett'], + cty_code: ['24001', '24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.01341, lat: 39.59921 }, + }, + { + zip_code: '21702', + usps_city: 'Frederick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 41815.0, + density: 399.7, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.4566, lat: 39.47869 }, + }, + { + zip_code: '21773', + usps_city: 'Myersville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5431.0, + density: 54.1, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55176, lat: 39.53908 }, + }, + { + zip_code: '22511', + usps_city: 'Lottsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 23.7, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "100"}', + coty_name: ['Northumberland'], + cty_code: ['51133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50515, lat: 37.98868 }, + }, + { + zip_code: '22551', + usps_city: 'Spotsylvania', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19571.0, + density: 43.4, + primary_coty_code: '51177', + primary_coty_name: 'Spotsylvania', + county_weights: '{"51177": "100"}', + coty_name: ['Spotsylvania'], + cty_code: ['51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70157, lat: 38.16843 }, + }, + { + zip_code: '22654', + usps_city: 'Star Tannery', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 875.0, + density: 5.5, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "81.72", "51171": "18.28"}', + coty_name: ['Frederick', 'Shenandoah'], + cty_code: ['51069', '51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51986, lat: 39.03066 }, + }, + { + zip_code: '22741', + usps_city: 'Stevensburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 7.7, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87336, lat: 38.43522 }, + }, + { + zip_code: '22811', + usps_city: 'Bergton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 7.5, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97873, lat: 38.78999 }, + }, + { + zip_code: '22832', + usps_city: 'Keezletown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1085.0, + density: 17.2, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75839, lat: 38.45465 }, + }, + { + zip_code: '22973', + usps_city: 'Stanardsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5915.0, + density: 22.3, + primary_coty_code: '51079', + primary_coty_name: 'Greene', + county_weights: '{"51079": "98.22", "51113": "1.78"}', + coty_name: ['Greene', 'Madison'], + cty_code: ['51079', '51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46989, lat: 38.33622 }, + }, + { + zip_code: '22980', + usps_city: 'Waynesboro', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32337.0, + density: 167.7, + primary_coty_code: '51820', + primary_coty_name: 'Waynesboro', + county_weights: '{"51820": "66.79", "51015": "33.21"}', + coty_name: ['Waynesboro', 'Augusta'], + cty_code: ['51820', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88513, lat: 38.09565 }, + }, + { + zip_code: '23005', + usps_city: 'Ashland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17602.0, + density: 100.9, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "100"}', + coty_name: ['Hanover'], + cty_code: ['51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.48221, lat: 37.75956 }, + }, + { + zip_code: '23112', + usps_city: 'Midlothian', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 53168.0, + density: 633.9, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66207, lat: 37.43498 }, + }, + { + zip_code: '23150', + usps_city: 'Sandston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12862.0, + density: 166.7, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "100"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2535, lat: 37.50692 }, + }, + { + zip_code: '23224', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 40546.0, + density: 1342.5, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "91.67", "51041": "8.33"}', + coty_name: ['Richmond', 'Chesterfield'], + cty_code: ['51760', '51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46623, lat: 37.49779 }, + }, + { + zip_code: '23452', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 58996.0, + density: 1539.4, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09255, lat: 36.84674 }, + }, + { + zip_code: '23662', + usps_city: 'Poquoson', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12066.0, + density: 304.1, + primary_coty_code: '51735', + primary_coty_name: 'Poquoson', + county_weights: '{"51735": "100"}', + coty_name: ['Poquoson'], + cty_code: ['51735'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35673, lat: 37.13181 }, + }, + { + zip_code: '23836', + usps_city: 'Chester', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13787.0, + density: 209.5, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34477, lat: 37.34422 }, + }, + { + zip_code: '23845', + usps_city: 'Ebony', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 14.7, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98887, lat: 36.5722 }, + }, + { + zip_code: '23872', + usps_city: 'McKenney', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2549.0, + density: 10.3, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "100"}', + coty_name: ['Dinwiddie'], + cty_code: ['51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71819, lat: 36.98779 }, + }, + { + zip_code: '24058', + usps_city: 'Belspring', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 39.9, + primary_coty_code: '51155', + primary_coty_name: 'Pulaski', + county_weights: '{"51155": "100"}', + coty_name: ['Pulaski'], + cty_code: ['51155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6157, lat: 37.18414 }, + }, + { + zip_code: '24210', + usps_city: 'Abingdon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16337.0, + density: 44.6, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "100"}', + coty_name: ['Washington'], + cty_code: ['51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02235, lat: 36.77248 }, + }, + { + zip_code: '24380', + usps_city: 'Willis', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2696.0, + density: 12.3, + primary_coty_code: '51063', + primary_coty_name: 'Floyd', + county_weights: '{"51063": "99.55", "51035": "0.45"}', + coty_name: ['Floyd', 'Carroll'], + cty_code: ['51063', '51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.50025, lat: 36.86007 }, + }, + { + zip_code: '24467', + usps_city: 'Mount Sidney', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2363.0, + density: 38.7, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97223, lat: 38.25999 }, + }, + { + zip_code: '24529', + usps_city: 'Buffalo Junction', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2050.0, + density: 21.2, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64117, lat: 36.62441 }, + }, + { + zip_code: '24536', + usps_city: 'Coleman Falls', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 18.7, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32598, lat: 37.49299 }, + }, + { + zip_code: '24630', + usps_city: 'North Tazewell', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7148.0, + density: 42.1, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46741, lat: 37.17592 }, + }, + { + zip_code: '24715', + usps_city: 'Bramwell', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 16.8, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32865, lat: 37.34319 }, + }, + { + zip_code: '24836', + usps_city: 'Gary', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 6.8, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55346, lat: 37.3326 }, + }, + { + zip_code: '24851', + usps_city: 'Justice', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 337.0, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "94.99", "54109": "5.01"}', + coty_name: ['Mingo', 'Wyoming'], + cty_code: ['54059', '54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83548, lat: 37.59689 }, + }, + { + zip_code: '24871', + usps_city: 'Pageton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 8.9, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46798, lat: 37.35701 }, + }, + { + zip_code: '24976', + usps_city: 'Sinks Grove', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1075.0, + density: 14.3, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "94.83", "54025": "5.17"}', + coty_name: ['Monroe', 'Greenbrier'], + cty_code: ['54063', '54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.51347, lat: 37.66092 }, + }, + { + zip_code: '25108', + usps_city: 'Hewett', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 13.4, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "91.62", "54045": "8.38"}', + coty_name: ['Boone', 'Logan'], + cty_code: ['54005', '54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87435, lat: 37.96733 }, + }, + { + zip_code: '25109', + usps_city: 'Hometown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 301.4, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85533, lat: 38.52787 }, + }, + { + zip_code: '25173', + usps_city: 'Robson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 10.4, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22005, lat: 38.08474 }, + }, + { + zip_code: '25425', + usps_city: 'Harpers Ferry', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13853.0, + density: 133.4, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "100"}', + coty_name: ['Jefferson'], + cty_code: ['54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78686, lat: 39.29498 }, + }, + { + zip_code: '25608', + usps_city: 'Baisden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1108.0, + density: 31.2, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88935, lat: 37.57413 }, + }, + { + zip_code: '25644', + usps_city: 'Sarah Ann', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 8.8, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01849, lat: 37.7049 }, + }, + { + zip_code: '25820', + usps_city: 'Camp Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 5.8, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13945, lat: 37.50764 }, + }, + { + zip_code: '25837', + usps_city: 'Edmond', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 29.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01767, lat: 38.05363 }, + }, + { + zip_code: '25871', + usps_city: 'Mabscott', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 813.0, + density: 776.7, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21015, lat: 37.76975 }, + }, + { + zip_code: '25906', + usps_city: 'Piney View', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 102.6, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11562, lat: 37.83875 }, + }, + { + zip_code: '25977', + usps_city: 'Meadow Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 14.0, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "100"}', + coty_name: ['Summers'], + cty_code: ['54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90296, lat: 37.80711 }, + }, + { + zip_code: '26039', + usps_city: 'Glen Easton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 665.0, + density: 6.5, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67119, lat: 39.81372 }, + }, + { + zip_code: '26169', + usps_city: 'Rockport', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 656.0, + density: 9.5, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57589, lat: 39.07254 }, + }, + { + zip_code: '26180', + usps_city: 'Walker', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2341.0, + density: 14.0, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "94.18", "54105": "5.82"}', + coty_name: ['Wood', 'Wirt'], + cty_code: ['54107', '54105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3658, lat: 39.20191 }, + }, + { + zip_code: '26270', + usps_city: 'Harman', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 2.4, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57775, lat: 38.86342 }, + }, + { + zip_code: '26293', + usps_city: 'Valley Bend', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 39.2, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93577, lat: 38.78246 }, + }, + { + zip_code: '26362', + usps_city: 'Harrisville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3232.0, + density: 11.9, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.05944, lat: 39.14968 }, + }, + { + zip_code: '26431', + usps_city: 'Shinnston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5298.0, + density: 54.9, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "90.4", "54091": "9.6"}', + coty_name: ['Harrison', 'Taylor'], + cty_code: ['54033', '54091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29536, lat: 39.39873 }, + }, + { + zip_code: '26438', + usps_city: 'Spelter', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 521.8, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31908, lat: 39.34647 }, + }, + { + zip_code: '26554', + usps_city: 'Fairmont', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 41702.0, + density: 119.0, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: + '{"54049": "95.61", "54061": "2.2", "54091": "1.64", "54033": "0.56"}', + coty_name: ['Marion', 'Monongalia', 'Taylor', 'Harrison'], + cty_code: ['54049', '54061', '54091', '54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11485, lat: 39.4668 }, + }, + { + zip_code: '26731', + usps_city: 'Lahmansville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 9.9, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "100"}', + coty_name: ['Grant'], + cty_code: ['54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07472, lat: 39.16139 }, + }, + { + zip_code: '26823', + usps_city: 'Capon Springs', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 2.5, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4821, lat: 39.13662 }, + }, + { + zip_code: '26845', + usps_city: 'Old Fields', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 9.8, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "100"}', + coty_name: ['Hardy'], + cty_code: ['54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96532, lat: 39.16195 }, + }, + { + zip_code: '27012', + usps_city: 'Clemmons', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28334.0, + density: 260.8, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "80.04", "37057": "19.96"}', + coty_name: ['Forsyth', 'Davidson'], + cty_code: ['37067', '37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37582, lat: 36.0041 }, + }, + { + zip_code: '27021', + usps_city: 'King', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17489.0, + density: 126.8, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "99.24", "37067": "0.76"}', + coty_name: ['Stokes', 'Forsyth'], + cty_code: ['37169', '37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33868, lat: 36.31838 }, + }, + { + zip_code: '27051', + usps_city: 'Walkertown', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7641.0, + density: 160.6, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16052, lat: 36.18762 }, + }, + { + zip_code: '27103', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34688.0, + density: 722.0, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32147, lat: 36.05798 }, + }, + { + zip_code: '27105', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40134.0, + density: 460.5, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23476, lat: 36.16283 }, + }, + { + zip_code: '27258', + usps_city: 'Haw River', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7370.0, + density: 167.2, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "100"}', + coty_name: ['Alamance'], + cty_code: ['37001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32597, lat: 36.03624 }, + }, + { + zip_code: '27298', + usps_city: 'Liberty', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10925.0, + density: 44.4, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: + '{"37151": "60.28", "37001": "23.81", "37081": "15.55", "37037": "0.36"}', + coty_name: ['Randolph', 'Alamance', 'Guilford', 'Chatham'], + cty_code: ['37151', '37001', '37081', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.56712, lat: 35.88583 }, + }, + { + zip_code: '27563', + usps_city: 'Norlina', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4270.0, + density: 23.3, + primary_coty_code: '37185', + primary_coty_name: 'Warren', + county_weights: '{"37185": "97.84", "37181": "2.16"}', + coty_name: ['Warren', 'Vance'], + cty_code: ['37185', '37181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.23717, lat: 36.42886 }, + }, + { + zip_code: '27831', + usps_city: 'Garysburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3381.0, + density: 19.9, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57071, lat: 36.45917 }, + }, + { + zip_code: '27855', + usps_city: 'Murfreesboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6066.0, + density: 42.9, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "92.58", "37131": "7.42"}', + coty_name: ['Hertford', 'Northampton'], + cty_code: ['37091', '37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08377, lat: 36.42201 }, + }, + { + zip_code: '27858', + usps_city: 'Greenville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 59182.0, + density: 379.3, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "100"}', + coty_name: ['Pitt'], + cty_code: ['37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.29789, lat: 35.53207 }, + }, + { + zip_code: '27979', + usps_city: 'Sunbury', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1473.0, + density: 7.9, + primary_coty_code: '37073', + primary_coty_name: 'Gates', + county_weights: '{"37073": "100"}', + coty_name: ['Gates'], + cty_code: ['37073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55915, lat: 36.44137 }, + }, + { + zip_code: '28040', + usps_city: 'Ellenboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7441.0, + density: 40.4, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "98.38", "37045": "1.62"}', + coty_name: ['Rutherford', 'Cleveland'], + cty_code: ['37161', '37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74721, lat: 35.39149 }, + }, + { + zip_code: '28073', + usps_city: 'Grover', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6541.0, + density: 98.9, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "100"}', + coty_name: ['Cleveland'], + cty_code: ['37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48098, lat: 35.19718 }, + }, + { + zip_code: '28139', + usps_city: 'Rutherfordton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20467.0, + density: 45.1, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "95.05", "37149": "4.95"}', + coty_name: ['Rutherford', 'Polk'], + cty_code: ['37161', '37149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99232, lat: 35.3487 }, + }, + { + zip_code: '28150', + usps_city: 'Shelby', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26965.0, + density: 97.2, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "99.98", "37161": "0.02"}', + coty_name: ['Cleveland', 'Rutherford'], + cty_code: ['37045', '37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57502, lat: 35.34829 }, + }, + { + zip_code: '28173', + usps_city: 'Waxhaw', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 59559.0, + density: 213.5, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "100"}', + coty_name: ['Union'], + cty_code: ['37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73013, lat: 34.91685 }, + }, + { + zip_code: '28212', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 47903.0, + density: 2001.3, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.74511, lat: 35.18943 }, + }, + { + zip_code: '28308', + usps_city: 'Pope Army Airfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 61.4, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.01498, lat: 35.17102 }, + }, + { + zip_code: '28326', + usps_city: 'Cameron', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24217.0, + density: 80.4, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "75.17", "37125": "16.99", "37105": "7.84"}', + coty_name: ['Harnett', 'Moore', 'Lee'], + cty_code: ['37085', '37125', '37105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.1685, lat: 35.28032 }, + }, + { + zip_code: '28375', + usps_city: 'Proctorville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 221.6, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03855, lat: 34.47572 }, + }, + { + zip_code: '28454', + usps_city: 'Maple Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2733.0, + density: 16.2, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "64.64", "37141": "35.36"}', + coty_name: ['Onslow', 'Pender'], + cty_code: ['37133', '37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6509, lat: 34.6783 }, + }, + { + zip_code: '28512', + usps_city: 'Atlantic Beach', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3211.0, + density: 215.3, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76783, lat: 34.69926 }, + }, + { + zip_code: '28518', + usps_city: 'Beulaville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8912.0, + density: 36.1, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "84.21", "37133": "15.79"}', + coty_name: ['Duplin', 'Onslow'], + cty_code: ['37061', '37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75658, lat: 34.89644 }, + }, + { + zip_code: '28527', + usps_city: 'Ernul', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 5.5, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "100"}', + coty_name: ['Craven'], + cty_code: ['37049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01715, lat: 35.26609 }, + }, + { + zip_code: '28539', + usps_city: 'Hubert', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16509.0, + density: 129.8, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21704, lat: 34.71336 }, + }, + { + zip_code: '28577', + usps_city: 'Sealevel', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 48.6, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38518, lat: 34.8762 }, + }, + { + zip_code: '28581', + usps_city: 'Stacy', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 15.9, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43611, lat: 34.85052 }, + }, + { + zip_code: '28628', + usps_city: 'Glen Alpine', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 476.0, + density: 356.6, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "100"}', + coty_name: ['Burke'], + cty_code: ['37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78507, lat: 35.72629 }, + }, + { + zip_code: '28685', + usps_city: 'Traphill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1854.0, + density: 11.7, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.05984, lat: 36.36079 }, + }, + { + zip_code: '28714', + usps_city: 'Burnsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16941.0, + density: 22.5, + primary_coty_code: '37199', + primary_coty_name: 'Yancey', + county_weights: '{"37199": "100"}', + coty_name: ['Yancey'], + cty_code: ['37199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.31145, lat: 35.89376 }, + }, + { + zip_code: '28777', + usps_city: 'Spruce Pine', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10717.0, + density: 60.7, + primary_coty_code: '37121', + primary_coty_name: 'Mitchell', + county_weights: + '{"37121": "77.68", "37011": "20.65", "37199": "1.45", "37111": "0.22"}', + coty_name: ['Mitchell', 'Avery', 'Yancey', 'McDowell'], + cty_code: ['37121', '37011', '37199', '37111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06863, lat: 35.90169 }, + }, + { + zip_code: '28782', + usps_city: 'Tryon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6852.0, + density: 53.3, + primary_coty_code: '37149', + primary_coty_name: 'Polk', + county_weights: '{"37149": "100"}', + coty_name: ['Polk'], + cty_code: ['37149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15041, lat: 35.23587 }, + }, + { + zip_code: '28806', + usps_city: 'Asheville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 43597.0, + density: 443.3, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6143, lat: 35.57236 }, + }, + { + zip_code: '29010', + usps_city: 'Bishopville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12002.0, + density: 22.4, + primary_coty_code: '45061', + primary_coty_name: 'Lee', + county_weights: '{"45061": "99.22", "45055": "0.78"}', + coty_name: ['Lee', 'Kershaw'], + cty_code: ['45061', '45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27023, lat: 34.21604 }, + }, + { + zip_code: '29346', + usps_city: 'Glendale', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 532.4, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83643, lat: 34.94515 }, + }, + { + zip_code: '29385', + usps_city: 'Wellford', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7987.0, + density: 161.5, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09968, lat: 34.97338 }, + }, + { + zip_code: '29516', + usps_city: 'Blenheim', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1028.0, + density: 4.3, + primary_coty_code: '45069', + primary_coty_name: 'Marlboro', + county_weights: '{"45069": "100"}', + coty_name: ['Marlboro'], + cty_code: ['45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63013, lat: 34.43761 }, + }, + { + zip_code: '29519', + usps_city: 'Centenary', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 40.6, + primary_coty_code: '45067', + primary_coty_name: 'Marion', + county_weights: '{"45067": "100"}', + coty_name: ['Marion'], + cty_code: ['45067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3598, lat: 34.01865 }, + }, + { + zip_code: '29615', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 37823.0, + density: 761.0, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29514, lat: 34.85581 }, + }, + { + zip_code: '29667', + usps_city: 'Norris', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 209.9, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "100"}', + coty_name: ['Pickens'], + cty_code: ['45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7567, lat: 34.76477 }, + }, + { + zip_code: '29730', + usps_city: 'Rock Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 55858.0, + density: 179.6, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "99.47", "45023": "0.53"}', + coty_name: ['York', 'Chester'], + cty_code: ['45091', '45023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02081, lat: 34.88671 }, + }, + { + zip_code: '29907', + usps_city: 'Beaufort', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14949.0, + density: 137.3, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6087, lat: 32.45331 }, + }, + { + zip_code: '30047', + usps_city: 'Lilburn', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 65937.0, + density: 917.9, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11267, lat: 33.87064 }, + }, + { + zip_code: '30080', + usps_city: 'Smyrna', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 57067.0, + density: 1616.3, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50105, lat: 33.87137 }, + }, + { + zip_code: '30097', + usps_city: 'Duluth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 46609.0, + density: 801.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "47.54", "13135": "46.27", "13117": "6.19"}', + coty_name: ['Fulton', 'Gwinnett', 'Forsyth'], + cty_code: ['13121', '13135', '13117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14704, lat: 34.02595 }, + }, + { + zip_code: '30153', + usps_city: 'Rockmart', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 18688.0, + density: 60.5, + primary_coty_code: '13233', + primary_coty_name: 'Polk', + county_weights: '{"13233": "71.7", "13223": "26.35", "13143": "1.96"}', + coty_name: ['Polk', 'Paulding', 'Haralson'], + cty_code: ['13233', '13223', '13143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.06206, lat: 33.9674 }, + }, + { + zip_code: '30168', + usps_city: 'Austell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25803.0, + density: 796.7, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "88.25", "13097": "11.75"}', + coty_name: ['Cobb', 'Douglas'], + cty_code: ['13067', '13097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58873, lat: 33.7837 }, + }, + { + zip_code: '30263', + usps_city: 'Newnan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 59799.0, + density: 115.6, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "99.91", "13149": "0.09"}', + coty_name: ['Coweta', 'Heard'], + cty_code: ['13077', '13149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.85806, lat: 33.38871 }, + }, + { + zip_code: '30285', + usps_city: 'The Rock', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 16.6, + primary_coty_code: '13293', + primary_coty_name: 'Upson', + county_weights: '{"13293": "67.19", "13171": "16.41", "13231": "16.41"}', + coty_name: ['Upson', 'Lamar', 'Pike'], + cty_code: ['13293', '13171', '13231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24909, lat: 32.98852 }, + }, + { + zip_code: '30339', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23960.0, + density: 1128.2, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "98.61", "13121": "1.39"}', + coty_name: ['Cobb', 'Fulton'], + cty_code: ['13067', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46014, lat: 33.87612 }, + }, + { + zip_code: '30423', + usps_city: 'Daisy', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 114.2, + primary_coty_code: '13109', + primary_coty_name: 'Evans', + county_weights: '{"13109": "100"}', + coty_name: ['Evans'], + cty_code: ['13109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83222, lat: 32.1492 }, + }, + { + zip_code: '30454', + usps_city: 'Rockledge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 866.0, + density: 9.3, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "100"}', + coty_name: ['Laurens'], + cty_code: ['13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73372, lat: 32.43607 }, + }, + { + zip_code: '30555', + usps_city: 'McCaysville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2400.0, + density: 70.2, + primary_coty_code: '13111', + primary_coty_name: 'Fannin', + county_weights: '{"13111": "100"}', + coty_name: ['Fannin'], + cty_code: ['13111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42919, lat: 34.97393 }, + }, + { + zip_code: '30559', + usps_city: 'Mineral Bluff', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4740.0, + density: 36.9, + primary_coty_code: '13111', + primary_coty_name: 'Fannin', + county_weights: '{"13111": "100"}', + coty_name: ['Fannin'], + cty_code: ['13111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26676, lat: 34.95247 }, + }, + { + zip_code: '30630', + usps_city: 'Crawford', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2285.0, + density: 24.2, + primary_coty_code: '13221', + primary_coty_name: 'Oglethorpe', + county_weights: '{"13221": "100"}', + coty_name: ['Oglethorpe'], + cty_code: ['13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.15293, lat: 33.91149 }, + }, + { + zip_code: '30720', + usps_city: 'Dalton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27414.0, + density: 218.0, + primary_coty_code: '13313', + primary_coty_name: 'Whitfield', + county_weights: '{"13313": "100"}', + coty_name: ['Whitfield'], + cty_code: ['13313'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.0029, lat: 34.73465 }, + }, + { + zip_code: '30739', + usps_city: 'Rock Spring', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7237.0, + density: 111.4, + primary_coty_code: '13295', + primary_coty_name: 'Walker', + county_weights: '{"13295": "82.18", "13047": "17.82"}', + coty_name: ['Walker', 'Catoosa'], + cty_code: ['13295', '13047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.21562, lat: 34.80455 }, + }, + { + zip_code: '92543', + usps_city: 'Hemet', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38314.0, + density: 839.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.97686, lat: 33.69821 }, + }, + { + zip_code: '92570', + usps_city: 'Perris', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 60686.0, + density: 240.8, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.31662, lat: 33.7852 }, + }, + { + zip_code: '92592', + usps_city: 'Temecula', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 84930.0, + density: 337.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.03089, lat: 33.5111 }, + }, + { + zip_code: '92673', + usps_city: 'San Clemente', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30768.0, + density: 1023.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.61209, lat: 33.46688 }, + }, + { + zip_code: '92683', + usps_city: 'Westminster', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 91105.0, + density: 3516.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.99406, lat: 33.75252 }, + }, + { + zip_code: '92869', + usps_city: 'Orange', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36846.0, + density: 1536.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.78665, lat: 33.796 }, + }, + { + zip_code: '93101', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31371.0, + density: 3531.4, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.70923, lat: 34.41898 }, + }, + { + zip_code: '93206', + usps_city: 'Buttonwillow', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1704.0, + density: 4.4, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.47436, lat: 35.44108 }, + }, + { + zip_code: '93226', + usps_city: 'Glennville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.5, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.72873, lat: 35.73667 }, + }, + { + zip_code: '93304', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49115.0, + density: 2496.9, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.02344, lat: 35.33973 }, + }, + { + zip_code: '93420', + usps_city: 'Arroyo Grande', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30740.0, + density: 63.3, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.46507, lat: 35.16613 }, + }, + { + zip_code: '93943', + usps_city: 'Monterey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.87413, lat: 36.59706 }, + }, + { + zip_code: '94306', + usps_city: 'Palo Alto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27435.0, + density: 2526.1, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13078, lat: 37.41571 }, + }, + { + zip_code: '94506', + usps_city: 'Danville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25240.0, + density: 520.2, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.90636, lat: 37.8081 }, + }, + { + zip_code: '94546', + usps_city: 'Castro Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44378.0, + density: 1795.9, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.08002, lat: 37.71498 }, + }, + { + zip_code: '94559', + usps_city: 'Napa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27593.0, + density: 291.3, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30795, lat: 38.23297 }, + }, + { + zip_code: '94560', + usps_city: 'Newark', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47171.0, + density: 1319.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03099, lat: 37.52037 }, + }, + { + zip_code: '94588', + usps_city: 'Pleasanton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37253.0, + density: 452.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "98.7", "06013": "1.3"}', + coty_name: ['Alameda', 'Contra Costa'], + cty_code: ['06001', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88184, lat: 37.73748 }, + }, + { + zip_code: '94595', + usps_city: 'Walnut Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18117.0, + density: 1300.2, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.06933, lat: 37.87197 }, + }, + { + zip_code: '94923', + usps_city: 'Bodega Bay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 808.0, + density: 14.6, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.03126, lat: 38.34163 }, + }, + { + zip_code: '95020', + usps_city: 'Gilroy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64833.0, + density: 160.4, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.54993, lat: 37.01425 }, + }, + { + zip_code: '95043', + usps_city: 'Paicines', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 0.3, + primary_coty_code: '6069', + primary_coty_name: 'San Benito', + county_weights: '{"06069": "100"}', + coty_name: ['San Benito'], + cty_code: ['6069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.96137, lat: 36.52513 }, + }, + { + zip_code: '95054', + usps_city: 'Santa Clara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24524.0, + density: 1519.2, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.96471, lat: 37.3934 }, + }, + { + zip_code: '95119', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10027.0, + density: 1366.4, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.78599, lat: 37.22893 }, + }, + { + zip_code: '95130', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14660.0, + density: 3654.9, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98175, lat: 37.2882 }, + }, + { + zip_code: '95236', + usps_city: 'Linden', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4199.0, + density: 15.0, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02943, lat: 38.03949 }, + }, + { + zip_code: '95257', + usps_city: 'Wilseyville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 407.0, + density: 10.3, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.44456, lat: 38.38056 }, + }, + { + zip_code: '95258', + usps_city: 'Woodbridge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3599.0, + density: 431.1, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31028, lat: 38.16833 }, + }, + { + zip_code: '95377', + usps_city: 'Tracy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32091.0, + density: 114.7, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "99.79", "06001": "0.21"}', + coty_name: ['San Joaquin', 'Alameda'], + cty_code: ['06077', '06001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49545, lat: 37.65669 }, + }, + { + zip_code: '95401', + usps_city: 'Santa Rosa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38839.0, + density: 727.1, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.79221, lat: 38.44898 }, + }, + { + zip_code: '95458', + usps_city: 'Lucerne', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2960.0, + density: 23.3, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7474, lat: 39.15052 }, + }, + { + zip_code: '95469', + usps_city: 'Potter Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1911.0, + density: 4.2, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "96.6", "06033": "3.4"}', + coty_name: ['Mendocino', 'Lake'], + cty_code: ['06045', '06033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05399, lat: 39.39942 }, + }, + { + zip_code: '95620', + usps_city: 'Dixon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21954.0, + density: 35.2, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "99.52", "06113": "0.48"}', + coty_name: ['Solano', 'Yolo'], + cty_code: ['06095', '06113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.75299, lat: 38.40971 }, + }, + { + zip_code: '95653', + usps_city: 'Madison', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 43.6, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.97767, lat: 38.69343 }, + }, + { + zip_code: '95736', + usps_city: 'Weimar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 445.8, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.97747, lat: 39.03885 }, + }, + { + zip_code: '95758', + usps_city: 'Elk Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65811.0, + density: 1974.0, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.44343, lat: 38.42788 }, + }, + { + zip_code: '95820', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36437.0, + density: 2708.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.44438, lat: 38.53486 }, + }, + { + zip_code: '95832', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12114.0, + density: 559.5, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49648, lat: 38.44506 }, + }, + { + zip_code: '96013', + usps_city: 'Burney', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4819.0, + density: 8.1, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.68639, lat: 41.0015 }, + }, + { + zip_code: '96038', + usps_city: 'Grenada', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 15.8, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.54643, lat: 41.60892 }, + }, + { + zip_code: '96054', + usps_city: 'Lookout', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 1.0, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.10043, lat: 41.26648 }, + }, + { + zip_code: '96101', + usps_city: 'Alturas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5262.0, + density: 3.5, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.53619, lat: 41.45587 }, + }, + { + zip_code: '96123', + usps_city: 'Ravendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 0.0, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.29682, lat: 40.81018 }, + }, + { + zip_code: '96780', + usps_city: 'Papaaloa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 78.6, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.21943, lat: 19.96532 }, + }, + { + zip_code: '96850', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "0"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.86266, lat: 21.30376 }, + }, + { + zip_code: '97039', + usps_city: 'Moro', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 1.5, + primary_coty_code: '41055', + primary_coty_name: 'Sherman', + county_weights: '{"41055": "100"}', + coty_name: ['Sherman'], + cty_code: ['41055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.66447, lat: 45.45601 }, + }, + { + zip_code: '97101', + usps_city: 'Amity', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4278.0, + density: 29.8, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "91.59", "41053": "8.41"}', + coty_name: ['Yamhill', 'Polk'], + cty_code: ['41071', '41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.21732, lat: 45.09043 }, + }, + { + zip_code: '97140', + usps_city: 'Sherwood', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26248.0, + density: 231.8, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "92.39", "41005": "6.39", "41071": "1.22"}', + coty_name: ['Washington', 'Clackamas', 'Yamhill'], + cty_code: ['41067', '41005', '41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.86426, lat: 45.35504 }, + }, + { + zip_code: '97141', + usps_city: 'Tillamook', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 14035.0, + density: 24.4, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.7552, lat: 45.47146 }, + }, + { + zip_code: '97202', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 43371.0, + density: 2643.8, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "99.55", "41005": "0.45"}', + coty_name: ['Multnomah', 'Clackamas'], + cty_code: ['41051', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64407, lat: 45.48292 }, + }, + { + zip_code: '97211', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 35429.0, + density: 1884.3, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63421, lat: 45.58133 }, + }, + { + zip_code: '97218', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 15191.0, + density: 839.4, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.60074, lat: 45.57677 }, + }, + { + zip_code: '97236', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 40892.0, + density: 2044.4, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51053, lat: 45.4847 }, + }, + { + zip_code: '97374', + usps_city: 'Scio', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4521.0, + density: 13.6, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.78396, lat: 44.6927 }, + }, + { + zip_code: '97375', + usps_city: 'Scotts Mills', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1477.0, + density: 12.2, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "87.94", "41005": "12.06"}', + coty_name: ['Marion', 'Clackamas'], + cty_code: ['41047', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59641, lat: 44.97735 }, + }, + { + zip_code: '97431', + usps_city: 'Dexter', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2341.0, + density: 21.7, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.81868, lat: 43.87446 }, + }, + { + zip_code: '97502', + usps_city: 'Central Point', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 28975.0, + density: 118.1, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.95621, lat: 42.41724 }, + }, + { + zip_code: '97535', + usps_city: 'Phoenix', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5406.0, + density: 661.5, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.81147, lat: 42.26775 }, + }, + { + zip_code: '97543', + usps_city: 'Wilderville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 5.2, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.56212, lat: 42.37506 }, + }, + { + zip_code: '97630', + usps_city: 'Lakeview', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4969.0, + density: 2.4, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.36637, lat: 42.31317 }, + }, + { + zip_code: '97707', + usps_city: 'Bend', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6115.0, + density: 40.4, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "100"}', + coty_name: ['Deschutes'], + cty_code: ['41017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49526, lat: 43.8258 }, + }, + { + zip_code: '97731', + usps_city: 'Chemult', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 3.0, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "79.86", "41019": "20.14"}', + coty_name: ['Klamath', 'Douglas'], + cty_code: ['41035', '41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.79748, lat: 43.14598 }, + }, + { + zip_code: '97826', + usps_city: 'Echo', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 1.4, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "97.05", "41049": "2.95"}', + coty_name: ['Umatilla', 'Morrow'], + cty_code: ['41059', '41049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.22665, lat: 45.65448 }, + }, + { + zip_code: '97841', + usps_city: 'Imbler', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 11.1, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "100"}', + coty_name: ['Union'], + cty_code: ['41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.94494, lat: 45.46512 }, + }, + { + zip_code: '97846', + usps_city: 'Joseph', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1878.0, + density: 1.0, + primary_coty_code: '41063', + primary_coty_name: 'Wallowa', + county_weights: '{"41063": "100"}', + coty_name: ['Wallowa'], + cty_code: ['41063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.02962, lat: 45.46587 }, + }, + { + zip_code: '97848', + usps_city: 'Kimberly', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 0.4, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "97.95", "41069": "2.05"}', + coty_name: ['Grant', 'Wheeler'], + cty_code: ['41023', '41069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.56605, lat: 44.67557 }, + }, + { + zip_code: '97856', + usps_city: 'Long Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 0.3, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.12171, lat: 44.80663 }, + }, + { + zip_code: '98101', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 13492.0, + density: 10033.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33465, lat: 47.6113 }, + }, + { + zip_code: '98158', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "0"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30798, lat: 47.45015 }, + }, + { + zip_code: '98221', + usps_city: 'Anacortes', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21699.0, + density: 157.9, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "99.53", "53055": "0.47"}', + coty_name: ['Skagit', 'San Juan'], + cty_code: ['53057', '53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.65492, lat: 48.50321 }, + }, + { + zip_code: '98225', + usps_city: 'Bellingham', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 51697.0, + density: 1580.4, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50144, lat: 48.75302 }, + }, + { + zip_code: '98262', + usps_city: 'Lummi Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 37.7, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.6638, lat: 48.69276 }, + }, + { + zip_code: '98263', + usps_city: 'Lyman', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 197.1, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.06694, lat: 48.52196 }, + }, + { + zip_code: '98320', + usps_city: 'Brinnon', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1273.0, + density: 5.0, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.99145, lat: 47.72075 }, + }, + { + zip_code: '90002', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53302.0, + density: 6721.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24674, lat: 33.94901 }, + }, + { + zip_code: '90048', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21489.0, + density: 4399.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.37265, lat: 34.07297 }, + }, + { + zip_code: '90302', + usps_city: 'Inglewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30017.0, + density: 6121.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35551, lat: 33.97472 }, + }, + { + zip_code: '90620', + usps_city: 'Buena Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46414.0, + density: 2802.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.01169, lat: 33.84612 }, + }, + { + zip_code: '90640', + usps_city: 'Montebello', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62730.0, + density: 2852.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11073, lat: 34.01507 }, + }, + { + zip_code: '90740', + usps_city: 'Seal Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24307.0, + density: 1068.8, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "99.94", "06037": "0.06"}', + coty_name: ['Orange', 'Los Angeles'], + cty_code: ['06059', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.07346, lat: 33.75962 }, + }, + { + zip_code: '90755', + usps_city: 'Signal Hill', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11545.0, + density: 2045.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.16772, lat: 33.80289 }, + }, + { + zip_code: '91316', + usps_city: 'Encino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30499.0, + density: 2351.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.51669, lat: 34.16039 }, + }, + { + zip_code: '91367', + usps_city: 'Woodland Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45970.0, + density: 2388.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.61531, lat: 34.17705 }, + }, + { + zip_code: '91381', + usps_city: 'Stevenson Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19390.0, + density: 199.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.61311, lat: 34.37747 }, + }, + { + zip_code: '91710', + usps_city: 'Chino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 91773.0, + density: 1645.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.68468, lat: 34.00447 }, + }, + { + zip_code: '91792', + usps_city: 'West Covina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29619.0, + density: 2976.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.89993, lat: 34.02584 }, + }, + { + zip_code: '92075', + usps_city: 'Solana Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12752.0, + density: 1390.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25844, lat: 32.99738 }, + }, + { + zip_code: '92227', + usps_city: 'Brawley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27189.0, + density: 19.4, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.34876, lat: 32.99027 }, + }, + { + zip_code: '92230', + usps_city: 'Cabazon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2705.0, + density: 68.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.76598, lat: 33.91058 }, + }, + { + zip_code: '92259', + usps_city: 'Ocotillo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.1, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.93223, lat: 32.7377 }, + }, + { + zip_code: '93452', + usps_city: 'San Simeon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 2.2, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.20413, lat: 35.71049 }, + }, + { + zip_code: '93554', + usps_city: 'Randsburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.7, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.76603, lat: 35.41481 }, + }, + { + zip_code: '93924', + usps_city: 'Carmel Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6514.0, + density: 13.2, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.64066, lat: 36.39891 }, + }, + { + zip_code: '98391', + usps_city: 'Bonney Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 52070.0, + density: 521.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17228, lat: 47.17717 }, + }, + { + zip_code: '98418', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9333.0, + density: 2140.8, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44647, lat: 47.22323 }, + }, + { + zip_code: '98443', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5571.0, + density: 420.9, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37412, lat: 47.20462 }, + }, + { + zip_code: '98528', + usps_city: 'Belfair', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11477.0, + density: 60.7, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "99.68", "53035": "0.32"}', + coty_name: ['Mason', 'Kitsap'], + cty_code: ['53045', '53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.89179, lat: 47.44215 }, + }, + { + zip_code: '98544', + usps_city: 'Galvin', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 242.1, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.02662, lat: 46.7389 }, + }, + { + zip_code: '98577', + usps_city: 'Raymond', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7325.0, + density: 7.4, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.60769, lat: 46.64218 }, + }, + { + zip_code: '98603', + usps_city: 'Ariel', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1167.0, + density: 3.9, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.42018, lat: 46.0408 }, + }, + { + zip_code: '98621', + usps_city: 'Grays River', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 2.5, + primary_coty_code: '53069', + primary_coty_name: 'Wahkiakum', + county_weights: '{"53069": "96.74", "53049": "3.26"}', + coty_name: ['Wahkiakum', 'Pacific'], + cty_code: ['53069', '53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.54961, lat: 46.37784 }, + }, + { + zip_code: '98824', + usps_city: 'George', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 473.2, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.85868, lat: 47.07784 }, + }, + { + zip_code: '98953', + usps_city: 'Zillah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7082.0, + density: 43.4, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.22679, lat: 46.44227 }, + }, + { + zip_code: '99039', + usps_city: 'Waverly', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 6.2, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2656, lat: 47.34466 }, + }, + { + zip_code: '99143', + usps_city: 'Lacrosse', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 691.0, + density: 0.9, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.85625, lat: 46.73947 }, + }, + { + zip_code: '99503', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 12804.0, + density: 239.0, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "99.93", "02050": "0.07"}', + coty_name: ['Anchorage', 'Bethel'], + cty_code: ['02020', '02050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.85772, lat: 61.90805 }, + }, + { + zip_code: '99546', + usps_city: 'Adak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 6.3, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Adak', + geo_point_2d: { lon: -176.63138, lat: 51.84287 }, + }, + { + zip_code: '99627', + usps_city: 'McGrath', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -154.62942, lat: 63.53161 }, + }, + { + zip_code: '99641', + usps_city: 'Nunapitchuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 83.1, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.46287, lat: 60.88727 }, + }, + { + zip_code: '99780', + usps_city: 'Tok', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1776.0, + density: 0.6, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "93.62", "02261": "6.38"}', + coty_name: ['Southeast Fairbanks', 'Valdez-Cordova'], + cty_code: ['02240', '02261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -143.07797, lat: 63.19468 }, + }, + { + zip_code: '99827', + usps_city: 'Haines', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2590.0, + density: 0.6, + primary_coty_code: '2100', + primary_coty_name: 'Haines', + county_weights: '{"02100": "96.35", "02105": "3.65"}', + coty_name: ['Haines', 'Hoonah-Angoon'], + cty_code: ['02100', '02105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -135.70688, lat: 59.12421 }, + }, + { + zip_code: '99832', + usps_city: 'Pelican', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.2, + primary_coty_code: '2105', + primary_coty_name: 'Hoonah-Angoon', + county_weights: '{"02105": "100"}', + coty_name: ['Hoonah-Angoon'], + cty_code: ['2105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -136.17832, lat: 58.01535 }, + }, + { + zip_code: '99840', + usps_city: 'Skagway', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1107.0, + density: 1.0, + primary_coty_code: '2230', + primary_coty_name: 'Skagway', + county_weights: '{"02230": "100"}', + coty_name: ['Skagway'], + cty_code: ['2230'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -135.33619, lat: 59.56292 }, + }, + { + zip_code: '59007', + usps_city: 'Bearcreek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 1.2, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.14139, lat: 45.13859 }, + }, + { + zip_code: '59053', + usps_city: 'Martinsdale', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 0.2, + primary_coty_code: '30059', + primary_coty_name: 'Meagher', + county_weights: '{"30059": "53.11", "30107": "46.89"}', + coty_name: ['Meagher', 'Wheatland'], + cty_code: ['30059', '30107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.4549, lat: 46.44501 }, + }, + { + zip_code: '59063', + usps_city: 'Park City', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1985.0, + density: 10.5, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "100"}', + coty_name: ['Stillwater'], + cty_code: ['30095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.96381, lat: 45.66524 }, + }, + { + zip_code: '59214', + usps_city: 'Brockway', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 0.1, + primary_coty_code: '30055', + primary_coty_name: 'McCone', + county_weights: '{"30055": "100"}', + coty_name: ['McCone'], + cty_code: ['30055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.01361, lat: 47.30032 }, + }, + { + zip_code: '59225', + usps_city: 'Frazer', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 0.7, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.97934, lat: 48.28847 }, + }, + { + zip_code: '59241', + usps_city: 'Hinsdale', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 0.1, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.05858, lat: 48.46975 }, + }, + { + zip_code: '59270', + usps_city: 'Sidney', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8771.0, + density: 3.5, + primary_coty_code: '30083', + primary_coty_name: 'Richland', + county_weights: '{"30083": "98.27", "38053": "1.73"}', + coty_name: ['Richland', 'McKenzie'], + cty_code: ['30083', '38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.08014, lat: 47.57573 }, + }, + { + zip_code: '59312', + usps_city: 'Angela', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 0.0, + primary_coty_code: '30033', + primary_coty_name: 'Garfield', + county_weights: '{"30033": "100"}', + coty_name: ['Garfield'], + cty_code: ['30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.20525, lat: 47.01122 }, + }, + { + zip_code: '59417', + usps_city: 'Browning', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8007.0, + density: 2.2, + primary_coty_code: '30035', + primary_coty_name: 'Glacier', + county_weights: '{"30035": "100"}', + coty_name: ['Glacier'], + cty_code: ['30035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.191, lat: 48.67267 }, + }, + { + zip_code: '59528', + usps_city: 'Hingham', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 0.7, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "100"}', + coty_name: ['Hill'], + cty_code: ['30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.40091, lat: 48.56857 }, + }, + { + zip_code: '59644', + usps_city: 'Townsend', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4236.0, + density: 2.2, + primary_coty_code: '30007', + primary_coty_name: 'Broadwater', + county_weights: '{"30007": "100"}', + coty_name: ['Broadwater'], + cty_code: ['30007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.43103, lat: 46.42113 }, + }, + { + zip_code: '59730', + usps_city: 'Gallatin Gateway', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2161.0, + density: 1.2, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "100"}', + coty_name: ['Gallatin'], + cty_code: ['30031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.20626, lat: 45.22766 }, + }, + { + zip_code: '59762', + usps_city: 'Wise River', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 0.2, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "71.32", "30023": "28.68"}', + coty_name: ['Beaverhead', 'Deer Lodge'], + cty_code: ['30001', '30023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.15688, lat: 45.78639 }, + }, + { + zip_code: '59916', + usps_city: 'Essex', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 0.6, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.52864, lat: 48.28106 }, + }, + { + zip_code: '60044', + usps_city: 'Lake Bluff', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9990.0, + density: 508.9, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86796, lat: 42.28537 }, + }, + { + zip_code: '60047', + usps_city: 'Lake Zurich', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42608.0, + density: 471.5, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04546, lat: 42.20226 }, + }, + { + zip_code: '60101', + usps_city: 'Addison', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 38856.0, + density: 1297.0, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01186, lat: 41.93064 }, + }, + { + zip_code: '60141', + usps_city: 'Hines', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 278.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.838, lat: 41.85786 }, + }, + { + zip_code: '60150', + usps_city: 'Malta', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1934.0, + density: 13.9, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88864, lat: 41.92494 }, + }, + { + zip_code: '60164', + usps_city: 'Melrose Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21228.0, + density: 1728.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90066, lat: 41.91751 }, + }, + { + zip_code: '60473', + usps_city: 'South Holland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22088.0, + density: 1002.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59979, lat: 41.59738 }, + }, + { + zip_code: '60511', + usps_city: 'Big Rock', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1805.0, + density: 23.4, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "98.77", "17037": "1.23"}', + coty_name: ['Kane', 'DeKalb'], + cty_code: ['17089', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.55615, lat: 41.75795 }, + }, + { + zip_code: '60544', + usps_city: 'Plainfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 27426.0, + density: 458.3, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "99.35", "17093": "0.65"}', + coty_name: ['Will', 'Kendall'], + cty_code: ['17197', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21666, lat: 41.61337 }, + }, + { + zip_code: '60620', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 67711.0, + density: 3690.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65252, lat: 41.7408 }, + }, + { + zip_code: '60934', + usps_city: 'Emington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 2.8, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3512, lat: 40.96171 }, + }, + { + zip_code: '61028', + usps_city: 'Elizabeth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1986.0, + density: 7.2, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16947, lat: 42.29173 }, + }, + { + zip_code: '61085', + usps_city: 'Stockton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3352.0, + density: 10.0, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03217, lat: 42.34186 }, + }, + { + zip_code: '61232', + usps_city: 'Andalusia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1318.0, + density: 180.0, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73254, lat: 41.43071 }, + }, + { + zip_code: '61314', + usps_city: 'Buda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 952.0, + density: 7.9, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67409, lat: 41.29609 }, + }, + { + zip_code: '61321', + usps_city: 'Dana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 4.3, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.97316, lat: 40.9692 }, + }, + { + zip_code: '61438', + usps_city: 'Good Hope', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 7.6, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "100"}', + coty_name: ['McDonough'], + cty_code: ['17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65159, lat: 40.58282 }, + }, + { + zip_code: '61454', + usps_city: 'Lomax', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 6.0, + primary_coty_code: '17071', + primary_coty_name: 'Henderson', + county_weights: '{"17071": "100"}', + coty_name: ['Henderson'], + cty_code: ['17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04246, lat: 40.68017 }, + }, + { + zip_code: '61482', + usps_city: 'Table Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 4.2, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "92.92", "17109": "7.08"}', + coty_name: ['Fulton', 'McDonough'], + cty_code: ['17057', '17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41175, lat: 40.38838 }, + }, + { + zip_code: '61543', + usps_city: 'Liverpool', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 6.8, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97069, lat: 40.42079 }, + }, + { + zip_code: '61810', + usps_city: 'Allerton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 5.3, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "93.91", "17019": "3.88", "17045": "2.22"}', + coty_name: ['Vermilion', 'Champaign', 'Edgar'], + cty_code: ['17183', '17019', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91471, lat: 39.91615 }, + }, + { + zip_code: '61817', + usps_city: 'Catlin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2528.0, + density: 35.0, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71674, lat: 40.03786 }, + }, + { + zip_code: '61831', + usps_city: 'Collison', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 4.6, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79208, lat: 40.2251 }, + }, + { + zip_code: '61842', + usps_city: 'Farmer City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2765.0, + density: 10.7, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "93.77", "17147": "3.62", "17113": "2.61"}', + coty_name: ['De Witt', 'Piatt', 'McLean'], + cty_code: ['17039', '17147', '17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66581, lat: 40.23922 }, + }, + { + zip_code: '61845', + usps_city: 'Foosland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 4.2, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "92.86", "17053": "7.14"}', + coty_name: ['Champaign', 'Ford'], + cty_code: ['17019', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39923, lat: 40.37417 }, + }, + { + zip_code: '61852', + usps_city: 'Longview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 4.4, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "93.87", "17041": "6.13"}', + coty_name: ['Champaign', 'Douglas'], + cty_code: ['17019', '17041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07581, lat: 39.90315 }, + }, + { + zip_code: '61864', + usps_city: 'Philo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1770.0, + density: 30.0, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14671, lat: 39.97954 }, + }, + { + zip_code: '61912', + usps_city: 'Ashmore', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1176.0, + density: 9.0, + primary_coty_code: '17029', + primary_coty_name: 'Coles', + county_weights: '{"17029": "100"}', + coty_name: ['Coles'], + cty_code: ['17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03511, lat: 39.52729 }, + }, + { + zip_code: '61919', + usps_city: 'Camargo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 906.0, + density: 16.0, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "100"}', + coty_name: ['Douglas'], + cty_code: ['17041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13947, lat: 39.77867 }, + }, + { + zip_code: '61930', + usps_city: 'Hindsboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 859.0, + density: 10.6, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "94.56", "17029": "5.44"}', + coty_name: ['Douglas', 'Coles'], + cty_code: ['17041', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13049, lat: 39.68088 }, + }, + { + zip_code: '62033', + usps_city: 'Gillespie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4539.0, + density: 35.5, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84424, lat: 39.13404 }, + }, + { + zip_code: '62094', + usps_city: 'Witt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1104.0, + density: 13.3, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35264, lat: 39.24473 }, + }, + { + zip_code: '62097', + usps_city: 'Worden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2893.0, + density: 28.9, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85435, lat: 38.93871 }, + }, + { + zip_code: '62260', + usps_city: 'Millstadt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7537.0, + density: 61.3, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10096, lat: 38.45996 }, + }, + { + zip_code: '62264', + usps_city: 'New Athens', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3754.0, + density: 22.1, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "96.52", "17133": "3.48"}', + coty_name: ['St. Clair', 'Monroe'], + cty_code: ['17163', '17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9072, lat: 38.31628 }, + }, + { + zip_code: '62266', + usps_city: 'New Memphis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 34.7, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.6771, lat: 38.48665 }, + }, + { + zip_code: '62272', + usps_city: 'Percy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1859.0, + density: 18.9, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "82.26", "17145": "17.74"}', + coty_name: ['Randolph', 'Perry'], + cty_code: ['17157', '17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.59939, lat: 37.98834 }, + }, + { + zip_code: '62282', + usps_city: 'Saint Libory', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 147.4, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71268, lat: 38.36317 }, + }, + { + zip_code: '62320', + usps_city: 'Camp Point', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2494.0, + density: 11.1, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08045, lat: 40.02073 }, + }, + { + zip_code: '62469', + usps_city: 'Trilla', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 8.5, + primary_coty_code: '17035', + primary_coty_name: 'Cumberland', + county_weights: '{"17035": "81.38", "17029": "18.62"}', + coty_name: ['Cumberland', 'Coles'], + cty_code: ['17035', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34055, lat: 39.34861 }, + }, + { + zip_code: '62510', + usps_city: 'Assumption', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1496.0, + density: 7.5, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "86.1", "17173": "13.9"}', + coty_name: ['Christian', 'Shelby'], + cty_code: ['17021', '17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02694, lat: 39.53149 }, + }, + { + zip_code: '62519', + usps_city: 'Cornland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 23.1, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.39528, lat: 39.92882 }, + }, + { + zip_code: '62520', + usps_city: 'Dawson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 27.9, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45598, lat: 39.81802 }, + }, + { + zip_code: '62665', + usps_city: 'Meredosia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 12.4, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "89.38", "17171": "10.62"}', + coty_name: ['Morgan', 'Scott'], + cty_code: ['17137', '17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53395, lat: 39.81714 }, + }, + { + zip_code: '62670', + usps_city: 'New Berlin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2784.0, + density: 12.8, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "98.3", "17137": "1.7"}', + coty_name: ['Sangamon', 'Morgan'], + cty_code: ['17167', '17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89389, lat: 39.74136 }, + }, + { + zip_code: '62675', + usps_city: 'Petersburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5943.0, + density: 21.0, + primary_coty_code: '17129', + primary_coty_name: 'Menard', + county_weights: '{"17129": "100"}', + coty_name: ['Menard'], + cty_code: ['17129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85914, lat: 40.02189 }, + }, + { + zip_code: '62814', + usps_city: 'Bluford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2046.0, + density: 11.2, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "86.82", "17191": "13.18"}', + coty_name: ['Jefferson', 'Wayne'], + cty_code: ['17081', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73183, lat: 38.37832 }, + }, + { + zip_code: '62862', + usps_city: 'Mill Shoals', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 5.2, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "100"}', + coty_name: ['White'], + cty_code: ['17193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29613, lat: 38.21733 }, + }, + { + zip_code: '62869', + usps_city: 'Norris City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2490.0, + density: 10.7, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: + '{"17193": "98.7", "17065": "0.48", "17059": "0.41", "17165": "0.41"}', + coty_name: ['White', 'Hamilton', 'Gallatin', 'Saline'], + cty_code: ['17193', '17065', '17059', '17165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28113, lat: 37.96206 }, + }, + { + zip_code: '62916', + usps_city: 'Campbell Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 10.7, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "84.12", "17157": "11.16", "17145": "4.72"}', + coty_name: ['Jackson', 'Randolph', 'Perry'], + cty_code: ['17077', '17157', '17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56416, lat: 37.92862 }, + }, + { + zip_code: '62927', + usps_city: 'Dowell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 325.2, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.24162, lat: 37.93521 }, + }, + { + zip_code: '62928', + usps_city: 'Eddyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 4.4, + primary_coty_code: '17151', + primary_coty_name: 'Pope', + county_weights: '{"17151": "100"}', + coty_name: ['Pope'], + cty_code: ['17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57913, lat: 37.48287 }, + }, + { + zip_code: '62940', + usps_city: 'Gorham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 4.6, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47209, lat: 37.73167 }, + }, + { + zip_code: '63011', + usps_city: 'Ballwin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 38348.0, + density: 1026.0, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55916, lat: 38.6037 }, + }, + { + zip_code: '63104', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 19565.0, + density: 2186.1, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21263, lat: 38.61073 }, + }, + { + zip_code: '63115', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17710.0, + density: 1603.6, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.23993, lat: 38.68224 }, + }, + { + zip_code: '63124', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10775.0, + density: 475.0, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38036, lat: 38.63804 }, + }, + { + zip_code: '63129', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 52975.0, + density: 980.8, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32196, lat: 38.45578 }, + }, + { + zip_code: '63332', + usps_city: 'Augusta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1231.0, + density: 8.8, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.89033, lat: 38.59699 }, + }, + { + zip_code: '63339', + usps_city: 'Curryville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 978.0, + density: 4.5, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "100"}', + coty_name: ['Pike'], + cty_code: ['29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.37329, lat: 39.3442 }, + }, + { + zip_code: '63384', + usps_city: 'Wellsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1754.0, + density: 8.1, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "94.53", "29007": "5.06", "29027": "0.41"}', + coty_name: ['Montgomery', 'Audrain', 'Callaway'], + cty_code: ['29139', '29007', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56, lat: 39.09236 }, + }, + { + zip_code: '63441', + usps_city: 'Frankford', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1000.0, + density: 4.3, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "94.11", "29173": "5.89"}', + coty_name: ['Pike', 'Ralls'], + cty_code: ['29163', '29173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.30956, lat: 39.47846 }, + }, + { + zip_code: '63462', + usps_city: 'Perry', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1512.0, + density: 4.8, + primary_coty_code: '29173', + primary_coty_name: 'Ralls', + county_weights: '{"29173": "87.11", "29137": "12.89"}', + coty_name: ['Ralls', 'Monroe'], + cty_code: ['29173', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69914, lat: 39.42545 }, + }, + { + zip_code: '63538', + usps_city: 'Elmer', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 2.5, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67004, lat: 39.9544 }, + }, + { + zip_code: '63621', + usps_city: 'Arcadia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 7.6, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "97.07", "29123": "2.93"}', + coty_name: ['Iron', 'Madison'], + cty_code: ['29093', '29123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.60616, lat: 37.48715 }, + }, + { + zip_code: '63627', + usps_city: 'Bloomsdale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3254.0, + density: 17.3, + primary_coty_code: '29186', + primary_coty_name: 'Ste. Genevieve', + county_weights: '{"29186": "94.65", "29099": "5.35"}', + coty_name: ['Ste. Genevieve', 'Jefferson'], + cty_code: ['29186', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25724, lat: 38.04471 }, + }, + { + zip_code: '63633', + usps_city: 'Centerville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 2.8, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "100"}', + coty_name: ['Reynolds'], + cty_code: ['29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01848, lat: 37.42851 }, + }, + { + zip_code: '63701', + usps_city: 'Cape Girardeau', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 38672.0, + density: 115.5, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57681, lat: 37.33785 }, + }, + { + zip_code: '63830', + usps_city: 'Caruthersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6941.0, + density: 39.0, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69068, lat: 36.13007 }, + }, + { + zip_code: '63870', + usps_city: 'Parma', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1012.0, + density: 4.7, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "88.88", "29207": "11.12"}', + coty_name: ['New Madrid', 'Stoddard'], + cty_code: ['29143', '29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84782, lat: 36.62198 }, + }, + { + zip_code: '64036', + usps_city: 'Henrietta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 7.0, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "100"}', + coty_name: ['Ray'], + cty_code: ['29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.9354, lat: 39.19827 }, + }, + { + zip_code: '64064', + usps_city: 'Lees Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18771.0, + density: 416.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3466, lat: 38.97546 }, + }, + { + zip_code: '64082', + usps_city: 'Lees Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17004.0, + density: 340.7, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "87.17", "29037": "12.83"}', + coty_name: ['Jackson', 'Cass'], + cty_code: ['29095', '29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40773, lat: 38.86531 }, + }, + { + zip_code: '64102', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "0"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.60411, lat: 39.09396 }, + }, + { + zip_code: '64161', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 8.6, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44958, lat: 39.1619 }, + }, + { + zip_code: '64443', + usps_city: 'Easton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1708.0, + density: 13.5, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.65231, lat: 39.74677 }, + }, + { + zip_code: '64482', + usps_city: 'Rock Port', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 6.7, + primary_coty_code: '29005', + primary_coty_name: 'Atchison', + county_weights: '{"29005": "100"}', + coty_name: ['Atchison'], + cty_code: ['29005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54198, lat: 40.46298 }, + }, + { + zip_code: '64728', + usps_city: 'Bronaugh', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 2.9, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52365, lat: 37.70263 }, + }, + { + zip_code: '64859', + usps_city: 'Reeds', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 10.4, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14708, lat: 37.15956 }, + }, + { + zip_code: '65046', + usps_city: 'Jamestown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 7.3, + primary_coty_code: '29135', + primary_coty_name: 'Moniteau', + county_weights: '{"29135": "100"}', + coty_name: ['Moniteau'], + cty_code: ['29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48099, lat: 38.77836 }, + }, + { + zip_code: '65350', + usps_city: 'Smithton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 11.8, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "92.92", "29141": "7.08"}', + coty_name: ['Pettis', 'Morgan'], + cty_code: ['29159', '29141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09531, lat: 38.64768 }, + }, + { + zip_code: '65401', + usps_city: 'Rolla', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 33162.0, + density: 48.4, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: '{"29161": "97.63", "29065": "1.57", "29125": "0.79"}', + coty_name: ['Phelps', 'Dent', 'Maries'], + cty_code: ['29161', '29065', '29125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76534, lat: 37.90464 }, + }, + { + zip_code: '65582', + usps_city: 'Vienna', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2440.0, + density: 6.9, + primary_coty_code: '29125', + primary_coty_name: 'Maries', + county_weights: '{"29125": "100"}', + coty_name: ['Maries'], + cty_code: ['29125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92331, lat: 38.19208 }, + }, + { + zip_code: '65584', + usps_city: 'Saint Robert', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11449.0, + density: 188.2, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "100"}', + coty_name: ['Pulaski'], + cty_code: ['29169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.13097, lat: 37.82835 }, + }, + { + zip_code: '65622', + usps_city: 'Buffalo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8182.0, + density: 19.7, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "94.07", "29167": "5.93"}', + coty_name: ['Dallas', 'Polk'], + cty_code: ['29059', '29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10314, lat: 37.63216 }, + }, + { + zip_code: '65647', + usps_city: 'Exeter', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2210.0, + density: 15.3, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "98.51", "29119": "1.49"}', + coty_name: ['Barry', 'McDonald'], + cty_code: ['29009', '29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00698, lat: 36.69017 }, + }, + { + zip_code: '65730', + usps_city: 'Powell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "100"}', + coty_name: ['McDonald'], + cty_code: ['29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17715, lat: 36.62367 }, + }, + { + zip_code: '65773', + usps_city: 'Wasola', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 717.0, + density: 4.2, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50935, lat: 36.75729 }, + }, + { + zip_code: '65804', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 37461.0, + density: 792.9, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25268, lat: 37.14925 }, + }, + { + zip_code: '66014', + usps_city: 'Centerville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 1.5, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "97.13", "20003": "2.87"}', + coty_name: ['Linn', 'Anderson'], + cty_code: ['20107', '20003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98349, lat: 38.2222 }, + }, + { + zip_code: '66021', + usps_city: 'Edgerton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2800.0, + density: 22.6, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "86.22", "20121": "7.7", "20045": "6.09"}', + coty_name: ['Johnson', 'Miami', 'Douglas'], + cty_code: ['20091', '20121', '20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.01247, lat: 38.76546 }, + }, + { + zip_code: '66053', + usps_city: 'Louisburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7230.0, + density: 28.1, + primary_coty_code: '20121', + primary_coty_name: 'Miami', + county_weights: '{"20121": "100"}', + coty_name: ['Miami'], + cty_code: ['20121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66935, lat: 38.57885 }, + }, + { + zip_code: '66219', + usps_city: 'Lenexa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12375.0, + density: 629.3, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77632, lat: 38.95223 }, + }, + { + zip_code: '66419', + usps_city: 'Denison', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 7.5, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "89.59", "20087": "10.41"}', + coty_name: ['Jackson', 'Jefferson'], + cty_code: ['20085', '20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59928, lat: 39.36379 }, + }, + { + zip_code: '66782', + usps_city: 'West Mineral', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 175.0, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92629, lat: 37.28501 }, + }, + { + zip_code: '66850', + usps_city: 'Elmdale', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 0.7, + primary_coty_code: '20017', + primary_coty_name: 'Chase', + county_weights: '{"20017": "100"}', + coty_name: ['Chase'], + cty_code: ['20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72147, lat: 38.40737 }, + }, + { + zip_code: '66866', + usps_city: 'Peabody', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1683.0, + density: 4.6, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "94.41", "20079": "5.59"}', + coty_name: ['Marion', 'Harvey'], + cty_code: ['20115', '20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10714, lat: 38.17281 }, + }, + { + zip_code: '66943', + usps_city: 'Greenleaf', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 2.4, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97156, lat: 39.67216 }, + }, + { + zip_code: '66956', + usps_city: 'Mankato', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1083.0, + density: 2.1, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.22586, lat: 39.79256 }, + }, + { + zip_code: '67061', + usps_city: 'Hazelton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 0.5, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "82.46", "20077": "17.54"}', + coty_name: ['Barber', 'Harper'], + cty_code: ['20007', '20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37254, lat: 37.09139 }, + }, + { + zip_code: '67226', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 20365.0, + density: 291.5, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21529, lat: 37.77329 }, + }, + { + zip_code: '67356', + usps_city: 'Oswego', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2767.0, + density: 9.2, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "97.71", "20021": "2.29"}', + coty_name: ['Labette', 'Cherokee'], + cty_code: ['20099', '20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14704, lat: 37.17778 }, + }, + { + zip_code: '67445', + usps_city: 'Glasco', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 1.9, + primary_coty_code: '20029', + primary_coty_name: 'Cloud', + county_weights: '{"20029": "98.68", "20143": "1.32"}', + coty_name: ['Cloud', 'Ottawa'], + cty_code: ['20029', '20143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.81922, lat: 39.37644 }, + }, + { + zip_code: '67487', + usps_city: 'Wakefield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1266.0, + density: 5.1, + primary_coty_code: '20027', + primary_coty_name: 'Clay', + county_weights: '{"20027": "95.36", "20041": "3.09", "20061": "1.55"}', + coty_name: ['Clay', 'Dickinson', 'Geary'], + cty_code: ['20027', '20041', '20061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07164, lat: 39.17803 }, + }, + { + zip_code: '67563', + usps_city: 'Offerle', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 1.3, + primary_coty_code: '20047', + primary_coty_name: 'Edwards', + county_weights: '{"20047": "77.9", "20057": "18.06", "20083": "4.04"}', + coty_name: ['Edwards', 'Ford', 'Hodgeman'], + cty_code: ['20047', '20057', '20083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.55638, lat: 37.8441 }, + }, + { + zip_code: '67566', + usps_city: 'Partridge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 4.2, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.09774, lat: 37.93847 }, + }, + { + zip_code: '67638', + usps_city: 'Gaylord', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 1.4, + primary_coty_code: '20183', + primary_coty_name: 'Smith', + county_weights: '{"20183": "100"}', + coty_name: ['Smith'], + cty_code: ['20183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.85681, lat: 39.63033 }, + }, + { + zip_code: '67639', + usps_city: 'Glade', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 0.9, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: '{"20147": "100"}', + coty_name: ['Phillips'], + cty_code: ['20147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.30931, lat: 39.6372 }, + }, + { + zip_code: '67865', + usps_city: 'Minneola', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 1.6, + primary_coty_code: '20025', + primary_coty_name: 'Clark', + county_weights: '{"20025": "86.22", "20057": "13.78"}', + coty_name: ['Clark', 'Ford'], + cty_code: ['20025', '20057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.96545, lat: 37.43156 }, + }, + { + zip_code: '68001', + usps_city: 'Abie', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 8.0, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95891, lat: 41.33482 }, + }, + { + zip_code: '68014', + usps_city: 'Bruno', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 2.5, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96178, lat: 41.28226 }, + }, + { + zip_code: '68030', + usps_city: 'Homer', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 7.3, + primary_coty_code: '31043', + primary_coty_name: 'Dakota', + county_weights: '{"31043": "100"}', + coty_name: ['Dakota'], + cty_code: ['31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45023, lat: 42.32178 }, + }, + { + zip_code: '68071', + usps_city: 'Winnebago', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2159.0, + density: 11.1, + primary_coty_code: '31173', + primary_coty_name: 'Thurston', + county_weights: '{"31173": "100"}', + coty_name: ['Thurston'], + cty_code: ['31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47117, lat: 42.23568 }, + }, + { + zip_code: '68108', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 14588.0, + density: 1746.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93055, lat: 41.23741 }, + }, + { + zip_code: '68116', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 31318.0, + density: 1340.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16782, lat: 41.29935 }, + }, + { + zip_code: '68431', + usps_city: 'Rulo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 2.2, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "100"}', + coty_name: ['Richardson'], + cty_code: ['31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43349, lat: 40.06947 }, + }, + { + zip_code: '68631', + usps_city: 'Creston', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 4.5, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: '{"31141": "95.63", "31167": "4.38"}', + coty_name: ['Platte', 'Stanton'], + cty_code: ['31141', '31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34907, lat: 41.68978 }, + }, + { + zip_code: '68773', + usps_city: 'Royal', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 0.9, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "100"}', + coty_name: ['Antelope'], + cty_code: ['31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.1235, lat: 42.36476 }, + }, + { + zip_code: '68788', + usps_city: 'West Point', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4471.0, + density: 9.0, + primary_coty_code: '31039', + primary_coty_name: 'Cuming', + county_weights: '{"31039": "100"}', + coty_name: ['Cuming'], + cty_code: ['31039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72148, lat: 41.83971 }, + }, + { + zip_code: '68818', + usps_city: 'Aurora', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 5575.0, + density: 11.9, + primary_coty_code: '31081', + primary_coty_name: 'Hamilton', + county_weights: '{"31081": "99.2", "31035": "0.8"}', + coty_name: ['Hamilton', 'Clay'], + cty_code: ['31081', '31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.00833, lat: 40.81762 }, + }, + { + zip_code: '68828', + usps_city: 'Comstock', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 1.1, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "74.58", "31175": "25.42"}', + coty_name: ['Custer', 'Valley'], + cty_code: ['31041', '31175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.2354, lat: 41.54885 }, + }, + { + zip_code: '68856', + usps_city: 'Merna', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 2.5, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.82745, lat: 41.49586 }, + }, + { + zip_code: '68933', + usps_city: 'Clay Center', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1009.0, + density: 6.5, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "100"}', + coty_name: ['Clay'], + cty_code: ['31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.02741, lat: 40.51674 }, + }, + { + zip_code: '68978', + usps_city: 'Superior', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2276.0, + density: 6.1, + primary_coty_code: '31129', + primary_coty_name: 'Nuckolls', + county_weights: '{"31129": "97.06", "20089": "2.94"}', + coty_name: ['Nuckolls', 'Jewell'], + cty_code: ['31129', '20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.09144, lat: 40.06335 }, + }, + { + zip_code: '69023', + usps_city: 'Champion', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 0.4, + primary_coty_code: '31029', + primary_coty_name: 'Chase', + county_weights: '{"31029": "100"}', + coty_name: ['Chase'], + cty_code: ['31029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.90418, lat: 40.48119 }, + }, + { + zip_code: '69129', + usps_city: 'Chappell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 1.4, + primary_coty_code: '31049', + primary_coty_name: 'Deuel', + county_weights: '{"31049": "100"}', + coty_name: ['Deuel'], + cty_code: ['31049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.41746, lat: 41.11253 }, + }, + { + zip_code: '69142', + usps_city: 'Halsey', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 0.4, + primary_coty_code: '31171', + primary_coty_name: 'Thomas', + county_weights: '{"31171": "100"}', + coty_name: ['Thomas'], + cty_code: ['31171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.3172, lat: 41.91574 }, + }, + { + zip_code: '69221', + usps_city: 'Wood Lake', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 0.1, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "100"}', + coty_name: ['Cherry'], + cty_code: ['31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.3109, lat: 42.59286 }, + }, + { + zip_code: '70043', + usps_city: 'Chalmette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23851.0, + density: 1183.6, + primary_coty_code: '22087', + primary_coty_name: 'St. Bernard', + county_weights: '{"22087": "100"}', + coty_name: ['St. Bernard'], + cty_code: ['22087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96274, lat: 29.94804 }, + }, + { + zip_code: '70116', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11628.0, + density: 3476.1, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0644, lat: 29.96725 }, + }, + { + zip_code: '70340', + usps_city: 'Amelia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 1421.1, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "100"}', + coty_name: ['St. Mary'], + cty_code: ['22101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1043, lat: 29.66974 }, + }, + { + zip_code: '70346', + usps_city: 'Donaldsonville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11422.0, + density: 85.7, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "100"}', + coty_name: ['Ascension'], + cty_code: ['22005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02757, lat: 30.12207 }, + }, + { + zip_code: '70363', + usps_city: 'Houma', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26849.0, + density: 138.3, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70662, lat: 29.51679 }, + }, + { + zip_code: '70437', + usps_city: 'Folsom', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7946.0, + density: 33.4, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "87.74", "22105": "12.26"}', + coty_name: ['St. Tammany', 'Tangipahoa'], + cty_code: ['22103', '22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20867, lat: 30.62026 }, + }, + { + zip_code: '70444', + usps_city: 'Kentwood', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9872.0, + density: 15.2, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "88.01", "22091": "11.99"}', + coty_name: ['Tangipahoa', 'St. Helena'], + cty_code: ['22105', '22091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48962, lat: 30.90655 }, + }, + { + zip_code: '70517', + usps_city: 'Breaux Bridge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27854.0, + density: 76.8, + primary_coty_code: '22099', + primary_coty_name: 'St. Martin', + county_weights: '{"22099": "97.77", "22055": "2.23"}', + coty_name: ['St. Martin', 'Lafayette'], + cty_code: ['22099', '22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.82954, lat: 30.29484 }, + }, + { + zip_code: '70552', + usps_city: 'Loreauville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1616.0, + density: 34.3, + primary_coty_code: '22045', + primary_coty_name: 'Iberia', + county_weights: '{"22045": "100"}', + coty_name: ['Iberia'], + cty_code: ['22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69062, lat: 30.0668 }, + }, + { + zip_code: '70560', + usps_city: 'New Iberia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40267.0, + density: 77.1, + primary_coty_code: '22045', + primary_coty_name: 'Iberia', + county_weights: '{"22045": "98.47", "22113": "1.53"}', + coty_name: ['Iberia', 'Vermilion'], + cty_code: ['22045', '22113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.87079, lat: 29.92402 }, + }, + { + zip_code: '70592', + usps_city: 'Youngsville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25736.0, + density: 238.8, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "90.79", "22113": "6.2", "22045": "3"}', + coty_name: ['Lafayette', 'Vermilion', 'Iberia'], + cty_code: ['22055', '22113', '22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01235, lat: 30.08065 }, + }, + { + zip_code: '70726', + usps_city: 'Denham Springs', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 57487.0, + density: 239.2, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "100"}', + coty_name: ['Livingston'], + cty_code: ['22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.89899, lat: 30.42802 }, + }, + { + zip_code: '70750', + usps_city: 'Krotz Springs', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1475.0, + density: 4.4, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "99.9", "22077": "0.1"}', + coty_name: ['St. Landry', 'Pointe Coupee'], + cty_code: ['22097', '22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7661, lat: 30.50029 }, + }, + { + zip_code: '70775', + usps_city: 'Saint Francisville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11307.0, + density: 13.9, + primary_coty_code: '22125', + primary_coty_name: 'West Feliciana', + county_weights: '{"22125": "100"}', + coty_name: ['West Feliciana'], + cty_code: ['22125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36861, lat: 30.86017 }, + }, + { + zip_code: '70812', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12261.0, + density: 1087.8, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11044, lat: 30.50073 }, + }, + { + zip_code: '71051', + usps_city: 'Elm Grove', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1894.0, + density: 7.8, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "99.67", "22017": "0.33"}', + coty_name: ['Bossier', 'Caddo'], + cty_code: ['22015', '22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49114, lat: 32.34358 }, + }, + { + zip_code: '71055', + usps_city: 'Minden', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19144.0, + density: 28.7, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "97.68", "22027": "2.14", "22013": "0.18"}', + coty_name: ['Webster', 'Claiborne', 'Bienville'], + cty_code: ['22119', '22027', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29812, lat: 32.6725 }, + }, + { + zip_code: '71065', + usps_city: 'Pleasant Hill', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 9.2, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "98.46", "22069": "1.54"}', + coty_name: ['Sabine', 'Natchitoches'], + cty_code: ['22085', '22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.50564, lat: 31.80766 }, + }, + { + zip_code: '71238', + usps_city: 'Eros', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3026.0, + density: 10.7, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "71.68", "22049": "28.32"}', + coty_name: ['Ouachita', 'Jackson'], + cty_code: ['22073', '22049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37881, lat: 32.36776 }, + }, + { + zip_code: '71282', + usps_city: 'Tallulah', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10412.0, + density: 8.8, + primary_coty_code: '22065', + primary_coty_name: 'Madison', + county_weights: '{"22065": "100"}', + coty_name: ['Madison'], + cty_code: ['22065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1811, lat: 32.36504 }, + }, + { + zip_code: '71418', + usps_city: 'Columbia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6371.0, + density: 7.2, + primary_coty_code: '22021', + primary_coty_name: 'Caldwell', + county_weights: + '{"22021": "88.42", "22083": "7.55", "22073": "3.13", "22025": "0.91"}', + coty_name: ['Caldwell', 'Richland', 'Ouachita', 'Catahoula'], + cty_code: ['22021', '22083', '22073', '22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05545, lat: 32.143 }, + }, + { + zip_code: '71425', + usps_city: 'Enterprise', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 1.8, + primary_coty_code: '22025', + primary_coty_name: 'Catahoula', + county_weights: '{"22025": "100"}', + coty_name: ['Catahoula'], + cty_code: ['22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89889, lat: 31.88619 }, + }, + { + zip_code: '71435', + usps_city: 'Grayson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3692.0, + density: 7.1, + primary_coty_code: '22021', + primary_coty_name: 'Caldwell', + county_weights: '{"22021": "98.72", "22025": "1.28"}', + coty_name: ['Caldwell', 'Catahoula'], + cty_code: ['22021', '22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16365, lat: 32.03092 }, + }, + { + zip_code: '71601', + usps_city: 'Pine Bluff', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14258.0, + density: 50.2, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "100"}', + coty_name: ['Jefferson'], + cty_code: ['5069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90318, lat: 34.17716 }, + }, + { + zip_code: '71675', + usps_city: 'Wilmar', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1940.0, + density: 4.4, + primary_coty_code: '5043', + primary_coty_name: 'Drew', + county_weights: '{"05043": "94.19", "05011": "5.81"}', + coty_name: ['Drew', 'Bradley'], + cty_code: ['05043', '05011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93911, lat: 33.58849 }, + }, + { + zip_code: '71677', + usps_city: 'Winchester', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 9.7, + primary_coty_code: '5043', + primary_coty_name: 'Drew', + county_weights: '{"05043": "100"}', + coty_name: ['Drew'], + cty_code: ['5043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48069, lat: 33.76356 }, + }, + { + zip_code: '71953', + usps_city: 'Mena', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13996.0, + density: 8.5, + primary_coty_code: '5113', + primary_coty_name: 'Polk', + county_weights: '{"05113": "98.49", "05127": "1.51"}', + coty_name: ['Polk', 'Scott'], + cty_code: ['05113', '05127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19491, lat: 34.61426 }, + }, + { + zip_code: '72014', + usps_city: 'Beedeville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 35.6, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "100"}', + coty_name: ['Jackson'], + cty_code: ['5067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11132, lat: 35.43264 }, + }, + { + zip_code: '72070', + usps_city: 'Houston', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1688.0, + density: 9.7, + primary_coty_code: '5105', + primary_coty_name: 'Perry', + county_weights: '{"05105": "100"}', + coty_name: ['Perry'], + cty_code: ['5105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70903, lat: 35.00913 }, + }, + { + zip_code: '72087', + usps_city: 'Lonsdale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1841.0, + density: 9.3, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "60.31", "05051": "39.69"}', + coty_name: ['Saline', 'Garland'], + cty_code: ['05125', '05051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.8311, lat: 34.59487 }, + }, + { + zip_code: '72119', + usps_city: 'North Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29224, lat: 34.83406 }, + }, + { + zip_code: '72374', + usps_city: 'Poplar Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 7.8, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83446, lat: 34.56527 }, + }, + { + zip_code: '72422', + usps_city: 'Corning', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4587.0, + density: 10.1, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.54196, lat: 36.41929 }, + }, + { + zip_code: '72560', + usps_city: 'Mountain View', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9075.0, + density: 10.7, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "98.28", "05065": "1.72"}', + coty_name: ['Stone', 'Izard'], + cty_code: ['05137', '05065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09184, lat: 35.85171 }, + }, + { + zip_code: '72641', + usps_city: 'Jasper', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3164.0, + density: 8.9, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23048, lat: 35.98243 }, + }, + { + zip_code: '72742', + usps_city: 'Kingston', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 2.7, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "88.81", "05101": "11.19"}', + coty_name: ['Madison', 'Newton'], + cty_code: ['05087', '05101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4978, lat: 35.9715 }, + }, + { + zip_code: '72773', + usps_city: 'Wesley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1437.0, + density: 17.9, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "91.71", "05143": "8.29"}', + coty_name: ['Madison', 'Washington'], + cty_code: ['05087', '05143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.84895, lat: 36.0165 }, + }, + { + zip_code: '72856', + usps_city: 'Pelsor', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 1.0, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "92.67", "05115": "7.33"}', + coty_name: ['Newton', 'Pope'], + cty_code: ['05101', '05115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07493, lat: 35.77718 }, + }, + { + zip_code: '72904', + usps_city: 'Fort Smith', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23411.0, + density: 688.9, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3828, lat: 35.41336 }, + }, + { + zip_code: '73053', + usps_city: 'Lookeba', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 3.6, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41424, lat: 35.36202 }, + }, + { + zip_code: '73077', + usps_city: 'Perry', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6742.0, + density: 9.7, + primary_coty_code: '40103', + primary_coty_name: 'Noble', + county_weights: '{"40103": "100"}', + coty_name: ['Noble'], + cty_code: ['40103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26678, lat: 36.30486 }, + }, + { + zip_code: '73106', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13331.0, + density: 1642.1, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53683, lat: 35.48196 }, + }, + { + zip_code: '73622', + usps_city: 'Bessie', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 1.7, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.9958, lat: 35.38945 }, + }, + { + zip_code: '73624', + usps_city: 'Burns Flat', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2410.0, + density: 92.0, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.17919, lat: 35.34103 }, + }, + { + zip_code: '73626', + usps_city: 'Canute', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 3.8, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "86.44", "40039": "13.56"}', + coty_name: ['Washita', 'Custer'], + cty_code: ['40149', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.27905, lat: 35.42136 }, + }, + { + zip_code: '73664', + usps_city: 'Sentinel', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 3.3, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "100"}', + coty_name: ['Washita'], + cty_code: ['40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.24866, lat: 35.1859 }, + }, + { + zip_code: '73768', + usps_city: 'Ringwood', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1769.0, + density: 5.2, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "100"}', + coty_name: ['Major'], + cty_code: ['40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29586, lat: 36.357 }, + }, + { + zip_code: '73843', + usps_city: 'Gage', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 1.1, + primary_coty_code: '40045', + primary_coty_name: 'Ellis', + county_weights: '{"40045": "100"}', + coty_name: ['Ellis'], + cty_code: ['40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.8153, lat: 36.40146 }, + }, + { + zip_code: '73859', + usps_city: 'Vici', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1356.0, + density: 2.8, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "84.37", "40153": "13.02", "40045": "2.6"}', + coty_name: ['Dewey', 'Woodward', 'Ellis'], + cty_code: ['40043', '40153', '40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.29827, lat: 36.12364 }, + }, + { + zip_code: '73950', + usps_city: 'Turpin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1444.0, + density: 2.6, + primary_coty_code: '40007', + primary_coty_name: 'Beaver', + county_weights: '{"40007": "95.28", "40139": "4.72"}', + coty_name: ['Beaver', 'Texas'], + cty_code: ['40007', '40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.88374, lat: 36.85721 }, + }, + { + zip_code: '74002', + usps_city: 'Barnsdall', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1895.0, + density: 5.1, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.14402, lat: 36.55613 }, + }, + { + zip_code: '74023', + usps_city: 'Cushing', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11534.0, + density: 25.3, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "91.49", "40081": "8.51"}', + coty_name: ['Payne', 'Lincoln'], + cty_code: ['40119', '40081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7497, lat: 35.95803 }, + }, + { + zip_code: '74063', + usps_city: 'Sand Springs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 31608.0, + density: 89.9, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "80.61", "40113": "17.21", "40037": "2.17"}', + coty_name: ['Tulsa', 'Osage', 'Creek'], + cty_code: ['40143', '40113', '40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19614, lat: 36.15043 }, + }, + { + zip_code: '74128', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13253.0, + density: 1388.0, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85144, lat: 36.14745 }, + }, + { + zip_code: '74135', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20424.0, + density: 1302.3, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92329, lat: 36.09727 }, + }, + { + zip_code: '74337', + usps_city: 'Chouteau', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4845.0, + density: 20.3, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "90.71", "40145": "9.29"}', + coty_name: ['Mayes', 'Wagoner'], + cty_code: ['40097', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34139, lat: 36.13395 }, + }, + { + zip_code: '74358', + usps_city: 'North Miami', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 700.6, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "100"}', + coty_name: ['Ottawa'], + cty_code: ['40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8806, lat: 36.91785 }, + }, + { + zip_code: '74523', + usps_city: 'Antlers', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5756.0, + density: 10.2, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "96.11", "40023": "3.89"}', + coty_name: ['Pushmataha', 'Choctaw'], + cty_code: ['40127', '40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61038, lat: 34.22758 }, + }, + { + zip_code: '74651', + usps_city: 'Red Rock', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 2.0, + primary_coty_code: '40103', + primary_coty_name: 'Noble', + county_weights: '{"40103": "98.79", "40117": "1.21"}', + coty_name: ['Noble', 'Pawnee'], + cty_code: ['40103', '40117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17474, lat: 36.46925 }, + }, + { + zip_code: '74754', + usps_city: 'Ringold', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 2.1, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "62.86", "40127": "37.14"}', + coty_name: ['McCurtain', 'Pushmataha'], + cty_code: ['40089', '40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12595, lat: 34.20372 }, + }, + { + zip_code: '75134', + usps_city: 'Lancaster', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21879.0, + density: 826.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.783, lat: 32.6201 }, + }, + { + zip_code: '75251', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2861.0, + density: 2514.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77193, lat: 32.91901 }, + }, + { + zip_code: '75252', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26867.0, + density: 2047.7, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "97.44", "48113": "2.56"}', + coty_name: ['Collin', 'Dallas'], + cty_code: ['48085', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79081, lat: 32.99723 }, + }, + { + zip_code: '75415', + usps_city: 'Ben Franklin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 8.8, + primary_coty_code: '48119', + primary_coty_name: 'Delta', + county_weights: '{"48119": "100"}', + coty_name: ['Delta'], + cty_code: ['48119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.75133, lat: 33.45985 }, + }, + { + zip_code: '75446', + usps_city: 'Honey Grove', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3178.0, + density: 7.0, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "87.67", "48277": "12.33"}', + coty_name: ['Fannin', 'Lamar'], + cty_code: ['48147', '48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89414, lat: 33.61208 }, + }, + { + zip_code: '75459', + usps_city: 'Howe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5156.0, + density: 25.0, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67755, lat: 33.53109 }, + }, + { + zip_code: '75462', + usps_city: 'Paris', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11641.0, + density: 22.5, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48378, lat: 33.62386 }, + }, + { + zip_code: '75639', + usps_city: 'De Berry', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2926.0, + density: 6.6, + primary_coty_code: '48365', + primary_coty_name: 'Panola', + county_weights: '{"48365": "100"}', + coty_name: ['Panola'], + cty_code: ['48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16944, lat: 32.29033 }, + }, + { + zip_code: '75642', + usps_city: 'Elysian Fields', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 8.3, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "100"}', + coty_name: ['Harrison'], + cty_code: ['48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17658, lat: 32.37152 }, + }, + { + zip_code: '75750', + usps_city: 'Arp', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3766.0, + density: 31.1, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.07493, lat: 32.27443 }, + }, + { + zip_code: '75763', + usps_city: 'Frankston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6247.0, + density: 22.4, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "51.64", "48213": "48.36"}', + coty_name: ['Anderson', 'Henderson'], + cty_code: ['48001', '48213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.52214, lat: 32.04187 }, + }, + { + zip_code: '75852', + usps_city: 'Midway', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4017.0, + density: 9.0, + primary_coty_code: '48313', + primary_coty_name: 'Madison', + county_weights: '{"48313": "96.62", "48471": "3.38"}', + coty_name: ['Madison', 'Walker'], + cty_code: ['48313', '48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71166, lat: 30.96685 }, + }, + { + zip_code: '75966', + usps_city: 'Newton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4920.0, + density: 7.0, + primary_coty_code: '48351', + primary_coty_name: 'Newton', + county_weights: '{"48351": "100"}', + coty_name: ['Newton'], + cty_code: ['48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.72843, lat: 30.8352 }, + }, + { + zip_code: '75968', + usps_city: 'Pineland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1635.0, + density: 8.6, + primary_coty_code: '48403', + primary_coty_name: 'Sabine', + county_weights: '{"48403": "99.94", "48405": "0.06"}', + coty_name: ['Sabine', 'San Augustine'], + cty_code: ['48403', '48405'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95041, lat: 31.25261 }, + }, + { + zip_code: '76021', + usps_city: 'Bedford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35794.0, + density: 1906.8, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13119, lat: 32.85231 }, + }, + { + zip_code: '76034', + usps_city: 'Colleyville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26418.0, + density: 781.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14876, lat: 32.8912 }, + }, + { + zip_code: '76051', + usps_city: 'Grapevine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53291.0, + density: 558.5, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100", "48113": "0"}', + coty_name: ['Tarrant', 'Dallas'], + cty_code: ['48439', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07177, lat: 32.92499 }, + }, + { + zip_code: '76110', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31926.0, + density: 2149.0, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33891, lat: 32.70699 }, + }, + { + zip_code: '76155', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5813.0, + density: 647.8, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04866, lat: 32.82398 }, + }, + { + zip_code: '76262', + usps_city: 'Roanoke', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39425.0, + density: 336.0, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "60.77", "48439": "39.23"}', + coty_name: ['Denton', 'Tarrant'], + cty_code: ['48121', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22581, lat: 33.00948 }, + }, + { + zip_code: '76384', + usps_city: 'Vernon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12179.0, + density: 9.9, + primary_coty_code: '48487', + primary_coty_name: 'Wilbarger', + county_weights: '{"48487": "99.85", "48155": "0.15"}', + coty_name: ['Wilbarger', 'Foard'], + cty_code: ['48487', '48155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.32555, lat: 34.16773 }, + }, + { + zip_code: '76431', + usps_city: 'Chico', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3630.0, + density: 11.8, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "98.35", "48237": "1.65"}', + coty_name: ['Wise', 'Jack'], + cty_code: ['48497', '48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85662, lat: 33.31747 }, + }, + { + zip_code: '76437', + usps_city: 'Cisco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5818.0, + density: 5.5, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "95.33", "48429": "2.39", "48059": "2.27"}', + coty_name: ['Eastland', 'Stephens', 'Callahan'], + cty_code: ['48133', '48429', '48059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.02367, lat: 32.39591 }, + }, + { + zip_code: '76470', + usps_city: 'Ranger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3580.0, + density: 4.8, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "94.07", "48429": "5.93"}', + coty_name: ['Eastland', 'Stephens'], + cty_code: ['48133', '48429'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66152, lat: 32.50228 }, + }, + { + zip_code: '76596', + usps_city: 'Gatesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1250.0, + density: 1598.7, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "100"}', + coty_name: ['Coryell'], + cty_code: ['48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.7296, lat: 31.47755 }, + }, + { + zip_code: '76639', + usps_city: 'Dawson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1318.0, + density: 5.5, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65574, lat: 31.87245 }, + }, + { + zip_code: '76686', + usps_city: 'Tehuacana', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 6.7, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "100"}', + coty_name: ['Limestone'], + cty_code: ['48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.558, lat: 31.76592 }, + }, + { + zip_code: '77006', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22580.0, + density: 3865.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39132, lat: 29.74088 }, + }, + { + zip_code: '77024', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38190.0, + density: 1149.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.51161, lat: 29.77084 }, + }, + { + zip_code: '77042', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41734.0, + density: 2587.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5606, lat: 29.74115 }, + }, + { + zip_code: '77085', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17991.0, + density: 1315.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "97.31", "48157": "2.69"}', + coty_name: ['Harris', 'Fort Bend'], + cty_code: ['48201', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48427, lat: 29.62431 }, + }, + { + zip_code: '77364', + usps_city: 'Pointblank', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1828.0, + density: 23.3, + primary_coty_code: '48407', + primary_coty_name: 'San Jacinto', + county_weights: '{"48407": "100"}', + coty_name: ['San Jacinto'], + cty_code: ['48407'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22091, lat: 30.76591 }, + }, + { + zip_code: '77418', + usps_city: 'Bellville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10537.0, + density: 21.4, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "100"}', + coty_name: ['Austin'], + cty_code: ['48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.25055, lat: 29.97879 }, + }, + { + zip_code: '77493', + usps_city: 'Katy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36334.0, + density: 243.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "89.18", "48473": "10.08", "48157": "0.73"}', + coty_name: ['Harris', 'Waller', 'Fort Bend'], + cty_code: ['48201', '48473', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83094, lat: 29.85208 }, + }, + { + zip_code: '77504', + usps_city: 'Pasadena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24954.0, + density: 1742.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.18997, lat: 29.64802 }, + }, + { + zip_code: '77519', + usps_city: 'Batson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1066.0, + density: 9.9, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.60224, lat: 30.23425 }, + }, + { + zip_code: '77531', + usps_city: 'Clute', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16228.0, + density: 317.3, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39242, lat: 29.04935 }, + }, + { + zip_code: '77575', + usps_city: 'Liberty', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16884.0, + density: 27.2, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "99.74", "48071": "0.26"}', + coty_name: ['Liberty', 'Chambers'], + cty_code: ['48291', '48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73395, lat: 30.07534 }, + }, + { + zip_code: '77587', + usps_city: 'South Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16928.0, + density: 2207.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22955, lat: 29.66108 }, + }, + { + zip_code: '77619', + usps_city: 'Groves', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15662.0, + density: 1012.7, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91851, lat: 29.94724 }, + }, + { + zip_code: '77627', + usps_city: 'Nederland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21698.0, + density: 792.1, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00907, lat: 29.98742 }, + }, + { + zip_code: '77701', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13480.0, + density: 753.8, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.106, lat: 30.07314 }, + }, + { + zip_code: '77808', + usps_city: 'Bryan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12013.0, + density: 18.5, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "94.48", "48395": "5.52"}', + coty_name: ['Brazos', 'Robertson'], + cty_code: ['48041', '48395'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.31434, lat: 30.78934 }, + }, + { + zip_code: '77859', + usps_city: 'Hearne', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6750.0, + density: 15.4, + primary_coty_code: '48395', + primary_coty_name: 'Robertson', + county_weights: '{"48395": "93.54", "48041": "6.46"}', + coty_name: ['Robertson', 'Brazos'], + cty_code: ['48395', '48041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51734, lat: 30.86932 }, + }, + { + zip_code: '77974', + usps_city: 'Meyersville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 4.7, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "57.14", "48123": "42.86"}', + coty_name: ['Victoria', 'DeWitt'], + cty_code: ['48469', '48123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29484, lat: 28.89163 }, + }, + { + zip_code: '77975', + usps_city: 'Moulton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1609.0, + density: 7.8, + primary_coty_code: '48285', + primary_coty_name: 'Lavaca', + county_weights: '{"48285": "100"}', + coty_name: ['Lavaca'], + cty_code: ['48285'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08485, lat: 29.56787 }, + }, + { + zip_code: '78003', + usps_city: 'Bandera', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9743.0, + density: 16.7, + primary_coty_code: '48019', + primary_coty_name: 'Bandera', + county_weights: '{"48019": "97.54", "48325": "2.46"}', + coty_name: ['Bandera', 'Medina'], + cty_code: ['48019', '48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.09413, lat: 29.70959 }, + }, + { + zip_code: '78052', + usps_city: 'Lytle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6769.0, + density: 68.9, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "71.15", "48325": "26.06", "48029": "2.79"}', + coty_name: ['Atascosa', 'Medina', 'Bexar'], + cty_code: ['48013', '48325', '48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.77534, lat: 29.20449 }, + }, + { + zip_code: '78141', + usps_city: 'Nordheim', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 3.4, + primary_coty_code: '48123', + primary_coty_name: 'DeWitt', + county_weights: '{"48123": "99.16", "48255": "0.84"}', + coty_name: ['DeWitt', 'Karnes'], + cty_code: ['48123', '48255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.627, lat: 28.91743 }, + }, + { + zip_code: '78142', + usps_city: 'Normanna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 11.4, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.81055, lat: 28.53664 }, + }, + { + zip_code: '78229', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34125.0, + density: 2298.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57221, lat: 29.50555 }, + }, + { + zip_code: '78344', + usps_city: 'Bruni', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 1.4, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86472, lat: 27.48001 }, + }, + { + zip_code: '78371', + usps_city: 'Oilton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 0.3, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.95939, lat: 27.62829 }, + }, + { + zip_code: '78574', + usps_city: 'Mission', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 62616.0, + density: 411.0, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37005, lat: 26.31893 }, + }, + { + zip_code: '78665', + usps_city: 'Round Rock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 49074.0, + density: 1010.1, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64378, lat: 30.54488 }, + }, + { + zip_code: '78672', + usps_city: 'Tow', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1283.0, + density: 37.4, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "100"}', + coty_name: ['Llano'], + cty_code: ['48299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4711, lat: 30.85966 }, + }, + { + zip_code: '78754', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26433.0, + density: 770.1, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64483, lat: 30.35574 }, + }, + { + zip_code: '78829', + usps_city: 'Batesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1448.0, + density: 1.1, + primary_coty_code: '48507', + primary_coty_name: 'Zavala', + county_weights: '{"48507": "100"}', + coty_name: ['Zavala'], + cty_code: ['48507'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.5591, lat: 28.88992 }, + }, + { + zip_code: '78953', + usps_city: 'Rosanky', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 3.0, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "75.05", "48055": "24.95"}', + coty_name: ['Bastrop', 'Caldwell'], + cty_code: ['48021', '48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3483, lat: 29.8522 }, + }, + { + zip_code: '79032', + usps_city: 'Edmonson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 2.0, + primary_coty_code: '48189', + primary_coty_name: 'Hale', + county_weights: '{"48189": "100"}', + coty_name: ['Hale'], + cty_code: ['48189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.94141, lat: 34.28289 }, + }, + { + zip_code: '79058', + usps_city: 'Masterson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "100", "48341": "0"}', + coty_name: ['Potter', 'Moore'], + cty_code: ['48375', '48341'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.9076, lat: 35.6164 }, + }, + { + zip_code: '79064', + usps_city: 'Olton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2495.0, + density: 6.6, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "96.6", "48189": "3.4"}', + coty_name: ['Lamb', 'Hale'], + cty_code: ['48279', '48189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.12113, lat: 34.19816 }, + }, + { + zip_code: '79330', + usps_city: 'Justiceburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.3, + primary_coty_code: '48169', + primary_coty_name: 'Garza', + county_weights: '{"48169": "100"}', + coty_name: ['Garza'], + cty_code: ['48169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.20991, lat: 33.03669 }, + }, + { + zip_code: '79380', + usps_city: 'Whitharral', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 3.0, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "100"}', + coty_name: ['Hockley'], + cty_code: ['48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.35928, lat: 33.74713 }, + }, + { + zip_code: '79406', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7017.0, + density: 2684.7, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.88125, lat: 33.58349 }, + }, + { + zip_code: '79410', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10166.0, + density: 1623.2, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.89127, lat: 33.56969 }, + }, + { + zip_code: '79412', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16554.0, + density: 2050.3, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.85744, lat: 33.54539 }, + }, + { + zip_code: '79567', + usps_city: 'Winters', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3432.0, + density: 4.2, + primary_coty_code: '48399', + primary_coty_name: 'Runnels', + county_weights: '{"48399": "98.07", "48441": "1.93"}', + coty_name: ['Runnels', 'Taylor'], + cty_code: ['48399', '48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.95308, lat: 31.97769 }, + }, + { + zip_code: '79839', + usps_city: 'Fort Hancock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2141.0, + density: 1.7, + primary_coty_code: '48229', + primary_coty_name: 'Hudspeth', + county_weights: '{"48229": "100"}', + coty_name: ['Hudspeth'], + cty_code: ['48229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.60772, lat: 31.21317 }, + }, + { + zip_code: '79848', + usps_city: 'Sanderson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 0.4, + primary_coty_code: '48443', + primary_coty_name: 'Terrell', + county_weights: '{"48443": "99.78", "48371": "0.22"}', + coty_name: ['Terrell', 'Pecos'], + cty_code: ['48443', '48371'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.30544, lat: 30.24901 }, + }, + { + zip_code: '80017', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 37668.0, + density: 2490.5, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.78588, lat: 39.69762 }, + }, + { + zip_code: '80033', + usps_city: 'Wheat Ridge', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 25755.0, + density: 1200.5, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.1022, lat: 39.77309 }, + }, + { + zip_code: '80112', + usps_city: 'Englewood', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34092.0, + density: 712.4, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "92.98", "08035": "7.02"}', + coty_name: ['Arapahoe', 'Douglas'], + cty_code: ['08005', '08035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8574, lat: 39.57258 }, + }, + { + zip_code: '80134', + usps_city: 'Parker', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 69163.0, + density: 474.3, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77886, lat: 39.48221 }, + }, + { + zip_code: '80229', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 55532.0, + density: 1681.5, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.9574, lat: 39.85545 }, + }, + { + zip_code: '80234', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 28133.0, + density: 1527.0, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "94.89", "08014": "5.11"}', + coty_name: ['Adams', 'Broomfield'], + cty_code: ['08001', '08014'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00553, lat: 39.91226 }, + }, + { + zip_code: '80304', + usps_city: 'Boulder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 26360.0, + density: 1115.7, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.29048, lat: 40.04547 }, + }, + { + zip_code: '80403', + usps_city: 'Golden', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 20499.0, + density: 59.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "93.03", "08013": "4.77", "08047": "2.2"}', + coty_name: ['Jefferson', 'Boulder', 'Gilpin'], + cty_code: ['08059', '08013', '08047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.31503, lat: 39.83088 }, + }, + { + zip_code: '80439', + usps_city: 'Evergreen', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 24959.0, + density: 54.5, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "84.58", "08019": "15.42"}', + coty_name: ['Jefferson', 'Clear Creek'], + cty_code: ['08059', '08019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.43301, lat: 39.6376 }, + }, + { + zip_code: '80448', + usps_city: 'Grant', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.63004, lat: 39.408 }, + }, + { + zip_code: '80449', + usps_city: 'Hartsel', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 816.0, + density: 0.5, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "99.56", "08015": "0.44"}', + coty_name: ['Park', 'Chaffee'], + cty_code: ['08093', '08015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.85574, lat: 38.98134 }, + }, + { + zip_code: '80453', + usps_city: 'Idledale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 99.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.24262, lat: 39.66271 }, + }, + { + zip_code: '80456', + usps_city: 'Jefferson', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 1.1, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.64459, lat: 39.28408 }, + }, + { + zip_code: '80833', + usps_city: 'Rush', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 686.0, + density: 0.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "53.18", "08073": "43.5", "08039": "3.32"}', + coty_name: ['El Paso', 'Lincoln', 'Elbert'], + cty_code: ['08041', '08073', '08039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.93414, lat: 38.74026 }, + }, + { + zip_code: '80911', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36255.0, + density: 1159.1, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.72211, lat: 38.75329 }, + }, + { + zip_code: '81005', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31963.0, + density: 53.6, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.84172, lat: 38.19777 }, + }, + { + zip_code: '81019', + usps_city: 'Colorado City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1674.0, + density: 65.1, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.84116, lat: 37.94406 }, + }, + { + zip_code: '81151', + usps_city: 'Sanford', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1902.0, + density: 3.3, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "92.31", "08023": "7.69"}', + coty_name: ['Conejos', 'Costilla'], + cty_code: ['08021', '08023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.70861, lat: 37.23324 }, + }, + { + zip_code: '81201', + usps_city: 'Salida', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9543.0, + density: 8.3, + primary_coty_code: '8015', + primary_coty_name: 'Chaffee', + county_weights: '{"08015": "98.89", "08043": "1.11"}', + coty_name: ['Chaffee', 'Fremont'], + cty_code: ['08015', '08043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.06482, lat: 38.56049 }, + }, + { + zip_code: '81244', + usps_city: 'Rockvale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 388.0, + density: 40.6, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.17768, lat: 38.36297 }, + }, + { + zip_code: '81323', + usps_city: 'Dolores', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4542.0, + density: 2.5, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "98.89", "08033": "1.11"}', + coty_name: ['Montezuma', 'Dolores'], + cty_code: ['08083', '08033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.2847, lat: 37.63986 }, + }, + { + zip_code: '81432', + usps_city: 'Ridgway', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2977.0, + density: 4.2, + primary_coty_code: '8091', + primary_coty_name: 'Ouray', + county_weights: '{"08091": "99.78", "08113": "0.22"}', + coty_name: ['Ouray', 'San Miguel'], + cty_code: ['08091', '08113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.75691, lat: 38.12814 }, + }, + { + zip_code: '81435', + usps_city: 'Telluride', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5252.0, + density: 15.2, + primary_coty_code: '8113', + primary_coty_name: 'San Miguel', + county_weights: '{"08113": "100"}', + coty_name: ['San Miguel'], + cty_code: ['8113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.86951, lat: 37.9038 }, + }, + { + zip_code: '81521', + usps_city: 'Fruita', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 16299.0, + density: 42.6, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.81647, lat: 39.14589 }, + }, + { + zip_code: '81642', + usps_city: 'Meredith', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 0.0, + primary_coty_code: '8097', + primary_coty_name: 'Pitkin', + county_weights: '{"08097": "100"}', + coty_name: ['Pitkin'], + cty_code: ['8097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.65933, lat: 39.31983 }, + }, + { + zip_code: '81646', + usps_city: 'Molina', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 1.2, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.99628, lat: 39.10254 }, + }, + { + zip_code: '81648', + usps_city: 'Rangely', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2688.0, + density: 0.8, + primary_coty_code: '8103', + primary_coty_name: 'Rio Blanco', + county_weights: '{"08103": "100"}', + coty_name: ['Rio Blanco'], + cty_code: ['8103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.73354, lat: 39.97213 }, + }, + { + zip_code: '82053', + usps_city: 'Burns', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 1.8, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.35077, lat: 41.25087 }, + }, + { + zip_code: '82221', + usps_city: 'Lagrange', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 0.5, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.34292, lat: 41.63837 }, + }, + { + zip_code: '82224', + usps_city: 'Lost Springs', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 0.0, + primary_coty_code: '56027', + primary_coty_name: 'Niobrara', + county_weights: '{"56027": "100"}', + coty_name: ['Niobrara'], + cty_code: ['56027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.79743, lat: 43.04212 }, + }, + { + zip_code: '82323', + usps_city: 'Dixon', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 2.0, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.49892, lat: 41.04457 }, + }, + { + zip_code: '82336', + usps_city: 'Wamsutter', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 0.1, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.19015, lat: 41.73137 }, + }, + { + zip_code: '82514', + usps_city: 'Fort Washakie', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1592.0, + density: 2.8, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.95359, lat: 43.04967 }, + }, + { + zip_code: '82720', + usps_city: 'Hulett', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 0.4, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "100"}', + coty_name: ['Crook'], + cty_code: ['56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.67587, lat: 44.79764 }, + }, + { + zip_code: '82835', + usps_city: 'Clearmont', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 0.2, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.35873, lat: 44.77749 }, + }, + { + zip_code: '83011', + usps_city: 'Kelly', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.2, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "100"}', + coty_name: ['Teton'], + cty_code: ['56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.43683, lat: 43.56136 }, + }, + { + zip_code: '83214', + usps_city: 'Arimo', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 2.3, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.29039, lat: 42.5452 }, + }, + { + zip_code: '83263', + usps_city: 'Preston', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 9638.0, + density: 9.3, + primary_coty_code: '16041', + primary_coty_name: 'Franklin', + county_weights: '{"16041": "100"}', + coty_name: ['Franklin'], + cty_code: ['16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.75706, lat: 42.16883 }, + }, + { + zip_code: '83324', + usps_city: 'Dietrich', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 785.0, + density: 3.4, + primary_coty_code: '16063', + primary_coty_name: 'Lincoln', + county_weights: '{"16063": "100"}', + coty_name: ['Lincoln'], + cty_code: ['16063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.26586, lat: 42.87836 }, + }, + { + zip_code: '83444', + usps_city: 'Roberts', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 981.0, + density: 2.5, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['16051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.24932, lat: 43.69575 }, + }, + { + zip_code: '83464', + usps_city: 'Leadore', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 0.1, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "98.26", "16033": "1.74"}', + coty_name: ['Lemhi', 'Clark'], + cty_code: ['16059', '16033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.23657, lat: 44.50735 }, + }, + { + zip_code: '83548', + usps_city: 'Reubens', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 1.8, + primary_coty_code: '16061', + primary_coty_name: 'Lewis', + county_weights: '{"16061": "68.38", "16069": "31.62"}', + coty_name: ['Lewis', 'Nez Perce'], + cty_code: ['16061', '16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.51442, lat: 46.36133 }, + }, + { + zip_code: '83607', + usps_city: 'Caldwell', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 26344.0, + density: 45.8, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "96.05", "16075": "2.44", "16045": "1.51"}', + coty_name: ['Canyon', 'Payette', 'Gem'], + cty_code: ['16027', '16075', '16045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.75079, lat: 43.70796 }, + }, + { + zip_code: '83617', + usps_city: 'Emmett', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 15268.0, + density: 25.2, + primary_coty_code: '16045', + primary_coty_name: 'Gem', + county_weights: '{"16045": "100"}', + coty_name: ['Gem'], + cty_code: ['16045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.50566, lat: 43.92995 }, + }, + { + zip_code: '83666', + usps_city: 'Placerville', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 1.6, + primary_coty_code: '16015', + primary_coty_name: 'Boise', + county_weights: '{"16015": "100"}', + coty_name: ['Boise'], + cty_code: ['16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.97588, lat: 43.9633 }, + }, + { + zip_code: '83714', + usps_city: 'Garden City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 23109.0, + density: 182.7, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.27972, lat: 43.73201 }, + }, + { + zip_code: '83832', + usps_city: 'Genesee', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1622.0, + density: 4.3, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "87.86", "16069": "12.14"}', + coty_name: ['Latah', 'Nez Perce'], + cty_code: ['16057', '16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.90686, lat: 46.55355 }, + }, + { + zip_code: '84024', + usps_city: 'Echo', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 2.4, + primary_coty_code: '49043', + primary_coty_name: 'Summit', + county_weights: '{"49043": "100"}', + coty_name: ['Summit'], + cty_code: ['49043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.44734, lat: 41.00765 }, + }, + { + zip_code: '84056', + usps_city: 'Hill Afb', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3458.0, + density: 141.6, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.99017, lat: 41.12649 }, + }, + { + zip_code: '84311', + usps_city: 'Fielding', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 29.3, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.11604, lat: 41.8237 }, + }, + { + zip_code: '84739', + usps_city: 'Joseph', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 6.4, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.31568, lat: 38.63428 }, + }, + { + zip_code: '84764', + usps_city: 'Bryce', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 2.2, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.17352, lat: 37.61843 }, + }, + { + zip_code: '85007', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 14428.0, + density: 1219.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.0912, lat: 33.44713 }, + }, + { + zip_code: '85015', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41895.0, + density: 3312.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.10179, lat: 33.50918 }, + }, + { + zip_code: '85034', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5045.0, + density: 170.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.02005, lat: 33.43489 }, + }, + { + zip_code: '85206', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 37230.0, + density: 1506.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.71772, lat: 33.39667 }, + }, + { + zip_code: '85212', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 37204.0, + density: 405.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.63542, lat: 33.32214 }, + }, + { + zip_code: '85303', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35142.0, + density: 2142.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.22112, lat: 33.5327 }, + }, + { + zip_code: '85340', + usps_city: 'Litchfield Park', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35316.0, + density: 452.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.41317, lat: 33.50984 }, + }, + { + zip_code: '85374', + usps_city: 'Surprise', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 48430.0, + density: 1151.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.37672, lat: 33.64402 }, + }, + { + zip_code: '85714', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 15084.0, + density: 884.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.95082, lat: 32.1674 }, + }, + { + zip_code: '85922', + usps_city: 'Blue', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 0.0, + primary_coty_code: '4011', + primary_coty_name: 'Greenlee', + county_weights: '{"04011": "100"}', + coty_name: ['Greenlee'], + cty_code: ['4011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.13674, lat: 33.50837 }, + }, + { + zip_code: '85931', + usps_city: 'Forest Lakes', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 0.2, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.86441, lat: 34.45127 }, + }, + { + zip_code: '86046', + usps_city: 'Williams', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5695.0, + density: 1.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.1549, lat: 35.43002 }, + }, + { + zip_code: '86326', + usps_city: 'Cottonwood', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 25294.0, + density: 180.5, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.02364, lat: 34.70001 }, + }, + { + zip_code: '86331', + usps_city: 'Jerome', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 4.2, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.14388, lat: 34.72685 }, + }, + { + zip_code: '86401', + usps_city: 'Kingman', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 25799.0, + density: 9.0, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.70328, lat: 35.13283 }, + }, + { + zip_code: '86404', + usps_city: 'Lake Havasu City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17280.0, + density: 38.5, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.30651, lat: 34.61883 }, + }, + { + zip_code: '87022', + usps_city: 'Isleta', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 146.2, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.70539, lat: 34.89774 }, + }, + { + zip_code: '87327', + usps_city: 'Zuni', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 9002.0, + density: 6.0, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "99.92", "35006": "0.08"}', + coty_name: ['McKinley', 'Cibola'], + cty_code: ['35031', '35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.78819, lat: 34.98022 }, + }, + { + zip_code: '87417', + usps_city: 'Kirtland', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 5704.0, + density: 185.0, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.345, lat: 36.74406 }, + }, + { + zip_code: '87573', + usps_city: 'Tererro', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 0.1, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "88.89", "35049": "11.11"}', + coty_name: ['San Miguel', 'Santa Fe'], + cty_code: ['35047', '35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.67126, lat: 35.77291 }, + }, + { + zip_code: '87713', + usps_city: 'Chacon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 1.4, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.36485, lat: 36.16713 }, + }, + { + zip_code: '87722', + usps_city: 'Guadalupita', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 925.0, + density: 4.1, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.24648, lat: 36.15243 }, + }, + { + zip_code: '88021', + usps_city: 'Anthony', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 19623.0, + density: 9.5, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.01802, lat: 31.95488 }, + }, + { + zip_code: '88250', + usps_city: 'Hope', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 0.2, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "81.85", "35005": "18.15"}', + coty_name: ['Eddy', 'Chaves'], + cty_code: ['35015', '35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91836, lat: 32.72828 }, + }, + { + zip_code: '88262', + usps_city: 'Mcdonald', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 11.0, + density: 0.1, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.42588, lat: 33.13287 }, + }, + { + zip_code: '88318', + usps_city: 'Corona', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 0.1, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "84.78", "35057": "15.22"}', + coty_name: ['Lincoln', 'Torrance'], + cty_code: ['35027', '35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.3855, lat: 34.20837 }, + }, + { + zip_code: '88350', + usps_city: 'Timberon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 0.7, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.67741, lat: 32.64305 }, + }, + { + zip_code: '89026', + usps_city: 'Jean', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.28964, lat: 35.75522 }, + }, + { + zip_code: '89052', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 55096.0, + density: 409.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.05673, lat: 35.9551 }, + }, + { + zip_code: '89129', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 57116.0, + density: 2203.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.29016, lat: 36.23331 }, + }, + { + zip_code: '89161', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 2.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.36387, lat: 36.00035 }, + }, + { + zip_code: '89169', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 21822.0, + density: 2482.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.14128, lat: 36.12415 }, + }, + { + zip_code: '89460', + usps_city: 'Gardnerville', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 13570.0, + density: 96.7, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.79057, lat: 38.90108 }, + }, + { + zip_code: '89501', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 3961.0, + density: 2413.3, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.81303, lat: 39.52566 }, + }, + { + zip_code: '31067', + usps_city: 'Oconee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 32.0, + primary_coty_code: '13303', + primary_coty_name: 'Washington', + county_weights: '{"13303": "100"}', + coty_name: ['Washington'], + cty_code: ['13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93698, lat: 32.86007 }, + }, + { + zip_code: '31094', + usps_city: 'Warthen', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 4.0, + primary_coty_code: '13303', + primary_coty_name: 'Washington', + county_weights: '{"13303": "100"}', + coty_name: ['Washington'], + cty_code: ['13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79398, lat: 33.11179 }, + }, + { + zip_code: '31305', + usps_city: 'Darien', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5409.0, + density: 49.1, + primary_coty_code: '13191', + primary_coty_name: 'McIntosh', + county_weights: '{"13191": "100"}', + coty_name: ['McIntosh'], + cty_code: ['13191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3918, lat: 31.39907 }, + }, + { + zip_code: '31537', + usps_city: 'Folkston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10858.0, + density: 14.4, + primary_coty_code: '13049', + primary_coty_name: 'Charlton', + county_weights: '{"13049": "98.69", "13039": "1.31"}', + coty_name: ['Charlton', 'Camden'], + cty_code: ['13049', '13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.00974, lat: 30.89309 }, + }, + { + zip_code: '31542', + usps_city: 'Hoboken', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2805.0, + density: 10.6, + primary_coty_code: '13025', + primary_coty_name: 'Brantley', + county_weights: '{"13025": "100"}', + coty_name: ['Brantley'], + cty_code: ['13025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12071, lat: 31.14309 }, + }, + { + zip_code: '31645', + usps_city: 'Ray City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5048.0, + density: 38.7, + primary_coty_code: '13019', + primary_coty_name: 'Berrien', + county_weights: '{"13019": "53.29", "13173": "33.55", "13185": "13.15"}', + coty_name: ['Berrien', 'Lanier', 'Lowndes'], + cty_code: ['13019', '13173', '13185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2171, lat: 31.06185 }, + }, + { + zip_code: '31763', + usps_city: 'Leesburg', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24352.0, + density: 37.2, + primary_coty_code: '13177', + primary_coty_name: 'Lee', + county_weights: '{"13177": "99.69", "13095": "0.31"}', + coty_name: ['Lee', 'Dougherty'], + cty_code: ['13177', '13095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14213, lat: 31.74224 }, + }, + { + zip_code: '31792', + usps_city: 'Thomasville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23572.0, + density: 43.2, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "97.42", "13131": "2.58"}', + coty_name: ['Thomas', 'Grady'], + cty_code: ['13275', '13131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04499, lat: 30.7685 }, + }, + { + zip_code: '31798', + usps_city: 'Wray', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 834.0, + density: 4.2, + primary_coty_code: '13155', + primary_coty_name: 'Irwin', + county_weights: '{"13155": "48.22", "13069": "38.45", "13017": "13.33"}', + coty_name: ['Irwin', 'Coffee', 'Ben Hill'], + cty_code: ['13155', '13069', '13017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05665, lat: 31.62142 }, + }, + { + zip_code: '31906', + usps_city: 'Columbus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20349.0, + density: 1144.6, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "100"}', + coty_name: ['Muscogee'], + cty_code: ['13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.94951, lat: 32.46798 }, + }, + { + zip_code: '32114', + usps_city: 'Daytona Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32847.0, + density: 750.1, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.05145, lat: 29.19393 }, + }, + { + zip_code: '32148', + usps_city: 'Interlachen', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10710.0, + density: 48.9, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8841, lat: 29.60799 }, + }, + { + zip_code: '32211', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35657.0, + density: 1664.8, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58402, lat: 30.33266 }, + }, + { + zip_code: '32312', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32783.0, + density: 121.4, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.22893, lat: 30.60551 }, + }, + { + zip_code: '32437', + usps_city: 'Ebro', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 9.3, + primary_coty_code: '12133', + primary_coty_name: 'Washington', + county_weights: '{"12133": "83.21", "12005": "16.79"}', + coty_name: ['Washington', 'Bay'], + cty_code: ['12133', '12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.90551, lat: 30.43364 }, + }, + { + zip_code: '32542', + usps_city: 'Eglin Afb', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3128.0, + density: 74.4, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.57433, lat: 30.55285 }, + }, + { + zip_code: '32568', + usps_city: 'McDavid', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2853.0, + density: 7.1, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.45402, lat: 30.88334 }, + }, + { + zip_code: '32648', + usps_city: 'Horseshoe Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 2.5, + primary_coty_code: '12029', + primary_coty_name: 'Dixie', + county_weights: '{"12029": "100"}', + coty_name: ['Dixie'], + cty_code: ['12029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.26314, lat: 29.50117 }, + }, + { + zip_code: '32701', + usps_city: 'Altamonte Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22940.0, + density: 1575.8, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36943, lat: 28.66534 }, + }, + { + zip_code: '32712', + usps_city: 'Apopka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 48151.0, + density: 311.7, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5061, lat: 28.74 }, + }, + { + zip_code: '32744', + usps_city: 'Lake Helen', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3807.0, + density: 109.4, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21924, lat: 28.98623 }, + }, + { + zip_code: '33016', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51700.0, + density: 4551.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33243, lat: 25.8949 }, + }, + { + zip_code: '33023', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 73973.0, + density: 2963.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21534, lat: 25.9894 }, + }, + { + zip_code: '33060', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37612.0, + density: 2065.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12054, lat: 26.2348 }, + }, + { + zip_code: '33068', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52749.0, + density: 3439.9, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21776, lat: 26.21571 }, + }, + { + zip_code: '33137', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22955.0, + density: 4380.7, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.178, lat: 25.81529 }, + }, + { + zip_code: '33305', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12222.0, + density: 2160.4, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12341, lat: 26.1543 }, + }, + { + zip_code: '33323', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21651.0, + density: 1394.6, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31651, lat: 26.15205 }, + }, + { + zip_code: '33325', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29369.0, + density: 1208.0, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32155, lat: 26.10976 }, + }, + { + zip_code: '33328', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29626.0, + density: 1216.9, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27223, lat: 26.06714 }, + }, + { + zip_code: '33413', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17487.0, + density: 939.1, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15536, lat: 26.66396 }, + }, + { + zip_code: '33567', + usps_city: 'Plant City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12195.0, + density: 111.8, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12162, lat: 27.92202 }, + }, + { + zip_code: '33572', + usps_city: 'Apollo Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20380.0, + density: 500.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4105, lat: 27.7629 }, + }, + { + zip_code: '33635', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18650.0, + density: 1271.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6177, lat: 28.0273 }, + }, + { + zip_code: '33810', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51139.0, + density: 352.2, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "99.33", "12057": "0.67"}', + coty_name: ['Polk', 'Hillsborough'], + cty_code: ['12105', '12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02758, lat: 28.12701 }, + }, + { + zip_code: '33903', + usps_city: 'North Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22657.0, + density: 696.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90668, lat: 26.6811 }, + }, + { + zip_code: '33954', + usps_city: 'Port Charlotte', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10573.0, + density: 480.5, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12211, lat: 27.02514 }, + }, + { + zip_code: '33955', + usps_city: 'Punta Gorda', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11436.0, + density: 81.6, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "81.84", "12071": "18.16"}', + coty_name: ['Charlotte', 'Lee'], + cty_code: ['12015', '12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98116, lat: 26.81037 }, + }, + { + zip_code: '34139', + usps_city: 'Everglades City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 22.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41295, lat: 25.8255 }, + }, + { + zip_code: '34212', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21244.0, + density: 401.2, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40782, lat: 27.49886 }, + }, + { + zip_code: '34240', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11442.0, + density: 64.7, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34735, lat: 27.33903 }, + }, + { + zip_code: '34243', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31901.0, + density: 705.1, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "82.47", "12115": "17.53"}', + coty_name: ['Manatee', 'Sarasota'], + cty_code: ['12081', '12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52958, lat: 27.40322 }, + }, + { + zip_code: '34428', + usps_city: 'Crystal River', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9043.0, + density: 51.4, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63392, lat: 28.96087 }, + }, + { + zip_code: '34608', + usps_city: 'Spring Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34802.0, + density: 876.4, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.55319, lat: 28.48272 }, + }, + { + zip_code: '34990', + usps_city: 'Palm City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29999.0, + density: 125.2, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "96.45", "12111": "3.55"}', + coty_name: ['Martin', 'St. Lucie'], + cty_code: ['12085', '12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34833, lat: 27.13751 }, + }, + { + zip_code: '35006', + usps_city: 'Adger', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2883.0, + density: 11.2, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "98.4", "01127": "1.35", "01125": "0.26"}', + coty_name: ['Jefferson', 'Walker', 'Tuscaloosa'], + cty_code: ['01073', '01127', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.19708, lat: 33.42922 }, + }, + { + zip_code: '35036', + usps_city: 'Brookside', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 95.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.91957, lat: 33.64396 }, + }, + { + zip_code: '35473', + usps_city: 'Northport', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16294.0, + density: 250.9, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.58248, lat: 33.2724 }, + }, + { + zip_code: '35550', + usps_city: 'Cordova', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5504.0, + density: 32.3, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "100"}', + coty_name: ['Walker'], + cty_code: ['1127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.16599, lat: 33.74175 }, + }, + { + zip_code: '35571', + usps_city: 'Hodges', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 4.8, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "81.34", "01093": "18.66"}', + coty_name: ['Franklin', 'Marion'], + cty_code: ['01059', '01093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95001, lat: 34.35604 }, + }, + { + zip_code: '35653', + usps_city: 'Russellville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10615.0, + density: 28.6, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "97.49", "01033": "2.51"}', + coty_name: ['Franklin', 'Colbert'], + cty_code: ['01059', '01033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87133, lat: 34.51688 }, + }, + { + zip_code: '35741', + usps_city: 'Brownsboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2801.0, + density: 46.0, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.48337, lat: 34.72145 }, + }, + { + zip_code: '35748', + usps_city: 'Gurley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7300.0, + density: 34.8, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "97.2", "01071": "2.8"}', + coty_name: ['Madison', 'Jackson'], + cty_code: ['01089', '01071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.38702, lat: 34.72193 }, + }, + { + zip_code: '35771', + usps_city: 'Section', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3959.0, + density: 25.0, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "96.82", "01049": "3.18"}', + coty_name: ['Jackson', 'DeKalb'], + cty_code: ['01071', '01049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.00239, lat: 34.53625 }, + }, + { + zip_code: '35960', + usps_city: 'Centre', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9714.0, + density: 26.2, + primary_coty_code: '1019', + primary_coty_name: 'Cherokee', + county_weights: '{"01019": "100"}', + coty_name: ['Cherokee'], + cty_code: ['1019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.57398, lat: 34.12779 }, + }, + { + zip_code: '36049', + usps_city: 'Luverne', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5883.0, + density: 14.2, + primary_coty_code: '1041', + primary_coty_name: 'Crenshaw', + county_weights: '{"01041": "98.69", "01109": "1.31"}', + coty_name: ['Crenshaw', 'Pike'], + cty_code: ['01041', '01109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.28198, lat: 31.76331 }, + }, + { + zip_code: '36064', + usps_city: 'Pike Road', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10149.0, + density: 48.5, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.07945, lat: 32.30269 }, + }, + { + zip_code: '36092', + usps_city: 'Wetumpka', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20170.0, + density: 59.6, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "100"}', + coty_name: ['Elmore'], + cty_code: ['1051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.19336, lat: 32.618 }, + }, + { + zip_code: '36201', + usps_city: 'Anniston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17482.0, + density: 181.0, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.87878, lat: 33.65147 }, + }, + { + zip_code: '36255', + usps_city: 'Cragford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 944.0, + density: 5.3, + primary_coty_code: '1027', + primary_coty_name: 'Clay', + county_weights: '{"01027": "98.14", "01123": "1.86"}', + coty_name: ['Clay', 'Tallapoosa'], + cty_code: ['01027', '01123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.73837, lat: 33.17466 }, + }, + { + zip_code: '36370', + usps_city: 'Pansey', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 881.0, + density: 12.0, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "100"}', + coty_name: ['Houston'], + cty_code: ['1069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.15679, lat: 31.14241 }, + }, + { + zip_code: '36609', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 23492.0, + density: 1288.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16318, lat: 30.66091 }, + }, + { + zip_code: '36859', + usps_city: 'Holy Trinity', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 1.2, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "100"}', + coty_name: ['Russell'], + cty_code: ['1113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.00448, lat: 32.23258 }, + }, + { + zip_code: '36863', + usps_city: 'Lanett', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11847.0, + density: 52.0, + primary_coty_code: '1017', + primary_coty_name: 'Chambers', + county_weights: '{"01017": "100"}', + coty_name: ['Chambers'], + cty_code: ['1017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.25508, lat: 32.89515 }, + }, + { + zip_code: '36913', + usps_city: 'Melvin', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 1.5, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4471, lat: 31.96099 }, + }, + { + zip_code: '36925', + usps_city: 'York', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3001.0, + density: 8.5, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1782, lat: 32.43259 }, + }, + { + zip_code: '37028', + usps_city: 'Bumpus Mills', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 13.5, + primary_coty_code: '47161', + primary_coty_name: 'Stewart', + county_weights: '{"47161": "100"}', + coty_name: ['Stewart'], + cty_code: ['47161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85948, lat: 36.62864 }, + }, + { + zip_code: '37246', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "0"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.79143, lat: 36.15986 }, + }, + { + zip_code: '37317', + usps_city: 'Copperhill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2546.0, + density: 13.1, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "100"}', + coty_name: ['Polk'], + cty_code: ['47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.44343, lat: 35.03146 }, + }, + { + zip_code: '37336', + usps_city: 'Georgetown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4639.0, + density: 41.3, + primary_coty_code: '47011', + primary_coty_name: 'Bradley', + county_weights: '{"47011": "39.1", "47065": "32.27", "47121": "28.63"}', + coty_name: ['Bradley', 'Hamilton', 'Meigs'], + cty_code: ['47011', '47065', '47121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.93327, lat: 35.30247 }, + }, + { + zip_code: '37366', + usps_city: 'Pelham', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 976.0, + density: 8.4, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "100"}', + coty_name: ['Grundy'], + cty_code: ['47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.83808, lat: 35.32119 }, + }, + { + zip_code: '37375', + usps_city: 'Sewanee', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4100.0, + density: 24.1, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "90.81", "47115": "9.19"}', + coty_name: ['Franklin', 'Marion'], + cty_code: ['47051', '47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.89178, lat: 35.15429 }, + }, + { + zip_code: '37391', + usps_city: 'Turtletown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1495.0, + density: 22.5, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "100"}', + coty_name: ['Polk'], + cty_code: ['47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35294, lat: 35.0894 }, + }, + { + zip_code: '37715', + usps_city: 'Clairfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 714.0, + density: 10.3, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "82.6", "47013": "17.4"}', + coty_name: ['Claiborne', 'Campbell'], + cty_code: ['47025', '47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96049, lat: 36.55424 }, + }, + { + zip_code: '37738', + usps_city: 'Gatlinburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5420.0, + density: 10.0, + primary_coty_code: '47155', + primary_coty_name: 'Sevier', + county_weights: '{"47155": "100"}', + coty_name: ['Sevier'], + cty_code: ['47155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47481, lat: 35.6702 }, + }, + { + zip_code: '37804', + usps_city: 'Maryville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26892.0, + density: 298.3, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89312, lat: 35.79207 }, + }, + { + zip_code: '37818', + usps_city: 'Mosheim', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5011.0, + density: 42.3, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "100"}', + coty_name: ['Greene'], + cty_code: ['47059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96871, lat: 36.18917 }, + }, + { + zip_code: '37840', + usps_city: 'Oliver Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10238.0, + density: 46.4, + primary_coty_code: '47145', + primary_coty_name: 'Roane', + county_weights: '{"47145": "37.62", "47001": "34.96", "47129": "27.42"}', + coty_name: ['Roane', 'Anderson', 'Morgan'], + cty_code: ['47145', '47001', '47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.37547, lat: 36.05933 }, + }, + { + zip_code: '37869', + usps_city: 'Sneedville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4715.0, + density: 13.5, + primary_coty_code: '47067', + primary_coty_name: 'Hancock', + county_weights: '{"47067": "93.46", "47073": "4.69", "47025": "1.85"}', + coty_name: ['Hancock', 'Hawkins', 'Claiborne'], + cty_code: ['47067', '47073', '47025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24129, lat: 36.51846 }, + }, + { + zip_code: '38047', + usps_city: 'Lenox', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 21.6, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "100"}', + coty_name: ['Dyer'], + cty_code: ['47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50346, lat: 36.09055 }, + }, + { + zip_code: '38053', + usps_city: 'Millington', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26282.0, + density: 57.5, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "88.26", "47167": "11.74"}', + coty_name: ['Shelby', 'Tipton'], + cty_code: ['47157', '47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95337, lat: 35.34422 }, + }, + { + zip_code: '38109', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 44911.0, + density: 257.6, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14947, lat: 35.03394 }, + }, + { + zip_code: '38236', + usps_city: 'Mansfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 463.0, + density: 4.9, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "100"}', + coty_name: ['Henry'], + cty_code: ['47079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27246, lat: 36.17195 }, + }, + { + zip_code: '38242', + usps_city: 'Paris', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 20296.0, + density: 42.5, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "99.33", "47183": "0.67"}', + coty_name: ['Henry', 'Weakley'], + cty_code: ['47079', '47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32802, lat: 36.30373 }, + }, + { + zip_code: '38310', + usps_city: 'Adamsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6291.0, + density: 21.3, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "66.72", "47071": "33.28"}', + coty_name: ['McNairy', 'Hardin'], + cty_code: ['47109', '47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39883, lat: 35.25849 }, + }, + { + zip_code: '38337', + usps_city: 'Gadsden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1488.0, + density: 21.2, + primary_coty_code: '47033', + primary_coty_name: 'Crockett', + county_weights: '{"47033": "100"}', + coty_name: ['Crockett'], + cty_code: ['47033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01404, lat: 35.78532 }, + }, + { + zip_code: '38452', + usps_city: 'Cypress Inn', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 9.4, + primary_coty_code: '47181', + primary_coty_name: 'Wayne', + county_weights: '{"47181": "100"}', + coty_name: ['Wayne'], + cty_code: ['47181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79628, lat: 35.08042 }, + }, + { + zip_code: '38461', + usps_city: 'Hampshire', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1279.0, + density: 7.1, + primary_coty_code: '47119', + primary_coty_name: 'Maury', + county_weights: '{"47119": "60.33", "47101": "39.67"}', + coty_name: ['Maury', 'Lewis'], + cty_code: ['47119', '47101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.34196, lat: 35.593 }, + }, + { + zip_code: '38485', + usps_city: 'Waynesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6465.0, + density: 9.2, + primary_coty_code: '47181', + primary_coty_name: 'Wayne', + county_weights: '{"47181": "99.23", "47101": "0.77"}', + coty_name: ['Wayne', 'Lewis'], + cty_code: ['47181', '47101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77362, lat: 35.33676 }, + }, + { + zip_code: '38488', + usps_city: 'Taft', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2424.0, + density: 15.9, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "100"}', + coty_name: ['Lincoln'], + cty_code: ['47103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.68473, lat: 35.04059 }, + }, + { + zip_code: '38553', + usps_city: 'Clarkrange', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2709.0, + density: 21.8, + primary_coty_code: '47049', + primary_coty_name: 'Fentress', + county_weights: '{"47049": "100"}', + coty_name: ['Fentress'], + cty_code: ['47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.00634, lat: 36.20186 }, + }, + { + zip_code: '38606', + usps_city: 'Batesville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 15594.0, + density: 22.8, + primary_coty_code: '28107', + primary_coty_name: 'Panola', + county_weights: '{"28107": "99.04", "28071": "0.74", "28119": "0.22"}', + coty_name: ['Panola', 'Lafayette', 'Quitman'], + cty_code: ['28107', '28071', '28119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95592, lat: 34.30467 }, + }, + { + zip_code: '38720', + usps_city: 'Alligator', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 5.3, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "50.92", "28011": "49.08"}', + coty_name: ['Coahoma', 'Bolivar'], + cty_code: ['28027', '28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78524, lat: 34.12393 }, + }, + { + zip_code: '38725', + usps_city: 'Benoit', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 2.3, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02697, lat: 33.65082 }, + }, + { + zip_code: '38745', + usps_city: 'Grace', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 4.1, + primary_coty_code: '28055', + primary_coty_name: 'Issaquena', + county_weights: '{"28055": "100"}', + coty_name: ['Issaquena'], + cty_code: ['28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9829, lat: 32.97747 }, + }, + { + zip_code: '38838', + usps_city: 'Dennis', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1281.0, + density: 10.5, + primary_coty_code: '28141', + primary_coty_name: 'Tishomingo', + county_weights: '{"28141": "100"}', + coty_name: ['Tishomingo'], + cty_code: ['28141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26042, lat: 34.54757 }, + }, + { + zip_code: '38865', + usps_city: 'Rienzi', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4754.0, + density: 16.3, + primary_coty_code: '28003', + primary_coty_name: 'Alcorn', + county_weights: '{"28003": "80.54", "28117": "19.46"}', + coty_name: ['Alcorn', 'Prentiss'], + cty_code: ['28003', '28117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.59098, lat: 34.78437 }, + }, + { + zip_code: '38952', + usps_city: 'Schlater', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 1.5, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "100"}', + coty_name: ['Leflore'], + cty_code: ['28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34601, lat: 33.62117 }, + }, + { + zip_code: '39095', + usps_city: 'Lexington', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6890.0, + density: 7.9, + primary_coty_code: '28051', + primary_coty_name: 'Holmes', + county_weights: '{"28051": "97.94", "28015": "2.01", "28163": "0.05"}', + coty_name: ['Holmes', 'Carroll', 'Yazoo'], + cty_code: ['28051', '28015', '28163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08242, lat: 33.12456 }, + }, + { + zip_code: '39162', + usps_city: 'Satartia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 0.3, + primary_coty_code: '28163', + primary_coty_name: 'Yazoo', + county_weights: '{"28163": "100"}', + coty_name: ['Yazoo'], + cty_code: ['28163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63537, lat: 32.62762 }, + }, + { + zip_code: '39202', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8017.0, + density: 837.8, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17096, lat: 32.31029 }, + }, + { + zip_code: '39647', + usps_city: 'McCall Creek', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 6.5, + primary_coty_code: '28037', + primary_coty_name: 'Franklin', + county_weights: '{"28037": "94.92", "28085": "5.08"}', + coty_name: ['Franklin', 'Lincoln'], + cty_code: ['28037', '28085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72011, lat: 31.51575 }, + }, + { + zip_code: '39756', + usps_city: 'Prairie', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1722.0, + density: 8.7, + primary_coty_code: '28025', + primary_coty_name: 'Clay', + county_weights: '{"28025": "52.75", "28095": "37.36", "28017": "9.88"}', + coty_name: ['Clay', 'Monroe', 'Chickasaw'], + cty_code: ['28025', '28095', '28017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74123, lat: 33.78648 }, + }, + { + zip_code: '39760', + usps_city: 'Starkville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 143.6, + primary_coty_code: '28105', + primary_coty_name: 'Oktibbeha', + county_weights: '{"28105": "100"}', + coty_name: ['Oktibbeha'], + cty_code: ['28105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.70508, lat: 33.46413 }, + }, + { + zip_code: '40051', + usps_city: 'New Haven', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4166.0, + density: 17.0, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "81.83", "21123": "17.9", "21093": "0.27"}', + coty_name: ['Nelson', 'Larue', 'Hardin'], + cty_code: ['21179', '21123', '21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.57271, lat: 37.65576 }, + }, + { + zip_code: '40070', + usps_city: 'Sulphur', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 24.1, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "100"}', + coty_name: ['Henry'], + cty_code: ['21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.2367, lat: 38.47984 }, + }, + { + zip_code: '40107', + usps_city: 'Boston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2405.0, + density: 17.4, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "100"}', + coty_name: ['Nelson'], + cty_code: ['21179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.63968, lat: 37.7763 }, + }, + { + zip_code: '40121', + usps_city: 'Fort Knox', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8695.0, + density: 99.1, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "73.5", "21163": "26.5"}', + coty_name: ['Hardin', 'Meade'], + cty_code: ['21093', '21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.94141, lat: 37.92933 }, + }, + { + zip_code: '40202', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7194.0, + density: 1774.1, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.7535, lat: 38.25718 }, + }, + { + zip_code: '40205', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 24477.0, + density: 1353.9, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.68262, lat: 38.22345 }, + }, + { + zip_code: '40337', + usps_city: 'Jeffersonville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5420.0, + density: 36.3, + primary_coty_code: '21173', + primary_coty_name: 'Montgomery', + county_weights: '{"21173": "100"}', + coty_name: ['Montgomery'], + cty_code: ['21173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.85639, lat: 37.95348 }, + }, + { + zip_code: '40361', + usps_city: 'Paris', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 18436.0, + density: 27.6, + primary_coty_code: '21017', + primary_coty_name: 'Bourbon', + county_weights: '{"21017": "99.79", "21067": "0.14", "21173": "0.07"}', + coty_name: ['Bourbon', 'Fayette', 'Montgomery'], + cty_code: ['21017', '21067', '21173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.2273, lat: 38.20598 }, + }, + { + zip_code: '40370', + usps_city: 'Sadieville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2582.0, + density: 12.0, + primary_coty_code: '21209', + primary_coty_name: 'Scott', + county_weights: '{"21209": "74.88", "21097": "25.12"}', + coty_name: ['Scott', 'Harrison'], + cty_code: ['21209', '21097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52642, lat: 38.39836 }, + }, + { + zip_code: '40371', + usps_city: 'Salt Lick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3015.0, + density: 15.7, + primary_coty_code: '21011', + primary_coty_name: 'Bath', + county_weights: '{"21011": "93.2", "21165": "6.8"}', + coty_name: ['Bath', 'Menifee'], + cty_code: ['21011', '21165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59876, lat: 38.08161 }, + }, + { + zip_code: '40444', + usps_city: 'Lancaster', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14565.0, + density: 35.5, + primary_coty_code: '21079', + primary_coty_name: 'Garrard', + county_weights: '{"21079": "98.24", "21137": "1.76"}', + coty_name: ['Garrard', 'Lincoln'], + cty_code: ['21079', '21137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58843, lat: 37.6792 }, + }, + { + zip_code: '40460', + usps_city: 'Orlando', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 14.3, + primary_coty_code: '21203', + primary_coty_name: 'Rockcastle', + county_weights: '{"21203": "100"}', + coty_name: ['Rockcastle'], + cty_code: ['21203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.23629, lat: 37.39087 }, + }, + { + zip_code: '40481', + usps_city: 'Sandgap', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 6.0, + primary_coty_code: '21109', + primary_coty_name: 'Jackson', + county_weights: '{"21109": "100"}', + coty_name: ['Jackson'], + cty_code: ['21109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08787, lat: 37.44884 }, + }, + { + zip_code: '40510', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1990.0, + density: 35.8, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60142, lat: 38.06892 }, + }, + { + zip_code: '40604', + usps_city: 'Frankfort', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 181.6, + primary_coty_code: '21073', + primary_coty_name: 'Franklin', + county_weights: '{"21073": "100"}', + coty_name: ['Franklin'], + cty_code: ['21073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.86479, lat: 38.17516 }, + }, + { + zip_code: '40962', + usps_city: 'Manchester', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 17444.0, + density: 18.2, + primary_coty_code: '21051', + primary_coty_name: 'Clay', + county_weights: '{"21051": "99.77", "21125": "0.23"}', + coty_name: ['Clay', 'Laurel'], + cty_code: ['21051', '21125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74061, lat: 37.14587 }, + }, + { + zip_code: '40979', + usps_city: 'Roark', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 1.9, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50651, lat: 37.00757 }, + }, + { + zip_code: '40982', + usps_city: 'Scalf', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 27.0, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69013, lat: 36.93272 }, + }, + { + zip_code: '40997', + usps_city: 'Walker', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 5.5, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68497, lat: 36.87745 }, + }, + { + zip_code: '41045', + usps_city: 'Ghent', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1422.0, + density: 15.8, + primary_coty_code: '21041', + primary_coty_name: 'Carroll', + county_weights: '{"21041": "74.86", "21077": "25.14"}', + coty_name: ['Carroll', 'Gallatin'], + cty_code: ['21041', '21077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.02638, lat: 38.72001 }, + }, + { + zip_code: '41071', + usps_city: 'Newport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20624.0, + density: 1468.6, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48277, lat: 39.07384 }, + }, + { + zip_code: '41603', + usps_city: 'Banner', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1423.0, + density: 42.2, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68829, lat: 37.5588 }, + }, + { + zip_code: '41621', + usps_city: 'Dwale', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 61.6, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72777, lat: 37.62508 }, + }, + { + zip_code: '41630', + usps_city: 'Garrett', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1463.0, + density: 30.7, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "64.39", "21119": "35.61"}', + coty_name: ['Floyd', 'Knott'], + cty_code: ['21071', '21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86469, lat: 37.4538 }, + }, + { + zip_code: '41647', + usps_city: 'McDowell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1603.0, + density: 33.5, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72034, lat: 37.43553 }, + }, + { + zip_code: '41713', + usps_city: 'Avawam', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 322.4, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.27628, lat: 37.21944 }, + }, + { + zip_code: '41725', + usps_city: 'Carrie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 44.8, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0351, lat: 37.33916 }, + }, + { + zip_code: '41837', + usps_city: 'Mayking', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1268.0, + density: 36.6, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74588, lat: 37.12705 }, + }, + { + zip_code: '41839', + usps_city: 'Mousie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1398.0, + density: 18.3, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87664, lat: 37.4014 }, + }, + { + zip_code: '42032', + usps_city: 'Columbus', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 50.8, + primary_coty_code: '21105', + primary_coty_name: 'Hickman', + county_weights: '{"21105": "100"}', + coty_name: ['Hickman'], + cty_code: ['21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10806, lat: 36.77221 }, + }, + { + zip_code: '42060', + usps_city: 'Lovelaceville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21007', + primary_coty_name: 'Ballard', + county_weights: '{"21007": "100"}', + coty_name: ['Ballard'], + cty_code: ['21007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.82774, lat: 36.9644 }, + }, + { + zip_code: '42210', + usps_city: 'Brownsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4185.0, + density: 11.2, + primary_coty_code: '21061', + primary_coty_name: 'Edmonson', + county_weights: '{"21061": "100"}', + coty_name: ['Edmonson'], + cty_code: ['21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2491, lat: 37.20975 }, + }, + { + zip_code: '42259', + usps_city: 'Mammoth Cave', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 13.7, + primary_coty_code: '21061', + primary_coty_name: 'Edmonson', + county_weights: '{"21061": "100"}', + coty_name: ['Edmonson'], + cty_code: ['21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.15143, lat: 37.24387 }, + }, + { + zip_code: '42261', + usps_city: 'Morgantown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10650.0, + density: 14.0, + primary_coty_code: '21031', + primary_coty_name: 'Butler', + county_weights: '{"21031": "100"}', + coty_name: ['Butler'], + cty_code: ['21031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.66901, lat: 37.21978 }, + }, + { + zip_code: '42410', + usps_city: 'Earlington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1427.0, + density: 209.6, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "100"}', + coty_name: ['Hopkins'], + cty_code: ['21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.51257, lat: 37.27717 }, + }, + { + zip_code: '42635', + usps_city: 'Pine Knot', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4917.0, + density: 81.2, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39841, lat: 36.68069 }, + }, + { + zip_code: '42764', + usps_city: 'Mount Sherman', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 14.9, + primary_coty_code: '21087', + primary_coty_name: 'Green', + county_weights: '{"21087": "60.29", "21123": "39.71"}', + coty_name: ['Green', 'Larue'], + cty_code: ['21087', '21123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.61914, lat: 37.426 }, + }, + { + zip_code: '43013', + usps_city: 'Croton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 15.6, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68766, lat: 40.2322 }, + }, + { + zip_code: '43110', + usps_city: 'Canal Winchester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 39220.0, + density: 301.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "78.17", "39045": "21.71", "39129": "0.12"}', + coty_name: ['Franklin', 'Fairfield', 'Pickaway'], + cty_code: ['39049', '39045', '39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79947, lat: 39.82635 }, + }, + { + zip_code: '43302', + usps_city: 'Marion', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 54650.0, + density: 108.1, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "99.66", "39033": "0.3", "39159": "0.04"}', + coty_name: ['Marion', 'Crawford', 'Union'], + cty_code: ['39101', '39033', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1296, lat: 40.5997 }, + }, + { + zip_code: '43343', + usps_city: 'Quincy', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1085.0, + density: 12.3, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "89.5", "39021": "10.5"}', + coty_name: ['Logan', 'Champaign'], + cty_code: ['39091', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97749, lat: 40.30908 }, + }, + { + zip_code: '43462', + usps_city: 'Rudolph', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 16.7, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71868, lat: 41.28356 }, + }, + { + zip_code: '43518', + usps_city: 'Edon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2657.0, + density: 15.0, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "100"}', + coty_name: ['Williams'], + cty_code: ['39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.75397, lat: 41.58918 }, + }, + { + zip_code: '43526', + usps_city: 'Hicksville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5875.0, + density: 29.2, + primary_coty_code: '39039', + primary_coty_name: 'Defiance', + county_weights: '{"39039": "98.52", "39125": "1.48"}', + coty_name: ['Defiance', 'Paulding'], + cty_code: ['39039', '39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.72798, lat: 41.31447 }, + }, + { + zip_code: '43528', + usps_city: 'Holland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16022.0, + density: 332.7, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74896, lat: 41.62859 }, + }, + { + zip_code: '43758', + usps_city: 'Malta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3098.0, + density: 13.7, + primary_coty_code: '39115', + primary_coty_name: 'Morgan', + county_weights: '{"39115": "100"}', + coty_name: ['Morgan'], + cty_code: ['39115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94431, lat: 39.62287 }, + }, + { + zip_code: '43985', + usps_city: 'Holloway', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 73.0, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13445, lat: 40.16587 }, + }, + { + zip_code: '44080', + usps_city: 'Parkman', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 55.4, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.05052, lat: 41.36979 }, + }, + { + zip_code: '44109', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 40056.0, + density: 2137.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69672, lat: 41.44473 }, + }, + { + zip_code: '44127', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4226.0, + density: 860.6, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64914, lat: 41.47157 }, + }, + { + zip_code: '44144', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21512.0, + density: 1485.9, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74274, lat: 41.43764 }, + }, + { + zip_code: '44217', + usps_city: 'Creston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3583.0, + density: 48.0, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "92.44", "39103": "7.56"}', + coty_name: ['Wayne', 'Medina'], + cty_code: ['39169', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.91161, lat: 40.95518 }, + }, + { + zip_code: '44278', + usps_city: 'Tallmadge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17978.0, + density: 467.9, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "97.3", "39133": "2.7"}', + coty_name: ['Summit', 'Portage'], + cty_code: ['39153', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42166, lat: 41.10158 }, + }, + { + zip_code: '44402', + usps_city: 'Bristolville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3278.0, + density: 35.0, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85424, lat: 41.38663 }, + }, + { + zip_code: '44405', + usps_city: 'Campbell', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7895.0, + density: 866.7, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59186, lat: 41.07769 }, + }, + { + zip_code: '44618', + usps_city: 'Dalton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6711.0, + density: 61.4, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "92.42", "39151": "7.58"}', + coty_name: ['Wayne', 'Stark'], + cty_code: ['39169', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68897, lat: 40.77268 }, + }, + { + zip_code: '44620', + usps_city: 'Dellroy', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1833.0, + density: 31.1, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "100"}', + coty_name: ['Carroll'], + cty_code: ['39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21376, lat: 40.58266 }, + }, + { + zip_code: '44641', + usps_city: 'Louisville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20221.0, + density: 144.1, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24172, lat: 40.86582 }, + }, + { + zip_code: '44691', + usps_city: 'Wooster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 45195.0, + density: 111.3, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "99.9", "39005": "0.1"}', + coty_name: ['Wayne', 'Ashland'], + cty_code: ['39169', '39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97955, lat: 40.8057 }, + }, + { + zip_code: '44815', + usps_city: 'Bettsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 206.4, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.23942, lat: 41.24664 }, + }, + { + zip_code: '44826', + usps_city: 'Collins', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 22.5, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "90.22", "39043": "9.78"}', + coty_name: ['Huron', 'Erie'], + cty_code: ['39077', '39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48009, lat: 41.2408 }, + }, + { + zip_code: '45034', + usps_city: 'Kings Mills', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1251.0, + density: 552.9, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24646, lat: 39.35889 }, + }, + { + zip_code: '45107', + usps_city: 'Blanchester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9730.0, + density: 49.8, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: + '{"39027": "69.66", "39165": "16.7", "39015": "7.45", "39025": "6.19"}', + coty_name: ['Clinton', 'Warren', 'Brown', 'Clermont'], + cty_code: ['39027', '39165', '39015', '39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96611, lat: 39.29264 }, + }, + { + zip_code: '45164', + usps_city: 'Port William', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 496.8, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "100"}', + coty_name: ['Clinton'], + cty_code: ['39027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78264, lat: 39.55406 }, + }, + { + zip_code: '45214', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7895.0, + density: 1351.3, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54458, lat: 39.1226 }, + }, + { + zip_code: '45215', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 30581.0, + density: 1004.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46211, lat: 39.2353 }, + }, + { + zip_code: '45330', + usps_city: 'Gratis', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 388.1, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52812, lat: 39.64831 }, + }, + { + zip_code: '45347', + usps_city: 'New Paris', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4346.0, + density: 30.4, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "86.08", "39037": "13.92"}', + coty_name: ['Preble', 'Darke'], + cty_code: ['39135', '39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76263, lat: 39.88231 }, + }, + { + zip_code: '45360', + usps_city: 'Port Jefferson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 998.0, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09166, lat: 40.33063 }, + }, + { + zip_code: '45387', + usps_city: 'Yellow Springs', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5390.0, + density: 75.4, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "95.76", "39023": "4.24"}', + coty_name: ['Greene', 'Clark'], + cty_code: ['39057', '39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88693, lat: 39.79806 }, + }, + { + zip_code: '45419', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15060.0, + density: 1509.6, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16718, lat: 39.71342 }, + }, + { + zip_code: '45429', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25563.0, + density: 994.8, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16093, lat: 39.68478 }, + }, + { + zip_code: '45601', + usps_city: 'Chillicothe', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56263.0, + density: 63.5, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "99.15", "39079": "0.43", "39131": "0.43"}', + coty_name: ['Ross', 'Jackson', 'Pike'], + cty_code: ['39141', '39079', '39131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95564, lat: 39.31024 }, + }, + { + zip_code: '45776', + usps_city: 'Shade', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 13.6, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "58.43", "39009": "41.57"}', + coty_name: ['Meigs', 'Athens'], + cty_code: ['39105', '39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02045, lat: 39.18708 }, + }, + { + zip_code: '45805', + usps_city: 'Lima', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 23252.0, + density: 596.6, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16469, lat: 40.72874 }, + }, + { + zip_code: '46074', + usps_city: 'Westfield', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34755.0, + density: 371.6, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.1758, lat: 40.03627 }, + }, + { + zip_code: '46155', + usps_city: 'Mays', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 2738.1, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "100"}', + coty_name: ['Rush'], + cty_code: ['18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.42986, lat: 39.7435 }, + }, + { + zip_code: '46377', + usps_city: 'Shelby', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 213.3, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.3435, lat: 41.1916 }, + }, + { + zip_code: '46410', + usps_city: 'Merrillville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37813.0, + density: 495.0, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.33361, lat: 41.4812 }, + }, + { + zip_code: '46501', + usps_city: 'Argos', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3613.0, + density: 19.9, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: '{"18099": "100"}', + coty_name: ['Marshall'], + cty_code: ['18099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.24792, lat: 41.22608 }, + }, + { + zip_code: '46524', + usps_city: 'Etna Green', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2124.0, + density: 24.1, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.02111, lat: 41.29718 }, + }, + { + zip_code: '46538', + usps_city: 'Leesburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4169.0, + density: 52.3, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.82156, lat: 41.32682 }, + }, + { + zip_code: '46571', + usps_city: 'Topeka', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5682.0, + density: 50.9, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "97.85", "18113": "2.15"}', + coty_name: ['LaGrange', 'Noble'], + cty_code: ['18087', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.54557, lat: 41.56849 }, + }, + { + zip_code: '46733', + usps_city: 'Decatur', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18943.0, + density: 42.4, + primary_coty_code: '18001', + primary_coty_name: 'Adams', + county_weights: '{"18001": "99.25", "18003": "0.75"}', + coty_name: ['Adams', 'Allen'], + cty_code: ['18001', '18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.9401, lat: 40.82852 }, + }, + { + zip_code: '46741', + usps_city: 'Grabill', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4553.0, + density: 67.6, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.94988, lat: 41.21129 }, + }, + { + zip_code: '46795', + usps_city: 'Wolcottville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6651.0, + density: 46.3, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "85.9", "18113": "14.1"}', + coty_name: ['LaGrange', 'Noble'], + cty_code: ['18087', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.33776, lat: 41.5511 }, + }, + { + zip_code: '46901', + usps_city: 'Kokomo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39383.0, + density: 109.6, + primary_coty_code: '18067', + primary_coty_name: 'Howard', + county_weights: '{"18067": "95.77", "18103": "4.23"}', + coty_name: ['Howard', 'Miami'], + cty_code: ['18067', '18103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.15659, lat: 40.52531 }, + }, + { + zip_code: '46911', + usps_city: 'Amboy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1483.0, + density: 14.4, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "90.76", "18169": "9.24"}', + coty_name: ['Miami', 'Wabash'], + cty_code: ['18103', '18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.94546, lat: 40.62983 }, + }, + { + zip_code: '47006', + usps_city: 'Batesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11880.0, + density: 44.3, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "66.19", "18047": "33.56", "18031": "0.26"}', + coty_name: ['Ripley', 'Franklin', 'Decatur'], + cty_code: ['18137', '18047', '18031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.21583, lat: 39.292 }, + }, + { + zip_code: '47022', + usps_city: 'Guilford', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2980.0, + density: 33.8, + primary_coty_code: '18029', + primary_coty_name: 'Dearborn', + county_weights: '{"18029": "100"}', + coty_name: ['Dearborn'], + cty_code: ['18029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.95173, lat: 39.20492 }, + }, + { + zip_code: '47137', + usps_city: 'Leavenworth', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 9.5, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "99.65", "18123": "0.35"}', + coty_name: ['Crawford', 'Perry'], + cty_code: ['18025', '18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.38382, lat: 38.18652 }, + }, + { + zip_code: '47150', + usps_city: 'New Albany', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 47912.0, + density: 421.5, + primary_coty_code: '18043', + primary_coty_name: 'Floyd', + county_weights: '{"18043": "99.91", "18019": "0.09"}', + coty_name: ['Floyd', 'Clark'], + cty_code: ['18043', '18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.84664, lat: 38.28829 }, + }, + { + zip_code: '47232', + usps_city: 'Elizabethtown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3327.0, + density: 40.4, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "64.25", "18079": "35.75"}', + coty_name: ['Bartholomew', 'Jennings'], + cty_code: ['18005', '18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.7931, lat: 39.11337 }, + }, + { + zip_code: '47359', + usps_city: 'Montpelier', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3013.0, + density: 19.3, + primary_coty_code: '18009', + primary_coty_name: 'Blackford', + county_weights: '{"18009": "81.96", "18179": "18.04"}', + coty_name: ['Blackford', 'Wells'], + cty_code: ['18009', '18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.28362, lat: 40.55043 }, + }, + { + zip_code: '47452', + usps_city: 'Orleans', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5360.0, + density: 20.3, + primary_coty_code: '18117', + primary_coty_name: 'Orange', + county_weights: '{"18117": "92.55", "18093": "7.45"}', + coty_name: ['Orange', 'Lawrence'], + cty_code: ['18117', '18093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.42254, lat: 38.64141 }, + }, + { + zip_code: '47464', + usps_city: 'Stinesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 745.7, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64993, lat: 39.29982 }, + }, + { + zip_code: '47654', + usps_city: 'Mackey', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 333.9, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.3925, lat: 38.24903 }, + }, + { + zip_code: '47683', + usps_city: 'Somerville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 492.6, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.37737, lat: 38.27618 }, + }, + { + zip_code: '47855', + usps_city: 'Hymera', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 254.6, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.3041, lat: 39.18992 }, + }, + { + zip_code: '47868', + usps_city: 'Poland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3072.0, + density: 20.4, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "84.92", "18021": "11.99", "18133": "3.1"}', + coty_name: ['Owen', 'Clay', 'Putnam'], + cty_code: ['18119', '18021', '18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.89941, lat: 39.40964 }, + }, + { + zip_code: '47871', + usps_city: 'Riley', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 1500.0, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.29994, lat: 39.3897 }, + }, + { + zip_code: '47965', + usps_city: 'New Market', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 567.6, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "100"}', + coty_name: ['Montgomery'], + cty_code: ['18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.92036, lat: 39.95431 }, + }, + { + zip_code: '48026', + usps_city: 'Fraser', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14580.0, + density: 1359.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.94964, lat: 42.5388 }, + }, + { + zip_code: '48027', + usps_city: 'Goodells', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3194.0, + density: 33.0, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.68212, lat: 42.94467 }, + }, + { + zip_code: '48091', + usps_city: 'Warren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29811.0, + density: 1441.0, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05799, lat: 42.46818 }, + }, + { + zip_code: '48092', + usps_city: 'Warren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26939.0, + density: 1269.6, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05937, lat: 42.51398 }, + }, + { + zip_code: '48128', + usps_city: 'Dearborn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10495.0, + density: 1713.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.25926, lat: 42.32043 }, + }, + { + zip_code: '48139', + usps_city: 'Hamburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 75.7, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.80585, lat: 42.45237 }, + }, + { + zip_code: '48211', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6229.0, + density: 575.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.04578, lat: 42.38134 }, + }, + { + zip_code: '48312', + usps_city: 'Sterling Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 34882.0, + density: 1197.2, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.00941, lat: 42.55846 }, + }, + { + zip_code: '48322', + usps_city: 'West Bloomfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 32608.0, + density: 1070.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.38137, lat: 42.54215 }, + }, + { + zip_code: '48323', + usps_city: 'West Bloomfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17128.0, + density: 758.7, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.37617, lat: 42.57032 }, + }, + { + zip_code: '48455', + usps_city: 'Metamora', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7924.0, + density: 47.0, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "100"}', + coty_name: ['Lapeer'], + cty_code: ['26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.2892, lat: 42.93886 }, + }, + { + zip_code: '48737', + usps_city: 'Glennie', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1226.0, + density: 4.6, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "87.95", "26069": "12.05"}', + coty_name: ['Alcona', 'Iosco'], + cty_code: ['26001', '26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.69879, lat: 44.55041 }, + }, + { + zip_code: '48760', + usps_city: 'Silverwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1419.0, + density: 20.0, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "54.7", "26087": "45.3"}', + coty_name: ['Tuscola', 'Lapeer'], + cty_code: ['26157', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.25754, lat: 43.32116 }, + }, + { + zip_code: '48770', + usps_city: 'Whittemore', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1774.0, + density: 10.1, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "100"}', + coty_name: ['Iosco'], + cty_code: ['26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.82086, lat: 44.24876 }, + }, + { + zip_code: '48852', + usps_city: 'Mcbrides', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 174.6, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.04608, lat: 43.35167 }, + }, + { + zip_code: '49007', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10097.0, + density: 1081.2, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.58823, lat: 42.30237 }, + }, + { + zip_code: '49015', + usps_city: 'Battle Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27465.0, + density: 450.5, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.2261, lat: 42.27125 }, + }, + { + zip_code: '49037', + usps_city: 'Battle Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20647.0, + density: 321.5, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.24827, lat: 42.33243 }, + }, + { + zip_code: '49050', + usps_city: 'Dowling', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1567.0, + density: 24.3, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "100"}', + coty_name: ['Barry'], + cty_code: ['26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.23697, lat: 42.5059 }, + }, + { + zip_code: '49056', + usps_city: 'Grand Junction', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3391.0, + density: 23.1, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "63.05", "26005": "36.95"}', + coty_name: ['Van Buren', 'Allegan'], + cty_code: ['26159', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.06054, lat: 42.4022 }, + }, + { + zip_code: '49236', + usps_city: 'Clinton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4807.0, + density: 49.4, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "86.69", "26161": "13.31"}', + coty_name: ['Lenawee', 'Washtenaw'], + cty_code: ['26091', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.95098, lat: 42.07839 }, + }, + { + zip_code: '49301', + usps_city: 'Ada', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20302.0, + density: 138.3, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.47661, lat: 42.97647 }, + }, + { + zip_code: '49616', + usps_city: 'Benzonia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2186.0, + density: 22.8, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "100"}', + coty_name: ['Benzie'], + cty_code: ['26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.08099, lat: 44.57439 }, + }, + { + zip_code: '49645', + usps_city: 'Kaleva', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 15.5, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "100"}', + coty_name: ['Manistee'], + cty_code: ['26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.02592, lat: 44.36961 }, + }, + { + zip_code: '49675', + usps_city: 'Onekama', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 31.8, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "100"}', + coty_name: ['Manistee'], + cty_code: ['26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.21656, lat: 44.37615 }, + }, + { + zip_code: '49718', + usps_city: 'Carp Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 4.9, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "91.3", "26031": "8.7"}', + coty_name: ['Emmet', 'Cheboygan'], + cty_code: ['26047', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.8317, lat: 45.7204 }, + }, + { + zip_code: '49854', + usps_city: 'Manistique', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6271.0, + density: 4.7, + primary_coty_code: '26153', + primary_coty_name: 'Schoolcraft', + county_weights: '{"26153": "99.21", "26041": "0.79"}', + coty_name: ['Schoolcraft', 'Delta'], + cty_code: ['26153', '26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.33788, lat: 46.12581 }, + }, + { + zip_code: '49855', + usps_city: 'Marquette', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33006.0, + density: 63.5, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "99.93", "26003": "0.07"}', + coty_name: ['Marquette', 'Alger'], + cty_code: ['26103', '26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.46659, lat: 46.57442 }, + }, + { + zip_code: '49911', + usps_city: 'Bessemer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2746.0, + density: 25.6, + primary_coty_code: '26053', + primary_coty_name: 'Gogebic', + county_weights: '{"26053": "100"}', + coty_name: ['Gogebic'], + cty_code: ['26053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -90.04988, lat: 46.48999 }, + }, + { + zip_code: '50012', + usps_city: 'Ames', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4725.0, + density: 2397.5, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.64525, lat: 42.02717 }, + }, + { + zip_code: '50046', + usps_city: 'Cambridge', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1765.0, + density: 14.8, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "83.73", "19153": "16.27"}', + coty_name: ['Story', 'Polk'], + cty_code: ['19169', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52354, lat: 41.8939 }, + }, + { + zip_code: '50054', + usps_city: 'Colfax', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2996.0, + density: 19.8, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23502, lat: 41.68833 }, + }, + { + zip_code: '50078', + usps_city: 'Ferguson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 266.4, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.86301, lat: 41.93859 }, + }, + { + zip_code: '50206', + usps_city: 'New Providence', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 4.5, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "89.92", "19127": "6.65", "19169": "3.42"}', + coty_name: ['Hardin', 'Marshall', 'Story'], + cty_code: ['19083', '19127', '19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18959, lat: 42.25172 }, + }, + { + zip_code: '50257', + usps_city: 'Truro', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1008.0, + density: 9.8, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "91.23", "19039": "6.35", "19181": "2.42"}', + coty_name: ['Madison', 'Clarke', 'Warren'], + cty_code: ['19121', '19039', '19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.84723, lat: 41.18952 }, + }, + { + zip_code: '50312', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 15883.0, + density: 1081.6, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67593, lat: 41.58092 }, + }, + { + zip_code: '50322', + usps_city: 'Urbandale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 31118.0, + density: 1116.1, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73618, lat: 41.63362 }, + }, + { + zip_code: '50477', + usps_city: 'Swaledale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 4.1, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "100"}', + coty_name: ['Cerro Gordo'], + cty_code: ['19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32708, lat: 42.98926 }, + }, + { + zip_code: '50517', + usps_city: 'Bancroft', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 5.7, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22974, lat: 43.30284 }, + }, + { + zip_code: '50523', + usps_city: 'Callender', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 5.3, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29575, lat: 42.36804 }, + }, + { + zip_code: '50536', + usps_city: 'Emmetsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4447.0, + density: 12.1, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "100"}', + coty_name: ['Palo Alto'], + cty_code: ['19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70157, lat: 43.1174 }, + }, + { + zip_code: '50559', + usps_city: 'Lone Rock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 3.1, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.32922, lat: 43.20888 }, + }, + { + zip_code: '50570', + usps_city: 'Ottosen', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 1.9, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "72.18", "19109": "27.82"}', + coty_name: ['Humboldt', 'Kossuth'], + cty_code: ['19091', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36848, lat: 42.89455 }, + }, + { + zip_code: '50577', + usps_city: 'Renwick', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 3.5, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "80", "19197": "20"}', + coty_name: ['Humboldt', 'Wright'], + cty_code: ['19091', '19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97707, lat: 42.85884 }, + }, + { + zip_code: '50611', + usps_city: 'Bristow', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 3.7, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "100"}', + coty_name: ['Butler'], + cty_code: ['19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90896, lat: 42.81547 }, + }, + { + zip_code: '50673', + usps_city: 'Stout', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 408.1, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "100"}', + coty_name: ['Grundy'], + cty_code: ['19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71127, lat: 42.52495 }, + }, + { + zip_code: '50842', + usps_city: 'Cromwell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 124.5, + primary_coty_code: '19175', + primary_coty_name: 'Union', + county_weights: '{"19175": "100"}', + coty_name: ['Union'], + cty_code: ['19175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.4618, lat: 41.03987 }, + }, + { + zip_code: '50843', + usps_city: 'Cumberland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 2.3, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "98.49", "19003": "1.51"}', + coty_name: ['Cass', 'Adams'], + cty_code: ['19029', '19003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88901, lat: 41.23973 }, + }, + { + zip_code: '51025', + usps_city: 'Holstein', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 6.9, + primary_coty_code: '19093', + primary_coty_name: 'Ida', + county_weights: '{"19093": "96.18", "19035": "3.82"}', + coty_name: ['Ida', 'Cherokee'], + cty_code: ['19093', '19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55756, lat: 42.49745 }, + }, + { + zip_code: '51039', + usps_city: 'Moville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2635.0, + density: 11.8, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05389, lat: 42.45685 }, + }, + { + zip_code: '51040', + usps_city: 'Onawa', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3500.0, + density: 8.9, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "100"}', + coty_name: ['Monona'], + cty_code: ['19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08046, lat: 42.0365 }, + }, + { + zip_code: '51244', + usps_city: 'Matlock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 131.1, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93544, lat: 43.24479 }, + }, + { + zip_code: '51459', + usps_city: 'Ralston', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 43.5, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63797, lat: 42.04521 }, + }, + { + zip_code: '51461', + usps_city: 'Schleswig', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 8.2, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48096, lat: 42.1698 }, + }, + { + zip_code: '51529', + usps_city: 'Dunlap', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1884.0, + density: 5.7, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: + '{"19085": "79.83", "19047": "11.79", "19165": "4.91", "19133": "3.47"}', + coty_name: ['Harrison', 'Crawford', 'Shelby', 'Monona'], + cty_code: ['19085', '19047', '19165', '19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62573, lat: 41.86033 }, + }, + { + zip_code: '51550', + usps_city: 'Magnolia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 108.5, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "100"}', + coty_name: ['Harrison'], + cty_code: ['19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.87416, lat: 41.69215 }, + }, + { + zip_code: '52031', + usps_city: 'Bellevue', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5102.0, + density: 11.8, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "90.9", "19061": "9.1"}', + coty_name: ['Jackson', 'Dubuque'], + cty_code: ['19097', '19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.4886, lat: 42.24884 }, + }, + { + zip_code: '52208', + usps_city: 'Belle Plaine', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3102.0, + density: 20.6, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: + '{"19011": "92.58", "19095": "5.33", "19171": "1.52", "19157": "0.57"}', + coty_name: ['Benton', 'Iowa', 'Tama', 'Poweshiek'], + cty_code: ['19011', '19095', '19171', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25768, lat: 41.88283 }, + }, + { + zip_code: '52219', + usps_city: 'Prairieburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 147.4, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.42586, lat: 42.23776 }, + }, + { + zip_code: '52222', + usps_city: 'Deep River', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 2.4, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "82.93", "19095": "17.07"}', + coty_name: ['Poweshiek', 'Iowa'], + cty_code: ['19157', '19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34078, lat: 41.57307 }, + }, + { + zip_code: '52228', + usps_city: 'Fairfax', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3194.0, + density: 33.0, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "94.73", "19011": "2.99", "19103": "2.27"}', + coty_name: ['Linn', 'Benton', 'Johnson'], + cty_code: ['19113', '19011', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.79151, lat: 41.90254 }, + }, + { + zip_code: '52533', + usps_city: 'Batavia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1425.0, + density: 6.3, + primary_coty_code: '19101', + primary_coty_name: 'Jefferson', + county_weights: '{"19101": "84.2", "19179": "15.8"}', + coty_name: ['Jefferson', 'Wapello'], + cty_code: ['19101', '19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15249, lat: 41.0176 }, + }, + { + zip_code: '52542', + usps_city: 'Cantril', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 3.0, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "90.8", "29199": "9.2"}', + coty_name: ['Van Buren', 'Scotland'], + cty_code: ['19177', '29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05186, lat: 40.62797 }, + }, + { + zip_code: '52593', + usps_city: 'Udell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 4.4, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "100"}', + coty_name: ['Appanoose'], + cty_code: ['19007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73956, lat: 40.7736 }, + }, + { + zip_code: '52721', + usps_city: 'Bennett', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 8.3, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "100"}', + coty_name: ['Cedar'], + cty_code: ['19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.95971, lat: 41.75691 }, + }, + { + zip_code: '52756', + usps_city: 'Long Grove', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2004.0, + density: 18.1, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53964, lat: 41.73071 }, + }, + { + zip_code: '52757', + usps_city: 'Low Moor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 71.7, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37911, lat: 41.80381 }, + }, + { + zip_code: '52774', + usps_city: 'Welton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 148.2, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59515, lat: 41.90679 }, + }, + { + zip_code: '53001', + usps_city: 'Adell', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1882.0, + density: 24.6, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.05516, lat: 43.60613 }, + }, + { + zip_code: '53004', + usps_city: 'Belgium', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3334.0, + density: 36.4, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "100"}', + coty_name: ['Ozaukee'], + cty_code: ['55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88005, lat: 43.49997 }, + }, + { + zip_code: '53069', + usps_city: 'Okauchee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 684.3, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43298, lat: 43.11378 }, + }, + { + zip_code: '53120', + usps_city: 'East Troy', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9485.0, + density: 63.4, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "96.45", "55101": "3.55"}', + coty_name: ['Walworth', 'Racine'], + cty_code: ['55127', '55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.41664, lat: 42.80064 }, + }, + { + zip_code: '53147', + usps_city: 'Lake Geneva', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16858.0, + density: 91.5, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.45149, lat: 42.57095 }, + }, + { + zip_code: '53177', + usps_city: 'Sturtevant', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8079.0, + density: 114.4, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "95.98", "55059": "4.02"}', + coty_name: ['Racine', 'Kenosha'], + cty_code: ['55101', '55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93542, lat: 42.70241 }, + }, + { + zip_code: '53188', + usps_city: 'Waukesha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 35730.0, + density: 500.4, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29138, lat: 43.02214 }, + }, + { + zip_code: '53403', + usps_city: 'Racine', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26339.0, + density: 1066.9, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "98.29", "55059": "1.71"}', + coty_name: ['Racine', 'Kenosha'], + cty_code: ['55101', '55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82515, lat: 42.68864 }, + }, + { + zip_code: '53525', + usps_city: 'Clinton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4032.0, + density: 27.9, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85533, lat: 42.54801 }, + }, + { + zip_code: '53538', + usps_city: 'Fort Atkinson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18528.0, + density: 72.1, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "99.33", "55105": "0.67"}', + coty_name: ['Jefferson', 'Rock'], + cty_code: ['55055', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86448, lat: 42.9209 }, + }, + { + zip_code: '53726', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5612.0, + density: 4376.1, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.42264, lat: 43.06974 }, + }, + { + zip_code: '53802', + usps_city: 'Beetown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 17.8, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.88858, lat: 42.80589 }, + }, + { + zip_code: '53936', + usps_city: 'Grand Marsh', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2333.0, + density: 15.2, + primary_coty_code: '55001', + primary_coty_name: 'Adams', + county_weights: '{"55001": "100"}', + coty_name: ['Adams'], + cty_code: ['55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70865, lat: 43.87433 }, + }, + { + zip_code: '53963', + usps_city: 'Waupun', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 13887.0, + density: 64.0, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "62.6", "55039": "37.4"}', + coty_name: ['Dodge', 'Fond du Lac'], + cty_code: ['55027', '55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74388, lat: 43.63945 }, + }, + { + zip_code: '54171', + usps_city: 'Sobieski', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3674.0, + density: 61.2, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100"}', + coty_name: ['Oconto'], + cty_code: ['55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11667, lat: 44.71734 }, + }, + { + zip_code: '54174', + usps_city: 'Suring', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3008.0, + density: 6.1, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "94.13", "55078": "5.87"}', + coty_name: ['Oconto', 'Menominee'], + cty_code: ['55083', '55078'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.42948, lat: 45.03767 }, + }, + { + zip_code: '54414', + usps_city: 'Birnamwood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3520.0, + density: 10.5, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "67.74", "55073": "32.26"}', + coty_name: ['Shawano', 'Marathon'], + cty_code: ['55115', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.17873, lat: 44.95708 }, + }, + { + zip_code: '54442', + usps_city: 'Irma', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 6.0, + primary_coty_code: '55069', + primary_coty_name: 'Lincoln', + county_weights: '{"55069": "100"}', + coty_name: ['Lincoln'], + cty_code: ['55069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65445, lat: 45.36581 }, + }, + { + zip_code: '54447', + usps_city: 'Lublin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 5.5, + primary_coty_code: '55119', + primary_coty_name: 'Taylor', + county_weights: '{"55119": "100"}', + coty_name: ['Taylor'], + cty_code: ['55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73992, lat: 45.08446 }, + }, + { + zip_code: '54450', + usps_city: 'Mattoon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 105.2, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04064, lat: 45.00431 }, + }, + { + zip_code: '54474', + usps_city: 'Rothschild', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3874.0, + density: 344.0, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62092, lat: 44.87483 }, + }, + { + zip_code: '54554', + usps_city: 'Phelps', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 4.6, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "99.11", "26071": "0.89"}', + coty_name: ['Vilas', 'Iron'], + cty_code: ['55125', '26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05673, lat: 46.05232 }, + }, + { + zip_code: '54561', + usps_city: 'Star Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "100"}', + coty_name: ['Vilas'], + cty_code: ['55125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51407, lat: 46.08694 }, + }, + { + zip_code: '54646', + usps_city: 'Necedah', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4163.0, + density: 9.6, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "100"}', + coty_name: ['Juneau'], + cty_code: ['55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08963, lat: 44.09002 }, + }, + { + zip_code: '54657', + usps_city: 'Steuben', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 5.3, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "100"}', + coty_name: ['Crawford'], + cty_code: ['55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.89826, lat: 43.19307 }, + }, + { + zip_code: '54730', + usps_city: 'Colfax', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4890.0, + density: 13.6, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "87.88", "55017": "12.12"}', + coty_name: ['Dunn', 'Chippewa'], + cty_code: ['55033', '55017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72338, lat: 45.02006 }, + }, + { + zip_code: '54850', + usps_city: 'La Pointe', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 1.2, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "100"}', + coty_name: ['Ashland'], + cty_code: ['55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62246, lat: 46.92356 }, + }, + { + zip_code: '54861', + usps_city: 'Odanah', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 16.6, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "100"}', + coty_name: ['Ashland'], + cty_code: ['55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65678, lat: 46.61506 }, + }, + { + zip_code: '54874', + usps_city: 'South Range', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3900.0, + density: 10.2, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94369, lat: 46.5663 }, + }, + { + zip_code: '54889', + usps_city: 'Turtle Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2648.0, + density: 14.6, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "62.87", "55095": "37.13"}', + coty_name: ['Barron', 'Polk'], + cty_code: ['55005', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17149, lat: 45.41583 }, + }, + { + zip_code: '54911', + usps_city: 'Appleton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26348.0, + density: 1227.2, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.38164, lat: 44.2817 }, + }, + { + zip_code: '54930', + usps_city: 'Coloma', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1710.0, + density: 7.1, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "87.01", "55001": "12.21", "55077": "0.78"}', + coty_name: ['Waushara', 'Adams', 'Marquette'], + cty_code: ['55137', '55001', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5561, lat: 44.02804 }, + }, + { + zip_code: '55040', + usps_city: 'Isanti', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 13180.0, + density: 51.3, + primary_coty_code: '27059', + primary_coty_name: 'Isanti', + county_weights: '{"27059": "100"}', + coty_name: ['Isanti'], + cty_code: ['27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27972, lat: 45.4685 }, + }, + { + zip_code: '55053', + usps_city: 'Nerstrand', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1038.0, + density: 9.3, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "83.75", "27049": "16.25"}', + coty_name: ['Rice', 'Goodhue'], + cty_code: ['27131', '27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.06401, lat: 44.34655 }, + }, + { + zip_code: '55069', + usps_city: 'Rush City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5397.0, + density: 28.1, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "93.66", "27115": "6.34"}', + coty_name: ['Chisago', 'Pine'], + cty_code: ['27025', '27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96549, lat: 45.69343 }, + }, + { + zip_code: '55082', + usps_city: 'Stillwater', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 36093.0, + density: 178.1, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.84039, lat: 45.07279 }, + }, + { + zip_code: '55360', + usps_city: 'Mayer', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2698.0, + density: 32.5, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91963, lat: 44.90864 }, + }, + { + zip_code: '55382', + usps_city: 'South Haven', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3701.0, + density: 20.2, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "51.78", "27171": "38.87", "27093": "9.35"}', + coty_name: ['Stearns', 'Wright', 'Meeker'], + cty_code: ['27145', '27171', '27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20458, lat: 45.30632 }, + }, + { + zip_code: '55415', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4815.0, + density: 4345.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25765, lat: 44.97478 }, + }, + { + zip_code: '55419', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 27966.0, + density: 2562.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28735, lat: 44.90593 }, + }, + { + zip_code: '55422', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 29837.0, + density: 1386.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33952, lat: 45.00908 }, + }, + { + zip_code: '55735', + usps_city: 'Finlayson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1699.0, + density: 4.9, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "79.1", "27001": "20.9"}', + coty_name: ['Pine', 'Aitkin'], + cty_code: ['27115', '27001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02405, lat: 46.21689 }, + }, + { + zip_code: '55779', + usps_city: 'Saginaw', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3893.0, + density: 11.3, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44455, lat: 46.91574 }, + }, + { + zip_code: '55781', + usps_city: 'Side Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 3.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "79.97", "27061": "20.03"}', + coty_name: ['St. Louis', 'Itasca'], + cty_code: ['27137', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04234, lat: 47.66706 }, + }, + { + zip_code: '55797', + usps_city: 'Wrenshall', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1694.0, + density: 9.5, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36871, lat: 46.56514 }, + }, + { + zip_code: '55810', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8292.0, + density: 62.4, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "96.33", "27017": "3.67"}', + coty_name: ['St. Louis', 'Carlton'], + cty_code: ['27137', '27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27299, lat: 46.75959 }, + }, + { + zip_code: '55959', + usps_city: 'Minnesota City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2508.0, + density: 26.0, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "100"}', + coty_name: ['Winona'], + cty_code: ['27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78445, lat: 44.11011 }, + }, + { + zip_code: '55960', + usps_city: 'Oronoco', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3251.0, + density: 35.1, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "99.39", "27157": "0.61"}', + coty_name: ['Olmsted', 'Wabasha'], + cty_code: ['27109', '27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53738, lat: 44.14076 }, + }, + { + zip_code: '55976', + usps_city: 'Stewartville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7853.0, + density: 34.3, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "98.51", "27045": "1.49"}', + coty_name: ['Olmsted', 'Fillmore'], + cty_code: ['27109', '27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4874, lat: 43.86431 }, + }, + { + zip_code: '55982', + usps_city: 'Waltham', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 6.1, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88474, lat: 43.81574 }, + }, + { + zip_code: '56057', + usps_city: 'Le Center', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3910.0, + density: 17.4, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "100"}', + coty_name: ['Le Sueur'], + cty_code: ['27079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71549, lat: 44.39454 }, + }, + { + zip_code: '56129', + usps_city: 'Ellsworth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 6.4, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "82.73", "27133": "17.27"}', + coty_name: ['Nobles', 'Rock'], + cty_code: ['27105', '27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04059, lat: 43.5282 }, + }, + { + zip_code: '56249', + usps_city: 'Holloway', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 1.7, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "100"}', + coty_name: ['Swift'], + cty_code: ['27151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89866, lat: 45.31552 }, + }, + { + zip_code: '56316', + usps_city: 'Brooten', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1509.0, + density: 4.3, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "68.86", "27121": "23.92", "27067": "7.22"}', + coty_name: ['Stearns', 'Pope', 'Kandiyohi'], + cty_code: ['27145', '27121', '27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15268, lat: 45.49549 }, + }, + { + zip_code: '56373', + usps_city: 'Royalton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3188.0, + density: 12.2, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "90.59", "27009": "9.41"}', + coty_name: ['Morrison', 'Benton'], + cty_code: ['27097', '27009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23654, lat: 45.85573 }, + }, + { + zip_code: '56536', + usps_city: 'Felton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 1.5, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52556, lat: 47.04718 }, + }, + { + zip_code: '56586', + usps_city: 'Underwood', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1881.0, + density: 10.1, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84146, lat: 46.3227 }, + }, + { + zip_code: '56601', + usps_city: 'Bemidji', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 34785.0, + density: 36.7, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "94.41", "27057": "5.59"}', + coty_name: ['Beltrami', 'Hubbard'], + cty_code: ['27007', '27057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85697, lat: 47.51242 }, + }, + { + zip_code: '56716', + usps_city: 'Crookston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9207.0, + density: 11.2, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "99.7", "27125": "0.3"}', + coty_name: ['Polk', 'Red Lake'], + cty_code: ['27119', '27125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55255, lat: 47.7454 }, + }, + { + zip_code: '57012', + usps_city: 'Canistota', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 5.4, + primary_coty_code: '46087', + primary_coty_name: 'McCook', + county_weights: '{"46087": "100"}', + coty_name: ['McCook'], + cty_code: ['46087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27312, lat: 43.59566 }, + }, + { + zip_code: '57040', + usps_city: 'Lesterville', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 2.0, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "100"}', + coty_name: ['Yankton'], + cty_code: ['46135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58616, lat: 43.0637 }, + }, + { + zip_code: '57051', + usps_city: 'Oldham', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 1.8, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "100"}', + coty_name: ['Kingsbury'], + cty_code: ['46077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33512, lat: 44.22942 }, + }, + { + zip_code: '57069', + usps_city: 'Vermillion', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 11950.0, + density: 28.2, + primary_coty_code: '46027', + primary_coty_name: 'Clay', + county_weights: '{"46027": "100"}', + coty_name: ['Clay'], + cty_code: ['46027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97314, lat: 42.83957 }, + }, + { + zip_code: '57279', + usps_city: 'Wilmot', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1184.0, + density: 3.1, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "100"}', + coty_name: ['Roberts'], + cty_code: ['46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87483, lat: 45.41983 }, + }, + { + zip_code: '57323', + usps_city: 'Carthage', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 1.0, + primary_coty_code: '46097', + primary_coty_name: 'Miner', + county_weights: '{"46097": "100"}', + coty_name: ['Miner'], + cty_code: ['46097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71383, lat: 44.14585 }, + }, + { + zip_code: '57371', + usps_city: 'Ree Heights', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 0.3, + primary_coty_code: '46059', + primary_coty_name: 'Hand', + county_weights: '{"46059": "100"}', + coty_name: ['Hand'], + cty_code: ['46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.23537, lat: 44.42302 }, + }, + { + zip_code: '57646', + usps_city: 'Mound City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 0.7, + primary_coty_code: '46021', + primary_coty_name: 'Campbell', + county_weights: '{"46021": "100"}', + coty_name: ['Campbell'], + cty_code: ['46021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.08379, lat: 45.69014 }, + }, + { + zip_code: '57717', + usps_city: 'Belle Fourche', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 7825.0, + density: 2.4, + primary_coty_code: '46019', + primary_coty_name: 'Butte', + county_weights: + '{"46019": "98.5", "56011": "0.87", "46081": "0.39", "46063": "0.24"}', + coty_name: ['Butte', 'Crook', 'Lawrence', 'Harding'], + cty_code: ['46019', '56011', '46081', '46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.88836, lat: 44.9518 }, + }, + { + zip_code: '58027', + usps_city: 'Enderlin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 2.8, + primary_coty_code: '38073', + primary_coty_name: 'Ransom', + county_weights: '{"38073": "79.51", "38017": "15.89", "38003": "4.6"}', + coty_name: ['Ransom', 'Cass', 'Barnes'], + cty_code: ['38073', '38017', '38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61152, lat: 46.63342 }, + }, + { + zip_code: '58031', + usps_city: 'Fingal', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 1.1, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "54.35", "38017": "45.65"}', + coty_name: ['Barnes', 'Cass'], + cty_code: ['38003', '38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68077, lat: 46.76302 }, + }, + { + zip_code: '58042', + usps_city: 'Harwood', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1366.0, + density: 12.3, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95486, lat: 46.97095 }, + }, + { + zip_code: '58231', + usps_city: 'Fordville', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 1.0, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "67.76", "38035": "32.24"}', + coty_name: ['Walsh', 'Grand Forks'], + cty_code: ['38099', '38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82625, lat: 48.20015 }, + }, + { + zip_code: '58444', + usps_city: 'Goodrich', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 0.4, + primary_coty_code: '38083', + primary_coty_name: 'Sheridan', + county_weights: '{"38083": "100"}', + coty_name: ['Sheridan'], + cty_code: ['38083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.12971, lat: 47.49942 }, + }, + { + zip_code: '58712', + usps_city: 'Balfour', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 0.3, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "100"}', + coty_name: ['McHenry'], + cty_code: ['38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.53095, lat: 47.97636 }, + }, + { + zip_code: '7039', + usps_city: 'Livingston', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 29846.0, + density: 834.5, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32908, lat: 40.7855 }, + }, + { + zip_code: '7075', + usps_city: 'Wood Ridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8769.0, + density: 3053.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08776, lat: 40.85076 }, + }, + { + zip_code: '7110', + usps_city: 'Nutley', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 28397.0, + density: 3249.2, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "99.74", "34031": "0.26"}', + coty_name: ['Essex', 'Passaic'], + cty_code: ['34013', '34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15708, lat: 40.81924 }, + }, + { + zip_code: '7305', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 64994.0, + density: 4345.2, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08054, lat: 40.69847 }, + }, + { + zip_code: '7422', + usps_city: 'Highland Lakes', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6450.0, + density: 202.5, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44914, lat: 41.1816 }, + }, + { + zip_code: '7675', + usps_city: 'Westwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27024.0, + density: 1081.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00429, lat: 41.00911 }, + }, + { + zip_code: '7822', + usps_city: 'Augusta', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 51.4, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.70546, lat: 41.14014 }, + }, + { + zip_code: '8511', + usps_city: 'Cookstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1005.0, + density: 147.4, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55391, lat: 40.043 }, + }, + { + zip_code: '8518', + usps_city: 'Florence', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5402.0, + density: 1099.1, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.80263, lat: 40.11522 }, + }, + { + zip_code: '8551', + usps_city: 'Ringoes', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5347.0, + density: 76.6, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.84011, lat: 40.44173 }, + }, + { + zip_code: '8608', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 1080.9, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.76785, lat: 40.21896 }, + }, + { + zip_code: '10001', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24117.0, + density: 15153.7, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99718, lat: 40.75065 }, + }, + { + zip_code: '10014', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30344.0, + density: 21312.8, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00687, lat: 40.73374 }, + }, + { + zip_code: '10024', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 58102.0, + density: 26141.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97482, lat: 40.79227 }, + }, + { + zip_code: '10033', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 58349.0, + density: 37787.9, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93391, lat: 40.8506 }, + }, + { + zip_code: '10154', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97249, lat: 40.75778 }, + }, + { + zip_code: '10310', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23800.0, + density: 5116.5, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11616, lat: 40.63236 }, + }, + { + zip_code: '10516', + usps_city: 'Cold Spring', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5375.0, + density: 65.8, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "100"}', + coty_name: ['Putnam'], + cty_code: ['36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90241, lat: 41.45334 }, + }, + { + zip_code: '10547', + usps_city: 'Mohegan Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7690.0, + density: 587.3, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84622, lat: 41.31169 }, + }, + { + zip_code: '10548', + usps_city: 'Montrose', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3793.0, + density: 625.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93496, lat: 41.2472 }, + }, + { + zip_code: '10577', + usps_city: 'Purchase', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6356.0, + density: 364.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71367, lat: 41.03786 }, + }, + { + zip_code: '10583', + usps_city: 'Scarsdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 40851.0, + density: 1275.8, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7931, lat: 40.98924 }, + }, + { + zip_code: '10595', + usps_city: 'Valhalla', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8473.0, + density: 550.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78201, lat: 41.08646 }, + }, + { + zip_code: '10703', + usps_city: 'Yonkers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22148.0, + density: 4895.2, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88031, lat: 40.95974 }, + }, + { + zip_code: '10927', + usps_city: 'Haverstraw', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12065.0, + density: 2369.2, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96708, lat: 41.19257 }, + }, + { + zip_code: '10979', + usps_city: 'Sterling Forest', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 361.5, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31501, lat: 41.18272 }, + }, + { + zip_code: '11207', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 91083.0, + density: 13161.5, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89429, lat: 40.67073 }, + }, + { + zip_code: '11226', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 99558.0, + density: 29812.3, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9568, lat: 40.64639 }, + }, + { + zip_code: '11232', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26430.0, + density: 8567.8, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00563, lat: 40.65632 }, + }, + { + zip_code: '11359', + usps_city: 'Bayside', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "0"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77665, lat: 40.79142 }, + }, + { + zip_code: '11362', + usps_city: 'Little Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18343.0, + density: 2798.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73686, lat: 40.7565 }, + }, + { + zip_code: '11414', + usps_city: 'Howard Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28313.0, + density: 4728.1, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84495, lat: 40.65809 }, + }, + { + zip_code: '11427', + usps_city: 'Queens Village', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24560.0, + density: 5997.9, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74553, lat: 40.73097 }, + }, + { + zip_code: '11548', + usps_city: 'Greenvale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2922.0, + density: 1232.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60681, lat: 40.81464 }, + }, + { + zip_code: '11566', + usps_city: 'Merrick', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33331.0, + density: 2364.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55412, lat: 40.66312 }, + }, + { + zip_code: '11721', + usps_city: 'Centerport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6288.0, + density: 969.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.36994, lat: 40.89359 }, + }, + { + zip_code: '11747', + usps_city: 'Melville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18288.0, + density: 536.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.40975, lat: 40.78412 }, + }, + { + zip_code: '11793', + usps_city: 'Wantagh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30643.0, + density: 1247.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.51421, lat: 40.65069 }, + }, + { + zip_code: '11794', + usps_city: 'Stony Brook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3024.0, + density: 4131.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12514, lat: 40.91362 }, + }, + { + zip_code: '11796', + usps_city: 'West Sayville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4160.0, + density: 1179.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.0997, lat: 40.73135 }, + }, + { + zip_code: '11957', + usps_city: 'Orient', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 49.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26173, lat: 41.14927 }, + }, + { + zip_code: '11970', + usps_city: 'South Jamesport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 145.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57747, lat: 40.93914 }, + }, + { + zip_code: '11973', + usps_city: 'Upton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 3.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.88213, lat: 40.86786 }, + }, + { + zip_code: '11976', + usps_city: 'Water Mill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 52.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34791, lat: 40.92765 }, + }, + { + zip_code: '12023', + usps_city: 'Berne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2187.0, + density: 14.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "82.6", "36095": "17.4"}', + coty_name: ['Albany', 'Schoharie'], + cty_code: ['36001', '36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16738, lat: 42.60998 }, + }, + { + zip_code: '12070', + usps_city: 'Fort Johnson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1669.0, + density: 52.6, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "71.42", "36035": "28.58"}', + coty_name: ['Montgomery', 'Fulton'], + cty_code: ['36057', '36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25387, lat: 42.98469 }, + }, + { + zip_code: '12115', + usps_city: 'Malden Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 4.5, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58074, lat: 42.47281 }, + }, + { + zip_code: '12120', + usps_city: 'Medusa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 683.0, + density: 15.1, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "95.6", "36039": "4.4"}', + coty_name: ['Albany', 'Greene'], + cty_code: ['36001', '36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14424, lat: 42.45141 }, + }, + { + zip_code: '12144', + usps_city: 'Rensselaer', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20205.0, + density: 412.0, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71811, lat: 42.62974 }, + }, + { + zip_code: '12188', + usps_city: 'Waterford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11415.0, + density: 339.6, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69582, lat: 42.81988 }, + }, + { + zip_code: '12203', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30010.0, + density: 1015.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84822, lat: 42.68108 }, + }, + { + zip_code: '12222', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6198.0, + density: 4384.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82541, lat: 42.68539 }, + }, + { + zip_code: '12439', + usps_city: 'Hensonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 17.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18386, lat: 42.29608 }, + }, + { + zip_code: '12482', + usps_city: 'South Cairo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 34.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95546, lat: 42.26813 }, + }, + { + zip_code: '12496', + usps_city: 'Windham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1456.0, + density: 11.9, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27376, lat: 42.32647 }, + }, + { + zip_code: '12546', + usps_city: 'Millerton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2885.0, + density: 24.4, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "93.75", "36021": "6.25"}', + coty_name: ['Dutchess', 'Columbia'], + cty_code: ['36027', '36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.5345, lat: 41.96789 }, + }, + { + zip_code: '12582', + usps_city: 'Stormville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6423.0, + density: 194.1, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "99.53", "36079": "0.47"}', + coty_name: ['Dutchess', 'Putnam'], + cty_code: ['36027', '36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73509, lat: 41.54448 }, + }, + { + zip_code: '12589', + usps_city: 'Wallkill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16882.0, + density: 112.3, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "80.31", "36071": "19.69"}', + coty_name: ['Ulster', 'Orange'], + cty_code: ['36111', '36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15905, lat: 41.62667 }, + }, + { + zip_code: '12765', + usps_city: 'Neversink', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 951.0, + density: 29.4, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.61939, lat: 41.85542 }, + }, + { + zip_code: '12926', + usps_city: 'Constable', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2304.0, + density: 18.3, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32481, lat: 44.95325 }, + }, + { + zip_code: '12960', + usps_city: 'Moriah', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 857.0, + density: 10.9, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55458, lat: 44.02891 }, + }, + { + zip_code: '12992', + usps_city: 'West Chazy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4197.0, + density: 25.5, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.51816, lat: 44.8158 }, + }, + { + zip_code: '12997', + usps_city: 'Wilmington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1069.0, + density: 6.3, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84318, lat: 44.37545 }, + }, + { + zip_code: '13033', + usps_city: 'Cato', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3774.0, + density: 23.6, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57006, lat: 43.18619 }, + }, + { + zip_code: '13123', + usps_city: 'North Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 73.6, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76908, lat: 43.23355 }, + }, + { + zip_code: '13305', + usps_city: 'Beaver Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 88.5, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42124, lat: 43.89223 }, + }, + { + zip_code: '13471', + usps_city: 'Taberg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3291.0, + density: 13.5, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "98.76", "36049": "1.24"}', + coty_name: ['Oneida', 'Lewis'], + cty_code: ['36065', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6175, lat: 43.42057 }, + }, + { + zip_code: '13637', + usps_city: 'Evans Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4318.0, + density: 47.3, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83001, lat: 44.09632 }, + }, + { + zip_code: '13640', + usps_city: 'Wellesley Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 9.4, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99117, lat: 44.32224 }, + }, + { + zip_code: '13660', + usps_city: 'Madrid', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1697.0, + density: 12.2, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15848, lat: 44.77123 }, + }, + { + zip_code: '13740', + usps_city: 'Bovina Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 515.0, + density: 5.0, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.75077, lat: 42.27136 }, + }, + { + zip_code: '13743', + usps_city: 'Candor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3551.0, + density: 23.3, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "100"}', + coty_name: ['Tioga'], + cty_code: ['36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33854, lat: 42.21616 }, + }, + { + zip_code: '13751', + usps_city: 'Davenport Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 35.3, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90131, lat: 42.4508 }, + }, + { + zip_code: '13780', + usps_city: 'Guilford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 929.0, + density: 16.2, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47926, lat: 42.42488 }, + }, + { + zip_code: '14150', + usps_city: 'Tonawanda', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 40850.0, + density: 1055.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87829, lat: 42.99782 }, + }, + { + zip_code: '14219', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12000.0, + density: 658.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82691, lat: 42.78893 }, + }, + { + zip_code: '14302', + usps_city: 'Niagara Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 3889.8, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -79.04919, lat: 43.0939 }, + }, + { + zip_code: '14537', + usps_city: 'Port Gibson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 167.8, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16341, lat: 43.03584 }, + }, + { + zip_code: '14586', + usps_city: 'West Henrietta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11875.0, + density: 411.2, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.68688, lat: 43.0418 }, + }, + { + zip_code: '14613', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15381.0, + density: 3250.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6404, lat: 43.18222 }, + }, + { + zip_code: '14723', + usps_city: 'Cherry Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 9.9, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13985, lat: 42.3104 }, + }, + { + zip_code: '14847', + usps_city: 'Interlaken', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2398.0, + density: 23.8, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73981, lat: 42.60396 }, + }, + { + zip_code: '14871', + usps_city: 'Pine City', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4980.0, + density: 33.6, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "90.65", "36101": "9.35"}', + coty_name: ['Chemung', 'Steuben'], + cty_code: ['36015', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91143, lat: 42.04026 }, + }, + { + zip_code: '15031', + usps_city: 'Cuddy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 403.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16126, lat: 40.34821 }, + }, + { + zip_code: '15037', + usps_city: 'Elizabeth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10485.0, + density: 153.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8508, lat: 40.25735 }, + }, + { + zip_code: '15044', + usps_city: 'Gibsonia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27735.0, + density: 259.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "94.74", "42019": "5.26"}', + coty_name: ['Allegheny', 'Butler'], + cty_code: ['42003', '42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94999, lat: 40.63904 }, + }, + { + zip_code: '15049', + usps_city: 'Harwick', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 786.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80562, lat: 40.55611 }, + }, + { + zip_code: '15074', + usps_city: 'Rochester', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7874.0, + density: 203.1, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21831, lat: 40.72785 }, + }, + { + zip_code: '15205', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21475.0, + density: 804.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09918, lat: 40.43808 }, + }, + { + zip_code: '15317', + usps_city: 'Canonsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 39019.0, + density: 329.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16677, lat: 40.2706 }, + }, + { + zip_code: '15445', + usps_city: 'Hopwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2609.0, + density: 48.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65691, lat: 39.8728 }, + }, + { + zip_code: '15521', + usps_city: 'Alum Bank', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1878.0, + density: 20.4, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.635, lat: 40.19912 }, + }, + { + zip_code: '15531', + usps_city: 'Boswell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3834.0, + density: 25.1, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "99.33", "42129": "0.67"}', + coty_name: ['Somerset', 'Westmoreland'], + cty_code: ['42111', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07961, lat: 40.18448 }, + }, + { + zip_code: '15611', + usps_city: 'Adamsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 432.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65264, lat: 40.30652 }, + }, + { + zip_code: '15646', + usps_city: 'Jones Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 54.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3356, lat: 40.08989 }, + }, + { + zip_code: '15742', + usps_city: 'Glen Campbell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 991.0, + density: 16.3, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "92.32", "42033": "7.68"}', + coty_name: ['Indiana', 'Clearfield'], + cty_code: ['42063', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.863, lat: 40.81439 }, + }, + { + zip_code: '15745', + usps_city: 'Heilwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 58.9, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.91511, lat: 40.62316 }, + }, + { + zip_code: '15840', + usps_city: 'Falls Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1942.0, + density: 39.1, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "96.44", "42033": "3.56"}', + coty_name: ['Jefferson', 'Clearfield'], + cty_code: ['42065', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82612, lat: 41.17204 }, + }, + { + zip_code: '15857', + usps_city: 'Saint Marys', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12567.0, + density: 48.4, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53431, lat: 41.45703 }, + }, + { + zip_code: '16115', + usps_city: 'Darlington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3324.0, + density: 31.9, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46336, lat: 40.79345 }, + }, + { + zip_code: '16140', + usps_city: 'New Bedford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 380.9, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5141, lat: 41.0953 }, + }, + { + zip_code: '16217', + usps_city: 'Cooksburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 5.0, + primary_coty_code: '42053', + primary_coty_name: 'Forest', + county_weights: '{"42053": "71.29", "42065": "28.71"}', + coty_name: ['Forest', 'Jefferson'], + cty_code: ['42053', '42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18477, lat: 41.33655 }, + }, + { + zip_code: '16256', + usps_city: 'Smicksburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 20.7, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13758, lat: 40.86666 }, + }, + { + zip_code: '16443', + usps_city: 'West Springfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1247.0, + density: 42.5, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48026, lat: 41.93882 }, + }, + { + zip_code: '16504', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15572.0, + density: 2156.9, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04903, lat: 42.10904 }, + }, + { + zip_code: '16677', + usps_city: 'Sandy Ridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 56.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24366, lat: 40.81181 }, + }, + { + zip_code: '16680', + usps_city: 'Smithmill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 16.7, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40127, lat: 40.75065 }, + }, + { + zip_code: '16826', + usps_city: 'Blanchard', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 54.3, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59501, lat: 41.0642 }, + }, + { + zip_code: '16843', + usps_city: 'Hyde', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 559.0, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46608, lat: 41.00216 }, + }, + { + zip_code: '16865', + usps_city: 'Pennsylvania Furnace', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1949.0, + density: 21.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "90.1", "42061": "9.9"}', + coty_name: ['Centre', 'Huntingdon'], + cty_code: ['42027', '42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.99599, lat: 40.71019 }, + }, + { + zip_code: '16914', + usps_city: 'Columbia Cross Roads', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2224.0, + density: 11.4, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "95.99", "42117": "4.01"}', + coty_name: ['Bradford', 'Tioga'], + cty_code: ['42015', '42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78241, lat: 41.86377 }, + }, + { + zip_code: '16917', + usps_city: 'Covington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 9.7, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05971, lat: 41.72843 }, + }, + { + zip_code: '16946', + usps_city: 'Tioga', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2389.0, + density: 15.0, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.13781, lat: 41.90894 }, + }, + { + zip_code: '17003', + usps_city: 'Annville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11903.0, + density: 96.6, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5649, lat: 40.36394 }, + }, + { + zip_code: '17024', + usps_city: 'Elliottsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1935.0, + density: 23.7, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31211, lat: 40.4096 }, + }, + { + zip_code: '17087', + usps_city: 'Richland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2739.0, + density: 86.2, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "74.2", "42011": "25.8"}', + coty_name: ['Lebanon', 'Berks'], + cty_code: ['42075', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26228, lat: 40.40523 }, + }, + { + zip_code: '17088', + usps_city: 'Schaefferstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 943.0, + density: 199.2, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29418, lat: 40.30069 }, + }, + { + zip_code: '17110', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24743.0, + density: 748.3, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88557, lat: 40.31559 }, + }, + { + zip_code: '17268', + usps_city: 'Waynesboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29374.0, + density: 143.4, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57384, lat: 39.77564 }, + }, + { + zip_code: '17347', + usps_city: 'Mount Wolf', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6644.0, + density: 183.0, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68892, lat: 40.05525 }, + }, + { + zip_code: '17350', + usps_city: 'New Oxford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13019.0, + density: 115.9, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07993, lat: 39.88904 }, + }, + { + zip_code: '17547', + usps_city: 'Marietta', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7377.0, + density: 237.3, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58553, lat: 40.07047 }, + }, + { + zip_code: '17563', + usps_city: 'Peach Bottom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4094.0, + density: 50.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18659, lat: 39.76423 }, + }, + { + zip_code: '17728', + usps_city: 'Cogan Station', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4972.0, + density: 40.4, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08533, lat: 41.32762 }, + }, + { + zip_code: '17772', + usps_city: 'Turbotville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2377.0, + density: 40.8, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "60.4", "42093": "39.6"}', + coty_name: ['Northumberland', 'Montour'], + cty_code: ['42097', '42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71678, lat: 41.11836 }, + }, + { + zip_code: '17812', + usps_city: 'Beaver Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 21.7, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22815, lat: 40.74069 }, + }, + { + zip_code: '17844', + usps_city: 'Mifflinburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10296.0, + density: 35.5, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0863, lat: 40.96546 }, + }, + { + zip_code: '17934', + usps_city: 'Gilberton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 161.2, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21661, lat: 40.79771 }, + }, + { + zip_code: '17954', + usps_city: 'Minersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4460.0, + density: 2473.9, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.25973, lat: 40.69042 }, + }, + { + zip_code: '18011', + usps_city: 'Alburtis', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5580.0, + density: 130.5, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "70.57", "42011": "29.43"}', + coty_name: ['Lehigh', 'Berks'], + cty_code: ['42077', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.64643, lat: 40.47124 }, + }, + { + zip_code: '18035', + usps_city: 'Cherryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 31.9, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53873, lat: 40.74673 }, + }, + { + zip_code: '18056', + usps_city: 'Hereford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 210.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54912, lat: 40.4491 }, + }, + { + zip_code: '18334', + usps_city: 'Long Pond', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4691.0, + density: 83.1, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.44551, lat: 41.06061 }, + }, + { + zip_code: '18354', + usps_city: 'Sciota', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 834.0, + density: 95.2, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32502, lat: 40.92571 }, + }, + { + zip_code: '18424', + usps_city: 'Gouldsboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5046.0, + density: 23.6, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: + '{"42069": "61.38", "42127": "32.91", "42089": "4.63", "42079": "1.09"}', + coty_name: ['Lackawanna', 'Wayne', 'Monroe', 'Luzerne'], + cty_code: ['42069', '42127', '42089', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51595, lat: 41.22515 }, + }, + { + zip_code: '18439', + usps_city: 'Lakewood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 6.2, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34922, lat: 41.82684 }, + }, + { + zip_code: '18843', + usps_city: 'South Montrose', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 83.2, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89978, lat: 41.79442 }, + }, + { + zip_code: '19107', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14526.0, + density: 10209.7, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15861, lat: 39.95182 }, + }, + { + zip_code: '19150', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22299.0, + density: 5710.7, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100", "42091": "0"}', + coty_name: ['Philadelphia', 'Montgomery'], + cty_code: ['42101', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17183, lat: 40.07255 }, + }, + { + zip_code: '19405', + usps_city: 'Bridgeport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5250.0, + density: 2799.6, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34071, lat: 40.10382 }, + }, + { + zip_code: '19442', + usps_city: 'Kimberton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58314, lat: 40.12953 }, + }, + { + zip_code: '19523', + usps_city: 'Geigertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 106.3, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84566, lat: 40.20269 }, + }, + { + zip_code: '19534', + usps_city: 'Lenhartsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1979.0, + density: 38.0, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87452, lat: 40.57334 }, + }, + { + zip_code: '19535', + usps_city: 'Limekiln', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 83.9, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80406, lat: 40.33994 }, + }, + { + zip_code: '19706', + usps_city: 'Delaware City', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 1803.0, + density: 188.9, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5988, lat: 39.57275 }, + }, + { + zip_code: '19710', + usps_city: 'Montchanin', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58815, lat: 39.79503 }, + }, + { + zip_code: '19732', + usps_city: 'Rockland', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 53.7, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57011, lat: 39.78406 }, + }, + { + zip_code: '20003', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 32675.0, + density: 5624.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99056, lat: 38.88125 }, + }, + { + zip_code: '20008', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 29292.0, + density: 3720.9, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05931, lat: 38.93595 }, + }, + { + zip_code: '20018', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 20641.0, + density: 2637.2, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97273, lat: 38.92612 }, + }, + { + zip_code: '20121', + usps_city: 'Centreville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29426.0, + density: 1311.9, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46029, lat: 38.81767 }, + }, + { + zip_code: '20603', + usps_city: 'Waldorf', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 31975.0, + density: 722.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97697, lat: 38.62939 }, + }, + { + zip_code: '20613', + usps_city: 'Brandywine', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 14020.0, + density: 71.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "86.7", "24017": "13.3"}', + coty_name: ["Prince George's", 'Charles'], + cty_code: ['24033', '24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8088, lat: 38.67247 }, + }, + { + zip_code: '20743', + usps_city: 'Capitol Heights', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37888.0, + density: 1504.2, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89333, lat: 38.8839 }, + }, + { + zip_code: '20763', + usps_city: 'Savage', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1635.0, + density: 446.4, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81667, lat: 39.13501 }, + }, + { + zip_code: '20781', + usps_city: 'Hyattsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11694.0, + density: 1856.1, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.93649, lat: 38.9432 }, + }, + { + zip_code: '20855', + usps_city: 'Derwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15287.0, + density: 449.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.13239, lat: 39.13711 }, + }, + { + zip_code: '20903', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27973.0, + density: 2998.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "77.43", "24033": "22.57"}', + coty_name: ['Montgomery', "Prince George's"], + cty_code: ['24031', '24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98121, lat: 39.0206 }, + }, + { + zip_code: '21136', + usps_city: 'Reisterstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 34177.0, + density: 235.6, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "97.08", "24013": "2.92"}', + coty_name: ['Baltimore', 'Carroll'], + cty_code: ['24005', '24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80848, lat: 39.48903 }, + }, + { + zip_code: '21140', + usps_city: 'Riva', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3564.0, + density: 1018.0, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58489, lat: 38.95025 }, + }, + { + zip_code: '21155', + usps_city: 'Upperco', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2532.0, + density: 44.7, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "86.29", "24013": "13.71"}', + coty_name: ['Baltimore', 'Carroll'], + cty_code: ['24005', '24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80589, lat: 39.57111 }, + }, + { + zip_code: '21217', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33644.0, + density: 5610.6, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63857, lat: 39.30814 }, + }, + { + zip_code: '21401', + usps_city: 'Annapolis', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 38315.0, + density: 748.9, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55009, lat: 38.9898 }, + }, + { + zip_code: '21523', + usps_city: 'Bloomington', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 102.8, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0792, lat: 39.4799 }, + }, + { + zip_code: '21531', + usps_city: 'Friendsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1868.0, + density: 11.7, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.42139, lat: 39.64832 }, + }, + { + zip_code: '21634', + usps_city: 'Fishing Creek', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 16.2, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18745, lat: 38.28382 }, + }, + { + zip_code: '21655', + usps_city: 'Preston', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4747.0, + density: 34.6, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "100"}', + coty_name: ['Caroline'], + cty_code: ['24011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.92081, lat: 38.74525 }, + }, + { + zip_code: '21719', + usps_city: 'Cascade', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1002.0, + density: 115.1, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "97.48", "24021": "2.52"}', + coty_name: ['Washington', 'Frederick'], + cty_code: ['24043', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49664, lat: 39.70738 }, + }, + { + zip_code: '21750', + usps_city: 'Hancock', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3694.0, + density: 23.6, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21632, lat: 39.68671 }, + }, + { + zip_code: '21793', + usps_city: 'Walkersville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10416.0, + density: 197.1, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34474, lat: 39.49104 }, + }, + { + zip_code: '22041', + usps_city: 'Falls Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28429.0, + density: 3933.7, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14197, lat: 38.84806 }, + }, + { + zip_code: '22204', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 54617.0, + density: 5117.9, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09894, lat: 38.86083 }, + }, + { + zip_code: '22305', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18579.0, + density: 5318.7, + primary_coty_code: '51510', + primary_coty_name: 'Alexandria', + county_weights: '{"51510": "100"}', + coty_name: ['Alexandria'], + cty_code: ['51510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.06247, lat: 38.83646 }, + }, + { + zip_code: '22624', + usps_city: 'Clear Brook', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2816.0, + density: 56.4, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "100"}', + coty_name: ['Frederick'], + cty_code: ['51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09184, lat: 39.26514 }, + }, + { + zip_code: '22810', + usps_city: 'Basye', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 9.5, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79788, lat: 38.82936 }, + }, + { + zip_code: '22845', + usps_city: 'Orkney Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 2.6, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81508, lat: 38.78759 }, + }, + { + zip_code: '22903', + usps_city: 'Charlottesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 40652.0, + density: 207.5, + primary_coty_code: '51540', + primary_coty_name: 'Charlottesville', + county_weights: '{"51540": "66.71", "51003": "33.29"}', + coty_name: ['Charlottesville', 'Albemarle'], + cty_code: ['51540', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.59998, lat: 38.00683 }, + }, + { + zip_code: '22911', + usps_city: 'Charlottesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17441.0, + density: 131.9, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40756, lat: 38.09276 }, + }, + { + zip_code: '23146', + usps_city: 'Rockville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3257.0, + density: 37.6, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "86.84", "51075": "13.16"}', + coty_name: ['Hanover', 'Goochland'], + cty_code: ['51085', '51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7074, lat: 37.72648 }, + }, + { + zip_code: '23301', + usps_city: 'Accomac', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 24.4, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.63618, lat: 37.68333 }, + }, + { + zip_code: '23313', + usps_city: 'Capeville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 58.0, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9453, lat: 37.20267 }, + }, + { + zip_code: '23315', + usps_city: 'Carrsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1213.0, + density: 16.1, + primary_coty_code: '51093', + primary_coty_name: 'Isle of Wight', + county_weights: '{"51093": "100"}', + coty_name: ['Isle of Wight'], + cty_code: ['51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84278, lat: 36.73871 }, + }, + { + zip_code: '23336', + usps_city: 'Chincoteague Island', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2899.0, + density: 57.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33766, lat: 37.95452 }, + }, + { + zip_code: '23358', + usps_city: 'Hacksneck', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 6.2, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86561, lat: 37.64451 }, + }, + { + zip_code: '23416', + usps_city: 'Oak Hall', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 11.8, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.56333, lat: 37.93378 }, + }, + { + zip_code: '23502', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21363.0, + density: 829.3, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20988, lat: 36.86285 }, + }, + { + zip_code: '23510', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8913.0, + density: 2921.1, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29173, lat: 36.85188 }, + }, + { + zip_code: '23602', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38821.0, + density: 1117.9, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "99.76", "51199": "0.24"}', + coty_name: ['Newport News', 'York'], + cty_code: ['51700', '51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51582, lat: 37.1148 }, + }, + { + zip_code: '23661', + usps_city: 'Hampton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12812.0, + density: 1052.4, + primary_coty_code: '51650', + primary_coty_name: 'Hampton', + county_weights: '{"51650": "100"}', + coty_name: ['Hampton'], + cty_code: ['51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38682, lat: 37.00799 }, + }, + { + zip_code: '23841', + usps_city: 'Dinwiddie', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3266.0, + density: 17.2, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "100"}', + coty_name: ['Dinwiddie'], + cty_code: ['51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55182, lat: 37.05234 }, + }, + { + zip_code: '23883', + usps_city: 'Surry', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2065.0, + density: 14.0, + primary_coty_code: '51181', + primary_coty_name: 'Surry', + county_weights: '{"51181": "100"}', + coty_name: ['Surry'], + cty_code: ['51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.74915, lat: 37.12075 }, + }, + { + zip_code: '23915', + usps_city: 'Baskerville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 14.3, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.28677, lat: 36.70149 }, + }, + { + zip_code: '23924', + usps_city: 'Chase City', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5625.0, + density: 15.8, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "94.98", "51111": "3.1", "51037": "1.93"}', + coty_name: ['Mecklenburg', 'Lunenburg', 'Charlotte'], + cty_code: ['51117', '51111', '51037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.43198, lat: 36.80743 }, + }, + { + zip_code: '23930', + usps_city: 'Crewe', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4919.0, + density: 17.7, + primary_coty_code: '51135', + primary_coty_name: 'Nottoway', + county_weights: '{"51135": "100"}', + coty_name: ['Nottoway'], + cty_code: ['51135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09939, lat: 37.17241 }, + }, + { + zip_code: '23974', + usps_city: 'Victoria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5608.0, + density: 22.0, + primary_coty_code: '51111', + primary_coty_name: 'Lunenburg', + county_weights: '{"51111": "100"}', + coty_name: ['Lunenburg'], + cty_code: ['51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.25669, lat: 36.97099 }, + }, + { + zip_code: '24202', + usps_city: 'Bristol', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11127.0, + density: 33.7, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "90.99", "51520": "5.57", "51169": "3.44"}', + coty_name: ['Washington', 'Bristol', 'Scott'], + cty_code: ['51191', '51520', '51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2126, lat: 36.66094 }, + }, + { + zip_code: '24292', + usps_city: 'Whitetop', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 5.7, + primary_coty_code: '51077', + primary_coty_name: 'Grayson', + county_weights: '{"51077": "100"}', + coty_name: ['Grayson'], + cty_code: ['51077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57778, lat: 36.61457 }, + }, + { + zip_code: '24333', + usps_city: 'Galax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17768.0, + density: 47.6, + primary_coty_code: '51640', + primary_coty_name: 'Galax', + county_weights: '{"51640": "39.13", "51035": "33.72", "51077": "27.14"}', + coty_name: ['Galax', 'Carroll', 'Grayson'], + cty_code: ['51640', '51035', '51077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92883, lat: 36.63834 }, + }, + { + zip_code: '24464', + usps_city: 'Montebello', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 2.9, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "100"}', + coty_name: ['Nelson'], + cty_code: ['51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.10378, lat: 37.87323 }, + }, + { + zip_code: '24471', + usps_city: 'Port Republic', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 42.6, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79629, lat: 38.30905 }, + }, + { + zip_code: '24592', + usps_city: 'South Boston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13342.0, + density: 41.0, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9636, lat: 36.67561 }, + }, + { + zip_code: '24646', + usps_city: 'Rowe', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 21.1, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02889, lat: 37.13642 }, + }, + { + zip_code: '24878', + usps_city: 'Premier', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 529.0, + density: 23.1, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62941, lat: 37.43445 }, + }, + { + zip_code: '24898', + usps_city: 'Wyoming', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 102.3, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60561, lat: 37.59418 }, + }, + { + zip_code: '24920', + usps_city: 'Bartow', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 1.7, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70137, lat: 38.58404 }, + }, + { + zip_code: '24931', + usps_city: 'Crawley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 8.5, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59151, lat: 37.91927 }, + }, + { + zip_code: '25043', + usps_city: 'Clay', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1554.0, + density: 5.0, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "96.93", "54067": "3.07"}', + coty_name: ['Clay', 'Nicholas'], + cty_code: ['54015', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00563, lat: 38.44173 }, + }, + { + zip_code: '25067', + usps_city: 'East Bank', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1251.0, + density: 89.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42894, lat: 38.19767 }, + }, + { + zip_code: '25107', + usps_city: 'Hernshaw', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 570.0, + density: 7.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63441, lat: 38.2275 }, + }, + { + zip_code: '25411', + usps_city: 'Berkeley Springs', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12725.0, + density: 35.0, + primary_coty_code: '54065', + primary_coty_name: 'Morgan', + county_weights: '{"54065": "100"}', + coty_name: ['Morgan'], + cty_code: ['54065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21892, lat: 39.55551 }, + }, + { + zip_code: '25437', + usps_city: 'Points', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 9.4, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57344, lat: 39.42445 }, + }, + { + zip_code: '25571', + usps_city: 'West Hamlin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2413.0, + density: 39.8, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15835, lat: 38.2931 }, + }, + { + zip_code: '25976', + usps_city: 'Meadow Bridge', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2419.0, + density: 10.4, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "54.6", "54089": "34.1", "54025": "11.3"}', + coty_name: ['Fayette', 'Summers', 'Greenbrier'], + cty_code: ['54019', '54089', '54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84718, lat: 37.85054 }, + }, + { + zip_code: '25989', + usps_city: 'White Oak', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 17.7, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06999, lat: 37.68278 }, + }, + { + zip_code: '26031', + usps_city: 'Benwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1562.0, + density: 220.4, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.72245, lat: 40.00838 }, + }, + { + zip_code: '26101', + usps_city: 'Parkersburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29122.0, + density: 380.8, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5762, lat: 39.23903 }, + }, + { + zip_code: '26136', + usps_city: 'Big Bend', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 8.8, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13614, lat: 38.9663 }, + }, + { + zip_code: '26260', + usps_city: 'Davis', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1625.0, + density: 4.0, + primary_coty_code: '54093', + primary_coty_name: 'Tucker', + county_weights: '{"54093": "100"}', + coty_name: ['Tucker'], + cty_code: ['54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.41767, lat: 39.07893 }, + }, + { + zip_code: '26261', + usps_city: 'Richwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2692.0, + density: 10.5, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "97.3", "54025": "2.7"}', + coty_name: ['Nicholas', 'Greenbrier'], + cty_code: ['54067', '54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5436, lat: 38.20361 }, + }, + { + zip_code: '26267', + usps_city: 'Ellamore', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 5.0, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "55.01", "54097": "36.86", "54001": "8.13"}', + coty_name: ['Randolph', 'Upshur', 'Barbour'], + cty_code: ['54083', '54097', '54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06517, lat: 38.91469 }, + }, + { + zip_code: '26280', + usps_city: 'Mill Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1594.0, + density: 8.9, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.02958, lat: 38.72958 }, + }, + { + zip_code: '26351', + usps_city: 'Glenville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4700.0, + density: 21.4, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "100"}', + coty_name: ['Gilmer'], + cty_code: ['54021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8536, lat: 38.93372 }, + }, + { + zip_code: '26415', + usps_city: 'Pennsboro', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3525.0, + density: 13.3, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "68.38", "54017": "27.37", "54095": "4.26"}', + coty_name: ['Ritchie', 'Doddridge', 'Tyler'], + cty_code: ['54085', '54017', '54095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93771, lat: 39.29706 }, + }, + { + zip_code: '26559', + usps_city: 'Barrackville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 758.2, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16821, lat: 39.50132 }, + }, + { + zip_code: '26587', + usps_city: 'Rachel', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 126.5, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29504, lat: 39.51769 }, + }, + { + zip_code: '26590', + usps_city: 'Wana', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 8.0, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31816, lat: 39.67353 }, + }, + { + zip_code: '26621', + usps_city: 'Flatwoods', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 11.3, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54675, lat: 38.71617 }, + }, + { + zip_code: '26681', + usps_city: 'Nettie', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1097.0, + density: 11.8, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.71023, lat: 38.22732 }, + }, + { + zip_code: '27106', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48709.0, + density: 656.5, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32263, lat: 36.14292 }, + }, + { + zip_code: '27355', + usps_city: 'Staley', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2394.0, + density: 26.8, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "79.4", "37037": "20.6"}', + coty_name: ['Randolph', 'Chatham'], + cty_code: ['37151', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.56858, lat: 35.78963 }, + }, + { + zip_code: '27505', + usps_city: 'Broadway', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6943.0, + density: 47.2, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "78.24", "37105": "21.76"}', + coty_name: ['Harnett', 'Lee'], + cty_code: ['37085', '37105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.002, lat: 35.4207 }, + }, + { + zip_code: '27537', + usps_city: 'Henderson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23736.0, + density: 48.0, + primary_coty_code: '37181', + primary_coty_name: 'Vance', + county_weights: '{"37181": "94.13", "37069": "3.75", "37185": "2.11"}', + coty_name: ['Vance', 'Franklin', 'Warren'], + cty_code: ['37181', '37069', '37185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39039, lat: 36.3601 }, + }, + { + zip_code: '27562', + usps_city: 'New Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2149.0, + density: 15.4, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "56.19", "37183": "43.81"}', + coty_name: ['Chatham', 'Wake'], + cty_code: ['37037', '37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98812, lat: 35.64129 }, + }, + { + zip_code: '27597', + usps_city: 'Zebulon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24691.0, + density: 77.8, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: + '{"37183": "55.31", "37069": "25.22", "37101": "13.95", "37127": "5.52"}', + coty_name: ['Wake', 'Franklin', 'Johnston', 'Nash'], + cty_code: ['37183', '37069', '37101', '37127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.30021, lat: 35.84098 }, + }, + { + zip_code: '27705', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 49508.0, + density: 436.5, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "90.43", "37135": "9.57"}', + coty_name: ['Durham', 'Orange'], + cty_code: ['37063', '37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98065, lat: 36.02698 }, + }, + { + zip_code: '27834', + usps_city: 'Greenville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 57258.0, + density: 125.1, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "99.84", "37013": "0.08", "37065": "0.08"}', + coty_name: ['Pitt', 'Beaufort', 'Edgecombe'], + cty_code: ['37147', '37013', '37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38395, lat: 35.65856 }, + }, + { + zip_code: '27856', + usps_city: 'Nashville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17258.0, + density: 51.3, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "100"}', + coty_name: ['Nash'], + cty_code: ['37127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98267, lat: 36.01379 }, + }, + { + zip_code: '27862', + usps_city: 'Pendleton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 7.0, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17962, lat: 36.49468 }, + }, + { + zip_code: '27880', + usps_city: 'Sims', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3421.0, + density: 50.9, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "95.34", "37127": "4.66"}', + coty_name: ['Wilson', 'Nash'], + cty_code: ['37195', '37127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.08706, lat: 35.73497 }, + }, + { + zip_code: '28108', + usps_city: 'Mineral Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 309.1, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "100"}', + coty_name: ['Union'], + cty_code: ['37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67945, lat: 34.93426 }, + }, + { + zip_code: '28127', + usps_city: 'New London', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7704.0, + density: 42.8, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "76.46", "37123": "21.03", "37057": "2.52"}', + coty_name: ['Stanly', 'Montgomery', 'Davidson'], + cty_code: ['37167', '37123', '37057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17346, lat: 35.45666 }, + }, + { + zip_code: '28159', + usps_city: 'Spencer', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2959.0, + density: 463.5, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43198, lat: 35.69465 }, + }, + { + zip_code: '28163', + usps_city: 'Stanfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5275.0, + density: 57.9, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "100"}', + coty_name: ['Stanly'], + cty_code: ['37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42853, lat: 35.20743 }, + }, + { + zip_code: '28168', + usps_city: 'Vale', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10415.0, + density: 46.4, + primary_coty_code: '37109', + primary_coty_name: 'Lincoln', + county_weights: '{"37109": "65.85", "37035": "34.15"}', + coty_name: ['Lincoln', 'Catawba'], + cty_code: ['37109', '37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42363, lat: 35.55476 }, + }, + { + zip_code: '28306', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42973.0, + density: 241.6, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "98.14", "37093": "1.37", "37017": "0.49"}', + coty_name: ['Cumberland', 'Hoke', 'Bladen'], + cty_code: ['37051', '37093', '37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89551, lat: 34.95875 }, + }, + { + zip_code: '28394', + usps_city: 'Vass', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5547.0, + density: 49.1, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.23466, lat: 35.21684 }, + }, + { + zip_code: '28435', + usps_city: 'Currie', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2210.0, + density: 8.9, + primary_coty_code: '37141', + primary_coty_name: 'Pender', + county_weights: '{"37141": "100"}', + coty_name: ['Pender'], + cty_code: ['37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.10562, lat: 34.4076 }, + }, + { + zip_code: '28438', + usps_city: 'Evergreen', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1651.0, + density: 13.5, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "97.4", "37017": "2.6"}', + coty_name: ['Columbus', 'Bladen'], + cty_code: ['37047', '37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92459, lat: 34.41155 }, + }, + { + zip_code: '28611', + usps_city: 'Collettsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 5.9, + primary_coty_code: '37027', + primary_coty_name: 'Caldwell', + county_weights: '{"37027": "92.88", "37011": "7.12"}', + coty_name: ['Caldwell', 'Avery'], + cty_code: ['37027', '37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73527, lat: 36.01102 }, + }, + { + zip_code: '28626', + usps_city: 'Fleetwood', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2693.0, + density: 32.1, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50144, lat: 36.2954 }, + }, + { + zip_code: '28672', + usps_city: 'Scottville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 3.0, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32758, lat: 36.4833 }, + }, + { + zip_code: '28711', + usps_city: 'Black Mountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13269.0, + density: 51.3, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: + '{"37021": "98.57", "37161": "0.75", "37111": "0.58", "37089": "0.1"}', + coty_name: ['Buncombe', 'Rutherford', 'McDowell', 'Henderson'], + cty_code: ['37021', '37161', '37111', '37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2902, lat: 35.59867 }, + }, + { + zip_code: '28721', + usps_city: 'Clyde', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10401.0, + density: 36.4, + primary_coty_code: '37087', + primary_coty_name: 'Haywood', + county_weights: '{"37087": "100"}', + coty_name: ['Haywood'], + cty_code: ['37087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.9511, lat: 35.64801 }, + }, + { + zip_code: '28733', + usps_city: 'Fontana Dam', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 1.3, + primary_coty_code: '37075', + primary_coty_name: 'Graham', + county_weights: '{"37075": "100"}', + coty_name: ['Graham'], + cty_code: ['37075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80762, lat: 35.43677 }, + }, + { + zip_code: '28734', + usps_city: 'Franklin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27887.0, + density: 35.7, + primary_coty_code: '37113', + primary_coty_name: 'Macon', + county_weights: '{"37113": "100"}', + coty_name: ['Macon'], + cty_code: ['37113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42108, lat: 35.1828 }, + }, + { + zip_code: '29001', + usps_city: 'Alcolu', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1838.0, + density: 10.8, + primary_coty_code: '45027', + primary_coty_name: 'Clarendon', + county_weights: '{"45027": "93.06", "45085": "6.94"}', + coty_name: ['Clarendon', 'Sumter'], + cty_code: ['45027', '45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17252, lat: 33.7835 }, + }, + { + zip_code: '29032', + usps_city: 'Cassatt', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5674.0, + density: 27.7, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "97.2", "45061": "2.8"}', + coty_name: ['Kershaw', 'Lee'], + cty_code: ['45055', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45555, lat: 34.34083 }, + }, + { + zip_code: '29323', + usps_city: 'Chesnee', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13550.0, + density: 74.4, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "89.33", "45021": "10.67"}', + coty_name: ['Spartanburg', 'Cherokee'], + cty_code: ['45083', '45021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90853, lat: 35.12929 }, + }, + { + zip_code: '29331', + usps_city: 'Cross Anchor', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 10.9, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84842, lat: 34.65049 }, + }, + { + zip_code: '29364', + usps_city: 'Lockhart', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 54.0, + primary_coty_code: '45087', + primary_coty_name: 'Union', + county_weights: '{"45087": "100"}', + coty_name: ['Union'], + cty_code: ['45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4681, lat: 34.76885 }, + }, + { + zip_code: '29451', + usps_city: 'Isle Of Palms', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4482.0, + density: 172.9, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75349, lat: 32.82154 }, + }, + { + zip_code: '29456', + usps_city: 'Ladson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 31376.0, + density: 664.3, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "44.99", "45015": "38.05", "45019": "16.96"}', + coty_name: ['Dorchester', 'Berkeley', 'Charleston'], + cty_code: ['45035', '45015', '45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11402, lat: 32.98657 }, + }, + { + zip_code: '29485', + usps_city: 'Summerville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 60028.0, + density: 649.3, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "93.43", "45019": "6.57"}', + coty_name: ['Dorchester', 'Charleston'], + cty_code: ['45035', '45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19348, lat: 32.9526 }, + }, + { + zip_code: '29492', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13546.0, + density: 104.6, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8824, lat: 32.91379 }, + }, + { + zip_code: '29591', + usps_city: 'Scranton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4851.0, + density: 25.9, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "100"}', + coty_name: ['Florence'], + cty_code: ['45041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76241, lat: 33.93841 }, + }, + { + zip_code: '29609', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29701.0, + density: 474.7, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.38902, lat: 34.91237 }, + }, + { + zip_code: '29635', + usps_city: 'Cleveland', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1279.0, + density: 7.1, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "56.3", "45077": "43.7"}', + coty_name: ['Greenville', 'Pickens'], + cty_code: ['45045', '45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62815, lat: 35.07992 }, + }, + { + zip_code: '29812', + usps_city: 'Barnwell', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11482.0, + density: 16.0, + primary_coty_code: '45011', + primary_coty_name: 'Barnwell', + county_weights: '{"45011": "99.92", "45005": "0.08"}', + coty_name: ['Barnwell', 'Allendale'], + cty_code: ['45011', '45005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44135, lat: 33.22683 }, + }, + { + zip_code: '29856', + usps_city: 'Windsor', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3239.0, + density: 21.6, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51321, lat: 33.48331 }, + }, + { + zip_code: '30164', + usps_city: 'Rome', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13217', + primary_coty_name: 'Newton', + county_weights: '{"13217": "100"}', + coty_name: ['Newton'], + cty_code: ['13217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.83401, lat: 33.39572 }, + }, + { + zip_code: '30220', + usps_city: 'Grantville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5642.0, + density: 39.7, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "79.11", "13199": "20.89"}', + coty_name: ['Coweta', 'Meriwether'], + cty_code: ['13077', '13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.82432, lat: 33.22505 }, + }, + { + zip_code: '30224', + usps_city: 'Griffin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26453.0, + density: 154.4, + primary_coty_code: '13255', + primary_coty_name: 'Spalding', + county_weights: '{"13255": "89.62", "13231": "7.97", "13171": "2.41"}', + coty_name: ['Spalding', 'Pike', 'Lamar'], + cty_code: ['13255', '13231', '13171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.23683, lat: 33.20485 }, + }, + { + zip_code: '30257', + usps_city: 'Milner', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4336.0, + density: 37.9, + primary_coty_code: '13171', + primary_coty_name: 'Lamar', + county_weights: '{"13171": "90.33", "13231": "9.67"}', + coty_name: ['Lamar', 'Pike'], + cty_code: ['13171', '13231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18404, lat: 33.14313 }, + }, + { + zip_code: '30258', + usps_city: 'Molena', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3035.0, + density: 20.9, + primary_coty_code: '13231', + primary_coty_name: 'Pike', + county_weights: '{"13231": "74.71", "13293": "25.29"}', + coty_name: ['Pike', 'Upson'], + cty_code: ['13231', '13293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46731, lat: 32.98757 }, + }, + { + zip_code: '30277', + usps_city: 'Sharpsburg', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23058.0, + density: 200.2, + primary_coty_code: '13077', + primary_coty_name: 'Coweta', + county_weights: '{"13077": "100"}', + coty_name: ['Coweta'], + cty_code: ['13077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.65052, lat: 33.38138 }, + }, + { + zip_code: '30308', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 18839.0, + density: 4561.5, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3781, lat: 33.77121 }, + }, + { + zip_code: '30346', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4914.0, + density: 1885.2, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33886, lat: 33.92428 }, + }, + { + zip_code: '30471', + usps_city: 'Twin City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4744.0, + density: 12.6, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: '{"13107": "95.43", "13031": "4.57"}', + coty_name: ['Emanuel', 'Bulloch'], + cty_code: ['13107', '13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17839, lat: 32.54914 }, + }, + { + zip_code: '30552', + usps_city: 'Lakemont', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1741.0, + density: 12.3, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.445, lat: 34.77102 }, + }, + { + zip_code: '30607', + usps_city: 'Athens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10474.0, + density: 114.1, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "73.93", "13157": "26.07"}', + coty_name: ['Clarke', 'Jackson'], + cty_code: ['13059', '13157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44594, lat: 34.02012 }, + }, + { + zip_code: '30650', + usps_city: 'Madison', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12020.0, + density: 21.0, + primary_coty_code: '13211', + primary_coty_name: 'Morgan', + county_weights: '{"13211": "95.74", "13133": "3.71", "13297": "0.56"}', + coty_name: ['Morgan', 'Greene', 'Walton'], + cty_code: ['13211', '13133', '13297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47196, lat: 33.58404 }, + }, + { + zip_code: '30656', + usps_city: 'Monroe', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15284.0, + density: 84.5, + primary_coty_code: '13297', + primary_coty_name: 'Walton', + county_weights: '{"13297": "99.23", "13013": "0.77"}', + coty_name: ['Walton', 'Barrow'], + cty_code: ['13297', '13013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71987, lat: 33.86079 }, + }, + { + zip_code: '30701', + usps_city: 'Calhoun', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 40974.0, + density: 104.5, + primary_coty_code: '13129', + primary_coty_name: 'Gordon', + county_weights: '{"13129": "99.16", "13115": "0.84"}', + coty_name: ['Gordon', 'Floyd'], + cty_code: ['13129', '13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.9557, lat: 34.49658 }, + }, + { + zip_code: '30901', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16338.0, + density: 307.1, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "100"}', + coty_name: ['Richmond'], + cty_code: ['13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95697, lat: 33.43649 }, + }, + { + zip_code: '728', + usps_city: 'Ponce', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 39083.0, + density: 964.4, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "100"}', + coty_name: ['Ponce'], + cty_code: ['72113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.6612, lat: 18.00627 }, + }, + { + zip_code: '780', + usps_city: 'Coto Laurel', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 11016.0, + density: 211.4, + primary_coty_code: '72113', + primary_coty_name: 'Ponce', + county_weights: '{"72113": "95.54", "72075": "4.46"}', + coty_name: ['Ponce', 'Juana D\u00edaz'], + cty_code: ['72113', '72075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.57175, lat: 18.10416 }, + }, + { + zip_code: '936', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 1849.5, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.07376, lat: 18.39548 }, + }, + { + zip_code: '949', + usps_city: 'Toa Baja', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 72943.0, + density: 1601.9, + primary_coty_code: '72137', + primary_coty_name: 'Toa Baja', + county_weights: '{"72137": "95.85", "72033": "4.15"}', + coty_name: ['Toa Baja', 'Cata\u00f1o'], + cty_code: ['72137', '72033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.20884, lat: 18.43017 }, + }, + { + zip_code: '1007', + usps_city: 'Belchertown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15005.0, + density: 110.1, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40036, lat: 42.27875 }, + }, + { + zip_code: '1057', + usps_city: 'Monson', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8824.0, + density: 75.8, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.32432, lat: 42.09164 }, + }, + { + zip_code: '1105', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11841.0, + density: 3678.4, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57899, lat: 42.09917 }, + }, + { + zip_code: '1339', + usps_city: 'Charlemont', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1371.0, + density: 9.6, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.89006, lat: 42.60801 }, + }, + { + zip_code: '1360', + usps_city: 'Northfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2981.0, + density: 33.6, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44594, lat: 42.67575 }, + }, + { + zip_code: '1368', + usps_city: 'Royalston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 12.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.18602, lat: 42.68082 }, + }, + { + zip_code: '1452', + usps_city: 'Hubbardston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4708.0, + density: 44.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.00514, lat: 42.48379 }, + }, + { + zip_code: '1752', + usps_city: 'Marlborough', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 39736.0, + density: 735.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.54681, lat: 42.3494 }, + }, + { + zip_code: '1930', + usps_city: 'Gloucester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30162.0, + density: 444.5, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.68968, lat: 42.62589 }, + }, + { + zip_code: '2025', + usps_city: 'Cohasset', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8484.0, + density: 334.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.81903, lat: 42.23604 }, + }, + { + zip_code: '2176', + usps_city: 'Melrose', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28113.0, + density: 2318.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05901, lat: 42.45561 }, + }, + { + zip_code: '2301', + usps_city: 'Brockton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 63420.0, + density: 1967.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.04225, lat: 42.07791 }, + }, + { + zip_code: '2338', + usps_city: 'Halifax', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7842.0, + density: 189.5, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86326, lat: 41.99141 }, + }, + { + zip_code: '2494', + usps_city: 'Needham Heights', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10399.0, + density: 1451.4, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.23201, lat: 42.29966 }, + }, + { + zip_code: '2642', + usps_city: 'Eastham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4876.0, + density: 135.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.97697, lat: 41.83957 }, + }, + { + zip_code: '2646', + usps_city: 'Harwich Port', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2094.0, + density: 268.5, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.07195, lat: 41.67079 }, + }, + { + zip_code: '2804', + usps_city: 'Ashaway', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 1849.0, + density: 70.7, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77236, lat: 41.43188 }, + }, + { + zip_code: '3036', + usps_city: 'Chester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5129.0, + density: 76.1, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25088, lat: 42.96717 }, + }, + { + zip_code: '3223', + usps_city: 'Campton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3373.0, + density: 17.8, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68155, lat: 43.84968 }, + }, + { + zip_code: '3304', + usps_city: 'Bow', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7880.0, + density: 108.0, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.53069, lat: 43.13079 }, + }, + { + zip_code: '3602', + usps_city: 'Alstead', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2465.0, + density: 16.4, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "72.98", "33019": "27.02"}', + coty_name: ['Cheshire', 'Sullivan'], + cty_code: ['33005', '33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.33036, lat: 43.13384 }, + }, + { + zip_code: '3771', + usps_city: 'Monroe', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 16.5, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.00934, lat: 44.28502 }, + }, + { + zip_code: '3773', + usps_city: 'Newport', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7858.0, + density: 32.8, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19935, lat: 43.38523 }, + }, + { + zip_code: '3884', + usps_city: 'Strafford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3958.0, + density: 31.6, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.14834, lat: 43.2797 }, + }, + { + zip_code: '4006', + usps_city: 'Biddeford Pool', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 831.9, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.34472, lat: 43.44439 }, + }, + { + zip_code: '4027', + usps_city: 'Lebanon', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 6270.0, + density: 44.0, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91154, lat: 43.40332 }, + }, + { + zip_code: '4074', + usps_city: 'Scarborough', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 19885.0, + density: 161.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.36821, lat: 43.59108 }, + }, + { + zip_code: '4084', + usps_city: 'Standish', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7403.0, + density: 60.9, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.566, lat: 43.76606 }, + }, + { + zip_code: '4219', + usps_city: 'Bryant Pond', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1416.0, + density: 8.9, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.59286, lat: 44.40924 }, + }, + { + zip_code: '4281', + usps_city: 'South Paris', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5111.0, + density: 48.6, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.48828, lat: 44.24443 }, + }, + { + zip_code: '4364', + usps_city: 'Winthrop', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5915.0, + density: 74.9, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.96236, lat: 44.31155 }, + }, + { + zip_code: '4412', + usps_city: 'Brewer', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9090.0, + density: 230.3, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.73513, lat: 44.78351 }, + }, + { + zip_code: '4539', + usps_city: 'Bristol', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1124.0, + density: 26.6, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.50668, lat: 43.96424 }, + }, + { + zip_code: '4578', + usps_city: 'Wiscasset', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4357.0, + density: 50.3, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.6926, lat: 43.98135 }, + }, + { + zip_code: '4628', + usps_city: 'Dennysville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 3.1, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.26987, lat: 44.87152 }, + }, + { + zip_code: '4640', + usps_city: 'Hancock', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2140.0, + density: 29.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.30374, lat: 44.53848 }, + }, + { + zip_code: '4745', + usps_city: 'Frenchville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 14.5, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.39168, lat: 47.28276 }, + }, + { + zip_code: '4746', + usps_city: 'Grand Isle', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 4.0, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.12472, lat: 47.24885 }, + }, + { + zip_code: '4851', + usps_city: 'Matinicus', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 15.1, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.87351, lat: 43.85498 }, + }, + { + zip_code: '4926', + usps_city: 'China Village', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 372.3, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.51648, lat: 44.48175 }, + }, + { + zip_code: '4929', + usps_city: 'Detroit', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 16.5, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.31062, lat: 44.76209 }, + }, + { + zip_code: '4939', + usps_city: 'Garland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1022.0, + density: 10.5, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.15859, lat: 45.05436 }, + }, + { + zip_code: '4978', + usps_city: 'Smithfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 19.6, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.8013, lat: 44.62916 }, + }, + { + zip_code: '4987', + usps_city: 'Troy', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 960.0, + density: 10.6, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.25361, lat: 44.67915 }, + }, + { + zip_code: '5454', + usps_city: 'Fairfax', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5076.0, + density: 41.4, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.027, lat: 44.70245 }, + }, + { + zip_code: '5489', + usps_city: 'Underhill', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3361.0, + density: 24.5, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.88743, lat: 44.54087 }, + }, + { + zip_code: '5663', + usps_city: 'Northfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 6562.0, + density: 46.2, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "99.79", "50017": "0.21"}', + coty_name: ['Washington', 'Orange'], + cty_code: ['50023', '50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67702, lat: 44.15144 }, + }, + { + zip_code: '5740', + usps_city: 'East Middlebury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 374.3, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.10536, lat: 43.97165 }, + }, + { + zip_code: '5822', + usps_city: 'Barton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1516.0, + density: 15.1, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.14273, lat: 44.75042 }, + }, + { + zip_code: '5873', + usps_city: 'West Danville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 7.9, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.20549, lat: 44.42209 }, + }, + { + zip_code: '6066', + usps_city: 'Vernon Rockville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 29277.0, + density: 638.4, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46061, lat: 41.8364 }, + }, + { + zip_code: '6082', + usps_city: 'Enfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 44143.0, + density: 511.6, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55475, lat: 41.98394 }, + }, + { + zip_code: '6110', + usps_city: 'West Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12733.0, + density: 1473.9, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.73369, lat: 41.73268 }, + }, + { + zip_code: '6234', + usps_city: 'Brooklyn', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8253.0, + density: 104.0, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.95268, lat: 41.78941 }, + }, + { + zip_code: '6373', + usps_city: 'Oneco', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 20.6, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.79895, lat: 41.6705 }, + }, + { + zip_code: '6378', + usps_city: 'Stonington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5594.0, + density: 101.7, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91397, lat: 41.38057 }, + }, + { + zip_code: '6385', + usps_city: 'Waterford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 15310.0, + density: 237.0, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.15578, lat: 41.35743 }, + }, + { + zip_code: '6451', + usps_city: 'Meriden', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 24522.0, + density: 967.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "99.82", "09003": "0.18"}', + coty_name: ['New Haven', 'Hartford'], + cty_code: ['09009', '09003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.82349, lat: 41.54204 }, + }, + { + zip_code: '6475', + usps_city: 'Old Saybrook', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 10090.0, + density: 258.7, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.38571, lat: 41.30174 }, + }, + { + zip_code: '6498', + usps_city: 'Westbrook', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6919.0, + density: 169.3, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46654, lat: 41.30687 }, + }, + { + zip_code: '6796', + usps_city: 'West Cornwall', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 972.0, + density: 10.1, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.33286, lat: 41.87037 }, + }, + { + zip_code: '6906', + usps_city: 'Stamford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9244.0, + density: 2951.8, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.52256, lat: 41.07101 }, + }, + { + zip_code: '7001', + usps_city: 'Avenel', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17981.0, + density: 1843.4, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27004, lat: 40.58338 }, + }, + { + zip_code: '7405', + usps_city: 'Butler', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17508.0, + density: 342.7, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.38308, lat: 40.98646 }, + }, + { + zip_code: '7869', + usps_city: 'Randolph', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25599.0, + density: 491.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58101, lat: 40.84492 }, + }, + { + zip_code: '8009', + usps_city: 'Berlin', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12847.0, + density: 362.5, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.93262, lat: 39.76519 }, + }, + { + zip_code: '8028', + usps_city: 'Glassboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21018.0, + density: 529.3, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12054, lat: 39.69436 }, + }, + { + zip_code: '8243', + usps_city: 'Sea Isle City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2147.0, + density: 376.0, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.698, lat: 39.15187 }, + }, + { + zip_code: '8346', + usps_city: 'Newtonville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 96.1, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85608, lat: 39.56303 }, + }, + { + zip_code: '8350', + usps_city: 'Richland', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 699.0, + density: 67.6, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.87832, lat: 39.49174 }, + }, + { + zip_code: '8736', + usps_city: 'Manasquan', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13150.0, + density: 1097.9, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06847, lat: 40.12001 }, + }, + { + zip_code: '59025', + usps_city: 'Decker', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.0, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.63038, lat: 45.09485 }, + }, + { + zip_code: '59028', + usps_city: 'Fishtail', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 0.9, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "100"}', + coty_name: ['Stillwater'], + cty_code: ['30095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.68506, lat: 45.34492 }, + }, + { + zip_code: '59242', + usps_city: 'Homestead', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 0.9, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.4389, lat: 48.43505 }, + }, + { + zip_code: '59339', + usps_city: 'Lindsay', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.2, + primary_coty_code: '30021', + primary_coty_name: 'Dawson', + county_weights: '{"30021": "100"}', + coty_name: ['Dawson'], + cty_code: ['30021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.18592, lat: 47.26372 }, + }, + { + zip_code: '59353', + usps_city: 'Wibaux', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1122.0, + density: 0.5, + primary_coty_code: '30109', + primary_coty_name: 'Wibaux', + county_weights: '{"30109": "100"}', + coty_name: ['Wibaux'], + cty_code: ['30109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.24901, lat: 46.96525 }, + }, + { + zip_code: '59433', + usps_city: 'Dutton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 0.5, + primary_coty_code: '30099', + primary_coty_name: 'Teton', + county_weights: '{"30099": "100"}', + coty_name: ['Teton'], + cty_code: ['30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.70633, lat: 47.89582 }, + }, + { + zip_code: '59472', + usps_city: 'Sand Coulee', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 6.3, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.16353, lat: 47.3985 }, + }, + { + zip_code: '59522', + usps_city: 'Chester', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1802.0, + density: 0.8, + primary_coty_code: '30051', + primary_coty_name: 'Liberty', + county_weights: '{"30051": "100"}', + coty_name: ['Liberty'], + cty_code: ['30051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.00323, lat: 48.54167 }, + }, + { + zip_code: '59636', + usps_city: 'Fort Harrison', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 7.9, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "100"}', + coty_name: ['Lewis and Clark'], + cty_code: ['30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.10993, lat: 46.61972 }, + }, + { + zip_code: '59825', + usps_city: 'Clinton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2450.0, + density: 1.8, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "91.46", "30039": "8.54"}', + coty_name: ['Missoula', 'Granite'], + cty_code: ['30063', '30039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.68306, lat: 46.62697 }, + }, + { + zip_code: '59925', + usps_city: 'Marion', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1423.0, + density: 1.5, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.83043, lat: 48.04831 }, + }, + { + zip_code: '59929', + usps_city: 'Proctor', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 1.2, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.36427, lat: 47.92383 }, + }, + { + zip_code: '60030', + usps_city: 'Grayslake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 36125.0, + density: 543.7, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04459, lat: 42.33666 }, + }, + { + zip_code: '60031', + usps_city: 'Gurnee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37545.0, + density: 767.6, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94112, lat: 42.37504 }, + }, + { + zip_code: '60034', + usps_city: 'Hebron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2088.0, + density: 31.0, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.41981, lat: 42.45624 }, + }, + { + zip_code: '60084', + usps_city: 'Wauconda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16613.0, + density: 439.8, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14094, lat: 42.26788 }, + }, + { + zip_code: '60452', + usps_city: 'Oak Forest', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28008.0, + density: 1162.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75529, lat: 41.60768 }, + }, + { + zip_code: '60543', + usps_city: 'Oswego', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40293.0, + density: 364.8, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "99.8", "17089": "0.17", "17197": "0.03"}', + coty_name: ['Kendall', 'Kane', 'Will'], + cty_code: ['17093', '17089', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32321, lat: 41.66526 }, + }, + { + zip_code: '60551', + usps_city: 'Sheridan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5284.0, + density: 35.3, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.68474, lat: 41.52537 }, + }, + { + zip_code: '60553', + usps_city: 'Steward', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 688.0, + density: 5.2, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02682, lat: 41.82791 }, + }, + { + zip_code: '60607', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29293.0, + density: 4941.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65157, lat: 41.87503 }, + }, + { + zip_code: '60634', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 75082.0, + density: 4075.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80606, lat: 41.94634 }, + }, + { + zip_code: '60654', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 20022.0, + density: 13668.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63727, lat: 41.89228 }, + }, + { + zip_code: '60913', + usps_city: 'Bonfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 11.9, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06177, lat: 41.14701 }, + }, + { + zip_code: '60918', + usps_city: 'Buckley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 717.0, + density: 5.5, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03048, lat: 40.5962 }, + }, + { + zip_code: '60964', + usps_city: 'Saint Anne', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4857.0, + density: 25.0, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "93.08", "17075": "6.92"}', + coty_name: ['Kankakee', 'Iroquois'], + cty_code: ['17091', '17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73825, lat: 41.03551 }, + }, + { + zip_code: '61044', + usps_city: 'Kent', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 8.4, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "77.16", "17085": "22.84"}', + coty_name: ['Stephenson', 'Jo Daviess'], + cty_code: ['17177', '17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91502, lat: 42.3188 }, + }, + { + zip_code: '61050', + usps_city: 'McConnell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 18.4, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73419, lat: 42.44032 }, + }, + { + zip_code: '61054', + usps_city: 'Mount Morris', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3657.0, + density: 35.6, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44953, lat: 42.05492 }, + }, + { + zip_code: '61230', + usps_city: 'Albany', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1037.0, + density: 21.3, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "100"}', + coty_name: ['Whiteside'], + cty_code: ['17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21403, lat: 41.73902 }, + }, + { + zip_code: '61256', + usps_city: 'Hampton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2088.0, + density: 609.9, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.40154, lat: 41.55914 }, + }, + { + zip_code: '61337', + usps_city: 'Malden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 26.6, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.3284, lat: 41.43639 }, + }, + { + zip_code: '61341', + usps_city: 'Marseilles', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8053.0, + density: 34.2, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.69249, lat: 41.34073 }, + }, + { + zip_code: '61430', + usps_city: 'East Galesburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 145.6, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31092, lat: 40.94023 }, + }, + { + zip_code: '61450', + usps_city: 'La Harpe', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1662.0, + density: 7.7, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "96.61", "17071": "1.89", "17109": "1.49"}', + coty_name: ['Hancock', 'Henderson', 'McDonough'], + cty_code: ['17067', '17071', '17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98165, lat: 40.57883 }, + }, + { + zip_code: '61491', + usps_city: 'Wyoming', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 7.4, + primary_coty_code: '17175', + primary_coty_name: 'Stark', + county_weights: '{"17175": "96.95", "17123": "3.05"}', + coty_name: ['Stark', 'Marshall'], + cty_code: ['17175', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.72935, lat: 41.06053 }, + }, + { + zip_code: '61553', + usps_city: 'Norris', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 233.1, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03228, lat: 40.62594 }, + }, + { + zip_code: '61606', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7919.0, + density: 2298.4, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61141, lat: 40.69979 }, + }, + { + zip_code: '61701', + usps_city: 'Bloomington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 35669.0, + density: 1231.6, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99308, lat: 40.47676 }, + }, + { + zip_code: '61777', + usps_city: 'Wapella', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 7.5, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "100"}', + coty_name: ['De Witt'], + cty_code: ['17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94182, lat: 40.24249 }, + }, + { + zip_code: '61875', + usps_city: 'Seymour', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 12.0, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.41951, lat: 40.1005 }, + }, + { + zip_code: '61913', + usps_city: 'Atwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 13.1, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "56.77", "17147": "43.23"}', + coty_name: ['Douglas', 'Piatt'], + cty_code: ['17041', '17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.46609, lat: 39.82756 }, + }, + { + zip_code: '61943', + usps_city: 'Oakland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1630.0, + density: 8.1, + primary_coty_code: '17029', + primary_coty_name: 'Coles', + county_weights: '{"17029": "86.01", "17041": "9.84", "17045": "4.15"}', + coty_name: ['Coles', 'Douglas', 'Edgar'], + cty_code: ['17029', '17041', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02965, lat: 39.66494 }, + }, + { + zip_code: '61944', + usps_city: 'Paris', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12311.0, + density: 17.9, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "99.92", "17023": "0.08"}', + coty_name: ['Edgar', 'Clark'], + cty_code: ['17045', '17023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70126, lat: 39.601 }, + }, + { + zip_code: '62023', + usps_city: 'Eagarville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 153.2, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78815, lat: 39.11074 }, + }, + { + zip_code: '62024', + usps_city: 'East Alton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9799.0, + density: 605.2, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.09568, lat: 38.87133 }, + }, + { + zip_code: '62034', + usps_city: 'Glen Carbon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13487.0, + density: 372.8, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96987, lat: 38.75651 }, + }, + { + zip_code: '62075', + usps_city: 'Nokomis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3595.0, + density: 12.6, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "95.86", "17021": "3.96", "17051": "0.17"}', + coty_name: ['Montgomery', 'Christian', 'Fayette'], + cty_code: ['17135', '17021', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29534, lat: 39.30115 }, + }, + { + zip_code: '62206', + usps_city: 'East Saint Louis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15046.0, + density: 414.7, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16665, lat: 38.56794 }, + }, + { + zip_code: '62241', + usps_city: 'Ellis Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 9.2, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89064, lat: 38.01352 }, + }, + { + zip_code: '62244', + usps_city: 'Fults', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 7.8, + primary_coty_code: '17133', + primary_coty_name: 'Monroe', + county_weights: '{"17133": "100"}', + coty_name: ['Monroe'], + cty_code: ['17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.19815, lat: 38.18639 }, + }, + { + zip_code: '62355', + usps_city: 'Nebo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 745.0, + density: 3.5, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "75.73", "17013": "24.27"}', + coty_name: ['Pike', 'Calhoun'], + cty_code: ['17149', '17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77649, lat: 39.41022 }, + }, + { + zip_code: '62421', + usps_city: 'Claremont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 4.3, + primary_coty_code: '17159', + primary_coty_name: 'Richland', + county_weights: '{"17159": "98.71", "17033": "1.29"}', + coty_name: ['Richland', 'Crawford'], + cty_code: ['17159', '17033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94355, lat: 38.7536 }, + }, + { + zip_code: '62444', + usps_city: 'Mode', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 4.9, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "100"}', + coty_name: ['Shelby'], + cty_code: ['17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7393, lat: 39.27655 }, + }, + { + zip_code: '62450', + usps_city: 'Olney', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12216.0, + density: 31.0, + primary_coty_code: '17159', + primary_coty_name: 'Richland', + county_weights: '{"17159": "99.94", "17191": "0.06"}', + coty_name: ['Richland', 'Wayne'], + cty_code: ['17159', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09042, lat: 38.71236 }, + }, + { + zip_code: '62514', + usps_city: 'Boody', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 105.5, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05069, lat: 39.7625 }, + }, + { + zip_code: '62570', + usps_city: 'Tovey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 672.1, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44825, lat: 39.58849 }, + }, + { + zip_code: '62638', + usps_city: 'Franklin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 7.1, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "98.8", "17117": "1.2"}', + coty_name: ['Morgan', 'Macoupin'], + cty_code: ['17137', '17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0818, lat: 39.60535 }, + }, + { + zip_code: '62830', + usps_city: 'Dix', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1229.0, + density: 16.7, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "98.06", "17121": "1.94"}', + coty_name: ['Jefferson', 'Marion'], + cty_code: ['17081', '17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96332, lat: 38.44685 }, + }, + { + zip_code: '62842', + usps_city: 'Geff', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 6.5, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37313, lat: 38.47081 }, + }, + { + zip_code: '62864', + usps_city: 'Mount Vernon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23498.0, + density: 62.5, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.90259, lat: 38.33121 }, + }, + { + zip_code: '62895', + usps_city: 'Wayne City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1897.0, + density: 7.2, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "95.8", "17065": "4.2"}', + coty_name: ['Wayne', 'Hamilton'], + cty_code: ['17191', '17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56344, lat: 38.31014 }, + }, + { + zip_code: '62917', + usps_city: 'Carrier Mills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2154.0, + density: 25.9, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "94.75", "17199": "5.25"}', + coty_name: ['Saline', 'Williamson'], + cty_code: ['17165', '17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64883, lat: 37.69811 }, + }, + { + zip_code: '62990', + usps_city: 'Thebes', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 9.3, + primary_coty_code: '17003', + primary_coty_name: 'Alexander', + county_weights: '{"17003": "100"}', + coty_name: ['Alexander'], + cty_code: ['17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40643, lat: 37.23092 }, + }, + { + zip_code: '62997', + usps_city: 'Willisville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 617.0, + density: 688.9, + primary_coty_code: '17145', + primary_coty_name: 'Perry', + county_weights: '{"17145": "100"}', + coty_name: ['Perry'], + cty_code: ['17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.59038, lat: 37.98225 }, + }, + { + zip_code: '63005', + usps_city: 'Chesterfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18083.0, + density: 200.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64722, lat: 38.64426 }, + }, + { + zip_code: '63033', + usps_city: 'Florissant', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 42544.0, + density: 1330.2, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27717, lat: 38.7956 }, + }, + { + zip_code: '63068', + usps_city: 'New Haven', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4986.0, + density: 21.3, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "98.47", "29073": "1.53"}', + coty_name: ['Franklin', 'Gasconade'], + cty_code: ['29071', '29073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24177, lat: 38.55697 }, + }, + { + zip_code: '63080', + usps_city: 'Sullivan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13389.0, + density: 19.8, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "76.3", "29055": "14.96", "29221": "8.74"}', + coty_name: ['Franklin', 'Crawford', 'Washington'], + cty_code: ['29071', '29055', '29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08459, lat: 38.20374 }, + }, + { + zip_code: '63102', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2193.0, + density: 593.6, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18643, lat: 38.63524 }, + }, + { + zip_code: '63130', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 28738.0, + density: 2206.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "98.79", "29510": "1.21"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32528, lat: 38.665 }, + }, + { + zip_code: '63133', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7365.0, + density: 951.7, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "98.22", "29510": "1.78"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30597, lat: 38.68092 }, + }, + { + zip_code: '63348', + usps_city: 'Foristell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7601.0, + density: 54.8, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "65.69", "29219": "29.63", "29113": "4.69"}', + coty_name: ['St. Charles', 'Warren', 'Lincoln'], + cty_code: ['29183', '29219', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9427, lat: 38.79301 }, + }, + { + zip_code: '63366', + usps_city: "O'Fallon", + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 50402.0, + density: 283.2, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72026, lat: 38.85944 }, + }, + { + zip_code: '63443', + usps_city: 'Hunnewell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 1.8, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "59.32", "29137": "26.82", "29127": "13.86"}', + coty_name: ['Shelby', 'Monroe', 'Marion'], + cty_code: ['29205', '29137', '29127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.86797, lat: 39.6686 }, + }, + { + zip_code: '63447', + usps_city: 'La Belle', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 5.8, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "100"}', + coty_name: ['Lewis'], + cty_code: ['29111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90277, lat: 40.09495 }, + }, + { + zip_code: '63534', + usps_city: 'Callao', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 4.3, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64731, lat: 39.74492 }, + }, + { + zip_code: '63666', + usps_city: 'Reynolds', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 8.8, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "100"}', + coty_name: ['Reynolds'], + cty_code: ['29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05979, lat: 37.39807 }, + }, + { + zip_code: '63760', + usps_city: 'Leopold', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 8.7, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90157, lat: 37.24007 }, + }, + { + zip_code: '63934', + usps_city: 'Clubb', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 5.7, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38413, lat: 37.19795 }, + }, + { + zip_code: '64052', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20854.0, + density: 1236.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45018, lat: 39.0734 }, + }, + { + zip_code: '64076', + usps_city: 'Odessa', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9134.0, + density: 29.1, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "95.51", "29101": "4.49"}', + coty_name: ['Lafayette', 'Johnson'], + cty_code: ['29107', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94495, lat: 38.98052 }, + }, + { + zip_code: '64138', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 25417.0, + density: 732.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.47028, lat: 38.9688 }, + }, + { + zip_code: '64154', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11258.0, + density: 312.3, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63087, lat: 39.27837 }, + }, + { + zip_code: '64444', + usps_city: 'Edgerton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1355.0, + density: 15.0, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "94.03", "29021": "5.97"}', + coty_name: ['Platte', 'Buchanan'], + cty_code: ['29165', '29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63943, lat: 39.48464 }, + }, + { + zip_code: '64480', + usps_city: 'Rea', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 2.4, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70838, lat: 40.05947 }, + }, + { + zip_code: '64652', + usps_city: 'Laredo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 3.2, + primary_coty_code: '29079', + primary_coty_name: 'Grundy', + county_weights: '{"29079": "100"}', + coty_name: ['Grundy'], + cty_code: ['29079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42406, lat: 40.02449 }, + }, + { + zip_code: '64744', + usps_city: 'El Dorado Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8095.0, + density: 12.4, + primary_coty_code: '29039', + primary_coty_name: 'Cedar', + county_weights: '{"29039": "84.85", "29217": "8.27", "29185": "6.88"}', + coty_name: ['Cedar', 'Vernon', 'St. Clair'], + cty_code: ['29039', '29217', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97884, lat: 37.85012 }, + }, + { + zip_code: '64842', + usps_city: 'Fairview', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 15.5, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "94.81", "29009": "5.19"}', + coty_name: ['Newton', 'Barry'], + cty_code: ['29145', '29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.10446, lat: 36.79104 }, + }, + { + zip_code: '65065', + usps_city: 'Osage Beach', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6728.0, + density: 166.0, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "95.1", "29131": "4.9"}', + coty_name: ['Camden', 'Miller'], + cty_code: ['29029', '29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66885, lat: 38.13304 }, + }, + { + zip_code: '65231', + usps_city: 'Auxvasse', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3182.0, + density: 9.9, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89797, lat: 39.01631 }, + }, + { + zip_code: '65248', + usps_city: 'Fayette', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4459.0, + density: 10.2, + primary_coty_code: '29089', + primary_coty_name: 'Howard', + county_weights: '{"29089": "100"}', + coty_name: ['Howard'], + cty_code: ['29089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65599, lat: 39.14088 }, + }, + { + zip_code: '65609', + usps_city: 'Bakersfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 7.8, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "75.45", "29091": "24.55"}', + coty_name: ['Ozark', 'Howell'], + cty_code: ['29153', '29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15774, lat: 36.52738 }, + }, + { + zip_code: '65620', + usps_city: 'Bruner', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 7.1, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "100"}', + coty_name: ['Christian'], + cty_code: ['29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95297, lat: 37.01509 }, + }, + { + zip_code: '65641', + usps_city: 'Eagle Rock', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 7.6, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "100"}', + coty_name: ['Barry'], + cty_code: ['29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.76438, lat: 36.54344 }, + }, + { + zip_code: '65802', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 47378.0, + density: 287.7, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.35405, lat: 37.20909 }, + }, + { + zip_code: '66093', + usps_city: 'Westphalia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 2.3, + primary_coty_code: '20003', + primary_coty_name: 'Anderson', + county_weights: '{"20003": "74.88", "20031": "25.12"}', + coty_name: ['Anderson', 'Coffey'], + cty_code: ['20003', '20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49836, lat: 38.21065 }, + }, + { + zip_code: '66211', + usps_city: 'Leawood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4637.0, + density: 402.2, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63686, lat: 38.92358 }, + }, + { + zip_code: '66212', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 32252.0, + density: 1622.4, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68147, lat: 38.95637 }, + }, + { + zip_code: '66432', + usps_city: 'Havensville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 2.0, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "90.91", "20085": "9.09"}', + coty_name: ['Pottawatomie', 'Jackson'], + cty_code: ['20149', '20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06651, lat: 39.48323 }, + }, + { + zip_code: '66438', + usps_city: 'Home', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 2.4, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "100"}', + coty_name: ['Marshall'], + cty_code: ['20117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49527, lat: 39.85274 }, + }, + { + zip_code: '66451', + usps_city: 'Lyndon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1697.0, + density: 7.9, + primary_coty_code: '20139', + primary_coty_name: 'Osage', + county_weights: '{"20139": "100"}', + coty_name: ['Osage'], + cty_code: ['20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67311, lat: 38.60958 }, + }, + { + zip_code: '66514', + usps_city: 'Milford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1245.0, + density: 29.7, + primary_coty_code: '20061', + primary_coty_name: 'Geary', + county_weights: '{"20061": "100"}', + coty_name: ['Geary'], + cty_code: ['20061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87841, lat: 39.12468 }, + }, + { + zip_code: '66518', + usps_city: 'Oketo', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 1.3, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "100"}', + coty_name: ['Marshall'], + cty_code: ['20117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55284, lat: 39.97091 }, + }, + { + zip_code: '66526', + usps_city: 'Paxico', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 5.0, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "100"}', + coty_name: ['Wabaunsee'], + cty_code: ['20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.15572, lat: 39.06351 }, + }, + { + zip_code: '66538', + usps_city: 'Seneca', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3482.0, + density: 9.2, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04433, lat: 39.85248 }, + }, + { + zip_code: '66540', + usps_city: 'Soldier', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 2.0, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "93.15", "20131": "6.85"}', + coty_name: ['Jackson', 'Nemaha'], + cty_code: ['20085', '20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97673, lat: 39.4918 }, + }, + { + zip_code: '66615', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3534.0, + density: 30.2, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "93.96", "20197": "6.04"}', + coty_name: ['Shawnee', 'Wabaunsee'], + cty_code: ['20177', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89654, lat: 39.05488 }, + }, + { + zip_code: '66748', + usps_city: 'Humboldt', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2816.0, + density: 9.5, + primary_coty_code: '20001', + primary_coty_name: 'Allen', + county_weights: '{"20001": "94.95", "20133": "2.87", "20207": "2.18"}', + coty_name: ['Allen', 'Neosho', 'Woodson'], + cty_code: ['20001', '20133', '20207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43937, lat: 37.79776 }, + }, + { + zip_code: '66773', + usps_city: 'Scammon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 753.0, + density: 9.4, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80891, lat: 37.26685 }, + }, + { + zip_code: '66852', + usps_city: 'Gridley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 635.0, + density: 1.7, + primary_coty_code: '20031', + primary_coty_name: 'Coffey', + county_weights: '{"20031": "90.02", "20073": "5.55", "20207": "4.44"}', + coty_name: ['Coffey', 'Greenwood', 'Woodson'], + cty_code: ['20031', '20073', '20207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89356, lat: 38.0667 }, + }, + { + zip_code: '66857', + usps_city: 'Le Roy', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 964.0, + density: 4.2, + primary_coty_code: '20031', + primary_coty_name: 'Coffey', + county_weights: '{"20031": "100"}', + coty_name: ['Coffey'], + cty_code: ['20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6332, lat: 38.0967 }, + }, + { + zip_code: '66941', + usps_city: 'Esbon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.4, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44781, lat: 39.83466 }, + }, + { + zip_code: '66948', + usps_city: 'Jamestown', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 1.5, + primary_coty_code: '20029', + primary_coty_name: 'Cloud', + county_weights: '{"20029": "89.07", "20157": "10.93"}', + coty_name: ['Cloud', 'Republic'], + cty_code: ['20029', '20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85281, lat: 39.59746 }, + }, + { + zip_code: '66970', + usps_city: 'Webber', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 1.2, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0362, lat: 39.93914 }, + }, + { + zip_code: '67030', + usps_city: 'Colwich', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2658.0, + density: 25.3, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54744, lat: 37.78539 }, + }, + { + zip_code: '67037', + usps_city: 'Derby', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 28348.0, + density: 194.9, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21987, lat: 37.56442 }, + }, + { + zip_code: '67066', + usps_city: 'Iuka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 2.5, + primary_coty_code: '20151', + primary_coty_name: 'Pratt', + county_weights: '{"20151": "100"}', + coty_name: ['Pratt'], + cty_code: ['20151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.76112, lat: 37.76724 }, + }, + { + zip_code: '67112', + usps_city: 'Nashville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 1.5, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "100"}', + coty_name: ['Kingman'], + cty_code: ['20095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41312, lat: 37.46609 }, + }, + { + zip_code: '67347', + usps_city: 'Havana', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 2.8, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "82.83", "20019": "17.17"}', + coty_name: ['Montgomery', 'Chautauqua'], + cty_code: ['20125', '20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95337, lat: 37.12736 }, + }, + { + zip_code: '67448', + usps_city: 'Gypsum', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 2.2, + primary_coty_code: '20169', + primary_coty_name: 'Saline', + county_weights: '{"20169": "66.67", "20113": "16.96", "20041": "16.38"}', + coty_name: ['Saline', 'McPherson', 'Dickinson'], + cty_code: ['20169', '20113', '20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41275, lat: 38.65158 }, + }, + { + zip_code: '67484', + usps_city: 'Tescott', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 970.0, + density: 2.7, + primary_coty_code: '20143', + primary_coty_name: 'Ottawa', + county_weights: '{"20143": "85.52", "20169": "12.68", "20105": "1.8"}', + coty_name: ['Ottawa', 'Saline', 'Lincoln'], + cty_code: ['20143', '20169', '20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83187, lat: 38.99157 }, + }, + { + zip_code: '67491', + usps_city: 'Windom', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 2.0, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "82.71", "20159": "17.29"}', + coty_name: ['McPherson', 'Rice'], + cty_code: ['20113', '20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90397, lat: 38.38753 }, + }, + { + zip_code: '67651', + usps_city: 'Natoma', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 0.7, + primary_coty_code: '20141', + primary_coty_name: 'Osborne', + county_weights: + '{"20141": "77.32", "20163": "17.16", "20051": "3.55", "20167": "1.97"}', + coty_name: ['Osborne', 'Rooks', 'Ellis', 'Russell'], + cty_code: ['20141', '20163', '20051', '20167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.05138, lat: 39.20742 }, + }, + { + zip_code: '67657', + usps_city: 'Palco', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 0.7, + primary_coty_code: '20163', + primary_coty_name: 'Rooks', + county_weights: '{"20163": "87.88", "20065": "10.49", "20195": "1.63"}', + coty_name: ['Rooks', 'Graham', 'Trego'], + cty_code: ['20163', '20065', '20195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.62001, lat: 39.21025 }, + }, + { + zip_code: '67659', + usps_city: 'Penokee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 0.2, + primary_coty_code: '20065', + primary_coty_name: 'Graham', + county_weights: '{"20065": "100"}', + coty_name: ['Graham'], + cty_code: ['20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.0036, lat: 39.32488 }, + }, + { + zip_code: '67661', + usps_city: 'Phillipsburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3287.0, + density: 3.3, + primary_coty_code: '20147', + primary_coty_name: 'Phillips', + county_weights: '{"20147": "100"}', + coty_name: ['Phillips'], + cty_code: ['20147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.32053, lat: 39.82823 }, + }, + { + zip_code: '67757', + usps_city: 'Selden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 0.8, + primary_coty_code: '20179', + primary_coty_name: 'Sheridan', + county_weights: '{"20179": "83.2", "20039": "16.8"}', + coty_name: ['Sheridan', 'Decatur'], + cty_code: ['20179', '20039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.6105, lat: 39.5462 }, + }, + { + zip_code: '67863', + usps_city: 'Marienthal', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 0.5, + primary_coty_code: '20203', + primary_coty_name: 'Wichita', + county_weights: '{"20203": "87.54", "20171": "12.46"}', + coty_name: ['Wichita', 'Scott'], + cty_code: ['20203', '20171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.21651, lat: 38.57311 }, + }, + { + zip_code: '67953', + usps_city: 'Richfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.2, + primary_coty_code: '20129', + primary_coty_name: 'Morton', + county_weights: '{"20129": "100"}', + coty_name: ['Morton'], + cty_code: ['20129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.8943, lat: 37.25701 }, + }, + { + zip_code: '68033', + usps_city: 'Ithaca', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 4.1, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51674, lat: 41.1307 }, + }, + { + zip_code: '68064', + usps_city: 'Valley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3501.0, + density: 28.3, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "95.97", "31155": "3.88", "31177": "0.15"}', + coty_name: ['Douglas', 'Saunders', 'Washington'], + cty_code: ['31055', '31155', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.34991, lat: 41.35106 }, + }, + { + zip_code: '68072', + usps_city: 'Winslow', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 721.4, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "100"}', + coty_name: ['Dodge'], + cty_code: ['31053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50483, lat: 41.60917 }, + }, + { + zip_code: '68157', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6793.0, + density: 1044.5, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "97.81", "31055": "2.19"}', + coty_name: ['Sarpy', 'Douglas'], + cty_code: ['31153', '31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99693, lat: 41.17845 }, + }, + { + zip_code: '68318', + usps_city: 'Blue Springs', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 3.9, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6401, lat: 40.15391 }, + }, + { + zip_code: '68328', + usps_city: 'Clatonia', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 6.9, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83764, lat: 40.47743 }, + }, + { + zip_code: '68329', + usps_city: 'Cook', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 3.5, + primary_coty_code: '31097', + primary_coty_name: 'Johnson', + county_weights: '{"31097": "80.24", "31131": "19.76"}', + coty_name: ['Johnson', 'Otoe'], + cty_code: ['31097', '31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16245, lat: 40.50243 }, + }, + { + zip_code: '68337', + usps_city: 'Dawson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 1.7, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "100"}', + coty_name: ['Richardson'], + cty_code: ['31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83811, lat: 40.09667 }, + }, + { + zip_code: '68347', + usps_city: 'Eagle', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2716.0, + density: 30.6, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "79.18", "31131": "17.51", "31109": "3.31"}', + coty_name: ['Cass', 'Otoe', 'Lancaster'], + cty_code: ['31025', '31131', '31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42643, lat: 40.80389 }, + }, + { + zip_code: '68366', + usps_city: 'Greenwood', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 7.4, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "90.93", "31109": "9.07"}', + coty_name: ['Cass', 'Lancaster'], + cty_code: ['31025', '31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43815, lat: 40.97385 }, + }, + { + zip_code: '68416', + usps_city: 'Ohiowa', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 1.7, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "100"}', + coty_name: ['Fillmore'], + cty_code: ['31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45682, lat: 40.41036 }, + }, + { + zip_code: '68417', + usps_city: 'Otoe', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 350.0, + density: 5.6, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08861, lat: 40.73642 }, + }, + { + zip_code: '68423', + usps_city: 'Pleasant Dale', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 7.5, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95214, lat: 40.80269 }, + }, + { + zip_code: '68439', + usps_city: 'Staplehurst', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 7.2, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20883, lat: 41.00107 }, + }, + { + zip_code: '68447', + usps_city: 'Table Rock', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 4.4, + primary_coty_code: '31133', + primary_coty_name: 'Pawnee', + county_weights: '{"31133": "95.91", "31097": "4.09"}', + coty_name: ['Pawnee', 'Johnson'], + cty_code: ['31133', '31097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07629, lat: 40.20495 }, + }, + { + zip_code: '68711', + usps_city: 'Amelia', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 0.5, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.03874, lat: 42.19266 }, + }, + { + zip_code: '68780', + usps_city: 'Stuart', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 980.0, + density: 1.2, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.13364, lat: 42.6428 }, + }, + { + zip_code: '68876', + usps_city: 'Shelton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1558.0, + density: 6.6, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "95.47", "31079": "4.53"}', + coty_name: ['Buffalo', 'Hall'], + cty_code: ['31019', '31079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74995, lat: 40.81729 }, + }, + { + zip_code: '68922', + usps_city: 'Arapahoe', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1496.0, + density: 3.5, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "92.74", "31073": "7.26"}', + coty_name: ['Furnas', 'Gosper'], + cty_code: ['31065', '31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.89664, lat: 40.33395 }, + }, + { + zip_code: '68927', + usps_city: 'Bertrand', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1250.0, + density: 3.1, + primary_coty_code: '31137', + primary_coty_name: 'Phelps', + county_weights: '{"31137": "92.96", "31073": "7.04"}', + coty_name: ['Phelps', 'Gosper'], + cty_code: ['31137', '31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.62896, lat: 40.50199 }, + }, + { + zip_code: '69351', + usps_city: 'Lakeside', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 0.1, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "71.06", "31069": "28.94"}', + coty_name: ['Sheridan', 'Garden'], + cty_code: ['31161', '31069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.41872, lat: 42.03702 }, + }, + { + zip_code: '70393', + usps_city: 'Plattenville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 41.0, + primary_coty_code: '22007', + primary_coty_name: 'Assumption', + county_weights: '{"22007": "100"}', + coty_name: ['Assumption'], + cty_code: ['22007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00732, lat: 29.99136 }, + }, + { + zip_code: '70458', + usps_city: 'Slidell', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36878.0, + density: 681.6, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.79441, lat: 30.25865 }, + }, + { + zip_code: '70525', + usps_city: 'Church Point', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14293.0, + density: 50.7, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "76.25", "22097": "23.75"}', + coty_name: ['Acadia', 'St. Landry'], + cty_code: ['22001', '22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2212, lat: 30.41227 }, + }, + { + zip_code: '70528', + usps_city: 'Delcambre', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2388.0, + density: 206.0, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "78.53", "22045": "21.47"}', + coty_name: ['Vermilion', 'Iberia'], + cty_code: ['22113', '22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.985, lat: 29.93946 }, + }, + { + zip_code: '70586', + usps_city: 'Ville Platte', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19680.0, + density: 25.3, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "99.35", "22097": "0.65"}', + coty_name: ['Evangeline', 'St. Landry'], + cty_code: ['22039', '22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33756, lat: 30.74143 }, + }, + { + zip_code: '70631', + usps_city: 'Cameron', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 0.3, + primary_coty_code: '22023', + primary_coty_name: 'Cameron', + county_weights: '{"22023": "100"}', + coty_name: ['Cameron'], + cty_code: ['22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55142, lat: 29.86632 }, + }, + { + zip_code: '70646', + usps_city: 'Hayes', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 859.0, + density: 47.4, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.92143, lat: 30.09869 }, + }, + { + zip_code: '70654', + usps_city: 'Mittie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 5.6, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "100"}', + coty_name: ['Allen'], + cty_code: ['22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88407, lat: 30.65505 }, + }, + { + zip_code: '70736', + usps_city: 'Glynn', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 46.0, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3383, lat: 30.6323 }, + }, + { + zip_code: '70760', + usps_city: 'New Roads', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6367.0, + density: 75.2, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45553, lat: 30.70662 }, + }, + { + zip_code: '70782', + usps_city: 'Tunica', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 2.6, + primary_coty_code: '22125', + primary_coty_name: 'West Feliciana', + county_weights: '{"22125": "100"}', + coty_name: ['West Feliciana'], + cty_code: ['22125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51858, lat: 30.94374 }, + }, + { + zip_code: '71108', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18216.0, + density: 822.6, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78848, lat: 32.4426 }, + }, + { + zip_code: '71223', + usps_city: 'Bonita', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 2.5, + primary_coty_code: '22067', + primary_coty_name: 'Morehouse', + county_weights: '{"22067": "100"}', + coty_name: ['Morehouse'], + cty_code: ['22067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66024, lat: 32.89241 }, + }, + { + zip_code: '71233', + usps_city: 'Delta', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 174.9, + primary_coty_code: '22065', + primary_coty_name: 'Madison', + county_weights: '{"22065": "100"}', + coty_name: ['Madison'], + cty_code: ['22065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93206, lat: 32.32515 }, + }, + { + zip_code: '71272', + usps_city: 'Ruston', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1535.0, + density: 3627.8, + primary_coty_code: '22061', + primary_coty_name: 'Lincoln', + county_weights: '{"22061": "100"}', + coty_name: ['Lincoln'], + cty_code: ['22061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64931, lat: 32.5269 }, + }, + { + zip_code: '71403', + usps_city: 'Anacoco', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4562.0, + density: 12.6, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "99.06", "22085": "0.94"}', + coty_name: ['Vernon', 'Sabine'], + cty_code: ['22115', '22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43269, lat: 31.21481 }, + }, + { + zip_code: '71409', + usps_city: 'Boyce', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5286.0, + density: 15.2, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70738, lat: 31.31964 }, + }, + { + zip_code: '71439', + usps_city: 'Hornbeck', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2047.0, + density: 14.7, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "79.92", "22085": "20.08"}', + coty_name: ['Vernon', 'Sabine'], + cty_code: ['22115', '22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39633, lat: 31.33692 }, + }, + { + zip_code: '71602', + usps_city: 'White Hall', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15859.0, + density: 52.8, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "98.64", "05053": "1.36"}', + coty_name: ['Jefferson', 'Grant'], + cty_code: ['05069', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14304, lat: 34.26709 }, + }, + { + zip_code: '71740', + usps_city: 'Emerson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1632.0, + density: 3.4, + primary_coty_code: '5027', + primary_coty_name: 'Columbia', + county_weights: '{"05027": "100"}', + coty_name: ['Columbia'], + cty_code: ['5027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16366, lat: 33.08112 }, + }, + { + zip_code: '71745', + usps_city: 'Harrell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 100.9, + primary_coty_code: '5013', + primary_coty_name: 'Calhoun', + county_weights: '{"05013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['5013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39604, lat: 33.50072 }, + }, + { + zip_code: '71858', + usps_city: 'Rosston', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2472.0, + density: 4.8, + primary_coty_code: '5099', + primary_coty_name: 'Nevada', + county_weights: '{"05099": "100"}', + coty_name: ['Nevada'], + cty_code: ['5099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26618, lat: 33.58905 }, + }, + { + zip_code: '71937', + usps_city: 'Cove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2041.0, + density: 11.3, + primary_coty_code: '5113', + primary_coty_name: 'Polk', + county_weights: '{"05113": "100"}', + coty_name: ['Polk'], + cty_code: ['5113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38939, lat: 34.39982 }, + }, + { + zip_code: '71999', + usps_city: 'Arkadelphia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 4112.0, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "100"}', + coty_name: ['Clark'], + cty_code: ['5019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05906, lat: 34.12746 }, + }, + { + zip_code: '72030', + usps_city: 'Cleveland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 4.1, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "67.09", "05141": "32.91"}', + coty_name: ['Conway', 'Van Buren'], + cty_code: ['05029', '05141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68117, lat: 35.43579 }, + }, + { + zip_code: '72044', + usps_city: 'Edgemont', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 837.0, + density: 5.2, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "80.82", "05137": "19.18"}', + coty_name: ['Cleburne', 'Stone'], + cty_code: ['05023', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17129, lat: 35.6721 }, + }, + { + zip_code: '72130', + usps_city: 'Prim', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 822.0, + density: 9.7, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "100"}', + coty_name: ['Cleburne'], + cty_code: ['5023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07054, lat: 35.66413 }, + }, + { + zip_code: '72169', + usps_city: 'Tupelo', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 2.5, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "100"}', + coty_name: ['Jackson'], + cty_code: ['5067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22657, lat: 35.39651 }, + }, + { + zip_code: '72322', + usps_city: 'Caldwell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 24.0, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "100"}', + coty_name: ['St. Francis'], + cty_code: ['5123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82211, lat: 35.06487 }, + }, + { + zip_code: '72415', + usps_city: 'Black Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1339.0, + density: 13.6, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17392, lat: 36.12819 }, + }, + { + zip_code: '72416', + usps_city: 'Bono', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5414.0, + density: 22.5, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "91.63", "05055": "8.37"}', + coty_name: ['Craighead', 'Greene'], + cty_code: ['05031', '05055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79513, lat: 35.96188 }, + }, + { + zip_code: '72429', + usps_city: 'Fisher', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 1.4, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "100"}', + coty_name: ['Poinsett'], + cty_code: ['5111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9299, lat: 35.49203 }, + }, + { + zip_code: '72437', + usps_city: 'Lake City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3722.0, + density: 13.5, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45285, lat: 35.83711 }, + }, + { + zip_code: '72532', + usps_city: 'Evening Shade', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1104.0, + density: 4.1, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "89.14", "05065": "10.86"}', + coty_name: ['Sharp', 'Izard'], + cty_code: ['05135', '05065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.59686, lat: 36.09853 }, + }, + { + zip_code: '72567', + usps_city: 'Pleasant Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 8.8, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "100"}', + coty_name: ['Stone'], + cty_code: ['5137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92601, lat: 35.81461 }, + }, + { + zip_code: '72714', + usps_city: 'Bella Vista', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13324.0, + density: 271.3, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21662, lat: 36.46757 }, + }, + { + zip_code: '72738', + usps_city: 'Hindsville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2471.0, + density: 11.2, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "73.63", "05143": "21.21", "05007": "5.17"}', + coty_name: ['Madison', 'Washington', 'Benton'], + cty_code: ['05087', '05143', '05007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.88661, lat: 36.16056 }, + }, + { + zip_code: '72756', + usps_city: 'Rogers', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 41584.0, + density: 115.2, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "99.33", "05087": "0.67"}', + coty_name: ['Benton', 'Madison'], + cty_code: ['05007', '05087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98341, lat: 36.32118 }, + }, + { + zip_code: '72801', + usps_city: 'Russellville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 19074.0, + density: 905.1, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "100"}', + coty_name: ['Pope'], + cty_code: ['5115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14081, lat: 35.2791 }, + }, + { + zip_code: '72838', + usps_city: 'Gravelly', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 2.4, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "100"}', + coty_name: ['Yell'], + cty_code: ['5149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67653, lat: 34.90528 }, + }, + { + zip_code: '72943', + usps_city: 'Magazine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2076.0, + density: 8.1, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "98.26", "05149": "1.74"}', + coty_name: ['Logan', 'Yell'], + cty_code: ['05083', '05149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78658, lat: 35.17947 }, + }, + { + zip_code: '73015', + usps_city: 'Carnegie', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2983.0, + density: 5.3, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "92.56", "40075": "3.72", "40149": "3.72"}', + coty_name: ['Caddo', 'Kiowa', 'Washita'], + cty_code: ['40015', '40075', '40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.59537, lat: 35.08056 }, + }, + { + zip_code: '73033', + usps_city: 'Eakly', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 29.7, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54661, lat: 35.31442 }, + }, + { + zip_code: '73041', + usps_city: 'Gotebo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 1.3, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "86.34", "40149": "13.66"}', + coty_name: ['Kiowa', 'Washita'], + cty_code: ['40075', '40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.87662, lat: 35.04283 }, + }, + { + zip_code: '73073', + usps_city: 'Orlando', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 1.4, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: + '{"40083": "54.16", "40103": "28.47", "40119": "13.49", "40047": "3.88"}', + coty_name: ['Logan', 'Noble', 'Payne', 'Garfield'], + cty_code: ['40083', '40103', '40119', '40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40778, lat: 36.15589 }, + }, + { + zip_code: '73111', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 12149.0, + density: 544.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47717, lat: 35.51881 }, + }, + { + zip_code: '73165', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6376.0, + density: 61.6, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35726, lat: 35.34382 }, + }, + { + zip_code: '73442', + usps_city: 'Loco', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 2.0, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "88.79", "40067": "11.21"}', + coty_name: ['Stephens', 'Jefferson'], + cty_code: ['40137', '40067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6718, lat: 34.3265 }, + }, + { + zip_code: '73444', + usps_city: 'Hennepin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 1.1, + primary_coty_code: '40099', + primary_coty_name: 'Murray', + county_weights: '{"40099": "51.28", "40019": "48.72"}', + coty_name: ['Murray', 'Carter'], + cty_code: ['40099', '40019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35853, lat: 34.45673 }, + }, + { + zip_code: '73459', + usps_city: 'Thackerville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1090.0, + density: 12.1, + primary_coty_code: '40085', + primary_coty_name: 'Love', + county_weights: '{"40085": "100"}', + coty_name: ['Love'], + cty_code: ['40085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.1331, lat: 33.77417 }, + }, + { + zip_code: '73555', + usps_city: 'Manitou', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 3.3, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.963, lat: 34.50171 }, + }, + { + zip_code: '73568', + usps_city: 'Temple', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 946.0, + density: 4.0, + primary_coty_code: '40033', + primary_coty_name: 'Cotton', + county_weights: '{"40033": "100"}', + coty_name: ['Cotton'], + cty_code: ['40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.21204, lat: 34.24894 }, + }, + { + zip_code: '73662', + usps_city: 'Sayre', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6411.0, + density: 6.4, + primary_coty_code: '40009', + primary_coty_name: 'Beckham', + county_weights: '{"40009": "98.62", "40129": "1.33", "40055": "0.05"}', + coty_name: ['Beckham', 'Roger Mills', 'Greer'], + cty_code: ['40009', '40129', '40055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.67524, lat: 35.29862 }, + }, + { + zip_code: '73738', + usps_city: 'Garber', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 4.0, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55176, lat: 36.45196 }, + }, + { + zip_code: '73739', + usps_city: 'Goltry', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 2.6, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "94.31", "40047": "5.69"}', + coty_name: ['Alfalfa', 'Garfield'], + cty_code: ['40003', '40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14037, lat: 36.51628 }, + }, + { + zip_code: '74003', + usps_city: 'Bartlesville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 14230.0, + density: 45.0, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "87.87", "40113": "12.13"}', + coty_name: ['Washington', 'Osage'], + cty_code: ['40147', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06581, lat: 36.72742 }, + }, + { + zip_code: '74132', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9200.0, + density: 291.7, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "66.91", "40037": "33.09"}', + coty_name: ['Tulsa', 'Creek'], + cty_code: ['40143', '40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01322, lat: 36.04863 }, + }, + { + zip_code: '74365', + usps_city: 'Salina', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4593.0, + density: 24.7, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "89.98", "40041": "10.02"}', + coty_name: ['Mayes', 'Delaware'], + cty_code: ['40097', '40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.06754, lat: 36.29621 }, + }, + { + zip_code: '74434', + usps_city: 'Fort Gibson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8662.0, + density: 37.1, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "65.94", "40021": "25.12", "40145": "8.93"}', + coty_name: ['Muskogee', 'Cherokee', 'Wagoner'], + cty_code: ['40101', '40021', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.21268, lat: 35.8085 }, + }, + { + zip_code: '74470', + usps_city: 'Webbers Falls', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1587.0, + density: 7.5, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "100"}', + coty_name: ['Muskogee'], + cty_code: ['40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17267, lat: 35.48063 }, + }, + { + zip_code: '74633', + usps_city: 'Burbank', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 446.0, + density: 1.8, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79223, lat: 36.70322 }, + }, + { + zip_code: '74730', + usps_city: 'Calera', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4926.0, + density: 30.0, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43335, lat: 33.90485 }, + }, + { + zip_code: '74829', + usps_city: 'Boley', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 12.3, + primary_coty_code: '40107', + primary_coty_name: 'Okfuskee', + county_weights: '{"40107": "100"}', + coty_name: ['Okfuskee'], + cty_code: ['40107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47046, lat: 35.51735 }, + }, + { + zip_code: '74834', + usps_city: 'Chandler', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7673.0, + density: 15.5, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['40081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.88249, lat: 35.70136 }, + }, + { + zip_code: '74875', + usps_city: 'Tryon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1314.0, + density: 10.4, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['40081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97383, lat: 35.87711 }, + }, + { + zip_code: '74883', + usps_city: 'Wetumka', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2365.0, + density: 5.2, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "92.6", "40107": "7.4"}', + coty_name: ['Hughes', 'Okfuskee'], + cty_code: ['40063', '40107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22614, lat: 35.22787 }, + }, + { + zip_code: '75063', + usps_city: 'Irving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40048.0, + density: 1020.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98599, lat: 32.92046 }, + }, + { + zip_code: '75101', + usps_city: 'Bardwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 242.6, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70239, lat: 32.27003 }, + }, + { + zip_code: '75155', + usps_city: 'Rice', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3233.0, + density: 32.8, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47318, lat: 32.22573 }, + }, + { + zip_code: '75216', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53327.0, + density: 1408.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78371, lat: 32.71165 }, + }, + { + zip_code: '75244', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13254.0, + density: 1109.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83663, lat: 32.92542 }, + }, + { + zip_code: '75246', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2760.0, + density: 2359.3, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7733, lat: 32.79292 }, + }, + { + zip_code: '75413', + usps_city: 'Bailey', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 77.5, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17912, lat: 33.4414 }, + }, + { + zip_code: '75480', + usps_city: 'Scroggins', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1587.0, + density: 18.9, + primary_coty_code: '48159', + primary_coty_name: 'Franklin', + county_weights: '{"48159": "100"}', + coty_name: ['Franklin'], + cty_code: ['48159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19411, lat: 33.02472 }, + }, + { + zip_code: '75604', + usps_city: 'Longview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31027.0, + density: 254.5, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "99.36", "48459": "0.64"}', + coty_name: ['Gregg', 'Upshur'], + cty_code: ['48183', '48459'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82774, lat: 32.50965 }, + }, + { + zip_code: '75785', + usps_city: 'Rusk', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11357.0, + density: 16.4, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17381, lat: 31.77994 }, + }, + { + zip_code: '76001', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33748.0, + density: 1262.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15275, lat: 32.6304 }, + }, + { + zip_code: '76070', + usps_city: 'Nemo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 9.6, + primary_coty_code: '48425', + primary_coty_name: 'Somervell', + county_weights: '{"48425": "96.81", "48251": "3.19"}', + coty_name: ['Somervell', 'Johnson'], + cty_code: ['48425', '48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.65424, lat: 32.26241 }, + }, + { + zip_code: '76103', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15486.0, + density: 1096.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26547, lat: 32.75205 }, + }, + { + zip_code: '76210', + usps_city: 'Denton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45474.0, + density: 1077.3, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.096, lat: 33.15036 }, + }, + { + zip_code: '76238', + usps_city: 'Era', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 4.7, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "100"}', + coty_name: ['Cooke'], + cty_code: ['48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35069, lat: 33.48818 }, + }, + { + zip_code: '76239', + usps_city: 'Forestburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1087.0, + density: 3.7, + primary_coty_code: '48337', + primary_coty_name: 'Montague', + county_weights: '{"48337": "80.86", "48097": "19.14"}', + coty_name: ['Montague', 'Cooke'], + cty_code: ['48337', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54515, lat: 33.51985 }, + }, + { + zip_code: '76250', + usps_city: 'Lindsay', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 50.7, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "100"}', + coty_name: ['Cooke'], + cty_code: ['48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.23578, lat: 33.63013 }, + }, + { + zip_code: '76357', + usps_city: 'Byers', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 3.3, + primary_coty_code: '48077', + primary_coty_name: 'Clay', + county_weights: '{"48077": "100"}', + coty_name: ['Clay'], + cty_code: ['48077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18468, lat: 34.08174 }, + }, + { + zip_code: '76448', + usps_city: 'Eastland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5196.0, + density: 15.9, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "100"}', + coty_name: ['Eastland'], + cty_code: ['48133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.80082, lat: 32.40015 }, + }, + { + zip_code: '76484', + usps_city: 'Palo Pinto', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 3.3, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "100"}', + coty_name: ['Palo Pinto'], + cty_code: ['48363'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.28241, lat: 32.75833 }, + }, + { + zip_code: '76502', + usps_city: 'Temple', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42103.0, + density: 258.1, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41039, lat: 31.09624 }, + }, + { + zip_code: '76541', + usps_city: 'Killeen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17691.0, + density: 1444.3, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72885, lat: 31.11414 }, + }, + { + zip_code: '76542', + usps_city: 'Killeen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 51405.0, + density: 246.8, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74608, lat: 31.01061 }, + }, + { + zip_code: '76543', + usps_city: 'Killeen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30268.0, + density: 240.8, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64323, lat: 31.13897 }, + }, + { + zip_code: '76571', + usps_city: 'Salado', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8630.0, + density: 28.2, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58908, lat: 30.9338 }, + }, + { + zip_code: '76622', + usps_city: 'Aquilla', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 8.5, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24398, lat: 31.82204 }, + }, + { + zip_code: '77005', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28572.0, + density: 2869.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42419, lat: 29.71816 }, + }, + { + zip_code: '77025', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28540.0, + density: 2570.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43499, lat: 29.68661 }, + }, + { + zip_code: '77047', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32616.0, + density: 911.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38665, lat: 29.60844 }, + }, + { + zip_code: '77068', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11011.0, + density: 1116.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48692, lat: 30.00596 }, + }, + { + zip_code: '77070', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53057.0, + density: 1571.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57315, lat: 29.97775 }, + }, + { + zip_code: '77074', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40978.0, + density: 2906.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.51626, lat: 29.68803 }, + }, + { + zip_code: '77336', + usps_city: 'Huffman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13156.0, + density: 130.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09884, lat: 30.06429 }, + }, + { + zip_code: '77345', + usps_city: 'Kingwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27993.0, + density: 1273.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15899, lat: 30.05416 }, + }, + { + zip_code: '77498', + usps_city: 'Sugar Land', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 51293.0, + density: 1276.7, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65236, lat: 29.64338 }, + }, + { + zip_code: '77551', + usps_city: 'Galveston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21929.0, + density: 2222.3, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83323, lat: 29.27872 }, + }, + { + zip_code: '77615', + usps_city: 'Evadale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 27.6, + primary_coty_code: '48241', + primary_coty_name: 'Jasper', + county_weights: '{"48241": "100"}', + coty_name: ['Jasper'], + cty_code: ['48241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05969, lat: 30.32407 }, + }, + { + zip_code: '77661', + usps_city: 'Stowell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 6.4, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "100"}', + coty_name: ['Chambers'], + cty_code: ['48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41377, lat: 29.73465 }, + }, + { + zip_code: '77865', + usps_city: 'Marquez', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2440.0, + density: 6.7, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "100"}', + coty_name: ['Leon'], + cty_code: ['48289'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.2281, lat: 31.23034 }, + }, + { + zip_code: '77982', + usps_city: "Port O'Connor", + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 26.6, + primary_coty_code: '48057', + primary_coty_name: 'Calhoun', + county_weights: '{"48057": "100"}', + coty_name: ['Calhoun'], + cty_code: ['48057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.46007, lat: 28.44603 }, + }, + { + zip_code: '77983', + usps_city: 'Seadrift', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2045.0, + density: 7.0, + primary_coty_code: '48057', + primary_coty_name: 'Calhoun', + county_weights: '{"48057": "100"}', + coty_name: ['Calhoun'], + cty_code: ['48057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57441, lat: 28.42886 }, + }, + { + zip_code: '78058', + usps_city: 'Mountain Home', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 976.0, + density: 0.7, + primary_coty_code: '48265', + primary_coty_name: 'Kerr', + county_weights: '{"48265": "82.64", "48171": "9.55", "48385": "7.8"}', + coty_name: ['Kerr', 'Gillespie', 'Real'], + cty_code: ['48265', '48171', '48385'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63952, lat: 30.0957 }, + }, + { + zip_code: '78152', + usps_city: 'Saint Hedwig', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2171.0, + density: 22.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20648, lat: 29.43411 }, + }, + { + zip_code: '78208', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4913.0, + density: 1924.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.45855, lat: 29.43982 }, + }, + { + zip_code: '78338', + usps_city: 'Armstrong', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 0.3, + primary_coty_code: '48261', + primary_coty_name: 'Kenedy', + county_weights: '{"48261": "100"}', + coty_name: ['Kenedy'], + cty_code: ['48261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76255, lat: 26.89255 }, + }, + { + zip_code: '78393', + usps_city: 'Woodsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2161.0, + density: 5.0, + primary_coty_code: '48391', + primary_coty_name: 'Refugio', + county_weights: '{"48391": "100"}', + coty_name: ['Refugio'], + cty_code: ['48391'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36805, lat: 28.19994 }, + }, + { + zip_code: '78412', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41977.0, + density: 1842.2, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34302, lat: 27.70386 }, + }, + { + zip_code: '78569', + usps_city: 'Lyford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4101.0, + density: 11.9, + primary_coty_code: '48489', + primary_coty_name: 'Willacy', + county_weights: '{"48489": "96.43", "48215": "2.13", "48061": "1.44"}', + coty_name: ['Willacy', 'Hidalgo', 'Cameron'], + cty_code: ['48489', '48215', '48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74315, lat: 26.37181 }, + }, + { + zip_code: '78586', + usps_city: 'San Benito', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 56692.0, + density: 124.1, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.63108, lat: 26.10508 }, + }, + { + zip_code: '78593', + usps_city: 'Santa Rosa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5895.0, + density: 58.4, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82225, lat: 26.27385 }, + }, + { + zip_code: '78602', + usps_city: 'Bastrop', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29795.0, + density: 59.4, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "100"}', + coty_name: ['Bastrop'], + cty_code: ['48021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32841, lat: 30.12383 }, + }, + { + zip_code: '78628', + usps_city: 'Georgetown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35601.0, + density: 187.4, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75111, lat: 30.64104 }, + }, + { + zip_code: '78640', + usps_city: 'Kyle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 58790.0, + density: 247.6, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: '{"48209": "97.32", "48055": "2.68"}', + coty_name: ['Hays', 'Caldwell'], + cty_code: ['48209', '48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.82813, lat: 29.99495 }, + }, + { + zip_code: '78676', + usps_city: 'Wimberley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13124.0, + density: 30.2, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: '{"48209": "99.76", "48031": "0.24"}', + coty_name: ['Hays', 'Blanco'], + cty_code: ['48209', '48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14588, lat: 30.03286 }, + }, + { + zip_code: '78727', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30561.0, + density: 1377.2, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "99.93", "48491": "0.07"}', + coty_name: ['Travis', 'Williamson'], + cty_code: ['48453', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71743, lat: 30.4295 }, + }, + { + zip_code: '78752', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20881.0, + density: 2410.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70425, lat: 30.33181 }, + }, + { + zip_code: '78843', + usps_city: 'Laughlin Afb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 55.4, + primary_coty_code: '48465', + primary_coty_name: 'Val Verde', + county_weights: '{"48465": "100"}', + coty_name: ['Val Verde'], + cty_code: ['48465'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.77863, lat: 29.35687 }, + }, + { + zip_code: '78941', + usps_city: 'Flatonia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2709.0, + density: 6.7, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "94.26", "48021": "2.9", "48177": "2.84"}', + coty_name: ['Fayette', 'Bastrop', 'Gonzales'], + cty_code: ['48149', '48021', '48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15231, lat: 29.74274 }, + }, + { + zip_code: '79016', + usps_city: 'Canyon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 4310.1, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "100"}', + coty_name: ['Randall'], + cty_code: ['48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.91867, lat: 34.98342 }, + }, + { + zip_code: '79110', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19158.0, + density: 1321.9, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "100"}', + coty_name: ['Randall'], + cty_code: ['48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.87111, lat: 35.14901 }, + }, + { + zip_code: '79229', + usps_city: 'Dickens', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 0.7, + primary_coty_code: '48125', + primary_coty_name: 'Dickens', + county_weights: '{"48125": "100"}', + coty_name: ['Dickens'], + cty_code: ['48125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.67825, lat: 33.66676 }, + }, + { + zip_code: '79325', + usps_city: 'Farwell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2184.0, + density: 4.7, + primary_coty_code: '48369', + primary_coty_name: 'Parmer', + county_weights: '{"48369": "99.01", "48017": "0.99"}', + coty_name: ['Parmer', 'Bailey'], + cty_code: ['48369', '48017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.93999, lat: 34.41493 }, + }, + { + zip_code: '79355', + usps_city: 'Plains', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1877.0, + density: 1.7, + primary_coty_code: '48501', + primary_coty_name: 'Yoakum', + county_weights: '{"48501": "100"}', + coty_name: ['Yoakum'], + cty_code: ['48501'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.87664, lat: 33.18172 }, + }, + { + zip_code: '79357', + usps_city: 'Ralls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2123.0, + density: 3.8, + primary_coty_code: '48107', + primary_coty_name: 'Crosby', + county_weights: '{"48107": "100"}', + coty_name: ['Crosby'], + cty_code: ['48107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.40248, lat: 33.61648 }, + }, + { + zip_code: '79366', + usps_city: 'Ransom Canyon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 504.4, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.68366, lat: 33.53015 }, + }, + { + zip_code: '79535', + usps_city: 'Maryneal', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 0.5, + primary_coty_code: '48353', + primary_coty_name: 'Nolan', + county_weights: '{"48353": "100"}', + coty_name: ['Nolan'], + cty_code: ['48353'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.47631, lat: 32.2257 }, + }, + { + zip_code: '79764', + usps_city: 'Odessa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22172.0, + density: 147.0, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.47105, lat: 31.89053 }, + }, + { + zip_code: '80013', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 74105.0, + density: 2046.5, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.7657, lat: 39.66138 }, + }, + { + zip_code: '80246', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13433.0, + density: 3003.3, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "67.5", "08005": "32.5"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.93093, lat: 39.70435 }, + }, + { + zip_code: '80260', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 34837.0, + density: 2779.6, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.00605, lat: 39.86679 }, + }, + { + zip_code: '80426', + usps_city: 'Burns', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 0.1, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100", "08107": "0"}', + coty_name: ['Eagle', 'Routt'], + cty_code: ['08037', '08107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.99145, lat: 39.90844 }, + }, + { + zip_code: '80475', + usps_city: 'Shawnee', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.56006, lat: 39.45201 }, + }, + { + zip_code: '80504', + usps_city: 'Longmont', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 55479.0, + density: 218.7, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "59.68", "08123": "39.95", "08069": "0.37"}', + coty_name: ['Boulder', 'Weld', 'Larimer'], + cty_code: ['08013', '08123', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.0289, lat: 40.16391 }, + }, + { + zip_code: '80538', + usps_city: 'Loveland', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 49258.0, + density: 176.1, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.17397, lat: 40.47885 }, + }, + { + zip_code: '80621', + usps_city: 'Fort Lupton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12762.0, + density: 38.7, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.80121, lat: 40.10796 }, + }, + { + zip_code: '80642', + usps_city: 'Hudson', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5468.0, + density: 22.2, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "79.04", "08001": "20.96"}', + coty_name: ['Weld', 'Adams'], + cty_code: ['08123', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.61521, lat: 40.04671 }, + }, + { + zip_code: '80727', + usps_city: 'Eckley', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 1.0, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "100"}', + coty_name: ['Yuma'], + cty_code: ['8125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.5039, lat: 40.06044 }, + }, + { + zip_code: '80728', + usps_city: 'Fleming', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 1.1, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.87388, lat: 40.64497 }, + }, + { + zip_code: '80805', + usps_city: 'Bethune', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 1.0, + primary_coty_code: '8063', + primary_coty_name: 'Kit Carson', + county_weights: '{"08063": "100"}', + coty_name: ['Kit Carson'], + cty_code: ['8063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.44174, lat: 39.31229 }, + }, + { + zip_code: '80834', + usps_city: 'Seibert', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 0.4, + primary_coty_code: '8063', + primary_coty_name: 'Kit Carson', + county_weights: '{"08063": "100"}', + coty_name: ['Kit Carson'], + cty_code: ['8063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.88035, lat: 39.28407 }, + }, + { + zip_code: '80902', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12443.0, + density: 335.0, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.80786, lat: 38.68317 }, + }, + { + zip_code: '81007', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31849.0, + density: 83.1, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77787, lat: 38.3551 }, + }, + { + zip_code: '81052', + usps_city: 'Lamar', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9028.0, + density: 5.3, + primary_coty_code: '8099', + primary_coty_name: 'Prowers', + county_weights: '{"08099": "99.35", "08011": "0.65"}', + coty_name: ['Prowers', 'Bent'], + cty_code: ['08099', '08011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.65974, lat: 37.92617 }, + }, + { + zip_code: '81073', + usps_city: 'Springfield', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1818.0, + density: 1.1, + primary_coty_code: '8009', + primary_coty_name: 'Baca', + county_weights: '{"08009": "100"}', + coty_name: ['Baca'], + cty_code: ['8009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.70954, lat: 37.42388 }, + }, + { + zip_code: '81212', + usps_city: 'Canon City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30986.0, + density: 19.4, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.38622, lat: 38.53864 }, + }, + { + zip_code: '81227', + usps_city: 'Monarch', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8015', + primary_coty_name: 'Chaffee', + county_weights: '{"08015": "100"}', + coty_name: ['Chaffee'], + cty_code: ['8015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.29004, lat: 38.5493 }, + }, + { + zip_code: '81610', + usps_city: 'Dinosaur', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.3, + primary_coty_code: '8081', + primary_coty_name: 'Moffat', + county_weights: '{"08081": "100"}', + coty_name: ['Moffat'], + cty_code: ['8081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.76948, lat: 40.3027 }, + }, + { + zip_code: '82223', + usps_city: 'Lingle', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 968.0, + density: 2.5, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.39494, lat: 42.12846 }, + }, + { + zip_code: '82523', + usps_city: 'Pavillion', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 934.0, + density: 0.5, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.81411, lat: 43.44312 }, + }, + { + zip_code: '82620', + usps_city: 'Alcova', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 0.1, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "92.38", "56007": "7.62"}', + coty_name: ['Natrona', 'Carbon'], + cty_code: ['56025', '56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.10001, lat: 42.46957 }, + }, + { + zip_code: '83253', + usps_city: 'May', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.0, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "59.39", "16037": "40.61"}', + coty_name: ['Lemhi', 'Custer'], + cty_code: ['16059', '16037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.69032, lat: 44.31889 }, + }, + { + zip_code: '83323', + usps_city: 'Declo', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1847.0, + density: 2.6, + primary_coty_code: '16031', + primary_coty_name: 'Cassia', + county_weights: '{"16031": "100"}', + coty_name: ['Cassia'], + cty_code: ['16031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.39076, lat: 42.49418 }, + }, + { + zip_code: '83332', + usps_city: 'Hagerman', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2604.0, + density: 12.4, + primary_coty_code: '16047', + primary_coty_name: 'Gooding', + county_weights: '{"16047": "92.8", "16083": "7.2"}', + coty_name: ['Gooding', 'Twin Falls'], + cty_code: ['16047', '16083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.9205, lat: 42.80193 }, + }, + { + zip_code: '83404', + usps_city: 'Idaho Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 23821.0, + density: 344.0, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "100"}', + coty_name: ['Bonneville'], + cty_code: ['16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.01199, lat: 43.42448 }, + }, + { + zip_code: '83424', + usps_city: 'Felt', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 3.3, + primary_coty_code: '16081', + primary_coty_name: 'Teton', + county_weights: '{"16081": "100"}', + coty_name: ['Teton'], + cty_code: ['16081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.16588, lat: 43.91288 }, + }, + { + zip_code: '83530', + usps_city: 'Grangeville', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5515.0, + density: 5.9, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.08486, lat: 45.92139 }, + }, + { + zip_code: '83677', + usps_city: 'Yellow Pine', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 0.3, + primary_coty_code: '16085', + primary_coty_name: 'Valley', + county_weights: '{"16085": "100"}', + coty_name: ['Valley'], + cty_code: ['16085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.53308, lat: 45.08023 }, + }, + { + zip_code: '83709', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 58391.0, + density: 651.8, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.28929, lat: 43.54974 }, + }, + { + zip_code: '83712', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 9746.0, + density: 163.9, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.11493, lat: 43.6134 }, + }, + { + zip_code: '84038', + usps_city: 'Laketown', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 2.9, + primary_coty_code: '49033', + primary_coty_name: 'Rich', + county_weights: '{"49033": "100"}', + coty_name: ['Rich'], + cty_code: ['49033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.31773, lat: 41.87582 }, + }, + { + zip_code: '84041', + usps_city: 'Layton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 52350.0, + density: 1363.0, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.98377, lat: 41.07146 }, + }, + { + zip_code: '84064', + usps_city: 'Randolph', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 969.0, + density: 2.4, + primary_coty_code: '49033', + primary_coty_name: 'Rich', + county_weights: '{"49033": "100"}', + coty_name: ['Rich'], + cty_code: ['49033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.12536, lat: 41.68381 }, + }, + { + zip_code: '84087', + usps_city: 'Woods Cross', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 15839.0, + density: 471.7, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.93128, lat: 40.88573 }, + }, + { + zip_code: '84112', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2190.0, + density: 980.7, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.84139, lat: 40.76504 }, + }, + { + zip_code: '84401', + usps_city: 'Ogden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 40250.0, + density: 526.8, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.03814, lat: 41.21865 }, + }, + { + zip_code: '84724', + usps_city: 'Elsinore', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1188.0, + density: 118.8, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.14893, lat: 38.67525 }, + }, + { + zip_code: '84752', + usps_city: 'Minersville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 10.9, + primary_coty_code: '49001', + primary_coty_name: 'Beaver', + county_weights: '{"49001": "100"}', + coty_name: ['Beaver'], + cty_code: ['49001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.89068, lat: 38.20899 }, + }, + { + zip_code: '85022', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 51920.0, + density: 2145.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.05177, lat: 33.62716 }, + }, + { + zip_code: '85256', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6173.0, + density: 72.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.84066, lat: 33.50196 }, + }, + { + zip_code: '85308', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 66706.0, + density: 1507.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.18462, lat: 33.66051 }, + }, + { + zip_code: '85323', + usps_city: 'Avondale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 43968.0, + density: 913.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.32606, lat: 33.41939 }, + }, + { + zip_code: '85354', + usps_city: 'Tonopah', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7719.0, + density: 5.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.04897, lat: 33.43316 }, + }, + { + zip_code: '85362', + usps_city: 'Yarnell', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 4.0, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.83475, lat: 34.27995 }, + }, + { + zip_code: '85373', + usps_city: 'Sun City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19360.0, + density: 656.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.29959, lat: 33.67381 }, + }, + { + zip_code: '85390', + usps_city: 'Wickenburg', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 9314.0, + density: 6.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "91.66", "04025": "8.34"}', + coty_name: ['Maricopa', 'Yavapai'], + cty_code: ['04013', '04025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.86018, lat: 33.89445 }, + }, + { + zip_code: '85541', + usps_city: 'Payson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 21661.0, + density: 10.7, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.3052, lat: 34.19483 }, + }, + { + zip_code: '85616', + usps_city: 'Huachuca City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5341.0, + density: 15.4, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.3331, lat: 31.69327 }, + }, + { + zip_code: '85715', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17550.0, + density: 1014.4, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.83081, lat: 32.24887 }, + }, + { + zip_code: '85936', + usps_city: 'Saint Johns', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4373.0, + density: 1.7, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.27648, lat: 34.64541 }, + }, + { + zip_code: '86320', + usps_city: 'Ash Fork', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 0.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "53.05", "04005": "46.95"}', + coty_name: ['Yavapai', 'Coconino'], + cty_code: ['04025', '04005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.63608, lat: 35.35372 }, + }, + { + zip_code: '86334', + usps_city: 'Paulden', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4913.0, + density: 8.3, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.54529, lat: 34.95114 }, + }, + { + zip_code: '86403', + usps_city: 'Lake Havasu City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 18104.0, + density: 697.6, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.34829, lat: 34.48144 }, + }, + { + zip_code: '87112', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 42256.0, + density: 2019.2, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.51629, lat: 35.10108 }, + }, + { + zip_code: '87316', + usps_city: 'Fort Wingate', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1086.0, + density: 3.4, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.45318, lat: 35.4396 }, + }, + { + zip_code: '87357', + usps_city: 'Pinehill', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 769.0, + density: 4.4, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.3587, lat: 34.94704 }, + }, + { + zip_code: '88008', + usps_city: 'Santa Teresa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 8552.0, + density: 66.8, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.68173, lat: 31.83928 }, + }, + { + zip_code: '88242', + usps_city: 'Hobbs', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 7439.0, + density: 51.9, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.15864, lat: 32.81047 }, + }, + { + zip_code: '89001', + usps_city: 'Alamo', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1363.0, + density: 0.3, + primary_coty_code: '32017', + primary_coty_name: 'Lincoln', + county_weights: '{"32017": "99.84", "32023": "0.16"}', + coty_name: ['Lincoln', 'Nye'], + cty_code: ['32017', '32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.39051, lat: 37.27386 }, + }, + { + zip_code: '89002', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 35881.0, + density: 1556.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.96171, lat: 35.99857 }, + }, + { + zip_code: '89311', + usps_city: 'Baker', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 0.2, + primary_coty_code: '32033', + primary_coty_name: 'White Pine', + county_weights: '{"32033": "100"}', + coty_name: ['White Pine'], + cty_code: ['32033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.19431, lat: 38.98711 }, + }, + { + zip_code: '89415', + usps_city: 'Hawthorne', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 3043.0, + density: 3.9, + primary_coty_code: '32021', + primary_coty_name: 'Mineral', + county_weights: '{"32021": "100"}', + coty_name: ['Mineral'], + cty_code: ['32021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.6415, lat: 38.48546 }, + }, + { + zip_code: '89423', + usps_city: 'Minden', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 10283.0, + density: 57.3, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.74877, lat: 39.01761 }, + }, + { + zip_code: '89424', + usps_city: 'Nixon', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 0.3, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.32368, lat: 39.851 }, + }, + { + zip_code: '89502', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 45294.0, + density: 787.8, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.74507, lat: 39.49206 }, + }, + { + zip_code: '89832', + usps_city: 'Owyhee', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1312.0, + density: 3.8, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "72.7", "16073": "27.3"}', + coty_name: ['Elko', 'Owyhee'], + cty_code: ['32007', '16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.16574, lat: 41.98653 }, + }, + { + zip_code: '31020', + usps_city: 'Dry Branch', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1580.0, + density: 5.7, + primary_coty_code: '13289', + primary_coty_name: 'Twiggs', + county_weights: '{"13289": "87.29", "13021": "12.71"}', + coty_name: ['Twiggs', 'Bibb'], + cty_code: ['13289', '13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50475, lat: 32.69685 }, + }, + { + zip_code: '31036', + usps_city: 'Hawkinsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12077.0, + density: 18.5, + primary_coty_code: '13235', + primary_coty_name: 'Pulaski', + county_weights: '{"13235": "87.24", "13153": "12.76"}', + coty_name: ['Pulaski', 'Houston'], + cty_code: ['13235', '13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50385, lat: 32.27251 }, + }, + { + zip_code: '31051', + usps_city: 'Lilly', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 31.9, + primary_coty_code: '13093', + primary_coty_name: 'Dooly', + county_weights: '{"13093": "100"}', + coty_name: ['Dooly'], + cty_code: ['13093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88845, lat: 32.15581 }, + }, + { + zip_code: '31060', + usps_city: 'Milan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1642.0, + density: 6.2, + primary_coty_code: '13271', + primary_coty_name: 'Telfair', + county_weights: '{"13271": "58.33", "13091": "41.67"}', + coty_name: ['Telfair', 'Dodge'], + cty_code: ['13271', '13091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06083, lat: 31.97572 }, + }, + { + zip_code: '31076', + usps_city: 'Reynolds', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3124.0, + density: 10.1, + primary_coty_code: '13269', + primary_coty_name: 'Taylor', + county_weights: '{"13269": "91.09", "13193": "8.91"}', + coty_name: ['Taylor', 'Macon'], + cty_code: ['13269', '13193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.1053, lat: 32.54556 }, + }, + { + zip_code: '31512', + usps_city: 'Ambrose', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2153.0, + density: 10.4, + primary_coty_code: '13069', + primary_coty_name: 'Coffee', + county_weights: '{"13069": "100"}', + coty_name: ['Coffee'], + cty_code: ['13069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01451, lat: 31.54332 }, + }, + { + zip_code: '31513', + usps_city: 'Baxley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16105.0, + density: 18.8, + primary_coty_code: '13001', + primary_coty_name: 'Appling', + county_weights: '{"13001": "99.8", "13161": "0.2"}', + coty_name: ['Appling', 'Jeff Davis'], + cty_code: ['13001', '13161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34738, lat: 31.77745 }, + }, + { + zip_code: '31569', + usps_city: 'Woodbine', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5789.0, + density: 33.3, + primary_coty_code: '13039', + primary_coty_name: 'Camden', + county_weights: '{"13039": "100"}', + coty_name: ['Camden'], + cty_code: ['13039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70485, lat: 30.90736 }, + }, + { + zip_code: '31627', + usps_city: 'Cecil', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 113.1, + primary_coty_code: '13075', + primary_coty_name: 'Cook', + county_weights: '{"13075": "100"}', + coty_name: ['Cook'], + cty_code: ['13075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.39219, lat: 31.04112 }, + }, + { + zip_code: '31649', + usps_city: 'Stockton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1091.0, + density: 8.5, + primary_coty_code: '13173', + primary_coty_name: 'Lanier', + county_weights: '{"13173": "100"}', + coty_name: ['Lanier'], + cty_code: ['13173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00272, lat: 30.96503 }, + }, + { + zip_code: '31738', + usps_city: 'Coolidge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 11.9, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "91.96", "13071": "8.04"}', + coty_name: ['Thomas', 'Colquitt'], + cty_code: ['13275', '13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87305, lat: 31.00958 }, + }, + { + zip_code: '31780', + usps_city: 'Plains', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2026.0, + density: 7.8, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "99.21", "13307": "0.79"}', + coty_name: ['Sumter', 'Webster'], + cty_code: ['13261', '13307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39094, lat: 32.03101 }, + }, + { + zip_code: '31807', + usps_city: 'Ellerslie', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3167.0, + density: 105.2, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "100"}', + coty_name: ['Harris'], + cty_code: ['13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.80298, lat: 32.63866 }, + }, + { + zip_code: '31808', + usps_city: 'Fortson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7716.0, + density: 57.3, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "85.25", "13215": "14.75"}', + coty_name: ['Harris', 'Muscogee'], + cty_code: ['13145', '13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.00782, lat: 32.63243 }, + }, + { + zip_code: '31829', + usps_city: 'Upatoi', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 758.0, + density: 25.1, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "77.59", "13145": "22.41"}', + coty_name: ['Muscogee', 'Harris'], + cty_code: ['13215', '13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73521, lat: 32.56846 }, + }, + { + zip_code: '32068', + usps_city: 'Middleburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 57305.0, + density: 218.9, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "100"}', + coty_name: ['Clay'], + cty_code: ['12019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88326, lat: 30.07889 }, + }, + { + zip_code: '32080', + usps_city: 'Saint Augustine', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22261.0, + density: 553.3, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2745, lat: 29.82548 }, + }, + { + zip_code: '32087', + usps_city: 'Sanderson', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7097.0, + density: 20.3, + primary_coty_code: '12003', + primary_coty_name: 'Baker', + county_weights: '{"12003": "100"}', + coty_name: ['Baker'], + cty_code: ['12003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28513, lat: 30.39035 }, + }, + { + zip_code: '32110', + usps_city: 'Bunnell', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8267.0, + density: 12.1, + primary_coty_code: '12035', + primary_coty_name: 'Flagler', + county_weights: '{"12035": "100"}', + coty_name: ['Flagler'], + cty_code: ['12035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33933, lat: 29.42166 }, + }, + { + zip_code: '32147', + usps_city: 'Hollister', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 17.9, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78615, lat: 29.60283 }, + }, + { + zip_code: '32176', + usps_city: 'Ormond Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14460.0, + density: 1063.4, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06034, lat: 29.32552 }, + }, + { + zip_code: '32256', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47943.0, + density: 291.4, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50041, lat: 30.18783 }, + }, + { + zip_code: '32420', + usps_city: 'Alford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1958.0, + density: 14.4, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "99.07", "12133": "0.93"}', + coty_name: ['Jackson', 'Washington'], + cty_code: ['12063', '12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.38483, lat: 30.63285 }, + }, + { + zip_code: '32425', + usps_city: 'Bonifay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13586.0, + density: 19.5, + primary_coty_code: '12059', + primary_coty_name: 'Holmes', + county_weights: '{"12059": "92.01", "12133": "7.99"}', + coty_name: ['Holmes', 'Washington'], + cty_code: ['12059', '12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.72082, lat: 30.85518 }, + }, + { + zip_code: '32446', + usps_city: 'Marianna', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11115.0, + density: 26.3, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.22908, lat: 30.84513 }, + }, + { + zip_code: '32607', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30214.0, + density: 985.4, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42072, lat: 29.64597 }, + }, + { + zip_code: '32639', + usps_city: 'Gulf Hammock', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 1.3, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "100"}', + coty_name: ['Levy'], + cty_code: ['12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71431, lat: 29.22284 }, + }, + { + zip_code: '32732', + usps_city: 'Geneva', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4576.0, + density: 31.5, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10597, lat: 28.74551 }, + }, + { + zip_code: '32778', + usps_city: 'Tavares', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22454.0, + density: 345.4, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73001, lat: 28.77669 }, + }, + { + zip_code: '32801', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12243.0, + density: 2069.0, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37358, lat: 28.54176 }, + }, + { + zip_code: '32807', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34749.0, + density: 1660.6, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30092, lat: 28.5527 }, + }, + { + zip_code: '32817', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35737.0, + density: 1228.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2446, lat: 28.59039 }, + }, + { + zip_code: '32934', + usps_city: 'Melbourne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19105.0, + density: 304.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.71115, lat: 28.13316 }, + }, + { + zip_code: '33010', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45246.0, + density: 4047.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27868, lat: 25.833 }, + }, + { + zip_code: '33018', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 53419.0, + density: 1049.0, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37946, lat: 25.92593 }, + }, + { + zip_code: '33043', + usps_city: 'Big Pine Key', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4933.0, + density: 128.4, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36636, lat: 24.70334 }, + }, + { + zip_code: '33122', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 13.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29848, lat: 25.79738 }, + }, + { + zip_code: '33127', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31902.0, + density: 3730.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20558, lat: 25.81325 }, + }, + { + zip_code: '33316', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9736.0, + density: 763.8, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1241, lat: 26.09503 }, + }, + { + zip_code: '33351', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35769.0, + density: 2494.0, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27462, lat: 26.1793 }, + }, + { + zip_code: '33610', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 46799.0, + density: 1012.1, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.38038, lat: 27.99719 }, + }, + { + zip_code: '33626', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30743.0, + density: 866.5, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6165, lat: 28.06628 }, + }, + { + zip_code: '33705', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28857.0, + density: 1839.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64469, lat: 27.73633 }, + }, + { + zip_code: '33823', + usps_city: 'Auburndale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33615.0, + density: 417.4, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81396, lat: 28.08723 }, + }, + { + zip_code: '33860', + usps_city: 'Mulberry', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26893.0, + density: 88.9, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99412, lat: 27.79175 }, + }, + { + zip_code: '33966', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10065.0, + density: 443.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83205, lat: 26.58237 }, + }, + { + zip_code: '34120', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35498.0, + density: 91.5, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57525, lat: 26.32339 }, + }, + { + zip_code: '34431', + usps_city: 'Dunnellon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8002.0, + density: 28.3, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "90.98", "12075": "9.02"}', + coty_name: ['Marion', 'Levy'], + cty_code: ['12083', '12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53281, lat: 29.13923 }, + }, + { + zip_code: '34758', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 43143.0, + density: 506.6, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49515, lat: 28.19834 }, + }, + { + zip_code: '34994', + usps_city: 'Stuart', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17800.0, + density: 1026.2, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "96.69", "12111": "3.31"}', + coty_name: ['Martin', 'St. Lucie'], + cty_code: ['12085', '12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25695, lat: 27.20078 }, + }, + { + zip_code: '35079', + usps_city: 'Hayden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9055.0, + density: 33.0, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "99.89", "01073": "0.11"}', + coty_name: ['Blount', 'Jefferson'], + cty_code: ['01009', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75551, lat: 33.94055 }, + }, + { + zip_code: '35179', + usps_city: 'Vinemont', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8616.0, + density: 35.7, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "98.29", "01103": "1.47", "01133": "0.23"}', + coty_name: ['Cullman', 'Morgan', 'Winston'], + cty_code: ['01043', '01103', '01133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.96694, lat: 34.26849 }, + }, + { + zip_code: '35464', + usps_city: 'Gainesville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 854.0, + density: 10.0, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "79.51", "01063": "20.49"}', + coty_name: ['Sumter', 'Greene'], + cty_code: ['01119', '01063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15355, lat: 32.80329 }, + }, + { + zip_code: '35501', + usps_city: 'Jasper', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10208.0, + density: 79.0, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "100"}', + coty_name: ['Walker'], + cty_code: ['1127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29272, lat: 33.81907 }, + }, + { + zip_code: '35564', + usps_city: 'Hackleburg', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2134.0, + density: 12.3, + primary_coty_code: '1093', + primary_coty_name: 'Marion', + county_weights: '{"01093": "98.35", "01059": "1.65"}', + coty_name: ['Marion', 'Franklin'], + cty_code: ['01093', '01059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84794, lat: 34.25604 }, + }, + { + zip_code: '35759', + usps_city: 'Meridianville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8113.0, + density: 192.8, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.5504, lat: 34.86439 }, + }, + { + zip_code: '35765', + usps_city: 'Pisgah', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3633.0, + density: 19.9, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "94.29", "01049": "5.71"}', + coty_name: ['Jackson', 'DeKalb'], + cty_code: ['01071', '01049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.81782, lat: 34.69067 }, + }, + { + zip_code: '35956', + usps_city: 'Boaz', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8927.0, + density: 46.7, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "100"}', + coty_name: ['Etowah'], + cty_code: ['1055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.14794, lat: 34.14373 }, + }, + { + zip_code: '35962', + usps_city: 'Crossville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8730.0, + density: 42.8, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "94.83", "01095": "5.17"}', + coty_name: ['DeKalb', 'Marshall'], + cty_code: ['01049', '01095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.03997, lat: 34.30188 }, + }, + { + zip_code: '36020', + usps_city: 'Coosada', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1039.0, + density: 39.8, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "100"}', + coty_name: ['Elmore'], + cty_code: ['1051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.3193, lat: 32.48818 }, + }, + { + zip_code: '36082', + usps_city: 'Troy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1141.0, + density: 1155.7, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "100"}', + coty_name: ['Pike'], + cty_code: ['1109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.95468, lat: 31.80273 }, + }, + { + zip_code: '36256', + usps_city: 'Daviston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 6.6, + primary_coty_code: '1123', + primary_coty_name: 'Tallapoosa', + county_weights: '{"01123": "98.98", "01027": "1.02"}', + coty_name: ['Tallapoosa', 'Clay'], + cty_code: ['01123', '01027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.70281, lat: 33.04209 }, + }, + { + zip_code: '36320', + usps_city: 'Cottonwood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3660.0, + density: 21.4, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "100"}', + coty_name: ['Houston'], + cty_code: ['1069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.31533, lat: 31.05082 }, + }, + { + zip_code: '36374', + usps_city: 'Skipperville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 787.0, + density: 5.6, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "91.55", "01005": "8.45"}', + coty_name: ['Dale', 'Barbour'], + cty_code: ['01045', '01005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.49368, lat: 31.57873 }, + }, + { + zip_code: '36420', + usps_city: 'Andalusia', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10369.0, + density: 15.1, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "98.45", "01053": "1.55"}', + coty_name: ['Covington', 'Escambia'], + cty_code: ['01039', '01053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.57647, lat: 31.17685 }, + }, + { + zip_code: '36425', + usps_city: 'Beatrice', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1045.0, + density: 2.7, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "100"}', + coty_name: ['Monroe'], + cty_code: ['1099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.18469, lat: 31.75818 }, + }, + { + zip_code: '36432', + usps_city: 'Castleberry', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2150.0, + density: 5.8, + primary_coty_code: '1035', + primary_coty_name: 'Conecuh', + county_weights: '{"01035": "84.38", "01053": "15.62"}', + coty_name: ['Conecuh', 'Escambia'], + cty_code: ['01035', '01053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02762, lat: 31.29375 }, + }, + { + zip_code: '36436', + usps_city: 'Dickinson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 4.2, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64953, lat: 31.78536 }, + }, + { + zip_code: '36453', + usps_city: 'Kinston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2396.0, + density: 10.0, + primary_coty_code: '1031', + primary_coty_name: 'Coffee', + county_weights: '{"01031": "61.06", "01061": "38.22", "01039": "0.73"}', + coty_name: ['Coffee', 'Geneva', 'Covington'], + cty_code: ['01031', '01061', '01039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1514, lat: 31.19254 }, + }, + { + zip_code: '36480', + usps_city: 'Uriah', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1682.0, + density: 4.0, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "98.98", "01003": "1.02"}', + coty_name: ['Monroe', 'Baldwin'], + cty_code: ['01099', '01003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60794, lat: 31.32707 }, + }, + { + zip_code: '36539', + usps_city: 'Fruitdale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 688.0, + density: 3.7, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.38396, lat: 31.33968 }, + }, + { + zip_code: '36550', + usps_city: 'Little River', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 1.3, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72114, lat: 31.23746 }, + }, + { + zip_code: '36562', + usps_city: 'Perdido', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 11.8, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "96.12", "01053": "3.88"}', + coty_name: ['Baldwin', 'Escambia'], + cty_code: ['01003', '01053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66144, lat: 31.03438 }, + }, + { + zip_code: '36581', + usps_city: 'Sunflower', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 1.9, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96134, lat: 31.37321 }, + }, + { + zip_code: '36607', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6398.0, + density: 773.1, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10575, lat: 30.69859 }, + }, + { + zip_code: '36701', + usps_city: 'Selma', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20558.0, + density: 30.6, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "98.45", "01105": "1.55"}', + coty_name: ['Dallas', 'Perry'], + cty_code: ['01047', '01105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.05709, lat: 32.47679 }, + }, + { + zip_code: '36756', + usps_city: 'Marion', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5867.0, + density: 5.5, + primary_coty_code: '1105', + primary_coty_name: 'Perry', + county_weights: '{"01105": "100"}', + coty_name: ['Perry'], + cty_code: ['1105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.28015, lat: 32.69351 }, + }, + { + zip_code: '36761', + usps_city: 'Minter', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 787.0, + density: 1.2, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "50.13", "01085": "46.6", "01131": "3.27"}', + coty_name: ['Dallas', 'Lowndes', 'Wilcox'], + cty_code: ['01047', '01085', '01131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.97495, lat: 32.08456 }, + }, + { + zip_code: '36768', + usps_city: 'Pine Apple', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 900.0, + density: 1.4, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "94.16", "01099": "5.84"}', + coty_name: ['Wilcox', 'Monroe'], + cty_code: ['01131', '01099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02166, lat: 31.90805 }, + }, + { + zip_code: '36861', + usps_city: 'Jacksons Gap', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3013.0, + density: 23.6, + primary_coty_code: '1123', + primary_coty_name: 'Tallapoosa', + county_weights: '{"01123": "100"}', + coty_name: ['Tallapoosa'], + cty_code: ['1123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.83258, lat: 32.88566 }, + }, + { + zip_code: '36865', + usps_city: 'Loachapoka', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 114.9, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "100"}', + coty_name: ['Lee'], + cty_code: ['1081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.58996, lat: 32.60285 }, + }, + { + zip_code: '37013', + usps_city: 'Antioch', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 97939.0, + density: 941.2, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.63244, lat: 36.04709 }, + }, + { + zip_code: '37031', + usps_city: 'Castalian Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4281.0, + density: 41.2, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "77.77", "47169": "22.23"}', + coty_name: ['Sumner', 'Trousdale'], + cty_code: ['47165', '47169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.29964, lat: 36.37137 }, + }, + { + zip_code: '37050', + usps_city: 'Cumberland City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1606.0, + density: 12.2, + primary_coty_code: '47161', + primary_coty_name: 'Stewart', + county_weights: '{"47161": "55.86", "47083": "27.43", "47125": "16.72"}', + coty_name: ['Stewart', 'Houston', 'Montgomery'], + cty_code: ['47161', '47083', '47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63061, lat: 36.37286 }, + }, + { + zip_code: '37078', + usps_city: 'Hurricane Mills', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 1.5, + primary_coty_code: '47085', + primary_coty_name: 'Humphreys', + county_weights: '{"47085": "99.26", "47081": "0.74"}', + coty_name: ['Humphreys', 'Hickman'], + cty_code: ['47085', '47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76786, lat: 35.92275 }, + }, + { + zip_code: '37086', + usps_city: 'La Vergne', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 34429.0, + density: 511.9, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100", "47037": "0"}', + coty_name: ['Rutherford', 'Davidson'], + cty_code: ['47149', '47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.55922, lat: 36.0212 }, + }, + { + zip_code: '37110', + usps_city: 'Mcminnville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 33483.0, + density: 35.0, + primary_coty_code: '47177', + primary_coty_name: 'Warren', + county_weights: + '{"47177": "98.47", "47015": "0.77", "47061": "0.69", "47175": "0.06"}', + coty_name: ['Warren', 'Cannon', 'Grundy', 'Van Buren'], + cty_code: ['47177', '47015', '47061', '47175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.74463, lat: 35.64419 }, + }, + { + zip_code: '37211', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 75955.0, + density: 1371.7, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.7237, lat: 36.06717 }, + }, + { + zip_code: '37308', + usps_city: 'Birchwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2721.0, + density: 28.7, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "68.72", "47121": "31.28"}', + coty_name: ['Hamilton', 'Meigs'], + cty_code: ['47065', '47121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.9962, lat: 35.3483 }, + }, + { + zip_code: '37352', + usps_city: 'Lynchburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3383.0, + density: 26.3, + primary_coty_code: '47127', + primary_coty_name: 'Moore', + county_weights: '{"47127": "100"}', + coty_name: ['Moore'], + cty_code: ['47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.35526, lat: 35.28091 }, + }, + { + zip_code: '37756', + usps_city: 'Huntsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2912.0, + density: 11.4, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "100"}', + coty_name: ['Scott'], + cty_code: ['47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41983, lat: 36.3046 }, + }, + { + zip_code: '37814', + usps_city: 'Morristown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 34212.0, + density: 295.9, + primary_coty_code: '47063', + primary_coty_name: 'Hamblen', + county_weights: '{"47063": "100"}', + coty_name: ['Hamblen'], + cty_code: ['47063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33153, lat: 36.23563 }, + }, + { + zip_code: '37848', + usps_city: 'Powder Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 7.8, + primary_coty_code: '47057', + primary_coty_name: 'Grainger', + county_weights: '{"47057": "72.76", "47173": "27.24"}', + coty_name: ['Grainger', 'Union'], + cty_code: ['47057', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6801, lat: 36.23572 }, + }, + { + zip_code: '37852', + usps_city: 'Robbins', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2765.0, + density: 13.1, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "91.79", "47129": "8.21"}', + coty_name: ['Scott', 'Morgan'], + cty_code: ['47151', '47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58394, lat: 36.32643 }, + }, + { + zip_code: '37857', + usps_city: 'Rogersville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 19912.0, + density: 32.5, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "99.6", "47163": "0.4"}', + coty_name: ['Hawkins', 'Sullivan'], + cty_code: ['47073', '47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94223, lat: 36.42008 }, + }, + { + zip_code: '38004', + usps_city: 'Atoka', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10863.0, + density: 159.2, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "96.72", "47157": "3.28"}', + coty_name: ['Tipton', 'Shelby'], + cty_code: ['47167', '47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76739, lat: 35.41885 }, + }, + { + zip_code: '38060', + usps_city: 'Oakland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10197.0, + density: 89.3, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50332, lat: 35.2091 }, + }, + { + zip_code: '38069', + usps_city: 'Stanton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2066.0, + density: 6.1, + primary_coty_code: '47075', + primary_coty_name: 'Haywood', + county_weights: '{"47075": "84.64", "47167": "15.36"}', + coty_name: ['Haywood', 'Tipton'], + cty_code: ['47075', '47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.36435, lat: 35.46388 }, + }, + { + zip_code: '38111', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 42846.0, + density: 1671.3, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9441, lat: 35.11014 }, + }, + { + zip_code: '38134', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 45612.0, + density: 946.3, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85992, lat: 35.17696 }, + }, + { + zip_code: '38574', + usps_city: 'Monterey', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8677.0, + density: 19.4, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: + '{"47141": "62.52", "47133": "19.08", "47035": "13.56", "47049": "4.84"}', + coty_name: ['Putnam', 'Overton', 'Cumberland', 'Fentress'], + cty_code: ['47141', '47133', '47035', '47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.23317, lat: 36.13736 }, + }, + { + zip_code: '38635', + usps_city: 'Holly Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 15945.0, + density: 18.1, + primary_coty_code: '28093', + primary_coty_name: 'Marshall', + county_weights: '{"28093": "94.54", "28009": "3.31", "28137": "2.16"}', + coty_name: ['Marshall', 'Benton', 'Tate'], + cty_code: ['28093', '28009', '28137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.48171, lat: 34.76809 }, + }, + { + zip_code: '38821', + usps_city: 'Amory', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12790.0, + density: 34.6, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "100"}', + coty_name: ['Monroe'], + cty_code: ['28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43758, lat: 33.97596 }, + }, + { + zip_code: '38849', + usps_city: 'Guntown', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6708.0, + density: 36.6, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "90.78", "28145": "8.7", "28057": "0.53"}', + coty_name: ['Lee', 'Union', 'Itawamba'], + cty_code: ['28081', '28145', '28057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.69749, lat: 34.45623 }, + }, + { + zip_code: '38866', + usps_city: 'Saltillo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 11959.0, + density: 61.5, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "100"}', + coty_name: ['Lee'], + cty_code: ['28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.68058, lat: 34.36793 }, + }, + { + zip_code: '38870', + usps_city: 'Smithville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2887.0, + density: 17.2, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "95.48", "28057": "4.52"}', + coty_name: ['Monroe', 'Itawamba'], + cty_code: ['28095', '28057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.33644, lat: 34.06747 }, + }, + { + zip_code: '57435', + usps_city: 'Cresbard', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.9, + primary_coty_code: '46049', + primary_coty_name: 'Faulk', + county_weights: '{"46049": "85.43", "46045": "14.57"}', + coty_name: ['Faulk', 'Edmunds'], + cty_code: ['46049', '46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.91268, lat: 45.17654 }, + }, + { + zip_code: '57564', + usps_city: 'Onida', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 981.0, + density: 0.7, + primary_coty_code: '46119', + primary_coty_name: 'Sully', + county_weights: '{"46119": "99.2", "46069": "0.8"}', + coty_name: ['Sully', 'Hyde'], + cty_code: ['46119', '46069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.99244, lat: 44.7122 }, + }, + { + zip_code: '57747', + usps_city: 'Hot Springs', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 5856.0, + density: 5.1, + primary_coty_code: '46047', + primary_coty_name: 'Fall River', + county_weights: '{"46047": "91.82", "46033": "8.18"}', + coty_name: ['Fall River', 'Custer'], + cty_code: ['46047', '46033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.52898, lat: 43.38497 }, + }, + { + zip_code: '57783', + usps_city: 'Spearfish', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 15598.0, + density: 25.6, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "99.86", "46019": "0.14"}', + coty_name: ['Lawrence', 'Butte'], + cty_code: ['46081', '46019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.92832, lat: 44.45605 }, + }, + { + zip_code: '57794', + usps_city: 'Wounded Knee', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 3.6, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 100}', + coty_name: ['Oglala Lakota'], + cty_code: ['46102'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.39483, lat: 43.12403 }, + }, + { + zip_code: '58008', + usps_city: 'Barney', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 1.5, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00055, lat: 46.30931 }, + }, + { + zip_code: '58075', + usps_city: 'Wahpeton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 9255.0, + density: 14.3, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72615, lat: 46.27439 }, + }, + { + zip_code: '58325', + usps_city: 'Churchs Ferry', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 0.2, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "52.17", "38005": "47.83"}', + coty_name: ['Ramsey', 'Benson'], + cty_code: ['38071', '38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15467, lat: 48.28448 }, + }, + { + zip_code: '58344', + usps_city: 'Lakota', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 1.7, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "97.91", "38071": "2.09"}', + coty_name: ['Nelson', 'Ramsey'], + cty_code: ['38063', '38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.34367, lat: 48.02425 }, + }, + { + zip_code: '58365', + usps_city: 'Rocklake', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.3, + primary_coty_code: '38095', + primary_coty_name: 'Towner', + county_weights: '{"38095": "100"}', + coty_name: ['Towner'], + cty_code: ['38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.2521, lat: 48.85826 }, + }, + { + zip_code: '58476', + usps_city: 'Pingree', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 0.4, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.01677, lat: 47.19769 }, + }, + { + zip_code: '58562', + usps_city: 'New Leipzig', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 0.5, + primary_coty_code: '38037', + primary_coty_name: 'Grant', + county_weights: '{"38037": "83.37", "38041": "14.7", "38001": "1.93"}', + coty_name: ['Grant', 'Hettinger', 'Adams'], + cty_code: ['38037', '38041', '38001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.00451, lat: 46.37488 }, + }, + { + zip_code: '58564', + usps_city: 'Raleigh', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 0.3, + primary_coty_code: '38037', + primary_coty_name: 'Grant', + county_weights: '{"38037": "100"}', + coty_name: ['Grant'], + cty_code: ['38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.35223, lat: 46.26614 }, + }, + { + zip_code: '38879', + usps_city: 'Verona', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 256.6, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: '{"28081": "100"}', + coty_name: ['Lee'], + cty_code: ['28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7169, lat: 34.18699 }, + }, + { + zip_code: '38913', + usps_city: 'Banner', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 5.7, + primary_coty_code: '28013', + primary_coty_name: 'Calhoun', + county_weights: '{"28013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37883, lat: 34.13417 }, + }, + { + zip_code: '39073', + usps_city: 'Florence', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 19629.0, + density: 47.5, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "93.43", "28127": "6.57"}', + coty_name: ['Rankin', 'Simpson'], + cty_code: ['28121', '28127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13333, lat: 32.10176 }, + }, + { + zip_code: '39111', + usps_city: 'Magee', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9217.0, + density: 25.5, + primary_coty_code: '28127', + primary_coty_name: 'Simpson', + county_weights: '{"28127": "94.45", "28129": "5.55"}', + coty_name: ['Simpson', 'Smith'], + cty_code: ['28127', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71877, lat: 31.89316 }, + }, + { + zip_code: '39144', + usps_city: 'Pattison', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 2.3, + primary_coty_code: '28021', + primary_coty_name: 'Claiborne', + county_weights: '{"28021": "84.54", "28029": "9.11", "28063": "6.34"}', + coty_name: ['Claiborne', 'Copiah', 'Jefferson'], + cty_code: ['28021', '28029', '28063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80474, lat: 31.83048 }, + }, + { + zip_code: '39191', + usps_city: 'Wesson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8013.0, + density: 14.0, + primary_coty_code: '28029', + primary_coty_name: 'Copiah', + county_weights: '{"28029": "65.3", "28085": "34.65", "28077": "0.05"}', + coty_name: ['Copiah', 'Lincoln', 'Lawrence'], + cty_code: ['28029', '28085', '28077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41497, lat: 31.71343 }, + }, + { + zip_code: '39211', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 24655.0, + density: 773.6, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12222, lat: 32.37175 }, + }, + { + zip_code: '39232', + usps_city: 'Flowood', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7774.0, + density: 173.0, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "100"}', + coty_name: ['Rankin'], + cty_code: ['28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.09163, lat: 32.32976 }, + }, + { + zip_code: '39365', + usps_city: 'Union', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7698.0, + density: 15.8, + primary_coty_code: '28099', + primary_coty_name: 'Neshoba', + county_weights: + '{"28099": "60.58", "28101": "39.04", "28079": "0.34", "28069": "0.04"}', + coty_name: ['Neshoba', 'Newton', 'Leake', 'Kemper'], + cty_code: ['28099', '28101', '28079', '28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12602, lat: 32.60123 }, + }, + { + zip_code: '39425', + usps_city: 'Brooklyn', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2399.0, + density: 4.8, + primary_coty_code: '28035', + primary_coty_name: 'Forrest', + county_weights: '{"28035": "57.53", "28111": "42.47"}', + coty_name: ['Forrest', 'Perry'], + cty_code: ['28035', '28111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07959, lat: 31.05912 }, + }, + { + zip_code: '39456', + usps_city: 'McLain', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 2.6, + primary_coty_code: '28041', + primary_coty_name: 'Greene', + county_weights: '{"28041": "92.49", "28111": "7.51"}', + coty_name: ['Greene', 'Perry'], + cty_code: ['28041', '28111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.82994, lat: 31.04537 }, + }, + { + zip_code: '39653', + usps_city: 'Meadville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2270.0, + density: 4.0, + primary_coty_code: '28037', + primary_coty_name: 'Franklin', + county_weights: '{"28037": "97.39", "28005": "2.04", "28063": "0.57"}', + coty_name: ['Franklin', 'Amite', 'Jefferson'], + cty_code: ['28037', '28005', '28063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86619, lat: 31.46183 }, + }, + { + zip_code: '39769', + usps_city: 'Sturgis', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1279.0, + density: 3.5, + primary_coty_code: '28105', + primary_coty_name: 'Oktibbeha', + county_weights: '{"28105": "83.36", "28159": "15.44", "28019": "1.2"}', + coty_name: ['Oktibbeha', 'Winston', 'Choctaw'], + cty_code: ['28105', '28159', '28019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00978, lat: 33.3149 }, + }, + { + zip_code: '39824', + usps_city: 'Bluffton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 5.2, + primary_coty_code: '13061', + primary_coty_name: 'Clay', + county_weights: '{"13061": "56.25", "13099": "43.75"}', + coty_name: ['Clay', 'Early'], + cty_code: ['13061', '13099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.90874, lat: 31.50421 }, + }, + { + zip_code: '39851', + usps_city: 'Fort Gaines', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1852.0, + density: 5.9, + primary_coty_code: '13061', + primary_coty_name: 'Clay', + county_weights: '{"13061": "100"}', + coty_name: ['Clay'], + cty_code: ['13061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.00607, lat: 31.61953 }, + }, + { + zip_code: '40013', + usps_city: 'Coxs Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5431.0, + density: 26.4, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "85.01", "21215": "11.9", "21029": "3.09"}', + coty_name: ['Nelson', 'Spencer', 'Bullitt'], + cty_code: ['21179', '21215', '21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.46768, lat: 37.93895 }, + }, + { + zip_code: '40019', + usps_city: 'Eminence', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4100.0, + density: 42.2, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "95.38", "21211": "4.62"}', + coty_name: ['Henry', 'Shelby'], + cty_code: ['21103', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.1718, lat: 38.37987 }, + }, + { + zip_code: '40076', + usps_city: 'Waddy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2502.0, + density: 17.1, + primary_coty_code: '21211', + primary_coty_name: 'Shelby', + county_weights: '{"21211": "90.46", "21073": "6.96", "21005": "2.58"}', + coty_name: ['Shelby', 'Franklin', 'Anderson'], + cty_code: ['21211', '21073', '21005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.08903, lat: 38.11262 }, + }, + { + zip_code: '40310', + usps_city: 'Burgin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 188.1, + primary_coty_code: '21167', + primary_coty_name: 'Mercer', + county_weights: '{"21167": "100"}', + coty_name: ['Mercer'], + cty_code: ['21167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.76619, lat: 37.75023 }, + }, + { + zip_code: '40840', + usps_city: 'Helton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 4.7, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "91.35", "21095": "8.65"}', + coty_name: ['Leslie', 'Harlan'], + cty_code: ['21131', '21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4429, lat: 36.89882 }, + }, + { + zip_code: '40845', + usps_city: 'Hulen', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 556.0, + density: 24.6, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.51768, lat: 36.79894 }, + }, + { + zip_code: '40854', + usps_city: 'Loyall', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 182.4, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3542, lat: 36.84587 }, + }, + { + zip_code: '40977', + usps_city: 'Pineville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10642.0, + density: 30.8, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.75921, lat: 36.70955 }, + }, + { + zip_code: '41042', + usps_city: 'Florence', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 52185.0, + density: 701.5, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "96.57", "21117": "3.43"}', + coty_name: ['Boone', 'Kenton'], + cty_code: ['21015', '21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6528, lat: 39.00112 }, + }, + { + zip_code: '41095', + usps_city: 'Warsaw', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3558.0, + density: 51.2, + primary_coty_code: '21077', + primary_coty_name: 'Gallatin', + county_weights: '{"21077": "100"}', + coty_name: ['Gallatin'], + cty_code: ['21077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.82367, lat: 38.79218 }, + }, + { + zip_code: '41164', + usps_city: 'Olive Hill', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12645.0, + density: 20.0, + primary_coty_code: '21043', + primary_coty_name: 'Carter', + county_weights: '{"21043": "86.28", "21063": "13.19", "21135": "0.53"}', + coty_name: ['Carter', 'Elliott', 'Lewis'], + cty_code: ['21043', '21063', '21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.16254, lat: 38.28972 }, + }, + { + zip_code: '41203', + usps_city: 'Beauty', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 738.0, + density: 46.9, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.44517, lat: 37.83807 }, + }, + { + zip_code: '41263', + usps_city: 'Tutor Key', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 27.6, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76021, lat: 37.85177 }, + }, + { + zip_code: '41385', + usps_city: 'Vancleve', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 9.0, + primary_coty_code: '21025', + primary_coty_name: 'Breathitt', + county_weights: '{"21025": "100"}', + coty_name: ['Breathitt'], + cty_code: ['21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.35039, lat: 37.65279 }, + }, + { + zip_code: '41464', + usps_city: 'Royalton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 15.4, + primary_coty_code: '21153', + primary_coty_name: 'Magoffin', + county_weights: '{"21153": "100"}', + coty_name: ['Magoffin'], + cty_code: ['21153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97331, lat: 37.66765 }, + }, + { + zip_code: '41563', + usps_city: 'Shelby Gap', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 27.2, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53228, lat: 37.23132 }, + }, + { + zip_code: '41653', + usps_city: 'Prestonsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10717.0, + density: 34.5, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76356, lat: 37.66104 }, + }, + { + zip_code: '41714', + usps_city: 'Bear Branch', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 5.7, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "98.8", "21051": "1.2"}', + coty_name: ['Leslie', 'Clay'], + cty_code: ['21131', '21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.51806, lat: 37.15778 }, + }, + { + zip_code: '41731', + usps_city: 'Cornettsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 936.0, + density: 13.5, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "72.53", "21133": "27.47"}', + coty_name: ['Perry', 'Letcher'], + cty_code: ['21193', '21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06907, lat: 37.10919 }, + }, + { + zip_code: '42120', + usps_city: 'Adolphus', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3022.0, + density: 25.8, + primary_coty_code: '21003', + primary_coty_name: 'Allen', + county_weights: '{"21003": "100"}', + coty_name: ['Allen'], + cty_code: ['21003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2697, lat: 36.6711 }, + }, + { + zip_code: '42343', + usps_city: 'Fordsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1656.0, + density: 9.0, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "88.55", "21091": "11.45"}', + coty_name: ['Ohio', 'Hancock'], + cty_code: ['21183', '21091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.6975, lat: 37.63277 }, + }, + { + zip_code: '42372', + usps_city: 'Sacramento', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1599.0, + density: 16.6, + primary_coty_code: '21149', + primary_coty_name: 'McLean', + county_weights: '{"21149": "73.68", "21177": "26.32"}', + coty_name: ['McLean', 'Muhlenberg'], + cty_code: ['21149', '21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.27471, lat: 37.40537 }, + }, + { + zip_code: '42459', + usps_city: 'Sturgis', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4389.0, + density: 14.0, + primary_coty_code: '21225', + primary_coty_name: 'Union', + county_weights: '{"21225": "95.43", "21055": "4.57"}', + coty_name: ['Union', 'Crittenden'], + cty_code: ['21225', '21055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01533, lat: 37.55856 }, + }, + { + zip_code: '42539', + usps_city: 'Liberty', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9182.0, + density: 16.7, + primary_coty_code: '21045', + primary_coty_name: 'Casey', + county_weights: '{"21045": "99.72", "21001": "0.28"}', + coty_name: ['Casey', 'Adair'], + cty_code: ['21045', '21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.95386, lat: 37.30381 }, + }, + { + zip_code: '42713', + usps_city: 'Bonnieville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1938.0, + density: 18.3, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "100"}', + coty_name: ['Hart'], + cty_code: ['21099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.88309, lat: 37.38324 }, + }, + { + zip_code: '42758', + usps_city: 'Mannsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 69.2, + primary_coty_code: '21217', + primary_coty_name: 'Taylor', + county_weights: '{"21217": "100"}', + coty_name: ['Taylor'], + cty_code: ['21217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.1991, lat: 37.37623 }, + }, + { + zip_code: '43004', + usps_city: 'Blacklick', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27227.0, + density: 812.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80012, lat: 40.01581 }, + }, + { + zip_code: '43023', + usps_city: 'Granville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14326.0, + density: 106.7, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53181, lat: 40.07526 }, + }, + { + zip_code: '43107', + usps_city: 'Bremen', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3323.0, + density: 42.8, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "95.31", "39073": "2.73", "39127": "1.97"}', + coty_name: ['Fairfield', 'Hocking', 'Perry'], + cty_code: ['39045', '39073', '39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40959, lat: 39.69084 }, + }, + { + zip_code: '43151', + usps_city: 'Sedalia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 507.3, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: '{"39097": "100"}', + coty_name: ['Madison'], + cty_code: ['39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47637, lat: 39.73291 }, + }, + { + zip_code: '43410', + usps_city: 'Clyde', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9950.0, + density: 73.5, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "97.73", "39147": "2.27"}', + coty_name: ['Sandusky', 'Seneca'], + cty_code: ['39143', '39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95954, lat: 41.307 }, + }, + { + zip_code: '43434', + usps_city: 'Harbor View', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 1083.6, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.44471, lat: 41.69299 }, + }, + { + zip_code: '43522', + usps_city: 'Grand Rapids', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3466.0, + density: 42.3, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "53.5", "39095": "45.45", "39069": "1.05"}', + coty_name: ['Wood', 'Lucas', 'Henry'], + cty_code: ['39173', '39095', '39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.84484, lat: 41.41914 }, + }, + { + zip_code: '43523', + usps_city: 'Grelton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 5.3, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "100"}', + coty_name: ['Henry'], + cty_code: ['39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.98922, lat: 41.33707 }, + }, + { + zip_code: '43533', + usps_city: 'Lyons', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 23.5, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "100"}', + coty_name: ['Fulton'], + cty_code: ['39051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08253, lat: 41.69143 }, + }, + { + zip_code: '43543', + usps_city: 'Montpelier', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7697.0, + density: 34.0, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "100"}', + coty_name: ['Williams'], + cty_code: ['39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63371, lat: 41.60565 }, + }, + { + zip_code: '43547', + usps_city: 'Neapolis', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 273.6, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87631, lat: 41.49214 }, + }, + { + zip_code: '43620', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5559.0, + density: 1964.9, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.55439, lat: 41.66519 }, + }, + { + zip_code: '43760', + usps_city: 'Mount Perry', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1611.0, + density: 17.9, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "62.86", "39119": "31.57", "39089": "5.57"}', + coty_name: ['Perry', 'Muskingum', 'Licking'], + cty_code: ['39127', '39119', '39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19922, lat: 39.88935 }, + }, + { + zip_code: '43905', + usps_city: 'Barton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 208.7, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.83808, lat: 40.10349 }, + }, + { + zip_code: '43917', + usps_city: 'Dillonvale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3281.0, + density: 35.7, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "84.12", "39013": "15.88"}', + coty_name: ['Jefferson', 'Belmont'], + cty_code: ['39081', '39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80313, lat: 40.22509 }, + }, + { + zip_code: '43930', + usps_city: 'Hammondsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 8.4, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "81.52", "39029": "18.48"}', + coty_name: ['Jefferson', 'Columbiana'], + cty_code: ['39081', '39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76591, lat: 40.56755 }, + }, + { + zip_code: '43951', + usps_city: 'Lafferty', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 115.4, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01164, lat: 40.11082 }, + }, + { + zip_code: '44113', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20310.0, + density: 2047.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69762, lat: 41.48424 }, + }, + { + zip_code: '44114', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6896.0, + density: 919.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67561, lat: 41.51449 }, + }, + { + zip_code: '44133', + usps_city: 'North Royalton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 30092.0, + density: 548.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74522, lat: 41.31414 }, + }, + { + zip_code: '44250', + usps_city: 'Lakemore', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1009.0, + density: 871.7, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43737, lat: 41.02112 }, + }, + { + zip_code: '44251', + usps_city: 'Westfield Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 255.5, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "100"}', + coty_name: ['Medina'], + cty_code: ['39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92738, lat: 41.02914 }, + }, + { + zip_code: '44280', + usps_city: 'Valley City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4484.0, + density: 70.7, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "97.98", "39093": "2.02"}', + coty_name: ['Medina', 'Lorain'], + cty_code: ['39103', '39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92381, lat: 41.23896 }, + }, + { + zip_code: '44281', + usps_city: 'Wadsworth', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32280.0, + density: 261.1, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "99.55", "39153": "0.45"}', + coty_name: ['Medina', 'Summit'], + cty_code: ['39103', '39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73834, lat: 41.05858 }, + }, + { + zip_code: '44320', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18554.0, + density: 734.7, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58332, lat: 41.07835 }, + }, + { + zip_code: '44441', + usps_city: 'Negley', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1803.0, + density: 43.4, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55297, lat: 40.75795 }, + }, + { + zip_code: '44452', + usps_city: 'North Lima', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3622.0, + density: 104.7, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66169, lat: 40.9477 }, + }, + { + zip_code: '44512', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32692.0, + density: 732.7, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66778, lat: 41.02498 }, + }, + { + zip_code: '44656', + usps_city: 'Mineral City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2647.0, + density: 24.6, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "96.36", "39019": "3.64"}', + coty_name: ['Tuscarawas', 'Carroll'], + cty_code: ['39157', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33676, lat: 40.569 }, + }, + { + zip_code: '44703', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8156.0, + density: 2873.5, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38138, lat: 40.81052 }, + }, + { + zip_code: '44811', + usps_city: 'Bellevue', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12564.0, + density: 41.3, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: + '{"39143": "47.35", "39077": "37.19", "39147": "10.48", "39043": "4.97"}', + coty_name: ['Sandusky', 'Huron', 'Seneca', 'Erie'], + cty_code: ['39143', '39077', '39147', '39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84455, lat: 41.24463 }, + }, + { + zip_code: '44813', + usps_city: 'Bellville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9148.0, + density: 49.3, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "86.54", "39117": "10.2", "39083": "3.27"}', + coty_name: ['Richland', 'Morrow', 'Knox'], + cty_code: ['39139', '39117', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53168, lat: 40.59884 }, + }, + { + zip_code: '44824', + usps_city: 'Castalia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4325.0, + density: 67.2, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "97.93", "39143": "2.07"}', + coty_name: ['Erie', 'Sandusky'], + cty_code: ['39043', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80504, lat: 41.3806 }, + }, + { + zip_code: '44874', + usps_city: 'Savannah', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 360.0, + density: 293.6, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "100"}', + coty_name: ['Ashland'], + cty_code: ['39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36642, lat: 40.96814 }, + }, + { + zip_code: '45064', + usps_city: 'Somerville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3123.0, + density: 38.1, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "54.22", "39135": "45.78"}', + coty_name: ['Butler', 'Preble'], + cty_code: ['39017', '39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60077, lat: 39.56619 }, + }, + { + zip_code: '45148', + usps_city: 'Midland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1366.0, + density: 22.8, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "94.77", "39015": "5.23"}', + coty_name: ['Clinton', 'Brown'], + cty_code: ['39027', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88347, lat: 39.28715 }, + }, + { + zip_code: '45248', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25612.0, + density: 832.0, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66255, lat: 39.16433 }, + }, + { + zip_code: '45340', + usps_city: 'Maplewood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 11.7, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04744, lat: 40.37192 }, + }, + { + zip_code: '45424', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 51307.0, + density: 629.1, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "98.04", "39057": "1.34", "39109": "0.62"}', + coty_name: ['Montgomery', 'Greene', 'Miami'], + cty_code: ['39113', '39057', '39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11121, lat: 39.84675 }, + }, + { + zip_code: '45439', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9809.0, + density: 613.5, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21871, lat: 39.70098 }, + }, + { + zip_code: '45616', + usps_city: 'Blue Creek', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1762.0, + density: 8.3, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "80.95", "39145": "19.05"}', + coty_name: ['Adams', 'Scioto'], + cty_code: ['39001', '39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3076, lat: 38.75333 }, + }, + { + zip_code: '45644', + usps_city: 'Kingston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4931.0, + density: 31.4, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "75.22", "39129": "24.78"}', + coty_name: ['Ross', 'Pickaway'], + cty_code: ['39141', '39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84153, lat: 39.4532 }, + }, + { + zip_code: '45768', + usps_city: 'Newport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1409.0, + density: 18.2, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27091, lat: 39.41031 }, + }, + { + zip_code: '45772', + usps_city: 'Reedsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1847.0, + density: 16.5, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8252, lat: 39.14242 }, + }, + { + zip_code: '45817', + usps_city: 'Bluffton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6862.0, + density: 41.0, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "82.56", "39063": "16.72", "39137": "0.73"}', + coty_name: ['Allen', 'Hancock', 'Putnam'], + cty_code: ['39003', '39063', '39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88356, lat: 40.87725 }, + }, + { + zip_code: '45865', + usps_city: 'Minster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4859.0, + density: 59.2, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "75.01", "39149": "24.99"}', + coty_name: ['Auglaize', 'Shelby'], + cty_code: ['39011', '39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.36881, lat: 40.39152 }, + }, + { + zip_code: '45874', + usps_city: 'Ohio City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2178.0, + density: 14.7, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "100"}', + coty_name: ['Van Wert'], + cty_code: ['39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.67286, lat: 40.78698 }, + }, + { + zip_code: '45881', + usps_city: 'Rawson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1355.0, + density: 17.7, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.7756, lat: 40.94952 }, + }, + { + zip_code: '45887', + usps_city: 'Spencerville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4279.0, + density: 23.2, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: + '{"39003": "80.19", "39011": "11.25", "39161": "7.42", "39107": "1.14"}', + coty_name: ['Allen', 'Auglaize', 'Van Wert', 'Mercer'], + cty_code: ['39003', '39011', '39161', '39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.36403, lat: 40.71001 }, + }, + { + zip_code: '46039', + usps_city: 'Forest', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 7.2, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "100"}', + coty_name: ['Clinton'], + cty_code: ['18023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.3123, lat: 40.36948 }, + }, + { + zip_code: '46069', + usps_city: 'Sheridan', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7220.0, + density: 30.7, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "81.8", "18011": "15.89", "18023": "2.31"}', + coty_name: ['Hamilton', 'Boone', 'Clinton'], + cty_code: ['18057', '18011', '18023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.2292, lat: 40.13938 }, + }, + { + zip_code: '46165', + usps_city: 'North Salem', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1522.0, + density: 14.7, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64563, lat: 39.84707 }, + }, + { + zip_code: '46225', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5577.0, + density: 533.6, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.16312, lat: 39.74048 }, + }, + { + zip_code: '46617', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9689.0, + density: 1440.7, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.23493, lat: 41.68444 }, + }, + { + zip_code: '46704', + usps_city: 'Arcola', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 725.1, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.29276, lat: 41.10407 }, + }, + { + zip_code: '46761', + usps_city: 'Lagrange', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12325.0, + density: 38.6, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "97.8", "18151": "2.2"}', + coty_name: ['LaGrange', 'Steuben'], + cty_code: ['18087', '18151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.36831, lat: 41.63486 }, + }, + { + zip_code: '46771', + usps_city: 'Mongo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 23.6, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "100"}', + coty_name: ['LaGrange'], + cty_code: ['18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.29603, lat: 41.6926 }, + }, + { + zip_code: '46915', + usps_city: 'Burlington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 112.8, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "100"}', + coty_name: ['Carroll'], + cty_code: ['18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.38658, lat: 40.47773 }, + }, + { + zip_code: '46986', + usps_city: 'Swayzee', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1683.0, + density: 18.7, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.8193, lat: 40.49795 }, + }, + { + zip_code: '46992', + usps_city: 'Wabash', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16260.0, + density: 38.7, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "100"}', + coty_name: ['Wabash'], + cty_code: ['18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.82911, lat: 40.78605 }, + }, + { + zip_code: '47018', + usps_city: 'Dillsboro', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4477.0, + density: 24.2, + primary_coty_code: '18029', + primary_coty_name: 'Dearborn', + county_weights: '{"18029": "67.39", "18137": "18.27", "18115": "14.34"}', + coty_name: ['Dearborn', 'Ripley', 'Ohio'], + cty_code: ['18029', '18137', '18115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.0828, lat: 38.98741 }, + }, + { + zip_code: '47116', + usps_city: 'Eckerty', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 681.0, + density: 8.8, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "100"}', + coty_name: ['Crawford'], + cty_code: ['18025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.61755, lat: 38.32497 }, + }, + { + zip_code: '47172', + usps_city: 'Sellersburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17813.0, + density: 277.3, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "88.99", "18043": "11.01"}', + coty_name: ['Clark', 'Floyd'], + cty_code: ['18019', '18043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.76864, lat: 38.39885 }, + }, + { + zip_code: '47246', + usps_city: 'Hope', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4600.0, + density: 30.2, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "100"}', + coty_name: ['Bartholomew'], + cty_code: ['18005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.76731, lat: 39.2985 }, + }, + { + zip_code: '47247', + usps_city: 'Jonesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 637.4, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "100"}', + coty_name: ['Bartholomew'], + cty_code: ['18005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.88811, lat: 39.05961 }, + }, + { + zip_code: '47281', + usps_city: 'Vallonia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1237.0, + density: 8.5, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: '{"18071": "71", "18175": "29"}', + coty_name: ['Jackson', 'Washington'], + cty_code: ['18071', '18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.10386, lat: 38.78587 }, + }, + { + zip_code: '47380', + usps_city: 'Ridgeville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 9.4, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "93.91", "18075": "6.09"}', + coty_name: ['Randolph', 'Jay'], + cty_code: ['18135', '18075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.03009, lat: 40.28679 }, + }, + { + zip_code: '47394', + usps_city: 'Winchester', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8334.0, + density: 26.6, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "100"}', + coty_name: ['Randolph'], + cty_code: ['18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.98723, lat: 40.16903 }, + }, + { + zip_code: '47404', + usps_city: 'Bloomington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23832.0, + density: 179.4, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "99.48", "18119": "0.52"}', + coty_name: ['Monroe', 'Owen'], + cty_code: ['18105', '18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.58968, lat: 39.21963 }, + }, + { + zip_code: '47433', + usps_city: 'Gosport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4039.0, + density: 19.3, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "63.33", "18105": "27.78", "18109": "8.89"}', + coty_name: ['Owen', 'Monroe', 'Morgan'], + cty_code: ['18119', '18105', '18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.65253, lat: 39.3559 }, + }, + { + zip_code: '47449', + usps_city: 'Newberry', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 7.9, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.00277, lat: 38.92668 }, + }, + { + zip_code: '47451', + usps_city: 'Oolitic', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1111.0, + density: 231.0, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "100"}', + coty_name: ['Lawrence'], + cty_code: ['18093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.52351, lat: 38.89285 }, + }, + { + zip_code: '47501', + usps_city: 'Washington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17882.0, + density: 47.2, + primary_coty_code: '18027', + primary_coty_name: 'Daviess', + county_weights: '{"18027": "100"}', + coty_name: ['Daviess'], + cty_code: ['18027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.1724, lat: 38.6624 }, + }, + { + zip_code: '47598', + usps_city: 'Winslow', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3058.0, + density: 16.7, + primary_coty_code: '18125', + primary_coty_name: 'Pike', + county_weights: '{"18125": "100"}', + coty_name: ['Pike'], + cty_code: ['18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Petersburg', + geo_point_2d: { lon: -87.21356, lat: 38.38799 }, + }, + { + zip_code: '47633', + usps_city: 'Poseyville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2384.0, + density: 14.8, + primary_coty_code: '18129', + primary_coty_name: 'Posey', + county_weights: '{"18129": "92.33", "18051": "7.2", "18163": "0.47"}', + coty_name: ['Posey', 'Gibson', 'Vanderburgh'], + cty_code: ['18129', '18051', '18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78918, lat: 38.17263 }, + }, + { + zip_code: '47715', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26196.0, + density: 435.6, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.48426, lat: 37.96998 }, + }, + { + zip_code: '47836', + usps_city: 'Bridgeton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "100"}', + coty_name: ['Parke'], + cty_code: ['18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.17903, lat: 39.64605 }, + }, + { + zip_code: '47854', + usps_city: 'Hillsdale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 8.2, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "100"}', + coty_name: ['Vermillion'], + cty_code: ['18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.40244, lat: 39.79856 }, + }, + { + zip_code: '47862', + usps_city: 'Montezuma', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1390.0, + density: 13.3, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "100"}', + coty_name: ['Parke'], + cty_code: ['18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.34552, lat: 39.7705 }, + }, + { + zip_code: '47932', + usps_city: 'Covington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5317.0, + density: 18.9, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "83.29", "18171": "9.5", "18165": "7.21"}', + coty_name: ['Fountain', 'Warren', 'Vermillion'], + cty_code: ['18045', '18171', '18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.40884, lat: 40.12919 }, + }, + { + zip_code: '47942', + usps_city: 'Earl Park', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 5.0, + primary_coty_code: '18007', + primary_coty_name: 'Benton', + county_weights: '{"18007": "100"}', + coty_name: ['Benton'], + cty_code: ['18007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.44579, lat: 40.68547 }, + }, + { + zip_code: '47971', + usps_city: 'Oxford', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1957.0, + density: 13.6, + primary_coty_code: '18007', + primary_coty_name: 'Benton', + county_weights: '{"18007": "100"}', + coty_name: ['Benton'], + cty_code: ['18007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.23824, lat: 40.53213 }, + }, + { + zip_code: '47991', + usps_city: 'West Lebanon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 12.5, + primary_coty_code: '18171', + primary_coty_name: 'Warren', + county_weights: '{"18171": "100"}', + coty_name: ['Warren'], + cty_code: ['18171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.44828, lat: 40.28056 }, + }, + { + zip_code: '48082', + usps_city: 'Saint Clair Shores', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16200.0, + density: 1892.6, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.88713, lat: 42.52703 }, + }, + { + zip_code: '48135', + usps_city: 'Garden City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26683.0, + density: 1755.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.34119, lat: 42.3244 }, + }, + { + zip_code: '48160', + usps_city: 'Milan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13565.0, + density: 65.1, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "65.61", "26115": "34.39"}', + coty_name: ['Washtenaw', 'Monroe'], + cty_code: ['26161', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.67886, lat: 42.08085 }, + }, + { + zip_code: '48173', + usps_city: 'Rockwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12443.0, + density: 418.7, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.21467, lat: 42.07512 }, + }, + { + zip_code: '48202', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15816.0, + density: 1835.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.07771, lat: 42.37483 }, + }, + { + zip_code: '48320', + usps_city: 'Keego Harbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4933.0, + density: 1756.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.33801, lat: 42.61261 }, + }, + { + zip_code: '48328', + usps_city: 'Waterford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26476.0, + density: 1128.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.35626, lat: 42.64382 }, + }, + { + zip_code: '48502', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1152.0, + density: 1125.7, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.68855, lat: 43.01359 }, + }, + { + zip_code: '48506', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28915.0, + density: 590.1, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.62161, lat: 43.06784 }, + }, + { + zip_code: '48609', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12422.0, + density: 107.6, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.08797, lat: 43.38736 }, + }, + { + zip_code: '48755', + usps_city: 'Pigeon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2993.0, + density: 22.8, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.27021, lat: 43.83422 }, + }, + { + zip_code: '48836', + usps_city: 'Fowlerville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13967.0, + density: 58.0, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.07467, lat: 42.67078 }, + }, + { + zip_code: '49047', + usps_city: 'Dowagiac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14810.0, + density: 47.8, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "93.25", "26159": "6.11", "26021": "0.64"}', + coty_name: ['Cass', 'Van Buren', 'Berrien'], + cty_code: ['26027', '26159', '26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.12197, lat: 42.00405 }, + }, + { + zip_code: '49098', + usps_city: 'Watervliet', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5776.0, + density: 68.7, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "92.41", "26159": "7.59"}', + coty_name: ['Berrien', 'Van Buren'], + cty_code: ['26021', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.24276, lat: 42.16878 }, + }, + { + zip_code: '49129', + usps_city: 'Union Pier', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 513.0, + density: 39.5, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.68803, lat: 41.81695 }, + }, + { + zip_code: '49310', + usps_city: 'Blanchard', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3284.0, + density: 14.2, + primary_coty_code: '26073', + primary_coty_name: 'Isabella', + county_weights: '{"26073": "63.93", "26107": "33.39", "26117": "2.69"}', + coty_name: ['Isabella', 'Mecosta', 'Montcalm'], + cty_code: ['26073', '26107', '26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.05652, lat: 43.51564 }, + }, + { + zip_code: '49349', + usps_city: 'White Cloud', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7871.0, + density: 15.8, + primary_coty_code: '26123', + primary_coty_name: 'Newaygo', + county_weights: '{"26123": "100"}', + coty_name: ['Newaygo'], + cty_code: ['26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.7429, lat: 43.58204 }, + }, + { + zip_code: '49656', + usps_city: 'Luther', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1667.0, + density: 5.1, + primary_coty_code: '26085', + primary_coty_name: 'Lake', + county_weights: '{"26085": "100"}', + coty_name: ['Lake'], + cty_code: ['26085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.69763, lat: 44.06554 }, + }, + { + zip_code: '49677', + usps_city: 'Reed City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7155.0, + density: 20.9, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "81.86", "26085": "14.49", "26123": "3.65"}', + coty_name: ['Osceola', 'Lake', 'Newaygo'], + cty_code: ['26133', '26085', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.54827, lat: 43.89683 }, + }, + { + zip_code: '49825', + usps_city: 'Eben Junction', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 3.6, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.98526, lat: 46.34505 }, + }, + { + zip_code: '49908', + usps_city: 'Baraga', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3376.0, + density: 12.6, + primary_coty_code: '26013', + primary_coty_name: 'Baraga', + county_weights: '{"26013": "100"}', + coty_name: ['Baraga'], + cty_code: ['26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.5679, lat: 46.76547 }, + }, + { + zip_code: '49912', + usps_city: 'Bruce Crossing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 937.0, + density: 1.7, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.2028, lat: 46.49436 }, + }, + { + zip_code: '49925', + usps_city: 'Ewen', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 1.6, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.37248, lat: 46.5448 }, + }, + { + zip_code: '50261', + usps_city: 'Van Meter', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2622.0, + density: 15.3, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "66.03", "19121": "33.97"}', + coty_name: ['Dallas', 'Madison'], + cty_code: ['19049', '19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92069, lat: 41.4699 }, + }, + { + zip_code: '50311', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 15738.0, + density: 2419.1, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67284, lat: 41.60102 }, + }, + { + zip_code: '50439', + usps_city: 'Goodell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 2.1, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "100"}', + coty_name: ['Hancock'], + cty_code: ['19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63521, lat: 42.94567 }, + }, + { + zip_code: '50452', + usps_city: 'Latimer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 983.0, + density: 7.7, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "100"}', + coty_name: ['Franklin'], + cty_code: ['19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37264, lat: 42.78542 }, + }, + { + zip_code: '50457', + usps_city: 'Meservey', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 3.8, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: + '{"19033": "72.56", "19069": "12.24", "19081": "11.56", "19197": "3.63"}', + coty_name: ['Cerro Gordo', 'Franklin', 'Hancock', 'Wright'], + cty_code: ['19033', '19069', '19081', '19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4936, lat: 42.91633 }, + }, + { + zip_code: '50516', + usps_city: 'Badger', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 9.2, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "92.49", "19091": "7.51"}', + coty_name: ['Webster', 'Humboldt'], + cty_code: ['19187', '19091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1365, lat: 42.62335 }, + }, + { + zip_code: '50528', + usps_city: 'Cylinder', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 1.4, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "100"}', + coty_name: ['Palo Alto'], + cty_code: ['19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54085, lat: 43.13396 }, + }, + { + zip_code: '50530', + usps_city: 'Dayton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1172.0, + density: 7.0, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "98.67", "19015": "1.33"}', + coty_name: ['Webster', 'Boone'], + cty_code: ['19187', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04239, lat: 42.26796 }, + }, + { + zip_code: '50593', + usps_city: 'Varina', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 75.0, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['19151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89883, lat: 42.65716 }, + }, + { + zip_code: '50612', + usps_city: 'Buckingham', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 5.6, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "95.22", "19013": "4.78"}', + coty_name: ['Tama', 'Black Hawk'], + cty_code: ['19171', '19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38606, lat: 42.28344 }, + }, + { + zip_code: '50619', + usps_city: 'Clarksville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2306.0, + density: 10.1, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "100"}', + coty_name: ['Butler'], + cty_code: ['19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65563, lat: 42.80178 }, + }, + { + zip_code: '50674', + usps_city: 'Sumner', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3733.0, + density: 9.2, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "85.01", "19065": "12.66", "19037": "2.33"}', + coty_name: ['Bremer', 'Fayette', 'Chickasaw'], + cty_code: ['19017', '19065', '19037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.11881, lat: 42.84098 }, + }, + { + zip_code: '51007', + usps_city: 'Bronson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 5.8, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18705, lat: 42.40397 }, + }, + { + zip_code: '51018', + usps_city: 'Cushing', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 4.1, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "77.48", "19093": "22.52"}', + coty_name: ['Woodbury', 'Ida'], + cty_code: ['19193', '19093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68223, lat: 42.44717 }, + }, + { + zip_code: '51023', + usps_city: 'Hawarden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3268.0, + density: 12.1, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "96.74", "46127": "3.26"}', + coty_name: ['Sioux', 'Union'], + cty_code: ['19167', '46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45389, lat: 43.01335 }, + }, + { + zip_code: '51033', + usps_city: 'Linn Grove', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 2.4, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "69.16", "19041": "30.84"}', + coty_name: ['Buena Vista', 'Clay'], + cty_code: ['19021', '19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25031, lat: 42.91705 }, + }, + { + zip_code: '51054', + usps_city: 'Sergeant Bluff', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5425.0, + density: 52.2, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33027, lat: 42.37974 }, + }, + { + zip_code: '51333', + usps_city: 'Dickens', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 2.8, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "100"}', + coty_name: ['Clay'], + cty_code: ['19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99965, lat: 43.12798 }, + }, + { + zip_code: '51439', + usps_city: 'Charter Oak', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1064.0, + density: 4.8, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58489, lat: 42.08473 }, + }, + { + zip_code: '51535', + usps_city: 'Griswold', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1840.0, + density: 5.5, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "84.14", "19155": "15.86"}', + coty_name: ['Cass', 'Pottawattamie'], + cty_code: ['19029', '19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13004, lat: 41.22411 }, + }, + { + zip_code: '51541', + usps_city: 'Henderson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 5.3, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "87.33", "19155": "7.99", "19137": "4.68"}', + coty_name: ['Mills', 'Pottawattamie', 'Montgomery'], + cty_code: ['19129', '19155', '19137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41759, lat: 41.13446 }, + }, + { + zip_code: '51544', + usps_city: 'Lewis', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 4.3, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "93.76", "19155": "6.24"}', + coty_name: ['Cass', 'Pottawattamie'], + cty_code: ['19029', '19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.1089, lat: 41.31053 }, + }, + { + zip_code: '51548', + usps_city: 'McClelland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 515.0, + density: 8.0, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63696, lat: 41.31795 }, + }, + { + zip_code: '51559', + usps_city: 'Neola', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1765.0, + density: 8.0, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "95.02", "19085": "4.98"}', + coty_name: ['Pottawattamie', 'Harrison'], + cty_code: ['19155', '19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66368, lat: 41.46344 }, + }, + { + zip_code: '51576', + usps_city: 'Underwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 14.8, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70979, lat: 41.37728 }, + }, + { + zip_code: '51631', + usps_city: 'Braddyville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 3.0, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "100"}', + coty_name: ['Page'], + cty_code: ['19145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00781, lat: 40.60217 }, + }, + { + zip_code: '52072', + usps_city: 'Saint Olaf', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 3.5, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3778, lat: 42.92198 }, + }, + { + zip_code: '52212', + usps_city: 'Center Junction', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 3.9, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "100"}', + coty_name: ['Jones'], + cty_code: ['19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08569, lat: 42.10885 }, + }, + { + zip_code: '52307', + usps_city: 'Middle Amana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 335.5, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89884, lat: 41.79297 }, + }, + { + zip_code: '52404', + usps_city: 'Cedar Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 40279.0, + density: 282.9, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "99.87", "19103": "0.13"}', + coty_name: ['Linn', 'Johnson'], + cty_code: ['19113', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69422, lat: 41.9238 }, + }, + { + zip_code: '52655', + usps_city: 'West Burlington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4163.0, + density: 98.2, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "100"}', + coty_name: ['Des Moines'], + cty_code: ['19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.21327, lat: 40.84804 }, + }, + { + zip_code: '52726', + usps_city: 'Blue Grass', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4780.0, + density: 51.1, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "89.08", "19139": "10.92"}', + coty_name: ['Scott', 'Muscatine'], + cty_code: ['19163', '19139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78391, lat: 41.50248 }, + }, + { + zip_code: '53007', + usps_city: 'Butler', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1821.0, + density: 910.2, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07118, lat: 43.10842 }, + }, + { + zip_code: '53018', + usps_city: 'Delafield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7602.0, + density: 255.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39209, lat: 43.0471 }, + }, + { + zip_code: '53092', + usps_city: 'Mequon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20983.0, + density: 398.0, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "100"}', + coty_name: ['Ozaukee'], + cty_code: ['55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95366, lat: 43.22139 }, + }, + { + zip_code: '53168', + usps_city: 'Salem', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8814.0, + density: 96.6, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13148, lat: 42.582 }, + }, + { + zip_code: '53192', + usps_city: 'Wilmot', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18673, lat: 42.50568 }, + }, + { + zip_code: '53202', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 24921.0, + density: 4555.5, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89819, lat: 43.04513 }, + }, + { + zip_code: '53515', + usps_city: 'Black Earth', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2281.0, + density: 23.7, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75134, lat: 43.11685 }, + }, + { + zip_code: '53536', + usps_city: 'Evansville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8713.0, + density: 35.6, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26543, lat: 42.76193 }, + }, + { + zip_code: '53545', + usps_city: 'Janesville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 23208.0, + density: 361.9, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04054, lat: 42.73551 }, + }, + { + zip_code: '53556', + usps_city: 'Lone Rock', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2642.0, + density: 21.9, + primary_coty_code: '55103', + primary_coty_name: 'Richland', + county_weights: '{"55103": "87.97", "55111": "12.03"}', + coty_name: ['Richland', 'Sauk'], + cty_code: ['55103', '55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24298, lat: 43.23808 }, + }, + { + zip_code: '53573', + usps_city: 'Muscoda', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3119.0, + density: 11.1, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "68.32", "55103": "23.94", "55049": "7.74"}', + coty_name: ['Grant', 'Richland', 'Iowa'], + cty_code: ['55043', '55103', '55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46751, lat: 43.18541 }, + }, + { + zip_code: '53704', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 46090.0, + density: 793.9, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34735, lat: 43.13688 }, + }, + { + zip_code: '53718', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14768.0, + density: 284.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27339, lat: 43.09842 }, + }, + { + zip_code: '53937', + usps_city: 'Hillpoint', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1165.0, + density: 8.8, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "85.28", "55103": "14.72"}', + coty_name: ['Sauk', 'Richland'], + cty_code: ['55111', '55103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15233, lat: 43.38661 }, + }, + { + zip_code: '54011', + usps_city: 'Ellsworth', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6915.0, + density: 26.0, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45864, lat: 44.71608 }, + }, + { + zip_code: '54173', + usps_city: 'Suamico', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4426.0, + density: 121.4, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03191, lat: 44.64354 }, + }, + { + zip_code: '54411', + usps_city: 'Athens', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5226.0, + density: 10.6, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "97.48", "55119": "2.52"}', + coty_name: ['Marathon', 'Taylor'], + cty_code: ['55073', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02757, lat: 45.04989 }, + }, + { + zip_code: '54435', + usps_city: 'Gleason', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2032.0, + density: 3.6, + primary_coty_code: '55069', + primary_coty_name: 'Lincoln', + county_weights: '{"55069": "79.4", "55067": "20.6"}', + coty_name: ['Lincoln', 'Langlade'], + cty_code: ['55069', '55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43915, lat: 45.35639 }, + }, + { + zip_code: '54467', + usps_city: 'Plover', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14100.0, + density: 78.9, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54175, lat: 44.41621 }, + }, + { + zip_code: '54534', + usps_city: 'Hurley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2278.0, + density: 6.7, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "100"}', + coty_name: ['Iron'], + cty_code: ['55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22852, lat: 46.34892 }, + }, + { + zip_code: '54615', + usps_city: 'Black River Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 10532.0, + density: 13.5, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "99.78", "55081": "0.22"}', + coty_name: ['Jackson', 'Monroe'], + cty_code: ['55053', '55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78617, lat: 44.26092 }, + }, + { + zip_code: '54616', + usps_city: 'Blair', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2650.0, + density: 11.5, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "99.04", "55053": "0.96"}', + coty_name: ['Trempealeau', 'Jackson'], + cty_code: ['55121', '55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23187, lat: 44.29961 }, + }, + { + zip_code: '54643', + usps_city: 'Millston', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3.0, + density: 12.6, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "100"}', + coty_name: ['Jackson'], + cty_code: ['55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63897, lat: 44.1866 }, + }, + { + zip_code: '54654', + usps_city: 'Seneca', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 52.9, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "100"}', + coty_name: ['Crawford'], + cty_code: ['55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.96341, lat: 43.26813 }, + }, + { + zip_code: '54670', + usps_city: 'Wilton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1724.0, + density: 12.3, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "100"}', + coty_name: ['Monroe'], + cty_code: ['55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48586, lat: 43.83738 }, + }, + { + zip_code: '54801', + usps_city: 'Spooner', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6593.0, + density: 13.5, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: '{"55129": "90.62", "55013": "9.38"}', + coty_name: ['Washburn', 'Burnett'], + cty_code: ['55129', '55013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93445, lat: 45.87254 }, + }, + { + zip_code: '54822', + usps_city: 'Cameron', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4560.0, + density: 36.8, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "100"}', + coty_name: ['Barron'], + cty_code: ['55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69652, lat: 45.39374 }, + }, + { + zip_code: '54858', + usps_city: 'Milltown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 33.5, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.46429, lat: 45.51428 }, + }, + { + zip_code: '55016', + usps_city: 'Cottage Grove', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 36208.0, + density: 479.1, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.93462, lat: 44.8177 }, + }, + { + zip_code: '55027', + usps_city: 'Goodhue', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3142.0, + density: 10.2, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "98.19", "27157": "1.81"}', + coty_name: ['Goodhue', 'Wabasha'], + cty_code: ['27049', '27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.62085, lat: 44.40949 }, + }, + { + zip_code: '55037', + usps_city: 'Hinckley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4681.0, + density: 5.9, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "97.75", "27065": "2.25"}', + coty_name: ['Pine', 'Kanabec'], + cty_code: ['27115', '27065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77561, lat: 46.01299 }, + }, + { + zip_code: '55074', + usps_city: 'Shafer', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2346.0, + density: 26.1, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "100"}', + coty_name: ['Chisago'], + cty_code: ['27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73341, lat: 45.38445 }, + }, + { + zip_code: '55077', + usps_city: 'Inver Grove Heights', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 13280.0, + density: 274.5, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07364, lat: 44.81828 }, + }, + { + zip_code: '55111', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 4.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "0"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19854, lat: 44.87899 }, + }, + { + zip_code: '55115', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9253.0, + density: 531.3, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95329, lat: 45.06774 }, + }, + { + zip_code: '55122', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 31447.0, + density: 1077.6, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1977, lat: 44.80469 }, + }, + { + zip_code: '55128', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28863.0, + density: 991.5, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96393, lat: 44.98793 }, + }, + { + zip_code: '55366', + usps_city: 'New Auburn', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 305.4, + primary_coty_code: '27143', + primary_coty_name: 'Sibley', + county_weights: '{"27143": "100"}', + coty_name: ['Sibley'], + cty_code: ['27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23203, lat: 44.67262 }, + }, + { + zip_code: '55387', + usps_city: 'Waconia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 13512.0, + density: 166.3, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "99.87", "27053": "0.13"}', + coty_name: ['Carver', 'Hennepin'], + cty_code: ['27019', '27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77569, lat: 44.85669 }, + }, + { + zip_code: '55414', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 35925.0, + density: 4107.2, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22646, lat: 44.97936 }, + }, + { + zip_code: '55438', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16540.0, + density: 762.5, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37819, lat: 44.82494 }, + }, + { + zip_code: '55601', + usps_city: 'Beaver Bay', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 1.8, + primary_coty_code: '27075', + primary_coty_name: 'Lake', + county_weights: '{"27075": "100"}', + coty_name: ['Lake'], + cty_code: ['27075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36285, lat: 47.23577 }, + }, + { + zip_code: '55613', + usps_city: 'Schroeder', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 0.8, + primary_coty_code: '27031', + primary_coty_name: 'Cook', + county_weights: '{"27031": "100"}', + coty_name: ['Cook'], + cty_code: ['27031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.95745, lat: 47.60721 }, + }, + { + zip_code: '55775', + usps_city: 'Pengilly', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1567.0, + density: 10.2, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16784, lat: 47.31315 }, + }, + { + zip_code: '55802', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2412.0, + density: 362.3, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08194, lat: 46.75279 }, + }, + { + zip_code: '55806', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8756.0, + density: 1008.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12837, lat: 46.76815 }, + }, + { + zip_code: '55918', + usps_city: 'Brownsdale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 12.4, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.84647, lat: 43.74081 }, + }, + { + zip_code: '55946', + usps_city: 'Kenyon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3326.0, + density: 10.7, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "92.67", "27131": "7.33"}', + coty_name: ['Goodhue', 'Rice'], + cty_code: ['27049', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96187, lat: 44.26963 }, + }, + { + zip_code: '56011', + usps_city: 'Belle Plaine', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9403.0, + density: 34.8, + primary_coty_code: '27139', + primary_coty_name: 'Scott', + county_weights: + '{"27139": "89.09", "27143": "7.55", "27019": "2.24", "27079": "1.12"}', + coty_name: ['Scott', 'Sibley', 'Carver', 'Le Sueur'], + cty_code: ['27139', '27143', '27019', '27079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77421, lat: 44.60236 }, + }, + { + zip_code: '56062', + usps_city: 'Madelia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3535.0, + density: 10.9, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "91.96", "27013": "6.27", "27015": "1.78"}', + coty_name: ['Watonwan', 'Blue Earth', 'Brown'], + cty_code: ['27165', '27013', '27015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41483, lat: 44.04739 }, + }, + { + zip_code: '56069', + usps_city: 'Montgomery', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4697.0, + density: 25.4, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "89.99", "27131": "10.01"}', + coty_name: ['Le Sueur', 'Rice'], + cty_code: ['27079', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55372, lat: 44.41823 }, + }, + { + zip_code: '56096', + usps_city: 'Waterville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3021.0, + density: 21.8, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "91.19", "27161": "5.16", "27131": "3.64"}', + coty_name: ['Le Sueur', 'Waseca', 'Rice'], + cty_code: ['27079', '27161', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59757, lat: 44.24278 }, + }, + { + zip_code: '56143', + usps_city: 'Jackson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4159.0, + density: 8.8, + primary_coty_code: '27063', + primary_coty_name: 'Jackson', + county_weights: '{"27063": "100"}', + coty_name: ['Jackson'], + cty_code: ['27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00409, lat: 43.632 }, + }, + { + zip_code: '56186', + usps_city: 'Woodstock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 2.0, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: '{"27117": "79.12", "27101": "20.88"}', + coty_name: ['Pipestone', 'Murray'], + cty_code: ['27117', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08164, lat: 44.03033 }, + }, + { + zip_code: '56262', + usps_city: 'Milan', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 3.6, + primary_coty_code: '27023', + primary_coty_name: 'Chippewa', + county_weights: '{"27023": "91.99", "27151": "8.01"}', + coty_name: ['Chippewa', 'Swift'], + cty_code: ['27023', '27151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86472, lat: 45.11816 }, + }, + { + zip_code: '56293', + usps_city: 'Wabasso', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1287.0, + density: 5.9, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "100"}', + coty_name: ['Redwood'], + cty_code: ['27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26531, lat: 44.4169 }, + }, + { + zip_code: '56294', + usps_city: 'Wanda', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 82.0, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "100"}', + coty_name: ['Redwood'], + cty_code: ['27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.21306, lat: 44.31485 }, + }, + { + zip_code: '56325', + usps_city: 'Elrosa', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 500.8, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.94629, lat: 45.56305 }, + }, + { + zip_code: '56334', + usps_city: 'Glenwood', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5739.0, + density: 11.0, + primary_coty_code: '27121', + primary_coty_name: 'Pope', + county_weights: '{"27121": "98.14", "27041": "1.86"}', + coty_name: ['Pope', 'Douglas'], + cty_code: ['27121', '27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34548, lat: 45.58335 }, + }, + { + zip_code: '56338', + usps_city: 'Hillman', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1506.0, + density: 3.5, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "91.43", "27035": "8.57"}', + coty_name: ['Morrison', 'Crow Wing'], + cty_code: ['27097', '27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.87842, lat: 46.00872 }, + }, + { + zip_code: '56378', + usps_city: 'Sauk Centre', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7889.0, + density: 14.4, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "82.09", "27153": "17.91"}', + coty_name: ['Stearns', 'Todd'], + cty_code: ['27145', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98834, lat: 45.72274 }, + }, + { + zip_code: '56481', + usps_city: 'Verndale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1936.0, + density: 5.1, + primary_coty_code: '27159', + primary_coty_name: 'Wadena', + county_weights: '{"27159": "82.23", "27153": "15.26", "27021": "2.51"}', + coty_name: ['Wadena', 'Todd', 'Cass'], + cty_code: ['27159', '27153', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93251, lat: 46.47357 }, + }, + { + zip_code: '56528', + usps_city: 'Dent', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1664.0, + density: 9.9, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81167, lat: 46.52869 }, + }, + { + zip_code: '56636', + usps_city: 'Deer River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4977.0, + density: 4.3, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "93.26", "27021": "6.74"}', + coty_name: ['Itasca', 'Cass'], + cty_code: ['27061', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90401, lat: 47.40863 }, + }, + { + zip_code: '56650', + usps_city: 'Kelliher', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 1.6, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56322, lat: 47.99759 }, + }, + { + zip_code: '56684', + usps_city: 'Trail', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 1.1, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "81.21", "27113": "18.79"}', + coty_name: ['Polk', 'Pennington'], + cty_code: ['27119', '27113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6962, lat: 47.86001 }, + }, + { + zip_code: '56737', + usps_city: 'Middle River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 1.7, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03504, lat: 48.43414 }, + }, + { + zip_code: '57001', + usps_city: 'Alcester', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1667.0, + density: 5.1, + primary_coty_code: '46127', + primary_coty_name: 'Union', + county_weights: '{"46127": "97.19", "46083": "2.81"}', + coty_name: ['Union', 'Lincoln'], + cty_code: ['46127', '46083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63972, lat: 42.98447 }, + }, + { + zip_code: '92835', + usps_city: 'Fullerton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23528.0, + density: 1508.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.91735, lat: 33.90187 }, + }, + { + zip_code: '93901', + usps_city: 'Salinas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28194.0, + density: 744.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.62401, lat: 36.63863 }, + }, + { + zip_code: '94070', + usps_city: 'San Carlos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31074.0, + density: 1956.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27003, lat: 37.49764 }, + }, + { + zip_code: '94533', + usps_city: 'Fairfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 75909.0, + density: 1356.7, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.0067, lat: 38.2806 }, + }, + { + zip_code: '94575', + usps_city: 'Moraga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1178.0, + density: 2725.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11042, lat: 37.8419 }, + }, + { + zip_code: '94603', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35862.0, + density: 4244.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17935, lat: 37.73661 }, + }, + { + zip_code: '94952', + usps_city: 'Petaluma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35503.0, + density: 76.0, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "97.96", "06041": "2.04"}', + coty_name: ['Sonoma', 'Marin'], + cty_code: ['06097', '06041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.75895, lat: 38.2346 }, + }, + { + zip_code: '95030', + usps_city: 'Los Gatos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13481.0, + density: 506.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98395, lat: 37.22311 }, + }, + { + zip_code: '95032', + usps_city: 'Los Gatos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26047.0, + density: 625.6, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92794, lat: 37.21505 }, + }, + { + zip_code: '95039', + usps_city: 'Moss Landing', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 28.1, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.77489, lat: 36.82653 }, + }, + { + zip_code: '95041', + usps_city: 'Mount Hermon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 4157.1, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.0576, lat: 37.05082 }, + }, + { + zip_code: '95076', + usps_city: 'Watsonville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 86905.0, + density: 245.8, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "83.32", "06053": "16.58", "06085": "0.1"}', + coty_name: ['Santa Cruz', 'Monterey', 'Santa Clara'], + cty_code: ['06087', '06053', '06085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.74841, lat: 36.93927 }, + }, + { + zip_code: '95228', + usps_city: 'Copperopolis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4541.0, + density: 16.4, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.69219, lat: 37.95167 }, + }, + { + zip_code: '95247', + usps_city: 'Murphys', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4024.0, + density: 37.3, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.4532, lat: 38.13806 }, + }, + { + zip_code: '95463', + usps_city: 'Navarro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 4.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.55835, lat: 39.18677 }, + }, + { + zip_code: '95464', + usps_city: 'Nice', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2505.0, + density: 291.1, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.84919, lat: 39.12829 }, + }, + { + zip_code: '95468', + usps_city: 'Point Arena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1280.0, + density: 7.6, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.60458, lat: 38.91223 }, + }, + { + zip_code: '95524', + usps_city: 'Bayside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1668.0, + density: 61.6, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.04529, lat: 40.82111 }, + }, + { + zip_code: '95552', + usps_city: 'Mad River', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 0.5, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.23113, lat: 40.19843 }, + }, + { + zip_code: '95614', + usps_city: 'Cool', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4359.0, + density: 47.4, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.98287, lat: 38.88376 }, + }, + { + zip_code: '95631', + usps_city: 'Foresthill', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6851.0, + density: 17.4, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.79093, lat: 39.05606 }, + }, + { + zip_code: '95673', + usps_city: 'Rio Linda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16636.0, + density: 396.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.46143, lat: 38.68969 }, + }, + { + zip_code: '95747', + usps_city: 'Roseville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 66931.0, + density: 552.9, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.37295, lat: 38.78145 }, + }, + { + zip_code: '95829', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28264.0, + density: 525.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.33249, lat: 38.48924 }, + }, + { + zip_code: '95971', + usps_city: 'Quincy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5924.0, + density: 22.6, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.90026, lat: 39.93721 }, + }, + { + zip_code: '96002', + usps_city: 'Redding', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34196.0, + density: 436.5, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31734, lat: 40.53023 }, + }, + { + zip_code: '96016', + usps_city: 'Cassel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 3.9, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52318, lat: 40.91155 }, + }, + { + zip_code: '96129', + usps_city: 'Beckwourth', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 1.7, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.35564, lat: 39.78757 }, + }, + { + zip_code: '96773', + usps_city: 'Ninole', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 1.4, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.22474, lat: 19.89025 }, + }, + { + zip_code: '96786', + usps_city: 'Wahiawa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 43488.0, + density: 204.8, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.01149, lat: 21.55748 }, + }, + { + zip_code: '97041', + usps_city: 'Mount Hood Parkdale', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2979.0, + density: 10.0, + primary_coty_code: '41027', + primary_coty_name: 'Hood River', + county_weights: '{"41027": "100"}', + coty_name: ['Hood River'], + cty_code: ['41027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.61989, lat: 45.4397 }, + }, + { + zip_code: '97062', + usps_city: 'Tualatin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 28694.0, + density: 797.5, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "86.04", "41005": "13.96"}', + coty_name: ['Washington', 'Clackamas'], + cty_code: ['41067', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.76196, lat: 45.36875 }, + }, + { + zip_code: '97065', + usps_city: 'Wasco', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 0.9, + primary_coty_code: '41055', + primary_coty_name: 'Sherman', + county_weights: '{"41055": "100"}', + coty_name: ['Sherman'], + cty_code: ['41055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.65763, lat: 45.59894 }, + }, + { + zip_code: '97131', + usps_city: 'Nehalem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2751.0, + density: 9.8, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "96.96", "41007": "3.04"}', + coty_name: ['Tillamook', 'Clatsop'], + cty_code: ['41057', '41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.82081, lat: 45.74026 }, + }, + { + zip_code: '97450', + usps_city: 'Langlois', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 1.9, + primary_coty_code: '41015', + primary_coty_name: 'Curry', + county_weights: '{"41015": "99.11", "41011": "0.89"}', + coty_name: ['Curry', 'Coos'], + cty_code: ['41015', '41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.39742, lat: 42.90428 }, + }, + { + zip_code: '98224', + usps_city: 'Baring', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 0.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.51302, lat: 47.66382 }, + }, + { + zip_code: '98236', + usps_city: 'Clinton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6002.0, + density: 101.2, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40474, lat: 47.95814 }, + }, + { + zip_code: '98250', + usps_city: 'Friday Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 8107.0, + density: 50.4, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0915, lat: 48.55815 }, + }, + { + zip_code: '98292', + usps_city: 'Stanwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 22246.0, + density: 115.2, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "99.7", "53057": "0.3"}', + coty_name: ['Snohomish', 'Skagit'], + cty_code: ['53061', '53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3073, lat: 48.2234 }, + }, + { + zip_code: '98337', + usps_city: 'Bremerton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7168.0, + density: 2673.3, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63088, lat: 47.56861 }, + }, + { + zip_code: '98354', + usps_city: 'Milton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7221.0, + density: 1162.2, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "88.16", "53033": "11.84"}', + coty_name: ['Pierce', 'King'], + cty_code: ['53053', '53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31469, lat: 47.25027 }, + }, + { + zip_code: '90047', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51411.0, + density: 4196.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.309, lat: 33.9545 }, + }, + { + zip_code: '90057', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50152.0, + density: 21865.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.27716, lat: 34.06224 }, + }, + { + zip_code: '90062', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35916.0, + density: 7171.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.30875, lat: 34.00376 }, + }, + { + zip_code: '90254', + usps_city: 'Hermosa Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19539.0, + density: 5287.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39665, lat: 33.86546 }, + }, + { + zip_code: '90601', + usps_city: 'Whittier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32053.0, + density: 1090.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.03135, lat: 34.00833 }, + }, + { + zip_code: '90712', + usps_city: 'Lakewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31217.0, + density: 2814.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14672, lat: 33.84901 }, + }, + { + zip_code: '90745', + usps_city: 'Carson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56930.0, + density: 2646.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26441, lat: 33.82124 }, + }, + { + zip_code: '90815', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41312.0, + density: 2240.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "99.77", "06059": "0.23"}', + coty_name: ['Los Angeles', 'Orange'], + cty_code: ['06037', '06059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11626, lat: 33.79581 }, + }, + { + zip_code: '91210', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 529.0, + density: 4640.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.25645, lat: 34.14452 }, + }, + { + zip_code: '91343', + usps_city: 'North Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 66743.0, + density: 4359.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.48067, lat: 34.23827 }, + }, + { + zip_code: '91733', + usps_city: 'South El Monte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45365.0, + density: 2622.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.05318, lat: 34.04553 }, + }, + { + zip_code: '91791', + usps_city: 'West Covina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33397.0, + density: 1943.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.89403, lat: 34.06107 }, + }, + { + zip_code: '91913', + usps_city: 'Chula Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54114.0, + density: 2048.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.98705, lat: 32.62005 }, + }, + { + zip_code: '92008', + usps_city: 'Carlsbad', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27151.0, + density: 1017.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.31785, lat: 33.14594 }, + }, + { + zip_code: '92037', + usps_city: 'La Jolla', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38168.0, + density: 1127.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25012, lat: 32.85505 }, + }, + { + zip_code: '92119', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24831.0, + density: 1400.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.03279, lat: 32.8101 }, + }, + { + zip_code: '92225', + usps_city: 'Blythe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22460.0, + density: 14.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "99.91", "06025": "0.09"}', + coty_name: ['Riverside', 'Imperial'], + cty_code: ['06065', '06025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.66793, lat: 33.74646 }, + }, + { + zip_code: '92304', + usps_city: 'Amboy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 0.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.64452, lat: 34.54146 }, + }, + { + zip_code: '92315', + usps_city: 'Big Bear Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5247.0, + density: 159.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.90509, lat: 34.23501 }, + }, + { + zip_code: '92322', + usps_city: 'Cedarpines Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 86.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.32647, lat: 34.25437 }, + }, + { + zip_code: '92325', + usps_city: 'Crestline', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7948.0, + density: 303.6, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2811, lat: 34.24332 }, + }, + { + zip_code: '92392', + usps_city: 'Victorville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58393.0, + density: 604.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.4082, lat: 34.48024 }, + }, + { + zip_code: '92587', + usps_city: 'Menifee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17237.0, + density: 842.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25294, lat: 33.69509 }, + }, + { + zip_code: '92646', + usps_city: 'Huntington Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55870.0, + density: 2633.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.96762, lat: 33.66538 }, + }, + { + zip_code: '92706', + usps_city: 'Santa Ana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35748.0, + density: 3902.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.8822, lat: 33.76591 }, + }, + { + zip_code: '92708', + usps_city: 'Fountain Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56953.0, + density: 2403.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.9512, lat: 33.71052 }, + }, + { + zip_code: '92832', + usps_city: 'Fullerton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25837.0, + density: 3557.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.92897, lat: 33.86859 }, + }, + { + zip_code: '92879', + usps_city: 'Corona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47872.0, + density: 1841.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.53548, lat: 33.87976 }, + }, + { + zip_code: '93036', + usps_city: 'Oxnard', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48162.0, + density: 1192.1, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.1804, lat: 34.23562 }, + }, + { + zip_code: '93040', + usps_city: 'Piru', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1827.0, + density: 10.0, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.79237, lat: 34.48181 }, + }, + { + zip_code: '93285', + usps_city: 'Wofford Heights', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2477.0, + density: 20.3, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.50242, lat: 35.71608 }, + }, + { + zip_code: '93434', + usps_city: 'Guadalupe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7451.0, + density: 87.1, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.60163, lat: 34.9226 }, + }, + { + zip_code: '93460', + usps_city: 'Santa Ynez', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5284.0, + density: 16.5, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.02449, lat: 34.64866 }, + }, + { + zip_code: '93463', + usps_city: 'Solvang', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7911.0, + density: 101.1, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.14167, lat: 34.62188 }, + }, + { + zip_code: '93541', + usps_city: 'Lee Vining', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 0.4, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.11567, lat: 37.98192 }, + }, + { + zip_code: '93631', + usps_city: 'Kingsburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16282.0, + density: 78.4, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "82.35", "06107": "12.8", "06031": "4.85"}', + coty_name: ['Fresno', 'Tulare', 'Kings'], + cty_code: ['06019', '06107', '06031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.52084, lat: 36.47563 }, + }, + { + zip_code: '93641', + usps_city: 'Miramonte', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 2.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.03191, lat: 36.69905 }, + }, + { + zip_code: '93710', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33448.0, + density: 1847.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.76022, lat: 36.82234 }, + }, + { + zip_code: '97266', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 35727.0, + density: 2283.5, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55838, lat: 45.48275 }, + }, + { + zip_code: '97305', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 43917.0, + density: 355.6, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.92872, lat: 45.01433 }, + }, + { + zip_code: '97358', + usps_city: 'Lyons', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2488.0, + density: 13.5, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "72.83", "41047": "27.17"}', + coty_name: ['Linn', 'Marion'], + cty_code: ['41043', '41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41273, lat: 44.80596 }, + }, + { + zip_code: '97378', + usps_city: 'Sheridan', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 8442.0, + density: 28.1, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "86.97", "41053": "13.03"}', + coty_name: ['Yamhill', 'Polk'], + cty_code: ['41071', '41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.42961, lat: 45.07352 }, + }, + { + zip_code: '97434', + usps_city: 'Dorena', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 959.0, + density: 3.5, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.79333, lat: 43.66775 }, + }, + { + zip_code: '97473', + usps_city: 'Scottsburg', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 1.9, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.87375, lat: 43.67797 }, + }, + { + zip_code: '97753', + usps_city: 'Powell Butte', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2570.0, + density: 8.4, + primary_coty_code: '41013', + primary_coty_name: 'Crook', + county_weights: '{"41013": "100"}', + coty_name: ['Crook'], + cty_code: ['41013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.01555, lat: 44.23519 }, + }, + { + zip_code: '97754', + usps_city: 'Prineville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 20270.0, + density: 6.5, + primary_coty_code: '41013', + primary_coty_name: 'Crook', + county_weights: '{"41013": "99.94", "41031": "0.06"}', + coty_name: ['Crook', 'Jefferson'], + cty_code: ['41013', '41031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.57082, lat: 44.15223 }, + }, + { + zip_code: '97873', + usps_city: 'Seneca', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 1.5, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.00288, lat: 44.13206 }, + }, + { + zip_code: '98004', + usps_city: 'Bellevue', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 36202.0, + density: 1985.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20595, lat: 47.61883 }, + }, + { + zip_code: '98136', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 16997.0, + density: 2854.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38986, lat: 47.53676 }, + }, + { + zip_code: '98396', + usps_city: 'Wilkeson', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 21.4, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00986, lat: 47.09851 }, + }, + { + zip_code: '98643', + usps_city: 'Rosburg', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 4.9, + primary_coty_code: '53069', + primary_coty_name: 'Wahkiakum', + county_weights: '{"53069": "100"}', + coty_name: ['Wahkiakum'], + cty_code: ['53069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.61472, lat: 46.30135 }, + }, + { + zip_code: '98673', + usps_city: 'Wishram', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 17.2, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "100"}', + coty_name: ['Klickitat'], + cty_code: ['53039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.03609, lat: 45.65212 }, + }, + { + zip_code: '98908', + usps_city: 'Yakima', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 36965.0, + density: 144.4, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.70952, lat: 46.61658 }, + }, + { + zip_code: '98938', + usps_city: 'Outlook', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2777.0, + density: 29.0, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.09413, lat: 46.38829 }, + }, + { + zip_code: '99018', + usps_city: 'Latah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 2.5, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.15487, lat: 47.28979 }, + }, + { + zip_code: '99131', + usps_city: 'Gifford', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 2.6, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.12317, lat: 48.27909 }, + }, + { + zip_code: '99169', + usps_city: 'Ritzville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2501.0, + density: 1.4, + primary_coty_code: '53001', + primary_coty_name: 'Adams', + county_weights: '{"53001": "98.5", "53043": "1.5"}', + coty_name: ['Adams', 'Lincoln'], + cty_code: ['53001', '53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35868, lat: 47.112 }, + }, + { + zip_code: '99402', + usps_city: 'Asotin', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 1.8, + primary_coty_code: '53003', + primary_coty_name: 'Asotin', + county_weights: '{"53003": "100"}', + coty_name: ['Asotin'], + cty_code: ['53003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.14736, lat: 46.19394 }, + }, + { + zip_code: '99508', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 36560.0, + density: 2033.6, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.81448, lat: 61.2007 }, + }, + { + zip_code: '99568', + usps_city: 'Clam Gulch', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 7.3, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.39605, lat: 60.21181 }, + }, + { + zip_code: '99633', + usps_city: 'Naknek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 2.2, + primary_coty_code: '2060', + primary_coty_name: 'Bristol Bay', + county_weights: '{"02060": "100"}', + coty_name: ['Bristol Bay'], + cty_code: ['2060'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.8984, lat: 58.78297 }, + }, + { + zip_code: '99762', + usps_city: 'Nome', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 4346.0, + density: 0.8, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.46646, lat: 64.8457 }, + }, + { + zip_code: '99763', + usps_city: 'Noorvik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 282.4, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.03646, lat: 66.82841 }, + }, + { + zip_code: '98416', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 3565.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48128, lat: 47.26258 }, + }, + { + zip_code: '98520', + usps_city: 'Aberdeen', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24286.0, + density: 39.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.80637, lat: 47.04349 }, + }, + { + zip_code: '98588', + usps_city: 'Tahuya', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 12.5, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0233, lat: 47.44458 }, + }, + { + zip_code: '98604', + usps_city: 'Battle Ground', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37225.0, + density: 198.5, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50522, lat: 45.80019 }, + }, + { + zip_code: '98819', + usps_city: 'Conconully', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 0.6, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.81462, lat: 48.61684 }, + }, + { + zip_code: '98828', + usps_city: 'Malaga', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2473.0, + density: 16.8, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "99.63", "53037": "0.37"}', + coty_name: ['Chelan', 'Kittitas'], + cty_code: ['53007', '53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.17619, lat: 47.30561 }, + }, + { + zip_code: '98829', + usps_city: 'Malott', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 3.5, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.80894, lat: 48.31242 }, + }, + { + zip_code: '98923', + usps_city: 'Cowiche', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 77.6, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.71772, lat: 46.66635 }, + }, + { + zip_code: '99032', + usps_city: 'Sprague', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 1.4, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "97.68", "53001": "2.32"}', + coty_name: ['Lincoln', 'Adams'], + cty_code: ['53043', '53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.02805, lat: 47.31739 }, + }, + { + zip_code: '99212', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20409.0, + density: 649.2, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.30916, lat: 47.66523 }, + }, + { + zip_code: '99362', + usps_city: 'Walla Walla', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 41515.0, + density: 50.0, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "99.89", "41059": "0.11"}', + coty_name: ['Walla Walla', 'Umatilla'], + cty_code: ['53071', '41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.30738, lat: 46.08931 }, + }, + { + zip_code: '99403', + usps_city: 'Clarkston', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20489.0, + density: 51.8, + primary_coty_code: '53003', + primary_coty_name: 'Asotin', + county_weights: '{"53003": "99.63", "53023": "0.37"}', + coty_name: ['Asotin', 'Garfield'], + cty_code: ['53003', '53023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25273, lat: 46.37243 }, + }, + { + zip_code: '99565', + usps_city: 'Chignik Lagoon', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 1.9, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.52926, lat: 56.30377 }, + }, + { + zip_code: '99615', + usps_city: 'Kodiak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 12839.0, + density: 1.2, + primary_coty_code: '2150', + primary_coty_name: 'Kodiak Island', + county_weights: '{"02150": "100"}', + coty_name: ['Kodiak Island'], + cty_code: ['2150'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -153.40116, lat: 57.58324 }, + }, + { + zip_code: '99648', + usps_city: 'Perryville', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 3.4, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.15742, lat: 55.93061 }, + }, + { + zip_code: '99737', + usps_city: 'Delta Junction', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 4597.0, + density: 0.4, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "99.14", "02261": "0.86"}', + coty_name: ['Southeast Fairbanks', 'Valdez-Cordova'], + cty_code: ['02240', '02261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -145.07326, lat: 63.79603 }, + }, + { + zip_code: '99922', + usps_city: 'Hydaburg', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 1.1, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -133.03248, lat: 55.30211 }, + }, + { + zip_code: '741', + usps_city: 'Punta Santiago', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 4074.0, + density: 665.5, + primary_coty_code: '72069', + primary_coty_name: 'Humacao', + county_weights: '{"72069": "100"}', + coty_name: ['Humacao'], + cty_code: ['72069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.75563, lat: 18.16564 }, + }, + { + zip_code: '745', + usps_city: 'Rio Grande', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 50435.0, + density: 377.3, + primary_coty_code: '72119', + primary_coty_name: 'R\u00edo Grande', + county_weights: '{"72119": "98.6", "72029": "1.4"}', + coty_name: ['R\u00edo Grande', 'Can\u00f3vanas'], + cty_code: ['72119', '72029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.8172, lat: 18.34827 }, + }, + { + zip_code: '757', + usps_city: 'Santa Isabel', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 21757.0, + density: 281.6, + primary_coty_code: '72133', + primary_coty_name: 'Santa Isabel', + county_weights: '{"72133": "100"}', + coty_name: ['Santa Isabel'], + cty_code: ['72133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.38891, lat: 17.99728 }, + }, + { + zip_code: '769', + usps_city: 'Coamo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 38812.0, + density: 195.9, + primary_coty_code: '72043', + primary_coty_name: 'Coamo', + county_weights: '{"72043": "100"}', + coty_name: ['Coamo'], + cty_code: ['72043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.36102, lat: 18.097 }, + }, + { + zip_code: '777', + usps_city: 'Juncos', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 39609.0, + density: 575.3, + primary_coty_code: '72077', + primary_coty_name: 'Juncos', + county_weights: + '{"72077": "99.03", "72085": "0.69", "72029": "0.16", "72063": "0.12"}', + coty_name: ['Juncos', 'Las Piedras', 'Can\u00f3vanas', 'Gurabo'], + cty_code: ['72077', '72085', '72029', '72063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.90881, lat: 18.22357 }, + }, + { + zip_code: '831', + usps_city: 'St John', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78020', + primary_coty_name: 'St. John', + county_weights: '{"78020": 100}', + coty_name: ['St. John'], + cty_code: ['78020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.78676, lat: 18.32716 }, + }, + { + zip_code: '983', + usps_city: 'Carolina', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 33947.0, + density: 3784.0, + primary_coty_code: '72031', + primary_coty_name: 'Carolina', + county_weights: '{"72031": "100"}', + coty_name: ['Carolina'], + cty_code: ['72031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.97631, lat: 18.41804 }, + }, + { + zip_code: '1128', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2541.0, + density: 880.0, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48814, lat: 42.09488 }, + }, + { + zip_code: '1506', + usps_city: 'Brookfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3441.0, + density: 85.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10442, lat: 42.19365 }, + }, + { + zip_code: '1908', + usps_city: 'Nahant', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3502.0, + density: 1256.9, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.92729, lat: 42.42978 }, + }, + { + zip_code: '1915', + usps_city: 'Beverly', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 41885.0, + density: 1071.7, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86273, lat: 42.5681 }, + }, + { + zip_code: '1945', + usps_city: 'Marblehead', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 20500.0, + density: 1803.2, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86368, lat: 42.49911 }, + }, + { + zip_code: '2050', + usps_city: 'Marshfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 26222.0, + density: 347.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.71475, lat: 42.11488 }, + }, + { + zip_code: '2072', + usps_city: 'Stoughton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28639.0, + density: 687.3, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10189, lat: 42.11923 }, + }, + { + zip_code: '2140', + usps_city: 'Cambridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 21490.0, + density: 7185.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13329, lat: 42.39329 }, + }, + { + zip_code: '2145', + usps_city: 'Somerville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28402.0, + density: 7855.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08951, lat: 42.39203 }, + }, + { + zip_code: '2148', + usps_city: 'Malden', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 60984.0, + density: 4667.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.0576, lat: 42.43048 }, + }, + { + zip_code: '2151', + usps_city: 'Revere', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 53701.0, + density: 3530.4, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.00347, lat: 42.41841 }, + }, + { + zip_code: '2341', + usps_city: 'Hanson', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10777.0, + density: 277.0, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.87232, lat: 42.05579 }, + }, + { + zip_code: '2476', + usps_city: 'Arlington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17426.0, + density: 3214.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.17518, lat: 42.41624 }, + }, + { + zip_code: '2554', + usps_city: 'Nantucket', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10935.0, + density: 104.6, + primary_coty_code: '25019', + primary_coty_name: 'Nantucket', + county_weights: '{"25019": "100"}', + coty_name: ['Nantucket'], + cty_code: ['25019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.07982, lat: 41.28538 }, + }, + { + zip_code: '2643', + usps_city: 'East Orleans', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.93648, lat: 41.76568 }, + }, + { + zip_code: '2666', + usps_city: 'Truro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 13.2, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.04569, lat: 41.98943 }, + }, + { + zip_code: '2842', + usps_city: 'Middletown', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 15936.0, + density: 484.4, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.2771, lat: 41.51735 }, + }, + { + zip_code: '2905', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 26174.0, + density: 2747.1, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39886, lat: 41.78722 }, + }, + { + zip_code: '3054', + usps_city: 'Merrimack', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 25945.0, + density: 307.4, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51884, lat: 42.85469 }, + }, + { + zip_code: '3224', + usps_city: 'Canterbury', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2339.0, + density: 22.4, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.55093, lat: 43.34986 }, + }, + { + zip_code: '3444', + usps_city: 'Dublin', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1448.0, + density: 20.0, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.07224, lat: 42.89433 }, + }, + { + zip_code: '3448', + usps_city: 'Gilsum', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 804.0, + density: 15.9, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.27194, lat: 43.03964 }, + }, + { + zip_code: '3452', + usps_city: 'Jaffrey', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5283.0, + density: 53.1, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.05965, lat: 42.82928 }, + }, + { + zip_code: '3579', + usps_city: 'Errol', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 0.2, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "77.66", "23017": "22.34"}', + coty_name: ['Coos', 'Oxford'], + cty_code: ['33007', '23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.03296, lat: 44.96868 }, + }, + { + zip_code: '3586', + usps_city: 'Sugar Hill', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 14.7, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.79641, lat: 44.22036 }, + }, + { + zip_code: '3801', + usps_city: 'Portsmouth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 22488.0, + density: 365.3, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.8052, lat: 43.07292 }, + }, + { + zip_code: '3810', + usps_city: 'Alton Bay', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 29.5, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.28103, lat: 43.52705 }, + }, + { + zip_code: '3857', + usps_city: 'Newmarket', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 9063.0, + density: 276.7, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.95182, lat: 43.06913 }, + }, + { + zip_code: '3901', + usps_city: 'Berwick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7683.0, + density: 78.8, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.84329, lat: 43.30056 }, + }, + { + zip_code: '4042', + usps_city: 'Hollis Center', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4607.0, + density: 55.5, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.62453, lat: 43.62952 }, + }, + { + zip_code: '4265', + usps_city: 'North Monmouth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 52.4, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.04639, lat: 44.28444 }, + }, + { + zip_code: '4422', + usps_city: 'Charleston', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1514.0, + density: 14.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.03409, lat: 45.07101 }, + }, + { + zip_code: '4456', + usps_city: 'Levant', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2974.0, + density: 38.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.99773, lat: 44.88647 }, + }, + { + zip_code: '4671', + usps_city: 'Robbinston', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 7.8, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.16247, lat: 45.0662 }, + }, + { + zip_code: '4772', + usps_city: 'Saint Agatha', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 10.2, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.31309, lat: 47.22724 }, + }, + { + zip_code: '4937', + usps_city: 'Fairfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 6488.0, + density: 48.1, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.67618, lat: 44.63567 }, + }, + { + zip_code: '5154', + usps_city: 'Saxtons River', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 67.2, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.5355, lat: 43.13561 }, + }, + { + zip_code: '5355', + usps_city: 'Wardsboro', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 709.0, + density: 10.0, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80645, lat: 43.02052 }, + }, + { + zip_code: '5442', + usps_city: 'Belvidere Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 5.0, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67678, lat: 44.75855 }, + }, + { + zip_code: '5477', + usps_city: 'Richmond', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4476.0, + density: 37.2, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.95475, lat: 44.40316 }, + }, + { + zip_code: '5742', + usps_city: 'East Wallingford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 9.2, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90138, lat: 43.43637 }, + }, + { + zip_code: '5759', + usps_city: 'North Clarendon', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 33.6, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.96268, lat: 43.53707 }, + }, + { + zip_code: '5761', + usps_city: 'Pawlet', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 9.2, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.14953, lat: 43.36223 }, + }, + { + zip_code: '5773', + usps_city: 'Wallingford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2262.0, + density: 12.4, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.98612, lat: 43.42157 }, + }, + { + zip_code: '5777', + usps_city: 'West Rutland', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3414.0, + density: 27.3, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.05647, lat: 43.55818 }, + }, + { + zip_code: '6019', + usps_city: 'Canton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 10148.0, + density: 170.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90698, lat: 41.85964 }, + }, + { + zip_code: '6117', + usps_city: 'West Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 16350.0, + density: 635.4, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.76199, lat: 41.78692 }, + }, + { + zip_code: '6120', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 14223.0, + density: 1543.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66535, lat: 41.78938 }, + }, + { + zip_code: '6256', + usps_city: 'North Windham', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2245.0, + density: 115.9, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.15733, lat: 41.73708 }, + }, + { + zip_code: '6330', + usps_city: 'Baltic', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3220.0, + density: 67.9, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "88.88", "09015": "11.12"}', + coty_name: ['New London', 'Windham'], + cty_code: ['09011', '09015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.07527, lat: 41.64289 }, + }, + { + zip_code: '6473', + usps_city: 'North Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 24108.0, + density: 430.0, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.85601, lat: 41.38069 }, + }, + { + zip_code: '6762', + usps_city: 'Middlebury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7701.0, + density: 170.8, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12304, lat: 41.52775 }, + }, + { + zip_code: '6778', + usps_city: 'Northfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 71.9, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.10965, lat: 41.70962 }, + }, + { + zip_code: '6794', + usps_city: 'Washington Depot', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 909.0, + density: 25.8, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.32353, lat: 41.64951 }, + }, + { + zip_code: '6877', + usps_city: 'Ridgefield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 25091.0, + density: 279.9, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.5022, lat: 41.30644 }, + }, + { + zip_code: '7088', + usps_city: 'Vauxhall', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3249.0, + density: 3017.0, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2849, lat: 40.71787 }, + }, + { + zip_code: '7093', + usps_city: 'West New York', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 63979.0, + density: 20806.4, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01145, lat: 40.78809 }, + }, + { + zip_code: '7457', + usps_city: 'Riverdale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4197.0, + density: 797.6, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31247, lat: 40.9921 }, + }, + { + zip_code: '7642', + usps_city: 'Hillsdale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10317.0, + density: 1369.6, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04383, lat: 41.00735 }, + }, + { + zip_code: '7750', + usps_city: 'Monmouth Beach', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3203.0, + density: 1191.7, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98632, lat: 40.33643 }, + }, + { + zip_code: '8052', + usps_city: 'Maple Shade', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18642.0, + density: 1878.7, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99508, lat: 39.95204 }, + }, + { + zip_code: '8065', + usps_city: 'Palmyra', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7189.0, + density: 1499.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.03587, lat: 40.00235 }, + }, + { + zip_code: '8093', + usps_city: 'Westville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9310.0, + density: 770.0, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1358, lat: 39.86416 }, + }, + { + zip_code: '8203', + usps_city: 'Brigantine', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8832.0, + density: 518.9, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.38012, lat: 39.41277 }, + }, + { + zip_code: '8302', + usps_city: 'Bridgeton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 45056.0, + density: 121.4, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "96.32", "34033": "3.68"}', + coty_name: ['Cumberland', 'Salem'], + cty_code: ['34011', '34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26078, lat: 39.4397 }, + }, + { + zip_code: '8317', + usps_city: 'Dorothy', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1636.0, + density: 87.7, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82828, lat: 39.40409 }, + }, + { + zip_code: '8348', + usps_city: 'Port Elizabeth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 41.2, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97523, lat: 39.30747 }, + }, + { + zip_code: '8738', + usps_city: 'Mantoloking', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 484.1, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06223, lat: 40.02112 }, + }, + { + zip_code: '8861', + usps_city: 'Perth Amboy', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 53538.0, + density: 4018.6, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27408, lat: 40.52097 }, + }, + { + zip_code: '8876', + usps_city: 'Somerville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22257.0, + density: 565.5, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "98.92", "34019": "1.08"}', + coty_name: ['Somerset', 'Hunterdon'], + cty_code: ['34035', '34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68739, lat: 40.58799 }, + }, + { + zip_code: '8887', + usps_city: 'Three Bridges', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 581.3, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.79445, lat: 40.52363 }, + }, + { + zip_code: '10168', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9771, lat: 40.75145 }, + }, + { + zip_code: '10174', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.975, lat: 40.75144 }, + }, + { + zip_code: '10519', + usps_city: 'Croton Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 150.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6557, lat: 41.35021 }, + }, + { + zip_code: '10596', + usps_city: 'Verplanck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 771.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95911, lat: 41.25608 }, + }, + { + zip_code: '10960', + usps_city: 'Nyack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15857.0, + density: 1463.4, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92584, lat: 41.09198 }, + }, + { + zip_code: '11209', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 67782.0, + density: 12332.2, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03009, lat: 40.62194 }, + }, + { + zip_code: '11237', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 48876.0, + density: 19182.7, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92107, lat: 40.70429 }, + }, + { + zip_code: '11767', + usps_city: 'Nesconset', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14952.0, + density: 1381.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.14476, lat: 40.84386 }, + }, + { + zip_code: '12045', + usps_city: 'Coeymans', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 266.2, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7952, lat: 42.47693 }, + }, + { + zip_code: '12074', + usps_city: 'Galway', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3046.0, + density: 33.0, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0445, lat: 43.05038 }, + }, + { + zip_code: '12124', + usps_city: 'New Baltimore', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 104.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79272, lat: 42.44906 }, + }, + { + zip_code: '12156', + usps_city: 'Schodack Landing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1053.0, + density: 28.3, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "82.08", "36021": "17.92"}', + coty_name: ['Rensselaer', 'Columbia'], + cty_code: ['36083', '36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74355, lat: 42.47719 }, + }, + { + zip_code: '12192', + usps_city: 'West Coxsackie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 42.0, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82828, lat: 42.40291 }, + }, + { + zip_code: '12466', + usps_city: 'Port Ewen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2241.0, + density: 833.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97908, lat: 41.90425 }, + }, + { + zip_code: '12494', + usps_city: 'West Shokan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 10.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.29289, lat: 41.9566 }, + }, + { + zip_code: '12601', + usps_city: 'Poughkeepsie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41392.0, + density: 849.5, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91165, lat: 41.70358 }, + }, + { + zip_code: '12723', + usps_city: 'Callicoon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1625.0, + density: 19.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02832, lat: 41.77568 }, + }, + { + zip_code: '12742', + usps_city: 'Harris', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 18.3, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.7219, lat: 41.71931 }, + }, + { + zip_code: '12750', + usps_city: 'Kenoza Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 29.6, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95709, lat: 41.73212 }, + }, + { + zip_code: '12828', + usps_city: 'Fort Edward', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9481.0, + density: 79.1, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "60.94", "36091": "39.06"}', + coty_name: ['Washington', 'Saratoga'], + cty_code: ['36115', '36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56407, lat: 43.25509 }, + }, + { + zip_code: '12850', + usps_city: 'Middle Grove', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2887.0, + density: 23.8, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98352, lat: 43.10704 }, + }, + { + zip_code: '12943', + usps_city: 'Keene Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 1.3, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8183, lat: 44.13919 }, + }, + { + zip_code: '12955', + usps_city: 'Lyon Mountain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 4.2, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "87.14", "36033": "12.86"}', + coty_name: ['Clinton', 'Franklin'], + cty_code: ['36019', '36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95709, lat: 44.79079 }, + }, + { + zip_code: '12965', + usps_city: 'Nicholville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 20.2, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68052, lat: 44.70304 }, + }, + { + zip_code: '13051', + usps_city: 'Delphi Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 257.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.90869, lat: 42.8768 }, + }, + { + zip_code: '13077', + usps_city: 'Homer', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7015.0, + density: 38.4, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "96.32", "36067": "3.33", "36011": "0.36"}', + coty_name: ['Cortland', 'Onondaga', 'Cayuga'], + cty_code: ['36023', '36067', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19595, lat: 42.71392 }, + }, + { + zip_code: '13078', + usps_city: 'Jamesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10889.0, + density: 108.0, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06157, lat: 42.96083 }, + }, + { + zip_code: '13159', + usps_city: 'Tully', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5290.0, + density: 26.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "83.95", "36023": "16.05"}', + coty_name: ['Onondaga', 'Cortland'], + cty_code: ['36067', '36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11349, lat: 42.80198 }, + }, + { + zip_code: '13212', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21269.0, + density: 775.3, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.13128, lat: 43.12819 }, + }, + { + zip_code: '13314', + usps_city: 'Brookfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 32.4, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31946, lat: 42.81673 }, + }, + { + zip_code: '13318', + usps_city: 'Cassville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1443.0, + density: 21.9, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25773, lat: 42.91908 }, + }, + { + zip_code: '13331', + usps_city: 'Eagle Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.6, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90042, lat: 43.84298 }, + }, + { + zip_code: '13361', + usps_city: 'Jordanville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 10.9, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "85.56", "36077": "14.44"}', + coty_name: ['Herkimer', 'Otsego'], + cty_code: ['36043', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.86827, lat: 42.90373 }, + }, + { + zip_code: '13413', + usps_city: 'New Hartford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15777.0, + density: 306.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "98.65", "36043": "1.35"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27709, lat: 43.05898 }, + }, + { + zip_code: '13634', + usps_city: 'Dexter', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4064.0, + density: 35.6, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07736, lat: 44.00948 }, + }, + { + zip_code: '13666', + usps_city: 'Newton Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 1.8, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94226, lat: 44.21772 }, + }, + { + zip_code: '13672', + usps_city: 'Parishville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 660.0, + density: 2.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68515, lat: 44.50261 }, + }, + { + zip_code: '13684', + usps_city: 'Russell', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 2.5, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04066, lat: 44.36187 }, + }, + { + zip_code: '13784', + usps_city: 'Harford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 107.3, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "100"}', + coty_name: ['Cortland'], + cty_code: ['36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22137, lat: 42.42693 }, + }, + { + zip_code: '13825', + usps_city: 'Otego', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2914.0, + density: 19.9, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "97.73", "36025": "2.27"}', + coty_name: ['Otsego', 'Delaware'], + cty_code: ['36077', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2022, lat: 42.43937 }, + }, + { + zip_code: '13842', + usps_city: 'South Kortright', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 18.7, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.72398, lat: 42.37369 }, + }, + { + zip_code: '13850', + usps_city: 'Vestal', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22351.0, + density: 168.7, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02661, lat: 42.04876 }, + }, + { + zip_code: '13864', + usps_city: 'Willseyville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 12.7, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "73.46", "36109": "26.54"}', + coty_name: ['Tioga', 'Tompkins'], + cty_code: ['36107', '36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.3927, lat: 42.28926 }, + }, + { + zip_code: '14008', + usps_city: 'Appleton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1415.0, + density: 22.3, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62669, lat: 43.31174 }, + }, + { + zip_code: '14054', + usps_city: 'East Bethany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1593.0, + density: 24.7, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "98.14", "36121": "1.86"}', + coty_name: ['Genesee', 'Wyoming'], + cty_code: ['36037', '36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.1275, lat: 42.91517 }, + }, + { + zip_code: '14080', + usps_city: 'Holland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4313.0, + density: 31.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.54661, lat: 42.64406 }, + }, + { + zip_code: '14167', + usps_city: 'Varysburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1761.0, + density: 18.1, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.32487, lat: 42.74412 }, + }, + { + zip_code: '14202', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3385.0, + density: 1561.0, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88309, lat: 42.88793 }, + }, + { + zip_code: '14218', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18952.0, + density: 896.2, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82865, lat: 42.81966 }, + }, + { + zip_code: '14424', + usps_city: 'Canandaigua', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27880.0, + density: 84.7, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.30818, lat: 42.84815 }, + }, + { + zip_code: '14543', + usps_city: 'Rush', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3203.0, + density: 49.1, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6774, lat: 42.98756 }, + }, + { + zip_code: '14545', + usps_city: 'Scottsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 50.6, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70101, lat: 42.66491 }, + }, + { + zip_code: '14706', + usps_city: 'Allegany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6163.0, + density: 30.2, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52578, lat: 42.11331 }, + }, + { + zip_code: '14755', + usps_city: 'Little Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3011.0, + density: 15.4, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81303, lat: 42.23644 }, + }, + { + zip_code: '14769', + usps_city: 'Portland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1124.0, + density: 47.6, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47649, lat: 42.36811 }, + }, + { + zip_code: '14807', + usps_city: 'Arkport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3138.0, + density: 17.9, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "81.5", "36003": "18.5"}', + coty_name: ['Steuben', 'Allegany'], + cty_code: ['36101', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71193, lat: 42.41922 }, + }, + { + zip_code: '14838', + usps_city: 'Erin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1917.0, + density: 20.5, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66605, lat: 42.18734 }, + }, + { + zip_code: '14854', + usps_city: 'Jacksonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 203.6, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61477, lat: 42.50574 }, + }, + { + zip_code: '14874', + usps_city: 'Pulteney', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 39.2, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17551, lat: 42.53016 }, + }, + { + zip_code: '14882', + usps_city: 'Lansing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4066.0, + density: 47.2, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55496, lat: 42.58016 }, + }, + { + zip_code: '15050', + usps_city: 'Hookstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2656.0, + density: 43.8, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4388, lat: 40.5622 }, + }, + { + zip_code: '15211', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10415.0, + density: 2602.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01564, lat: 40.43042 }, + }, + { + zip_code: '15214', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13713.0, + density: 1125.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01393, lat: 40.48647 }, + }, + { + zip_code: '15260', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "0"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95313, lat: 40.44321 }, + }, + { + zip_code: '15314', + usps_city: 'Bentleyville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3560.0, + density: 79.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01814, lat: 40.14567 }, + }, + { + zip_code: '15346', + usps_city: 'Mather', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 202.8, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0753, lat: 39.93545 }, + }, + { + zip_code: '15367', + usps_city: 'Venetia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9211.0, + density: 386.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05557, lat: 40.26528 }, + }, + { + zip_code: '15440', + usps_city: 'Gibbon Glade', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 3.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.61665, lat: 39.73533 }, + }, + { + zip_code: '15469', + usps_city: 'Normalville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2174.0, + density: 24.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.4236, lat: 40.01394 }, + }, + { + zip_code: '15628', + usps_city: 'Donegal', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 105.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.37343, lat: 40.10054 }, + }, + { + zip_code: '15629', + usps_city: 'East Vandergrift', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 2288.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.56313, lat: 40.59727 }, + }, + { + zip_code: '15668', + usps_city: 'Murrysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12117.0, + density: 198.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "99.82", "42003": "0.18"}', + coty_name: ['Westmoreland', 'Allegheny'], + cty_code: ['42129', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67125, lat: 40.46203 }, + }, + { + zip_code: '15759', + usps_city: 'Marion Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2997.0, + density: 20.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03035, lat: 40.77111 }, + }, + { + zip_code: '15777', + usps_city: 'Starford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 26.8, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96539, lat: 40.69385 }, + }, + { + zip_code: '15909', + usps_city: 'Johnstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5201.0, + density: 116.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87126, lat: 40.40974 }, + }, + { + zip_code: '15958', + usps_city: 'Summerhill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2231.0, + density: 45.1, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.73205, lat: 40.38931 }, + }, + { + zip_code: '16105', + usps_city: 'New Castle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15016.0, + density: 211.3, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33815, lat: 41.05351 }, + }, + { + zip_code: '16157', + usps_city: 'Wampum', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3071.0, + density: 47.3, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "83.92", "42007": "16.08"}', + coty_name: ['Lawrence', 'Beaver'], + cty_code: ['42073', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33558, lat: 40.88881 }, + }, + { + zip_code: '16255', + usps_city: 'Sligo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1573.0, + density: 14.8, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46442, lat: 41.12753 }, + }, + { + zip_code: '16361', + usps_city: 'Tylersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 3.9, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34279, lat: 41.38596 }, + }, + { + zip_code: '16403', + usps_city: 'Cambridge Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6790.0, + density: 28.3, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "94.52", "42049": "5.48"}', + coty_name: ['Crawford', 'Erie'], + cty_code: ['42039', '42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.02015, lat: 41.79277 }, + }, + { + zip_code: '16415', + usps_city: 'Fairview', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9596.0, + density: 157.0, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23041, lat: 42.0309 }, + }, + { + zip_code: '16438', + usps_city: 'Union City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7568.0, + density: 28.3, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "80.77", "42039": "19.23"}', + coty_name: ['Erie', 'Crawford'], + cty_code: ['42049', '42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84418, lat: 41.89229 }, + }, + { + zip_code: '16619', + usps_city: 'Blandburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 9.1, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.44157, lat: 40.66207 }, + }, + { + zip_code: '16620', + usps_city: 'Brisbin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 161.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.35112, lat: 40.8395 }, + }, + { + zip_code: '16623', + usps_city: 'Cassville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 16.5, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.05223, lat: 40.27155 }, + }, + { + zip_code: '16641', + usps_city: 'Gallitzin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2464.0, + density: 56.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "94.57", "42013": "5.43"}', + coty_name: ['Cambria', 'Blair'], + cty_code: ['42021', '42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.54076, lat: 40.501 }, + }, + { + zip_code: '16835', + usps_city: 'Fleming', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 469.8, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.8773, lat: 40.90753 }, + }, + { + zip_code: '16868', + usps_city: 'Pine Grove Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 257.3, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88061, lat: 40.73196 }, + }, + { + zip_code: '16871', + usps_city: 'Pottersdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 0.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "54.35", "42035": "45.65"}', + coty_name: ['Clearfield', 'Clinton'], + cty_code: ['42033', '42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.02609, lat: 41.18599 }, + }, + { + zip_code: '17034', + usps_city: 'Highspire', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2492.0, + density: 1290.2, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78531, lat: 40.20871 }, + }, + { + zip_code: '17042', + usps_city: 'Lebanon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 38400.0, + density: 224.1, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42499, lat: 40.29452 }, + }, + { + zip_code: '17083', + usps_city: 'Quentin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 1047.9, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43759, lat: 40.27759 }, + }, + { + zip_code: '17229', + usps_city: 'Hustontown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1206.0, + density: 17.1, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "86.68", "42061": "13.32"}', + coty_name: ['Fulton', 'Huntingdon'], + cty_code: ['42057', '42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01128, lat: 40.0783 }, + }, + { + zip_code: '17239', + usps_city: 'Neelyton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 9.4, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.83678, lat: 40.13174 }, + }, + { + zip_code: '17243', + usps_city: 'Orbisonia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1193.0, + density: 7.7, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "97.67", "42067": "2.33"}', + coty_name: ['Huntingdon', 'Juniata'], + cty_code: ['42061', '42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81968, lat: 40.27763 }, + }, + { + zip_code: '17254', + usps_city: 'Scotland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 87.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59034, lat: 39.9703 }, + }, + { + zip_code: '17304', + usps_city: 'Aspers', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2736.0, + density: 43.6, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23064, lat: 39.97676 }, + }, + { + zip_code: '17318', + usps_city: 'Emigsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 303.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72299, lat: 40.02213 }, + }, + { + zip_code: '17538', + usps_city: 'Landisville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6669.0, + density: 670.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.41567, lat: 40.08919 }, + }, + { + zip_code: '17723', + usps_city: 'Cammal', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 1.5, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.45613, lat: 41.432 }, + }, + { + zip_code: '17765', + usps_city: 'Roaring Branch', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1236.0, + density: 5.8, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "80.46", "42081": "19.54"}', + coty_name: ['Tioga', 'Lycoming'], + cty_code: ['42117', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9709, lat: 41.57369 }, + }, + { + zip_code: '17864', + usps_city: 'Port Trevorton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2206.0, + density: 42.5, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90494, lat: 40.70372 }, + }, + { + zip_code: '17885', + usps_city: 'Weikert', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 7.6, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31861, lat: 40.85601 }, + }, + { + zip_code: '18237', + usps_city: 'Mcadoo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3343.0, + density: 199.1, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "99.36", "42025": "0.64"}', + coty_name: ['Schuylkill', 'Carbon'], + cty_code: ['42107', '42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99638, lat: 40.8835 }, + }, + { + zip_code: '18436', + usps_city: 'Lake Ariel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12610.0, + density: 53.6, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "75.44", "42069": "24.56"}', + coty_name: ['Wayne', 'Lackawanna'], + cty_code: ['42127', '42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39302, lat: 41.43676 }, + }, + { + zip_code: '18614', + usps_city: 'Dushore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 5.9, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "99.26", "42131": "0.74"}', + coty_name: ['Sullivan', 'Wyoming'], + cty_code: ['42113', '42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37811, lat: 41.48972 }, + }, + { + zip_code: '18822', + usps_city: 'Hallstead', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3197.0, + density: 29.7, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80145, lat: 41.94977 }, + }, + { + zip_code: '18847', + usps_city: 'Susquehanna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5677.0, + density: 15.5, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "95.34", "42127": "4.66"}', + coty_name: ['Susquehanna', 'Wayne'], + cty_code: ['42115', '42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.56896, lat: 41.92957 }, + }, + { + zip_code: '18920', + usps_city: 'Erwinna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 32.8, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.08428, lat: 40.49613 }, + }, + { + zip_code: '18955', + usps_city: 'Richlandtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1624.0, + density: 238.1, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3152, lat: 40.47756 }, + }, + { + zip_code: '19078', + usps_city: 'Ridley Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11562.0, + density: 2207.9, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32185, lat: 39.87477 }, + }, + { + zip_code: '19118', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10884.0, + density: 1315.1, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "99.18", "42091": "0.82"}', + coty_name: ['Philadelphia', 'Montgomery'], + cty_code: ['42101', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21247, lat: 40.0727 }, + }, + { + zip_code: '19147', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 38472.0, + density: 10551.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15224, lat: 39.93585 }, + }, + { + zip_code: '19373', + usps_city: 'Thornton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4823.0, + density: 449.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53387, lat: 39.90249 }, + }, + { + zip_code: '19474', + usps_city: 'Skippack', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 969.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40403, lat: 40.22353 }, + }, + { + zip_code: '19503', + usps_city: 'Bally', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1518.0, + density: 392.7, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57682, lat: 40.40504 }, + }, + { + zip_code: '19504', + usps_city: 'Barto', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4996.0, + density: 85.7, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "65.07", "42091": "34.93"}', + coty_name: ['Berks', 'Montgomery'], + cty_code: ['42011', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58838, lat: 40.40704 }, + }, + { + zip_code: '19601', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 33208.0, + density: 3441.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94103, lat: 40.35261 }, + }, + { + zip_code: '19716', + usps_city: 'Newark', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 1429.0, + density: 10498.5, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75851, lat: 39.68964 }, + }, + { + zip_code: '19808', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 38657.0, + density: 1067.4, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66525, lat: 39.73838 }, + }, + { + zip_code: '20020', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 56897.0, + density: 4760.7, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9753, lat: 38.86159 }, + }, + { + zip_code: '20147', + usps_city: 'Ashburn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 63878.0, + density: 1240.0, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47954, lat: 39.04152 }, + }, + { + zip_code: '20180', + usps_city: 'Lovettsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7705.0, + density: 69.6, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.63875, lat: 39.26836 }, + }, + { + zip_code: '20190', + usps_city: 'Reston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19950.0, + density: 1709.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33688, lat: 38.95978 }, + }, + { + zip_code: '20620', + usps_city: 'Callaway', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 136.5, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52327, lat: 38.23157 }, + }, + { + zip_code: '20737', + usps_city: 'Riverdale', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 22295.0, + density: 2080.2, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9136, lat: 38.96508 }, + }, + { + zip_code: '20746', + usps_city: 'Suitland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27041.0, + density: 1325.9, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.91808, lat: 38.83678 }, + }, + { + zip_code: '20852', + usps_city: 'Rockville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 46178.0, + density: 2142.8, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12458, lat: 39.0515 }, + }, + { + zip_code: '20879', + usps_city: 'Gaithersburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 26164.0, + density: 1317.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17602, lat: 39.16918 }, + }, + { + zip_code: '20895', + usps_city: 'Kensington', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 19026.0, + density: 1805.5, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07756, lat: 39.02674 }, + }, + { + zip_code: '21093', + usps_city: 'Lutherville Timonium', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37996.0, + density: 725.7, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.64087, lat: 39.43979 }, + }, + { + zip_code: '21158', + usps_city: 'Westminster', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 20906.0, + density: 108.5, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "100"}', + coty_name: ['Carroll'], + cty_code: ['24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03251, lat: 39.64671 }, + }, + { + zip_code: '21201', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 17256.0, + density: 5153.0, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6222, lat: 39.29479 }, + }, + { + zip_code: '21231', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15854.0, + density: 7026.8, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.59238, lat: 39.2871 }, + }, + { + zip_code: '21639', + usps_city: 'Greensboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5279.0, + density: 62.1, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "100"}', + coty_name: ['Caroline'], + cty_code: ['24011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.79355, lat: 38.96569 }, + }, + { + zip_code: '21802', + usps_city: 'Salisbury', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 661.6, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58257, lat: 38.3447 }, + }, + { + zip_code: '21804', + usps_city: 'Salisbury', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 40877.0, + density: 212.4, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "99.28", "24047": "0.72"}', + coty_name: ['Wicomico', 'Worcester'], + cty_code: ['24045', '24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53322, lat: 38.31275 }, + }, + { + zip_code: '21813', + usps_city: 'Bishopville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2672.0, + density: 41.6, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16416, lat: 38.42616 }, + }, + { + zip_code: '21829', + usps_city: 'Girdletree', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 8.5, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37947, lat: 38.09553 }, + }, + { + zip_code: '21849', + usps_city: 'Parsonsburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3577.0, + density: 39.7, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46149, lat: 38.37573 }, + }, + { + zip_code: '22311', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19002.0, + density: 4768.3, + primary_coty_code: '51510', + primary_coty_name: 'Alexandria', + county_weights: '{"51510": "92.95", "51059": "7.05"}', + coty_name: ['Alexandria', 'Fairfax'], + cty_code: ['51510', '51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12238, lat: 38.83438 }, + }, + { + zip_code: '22539', + usps_city: 'Reedville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2234.0, + density: 50.7, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "100"}', + coty_name: ['Northumberland'], + cty_code: ['51133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28774, lat: 37.85905 }, + }, + { + zip_code: '22556', + usps_city: 'Stafford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29386.0, + density: 359.1, + primary_coty_code: '51179', + primary_coty_name: 'Stafford', + county_weights: '{"51179": "100"}', + coty_name: ['Stafford'], + cty_code: ['51179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.51021, lat: 38.47178 }, + }, + { + zip_code: '22572', + usps_city: 'Warsaw', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7227.0, + density: 20.1, + primary_coty_code: '51159', + primary_coty_name: 'Richmond', + county_weights: '{"51159": "96.43", "51193": "3.57"}', + coty_name: ['Richmond', 'Westmoreland'], + cty_code: ['51159', '51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77804, lat: 37.97584 }, + }, + { + zip_code: '22652', + usps_city: 'Fort Valley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1543.0, + density: 8.5, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "100"}', + coty_name: ['Shenandoah'], + cty_code: ['51171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.42848, lat: 38.83988 }, + }, + { + zip_code: '22656', + usps_city: 'Stephenson', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3527.0, + density: 162.2, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "100"}', + coty_name: ['Frederick'], + cty_code: ['51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.08885, lat: 39.21887 }, + }, + { + zip_code: '22747', + usps_city: 'Washington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1367.0, + density: 13.6, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "100"}', + coty_name: ['Rappahannock'], + cty_code: ['51157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.16735, lat: 38.71213 }, + }, + { + zip_code: '22960', + usps_city: 'Orange', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10079.0, + density: 30.3, + primary_coty_code: '51137', + primary_coty_name: 'Orange', + county_weights: '{"51137": "87.43", "51113": "9.46", "51177": "3.12"}', + coty_name: ['Orange', 'Madison', 'Spotsylvania'], + cty_code: ['51137', '51113', '51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07207, lat: 38.22425 }, + }, + { + zip_code: '22972', + usps_city: 'Somerset', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 7.2, + primary_coty_code: '51137', + primary_coty_name: 'Orange', + county_weights: '{"51137": "100"}', + coty_name: ['Orange'], + cty_code: ['51137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.23029, lat: 38.21615 }, + }, + { + zip_code: '23079', + usps_city: 'Jamaica', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 409.0, + density: 7.5, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69114, lat: 37.72321 }, + }, + { + zip_code: '23120', + usps_city: 'Moseley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10478.0, + density: 63.3, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "87.27", "51145": "12.73"}', + coty_name: ['Chesterfield', 'Powhatan'], + cty_code: ['51041', '51145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78499, lat: 37.40973 }, + }, + { + zip_code: '23126', + usps_city: 'Newtown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 8.6, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14492, lat: 37.9226 }, + }, + { + zip_code: '23153', + usps_city: 'Sandy Hook', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1372.0, + density: 40.1, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "100"}', + coty_name: ['Goochland'], + cty_code: ['51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.94478, lat: 37.76975 }, + }, + { + zip_code: '23169', + usps_city: 'Topping', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1069.0, + density: 44.3, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.46489, lat: 37.5901 }, + }, + { + zip_code: '23395', + usps_city: 'Horntown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 558.0, + density: 16.8, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46743, lat: 37.97582 }, + }, + { + zip_code: '23427', + usps_city: 'Saxis', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 18.3, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71341, lat: 37.91297 }, + }, + { + zip_code: '23663', + usps_city: 'Hampton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13528.0, + density: 1879.8, + primary_coty_code: '51650', + primary_coty_name: 'Hampton', + county_weights: '{"51650": "100"}', + coty_name: ['Hampton'], + cty_code: ['51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31431, lat: 37.03303 }, + }, + { + zip_code: '23860', + usps_city: 'Hopewell', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30524.0, + density: 233.4, + primary_coty_code: '51670', + primary_coty_name: 'Hopewell', + county_weights: '{"51670": "70.66", "51149": "29.34"}', + coty_name: ['Hopewell', 'Prince George'], + cty_code: ['51670', '51149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21731, lat: 37.27984 }, + }, + { + zip_code: '23889', + usps_city: 'Warfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 8.6, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73768, lat: 36.89609 }, + }, + { + zip_code: '23938', + usps_city: 'Dundas', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 4.5, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "66.09", "51111": "33.91"}', + coty_name: ['Brunswick', 'Lunenburg'], + cty_code: ['51025', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.99612, lat: 36.90654 }, + }, + { + zip_code: '24120', + usps_city: 'Meadows Of Dan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1477.0, + density: 8.0, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "72.42", "51063": "16.08", "51035": "11.51"}', + coty_name: ['Patrick', 'Floyd', 'Carroll'], + cty_code: ['51141', '51063', '51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.41394, lat: 36.71684 }, + }, + { + zip_code: '24174', + usps_city: 'Thaxton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2898.0, + density: 32.7, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66867, lat: 37.35161 }, + }, + { + zip_code: '24522', + usps_city: 'Appomattox', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9206.0, + density: 18.0, + primary_coty_code: '51011', + primary_coty_name: 'Appomattox', + county_weights: '{"51011": "99.57", "51029": "0.43"}', + coty_name: ['Appomattox', 'Buckingham'], + cty_code: ['51011', '51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78523, lat: 37.37369 }, + }, + { + zip_code: '24540', + usps_city: 'Danville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31607.0, + density: 160.6, + primary_coty_code: '51590', + primary_coty_name: 'Danville', + county_weights: '{"51590": "60.1", "51143": "39.9"}', + coty_name: ['Danville', 'Pittsylvania'], + cty_code: ['51590', '51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.4234, lat: 36.64309 }, + }, + { + zip_code: '24595', + usps_city: 'Sweet Briar', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 132.5, + primary_coty_code: '51009', + primary_coty_name: 'Amherst', + county_weights: '{"51009": "100"}', + coty_name: ['Amherst'], + cty_code: ['51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08251, lat: 37.55779 }, + }, + { + zip_code: '24622', + usps_city: 'Jewell Ridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 839.0, + density: 6.6, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "53.11", "51185": "46.89"}', + coty_name: ['Buchanan', 'Tazewell'], + cty_code: ['51027', '51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79562, lat: 37.20942 }, + }, + { + zip_code: '24729', + usps_city: 'Hiawatha', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 18.8, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25639, lat: 37.44965 }, + }, + { + zip_code: '24862', + usps_city: 'Mohawk', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 602.0, + density: 21.7, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95361, lat: 37.47932 }, + }, + { + zip_code: '24934', + usps_city: 'Dunmore', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 2.1, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89158, lat: 38.33439 }, + }, + { + zip_code: '24966', + usps_city: 'Renick', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1473.0, + density: 2.9, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37499, lat: 38.0697 }, + }, + { + zip_code: '24970', + usps_city: 'Ronceverte', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4508.0, + density: 43.1, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "98.91", "54063": "1.09"}', + coty_name: ['Greenbrier', 'Monroe'], + cty_code: ['54025', '54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4789, lat: 37.73129 }, + }, + { + zip_code: '25022', + usps_city: 'Blair', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 3.8, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8117, lat: 37.85869 }, + }, + { + zip_code: '25088', + usps_city: 'Glen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 4.6, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2145, lat: 38.37978 }, + }, + { + zip_code: '25111', + usps_city: 'Indore', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 7.3, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "80.12", "54067": "19.88"}', + coty_name: ['Clay', 'Nicholas'], + cty_code: ['54015', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12695, lat: 38.34987 }, + }, + { + zip_code: '25154', + usps_city: 'Peytona', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 15.5, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70495, lat: 38.11702 }, + }, + { + zip_code: '25209', + usps_city: 'Whitesville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 16.3, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "66.18", "54081": "33.82"}', + coty_name: ['Boone', 'Raleigh'], + cty_code: ['54005', '54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52965, lat: 37.96296 }, + }, + { + zip_code: '25507', + usps_city: 'Ceredo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 443.3, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.55395, lat: 38.39671 }, + }, + { + zip_code: '25510', + usps_city: 'Culloden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5154.0, + density: 61.2, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "63.95", "54079": "31.42", "54043": "4.63"}', + coty_name: ['Cabell', 'Putnam', 'Lincoln'], + cty_code: ['54011', '54079', '54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06642, lat: 38.39335 }, + }, + { + zip_code: '25628', + usps_city: 'Kistler', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 35.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86216, lat: 37.76602 }, + }, + { + zip_code: '25630', + usps_city: 'Lorado', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 9.5, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69019, lat: 37.79415 }, + }, + { + zip_code: '25632', + usps_city: 'Lyburn', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 5.9, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92843, lat: 37.75662 }, + }, + { + zip_code: '25639', + usps_city: 'Peach Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 25.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95942, lat: 37.88917 }, + }, + { + zip_code: '25823', + usps_city: 'Coal City', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 57.2, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.1996, lat: 37.65924 }, + }, + { + zip_code: '25879', + usps_city: 'Minden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 51.9, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10541, lat: 37.97965 }, + }, + { + zip_code: '26035', + usps_city: 'Colliers', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1714.0, + density: 36.7, + primary_coty_code: '54009', + primary_coty_name: 'Brooke', + county_weights: '{"54009": "100"}', + coty_name: ['Brooke'], + cty_code: ['54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55516, lat: 40.34829 }, + }, + { + zip_code: '26050', + usps_city: 'Newell', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1780.0, + density: 236.9, + primary_coty_code: '54029', + primary_coty_name: 'Hancock', + county_weights: '{"54029": "100"}', + coty_name: ['Hancock'], + cty_code: ['54029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62592, lat: 40.60047 }, + }, + { + zip_code: '26074', + usps_city: 'West Liberty', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1190.0, + density: 279.3, + primary_coty_code: '54069', + primary_coty_name: 'Ohio', + county_weights: '{"54069": "100"}', + coty_name: ['Ohio'], + cty_code: ['54069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59258, lat: 40.16163 }, + }, + { + zip_code: '26217', + usps_city: 'Diana', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 3.1, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4562, lat: 38.60756 }, + }, + { + zip_code: '26271', + usps_city: 'Hendricks', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 4.9, + primary_coty_code: '54093', + primary_coty_name: 'Tucker', + county_weights: '{"54093": "100"}', + coty_name: ['Tucker'], + cty_code: ['54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58107, lat: 39.03292 }, + }, + { + zip_code: '26343', + usps_city: 'Crawford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 4.6, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "62.02", "54097": "37.98"}', + coty_name: ['Lewis', 'Upshur'], + cty_code: ['54041', '54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40475, lat: 38.83113 }, + }, + { + zip_code: '26369', + usps_city: 'Hepzibah', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 622.0, + density: 175.5, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33176, lat: 39.33403 }, + }, + { + zip_code: '26421', + usps_city: 'Pullman', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 120.0, + density: 2.7, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91595, lat: 39.18432 }, + }, + { + zip_code: '26508', + usps_city: 'Morgantown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 34056.0, + density: 108.1, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89596, lat: 39.60051 }, + }, + { + zip_code: '26581', + usps_city: 'Littleton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 968.0, + density: 7.6, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "100"}', + coty_name: ['Wetzel'], + cty_code: ['54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56753, lat: 39.6651 }, + }, + { + zip_code: '26720', + usps_city: 'Gormania', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 12.5, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "100"}', + coty_name: ['Grant'], + cty_code: ['54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32957, lat: 39.28032 }, + }, + { + zip_code: '27018', + usps_city: 'East Bend', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8204.0, + density: 38.6, + primary_coty_code: '37197', + primary_coty_name: 'Yadkin', + county_weights: '{"37197": "100"}', + coty_name: ['Yadkin'], + cty_code: ['37197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.52076, lat: 36.19792 }, + }, + { + zip_code: '27047', + usps_city: 'Siloam', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 27.4, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "100"}', + coty_name: ['Surry'], + cty_code: ['37171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57765, lat: 36.31155 }, + }, + { + zip_code: '27048', + usps_city: 'Stoneville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8423.0, + density: 39.2, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "100"}', + coty_name: ['Rockingham'], + cty_code: ['37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91057, lat: 36.47573 }, + }, + { + zip_code: '27201', + usps_city: 'Alamance', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 192.9, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "100"}', + coty_name: ['Alamance'], + cty_code: ['37001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48485, lat: 36.03424 }, + }, + { + zip_code: '27214', + usps_city: 'Browns Summit', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11825.0, + density: 94.9, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "95.55", "37157": "4.45"}', + coty_name: ['Guilford', 'Rockingham'], + cty_code: ['37081', '37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67859, lat: 36.21252 }, + }, + { + zip_code: '27253', + usps_city: 'Graham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 30573.0, + density: 134.0, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "100"}', + coty_name: ['Alamance'], + cty_code: ['37001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34546, lat: 35.96166 }, + }, + { + zip_code: '27358', + usps_city: 'Summerfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15028.0, + density: 106.5, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "82.31", "37157": "17.69"}', + coty_name: ['Guilford', 'Rockingham'], + cty_code: ['37081', '37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87975, lat: 36.22808 }, + }, + { + zip_code: '27511', + usps_city: 'Cary', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34078.0, + density: 1121.9, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78426, lat: 35.76325 }, + }, + { + zip_code: '27846', + usps_city: 'Jamesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3096.0, + density: 12.6, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "100"}', + coty_name: ['Martin'], + cty_code: ['37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88982, lat: 35.76368 }, + }, + { + zip_code: '27885', + usps_city: 'Swanquarter', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 3.0, + primary_coty_code: '37095', + primary_coty_name: 'Hyde', + county_weights: '{"37095": "100"}', + coty_name: ['Hyde'], + cty_code: ['37095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26283, lat: 35.41418 }, + }, + { + zip_code: '27896', + usps_city: 'Wilson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20791.0, + density: 232.2, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "97", "37127": "3"}', + coty_name: ['Wilson', 'Nash'], + cty_code: ['37195', '37127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.97651, lat: 35.79141 }, + }, + { + zip_code: '27910', + usps_city: 'Ahoskie', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11691.0, + density: 33.2, + primary_coty_code: '37091', + primary_coty_name: 'Hertford', + county_weights: '{"37091": "89.94", "37015": "10.06"}', + coty_name: ['Hertford', 'Bertie'], + cty_code: ['37091', '37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9931, lat: 36.28948 }, + }, + { + zip_code: '27926', + usps_city: 'Corapeake', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1692.0, + density: 18.3, + primary_coty_code: '37073', + primary_coty_name: 'Gates', + county_weights: '{"37073": "100"}', + coty_name: ['Gates'], + cty_code: ['37073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6078, lat: 36.51685 }, + }, + { + zip_code: '27978', + usps_city: 'Stumpy Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 4.4, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74841, lat: 35.73482 }, + }, + { + zip_code: '28021', + usps_city: 'Cherryville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14408.0, + density: 88.8, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "65.4", "37045": "20.28", "37109": "14.32"}', + coty_name: ['Gaston', 'Cleveland', 'Lincoln'], + cty_code: ['37071', '37045', '37109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4098, lat: 35.39855 }, + }, + { + zip_code: '28077', + usps_city: 'High Shoals', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 308.5, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20284, lat: 35.40416 }, + }, + { + zip_code: '28209', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23533.0, + density: 1657.2, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85386, lat: 35.17854 }, + }, + { + zip_code: '28226', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39796.0, + density: 1030.2, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81984, lat: 35.1067 }, + }, + { + zip_code: '28337', + usps_city: 'Elizabethtown', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10574.0, + density: 25.6, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "100"}', + coty_name: ['Bladen'], + cty_code: ['37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57076, lat: 34.66141 }, + }, + { + zip_code: '28387', + usps_city: 'Southern Pines', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15437.0, + density: 204.9, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.37607, lat: 35.17912 }, + }, + { + zip_code: '28393', + usps_city: 'Turkey', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1962.0, + density: 17.1, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "99.75", "37061": "0.25"}', + coty_name: ['Sampson', 'Duplin'], + cty_code: ['37163', '37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.18778, lat: 34.97788 }, + }, + { + zip_code: '28448', + usps_city: 'Kelly', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 3.7, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "96.3", "37141": "3.7"}', + coty_name: ['Bladen', 'Pender'], + cty_code: ['37017', '37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.32202, lat: 34.49223 }, + }, + { + zip_code: '28456', + usps_city: 'Riegelwood', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3750.0, + density: 22.5, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "62.71", "37017": "29.36", "37019": "7.93"}', + coty_name: ['Columbus', 'Bladen', 'Brunswick'], + cty_code: ['37047', '37017', '37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2803, lat: 34.37595 }, + }, + { + zip_code: '28465', + usps_city: 'Oak Island', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7432.0, + density: 271.1, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.1033, lat: 33.91255 }, + }, + { + zip_code: '28511', + usps_city: 'Atlantic', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 626.0, + density: 29.6, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35195, lat: 34.8996 }, + }, + { + zip_code: '28572', + usps_city: 'Pink Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6866.0, + density: 25.0, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: + '{"37061": "55.99", "37107": "37.93", "37103": "5.83", "37133": "0.24"}', + coty_name: ['Duplin', 'Lenoir', 'Jones', 'Onslow'], + cty_code: ['37061', '37107', '37103', '37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73025, lat: 35.02305 }, + }, + { + zip_code: '28575', + usps_city: 'Salter Path', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 309.5, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89137, lat: 34.68734 }, + }, + { + zip_code: '28583', + usps_city: 'Stonewall', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 70.8, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.74056, lat: 35.13707 }, + }, + { + zip_code: '28605', + usps_city: 'Blowing Rock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3312.0, + density: 44.2, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "94.87", "37027": "3.81", "37011": "1.32"}', + coty_name: ['Watauga', 'Caldwell', 'Avery'], + cty_code: ['37189', '37027', '37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6996, lat: 36.13548 }, + }, + { + zip_code: '28720', + usps_city: 'Chimney Rock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 20.9, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25356, lat: 35.45103 }, + }, + { + zip_code: '28743', + usps_city: 'Hot Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1997.0, + density: 6.2, + primary_coty_code: '37115', + primary_coty_name: 'Madison', + county_weights: '{"37115": "99.48", "37087": "0.52"}', + coty_name: ['Madison', 'Haywood'], + cty_code: ['37115', '37087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.90049, lat: 35.80819 }, + }, + { + zip_code: '28763', + usps_city: 'Otto', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2419.0, + density: 16.9, + primary_coty_code: '37113', + primary_coty_name: 'Macon', + county_weights: '{"37113": "100"}', + coty_name: ['Macon'], + cty_code: ['37113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.43227, lat: 35.03818 }, + }, + { + zip_code: '28771', + usps_city: 'Robbinsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8069.0, + density: 11.5, + primary_coty_code: '37075', + primary_coty_name: 'Graham', + county_weights: '{"37075": "99.93", "37173": "0.07"}', + coty_name: ['Graham', 'Swain'], + cty_code: ['37075', '37173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8463, lat: 35.34574 }, + }, + { + zip_code: '28786', + usps_city: 'Waynesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21004.0, + density: 109.0, + primary_coty_code: '37087', + primary_coty_name: 'Haywood', + county_weights: '{"37087": "100", "37099": "0"}', + coty_name: ['Haywood', 'Jackson'], + cty_code: ['37087', '37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99227, lat: 35.46316 }, + }, + { + zip_code: '28904', + usps_city: 'Hayesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8969.0, + density: 18.2, + primary_coty_code: '37043', + primary_coty_name: 'Clay', + county_weights: '{"37043": "100"}', + coty_name: ['Clay'], + cty_code: ['37043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.72757, lat: 35.06241 }, + }, + { + zip_code: '29047', + usps_city: 'Elloree', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3786.0, + density: 22.3, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "64", "45017": "36"}', + coty_name: ['Orangeburg', 'Calhoun'], + cty_code: ['45075', '45017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58157, lat: 33.53362 }, + }, + { + zip_code: '29135', + usps_city: 'Saint Matthews', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8147.0, + density: 16.4, + primary_coty_code: '45017', + primary_coty_name: 'Calhoun', + county_weights: '{"45017": "97.41", "45075": "2.59"}', + coty_name: ['Calhoun', 'Orangeburg'], + cty_code: ['45017', '45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78727, lat: 33.68917 }, + }, + { + zip_code: '29153', + usps_city: 'Sumter', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15373.0, + density: 41.5, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "97.14", "45061": "2.86"}', + coty_name: ['Sumter', 'Lee'], + cty_code: ['45085', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30418, lat: 33.96077 }, + }, + { + zip_code: '29377', + usps_city: 'Startex', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 274.4, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09673, lat: 34.92932 }, + }, + { + zip_code: '29388', + usps_city: 'Woodruff', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16138.0, + density: 63.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "98.04", "45059": "1.96"}', + coty_name: ['Spartanburg', 'Laurens'], + cty_code: ['45083', '45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04387, lat: 34.764 }, + }, + { + zip_code: '29401', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9018.0, + density: 2244.7, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93494, lat: 32.77869 }, + }, + { + zip_code: '29423', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0713, lat: 32.9788 }, + }, + { + zip_code: '29435', + usps_city: 'Cottageville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4980.0, + density: 28.0, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.47273, lat: 32.96697 }, + }, + { + zip_code: '29440', + usps_city: 'Georgetown', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27664.0, + density: 20.4, + primary_coty_code: '45043', + primary_coty_name: 'Georgetown', + county_weights: '{"45043": "100"}', + coty_name: ['Georgetown'], + cty_code: ['45043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.329, lat: 33.37712 }, + }, + { + zip_code: '29450', + usps_city: 'Huger', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3319.0, + density: 8.9, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "98.29", "45019": "1.71"}', + coty_name: ['Berkeley', 'Charleston'], + cty_code: ['45015', '45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78053, lat: 33.06496 }, + }, + { + zip_code: '29469', + usps_city: 'Pinopolis', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 15.0, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08945, lat: 33.24879 }, + }, + { + zip_code: '29556', + usps_city: 'Kingstree', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11690.0, + density: 25.9, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "100"}', + coty_name: ['Williamsburg'], + cty_code: ['45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75943, lat: 33.66677 }, + }, + { + zip_code: '29568', + usps_city: 'Longs', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16130.0, + density: 67.7, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75206, lat: 33.90772 }, + }, + { + zip_code: '29594', + usps_city: 'Tatum', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 116.0, + density: 19.5, + primary_coty_code: '45069', + primary_coty_name: 'Marlboro', + county_weights: '{"45069": "100"}', + coty_name: ['Marlboro'], + cty_code: ['45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57731, lat: 34.64017 }, + }, + { + zip_code: '29614', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2009.0, + density: 4039.5, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36306, lat: 34.87376 }, + }, + { + zip_code: '29682', + usps_city: 'Six Mile', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3670.0, + density: 53.2, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "100"}', + coty_name: ['Pickens'], + cty_code: ['45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84553, lat: 34.8345 }, + }, + { + zip_code: '29828', + usps_city: 'Gloverville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 414.9, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82839, lat: 33.52282 }, + }, + { + zip_code: '29832', + usps_city: 'Johnston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5198.0, + density: 20.7, + primary_coty_code: '45037', + primary_coty_name: 'Edgefield', + county_weights: '{"45037": "83.22", "45081": "16.78"}', + coty_name: ['Edgefield', 'Saluda'], + cty_code: ['45037', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80817, lat: 33.83962 }, + }, + { + zip_code: '29921', + usps_city: 'Furman', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 10.3, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "100"}', + coty_name: ['Hampton'], + cty_code: ['45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17286, lat: 32.6826 }, + }, + { + zip_code: '30093', + usps_city: 'Norcross', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 56290.0, + density: 1823.8, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17802, lat: 33.90951 }, + }, + { + zip_code: '30161', + usps_city: 'Rome', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 34159.0, + density: 93.0, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "99.63", "13015": "0.37"}', + coty_name: ['Floyd', 'Bartow'], + cty_code: ['13115', '13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.17184, lat: 34.23799 }, + }, + { + zip_code: '30293', + usps_city: 'Woodbury', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2609.0, + density: 12.5, + primary_coty_code: '13199', + primary_coty_name: 'Meriwether', + county_weights: '{"13199": "100"}', + coty_name: ['Meriwether'], + cty_code: ['13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60175, lat: 32.97425 }, + }, + { + zip_code: '30442', + usps_city: 'Millen', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7887.0, + density: 9.8, + primary_coty_code: '13165', + primary_coty_name: 'Jenkins', + county_weights: '{"13165": "96.47", "13033": "3.53"}', + coty_name: ['Jenkins', 'Burke'], + cty_code: ['13165', '13033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98904, lat: 32.80179 }, + }, + { + zip_code: '30449', + usps_city: 'Oliver', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 7.1, + primary_coty_code: '13251', + primary_coty_name: 'Screven', + county_weights: '{"13251": "100"}', + coty_name: ['Screven'], + cty_code: ['13251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55148, lat: 32.52987 }, + }, + { + zip_code: '30523', + usps_city: 'Clarkesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12465.0, + density: 27.9, + primary_coty_code: '13137', + primary_coty_name: 'Habersham', + county_weights: '{"13137": "98.19", "13241": "1.81"}', + coty_name: ['Habersham', 'Rabun'], + cty_code: ['13137', '13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53648, lat: 34.70783 }, + }, + { + zip_code: '30560', + usps_city: 'Morganton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4772.0, + density: 25.3, + primary_coty_code: '13111', + primary_coty_name: 'Fannin', + county_weights: '{"13111": "86.58", "13291": "13.42"}', + coty_name: ['Fannin', 'Union'], + cty_code: ['13111', '13291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19489, lat: 34.87976 }, + }, + { + zip_code: '30606', + usps_city: 'Athens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 45457.0, + density: 575.9, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "90.67", "13219": "9.33"}', + coty_name: ['Clarke', 'Oconee'], + cty_code: ['13059', '13219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42878, lat: 33.93961 }, + }, + { + zip_code: '30808', + usps_city: 'Dearing', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4157.0, + density: 25.3, + primary_coty_code: '13189', + primary_coty_name: 'McDuffie', + county_weights: '{"13189": "100"}', + coty_name: ['McDuffie'], + cty_code: ['13189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39349, lat: 33.38342 }, + }, + { + zip_code: '30812', + usps_city: 'Gracewood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 1198.7, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "100"}', + coty_name: ['Richmond'], + cty_code: ['13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02857, lat: 33.36723 }, + }, + { + zip_code: '31002', + usps_city: 'Adrian', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3065.0, + density: 10.2, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: + '{"13107": "42.03", "13167": "41.27", "13175": "8.45", "13283": "8.25"}', + coty_name: ['Emanuel', 'Johnson', 'Laurens', 'Treutlen'], + cty_code: ['13107', '13167', '13175', '13283'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5829, lat: 32.54863 }, + }, + { + zip_code: '39040', + usps_city: 'Bentonia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3011.0, + density: 6.7, + primary_coty_code: '28163', + primary_coty_name: 'Yazoo', + county_weights: '{"28163": "100"}', + coty_name: ['Yazoo'], + cty_code: ['28163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41989, lat: 32.63746 }, + }, + { + zip_code: '39152', + usps_city: 'Pulaski', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 8.3, + primary_coty_code: '28129', + primary_coty_name: 'Smith', + county_weights: '{"28129": "54.75", "28123": "45.25"}', + coty_name: ['Smith', 'Scott'], + cty_code: ['28129', '28123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57703, lat: 32.20928 }, + }, + { + zip_code: '39168', + usps_city: 'Taylorsville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6615.0, + density: 16.6, + primary_coty_code: '28129', + primary_coty_name: 'Smith', + county_weights: '{"28129": "65.42", "28067": "22.01", "28031": "12.57"}', + coty_name: ['Smith', 'Jones', 'Covington'], + cty_code: ['28129', '28067', '28031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.409, lat: 31.83297 }, + }, + { + zip_code: '39573', + usps_city: 'Perkinston', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7624.0, + density: 7.4, + primary_coty_code: '28131', + primary_coty_name: 'Stone', + county_weights: + '{"28131": "70.59", "28045": "21.91", "28039": "3.56", "28059": "1.52", "28109": "1.31", "28047": "1.11"}', + coty_name: [ + 'Stone', + 'Hancock', + 'George', + 'Jackson', + 'Pearl River', + 'Harrison', + ], + cty_code: ['28131', '28045', '28039', '28059', '28109', '28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09229, lat: 30.72713 }, + }, + { + zip_code: '39667', + usps_city: 'Tylertown', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12045.0, + density: 14.7, + primary_coty_code: '28147', + primary_coty_name: 'Walthall', + county_weights: '{"28147": "94.01", "28113": "4.62", "28091": "1.37"}', + coty_name: ['Walthall', 'Pike', 'Marion'], + cty_code: ['28147', '28113', '28091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12535, lat: 31.12978 }, + }, + { + zip_code: '39739', + usps_city: 'Brooksville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2345.0, + density: 5.0, + primary_coty_code: '28103', + primary_coty_name: 'Noxubee', + county_weights: '{"28103": "100"}', + coty_name: ['Noxubee'], + cty_code: ['28103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57382, lat: 33.23963 }, + }, + { + zip_code: '39842', + usps_city: 'Dawson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7770.0, + density: 10.6, + primary_coty_code: '13273', + primary_coty_name: 'Terrell', + county_weights: '{"13273": "99.75", "13037": "0.25"}', + coty_name: ['Terrell', 'Calhoun'], + cty_code: ['13273', '13037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.43681, lat: 31.76133 }, + }, + { + zip_code: '39866', + usps_city: 'Morgan', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2185.0, + density: 15.1, + primary_coty_code: '13037', + primary_coty_name: 'Calhoun', + county_weights: '{"13037": "100"}', + coty_name: ['Calhoun'], + cty_code: ['13037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60234, lat: 31.55126 }, + }, + { + zip_code: '40008', + usps_city: 'Bloomfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2968.0, + density: 14.5, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "92.58", "21215": "7.42"}', + coty_name: ['Nelson', 'Spencer'], + cty_code: ['21179', '21215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.27637, lat: 37.9163 }, + }, + { + zip_code: '40220', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 34025.0, + density: 1724.5, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.61724, lat: 38.21549 }, + }, + { + zip_code: '40229', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 39289.0, + density: 768.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "62.78", "21029": "37.22"}', + coty_name: ['Jefferson', 'Bullitt'], + cty_code: ['21111', '21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.65482, lat: 38.08909 }, + }, + { + zip_code: '40328', + usps_city: 'Gravel Switch', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1245.0, + density: 9.8, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "63.76", "21021": "20.47", "21045": "15.77"}', + coty_name: ['Marion', 'Boyle', 'Casey'], + cty_code: ['21155', '21021', '21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.02585, lat: 37.56398 }, + }, + { + zip_code: '40383', + usps_city: 'Versailles', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 23805.0, + density: 60.0, + primary_coty_code: '21239', + primary_coty_name: 'Woodford', + county_weights: '{"21239": "97.8", "21113": "2.2"}', + coty_name: ['Woodford', 'Jessamine'], + cty_code: ['21239', '21113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73985, lat: 38.01264 }, + }, + { + zip_code: '40504', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 27796.0, + density: 1766.1, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54154, lat: 38.04172 }, + }, + { + zip_code: '40517', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 37096.0, + density: 2319.6, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48829, lat: 37.98388 }, + }, + { + zip_code: '40855', + usps_city: 'Lynch', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 19.6, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89417, lat: 36.94714 }, + }, + { + zip_code: '41174', + usps_city: 'South Portsmouth', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1090.0, + density: 41.6, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "78.43", "21135": "21.57"}', + coty_name: ['Greenup', 'Lewis'], + cty_code: ['21089', '21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01162, lat: 38.70488 }, + }, + { + zip_code: '41201', + usps_city: 'Adams', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 5.1, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "100"}', + coty_name: ['Lawrence'], + cty_code: ['21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72941, lat: 38.06391 }, + }, + { + zip_code: '41365', + usps_city: 'Rogers', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 8.9, + primary_coty_code: '21237', + primary_coty_name: 'Wolfe', + county_weights: '{"21237": "100"}', + coty_name: ['Wolfe'], + cty_code: ['21237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63143, lat: 37.70928 }, + }, + { + zip_code: '41397', + usps_city: 'Zoe', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11.0, + density: 1.5, + primary_coty_code: '21129', + primary_coty_name: 'Lee', + county_weights: '{"21129": "100"}', + coty_name: ['Lee'], + cty_code: ['21129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67023, lat: 37.68664 }, + }, + { + zip_code: '41567', + usps_city: 'Stone', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 13.1, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2833, lat: 37.57503 }, + }, + { + zip_code: '41635', + usps_city: 'Harold', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3103.0, + density: 58.2, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62675, lat: 37.47706 }, + }, + { + zip_code: '41669', + usps_city: 'Wheelwright', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 88.4, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71552, lat: 37.33167 }, + }, + { + zip_code: '41727', + usps_city: 'Chavies', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 30.5, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30575, lat: 37.35386 }, + }, + { + zip_code: '41834', + usps_city: 'Littcarr', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 10.1, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95686, lat: 37.26133 }, + }, + { + zip_code: '42021', + usps_city: 'Arlington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1491.0, + density: 10.0, + primary_coty_code: '21039', + primary_coty_name: 'Carlisle', + county_weights: '{"21039": "92.29", "21105": "7.71"}', + coty_name: ['Carlisle', 'Hickman'], + cty_code: ['21039', '21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02655, lat: 36.80481 }, + }, + { + zip_code: '42134', + usps_city: 'Franklin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 17700.0, + density: 32.2, + primary_coty_code: '21213', + primary_coty_name: 'Simpson', + county_weights: '{"21213": "97.42", "21003": "2.53", "21141": "0.05"}', + coty_name: ['Simpson', 'Allen', 'Logan'], + cty_code: ['21213', '21003', '21141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.56599, lat: 36.72444 }, + }, + { + zip_code: '42214', + usps_city: 'Center', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 746.0, + density: 14.8, + primary_coty_code: '21169', + primary_coty_name: 'Metcalfe', + county_weights: '{"21169": "80.21", "21087": "19.79"}', + coty_name: ['Metcalfe', 'Green'], + cty_code: ['21169', '21087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.6915, lat: 37.13985 }, + }, + { + zip_code: '42325', + usps_city: 'Bremen', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2290.0, + density: 29.2, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.27036, lat: 37.32733 }, + }, + { + zip_code: '42327', + usps_city: 'Calhoun', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3957.0, + density: 12.3, + primary_coty_code: '21149', + primary_coty_name: 'McLean', + county_weights: '{"21149": "99.11", "21059": "0.89"}', + coty_name: ['McLean', 'Daviess'], + cty_code: ['21149', '21059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30164, lat: 37.58745 }, + }, + { + zip_code: '42501', + usps_city: 'Somerset', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 17390.0, + density: 33.6, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "100"}', + coty_name: ['Pulaski'], + cty_code: ['21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.44978, lat: 37.06174 }, + }, + { + zip_code: '43008', + usps_city: 'Buckeye Lake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2640.0, + density: 684.0, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48137, lat: 39.93381 }, + }, + { + zip_code: '43067', + usps_city: 'Raymond', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1209.0, + density: 14.9, + primary_coty_code: '39159', + primary_coty_name: 'Union', + county_weights: '{"39159": "100"}', + coty_name: ['Union'], + cty_code: ['39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47083, lat: 40.34577 }, + }, + { + zip_code: '43076', + usps_city: 'Thornville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8664.0, + density: 46.7, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "50.03", "39089": "29.09", "39045": "20.88"}', + coty_name: ['Perry', 'Licking', 'Fairfield'], + cty_code: ['39127', '39089', '39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39754, lat: 39.89645 }, + }, + { + zip_code: '43102', + usps_city: 'Amanda', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4480.0, + density: 29.1, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "92.22", "39073": "5.34", "39129": "2.44"}', + coty_name: ['Fairfield', 'Hocking', 'Pickaway'], + cty_code: ['39045', '39073', '39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.763, lat: 39.63957 }, + }, + { + zip_code: '43142', + usps_city: 'Milledgeville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 593.3, + primary_coty_code: '39047', + primary_coty_name: 'Fayette', + county_weights: '{"39047": "100"}', + coty_name: ['Fayette'], + cty_code: ['39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58742, lat: 39.5934 }, + }, + { + zip_code: '43230', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 59111.0, + density: 1090.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86985, lat: 40.03563 }, + }, + { + zip_code: '43311', + usps_city: 'Bellefontaine', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18919.0, + density: 71.9, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "100"}', + coty_name: ['Logan'], + cty_code: ['39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.75618, lat: 40.36589 }, + }, + { + zip_code: '43336', + usps_city: 'Middleburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "100"}', + coty_name: ['Logan'], + cty_code: ['39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58245, lat: 40.29111 }, + }, + { + zip_code: '43348', + usps_city: 'Russells Point', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1759.0, + density: 319.8, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "100"}', + coty_name: ['Logan'], + cty_code: ['39091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8869, lat: 40.46752 }, + }, + { + zip_code: '43402', + usps_city: 'Bowling Green', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32169.0, + density: 111.2, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6546, lat: 41.40996 }, + }, + { + zip_code: '43535', + usps_city: 'Malinta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 673.0, + density: 10.8, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "100"}', + coty_name: ['Henry'], + cty_code: ['39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02206, lat: 41.30731 }, + }, + { + zip_code: '43558', + usps_city: 'Swanton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13016.0, + density: 60.5, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "64.82", "39095": "35.18"}', + coty_name: ['Fulton', 'Lucas'], + cty_code: ['39051', '39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87835, lat: 41.59281 }, + }, + { + zip_code: '43608', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14608.0, + density: 1557.7, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.52854, lat: 41.67987 }, + }, + { + zip_code: '43713', + usps_city: 'Barnesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6764.0, + density: 28.4, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17407, lat: 39.98808 }, + }, + { + zip_code: '43732', + usps_city: 'Cumberland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1226.0, + density: 6.4, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "76.81", "39121": "19.55", "39119": "3.64"}', + coty_name: ['Guernsey', 'Noble', 'Muskingum'], + cty_code: ['39059', '39121', '39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65279, lat: 39.8457 }, + }, + { + zip_code: '43824', + usps_city: 'Fresno', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4087.0, + density: 20.6, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "94.19", "39157": "5.81"}', + coty_name: ['Coshocton', 'Tuscarawas'], + cty_code: ['39031', '39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76149, lat: 40.36278 }, + }, + { + zip_code: '43840', + usps_city: 'Stone Creek', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1416.0, + density: 17.0, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "99.04", "39031": "0.96"}', + coty_name: ['Tuscarawas', 'Coshocton'], + cty_code: ['39157', '39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60399, lat: 40.4072 }, + }, + { + zip_code: '43938', + usps_city: 'Mingo Junction', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5359.0, + density: 64.7, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67252, lat: 40.30374 }, + }, + { + zip_code: '44017', + usps_city: 'Berea', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18856.0, + density: 1183.4, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86317, lat: 41.36865 }, + }, + { + zip_code: '44115', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8515.0, + density: 1485.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67108, lat: 41.49215 }, + }, + { + zip_code: '44122', + usps_city: 'Beachwood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33115.0, + density: 969.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51178, lat: 41.47013 }, + }, + { + zip_code: '44224', + usps_city: 'Stow', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 39348.0, + density: 762.4, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "99.9", "39133": "0.1"}', + coty_name: ['Summit', 'Portage'], + cty_code: ['39153', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43881, lat: 41.17668 }, + }, + { + zip_code: '44262', + usps_city: 'Munroe Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5017.0, + density: 841.4, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43726, lat: 41.14048 }, + }, + { + zip_code: '44274', + usps_city: 'Sharon Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 144.7, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "100"}', + coty_name: ['Medina'], + cty_code: ['39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73264, lat: 41.09834 }, + }, + { + zip_code: '44412', + usps_city: 'Diamond', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2492.0, + density: 42.1, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "83.93", "39099": "16.07"}', + coty_name: ['Portage', 'Mahoning'], + cty_code: ['39133', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02478, lat: 41.09396 }, + }, + { + zip_code: '44432', + usps_city: 'Lisbon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12969.0, + density: 48.5, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75814, lat: 40.75011 }, + }, + { + zip_code: '44437', + usps_city: 'McDonald', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4229.0, + density: 413.0, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "97.77", "39099": "2.23"}', + coty_name: ['Trumbull', 'Mahoning'], + cty_code: ['39155', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73122, lat: 41.15582 }, + }, + { + zip_code: '44493', + usps_city: 'Winona', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 86.3, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.88864, lat: 40.82502 }, + }, + { + zip_code: '44503', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1020.0, + density: 876.1, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64895, lat: 41.09917 }, + }, + { + zip_code: '44607', + usps_city: 'Augusta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 29.7, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "100"}', + coty_name: ['Carroll'], + cty_code: ['39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02581, lat: 40.68949 }, + }, + { + zip_code: '44697', + usps_city: 'Zoar', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 115.6, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4236, lat: 40.61156 }, + }, + { + zip_code: '44699', + usps_city: 'Tippecanoe', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 756.0, + density: 5.3, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "73.53", "39157": "26.25", "39059": "0.21"}', + coty_name: ['Harrison', 'Tuscarawas', 'Guernsey'], + cty_code: ['39067', '39157', '39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28491, lat: 40.27808 }, + }, + { + zip_code: '44906', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16984.0, + density: 316.0, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "100"}', + coty_name: ['Richland'], + cty_code: ['39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57694, lat: 40.76575 }, + }, + { + zip_code: '45147', + usps_city: 'Miamiville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 235.0, + density: 152.2, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "93.88", "39061": "6.12"}', + coty_name: ['Clermont', 'Hamilton'], + cty_code: ['39025', '39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28889, lat: 39.20667 }, + }, + { + zip_code: '45213', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11658.0, + density: 1413.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42008, lat: 39.18076 }, + }, + { + zip_code: '45217', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7085.0, + density: 1315.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49728, lat: 39.16767 }, + }, + { + zip_code: '45345', + usps_city: 'New Lebanon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6415.0, + density: 113.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40749, lat: 39.73786 }, + }, + { + zip_code: '45369', + usps_city: 'South Vienna', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3559.0, + density: 31.2, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "99.49", "39097": "0.51"}', + coty_name: ['Clark', 'Madison'], + cty_code: ['39023', '39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6043, lat: 39.95302 }, + }, + { + zip_code: '45382', + usps_city: 'West Manchester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 25.5, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "82.58", "39037": "17.42"}', + coty_name: ['Preble', 'Darke'], + cty_code: ['39135', '39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61347, lat: 39.90036 }, + }, + { + zip_code: '45404', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11150.0, + density: 698.2, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16168, lat: 39.79057 }, + }, + { + zip_code: '45657', + usps_city: 'Otway', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1518.0, + density: 6.0, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "87.86", "39001": "12.14"}', + coty_name: ['Scioto', 'Adams'], + cty_code: ['39145', '39001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2142, lat: 38.85279 }, + }, + { + zip_code: '45701', + usps_city: 'Athens', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36270.0, + density: 94.4, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08214, lat: 39.31358 }, + }, + { + zip_code: '45822', + usps_city: 'Celina', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18876.0, + density: 44.4, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "100"}', + coty_name: ['Mercer'], + cty_code: ['39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59801, lat: 40.55265 }, + }, + { + zip_code: '45862', + usps_city: 'Mendon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1420.0, + density: 14.9, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "96.62", "39011": "3.38"}', + coty_name: ['Mercer', 'Auglaize'], + cty_code: ['39107', '39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51455, lat: 40.67074 }, + }, + { + zip_code: '45873', + usps_city: 'Oakwood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1855.0, + density: 14.6, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "100"}', + coty_name: ['Paulding'], + cty_code: ['39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39311, lat: 41.11955 }, + }, + { + zip_code: '46112', + usps_city: 'Brownsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37819.0, + density: 364.7, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "99.87", "18011": "0.13"}', + coty_name: ['Hendricks', 'Boone'], + cty_code: ['18063', '18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.38258, lat: 39.86506 }, + }, + { + zip_code: '46133', + usps_city: 'Glenwood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 833.0, + density: 13.1, + primary_coty_code: '18041', + primary_coty_name: 'Fayette', + county_weights: '{"18041": "52.08", "18139": "47.92"}', + coty_name: ['Fayette', 'Rush'], + cty_code: ['18041', '18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.29965, lat: 39.59162 }, + }, + { + zip_code: '46167', + usps_city: 'Pittsboro', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7066.0, + density: 90.9, + primary_coty_code: '18063', + primary_coty_name: 'Hendricks', + county_weights: '{"18063": "100"}', + coty_name: ['Hendricks'], + cty_code: ['18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.4706, lat: 39.87543 }, + }, + { + zip_code: '46171', + usps_city: 'Reelsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1762.0, + density: 18.7, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "100"}', + coty_name: ['Putnam'], + cty_code: ['18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.9689, lat: 39.53596 }, + }, + { + zip_code: '46175', + usps_city: 'Russellville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 11.2, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "97.32", "18121": "2.68"}', + coty_name: ['Putnam', 'Parke'], + cty_code: ['18133', '18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.97354, lat: 39.82156 }, + }, + { + zip_code: '46176', + usps_city: 'Shelbyville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27737.0, + density: 62.2, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "100"}', + coty_name: ['Shelby'], + cty_code: ['18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.77396, lat: 39.52751 }, + }, + { + zip_code: '46204', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8356.0, + density: 2870.9, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.15699, lat: 39.7715 }, + }, + { + zip_code: '46260', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34445.0, + density: 1306.7, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100", "18057": "0"}', + coty_name: ['Marion', 'Hamilton'], + cty_code: ['18097', '18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.17968, lat: 39.89776 }, + }, + { + zip_code: '46373', + usps_city: 'Saint John', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16083.0, + density: 613.6, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.46883, lat: 41.44753 }, + }, + { + zip_code: '46383', + usps_city: 'Valparaiso', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 42245.0, + density: 187.0, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00339, lat: 41.45914 }, + }, + { + zip_code: '46539', + usps_city: 'Mentone', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2802.0, + density: 33.9, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "96.04", "18099": "2.05", "18049": "1.91"}', + coty_name: ['Kosciusko', 'Marshall', 'Fulton'], + cty_code: ['18085', '18099', '18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.02419, lat: 41.16718 }, + }, + { + zip_code: '46797', + usps_city: 'Woodburn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3915.0, + density: 29.3, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.86024, lat: 41.12608 }, + }, + { + zip_code: '46932', + usps_city: 'Galveston', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3057.0, + density: 21.3, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "92.11", "18103": "4.55", "18067": "3.34"}', + coty_name: ['Cass', 'Miami', 'Howard'], + cty_code: ['18017', '18103', '18067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25757, lat: 40.59751 }, + }, + { + zip_code: '46941', + usps_city: 'Lagro', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 970.0, + density: 14.2, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "100"}', + coty_name: ['Wabash'], + cty_code: ['18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.69678, lat: 40.82079 }, + }, + { + zip_code: '46950', + usps_city: 'Lucerne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 7.8, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "100"}', + coty_name: ['Cass'], + cty_code: ['18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.37179, lat: 40.88296 }, + }, + { + zip_code: '46974', + usps_city: 'Roann', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2079.0, + density: 19.2, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "79.05", "18103": "20.95"}', + coty_name: ['Wabash', 'Miami'], + cty_code: ['18169', '18103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.93011, lat: 40.94817 }, + }, + { + zip_code: '47346', + usps_city: 'Hagerstown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3911.0, + density: 33.5, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "96.52", "18065": "3.48"}', + coty_name: ['Wayne', 'Henry'], + cty_code: ['18177', '18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.16281, lat: 39.93436 }, + }, + { + zip_code: '47436', + usps_city: 'Heltonville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1379.0, + density: 11.6, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "80.4", "18105": "19.6"}', + coty_name: ['Lawrence', 'Monroe'], + cty_code: ['18093', '18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.39413, lat: 38.95429 }, + }, + { + zip_code: '47615', + usps_city: 'Grandview', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 19.7, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.95901, lat: 37.97103 }, + }, + { + zip_code: '47660', + usps_city: 'Oakland City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4868.0, + density: 21.0, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "92.6", "18125": "6.99", "18173": "0.41"}', + coty_name: ['Gibson', 'Pike', 'Warrick'], + cty_code: ['18051', '18125', '18173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Petersburg', + geo_point_2d: { lon: -87.32513, lat: 38.29471 }, + }, + { + zip_code: '47846', + usps_city: 'Cory', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 532.0, + density: 6.5, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "100"}', + coty_name: ['Clay'], + cty_code: ['18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.19767, lat: 39.37474 }, + }, + { + zip_code: '47859', + usps_city: 'Marshall', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1027.0, + density: 9.6, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "100"}', + coty_name: ['Parke'], + cty_code: ['18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.17203, lat: 39.88661 }, + }, + { + zip_code: '47952', + usps_city: 'Kingman', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2941.0, + density: 9.9, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "75.38", "18121": "24.62"}', + coty_name: ['Fountain', 'Parke'], + cty_code: ['18045', '18121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.29611, lat: 39.96154 }, + }, + { + zip_code: '47954', + usps_city: 'Ladoga', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2433.0, + density: 14.0, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "98.06", "18133": "1.94"}', + coty_name: ['Montgomery', 'Putnam'], + cty_code: ['18107', '18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.81523, lat: 39.89955 }, + }, + { + zip_code: '47957', + usps_city: 'Medaryville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1908.0, + density: 12.4, + primary_coty_code: '18131', + primary_coty_name: 'Pulaski', + county_weights: '{"18131": "93.19", "18073": "6.81"}', + coty_name: ['Pulaski', 'Jasper'], + cty_code: ['18131', '18073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Winamac', + geo_point_2d: { lon: -86.87475, lat: 41.08616 }, + }, + { + zip_code: '47964', + usps_city: 'Mount Ayr', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 284.6, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "100"}', + coty_name: ['Newton'], + cty_code: ['18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29864, lat: 40.95212 }, + }, + { + zip_code: '47981', + usps_city: 'Romney', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1130.0, + density: 12.0, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "95.05", "18107": "4.95"}', + coty_name: ['Tippecanoe', 'Montgomery'], + cty_code: ['18157', '18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.93044, lat: 40.245 }, + }, + { + zip_code: '48045', + usps_city: 'Harrison Township', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24995.0, + density: 670.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.83023, lat: 42.59168 }, + }, + { + zip_code: '48062', + usps_city: 'Richmond', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9604.0, + density: 93.9, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.79989, lat: 42.849 }, + }, + { + zip_code: '48063', + usps_city: 'Columbus', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4013.0, + density: 42.2, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.67679, lat: 42.85587 }, + }, + { + zip_code: '48069', + usps_city: 'Pleasant Ridge', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2431.0, + density: 1757.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14426, lat: 42.4714 }, + }, + { + zip_code: '48152', + usps_city: 'Livonia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31018.0, + density: 988.8, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.37459, lat: 42.42583 }, + }, + { + zip_code: '48214', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21599.0, + density: 1671.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.98744, lat: 42.36508 }, + }, + { + zip_code: '48416', + usps_city: 'Brown City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5179.0, + density: 17.8, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "62.2", "26087": "32.95", "26147": "4.86"}', + coty_name: ['Sanilac', 'Lapeer', 'St. Clair'], + cty_code: ['26151', '26087', '26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.98451, lat: 43.21671 }, + }, + { + zip_code: '48460', + usps_city: 'New Lothrop', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2356.0, + density: 27.0, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "63.43", "26145": "36.57"}', + coty_name: ['Shiawassee', 'Saginaw'], + cty_code: ['26155', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.98722, lat: 43.1282 }, + }, + { + zip_code: '48618', + usps_city: 'Coleman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5049.0, + density: 18.8, + primary_coty_code: '26111', + primary_coty_name: 'Midland', + county_weights: '{"26111": "84.33", "26073": "12.65", "26051": "3.02"}', + coty_name: ['Midland', 'Isabella', 'Gladwin'], + cty_code: ['26111', '26073', '26051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.56022, lat: 43.73725 }, + }, + { + zip_code: '48621', + usps_city: 'Fairview', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 7.9, + primary_coty_code: '26135', + primary_coty_name: 'Oscoda', + county_weights: '{"26135": "100"}', + coty_name: ['Oscoda'], + cty_code: ['26135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.99442, lat: 44.72406 }, + }, + { + zip_code: '48636', + usps_city: 'Luzerne', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 3.4, + primary_coty_code: '26135', + primary_coty_name: 'Oscoda', + county_weights: '{"26135": "100"}', + coty_name: ['Oscoda'], + cty_code: ['26135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.29318, lat: 44.60008 }, + }, + { + zip_code: '48767', + usps_city: 'Unionville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2060.0, + density: 10.7, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "98.84", "26063": "1.16"}', + coty_name: ['Tuscola', 'Huron'], + cty_code: ['26157', '26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.45716, lat: 43.64224 }, + }, + { + zip_code: '48819', + usps_city: 'Dansville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2738.0, + density: 23.8, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.28531, lat: 42.54638 }, + }, + { + zip_code: '48822', + usps_city: 'Eagle', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2888.0, + density: 34.5, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "100"}', + coty_name: ['Clinton'], + cty_code: ['26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.76068, lat: 42.83332 }, + }, + { + zip_code: '49017', + usps_city: 'Battle Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21238.0, + density: 147.8, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "92.66", "26015": "7.34"}', + coty_name: ['Calhoun', 'Barry'], + cty_code: ['26025', '26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.21207, lat: 42.39988 }, + }, + { + zip_code: '49024', + usps_city: 'Portage', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29299.0, + density: 659.4, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.61906, lat: 42.20269 }, + }, + { + zip_code: '49074', + usps_city: 'Nazareth', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 870.4, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.5387, lat: 42.31736 }, + }, + { + zip_code: '49075', + usps_city: 'Nottawa', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 980.9, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.44912, lat: 41.91758 }, + }, + { + zip_code: '49085', + usps_city: 'Saint Joseph', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23959.0, + density: 393.0, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.46028, lat: 42.05013 }, + }, + { + zip_code: '49106', + usps_city: 'Bridgman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4973.0, + density: 122.2, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.55148, lat: 41.93763 }, + }, + { + zip_code: '49246', + usps_city: 'Horton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3116.0, + density: 35.2, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "97.02", "26059": "2.98"}', + coty_name: ['Jackson', 'Hillsdale'], + cty_code: ['26075', '26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.50881, lat: 42.12627 }, + }, + { + zip_code: '49316', + usps_city: 'Caledonia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23391.0, + density: 158.7, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "87.71", "26005": "9.35", "26015": "2.94"}', + coty_name: ['Kent', 'Allegan', 'Barry'], + cty_code: ['26081', '26005', '26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.55403, lat: 42.79679 }, + }, + { + zip_code: '49345', + usps_city: 'Sparta', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15123.0, + density: 109.9, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.70374, lat: 43.15398 }, + }, + { + zip_code: '49410', + usps_city: 'Fountain', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1925.0, + density: 17.2, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "100"}', + coty_name: ['Mason'], + cty_code: ['26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.12977, lat: 44.03194 }, + }, + { + zip_code: '49628', + usps_city: 'Elberta', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 85.2, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "100"}', + coty_name: ['Benzie'], + cty_code: ['26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.23105, lat: 44.62085 }, + }, + { + zip_code: '49629', + usps_city: 'Elk Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2045.0, + density: 196.6, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "100"}', + coty_name: ['Antrim'], + cty_code: ['26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.39302, lat: 44.91081 }, + }, + { + zip_code: '49638', + usps_city: 'Harrietta', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 4.8, + primary_coty_code: '26165', + primary_coty_name: 'Wexford', + county_weights: '{"26165": "91.5", "26101": "8.5"}', + coty_name: ['Wexford', 'Manistee'], + cty_code: ['26165', '26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.75115, lat: 44.29045 }, + }, + { + zip_code: '49639', + usps_city: 'Hersey', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2253.0, + density: 14.5, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "77.28", "26107": "22.72"}', + coty_name: ['Osceola', 'Mecosta'], + cty_code: ['26133', '26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.39842, lat: 43.84591 }, + }, + { + zip_code: '49642', + usps_city: 'Idlewild', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 16.4, + primary_coty_code: '26085', + primary_coty_name: 'Lake', + county_weights: '{"26085": "100"}', + coty_name: ['Lake'], + cty_code: ['26085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.76056, lat: 43.86676 }, + }, + { + zip_code: '49655', + usps_city: 'Leroy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3538.0, + density: 15.2, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "94.52", "26085": "5.48"}', + coty_name: ['Osceola', 'Lake'], + cty_code: ['26133', '26085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.44344, lat: 44.02602 }, + }, + { + zip_code: '49756', + usps_city: 'Lewiston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3599.0, + density: 8.5, + primary_coty_code: '26119', + primary_coty_name: 'Montmorency', + county_weights: + '{"26119": "65.57", "26135": "32.54", "26137": "1.58", "26039": "0.31"}', + coty_name: ['Montmorency', 'Oscoda', 'Otsego', 'Crawford'], + cty_code: ['26119', '26135', '26137', '26039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.28073, lat: 44.82343 }, + }, + { + zip_code: '49768', + usps_city: 'Paradise', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 1.1, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.13305, lat: 46.64427 }, + }, + { + zip_code: '49886', + usps_city: 'Spalding', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 13.7, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.52696, lat: 45.73911 }, + }, + { + zip_code: '49953', + usps_city: 'Ontonagon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2329.0, + density: 2.1, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.37181, lat: 46.80404 }, + }, + { + zip_code: '49968', + usps_city: 'Wakefield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1942.0, + density: 3.0, + primary_coty_code: '26053', + primary_coty_name: 'Gogebic', + county_weights: '{"26053": "100"}', + coty_name: ['Gogebic'], + cty_code: ['26053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -89.893, lat: 46.49227 }, + }, + { + zip_code: '50011', + usps_city: 'Ames', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 10568.1, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63648, lat: 42.02406 }, + }, + { + zip_code: '50149', + usps_city: 'Lorimor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 964.0, + density: 4.5, + primary_coty_code: '19175', + primary_coty_name: 'Union', + county_weights: '{"19175": "66.18", "19121": "33.82"}', + coty_name: ['Union', 'Madison'], + cty_code: ['19175', '19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08066, lat: 41.15117 }, + }, + { + zip_code: '50164', + usps_city: 'Menlo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 3.4, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "81.29", "19001": "18.71"}', + coty_name: ['Guthrie', 'Adair'], + cty_code: ['19077', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41876, lat: 41.50129 }, + }, + { + zip_code: '50227', + usps_city: 'Popejoy', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 29.0, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "100"}', + coty_name: ['Franklin'], + cty_code: ['19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42788, lat: 42.59744 }, + }, + { + zip_code: '50316', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 16520.0, + density: 1793.8, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59763, lat: 41.60865 }, + }, + { + zip_code: '50317', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 37983.0, + density: 657.8, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54711, lat: 41.6163 }, + }, + { + zip_code: '50433', + usps_city: 'Dougherty', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 2.2, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: + '{"19033": "65.63", "19067": "15.63", "19069": "13.67", "19023": "5.08"}', + coty_name: ['Cerro Gordo', 'Floyd', 'Franklin', 'Butler'], + cty_code: ['19033', '19067', '19069', '19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0502, lat: 42.92325 }, + }, + { + zip_code: '50518', + usps_city: 'Barnum', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 405.0, + density: 5.0, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38603, lat: 42.51493 }, + }, + { + zip_code: '50563', + usps_city: 'Manson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2561.0, + density: 10.1, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "93.24", "19151": "5.88", "19187": "0.88"}', + coty_name: ['Calhoun', 'Pocahontas', 'Webster'], + cty_code: ['19025', '19151', '19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52741, lat: 42.52767 }, + }, + { + zip_code: '50597', + usps_city: 'West Bend', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1052.0, + density: 4.9, + primary_coty_code: '19147', + primary_coty_name: 'Palo Alto', + county_weights: '{"19147": "81.59", "19109": "18.41"}', + coty_name: ['Palo Alto', 'Kossuth'], + cty_code: ['19147', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45095, lat: 42.97603 }, + }, + { + zip_code: '50681', + usps_city: 'Westgate', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 7.0, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00941, lat: 42.7776 }, + }, + { + zip_code: '50703', + usps_city: 'Waterloo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 19306.0, + density: 79.6, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28049, lat: 42.54851 }, + }, + { + zip_code: '50847', + usps_city: 'Grant', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 98.0, + primary_coty_code: '19137', + primary_coty_name: 'Montgomery', + county_weights: '{"19137": "100"}', + coty_name: ['Montgomery'], + cty_code: ['19137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98165, lat: 41.14112 }, + }, + { + zip_code: '51101', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 816.0, + density: 266.7, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39361, lat: 42.49406 }, + }, + { + zip_code: '51237', + usps_city: 'George', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 7.0, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "100"}', + coty_name: ['Lyon'], + cty_code: ['19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00067, lat: 43.33672 }, + }, + { + zip_code: '51343', + usps_city: 'Greenville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 5.7, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "100"}', + coty_name: ['Clay'], + cty_code: ['19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10568, lat: 43.0158 }, + }, + { + zip_code: '51467', + usps_city: 'Westside', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 614.0, + density: 3.6, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "84.39", "19027": "15.61"}', + coty_name: ['Crawford', 'Carroll'], + cty_code: ['19047', '19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11509, lat: 42.07189 }, + }, + { + zip_code: '51503', + usps_city: 'Council Bluffs', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 36914.0, + density: 120.0, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "99.47", "19129": "0.53"}', + coty_name: ['Pottawattamie', 'Mills'], + cty_code: ['19155', '19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.77811, lat: 41.23203 }, + }, + { + zip_code: '51525', + usps_city: 'Carson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1115.0, + density: 7.1, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41644, lat: 41.23381 }, + }, + { + zip_code: '51552', + usps_city: 'Marne', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 2.9, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "78.41", "19165": "21.59"}', + coty_name: ['Cass', 'Shelby'], + cty_code: ['19029', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11349, lat: 41.49075 }, + }, + { + zip_code: '52156', + usps_city: 'Luana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 4.7, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "84.67", "19005": "15.33"}', + coty_name: ['Clayton', 'Allamakee'], + cty_code: ['19043', '19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.46234, lat: 43.05254 }, + }, + { + zip_code: '52157', + usps_city: 'McGregor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1692.0, + density: 11.6, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23439, lat: 43.01876 }, + }, + { + zip_code: '52170', + usps_city: 'Waterville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 4.2, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: '{"19005": "100"}', + coty_name: ['Allamakee'], + cty_code: ['19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.30523, lat: 43.22394 }, + }, + { + zip_code: '52224', + usps_city: 'Dysart', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1974.0, + density: 7.7, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "85.86", "19011": "14.14"}', + coty_name: ['Tama', 'Benton'], + cty_code: ['19171', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2996, lat: 42.16565 }, + }, + { + zip_code: '52305', + usps_city: 'Martelle', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 8.9, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "88.24", "19113": "11.76"}', + coty_name: ['Jones', 'Linn'], + cty_code: ['19105', '19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.33917, lat: 42.01924 }, + }, + { + zip_code: '52358', + usps_city: 'West Branch', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3723.0, + density: 18.6, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "92.39", "19103": "7.61"}', + coty_name: ['Cedar', 'Johnson'], + cty_code: ['19031', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.31918, lat: 41.69604 }, + }, + { + zip_code: '52569', + usps_city: 'Melrose', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 2.1, + primary_coty_code: '19135', + primary_coty_name: 'Monroe', + county_weights: '{"19135": "80.82", "19007": "11.15", "19185": "8.03"}', + coty_name: ['Monroe', 'Appanoose', 'Wayne'], + cty_code: ['19135', '19007', '19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04223, lat: 40.98568 }, + }, + { + zip_code: '52657', + usps_city: 'Saint Paul', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 148.3, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51879, lat: 40.76785 }, + }, + { + zip_code: '52754', + usps_city: 'Letts', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1394.0, + density: 7.5, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "63.74", "19139": "36.26"}', + coty_name: ['Louisa', 'Muscatine'], + cty_code: ['19115', '19139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23802, lat: 41.34304 }, + }, + { + zip_code: '52765', + usps_city: 'New Liberty', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 3.6, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "85.65", "19031": "14.35"}', + coty_name: ['Scott', 'Cedar'], + cty_code: ['19163', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.8715, lat: 41.72546 }, + }, + { + zip_code: '53051', + usps_city: 'Menomonee Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 37219.0, + density: 436.3, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12274, lat: 43.14878 }, + }, + { + zip_code: '53070', + usps_city: 'Oostburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4940.0, + density: 66.7, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80988, lat: 43.62349 }, + }, + { + zip_code: '53088', + usps_city: 'Stockbridge', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 119.3, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "100"}', + coty_name: ['Calumet'], + cty_code: ['55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30063, lat: 44.07003 }, + }, + { + zip_code: '53189', + usps_city: 'Waukesha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26762.0, + density: 218.0, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28223, lat: 42.95324 }, + }, + { + zip_code: '53228', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14703.0, + density: 1087.8, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0434, lat: 42.96682 }, + }, + { + zip_code: '53405', + usps_city: 'Racine', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 25441.0, + density: 1509.7, + primary_coty_code: '55101', + primary_coty_name: 'Racine', + county_weights: '{"55101": "100"}', + coty_name: ['Racine'], + cty_code: ['55101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82545, lat: 42.72615 }, + }, + { + zip_code: '53533', + usps_city: 'Dodgeville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7066.0, + density: 19.0, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14677, lat: 42.99399 }, + }, + { + zip_code: '53574', + usps_city: 'New Glarus', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3837.0, + density: 35.8, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "98.81", "55025": "1.19"}', + coty_name: ['Green', 'Dane'], + cty_code: ['55045', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65015, lat: 42.81652 }, + }, + { + zip_code: '53577', + usps_city: 'Plain', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1387.0, + density: 11.7, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "100"}', + coty_name: ['Sauk'], + cty_code: ['55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07105, lat: 43.31433 }, + }, + { + zip_code: '53581', + usps_city: 'Richland Center', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9982.0, + density: 16.2, + primary_coty_code: '55103', + primary_coty_name: 'Richland', + county_weights: '{"55103": "100"}', + coty_name: ['Richland'], + cty_code: ['55103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41141, lat: 43.37272 }, + }, + { + zip_code: '53805', + usps_city: 'Boscobel', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5118.0, + density: 14.2, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "88.78", "55023": "11.22"}', + coty_name: ['Grant', 'Crawford'], + cty_code: ['55043', '55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68732, lat: 43.1447 }, + }, + { + zip_code: '53816', + usps_city: 'Mount Hope', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 5.4, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.85437, lat: 42.97885 }, + }, + { + zip_code: '53910', + usps_city: 'Adams', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3345.0, + density: 21.0, + primary_coty_code: '55001', + primary_coty_name: 'Adams', + county_weights: '{"55001": "100"}', + coty_name: ['Adams'], + cty_code: ['55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8045, lat: 43.89017 }, + }, + { + zip_code: '53934', + usps_city: 'Friendship', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4389.0, + density: 14.1, + primary_coty_code: '55001', + primary_coty_name: 'Adams', + county_weights: '{"55001": "100"}', + coty_name: ['Adams'], + cty_code: ['55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81915, lat: 43.98193 }, + }, + { + zip_code: '53943', + usps_city: 'Loganville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 8.3, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "100"}', + coty_name: ['Sauk'], + cty_code: ['55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03058, lat: 43.39384 }, + }, + { + zip_code: '53960', + usps_city: 'Rio', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3446.0, + density: 14.7, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "100"}', + coty_name: ['Columbia'], + cty_code: ['55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23355, lat: 43.42134 }, + }, + { + zip_code: '54311', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 36289.0, + density: 218.6, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89609, lat: 44.48328 }, + }, + { + zip_code: '54547', + usps_city: 'Mercer', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1365.0, + density: 2.4, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "100"}', + coty_name: ['Iron'], + cty_code: ['55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10199, lat: 46.1923 }, + }, + { + zip_code: '54613', + usps_city: 'Arkdale', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1663.0, + density: 8.8, + primary_coty_code: '55001', + primary_coty_name: 'Adams', + county_weights: '{"55001": "100"}', + coty_name: ['Adams'], + cty_code: ['55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92131, lat: 44.07503 }, + }, + { + zip_code: '54651', + usps_city: 'Ontario', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 9.7, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "68.81", "55081": "31.19"}', + coty_name: ['Vernon', 'Monroe'], + cty_code: ['55123', '55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56471, lat: 43.72533 }, + }, + { + zip_code: '54720', + usps_city: 'Altoona', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7743.0, + density: 610.9, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "100"}', + coty_name: ['Eau Claire'], + cty_code: ['55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.43549, lat: 44.80403 }, + }, + { + zip_code: '54746', + usps_city: 'Humbird', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 6.4, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "78.82", "55053": "21.18"}', + coty_name: ['Clark', 'Jackson'], + cty_code: ['55019', '55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.87579, lat: 44.54446 }, + }, + { + zip_code: '54750', + usps_city: 'Maiden Rock', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1003.0, + density: 6.1, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29379, lat: 44.6143 }, + }, + { + zip_code: '54763', + usps_city: 'Ridgeland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 7.9, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "86.6", "55005": "13.4"}', + coty_name: ['Dunn', 'Barron'], + cty_code: ['55033', '55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88157, lat: 45.17955 }, + }, + { + zip_code: '54806', + usps_city: 'Ashland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 11440.0, + density: 16.7, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "87.78", "55007": "12.22"}', + coty_name: ['Ashland', 'Bayfield'], + cty_code: ['55003', '55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86913, lat: 46.5508 }, + }, + { + zip_code: '54855', + usps_city: 'Marengo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 4.7, + primary_coty_code: '55003', + primary_coty_name: 'Ashland', + county_weights: '{"55003": "100"}', + coty_name: ['Ashland'], + cty_code: ['55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.84374, lat: 46.37428 }, + }, + { + zip_code: '54873', + usps_city: 'Solon Springs', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2905.0, + density: 4.2, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "72.78", "55007": "27.22"}', + coty_name: ['Douglas', 'Bayfield'], + cty_code: ['55031', '55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.67535, lat: 46.34635 }, + }, + { + zip_code: '54956', + usps_city: 'Neenah', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 44037.0, + density: 277.2, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "99.81", "55087": "0.19"}', + coty_name: ['Winnebago', 'Outagamie'], + cty_code: ['55139', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52769, lat: 44.1825 }, + }, + { + zip_code: '55005', + usps_city: 'Bethel', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4644.0, + density: 92.6, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21887, lat: 45.39234 }, + }, + { + zip_code: '55042', + usps_city: 'Lake Elmo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9750.0, + density: 153.8, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89876, lat: 44.99196 }, + }, + { + zip_code: '55108', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 15795.0, + density: 1550.0, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.17541, lat: 44.98095 }, + }, + { + zip_code: '55109', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 34148.0, + density: 1126.8, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02611, lat: 45.01462 }, + }, + { + zip_code: '55316', + usps_city: 'Champlin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 24755.0, + density: 1173.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39045, lat: 45.17026 }, + }, + { + zip_code: '55322', + usps_city: 'Cologne', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3466.0, + density: 24.5, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78573, lat: 44.77013 }, + }, + { + zip_code: '55339', + usps_city: 'Hamburg', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 19.6, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "84.31", "27143": "15.69"}', + coty_name: ['Carver', 'Sibley'], + cty_code: ['27019', '27143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95634, lat: 44.72709 }, + }, + { + zip_code: '55346', + usps_city: 'Eden Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16453.0, + density: 922.5, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48322, lat: 44.87844 }, + }, + { + zip_code: '55362', + usps_city: 'Monticello', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 19286.0, + density: 122.0, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8316, lat: 45.30049 }, + }, + { + zip_code: '55376', + usps_city: 'Saint Michael', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 17469.0, + density: 223.9, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68726, lat: 45.21057 }, + }, + { + zip_code: '55390', + usps_city: 'Waverly', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2466.0, + density: 27.2, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97954, lat: 45.0653 }, + }, + { + zip_code: '55397', + usps_city: 'Young America', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2780.0, + density: 39.4, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "99.48", "27085": "0.52"}', + coty_name: ['Carver', 'McLeod'], + cty_code: ['27019', '27085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93409, lat: 44.81564 }, + }, + { + zip_code: '55406', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 33563.0, + density: 2590.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22115, lat: 44.93957 }, + }, + { + zip_code: '55427', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 22646.0, + density: 1211.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38022, lat: 45.00628 }, + }, + { + zip_code: '55450', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.7, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22705, lat: 44.87908 }, + }, + { + zip_code: '55708', + usps_city: 'Biwabik', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 10.4, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33939, lat: 47.57147 }, + }, + { + zip_code: '55748', + usps_city: 'Hill City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 4.8, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "81.91", "27061": "18.09"}', + coty_name: ['Aitkin', 'Itasca'], + cty_code: ['27001', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62389, lat: 47.00801 }, + }, + { + zip_code: '55782', + usps_city: 'Soudan', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 11.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2049, lat: 47.8231 }, + }, + { + zip_code: '55790', + usps_city: 'Tower', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1955.0, + density: 2.3, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28442, lat: 47.93483 }, + }, + { + zip_code: '55992', + usps_city: 'Zumbrota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4932.0, + density: 25.5, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "100"}', + coty_name: ['Goodhue'], + cty_code: ['27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68211, lat: 44.30605 }, + }, + { + zip_code: '56001', + usps_city: 'Mankato', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 48397.0, + density: 163.1, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97704, lat: 44.13203 }, + }, + { + zip_code: '56031', + usps_city: 'Fairmont', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 11802.0, + density: 29.2, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46744, lat: 43.62216 }, + }, + { + zip_code: '56032', + usps_city: 'Freeborn', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 169.8, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55952, lat: 43.76271 }, + }, + { + zip_code: '56078', + usps_city: 'Pemberton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 8.4, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "75.84", "27161": "24.16"}', + coty_name: ['Blue Earth', 'Waseca'], + cty_code: ['27013', '27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.76562, lat: 44.00597 }, + }, + { + zip_code: '56087', + usps_city: 'Springfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2952.0, + density: 7.8, + primary_coty_code: '27015', + primary_coty_name: 'Brown', + county_weights: '{"27015": "93.49", "27127": "6.51"}', + coty_name: ['Brown', 'Redwood'], + cty_code: ['27015', '27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97457, lat: 44.24009 }, + }, + { + zip_code: '56110', + usps_city: 'Adrian', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1825.0, + density: 6.5, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94208, lat: 43.62068 }, + }, + { + zip_code: '56119', + usps_city: 'Brewster', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 964.0, + density: 4.1, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "83.28", "27063": "16.72"}', + coty_name: ['Nobles', 'Jackson'], + cty_code: ['27105', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46887, lat: 43.71168 }, + }, + { + zip_code: '56212', + usps_city: 'Bellingham', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 2.4, + primary_coty_code: '27073', + primary_coty_name: 'Lac qui Parle', + county_weights: '{"27073": "100"}', + coty_name: ['Lac qui Parle'], + cty_code: ['27073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33196, lat: 45.13696 }, + }, + { + zip_code: '56266', + usps_city: 'Morgan', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1471.0, + density: 5.5, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "87.35", "27015": "12.65"}', + coty_name: ['Redwood', 'Brown'], + cty_code: ['27127', '27015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91732, lat: 44.42396 }, + }, + { + zip_code: '56355', + usps_city: 'Nelson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 7.9, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "100"}', + coty_name: ['Douglas'], + cty_code: ['27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23556, lat: 45.93999 }, + }, + { + zip_code: '56364', + usps_city: 'Pierz', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5775.0, + density: 9.4, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "98.34", "27035": "1.66"}', + coty_name: ['Morrison', 'Crow Wing'], + cty_code: ['27097', '27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0656, lat: 46.01121 }, + }, + { + zip_code: '56375', + usps_city: 'Saint Stephen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 101.5, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.27427, lat: 45.70091 }, + }, + { + zip_code: '56441', + usps_city: 'Crosby', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3742.0, + density: 18.3, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98312, lat: 46.5702 }, + }, + { + zip_code: '56501', + usps_city: 'Detroit Lakes', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 17425.0, + density: 36.0, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "97.66", "27111": "2.34"}', + coty_name: ['Becker', 'Otter Tail'], + cty_code: ['27005', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80915, lat: 46.84061 }, + }, + { + zip_code: '56544', + usps_city: 'Frazee', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5433.0, + density: 10.9, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "80.83", "27111": "19.17"}', + coty_name: ['Becker', 'Otter Tail'], + cty_code: ['27005', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59377, lat: 46.75762 }, + }, + { + zip_code: '56545', + usps_city: 'Gary', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 680.0, + density: 1.7, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23907, lat: 47.38576 }, + }, + { + zip_code: '56560', + usps_city: 'Moorhead', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 44321.0, + density: 108.1, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "99.94", "27167": "0.06"}', + coty_name: ['Clay', 'Wilkin'], + cty_code: ['27027', '27167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73561, lat: 46.84226 }, + }, + { + zip_code: '56592', + usps_city: 'Winger', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 3.2, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "99.22", "27087": "0.78"}', + coty_name: ['Polk', 'Mahnomen'], + cty_code: ['27119', '27087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00757, lat: 47.53638 }, + }, + { + zip_code: '56623', + usps_city: 'Baudette', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2759.0, + density: 2.3, + primary_coty_code: '27077', + primary_coty_name: 'Lake of the Woods', + county_weights: '{"27077": "96.14", "27071": "3.86"}', + coty_name: ['Lake of the Woods', 'Koochiching'], + cty_code: ['27077', '27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56999, lat: 48.60057 }, + }, + { + zip_code: '56727', + usps_city: 'Grygla', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 687.0, + density: 0.3, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "60.86", "27007": "39.14"}', + coty_name: ['Marshall', 'Beltrami'], + cty_code: ['27089', '27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40182, lat: 48.29343 }, + }, + { + zip_code: '57055', + usps_city: 'Renner', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 27.9, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74057, lat: 43.66731 }, + }, + { + zip_code: '57077', + usps_city: 'Worthing', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1503.0, + density: 12.7, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "100"}', + coty_name: ['Lincoln'], + cty_code: ['46083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75782, lat: 43.32013 }, + }, + { + zip_code: '57237', + usps_city: 'Gary', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 2.5, + primary_coty_code: '46039', + primary_coty_name: 'Deuel', + county_weights: '{"46039": "100"}', + coty_name: ['Deuel'], + cty_code: ['46039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51693, lat: 44.79479 }, + }, + { + zip_code: '57264', + usps_city: 'Stockholm', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 2.7, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "100"}', + coty_name: ['Grant'], + cty_code: ['46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80465, lat: 45.11135 }, + }, + { + zip_code: '57276', + usps_city: 'White', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 3.6, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "100"}', + coty_name: ['Brookings'], + cty_code: ['46011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6135, lat: 44.43013 }, + }, + { + zip_code: '57344', + usps_city: 'Harrison', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 1.2, + primary_coty_code: '46043', + primary_coty_name: 'Douglas', + county_weights: '{"46043": "100"}', + coty_name: ['Douglas'], + cty_code: ['46043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.63395, lat: 43.45074 }, + }, + { + zip_code: '57353', + usps_city: 'Iroquois', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 1.1, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "56.57", "46005": "43.43"}', + coty_name: ['Kingsbury', 'Beadle'], + cty_code: ['46077', '46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84415, lat: 44.35872 }, + }, + { + zip_code: '57437', + usps_city: 'Eureka', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 1.0, + primary_coty_code: '46089', + primary_coty_name: 'McPherson', + county_weights: '{"46089": "90.28", "46021": "9.72"}', + coty_name: ['McPherson', 'Campbell'], + cty_code: ['46089', '46021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.59805, lat: 45.79144 }, + }, + { + zip_code: '57454', + usps_city: 'Langford', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 1.7, + primary_coty_code: '46091', + primary_coty_name: 'Marshall', + county_weights: '{"46091": "89.96", "46037": "10.04"}', + coty_name: ['Marshall', 'Day'], + cty_code: ['46091', '46037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.77843, lat: 45.61118 }, + }, + { + zip_code: '57476', + usps_city: 'Tulare', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 1.1, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "87.26", "46059": "12.74"}', + coty_name: ['Spink', 'Hand'], + cty_code: ['46115', '46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61703, lat: 44.71425 }, + }, + { + zip_code: '59035', + usps_city: 'Fort Smith', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 1.0, + primary_coty_code: '30003', + primary_coty_name: 'Big Horn', + county_weights: '{"30003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.96723, lat: 45.29237 }, + }, + { + zip_code: '59412', + usps_city: 'Belt', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 1.5, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.89218, lat: 47.32714 }, + }, + { + zip_code: '59520', + usps_city: 'Big Sandy', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 0.4, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "100"}', + coty_name: ['Chouteau'], + cty_code: ['30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.94551, lat: 48.0365 }, + }, + { + zip_code: '59545', + usps_city: 'Whitlash', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 0.2, + primary_coty_code: '30051', + primary_coty_name: 'Liberty', + county_weights: '{"30051": "100"}', + coty_name: ['Liberty'], + cty_code: ['30051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.16864, lat: 48.93242 }, + }, + { + zip_code: '59808', + usps_city: 'Missoula', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 19651.0, + density: 57.9, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.09606, lat: 46.98298 }, + }, + { + zip_code: '60025', + usps_city: 'Glenview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40935.0, + density: 1373.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82044, lat: 42.0754 }, + }, + { + zip_code: '60083', + usps_city: 'Wadsworth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10094.0, + density: 147.5, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.9459, lat: 42.43614 }, + }, + { + zip_code: '60097', + usps_city: 'Wonder Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10728.0, + density: 282.1, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.36481, lat: 42.39605 }, + }, + { + zip_code: '60099', + usps_city: 'Zion', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30145.0, + density: 512.9, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86987, lat: 42.46127 }, + }, + { + zip_code: '60106', + usps_city: 'Bensenville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 20341.0, + density: 874.6, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94184, lat: 41.9604 }, + }, + { + zip_code: '60194', + usps_city: 'Schaumburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19525.0, + density: 2081.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11148, lat: 42.03363 }, + }, + { + zip_code: '60201', + usps_city: 'Evanston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 41884.0, + density: 3423.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6972, lat: 42.05652 }, + }, + { + zip_code: '60433', + usps_city: 'Joliet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16398.0, + density: 491.6, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04321, lat: 41.49968 }, + }, + { + zip_code: '60443', + usps_city: 'Matteson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21554.0, + density: 719.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.74683, lat: 41.50371 }, + }, + { + zip_code: '60459', + usps_city: 'Burbank', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28709.0, + density: 2641.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.76859, lat: 41.74447 }, + }, + { + zip_code: '60468', + usps_city: 'Peotone', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6005.0, + density: 32.1, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "98.72", "17091": "1.28"}', + coty_name: ['Will', 'Kankakee'], + cty_code: ['17197', '17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81131, lat: 41.33633 }, + }, + { + zip_code: '60558', + usps_city: 'Western Springs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13272.0, + density: 1454.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90159, lat: 41.80612 }, + }, + { + zip_code: '60602', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1145.0, + density: 5078.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62912, lat: 41.88309 }, + }, + { + zip_code: '60608', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 80059.0, + density: 4904.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.67131, lat: 41.84878 }, + }, + { + zip_code: '60628', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 64254.0, + density: 2271.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61796, lat: 41.69176 }, + }, + { + zip_code: '60656', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28218.0, + density: 3333.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82692, lat: 41.97424 }, + }, + { + zip_code: '60919', + usps_city: 'Cabery', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 5.3, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "62.19", "17091": "19.71", "17105": "18.1"}', + coty_name: ['Ford', 'Kankakee', 'Livingston'], + cty_code: ['17053', '17091', '17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23835, lat: 40.98745 }, + }, + { + zip_code: '60945', + usps_city: 'Iroquois', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 136.4, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.58373, lat: 40.82829 }, + }, + { + zip_code: '60959', + usps_city: 'Piper City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1081.0, + density: 7.5, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "98.15", "17105": "1.85"}', + coty_name: ['Ford', 'Livingston'], + cty_code: ['17053', '17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.182, lat: 40.78971 }, + }, + { + zip_code: '60962', + usps_city: 'Roberts', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 5.1, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "100"}', + coty_name: ['Ford'], + cty_code: ['17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18445, lat: 40.62283 }, + }, + { + zip_code: '61007', + usps_city: 'Baileyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 7.2, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "64.98", "17177": "35.02"}', + coty_name: ['Ogle', 'Stephenson'], + cty_code: ['17141', '17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58953, lat: 42.19773 }, + }, + { + zip_code: '61016', + usps_city: 'Cherry Valley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4627.0, + density: 63.4, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "88.44", "17007": "11.56"}', + coty_name: ['Winnebago', 'Boone'], + cty_code: ['17201', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9472, lat: 42.19811 }, + }, + { + zip_code: '61063', + usps_city: 'Pecatonica', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4503.0, + density: 22.8, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "94.51", "17177": "5.49"}', + coty_name: ['Winnebago', 'Stephenson'], + cty_code: ['17201', '17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34734, lat: 42.31213 }, + }, + { + zip_code: '61433', + usps_city: 'Fiatt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 46.6, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16865, lat: 40.55748 }, + }, + { + zip_code: '61466', + usps_city: 'North Henderson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 4.9, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "100"}', + coty_name: ['Mercer'], + cty_code: ['17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47968, lat: 41.11003 }, + }, + { + zip_code: '61535', + usps_city: 'Groveland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2003.0, + density: 89.0, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52333, lat: 40.58307 }, + }, + { + zip_code: '61567', + usps_city: 'Topeka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 5.3, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "100"}', + coty_name: ['Mason'], + cty_code: ['17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89659, lat: 40.35804 }, + }, + { + zip_code: '61615', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23219.0, + density: 283.5, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64588, lat: 40.77427 }, + }, + { + zip_code: '61705', + usps_city: 'Bloomington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12935.0, + density: 57.1, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00228, lat: 40.45996 }, + }, + { + zip_code: '61735', + usps_city: 'Dewitt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 4.4, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "100"}', + coty_name: ['De Witt'], + cty_code: ['17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.81805, lat: 40.20191 }, + }, + { + zip_code: '61841', + usps_city: 'Fairmount', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 8.5, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82427, lat: 40.02635 }, + }, + { + zip_code: '61849', + usps_city: 'Homer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1903.0, + density: 12.8, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "90.99", "17183": "9.01"}', + coty_name: ['Champaign', 'Vermilion'], + cty_code: ['17019', '17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96192, lat: 40.01116 }, + }, + { + zip_code: '61866', + usps_city: 'Rantoul', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14163.0, + density: 68.1, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15398, lat: 40.31207 }, + }, + { + zip_code: '61929', + usps_city: 'Hammond', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 679.0, + density: 6.5, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62132, lat: 39.82479 }, + }, + { + zip_code: '61931', + usps_city: 'Humboldt', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1190.0, + density: 14.4, + primary_coty_code: '17029', + primary_coty_name: 'Coles', + county_weights: '{"17029": "100"}', + coty_name: ['Coles'], + cty_code: ['17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35311, lat: 39.58979 }, + }, + { + zip_code: '61951', + usps_city: 'Sullivan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7817.0, + density: 22.4, + primary_coty_code: '17139', + primary_coty_name: 'Moultrie', + county_weights: '{"17139": "99.63", "17029": "0.37"}', + coty_name: ['Moultrie', 'Coles'], + cty_code: ['17139', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.58679, lat: 39.59393 }, + }, + { + zip_code: '62035', + usps_city: 'Godfrey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16080.0, + density: 134.5, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "93.82", "17083": "6.18"}', + coty_name: ['Madison', 'Jersey'], + cty_code: ['17119', '17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24075, lat: 38.96423 }, + }, + { + zip_code: '62203', + usps_city: 'East Saint Louis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8366.0, + density: 485.8, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07746, lat: 38.60024 }, + }, + { + zip_code: '62295', + usps_city: 'Valmeyer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1493.0, + density: 8.5, + primary_coty_code: '17133', + primary_coty_name: 'Monroe', + county_weights: '{"17133": "100"}', + coty_name: ['Monroe'], + cty_code: ['17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31336, lat: 38.27929 }, + }, + { + zip_code: '62312', + usps_city: 'Barry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1951.0, + density: 8.2, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "89.59", "17001": "10.41"}', + coty_name: ['Pike', 'Adams'], + cty_code: ['17149', '17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02783, lat: 39.70915 }, + }, + { + zip_code: '62358', + usps_city: 'Niota', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 779.0, + density: 7.0, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25716, lat: 40.58205 }, + }, + { + zip_code: '62359', + usps_city: 'Paloma', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 15.3, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.20473, lat: 40.0327 }, + }, + { + zip_code: '62363', + usps_city: 'Pittsfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5694.0, + density: 13.9, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100"}', + coty_name: ['Pike'], + cty_code: ['17149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77424, lat: 39.59361 }, + }, + { + zip_code: '62380', + usps_city: 'West Point', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 5.0, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19087, lat: 40.24003 }, + }, + { + zip_code: '62434', + usps_city: 'Ingraham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 5.3, + primary_coty_code: '17025', + primary_coty_name: 'Clay', + county_weights: '{"17025": "69.39", "17079": "30.61"}', + coty_name: ['Clay', 'Jasper'], + cty_code: ['17025', '17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3251, lat: 38.84323 }, + }, + { + zip_code: '62448', + usps_city: 'Newton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5383.0, + density: 10.2, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "97.34", "17159": "1.8", "17025": "0.86"}', + coty_name: ['Jasper', 'Richland', 'Clay'], + cty_code: ['17079', '17159', '17025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18257, lat: 38.96893 }, + }, + { + zip_code: '62476', + usps_city: 'West Salem', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1533.0, + density: 7.9, + primary_coty_code: '17047', + primary_coty_name: 'Edwards', + county_weights: '{"17047": "87.77", "17185": "12.23"}', + coty_name: ['Edwards', 'Wabash'], + cty_code: ['17047', '17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00928, lat: 38.534 }, + }, + { + zip_code: '62523', + usps_city: 'Decatur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1382.0, + density: 1113.0, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9523, lat: 39.84411 }, + }, + { + zip_code: '62613', + usps_city: 'Athens', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3862.0, + density: 22.8, + primary_coty_code: '17129', + primary_coty_name: 'Menard', + county_weights: '{"17129": "98.48", "17167": "1.03", "17107": "0.49"}', + coty_name: ['Menard', 'Sangamon', 'Logan'], + cty_code: ['17129', '17167', '17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.66836, lat: 39.99177 }, + }, + { + zip_code: '62667', + usps_city: 'Modesto', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 5.1, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "97.84", "17137": "2.16"}', + coty_name: ['Macoupin', 'Morgan'], + cty_code: ['17117', '17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99268, lat: 39.49454 }, + }, + { + zip_code: '62690', + usps_city: 'Virden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3957.0, + density: 30.2, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "91.92", "17167": "6.82", "17135": "1.26"}', + coty_name: ['Macoupin', 'Sangamon', 'Montgomery'], + cty_code: ['17117', '17167', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76316, lat: 39.50535 }, + }, + { + zip_code: '62816', + usps_city: 'Bonnie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 14.3, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9239, lat: 38.18585 }, + }, + { + zip_code: '62850', + usps_city: 'Johnsonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 4.7, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.59105, lat: 38.49533 }, + }, + { + zip_code: '62853', + usps_city: 'Kell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 12.8, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "100"}', + coty_name: ['Marion'], + cty_code: ['17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91268, lat: 38.51466 }, + }, + { + zip_code: '62863', + usps_city: 'Mount Carmel', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9611.0, + density: 24.8, + primary_coty_code: '17185', + primary_coty_name: 'Wabash', + county_weights: '{"17185": "100"}', + coty_name: ['Wabash'], + cty_code: ['17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85596, lat: 38.41646 }, + }, + { + zip_code: '62965', + usps_city: 'Muddy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 57.4, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "100"}', + coty_name: ['Saline'], + cty_code: ['17165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52022, lat: 37.76708 }, + }, + { + zip_code: '63039', + usps_city: 'Gray Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 62.9, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83865, lat: 38.49476 }, + }, + { + zip_code: '63071', + usps_city: 'Richwoods', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1150.0, + density: 11.2, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "100"}', + coty_name: ['Washington'], + cty_code: ['29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82487, lat: 38.15171 }, + }, + { + zip_code: '63072', + usps_city: 'Robertsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4150.0, + density: 38.8, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "95.8", "29099": "4.2"}', + coty_name: ['Franklin', 'Jefferson'], + cty_code: ['29071', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81344, lat: 38.36885 }, + }, + { + zip_code: '63079', + usps_city: 'Stanton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 12.2, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09978, lat: 38.26058 }, + }, + { + zip_code: '63146', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 30515.0, + density: 845.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47332, lat: 38.69842 }, + }, + { + zip_code: '63373', + usps_city: 'Portage Des Sioux', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 14.1, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39297, lat: 38.92999 }, + }, + { + zip_code: '63434', + usps_city: 'Bethel', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 4.0, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "100"}', + coty_name: ['Shelby'], + cty_code: ['29205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95009, lat: 39.90679 }, + }, + { + zip_code: '63440', + usps_city: 'Ewing', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 968.0, + density: 4.2, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "88.42", "29127": "10.52", "29205": "1.07"}', + coty_name: ['Lewis', 'Marion', 'Shelby'], + cty_code: ['29111', '29127', '29205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75183, lat: 39.97682 }, + }, + { + zip_code: '63473', + usps_city: 'Williamstown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 1.5, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "63.74", "29045": "36.26"}', + coty_name: ['Lewis', 'Clark'], + cty_code: ['29111', '29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78521, lat: 40.24913 }, + }, + { + zip_code: '63555', + usps_city: 'Memphis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3344.0, + density: 6.5, + primary_coty_code: '29199', + primary_coty_name: 'Scotland', + county_weights: '{"29199": "100"}', + coty_name: ['Scotland'], + cty_code: ['29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19579, lat: 40.48106 }, + }, + { + zip_code: '63829', + usps_city: 'Cardwell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1222.0, + density: 19.7, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31333, lat: 36.03861 }, + }, + { + zip_code: '63845', + usps_city: 'East Prairie', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5804.0, + density: 11.0, + primary_coty_code: '29133', + primary_coty_name: 'Mississippi', + county_weights: '{"29133": "98.74", "29143": "1.26"}', + coty_name: ['Mississippi', 'New Madrid'], + cty_code: ['29133', '29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32336, lat: 36.70987 }, + }, + { + zip_code: '63860', + usps_city: 'Kewanee', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 9.3, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58819, lat: 36.65333 }, + }, + { + zip_code: '64030', + usps_city: 'Grandview', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 24983.0, + density: 655.3, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52271, lat: 38.88014 }, + }, + { + zip_code: '64055', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 33350.0, + density: 1052.7, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39858, lat: 39.05069 }, + }, + { + zip_code: '64057', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14232.0, + density: 362.0, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.32405, lat: 39.06923 }, + }, + { + zip_code: '64065', + usps_city: 'Lees Summit', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 22.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40575, lat: 38.9529 }, + }, + { + zip_code: '64074', + usps_city: 'Napoleon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 11.3, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0743, lat: 39.08675 }, + }, + { + zip_code: '64077', + usps_city: 'Orrick', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1690.0, + density: 9.1, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "99.18", "29047": "0.82"}', + coty_name: ['Ray', 'Clay'], + cty_code: ['29177', '29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13028, lat: 39.22356 }, + }, + { + zip_code: '64109', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9744.0, + density: 1816.0, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56678, lat: 39.06647 }, + }, + { + zip_code: '64123', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9830.0, + density: 2304.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52323, lat: 39.11435 }, + }, + { + zip_code: '64133', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 34958.0, + density: 810.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45648, lat: 39.01386 }, + }, + { + zip_code: '64139', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2362.0, + density: 222.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40884, lat: 38.96676 }, + }, + { + zip_code: '64149', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 14.9, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46538, lat: 38.86258 }, + }, + { + zip_code: '64152', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 29029.0, + density: 377.0, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.72042, lat: 39.21288 }, + }, + { + zip_code: '64423', + usps_city: 'Barnard', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 4.3, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85584, lat: 40.19007 }, + }, + { + zip_code: '64473', + usps_city: 'Oregon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 5.1, + primary_coty_code: '29087', + primary_coty_name: 'Holt', + county_weights: '{"29087": "100"}', + coty_name: ['Holt'], + cty_code: ['29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08302, lat: 39.9743 }, + }, + { + zip_code: '64643', + usps_city: 'Hale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1221.0, + density: 4.3, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "70.62", "29117": "29.38"}', + coty_name: ['Carroll', 'Livingston'], + cty_code: ['29033', '29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37004, lat: 39.61359 }, + }, + { + zip_code: '64656', + usps_city: 'Ludlow', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 4.8, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "100"}', + coty_name: ['Livingston'], + cty_code: ['29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69268, lat: 39.67743 }, + }, + { + zip_code: '64747', + usps_city: 'Garden City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3606.0, + density: 11.6, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "93.91", "29101": "6.09"}', + coty_name: ['Cass', 'Johnson'], + cty_code: ['29037', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17686, lat: 38.57308 }, + }, + { + zip_code: '64780', + usps_city: 'Rockville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 1.9, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "63.07", "29185": "36.93"}', + coty_name: ['Bates', 'St. Clair'], + cty_code: ['29013', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0458, lat: 38.06167 }, + }, + { + zip_code: '65001', + usps_city: 'Argyle', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 5.1, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "76.81", "29125": "23.19"}', + coty_name: ['Osage', 'Maries'], + cty_code: ['29151', '29125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01086, lat: 38.29067 }, + }, + { + zip_code: '65332', + usps_city: 'Green Ridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1542.0, + density: 6.7, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "99.33", "29101": "0.67"}', + coty_name: ['Pettis', 'Johnson'], + cty_code: ['29159', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41383, lat: 38.62181 }, + }, + { + zip_code: '65550', + usps_city: 'Newburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2788.0, + density: 6.0, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: '{"29161": "90.25", "29169": "9.75"}', + coty_name: ['Phelps', 'Pulaski'], + cty_code: ['29161', '29169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.94937, lat: 37.83231 }, + }, + { + zip_code: '65565', + usps_city: 'Steelville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4947.0, + density: 7.0, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "97.76", "29093": "1.2", "29221": "1.04"}', + coty_name: ['Crawford', 'Iron', 'Washington'], + cty_code: ['29055', '29093', '29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24857, lat: 37.90612 }, + }, + { + zip_code: '65586', + usps_city: 'Wesco', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 20.8, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "100"}', + coty_name: ['Crawford'], + cty_code: ['29055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.43165, lat: 37.84953 }, + }, + { + zip_code: '65590', + usps_city: 'Long Lane', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 6.6, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "100"}', + coty_name: ['Dallas'], + cty_code: ['29059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94628, lat: 37.61611 }, + }, + { + zip_code: '65704', + usps_city: 'Mansfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3400.0, + density: 10.5, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "89.03", "29067": "10.97"}', + coty_name: ['Wright', 'Douglas'], + cty_code: ['29229', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.58455, lat: 37.12329 }, + }, + { + zip_code: '65721', + usps_city: 'Ozark', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 31876.0, + density: 126.2, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "97.05", "29077": "2.95"}', + coty_name: ['Christian', 'Greene'], + cty_code: ['29043', '29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21018, lat: 36.9801 }, + }, + { + zip_code: '65729', + usps_city: 'Pontiac', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 7.2, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "86.36", "05089": "13.64"}', + coty_name: ['Ozark', 'Marion'], + cty_code: ['29153', '05089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.5894, lat: 36.51716 }, + }, + { + zip_code: '65762', + usps_city: 'Thornfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 2.4, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65337, lat: 36.68752 }, + }, + { + zip_code: '65764', + usps_city: 'Tunas', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 6.2, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "100"}', + coty_name: ['Dallas'], + cty_code: ['29059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95438, lat: 37.82304 }, + }, + { + zip_code: '66056', + usps_city: 'Mound City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 8.8, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "100"}', + coty_name: ['Linn'], + cty_code: ['20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8433, lat: 38.14989 }, + }, + { + zip_code: '66061', + usps_city: 'Olathe', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 64791.0, + density: 389.9, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87959, lat: 38.89668 }, + }, + { + zip_code: '66094', + usps_city: 'White Cloud', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 2.4, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "57.69", "20013": "42.31"}', + coty_name: ['Doniphan', 'Brown'], + cty_code: ['20043', '20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34293, lat: 39.95772 }, + }, + { + zip_code: '66204', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 19903.0, + density: 1553.5, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.67712, lat: 38.99286 }, + }, + { + zip_code: '66221', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 17443.0, + density: 895.5, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71023, lat: 38.86362 }, + }, + { + zip_code: '66428', + usps_city: 'Goff', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 1.4, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93078, lat: 39.67275 }, + }, + { + zip_code: '66547', + usps_city: 'Wamego', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9023.0, + density: 25.8, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "95.19", "20197": "4.81"}', + coty_name: ['Pottawatomie', 'Wabaunsee'], + cty_code: ['20149', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.30433, lat: 39.22932 }, + }, + { + zip_code: '66714', + usps_city: 'Benedict', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 2.8, + primary_coty_code: '20205', + primary_coty_name: 'Wilson', + county_weights: '{"20205": "100"}', + coty_name: ['Wilson'], + cty_code: ['20205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70033, lat: 37.63639 }, + }, + { + zip_code: '66845', + usps_city: 'Cottonwood Falls', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1094.0, + density: 2.8, + primary_coty_code: '20017', + primary_coty_name: 'Chase', + county_weights: '{"20017": "100"}', + coty_name: ['Chase'], + cty_code: ['20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50629, lat: 38.29566 }, + }, + { + zip_code: '66953', + usps_city: 'Linn', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 3.0, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12269, lat: 39.6827 }, + }, + { + zip_code: '66960', + usps_city: 'Narka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 0.8, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42648, lat: 39.93681 }, + }, + { + zip_code: '67012', + usps_city: 'Beaumont', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 0.7, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54984, lat: 37.67653 }, + }, + { + zip_code: '67023', + usps_city: 'Cambridge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 0.7, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "100"}', + coty_name: ['Cowley'], + cty_code: ['20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61424, lat: 37.3349 }, + }, + { + zip_code: '67028', + usps_city: 'Coats', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 0.6, + primary_coty_code: '20151', + primary_coty_name: 'Pratt', + county_weights: '{"20151": "63.56", "20007": "25.78", "20097": "10.67"}', + coty_name: ['Pratt', 'Barber', 'Kiowa'], + cty_code: ['20151', '20007', '20097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.93647, lat: 37.45983 }, + }, + { + zip_code: '67029', + usps_city: 'Coldwater', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 1.0, + primary_coty_code: '20033', + primary_coty_name: 'Comanche', + county_weights: '{"20033": "99.62", "20097": "0.38"}', + coty_name: ['Comanche', 'Kiowa'], + cty_code: ['20033', '20097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.27483, lat: 37.17086 }, + }, + { + zip_code: '67122', + usps_city: 'Piedmont', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 0.6, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "71.95", "20049": "28.05"}', + coty_name: ['Greenwood', 'Elk'], + cty_code: ['20073', '20049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42804, lat: 37.62809 }, + }, + { + zip_code: '67123', + usps_city: 'Potwin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 4.4, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99326, lat: 37.94477 }, + }, + { + zip_code: '67147', + usps_city: 'Valley Center', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10736.0, + density: 39.4, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "99.17", "20079": "0.83"}', + coty_name: ['Sedgwick', 'Harvey'], + cty_code: ['20173', '20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30863, lat: 37.85968 }, + }, + { + zip_code: '67154', + usps_city: 'Whitewater', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1997.0, + density: 9.8, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "85.1", "20079": "14.9"}', + coty_name: ['Butler', 'Harvey'], + cty_code: ['20015', '20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12332, lat: 37.97276 }, + }, + { + zip_code: '67156', + usps_city: 'Winfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14663.0, + density: 22.5, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "100"}', + coty_name: ['Cowley'], + cty_code: ['20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96383, lat: 37.25321 }, + }, + { + zip_code: '67205', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 20035.0, + density: 450.4, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42257, lat: 37.74992 }, + }, + { + zip_code: '67228', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2541.0, + density: 123.5, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17189, lat: 37.76025 }, + }, + { + zip_code: '67361', + usps_city: 'Sedan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1566.0, + density: 2.5, + primary_coty_code: '20019', + primary_coty_name: 'Chautauqua', + county_weights: '{"20019": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21821, lat: 37.13827 }, + }, + { + zip_code: '67466', + usps_city: 'Miltonvale', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 2.2, + primary_coty_code: '20029', + primary_coty_name: 'Cloud', + county_weights: '{"20029": "89.41", "20143": "7.24", "20027": "3.36"}', + coty_name: ['Cloud', 'Ottawa', 'Clay'], + cty_code: ['20029', '20143', '20027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47995, lat: 39.33071 }, + }, + { + zip_code: '67468', + usps_city: 'Morganville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 2.6, + primary_coty_code: '20027', + primary_coty_name: 'Clay', + county_weights: '{"20027": "100"}', + coty_name: ['Clay'], + cty_code: ['20027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24666, lat: 39.46077 }, + }, + { + zip_code: '67576', + usps_city: 'St John', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2054.0, + density: 2.5, + primary_coty_code: '20185', + primary_coty_name: 'Stafford', + county_weights: '{"20185": "100"}', + coty_name: ['Stafford'], + cty_code: ['20185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.79384, lat: 38.03365 }, + }, + { + zip_code: '67649', + usps_city: 'Luray', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 1.3, + primary_coty_code: '20167', + primary_coty_name: 'Russell', + county_weights: '{"20167": "88.89", "20141": "11.11"}', + coty_name: ['Russell', 'Osborne'], + cty_code: ['20167', '20141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.68042, lat: 39.12288 }, + }, + { + zip_code: '67660', + usps_city: 'Pfeifer', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 1.6, + primary_coty_code: '20051', + primary_coty_name: 'Ellis', + county_weights: '{"20051": "100"}', + coty_name: ['Ellis'], + cty_code: ['20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15654, lat: 38.7182 }, + }, + { + zip_code: '67740', + usps_city: 'Hoxie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1603.0, + density: 1.4, + primary_coty_code: '20179', + primary_coty_name: 'Sheridan', + county_weights: '{"20179": "100"}', + coty_name: ['Sheridan'], + cty_code: ['20179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.35871, lat: 39.37703 }, + }, + { + zip_code: '68029', + usps_city: 'Herman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 3.6, + primary_coty_code: '31177', + primary_coty_name: 'Washington', + county_weights: '{"31177": "91.32", "31021": "8.68"}', + coty_name: ['Washington', 'Burt'], + cty_code: ['31177', '31021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.28274, lat: 41.6609 }, + }, + { + zip_code: '68130', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 21163.0, + density: 1076.3, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19586, lat: 41.23422 }, + }, + { + zip_code: '68131', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 13396.0, + density: 2540.5, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96445, lat: 41.26452 }, + }, + { + zip_code: '68152', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6629.0, + density: 187.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "95.03", "31177": "4.97"}', + coty_name: ['Douglas', 'Washington'], + cty_code: ['31055', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99789, lat: 41.36536 }, + }, + { + zip_code: '68178', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1538.0, + density: 5118.6, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94756, lat: 41.26569 }, + }, + { + zip_code: '68305', + usps_city: 'Auburn', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4078.0, + density: 11.1, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "100"}', + coty_name: ['Nemaha'], + cty_code: ['31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85854, lat: 40.36566 }, + }, + { + zip_code: '68313', + usps_city: 'Beaver Crossing', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 3.7, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27235, lat: 40.78197 }, + }, + { + zip_code: '68403', + usps_city: 'Manley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 109.1, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16801, lat: 40.92071 }, + }, + { + zip_code: '68405', + usps_city: 'Milford', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3515.0, + density: 17.2, + primary_coty_code: '31159', + primary_coty_name: 'Seward', + county_weights: '{"31159": "100"}', + coty_name: ['Seward'], + cty_code: ['31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07264, lat: 40.76579 }, + }, + { + zip_code: '68414', + usps_city: 'Nemaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 1.7, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "100"}', + coty_name: ['Nemaha'], + cty_code: ['31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67043, lat: 40.30462 }, + }, + { + zip_code: '68418', + usps_city: 'Palmyra', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1133.0, + density: 6.7, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38857, lat: 40.69487 }, + }, + { + zip_code: '68424', + usps_city: 'Plymouth', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 3.9, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "100"}', + coty_name: ['Jefferson'], + cty_code: ['31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01681, lat: 40.29705 }, + }, + { + zip_code: '68463', + usps_city: 'Weeping Water', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 8.4, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.13419, lat: 40.87532 }, + }, + { + zip_code: '68640', + usps_city: 'Genoa', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1367.0, + density: 4.3, + primary_coty_code: '31125', + primary_coty_name: 'Nance', + county_weights: '{"31125": "91.2", "31141": "8.8"}', + coty_name: ['Nance', 'Platte'], + cty_code: ['31125', '31141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.77395, lat: 41.46285 }, + }, + { + zip_code: '68766', + usps_city: 'Page', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 1.5, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40574, lat: 42.43498 }, + }, + { + zip_code: '68784', + usps_city: 'Wakefield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1952.0, + density: 7.2, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "73.91", "31179": "26.09"}', + coty_name: ['Dixon', 'Wayne'], + cty_code: ['31051', '31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8929, lat: 42.25777 }, + }, + { + zip_code: '68871', + usps_city: 'Rockville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 1.5, + primary_coty_code: '31163', + primary_coty_name: 'Sherman', + county_weights: '{"31163": "100"}', + coty_name: ['Sherman'], + cty_code: ['31163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.85118, lat: 41.14059 }, + }, + { + zip_code: '68874', + usps_city: 'Sargent', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 852.0, + density: 1.2, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.41287, lat: 41.63752 }, + }, + { + zip_code: '68977', + usps_city: 'Stamford', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 1.3, + primary_coty_code: '31083', + primary_coty_name: 'Harlan', + county_weights: '{"31083": "82.16", "31065": "17.84"}', + coty_name: ['Harlan', 'Furnas'], + cty_code: ['31083', '31065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63076, lat: 40.0699 }, + }, + { + zip_code: '69122', + usps_city: 'Big Springs', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 1.5, + primary_coty_code: '31049', + primary_coty_name: 'Deuel', + county_weights: '{"31049": "92.57", "31101": "7.43"}', + coty_name: ['Deuel', 'Keith'], + cty_code: ['31049', '31101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.10258, lat: 41.13007 }, + }, + { + zip_code: '69149', + usps_city: 'Lodgepole', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 0.9, + primary_coty_code: '31033', + primary_coty_name: 'Cheyenne', + county_weights: '{"31033": "95.14", "31069": "4.86"}', + coty_name: ['Cheyenne', 'Garden'], + cty_code: ['31033', '31069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.67597, lat: 41.21545 }, + }, + { + zip_code: '69301', + usps_city: 'Alliance', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 9504.0, + density: 3.6, + primary_coty_code: '31013', + primary_coty_name: 'Box Butte', + county_weights: '{"31013": "98.08", "31161": "1.34", "31123": "0.57"}', + coty_name: ['Box Butte', 'Sheridan', 'Morrill'], + cty_code: ['31013', '31161', '31123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.88314, lat: 42.12051 }, + }, + { + zip_code: '69357', + usps_city: 'Mitchell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3354.0, + density: 4.1, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "94.56", "31165": "5.44"}', + coty_name: ['Scotts Bluff', 'Sioux'], + cty_code: ['31157', '31165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.81427, lat: 42.07536 }, + }, + { + zip_code: '70131', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33210.0, + density: 1076.9, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96119, lat: 29.90818 }, + }, + { + zip_code: '70373', + usps_city: 'Larose', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6769.0, + density: 36.3, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34243, lat: 29.59705 }, + }, + { + zip_code: '70464', + usps_city: 'Talisheek', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 23.6, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91005, lat: 30.53955 }, + }, + { + zip_code: '70659', + usps_city: 'Rosepine', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 277.5, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "100"}', + coty_name: ['Vernon'], + cty_code: ['22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28381, lat: 30.92143 }, + }, + { + zip_code: '70714', + usps_city: 'Baker', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19420.0, + density: 217.7, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1277, lat: 30.58646 }, + }, + { + zip_code: '70744', + usps_city: 'Holden', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5462.0, + density: 20.1, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "94.82", "22091": "5.18"}', + coty_name: ['Livingston', 'St. Helena'], + cty_code: ['22063', '22091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67611, lat: 30.55826 }, + }, + { + zip_code: '70761', + usps_city: 'Norwood', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 3.2, + primary_coty_code: '22037', + primary_coty_name: 'East Feliciana', + county_weights: '{"22037": "100"}', + coty_name: ['East Feliciana'], + cty_code: ['22037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02382, lat: 30.97613 }, + }, + { + zip_code: '71354', + usps_city: 'Monterey', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1857.0, + density: 7.6, + primary_coty_code: '22029', + primary_coty_name: 'Concordia', + county_weights: '{"22029": "100"}', + coty_name: ['Concordia'], + cty_code: ['22029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76946, lat: 31.40667 }, + }, + { + zip_code: '71355', + usps_city: 'Moreauville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2611.0, + density: 7.1, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85006, lat: 31.07853 }, + }, + { + zip_code: '71371', + usps_city: 'Trout', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2542.0, + density: 6.6, + primary_coty_code: '22059', + primary_coty_name: 'LaSalle', + county_weights: '{"22059": "100"}', + coty_name: ['LaSalle'], + cty_code: ['22059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25657, lat: 31.67912 }, + }, + { + zip_code: '71411', + usps_city: 'Campti', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3506.0, + density: 20.1, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "100"}', + coty_name: ['Natchitoches'], + cty_code: ['22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08994, lat: 31.9049 }, + }, + { + zip_code: '71430', + usps_city: 'Forest Hill', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2875.0, + density: 13.0, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50058, lat: 31.04033 }, + }, + { + zip_code: '71722', + usps_city: 'Bluff City', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 1.5, + primary_coty_code: '5099', + primary_coty_name: 'Nevada', + county_weights: '{"05099": "100"}', + coty_name: ['Nevada'], + cty_code: ['5099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1537, lat: 33.71539 }, + }, + { + zip_code: '72006', + usps_city: 'Augusta', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2442.0, + density: 4.9, + primary_coty_code: '5147', + primary_coty_name: 'Woodruff', + county_weights: '{"05147": "100"}', + coty_name: ['Woodruff'], + cty_code: ['5147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35119, lat: 35.24538 }, + }, + { + zip_code: '72036', + usps_city: 'Cotton Plant', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 2.0, + primary_coty_code: '5147', + primary_coty_name: 'Woodruff', + county_weights: '{"05147": "94", "05095": "6"}', + coty_name: ['Woodruff', 'Monroe'], + cty_code: ['05147', '05095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27137, lat: 35.00634 }, + }, + { + zip_code: '72061', + usps_city: 'Guy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 13.0, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29905, lat: 35.3219 }, + }, + { + zip_code: '72080', + usps_city: 'Jerusalem', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 1.3, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "71.3", "05141": "22.66", "05115": "6.04"}', + coty_name: ['Conway', 'Van Buren', 'Pope'], + cty_code: ['05029', '05141', '05115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80503, lat: 35.52434 }, + }, + { + zip_code: '72088', + usps_city: 'Fairfield Bay', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2375.0, + density: 62.2, + primary_coty_code: '5141', + primary_coty_name: 'Van Buren', + county_weights: '{"05141": "92.35", "05023": "7.65"}', + coty_name: ['Van Buren', 'Cleburne'], + cty_code: ['05141', '05023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26694, lat: 35.59803 }, + }, + { + zip_code: '72327', + usps_city: 'Crawfordsville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 6.0, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33312, lat: 35.23154 }, + }, + { + zip_code: '72367', + usps_city: 'Mellwood', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.0, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.946, lat: 34.19163 }, + }, + { + zip_code: '72368', + usps_city: 'Moro', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1287.0, + density: 3.5, + primary_coty_code: '5077', + primary_coty_name: 'Lee', + county_weights: '{"05077": "92.43", "05095": "7.57"}', + coty_name: ['Lee', 'Monroe'], + cty_code: ['05077', '05095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02053, lat: 34.80991 }, + }, + { + zip_code: '72379', + usps_city: 'Snow Lake', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 0.1, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "100"}', + coty_name: ['Desha'], + cty_code: ['5041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05485, lat: 34.05265 }, + }, + { + zip_code: '72413', + usps_city: 'Biggers', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 5.6, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82185, lat: 36.30006 }, + }, + { + zip_code: '72419', + usps_city: 'Caraway', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1497.0, + density: 11.4, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35113, lat: 35.7477 }, + }, + { + zip_code: '72431', + usps_city: 'Grubbs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 23.7, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "100"}', + coty_name: ['Jackson'], + cty_code: ['5067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08199, lat: 35.63341 }, + }, + { + zip_code: '72523', + usps_city: 'Concord', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 8.9, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "91.84", "05063": "8.16"}', + coty_name: ['Cleburne', 'Independence'], + cty_code: ['05023', '05063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83211, lat: 35.6437 }, + }, + { + zip_code: '72529', + usps_city: 'Cherokee Village', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5006.0, + density: 98.9, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "82.44", "05049": "17.56"}', + coty_name: ['Sharp', 'Fulton'], + cty_code: ['05135', '05049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56548, lat: 36.29573 }, + }, + { + zip_code: '72576', + usps_city: 'Salem', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4059.0, + density: 9.8, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "100"}', + coty_name: ['Fulton'], + cty_code: ['5049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.84667, lat: 36.35157 }, + }, + { + zip_code: '72578', + usps_city: 'Sturkie', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 1.9, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "100"}', + coty_name: ['Fulton'], + cty_code: ['5049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88636, lat: 36.45315 }, + }, + { + zip_code: '72579', + usps_city: 'Sulphur Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1280.0, + density: 13.1, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "95.42", "05135": "4.58"}', + coty_name: ['Independence', 'Sharp'], + cty_code: ['05063', '05135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44507, lat: 35.83721 }, + }, + { + zip_code: '72611', + usps_city: 'Alpena', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1856.0, + density: 9.4, + primary_coty_code: '5015', + primary_coty_name: 'Carroll', + county_weights: '{"05015": "55.66", "05009": "44.34"}', + coty_name: ['Carroll', 'Boone'], + cty_code: ['05015', '05009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33028, lat: 36.25035 }, + }, + { + zip_code: '72644', + usps_city: 'Lead Hill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2497.0, + density: 11.3, + primary_coty_code: '5009', + primary_coty_name: 'Boone', + county_weights: '{"05009": "94.4", "05089": "4.94", "29213": "0.66"}', + coty_name: ['Boone', 'Marion', 'Taney'], + cty_code: ['05009', '05089', '29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.97076, lat: 36.42477 }, + }, + { + zip_code: '72834', + usps_city: 'Dardanelle', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10402.0, + density: 25.7, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "99.4", "05083": "0.6"}', + coty_name: ['Yell', 'Logan'], + cty_code: ['05149', '05083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18246, lat: 35.16883 }, + }, + { + zip_code: '72916', + usps_city: 'Fort Smith', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8604.0, + density: 95.9, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3766, lat: 35.26786 }, + }, + { + zip_code: '72951', + usps_city: 'Ratcliff', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 21.1, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "63.77", "05047": "36.23"}', + coty_name: ['Logan', 'Franklin'], + cty_code: ['05083', '05047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.87512, lat: 35.32075 }, + }, + { + zip_code: '73020', + usps_city: 'Choctaw', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 24407.0, + density: 155.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "98.32", "40027": "1.68"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26217, lat: 35.45871 }, + }, + { + zip_code: '73089', + usps_city: 'Tuttle', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13185.0, + density: 48.4, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "100"}', + coty_name: ['Grady'], + cty_code: ['40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79434, lat: 35.26443 }, + }, + { + zip_code: '73098', + usps_city: 'Wynnewood', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4553.0, + density: 12.9, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "90.3", "40099": "9.7"}', + coty_name: ['Garvin', 'Murray'], + cty_code: ['40049', '40099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.16098, lat: 34.6286 }, + }, + { + zip_code: '73141', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2611.0, + density: 93.8, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39771, lat: 35.51688 }, + }, + { + zip_code: '73491', + usps_city: 'Velma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 14.6, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "100"}', + coty_name: ['Stephens'], + cty_code: ['40137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.65173, lat: 34.47659 }, + }, + { + zip_code: '73542', + usps_city: 'Frederick', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4377.0, + density: 5.1, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.94177, lat: 34.40372 }, + }, + { + zip_code: '73557', + usps_city: 'Medicine Park', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 66.4, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48944, lat: 34.72967 }, + }, + { + zip_code: '73638', + usps_city: 'Crawford', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 0.6, + primary_coty_code: '40129', + primary_coty_name: 'Roger Mills', + county_weights: '{"40129": "100"}', + coty_name: ['Roger Mills'], + cty_code: ['40129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.78449, lat: 35.8404 }, + }, + { + zip_code: '73742', + usps_city: 'Hennessey', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4345.0, + density: 7.2, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "100"}', + coty_name: ['Kingfisher'], + cty_code: ['40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9331, lat: 36.09844 }, + }, + { + zip_code: '74028', + usps_city: 'Depew', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1686.0, + density: 6.4, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52369, lat: 35.78653 }, + }, + { + zip_code: '74083', + usps_city: 'Wann', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1001.0, + density: 3.7, + primary_coty_code: '40105', + primary_coty_name: 'Nowata', + county_weights: '{"40105": "73.71", "40147": "26.29"}', + coty_name: ['Nowata', 'Washington'], + cty_code: ['40105', '40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7694, lat: 36.91545 }, + }, + { + zip_code: '74145', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 18541.0, + density: 1179.0, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88735, lat: 36.09733 }, + }, + { + zip_code: '74354', + usps_city: 'Miami', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 17773.0, + density: 38.0, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "99.44", "40035": "0.56"}', + coty_name: ['Ottawa', 'Craig'], + cty_code: ['40115', '40035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88271, lat: 36.88592 }, + }, + { + zip_code: '74748', + usps_city: 'Kenefic', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 6.5, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "37.85", "40013": "34.42", "40005": "27.73"}', + coty_name: ['Johnston', 'Bryan', 'Atoka'], + cty_code: ['40069', '40013', '40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44041, lat: 34.15879 }, + }, + { + zip_code: '74849', + usps_city: 'Konawa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3076.0, + density: 9.7, + primary_coty_code: '40133', + primary_coty_name: 'Seminole', + county_weights: '{"40133": "87.13", "40125": "12.87"}', + coty_name: ['Seminole', 'Pottawatomie'], + cty_code: ['40133', '40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73768, lat: 34.98447 }, + }, + { + zip_code: '75028', + usps_city: 'Flower Mound', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47804.0, + density: 1217.1, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "99.99", "48439": "0.01"}', + coty_name: ['Denton', 'Tarrant'], + cty_code: ['48121', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06086, lat: 33.0328 }, + }, + { + zip_code: '75061', + usps_city: 'Irving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 54520.0, + density: 1819.7, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9655, lat: 32.82605 }, + }, + { + zip_code: '75142', + usps_city: 'Kaufman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19261.0, + density: 42.9, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "100"}', + coty_name: ['Kaufman'], + cty_code: ['48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24717, lat: 32.57357 }, + }, + { + zip_code: '75230', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27489.0, + density: 1465.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79207, lat: 32.90229 }, + }, + { + zip_code: '75247', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 46.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87748, lat: 32.81358 }, + }, + { + zip_code: '75409', + usps_city: 'Anna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16349.0, + density: 78.7, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52734, lat: 33.35196 }, + }, + { + zip_code: '75411', + usps_city: 'Arthur City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 4.4, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64855, lat: 33.86196 }, + }, + { + zip_code: '75449', + usps_city: 'Ladonia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1374.0, + density: 6.5, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "83.39", "48231": "16.61"}', + coty_name: ['Fannin', 'Hunt'], + cty_code: ['48147', '48231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94604, lat: 33.42067 }, + }, + { + zip_code: '75472', + usps_city: 'Point', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4087.0, + density: 24.8, + primary_coty_code: '48379', + primary_coty_name: 'Rains', + county_weights: '{"48379": "99.55", "48223": "0.45"}', + coty_name: ['Rains', 'Hopkins'], + cty_code: ['48379', '48223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.87797, lat: 32.88593 }, + }, + { + zip_code: '75554', + usps_city: 'Avery', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2131.0, + density: 5.0, + primary_coty_code: '48387', + primary_coty_name: 'Red River', + county_weights: '{"48387": "85.66", "48037": "14.34"}', + coty_name: ['Red River', 'Bowie'], + cty_code: ['48387', '48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7795, lat: 33.5549 }, + }, + { + zip_code: '75654', + usps_city: 'Henderson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12664.0, + density: 24.1, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "99.88", "48073": "0.12"}', + coty_name: ['Rusk', 'Cherokee'], + cty_code: ['48401', '48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82647, lat: 32.08099 }, + }, + { + zip_code: '75682', + usps_city: 'New London', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 72.6, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "100"}', + coty_name: ['Rusk'], + cty_code: ['48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9366, lat: 32.25033 }, + }, + { + zip_code: '75773', + usps_city: 'Mineola', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14523.0, + density: 31.4, + primary_coty_code: '48499', + primary_coty_name: 'Wood', + county_weights: '{"48499": "92.56", "48423": "7.44"}', + coty_name: ['Wood', 'Smith'], + cty_code: ['48499', '48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44591, lat: 32.67876 }, + }, + { + zip_code: '75803', + usps_city: 'Palestine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21928.0, + density: 25.5, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "100"}', + coty_name: ['Anderson'], + cty_code: ['48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66916, lat: 31.87441 }, + }, + { + zip_code: '75858', + usps_city: 'Ratcliff', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48225', + primary_coty_name: 'Houston', + county_weights: '{"48225": "100"}', + coty_name: ['Houston'], + cty_code: ['48225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.12689, lat: 31.39074 }, + }, + { + zip_code: '75926', + usps_city: 'Apple Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1151.0, + density: 3.8, + primary_coty_code: '48455', + primary_coty_name: 'Trinity', + county_weights: '{"48455": "100"}', + coty_name: ['Trinity'], + cty_code: ['48455'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.96273, lat: 31.25151 }, + }, + { + zip_code: '75942', + usps_city: 'Doucette', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 214.2, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43146, lat: 30.81634 }, + }, + { + zip_code: '75943', + usps_city: 'Douglass', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1442.0, + density: 8.7, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88784, lat: 31.65356 }, + }, + { + zip_code: '75980', + usps_city: 'Zavalla', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2254.0, + density: 5.4, + primary_coty_code: '48005', + primary_coty_name: 'Angelina', + county_weights: '{"48005": "97.53", "48241": "2.47"}', + coty_name: ['Angelina', 'Jasper'], + cty_code: ['48005', '48241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35255, lat: 31.12666 }, + }, + { + zip_code: '76014', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35096.0, + density: 2353.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08794, lat: 32.69202 }, + }, + { + zip_code: '76023', + usps_city: 'Boyd', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6909.0, + density: 47.5, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "96.6", "48367": "3.4"}', + coty_name: ['Wise', 'Parker'], + cty_code: ['48497', '48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60577, lat: 33.04851 }, + }, + { + zip_code: '76036', + usps_city: 'Crowley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27056.0, + density: 227.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "88.05", "48251": "11.95"}', + coty_name: ['Tarrant', 'Johnson'], + cty_code: ['48439', '48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41284, lat: 32.57702 }, + }, + { + zip_code: '76111', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22531.0, + density: 1054.2, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29988, lat: 32.77808 }, + }, + { + zip_code: '76116', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 50506.0, + density: 1603.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44636, lat: 32.72173 }, + }, + { + zip_code: '76273', + usps_city: 'Whitesboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9806.0, + density: 18.6, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "76.79", "48097": "23.21"}', + coty_name: ['Grayson', 'Cooke'], + cty_code: ['48181', '48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93355, lat: 33.74557 }, + }, + { + zip_code: '76462', + usps_city: 'Lipan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3762.0, + density: 8.7, + primary_coty_code: '48221', + primary_coty_name: 'Hood', + county_weights: + '{"48221": "45.47", "48367": "26.32", "48363": "14.65", "48143": "13.55"}', + coty_name: ['Hood', 'Parker', 'Palo Pinto', 'Erath'], + cty_code: ['48221', '48367', '48363', '48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0275, lat: 32.52348 }, + }, + { + zip_code: '76463', + usps_city: 'Mingus', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 2.1, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "56.34", "48143": "43.66"}', + coty_name: ['Palo Pinto', 'Erath'], + cty_code: ['48363', '48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41487, lat: 32.45664 }, + }, + { + zip_code: '76464', + usps_city: 'Moran', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 1.0, + primary_coty_code: '48417', + primary_coty_name: 'Shackelford', + county_weights: '{"48417": "87.35", "48059": "6.32", "48429": "6.32"}', + coty_name: ['Shackelford', 'Callahan', 'Stephens'], + cty_code: ['48417', '48059', '48429'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16497, lat: 32.5559 }, + }, + { + zip_code: '76476', + usps_city: 'Tolar', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2628.0, + density: 9.9, + primary_coty_code: '48221', + primary_coty_name: 'Hood', + county_weights: '{"48221": "100"}', + coty_name: ['Hood'], + cty_code: ['48221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91946, lat: 32.36651 }, + }, + { + zip_code: '76486', + usps_city: 'Perrin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1125.0, + density: 4.2, + primary_coty_code: '48237', + primary_coty_name: 'Jack', + county_weights: '{"48237": "69.09", "48367": "21.09", "48363": "9.82"}', + coty_name: ['Jack', 'Parker', 'Palo Pinto'], + cty_code: ['48237', '48367', '48363'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0622, lat: 33.02291 }, + }, + { + zip_code: '76511', + usps_city: 'Bartlett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2505.0, + density: 12.3, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "65.12", "48027": "30.03", "48331": "4.85"}', + coty_name: ['Williamson', 'Bell', 'Milam'], + cty_code: ['48491', '48027', '48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42498, lat: 30.80163 }, + }, + { + zip_code: '76524', + usps_city: 'Eddy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3042.0, + density: 17.5, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "81.03", "48145": "18.97"}', + coty_name: ['McLennan', 'Falls'], + cty_code: ['48309', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20313, lat: 31.26693 }, + }, + { + zip_code: '76528', + usps_city: 'Gatesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17284.0, + density: 13.2, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "98.34", "48027": "1.66"}', + coty_name: ['Coryell', 'Bell'], + cty_code: ['48099', '48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76152, lat: 31.42046 }, + }, + { + zip_code: '76598', + usps_city: 'Gatesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 4796.1, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "100"}', + coty_name: ['Coryell'], + cty_code: ['48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73549, lat: 31.47532 }, + }, + { + zip_code: '76638', + usps_city: 'Crawford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2910.0, + density: 13.6, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44461, lat: 31.5498 }, + }, + { + zip_code: '76706', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39221.0, + density: 213.7, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "99.97", "48145": "0.03"}', + coty_name: ['McLennan', 'Falls'], + cty_code: ['48309', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09121, lat: 31.46653 }, + }, + { + zip_code: '76801', + usps_city: 'Brownwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25011.0, + density: 25.3, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "99.75", "48333": "0.23", "48083": "0.02"}', + coty_name: ['Brown', 'Mills', 'Coleman'], + cty_code: ['48049', '48333', '48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.03991, lat: 31.74249 }, + }, + { + zip_code: '76836', + usps_city: 'Doole', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48307', + primary_coty_name: 'McCulloch', + county_weights: '{"48307": "100"}', + coty_name: ['McCulloch'], + cty_code: ['48307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.55601, lat: 31.42607 }, + }, + { + zip_code: '76857', + usps_city: 'May', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1761.0, + density: 5.1, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "99.44", "48093": "0.56"}', + coty_name: ['Brown', 'Comanche'], + cty_code: ['48049', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.93511, lat: 31.93191 }, + }, + { + zip_code: '76905', + usps_city: 'San Angelo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12206.0, + density: 22.7, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.32217, lat: 31.50981 }, + }, + { + zip_code: '76951', + usps_city: 'Sterling City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1231.0, + density: 0.6, + primary_coty_code: '48431', + primary_coty_name: 'Sterling', + county_weights: '{"48431": "100"}', + coty_name: ['Sterling'], + cty_code: ['48431'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.04641, lat: 31.81488 }, + }, + { + zip_code: '77032', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14535.0, + density: 253.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34163, lat: 29.96497 }, + }, + { + zip_code: '77051', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17221.0, + density: 908.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38015, lat: 29.6562 }, + }, + { + zip_code: '77306', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13569.0, + density: 126.8, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31255, lat: 30.27974 }, + }, + { + zip_code: '77346', + usps_city: 'Humble', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 66805.0, + density: 1484.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.17718, lat: 29.99497 }, + }, + { + zip_code: '77356', + usps_city: 'Montgomery', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26987.0, + density: 80.0, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "99.54", "48185": "0.46"}', + coty_name: ['Montgomery', 'Grimes'], + cty_code: ['48339', '48185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70183, lat: 30.45055 }, + }, + { + zip_code: '77365', + usps_city: 'Porter', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36755.0, + density: 402.0, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "99.45", "48201": "0.55"}', + coty_name: ['Montgomery', 'Harris'], + cty_code: ['48339', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.2675, lat: 30.1111 }, + }, + { + zip_code: '77372', + usps_city: 'Splendora', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14116.0, + density: 105.1, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "76.82", "48291": "23.18"}', + coty_name: ['Montgomery', 'Liberty'], + cty_code: ['48339', '48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16108, lat: 30.2408 }, + }, + { + zip_code: '77429', + usps_city: 'Cypress', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 88628.0, + density: 893.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6588, lat: 29.99104 }, + }, + { + zip_code: '77435', + usps_city: 'East Bernard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4031.0, + density: 11.1, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "90.5", "48157": "9.03", "48089": "0.46"}', + coty_name: ['Wharton', 'Fort Bend', 'Colorado'], + cty_code: ['48481', '48157', '48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11114, lat: 29.51733 }, + }, + { + zip_code: '77444', + usps_city: 'Guy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 5.5, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "67.98", "48039": "32.02"}', + coty_name: ['Fort Bend', 'Brazoria'], + cty_code: ['48157', '48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.77719, lat: 29.28815 }, + }, + { + zip_code: '77447', + usps_city: 'Hockley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16246.0, + density: 62.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "58.2", "48473": "31.78", "48339": "10.02"}', + coty_name: ['Harris', 'Waller', 'Montgomery'], + cty_code: ['48201', '48473', '48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83044, lat: 30.05124 }, + }, + { + zip_code: '77545', + usps_city: 'Fresno', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25226.0, + density: 796.5, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47456, lat: 29.53635 }, + }, + { + zip_code: '77584', + usps_city: 'Pearland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 90372.0, + density: 1087.2, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "98.97", "48157": "1.03"}', + coty_name: ['Brazoria', 'Fort Bend'], + cty_code: ['48039', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35081, lat: 29.546 }, + }, + { + zip_code: '77591', + usps_city: 'Texas City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14936.0, + density: 534.0, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99751, lat: 29.39941 }, + }, + { + zip_code: '77625', + usps_city: 'Kountze', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9761.0, + density: 12.2, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.37899, lat: 30.37575 }, + }, + { + zip_code: '77861', + usps_city: 'Iola', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2203.0, + density: 6.7, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: '{"48185": "100"}', + coty_name: ['Grimes'], + cty_code: ['48185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.09598, lat: 30.72741 }, + }, + { + zip_code: '77961', + usps_city: 'Francitas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 1.7, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36151, lat: 28.85739 }, + }, + { + zip_code: '77968', + usps_city: 'Inez', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3214.0, + density: 6.9, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84712, lat: 28.90923 }, + }, + { + zip_code: '78027', + usps_city: 'Kendalia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 1.9, + primary_coty_code: '48259', + primary_coty_name: 'Kendall', + county_weights: '{"48259": "100"}', + coty_name: ['Kendall'], + cty_code: ['48259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54274, lat: 29.97556 }, + }, + { + zip_code: '78040', + usps_city: 'Laredo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40939.0, + density: 2508.8, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.50228, lat: 27.51345 }, + }, + { + zip_code: '78211', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32769.0, + density: 1231.0, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.56315, lat: 29.34641 }, + }, + { + zip_code: '78242', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34893.0, + density: 1713.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60748, lat: 29.35066 }, + }, + { + zip_code: '78521', + usps_city: 'Brownsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 90687.0, + density: 375.8, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32168, lat: 25.95038 }, + }, + { + zip_code: '78545', + usps_city: 'Falcon Heights', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 11.7, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "64.32", "48505": "35.68"}', + coty_name: ['Starr', 'Zapata'], + cty_code: ['48427', '48505'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.11813, lat: 26.59041 }, + }, + { + zip_code: '78579', + usps_city: 'Progreso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5836.0, + density: 269.0, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95966, lat: 26.08664 }, + }, + { + zip_code: '78592', + usps_city: 'Santa Maria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 74.7, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84603, lat: 26.06523 }, + }, + { + zip_code: '78595', + usps_city: 'Sullivan City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5959.0, + density: 153.6, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54548, lat: 26.29144 }, + }, + { + zip_code: '78631', + usps_city: 'Harper', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2964.0, + density: 3.5, + primary_coty_code: '48171', + primary_coty_name: 'Gillespie', + county_weights: '{"48171": "76.08", "48267": "13.4", "48265": "10.52"}', + coty_name: ['Gillespie', 'Kimble', 'Kerr'], + cty_code: ['48171', '48267', '48265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.3053, lat: 30.33775 }, + }, + { + zip_code: '78833', + usps_city: 'Camp Wood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1463.0, + density: 2.3, + primary_coty_code: '48385', + primary_coty_name: 'Real', + county_weights: '{"48385": "84.6", "48137": "9.16", "48463": "6.24"}', + coty_name: ['Real', 'Edwards', 'Uvalde'], + cty_code: ['48385', '48137', '48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.05887, lat: 29.69362 }, + }, + { + zip_code: '78885', + usps_city: 'Vanderpool', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.6, + primary_coty_code: '48019', + primary_coty_name: 'Bandera', + county_weights: '{"48019": "92.5", "48385": "7.5"}', + coty_name: ['Bandera', 'Real'], + cty_code: ['48019', '48385'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.54779, lat: 29.82233 }, + }, + { + zip_code: '78946', + usps_city: 'Ledbetter', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 5.1, + primary_coty_code: '48287', + primary_coty_name: 'Lee', + county_weights: '{"48287": "49.9", "48149": "31.15", "48477": "18.96"}', + coty_name: ['Lee', 'Fayette', 'Washington'], + cty_code: ['48287', '48149', '48477'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7709, lat: 30.19124 }, + }, + { + zip_code: '79009', + usps_city: 'Bovina', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1754.0, + density: 5.8, + primary_coty_code: '48369', + primary_coty_name: 'Parmer', + county_weights: '{"48369": "100"}', + coty_name: ['Parmer'], + cty_code: ['48369'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.88568, lat: 34.53322 }, + }, + { + zip_code: '79029', + usps_city: 'Dumas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15584.0, + density: 20.0, + primary_coty_code: '48341', + primary_coty_name: 'Moore', + county_weights: '{"48341": "100"}', + coty_name: ['Moore'], + cty_code: ['48341'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.02431, lat: 35.89512 }, + }, + { + zip_code: '79042', + usps_city: 'Happy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 1.1, + primary_coty_code: '48437', + primary_coty_name: 'Swisher', + county_weights: + '{"48437": "62.96", "48381": "30.97", "48069": "3.76", "48011": "2.31"}', + coty_name: ['Swisher', 'Randall', 'Castro', 'Armstrong'], + cty_code: ['48437', '48381', '48069', '48011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.90313, lat: 34.74685 }, + }, + { + zip_code: '79103', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10869.0, + density: 816.3, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "60.58", "48381": "39.42"}', + coty_name: ['Potter', 'Randall'], + cty_code: ['48375', '48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.79438, lat: 35.17735 }, + }, + { + zip_code: '79261', + usps_city: 'Turkey', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 0.6, + primary_coty_code: '48191', + primary_coty_name: 'Hall', + county_weights: '{"48191": "100"}', + coty_name: ['Hall'], + cty_code: ['48191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.81109, lat: 34.45015 }, + }, + { + zip_code: '79312', + usps_city: 'Amherst', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 978.0, + density: 4.3, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "100"}', + coty_name: ['Lamb'], + cty_code: ['48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.36315, lat: 34.05163 }, + }, + { + zip_code: '79324', + usps_city: 'Enochs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 0.2, + primary_coty_code: '48017', + primary_coty_name: 'Bailey', + county_weights: '{"48017": "100"}', + coty_name: ['Bailey'], + cty_code: ['48017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.68244, lat: 33.89794 }, + }, + { + zip_code: '79342', + usps_city: 'Loop', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 2.1, + primary_coty_code: '48165', + primary_coty_name: 'Gaines', + county_weights: '{"48165": "100"}', + coty_name: ['Gaines'], + cty_code: ['48165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.33661, lat: 32.9082 }, + }, + { + zip_code: '79606', + usps_city: 'Abilene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25053.0, + density: 154.8, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.82698, lat: 32.36093 }, + }, + { + zip_code: '79785', + usps_city: 'Toyah', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.3, + primary_coty_code: '48389', + primary_coty_name: 'Reeves', + county_weights: '{"48389": "100"}', + coty_name: ['Reeves'], + cty_code: ['48389'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.9069, lat: 31.32749 }, + }, + { + zip_code: '79788', + usps_city: 'Wickett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 57.2, + primary_coty_code: '48475', + primary_coty_name: 'Ward', + county_weights: '{"48475": "100"}', + coty_name: ['Ward'], + cty_code: ['48475'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.98358, lat: 31.5729 }, + }, + { + zip_code: '79845', + usps_city: 'Presidio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4384.0, + density: 3.6, + primary_coty_code: '48377', + primary_coty_name: 'Presidio', + county_weights: '{"48377": "100"}', + coty_name: ['Presidio'], + cty_code: ['48377'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -104.51961, lat: 29.88855 }, + }, + { + zip_code: '79927', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40747.0, + density: 555.5, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.27373, lat: 31.64458 }, + }, + { + zip_code: '80002', + usps_city: 'Arvada', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 18877.0, + density: 1183.7, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "94", "08001": "6"}', + coty_name: ['Jefferson', 'Adams'], + cty_code: ['08059', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.10586, lat: 39.79503 }, + }, + { + zip_code: '80011', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 52172.0, + density: 817.2, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "61.41", "08001": "38.59"}', + coty_name: ['Arapahoe', 'Adams'], + cty_code: ['08005', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.78318, lat: 39.73895 }, + }, + { + zip_code: '80104', + usps_city: 'Castle Rock', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 31522.0, + density: 156.8, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.81809, lat: 39.30195 }, + }, + { + zip_code: '80124', + usps_city: 'Lone Tree', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 21273.0, + density: 865.5, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.89207, lat: 39.53184 }, + }, + { + zip_code: '80239', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 47829.0, + density: 1848.7, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100", "08001": "0"}', + coty_name: ['Denver', 'Adams'], + cty_code: ['08031', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.83803, lat: 39.7868 }, + }, + { + zip_code: '80303', + usps_city: 'Boulder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 25081.0, + density: 440.0, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.21275, lat: 39.9741 }, + }, + { + zip_code: '80466', + usps_city: 'Nederland', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3557.0, + density: 15.3, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.53851, lat: 39.97599 }, + }, + { + zip_code: '80479', + usps_city: 'Toponas', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4.0, + density: 0.0, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.83314, lat: 40.03184 }, + }, + { + zip_code: '80650', + usps_city: 'Pierce', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1508.0, + density: 11.5, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.7798, lat: 40.64655 }, + }, + { + zip_code: '80818', + usps_city: 'Genoa', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 0.6, + primary_coty_code: '8073', + primary_coty_name: 'Lincoln', + county_weights: '{"08073": "95.34", "08121": "4.66"}', + coty_name: ['Lincoln', 'Washington'], + cty_code: ['08073', '08121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.47462, lat: 39.3962 }, + }, + { + zip_code: '80923', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30283.0, + density: 1710.3, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.71472, lat: 38.92694 }, + }, + { + zip_code: '80928', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1268.0, + density: 1.5, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.452, lat: 38.64912 }, + }, + { + zip_code: '81077', + usps_city: 'Swink', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 781.0, + density: 662.7, + primary_coty_code: '8089', + primary_coty_name: 'Otero', + county_weights: '{"08089": "100"}', + coty_name: ['Otero'], + cty_code: ['8089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.63067, lat: 38.01785 }, + }, + { + zip_code: '81141', + usps_city: 'Manassa', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1280.0, + density: 11.5, + primary_coty_code: '8021', + primary_coty_name: 'Conejos', + county_weights: '{"08021": "100"}', + coty_name: ['Conejos'], + cty_code: ['8021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.86358, lat: 37.15686 }, + }, + { + zip_code: '81415', + usps_city: 'Crawford', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1237.0, + density: 1.7, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "86.17", "08085": "13.83"}', + coty_name: ['Delta', 'Montrose'], + cty_code: ['08029', '08085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.63676, lat: 38.6405 }, + }, + { + zip_code: '81426', + usps_city: 'Ophir', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 3.7, + primary_coty_code: '8113', + primary_coty_name: 'San Miguel', + county_weights: '{"08113": "100"}', + coty_name: ['San Miguel'], + cty_code: ['8113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.89132, lat: 37.86821 }, + }, + { + zip_code: '81526', + usps_city: 'Palisade', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5439.0, + density: 40.5, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.33698, lat: 39.09613 }, + }, + { + zip_code: '81621', + usps_city: 'Basalt', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5652.0, + density: 9.8, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "70.36", "08097": "29.64"}', + coty_name: ['Eagle', 'Pitkin'], + cty_code: ['08037', '08097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.88558, lat: 39.38608 }, + }, + { + zip_code: '81625', + usps_city: 'Craig', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12601.0, + density: 3.2, + primary_coty_code: '8081', + primary_coty_name: 'Moffat', + county_weights: '{"08081": "99.97", "08107": "0.03"}', + coty_name: ['Moffat', 'Routt'], + cty_code: ['08081', '08107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.68711, lat: 40.73385 }, + }, + { + zip_code: '81641', + usps_city: 'Meeker', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3668.0, + density: 0.8, + primary_coty_code: '8103', + primary_coty_name: 'Rio Blanco', + county_weights: '{"08103": "99.09", "08081": "0.91"}', + coty_name: ['Rio Blanco', 'Moffat'], + cty_code: ['08103', '08081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.76297, lat: 40.0804 }, + }, + { + zip_code: '81643', + usps_city: 'Mesa', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 0.7, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.15794, lat: 39.07824 }, + }, + { + zip_code: '82411', + usps_city: 'Burlington', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 2.4, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.45816, lat: 44.41452 }, + }, + { + zip_code: '82421', + usps_city: 'Deaver', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 2.4, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "78.35", "56029": "21.65"}', + coty_name: ['Big Horn', 'Park'], + cty_code: ['56003', '56029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.59834, lat: 44.90754 }, + }, + { + zip_code: '82646', + usps_city: 'Natrona', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.826, lat: 42.99606 }, + }, + { + zip_code: '82716', + usps_city: 'Gillette', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 17245.0, + density: 6.1, + primary_coty_code: '56005', + primary_coty_name: 'Campbell', + county_weights: '{"56005": "100"}', + coty_name: ['Campbell'], + cty_code: ['56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.68543, lat: 44.48073 }, + }, + { + zip_code: '83215', + usps_city: 'Atomic City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 213.0, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.81224, lat: 43.443 }, + }, + { + zip_code: '83243', + usps_city: 'Holbrook', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 0.2, + primary_coty_code: '16071', + primary_coty_name: 'Oneida', + county_weights: '{"16071": "100"}', + coty_name: ['Oneida'], + cty_code: ['16071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.66531, lat: 42.24143 }, + }, + { + zip_code: '83523', + usps_city: 'Craigmont', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 1.7, + primary_coty_code: '16061', + primary_coty_name: 'Lewis', + county_weights: '{"16061": "100"}', + coty_name: ['Lewis'], + cty_code: ['16061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.45208, lat: 46.24476 }, + }, + { + zip_code: '83554', + usps_city: 'White Bird', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 0.6, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.28773, lat: 45.70362 }, + }, + { + zip_code: '83604', + usps_city: 'Bruneau', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 0.2, + primary_coty_code: '16073', + primary_coty_name: 'Owyhee', + county_weights: '{"16073": "100"}', + coty_name: ['Owyhee'], + cty_code: ['16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.8056, lat: 42.50828 }, + }, + { + zip_code: '83636', + usps_city: 'Letha', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 50.1, + primary_coty_code: '16045', + primary_coty_name: 'Gem', + county_weights: '{"16045": "100"}', + coty_name: ['Gem'], + cty_code: ['16045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.66114, lat: 43.90863 }, + }, + { + zip_code: '83802', + usps_city: 'Avery', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 0.1, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.52848, lat: 47.08007 }, + }, + { + zip_code: '83843', + usps_city: 'Moscow', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 26986.0, + density: 86.3, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.94172, lat: 46.72268 }, + }, + { + zip_code: '83848', + usps_city: 'Nordman', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 2.0, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.91592, lat: 48.7159 }, + }, + { + zip_code: '83866', + usps_city: 'Santa', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 0.3, + primary_coty_code: '16009', + primary_coty_name: 'Benewah', + county_weights: '{"16009": "100"}', + coty_name: ['Benewah'], + cty_code: ['16009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.42466, lat: 47.15511 }, + }, + { + zip_code: '84080', + usps_city: 'Vernon', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 3.6, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "100"}', + coty_name: ['Tooele'], + cty_code: ['49045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.4301, lat: 40.09995 }, + }, + { + zip_code: '84108', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 22347.0, + density: 125.6, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.73783, lat: 40.7899 }, + }, + { + zip_code: '84118', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 71309.0, + density: 1606.3, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.01342, lat: 40.6535 }, + }, + { + zip_code: '84313', + usps_city: 'Grouse Creek', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.1, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.96194, lat: 41.65759 }, + }, + { + zip_code: '84326', + usps_city: 'Millville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1908.0, + density: 245.8, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81782, lat: 41.67062 }, + }, + { + zip_code: '84335', + usps_city: 'Smithfield', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 13233.0, + density: 78.1, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.8788, lat: 41.83119 }, + }, + { + zip_code: '84530', + usps_city: 'La Sal', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 0.4, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "100"}', + coty_name: ['San Juan'], + cty_code: ['49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.16129, lat: 38.2889 }, + }, + { + zip_code: '84532', + usps_city: 'Moab', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 10118.0, + density: 2.7, + primary_coty_code: '49019', + primary_coty_name: 'Grand', + county_weights: '{"49019": "93.28", "49037": "6.72"}', + coty_name: ['Grand', 'San Juan'], + cty_code: ['49019', '49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.53381, lat: 38.50073 }, + }, + { + zip_code: '84536', + usps_city: 'Monument Valley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 1.1, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "80.74", "04017": "19.26"}', + coty_name: ['San Juan', 'Navajo'], + cty_code: ['49037', '04017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.3505, lat: 37.12298 }, + }, + { + zip_code: '84636', + usps_city: 'Holden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 3.2, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.33894, lat: 39.14063 }, + }, + { + zip_code: '84652', + usps_city: 'Redmond', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 26.3, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86822, lat: 39.01694 }, + }, + { + zip_code: '84714', + usps_city: 'Beryl', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 0.7, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.72807, lat: 37.8477 }, + }, + { + zip_code: '84718', + usps_city: 'Cannonville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 4.2, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "93.65", "49025": "6.35"}', + coty_name: ['Garfield', 'Kane'], + cty_code: ['49017', '49025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.04512, lat: 37.53954 }, + }, + { + zip_code: '84725', + usps_city: 'Enterprise', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1535.0, + density: 3.5, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.76936, lat: 37.53615 }, + }, + { + zip_code: '84766', + usps_city: 'Sevier', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 2.4, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.31712, lat: 38.57636 }, + }, + { + zip_code: '84773', + usps_city: 'Teasdale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 1.3, + primary_coty_code: '49055', + primary_coty_name: 'Wayne', + county_weights: '{"49055": "100"}', + coty_name: ['Wayne'], + cty_code: ['49055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.34215, lat: 38.2265 }, + }, + { + zip_code: '84779', + usps_city: 'Virgin', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 1.2, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.12071, lat: 37.33956 }, + }, + { + zip_code: '84782', + usps_city: 'Veyo', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 17.4, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.66483, lat: 37.34955 }, + }, + { + zip_code: '85012', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7492.0, + density: 1318.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.07035, lat: 33.50731 }, + }, + { + zip_code: '85020', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35361.0, + density: 1535.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.05461, lat: 33.56733 }, + }, + { + zip_code: '85268', + usps_city: 'Fountain Hills', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 25022.0, + density: 469.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.74005, lat: 33.60699 }, + }, + { + zip_code: '85367', + usps_city: 'Yuma', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 22897.0, + density: 194.9, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.39553, lat: 32.67173 }, + }, + { + zip_code: '85396', + usps_city: 'Buckeye', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 20905.0, + density: 97.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.65073, lat: 33.52694 }, + }, + { + zip_code: '85940', + usps_city: 'Vernon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1430.0, + density: 6.7, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.68806, lat: 34.25247 }, + }, + { + zip_code: '86436', + usps_city: 'Topock', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 945.0, + density: 3.3, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.38609, lat: 34.75703 }, + }, + { + zip_code: '86505', + usps_city: 'Ganado', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 8036.0, + density: 3.0, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "84.3", "04017": "15.7"}', + coty_name: ['Apache', 'Navajo'], + cty_code: ['04001', '04017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.71432, lat: 35.62446 }, + }, + { + zip_code: '87110', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 38495.0, + density: 1720.8, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.5781, lat: 35.10811 }, + }, + { + zip_code: '87312', + usps_city: 'Continental Divide', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 3.4, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.32303, lat: 35.42263 }, + }, + { + zip_code: '87518', + usps_city: 'Cebolla', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.56265, lat: 36.50733 }, + }, + { + zip_code: '87525', + usps_city: 'Taos Ski Valley', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 1.0, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.46136, lat: 36.58686 }, + }, + { + zip_code: '87742', + usps_city: 'Rociada', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 1.5, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "83.25", "35033": "16.75"}', + coty_name: ['San Miguel', 'Mora'], + cty_code: ['35047', '35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.51851, lat: 35.8884 }, + }, + { + zip_code: '87743', + usps_city: 'Roy', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 0.2, + primary_coty_code: '35021', + primary_coty_name: 'Harding', + county_weights: '{"35021": "100"}', + coty_name: ['Harding'], + cty_code: ['35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.08691, lat: 35.98141 }, + }, + { + zip_code: '87749', + usps_city: 'Ute Park', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 1.6, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.08379, lat: 36.54831 }, + }, + { + zip_code: '88009', + usps_city: 'Playas', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.1, + primary_coty_code: '35023', + primary_coty_name: 'Hidalgo', + county_weights: '{"35023": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['35023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.59661, lat: 32.01011 }, + }, + { + zip_code: '88041', + usps_city: 'Hanover', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 1.0, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.91398, lat: 32.7907 }, + }, + { + zip_code: '88049', + usps_city: 'Mimbres', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 0.7, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.96276, lat: 33.05048 }, + }, + { + zip_code: '88120', + usps_city: 'Grady', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 0.3, + primary_coty_code: '35009', + primary_coty_name: 'Curry', + county_weights: '{"35009": "80.33", "35037": "19.67"}', + coty_name: ['Curry', 'Quay'], + cty_code: ['35009', '35037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.4542, lat: 34.87865 }, + }, + { + zip_code: '88268', + usps_city: 'Whites City', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 220.4, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "100"}', + coty_name: ['Eddy'], + cty_code: ['35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.37953, lat: 32.17619 }, + }, + { + zip_code: '89014', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 39430.0, + density: 2009.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.05811, lat: 36.06172 }, + }, + { + zip_code: '89015', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 42387.0, + density: 436.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.92817, lat: 36.03921 }, + }, + { + zip_code: '89047', + usps_city: 'Silverpeak', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 10.1, + primary_coty_code: '32009', + primary_coty_name: 'Esmeralda', + county_weights: '{"32009": "100"}', + coty_name: ['Esmeralda'], + cty_code: ['32009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.64791, lat: 37.7659 }, + }, + { + zip_code: '89049', + usps_city: 'Tonopah', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 2286.0, + density: 0.5, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "99.19", "32009": "0.81"}', + coty_name: ['Nye', 'Esmeralda'], + cty_code: ['32023', '32009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.26157, lat: 38.36445 }, + }, + { + zip_code: '89319', + usps_city: 'Ruth', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 4.8, + primary_coty_code: '32033', + primary_coty_name: 'White Pine', + county_weights: '{"32033": "100"}', + coty_name: ['White Pine'], + cty_code: ['32033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.97601, lat: 39.29631 }, + }, + { + zip_code: '89521', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 33381.0, + density: 168.0, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "95.1", "32029": "4.9"}', + coty_name: ['Washoe', 'Storey'], + cty_code: ['32031', '32029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.68598, lat: 39.38099 }, + }, + { + zip_code: '89830', + usps_city: 'Montello', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 0.1, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.28821, lat: 41.27533 }, + }, + { + zip_code: '90012', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36552.0, + density: 4361.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23821, lat: 34.06599 }, + }, + { + zip_code: '90013', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12559.0, + density: 7227.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24033, lat: 34.04481 }, + }, + { + zip_code: '90094', + usps_city: 'Playa Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9827.0, + density: 6223.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.417, lat: 33.97539 }, + }, + { + zip_code: '90201', + usps_city: 'Bell Gardens', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 101965.0, + density: 6630.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.17079, lat: 33.97072 }, + }, + { + zip_code: '90210', + usps_city: 'Beverly Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19314.0, + density: 736.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.41475, lat: 34.10103 }, + }, + { + zip_code: '90245', + usps_city: 'El Segundo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16731.0, + density: 1182.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.40206, lat: 33.91695 }, + }, + { + zip_code: '90703', + usps_city: 'Cerritos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50589.0, + density: 2225.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.06871, lat: 33.86785 }, + }, + { + zip_code: '91602', + usps_city: 'North Hollywood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19672.0, + density: 3708.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36634, lat: 34.15106 }, + }, + { + zip_code: '91608', + usps_city: 'Universal City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 13.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "0"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35285, lat: 34.13826 }, + }, + { + zip_code: '92010', + usps_city: 'Carlsbad', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16346.0, + density: 775.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.28474, lat: 33.15687 }, + }, + { + zip_code: '92011', + usps_city: 'Carlsbad', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24144.0, + density: 1370.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.29429, lat: 33.10721 }, + }, + { + zip_code: '92060', + usps_city: 'Palomar Mountain', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 0.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.8486, lat: 33.34078 }, + }, + { + zip_code: '92110', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30108.0, + density: 2391.1, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1999, lat: 32.76519 }, + }, + { + zip_code: '92251', + usps_city: 'Imperial', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23970.0, + density: 46.4, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.69, lat: 32.87227 }, + }, + { + zip_code: '92258', + usps_city: 'North Palm Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 559.0, + density: 20.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.55986, lat: 33.91584 }, + }, + { + zip_code: '92260', + usps_city: 'Palm Desert', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34660.0, + density: 471.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.40478, lat: 33.70701 }, + }, + { + zip_code: '92264', + usps_city: 'Palm Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20072.0, + density: 148.7, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.50424, lat: 33.73214 }, + }, + { + zip_code: '92280', + usps_city: 'Vidal', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.77794, lat: 34.12557 }, + }, + { + zip_code: '92373', + usps_city: 'Redlands', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33353.0, + density: 316.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "98.63", "06065": "1.37"}', + coty_name: ['San Bernardino', 'Riverside'], + cty_code: ['06071', '06065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.15067, lat: 34.00495 }, + }, + { + zip_code: '92503', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 95551.0, + density: 1233.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.44479, lat: 33.88162 }, + }, + { + zip_code: '92648', + usps_city: 'Huntington Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46228.0, + density: 2220.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.01244, lat: 33.68244 }, + }, + { + zip_code: '92651', + usps_city: 'Laguna Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24800.0, + density: 492.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.77647, lat: 33.55926 }, + }, + { + zip_code: '92833', + usps_city: 'Fullerton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52435.0, + density: 2764.8, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.96172, lat: 33.87927 }, + }, + { + zip_code: '92841', + usps_city: 'Garden Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33754.0, + density: 2910.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.98195, lat: 33.78689 }, + }, + { + zip_code: '93001', + usps_city: 'Ventura', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32396.0, + density: 61.0, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "99.98", "06083": "0.02"}', + coty_name: ['Ventura', 'Santa Barbara'], + cty_code: ['06111', '06083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.50794, lat: 34.19219 }, + }, + { + zip_code: '93204', + usps_city: 'Avenal', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12961.0, + density: 83.9, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "100"}', + coty_name: ['Kings'], + cty_code: ['6031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08639, lat: 35.92646 }, + }, + { + zip_code: '93241', + usps_city: 'Lamont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16397.0, + density: 1534.7, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.91285, lat: 35.25578 }, + }, + { + zip_code: '93266', + usps_city: 'Stratford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1337.0, + density: 9.3, + primary_coty_code: '6031', + primary_coty_name: 'Kings', + county_weights: '{"06031": "100"}', + coty_name: ['Kings'], + cty_code: ['6031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.86374, lat: 36.15726 }, + }, + { + zip_code: '93429', + usps_city: 'Casmalia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 7.5, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.53652, lat: 34.86537 }, + }, + { + zip_code: '93530', + usps_city: 'Keeler', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 4.2, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.86892, lat: 36.48085 }, + }, + { + zip_code: '94089', + usps_city: 'Sunnyvale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22882.0, + density: 1474.6, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01404, lat: 37.41154 }, + }, + { + zip_code: '94108', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14143.0, + density: 20257.7, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40864, lat: 37.79203 }, + }, + { + zip_code: '94511', + usps_city: 'Bethel Island', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2161.0, + density: 159.3, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.64067, lat: 38.02912 }, + }, + { + zip_code: '94569', + usps_city: 'Port Costa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 29.4, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19244, lat: 38.03508 }, + }, + { + zip_code: '94580', + usps_city: 'San Lorenzo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30488.0, + density: 3416.4, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13378, lat: 37.67698 }, + }, + { + zip_code: '94704', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29597.0, + density: 10704.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.25805, lat: 37.86656 }, + }, + { + zip_code: '94705', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13527.0, + density: 1580.1, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23818, lat: 37.86522 }, + }, + { + zip_code: '94941', + usps_city: 'Mill Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32009.0, + density: 555.6, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55924, lat: 37.89517 }, + }, + { + zip_code: '94964', + usps_city: 'San Quentin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3155.0, + density: 3133.8, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49181, lat: 37.94315 }, + }, + { + zip_code: '95018', + usps_city: 'Felton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6841.0, + density: 140.5, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.05934, lat: 37.07408 }, + }, + { + zip_code: '95035', + usps_city: 'Milpitas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 79655.0, + density: 1315.2, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.87432, lat: 37.44421 }, + }, + { + zip_code: '95322', + usps_city: 'Gustine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10373.0, + density: 23.0, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.01674, lat: 37.17019 }, + }, + { + zip_code: '95341', + usps_city: 'Merced', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33090.0, + density: 85.4, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.51436, lat: 37.23086 }, + }, + { + zip_code: '95462', + usps_city: 'Monte Rio', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1124.0, + density: 73.9, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0223, lat: 38.46171 }, + }, + { + zip_code: '95645', + usps_city: 'Knights Landing', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1881.0, + density: 5.7, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "55.57", "06101": "39.27", "06011": "5.15"}', + coty_name: ['Yolo', 'Sutter', 'Colusa'], + cty_code: ['06113', '06101', '06011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.78688, lat: 38.88664 }, + }, + { + zip_code: '95720', + usps_city: 'Kyburz', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 0.3, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.2265, lat: 38.76708 }, + }, + { + zip_code: '95826', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39145.0, + density: 1323.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.37914, lat: 38.54511 }, + }, + { + zip_code: '96033', + usps_city: 'French Gulch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 1.3, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.56918, lat: 40.76366 }, + }, + { + zip_code: '96106', + usps_city: 'Clio', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 4.5, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.54374, lat: 39.73671 }, + }, + { + zip_code: '96110', + usps_city: 'Eagleville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 0.3, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "93.98", "06035": "6.02"}', + coty_name: ['Modoc', 'Lassen'], + cty_code: ['06049', '06035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.09354, lat: 41.29329 }, + }, + { + zip_code: '96133', + usps_city: 'Topaz', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 3.8, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.50411, lat: 38.63289 }, + }, + { + zip_code: '96143', + usps_city: 'Kings Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3585.0, + density: 251.5, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.02471, lat: 39.25155 }, + }, + { + zip_code: '96707', + usps_city: 'Kapolei', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 46928.0, + density: 417.7, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.08142, lat: 21.36453 }, + }, + { + zip_code: '96732', + usps_city: 'Kahului', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 29075.0, + density: 1156.7, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.4612, lat: 20.88125 }, + }, + { + zip_code: '96799', + usps_city: 'Pago Pago', + stusps_code: 'AS', + ste_name: 'American Samoa', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '60050', + primary_coty_name: 'Western', + county_weights: + '{"60050": 36.38, "60010": 32.64, "60020": 29.2, "60040": 1.78}', + coty_name: ['Western', 'Eastern', "Manu'a", 'Swains Island'], + cty_code: ['60050', '60010', '60020', '60040'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Pago_Pago', + geo_point_2d: { lon: -170.3693, lat: -14.21967 }, + }, + { + zip_code: '97001', + usps_city: 'Antelope', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 0.4, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.65, lat: 44.92441 }, + }, + { + zip_code: '97021', + usps_city: 'Dufur', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1012.0, + density: 1.6, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.14216, lat: 45.3871 }, + }, + { + zip_code: '97027', + usps_city: 'Gladstone', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12521.0, + density: 1908.2, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59285, lat: 45.38692 }, + }, + { + zip_code: '97149', + usps_city: 'Neskowin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 10.8, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.94853, lat: 45.10521 }, + }, + { + zip_code: '97219', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 42528.0, + density: 1395.7, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "97.37", "41005": "2.63"}', + coty_name: ['Multnomah', 'Clackamas'], + cty_code: ['41051', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.6998, lat: 45.45395 }, + }, + { + zip_code: '97225', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26095.0, + density: 1529.8, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "99.57", "41051": "0.43"}', + coty_name: ['Washington', 'Multnomah'], + cty_code: ['41067', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77008, lat: 45.50218 }, + }, + { + zip_code: '97370', + usps_city: 'Philomath', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 8695.0, + density: 23.2, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "99.41", "41053": "0.59"}', + coty_name: ['Benton', 'Polk'], + cty_code: ['41003', '41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.46029, lat: 44.56894 }, + }, + { + zip_code: '97385', + usps_city: 'Sublimity', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3151.0, + density: 29.8, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72835, lat: 44.86655 }, + }, + { + zip_code: '97411', + usps_city: 'Bandon', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7337.0, + density: 21.1, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.35919, lat: 43.07421 }, + }, + { + zip_code: '97420', + usps_city: 'Coos Bay', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 27926.0, + density: 45.4, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.14625, lat: 43.35487 }, + }, + { + zip_code: '97486', + usps_city: 'Umpqua', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 3.9, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.52858, lat: 43.38201 }, + }, + { + zip_code: '97640', + usps_city: 'Summer Lake', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.1, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.67172, lat: 42.89029 }, + }, + { + zip_code: '97734', + usps_city: 'Culver', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3413.0, + density: 8.6, + primary_coty_code: '41031', + primary_coty_name: 'Jefferson', + county_weights: '{"41031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['41031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.33486, lat: 44.54038 }, + }, + { + zip_code: '97739', + usps_city: 'La Pine', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12595.0, + density: 23.4, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "86.3", "41035": "13.7"}', + coty_name: ['Deschutes', 'Klamath'], + cty_code: ['41017', '41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.46219, lat: 43.69959 }, + }, + { + zip_code: '97830', + usps_city: 'Fossil', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 0.4, + primary_coty_code: '41069', + primary_coty_name: 'Wheeler', + county_weights: '{"41069": "93.85", "41021": "6.15"}', + coty_name: ['Wheeler', 'Gilliam'], + cty_code: ['41069', '41021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.18931, lat: 44.9502 }, + }, + { + zip_code: '97911', + usps_city: 'Juntura', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 0.0, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -118.05702, lat: 43.75425 }, + }, + { + zip_code: '98020', + usps_city: 'Edmonds', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 19447.0, + density: 1449.7, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37266, lat: 47.80022 }, + }, + { + zip_code: '98031', + usps_city: 'Kent', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37850.0, + density: 1947.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19562, lat: 47.40491 }, + }, + { + zip_code: '98058', + usps_city: 'Renton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 43740.0, + density: 892.5, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12439, lat: 47.44181 }, + }, + { + zip_code: '98104', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 14522.0, + density: 7245.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32849, lat: 47.60169 }, + }, + { + zip_code: '98223', + usps_city: 'Arlington', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 44110.0, + density: 53.3, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95172, lat: 48.21048 }, + }, + { + zip_code: '98248', + usps_city: 'Ferndale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25391.0, + density: 138.4, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62, lat: 48.8659 }, + }, + { + zip_code: '98264', + usps_city: 'Lynden', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20890.0, + density: 141.5, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.46036, lat: 48.95016 }, + }, + { + zip_code: '98277', + usps_city: 'Oak Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 38553.0, + density: 263.5, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.63163, lat: 48.31624 }, + }, + { + zip_code: '98305', + usps_city: 'Beaver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 1.1, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.43012, lat: 48.06029 }, + }, + { + zip_code: '98326', + usps_city: 'Clallam Bay', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 807.0, + density: 1.1, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.38897, lat: 48.16779 }, + }, + { + zip_code: '31042', + usps_city: 'Irwinton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1429.0, + density: 5.7, + primary_coty_code: '13319', + primary_coty_name: 'Wilkinson', + county_weights: '{"13319": "100"}', + coty_name: ['Wilkinson'], + cty_code: ['13319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.17207, lat: 32.7466 }, + }, + { + zip_code: '31078', + usps_city: 'Roberta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2861.0, + density: 10.5, + primary_coty_code: '13079', + primary_coty_name: 'Crawford', + county_weights: '{"13079": "100"}', + coty_name: ['Crawford'], + cty_code: ['13079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06613, lat: 32.6995 }, + }, + { + zip_code: '31093', + usps_city: 'Warner Robins', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27313.0, + density: 536.9, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65653, lat: 32.64767 }, + }, + { + zip_code: '31201', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8391.0, + density: 303.1, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "100"}', + coty_name: ['Bibb'], + cty_code: ['13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61684, lat: 32.80946 }, + }, + { + zip_code: '31522', + usps_city: 'Saint Simons Island', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16745.0, + density: 119.6, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "100"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3579, lat: 31.23311 }, + }, + { + zip_code: '31831', + usps_city: 'Waverly Hall', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3272.0, + density: 19.0, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "88.05", "13263": "11.95"}', + coty_name: ['Harris', 'Talbot'], + cty_code: ['13145', '13263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.70501, lat: 32.68427 }, + }, + { + zip_code: '31904', + usps_city: 'Columbus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 32717.0, + density: 438.1, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "100"}', + coty_name: ['Muscogee'], + cty_code: ['13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.00085, lat: 32.55412 }, + }, + { + zip_code: '32040', + usps_city: 'Glen Saint Mary', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7329.0, + density: 23.2, + primary_coty_code: '12003', + primary_coty_name: 'Baker', + county_weights: '{"12003": "100"}', + coty_name: ['Baker'], + cty_code: ['12003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23885, lat: 30.24347 }, + }, + { + zip_code: '32062', + usps_city: 'McAlpin', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1826.0, + density: 11.4, + primary_coty_code: '12121', + primary_coty_name: 'Suwannee', + county_weights: '{"12121": "100"}', + coty_name: ['Suwannee'], + cty_code: ['12121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.98041, lat: 30.1334 }, + }, + { + zip_code: '32082', + usps_city: 'Ponte Vedra Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30539.0, + density: 354.3, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36595, lat: 30.1254 }, + }, + { + zip_code: '32091', + usps_city: 'Starke', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15256.0, + density: 44.1, + primary_coty_code: '12007', + primary_coty_name: 'Bradford', + county_weights: '{"12007": "97.12", "12019": "2.88"}', + coty_name: ['Bradford', 'Clay'], + cty_code: ['12007', '12019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12545, lat: 29.93118 }, + }, + { + zip_code: '32094', + usps_city: 'Wellborn', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2575.0, + density: 17.2, + primary_coty_code: '12121', + primary_coty_name: 'Suwannee', + county_weights: '{"12121": "92.47", "12023": "7.53"}', + coty_name: ['Suwannee', 'Columbia'], + cty_code: ['12121', '12023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82962, lat: 30.196 }, + }, + { + zip_code: '32219', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12685.0, + density: 91.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79383, lat: 30.43045 }, + }, + { + zip_code: '32405', + usps_city: 'Panama City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32239.0, + density: 655.0, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.6679, lat: 30.2004 }, + }, + { + zip_code: '32506', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36664.0, + density: 436.1, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.36807, lat: 30.39181 }, + }, + { + zip_code: '32725', + usps_city: 'Deltona', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49923.0, + density: 841.3, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25082, lat: 28.88334 }, + }, + { + zip_code: '32730', + usps_city: 'Casselberry', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5943.0, + density: 1930.6, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34361, lat: 28.65325 }, + }, + { + zip_code: '32804', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18023.0, + density: 948.8, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39727, lat: 28.57725 }, + }, + { + zip_code: '32809', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29095.0, + density: 1084.5, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38588, lat: 28.46208 }, + }, + { + zip_code: '32925', + usps_city: 'Patrick Afb', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1533.0, + density: 191.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62288, lat: 28.24273 }, + }, + { + zip_code: '32950', + usps_city: 'Malabar', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4522.0, + density: 97.8, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57879, lat: 27.97598 }, + }, + { + zip_code: '32960', + usps_city: 'Vero Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22036.0, + density: 748.7, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40289, lat: 27.64121 }, + }, + { + zip_code: '33158', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6469.0, + density: 894.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30935, lat: 25.6373 }, + }, + { + zip_code: '33170', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14121.0, + density: 414.0, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46141, lat: 25.55766 }, + }, + { + zip_code: '33173', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33089.0, + density: 2519.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35712, lat: 25.7021 }, + }, + { + zip_code: '33181', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20111.0, + density: 2415.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1509, lat: 25.89873 }, + }, + { + zip_code: '33332', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11622.0, + density: 147.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44516, lat: 26.03033 }, + }, + { + zip_code: '33605', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17655.0, + density: 871.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42948, lat: 27.95119 }, + }, + { + zip_code: '33756', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33971.0, + density: 1814.1, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79241, lat: 27.94449 }, + }, + { + zip_code: '33857', + usps_city: 'Lorida', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2377.0, + density: 5.0, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "100"}', + coty_name: ['Highlands'], + cty_code: ['12055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18352, lat: 27.38262 }, + }, + { + zip_code: '33924', + usps_city: 'Captiva', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 10.5, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22205, lat: 26.60931 }, + }, + { + zip_code: '34109', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24251.0, + density: 745.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76371, lat: 26.24096 }, + }, + { + zip_code: '34269', + usps_city: 'Arcadia', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4517.0, + density: 32.3, + primary_coty_code: '12027', + primary_coty_name: 'DeSoto', + county_weights: '{"12027": "100"}', + coty_name: ['DeSoto'], + cty_code: ['12027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99622, lat: 27.09811 }, + }, + { + zip_code: '34474', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17143.0, + density: 335.1, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.20944, lat: 29.15642 }, + }, + { + zip_code: '34604', + usps_city: 'Brooksville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12608.0, + density: 137.2, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43431, lat: 28.47712 }, + }, + { + zip_code: '34667', + usps_city: 'Hudson', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33272.0, + density: 398.0, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65806, lat: 28.39201 }, + }, + { + zip_code: '34679', + usps_city: 'Aripeka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 125.7, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66146, lat: 28.43077 }, + }, + { + zip_code: '35052', + usps_city: 'Cook Springs', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 299.1, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.40848, lat: 33.59174 }, + }, + { + zip_code: '35053', + usps_city: 'Crane Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2398.0, + density: 19.3, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "85.36", "01133": "14.64"}', + coty_name: ['Cullman', 'Winston'], + cty_code: ['01043', '01133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.0679, lat: 34.05329 }, + }, + { + zip_code: '35128', + usps_city: 'Pell City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10573.0, + density: 63.8, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.3428, lat: 33.54888 }, + }, + { + zip_code: '35149', + usps_city: 'Sycamore', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 17.6, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "100"}', + coty_name: ['Talladega'], + cty_code: ['1121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1969, lat: 33.24802 }, + }, + { + zip_code: '35572', + usps_city: 'Houston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 6.6, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: '{"01133": "100"}', + coty_name: ['Winston'], + cty_code: ['1133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29647, lat: 34.20366 }, + }, + { + zip_code: '35611', + usps_city: 'Athens', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 27058.0, + density: 91.6, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08566, lat: 34.7671 }, + }, + { + zip_code: '35643', + usps_city: 'Hillsboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3802.0, + density: 18.2, + primary_coty_code: '1079', + primary_coty_name: 'Lawrence', + county_weights: '{"01079": "100"}', + coty_name: ['Lawrence'], + cty_code: ['1079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.20546, lat: 34.67015 }, + }, + { + zip_code: '35758', + usps_city: 'Madison', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 46724.0, + density: 671.2, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.74668, lat: 34.71349 }, + }, + { + zip_code: '35802', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 21853.0, + density: 464.7, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.55886, lat: 34.6697 }, + }, + { + zip_code: '35810', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 29274.0, + density: 392.4, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.60761, lat: 34.801 }, + }, + { + zip_code: '35816', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13971.0, + density: 1017.5, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.63031, lat: 34.74018 }, + }, + { + zip_code: '35966', + usps_city: 'Flat Rock', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4182.0, + density: 19.4, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "66.5", "01049": "33.5"}', + coty_name: ['Jackson', 'DeKalb'], + cty_code: ['01071', '01049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.67881, lat: 34.79657 }, + }, + { + zip_code: '36009', + usps_city: 'Brantley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2463.0, + density: 6.3, + primary_coty_code: '1041', + primary_coty_name: 'Crenshaw', + county_weights: '{"01041": "97.51", "01031": "2.49"}', + coty_name: ['Crenshaw', 'Coffee'], + cty_code: ['01041', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.29694, lat: 31.58356 }, + }, + { + zip_code: '36017', + usps_city: 'Clio', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2897.0, + density: 18.0, + primary_coty_code: '1005', + primary_coty_name: 'Barbour', + county_weights: '{"01005": "100"}', + coty_name: ['Barbour'], + cty_code: ['1005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.55506, lat: 31.68174 }, + }, + { + zip_code: '36043', + usps_city: 'Hope Hull', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3626.0, + density: 13.6, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "66.69", "01085": "33.31"}', + coty_name: ['Montgomery', 'Lowndes'], + cty_code: ['01101', '01085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.41766, lat: 32.19945 }, + }, + { + zip_code: '36046', + usps_city: 'Lapine', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1406.0, + density: 7.9, + primary_coty_code: '1041', + primary_coty_name: 'Crenshaw', + county_weights: '{"01041": "62.68", "01101": "37.32"}', + coty_name: ['Crenshaw', 'Montgomery'], + cty_code: ['01041', '01101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.33779, lat: 32.00539 }, + }, + { + zip_code: '36109', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 25377.0, + density: 846.1, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.24137, lat: 32.3871 }, + }, + { + zip_code: '36117', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 54640.0, + density: 388.6, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.14566, lat: 32.37856 }, + }, + { + zip_code: '36262', + usps_city: 'Fruithurst', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 5.7, + primary_coty_code: '1029', + primary_coty_name: 'Cleburne', + county_weights: '{"01029": "100"}', + coty_name: ['Cleburne'], + cty_code: ['1029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.46555, lat: 33.78757 }, + }, + { + zip_code: '36312', + usps_city: 'Ashford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6285.0, + density: 31.5, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "100"}', + coty_name: ['Houston'], + cty_code: ['1069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.23739, lat: 31.17088 }, + }, + { + zip_code: '36323', + usps_city: 'Elba', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7862.0, + density: 13.1, + primary_coty_code: '1031', + primary_coty_name: 'Coffee', + county_weights: '{"01031": "100"}', + coty_name: ['Coffee'], + cty_code: ['1031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.07139, lat: 31.4268 }, + }, + { + zip_code: '36346', + usps_city: 'Jack', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1432.0, + density: 11.0, + primary_coty_code: '1031', + primary_coty_name: 'Coffee', + county_weights: '{"01031": "100"}', + coty_name: ['Coffee'], + cty_code: ['1031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.92674, lat: 31.55883 }, + }, + { + zip_code: '36439', + usps_city: 'Excel', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 129.8, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "100"}', + coty_name: ['Monroe'], + cty_code: ['1099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.34222, lat: 31.42396 }, + }, + { + zip_code: '36451', + usps_city: 'Grove Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4312.0, + density: 8.7, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80271, lat: 31.69908 }, + }, + { + zip_code: '36541', + usps_city: 'Grand Bay', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15524.0, + density: 62.7, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34053, lat: 30.49335 }, + }, + { + zip_code: '36568', + usps_city: 'Saint Elmo', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 39.6, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27257, lat: 30.51279 }, + }, + { + zip_code: '36613', + usps_city: 'Eight Mile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13583.0, + density: 102.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18098, lat: 30.81178 }, + }, + { + zip_code: '36615', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06831, lat: 30.63316 }, + }, + { + zip_code: '36910', + usps_city: 'Jachin', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 4.3, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14693, lat: 32.20461 }, + }, + { + zip_code: '37020', + usps_city: 'Bell Buckle', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5984.0, + density: 24.0, + primary_coty_code: '47003', + primary_coty_name: 'Bedford', + county_weights: '{"47003": "70.51", "47149": "29.49"}', + coty_name: ['Bedford', 'Rutherford'], + cty_code: ['47003', '47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.40264, lat: 35.62659 }, + }, + { + zip_code: '37060', + usps_city: 'Eagleville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2767.0, + density: 27.8, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "78.03", "47003": "12.15", "47187": "9.82"}', + coty_name: ['Rutherford', 'Bedford', 'Williamson'], + cty_code: ['47149', '47003', '47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.63775, lat: 35.74546 }, + }, + { + zip_code: '37186', + usps_city: 'Westmoreland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10038.0, + density: 36.9, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "62.9", "47111": "37.1"}', + coty_name: ['Sumner', 'Macon'], + cty_code: ['47165', '47111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.23011, lat: 36.58703 }, + }, + { + zip_code: '37191', + usps_city: 'Woodlawn', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4286.0, + density: 39.9, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['47125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.53127, lat: 36.49963 }, + }, + { + zip_code: '37201', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1619.0, + density: 2045.1, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.77756, lat: 36.16618 }, + }, + { + zip_code: '37325', + usps_city: 'Delano', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1805.0, + density: 25.1, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "86.67", "47107": "13.33"}', + coty_name: ['Polk', 'McMinn'], + cty_code: ['47139', '47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59176, lat: 35.24957 }, + }, + { + zip_code: '37327', + usps_city: 'Dunlap', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11777.0, + density: 22.5, + primary_coty_code: '47153', + primary_coty_name: 'Sequatchie', + county_weights: '{"47153": "92.23", "47007": "7.77"}', + coty_name: ['Sequatchie', 'Bledsoe'], + cty_code: ['47153', '47007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.40585, lat: 35.42277 }, + }, + { + zip_code: '37343', + usps_city: 'Hixson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 42726.0, + density: 392.2, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.20915, lat: 35.16884 }, + }, + { + zip_code: '37353', + usps_city: 'McDonald', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5195.0, + density: 54.4, + primary_coty_code: '47011', + primary_coty_name: 'Bradley', + county_weights: '{"47011": "85.24", "47065": "14.76"}', + coty_name: ['Bradley', 'Hamilton'], + cty_code: ['47011', '47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98667, lat: 35.11867 }, + }, + { + zip_code: '37397', + usps_city: 'Whitwell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9605.0, + density: 22.7, + primary_coty_code: '47115', + primary_coty_name: 'Marion', + county_weights: '{"47115": "87", "47153": "13"}', + coty_name: ['Marion', 'Sequatchie'], + cty_code: ['47115', '47153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.51563, lat: 35.21755 }, + }, + { + zip_code: '37658', + usps_city: 'Hampton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3788.0, + density: 26.0, + primary_coty_code: '47019', + primary_coty_name: 'Carter', + county_weights: '{"47019": "100"}', + coty_name: ['Carter'], + cty_code: ['47019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14069, lat: 36.25846 }, + }, + { + zip_code: '37779', + usps_city: 'Luttrell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3291.0, + density: 33.3, + primary_coty_code: '47173', + primary_coty_name: 'Union', + county_weights: '{"47173": "94.85", "47093": "5.15"}', + coty_name: ['Union', 'Knox'], + cty_code: ['47173', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.75606, lat: 36.21514 }, + }, + { + zip_code: '37841', + usps_city: 'Oneida', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9568.0, + density: 21.3, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "100"}', + coty_name: ['Scott'], + cty_code: ['47151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57832, lat: 36.51837 }, + }, + { + zip_code: '37879', + usps_city: 'Tazewell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11059.0, + density: 24.5, + primary_coty_code: '47025', + primary_coty_name: 'Claiborne', + county_weights: '{"47025": "95.79", "47067": "4.21"}', + coty_name: ['Claiborne', 'Hancock'], + cty_code: ['47025', '47067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.49523, lat: 36.47714 }, + }, + { + zip_code: '37880', + usps_city: 'Ten Mile', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3782.0, + density: 20.6, + primary_coty_code: '47121', + primary_coty_name: 'Meigs', + county_weights: '{"47121": "56.69", "47145": "43.31"}', + coty_name: ['Meigs', 'Roane'], + cty_code: ['47121', '47145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66839, lat: 35.69986 }, + }, + { + zip_code: '38061', + usps_city: 'Pocahontas', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 621.0, + density: 3.8, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "61.62", "47109": "38.38"}', + coty_name: ['Hardeman', 'McNairy'], + cty_code: ['47069', '47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76755, lat: 35.06498 }, + }, + { + zip_code: '38080', + usps_city: 'Ridgely', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2540.0, + density: 7.0, + primary_coty_code: '47095', + primary_coty_name: 'Lake', + county_weights: '{"47095": "86.84", "47045": "11.33", "47131": "1.83"}', + coty_name: ['Lake', 'Dyer', 'Obion'], + cty_code: ['47095', '47045', '47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52713, lat: 36.20974 }, + }, + { + zip_code: '38114', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 25474.0, + density: 1303.4, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98585, lat: 35.09649 }, + }, + { + zip_code: '38320', + usps_city: 'Camden', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10506.0, + density: 27.5, + primary_coty_code: '47005', + primary_coty_name: 'Benton', + county_weights: '{"47005": "100"}', + coty_name: ['Benton'], + cty_code: ['47005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11364, lat: 36.05142 }, + }, + { + zip_code: '38327', + usps_city: 'Crump', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 54.1, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "100"}', + coty_name: ['Hardin'], + cty_code: ['47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29917, lat: 35.22119 }, + }, + { + zip_code: '38329', + usps_city: 'Decaturville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3642.0, + density: 13.0, + primary_coty_code: '47039', + primary_coty_name: 'Decatur', + county_weights: '{"47039": "97.67", "47077": "2.33"}', + coty_name: ['Decatur', 'Henderson'], + cty_code: ['47039', '47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11059, lat: 35.54408 }, + }, + { + zip_code: '38365', + usps_city: 'Pickwick Dam', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "100"}', + coty_name: ['Hardin'], + cty_code: ['47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23585, lat: 35.05363 }, + }, + { + zip_code: '38565', + usps_city: 'Grimsley', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1167.0, + density: 42.1, + primary_coty_code: '47049', + primary_coty_name: 'Fentress', + county_weights: '{"47049": "100"}', + coty_name: ['Fentress'], + cty_code: ['47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.00949, lat: 36.26275 }, + }, + { + zip_code: '38737', + usps_city: 'Drew', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2789.0, + density: 8.3, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "98.67", "28135": "1.33"}', + coty_name: ['Sunflower', 'Tallahatchie'], + cty_code: ['28133', '28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5124, lat: 33.86996 }, + }, + { + zip_code: '38740', + usps_city: 'Duncan', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 1.8, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79886, lat: 34.05558 }, + }, + { + zip_code: '57559', + usps_city: 'Murdo', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 553.0, + density: 0.6, + primary_coty_code: '46075', + primary_coty_name: 'Jones', + county_weights: '{"46075": "100"}', + coty_name: ['Jones'], + cty_code: ['46075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.72531, lat: 43.935 }, + }, + { + zip_code: '57620', + usps_city: 'Bison', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 0.5, + primary_coty_code: '46105', + primary_coty_name: 'Perkins', + county_weights: '{"46105": "100"}', + coty_name: ['Perkins'], + cty_code: ['46105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.54875, lat: 45.38241 }, + }, + { + zip_code: '57701', + usps_city: 'Rapid City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 45721.0, + density: 249.2, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "97.46", "46093": "2.54"}', + coty_name: ['Pennington', 'Meade'], + cty_code: ['46103', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.20508, lat: 44.14153 }, + }, + { + zip_code: '57791', + usps_city: 'Wasta', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 0.5, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "57.89", "46093": "42.11"}', + coty_name: ['Pennington', 'Meade'], + cty_code: ['46103', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.43111, lat: 44.22501 }, + }, + { + zip_code: '58069', + usps_city: 'Stirum', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 0.6, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "94.89", "38073": "5.11"}', + coty_name: ['Sargent', 'Ransom'], + cty_code: ['38081', '38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83256, lat: 46.25185 }, + }, + { + zip_code: '58223', + usps_city: 'Cummings', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 1.0, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "100"}', + coty_name: ['Traill'], + cty_code: ['38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.03444, lat: 47.50869 }, + }, + { + zip_code: '58257', + usps_city: 'Mayville', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2126.0, + density: 6.8, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "100"}', + coty_name: ['Traill'], + cty_code: ['38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28184, lat: 47.49739 }, + }, + { + zip_code: '58361', + usps_city: 'Pekin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 0.7, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "100"}', + coty_name: ['Nelson'], + cty_code: ['38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.34619, lat: 47.75733 }, + }, + { + zip_code: '58401', + usps_city: 'Jamestown', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 17153.0, + density: 15.7, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.76392, lat: 46.8825 }, + }, + { + zip_code: '58430', + usps_city: 'Denhoff', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 0.6, + primary_coty_code: '38083', + primary_coty_name: 'Sheridan', + county_weights: '{"38083": "100"}', + coty_name: ['Sheridan'], + cty_code: ['38083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.2612, lat: 47.51464 }, + }, + { + zip_code: '58442', + usps_city: 'Gackle', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 0.7, + primary_coty_code: '38047', + primary_coty_name: 'Logan', + county_weights: '{"38047": "92.89", "38093": "7.11"}', + coty_name: ['Logan', 'Stutsman'], + cty_code: ['38047', '38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.17914, lat: 46.56469 }, + }, + { + zip_code: '58445', + usps_city: 'Grace City', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 1.9, + primary_coty_code: '38031', + primary_coty_name: 'Foster', + county_weights: '{"38031": "84.38", "38027": "15.63"}', + coty_name: ['Foster', 'Eddy'], + cty_code: ['38031', '38027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.80248, lat: 47.56401 }, + }, + { + zip_code: '58481', + usps_city: 'Spiritwood', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 231.0, + density: 0.7, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "62.87", "38093": "37.13"}', + coty_name: ['Barnes', 'Stutsman'], + cty_code: ['38003', '38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42113, lat: 46.93133 }, + }, + { + zip_code: '58504', + usps_city: 'Bismarck', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 27307.0, + density: 102.0, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.6779, lat: 46.72307 }, + }, + { + zip_code: '58570', + usps_city: 'Solen', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 0.6, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "54.66", "38085": "45.34"}', + coty_name: ['Morton', 'Sioux'], + cty_code: ['38059', '38085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -100.88831, lat: 46.38367 }, + }, + { + zip_code: '58572', + usps_city: 'Sterling', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 0.6, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.33648, lat: 46.8564 }, + }, + { + zip_code: '58649', + usps_city: 'Reeder', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 0.4, + primary_coty_code: '38001', + primary_coty_name: 'Adams', + county_weights: + '{"38001": "90.34", "38041": "4.67", "46063": "4.36", "38011": "0.62"}', + coty_name: ['Adams', 'Hettinger', 'Harding', 'Bowman'], + cty_code: ['38001', '38041', '46063', '38011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.9136, lat: 46.12098 }, + }, + { + zip_code: '58654', + usps_city: 'Sentinel Butte', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 0.3, + primary_coty_code: '38033', + primary_coty_name: 'Golden Valley', + county_weights: '{"38033": "98.96", "38087": "1.04"}', + coty_name: ['Golden Valley', 'Slope'], + cty_code: ['38033', '38087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.77792, lat: 46.88083 }, + }, + { + zip_code: '58730', + usps_city: 'Crosby', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1448.0, + density: 2.3, + primary_coty_code: '38023', + primary_coty_name: 'Divide', + county_weights: '{"38023": "100"}', + coty_name: ['Divide'], + cty_code: ['38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.31427, lat: 48.86469 }, + }, + { + zip_code: '97321', + usps_city: 'Albany', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26995.0, + density: 154.2, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "65.69", "41003": "34.31"}', + coty_name: ['Linn', 'Benton'], + cty_code: ['41043', '41003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.13328, lat: 44.65193 }, + }, + { + zip_code: '97451', + usps_city: 'Lorane', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 3.7, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.26791, lat: 43.8152 }, + }, + { + zip_code: '97467', + usps_city: 'Reedsport', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5014.0, + density: 7.6, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.95643, lat: 43.71022 }, + }, + { + zip_code: '97477', + usps_city: 'Springfield', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 37535.0, + density: 1161.8, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.01122, lat: 44.05875 }, + }, + { + zip_code: '97497', + usps_city: 'Wolf Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1514.0, + density: 4.0, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "99.34", "41029": "0.66"}', + coty_name: ['Josephine', 'Jackson'], + cty_code: ['41033', '41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.39219, lat: 42.66677 }, + }, + { + zip_code: '97544', + usps_city: 'Williams', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2606.0, + density: 6.2, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.31332, lat: 42.13221 }, + }, + { + zip_code: '97621', + usps_city: 'Beatty', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 0.4, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28228, lat: 42.47655 }, + }, + { + zip_code: '21071', + usps_city: 'Glyndon', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 226.2, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81091, lat: 39.48165 }, + }, + { + zip_code: '21084', + usps_city: 'Jarrettsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7603.0, + density: 119.7, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.46409, lat: 39.61638 }, + }, + { + zip_code: '90034', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53861.0, + density: 6682.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39953, lat: 34.03068 }, + }, + { + zip_code: '90049', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36418.0, + density: 936.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.48925, lat: 34.08718 }, + }, + { + zip_code: '90066', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59167.0, + density: 4642.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43065, lat: 34.00127 }, + }, + { + zip_code: '90230', + usps_city: 'Culver City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32687.0, + density: 2798.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39458, lat: 33.9972 }, + }, + { + zip_code: '90304', + usps_city: 'Inglewood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25946.0, + density: 6394.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35857, lat: 33.93799 }, + }, + { + zip_code: '90403', + usps_city: 'Santa Monica', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23902.0, + density: 6464.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.4901, lat: 34.03106 }, + }, + { + zip_code: '90742', + usps_city: 'Sunset Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 1449.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.07155, lat: 33.71792 }, + }, + { + zip_code: '91345', + usps_city: 'Mission Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19145.0, + density: 2280.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.45945, lat: 34.26594 }, + }, + { + zip_code: '91752', + usps_city: 'Mira Loma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35694.0, + density: 913.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.534, lat: 33.99576 }, + }, + { + zip_code: '91789', + usps_city: 'Walnut', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44440.0, + density: 1097.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.85463, lat: 34.01831 }, + }, + { + zip_code: '91935', + usps_city: 'Jamul', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8550.0, + density: 34.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.79053, lat: 32.70882 }, + }, + { + zip_code: '92019', + usps_city: 'El Cajon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43272.0, + density: 602.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.87892, lat: 32.77909 }, + }, + { + zip_code: '92021', + usps_city: 'El Cajon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 70148.0, + density: 911.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.8708, lat: 32.83548 }, + }, + { + zip_code: '92131', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34727.0, + density: 532.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.08011, lat: 32.89435 }, + }, + { + zip_code: '92139', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36105.0, + density: 3853.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.04891, lat: 32.67991 }, + }, + { + zip_code: '92308', + usps_city: 'Apple Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42207.0, + density: 174.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.15998, lat: 34.425 }, + }, + { + zip_code: '92347', + usps_city: 'Hinkley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 702.0, + density: 1.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.22236, lat: 34.95443 }, + }, + { + zip_code: '92509', + usps_city: 'Jurupa Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 81383.0, + density: 1010.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "99.98", "06071": "0.02"}', + coty_name: ['Riverside', 'San Bernardino'], + cty_code: ['06065', '06071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.44494, lat: 34.00326 }, + }, + { + zip_code: '92582', + usps_city: 'San Jacinto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17219.0, + density: 359.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.01947, lat: 33.80584 }, + }, + { + zip_code: '92591', + usps_city: 'Temecula', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41609.0, + density: 975.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.10482, lat: 33.53523 }, + }, + { + zip_code: '92801', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 66594.0, + density: 4096.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.95222, lat: 33.84444 }, + }, + { + zip_code: '92840', + usps_city: 'Garden Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54735.0, + density: 4061.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.93226, lat: 33.78586 }, + }, + { + zip_code: '92886', + usps_city: 'Yorba Linda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50784.0, + density: 1330.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.79716, lat: 33.89646 }, + }, + { + zip_code: '93660', + usps_city: 'San Joaquin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4090.0, + density: 19.4, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.176, lat: 36.58284 }, + }, + { + zip_code: '93673', + usps_city: 'Traver', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 754.0, + density: 350.0, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.48234, lat: 36.45261 }, + }, + { + zip_code: '93955', + usps_city: 'Seaside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34566.0, + density: 472.6, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.79275, lat: 36.62116 }, + }, + { + zip_code: '94085', + usps_city: 'Sunnyvale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23223.0, + density: 2568.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01776, lat: 37.38854 }, + }, + { + zip_code: '94115', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34604.0, + density: 11974.5, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43719, lat: 37.78597 }, + }, + { + zip_code: '94541', + usps_city: 'Hayward', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65928.0, + density: 3428.0, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.08515, lat: 37.67434 }, + }, + { + zip_code: '94621', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35035.0, + density: 1739.8, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20814, lat: 37.7388 }, + }, + { + zip_code: '94850', + usps_city: 'Richmond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "0"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31961, lat: 37.90243 }, + }, + { + zip_code: '95008', + usps_city: 'Campbell', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46352.0, + density: 2765.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95503, lat: 37.27967 }, + }, + { + zip_code: '95012', + usps_city: 'Castroville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10780.0, + density: 278.9, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.75298, lat: 36.77657 }, + }, + { + zip_code: '95124', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51455.0, + density: 3036.1, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92271, lat: 37.25689 }, + }, + { + zip_code: '95129', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39741.0, + density: 3397.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00091, lat: 37.30575 }, + }, + { + zip_code: '95219', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29270.0, + density: 199.5, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "99.94", "06013": "0.06"}', + coty_name: ['San Joaquin', 'Contra Costa'], + cty_code: ['06077', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.48581, lat: 38.04199 }, + }, + { + zip_code: '95360', + usps_city: 'Newman', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13278.0, + density: 15.3, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "98.45", "06047": "1.55"}', + coty_name: ['Stanislaus', 'Merced'], + cty_code: ['06099', '06047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.22571, lat: 37.29165 }, + }, + { + zip_code: '95389', + usps_city: 'Yosemite National Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1417.0, + density: 2.3, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "99.84", "06109": "0.16"}', + coty_name: ['Mariposa', 'Tuolumne'], + cty_code: ['06043', '06109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.53536, lat: 37.72677 }, + }, + { + zip_code: '95456', + usps_city: 'Little River', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 838.0, + density: 32.1, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.74759, lat: 39.25969 }, + }, + { + zip_code: '95494', + usps_city: 'Yorkville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 0.6, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.33784, lat: 38.88969 }, + }, + { + zip_code: '95531', + usps_city: 'Crescent City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23737.0, + density: 47.0, + primary_coty_code: '6015', + primary_coty_name: 'Del Norte', + county_weights: '{"06015": "100"}', + coty_name: ['Del Norte'], + cty_code: ['6015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.00515, lat: 41.79625 }, + }, + { + zip_code: '95543', + usps_city: 'Gasquet', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 2.7, + primary_coty_code: '6015', + primary_coty_name: 'Del Norte', + county_weights: '{"06015": "100"}', + coty_name: ['Del Norte'], + cty_code: ['6015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.8623, lat: 41.87127 }, + }, + { + zip_code: '95551', + usps_city: 'Loleta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1416.0, + density: 12.8, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.21872, lat: 40.66757 }, + }, + { + zip_code: '95563', + usps_city: 'Salyer', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 665.0, + density: 4.3, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.49847, lat: 40.87625 }, + }, + { + zip_code: '95565', + usps_city: 'Scotia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 8.8, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.01098, lat: 40.45778 }, + }, + { + zip_code: '95571', + usps_city: 'Weott', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 155.9, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.92055, lat: 40.32248 }, + }, + { + zip_code: '95585', + usps_city: 'Leggett', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 3.2, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.65699, lat: 39.84467 }, + }, + { + zip_code: '95692', + usps_city: 'Wheatland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5251.0, + density: 37.3, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "99.54", "06101": "0.46"}', + coty_name: ['Yuba', 'Sutter'], + cty_code: ['06115', '06101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.40381, lat: 39.04589 }, + }, + { + zip_code: '95903', + usps_city: 'Beale Afb', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1653.0, + density: 43.8, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.36833, lat: 39.10251 }, + }, + { + zip_code: '95934', + usps_city: 'Crescent Mills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 2.7, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.92855, lat: 40.07192 }, + }, + { + zip_code: '95948', + usps_city: 'Gridley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11917.0, + density: 59.0, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "99.76", "06101": "0.24"}', + coty_name: ['Butte', 'Sutter'], + cty_code: ['06007', '06101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.76035, lat: 39.34384 }, + }, + { + zip_code: '96028', + usps_city: 'Fall River Mills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1368.0, + density: 3.2, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.47205, lat: 41.01058 }, + }, + { + zip_code: '96041', + usps_city: 'Hayfork', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2934.0, + density: 3.4, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.19445, lat: 40.52362 }, + }, + { + zip_code: '96063', + usps_city: 'Mineral', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 11.6, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.60481, lat: 40.36022 }, + }, + { + zip_code: '96076', + usps_city: 'Platina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 0.5, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "38.55", "06089": "37.95", "06103": "23.49"}', + coty_name: ['Trinity', 'Shasta', 'Tehama'], + cty_code: ['06105', '06089', '06103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.92755, lat: 40.38277 }, + }, + { + zip_code: '96117', + usps_city: 'Litchfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 0.4, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.23999, lat: 40.54621 }, + }, + { + zip_code: '96705', + usps_city: 'Eleele', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3081.0, + density: 408.9, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.56548, lat: 21.89982 }, + }, + { + zip_code: '96742', + usps_city: 'Kalaupapa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 2.1, + primary_coty_code: '15005', + primary_coty_name: 'Kalawao', + county_weights: '{"15005": "100"}', + coty_name: ['Kalawao'], + cty_code: ['15005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.94743, lat: 21.17087 }, + }, + { + zip_code: '96748', + usps_city: 'Kaunakakai', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3892.0, + density: 12.2, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.87944, lat: 21.11381 }, + }, + { + zip_code: '96754', + usps_city: 'Kilauea', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3269.0, + density: 30.4, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.41264, lat: 22.17561 }, + }, + { + zip_code: '96762', + usps_city: 'Laie', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 6182.0, + density: 198.0, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.94242, lat: 21.62417 }, + }, + { + zip_code: '96782', + usps_city: 'Pearl City', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 38000.0, + density: 834.7, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.93176, lat: 21.41746 }, + }, + { + zip_code: '96815', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 25261.0, + density: 5089.5, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.82262, lat: 21.27557 }, + }, + { + zip_code: '96826', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 31445.0, + density: 11390.4, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.82698, lat: 21.29159 }, + }, + { + zip_code: '96928', + usps_city: 'Agat', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.66153, lat: 13.38497 }, + }, + { + zip_code: '97045', + usps_city: 'Oregon City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 56250.0, + density: 251.5, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53074, lat: 45.32843 }, + }, + { + zip_code: '97124', + usps_city: 'Hillsboro', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 55170.0, + density: 493.4, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.94644, lat: 45.56783 }, + }, + { + zip_code: '97134', + usps_city: 'Oceanside', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 235.6, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.96575, lat: 45.45734 }, + }, + { + zip_code: '97317', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 25441.0, + density: 178.7, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.90736, lat: 44.90261 }, + }, + { + zip_code: '97417', + usps_city: 'Canyonville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2407.0, + density: 46.4, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.23005, lat: 42.95311 }, + }, + { + zip_code: '97435', + usps_city: 'Drain', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2135.0, + density: 8.5, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.33489, lat: 43.70037 }, + }, + { + zip_code: '97438', + usps_city: 'Fall Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 4.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68838, lat: 43.95088 }, + }, + { + zip_code: '97463', + usps_city: 'Oakridge', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3899.0, + density: 35.2, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40384, lat: 43.74772 }, + }, + { + zip_code: '97488', + usps_city: 'Vida', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1219.0, + density: 4.6, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44518, lat: 44.12753 }, + }, + { + zip_code: '97490', + usps_city: 'Walton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 1.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.61199, lat: 44.00425 }, + }, + { + zip_code: '97504', + usps_city: 'Medford', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 47947.0, + density: 396.0, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.79868, lat: 42.32693 }, + }, + { + zip_code: '97859', + usps_city: 'Meacham', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.7, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.42136, lat: 45.52907 }, + }, + { + zip_code: '97901', + usps_city: 'Adrian', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 2.8, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.09006, lat: 43.62894 }, + }, + { + zip_code: '97913', + usps_city: 'Nyssa', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4875.0, + density: 2.7, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "99.93", "16075": "0.07"}', + coty_name: ['Malheur', 'Payette'], + cty_code: ['41045', '16075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.32015, lat: 43.61127 }, + }, + { + zip_code: '98028', + usps_city: 'Kenmore', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 22738.0, + density: 1557.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24753, lat: 47.75423 }, + }, + { + zip_code: '98229', + usps_city: 'Bellingham', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32801.0, + density: 258.1, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "99.01", "53057": "0.99"}', + coty_name: ['Whatcom', 'Skagit'], + cty_code: ['53073', '53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41046, lat: 48.6955 }, + }, + { + zip_code: '98237', + usps_city: 'Concrete', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4410.0, + density: 5.3, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "99.98", "53073": "0.02"}', + coty_name: ['Skagit', 'Whatcom'], + cty_code: ['53057', '53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.68519, lat: 48.59328 }, + }, + { + zip_code: '98249', + usps_city: 'Freeland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4399.0, + density: 106.5, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5391, lat: 48.01818 }, + }, + { + zip_code: '98271', + usps_city: 'Marysville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29130.0, + density: 241.4, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2345, lat: 48.09415 }, + }, + { + zip_code: '98333', + usps_city: 'Fox Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3918.0, + density: 291.3, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62561, lat: 47.24771 }, + }, + { + zip_code: '98357', + usps_city: 'Neah Bay', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1560.0, + density: 14.2, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.62847, lat: 48.33199 }, + }, + { + zip_code: '98367', + usps_city: 'Port Orchard', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29826.0, + density: 142.9, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68313, lat: 47.46508 }, + }, + { + zip_code: '98403', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 8130.0, + density: 2860.3, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4585, lat: 47.26595 }, + }, + { + zip_code: '98503', + usps_city: 'Lacey', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 40452.0, + density: 1383.1, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.79819, lat: 47.02578 }, + }, + { + zip_code: '98535', + usps_city: 'Copalis Beach', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 28.6, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.1339, lat: 47.1066 }, + }, + { + zip_code: '98542', + usps_city: 'Ethel', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 17.5, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.71866, lat: 46.52462 }, + }, + { + zip_code: '98585', + usps_city: 'Silver Creek', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 14.5, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49572, lat: 46.55493 }, + }, + { + zip_code: '98601', + usps_city: 'Amboy', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3702.0, + density: 21.0, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "95.61", "53015": "4.39"}', + coty_name: ['Clark', 'Cowlitz'], + cty_code: ['53011', '53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36119, lat: 45.95632 }, + }, + { + zip_code: '98675', + usps_city: 'Yacolt', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7159.0, + density: 23.4, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34442, lat: 45.827 }, + }, + { + zip_code: '98801', + usps_city: 'Wenatchee', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 43366.0, + density: 103.1, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.33781, lat: 47.42334 }, + }, + { + zip_code: '98837', + usps_city: 'Moses Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 44136.0, + density: 35.3, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.30455, lat: 47.14978 }, + }, + { + zip_code: '98901', + usps_city: 'Yakima', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32358.0, + density: 107.1, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "99.8", "53037": "0.2"}', + coty_name: ['Yakima', 'Kittitas'], + cty_code: ['53077', '53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.41528, lat: 46.69319 }, + }, + { + zip_code: '98936', + usps_city: 'Moxee', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6752.0, + density: 18.4, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.14407, lat: 46.53598 }, + }, + { + zip_code: '99136', + usps_city: 'Hay', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.3, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.95542, lat: 46.67473 }, + }, + { + zip_code: '99155', + usps_city: 'Nespelem', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1007.0, + density: 1.3, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "98.74", "53019": "1.26"}', + coty_name: ['Okanogan', 'Ferry'], + cty_code: ['53047', '53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.95348, lat: 48.25567 }, + }, + { + zip_code: '99173', + usps_city: 'Springdale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 4.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.86312, lat: 48.03696 }, + }, + { + zip_code: '99206', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 38792.0, + density: 639.9, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25487, lat: 47.62899 }, + }, + { + zip_code: '99330', + usps_city: 'Eltopia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1073.0, + density: 5.4, + primary_coty_code: '53021', + primary_coty_name: 'Franklin', + county_weights: '{"53021": "100"}', + coty_name: ['Franklin'], + cty_code: ['53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.04317, lat: 46.48982 }, + }, + { + zip_code: '99347', + usps_city: 'Pomeroy', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2241.0, + density: 1.1, + primary_coty_code: '53023', + primary_coty_name: 'Garfield', + county_weights: '{"53023": "95.64", "53013": "3.58", "53075": "0.78"}', + coty_name: ['Garfield', 'Columbia', 'Whitman'], + cty_code: ['53023', '53013', '53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.56644, lat: 46.4278 }, + }, + { + zip_code: '99574', + usps_city: 'Cordova', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2903.0, + density: 0.5, + primary_coty_code: '2261', + primary_coty_name: 'Valdez-Cordova', + county_weights: '{"02261": "100"}', + coty_name: ['Valdez-Cordova'], + cty_code: ['2261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.0407, lat: 60.63145 }, + }, + { + zip_code: '99587', + usps_city: 'Girdwood', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1742.0, + density: 2.8, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.92413, lat: 60.92414 }, + }, + { + zip_code: '99607', + usps_city: 'Kalskag', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 0.1, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.78569, lat: 61.75722 }, + }, + { + zip_code: '99624', + usps_city: 'Larsen Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 1.1, + primary_coty_code: '2150', + primary_coty_name: 'Kodiak Island', + county_weights: '{"02150": "100"}', + coty_name: ['Kodiak Island'], + cty_code: ['2150'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -153.907, lat: 57.50398 }, + }, + { + zip_code: '99636', + usps_city: 'New Stuyahok', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 546.0, + density: 9.6, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.29135, lat: 59.48829 }, + }, + { + zip_code: '99690', + usps_city: 'Nightmute', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 0.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.81892, lat: 60.48717 }, + }, + { + zip_code: '99691', + usps_city: 'Nikolai', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -153.66044, lat: 62.8638 }, + }, + { + zip_code: '99753', + usps_city: 'Koyuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 23.6, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.15126, lat: 64.93968 }, + }, + { + zip_code: '99788', + usps_city: 'Chalkyitsik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 5.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -143.7814, lat: 66.64632 }, + }, + { + zip_code: '99929', + usps_city: 'Wrangell', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2502.0, + density: 0.4, + primary_coty_code: '2275', + primary_coty_name: 'Wrangell', + county_weights: '{"02275": "100"}', + coty_name: ['Wrangell'], + cty_code: ['2275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -131.93648, lat: 56.3695 }, + }, + { + zip_code: '660', + usps_city: 'Hormigueros', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 15943.0, + density: 542.6, + primary_coty_code: '72067', + primary_coty_name: 'Hormigueros', + county_weights: '{"72067": "100"}', + coty_name: ['Hormigueros'], + cty_code: ['72067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.11403, lat: 18.13419 }, + }, + { + zip_code: '682', + usps_city: 'Mayaguez', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 31735.0, + density: 850.7, + primary_coty_code: '72097', + primary_coty_name: 'Mayag\u00fcez', + county_weights: '{"72097": "100"}', + coty_name: ['Mayag\u00fcez'], + cty_code: ['72097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.15381, lat: 18.22118 }, + }, + { + zip_code: '738', + usps_city: 'Fajardo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 29196.0, + density: 382.4, + primary_coty_code: '72053', + primary_coty_name: 'Fajardo', + county_weights: '{"72053": "100"}', + coty_name: ['Fajardo'], + cty_code: ['72053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.66785, lat: 18.31828 }, + }, + { + zip_code: '901', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 6617.0, + density: 2609.6, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.10485, lat: 18.46532 }, + }, + { + zip_code: '952', + usps_city: 'Sabana Seca', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 7598.0, + density: 2370.7, + primary_coty_code: '72137', + primary_coty_name: 'Toa Baja', + county_weights: '{"72137": "100"}', + coty_name: ['Toa Baja'], + cty_code: ['72137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.18207, lat: 18.42748 }, + }, + { + zip_code: '957', + usps_city: 'Bayamon', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 38198.0, + density: 3191.7, + primary_coty_code: '72021', + primary_coty_name: 'Bayam\u00f3n', + county_weights: '{"72021": "97.07", "72135": "2.93"}', + coty_name: ['Bayam\u00f3n', 'Toa Alta'], + cty_code: ['72021', '72135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.18869, lat: 18.36734 }, + }, + { + zip_code: '966', + usps_city: 'Guaynabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 15254.0, + density: 1828.8, + primary_coty_code: '72061', + primary_coty_name: 'Guaynabo', + county_weights: '{"72061": "91.02", "72127": "5.86", "72021": "3.12"}', + coty_name: ['Guaynabo', 'San Juan', 'Bayam\u00f3n'], + cty_code: ['72061', '72127', '72021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.11758, lat: 18.40226 }, + }, + { + zip_code: '1009', + usps_city: 'Bondsville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 124.0, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.33971, lat: 42.20972 }, + }, + { + zip_code: '1350', + usps_city: 'Monroe Bridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 3.1, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.98245, lat: 42.72265 }, + }, + { + zip_code: '1354', + usps_city: 'Gill', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1596.0, + density: 44.8, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.51108, lat: 42.63366 }, + }, + { + zip_code: '1721', + usps_city: 'Ashland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17710.0, + density: 554.2, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46866, lat: 42.25729 }, + }, + { + zip_code: '1879', + usps_city: 'Tyngsboro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 12443.0, + density: 286.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.42869, lat: 42.66638 }, + }, + { + zip_code: '1890', + usps_city: 'Winchester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22738.0, + density: 1455.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1463, lat: 42.4518 }, + }, + { + zip_code: '2121', + usps_city: 'Dorchester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30159.0, + density: 6671.8, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08583, lat: 42.30589 }, + }, + { + zip_code: '2130', + usps_city: 'Jamaica Plain', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 40749.0, + density: 4718.9, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.11486, lat: 42.30986 }, + }, + { + zip_code: '2136', + usps_city: 'Hyde Park', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 35213.0, + density: 2961.5, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12937, lat: 42.25535 }, + }, + { + zip_code: '2143', + usps_city: 'Somerville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25327.0, + density: 6333.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.09684, lat: 42.38145 }, + }, + { + zip_code: '2144', + usps_city: 'Somerville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 24818.0, + density: 8865.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12186, lat: 42.40065 }, + }, + { + zip_code: '2346', + usps_city: 'Middleboro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 24802.0, + density: 139.1, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.87432, lat: 41.88036 }, + }, + { + zip_code: '2357', + usps_city: 'North Easton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1061.0, + density: 851.4, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08074, lat: 42.05774 }, + }, + { + zip_code: '2542', + usps_city: 'Buzzards Bay', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 11.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.54687, lat: 41.70259 }, + }, + { + zip_code: '2568', + usps_city: 'Vineyard Haven', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4107.0, + density: 238.4, + primary_coty_code: '25007', + primary_coty_name: 'Dukes', + county_weights: '{"25007": "100"}', + coty_name: ['Dukes'], + cty_code: ['25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61758, lat: 41.45264 }, + }, + { + zip_code: '2635', + usps_city: 'Cotuit', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3004.0, + density: 209.4, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.44051, lat: 41.62372 }, + }, + { + zip_code: '2746', + usps_city: 'New Bedford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15417.0, + density: 2813.2, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94169, lat: 41.66144 }, + }, + { + zip_code: '3034', + usps_city: 'Candia', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4046.0, + density: 47.4, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.31141, lat: 43.06357 }, + }, + { + zip_code: '3064', + usps_city: 'Nashua', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 14441.0, + density: 1348.7, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.47462, lat: 42.77879 }, + }, + { + zip_code: '3216', + usps_city: 'Andover', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2477.0, + density: 25.0, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.79571, lat: 43.44563 }, + }, + { + zip_code: '3263', + usps_city: 'Pittsfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4112.0, + density: 65.6, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.311, lat: 43.29468 }, + }, + { + zip_code: '3281', + usps_city: 'Weare', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 9031.0, + density: 59.0, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.72208, lat: 43.08126 }, + }, + { + zip_code: '3282', + usps_city: 'Wentworth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 8.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.92935, lat: 43.86015 }, + }, + { + zip_code: '3561', + usps_city: 'Littleton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5920.0, + density: 45.0, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.81169, lat: 44.33165 }, + }, + { + zip_code: '3817', + usps_city: 'Chocorua', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 36.8, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.23211, lat: 43.88741 }, + }, + { + zip_code: '3851', + usps_city: 'Milton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4080.0, + density: 59.7, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01649, lat: 43.4361 }, + }, + { + zip_code: '3855', + usps_city: 'New Durham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2697.0, + density: 25.2, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.14194, lat: 43.46363 }, + }, + { + zip_code: '3865', + usps_city: 'Plaistow', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7689.0, + density: 280.1, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.09606, lat: 42.84028 }, + }, + { + zip_code: '3868', + usps_city: 'Rochester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5316.0, + density: 271.8, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94164, lat: 43.32027 }, + }, + { + zip_code: '3875', + usps_city: 'Silver Lake', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 30.5, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18603, lat: 43.89547 }, + }, + { + zip_code: '3908', + usps_city: 'South Berwick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7470.0, + density: 89.7, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.74781, lat: 43.23876 }, + }, + { + zip_code: '4015', + usps_city: 'Casco', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3895.0, + density: 47.3, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.51792, lat: 43.97437 }, + }, + { + zip_code: '4062', + usps_city: 'Windham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 18478.0, + density: 151.8, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.40447, lat: 43.79746 }, + }, + { + zip_code: '4227', + usps_city: 'East Dixfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 75.4, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.29763, lat: 44.55721 }, + }, + { + zip_code: '4280', + usps_city: 'Sabattus', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 6752.0, + density: 62.6, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.06153, lat: 44.12152 }, + }, + { + zip_code: '4292', + usps_city: 'Sumner', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1114.0, + density: 9.7, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.44688, lat: 44.37404 }, + }, + { + zip_code: '4438', + usps_city: 'Frankfort', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1045.0, + density: 16.4, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.91904, lat: 44.59856 }, + }, + { + zip_code: '4476', + usps_city: 'Penobscot', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1225.0, + density: 11.9, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.7053, lat: 44.47478 }, + }, + { + zip_code: '4479', + usps_city: 'Sangerville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1423.0, + density: 14.3, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.30704, lat: 45.12757 }, + }, + { + zip_code: '4617', + usps_city: 'Brooksville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 12.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.73678, lat: 44.36621 }, + }, + { + zip_code: '4742', + usps_city: 'Fort Fairfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3320.0, + density: 16.6, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.85527, lat: 46.77766 }, + }, + { + zip_code: '4858', + usps_city: 'South Thomaston', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1219.0, + density: 41.4, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.14522, lat: 44.04647 }, + }, + { + zip_code: '4976', + usps_city: 'Skowhegan', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9770.0, + density: 37.9, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.66951, lat: 44.79873 }, + }, + { + zip_code: '4986', + usps_city: 'Thorndike', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1657.0, + density: 11.6, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.22252, lat: 44.55294 }, + }, + { + zip_code: '5051', + usps_city: 'Newbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1641.0, + density: 13.2, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12118, lat: 44.10302 }, + }, + { + zip_code: '5059', + usps_city: 'Quechee', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 31.2, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.42622, lat: 43.64003 }, + }, + { + zip_code: '5262', + usps_city: 'Shaftsbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2251.0, + density: 11.4, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12684, lat: 42.98044 }, + }, + { + zip_code: '5462', + usps_city: 'Huntington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1966.0, + density: 20.0, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9538, lat: 44.30058 }, + }, + { + zip_code: '5495', + usps_city: 'Williston', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 10262.0, + density: 118.0, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.09246, lat: 44.42935 }, + }, + { + zip_code: '5675', + usps_city: 'Washington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 10.8, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.41872, lat: 44.07382 }, + }, + { + zip_code: '5775', + usps_city: 'West Pawlet', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 489.0, + density: 14.9, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.23133, lat: 43.36247 }, + }, + { + zip_code: '5819', + usps_city: 'Saint Johnsbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 9144.0, + density: 38.8, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.98762, lat: 44.40509 }, + }, + { + zip_code: '5855', + usps_city: 'Newport', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 7046.0, + density: 48.8, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19223, lat: 44.92782 }, + }, + { + zip_code: '5871', + usps_city: 'West Burke', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 12.0, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.94178, lat: 44.68772 }, + }, + { + zip_code: '6073', + usps_city: 'South Glastonbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5830.0, + density: 133.1, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55771, lat: 41.66029 }, + }, + { + zip_code: '6078', + usps_city: 'Suffield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12282.0, + density: 185.6, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.64995, lat: 41.98912 }, + }, + { + zip_code: '6259', + usps_city: 'Pomfret Center', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4471.0, + density: 41.5, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.99073, lat: 41.87006 }, + }, + { + zip_code: '6334', + usps_city: 'Bozrah', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2508.0, + density: 50.0, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.1742, lat: 41.54433 }, + }, + { + zip_code: '6419', + usps_city: 'Killingworth', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6392.0, + density: 69.9, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57848, lat: 41.37925 }, + }, + { + zip_code: '6612', + usps_city: 'Easton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7529.0, + density: 108.3, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.30092, lat: 41.26503 }, + }, + { + zip_code: '6840', + usps_city: 'New Canaan', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 20276.0, + density: 352.7, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.49917, lat: 41.1592 }, + }, + { + zip_code: '7006', + usps_city: 'Caldwell', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25553.0, + density: 1052.1, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28167, lat: 40.85215 }, + }, + { + zip_code: '7059', + usps_city: 'Warren', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 15689.0, + density: 309.3, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51459, lat: 40.63237 }, + }, + { + zip_code: '7070', + usps_city: 'Rutherford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18398.0, + density: 2526.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10566, lat: 40.82017 }, + }, + { + zip_code: '7090', + usps_city: 'Westfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 29856.0, + density: 1711.1, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34327, lat: 40.65154 }, + }, + { + zip_code: '7094', + usps_city: 'Secaucus', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 20125.0, + density: 1347.2, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0661, lat: 40.78098 }, + }, + { + zip_code: '7111', + usps_city: 'Irvington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 54079.0, + density: 7161.7, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23168, lat: 40.7243 }, + }, + { + zip_code: '7304', + usps_city: 'Jersey City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 43327.0, + density: 8942.2, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07355, lat: 40.71648 }, + }, + { + zip_code: '7417', + usps_city: 'Franklin Lakes', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10946.0, + density: 449.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20831, lat: 41.00857 }, + }, + { + zip_code: '7643', + usps_city: 'Little Ferry', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10782.0, + density: 2821.1, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03879, lat: 40.84634 }, + }, + { + zip_code: '7823', + usps_city: 'Belvidere', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7871.0, + density: 119.8, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0365, lat: 40.82796 }, + }, + { + zip_code: '7832', + usps_city: 'Columbia', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3437.0, + density: 28.2, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.05705, lat: 40.96014 }, + }, + { + zip_code: '8004', + usps_city: 'Atco', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12169.0, + density: 377.1, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.87002, lat: 39.76465 }, + }, + { + zip_code: '8063', + usps_city: 'National Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3042.0, + density: 1147.3, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.18512, lat: 39.86757 }, + }, + { + zip_code: '8110', + usps_city: 'Pennsauken', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18753.0, + density: 1127.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0606, lat: 39.97228 }, + }, + { + zip_code: '8241', + usps_city: 'Port Republic', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 57.5, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48504, lat: 39.53287 }, + }, + { + zip_code: '8323', + usps_city: 'Greenwich', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 13.0, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.36605, lat: 39.39557 }, + }, + { + zip_code: '8540', + usps_city: 'Princeton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 48672.0, + density: 361.9, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "70.46", "34035": "15.98", "34023": "13.56"}', + coty_name: ['Mercer', 'Somerset', 'Middlesex'], + cty_code: ['34021', '34035', '34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65567, lat: 40.3633 }, + }, + { + zip_code: '8832', + usps_city: 'Keasbey', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3152.0, + density: 833.6, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.3077, lat: 40.51723 }, + }, + { + zip_code: '8863', + usps_city: 'Fords', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12094.0, + density: 1831.9, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31559, lat: 40.52715 }, + }, + { + zip_code: '10536', + usps_city: 'Katonah', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10627.0, + density: 160.1, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.68726, lat: 41.26982 }, + }, + { + zip_code: '10706', + usps_city: 'Hastings On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8493.0, + density: 1133.2, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86752, lat: 40.98976 }, + }, + { + zip_code: '10911', + usps_city: 'Bear Mountain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0031, lat: 41.31682 }, + }, + { + zip_code: '10941', + usps_city: 'Middletown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13786.0, + density: 166.2, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34496, lat: 41.48857 }, + }, + { + zip_code: '10956', + usps_city: 'New City', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 32289.0, + density: 770.8, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99436, lat: 41.1569 }, + }, + { + zip_code: '10975', + usps_city: 'Southfields', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 13.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17403, lat: 41.25801 }, + }, + { + zip_code: '11030', + usps_city: 'Manhasset', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18578.0, + density: 1073.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.68887, lat: 40.79338 }, + }, + { + zip_code: '11042', + usps_city: 'New Hyde Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 332.4, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6973, lat: 40.75848 }, + }, + { + zip_code: '11109', + usps_city: 'Long Island City', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5980.0, + density: 46394.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95751, lat: 40.74589 }, + }, + { + zip_code: '11214', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 92644.0, + density: 16492.0, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99636, lat: 40.59866 }, + }, + { + zip_code: '11364', + usps_city: 'Oakland Gardens', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36215.0, + density: 5666.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76068, lat: 40.74532 }, + }, + { + zip_code: '11596', + usps_city: 'Williston Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10347.0, + density: 2997.9, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64236, lat: 40.75971 }, + }, + { + zip_code: '11703', + usps_city: 'North Babylon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16119.0, + density: 1998.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.32562, lat: 40.73294 }, + }, + { + zip_code: '11725', + usps_city: 'Commack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29396.0, + density: 1164.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2808, lat: 40.84045 }, + }, + { + zip_code: '11755', + usps_city: 'Lake Grove', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12598.0, + density: 1498.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.11724, lat: 40.85821 }, + }, + { + zip_code: '11778', + usps_city: 'Rocky Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12081.0, + density: 681.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.93, lat: 40.9433 }, + }, + { + zip_code: '11783', + usps_city: 'Seaford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21280.0, + density: 2317.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.49062, lat: 40.67767 }, + }, + { + zip_code: '11787', + usps_city: 'Smithtown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 34376.0, + density: 883.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21033, lat: 40.85339 }, + }, + { + zip_code: '11930', + usps_city: 'Amagansett', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 882.0, + density: 36.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10144, lat: 40.98935 }, + }, + { + zip_code: '11950', + usps_city: 'Mastic', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16444.0, + density: 1539.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.84737, lat: 40.80776 }, + }, + { + zip_code: '11952', + usps_city: 'Mattituck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5010.0, + density: 204.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.5437, lat: 40.99698 }, + }, + { + zip_code: '11958', + usps_city: 'Peconic', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 103.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46153, lat: 41.03618 }, + }, + { + zip_code: '12108', + usps_city: 'Lake Pleasant', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 1.1, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44934, lat: 43.57407 }, + }, + { + zip_code: '12140', + usps_city: 'Poestenkill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1690.0, + density: 78.7, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56269, lat: 42.69179 }, + }, + { + zip_code: '12159', + usps_city: 'Slingerlands', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7870.0, + density: 215.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88604, lat: 42.6424 }, + }, + { + zip_code: '12184', + usps_city: 'Valatie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6840.0, + density: 68.5, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "98.82", "36083": "1.18"}', + coty_name: ['Columbia', 'Rensselaer'], + cty_code: ['36021', '36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.65421, lat: 42.42049 }, + }, + { + zip_code: '12516', + usps_city: 'Copake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1747.0, + density: 44.2, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56537, lat: 42.11175 }, + }, + { + zip_code: '12566', + usps_city: 'Pine Bush', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11571.0, + density: 82.2, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "50.34", "36071": "44.31", "36105": "5.35"}', + coty_name: ['Ulster', 'Orange', 'Sullivan'], + cty_code: ['36111', '36071', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.33126, lat: 41.62101 }, + }, + { + zip_code: '12571', + usps_city: 'Red Hook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9984.0, + density: 66.6, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "92.73", "36021": "7.27"}', + coty_name: ['Dutchess', 'Columbia'], + cty_code: ['36027', '36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80906, lat: 42.0057 }, + }, + { + zip_code: '12574', + usps_city: 'Rhinecliff', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 388.0, + density: 297.4, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94563, lat: 41.91773 }, + }, + { + zip_code: '12784', + usps_city: 'Thompsonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 7.5, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.62598, lat: 41.66983 }, + }, + { + zip_code: '12822', + usps_city: 'Corinth', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6060.0, + density: 35.5, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88798, lat: 43.2421 }, + }, + { + zip_code: '12855', + usps_city: 'North Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 0.4, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79646, lat: 44.00199 }, + }, + { + zip_code: '12944', + usps_city: 'Keeseville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3764.0, + density: 16.1, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "53.26", "36019": "46.74"}', + coty_name: ['Essex', 'Clinton'], + cty_code: ['36031', '36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.51227, lat: 44.45067 }, + }, + { + zip_code: '12959', + usps_city: 'Mooers Forks', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1454.0, + density: 14.5, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.70387, lat: 44.96035 }, + }, + { + zip_code: '12967', + usps_city: 'North Lawrence', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1094.0, + density: 11.2, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65949, lat: 44.77356 }, + }, + { + zip_code: '12983', + usps_city: 'Saranac Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7463.0, + density: 13.7, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "70.8", "36031": "29.2"}', + coty_name: ['Franklin', 'Essex'], + cty_code: ['36033', '36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20288, lat: 44.32137 }, + }, + { + zip_code: '13053', + usps_city: 'Dryden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5006.0, + density: 58.2, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "89.47", "36023": "10.53"}', + coty_name: ['Tompkins', 'Cortland'], + cty_code: ['36109', '36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26598, lat: 42.47462 }, + }, + { + zip_code: '13082', + usps_city: 'Kirkville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4258.0, + density: 69.7, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "59.08", "36067": "40.92"}', + coty_name: ['Madison', 'Onondaga'], + cty_code: ['36053', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95324, lat: 43.10052 }, + }, + { + zip_code: '13116', + usps_city: 'Minoa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3468.0, + density: 1013.7, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00787, lat: 43.07482 }, + }, + { + zip_code: '13166', + usps_city: 'Weedsport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5616.0, + density: 53.1, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "98.41", "36067": "1.59"}', + coty_name: ['Cayuga', 'Onondaga'], + cty_code: ['36011', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55733, lat: 43.07093 }, + }, + { + zip_code: '13208', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22833.0, + density: 2112.1, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14526, lat: 43.07874 }, + }, + { + zip_code: '13346', + usps_city: 'Hamilton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6241.0, + density: 63.7, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54386, lat: 42.81801 }, + }, + { + zip_code: '13416', + usps_city: 'Newport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2189.0, + density: 16.3, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95615, lat: 43.18705 }, + }, + { + zip_code: '13417', + usps_city: 'New York Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3362.0, + density: 993.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2938, lat: 43.10096 }, + }, + { + zip_code: '13439', + usps_city: 'Richfield Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3518.0, + density: 15.8, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "76.18", "36043": "23.82"}', + coty_name: ['Otsego', 'Herkimer'], + cty_code: ['36077', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99561, lat: 42.85611 }, + }, + { + zip_code: '13460', + usps_city: 'Sherburne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4414.0, + density: 23.8, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "99.62", "36053": "0.38"}', + coty_name: ['Chenango', 'Madison'], + cty_code: ['36017', '36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45419, lat: 42.68706 }, + }, + { + zip_code: '13470', + usps_city: 'Stratford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 3.0, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "82.9", "36043": "17.1"}', + coty_name: ['Fulton', 'Herkimer'], + cty_code: ['36035', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.64135, lat: 43.19982 }, + }, + { + zip_code: '13480', + usps_city: 'Waterville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3372.0, + density: 24.2, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "97.82", "36053": "2.18"}', + coty_name: ['Oneida', 'Madison'], + cty_code: ['36065', '36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3675, lat: 42.91577 }, + }, + { + zip_code: '13486', + usps_city: 'Westernville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 937.0, + density: 12.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34962, lat: 43.34664 }, + }, + { + zip_code: '13490', + usps_city: 'Westmoreland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 57.2, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42646, lat: 43.11009 }, + }, + { + zip_code: '13621', + usps_city: 'Chase Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 6.7, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07205, lat: 44.83972 }, + }, + { + zip_code: '13650', + usps_city: 'Henderson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1567.0, + density: 14.6, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.206, lat: 43.80752 }, + }, + { + zip_code: '13665', + usps_city: 'Natural Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 6.5, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "64.29", "36049": "35.71"}', + coty_name: ['Jefferson', 'Lewis'], + cty_code: ['36045', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.44368, lat: 44.0477 }, + }, + { + zip_code: '13677', + usps_city: 'Pyrites', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 76.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17881, lat: 44.51126 }, + }, + { + zip_code: '13693', + usps_city: 'Three Mile Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 8.8, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.25075, lat: 44.02833 }, + }, + { + zip_code: '13696', + usps_city: 'West Stockholm', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 19.5, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.88802, lat: 44.69472 }, + }, + { + zip_code: '13754', + usps_city: 'Deposit', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3147.0, + density: 15.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "55.8", "36025": "44.2"}', + coty_name: ['Broome', 'Delaware'], + cty_code: ['36007', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4358, lat: 42.09109 }, + }, + { + zip_code: '13810', + usps_city: 'Mount Vision', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1210.0, + density: 11.7, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1116, lat: 42.61172 }, + }, + { + zip_code: '14001', + usps_city: 'Akron', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9522.0, + density: 55.8, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "89.6", "36063": "6.23", "36037": "4.16"}', + coty_name: ['Erie', 'Niagara', 'Genesee'], + cty_code: ['36029', '36063', '36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51205, lat: 43.03296 }, + }, + { + zip_code: '14004', + usps_city: 'Alden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12332.0, + density: 99.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "94.36", "36121": "4.49", "36037": "1.16"}', + coty_name: ['Erie', 'Wyoming', 'Genesee'], + cty_code: ['36029', '36121', '36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.50971, lat: 42.89467 }, + }, + { + zip_code: '14051', + usps_city: 'East Amherst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20219.0, + density: 477.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69906, lat: 43.04221 }, + }, + { + zip_code: '14060', + usps_city: 'Farmersville Station', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 7.1, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "67.49", "36003": "32.51"}', + coty_name: ['Cattaraugus', 'Allegany'], + cty_code: ['36009', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.30793, lat: 42.44658 }, + }, + { + zip_code: '14112', + usps_city: 'North Evans', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 1014.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9395, lat: 42.6981 }, + }, + { + zip_code: '14220', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22623.0, + density: 2292.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82321, lat: 42.84565 }, + }, + { + zip_code: '14454', + usps_city: 'Geneseo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11206.0, + density: 85.5, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77384, lat: 42.7969 }, + }, + { + zip_code: '14464', + usps_city: 'Hamlin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7462.0, + density: 94.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "98.11", "36073": "1.89"}', + coty_name: ['Monroe', 'Orleans'], + cty_code: ['36055', '36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93617, lat: 43.32706 }, + }, + { + zip_code: '14532', + usps_city: 'Phelps', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4273.0, + density: 40.6, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "95.08", "36099": "4.92"}', + coty_name: ['Ontario', 'Seneca'], + cty_code: ['36069', '36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0258, lat: 42.96449 }, + }, + { + zip_code: '14546', + usps_city: 'Scottsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4702.0, + density: 53.1, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77345, lat: 43.031 }, + }, + { + zip_code: '14564', + usps_city: 'Victor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15082.0, + density: 138.3, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "98.54", "36055": "1.46"}', + coty_name: ['Ontario', 'Monroe'], + cty_code: ['36069', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.42408, lat: 42.98295 }, + }, + { + zip_code: '14608', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11542.0, + density: 2547.8, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6238, lat: 43.1536 }, + }, + { + zip_code: '14618', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22597.0, + density: 901.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55536, lat: 43.113 }, + }, + { + zip_code: '14701', + usps_city: 'Jamestown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39214.0, + density: 163.8, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.25735, lat: 42.0788 }, + }, + { + zip_code: '14709', + usps_city: 'Angelica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1389.0, + density: 10.6, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98556, lat: 42.35235 }, + }, + { + zip_code: '14743', + usps_city: 'Hinsdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1784.0, + density: 15.9, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.40516, lat: 42.20296 }, + }, + { + zip_code: '14753', + usps_city: 'Limestone', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 7.6, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64552, lat: 42.05049 }, + }, + { + zip_code: '14813', + usps_city: 'Belmont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2351.0, + density: 14.9, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.99107, lat: 42.24794 }, + }, + { + zip_code: '14816', + usps_city: 'Breesport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 52.8, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73129, lat: 42.19533 }, + }, + { + zip_code: '14836', + usps_city: 'Dalton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 892.0, + density: 11.5, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "79.29", "36003": "20.71"}', + coty_name: ['Livingston', 'Allegany'], + cty_code: ['36051', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9178, lat: 42.5163 }, + }, + { + zip_code: '14850', + usps_city: 'Ithaca', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64221.0, + density: 196.9, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49959, lat: 42.43101 }, + }, + { + zip_code: '14856', + usps_city: 'Kanona', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 307.2, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.36651, lat: 42.3767 }, + }, + { + zip_code: '15135', + usps_city: 'Mckeesport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5223.0, + density: 480.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81539, lat: 40.3016 }, + }, + { + zip_code: '15435', + usps_city: 'Fairbank', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 149.5, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84992, lat: 39.94364 }, + }, + { + zip_code: '15444', + usps_city: 'Hiller', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 206.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90875, lat: 40.01201 }, + }, + { + zip_code: '15458', + usps_city: 'McClellandtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2320.0, + density: 57.2, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8512, lat: 39.89012 }, + }, + { + zip_code: '15463', + usps_city: 'Merrittstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 153.1, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89986, lat: 39.96554 }, + }, + { + zip_code: '15484', + usps_city: 'Uledi', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 62.5, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7837, lat: 39.89269 }, + }, + { + zip_code: '15538', + usps_city: 'Fairhope', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 3.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83622, lat: 39.86797 }, + }, + { + zip_code: '15633', + usps_city: 'Forbes Road', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 378.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52395, lat: 40.35732 }, + }, + { + zip_code: '15658', + usps_city: 'Ligonier', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8708.0, + density: 34.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22323, lat: 40.25042 }, + }, + { + zip_code: '15671', + usps_city: 'New Derry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 79.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32177, lat: 40.35624 }, + }, + { + zip_code: '15679', + usps_city: 'Ruffs Dale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2400.0, + density: 39.4, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65085, lat: 40.17515 }, + }, + { + zip_code: '15681', + usps_city: 'Saltsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4363.0, + density: 32.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "51.25", "42129": "48.75"}', + coty_name: ['Indiana', 'Westmoreland'], + cty_code: ['42063', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43852, lat: 40.50095 }, + }, + { + zip_code: '15727', + usps_city: 'Clune', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 58.9, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.30976, lat: 40.55803 }, + }, + { + zip_code: '15774', + usps_city: 'Shelocta', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2858.0, + density: 20.6, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "51.17", "42005": "48.83"}', + coty_name: ['Indiana', 'Armstrong'], + cty_code: ['42063', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32667, lat: 40.65694 }, + }, + { + zip_code: '15832', + usps_city: 'Driftwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 0.8, + primary_coty_code: '42023', + primary_coty_name: 'Cameron', + county_weights: '{"42023": "95.12", "42047": "4.88"}', + coty_name: ['Cameron', 'Elk'], + cty_code: ['42023', '42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.19169, lat: 41.35637 }, + }, + { + zip_code: '15961', + usps_city: 'Vintondale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 17.7, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "53.28", "42021": "46.72"}', + coty_name: ['Indiana', 'Cambria'], + cty_code: ['42063', '42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.93769, lat: 40.46679 }, + }, + { + zip_code: '16507', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9572.0, + density: 1719.7, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08658, lat: 42.13615 }, + }, + { + zip_code: '16510', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25952.0, + density: 306.4, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95458, lat: 42.11289 }, + }, + { + zip_code: '16830', + usps_city: 'Clearfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13264.0, + density: 40.0, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.43609, lat: 41.08445 }, + }, + { + zip_code: '16879', + usps_city: 'Winburne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 74.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.15064, lat: 40.96977 }, + }, + { + zip_code: '17030', + usps_city: 'Gratz', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 859.0, + density: 81.5, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72563, lat: 40.60926 }, + }, + { + zip_code: '17111', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32624.0, + density: 684.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78491, lat: 40.26895 }, + }, + { + zip_code: '17235', + usps_city: 'Marion', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 616.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.69796, lat: 39.85718 }, + }, + { + zip_code: '17238', + usps_city: 'Needmore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1685.0, + density: 11.9, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13094, lat: 39.85819 }, + }, + { + zip_code: '17317', + usps_city: 'East Prospect', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 1103.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52294, lat: 39.97079 }, + }, + { + zip_code: '17366', + usps_city: 'Windsor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5472.0, + density: 187.6, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55891, lat: 39.93234 }, + }, + { + zip_code: '17737', + usps_city: 'Hughesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6604.0, + density: 35.4, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "99.84", "42113": "0.16"}', + coty_name: ['Lycoming', 'Sullivan'], + cty_code: ['42081', '42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68821, lat: 41.29888 }, + }, + { + zip_code: '17762', + usps_city: 'Picture Rocks', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 311.9, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70707, lat: 41.28314 }, + }, + { + zip_code: '17846', + usps_city: 'Millville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3912.0, + density: 32.5, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "99.2", "42081": "0.8"}', + coty_name: ['Columbia', 'Lycoming'], + cty_code: ['42037', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51724, lat: 41.14531 }, + }, + { + zip_code: '17866', + usps_city: 'Coal Township', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10297.0, + density: 158.4, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54899, lat: 40.78848 }, + }, + { + zip_code: '17952', + usps_city: 'Mary D', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 30.4, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.05854, lat: 40.75544 }, + }, + { + zip_code: '18063', + usps_city: 'Martins Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 150.4, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17201, lat: 40.7824 }, + }, + { + zip_code: '18064', + usps_city: 'Nazareth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26396.0, + density: 265.3, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31792, lat: 40.75742 }, + }, + { + zip_code: '18350', + usps_city: 'Pocono Pines', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1612.0, + density: 28.1, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46659, lat: 41.12567 }, + }, + { + zip_code: '18419', + usps_city: 'Factoryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4786.0, + density: 47.9, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "75.23", "42069": "24.23", "42115": "0.54"}', + coty_name: ['Wyoming', 'Lackawanna', 'Susquehanna'], + cty_code: ['42131', '42069', '42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.79094, lat: 41.58581 }, + }, + { + zip_code: '18455', + usps_city: 'Preston Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 9.1, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.35605, lat: 41.88678 }, + }, + { + zip_code: '18930', + usps_city: 'Kintnersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2881.0, + density: 49.9, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21355, lat: 40.52155 }, + }, + { + zip_code: '19050', + usps_city: 'Lansdowne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27976.0, + density: 2928.0, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26369, lat: 39.93752 }, + }, + { + zip_code: '19123', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17351.0, + density: 5285.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14586, lat: 39.9642 }, + }, + { + zip_code: '19355', + usps_city: 'Malvern', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26778.0, + density: 269.6, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53098, lat: 40.04684 }, + }, + { + zip_code: '19401', + usps_city: 'Norristown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 41897.0, + density: 2682.4, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.33136, lat: 40.13038 }, + }, + { + zip_code: '19508', + usps_city: 'Birdsboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15796.0, + density: 160.4, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8416, lat: 40.26378 }, + }, + { + zip_code: '19518', + usps_city: 'Douglassville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15566.0, + density: 166.3, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75305, lat: 40.26888 }, + }, + { + zip_code: '19734', + usps_city: 'Townsend', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 13115.0, + density: 64.8, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.64947, lat: 39.38356 }, + }, + { + zip_code: '19807', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 7515.0, + density: 147.9, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60979, lat: 39.79762 }, + }, + { + zip_code: '19963', + usps_city: 'Milford', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 20743.0, + density: 75.1, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "59.13", "10001": "40.87"}', + coty_name: ['Sussex', 'Kent'], + cty_code: ['10005', '10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38158, lat: 38.9361 }, + }, + { + zip_code: '19967', + usps_city: 'Millville', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 331.0, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12258, lat: 38.53871 }, + }, + { + zip_code: '20105', + usps_city: 'Aldie', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25168.0, + density: 261.7, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.61002, lat: 38.96273 }, + }, + { + zip_code: '20106', + usps_city: 'Amissville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5087.0, + density: 32.6, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "61.42", "51157": "34.89", "51061": "3.7"}', + coty_name: ['Culpeper', 'Rappahannock', 'Fauquier'], + cty_code: ['51047', '51157', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01175, lat: 38.68699 }, + }, + { + zip_code: '20317', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 351.1, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01235, lat: 38.93633 }, + }, + { + zip_code: '20506', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03866, lat: 38.89703 }, + }, + { + zip_code: '20520', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04848, lat: 38.8947 }, + }, + { + zip_code: '20640', + usps_city: 'Indian Head', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10333.0, + density: 95.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16199, lat: 38.55696 }, + }, + { + zip_code: '20705', + usps_city: 'Beltsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27663.0, + density: 672.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "99.35", "24031": "0.65"}', + coty_name: ["Prince George's", 'Montgomery'], + cty_code: ['24033', '24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90127, lat: 39.04801 }, + }, + { + zip_code: '20712', + usps_city: 'Mount Rainier', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9608.0, + density: 5086.5, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96522, lat: 38.94318 }, + }, + { + zip_code: '20732', + usps_city: 'Chesapeake Beach', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9820.0, + density: 372.4, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54154, lat: 38.65846 }, + }, + { + zip_code: '20782', + usps_city: 'Hyattsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33398.0, + density: 3036.2, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96493, lat: 38.96478 }, + }, + { + zip_code: '20794', + usps_city: 'Jessup', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 17939.0, + density: 678.3, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "53.94", "24003": "46.06"}', + coty_name: ['Howard', 'Anne Arundel'], + cty_code: ['24027', '24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78898, lat: 39.15014 }, + }, + { + zip_code: '20866', + usps_city: 'Burtonsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16365.0, + density: 893.6, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.93354, lat: 39.10945 }, + }, + { + zip_code: '20871', + usps_city: 'Clarksburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 18628.0, + density: 350.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "97.46", "24021": "2.54"}', + coty_name: ['Montgomery', 'Frederick'], + cty_code: ['24031', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28324, lat: 39.26092 }, + }, + { + zip_code: '20886', + usps_city: 'Montgomery Village', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 34834.0, + density: 2873.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.19344, lat: 39.1798 }, + }, + { + zip_code: '21105', + usps_city: 'Maryland Line', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65127, lat: 39.71395 }, + }, + { + zip_code: '21153', + usps_city: 'Stevenson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 87.9, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70802, lat: 39.41272 }, + }, + { + zip_code: '21211', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16370.0, + density: 2268.0, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63937, lat: 39.32995 }, + }, + { + zip_code: '21612', + usps_city: 'Bozman', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 25.6, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.27533, lat: 38.75264 }, + }, + { + zip_code: '21623', + usps_city: 'Church Hill', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1989.0, + density: 20.5, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96238, lat: 39.12272 }, + }, + { + zip_code: '21661', + usps_city: 'Rock Hall', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2487.0, + density: 29.6, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22014, lat: 39.12803 }, + }, + { + zip_code: '21665', + usps_city: 'Sherwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 20.3, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32291, lat: 38.7515 }, + }, + { + zip_code: '21666', + usps_city: 'Stevensville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 12836.0, + density: 226.5, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33268, lat: 38.93959 }, + }, + { + zip_code: '21782', + usps_city: 'Sharpsburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4495.0, + density: 57.9, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7615, lat: 39.45711 }, + }, + { + zip_code: '21817', + usps_city: 'Crisfield', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4515.0, + density: 119.1, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83495, lat: 37.98231 }, + }, + { + zip_code: '22027', + usps_city: 'Dunn Loring', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2003.0, + density: 1193.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22126, lat: 38.89452 }, + }, + { + zip_code: '22031', + usps_city: 'Fairfax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 33379.0, + density: 1887.8, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "86.62", "51600": "13.38"}', + coty_name: ['Fairfax', 'Fairfax'], + cty_code: ['51059', '51600'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.26006, lat: 38.85999 }, + }, + { + zip_code: '22150', + usps_city: 'Springfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28905.0, + density: 1485.2, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18599, lat: 38.77242 }, + }, + { + zip_code: '22191', + usps_city: 'Woodbridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 71019.0, + density: 1734.3, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.26905, lat: 38.62411 }, + }, + { + zip_code: '22306', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35425.0, + density: 1888.8, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0929, lat: 38.7567 }, + }, + { + zip_code: '22448', + usps_city: 'Dahlgren', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 59.3, + primary_coty_code: '51099', + primary_coty_name: 'King George', + county_weights: '{"51099": "100"}', + coty_name: ['King George'], + cty_code: ['51099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03217, lat: 38.3405 }, + }, + { + zip_code: '22650', + usps_city: 'Rileyville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 6.7, + primary_coty_code: '51139', + primary_coty_name: 'Page', + county_weights: '{"51139": "100"}', + coty_name: ['Page'], + cty_code: ['51139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.35993, lat: 38.75957 }, + }, + { + zip_code: '22714', + usps_city: 'Brandy Station', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1133.0, + density: 19.6, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.89738, lat: 38.52132 }, + }, + { + zip_code: '22727', + usps_city: 'Madison', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5765.0, + density: 22.0, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29888, lat: 38.3984 }, + }, + { + zip_code: '22969', + usps_city: 'Schuyler', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1866.0, + density: 16.5, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "50.17", "51003": "49.83"}', + coty_name: ['Nelson', 'Albemarle'], + cty_code: ['51125', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69451, lat: 37.79725 }, + }, + { + zip_code: '23068', + usps_city: 'Hallieford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 86.5, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33729, lat: 37.49434 }, + }, + { + zip_code: '23389', + usps_city: 'Harborton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 146.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83469, lat: 37.662 }, + }, + { + zip_code: '23834', + usps_city: 'Colonial Heights', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 26017.0, + density: 444.9, + primary_coty_code: '51570', + primary_coty_name: 'Colonial Heights', + county_weights: '{"51570": "67.98", "51041": "32.02"}', + coty_name: ['Colonial Heights', 'Chesterfield'], + cty_code: ['51570', '51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.40366, lat: 37.28974 }, + }, + { + zip_code: '23857', + usps_city: 'Gasburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 687.0, + density: 17.6, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88357, lat: 36.5856 }, + }, + { + zip_code: '23934', + usps_city: 'Cullen', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 5.6, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "59.91", "51147": "40.09"}', + coty_name: ['Charlotte', 'Prince Edward'], + cty_code: ['51037', '51147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62197, lat: 37.17387 }, + }, + { + zip_code: '24132', + usps_city: 'Parrott', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 9.3, + primary_coty_code: '51155', + primary_coty_name: 'Pulaski', + county_weights: '{"51155": "100"}', + coty_name: ['Pulaski'], + cty_code: ['51155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6498, lat: 37.21021 }, + }, + { + zip_code: '24137', + usps_city: 'Penhook', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2530.0, + density: 13.2, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "82.3", "51143": "17.7"}', + coty_name: ['Franklin', 'Pittsylvania'], + cty_code: ['51067', '51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65251, lat: 36.92888 }, + }, + { + zip_code: '24139', + usps_city: 'Pittsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 5.7, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "88.7", "51019": "11.3"}', + coty_name: ['Pittsylvania', 'Bedford'], + cty_code: ['51143', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47875, lat: 37.01141 }, + }, + { + zip_code: '24149', + usps_city: 'Riner', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3401.0, + density: 24.7, + primary_coty_code: '51121', + primary_coty_name: 'Montgomery', + county_weights: '{"51121": "74.06", "51063": "25.94"}', + coty_name: ['Montgomery', 'Floyd'], + cty_code: ['51121', '51063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43582, lat: 37.02437 }, + }, + { + zip_code: '24239', + usps_city: 'Davenport', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 33.6, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15014, lat: 37.11348 }, + }, + { + zip_code: '24318', + usps_city: 'Ceres', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 3.5, + primary_coty_code: '51021', + primary_coty_name: 'Bland', + county_weights: '{"51021": "59.62", "51173": "40.38"}', + coty_name: ['Bland', 'Smyth'], + cty_code: ['51021', '51173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38637, lat: 36.99739 }, + }, + { + zip_code: '24412', + usps_city: 'Bacova', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 4.0, + primary_coty_code: '51017', + primary_coty_name: 'Bath', + county_weights: '{"51017": "100"}', + coty_name: ['Bath'], + cty_code: ['51017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82804, lat: 38.05505 }, + }, + { + zip_code: '24422', + usps_city: 'Clifton Forge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5924.0, + density: 27.5, + primary_coty_code: '51005', + primary_coty_name: 'Alleghany', + county_weights: '{"51005": "96.53", "51023": "3.47"}', + coty_name: ['Alleghany', 'Botetourt'], + cty_code: ['51005', '51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75643, lat: 37.82994 }, + }, + { + zip_code: '24635', + usps_city: 'Pocahontas', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1420.0, + density: 93.8, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35133, lat: 37.309 }, + }, + { + zip_code: '24888', + usps_city: 'Thorpe', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 4.8, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49107, lat: 37.38453 }, + }, + { + zip_code: '24916', + usps_city: 'Asbury', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 14.2, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57465, lat: 37.83127 }, + }, + { + zip_code: '25021', + usps_city: 'Bim', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 16.6, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68056, lat: 37.9224 }, + }, + { + zip_code: '25048', + usps_city: 'Colcord', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 914.0, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43672, lat: 37.94294 }, + }, + { + zip_code: '25076', + usps_city: 'Ethel', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 14.0, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93628, lat: 37.86915 }, + }, + { + zip_code: '25124', + usps_city: 'Liberty', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1282.0, + density: 16.6, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "96.62", "54035": "2.72", "54039": "0.66"}', + coty_name: ['Putnam', 'Jackson', 'Kanawha'], + cty_code: ['54079', '54035', '54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76516, lat: 38.62164 }, + }, + { + zip_code: '25149', + usps_city: 'Ottawa', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 10.0, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76712, lat: 37.95523 }, + }, + { + zip_code: '25253', + usps_city: 'Letart', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2423.0, + density: 19.8, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96954, lat: 38.92317 }, + }, + { + zip_code: '25314', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14027.0, + density: 215.3, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65057, lat: 38.30584 }, + }, + { + zip_code: '25547', + usps_city: 'Pecks Mill', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 760.0, + density: 38.0, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96052, lat: 37.92816 }, + }, + { + zip_code: '25570', + usps_city: 'Wayne', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5792.0, + density: 28.6, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42179, lat: 38.23109 }, + }, + { + zip_code: '25617', + usps_city: 'Davin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 16.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77904, lat: 37.72799 }, + }, + { + zip_code: '25624', + usps_city: 'Henlawson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 67.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97914, lat: 37.90298 }, + }, + { + zip_code: '25813', + usps_city: 'Beaver', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8341.0, + density: 53.8, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11546, lat: 37.75947 }, + }, + { + zip_code: '25873', + usps_city: 'MacArthur', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 245.1, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21522, lat: 37.75151 }, + }, + { + zip_code: '26075', + usps_city: 'Windsor Heights', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 446.0, + density: 126.4, + primary_coty_code: '54009', + primary_coty_name: 'Brooke', + county_weights: '{"54009": "100"}', + coty_name: ['Brooke'], + cty_code: ['54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65901, lat: 40.19497 }, + }, + { + zip_code: '26152', + usps_city: 'Munday', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 25.1, + primary_coty_code: '54105', + primary_coty_name: 'Wirt', + county_weights: '{"54105": "100"}', + coty_name: ['Wirt'], + cty_code: ['54105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19587, lat: 39.01006 }, + }, + { + zip_code: '26224', + usps_city: 'Helvetia', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 3.0, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "81.9", "54097": "18.1"}', + coty_name: ['Randolph', 'Upshur'], + cty_code: ['54083', '54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18293, lat: 38.74032 }, + }, + { + zip_code: '26327', + usps_city: 'Berea', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 3.1, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "100"}', + coty_name: ['Ritchie'], + cty_code: ['54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93878, lat: 39.11964 }, + }, + { + zip_code: '26443', + usps_city: 'Troy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 7.0, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "93.8", "54017": "6.2"}', + coty_name: ['Gilmer', 'Doddridge'], + cty_code: ['54021', '54017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75828, lat: 39.07016 }, + }, + { + zip_code: '26534', + usps_city: 'Granville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2775.0, + density: 797.6, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99727, lat: 39.64778 }, + }, + { + zip_code: '26719', + usps_city: 'Fort Ashby', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3053.0, + density: 43.7, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "100"}', + coty_name: ['Mineral'], + cty_code: ['54057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77373, lat: 39.48347 }, + }, + { + zip_code: '26812', + usps_city: 'Mathias', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1819.0, + density: 6.8, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "100"}', + coty_name: ['Hardy'], + cty_code: ['54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87695, lat: 38.88169 }, + }, + { + zip_code: '26855', + usps_city: 'Cabins', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 564.0, + density: 5.1, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "93.58", "54071": "6.42"}', + coty_name: ['Grant', 'Pendleton'], + cty_code: ['54023', '54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26274, lat: 38.96122 }, + }, + { + zip_code: '27041', + usps_city: 'Pilot Mountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7951.0, + density: 52.0, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "83.2", "37169": "16.8"}', + coty_name: ['Surry', 'Stokes'], + cty_code: ['37171', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48238, lat: 36.41987 }, + }, + { + zip_code: '27233', + usps_city: 'Climax', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4096.0, + density: 64.6, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "62.24", "37081": "37.76"}', + coty_name: ['Randolph', 'Guilford'], + cty_code: ['37151', '37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69957, lat: 35.88702 }, + }, + { + zip_code: '27263', + usps_city: 'High Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21886.0, + density: 216.7, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "67.94", "37081": "32.06"}', + coty_name: ['Randolph', 'Guilford'], + cty_code: ['37151', '37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93796, lat: 35.90928 }, + }, + { + zip_code: '27305', + usps_city: 'Milton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1624.0, + density: 23.4, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "97.74", "37145": "2.26"}', + coty_name: ['Caswell', 'Person'], + cty_code: ['37033', '37145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22876, lat: 36.5195 }, + }, + { + zip_code: '27312', + usps_city: 'Pittsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20508.0, + density: 46.6, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "99.71", "37001": "0.29"}', + coty_name: ['Chatham', 'Alamance'], + cty_code: ['37037', '37001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.19671, lat: 35.75676 }, + }, + { + zip_code: '27314', + usps_city: 'Prospect Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 14.2, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "100"}', + coty_name: ['Caswell'], + cty_code: ['37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18699, lat: 36.29169 }, + }, + { + zip_code: '27370', + usps_city: 'Trinity', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14409.0, + density: 92.1, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "100"}', + coty_name: ['Randolph'], + cty_code: ['37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99171, lat: 35.81079 }, + }, + { + zip_code: '27379', + usps_city: 'Yanceyville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5246.0, + density: 23.7, + primary_coty_code: '37033', + primary_coty_name: 'Caswell', + county_weights: '{"37033": "100"}', + coty_name: ['Caswell'], + cty_code: ['37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34624, lat: 36.3771 }, + }, + { + zip_code: '27408', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18323.0, + density: 926.9, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81418, lat: 36.1031 }, + }, + { + zip_code: '27504', + usps_city: 'Benson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15593.0, + density: 66.6, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "96.3", "37085": "3.7"}', + coty_name: ['Johnston', 'Harnett'], + cty_code: ['37101', '37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.51901, lat: 35.39897 }, + }, + { + zip_code: '27516', + usps_city: 'Chapel Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 43036.0, + density: 178.7, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "91.33", "37037": "8.67"}', + coty_name: ['Orange', 'Chatham'], + cty_code: ['37135', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15137, lat: 35.91251 }, + }, + { + zip_code: '27524', + usps_city: 'Four Oaks', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13675.0, + density: 40.1, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "97.58", "37191": "2.42"}', + coty_name: ['Johnston', 'Wayne'], + cty_code: ['37101', '37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38191, lat: 35.39541 }, + }, + { + zip_code: '27709', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1152.0, + density: 1138.3, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "100"}', + coty_name: ['Durham'], + cty_code: ['37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83553, lat: 35.92576 }, + }, + { + zip_code: '27809', + usps_city: 'Battleboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4747.0, + density: 24.5, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "57.93", "37065": "42.07"}', + coty_name: ['Nash', 'Edgecombe'], + cty_code: ['37127', '37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74282, lat: 36.02027 }, + }, + { + zip_code: '27837', + usps_city: 'Grimesland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7075.0, + density: 45.7, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "94.88", "37013": "5.12"}', + coty_name: ['Pitt', 'Beaufort'], + cty_code: ['37147', '37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.20951, lat: 35.5169 }, + }, + { + zip_code: '27842', + usps_city: 'Henrico', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1446.0, + density: 51.6, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "86.4", "37185": "13.6"}', + coty_name: ['Northampton', 'Warren'], + cty_code: ['37131', '37185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.85857, lat: 36.52483 }, + }, + { + zip_code: '27860', + usps_city: 'Pantego', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1663.0, + density: 4.5, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "88.78", "37187": "6.14", "37095": "5.08"}', + coty_name: ['Beaufort', 'Washington', 'Hyde'], + cty_code: ['37013', '37187', '37095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68044, lat: 35.65075 }, + }, + { + zip_code: '27870', + usps_city: 'Roanoke Rapids', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25497.0, + density: 145.0, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "100"}', + coty_name: ['Halifax'], + cty_code: ['37083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72097, lat: 36.43001 }, + }, + { + zip_code: '27876', + usps_city: 'Seaboard', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1218.0, + density: 11.3, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39594, lat: 36.47751 }, + }, + { + zip_code: '27879', + usps_city: 'Simpson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 414.8, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "100"}', + coty_name: ['Pitt'], + cty_code: ['37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27946, lat: 35.57453 }, + }, + { + zip_code: '27893', + usps_city: 'Wilson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39531.0, + density: 138.6, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "100"}', + coty_name: ['Wilson'], + cty_code: ['37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90257, lat: 35.69204 }, + }, + { + zip_code: '27982', + usps_city: 'Waves', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 68.1, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46628, lat: 35.56512 }, + }, + { + zip_code: '28039', + usps_city: 'East Spencer', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 372.4, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43551, lat: 35.68043 }, + }, + { + zip_code: '28152', + usps_city: 'Shelby', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24523.0, + density: 114.5, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "100"}', + coty_name: ['Cleveland'], + cty_code: ['37045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59517, lat: 35.24301 }, + }, + { + zip_code: '28204', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7199.0, + density: 1607.8, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.82702, lat: 35.21463 }, + }, + { + zip_code: '28366', + usps_city: 'Newton Grove', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5868.0, + density: 26.7, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "81.11", "37101": "18.89"}', + coty_name: ['Sampson', 'Johnston'], + cty_code: ['37163', '37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.35944, lat: 35.23019 }, + }, + { + zip_code: '28377', + usps_city: 'Red Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12654.0, + density: 48.5, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "69.3", "37093": "30.7"}', + coty_name: ['Robeson', 'Hoke'], + cty_code: ['37155', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.21329, lat: 34.83438 }, + }, + { + zip_code: '28386', + usps_city: 'Shannon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6258.0, + density: 53.6, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "80.91", "37093": "19.09"}', + coty_name: ['Robeson', 'Hoke'], + cty_code: ['37155', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.12742, lat: 34.85423 }, + }, + { + zip_code: '28411', + usps_city: 'Wilmington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39019.0, + density: 359.5, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "94.69", "37141": "5.31"}', + coty_name: ['New Hanover', 'Pender'], + cty_code: ['37129', '37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7917, lat: 34.30228 }, + }, + { + zip_code: '28449', + usps_city: 'Kure Beach', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1778.0, + density: 172.6, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9275, lat: 33.98155 }, + }, + { + zip_code: '28455', + usps_city: 'Nakina', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2500.0, + density: 12.7, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63202, lat: 34.11281 }, + }, + { + zip_code: '28469', + usps_city: 'Ocean Isle Beach', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6094.0, + density: 105.8, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46877, lat: 33.92705 }, + }, + { + zip_code: '28510', + usps_city: 'Arapahoe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1508.0, + density: 28.1, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80688, lat: 35.00388 }, + }, + { + zip_code: '28562', + usps_city: 'New Bern', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38317.0, + density: 95.9, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "98.94", "37103": "1.06"}', + coty_name: ['Craven', 'Jones'], + cty_code: ['37049', '37103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12678, lat: 35.08049 }, + }, + { + zip_code: '28652', + usps_city: 'Minneapolis', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "100"}', + coty_name: ['Avery'], + cty_code: ['37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98729, lat: 36.10008 }, + }, + { + zip_code: '28673', + usps_city: 'Sherrills Ford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6221.0, + density: 94.5, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "98.33", "37109": "1.67"}', + coty_name: ['Catawba', 'Lincoln'], + cty_code: ['37035', '37109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99923, lat: 35.6076 }, + }, + { + zip_code: '28676', + usps_city: 'State Road', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3788.0, + density: 51.1, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "72.04", "37193": "27.96"}', + coty_name: ['Surry', 'Wilkes'], + cty_code: ['37171', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85746, lat: 36.32907 }, + }, + { + zip_code: '28723', + usps_city: 'Cullowhee', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10918.0, + density: 37.7, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.12186, lat: 35.2806 }, + }, + { + zip_code: '28741', + usps_city: 'Highlands', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3672.0, + density: 16.3, + primary_coty_code: '37113', + primary_coty_name: 'Macon', + county_weights: '{"37113": "95.68", "37099": "4.32"}', + coty_name: ['Macon', 'Jackson'], + cty_code: ['37113', '37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21069, lat: 35.06147 }, + }, + { + zip_code: '29046', + usps_city: 'Elliott', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 22.1, + primary_coty_code: '45061', + primary_coty_name: 'Lee', + county_weights: '{"45061": "100"}', + coty_name: ['Lee'], + cty_code: ['45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15832, lat: 34.10827 }, + }, + { + zip_code: '29048', + usps_city: 'Eutawville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5160.0, + density: 41.8, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29595, lat: 33.38888 }, + }, + { + zip_code: '29101', + usps_city: 'McBee', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3037.0, + density: 10.9, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "81.11", "45031": "18.89"}', + coty_name: ['Chesterfield', 'Darlington'], + cty_code: ['45025', '45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24829, lat: 34.46022 }, + }, + { + zip_code: '29117', + usps_city: 'Orangeburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1038.0, + density: 4499.3, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84893, lat: 33.49816 }, + }, + { + zip_code: '29206', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19491.0, + density: 879.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95838, lat: 34.02828 }, + }, + { + zip_code: '29341', + usps_city: 'Gaffney', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20162.0, + density: 83.0, + primary_coty_code: '45021', + primary_coty_name: 'Cherokee', + county_weights: '{"45021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['45021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71316, lat: 35.11761 }, + }, + { + zip_code: '29368', + usps_city: 'Mayo', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 268.3, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86314, lat: 35.08175 }, + }, + { + zip_code: '29461', + usps_city: 'Moncks Corner', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38324.0, + density: 90.9, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00009, lat: 33.1587 }, + }, + { + zip_code: '29506', + usps_city: 'Florence', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20424.0, + density: 62.2, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "99.83", "45031": "0.17"}', + coty_name: ['Florence', 'Darlington'], + cty_code: ['45041', '45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.64682, lat: 34.21532 }, + }, + { + zip_code: '29567', + usps_city: 'Little Rock', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 7.0, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "100"}', + coty_name: ['Dillon'], + cty_code: ['45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43354, lat: 34.56126 }, + }, + { + zip_code: '29613', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1907.0, + density: 1093.8, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4386, lat: 34.92588 }, + }, + { + zip_code: '29658', + usps_city: 'Long Creek', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 7.5, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.28647, lat: 34.76476 }, + }, + { + zip_code: '29691', + usps_city: 'Walhalla', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11672.0, + density: 65.7, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.0861, lat: 34.78364 }, + }, + { + zip_code: '29709', + usps_city: 'Chesterfield', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6640.0, + density: 26.3, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0966, lat: 34.72034 }, + }, + { + zip_code: '29902', + usps_city: 'Beaufort', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15631.0, + density: 324.6, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69522, lat: 32.37717 }, + }, + { + zip_code: '30045', + usps_city: 'Lawrenceville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43018.0, + density: 764.0, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92996, lat: 33.93126 }, + }, + { + zip_code: '30064', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 49256.0, + density: 596.5, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61642, lat: 33.93965 }, + }, + { + zip_code: '30126', + usps_city: 'Mableton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43486.0, + density: 810.5, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55206, lat: 33.81592 }, + }, + { + zip_code: '30175', + usps_city: 'Talking Rock', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5409.0, + density: 23.7, + primary_coty_code: '13227', + primary_coty_name: 'Pickens', + county_weights: '{"13227": "75.6", "13123": "24.4"}', + coty_name: ['Pickens', 'Gilmer'], + cty_code: ['13227', '13123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52902, lat: 34.54322 }, + }, + { + zip_code: '30286', + usps_city: 'Thomaston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 22143.0, + density: 44.0, + primary_coty_code: '13293', + primary_coty_name: 'Upson', + county_weights: '{"13293": "100"}', + coty_name: ['Upson'], + cty_code: ['13293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33081, lat: 32.87908 }, + }, + { + zip_code: '30425', + usps_city: 'Garfield', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 7.9, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: '{"13107": "51.59", "13165": "30.88", "13031": "17.53"}', + coty_name: ['Emanuel', 'Jenkins', 'Bulloch'], + cty_code: ['13107', '13165', '13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02119, lat: 32.64652 }, + }, + { + zip_code: '30428', + usps_city: 'Glenwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2815.0, + density: 7.3, + primary_coty_code: '13309', + primary_coty_name: 'Wheeler', + county_weights: '{"13309": "90.13", "13175": "9.87"}', + coty_name: ['Wheeler', 'Laurens'], + cty_code: ['13309', '13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71128, lat: 32.21932 }, + }, + { + zip_code: '30450', + usps_city: 'Portal', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2170.0, + density: 16.9, + primary_coty_code: '13031', + primary_coty_name: 'Bulloch', + county_weights: '{"13031": "100"}', + coty_name: ['Bulloch'], + cty_code: ['13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93384, lat: 32.56015 }, + }, + { + zip_code: '30545', + usps_city: 'Helen', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 929.0, + density: 9.0, + primary_coty_code: '13311', + primary_coty_name: 'White', + county_weights: '{"13311": "100"}', + coty_name: ['White'], + cty_code: ['13311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76411, lat: 34.74158 }, + }, + { + zip_code: '30565', + usps_city: 'Nicholson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4614.0, + density: 52.3, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: '{"13157": "88.4", "13195": "11.6"}', + coty_name: ['Jackson', 'Madison'], + cty_code: ['13157', '13195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41115, lat: 34.08688 }, + }, + { + zip_code: '30572', + usps_city: 'Suches', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 3.1, + primary_coty_code: '13291', + primary_coty_name: 'Union', + county_weights: '{"13291": "66.35", "13111": "33.65"}', + coty_name: ['Union', 'Fannin'], + cty_code: ['13291', '13111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.07325, lat: 34.73543 }, + }, + { + zip_code: '30573', + usps_city: 'Tallulah Falls', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 3.7, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "82.21", "13137": "17.79"}', + coty_name: ['Rabun', 'Habersham'], + cty_code: ['13241', '13137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41344, lat: 34.74169 }, + }, + { + zip_code: '30577', + usps_city: 'Toccoa', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20814.0, + density: 49.5, + primary_coty_code: '13257', + primary_coty_name: 'Stephens', + county_weights: + '{"13257": "93.52", "13119": "4.04", "13137": "1.6", "13011": "0.84"}', + coty_name: ['Stephens', 'Franklin', 'Habersham', 'Banks'], + cty_code: ['13257', '13119', '13137', '13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32464, lat: 34.55411 }, + }, + { + zip_code: '30622', + usps_city: 'Bogart', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11846.0, + density: 111.0, + primary_coty_code: '13219', + primary_coty_name: 'Oconee', + county_weights: + '{"13219": "57.96", "13059": "36.87", "13157": "4.82", "13013": "0.35"}', + coty_name: ['Oconee', 'Clarke', 'Jackson', 'Barrow'], + cty_code: ['13219', '13059', '13157', '13013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.5198, lat: 33.92206 }, + }, + { + zip_code: '30628', + usps_city: 'Colbert', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7391.0, + density: 59.4, + primary_coty_code: '13195', + primary_coty_name: 'Madison', + county_weights: '{"13195": "78.13", "13221": "21.87"}', + coty_name: ['Madison', 'Oglethorpe'], + cty_code: ['13195', '13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21263, lat: 34.02972 }, + }, + { + zip_code: '30663', + usps_city: 'Rutledge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3255.0, + density: 22.8, + primary_coty_code: '13211', + primary_coty_name: 'Morgan', + county_weights: '{"13211": "100"}', + coty_name: ['Morgan'], + cty_code: ['13211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.5987, lat: 33.61588 }, + }, + { + zip_code: '30814', + usps_city: 'Harlem', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8673.0, + density: 65.5, + primary_coty_code: '13073', + primary_coty_name: 'Columbia', + county_weights: '{"13073": "98.64", "13189": "1.36"}', + coty_name: ['Columbia', 'McDuffie'], + cty_code: ['13073', '13189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.31151, lat: 33.43567 }, + }, + { + zip_code: '30824', + usps_city: 'Thomson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17266.0, + density: 33.6, + primary_coty_code: '13189', + primary_coty_name: 'McDuffie', + county_weights: '{"13189": "99.49", "13301": "0.51"}', + coty_name: ['McDuffie', 'Warren'], + cty_code: ['13189', '13301'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51854, lat: 33.51609 }, + }, + { + zip_code: '31014', + usps_city: 'Cochran', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13180.0, + density: 24.1, + primary_coty_code: '13023', + primary_coty_name: 'Bleckley', + county_weights: '{"13023": "88.22", "13091": "8.89", "13289": "2.89"}', + coty_name: ['Bleckley', 'Dodge', 'Twiggs'], + cty_code: ['13023', '13091', '13289'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34473, lat: 32.41366 }, + }, + { + zip_code: '31032', + usps_city: 'Gray', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15580.0, + density: 39.7, + primary_coty_code: '13169', + primary_coty_name: 'Jones', + county_weights: '{"13169": "100"}', + coty_name: ['Jones'], + cty_code: ['13169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56911, lat: 33.01268 }, + }, + { + zip_code: '31069', + usps_city: 'Perry', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20296.0, + density: 81.2, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "98.78", "13225": "1.22"}', + coty_name: ['Houston', 'Peach'], + cty_code: ['13153', '13225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74346, lat: 32.44104 }, + }, + { + zip_code: '31211', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15261.0, + density: 119.8, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "54.16", "13169": "45.84"}', + coty_name: ['Bibb', 'Jones'], + cty_code: ['13021', '13169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.60606, lat: 32.91046 }, + }, + { + zip_code: '31314', + usps_city: 'Fort Stewart', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 66.3, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "100"}', + coty_name: ['Liberty'], + cty_code: ['13179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63189, lat: 31.87008 }, + }, + { + zip_code: '31401', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 19839.0, + density: 1592.3, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08892, lat: 32.07468 }, + }, + { + zip_code: '31625', + usps_city: 'Barney', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1008.0, + density: 6.5, + primary_coty_code: '13027', + primary_coty_name: 'Brooks', + county_weights: '{"13027": "100"}', + coty_name: ['Brooks'], + cty_code: ['13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.52844, lat: 30.9931 }, + }, + { + zip_code: '31636', + usps_city: 'Lake Park', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11005.0, + density: 21.5, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "70.7", "13101": "29.3"}', + coty_name: ['Lowndes', 'Echols'], + cty_code: ['13185', '13101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.11251, lat: 30.73307 }, + }, + { + zip_code: '31712', + usps_city: 'Arabi', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 8.3, + primary_coty_code: '13081', + primary_coty_name: 'Crisp', + county_weights: '{"13081": "100"}', + coty_name: ['Crisp'], + cty_code: ['13081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70924, lat: 31.83562 }, + }, + { + zip_code: '31747', + usps_city: 'Ellenton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 95.7, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "100"}', + coty_name: ['Colquitt'], + cty_code: ['13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58761, lat: 31.17597 }, + }, + { + zip_code: '31814', + usps_city: 'Louvale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 4.5, + primary_coty_code: '13259', + primary_coty_name: 'Stewart', + county_weights: '{"13259": "100"}', + coty_name: ['Stewart'], + cty_code: ['13259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.85512, lat: 32.19694 }, + }, + { + zip_code: '31820', + usps_city: 'Midland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11750.0, + density: 113.5, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "70.03", "13145": "29.97"}', + coty_name: ['Muscogee', 'Harris'], + cty_code: ['13215', '13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.82601, lat: 32.57942 }, + }, + { + zip_code: '31827', + usps_city: 'Talbotton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2194.0, + density: 5.6, + primary_coty_code: '13263', + primary_coty_name: 'Talbot', + county_weights: '{"13263": "100"}', + coty_name: ['Talbot'], + cty_code: ['13263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5269, lat: 32.68709 }, + }, + { + zip_code: '32052', + usps_city: 'Jasper', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9427.0, + density: 13.2, + primary_coty_code: '12047', + primary_coty_name: 'Hamilton', + county_weights: '{"12047": "100"}', + coty_name: ['Hamilton'], + cty_code: ['12047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93597, lat: 30.47855 }, + }, + { + zip_code: '32084', + usps_city: 'Saint Augustine', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35761.0, + density: 290.0, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.368, lat: 29.91736 }, + }, + { + zip_code: '32169', + usps_city: 'New Smyrna Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10228.0, + density: 269.8, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87264, lat: 28.97696 }, + }, + { + zip_code: '32320', + usps_city: 'Apalachicola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3887.0, + density: 37.6, + primary_coty_code: '12037', + primary_coty_name: 'Franklin', + county_weights: '{"12037": "100"}', + coty_name: ['Franklin'], + cty_code: ['12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.0901, lat: 29.73685 }, + }, + { + zip_code: '32328', + usps_city: 'Eastpoint', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3415.0, + density: 11.7, + primary_coty_code: '12037', + primary_coty_name: 'Franklin', + county_weights: '{"12037": "100"}', + coty_name: ['Franklin'], + cty_code: ['12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.93159, lat: 29.83913 }, + }, + { + zip_code: '32401', + usps_city: 'Panama City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22027.0, + density: 794.9, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.6608, lat: 30.15978 }, + }, + { + zip_code: '32526', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37470.0, + density: 248.7, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.3653, lat: 30.49657 }, + }, + { + zip_code: '32806', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27661.0, + density: 1605.7, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36056, lat: 28.51227 }, + }, + { + zip_code: '32810', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37861.0, + density: 1579.8, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4294, lat: 28.62144 }, + }, + { + zip_code: '32822', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 61760.0, + density: 1749.3, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29046, lat: 28.48984 }, + }, + { + zip_code: '32920', + usps_city: 'Cape Canaveral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10283.0, + density: 1020.1, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62083, lat: 28.39497 }, + }, + { + zip_code: '33050', + usps_city: 'Marathon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9443.0, + density: 401.1, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03404, lat: 24.72843 }, + }, + { + zip_code: '33054', + usps_city: 'Opa Locka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31797.0, + density: 1400.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25826, lat: 25.9069 }, + }, + { + zip_code: '33056', + usps_city: 'Miami Gardens', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36110.0, + density: 2293.6, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24562, lat: 25.94921 }, + }, + { + zip_code: '33132', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13849.0, + density: 3070.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17413, lat: 25.77788 }, + }, + { + zip_code: '33141', + usps_city: 'Miami Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39768.0, + density: 6610.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14141, lat: 25.85114 }, + }, + { + zip_code: '33161', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 56130.0, + density: 3964.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18252, lat: 25.89376 }, + }, + { + zip_code: '33165', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 55822.0, + density: 2825.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35885, lat: 25.73428 }, + }, + { + zip_code: '33440', + usps_city: 'Clewiston', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19761.0, + density: 11.6, + primary_coty_code: '12051', + primary_coty_name: 'Hendry', + county_weights: '{"12051": "98.66", "12099": "1.34"}', + coty_name: ['Hendry', 'Palm Beach'], + cty_code: ['12051', '12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03645, lat: 26.54379 }, + }, + { + zip_code: '33521', + usps_city: 'Coleman', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 111.9, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.06841, lat: 28.7983 }, + }, + { + zip_code: '33558', + usps_city: 'Lutz', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24248.0, + density: 539.3, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "85.44", "12101": "14.56"}', + coty_name: ['Hillsborough', 'Pasco'], + cty_code: ['12057', '12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51562, lat: 28.15879 }, + }, + { + zip_code: '33579', + usps_city: 'Riverview', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36005.0, + density: 650.7, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28746, lat: 27.79654 }, + }, + { + zip_code: '33706', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16321.0, + density: 1723.3, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74997, lat: 27.74352 }, + }, + { + zip_code: '33781', + usps_city: 'Pinellas Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24856.0, + density: 1440.2, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7152, lat: 27.83865 }, + }, + { + zip_code: '33841', + usps_city: 'Fort Meade', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8969.0, + density: 21.8, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.7563, lat: 27.73557 }, + }, + { + zip_code: '33865', + usps_city: 'Ona', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 958.0, + density: 2.1, + primary_coty_code: '12049', + primary_coty_name: 'Hardee', + county_weights: '{"12049": "100"}', + coty_name: ['Hardee'], + cty_code: ['12049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96301, lat: 27.43859 }, + }, + { + zip_code: '33928', + usps_city: 'Estero', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25141.0, + density: 135.9, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72336, lat: 26.41977 }, + }, + { + zip_code: '34104', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24520.0, + density: 951.3, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74163, lat: 26.15288 }, + }, + { + zip_code: '34108', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16450.0, + density: 817.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80691, lat: 26.24499 }, + }, + { + zip_code: '34117', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17039.0, + density: 92.5, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59441, lat: 26.1803 }, + }, + { + zip_code: '34201', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3997.0, + density: 451.0, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4678, lat: 27.4028 }, + }, + { + zip_code: '34233', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17767.0, + density: 1115.4, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.47302, lat: 27.28368 }, + }, + { + zip_code: '34287', + usps_city: 'North Port', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28614.0, + density: 708.0, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24465, lat: 27.0539 }, + }, + { + zip_code: '34291', + usps_city: 'North Port', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5626.0, + density: 164.2, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23864, lat: 27.09865 }, + }, + { + zip_code: '34453', + usps_city: 'Inverness', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10621.0, + density: 199.9, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.343, lat: 28.87853 }, + }, + { + zip_code: '34461', + usps_city: 'Lecanto', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11380.0, + density: 91.3, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.47691, lat: 28.8111 }, + }, + { + zip_code: '34491', + usps_city: 'Summerfield', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26614.0, + density: 237.9, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04474, lat: 28.9965 }, + }, + { + zip_code: '34601', + usps_city: 'Brooksville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22487.0, + density: 71.3, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36482, lat: 28.59026 }, + }, + { + zip_code: '34652', + usps_city: 'New Port Richey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23688.0, + density: 1069.4, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73668, lat: 28.23662 }, + }, + { + zip_code: '34981', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5393.0, + density: 201.7, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37049, lat: 27.39425 }, + }, + { + zip_code: '35019', + usps_city: 'Baileyton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2492.0, + density: 32.2, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "78.51", "01103": "21.49"}', + coty_name: ['Cullman', 'Morgan'], + cty_code: ['01043', '01103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.63523, lat: 34.29852 }, + }, + { + zip_code: '35063', + usps_city: 'Empire', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3629.0, + density: 35.8, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "82.75", "01009": "10.89", "01073": "6.36"}', + coty_name: ['Walker', 'Blount', 'Jefferson'], + cty_code: ['01127', '01009', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00753, lat: 33.81953 }, + }, + { + zip_code: '35072', + usps_city: 'Goodwater', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4410.0, + density: 9.0, + primary_coty_code: '1037', + primary_coty_name: 'Coosa', + county_weights: + '{"01037": "63.32", "01027": "25.59", "01123": "10.63", "01121": "0.46"}', + coty_name: ['Coosa', 'Clay', 'Tallapoosa', 'Talladega'], + cty_code: ['01037', '01027', '01123', '01121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.06138, lat: 33.08977 }, + }, + { + zip_code: '35080', + usps_city: 'Helena', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 18471.0, + density: 163.5, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "99.89", "01073": "0.11"}', + coty_name: ['Shelby', 'Jefferson'], + cty_code: ['01117', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.91282, lat: 33.25974 }, + }, + { + zip_code: '35098', + usps_city: 'Logan', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1091.0, + density: 13.9, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "86.69", "01133": "13.31"}', + coty_name: ['Cullman', 'Winston'], + cty_code: ['01043', '01133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.04159, lat: 34.12469 }, + }, + { + zip_code: '35180', + usps_city: 'Warrior', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 14967.0, + density: 65.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "54.78", "01009": "45.22"}', + coty_name: ['Jefferson', 'Blount'], + cty_code: ['01073', '01009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83547, lat: 33.82638 }, + }, + { + zip_code: '35223', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11111.0, + density: 521.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.7375, lat: 33.4869 }, + }, + { + zip_code: '35233', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1730.0, + density: 397.7, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.8019, lat: 33.50879 }, + }, + { + zip_code: '35444', + usps_city: 'Brookwood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3972.0, + density: 10.3, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "98.05", "01073": "1.95"}', + coty_name: ['Tuscaloosa', 'Jefferson'], + cty_code: ['01125', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30323, lat: 33.33696 }, + }, + { + zip_code: '35574', + usps_city: 'Kennedy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1694.0, + density: 6.5, + primary_coty_code: '1075', + primary_coty_name: 'Lamar', + county_weights: + '{"01075": "74.59", "01107": "15.73", "01057": "9.09", "01125": "0.6"}', + coty_name: ['Lamar', 'Pickens', 'Fayette', 'Tuscaloosa'], + cty_code: ['01075', '01107', '01057', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95048, lat: 33.56503 }, + }, + { + zip_code: '35620', + usps_city: 'Elkmont', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9694.0, + density: 34.4, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.99131, lat: 34.93151 }, + }, + { + zip_code: '35978', + usps_city: 'Henagar', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4901.0, + density: 28.1, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "81.13", "01071": "18.87"}', + coty_name: ['DeKalb', 'Jackson'], + cty_code: ['01049', '01071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.72787, lat: 34.64379 }, + }, + { + zip_code: '36024', + usps_city: 'Eclectic', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5124.0, + density: 22.0, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "100"}', + coty_name: ['Elmore'], + cty_code: ['1051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.03199, lat: 32.66674 }, + }, + { + zip_code: '36033', + usps_city: 'Georgiana', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4262.0, + density: 7.0, + primary_coty_code: '1013', + primary_coty_name: 'Butler', + county_weights: '{"01013": "97.3", "01035": "2.51", "01099": "0.19"}', + coty_name: ['Butler', 'Conecuh', 'Monroe'], + cty_code: ['01013', '01035', '01099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76784, lat: 31.67124 }, + }, + { + zip_code: '36104', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8465.0, + density: 242.5, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.32494, lat: 32.39967 }, + }, + { + zip_code: '36116', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 43882.0, + density: 302.0, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.21539, lat: 32.27263 }, + }, + { + zip_code: '36258', + usps_city: 'Delta', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1385.0, + density: 4.7, + primary_coty_code: '1027', + primary_coty_name: 'Clay', + county_weights: '{"01027": "51.03", "01029": "36.59", "01111": "12.38"}', + coty_name: ['Clay', 'Cleburne', 'Randolph'], + cty_code: ['01027', '01029', '01111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.71479, lat: 33.47583 }, + }, + { + zip_code: '36269', + usps_city: 'Muscadine', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1685.0, + density: 14.6, + primary_coty_code: '1029', + primary_coty_name: 'Cleburne', + county_weights: '{"01029": "100"}', + coty_name: ['Cleburne'], + cty_code: ['1029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.38289, lat: 33.74339 }, + }, + { + zip_code: '36350', + usps_city: 'Midland City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6428.0, + density: 38.8, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "92.58", "01069": "7.42"}', + coty_name: ['Dale', 'Houston'], + cty_code: ['01045', '01069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.4903, lat: 31.3492 }, + }, + { + zip_code: '36476', + usps_city: 'River Falls', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 5.1, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "100"}', + coty_name: ['Covington'], + cty_code: ['1039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.55096, lat: 31.36303 }, + }, + { + zip_code: '36526', + usps_city: 'Daphne', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 34565.0, + density: 356.7, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86136, lat: 30.61295 }, + }, + { + zip_code: '36527', + usps_city: 'Daphne', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15517.0, + density: 146.0, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87322, lat: 30.69825 }, + }, + { + zip_code: '36530', + usps_city: 'Elberta', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6363.0, + density: 25.4, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55475, lat: 30.4102 }, + }, + { + zip_code: '36574', + usps_city: 'Seminole', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 30.9, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.48076, lat: 30.51519 }, + }, + { + zip_code: '36871', + usps_city: 'Pittsview', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1175.0, + density: 3.1, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "100"}', + coty_name: ['Russell'], + cty_code: ['1113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.15228, lat: 32.18103 }, + }, + { + zip_code: '37023', + usps_city: 'Big Rock', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1457.0, + density: 31.0, + primary_coty_code: '47161', + primary_coty_name: 'Stewart', + county_weights: '{"47161": "100"}', + coty_name: ['Stewart'], + cty_code: ['47161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78431, lat: 36.58337 }, + }, + { + zip_code: '37027', + usps_city: 'Brentwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 56117.0, + density: 394.3, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "80.47", "47037": "19.53"}', + coty_name: ['Williamson', 'Davidson'], + cty_code: ['47187', '47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78396, lat: 35.99939 }, + }, + { + zip_code: '37082', + usps_city: 'Kingston Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6073.0, + density: 53.7, + primary_coty_code: '47021', + primary_coty_name: 'Cheatham', + county_weights: '{"47021": "100"}', + coty_name: ['Cheatham'], + cty_code: ['47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.11342, lat: 36.09666 }, + }, + { + zip_code: '37083', + usps_city: 'Lafayette', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15290.0, + density: 40.2, + primary_coty_code: '47111', + primary_coty_name: 'Macon', + county_weights: '{"47111": "100"}', + coty_name: ['Macon'], + cty_code: ['47111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.00239, lat: 36.54396 }, + }, + { + zip_code: '37361', + usps_city: 'Ocoee', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1536.0, + density: 32.3, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "100"}', + coty_name: ['Polk'], + cty_code: ['47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.68632, lat: 35.09882 }, + }, + { + zip_code: '37664', + usps_city: 'Kingsport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 27390.0, + density: 324.2, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "100"}', + coty_name: ['Sullivan'], + cty_code: ['47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50576, lat: 36.51329 }, + }, + { + zip_code: '37801', + usps_city: 'Maryville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26577.0, + density: 147.3, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "96.9", "47123": "3.1"}', + coty_name: ['Blount', 'Monroe'], + cty_code: ['47009', '47123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08768, lat: 35.66815 }, + }, + { + zip_code: '37810', + usps_city: 'Mohawk', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1771.0, + density: 20.4, + primary_coty_code: '47059', + primary_coty_name: 'Greene', + county_weights: '{"47059": "100"}', + coty_name: ['Greene'], + cty_code: ['47059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.10307, lat: 36.18021 }, + }, + { + zip_code: '37881', + usps_city: 'Thorn Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2163.0, + density: 11.7, + primary_coty_code: '47057', + primary_coty_name: 'Grainger', + county_weights: '{"47057": "54.91", "47067": "37.93", "47073": "7.16"}', + coty_name: ['Grainger', 'Hancock', 'Hawkins'], + cty_code: ['47057', '47067', '47073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34146, lat: 36.40096 }, + }, + { + zip_code: '37916', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 13092.0, + density: 3433.5, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93338, lat: 35.95306 }, + }, + { + zip_code: '38036', + usps_city: 'Gallaway', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 322.8, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62583, lat: 35.3202 }, + }, + { + zip_code: '38240', + usps_city: 'Obion', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2472.0, + density: 11.0, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "96.55", "47045": "3.45"}', + coty_name: ['Obion', 'Dyer'], + cty_code: ['47131', '47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31926, lat: 36.2513 }, + }, + { + zip_code: '38450', + usps_city: 'Collinwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3089.0, + density: 10.6, + primary_coty_code: '47181', + primary_coty_name: 'Wayne', + county_weights: '{"47181": "100"}', + coty_name: ['Wayne'], + cty_code: ['47181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79174, lat: 35.18437 }, + }, + { + zip_code: '38486', + usps_city: 'Westpoint', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 833.0, + density: 4.5, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "89.66", "47181": "10.34"}', + coty_name: ['Lawrence', 'Wayne'], + cty_code: ['47099', '47181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.5451, lat: 35.17056 }, + }, + { + zip_code: '38603', + usps_city: 'Ashland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3071.0, + density: 9.1, + primary_coty_code: '28009', + primary_coty_name: 'Benton', + county_weights: '{"28009": "98.13", "28139": "1.87"}', + coty_name: ['Benton', 'Tippah'], + cty_code: ['28009', '28139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14271, lat: 34.83463 }, + }, + { + zip_code: '38641', + usps_city: 'Lake Cormorant', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2100.0, + density: 11.1, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1894, lat: 34.91466 }, + }, + { + zip_code: '38749', + usps_city: 'Indianola', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 93.0, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "100"}', + coty_name: ['Sunflower'], + cty_code: ['28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75238, lat: 33.44734 }, + }, + { + zip_code: '38868', + usps_city: 'Shannon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6396.0, + density: 33.2, + primary_coty_code: '28081', + primary_coty_name: 'Lee', + county_weights: + '{"28081": "88.16", "28115": "5.64", "28095": "3.43", "28017": "2.77"}', + coty_name: ['Lee', 'Pontotoc', 'Monroe', 'Chickasaw'], + cty_code: ['28081', '28115', '28095', '28017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75739, lat: 34.11927 }, + }, + { + zip_code: '38873', + usps_city: 'Tishomingo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2939.0, + density: 13.5, + primary_coty_code: '28141', + primary_coty_name: 'Tishomingo', + county_weights: '{"28141": "92.24", "28117": "7.76"}', + coty_name: ['Tishomingo', 'Prentiss'], + cty_code: ['28141', '28117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24941, lat: 34.65801 }, + }, + { + zip_code: '39074', + usps_city: 'Forest', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 14961.0, + density: 21.2, + primary_coty_code: '28123', + primary_coty_name: 'Scott', + county_weights: '{"28123": "95.69", "28129": "4.31"}', + coty_name: ['Scott', 'Smith'], + cty_code: ['28123', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47839, lat: 32.39097 }, + }, + { + zip_code: '39115', + usps_city: 'Midnight', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 4.5, + primary_coty_code: '28053', + primary_coty_name: 'Humphreys', + county_weights: '{"28053": "100"}', + coty_name: ['Humphreys'], + cty_code: ['28053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56432, lat: 33.04489 }, + }, + { + zip_code: '39451', + usps_city: 'Leakesville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6795.0, + density: 9.7, + primary_coty_code: '28041', + primary_coty_name: 'Greene', + county_weights: '{"28041": "100"}', + coty_name: ['Greene'], + cty_code: ['28041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6192, lat: 31.17153 }, + }, + { + zip_code: '39470', + usps_city: 'Poplarville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12068.0, + density: 10.6, + primary_coty_code: '28109', + primary_coty_name: 'Pearl River', + county_weights: '{"28109": "99.47", "28045": "0.53"}', + coty_name: ['Pearl River', 'Hancock'], + cty_code: ['28109', '28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57353, lat: 30.81361 }, + }, + { + zip_code: '39483', + usps_city: 'Foxworth', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6122.0, + density: 15.3, + primary_coty_code: '28091', + primary_coty_name: 'Marion', + county_weights: '{"28091": "98.84", "28147": "1.16"}', + coty_name: ['Marion', 'Walthall'], + cty_code: ['28091', '28147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.92948, lat: 31.23585 }, + }, + { + zip_code: '39530', + usps_city: 'Biloxi', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8052.0, + density: 313.2, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.95779, lat: 30.32883 }, + }, + { + zip_code: '39654', + usps_city: 'Monticello', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5171.0, + density: 13.0, + primary_coty_code: '28077', + primary_coty_name: 'Lawrence', + county_weights: '{"28077": "100"}', + coty_name: ['Lawrence'], + cty_code: ['28077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13543, lat: 31.54357 }, + }, + { + zip_code: '39767', + usps_city: 'Stewart', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 961.0, + density: 3.9, + primary_coty_code: '28155', + primary_coty_name: 'Webster', + county_weights: '{"28155": "50.64", "28097": "25.9", "28019": "23.46"}', + coty_name: ['Webster', 'Montgomery', 'Choctaw'], + cty_code: ['28155', '28097', '28019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44679, lat: 33.47662 }, + }, + { + zip_code: '40231', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "0"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.69498, lat: 38.19498 }, + }, + { + zip_code: '40258', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 26682.0, + density: 881.5, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.87761, lat: 38.14688 }, + }, + { + zip_code: '40601', + usps_city: 'Frankfort', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 50954.0, + density: 89.2, + primary_coty_code: '21073', + primary_coty_name: 'Franklin', + county_weights: + '{"21073": "97.43", "21239": "1.34", "21211": "1.15", "21103": "0.07"}', + coty_name: ['Franklin', 'Woodford', 'Shelby', 'Henry'], + cty_code: ['21073', '21239', '21211', '21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.88086, lat: 38.23398 }, + }, + { + zip_code: '40847', + usps_city: 'Kenvir', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 149.4, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.17483, lat: 36.85056 }, + }, + { + zip_code: '40972', + usps_city: 'Oneida', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 8.8, + primary_coty_code: '21051', + primary_coty_name: 'Clay', + county_weights: '{"21051": "97.66", "21193": "2.34"}', + coty_name: ['Clay', 'Perry'], + cty_code: ['21051', '21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6033, lat: 37.25888 }, + }, + { + zip_code: '41003', + usps_city: 'Berry', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2185.0, + density: 9.9, + primary_coty_code: '21097', + primary_coty_name: 'Harrison', + county_weights: '{"21097": "77.78", "21191": "14.97", "21081": "7.25"}', + coty_name: ['Harrison', 'Pendleton', 'Grant'], + cty_code: ['21097', '21191', '21081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39037, lat: 38.5322 }, + }, + { + zip_code: '41018', + usps_city: 'Erlanger', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 28145.0, + density: 952.0, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "95.27", "21015": "4.73"}', + coty_name: ['Kenton', 'Boone'], + cty_code: ['21117', '21015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60287, lat: 39.01561 }, + }, + { + zip_code: '41044', + usps_city: 'Germantown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 858.0, + density: 10.6, + primary_coty_code: '21023', + primary_coty_name: 'Bracken', + county_weights: '{"21023": "46.95", "21161": "41.85", "21201": "11.2"}', + coty_name: ['Bracken', 'Mason', 'Robertson'], + cty_code: ['21023', '21161', '21201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9751, lat: 38.60776 }, + }, + { + zip_code: '41074', + usps_city: 'Dayton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5496.0, + density: 1637.1, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46412, lat: 39.11281 }, + }, + { + zip_code: '41144', + usps_city: 'Greenup', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9829.0, + density: 25.2, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "100"}', + coty_name: ['Greenup'], + cty_code: ['21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.91904, lat: 38.53687 }, + }, + { + zip_code: '41149', + usps_city: 'Isonville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 5.5, + primary_coty_code: '21063', + primary_coty_name: 'Elliott', + county_weights: '{"21063": "100"}', + coty_name: ['Elliott'], + cty_code: ['21063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03927, lat: 38.06423 }, + }, + { + zip_code: '41175', + usps_city: 'South Shore', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5308.0, + density: 26.7, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "100"}', + coty_name: ['Greenup'], + cty_code: ['21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97229, lat: 38.65133 }, + }, + { + zip_code: '41262', + usps_city: 'Tomahawk', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 21.0, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60328, lat: 37.86548 }, + }, + { + zip_code: '41572', + usps_city: 'Virgie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3561.0, + density: 30.2, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64357, lat: 37.31351 }, + }, + { + zip_code: '41729', + usps_city: 'Combs', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21982, lat: 37.2656 }, + }, + { + zip_code: '41766', + usps_city: 'Thousandsticks', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 15.5, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4657, lat: 37.1799 }, + }, + { + zip_code: '41821', + usps_city: 'Hallie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 6.4, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01161, lat: 37.0745 }, + }, + { + zip_code: '41838', + usps_city: 'Millstone', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 29.7, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74767, lat: 37.19805 }, + }, + { + zip_code: '42022', + usps_city: 'Bandana', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 131.9, + primary_coty_code: '21007', + primary_coty_name: 'Ballard', + county_weights: '{"21007": "100"}', + coty_name: ['Ballard'], + cty_code: ['21007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94554, lat: 37.1459 }, + }, + { + zip_code: '42025', + usps_city: 'Benton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19468.0, + density: 37.7, + primary_coty_code: '21157', + primary_coty_name: 'Marshall', + county_weights: '{"21157": "99.19", "21035": "0.44", "21083": "0.38"}', + coty_name: ['Marshall', 'Calloway', 'Graves'], + cty_code: ['21157', '21035', '21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3345, lat: 36.85638 }, + }, + { + zip_code: '42066', + usps_city: 'Mayfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 23792.0, + density: 42.4, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "99.59", "21157": "0.41"}', + coty_name: ['Graves', 'Marshall'], + cty_code: ['21083', '21157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.63943, lat: 36.73284 }, + }, + { + zip_code: '42234', + usps_city: 'Guthrie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2509.0, + density: 16.3, + primary_coty_code: '21219', + primary_coty_name: 'Todd', + county_weights: '{"21219": "100"}', + coty_name: ['Todd'], + cty_code: ['21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.17664, lat: 36.70645 }, + }, + { + zip_code: '42361', + usps_city: 'Olaton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 4.7, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "77.85", "21085": "22.15"}', + coty_name: ['Ohio', 'Grayson'], + cty_code: ['21183', '21085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.6844, lat: 37.52072 }, + }, + { + zip_code: '42541', + usps_city: 'Middleburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 556.0, + density: 13.9, + primary_coty_code: '21045', + primary_coty_name: 'Casey', + county_weights: '{"21045": "100"}', + coty_name: ['Casey'], + cty_code: ['21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.79765, lat: 37.3715 }, + }, + { + zip_code: '42544', + usps_city: 'Nancy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5889.0, + density: 15.6, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "82.1", "21207": "8.95", "21231": "8.95"}', + coty_name: ['Pulaski', 'Russell', 'Wayne'], + cty_code: ['21199', '21207', '21231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.8166, lat: 37.03401 }, + }, + { + zip_code: '42718', + usps_city: 'Campbellsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 25709.0, + density: 39.3, + primary_coty_code: '21217', + primary_coty_name: 'Taylor', + county_weights: + '{"21217": "94.11", "21155": "3.29", "21087": "2.32", "21123": "0.28"}', + coty_name: ['Taylor', 'Marion', 'Green', 'Larue'], + cty_code: ['21217', '21155', '21087', '21123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.3736, lat: 37.38734 }, + }, + { + zip_code: '43011', + usps_city: 'Centerburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8018.0, + density: 37.5, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: + '{"39083": "68.36", "39117": "13.43", "39089": "9.73", "39041": "8.48"}', + coty_name: ['Knox', 'Morrow', 'Licking', 'Delaware'], + cty_code: ['39083', '39117', '39089', '39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68616, lat: 40.31046 }, + }, + { + zip_code: '43015', + usps_city: 'Delaware', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56596.0, + density: 174.9, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "99.85", "39159": "0.15"}', + coty_name: ['Delaware', 'Union'], + cty_code: ['39041', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06065, lat: 40.2968 }, + }, + { + zip_code: '43017', + usps_city: 'Dublin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 41612.0, + density: 952.7, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "82.42", "39041": "15.81", "39159": "1.76"}', + coty_name: ['Franklin', 'Delaware', 'Union'], + cty_code: ['39049', '39041', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1301, lat: 40.11682 }, + }, + { + zip_code: '43035', + usps_city: 'Lewis Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27500.0, + density: 542.2, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "100"}', + coty_name: ['Delaware'], + cty_code: ['39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99512, lat: 40.18911 }, + }, + { + zip_code: '43060', + usps_city: 'North Lewisburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2810.0, + density: 42.3, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "88.06", "39091": "9.56", "39159": "2.38"}', + coty_name: ['Champaign', 'Logan', 'Union'], + cty_code: ['39021', '39091', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57248, lat: 40.21996 }, + }, + { + zip_code: '43154', + usps_city: 'Stoutsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3858.0, + density: 60.1, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "72.79", "39129": "27.21"}', + coty_name: ['Fairfield', 'Pickaway'], + cty_code: ['39045', '39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82877, lat: 39.60079 }, + }, + { + zip_code: '43162', + usps_city: 'West Jefferson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7225.0, + density: 59.7, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: '{"39097": "100"}', + coty_name: ['Madison'], + cty_code: ['39097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30453, lat: 39.94338 }, + }, + { + zip_code: '43326', + usps_city: 'Kenton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13833.0, + density: 29.0, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "100"}', + coty_name: ['Hardin'], + cty_code: ['39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61507, lat: 40.63931 }, + }, + { + zip_code: '43340', + usps_city: 'Mount Victory', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2101.0, + density: 16.9, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "89.54", "39159": "10.46"}', + coty_name: ['Hardin', 'Union'], + cty_code: ['39065', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47897, lat: 40.53922 }, + }, + { + zip_code: '43440', + usps_city: 'Lakeside Marblehead', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4556.0, + density: 109.9, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78079, lat: 41.52626 }, + }, + { + zip_code: '43524', + usps_city: 'Hamler', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 15.1, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "100"}', + coty_name: ['Henry'], + cty_code: ['39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03956, lat: 41.22848 }, + }, + { + zip_code: '43554', + usps_city: 'Pioneer', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2326.0, + density: 26.1, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "100"}', + coty_name: ['Williams'], + cty_code: ['39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55805, lat: 41.66029 }, + }, + { + zip_code: '43720', + usps_city: 'Blue Rock', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1328.0, + density: 11.3, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87296, lat: 39.79451 }, + }, + { + zip_code: '43749', + usps_city: 'Kimbolton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2142.0, + density: 8.4, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "93.12", "39031": "5.47", "39157": "1.41"}', + coty_name: ['Guernsey', 'Coshocton', 'Tuscarawas'], + cty_code: ['39059', '39031', '39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56944, lat: 40.16529 }, + }, + { + zip_code: '43805', + usps_city: 'Blissfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 24.9, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "100"}', + coty_name: ['Coshocton'], + cty_code: ['39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97258, lat: 40.39337 }, + }, + { + zip_code: '44044', + usps_city: 'Grafton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15100.0, + density: 105.5, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04027, lat: 41.26672 }, + }, + { + zip_code: '44055', + usps_city: 'Lorain', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18839.0, + density: 1094.6, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13369, lat: 41.43383 }, + }, + { + zip_code: '44067', + usps_city: 'Northfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20459.0, + density: 467.5, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54766, lat: 41.31477 }, + }, + { + zip_code: '44084', + usps_city: 'Rock Creek', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3454.0, + density: 31.4, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89491, lat: 41.67263 }, + }, + { + zip_code: '44123', + usps_city: 'Euclid', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17023.0, + density: 2551.2, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52422, lat: 41.60382 }, + }, + { + zip_code: '44313', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25730.0, + density: 720.8, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56452, lat: 41.13281 }, + }, + { + zip_code: '44404', + usps_city: 'Burghill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 35.8, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54998, lat: 41.32651 }, + }, + { + zip_code: '44627', + usps_city: 'Fredericksburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7177.0, + density: 59.6, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "56.14", "39075": "43.86"}', + coty_name: ['Wayne', 'Holmes'], + cty_code: ['39169', '39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83249, lat: 40.66603 }, + }, + { + zip_code: '44710', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8585.0, + density: 1489.0, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42607, lat: 40.7897 }, + }, + { + zip_code: '45011', + usps_city: 'Hamilton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 71189.0, + density: 454.0, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50248, lat: 39.42962 }, + }, + { + zip_code: '45015', + usps_city: 'Hamilton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12122.0, + density: 776.4, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53959, lat: 39.36202 }, + }, + { + zip_code: '45054', + usps_city: 'Oregonia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2924.0, + density: 36.6, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.07497, lat: 39.44055 }, + }, + { + zip_code: '45113', + usps_city: 'Clarksville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3956.0, + density: 40.5, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "68.65", "39165": "31.35"}', + coty_name: ['Clinton', 'Warren'], + cty_code: ['39027', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.98502, lat: 39.39718 }, + }, + { + zip_code: '45115', + usps_city: 'Decatur', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 25.2, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "100"}', + coty_name: ['Brown'], + cty_code: ['39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69909, lat: 38.82411 }, + }, + { + zip_code: '45152', + usps_city: 'Morrow', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12014.0, + density: 90.0, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12168, lat: 39.35058 }, + }, + { + zip_code: '45206', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10713.0, + density: 2058.3, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48436, lat: 39.12738 }, + }, + { + zip_code: '45328', + usps_city: 'Gettysburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 554.7, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49651, lat: 40.116 }, + }, + { + zip_code: '45365', + usps_city: 'Sidney', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 30016.0, + density: 72.2, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "99.96", "39021": "0.04"}', + coty_name: ['Shelby', 'Champaign'], + cty_code: ['39149', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15953, lat: 40.28424 }, + }, + { + zip_code: '45406', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19390.0, + density: 1496.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24168, lat: 39.78436 }, + }, + { + zip_code: '45431', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27785.0, + density: 936.4, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "51.35", "39057": "48.65"}', + coty_name: ['Montgomery', 'Greene'], + cty_code: ['39113', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.07957, lat: 39.76453 }, + }, + { + zip_code: '45623', + usps_city: 'Crown City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3210.0, + density: 17.1, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "79.77", "39087": "20.23"}', + coty_name: ['Gallia', 'Lawrence'], + cty_code: ['39053', '39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.26784, lat: 38.6415 }, + }, + { + zip_code: '45688', + usps_city: 'Waterloo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 6.1, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "96.21", "39053": "3.79"}', + coty_name: ['Lawrence', 'Gallia'], + cty_code: ['39087', '39053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53036, lat: 38.72999 }, + }, + { + zip_code: '45724', + usps_city: 'Cutler', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2424.0, + density: 17.6, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79195, lat: 39.38111 }, + }, + { + zip_code: '45807', + usps_city: 'Lima', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12008.0, + density: 61.0, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.17081, lat: 40.80637 }, + }, + { + zip_code: '45826', + usps_city: 'Chickasaw', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 626.9, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "100"}', + coty_name: ['Mercer'], + cty_code: ['39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49344, lat: 40.43575 }, + }, + { + zip_code: '45835', + usps_city: 'Dola', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 11.1, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "100"}', + coty_name: ['Hardin'], + cty_code: ['39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.70005, lat: 40.75983 }, + }, + { + zip_code: '46051', + usps_city: 'Lapel', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2817.0, + density: 68.8, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.83731, lat: 40.05795 }, + }, + { + zip_code: '46140', + usps_city: 'Greenfield', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40292.0, + density: 91.8, + primary_coty_code: '18059', + primary_coty_name: 'Hancock', + county_weights: '{"18059": "99.74", "18139": "0.26"}', + coty_name: ['Hancock', 'Rush'], + cty_code: ['18059', '18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.77069, lat: 39.80339 }, + }, + { + zip_code: '46240', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19785.0, + density: 778.3, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100", "18057": "0"}', + coty_name: ['Marion', 'Hamilton'], + cty_code: ['18097', '18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.12361, lat: 39.90687 }, + }, + { + zip_code: '46321', + usps_city: 'Munster', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22689.0, + density: 1160.8, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50395, lat: 41.54687 }, + }, + { + zip_code: '46407', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10905.0, + density: 995.0, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.33024, lat: 41.57849 }, + }, + { + zip_code: '46508', + usps_city: 'Burket', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 46.7, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.97616, lat: 41.15083 }, + }, + { + zip_code: '46552', + usps_city: 'New Carlisle', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6907.0, + density: 42.7, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "66.77", "18091": "33.23"}', + coty_name: ['St. Joseph', 'LaPorte'], + cty_code: ['18141', '18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.48468, lat: 41.70627 }, + }, + { + zip_code: '46556', + usps_city: 'Notre Dame', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7301.0, + density: 1397.0, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25128, lat: 41.70662 }, + }, + { + zip_code: '46616', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5457.0, + density: 1442.1, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.26654, lat: 41.69807 }, + }, + { + zip_code: '46845', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23066.0, + density: 391.3, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.10807, lat: 41.20487 }, + }, + { + zip_code: '46962', + usps_city: 'North Manchester', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8844.0, + density: 31.2, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "95.71", "18085": "3.9", "18183": "0.39"}', + coty_name: ['Wabash', 'Kosciusko', 'Whitley'], + cty_code: ['18169', '18085', '18183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.76877, lat: 40.98669 }, + }, + { + zip_code: '47025', + usps_city: 'Lawrenceburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22794.0, + density: 158.9, + primary_coty_code: '18029', + primary_coty_name: 'Dearborn', + county_weights: '{"18029": "100"}', + coty_name: ['Dearborn'], + cty_code: ['18029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87428, lat: 39.15647 }, + }, + { + zip_code: '47038', + usps_city: 'Patriot', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1716.0, + density: 21.3, + primary_coty_code: '18155', + primary_coty_name: 'Switzerland', + county_weights: '{"18155": "100"}', + coty_name: ['Switzerland'], + cty_code: ['18155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vevay', + geo_point_2d: { lon: -84.84764, lat: 38.84824 }, + }, + { + zip_code: '47231', + usps_city: 'Dupont', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 858.0, + density: 11.7, + primary_coty_code: '18077', + primary_coty_name: 'Jefferson', + county_weights: '{"18077": "77.04", "18079": "22.96"}', + coty_name: ['Jefferson', 'Jennings'], + cty_code: ['18077', '18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.49577, lat: 38.89924 }, + }, + { + zip_code: '47264', + usps_city: 'Norman', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1197.0, + density: 4.7, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: '{"18071": "78.22", "18093": "19.19", "18105": "2.59"}', + coty_name: ['Jackson', 'Lawrence', 'Monroe'], + cty_code: ['18071', '18093', '18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.26906, lat: 38.96688 }, + }, + { + zip_code: '47304', + usps_city: 'Muncie', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 32105.0, + density: 354.0, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.46054, lat: 40.2331 }, + }, + { + zip_code: '47305', + usps_city: 'Muncie', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3504.0, + density: 1013.4, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.38603, lat: 40.19375 }, + }, + { + zip_code: '47356', + usps_city: 'Middletown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5286.0, + density: 37.9, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "91.04", "18095": "7.85", "18035": "1.11"}', + coty_name: ['Henry', 'Madison', 'Delaware'], + cty_code: ['18065', '18095', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.50531, lat: 40.02869 }, + }, + { + zip_code: '47361', + usps_city: 'Mount Summit', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 1794.8, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.38501, lat: 40.00423 }, + }, + { + zip_code: '47574', + usps_city: 'Rome', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 5.7, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.55187, lat: 37.95313 }, + }, + { + zip_code: '47578', + usps_city: 'Sandborn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 5.5, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "74.1", "18055": "25.9"}', + coty_name: ['Knox', 'Greene'], + cty_code: ['18083', '18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.19851, lat: 38.90183 }, + }, + { + zip_code: '47581', + usps_city: 'Shoals', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3721.0, + density: 10.1, + primary_coty_code: '18101', + primary_coty_name: 'Martin', + county_weights: '{"18101": "100"}', + coty_name: ['Martin'], + cty_code: ['18101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.76792, lat: 38.66118 }, + }, + { + zip_code: '47840', + usps_city: 'Centerpoint', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1831.0, + density: 13.3, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "97.47", "18133": "2.53"}', + coty_name: ['Clay', 'Putnam'], + cty_code: ['18021', '18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.05825, lat: 39.41107 }, + }, + { + zip_code: '47863', + usps_city: 'New Goshen', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 134.4, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.4549, lat: 39.58564 }, + }, + { + zip_code: '47941', + usps_city: 'Dayton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1405.0, + density: 684.8, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.77391, lat: 40.3761 }, + }, + { + zip_code: '47951', + usps_city: 'Kentland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2168.0, + density: 13.0, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "100"}', + coty_name: ['Newton'], + cty_code: ['18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44134, lat: 40.78947 }, + }, + { + zip_code: '47959', + usps_city: 'Monon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2906.0, + density: 16.4, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "97.52", "18073": "2.48"}', + coty_name: ['White', 'Jasper'], + cty_code: ['18181', '18073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.90152, lat: 40.86485 }, + }, + { + zip_code: '48080', + usps_city: 'Saint Clair Shores', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22592.0, + density: 1973.6, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.89956, lat: 42.46416 }, + }, + { + zip_code: '48085', + usps_city: 'Troy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26459.0, + density: 1098.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.11982, lat: 42.60063 }, + }, + { + zip_code: '48088', + usps_city: 'Warren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22189.0, + density: 1931.1, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.98297, lat: 42.51565 }, + }, + { + zip_code: '48104', + usps_city: 'Ann Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 43369.0, + density: 2152.9, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.71703, lat: 42.26425 }, + }, + { + zip_code: '48126', + usps_city: 'Dearborn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 48424.0, + density: 1907.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.18336, lat: 42.32556 }, + }, + { + zip_code: '48166', + usps_city: 'Newport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11758.0, + density: 170.8, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29408, lat: 41.9863 }, + }, + { + zip_code: '48236', + usps_city: 'Grosse Pointe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29492.0, + density: 1524.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "99.74", "26099": "0.26"}', + coty_name: ['Wayne', 'Macomb'], + cty_code: ['26163', '26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.89655, lat: 42.42502 }, + }, + { + zip_code: '48336', + usps_city: 'Farmington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25913.0, + density: 1100.6, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.34727, lat: 42.4631 }, + }, + { + zip_code: '48626', + usps_city: 'Hemlock', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5847.0, + density: 35.4, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "92.04", "26111": "7.96"}', + coty_name: ['Saginaw', 'Midland'], + cty_code: ['26145', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.22535, lat: 43.42214 }, + }, + { + zip_code: '48640', + usps_city: 'Midland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 32202.0, + density: 123.1, + primary_coty_code: '26111', + primary_coty_name: 'Midland', + county_weights: '{"26111": "100"}', + coty_name: ['Midland'], + cty_code: ['26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.33573, lat: 43.58564 }, + }, + { + zip_code: '48708', + usps_city: 'Bay City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25827.0, + density: 357.8, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "99.9", "26145": "0.1"}', + coty_name: ['Bay', 'Saginaw'], + cty_code: ['26017', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.84505, lat: 43.5619 }, + }, + { + zip_code: '48831', + usps_city: 'Elsie', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3473.0, + density: 18.4, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: + '{"26037": "61.85", "26155": "20.64", "26145": "16.63", "26057": "0.88"}', + coty_name: ['Clinton', 'Shiawassee', 'Saginaw', 'Gratiot'], + cty_code: ['26037', '26155', '26145', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.37169, lat: 43.10289 }, + }, + { + zip_code: '48846', + usps_city: 'Ionia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20472.0, + density: 72.9, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "100"}', + coty_name: ['Ionia'], + cty_code: ['26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.05756, lat: 42.98705 }, + }, + { + zip_code: '48860', + usps_city: 'Muir', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1771.0, + density: 23.1, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "100"}', + coty_name: ['Ionia'], + cty_code: ['26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.91093, lat: 43.05232 }, + }, + { + zip_code: '48866', + usps_city: 'Ovid', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4942.0, + density: 39.2, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "72.25", "26155": "27.75"}', + coty_name: ['Clinton', 'Shiawassee'], + cty_code: ['26037', '26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.37438, lat: 42.99488 }, + }, + { + zip_code: '48885', + usps_city: 'Sidney', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 972.0, + density: 22.1, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.14445, lat: 43.24983 }, + }, + { + zip_code: '49009', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 45267.0, + density: 170.3, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "99.17", "26159": "0.83"}', + coty_name: ['Kalamazoo', 'Van Buren'], + cty_code: ['26077', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.69405, lat: 42.30764 }, + }, + { + zip_code: '49040', + usps_city: 'Colon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3252.0, + density: 31.3, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "92.41", "26023": "7.59"}', + coty_name: ['St. Joseph', 'Branch'], + cty_code: ['26149', '26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.32892, lat: 41.96419 }, + }, + { + zip_code: '49251', + usps_city: 'Leslie', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6278.0, + density: 41.5, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "95.25", "26075": "4.75"}', + coty_name: ['Ingham', 'Jackson'], + cty_code: ['26065', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.41006, lat: 42.46595 }, + }, + { + zip_code: '49289', + usps_city: 'Weston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 68.2, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.1078, lat: 41.76813 }, + }, + { + zip_code: '49307', + usps_city: 'Big Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20590.0, + density: 58.4, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "97.01", "26123": "2.99"}', + coty_name: ['Mecosta', 'Newaygo'], + cty_code: ['26107', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.48912, lat: 43.69892 }, + }, + { + zip_code: '49321', + usps_city: 'Comstock Park', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17160.0, + density: 256.5, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.68089, lat: 43.07427 }, + }, + { + zip_code: '49437', + usps_city: 'Montague', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6852.0, + density: 40.2, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "81.35", "26127": "18.65"}', + coty_name: ['Muskegon', 'Oceana'], + cty_code: ['26121', '26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.38286, lat: 43.45945 }, + }, + { + zip_code: '49450', + usps_city: 'Pullman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3314.0, + density: 43.4, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.08277, lat: 42.48437 }, + }, + { + zip_code: '49660', + usps_city: 'Manistee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14202.0, + density: 29.4, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "95.92", "26105": "4.08"}', + coty_name: ['Manistee', 'Mason'], + cty_code: ['26101', '26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.20635, lat: 44.22586 }, + }, + { + zip_code: '49668', + usps_city: 'Mesick', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3404.0, + density: 12.4, + primary_coty_code: '26165', + primary_coty_name: 'Wexford', + county_weights: '{"26165": "99.61", "26101": "0.39"}', + coty_name: ['Wexford', 'Manistee'], + cty_code: ['26165', '26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.7044, lat: 44.40582 }, + }, + { + zip_code: '49690', + usps_city: 'Williamsburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7036.0, + density: 35.4, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "88.56", "26009": "6", "26079": "5.44"}', + coty_name: ['Grand Traverse', 'Antrim', 'Kalkaska'], + cty_code: ['26055', '26009', '26079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.39565, lat: 44.78224 }, + }, + { + zip_code: '49701', + usps_city: 'Mackinaw City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 977.0, + density: 30.0, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "58.69", "26031": "41.31"}', + coty_name: ['Emmet', 'Cheboygan'], + cty_code: ['26047', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.72915, lat: 45.75566 }, + }, + { + zip_code: '49705', + usps_city: 'Afton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 4.5, + primary_coty_code: '26031', + primary_coty_name: 'Cheboygan', + county_weights: '{"26031": "100"}', + coty_name: ['Cheboygan'], + cty_code: ['26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46131, lat: 45.35578 }, + }, + { + zip_code: '49749', + usps_city: 'Indian River', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3958.0, + density: 21.0, + primary_coty_code: '26031', + primary_coty_name: 'Cheboygan', + county_weights: '{"26031": "100"}', + coty_name: ['Cheboygan'], + cty_code: ['26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.57446, lat: 45.41967 }, + }, + { + zip_code: '49782', + usps_city: 'Beaver Island', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 577.0, + density: 3.1, + primary_coty_code: '26029', + primary_coty_name: 'Charlevoix', + county_weights: '{"26029": "100"}', + coty_name: ['Charlevoix'], + cty_code: ['26029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.54832, lat: 45.68297 }, + }, + { + zip_code: '49806', + usps_city: 'Au Train', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 4.2, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.89667, lat: 46.44251 }, + }, + { + zip_code: '49831', + usps_city: 'Felch', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 824.0, + density: 2.7, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "92.18", "26103": "7.82"}', + coty_name: ['Dickinson', 'Marquette'], + cty_code: ['26043', '26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.72935, lat: 46.06707 }, + }, + { + zip_code: '49871', + usps_city: 'Palmer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 558.0, + density: 16.5, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.53865, lat: 46.42415 }, + }, + { + zip_code: '49967', + usps_city: 'Trout Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 0.5, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "66.46", "26061": "26.63", "26071": "6.91"}', + coty_name: ['Ontonagon', 'Houghton', 'Iron'], + cty_code: ['26131', '26061', '26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.93683, lat: 46.49554 }, + }, + { + zip_code: '50022', + usps_city: 'Atlantic', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8350.0, + density: 19.4, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "98.8", "19009": "0.92", "19165": "0.28"}', + coty_name: ['Cass', 'Audubon', 'Shelby'], + cty_code: ['19029', '19009', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.0018, lat: 41.41596 }, + }, + { + zip_code: '50038', + usps_city: 'Booneville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 10.9, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90269, lat: 41.52342 }, + }, + { + zip_code: '50058', + usps_city: 'Coon Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1916.0, + density: 5.3, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: + '{"19027": "82.67", "19077": "10.85", "19009": "3.53", "19073": "2.96"}', + coty_name: ['Carroll', 'Guthrie', 'Audubon', 'Greene'], + cty_code: ['19027', '19077', '19009', '19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6903, lat: 41.85605 }, + }, + { + zip_code: '50109', + usps_city: 'Granger', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3023.0, + density: 53.3, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "52.61", "19153": "47.39"}', + coty_name: ['Dallas', 'Polk'], + cty_code: ['19049', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80392, lat: 41.76602 }, + }, + { + zip_code: '50135', + usps_city: 'Kellogg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1498.0, + density: 7.8, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.88749, lat: 41.74406 }, + }, + { + zip_code: '50151', + usps_city: 'Lucas', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 556.0, + density: 2.7, + primary_coty_code: '19117', + primary_coty_name: 'Lucas', + county_weights: '{"19117": "93.23", "19181": "6.77"}', + coty_name: ['Lucas', 'Warren'], + cty_code: ['19117', '19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49842, lat: 41.08384 }, + }, + { + zip_code: '50166', + usps_city: 'Milo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 9.8, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "100"}', + coty_name: ['Warren'], + cty_code: ['19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42661, lat: 41.28079 }, + }, + { + zip_code: '50208', + usps_city: 'Newton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 20610.0, + density: 48.5, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0383, lat: 41.71025 }, + }, + { + zip_code: '50255', + usps_city: 'Thornburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 105.1, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "100"}', + coty_name: ['Keokuk'], + cty_code: ['19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33224, lat: 41.45579 }, + }, + { + zip_code: '50424', + usps_city: 'Buffalo Center', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1467.0, + density: 4.6, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "88.46", "19109": "11.54"}', + coty_name: ['Winnebago', 'Kossuth'], + cty_code: ['19189', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93381, lat: 43.39441 }, + }, + { + zip_code: '50434', + usps_city: 'Fertile', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 15.6, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "92.57", "19033": "7.43"}', + coty_name: ['Worth', 'Cerro Gordo'], + cty_code: ['19195', '19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45355, lat: 43.25906 }, + }, + { + zip_code: '50484', + usps_city: 'Woden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 3.5, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "83.56", "19189": "13.96", "19109": "2.48"}', + coty_name: ['Hancock', 'Winnebago', 'Kossuth'], + cty_code: ['19081', '19189', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91352, lat: 43.23409 }, + }, + { + zip_code: '50548', + usps_city: 'Humboldt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5557.0, + density: 17.3, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "98.96", "19187": "1.04"}', + coty_name: ['Humboldt', 'Webster'], + cty_code: ['19091', '19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22545, lat: 42.71503 }, + }, + { + zip_code: '50595', + usps_city: 'Webster City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8988.0, + density: 22.5, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "100"}', + coty_name: ['Hamilton'], + cty_code: ['19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82268, lat: 42.46184 }, + }, + { + zip_code: '50616', + usps_city: 'Charles City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 10214.0, + density: 22.9, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "99.16", "19037": "0.84"}', + coty_name: ['Floyd', 'Chickasaw'], + cty_code: ['19067', '19037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66096, lat: 43.0812 }, + }, + { + zip_code: '50655', + usps_city: 'Maynard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 8.4, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90037, lat: 42.77295 }, + }, + { + zip_code: '51001', + usps_city: 'Akron', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2330.0, + density: 6.5, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "90.05", "46127": "9.95"}', + coty_name: ['Plymouth', 'Union'], + cty_code: ['19149', '46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52235, lat: 42.83311 }, + }, + { + zip_code: '51056', + usps_city: 'Smithland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 5.2, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "96.86", "19133": "3.14"}', + coty_name: ['Woodbury', 'Monona'], + cty_code: ['19193', '19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95351, lat: 42.23547 }, + }, + { + zip_code: '51058', + usps_city: 'Sutherland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 3.8, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "97.72", "19035": "1.89", "19041": "0.4"}', + coty_name: ["O'Brien", 'Cherokee', 'Clay'], + cty_code: ['19141', '19035', '19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47097, lat: 42.98161 }, + }, + { + zip_code: '51346', + usps_city: 'Hartley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2302.0, + density: 6.1, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "92.33", "19143": "4.98", "19041": "2.69"}', + coty_name: ["O'Brien", 'Osceola', 'Clay'], + cty_code: ['19141', '19143', '19041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46082, lat: 43.18233 }, + }, + { + zip_code: '51520', + usps_city: 'Arion', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 4.2, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46146, lat: 41.96961 }, + }, + { + zip_code: '51521', + usps_city: 'Avoca', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1784.0, + density: 8.0, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "92.58", "19165": "7.42"}', + coty_name: ['Pottawattamie', 'Shelby'], + cty_code: ['19155', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34466, lat: 41.47835 }, + }, + { + zip_code: '51532', + usps_city: 'Elliott', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 5.0, + primary_coty_code: '19137', + primary_coty_name: 'Montgomery', + county_weights: '{"19137": "91.8", "19155": "7.07", "19029": "1.13"}', + coty_name: ['Montgomery', 'Pottawattamie', 'Cass'], + cty_code: ['19137', '19155', '19029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11248, lat: 41.13518 }, + }, + { + zip_code: '51554', + usps_city: 'Mineola', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 35.8, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "100"}', + coty_name: ['Mills'], + cty_code: ['19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68136, lat: 41.14738 }, + }, + { + zip_code: '51557', + usps_city: 'Mondamin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 853.0, + density: 4.7, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "95.42", "31021": "4.58"}', + coty_name: ['Harrison', 'Burt'], + cty_code: ['19085', '31021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9926, lat: 41.73047 }, + }, + { + zip_code: '51562', + usps_city: 'Panama', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 5.5, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "100"}', + coty_name: ['Shelby'], + cty_code: ['19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50274, lat: 41.7257 }, + }, + { + zip_code: '52050', + usps_city: 'Greeley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 5.3, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "94.56", "19043": "5.44"}', + coty_name: ['Delaware', 'Clayton'], + cty_code: ['19055', '19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.33469, lat: 42.60481 }, + }, + { + zip_code: '52211', + usps_city: 'Brooklyn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2628.0, + density: 11.1, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "100"}', + coty_name: ['Poweshiek'], + cty_code: ['19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44768, lat: 41.76038 }, + }, + { + zip_code: '52217', + usps_city: 'Clutier', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 572.0, + density: 3.8, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "100"}', + coty_name: ['Tama'], + cty_code: ['19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40795, lat: 42.07994 }, + }, + { + zip_code: '52312', + usps_city: 'Morley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 210.0, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "100"}', + coty_name: ['Jones'], + cty_code: ['19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24587, lat: 42.00605 }, + }, + { + zip_code: '52320', + usps_city: 'Olin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1138.0, + density: 7.4, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "94.26", "19031": "5.74"}', + coty_name: ['Jones', 'Cedar'], + cty_code: ['19105', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14852, lat: 41.99769 }, + }, + { + zip_code: '52326', + usps_city: 'Quasqueton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 107.6, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "100"}', + coty_name: ['Buchanan'], + cty_code: ['19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75735, lat: 42.39026 }, + }, + { + zip_code: '52339', + usps_city: 'Tama', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4067.0, + density: 15.4, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "99.64", "19157": "0.36"}', + coty_name: ['Tama', 'Poweshiek'], + cty_code: ['19171', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.58862, lat: 41.92296 }, + }, + { + zip_code: '52501', + usps_city: 'Ottumwa', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 29478.0, + density: 50.4, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: '{"19179": "100"}', + coty_name: ['Wapello'], + cty_code: ['19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4315, lat: 41.03574 }, + }, + { + zip_code: '52595', + usps_city: 'University Park', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 321.6, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "100"}', + coty_name: ['Mahaska'], + cty_code: ['19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.61497, lat: 41.28862 }, + }, + { + zip_code: '52635', + usps_city: 'Lockridge', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 7.7, + primary_coty_code: '19101', + primary_coty_name: 'Jefferson', + county_weights: '{"19101": "98.52", "19087": "1.48"}', + coty_name: ['Jefferson', 'Henry'], + cty_code: ['19101', '19087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75774, lat: 40.99525 }, + }, + { + zip_code: '52768', + usps_city: 'Princeton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1580.0, + density: 18.9, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38985, lat: 41.69899 }, + }, + { + zip_code: '53003', + usps_city: 'Ashippun', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 132.7, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50973, lat: 43.20657 }, + }, + { + zip_code: '53010', + usps_city: 'Campbellsport', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7635.0, + density: 28.6, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "96.02", "55131": "3.98"}', + coty_name: ['Fond du Lac', 'Washington'], + cty_code: ['55039', '55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27706, lat: 43.60987 }, + }, + { + zip_code: '53024', + usps_city: 'Grafton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 17270.0, + density: 244.2, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "100"}', + coty_name: ['Ozaukee'], + cty_code: ['55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93311, lat: 43.33196 }, + }, + { + zip_code: '53065', + usps_city: 'Oakfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2208.0, + density: 19.1, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "99.24", "55027": "0.76"}', + coty_name: ['Fond du Lac', 'Dodge'], + cty_code: ['55039', '55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56886, lat: 43.68397 }, + }, + { + zip_code: '53066', + usps_city: 'Oconomowoc', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 35357.0, + density: 129.0, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "89.32", "55055": "6.27", "55027": "4.41"}', + coty_name: ['Waukesha', 'Jefferson', 'Dodge'], + cty_code: ['55133', '55055', '55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48992, lat: 43.11314 }, + }, + { + zip_code: '53083', + usps_city: 'Sheboygan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20479.0, + density: 244.0, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77057, lat: 43.8164 }, + }, + { + zip_code: '53153', + usps_city: 'North Prairie', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2465.0, + density: 233.0, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.40785, lat: 42.93381 }, + }, + { + zip_code: '53156', + usps_city: 'Palmyra', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2973.0, + density: 35.6, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.59074, lat: 42.88772 }, + }, + { + zip_code: '53503', + usps_city: 'Arena', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1963.0, + density: 13.4, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95615, lat: 43.1393 }, + }, + { + zip_code: '53510', + usps_city: 'Belmont', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1482.0, + density: 13.6, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31818, lat: 42.73729 }, + }, + { + zip_code: '53548', + usps_city: 'Janesville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19243.0, + density: 104.0, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12871, lat: 42.68536 }, + }, + { + zip_code: '53559', + usps_city: 'Marshall', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6302.0, + density: 38.2, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "99.8", "55055": "0.2"}', + coty_name: ['Dane', 'Jefferson'], + cty_code: ['55025', '55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07999, lat: 43.16526 }, + }, + { + zip_code: '53562', + usps_city: 'Middleton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26335.0, + density: 319.3, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54157, lat: 43.11646 }, + }, + { + zip_code: '53570', + usps_city: 'Monticello', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2446.0, + density: 13.1, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "100"}', + coty_name: ['Green'], + cty_code: ['55045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61868, lat: 42.73922 }, + }, + { + zip_code: '53932', + usps_city: 'Fall River', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2657.0, + density: 27.7, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "97.82", "55027": "2.18"}', + coty_name: ['Columbia', 'Dodge'], + cty_code: ['55021', '55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.06709, lat: 43.42085 }, + }, + { + zip_code: '54016', + usps_city: 'Hudson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 31972.0, + density: 181.0, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69329, lat: 44.97895 }, + }, + { + zip_code: '54151', + usps_city: 'Niagara', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3238.0, + density: 10.4, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "72.33", "55037": "27.67"}', + coty_name: ['Marinette', 'Florence'], + cty_code: ['55075', '55037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98815, lat: 45.72489 }, + }, + { + zip_code: '54154', + usps_city: 'Oconto Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5656.0, + density: 26.2, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "95.8", "55115": "4.2"}', + coty_name: ['Oconto', 'Shawano'], + cty_code: ['55083', '55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18845, lat: 44.86807 }, + }, + { + zip_code: '54214', + usps_city: 'Francis Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 347.6, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71273, lat: 44.19737 }, + }, + { + zip_code: '54426', + usps_city: 'Edgar', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4533.0, + density: 16.2, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98573, lat: 44.90587 }, + }, + { + zip_code: '54896', + usps_city: 'Winter', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1427.0, + density: 1.3, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "100", "55107": "0"}', + coty_name: ['Sawyer', 'Rusk'], + cty_code: ['55113', '55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.8856, lat: 45.81343 }, + }, + { + zip_code: '54941', + usps_city: 'Green Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2313.0, + density: 27.6, + primary_coty_code: '55047', + primary_coty_name: 'Green Lake', + county_weights: '{"55047": "100"}', + coty_name: ['Green Lake'], + cty_code: ['55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99315, lat: 43.84447 }, + }, + { + zip_code: '55008', + usps_city: 'Cambridge', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 15579.0, + density: 59.9, + primary_coty_code: '27059', + primary_coty_name: 'Isanti', + county_weights: '{"27059": "99.93", "27025": "0.07"}', + coty_name: ['Isanti', 'Chisago'], + cty_code: ['27059', '27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27004, lat: 45.57271 }, + }, + { + zip_code: '55051', + usps_city: 'Mora', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9551.0, + density: 18.8, + primary_coty_code: '27065', + primary_coty_name: 'Kanabec', + county_weights: '{"27065": "100"}', + coty_name: ['Kanabec'], + cty_code: ['27065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30432, lat: 45.92772 }, + }, + { + zip_code: '55306', + usps_city: 'Burnsville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16387.0, + density: 1018.3, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.292, lat: 44.73069 }, + }, + { + zip_code: '55315', + usps_city: 'Carver', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5772.0, + density: 84.1, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68698, lat: 44.71842 }, + }, + { + zip_code: '55317', + usps_city: 'Chanhassen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21905.0, + density: 673.8, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55192, lat: 44.85809 }, + }, + { + zip_code: '55340', + usps_city: 'Hamel', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8475.0, + density: 90.6, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57576, lat: 45.0762 }, + }, + { + zip_code: '55355', + usps_city: 'Litchfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9544.0, + density: 21.3, + primary_coty_code: '27093', + primary_coty_name: 'Meeker', + county_weights: '{"27093": "100"}', + coty_name: ['Meeker'], + cty_code: ['27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53992, lat: 45.09862 }, + }, + { + zip_code: '55373', + usps_city: 'Rockford', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5741.0, + density: 201.8, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "73.27", "27053": "26.73"}', + coty_name: ['Wright', 'Hennepin'], + cty_code: ['27171', '27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.72376, lat: 45.08818 }, + }, + { + zip_code: '55428', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 31323.0, + density: 1493.6, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.3812, lat: 45.06322 }, + }, + { + zip_code: '55718', + usps_city: 'Carlton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3299.0, + density: 20.9, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48532, lat: 46.62315 }, + }, + { + zip_code: '55803', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 17974.0, + density: 20.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05538, lat: 47.04751 }, + }, + { + zip_code: '55941', + usps_city: 'Hokah', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1028.0, + density: 15.9, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "100"}', + coty_name: ['Houston'], + cty_code: ['27055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.34828, lat: 43.72564 }, + }, + { + zip_code: '55955', + usps_city: 'Mantorville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2542.0, + density: 31.1, + primary_coty_code: '27039', + primary_coty_name: 'Dodge', + county_weights: '{"27039": "100"}', + coty_name: ['Dodge'], + cty_code: ['27039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.7398, lat: 44.08924 }, + }, + { + zip_code: '55990', + usps_city: 'Wykoff', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 898.0, + density: 7.5, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "100"}', + coty_name: ['Fillmore'], + cty_code: ['27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26178, lat: 43.7322 }, + }, + { + zip_code: '56019', + usps_city: 'Comfrey', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 847.0, + density: 3.2, + primary_coty_code: '27015', + primary_coty_name: 'Brown', + county_weights: '{"27015": "76.26", "27033": "19.37", "27165": "4.38"}', + coty_name: ['Brown', 'Cottonwood', 'Watonwan'], + cty_code: ['27015', '27033', '27165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.89317, lat: 44.11271 }, + }, + { + zip_code: '56026', + usps_city: 'Ellendale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2020.0, + density: 7.4, + primary_coty_code: '27147', + primary_coty_name: 'Steele', + county_weights: '{"27147": "76.09", "27047": "22.42", "27161": "1.49"}', + coty_name: ['Steele', 'Freeborn', 'Waseca'], + cty_code: ['27147', '27047', '27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29274, lat: 43.87551 }, + }, + { + zip_code: '56043', + usps_city: 'Hayward', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 8.3, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22324, lat: 43.64831 }, + }, + { + zip_code: '56065', + usps_city: 'Mapleton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2801.0, + density: 9.3, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91869, lat: 43.93683 }, + }, + { + zip_code: '56117', + usps_city: 'Bigelow', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 6.1, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "100"}', + coty_name: ['Nobles'], + cty_code: ['27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68531, lat: 43.52855 }, + }, + { + zip_code: '56121', + usps_city: 'Ceylon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 6.3, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6113, lat: 43.53771 }, + }, + { + zip_code: '56161', + usps_city: 'Okabena', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 4.1, + primary_coty_code: '27063', + primary_coty_name: 'Jackson', + county_weights: '{"27063": "100"}', + coty_name: ['Jackson'], + cty_code: ['27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32354, lat: 43.70866 }, + }, + { + zip_code: '56175', + usps_city: 'Tracy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3202.0, + density: 9.1, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "86.06", "27101": "9.08", "27127": "4.86"}', + coty_name: ['Lyon', 'Murray', 'Redwood'], + cty_code: ['27083', '27101', '27127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63527, lat: 44.25519 }, + }, + { + zip_code: '56219', + usps_city: 'Browns Valley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1106.0, + density: 5.6, + primary_coty_code: '27155', + primary_coty_name: 'Traverse', + county_weights: '{"27155": "67.93", "46109": "32.07"}', + coty_name: ['Traverse', 'Roberts'], + cty_code: ['27155', '46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81994, lat: 45.59978 }, + }, + { + zip_code: '56251', + usps_city: 'Kandiyohi', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 9.7, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91824, lat: 45.14248 }, + }, + { + zip_code: '56265', + usps_city: 'Montevideo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7324.0, + density: 10.6, + primary_coty_code: '27023', + primary_coty_name: 'Chippewa', + county_weights: '{"27023": "91.12", "27073": "5.62", "27173": "3.26"}', + coty_name: ['Chippewa', 'Lac qui Parle', 'Yellow Medicine'], + cty_code: ['27023', '27073', '27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69626, lat: 45.00486 }, + }, + { + zip_code: '56339', + usps_city: 'Hoffman', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 6.4, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "92.03", "27041": "7.97"}', + coty_name: ['Grant', 'Douglas'], + cty_code: ['27051', '27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8169, lat: 45.82768 }, + }, + { + zip_code: '56484', + usps_city: 'Walker', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3343.0, + density: 14.2, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.4677, lat: 47.0991 }, + }, + { + zip_code: '56579', + usps_city: 'Rothsay', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1162.0, + density: 2.3, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "57.48", "27111": "42.52"}', + coty_name: ['Wilkin', 'Otter Tail'], + cty_code: ['27167', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.34343, lat: 46.46993 }, + }, + { + zip_code: '56657', + usps_city: 'Marcell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 2.1, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61664, lat: 47.57472 }, + }, + { + zip_code: '56661', + usps_city: 'Northome', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 862.0, + density: 0.8, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "52.65", "27061": "36.73", "27007": "10.62"}', + coty_name: ['Koochiching', 'Itasca', 'Beltrami'], + cty_code: ['27071', '27061', '27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12806, lat: 47.85834 }, + }, + { + zip_code: '56724', + usps_city: 'Gatzke', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.5, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73593, lat: 48.44587 }, + }, + { + zip_code: '56736', + usps_city: 'Mentor', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 3.5, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "96.46", "27125": "3.54"}', + coty_name: ['Polk', 'Red Lake'], + cty_code: ['27119', '27125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19226, lat: 47.71411 }, + }, + { + zip_code: '57034', + usps_city: 'Hudson', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 4.7, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "92.98", "46127": "7.02"}', + coty_name: ['Lincoln', 'Union'], + cty_code: ['46083', '46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55137, lat: 43.1219 }, + }, + { + zip_code: '57037', + usps_city: 'Irene', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 983.0, + density: 3.8, + primary_coty_code: '46135', + primary_coty_name: 'Yankton', + county_weights: '{"46135": "47.37", "46125": "35.78", "46027": "16.85"}', + coty_name: ['Yankton', 'Turner', 'Clay'], + cty_code: ['46135', '46125', '46027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.2557, lat: 43.10295 }, + }, + { + zip_code: '57238', + usps_city: 'Goodwin', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 2.6, + primary_coty_code: '46039', + primary_coty_name: 'Deuel', + county_weights: '{"46039": "72.67", "46029": "23.81", "46057": "3.52"}', + coty_name: ['Deuel', 'Codington', 'Hamlin'], + cty_code: ['46039', '46029', '46057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86082, lat: 44.87543 }, + }, + { + zip_code: '57243', + usps_city: 'Henry', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 2.3, + primary_coty_code: '46029', + primary_coty_name: 'Codington', + county_weights: '{"46029": "92.88", "46025": "7.12"}', + coty_name: ['Codington', 'Clark'], + cty_code: ['46029', '46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41939, lat: 44.91279 }, + }, + { + zip_code: '57341', + usps_city: 'Gann Valley', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 0.2, + primary_coty_code: '46017', + primary_coty_name: 'Buffalo', + county_weights: '{"46017": "100"}', + coty_name: ['Buffalo'], + cty_code: ['46017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.08809, lat: 44.08985 }, + }, + { + zip_code: '57348', + usps_city: 'Hitchcock', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 0.8, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "68.88", "46115": "31.12"}', + coty_name: ['Beadle', 'Spink'], + cty_code: ['46005', '46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36444, lat: 44.62177 }, + }, + { + zip_code: '57368', + usps_city: 'Plankinton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1185.0, + density: 1.9, + primary_coty_code: '46003', + primary_coty_name: 'Aurora', + county_weights: '{"46003": "100"}', + coty_name: ['Aurora'], + cty_code: ['46003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47749, lat: 43.75128 }, + }, + { + zip_code: '57427', + usps_city: 'Bath', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 761.0, + density: 4.9, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.31718, lat: 45.48373 }, + }, + { + zip_code: '57449', + usps_city: 'Houghton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 1.0, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18289, lat: 45.73821 }, + }, + { + zip_code: '57452', + usps_city: 'Java', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 0.6, + primary_coty_code: '46129', + primary_coty_name: 'Walworth', + county_weights: '{"46129": "73.74", "46021": "26.26"}', + coty_name: ['Walworth', 'Campbell'], + cty_code: ['46129', '46021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.86624, lat: 45.532 }, + }, + { + zip_code: '57471', + usps_city: 'Roscoe', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 560.0, + density: 0.6, + primary_coty_code: '46045', + primary_coty_name: 'Edmunds', + county_weights: '{"46045": "100"}', + coty_name: ['Edmunds'], + cty_code: ['46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.3257, lat: 45.39945 }, + }, + { + zip_code: '57538', + usps_city: 'Herrick', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 0.8, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "100"}', + coty_name: ['Gregory'], + cty_code: ['46053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.14445, lat: 43.12035 }, + }, + { + zip_code: '57543', + usps_city: 'Kadoka', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 854.0, + density: 0.7, + primary_coty_code: '46071', + primary_coty_name: 'Jackson', + county_weights: '{"46071": "100"}', + coty_name: ['Jackson'], + cty_code: ['46071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.51687, lat: 43.75287 }, + }, + { + zip_code: '57544', + usps_city: 'Kennebec', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 0.5, + primary_coty_code: '46085', + primary_coty_name: 'Lyman', + county_weights: '{"46085": "100"}', + coty_name: ['Lyman'], + cty_code: ['46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88774, lat: 43.9455 }, + }, + { + zip_code: '57776', + usps_city: 'Redig', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '46063', + primary_coty_name: 'Harding', + county_weights: '{"46063": "100"}', + coty_name: ['Harding'], + cty_code: ['46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.49577, lat: 45.26374 }, + }, + { + zip_code: '57779', + usps_city: 'Saint Onge', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 2.6, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "100"}', + coty_name: ['Lawrence'], + cty_code: ['46081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.75782, lat: 44.56278 }, + }, + { + zip_code: '57787', + usps_city: 'Union Center', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 0.2, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "100"}', + coty_name: ['Meade'], + cty_code: ['46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.65549, lat: 44.68205 }, + }, + { + zip_code: '58001', + usps_city: 'Abercrombie', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 56.0, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72069, lat: 46.44503 }, + }, + { + zip_code: '58054', + usps_city: 'Lisbon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2938.0, + density: 3.9, + primary_coty_code: '38073', + primary_coty_name: 'Ransom', + county_weights: '{"38073": "100"}', + coty_name: ['Ransom'], + cty_code: ['38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.66952, lat: 46.42531 }, + }, + { + zip_code: '58220', + usps_city: 'Cavalier', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1975.0, + density: 4.4, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71425, lat: 48.79354 }, + }, + { + zip_code: '58272', + usps_city: 'Petersburg', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 0.9, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "100"}', + coty_name: ['Nelson'], + cty_code: ['38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.98127, lat: 48.01703 }, + }, + { + zip_code: '58276', + usps_city: 'Saint Thomas', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 1.7, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45133, lat: 48.63081 }, + }, + { + zip_code: '58466', + usps_city: 'Marion', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 0.8, + primary_coty_code: '38045', + primary_coty_name: 'LaMoure', + county_weights: '{"38045": "68.45", "38003": "28.17", "38093": "3.38"}', + coty_name: ['LaMoure', 'Barnes', 'Stutsman'], + cty_code: ['38045', '38003', '38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36748, lat: 46.61786 }, + }, + { + zip_code: '58480', + usps_city: 'Sanborn', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 318.0, + density: 1.0, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "100"}', + coty_name: ['Barnes'], + cty_code: ['38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26049, lat: 46.95327 }, + }, + { + zip_code: '58552', + usps_city: 'Linton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1639.0, + density: 1.2, + primary_coty_code: '38029', + primary_coty_name: 'Emmons', + county_weights: '{"38029": "100"}', + coty_name: ['Emmons'], + cty_code: ['38029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.30105, lat: 46.23896 }, + }, + { + zip_code: '58575', + usps_city: 'Turtle Lake', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 1.3, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.90178, lat: 47.56336 }, + }, + { + zip_code: '58735', + usps_city: 'Douglas', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 0.7, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "70.7", "38055": "29.3"}', + coty_name: ['Ward', 'McLean'], + cty_code: ['38101', '38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.48232, lat: 47.87377 }, + }, + { + zip_code: '59013', + usps_city: 'Boyd', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 16.4, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.08717, lat: 45.45604 }, + }, + { + zip_code: '59037', + usps_city: 'Huntley', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1752.0, + density: 3.6, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.21282, lat: 45.80627 }, + }, + { + zip_code: '59039', + usps_city: 'Ingomar', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 0.0, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "100"}', + coty_name: ['Rosebud'], + cty_code: ['30087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.29021, lat: 46.69466 }, + }, + { + zip_code: '59057', + usps_city: 'Molt', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 741.0, + density: 1.1, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "75.87", "30095": "24.13"}', + coty_name: ['Yellowstone', 'Stillwater'], + cty_code: ['30111', '30095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.94186, lat: 45.85203 }, + }, + { + zip_code: '59062', + usps_city: 'Otter', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 0.0, + primary_coty_code: '30075', + primary_coty_name: 'Powder River', + county_weights: '{"30075": "100"}', + coty_name: ['Powder River'], + cty_code: ['30075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.14997, lat: 45.0903 }, + }, + { + zip_code: '59263', + usps_city: 'Scobey', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1445.0, + density: 0.8, + primary_coty_code: '30019', + primary_coty_name: 'Daniels', + county_weights: '{"30019": "100"}', + coty_name: ['Daniels'], + cty_code: ['30019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.52668, lat: 48.78344 }, + }, + { + zip_code: '59354', + usps_city: 'Willard', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 0.4, + primary_coty_code: '30025', + primary_coty_name: 'Fallon', + county_weights: '{"30025": "100"}', + coty_name: ['Fallon'], + cty_code: ['30025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.39787, lat: 46.20586 }, + }, + { + zip_code: '59457', + usps_city: 'Lewistown', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8887.0, + density: 3.2, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "100"}', + coty_name: ['Fergus'], + cty_code: ['30027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.36047, lat: 47.09217 }, + }, + { + zip_code: '59467', + usps_city: 'Pendroy', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.2, + primary_coty_code: '30099', + primary_coty_name: 'Teton', + county_weights: '{"30099": "100"}', + coty_name: ['Teton'], + cty_code: ['30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.58013, lat: 48.07972 }, + }, + { + zip_code: '59647', + usps_city: 'Winston', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 1.8, + primary_coty_code: '30007', + primary_coty_name: 'Broadwater', + county_weights: '{"30007": "100"}', + coty_name: ['Broadwater'], + cty_code: ['30007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.65808, lat: 46.48174 }, + }, + { + zip_code: '59711', + usps_city: 'Anaconda', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8839.0, + density: 5.5, + primary_coty_code: '30023', + primary_coty_name: 'Deer Lodge', + county_weights: '{"30023": "95.63", "30093": "2.54", "30039": "1.82"}', + coty_name: ['Deer Lodge', 'Silver Bow', 'Granite'], + cty_code: ['30023', '30093', '30039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.0659, lat: 46.10629 }, + }, + { + zip_code: '59727', + usps_city: 'Divide', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 0.2, + primary_coty_code: '30093', + primary_coty_name: 'Silver Bow', + county_weights: '{"30093": "82.35", "30001": "17.65"}', + coty_name: ['Silver Bow', 'Beaverhead'], + cty_code: ['30093', '30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.80862, lat: 45.80308 }, + }, + { + zip_code: '59731', + usps_city: 'Garrison', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.3, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "100"}', + coty_name: ['Powell'], + cty_code: ['30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.77361, lat: 46.57902 }, + }, + { + zip_code: '59873', + usps_city: 'Thompson Falls', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3220.0, + density: 1.6, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.282, lat: 47.70258 }, + }, + { + zip_code: '59926', + usps_city: 'Martin City', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 15.4, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.00651, lat: 48.36303 }, + }, + { + zip_code: '59930', + usps_city: 'Rexford', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 3.1, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.14309, lat: 48.84902 }, + }, + { + zip_code: '60074', + usps_city: 'Palatine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 39217.0, + density: 2123.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "99.53", "17097": "0.47"}', + coty_name: ['Cook', 'Lake'], + cty_code: ['17031', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02657, lat: 42.13149 }, + }, + { + zip_code: '60076', + usps_city: 'Skokie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31788.0, + density: 2292.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72988, lat: 42.03525 }, + }, + { + zip_code: '60134', + usps_city: 'Geneva', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29458.0, + density: 741.1, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34194, lat: 41.87857 }, + }, + { + zip_code: '60140', + usps_city: 'Hampshire', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18568.0, + density: 87.4, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "99.57", "17037": "0.43"}', + coty_name: ['Kane', 'DeKalb'], + cty_code: ['17089', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50654, lat: 42.07838 }, + }, + { + zip_code: '60441', + usps_city: 'Lockport', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 35583.0, + density: 489.7, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.05077, lat: 41.59297 }, + }, + { + zip_code: '60450', + usps_city: 'Morris', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 20906.0, + density: 51.3, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "99.77", "17093": "0.23"}', + coty_name: ['Grundy', 'Kendall'], + cty_code: ['17063', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43285, lat: 41.36951 }, + }, + { + zip_code: '60523', + usps_city: 'Oak Brook', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10081.0, + density: 434.7, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95404, lat: 41.83707 }, + }, + { + zip_code: '60538', + usps_city: 'Montgomery', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29343.0, + density: 1123.4, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "69.73", "17089": "30.27"}', + coty_name: ['Kendall', 'Kane'], + cty_code: ['17093', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35905, lat: 41.72218 }, + }, + { + zip_code: '60549', + usps_city: 'Serena', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 3.1, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74238, lat: 41.49085 }, + }, + { + zip_code: '60930', + usps_city: 'Danforth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 985.0, + density: 8.6, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00256, lat: 40.82989 }, + }, + { + zip_code: '61043', + usps_city: 'Holcomb', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 24.8, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10527, lat: 42.05648 }, + }, + { + zip_code: '61067', + usps_city: 'Ridott', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 9.4, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47747, lat: 42.30446 }, + }, + { + zip_code: '61103', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23512.0, + density: 526.5, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.08221, lat: 42.3463 }, + }, + { + zip_code: '61254', + usps_city: 'Geneseo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11003.0, + density: 24.6, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15087, lat: 41.46862 }, + }, + { + zip_code: '61272', + usps_city: 'New Boston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1170.0, + density: 5.0, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "99.73", "17161": "0.27"}', + coty_name: ['Mercer', 'Rock Island'], + cty_code: ['17131', '17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00566, lat: 41.24652 }, + }, + { + zip_code: '61276', + usps_city: 'Preemption', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 10.4, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "100"}', + coty_name: ['Mercer'], + cty_code: ['17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5899, lat: 41.30405 }, + }, + { + zip_code: '61323', + usps_city: 'Dover', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 170.5, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.39676, lat: 41.43303 }, + }, + { + zip_code: '61331', + usps_city: 'Lee Center', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 251.6, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2768, lat: 41.74745 }, + }, + { + zip_code: '61354', + usps_city: 'Peru', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10531.0, + density: 96.0, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "99.46", "17011": "0.46", "17155": "0.08"}', + coty_name: ['LaSalle', 'Bureau', 'Putnam'], + cty_code: ['17099', '17011', '17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14278, lat: 41.3279 }, + }, + { + zip_code: '61373', + usps_city: 'Utica', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2153.0, + density: 17.1, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9984, lat: 41.39897 }, + }, + { + zip_code: '61439', + usps_city: 'Henderson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 123.3, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.357, lat: 41.02848 }, + }, + { + zip_code: '61562', + usps_city: 'Rome', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 639.9, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50143, lat: 40.88043 }, + }, + { + zip_code: '61568', + usps_city: 'Tremont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4352.0, + density: 25.0, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47868, lat: 40.50538 }, + }, + { + zip_code: '61614', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28207.0, + density: 902.4, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60494, lat: 40.75899 }, + }, + { + zip_code: '61760', + usps_city: 'Minonk', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2306.0, + density: 12.2, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "97.8", "17123": "2.2"}', + coty_name: ['Woodford', 'Marshall'], + cty_code: ['17203', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02875, lat: 40.88106 }, + }, + { + zip_code: '61813', + usps_city: 'Bement', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1598.0, + density: 9.5, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.55961, lat: 39.91155 }, + }, + { + zip_code: '61815', + usps_city: 'Bondville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 345.8, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37656, lat: 40.11073 }, + }, + { + zip_code: '61820', + usps_city: 'Champaign', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 38393.0, + density: 2270.4, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24348, lat: 40.10887 }, + }, + { + zip_code: '61854', + usps_city: 'Mansfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1193.0, + density: 8.6, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52404, lat: 40.20401 }, + }, + { + zip_code: '61955', + usps_city: 'Vermilion', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 376.9, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "100"}', + coty_name: ['Edgar'], + cty_code: ['17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59103, lat: 39.58195 }, + }, + { + zip_code: '62001', + usps_city: 'Alhambra', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1669.0, + density: 12.6, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.74853, lat: 38.87851 }, + }, + { + zip_code: '62019', + usps_city: 'Donnellson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 4.2, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "65.1", "17005": "34.9"}', + coty_name: ['Montgomery', 'Bond'], + cty_code: ['17135', '17005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44927, lat: 39.01943 }, + }, + { + zip_code: '62265', + usps_city: 'New Baden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4072.0, + density: 40.6, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "93.5", "17163": "6.5"}', + coty_name: ['Clinton', 'St. Clair'], + cty_code: ['17027', '17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67063, lat: 38.50064 }, + }, + { + zip_code: '62286', + usps_city: 'Sparta', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6230.0, + density: 22.2, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7144, lat: 38.11832 }, + }, + { + zip_code: '62289', + usps_city: 'Summerfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 617.2, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75153, lat: 38.59694 }, + }, + { + zip_code: '62324', + usps_city: 'Clayton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 4.9, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "97.87", "17009": "2.13"}', + coty_name: ['Adams', 'Brown'], + cty_code: ['17001', '17009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.95898, lat: 39.99244 }, + }, + { + zip_code: '62351', + usps_city: 'Mendon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1708.0, + density: 8.9, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "94.4", "17067": "5.6"}', + coty_name: ['Adams', 'Hancock'], + cty_code: ['17001', '17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.26763, lat: 40.11574 }, + }, + { + zip_code: '62354', + usps_city: 'Nauvoo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1484.0, + density: 15.6, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.33178, lat: 40.52599 }, + }, + { + zip_code: '62366', + usps_city: 'Pleasant Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 8.9, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "100", "17013": "0"}', + coty_name: ['Pike', 'Calhoun'], + cty_code: ['17149', '17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.89429, lat: 39.45999 }, + }, + { + zip_code: '62442', + usps_city: 'Martinsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2643.0, + density: 7.2, + primary_coty_code: '17023', + primary_coty_name: 'Clark', + county_weights: '{"17023": "98.76", "17033": "1.24"}', + coty_name: ['Clark', 'Crawford'], + cty_code: ['17023', '17033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85503, lat: 39.31187 }, + }, + { + zip_code: '62447', + usps_city: 'Neoga', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3366.0, + density: 21.7, + primary_coty_code: '17035', + primary_coty_name: 'Cumberland', + county_weights: '{"17035": "82.29", "17173": "17.45", "17029": "0.26"}', + coty_name: ['Cumberland', 'Shelby', 'Coles'], + cty_code: ['17035', '17173', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.44446, lat: 39.31548 }, + }, + { + zip_code: '62466', + usps_city: 'Sumner', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4605.0, + density: 12.5, + primary_coty_code: '17101', + primary_coty_name: 'Lawrence', + county_weights: '{"17101": "97.5", "17033": "1.79", "17159": "0.7"}', + coty_name: ['Lawrence', 'Crawford', 'Richland'], + cty_code: ['17101', '17033', '17159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84971, lat: 38.72579 }, + }, + { + zip_code: '62477', + usps_city: 'West Union', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 4.5, + primary_coty_code: '17023', + primary_coty_name: 'Clark', + county_weights: '{"17023": "100"}', + coty_name: ['Clark'], + cty_code: ['17023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66291, lat: 39.23695 }, + }, + { + zip_code: '62681', + usps_city: 'Rushville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5501.0, + density: 12.3, + primary_coty_code: '17169', + primary_coty_name: 'Schuyler', + county_weights: '{"17169": "100"}', + coty_name: ['Schuyler'], + cty_code: ['17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55887, lat: 40.13619 }, + }, + { + zip_code: '62684', + usps_city: 'Sherman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5840.0, + density: 89.8, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58687, lat: 39.90928 }, + }, + { + zip_code: '62821', + usps_city: 'Carmi', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7145.0, + density: 15.7, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "100"}', + coty_name: ['White'], + cty_code: ['17193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13264, lat: 38.07341 }, + }, + { + zip_code: '62893', + usps_city: 'Walnut Hill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1054.0, + density: 21.9, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "59.37", "17081": "40.63"}', + coty_name: ['Marion', 'Jefferson'], + cty_code: ['17121', '17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03285, lat: 38.46707 }, + }, + { + zip_code: '62910', + usps_city: 'Brookport', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2367.0, + density: 8.8, + primary_coty_code: '17127', + primary_coty_name: 'Massac', + county_weights: '{"17127": "90.05", "17151": "9.95"}', + coty_name: ['Massac', 'Pope'], + cty_code: ['17127', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53338, lat: 37.15411 }, + }, + { + zip_code: '62921', + usps_city: 'Colp', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 169.3, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.08423, lat: 37.80158 }, + }, + { + zip_code: '62932', + usps_city: 'Elkville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1400.0, + density: 14.1, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21404, lat: 37.90344 }, + }, + { + zip_code: '62948', + usps_city: 'Herrin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13248.0, + density: 272.1, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02951, lat: 37.81689 }, + }, + { + zip_code: '63010', + usps_city: 'Arnold', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 35888.0, + density: 638.6, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39324, lat: 38.42948 }, + }, + { + zip_code: '63023', + usps_city: 'Dittmer', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5875.0, + density: 32.3, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "100"}', + coty_name: ['Jefferson'], + cty_code: ['29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.71317, lat: 38.26928 }, + }, + { + zip_code: '63043', + usps_city: 'Maryland Heights', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22582.0, + density: 615.6, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46207, lat: 38.72929 }, + }, + { + zip_code: '63044', + usps_city: 'Bridgeton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10535.0, + density: 271.2, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42897, lat: 38.76984 }, + }, + { + zip_code: '63107', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9252.0, + density: 1487.8, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21208, lat: 38.66386 }, + }, + { + zip_code: '63131', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17872.0, + density: 496.8, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.4442, lat: 38.61747 }, + }, + { + zip_code: '63140', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 250.9, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32312, lat: 38.7385 }, + }, + { + zip_code: '63304', + usps_city: 'Saint Charles', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 41223.0, + density: 380.0, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66519, lat: 38.70613 }, + }, + { + zip_code: '63345', + usps_city: 'Farber', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 13.8, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "100"}', + coty_name: ['Audrain'], + cty_code: ['29007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.57134, lat: 39.27807 }, + }, + { + zip_code: '63381', + usps_city: 'Truxton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 8.1, + primary_coty_code: '29219', + primary_coty_name: 'Warren', + county_weights: '{"29219": "42.29", "29113": "37.97", "29139": "19.74"}', + coty_name: ['Warren', 'Lincoln', 'Montgomery'], + cty_code: ['29219', '29113', '29139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25447, lat: 38.98402 }, + }, + { + zip_code: '63445', + usps_city: 'Kahoka', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3457.0, + density: 8.0, + primary_coty_code: '29045', + primary_coty_name: 'Clark', + county_weights: '{"29045": "100"}', + coty_name: ['Clark'], + cty_code: ['29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72564, lat: 40.39883 }, + }, + { + zip_code: '63601', + usps_city: 'Park Hills', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15624.0, + density: 106.7, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "100"}', + coty_name: ['St. Francois'], + cty_code: ['29187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.54705, lat: 37.82421 }, + }, + { + zip_code: '63663', + usps_city: 'Pilot Knob', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 820.0, + density: 455.9, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "100"}', + coty_name: ['Iron'], + cty_code: ['29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64608, lat: 37.62499 }, + }, + { + zip_code: '63852', + usps_city: 'Holcomb', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1163.0, + density: 8.8, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "97.85", "29155": "2.15"}', + coty_name: ['Dunklin', 'Pemiscot'], + cty_code: ['29069', '29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.01536, lat: 36.37352 }, + }, + { + zip_code: '63967', + usps_city: 'Williamsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1823.0, + density: 6.2, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "65.48", "29023": "34.52"}', + coty_name: ['Wayne', 'Butler'], + cty_code: ['29223', '29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47916, lat: 36.94607 }, + }, + { + zip_code: '64034', + usps_city: 'Greenwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9301.0, + density: 176.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "84.81", "29037": "15.19"}', + coty_name: ['Jackson', 'Cass'], + cty_code: ['29095', '29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29942, lat: 38.85237 }, + }, + { + zip_code: '64035', + usps_city: 'Hardin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1072.0, + density: 6.6, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "99.07", "29033": "0.93"}', + coty_name: ['Ray', 'Carroll'], + cty_code: ['29177', '29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80948, lat: 39.2949 }, + }, + { + zip_code: '64062', + usps_city: 'Lawson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5784.0, + density: 25.2, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "81.18", "29049": "11.13", "29047": "7.69"}', + coty_name: ['Ray', 'Clinton', 'Clay'], + cty_code: ['29177', '29049', '29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16986, lat: 39.45339 }, + }, + { + zip_code: '64068', + usps_city: 'Liberty', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 38777.0, + density: 173.4, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38881, lat: 39.25952 }, + }, + { + zip_code: '64088', + usps_city: 'Sibley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1335.0, + density: 18.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.18443, lat: 39.15841 }, + }, + { + zip_code: '64421', + usps_city: 'Amazonia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 927.0, + density: 13.0, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93341, lat: 39.91297 }, + }, + { + zip_code: '64451', + usps_city: 'Forest City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 4.2, + primary_coty_code: '29087', + primary_coty_name: 'Holt', + county_weights: '{"29087": "100"}', + coty_name: ['Holt'], + cty_code: ['29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19634, lat: 39.99561 }, + }, + { + zip_code: '64453', + usps_city: 'Gentry', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 2.1, + primary_coty_code: '29075', + primary_coty_name: 'Gentry', + county_weights: '{"29075": "100"}', + coty_name: ['Gentry'], + cty_code: ['29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48017, lat: 40.34502 }, + }, + { + zip_code: '64463', + usps_city: 'King City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1564.0, + density: 4.4, + primary_coty_code: '29075', + primary_coty_name: 'Gentry', + county_weights: '{"29075": "88.01", "29063": "9.25", "29003": "2.74"}', + coty_name: ['Gentry', 'DeKalb', 'Andrew'], + cty_code: ['29075', '29063', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48256, lat: 40.06282 }, + }, + { + zip_code: '64628', + usps_city: 'Brookfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5987.0, + density: 15.2, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "98.21", "29041": "1.79"}', + coty_name: ['Linn', 'Chariton'], + cty_code: ['29115', '29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04697, lat: 39.79719 }, + }, + { + zip_code: '64679', + usps_city: 'Spickard', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 798.0, + density: 3.5, + primary_coty_code: '29079', + primary_coty_name: 'Grundy', + county_weights: '{"29079": "91.55", "29129": "8.45"}', + coty_name: ['Grundy', 'Mercer'], + cty_code: ['29079', '29129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58484, lat: 40.23547 }, + }, + { + zip_code: '64849', + usps_city: 'Neck City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 158.4, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44487, lat: 37.25491 }, + }, + { + zip_code: '65018', + usps_city: 'California', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7514.0, + density: 17.8, + primary_coty_code: '29135', + primary_coty_name: 'Moniteau', + county_weights: '{"29135": "97.91", "29053": "2.09"}', + coty_name: ['Moniteau', 'Cooper'], + cty_code: ['29135', '29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.5632, lat: 38.62052 }, + }, + { + zip_code: '65059', + usps_city: 'Mokane', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 9.4, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.87038, lat: 38.69865 }, + }, + { + zip_code: '65320', + usps_city: 'Arrow Rock', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 104.3, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "100"}', + coty_name: ['Saline'], + cty_code: ['29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94723, lat: 39.06997 }, + }, + { + zip_code: '65327', + usps_city: 'Emma', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 220.4, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "56.83", "29107": "43.17"}', + coty_name: ['Saline', 'Lafayette'], + cty_code: ['29195', '29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49528, lat: 38.97373 }, + }, + { + zip_code: '65436', + usps_city: 'Beulah', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.8, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: '{"29161": "100"}', + coty_name: ['Phelps'], + cty_code: ['29161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97145, lat: 37.62362 }, + }, + { + zip_code: '65580', + usps_city: 'Vichy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 4.1, + primary_coty_code: '29125', + primary_coty_name: 'Maries', + county_weights: '{"29125": "100"}', + coty_name: ['Maries'], + cty_code: ['29125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.79612, lat: 38.11479 }, + }, + { + zip_code: '65603', + usps_city: 'Arcola', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 3.3, + primary_coty_code: '29057', + primary_coty_name: 'Dade', + county_weights: '{"29057": "100"}', + coty_name: ['Dade'], + cty_code: ['29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.86185, lat: 37.55123 }, + }, + { + zip_code: '65618', + usps_city: 'Brixey', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 3.1, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37585, lat: 36.74241 }, + }, + { + zip_code: '65679', + usps_city: 'Kirbyville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2479.0, + density: 18.2, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10428, lat: 36.57465 }, + }, + { + zip_code: '65702', + usps_city: 'Macomb', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 4.1, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "75.48", "29067": "24.52"}', + coty_name: ['Wright', 'Douglas'], + cty_code: ['29229', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48971, lat: 37.06736 }, + }, + { + zip_code: '65731', + usps_city: 'Powersite', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 86.8, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12221, lat: 36.65455 }, + }, + { + zip_code: '66020', + usps_city: 'Easton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1725.0, + density: 10.8, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "100"}', + coty_name: ['Leavenworth'], + cty_code: ['20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11447, lat: 39.33759 }, + }, + { + zip_code: '66095', + usps_city: 'Williamsburg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 6.0, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "98.21", "20003": "1.79"}', + coty_name: ['Franklin', 'Anderson'], + cty_code: ['20059', '20003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43112, lat: 38.44674 }, + }, + { + zip_code: '66118', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61368, lat: 39.10407 }, + }, + { + zip_code: '66402', + usps_city: 'Auburn', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2931.0, + density: 26.3, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84633, lat: 38.91898 }, + }, + { + zip_code: '66449', + usps_city: 'Leonardville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 5.4, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "100"}', + coty_name: ['Riley'], + cty_code: ['20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86137, lat: 39.3892 }, + }, + { + zip_code: '66508', + usps_city: 'Marysville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4340.0, + density: 8.3, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "100"}', + coty_name: ['Marshall'], + cty_code: ['20117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63239, lat: 39.85319 }, + }, + { + zip_code: '66610', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10886.0, + density: 109.6, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83751, lat: 38.97402 }, + }, + { + zip_code: '66758', + usps_city: 'Neosho Falls', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 2.0, + primary_coty_code: '20207', + primary_coty_name: 'Woodson', + county_weights: '{"20207": "91.2", "20003": "5.09", "20031": "3.7"}', + coty_name: ['Woodson', 'Anderson', 'Coffey'], + cty_code: ['20207', '20003', '20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59374, lat: 38.01363 }, + }, + { + zip_code: '66770', + usps_city: 'Riverton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 929.0, + density: 51.7, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71755, lat: 37.081 }, + }, + { + zip_code: '66851', + usps_city: 'Florence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 2.6, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9203, lat: 38.22847 }, + }, + { + zip_code: '67004', + usps_city: 'Argonia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 714.0, + density: 2.7, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "92.99", "20077": "7.01"}', + coty_name: ['Sumner', 'Harper'], + cty_code: ['20191', '20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75405, lat: 37.28137 }, + }, + { + zip_code: '67024', + usps_city: 'Cedar Vale', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 1.7, + primary_coty_code: '20019', + primary_coty_name: 'Chautauqua', + county_weights: '{"20019": "93.17", "20035": "6.83"}', + coty_name: ['Chautauqua', 'Cowley'], + cty_code: ['20019', '20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48699, lat: 37.11328 }, + }, + { + zip_code: '67065', + usps_city: 'Isabel', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 1.4, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "67.11", "20151": "32.89"}', + coty_name: ['Barber', 'Pratt'], + cty_code: ['20007', '20151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52693, lat: 37.4685 }, + }, + { + zip_code: '67073', + usps_city: 'Lehigh', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 5.7, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32946, lat: 38.38424 }, + }, + { + zip_code: '67127', + usps_city: 'Protection', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 1.1, + primary_coty_code: '20033', + primary_coty_name: 'Comanche', + county_weights: '{"20033": "97.15", "20025": "2.85"}', + coty_name: ['Comanche', 'Clark'], + cty_code: ['20033', '20025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.4884, lat: 37.16743 }, + }, + { + zip_code: '67155', + usps_city: 'Wilmore', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 0.3, + primary_coty_code: '20033', + primary_coty_name: 'Comanche', + county_weights: '{"20033": "90.96", "20097": "9.04"}', + coty_name: ['Comanche', 'Kiowa'], + cty_code: ['20033', '20097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.13193, lat: 37.27844 }, + }, + { + zip_code: '67232', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 785.0, + density: 86.7, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17008, lat: 37.63566 }, + }, + { + zip_code: '67334', + usps_city: 'Chautauqua', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 37.0, + primary_coty_code: '20019', + primary_coty_name: 'Chautauqua', + county_weights: '{"20019": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17735, lat: 37.02382 }, + }, + { + zip_code: '67345', + usps_city: 'Elk Falls', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 0.9, + primary_coty_code: '20049', + primary_coty_name: 'Elk', + county_weights: '{"20049": "100"}', + coty_name: ['Elk'], + cty_code: ['20049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.20238, lat: 37.37753 }, + }, + { + zip_code: '67357', + usps_city: 'Parsons', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11795.0, + density: 25.7, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "96.32", "20133": "3.68"}', + coty_name: ['Labette', 'Neosho'], + cty_code: ['20099', '20133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26184, lat: 37.34612 }, + }, + { + zip_code: '67480', + usps_city: 'Solomon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1646.0, + density: 3.9, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "79.22", "20143": "12.91", "20169": "7.87"}', + coty_name: ['Dickinson', 'Ottawa', 'Saline'], + cty_code: ['20041', '20143', '20169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40421, lat: 38.9717 }, + }, + { + zip_code: '67673', + usps_city: 'Waldo', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 0.3, + primary_coty_code: '20141', + primary_coty_name: 'Osborne', + county_weights: '{"20141": "52.78", "20167": "47.22"}', + coty_name: ['Osborne', 'Russell'], + cty_code: ['20141', '20167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.81535, lat: 39.15834 }, + }, + { + zip_code: '67734', + usps_city: 'Gem', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 1.4, + primary_coty_code: '20193', + primary_coty_name: 'Thomas', + county_weights: '{"20193": "85.16", "20153": "14.84"}', + coty_name: ['Thomas', 'Rawlins'], + cty_code: ['20193', '20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.89443, lat: 39.53258 }, + }, + { + zip_code: '67850', + usps_city: 'Healy', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 1.0, + primary_coty_code: '20101', + primary_coty_name: 'Lane', + county_weights: '{"20101": "100"}', + coty_name: ['Lane'], + cty_code: ['20101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.61417, lat: 38.58679 }, + }, + { + zip_code: '67879', + usps_city: 'Tribune', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1185.0, + density: 0.6, + primary_coty_code: '20071', + primary_coty_name: 'Greeley', + county_weights: '{"20071": "100"}', + coty_name: ['Greeley'], + cty_code: ['20071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.80605, lat: 38.48065 }, + }, + { + zip_code: '68020', + usps_city: 'Decatur', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 2.5, + primary_coty_code: '31021', + primary_coty_name: 'Burt', + county_weights: '{"31021": "96.13", "31173": "3.87"}', + coty_name: ['Burt', 'Thurston'], + cty_code: ['31021', '31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.25927, lat: 41.97579 }, + }, + { + zip_code: '68046', + usps_city: 'Papillion', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 28174.0, + density: 402.0, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05945, lat: 41.12488 }, + }, + { + zip_code: '68371', + usps_city: 'Henderson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1498.0, + density: 7.4, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "91.89", "31081": "8.11"}', + coty_name: ['York', 'Hamilton'], + cty_code: ['31185', '31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78919, lat: 40.77226 }, + }, + { + zip_code: '68462', + usps_city: 'Waverly', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4415.0, + density: 30.8, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "99.22", "31025": "0.78"}', + coty_name: ['Lancaster', 'Cass'], + cty_code: ['31109', '31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.52639, lat: 40.94907 }, + }, + { + zip_code: '68464', + usps_city: 'Western', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 2.4, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "100"}', + coty_name: ['Saline'], + cty_code: ['31151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19869, lat: 40.4286 }, + }, + { + zip_code: '68528', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6340.0, + density: 127.3, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81943, lat: 40.82024 }, + }, + { + zip_code: '68663', + usps_city: 'Silver Creek', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 2.6, + primary_coty_code: '31121', + primary_coty_name: 'Merrick', + county_weights: '{"31121": "77", "31143": "13.53", "31125": "9.46"}', + coty_name: ['Merrick', 'Polk', 'Nance'], + cty_code: ['31121', '31143', '31125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69469, lat: 41.31669 }, + }, + { + zip_code: '68758', + usps_city: 'Newman Grove', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1286.0, + density: 4.4, + primary_coty_code: '31119', + primary_coty_name: 'Madison', + county_weights: '{"31119": "80.84", "31141": "12.03", "31011": "7.13"}', + coty_name: ['Madison', 'Platte', 'Boone'], + cty_code: ['31119', '31141', '31011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78843, lat: 41.78651 }, + }, + { + zip_code: '68790', + usps_city: 'Winside', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 957.0, + density: 5.7, + primary_coty_code: '31179', + primary_coty_name: 'Wayne', + county_weights: '{"31179": "100"}', + coty_name: ['Wayne'], + cty_code: ['31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17545, lat: 42.16242 }, + }, + { + zip_code: '68791', + usps_city: 'Wisner', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1783.0, + density: 5.2, + primary_coty_code: '31039', + primary_coty_name: 'Cuming', + county_weights: '{"31039": "98.78", "31179": "1.22"}', + coty_name: ['Cuming', 'Wayne'], + cty_code: ['31039', '31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93641, lat: 41.99204 }, + }, + { + zip_code: '68803', + usps_city: 'Grand Island', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 25208.0, + density: 111.4, + primary_coty_code: '31079', + primary_coty_name: 'Hall', + county_weights: '{"31079": "100"}', + coty_name: ['Hall'], + cty_code: ['31079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41522, lat: 40.95492 }, + }, + { + zip_code: '68834', + usps_city: 'Eddyville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 0.6, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "82.74", "31041": "17.26"}', + coty_name: ['Dawson', 'Custer'], + cty_code: ['31047', '31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.65885, lat: 41.03164 }, + }, + { + zip_code: '68879', + usps_city: 'Taylor', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 409.0, + density: 0.5, + primary_coty_code: '31115', + primary_coty_name: 'Loup', + county_weights: '{"31115": "100"}', + coty_name: ['Loup'], + cty_code: ['31115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.54467, lat: 41.90208 }, + }, + { + zip_code: '68932', + usps_city: 'Campbell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 2.3, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "81.74", "31181": "11.76", "31001": "6.49"}', + coty_name: ['Franklin', 'Webster', 'Adams'], + cty_code: ['31061', '31181', '31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72519, lat: 40.30849 }, + }, + { + zip_code: '68964', + usps_city: 'Oak', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 0.5, + primary_coty_code: '31129', + primary_coty_name: 'Nuckolls', + county_weights: '{"31129": "100"}', + coty_name: ['Nuckolls'], + cty_code: ['31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91267, lat: 40.23679 }, + }, + { + zip_code: '68972', + usps_city: 'Riverton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 0.4, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "100"}', + coty_name: ['Franklin'], + cty_code: ['31061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.80645, lat: 40.10787 }, + }, + { + zip_code: '69025', + usps_city: 'Curtis', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1087.0, + density: 1.8, + primary_coty_code: '31063', + primary_coty_name: 'Frontier', + county_weights: '{"31063": "96.8", "31111": "3.2"}', + coty_name: ['Frontier', 'Lincoln'], + cty_code: ['31063', '31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.51307, lat: 40.62265 }, + }, + { + zip_code: '70051', + usps_city: 'Garyville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2049.0, + density: 88.9, + primary_coty_code: '22095', + primary_coty_name: 'St. John the Baptist', + county_weights: '{"22095": "100"}', + coty_name: ['St. John the Baptist'], + cty_code: ['22095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63104, lat: 30.07286 }, + }, + { + zip_code: '70068', + usps_city: 'La Place', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33855.0, + density: 243.9, + primary_coty_code: '22095', + primary_coty_name: 'St. John the Baptist', + county_weights: '{"22095": "94.32", "22089": "5.68"}', + coty_name: ['St. John the Baptist', 'St. Charles'], + cty_code: ['22095', '22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43473, lat: 30.13454 }, + }, + { + zip_code: '70083', + usps_city: 'Port Sulphur', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2520.0, + density: 7.8, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85111, lat: 29.50875 }, + }, + { + zip_code: '70114', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 24128.0, + density: 1913.1, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03267, lat: 29.93794 }, + }, + { + zip_code: '70121', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11466.0, + density: 1180.7, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16244, lat: 29.96184 }, + }, + { + zip_code: '70452', + usps_city: 'Pearl River', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14483.0, + density: 75.2, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78728, lat: 30.43024 }, + }, + { + zip_code: '70456', + usps_city: 'Roseland', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2482.0, + density: 29.9, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50598, lat: 30.78983 }, + }, + { + zip_code: '70463', + usps_city: 'Sun', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 66.6, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.90387, lat: 30.65861 }, + }, + { + zip_code: '70506', + usps_city: 'Lafayette', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40662.0, + density: 757.9, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "100"}', + coty_name: ['Lafayette'], + cty_code: ['22055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08133, lat: 30.19548 }, + }, + { + zip_code: '70513', + usps_city: 'Avery Island', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 52.7, + primary_coty_code: '22045', + primary_coty_name: 'Iberia', + county_weights: '{"22045": "100"}', + coty_name: ['Iberia'], + cty_code: ['22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90288, lat: 29.90354 }, + }, + { + zip_code: '70516', + usps_city: 'Branch', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 4.8, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.30371, lat: 30.36575 }, + }, + { + zip_code: '70734', + usps_city: 'Geismar', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7896.0, + density: 108.9, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "100"}', + coty_name: ['Ascension'], + cty_code: ['22005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00205, lat: 30.2029 }, + }, + { + zip_code: '70791', + usps_city: 'Zachary', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27046.0, + density: 86.6, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "99.24", "22037": "0.76"}', + coty_name: ['East Baton Rouge', 'East Feliciana'], + cty_code: ['22033', '22037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15564, lat: 30.65217 }, + }, + { + zip_code: '70807', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17945.0, + density: 271.6, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.21105, lat: 30.543 }, + }, + { + zip_code: '71072', + usps_city: 'Shongaloo', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 5.4, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "100"}', + coty_name: ['Webster'], + cty_code: ['22119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31261, lat: 32.93729 }, + }, + { + zip_code: '71078', + usps_city: 'Stonewall', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7112.0, + density: 59.1, + primary_coty_code: '22031', + primary_coty_name: 'De Soto', + county_weights: '{"22031": "100"}', + coty_name: ['De Soto'], + cty_code: ['22031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79337, lat: 32.27196 }, + }, + { + zip_code: '71250', + usps_city: 'Jones', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 0.7, + primary_coty_code: '22067', + primary_coty_name: 'Morehouse', + county_weights: '{"22067": "100"}', + coty_name: ['Morehouse'], + cty_code: ['22067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.5762, lat: 32.95894 }, + }, + { + zip_code: '71302', + usps_city: 'Alexandria', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13379.0, + density: 77.5, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.3775, lat: 31.20429 }, + }, + { + zip_code: '71423', + usps_city: 'Dry Prong', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4632.0, + density: 13.8, + primary_coty_code: '22043', + primary_coty_name: 'Grant', + county_weights: '{"22043": "94.38", "22079": "5.62"}', + coty_name: ['Grant', 'Rapides'], + cty_code: ['22043', '22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56735, lat: 31.60806 }, + }, + { + zip_code: '71449', + usps_city: 'Many', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8865.0, + density: 14.5, + primary_coty_code: '22085', + primary_coty_name: 'Sabine', + county_weights: '{"22085": "100"}', + coty_name: ['Sabine'], + cty_code: ['22085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51993, lat: 31.54282 }, + }, + { + zip_code: '71479', + usps_city: 'Tullos', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 3.9, + primary_coty_code: '22059', + primary_coty_name: 'LaSalle', + county_weights: '{"22059": "72.63", "22127": "27.37"}', + coty_name: ['LaSalle', 'Winn'], + cty_code: ['22059', '22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36356, lat: 31.85466 }, + }, + { + zip_code: '71638', + usps_city: 'Dermott', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3863.0, + density: 6.4, + primary_coty_code: '5017', + primary_coty_name: 'Chicot', + county_weights: '{"05017": "82.92", "05043": "14.68", "05041": "2.4"}', + coty_name: ['Chicot', 'Drew', 'Desha'], + cty_code: ['05017', '05043', '05041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48055, lat: 33.51931 }, + }, + { + zip_code: '71958', + usps_city: 'Murfreesboro', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2365.0, + density: 8.5, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "100"}', + coty_name: ['Pike'], + cty_code: ['5109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66607, lat: 34.11258 }, + }, + { + zip_code: '71969', + usps_city: 'Sims', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 4.1, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63224, lat: 34.66611 }, + }, + { + zip_code: '72025', + usps_city: 'Casa', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 5.0, + primary_coty_code: '5105', + primary_coty_name: 'Perry', + county_weights: '{"05105": "80.4", "05029": "17", "05149": "2.6"}', + coty_name: ['Perry', 'Conway', 'Yell'], + cty_code: ['05105', '05029', '05149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99815, lat: 35.05527 }, + }, + { + zip_code: '72099', + usps_city: 'Little Rock Air Force Base', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 1410.2, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14142, lat: 34.89923 }, + }, + { + zip_code: '72149', + usps_city: 'Searcy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "0"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72621, lat: 35.24909 }, + }, + { + zip_code: '72326', + usps_city: 'Colt', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1924.0, + density: 8.9, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "93.69", "05037": "6.31"}', + coty_name: ['St. Francis', 'Cross'], + cty_code: ['05123', '05037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90049, lat: 35.11193 }, + }, + { + zip_code: '72355', + usps_city: 'Lexa', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2198.0, + density: 8.1, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "88.01", "05077": "11.99"}', + coty_name: ['Phillips', 'Lee'], + cty_code: ['05107', '05077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76411, lat: 34.55035 }, + }, + { + zip_code: '72372', + usps_city: 'Palestine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1756.0, + density: 5.4, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "88.02", "05077": "11.98"}', + coty_name: ['St. Francis', 'Lee'], + cty_code: ['05123', '05077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.94658, lat: 34.96969 }, + }, + { + zip_code: '72421', + usps_city: 'Cash', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 2.3, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.97158, lat: 35.78764 }, + }, + { + zip_code: '72430', + usps_city: 'Greenway', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 5.6, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17128, lat: 36.33451 }, + }, + { + zip_code: '72458', + usps_city: 'Powhatan', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 594.0, + density: 8.8, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15849, lat: 36.07257 }, + }, + { + zip_code: '72476', + usps_city: 'Walnut Ridge', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6656.0, + density: 12.9, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "98.64", "05121": "1.36"}', + coty_name: ['Lawrence', 'Randolph'], + cty_code: ['05075', '05121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91956, lat: 36.05179 }, + }, + { + zip_code: '72555', + usps_city: 'Marcella', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 4.0, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "100"}', + coty_name: ['Stone'], + cty_code: ['5137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88225, lat: 35.77484 }, + }, + { + zip_code: '72561', + usps_city: 'Mount Pleasant', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 6.4, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.80289, lat: 35.95107 }, + }, + { + zip_code: '72566', + usps_city: 'Pineville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 5.1, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07814, lat: 36.21667 }, + }, + { + zip_code: '72828', + usps_city: 'Briggsville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 0.7, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "100"}', + coty_name: ['Yell'], + cty_code: ['5149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54754, lat: 34.92863 }, + }, + { + zip_code: '72955', + usps_city: 'Uniontown', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 29.5, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44388, lat: 35.61223 }, + }, + { + zip_code: '72959', + usps_city: 'Winslow', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2701.0, + density: 5.8, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "93.9", "05033": "5.56", "05047": "0.54"}', + coty_name: ['Washington', 'Crawford', 'Franklin'], + cty_code: ['05143', '05033', '05047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06806, lat: 35.78275 }, + }, + { + zip_code: '73017', + usps_city: 'Cement', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1511.0, + density: 7.7, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "59.55", "40051": "39.55", "40031": "0.9"}', + coty_name: ['Caddo', 'Grady', 'Comanche'], + cty_code: ['40015', '40051', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0938, lat: 34.92621 }, + }, + { + zip_code: '73049', + usps_city: 'Jones', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5994.0, + density: 37.7, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30171, lat: 35.58643 }, + }, + { + zip_code: '73139', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 17900.0, + density: 1579.2, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "57.73", "40027": "42.27"}', + coty_name: ['Oklahoma', 'Cleveland'], + cty_code: ['40109', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52559, lat: 35.38477 }, + }, + { + zip_code: '73142', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 14874.0, + density: 587.3, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64242, lat: 35.61379 }, + }, + { + zip_code: '73151', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1850.0, + density: 247.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41114, lat: 35.56754 }, + }, + { + zip_code: '73460', + usps_city: 'Tishomingo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4766.0, + density: 11.5, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "100"}', + coty_name: ['Johnston'], + cty_code: ['40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66144, lat: 34.28709 }, + }, + { + zip_code: '73520', + usps_city: 'Addington', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 5.5, + primary_coty_code: '40067', + primary_coty_name: 'Jefferson', + county_weights: '{"40067": "100"}', + coty_name: ['Jefferson'], + cty_code: ['40067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.98123, lat: 34.25284 }, + }, + { + zip_code: '73529', + usps_city: 'Comanche', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5158.0, + density: 9.2, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "99.59", "40067": "0.41"}', + coty_name: ['Stephens', 'Jefferson'], + cty_code: ['40137', '40067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94623, lat: 34.35642 }, + }, + { + zip_code: '73573', + usps_city: 'Waurika', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2608.0, + density: 4.7, + primary_coty_code: '40067', + primary_coty_name: 'Jefferson', + county_weights: '{"40067": "100"}', + coty_name: ['Jefferson'], + cty_code: ['40067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94315, lat: 34.16881 }, + }, + { + zip_code: '73625', + usps_city: 'Butler', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 1.8, + primary_coty_code: '40039', + primary_coty_name: 'Custer', + county_weights: '{"40039": "100"}', + coty_name: ['Custer'], + cty_code: ['40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.19056, lat: 35.67701 }, + }, + { + zip_code: '73728', + usps_city: 'Cherokee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2048.0, + density: 3.5, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "100"}', + coty_name: ['Alfalfa'], + cty_code: ['40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37801, lat: 36.74218 }, + }, + { + zip_code: '73754', + usps_city: 'Lahoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1015.0, + density: 10.7, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "95.83", "40093": "4.17"}', + coty_name: ['Garfield', 'Major'], + cty_code: ['40047', '40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.09097, lat: 36.39685 }, + }, + { + zip_code: '73773', + usps_city: 'Waukomis', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1827.0, + density: 6.6, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.92453, lat: 36.2605 }, + }, + { + zip_code: '73838', + usps_city: 'Chester', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 1.1, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "88.96", "40153": "11.04"}', + coty_name: ['Major', 'Woodward'], + cty_code: ['40093', '40153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.89635, lat: 36.24593 }, + }, + { + zip_code: '73853', + usps_city: 'Mutual', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 554.0, + density: 1.6, + primary_coty_code: '40153', + primary_coty_name: 'Woodward', + county_weights: '{"40153": "100"}', + coty_name: ['Woodward'], + cty_code: ['40153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.14683, lat: 36.23954 }, + }, + { + zip_code: '73942', + usps_city: 'Guymon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13127.0, + density: 8.1, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "100"}', + coty_name: ['Texas'], + cty_code: ['40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.51134, lat: 36.74521 }, + }, + { + zip_code: '74006', + usps_city: 'Bartlesville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 26900.0, + density: 116.9, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "100"}', + coty_name: ['Washington'], + cty_code: ['40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89225, lat: 36.71433 }, + }, + { + zip_code: '74042', + usps_city: 'Lenapah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 2.8, + primary_coty_code: '40105', + primary_coty_name: 'Nowata', + county_weights: '{"40105": "100"}', + coty_name: ['Nowata'], + cty_code: ['40105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57556, lat: 36.86882 }, + }, + { + zip_code: '74370', + usps_city: 'Wyandotte', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3486.0, + density: 12.4, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "92.28", "40041": "7.72"}', + coty_name: ['Ottawa', 'Delaware'], + cty_code: ['40115', '40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6798, lat: 36.76577 }, + }, + { + zip_code: '74403', + usps_city: 'Muskogee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 30374.0, + density: 103.1, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "99.34", "40145": "0.66"}', + coty_name: ['Muskogee', 'Wagoner'], + cty_code: ['40101', '40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30678, lat: 35.67168 }, + }, + { + zip_code: '74447', + usps_city: 'Okmulgee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 16096.0, + density: 27.0, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "100"}', + coty_name: ['Okmulgee'], + cty_code: ['40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00316, lat: 35.65124 }, + }, + { + zip_code: '74450', + usps_city: 'Oktaha', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1750.0, + density: 9.4, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "100"}', + coty_name: ['Muskogee'], + cty_code: ['40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48126, lat: 35.59646 }, + }, + { + zip_code: '74459', + usps_city: 'Rentiesville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 18.4, + primary_coty_code: '40091', + primary_coty_name: 'McIntosh', + county_weights: '{"40091": "100"}', + coty_name: ['McIntosh'], + cty_code: ['40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49223, lat: 35.53422 }, + }, + { + zip_code: '74552', + usps_city: 'Kinta', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 4.4, + primary_coty_code: '40061', + primary_coty_name: 'Haskell', + county_weights: '{"40061": "100"}', + coty_name: ['Haskell'], + cty_code: ['40061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24293, lat: 35.1212 }, + }, + { + zip_code: '74650', + usps_city: 'Ralston', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 1.7, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "66.96", "40113": "33.04"}', + coty_name: ['Pawnee', 'Osage'], + cty_code: ['40117', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74748, lat: 36.47746 }, + }, + { + zip_code: '74720', + usps_city: 'Achille', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 14.3, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.3753, lat: 33.8259 }, + }, + { + zip_code: '74722', + usps_city: 'Battiest', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 7.7, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91665, lat: 34.38784 }, + }, + { + zip_code: '74745', + usps_city: 'Idabel', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9564.0, + density: 21.7, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81143, lat: 33.86516 }, + }, + { + zip_code: '74836', + usps_city: 'Connerville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 1.9, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "100"}', + coty_name: ['Johnston'], + cty_code: ['40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67933, lat: 34.45383 }, + }, + { + zip_code: '74842', + usps_city: 'Fittstown', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 6.0, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "100"}', + coty_name: ['Pontotoc'], + cty_code: ['40123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61247, lat: 34.62514 }, + }, + { + zip_code: '74867', + usps_city: 'Sasakwa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 3.3, + primary_coty_code: '40133', + primary_coty_name: 'Seminole', + county_weights: '{"40133": "97.7", "40063": "2.3"}', + coty_name: ['Seminole', 'Hughes'], + cty_code: ['40133', '40063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55666, lat: 34.96441 }, + }, + { + zip_code: '75051', + usps_city: 'Grand Prairie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40923.0, + density: 1301.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "90.73", "48439": "9.27"}', + coty_name: ['Dallas', 'Tarrant'], + cty_code: ['48113', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99437, lat: 32.72758 }, + }, + { + zip_code: '75056', + usps_city: 'The Colony', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60554.0, + density: 927.2, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91484, lat: 33.07393 }, + }, + { + zip_code: '75088', + usps_city: 'Rowlett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26039.0, + density: 1101.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "82.23", "48397": "17.77"}', + coty_name: ['Dallas', 'Rockwall'], + cty_code: ['48113', '48397'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54917, lat: 32.89229 }, + }, + { + zip_code: '75105', + usps_city: 'Chatfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 1.2, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.37522, lat: 32.26654 }, + }, + { + zip_code: '75166', + usps_city: 'Lavon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4395.0, + density: 128.4, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45026, lat: 33.01234 }, + }, + { + zip_code: '75224', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37592.0, + density: 2484.4, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83994, lat: 32.711 }, + }, + { + zip_code: '75426', + usps_city: 'Clarksville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4393.0, + density: 5.2, + primary_coty_code: '48387', + primary_coty_name: 'Red River', + county_weights: '{"48387": "100"}', + coty_name: ['Red River'], + cty_code: ['48387'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00488, lat: 33.65539 }, + }, + { + zip_code: '75501', + usps_city: 'Texarkana', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36094.0, + density: 146.4, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13142, lat: 33.37366 }, + }, + { + zip_code: '75568', + usps_city: 'Naples', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2238.0, + density: 6.4, + primary_coty_code: '48343', + primary_coty_name: 'Morris', + county_weights: '{"48343": "68.78", "48067": "31.22"}', + coty_name: ['Morris', 'Cass'], + cty_code: ['48343', '48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59619, lat: 33.20102 }, + }, + { + zip_code: '75645', + usps_city: 'Gilmer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10797.0, + density: 28.7, + primary_coty_code: '48459', + primary_coty_name: 'Upshur', + county_weights: '{"48459": "99.22", "48183": "0.78"}', + coty_name: ['Upshur', 'Gregg'], + cty_code: ['48459', '48183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87405, lat: 32.68749 }, + }, + { + zip_code: '75657', + usps_city: 'Jefferson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7261.0, + density: 8.4, + primary_coty_code: '48315', + primary_coty_name: 'Marion', + county_weights: '{"48315": "92.29", "48067": "4.18", "48203": "3.53"}', + coty_name: ['Marion', 'Cass', 'Harrison'], + cty_code: ['48315', '48067', '48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30601, lat: 32.7922 }, + }, + { + zip_code: '75801', + usps_city: 'Palestine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16244.0, + density: 29.2, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "100"}', + coty_name: ['Anderson'], + cty_code: ['48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53316, lat: 31.73457 }, + }, + { + zip_code: '75847', + usps_city: 'Kennard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1843.0, + density: 2.9, + primary_coty_code: '48225', + primary_coty_name: 'Houston', + county_weights: '{"48225": "85.85", "48455": "14.15"}', + coty_name: ['Houston', 'Trinity'], + cty_code: ['48225', '48455'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14609, lat: 31.35383 }, + }, + { + zip_code: '76033', + usps_city: 'Cleburne', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26081.0, + density: 61.4, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "99.94", "48221": "0.06"}', + coty_name: ['Johnson', 'Hood'], + cty_code: ['48251', '48221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51137, lat: 32.28511 }, + }, + { + zip_code: '76078', + usps_city: 'Rhome', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10247.0, + density: 58.9, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "91.33", "48121": "8.67"}', + coty_name: ['Wise', 'Denton'], + cty_code: ['48497', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46659, lat: 33.08919 }, + }, + { + zip_code: '76131', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43542.0, + density: 1113.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34691, lat: 32.88334 }, + }, + { + zip_code: '76225', + usps_city: 'Alvord', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2857.0, + density: 11.1, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "100"}', + coty_name: ['Wise'], + cty_code: ['48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67314, lat: 33.36444 }, + }, + { + zip_code: '76240', + usps_city: 'Gainesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28010.0, + density: 29.3, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "100"}', + coty_name: ['Cooke'], + cty_code: ['48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17454, lat: 33.65628 }, + }, + { + zip_code: '76244', + usps_city: 'Keller', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 77496.0, + density: 1737.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28435, lat: 32.93098 }, + }, + { + zip_code: '76302', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13482.0, + density: 623.8, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49109, lat: 33.86456 }, + }, + { + zip_code: '76367', + usps_city: 'Iowa Park', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14247.0, + density: 27.7, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72275, lat: 33.97433 }, + }, + { + zip_code: '76371', + usps_city: 'Munday', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1367.0, + density: 5.0, + primary_coty_code: '48275', + primary_coty_name: 'Knox', + county_weights: '{"48275": "100"}', + coty_name: ['Knox'], + cty_code: ['48275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.64034, lat: 33.48661 }, + }, + { + zip_code: '76426', + usps_city: 'Bridgeport', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12351.0, + density: 36.2, + primary_coty_code: '48497', + primary_coty_name: 'Wise', + county_weights: '{"48497": "96.94", "48237": "3.06"}', + coty_name: ['Wise', 'Jack'], + cty_code: ['48497', '48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84268, lat: 33.16683 }, + }, + { + zip_code: '76427', + usps_city: 'Bryson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 859.0, + density: 5.9, + primary_coty_code: '48237', + primary_coty_name: 'Jack', + county_weights: '{"48237": "100"}', + coty_name: ['Jack'], + cty_code: ['48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37755, lat: 33.15546 }, + }, + { + zip_code: '76429', + usps_city: 'Caddo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.5, + primary_coty_code: '48429', + primary_coty_name: 'Stephens', + county_weights: '{"48429": "81.78", "48363": "18.22"}', + coty_name: ['Stephens', 'Palo Pinto'], + cty_code: ['48429', '48363'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6742, lat: 32.741 }, + }, + { + zip_code: '76504', + usps_city: 'Temple', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23756.0, + density: 339.1, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3726, lat: 31.13805 }, + }, + { + zip_code: '76534', + usps_city: 'Holland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3046.0, + density: 13.3, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "96.6", "48331": "3.4"}', + coty_name: ['Bell', 'Milam'], + cty_code: ['48027', '48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.37359, lat: 30.88263 }, + }, + { + zip_code: '76548', + usps_city: 'Harker Heights', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30510.0, + density: 759.2, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64587, lat: 31.05081 }, + }, + { + zip_code: '76570', + usps_city: 'Rosebud', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2700.0, + density: 5.8, + primary_coty_code: '48145', + primary_coty_name: 'Falls', + county_weights: '{"48145": "96.23", "48331": "3.77"}', + coty_name: ['Falls', 'Milam'], + cty_code: ['48145', '48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.93867, lat: 31.08166 }, + }, + { + zip_code: '76599', + usps_city: 'Gatesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2339.0, + density: 1836.3, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "100"}', + coty_name: ['Coryell'], + cty_code: ['48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73518, lat: 31.4679 }, + }, + { + zip_code: '76642', + usps_city: 'Groesbeck', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6949.0, + density: 10.5, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "100"}', + coty_name: ['Limestone'], + cty_code: ['48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51757, lat: 31.50128 }, + }, + { + zip_code: '76660', + usps_city: 'Malone', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 6.1, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90239, lat: 31.9243 }, + }, + { + zip_code: '76670', + usps_city: 'Milford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 8.4, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "71.46", "48217": "28.54"}', + coty_name: ['Ellis', 'Hill'], + cty_code: ['48139', '48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98936, lat: 32.13146 }, + }, + { + zip_code: '76693', + usps_city: 'Wortham', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1492.0, + density: 7.5, + primary_coty_code: '48161', + primary_coty_name: 'Freestone', + county_weights: '{"48161": "98.3", "48293": "1.7"}', + coty_name: ['Freestone', 'Limestone'], + cty_code: ['48161', '48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.40641, lat: 31.78599 }, + }, + { + zip_code: '76704', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7956.0, + density: 595.5, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.127, lat: 31.57676 }, + }, + { + zip_code: '76707', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15688.0, + density: 1856.2, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15818, lat: 31.55371 }, + }, + { + zip_code: '76832', + usps_city: 'Cherokee', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 1.4, + primary_coty_code: '48411', + primary_coty_name: 'San Saba', + county_weights: '{"48411": "100"}', + coty_name: ['San Saba'], + cty_code: ['48411'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73031, lat: 30.98538 }, + }, + { + zip_code: '77009', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36147.0, + density: 2257.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36747, lat: 29.79504 }, + }, + { + zip_code: '77021', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26214.0, + density: 1664.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35743, lat: 29.69713 }, + }, + { + zip_code: '77026', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21300.0, + density: 1268.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32947, lat: 29.8001 }, + }, + { + zip_code: '77048', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18383.0, + density: 640.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3303, lat: 29.62042 }, + }, + { + zip_code: '77080', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45586.0, + density: 2757.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.52401, lat: 29.8159 }, + }, + { + zip_code: '77084', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 107673.0, + density: 1356.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.66213, lat: 29.82642 }, + }, + { + zip_code: '77091', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27750.0, + density: 1491.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44065, lat: 29.85378 }, + }, + { + zip_code: '77201', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "0"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36456, lat: 29.76601 }, + }, + { + zip_code: '77357', + usps_city: 'New Caney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27721.0, + density: 170.8, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "97.58", "48201": "2.42"}', + coty_name: ['Montgomery', 'Harris'], + cty_code: ['48339', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19112, lat: 30.15846 }, + }, + { + zip_code: '77389', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38222.0, + density: 702.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5075, lat: 30.11516 }, + }, + { + zip_code: '77407', + usps_city: 'Richmond', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60000.0, + density: 1224.0, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71253, lat: 29.67651 }, + }, + { + zip_code: '77461', + usps_city: 'Needville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11447.0, + density: 29.9, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80672, lat: 29.38013 }, + }, + { + zip_code: '77571', + usps_city: 'La Porte', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37427.0, + density: 413.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05359, lat: 29.69052 }, + }, + { + zip_code: '77807', + usps_city: 'Bryan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11564.0, + density: 46.4, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "93.5", "48395": "6.5"}', + coty_name: ['Brazos', 'Robertson'], + cty_code: ['48041', '48395'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48006, lat: 30.67879 }, + }, + { + zip_code: '77835', + usps_city: 'Burton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2330.0, + density: 8.0, + primary_coty_code: '48477', + primary_coty_name: 'Washington', + county_weights: '{"48477": "96.85", "48015": "3.15"}', + coty_name: ['Washington', 'Austin'], + cty_code: ['48477', '48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.595, lat: 30.1917 }, + }, + { + zip_code: '77855', + usps_city: 'Flynn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 3.4, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "100"}', + coty_name: ['Leon'], + cty_code: ['48289'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.14068, lat: 31.1455 }, + }, + { + zip_code: '77868', + usps_city: 'Navasota', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17142.0, + density: 24.4, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: + '{"48185": "91.98", "48041": "7.65", "48473": "0.2", "48477": "0.17"}', + coty_name: ['Grimes', 'Brazos', 'Waller', 'Washington'], + cty_code: ['48185', '48041', '48473', '48477'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0616, lat: 30.36859 }, + }, + { + zip_code: '77873', + usps_city: 'Richards', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 5.7, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: '{"48185": "54.33", "48339": "27.17", "48471": "18.5"}', + coty_name: ['Grimes', 'Montgomery', 'Walker'], + cty_code: ['48185', '48339', '48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81288, lat: 30.57425 }, + }, + { + zip_code: '78005', + usps_city: 'Bigfoot', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 870.0, + density: 1.9, + primary_coty_code: '48163', + primary_coty_name: 'Frio', + county_weights: '{"48163": "70.5", "48013": "29.5"}', + coty_name: ['Frio', 'Atascosa'], + cty_code: ['48163', '48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.85243, lat: 28.94844 }, + }, + { + zip_code: '78056', + usps_city: 'Mico', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 8.2, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.93486, lat: 29.53765 }, + }, + { + zip_code: '78065', + usps_city: 'Poteet', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11130.0, + density: 25.8, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "100"}', + coty_name: ['Atascosa'], + cty_code: ['48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.63983, lat: 29.07762 }, + }, + { + zip_code: '78119', + usps_city: 'Kenedy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7160.0, + density: 8.5, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "95.44", "48025": "4.13", "48297": "0.43"}', + coty_name: ['Karnes', 'Bee', 'Live Oak'], + cty_code: ['48255', '48025', '48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.89597, lat: 28.73025 }, + }, + { + zip_code: '78125', + usps_city: 'Mineral', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.6, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96328, lat: 28.53824 }, + }, + { + zip_code: '78145', + usps_city: 'Pawnee', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 116.0, + density: 12.2, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9941, lat: 28.64519 }, + }, + { + zip_code: '78160', + usps_city: 'Stockdale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4918.0, + density: 10.4, + primary_coty_code: '48493', + primary_coty_name: 'Wilson', + county_weights: '{"48493": "100"}', + coty_name: ['Wilson'], + cty_code: ['48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.92958, lat: 29.24306 }, + }, + { + zip_code: '78250', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 61669.0, + density: 2479.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66626, lat: 29.50316 }, + }, + { + zip_code: '78382', + usps_city: 'Rockport', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21123.0, + density: 81.0, + primary_coty_code: '48007', + primary_coty_name: 'Aransas', + county_weights: '{"48007": "100"}', + coty_name: ['Aransas'], + cty_code: ['48007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.05082, lat: 28.14388 }, + }, + { + zip_code: '78402', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 84.2, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3967, lat: 27.82253 }, + }, + { + zip_code: '78405', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15059.0, + density: 1145.0, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43876, lat: 27.77425 }, + }, + { + zip_code: '78537', + usps_city: 'Donna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48072.0, + density: 297.1, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05669, lat: 26.16192 }, + }, + { + zip_code: '78675', + usps_city: 'Willow City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 1.6, + primary_coty_code: '48171', + primary_coty_name: 'Gillespie', + county_weights: '{"48171": "100"}', + coty_name: ['Gillespie'], + cty_code: ['48171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.68497, lat: 30.44589 }, + }, + { + zip_code: '78701', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10848.0, + density: 2571.8, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74235, lat: 30.27049 }, + }, + { + zip_code: '78725', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8469.0, + density: 185.3, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60837, lat: 30.23581 }, + }, + { + zip_code: '78757', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25706.0, + density: 2018.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73252, lat: 30.35158 }, + }, + { + zip_code: '78880', + usps_city: 'Rocksprings', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 0.4, + primary_coty_code: '48137', + primary_coty_name: 'Edwards', + county_weights: '{"48137": "97.92", "48385": "2.08"}', + coty_name: ['Edwards', 'Real'], + cty_code: ['48137', '48385'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.28849, lat: 29.97978 }, + }, + { + zip_code: '78945', + usps_city: 'La Grange', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10767.0, + density: 16.5, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "99.76", "48021": "0.24"}', + coty_name: ['Fayette', 'Bastrop'], + cty_code: ['48149', '48021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.88949, lat: 29.91566 }, + }, + { + zip_code: '78963', + usps_city: 'West Point', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 11.2, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "100"}', + coty_name: ['Fayette'], + cty_code: ['48149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.02796, lat: 29.92619 }, + }, + { + zip_code: '79039', + usps_city: 'Groom', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 1.7, + primary_coty_code: '48065', + primary_coty_name: 'Carson', + county_weights: '{"48065": "88.45", "48179": "10.91", "48129": "0.64"}', + coty_name: ['Carson', 'Gray', 'Donley'], + cty_code: ['48065', '48179', '48129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.09519, lat: 35.26038 }, + }, + { + zip_code: '79044', + usps_city: 'Hartley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 1.3, + primary_coty_code: '48205', + primary_coty_name: 'Hartley', + county_weights: '{"48205": "100"}', + coty_name: ['Hartley'], + cty_code: ['48205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.36703, lat: 35.87299 }, + }, + { + zip_code: '79053', + usps_city: 'Lazbuddie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 1.9, + primary_coty_code: '48369', + primary_coty_name: 'Parmer', + county_weights: '{"48369": "100"}', + coty_name: ['Parmer'], + cty_code: ['48369'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.58601, lat: 34.40739 }, + }, + { + zip_code: '79078', + usps_city: 'Sanford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 3.7, + primary_coty_code: '48233', + primary_coty_name: 'Hutchinson', + county_weights: '{"48233": "100"}', + coty_name: ['Hutchinson'], + cty_code: ['48233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.55828, lat: 35.70051 }, + }, + { + zip_code: '79092', + usps_city: 'Vega', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1148.0, + density: 1.5, + primary_coty_code: '48359', + primary_coty_name: 'Oldham', + county_weights: '{"48359": "94.21", "48117": "5.79"}', + coty_name: ['Oldham', 'Deaf Smith'], + cty_code: ['48359', '48117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.46868, lat: 35.2815 }, + }, + { + zip_code: '79235', + usps_city: 'Floydada', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3298.0, + density: 2.2, + primary_coty_code: '48153', + primary_coty_name: 'Floyd', + county_weights: '{"48153": "98.57", "48107": "1.23", "48345": "0.21"}', + coty_name: ['Floyd', 'Crosby', 'Motley'], + cty_code: ['48153', '48107', '48345'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.25214, lat: 33.96355 }, + }, + { + zip_code: '79345', + usps_city: 'Meadow', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 2.0, + primary_coty_code: '48445', + primary_coty_name: 'Terry', + county_weights: '{"48445": "96.74", "48305": "3.26"}', + coty_name: ['Terry', 'Lynn'], + cty_code: ['48445', '48305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.32962, lat: 33.3342 }, + }, + { + zip_code: '79364', + usps_city: 'Slaton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7630.0, + density: 14.9, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "97.38", "48305": "1.36", "48169": "1.26"}', + coty_name: ['Lubbock', 'Lynn', 'Garza'], + cty_code: ['48303', '48305', '48169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.64304, lat: 33.45204 }, + }, + { + zip_code: '79744', + usps_city: 'Iraan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1255.0, + density: 0.9, + primary_coty_code: '48371', + primary_coty_name: 'Pecos', + county_weights: '{"48371": "97.65", "48105": "2.35"}', + coty_name: ['Pecos', 'Crockett'], + cty_code: ['48371', '48105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.97036, lat: 30.92196 }, + }, + { + zip_code: '79789', + usps_city: 'Wink', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 824.0, + density: 8.0, + primary_coty_code: '48495', + primary_coty_name: 'Winkler', + county_weights: '{"48495": "100"}', + coty_name: ['Winkler'], + cty_code: ['48495'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.18576, lat: 31.76026 }, + }, + { + zip_code: '79834', + usps_city: 'Big Bend National Park', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 0.1, + primary_coty_code: '48043', + primary_coty_name: 'Brewster', + county_weights: '{"48043": "100"}', + coty_name: ['Brewster'], + cty_code: ['48043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.26531, lat: 29.29122 }, + }, + { + zip_code: '80203', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 21392.0, + density: 7697.2, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.98265, lat: 39.73174 }, + }, + { + zip_code: '80224', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 18941.0, + density: 2322.4, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "99.32", "08005": "0.68"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91133, lat: 39.68768 }, + }, + { + zip_code: '80467', + usps_city: 'Oak Creek', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2186.0, + density: 3.7, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.86992, lat: 40.25316 }, + }, + { + zip_code: '80469', + usps_city: 'Phippsburg', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 2.9, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.96463, lat: 40.205 }, + }, + { + zip_code: '80542', + usps_city: 'Mead', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4918.0, + density: 211.8, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.99937, lat: 40.23473 }, + }, + { + zip_code: '80735', + usps_city: 'Idalia', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 0.6, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "100"}', + coty_name: ['Yuma'], + cty_code: ['8125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.27253, lat: 39.71567 }, + }, + { + zip_code: '80807', + usps_city: 'Burlington', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4576.0, + density: 2.4, + primary_coty_code: '8063', + primary_coty_name: 'Kit Carson', + county_weights: '{"08063": "99.3", "08125": "0.7"}', + coty_name: ['Kit Carson', 'Yuma'], + cty_code: ['08063', '08125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.22605, lat: 39.31882 }, + }, + { + zip_code: '80824', + usps_city: 'Kirk', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 0.7, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "100"}', + coty_name: ['Yuma'], + cty_code: ['8125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.51712, lat: 39.64665 }, + }, + { + zip_code: '81059', + usps_city: 'Model', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 0.2, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "95.39", "08089": "4.61"}', + coty_name: ['Las Animas', 'Otero'], + cty_code: ['08071', '08089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.01643, lat: 37.51074 }, + }, + { + zip_code: '81084', + usps_city: 'Two Buttes', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 0.2, + primary_coty_code: '8009', + primary_coty_name: 'Baca', + county_weights: '{"08009": "92.7", "08099": "7.3"}', + coty_name: ['Baca', 'Prowers'], + cty_code: ['08009', '08099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.41709, lat: 37.57727 }, + }, + { + zip_code: '81125', + usps_city: 'Center', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3469.0, + density: 5.0, + primary_coty_code: '8109', + primary_coty_name: 'Saguache', + county_weights: '{"08109": "80.56", "08105": "18.1", "08003": "1.33"}', + coty_name: ['Saguache', 'Rio Grande', 'Alamosa'], + cty_code: ['08109', '08105', '08003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.06909, lat: 37.81704 }, + }, + { + zip_code: '81252', + usps_city: 'Westcliffe', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3962.0, + density: 2.5, + primary_coty_code: '8027', + primary_coty_name: 'Custer', + county_weights: '{"08027": "100"}', + coty_name: ['Custer'], + cty_code: ['8027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.42017, lat: 38.10886 }, + }, + { + zip_code: '81320', + usps_city: 'Cahone', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 0.5, + primary_coty_code: '8033', + primary_coty_name: 'Dolores', + county_weights: '{"08033": "100"}', + coty_name: ['Dolores'], + cty_code: ['8033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.73343, lat: 37.72182 }, + }, + { + zip_code: '81321', + usps_city: 'Cortez', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 14863.0, + density: 13.6, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "100"}', + coty_name: ['Montezuma'], + cty_code: ['8083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.76218, lat: 37.3184 }, + }, + { + zip_code: '81429', + usps_city: 'Paradox', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 0.1, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "100"}', + coty_name: ['Montrose'], + cty_code: ['8085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.87793, lat: 38.31735 }, + }, + { + zip_code: '81522', + usps_city: 'Gateway', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 0.2, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.91455, lat: 38.65091 }, + }, + { + zip_code: '81630', + usps_city: 'De Beque', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1054.0, + density: 0.3, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "89.99", "08045": "10.01"}', + coty_name: ['Mesa', 'Garfield'], + cty_code: ['08077', '08045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.54199, lat: 39.46257 }, + }, + { + zip_code: '82643', + usps_city: 'Midwest', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 3.3, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.26892, lat: 43.44577 }, + }, + { + zip_code: '82729', + usps_city: 'Sundance', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 2752.0, + density: 1.7, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "98.84", "56045": "1.16"}', + coty_name: ['Crook', 'Weston'], + cty_code: ['56011', '56045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.36139, lat: 44.35171 }, + }, + { + zip_code: '82801', + usps_city: 'Sheridan', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 25656.0, + density: 15.2, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "99.95", "30003": "0.05"}', + coty_name: ['Sheridan', 'Big Horn'], + cty_code: ['56033', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.83968, lat: 44.8445 }, + }, + { + zip_code: '83115', + usps_city: 'Daniel', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1028.0, + density: 0.7, + primary_coty_code: '56035', + primary_coty_name: 'Sublette', + county_weights: '{"56035": "100"}', + coty_name: ['Sublette'], + cty_code: ['56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.2995, lat: 42.89738 }, + }, + { + zip_code: '83204', + usps_city: 'Pocatello', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 18761.0, + density: 31.5, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "95.17", "16077": "4.83"}', + coty_name: ['Bannock', 'Power'], + cty_code: ['16005', '16077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.52767, lat: 42.79655 }, + }, + { + zip_code: '83237', + usps_city: 'Franklin', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 15.8, + primary_coty_code: '16041', + primary_coty_name: 'Franklin', + county_weights: '{"16041": "100"}', + coty_name: ['Franklin'], + cty_code: ['16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.77523, lat: 42.02704 }, + }, + { + zip_code: '83254', + usps_city: 'Montpelier', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3651.0, + density: 2.9, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100", "16029": "0"}', + coty_name: ['Bear Lake', 'Caribou'], + cty_code: ['16007', '16029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.26807, lat: 42.32833 }, + }, + { + zip_code: '83336', + usps_city: 'Heyburn', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5526.0, + density: 57.2, + primary_coty_code: '16067', + primary_coty_name: 'Minidoka', + county_weights: '{"16067": "100"}', + coty_name: ['Minidoka'], + cty_code: ['16067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.81929, lat: 42.56346 }, + }, + { + zip_code: '83340', + usps_city: 'Ketchum', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5052.0, + density: 3.5, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.58323, lat: 43.77184 }, + }, + { + zip_code: '83401', + usps_city: 'Idaho Falls', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 43718.0, + density: 108.0, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "99.97", "16051": "0.03"}', + coty_name: ['Bonneville', 'Jefferson'], + cty_code: ['16019', '16051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.89191, lat: 43.55177 }, + }, + { + zip_code: '83539', + usps_city: 'Kooskia', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2177.0, + density: 0.3, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.03002, lat: 46.22378 }, + }, + { + zip_code: '83671', + usps_city: 'Warren', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5.0, + density: 0.0, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.20866, lat: 45.35624 }, + }, + { + zip_code: '83676', + usps_city: 'Wilder', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5132.0, + density: 48.7, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.91158, lat: 43.65717 }, + }, + { + zip_code: '84006', + usps_city: 'Bingham Canyon', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 16.5, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.11715, lat: 40.60131 }, + }, + { + zip_code: '84031', + usps_city: 'Hanna', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 0.3, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.76874, lat: 40.53283 }, + }, + { + zip_code: '84052', + usps_city: 'Myton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 4.1, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "87.1", "49047": "12.9"}', + coty_name: ['Duchesne', 'Uintah'], + cty_code: ['49013', '49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.99552, lat: 40.17198 }, + }, + { + zip_code: '84084', + usps_city: 'West Jordan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 38151.0, + density: 1908.7, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.96464, lat: 40.62288 }, + }, + { + zip_code: '84317', + usps_city: 'Huntsville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2194.0, + density: 3.9, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.61868, lat: 41.30437 }, + }, + { + zip_code: '84531', + usps_city: 'Mexican Hat', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 946.0, + density: 0.6, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "96.88", "04001": "3.12"}', + coty_name: ['San Juan', 'Apache'], + cty_code: ['49037', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.88439, lat: 37.15828 }, + }, + { + zip_code: '84622', + usps_city: 'Centerfield', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1918.0, + density: 38.2, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.82172, lat: 39.10383 }, + }, + { + zip_code: '84721', + usps_city: 'Cedar City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 23797.0, + density: 36.3, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.20454, lat: 37.87876 }, + }, + { + zip_code: '84728', + usps_city: 'Garrison', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 0.0, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.92729, lat: 39.25789 }, + }, + { + zip_code: '84737', + usps_city: 'Hurricane', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 18226.0, + density: 35.7, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.23307, lat: 37.09795 }, + }, + { + zip_code: '84770', + usps_city: 'Saint George', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 42578.0, + density: 313.8, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.60824, lat: 37.17567 }, + }, + { + zip_code: '85225', + usps_city: 'Chandler', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 70356.0, + density: 2120.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.83218, lat: 33.3174 }, + }, + { + zip_code: '85263', + usps_city: 'Rio Verde', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2907.0, + density: 3.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.51454, lat: 33.82693 }, + }, + { + zip_code: '85343', + usps_city: 'Palo Verde', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 9.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.6891, lat: 33.33909 }, + }, + { + zip_code: '85534', + usps_city: 'Duncan', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2753.0, + density: 2.4, + primary_coty_code: '4011', + primary_coty_name: 'Greenlee', + county_weights: '{"04011": "100"}', + coty_name: ['Greenlee'], + cty_code: ['4011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.14059, lat: 32.75427 }, + }, + { + zip_code: '85536', + usps_city: 'Fort Thomas', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 1.2, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.00261, lat: 33.13902 }, + }, + { + zip_code: '85554', + usps_city: 'Young', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 0.3, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.95425, lat: 33.98597 }, + }, + { + zip_code: '85614', + usps_city: 'Green Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 23777.0, + density: 67.6, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.92578, lat: 31.82284 }, + }, + { + zip_code: '85705', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 56314.0, + density: 1597.2, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.99214, lat: 32.2713 }, + }, + { + zip_code: '85710', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 54489.0, + density: 1741.7, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.82375, lat: 32.21414 }, + }, + { + zip_code: '85718', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 26346.0, + density: 266.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.91662, lat: 32.33335 }, + }, + { + zip_code: '86030', + usps_city: 'Hotevilla', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1519.0, + density: 2.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "99.78", "04005": "0.22"}', + coty_name: ['Navajo', 'Coconino'], + cty_code: ['04017', '04005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.71337, lat: 35.9762 }, + }, + { + zip_code: '86440', + usps_city: 'Mohave Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7028.0, + density: 23.8, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.53228, lat: 34.88758 }, + }, + { + zip_code: '87049', + usps_city: 'San Fidel', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1600.0, + density: 9.7, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.59336, lat: 35.12405 }, + }, + { + zip_code: '87068', + usps_city: 'Bosque Farms', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4897.0, + density: 20.4, + primary_coty_code: '35061', + primary_coty_name: 'Valencia', + county_weights: '{"35061": "100"}', + coty_name: ['Valencia'], + cty_code: ['35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.57306, lat: 34.86111 }, + }, + { + zip_code: '87111', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 57108.0, + density: 1015.6, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.4862, lat: 35.14382 }, + }, + { + zip_code: '87144', + usps_city: 'Rio Rancho', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 43651.0, + density: 189.0, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.70973, lat: 35.32392 }, + }, + { + zip_code: '87317', + usps_city: 'Gamerco', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1778.0, + density: 29.4, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.76101, lat: 35.58757 }, + }, + { + zip_code: '87401', + usps_city: 'Farmington', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 46614.0, + density: 137.8, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.17992, lat: 36.74121 }, + }, + { + zip_code: '87499', + usps_city: 'Farmington', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 0.7, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.21084, lat: 36.34902 }, + }, + { + zip_code: '87507', + usps_city: 'Santa Fe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 49451.0, + density: 229.5, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.10777, lat: 35.59345 }, + }, + { + zip_code: '87551', + usps_city: 'Los Ojos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 3.7, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.66806, lat: 36.69507 }, + }, + { + zip_code: '87752', + usps_city: 'Wagon Mound', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 0.2, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.64816, lat: 36.01907 }, + }, + { + zip_code: '87828', + usps_city: 'Polvadera', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 65.8, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.91672, lat: 34.20595 }, + }, + { + zip_code: '88001', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 36050.0, + density: 1225.0, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.75394, lat: 32.2901 }, + }, + { + zip_code: '88023', + usps_city: 'Bayard', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2465.0, + density: 135.2, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.1324, lat: 32.75127 }, + }, + { + zip_code: '88072', + usps_city: 'Vado', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2572.0, + density: 40.7, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.61286, lat: 32.14052 }, + }, + { + zip_code: '88114', + usps_city: 'Crossroads', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 0.1, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.28904, lat: 33.51844 }, + }, + { + zip_code: '88317', + usps_city: 'Cloudcroft', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1656.0, + density: 2.7, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.63923, lat: 32.9157 }, + }, + { + zip_code: '88343', + usps_city: 'Picacho', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4.0, + density: 0.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.07714, lat: 33.2258 }, + }, + { + zip_code: '88416', + usps_city: 'Conchas Dam', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 0.2, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.20726, lat: 35.31347 }, + }, + { + zip_code: '89030', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 50417.0, + density: 2076.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.12414, lat: 36.2115 }, + }, + { + zip_code: '89039', + usps_city: 'Cal Nev Ari', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 0.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.8799, lat: 35.28794 }, + }, + { + zip_code: '89074', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 50353.0, + density: 2166.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.08087, lat: 36.03659 }, + }, + { + zip_code: '89146', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 18695.0, + density: 1504.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.22693, lat: 36.14325 }, + }, + { + zip_code: '89428', + usps_city: 'Silver City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 49.7, + primary_coty_code: '32019', + primary_coty_name: 'Lyon', + county_weights: '{"32019": "100"}', + coty_name: ['Lyon'], + cty_code: ['32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.63457, lat: 39.26102 }, + }, + { + zip_code: '89815', + usps_city: 'Spring Creek', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 14177.0, + density: 8.7, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.59563, lat: 40.6171 }, + }, + { + zip_code: '98375', + usps_city: 'Puyallup', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31955.0, + density: 1269.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32346, lat: 47.10367 }, + }, + { + zip_code: '98380', + usps_city: 'Seabeck', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4049.0, + density: 37.3, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.90221, lat: 47.57555 }, + }, + { + zip_code: '98392', + usps_city: 'Suquamish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3181.0, + density: 747.5, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5629, lat: 47.73296 }, + }, + { + zip_code: '98394', + usps_city: 'Vaughn', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1467.0, + density: 101.4, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77665, lat: 47.3191 }, + }, + { + zip_code: '98592', + usps_city: 'Union', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 40.3, + primary_coty_code: '53045', + primary_coty_name: 'Mason', + county_weights: '{"53045": "100"}', + coty_name: ['Mason'], + cty_code: ['53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.08021, lat: 47.32587 }, + }, + { + zip_code: '98596', + usps_city: 'Winlock', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7813.0, + density: 33.8, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.95323, lat: 46.4957 }, + }, + { + zip_code: '98816', + usps_city: 'Chelan', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6007.0, + density: 5.8, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "99.72", "53017": "0.28"}', + coty_name: ['Chelan', 'Douglas'], + cty_code: ['53007', '53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.32949, lat: 47.99847 }, + }, + { + zip_code: '98846', + usps_city: 'Pateros', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1255.0, + density: 5.4, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.97863, lat: 48.03405 }, + }, + { + zip_code: '99119', + usps_city: 'Cusick', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1218.0, + density: 1.2, + primary_coty_code: '53051', + primary_coty_name: 'Pend Oreille', + county_weights: '{"53051": "100"}', + coty_name: ['Pend Oreille'], + cty_code: ['53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.28854, lat: 48.5039 }, + }, + { + zip_code: '99150', + usps_city: 'Malo', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 2.5, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.58291, lat: 48.79435 }, + }, + { + zip_code: '99160', + usps_city: 'Orient', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 0.5, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.3063, lat: 48.83875 }, + }, + { + zip_code: '99371', + usps_city: 'Washtucna', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 0.6, + primary_coty_code: '53001', + primary_coty_name: 'Adams', + county_weights: '{"53001": "98.71", "53021": "1.29"}', + coty_name: ['Adams', 'Franklin'], + cty_code: ['53001', '53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31679, lat: 46.80678 }, + }, + { + zip_code: '99590', + usps_city: 'Grayling', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 6.5, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.10742, lat: 62.89938 }, + }, + { + zip_code: '99602', + usps_city: 'Holy Cross', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 3.3, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.84482, lat: 62.18471 }, + }, + { + zip_code: '99604', + usps_city: 'Hooper Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1141.0, + density: 55.4, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -166.11506, lat: 61.52785 }, + }, + { + zip_code: '99660', + usps_city: 'Saint Paul Island', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 3.6, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -170.27905, lat: 57.17997 }, + }, + { + zip_code: '99667', + usps_city: 'Skwentna', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.0, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.78293, lat: 61.82399 }, + }, + { + zip_code: '99676', + usps_city: 'Talkeetna', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 0.7, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.7039, lat: 62.45788 }, + }, + { + zip_code: '99679', + usps_city: 'Tuluksak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 80.2, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.94452, lat: 61.10123 }, + }, + { + zip_code: '99694', + usps_city: 'Houston', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1495.0, + density: 28.7, + primary_coty_code: '2170', + primary_coty_name: 'Matanuska-Susitna', + county_weights: '{"02170": "100"}', + coty_name: ['Matanuska-Susitna'], + cty_code: ['2170'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.79624, lat: 61.62107 }, + }, + { + zip_code: '99706', + usps_city: 'Fairbanks', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.0, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "100"}', + coty_name: ['Southeast Fairbanks'], + cty_code: ['2240'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -144.63394, lat: 64.02799 }, + }, + { + zip_code: '99730', + usps_city: 'Central', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -145.25129, lat: 65.61511 }, + }, + { + zip_code: '99758', + usps_city: 'Minto', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 22.6, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.37232, lat: 65.15175 }, + }, + { + zip_code: '99826', + usps_city: 'Gustavus', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 0.1, + primary_coty_code: '2105', + primary_coty_name: 'Hoonah-Angoon', + county_weights: '{"02105": "100"}', + coty_name: ['Hoonah-Angoon'], + cty_code: ['2105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -136.56804, lat: 58.75177 }, + }, + { + zip_code: '31035', + usps_city: 'Harrison', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 8.2, + primary_coty_code: '13303', + primary_coty_name: 'Washington', + county_weights: '{"13303": "100"}', + coty_name: ['Washington'], + cty_code: ['13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70309, lat: 32.84606 }, + }, + { + zip_code: '31038', + usps_city: 'Hillsboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 1.9, + primary_coty_code: '13159', + primary_coty_name: 'Jasper', + county_weights: '{"13159": "63.07", "13169": "36.93"}', + coty_name: ['Jasper', 'Jones'], + cty_code: ['13159', '13169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64039, lat: 33.14208 }, + }, + { + zip_code: '31070', + usps_city: 'Pinehurst', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 9.0, + primary_coty_code: '13093', + primary_coty_name: 'Dooly', + county_weights: '{"13093": "100"}', + coty_name: ['Dooly'], + cty_code: ['13093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78403, lat: 32.18968 }, + }, + { + zip_code: '31088', + usps_city: 'Warner Robins', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 57094.0, + density: 701.3, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64841, lat: 32.58286 }, + }, + { + zip_code: '31523', + usps_city: 'Brunswick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13651.0, + density: 28.5, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "100"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62655, lat: 31.22042 }, + }, + { + zip_code: '31560', + usps_city: 'Screven', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2448.0, + density: 6.9, + primary_coty_code: '13305', + primary_coty_name: 'Wayne', + county_weights: '{"13305": "100"}', + coty_name: ['Wayne'], + cty_code: ['13305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02598, lat: 31.49948 }, + }, + { + zip_code: '31601', + usps_city: 'Valdosta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 30597.0, + density: 76.7, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "100"}', + coty_name: ['Lowndes'], + cty_code: ['13185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34207, lat: 30.75159 }, + }, + { + zip_code: '31629', + usps_city: 'Dixie', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 8.5, + primary_coty_code: '13027', + primary_coty_name: 'Brooks', + county_weights: '{"13027": "100"}', + coty_name: ['Brooks'], + cty_code: ['13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68727, lat: 30.82258 }, + }, + { + zip_code: '31635', + usps_city: 'Lakeland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6774.0, + density: 21.9, + primary_coty_code: '13173', + primary_coty_name: 'Lanier', + county_weights: '{"13173": "98.86", "13065": "0.72", "13003": "0.43"}', + coty_name: ['Lanier', 'Clinch', 'Atkinson'], + cty_code: ['13173', '13065', '13003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05415, lat: 31.10395 }, + }, + { + zip_code: '31641', + usps_city: 'Naylor', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1872.0, + density: 8.6, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "57.84", "13173": "42.16"}', + coty_name: ['Lowndes', 'Lanier'], + cty_code: ['13185', '13173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09623, lat: 30.93243 }, + }, + { + zip_code: '31774', + usps_city: 'Ocilla', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6831.0, + density: 15.7, + primary_coty_code: '13155', + primary_coty_name: 'Irwin', + county_weights: '{"13155": "100"}', + coty_name: ['Irwin'], + cty_code: ['13155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2738, lat: 31.55876 }, + }, + { + zip_code: '31832', + usps_city: 'Weston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 4.7, + primary_coty_code: '13307', + primary_coty_name: 'Webster', + county_weights: '{"13307": "100"}', + coty_name: ['Webster'], + cty_code: ['13307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61629, lat: 31.96115 }, + }, + { + zip_code: '32025', + usps_city: 'Lake City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23416.0, + density: 92.8, + primary_coty_code: '12023', + primary_coty_name: 'Columbia', + county_weights: '{"12023": "100"}', + coty_name: ['Columbia'], + cty_code: ['12023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57601, lat: 30.11075 }, + }, + { + zip_code: '32071', + usps_city: "O'Brien", + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3903.0, + density: 14.3, + primary_coty_code: '12121', + primary_coty_name: 'Suwannee', + county_weights: '{"12121": "100"}', + coty_name: ['Suwannee'], + cty_code: ['12121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94442, lat: 30.04168 }, + }, + { + zip_code: '32073', + usps_city: 'Orange Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 42520.0, + density: 995.5, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "99.02", "12031": "0.98"}', + coty_name: ['Clay', 'Duval'], + cty_code: ['12019', '12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73932, lat: 30.17026 }, + }, + { + zip_code: '32092', + usps_city: 'Saint Augustine', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37014.0, + density: 113.5, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51364, lat: 29.93407 }, + }, + { + zip_code: '32145', + usps_city: 'Hastings', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5723.0, + density: 23.9, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42201, lat: 29.67783 }, + }, + { + zip_code: '32164', + usps_city: 'Palm Coast', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47341.0, + density: 548.9, + primary_coty_code: '12035', + primary_coty_name: 'Flagler', + county_weights: '{"12035": "100"}', + coty_name: ['Flagler'], + cty_code: ['12035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.21789, lat: 29.48409 }, + }, + { + zip_code: '32195', + usps_city: 'Weirsdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2926.0, + density: 53.3, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "89.78", "12069": "10.22"}', + coty_name: ['Marion', 'Lake'], + cty_code: ['12083', '12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90181, lat: 28.98584 }, + }, + { + zip_code: '32207', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35488.0, + density: 1188.4, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63997, lat: 30.29 }, + }, + { + zip_code: '32323', + usps_city: 'Lanark Village', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 6.8, + primary_coty_code: '12037', + primary_coty_name: 'Franklin', + county_weights: '{"12037": "100"}', + coty_name: ['Franklin'], + cty_code: ['12037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.61289, lat: 29.8933 }, + }, + { + zip_code: '32334', + usps_city: 'Hosford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 4.7, + primary_coty_code: '12077', + primary_coty_name: 'Liberty', + county_weights: '{"12077": "100"}', + coty_name: ['Liberty'], + cty_code: ['12077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74533, lat: 30.25717 }, + }, + { + zip_code: '32344', + usps_city: 'Monticello', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12356.0, + density: 9.3, + primary_coty_code: '12065', + primary_coty_name: 'Jefferson', + county_weights: '{"12065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['12065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.909, lat: 30.44055 }, + }, + { + zip_code: '32421', + usps_city: 'Altha', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4834.0, + density: 13.6, + primary_coty_code: '12013', + primary_coty_name: 'Calhoun', + county_weights: '{"12013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['12013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.18213, lat: 30.52989 }, + }, + { + zip_code: '32514', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 42444.0, + density: 836.6, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.22196, lat: 30.53185 }, + }, + { + zip_code: '32535', + usps_city: 'Century', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6094.0, + density: 32.8, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.34906, lat: 30.96488 }, + }, + { + zip_code: '32693', + usps_city: 'Trenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11882.0, + density: 22.3, + primary_coty_code: '12041', + primary_coty_name: 'Gilchrist', + county_weights: '{"12041": "69.18", "12075": "30.82"}', + coty_name: ['Gilchrist', 'Levy'], + cty_code: ['12041', '12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79225, lat: 29.62387 }, + }, + { + zip_code: '32713', + usps_city: 'Debary', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20892.0, + density: 390.0, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32522, lat: 28.88538 }, + }, + { + zip_code: '32798', + usps_city: 'Zellwood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2882.0, + density: 360.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58558, lat: 28.72721 }, + }, + { + zip_code: '33015', + usps_city: 'Hialeah', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 67191.0, + density: 4441.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31761, lat: 25.9413 }, + }, + { + zip_code: '33025', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 73428.0, + density: 2672.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.28139, lat: 25.98743 }, + }, + { + zip_code: '33030', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35303.0, + density: 741.9, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.51001, lat: 25.48472 }, + }, + { + zip_code: '33179', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 44341.0, + density: 3373.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17992, lat: 25.95805 }, + }, + { + zip_code: '33308', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27294.0, + density: 2317.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10844, lat: 26.18975 }, + }, + { + zip_code: '33312', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 55298.0, + density: 1921.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18164, lat: 26.08831 }, + }, + { + zip_code: '33321', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47413.0, + density: 2225.9, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2696, lat: 26.21204 }, + }, + { + zip_code: '33404', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29339.0, + density: 1512.8, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06623, lat: 26.78246 }, + }, + { + zip_code: '33414', + usps_city: 'Wellington', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 61323.0, + density: 848.6, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25008, lat: 26.64843 }, + }, + { + zip_code: '33477', + usps_city: 'Jupiter', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12608.0, + density: 778.5, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08001, lat: 26.91391 }, + }, + { + zip_code: '33514', + usps_city: 'Center Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2717.0, + density: 19.4, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99648, lat: 28.67731 }, + }, + { + zip_code: '33547', + usps_city: 'Lithia', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25907.0, + density: 69.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13381, lat: 27.7763 }, + }, + { + zip_code: '33598', + usps_city: 'Wimauma', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20053.0, + density: 71.5, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "98.83", "12081": "1.17"}', + coty_name: ['Hillsborough', 'Manatee'], + cty_code: ['12057', '12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28165, lat: 27.68655 }, + }, + { + zip_code: '33617', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47441.0, + density: 2130.1, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39271, lat: 28.03838 }, + }, + { + zip_code: '33762', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8355.0, + density: 440.3, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67971, lat: 27.89683 }, + }, + { + zip_code: '33876', + usps_city: 'Sebring', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4888.0, + density: 55.1, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "100"}', + coty_name: ['Highlands'], + cty_code: ['12055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35191, lat: 27.42871 }, + }, + { + zip_code: '33930', + usps_city: 'Felda', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 930.0, + density: 3.1, + primary_coty_code: '12051', + primary_coty_name: 'Hendry', + county_weights: '{"12051": "100"}', + coty_name: ['Hendry'], + cty_code: ['12051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41402, lat: 26.56661 }, + }, + { + zip_code: '33974', + usps_city: 'Lehigh Acres', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17757.0, + density: 301.4, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60368, lat: 26.56254 }, + }, + { + zip_code: '33980', + usps_city: 'Punta Gorda', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13342.0, + density: 559.3, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.05209, lat: 26.98058 }, + }, + { + zip_code: '34119', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32911.0, + density: 564.6, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "99.68", "12071": "0.32"}', + coty_name: ['Collier', 'Lee'], + cty_code: ['12021', '12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71461, lat: 26.26653 }, + }, + { + zip_code: '34221', + usps_city: 'Palmetto', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 46357.0, + density: 324.1, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54383, lat: 27.57703 }, + }, + { + zip_code: '34609', + usps_city: 'Spring Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 42227.0, + density: 733.0, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5082, lat: 28.47937 }, + }, + { + zip_code: '35044', + usps_city: 'Childersburg', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7409.0, + density: 49.6, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "100"}', + coty_name: ['Talladega'], + cty_code: ['1121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.37289, lat: 33.2489 }, + }, + { + zip_code: '35089', + usps_city: 'Kellyton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 11.0, + primary_coty_code: '1037', + primary_coty_name: 'Coosa', + county_weights: '{"01037": "67.16", "01123": "32.84"}', + coty_name: ['Coosa', 'Tallapoosa'], + cty_code: ['01037', '01123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.08228, lat: 32.93806 }, + }, + { + zip_code: '35147', + usps_city: 'Sterrett', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6022.0, + density: 34.2, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.52927, lat: 33.41511 }, + }, + { + zip_code: '35457', + usps_city: 'Echola', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7737, lat: 33.29618 }, + }, + { + zip_code: '35462', + usps_city: 'Eutaw', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4447.0, + density: 5.5, + primary_coty_code: '1063', + primary_coty_name: 'Greene', + county_weights: '{"01063": "100"}', + coty_name: ['Greene'], + cty_code: ['1063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95285, lat: 32.93442 }, + }, + { + zip_code: '35490', + usps_city: 'Vance', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3911.0, + density: 22.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.24587, lat: 33.21341 }, + }, + { + zip_code: '35544', + usps_city: 'Beaverton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 513.0, + density: 2.8, + primary_coty_code: '1075', + primary_coty_name: 'Lamar', + county_weights: '{"01075": "100"}', + coty_name: ['Lamar'], + cty_code: ['1075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01906, lat: 33.95519 }, + }, + { + zip_code: '35616', + usps_city: 'Cherokee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3772.0, + density: 6.9, + primary_coty_code: '1033', + primary_coty_name: 'Colbert', + county_weights: '{"01033": "100"}', + coty_name: ['Colbert'], + cty_code: ['1033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01897, lat: 34.73885 }, + }, + { + zip_code: '35747', + usps_city: 'Grant', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5302.0, + density: 27.5, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "100"}', + coty_name: ['Marshall'], + cty_code: ['1095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.30747, lat: 34.49444 }, + }, + { + zip_code: '36013', + usps_city: 'Cecil', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 13.7, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.98264, lat: 32.29373 }, + }, + { + zip_code: '36279', + usps_city: 'Wellington', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2452.0, + density: 31.9, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "100"}', + coty_name: ['Calhoun'], + cty_code: ['1015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.88408, lat: 33.87338 }, + }, + { + zip_code: '36313', + usps_city: 'Bellwood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 24.0, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "100"}', + coty_name: ['Geneva'], + cty_code: ['1061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.79394, lat: 31.1786 }, + }, + { + zip_code: '36426', + usps_city: 'Brewton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15262.0, + density: 12.1, + primary_coty_code: '1053', + primary_coty_name: 'Escambia', + county_weights: '{"01053": "99.3", "01035": "0.7"}', + coty_name: ['Escambia', 'Conecuh'], + cty_code: ['01053', '01035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.07405, lat: 31.14048 }, + }, + { + zip_code: '36522', + usps_city: 'Citronelle', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7339.0, + density: 12.9, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "93.86", "01129": "6.14"}', + coty_name: ['Mobile', 'Washington'], + cty_code: ['01097', '01129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27135, lat: 31.09178 }, + }, + { + zip_code: '36538', + usps_city: 'Frankville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 4.2, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13798, lat: 31.66264 }, + }, + { + zip_code: '36722', + usps_city: 'Arlington', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 5.3, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "95.13", "01091": "4.87"}', + coty_name: ['Wilcox', 'Marengo'], + cty_code: ['01131', '01091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57346, lat: 32.09152 }, + }, + { + zip_code: '36751', + usps_city: 'Lower Peach Tree', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 2.6, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "46.35", "01131": "44.34", "01025": "9.31"}', + coty_name: ['Monroe', 'Wilcox', 'Clarke'], + cty_code: ['01099', '01131', '01025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.54524, lat: 31.80806 }, + }, + { + zip_code: '36769', + usps_city: 'Pine Hill', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2444.0, + density: 6.4, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "90.25", "01091": "9.75"}', + coty_name: ['Wilcox', 'Marengo'], + cty_code: ['01131', '01091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.53861, lat: 31.99843 }, + }, + { + zip_code: '36832', + usps_city: 'Auburn', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 24596.0, + density: 134.0, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "100", "01087": "0"}', + coty_name: ['Lee', 'Macon'], + cty_code: ['01081', '01087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.58195, lat: 32.59621 }, + }, + { + zip_code: '37030', + usps_city: 'Carthage', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7260.0, + density: 44.2, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "100"}', + coty_name: ['Smith'], + cty_code: ['47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.94758, lat: 36.27439 }, + }, + { + zip_code: '37043', + usps_city: 'Clarksville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 48501.0, + density: 166.9, + primary_coty_code: '47125', + primary_coty_name: 'Montgomery', + county_weights: '{"47125": "99.52", "47021": "0.48"}', + coty_name: ['Montgomery', 'Cheatham'], + cty_code: ['47125', '47021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.23242, lat: 36.49577 }, + }, + { + zip_code: '37049', + usps_city: 'Cross Plains', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3622.0, + density: 52.7, + primary_coty_code: '47147', + primary_coty_name: 'Robertson', + county_weights: '{"47147": "100"}', + coty_name: ['Robertson'], + cty_code: ['47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.67715, lat: 36.5601 }, + }, + { + zip_code: '37181', + usps_city: 'Vanleer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1707.0, + density: 14.0, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "87.87", "47083": "12.13"}', + coty_name: ['Dickson', 'Houston'], + cty_code: ['47043', '47083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.48181, lat: 36.24481 }, + }, + { + zip_code: '37212', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 20803.0, + density: 2895.9, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80117, lat: 36.13386 }, + }, + { + zip_code: '37328', + usps_city: 'Elora', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1481.0, + density: 19.0, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "89.81", "47051": "10.19"}', + coty_name: ['Lincoln', 'Franklin'], + cty_code: ['47103', '47051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.36666, lat: 35.02721 }, + }, + { + zip_code: '37330', + usps_city: 'Estill Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6451.0, + density: 69.1, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "93.91", "47031": "6.09"}', + coty_name: ['Franklin', 'Coffee'], + cty_code: ['47051', '47031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.12986, lat: 35.28183 }, + }, + { + zip_code: '37335', + usps_city: 'Flintville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2719.0, + density: 22.5, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "99.14", "47051": "0.86"}', + coty_name: ['Lincoln', 'Franklin'], + cty_code: ['47103', '47051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.40464, lat: 35.06482 }, + }, + { + zip_code: '37360', + usps_city: 'Normandy', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1577.0, + density: 21.8, + primary_coty_code: '47031', + primary_coty_name: 'Coffee', + county_weights: '{"47031": "48.61", "47003": "41.22", "47127": "10.16"}', + coty_name: ['Coffee', 'Bedford', 'Moore'], + cty_code: ['47031', '47003', '47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.25495, lat: 35.44056 }, + }, + { + zip_code: '37643', + usps_city: 'Elizabethton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 33558.0, + density: 100.8, + primary_coty_code: '47019', + primary_coty_name: 'Carter', + county_weights: '{"47019": "100"}', + coty_name: ['Carter'], + cty_code: ['47019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13641, lat: 36.37734 }, + }, + { + zip_code: '37902', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2415.0, + density: 2002.0, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92022, lat: 35.96378 }, + }, + { + zip_code: '38030', + usps_city: 'Finley', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 1.4, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "100"}', + coty_name: ['Dyer'], + cty_code: ['47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5913, lat: 36.01192 }, + }, + { + zip_code: '38075', + usps_city: 'Whiteville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6755.0, + density: 19.5, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "86.74", "47075": "8.33", "47047": "4.93"}', + coty_name: ['Hardeman', 'Haywood', 'Fayette'], + cty_code: ['47069', '47075', '47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15179, lat: 35.36844 }, + }, + { + zip_code: '38547', + usps_city: 'Brush Creek', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1939.0, + density: 22.8, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "100"}', + coty_name: ['Smith'], + cty_code: ['47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.0084, lat: 36.15169 }, + }, + { + zip_code: '38563', + usps_city: 'Gordonsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3410.0, + density: 41.5, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "100"}', + coty_name: ['Smith'], + cty_code: ['47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.02205, lat: 36.20009 }, + }, + { + zip_code: '38564', + usps_city: 'Granville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 6.0, + primary_coty_code: '47087', + primary_coty_name: 'Jackson', + county_weights: '{"47087": "95.36", "47141": "4.64"}', + coty_name: ['Jackson', 'Putnam'], + cty_code: ['47087', '47141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.7481, lat: 36.27566 }, + }, + { + zip_code: '38573', + usps_city: 'Monroe', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2028.0, + density: 12.0, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "73.34", "47137": "26.66"}', + coty_name: ['Overton', 'Pickett'], + cty_code: ['47133', '47137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.21848, lat: 36.48912 }, + }, + { + zip_code: '38581', + usps_city: 'Rock Island', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4105.0, + density: 15.9, + primary_coty_code: '47177', + primary_coty_name: 'Warren', + county_weights: '{"47177": "80.76", "47175": "18.24", "47041": "1"}', + coty_name: ['Warren', 'Van Buren', 'DeKalb'], + cty_code: ['47177', '47175', '47041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.61893, lat: 35.7388 }, + }, + { + zip_code: '38585', + usps_city: 'Spencer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4020.0, + density: 9.4, + primary_coty_code: '47175', + primary_coty_name: 'Van Buren', + county_weights: '{"47175": "100"}', + coty_name: ['Van Buren'], + cty_code: ['47175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.42668, lat: 35.69355 }, + }, + { + zip_code: '38645', + usps_city: 'Lyon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1305.0, + density: 9.1, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "95.49", "28119": "4.51"}', + coty_name: ['Coahoma', 'Quitman'], + cty_code: ['28027', '28119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47864, lat: 34.24561 }, + }, + { + zip_code: '38702', + usps_city: 'Greenville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 4.6, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1795, lat: 33.5361 }, + }, + { + zip_code: '38828', + usps_city: 'Blue Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4293.0, + density: 19.5, + primary_coty_code: '28145', + primary_coty_name: 'Union', + county_weights: '{"28145": "87.33", "28115": "6.9", "28081": "5.77"}', + coty_name: ['Union', 'Pontotoc', 'Lee'], + cty_code: ['28145', '28115', '28081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.864, lat: 34.42964 }, + }, + { + zip_code: '38922', + usps_city: 'Coffeeville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3004.0, + density: 5.4, + primary_coty_code: '28161', + primary_coty_name: 'Yalobusha', + county_weights: '{"28161": "86.47", "28043": "13.53"}', + coty_name: ['Yalobusha', 'Grenada'], + cty_code: ['28161', '28043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64492, lat: 33.9312 }, + }, + { + zip_code: '38961', + usps_city: 'Tillatoba', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 825.0, + density: 5.7, + primary_coty_code: '28161', + primary_coty_name: 'Yalobusha', + county_weights: '{"28161": "68.12", "28135": "31.88"}', + coty_name: ['Yalobusha', 'Tallahatchie'], + cty_code: ['28161', '28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88489, lat: 33.96246 }, + }, + { + zip_code: '39094', + usps_city: 'Lena', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3999.0, + density: 9.4, + primary_coty_code: '28079', + primary_coty_name: 'Leake', + county_weights: '{"28079": "48.38", "28123": "34.48", "28121": "17.14"}', + coty_name: ['Leake', 'Scott', 'Rankin'], + cty_code: ['28079', '28123', '28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67588, lat: 32.57821 }, + }, + { + zip_code: '39174', + usps_city: 'Tougaloo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 341.2, + primary_coty_code: '28089', + primary_coty_name: 'Madison', + county_weights: '{"28089": "79.3", "28049": "20.7"}', + coty_name: ['Madison', 'Hinds'], + cty_code: ['28089', '28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15949, lat: 32.40152 }, + }, + { + zip_code: '39189', + usps_city: 'Walnut Grove', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4014.0, + density: 19.6, + primary_coty_code: '28079', + primary_coty_name: 'Leake', + county_weights: '{"28079": "92", "28123": "8"}', + coty_name: ['Leake', 'Scott'], + cty_code: ['28079', '28123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.3989, lat: 32.605 }, + }, + { + zip_code: '39192', + usps_city: 'West', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1196.0, + density: 3.1, + primary_coty_code: '28007', + primary_coty_name: 'Attala', + county_weights: '{"28007": "51.18", "28051": "44.89", "28015": "3.92"}', + coty_name: ['Attala', 'Holmes', 'Carroll'], + cty_code: ['28007', '28051', '28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76033, lat: 33.18903 }, + }, + { + zip_code: '39206', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 24236.0, + density: 1041.3, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17247, lat: 32.37241 }, + }, + { + zip_code: '58009', + usps_city: 'Blanchard', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 0.3, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "100"}', + coty_name: ['Traill'], + cty_code: ['38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24662, lat: 47.32765 }, + }, + { + zip_code: '58038', + usps_city: 'Grandin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 1.4, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "72.59", "38097": "27.41"}', + coty_name: ['Cass', 'Traill'], + cty_code: ['38017', '38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99583, lat: 47.24508 }, + }, + { + zip_code: '58329', + usps_city: 'Dunseith', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3340.0, + density: 5.6, + primary_coty_code: '38079', + primary_coty_name: 'Rolette', + county_weights: '{"38079": "97.74", "38009": "2.26"}', + coty_name: ['Rolette', 'Bottineau'], + cty_code: ['38079', '38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.08087, lat: 48.87323 }, + }, + { + zip_code: '58335', + usps_city: 'Fort Totten', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1892.0, + density: 24.9, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "100"}', + coty_name: ['Benson'], + cty_code: ['38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.02636, lat: 47.98109 }, + }, + { + zip_code: '58405', + usps_city: 'Jamestown', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 3677.1, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.69955, lat: 46.91548 }, + }, + { + zip_code: '58488', + usps_city: 'Tuttle', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 0.2, + primary_coty_code: '38043', + primary_coty_name: 'Kidder', + county_weights: '{"38043": "100"}', + coty_name: ['Kidder'], + cty_code: ['38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.99624, lat: 47.17816 }, + }, + { + zip_code: '58545', + usps_city: 'Hazen', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3488.0, + density: 4.4, + primary_coty_code: '38057', + primary_coty_name: 'Mercer', + county_weights: '{"38057": "97.49", "38065": "2.51"}', + coty_name: ['Mercer', 'Oliver'], + cty_code: ['38057', '38065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/Beulah', + geo_point_2d: { lon: -101.58061, lat: 47.35584 }, + }, + { + zip_code: '58565', + usps_city: 'Riverdale', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 28.2, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.38317, lat: 47.48677 }, + }, + { + zip_code: '58579', + usps_city: 'Wilton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1338.0, + density: 2.0, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "58.91", "38015": "41.09"}', + coty_name: ['McLean', 'Burleigh'], + cty_code: ['38055', '38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.74, lat: 47.18206 }, + }, + { + zip_code: '58710', + usps_city: 'Anamoose', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 1.1, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "71.64", "38083": "16.42", "38069": "11.94"}', + coty_name: ['McHenry', 'Sheridan', 'Pierce'], + cty_code: ['38049', '38083', '38069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.22952, lat: 47.87229 }, + }, + { + zip_code: '58740', + usps_city: 'Glenburn', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 791.0, + density: 1.8, + primary_coty_code: '38075', + primary_coty_name: 'Renville', + county_weights: '{"38075": "76.16", "38101": "22.65", "38009": "1.19"}', + coty_name: ['Renville', 'Ward', 'Bottineau'], + cty_code: ['38075', '38101', '38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.22971, lat: 48.47179 }, + }, + { + zip_code: '58782', + usps_city: 'Sherwood', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 0.9, + primary_coty_code: '38075', + primary_coty_name: 'Renville', + county_weights: '{"38075": "96.56", "38009": "3.44"}', + coty_name: ['Renville', 'Bottineau'], + cty_code: ['38075', '38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.70106, lat: 48.93922 }, + }, + { + zip_code: '58793', + usps_city: 'Westhope', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 1.1, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "100"}', + coty_name: ['Bottineau'], + cty_code: ['38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.0539, lat: 48.86881 }, + }, + { + zip_code: '58852', + usps_city: 'Tioga', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1436.0, + density: 1.6, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "95.6", "38061": "4.4"}', + coty_name: ['Williams', 'Mountrail'], + cty_code: ['38105', '38061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.95361, lat: 48.35672 }, + }, + { + zip_code: '58853', + usps_city: 'Trenton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 21.3, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "100"}', + coty_name: ['Williams'], + cty_code: ['38105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.83679, lat: 48.07536 }, + }, + { + zip_code: '59026', + usps_city: 'Edgar', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 3.8, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.80055, lat: 45.47218 }, + }, + { + zip_code: '59036', + usps_city: 'Harlowton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1428.0, + density: 1.0, + primary_coty_code: '30107', + primary_coty_name: 'Wheatland', + county_weights: '{"30107": "100"}', + coty_name: ['Wheatland'], + cty_code: ['30107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.93495, lat: 46.48592 }, + }, + { + zip_code: '59070', + usps_city: 'Roberts', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 2.5, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.18417, lat: 45.36906 }, + }, + { + zip_code: '59078', + usps_city: 'Shawmut', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 0.3, + primary_coty_code: '30107', + primary_coty_name: 'Wheatland', + county_weights: '{"30107": "91.03", "30037": "8.97"}', + coty_name: ['Wheatland', 'Golden Valley'], + cty_code: ['30107', '30037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.53547, lat: 46.34172 }, + }, + { + zip_code: '59082', + usps_city: 'Springdale', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 25.0, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.2249, lat: 45.74188 }, + }, + { + zip_code: '59219', + usps_city: 'Dagmar', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 0.4, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.17756, lat: 48.53856 }, + }, + { + zip_code: '59465', + usps_city: 'Neihart', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 0.3, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.72027, lat: 46.89031 }, + }, + { + zip_code: '59483', + usps_city: 'Sun River', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 2.3, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.69927, lat: 47.45534 }, + }, + { + zip_code: '59713', + usps_city: 'Avon', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 0.5, + primary_coty_code: '30077', + primary_coty_name: 'Powell', + county_weights: '{"30077": "100"}', + coty_name: ['Powell'], + cty_code: ['30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.59066, lat: 46.67999 }, + }, + { + zip_code: '59821', + usps_city: 'Arlee', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2519.0, + density: 4.1, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "74.25", "30063": "24.53", "30089": "1.22"}', + coty_name: ['Lake', 'Missoula', 'Sanders'], + cty_code: ['30047', '30063', '30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.06047, lat: 47.17258 }, + }, + { + zip_code: '59826', + usps_city: 'Condon', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 0.4, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.69484, lat: 47.43796 }, + }, + { + zip_code: '59874', + usps_city: 'Trout Creek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 1.5, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.62681, lat: 47.80341 }, + }, + { + zip_code: '59928', + usps_city: 'Polebridge', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 0.1, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.42467, lat: 48.78561 }, + }, + { + zip_code: '60093', + usps_city: 'Winnetka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19409.0, + density: 879.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7587, lat: 42.10437 }, + }, + { + zip_code: '60118', + usps_city: 'Dundee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16050.0, + density: 308.2, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30523, lat: 42.1067 }, + }, + { + zip_code: '60171', + usps_city: 'River Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10076.0, + density: 1723.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83843, lat: 41.92507 }, + }, + { + zip_code: '60181', + usps_city: 'Villa Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28755.0, + density: 1679.9, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97635, lat: 41.87825 }, + }, + { + zip_code: '60202', + usps_city: 'Evanston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32703.0, + density: 4132.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68954, lat: 42.03045 }, + }, + { + zip_code: '60406', + usps_city: 'Blue Island', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 25338.0, + density: 1758.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68184, lat: 41.65472 }, + }, + { + zip_code: '60437', + usps_city: 'Kinsman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 3.3, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "100"}', + coty_name: ['Grundy'], + cty_code: ['17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.5535, lat: 41.16307 }, + }, + { + zip_code: '60456', + usps_city: 'Hometown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4272.0, + density: 3444.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73105, lat: 41.73125 }, + }, + { + zip_code: '60516', + usps_city: 'Downers Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29208.0, + density: 1427.7, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01358, lat: 41.76246 }, + }, + { + zip_code: '60518', + usps_city: 'Earlville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3715.0, + density: 10.7, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "87.23", "17037": "7.79", "17103": "4.97"}', + coty_name: ['LaSalle', 'DeKalb', 'Lee'], + cty_code: ['17099', '17037', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91873, lat: 41.59783 }, + }, + { + zip_code: '60611', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33224.0, + density: 15690.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61938, lat: 41.89472 }, + }, + { + zip_code: '60625', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 79444.0, + density: 7916.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.7002, lat: 41.97341 }, + }, + { + zip_code: '60626', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 50544.0, + density: 11446.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66962, lat: 42.00903 }, + }, + { + zip_code: '60637', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 47300.0, + density: 4032.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60318, lat: 41.78143 }, + }, + { + zip_code: '60953', + usps_city: 'Milford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2425.0, + density: 6.3, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68812, lat: 40.62992 }, + }, + { + zip_code: '60968', + usps_city: 'Thawville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 4.2, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "82.22", "17053": "17.78"}', + coty_name: ['Iroquois', 'Ford'], + cty_code: ['17075', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12066, lat: 40.67241 }, + }, + { + zip_code: '61038', + usps_city: 'Garden Prairie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1280.0, + density: 11.6, + primary_coty_code: '17007', + primary_coty_name: 'Boone', + county_weights: '{"17007": "93.35", "17111": "6.65"}', + coty_name: ['Boone', 'McHenry'], + cty_code: ['17007', '17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73572, lat: 42.26345 }, + }, + { + zip_code: '61077', + usps_city: 'Seward', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 398.3, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35787, lat: 42.2382 }, + }, + { + zip_code: '61235', + usps_city: 'Atkinson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1498.0, + density: 11.1, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02351, lat: 41.39965 }, + }, + { + zip_code: '61236', + usps_city: 'Barstow', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 26.2, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36072, lat: 41.51379 }, + }, + { + zip_code: '61239', + usps_city: 'Carbon Cliff', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1122.0, + density: 257.7, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38758, lat: 41.48605 }, + }, + { + zip_code: '61251', + usps_city: 'Fenton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 7.8, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "100"}', + coty_name: ['Whiteside'], + cty_code: ['17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07568, lat: 41.73056 }, + }, + { + zip_code: '61274', + usps_city: 'Osco', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 4.2, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27707, lat: 41.36857 }, + }, + { + zip_code: '61316', + usps_city: 'Cedar Point', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 61.0, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12502, lat: 41.25904 }, + }, + { + zip_code: '61370', + usps_city: 'Tonica', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1504.0, + density: 11.1, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03161, lat: 41.20504 }, + }, + { + zip_code: '61423', + usps_city: 'Cameron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 5.0, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "100"}', + coty_name: ['Warren'], + cty_code: ['17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50119, lat: 40.88629 }, + }, + { + zip_code: '61470', + usps_city: 'Prairie City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 8.7, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "100"}', + coty_name: ['McDonough'], + cty_code: ['17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50482, lat: 40.60379 }, + }, + { + zip_code: '61529', + usps_city: 'Elmwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2809.0, + density: 16.9, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "98.82", "17095": "1.18"}', + coty_name: ['Peoria', 'Knox'], + cty_code: ['17143', '17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94202, lat: 40.78147 }, + }, + { + zip_code: '61548', + usps_city: 'Metamora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12171.0, + density: 62.1, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "100"}', + coty_name: ['Woodford'], + cty_code: ['17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41403, lat: 40.80915 }, + }, + { + zip_code: '61753', + usps_city: 'Lexington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3083.0, + density: 14.0, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.78468, lat: 40.63645 }, + }, + { + zip_code: '61775', + usps_city: 'Strawn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 3.8, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3671, lat: 40.65076 }, + }, + { + zip_code: '61822', + usps_city: 'Champaign', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 25530.0, + density: 90.7, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30529, lat: 40.13578 }, + }, + { + zip_code: '61856', + usps_city: 'Monticello', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7771.0, + density: 28.8, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.57949, lat: 40.02685 }, + }, + { + zip_code: '61874', + usps_city: 'Savoy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7982.0, + density: 742.5, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25694, lat: 40.05111 }, + }, + { + zip_code: '61877', + usps_city: 'Sidney', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 24.6, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07867, lat: 39.99416 }, + }, + { + zip_code: '62084', + usps_city: 'Roxana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1511.0, + density: 109.8, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06245, lat: 38.83665 }, + }, + { + zip_code: '62401', + usps_city: 'Effingham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18886.0, + density: 70.0, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "99.6", "17173": "0.4"}', + coty_name: ['Effingham', 'Shelby'], + cty_code: ['17049', '17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56418, lat: 39.11952 }, + }, + { + zip_code: '62518', + usps_city: 'Chestnut', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 2.4, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.19142, lat: 40.05417 }, + }, + { + zip_code: '62572', + usps_city: 'Waggoner', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 4.5, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "62.46", "17117": "37.54"}', + coty_name: ['Montgomery', 'Macoupin'], + cty_code: ['17135', '17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70156, lat: 39.36095 }, + }, + { + zip_code: '62689', + usps_city: 'Thayer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 354.6, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76185, lat: 39.53367 }, + }, + { + zip_code: '62836', + usps_city: 'Ewing', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 7.8, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80085, lat: 38.09034 }, + }, + { + zip_code: '62878', + usps_city: 'Rinard', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 5.3, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50854, lat: 38.57857 }, + }, + { + zip_code: '62887', + usps_city: 'Springerton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 497.0, + density: 8.5, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "63.05", "17065": "36.95"}', + coty_name: ['White', 'Hamilton'], + cty_code: ['17193', '17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35986, lat: 38.1874 }, + }, + { + zip_code: '62891', + usps_city: 'Valier', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 366.1, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04304, lat: 38.01516 }, + }, + { + zip_code: '62892', + usps_city: 'Vernon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 6.5, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "88.96", "17051": "11.04"}', + coty_name: ['Marion', 'Fayette'], + cty_code: ['17121', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.0781, lat: 38.80669 }, + }, + { + zip_code: '62943', + usps_city: 'Grantsburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 3.8, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "68.95", "17127": "22.38", "17151": "8.67"}', + coty_name: ['Johnson', 'Massac', 'Pope'], + cty_code: ['17087', '17127', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74774, lat: 37.35639 }, + }, + { + zip_code: '62976', + usps_city: 'Pulaski', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 5.9, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "100"}', + coty_name: ['Pulaski'], + cty_code: ['17153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20552, lat: 37.21898 }, + }, + { + zip_code: '63020', + usps_city: 'De Soto', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20459.0, + density: 55.8, + primary_coty_code: '29099', + primary_coty_name: 'Jefferson', + county_weights: '{"29099": "99.77", "29221": "0.23"}', + coty_name: ['Jefferson', 'Washington'], + cty_code: ['29099', '29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.56195, lat: 38.10677 }, + }, + { + zip_code: '63042', + usps_city: 'Hazelwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 19067.0, + density: 604.9, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38627, lat: 38.78579 }, + }, + { + zip_code: '63061', + usps_city: 'Luebbering', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 35.2, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81533, lat: 38.26989 }, + }, + { + zip_code: '63111', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 21389.0, + density: 2548.8, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25004, lat: 38.55822 }, + }, + { + zip_code: '63126', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14646.0, + density: 1218.6, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37863, lat: 38.54966 }, + }, + { + zip_code: '63379', + usps_city: 'Troy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 25387.0, + density: 72.3, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9888, lat: 38.99816 }, + }, + { + zip_code: '63387', + usps_city: 'Whiteside', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 289.7, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.01656, lat: 39.18393 }, + }, + { + zip_code: '63436', + usps_city: 'Center', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1522.0, + density: 7.0, + primary_coty_code: '29173', + primary_coty_name: 'Ralls', + county_weights: '{"29173": "100"}', + coty_name: ['Ralls'], + cty_code: ['29173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54663, lat: 39.50658 }, + }, + { + zip_code: '63556', + usps_city: 'Milan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3853.0, + density: 6.2, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "100"}', + coty_name: ['Sullivan'], + cty_code: ['29211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.125, lat: 40.18512 }, + }, + { + zip_code: '63620', + usps_city: 'Annapolis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1299.0, + density: 2.6, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "84", "29123": "8.46", "29179": "7.54"}', + coty_name: ['Iron', 'Madison', 'Reynolds'], + cty_code: ['29093', '29123', '29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65368, lat: 37.39458 }, + }, + { + zip_code: '63636', + usps_city: 'Des Arc', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 674.0, + density: 7.0, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "87.66", "29123": "6.58", "29223": "5.76"}', + coty_name: ['Iron', 'Madison', 'Wayne'], + cty_code: ['29093', '29123', '29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57778, lat: 37.29551 }, + }, + { + zip_code: '63730', + usps_city: 'Advance', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3616.0, + density: 11.6, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "79.3", "29017": "13.03", "29031": "7.67"}', + coty_name: ['Stoddard', 'Bollinger', 'Cape Girardeau'], + cty_code: ['29207', '29017', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91708, lat: 37.09789 }, + }, + { + zip_code: '63742', + usps_city: 'Commerce', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 98.9, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.44621, lat: 37.15866 }, + }, + { + zip_code: '63763', + usps_city: 'McGee', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 3.0, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17657, lat: 37.05533 }, + }, + { + zip_code: '63939', + usps_city: 'Fairdealing', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1462.0, + density: 15.4, + primary_coty_code: '29181', + primary_coty_name: 'Ripley', + county_weights: '{"29181": "100"}', + coty_name: ['Ripley'], + cty_code: ['29181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6821, lat: 36.66339 }, + }, + { + zip_code: '63954', + usps_city: 'Neelyville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 3.0, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "95.41", "29181": "4.59"}', + coty_name: ['Butler', 'Ripley'], + cty_code: ['29023', '29181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47373, lat: 36.55756 }, + }, + { + zip_code: '63962', + usps_city: 'Rombauer', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 5908.8, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "100"}', + coty_name: ['Butler'], + cty_code: ['29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28148, lat: 36.84408 }, + }, + { + zip_code: '63964', + usps_city: 'Silva', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 3.2, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.39999, lat: 37.25404 }, + }, + { + zip_code: '64437', + usps_city: 'Craig', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 1.3, + primary_coty_code: '29087', + primary_coty_name: 'Holt', + county_weights: '{"29087": "100"}', + coty_name: ['Holt'], + cty_code: ['29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34692, lat: 40.12858 }, + }, + { + zip_code: '64471', + usps_city: 'New Hampton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 4.0, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "95.03", "29075": "4.97"}', + coty_name: ['Harrison', 'Gentry'], + cty_code: ['29081', '29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19423, lat: 40.25602 }, + }, + { + zip_code: '64474', + usps_city: 'Osborn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 803.0, + density: 5.2, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "78.78", "29049": "21.22"}', + coty_name: ['DeKalb', 'Clinton'], + cty_code: ['29063', '29049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.38273, lat: 39.75575 }, + }, + { + zip_code: '64483', + usps_city: 'Rosendale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 8.5, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83982, lat: 40.04456 }, + }, + { + zip_code: '64504', + usps_city: 'Saint Joseph', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11205.0, + density: 94.2, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91344, lat: 39.68622 }, + }, + { + zip_code: '64507', + usps_city: 'Saint Joseph', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13474.0, + density: 91.8, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "100"}', + coty_name: ['Buchanan'], + cty_code: ['29021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.75993, lat: 39.72863 }, + }, + { + zip_code: '64638', + usps_city: 'Dawn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 4.3, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "77.93", "29033": "22.07"}', + coty_name: ['Livingston', 'Carroll'], + cty_code: ['29117', '29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61336, lat: 39.61963 }, + }, + { + zip_code: '64660', + usps_city: 'Mendon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 2.1, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09382, lat: 39.5709 }, + }, + { + zip_code: '64681', + usps_city: 'Sumner', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 1.3, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22159, lat: 39.64778 }, + }, + { + zip_code: '64739', + usps_city: 'Creighton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 939.0, + density: 7.1, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "80.14", "29083": "19.86"}', + coty_name: ['Cass', 'Henry'], + cty_code: ['29037', '29083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0946, lat: 38.51138 }, + }, + { + zip_code: '64763', + usps_city: 'Lowry City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1467.0, + density: 7.0, + primary_coty_code: '29185', + primary_coty_name: 'St. Clair', + county_weights: '{"29185": "100"}', + coty_name: ['St. Clair'], + cty_code: ['29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70169, lat: 38.14468 }, + }, + { + zip_code: '64769', + usps_city: 'Mindenmines', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 6.8, + primary_coty_code: '29011', + primary_coty_name: 'Barton', + county_weights: '{"29011": "100"}', + coty_name: ['Barton'], + cty_code: ['29011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56886, lat: 37.4823 }, + }, + { + zip_code: '65052', + usps_city: 'Linn Creek', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3817.0, + density: 28.6, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "100"}', + coty_name: ['Camden'], + cty_code: ['29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65326, lat: 38.04943 }, + }, + { + zip_code: '65064', + usps_city: 'Olean', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 12.6, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "100"}', + coty_name: ['Miller'], + cty_code: ['29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47683, lat: 38.40778 }, + }, + { + zip_code: '65259', + usps_city: 'Huntsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3257.0, + density: 12.1, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "100"}', + coty_name: ['Randolph'], + cty_code: ['29175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56932, lat: 39.47595 }, + }, + { + zip_code: '65324', + usps_city: 'Climax Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 7.3, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "100"}', + coty_name: ['Camden'], + cty_code: ['29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00095, lat: 38.11557 }, + }, + { + zip_code: '65345', + usps_city: 'Mora', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 5.9, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "51.68", "29015": "29.46", "29141": "18.86"}', + coty_name: ['Pettis', 'Benton', 'Morgan'], + cty_code: ['29159', '29015', '29141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13023, lat: 38.5404 }, + }, + { + zip_code: '65452', + usps_city: 'Crocker', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2906.0, + density: 12.1, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "97.56", "29131": "2.44"}', + coty_name: ['Pulaski', 'Miller'], + cty_code: ['29169', '29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26775, lat: 37.96296 }, + }, + { + zip_code: '65479', + usps_city: 'Hartshorn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 0.7, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "50.57", "29203": "49.43"}', + coty_name: ['Texas', 'Shannon'], + cty_code: ['29215', '29203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.62935, lat: 37.33026 }, + }, + { + zip_code: '65535', + usps_city: 'Leasburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1591.0, + density: 14.2, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "100"}', + coty_name: ['Crawford'], + cty_code: ['29055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27778, lat: 38.07109 }, + }, + { + zip_code: '65623', + usps_city: 'Butterfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 330.4, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "100"}', + coty_name: ['Barry'], + cty_code: ['29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90639, lat: 36.74882 }, + }, + { + zip_code: '65630', + usps_city: 'Chestnutridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 10.1, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "100"}', + coty_name: ['Christian'], + cty_code: ['29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21659, lat: 36.83208 }, + }, + { + zip_code: '65672', + usps_city: 'Hollister', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9622.0, + density: 67.1, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21579, lat: 36.56635 }, + }, + { + zip_code: '65747', + usps_city: 'Shell Knob', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3150.0, + density: 15.6, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "63.24", "29209": "36.76"}', + coty_name: ['Barry', 'Stone'], + cty_code: ['29009', '29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57982, lat: 36.60226 }, + }, + { + zip_code: '65753', + usps_city: 'Sparta', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4984.0, + density: 27.6, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "100"}', + coty_name: ['Christian'], + cty_code: ['29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05469, lat: 36.99876 }, + }, + { + zip_code: '65806', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12438.0, + density: 2316.4, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29937, lat: 37.20562 }, + }, + { + zip_code: '66046', + usps_city: 'Lawrence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 19835.0, + density: 187.6, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "100"}', + coty_name: ['Douglas'], + cty_code: ['20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.21352, lat: 38.90777 }, + }, + { + zip_code: '66115', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "0"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61098, lat: 39.14401 }, + }, + { + zip_code: '66215', + usps_city: 'Lenexa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26219.0, + density: 1284.9, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.74297, lat: 38.95701 }, + }, + { + zip_code: '66223', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 25912.0, + density: 1604.4, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6682, lat: 38.86282 }, + }, + { + zip_code: '66408', + usps_city: 'Bern', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 3.6, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97163, lat: 39.95945 }, + }, + { + zip_code: '66534', + usps_city: 'Sabetha', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3635.0, + density: 9.5, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "95.62", "20013": "4.38"}', + coty_name: ['Nemaha', 'Brown'], + cty_code: ['20131', '20013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83668, lat: 39.88472 }, + }, + { + zip_code: '66604', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22224.0, + density: 1297.1, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72663, lat: 39.03885 }, + }, + { + zip_code: '66840', + usps_city: 'Burns', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 1.5, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "49.42", "20115": "43.76", "20017": "6.82"}', + coty_name: ['Butler', 'Marion', 'Chase'], + cty_code: ['20015', '20115', '20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87035, lat: 38.06787 }, + }, + { + zip_code: '66846', + usps_city: 'Council Grove', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3257.0, + density: 4.4, + primary_coty_code: '20127', + primary_coty_name: 'Morris', + county_weights: '{"20127": "97.32", "20111": "2.14", "20017": "0.54"}', + coty_name: ['Morris', 'Lyon', 'Chase'], + cty_code: ['20127', '20111', '20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47345, lat: 38.65268 }, + }, + { + zip_code: '66859', + usps_city: 'Lost Springs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 2.9, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "95.51", "20127": "4.49"}', + coty_name: ['Marion', 'Morris'], + cty_code: ['20115', '20127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9623, lat: 38.5547 }, + }, + { + zip_code: '66863', + usps_city: 'Neal', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 16.8, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "100"}', + coty_name: ['Greenwood'], + cty_code: ['20073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0818, lat: 37.83292 }, + }, + { + zip_code: '66873', + usps_city: 'Wilsey', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 1.2, + primary_coty_code: '20127', + primary_coty_name: 'Morris', + county_weights: '{"20127": "100"}', + coty_name: ['Morris'], + cty_code: ['20127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67447, lat: 38.61561 }, + }, + { + zip_code: '66949', + usps_city: 'Jewell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 2.0, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18758, lat: 39.64736 }, + }, + { + zip_code: '67074', + usps_city: 'Leon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1429.0, + density: 3.1, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72095, lat: 37.67221 }, + }, + { + zip_code: '67216', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22503.0, + density: 708.0, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31388, lat: 37.60861 }, + }, + { + zip_code: '67336', + usps_city: 'Chetopa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1563.0, + density: 6.4, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "88.71", "20021": "11.29"}', + coty_name: ['Labette', 'Cherokee'], + cty_code: ['20099', '20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.07863, lat: 37.05519 }, + }, + { + zip_code: '67352', + usps_city: 'Longton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 1.8, + primary_coty_code: '20049', + primary_coty_name: 'Elk', + county_weights: '{"20049": "98.48", "20019": "1.52"}', + coty_name: ['Elk', 'Chautauqua'], + cty_code: ['20049', '20019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08455, lat: 37.35616 }, + }, + { + zip_code: '67422', + usps_city: 'Bennington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1383.0, + density: 8.1, + primary_coty_code: '20143', + primary_coty_name: 'Ottawa', + county_weights: '{"20143": "100"}', + coty_name: ['Ottawa'], + cty_code: ['20143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58752, lat: 39.02357 }, + }, + { + zip_code: '67432', + usps_city: 'Clay Center', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5553.0, + density: 5.8, + primary_coty_code: '20027', + primary_coty_name: 'Clay', + county_weights: '{"20027": "98.9", "20143": "0.96", "20161": "0.13"}', + coty_name: ['Clay', 'Ottawa', 'Riley'], + cty_code: ['20027', '20143', '20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18703, lat: 39.3319 }, + }, + { + zip_code: '67439', + usps_city: 'Ellsworth', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3419.0, + density: 6.2, + primary_coty_code: '20053', + primary_coty_name: 'Ellsworth', + county_weights: '{"20053": "99.84", "20105": "0.16"}', + coty_name: ['Ellsworth', 'Lincoln'], + cty_code: ['20053', '20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.21984, lat: 38.7545 }, + }, + { + zip_code: '67443', + usps_city: 'Galva', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1581.0, + density: 7.2, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "100"}', + coty_name: ['McPherson'], + cty_code: ['20113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52213, lat: 38.3807 }, + }, + { + zip_code: '67459', + usps_city: 'Lorraine', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 1.2, + primary_coty_code: '20053', + primary_coty_name: 'Ellsworth', + county_weights: '{"20053": "100"}', + coty_name: ['Ellsworth'], + cty_code: ['20053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3344, lat: 38.60577 }, + }, + { + zip_code: '67505', + usps_city: 'South Hutchinson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2499.0, + density: 343.2, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9432, lat: 38.0282 }, + }, + { + zip_code: '67525', + usps_city: 'Claflin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1004.0, + density: 2.8, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: '{"20009": "98.57", "20159": "1.43"}', + coty_name: ['Barton', 'Rice'], + cty_code: ['20009', '20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57077, lat: 38.56877 }, + }, + { + zip_code: '67573', + usps_city: 'Raymond', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 1.2, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "100"}', + coty_name: ['Rice'], + cty_code: ['20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41889, lat: 38.26846 }, + }, + { + zip_code: '67741', + usps_city: 'Kanorado', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 0.8, + primary_coty_code: '20181', + primary_coty_name: 'Sherman', + county_weights: '{"20181": "97.85", "20023": "2.15"}', + coty_name: ['Sherman', 'Cheyenne'], + cty_code: ['20181', '20023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.99935, lat: 39.39495 }, + }, + { + zip_code: '67837', + usps_city: 'Copeland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 1.6, + primary_coty_code: '20069', + primary_coty_name: 'Gray', + county_weights: '{"20069": "56.7", "20081": "38.32", "20119": "4.98"}', + coty_name: ['Gray', 'Haskell', 'Meade'], + cty_code: ['20069', '20081', '20119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.66235, lat: 37.55289 }, + }, + { + zip_code: '68044', + usps_city: 'Nickerson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 5.7, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "71.41", "31177": "28.59"}', + coty_name: ['Dodge', 'Washington'], + cty_code: ['31053', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44413, lat: 41.54914 }, + }, + { + zip_code: '68113', + usps_city: 'Offutt Afb', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 110.1, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91126, lat: 41.11759 }, + }, + { + zip_code: '68309', + usps_city: 'Barneston', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 22.6, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56862, lat: 40.06006 }, + }, + { + zip_code: '68380', + usps_city: 'Lewiston', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 7.4, + primary_coty_code: '31133', + primary_coty_name: 'Pawnee', + county_weights: '{"31133": "100"}', + coty_name: ['Pawnee'], + cty_code: ['31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39323, lat: 40.24083 }, + }, + { + zip_code: '68420', + usps_city: 'Pawnee City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 3.7, + primary_coty_code: '31133', + primary_coty_name: 'Pawnee', + county_weights: '{"31133": "100"}', + coty_name: ['Pawnee'], + cty_code: ['31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.20202, lat: 40.09409 }, + }, + { + zip_code: '68421', + usps_city: 'Peru', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 10.6, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "100"}', + coty_name: ['Nemaha'], + cty_code: ['31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.74118, lat: 40.49007 }, + }, + { + zip_code: '68457', + usps_city: 'Verdon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 4.1, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "100"}', + coty_name: ['Richardson'], + cty_code: ['31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70736, lat: 40.15328 }, + }, + { + zip_code: '68504', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 17260.0, + density: 996.8, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66057, lat: 40.8543 }, + }, + { + zip_code: '68514', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 5.5, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65156, lat: 40.92554 }, + }, + { + zip_code: '68632', + usps_city: 'David City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3797.0, + density: 9.5, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13113, lat: 41.24724 }, + }, + { + zip_code: '68648', + usps_city: 'Morse Bluff', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 2.9, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79161, lat: 41.40459 }, + }, + { + zip_code: '68701', + usps_city: 'Norfolk', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 30381.0, + density: 61.9, + primary_coty_code: '31119', + primary_coty_name: 'Madison', + county_weights: '{"31119": "90.03", "31167": "7.95", "31139": "2.02"}', + coty_name: ['Madison', 'Stanton', 'Pierce'], + cty_code: ['31119', '31167', '31139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44362, lat: 42.02136 }, + }, + { + zip_code: '68716', + usps_city: 'Beemer', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 915.0, + density: 5.9, + primary_coty_code: '31039', + primary_coty_name: 'Cuming', + county_weights: '{"31039": "100"}', + coty_name: ['Cuming'], + cty_code: ['31039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82297, lat: 41.93314 }, + }, + { + zip_code: '68720', + usps_city: 'Brunswick', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 1.7, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "100"}', + coty_name: ['Antelope'], + cty_code: ['31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.01261, lat: 42.34562 }, + }, + { + zip_code: '68722', + usps_city: 'Butte', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 2.6, + primary_coty_code: '31015', + primary_coty_name: 'Boyd', + county_weights: '{"31015": "100"}', + coty_name: ['Boyd'], + cty_code: ['31015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.87406, lat: 42.9202 }, + }, + { + zip_code: '68817', + usps_city: 'Ashton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 1.2, + primary_coty_code: '31163', + primary_coty_name: 'Sherman', + county_weights: '{"31163": "92.75", "31093": "7.25"}', + coty_name: ['Sherman', 'Howard'], + cty_code: ['31163', '31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.79087, lat: 41.27394 }, + }, + { + zip_code: '68824', + usps_city: 'Cairo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1588.0, + density: 5.7, + primary_coty_code: '31079', + primary_coty_name: 'Hall', + county_weights: '{"31079": "96.25", "31093": "3.75"}', + coty_name: ['Hall', 'Howard'], + cty_code: ['31079', '31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60166, lat: 40.99226 }, + }, + { + zip_code: '68846', + usps_city: 'Hordville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 2.5, + primary_coty_code: '31081', + primary_coty_name: 'Hamilton', + county_weights: '{"31081": "100"}', + coty_name: ['Hamilton'], + cty_code: ['31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.88675, lat: 41.06653 }, + }, + { + zip_code: '68944', + usps_city: 'Harvard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 4.6, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "95.84", "31081": "4.16"}', + coty_name: ['Clay', 'Hamilton'], + cty_code: ['31035', '31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.09094, lat: 40.64372 }, + }, + { + zip_code: '69220', + usps_city: 'Sparks', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.2, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "61.02", "31103": "38.98"}', + coty_name: ['Cherry', 'Keya Paha'], + cty_code: ['31031', '31103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.18995, lat: 42.90092 }, + }, + { + zip_code: '69333', + usps_city: 'Ashby', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 362.0, + density: 0.2, + primary_coty_code: '31075', + primary_coty_name: 'Grant', + county_weights: '{"31075": "50.63", "31031": "37.24", "31069": "12.13"}', + coty_name: ['Grant', 'Cherry', 'Garden'], + cty_code: ['31075', '31031', '31069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.97264, lat: 42.05948 }, + }, + { + zip_code: '69346', + usps_city: 'Harrison', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 0.2, + primary_coty_code: '31165', + primary_coty_name: 'Sioux', + county_weights: '{"31165": "100"}', + coty_name: ['Sioux'], + cty_code: ['31165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.81099, lat: 42.6874 }, + }, + { + zip_code: '69347', + usps_city: 'Hay Springs', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1398.0, + density: 1.2, + primary_coty_code: '31161', + primary_coty_name: 'Sheridan', + county_weights: '{"31161": "94.8", "31045": "5.2"}', + coty_name: ['Sheridan', 'Dawes'], + cty_code: ['31161', '31045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.67976, lat: 42.60771 }, + }, + { + zip_code: '70037', + usps_city: 'Belle Chasse', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16465.0, + density: 101.7, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00821, lat: 29.7482 }, + }, + { + zip_code: '70364', + usps_city: 'Houma', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 29979.0, + density: 273.3, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "81.6", "22057": "18.4"}', + coty_name: ['Terrebonne', 'Lafourche'], + cty_code: ['22109', '22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68765, lat: 29.63437 }, + }, + { + zip_code: '70372', + usps_city: 'Labadieville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2328.0, + density: 30.7, + primary_coty_code: '22007', + primary_coty_name: 'Assumption', + county_weights: '{"22007": "100"}', + coty_name: ['Assumption'], + cty_code: ['22007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98896, lat: 29.78302 }, + }, + { + zip_code: '70426', + usps_city: 'Angie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5902.0, + density: 18.8, + primary_coty_code: '22117', + primary_coty_name: 'Washington', + county_weights: '{"22117": "100"}', + coty_name: ['Washington'], + cty_code: ['22117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85845, lat: 30.93355 }, + }, + { + zip_code: '70431', + usps_city: 'Bush', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5846.0, + density: 31.4, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "99.24", "22117": "0.76"}', + coty_name: ['St. Tammany', 'Washington'], + cty_code: ['22103', '22117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97384, lat: 30.61318 }, + }, + { + zip_code: '70443', + usps_city: 'Independence', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9631.0, + density: 48.2, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "79.38", "22063": "17.6", "22091": "3.02"}', + coty_name: ['Tangipahoa', 'Livingston', 'St. Helena'], + cty_code: ['22105', '22063', '22091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53603, lat: 30.62961 }, + }, + { + zip_code: '70537', + usps_city: 'Evangeline', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 21.8, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56671, lat: 30.25736 }, + }, + { + zip_code: '70630', + usps_city: 'Bell City', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2657.0, + density: 5.5, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "64.72", "22023": "35.28"}', + coty_name: ['Calcasieu', 'Cameron'], + cty_code: ['22019', '22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00631, lat: 30.02719 }, + }, + { + zip_code: '70665', + usps_city: 'Sulphur', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11671.0, + density: 28.0, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44997, lat: 30.12584 }, + }, + { + zip_code: '70669', + usps_city: 'Westlake', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9320.0, + density: 117.9, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27906, lat: 30.2434 }, + }, + { + zip_code: '70730', + usps_city: 'Ethel', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3584.0, + density: 20.1, + primary_coty_code: '22037', + primary_coty_name: 'East Feliciana', + county_weights: '{"22037": "100"}', + coty_name: ['East Feliciana'], + cty_code: ['22037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10122, lat: 30.81633 }, + }, + { + zip_code: '71326', + usps_city: 'Clayton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 3.6, + primary_coty_code: '22029', + primary_coty_name: 'Concordia', + county_weights: '{"22029": "70.36", "22025": "29.64"}', + coty_name: ['Concordia', 'Catahoula'], + cty_code: ['22029', '22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60947, lat: 31.77049 }, + }, + { + zip_code: '71455', + usps_city: 'Mora', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 1.0, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "59.03", "22069": "40.97"}', + coty_name: ['Rapides', 'Natchitoches'], + cty_code: ['22079', '22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9794, lat: 31.40504 }, + }, + { + zip_code: '71851', + usps_city: 'Mineral Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1966.0, + density: 9.0, + primary_coty_code: '5061', + primary_coty_name: 'Howard', + county_weights: '{"05061": "100"}', + coty_name: ['Howard'], + cty_code: ['5061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94239, lat: 33.85655 }, + }, + { + zip_code: '71941', + usps_city: 'Donaldson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2070.0, + density: 10.7, + primary_coty_code: '5059', + primary_coty_name: 'Hot Spring', + county_weights: '{"05059": "100"}', + coty_name: ['Hot Spring'], + cty_code: ['5059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95188, lat: 34.24831 }, + }, + { + zip_code: '72013', + usps_city: 'Bee Branch', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2229.0, + density: 8.8, + primary_coty_code: '5141', + primary_coty_name: 'Van Buren', + county_weights: '{"05141": "94.86", "05029": "5.14"}', + coty_name: ['Van Buren', 'Conway'], + cty_code: ['05141', '05029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36836, lat: 35.45671 }, + }, + { + zip_code: '72027', + usps_city: 'Center Ridge', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1364.0, + density: 7.7, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "100"}', + coty_name: ['Conway'], + cty_code: ['5029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57652, lat: 35.37104 }, + }, + { + zip_code: '72039', + usps_city: 'Damascus', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2421.0, + density: 16.0, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "57.39", "05141": "42.61"}', + coty_name: ['Faulkner', 'Van Buren'], + cty_code: ['05045', '05141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40266, lat: 35.35547 }, + }, + { + zip_code: '72058', + usps_city: 'Greenbrier', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 17242.0, + density: 42.7, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37061, lat: 35.24213 }, + }, + { + zip_code: '72060', + usps_city: 'Griffithville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 601.0, + density: 3.6, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "75.83", "05117": "24.17"}', + coty_name: ['White', 'Prairie'], + cty_code: ['05145', '05117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60119, lat: 35.08408 }, + }, + { + zip_code: '72102', + usps_city: 'McRae', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3141.0, + density: 24.0, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83545, lat: 35.14596 }, + }, + { + zip_code: '72125', + usps_city: 'Perry', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 14.5, + primary_coty_code: '5105', + primary_coty_name: 'Perry', + county_weights: '{"05105": "66.74", "05029": "33.26"}', + coty_name: ['Perry', 'Conway'], + cty_code: ['05105', '05029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.78675, lat: 35.06787 }, + }, + { + zip_code: '72156', + usps_city: 'Solgohachia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 6.4, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "100"}', + coty_name: ['Conway'], + cty_code: ['5029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6849, lat: 35.27908 }, + }, + { + zip_code: '72205', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22552.0, + density: 1113.4, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.3502, lat: 34.75031 }, + }, + { + zip_code: '72347', + usps_city: 'Hickory Ridge', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 684.0, + density: 2.8, + primary_coty_code: '5037', + primary_coty_name: 'Cross', + county_weights: '{"05037": "91.28", "05067": "8.72"}', + coty_name: ['Cross', 'Jackson'], + cty_code: ['05037', '05067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.99975, lat: 35.38533 }, + }, + { + zip_code: '72359', + usps_city: 'Madison', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 97.7, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "100"}', + coty_name: ['St. Francis'], + cty_code: ['5123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72168, lat: 35.02283 }, + }, + { + zip_code: '72376', + usps_city: 'Proctor', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1851.0, + density: 8.3, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30056, lat: 35.08681 }, + }, + { + zip_code: '72383', + usps_city: 'Turner', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 5.6, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.0396, lat: 34.49101 }, + }, + { + zip_code: '72626', + usps_city: 'Cotter', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1379.0, + density: 94.3, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53916, lat: 36.3038 }, + }, + { + zip_code: '72660', + usps_city: 'Oak Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 620.0, + density: 14.0, + primary_coty_code: '5015', + primary_coty_name: 'Carroll', + county_weights: '{"05015": "100"}', + coty_name: ['Carroll'], + cty_code: ['5015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37504, lat: 36.48072 }, + }, + { + zip_code: '72727', + usps_city: 'Elkins', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6069.0, + density: 15.1, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "75.43", "05087": "24.57"}', + coty_name: ['Washington', 'Madison'], + cty_code: ['05143', '05087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92865, lat: 35.92287 }, + }, + { + zip_code: '72740', + usps_city: 'Huntsville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9675.0, + density: 10.1, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "97.62", "05015": "2.36", "05101": "0.02"}', + coty_name: ['Madison', 'Carroll', 'Newton'], + cty_code: ['05087', '05015', '05101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.68698, lat: 36.10253 }, + }, + { + zip_code: '72843', + usps_city: 'Hector', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2600.0, + density: 4.7, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "100"}', + coty_name: ['Pope'], + cty_code: ['5115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.93457, lat: 35.57628 }, + }, + { + zip_code: '72921', + usps_city: 'Alma', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13729.0, + density: 61.6, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19436, lat: 35.47554 }, + }, + { + zip_code: '73013', + usps_city: 'Edmond', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 54181.0, + density: 716.3, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.4812, lat: 35.61946 }, + }, + { + zip_code: '73021', + usps_city: 'Colony', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 1.3, + primary_coty_code: '40149', + primary_coty_name: 'Washita', + county_weights: '{"40149": "87.5", "40015": "12.5"}', + coty_name: ['Washita', 'Caddo'], + cty_code: ['40149', '40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6622, lat: 35.34249 }, + }, + { + zip_code: '73054', + usps_city: 'Luther', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4363.0, + density: 18.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "77.2", "40081": "16.35", "40083": "6.45"}', + coty_name: ['Oklahoma', 'Lincoln', 'Logan'], + cty_code: ['40109', '40081', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19165, lat: 35.67307 }, + }, + { + zip_code: '73055', + usps_city: 'Marlow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9861.0, + density: 15.0, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "93.71", "40051": "6.21", "40031": "0.08"}', + coty_name: ['Stephens', 'Grady', 'Comanche'], + cty_code: ['40137', '40051', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91351, lat: 34.6457 }, + }, + { + zip_code: '73726', + usps_city: 'Carmen', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 1.7, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "88.14", "40151": "11.86"}', + coty_name: ['Alfalfa', 'Woods'], + cty_code: ['40003', '40151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49724, lat: 36.58014 }, + }, + { + zip_code: '73761', + usps_city: 'Nash', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 1.2, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "95.7", "40047": "4.3"}', + coty_name: ['Grant', 'Garfield'], + cty_code: ['40053', '40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03851, lat: 36.68393 }, + }, + { + zip_code: '74014', + usps_city: 'Broken Arrow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 41314.0, + density: 151.6, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "96.51", "40143": "3.49"}', + coty_name: ['Wagoner', 'Tulsa'], + cty_code: ['40145', '40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67515, lat: 36.05998 }, + }, + { + zip_code: '74029', + usps_city: 'Dewey', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4833.0, + density: 36.0, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "100"}', + coty_name: ['Washington'], + cty_code: ['40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88752, lat: 36.82681 }, + }, + { + zip_code: '74056', + usps_city: 'Pawhuska', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5189.0, + density: 3.1, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33635, lat: 36.80028 }, + }, + { + zip_code: '74066', + usps_city: 'Sapulpa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 33432.0, + density: 101.8, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "96.3", "40143": "3.7"}', + coty_name: ['Creek', 'Tulsa'], + cty_code: ['40037', '40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16465, lat: 35.99282 }, + }, + { + zip_code: '74115', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 23413.0, + density: 576.7, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90944, lat: 36.1924 }, + }, + { + zip_code: '74130', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1985.0, + density: 188.9, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.95512, lat: 36.24151 }, + }, + { + zip_code: '74349', + usps_city: 'Ketchum', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 83.7, + primary_coty_code: '40035', + primary_coty_name: 'Craig', + county_weights: '{"40035": "91.82", "40097": "8.18"}', + coty_name: ['Craig', 'Mayes'], + cty_code: ['40035', '40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03399, lat: 36.51767 }, + }, + { + zip_code: '74422', + usps_city: 'Boynton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 839.0, + density: 5.0, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "67.72", "40111": "32.28"}', + coty_name: ['Muskogee', 'Okmulgee'], + cty_code: ['40101', '40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70864, lat: 35.63654 }, + }, + { + zip_code: '74562', + usps_city: 'Rattan', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 2.2, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "100"}', + coty_name: ['Pushmataha'], + cty_code: ['40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.28514, lat: 34.2946 }, + }, + { + zip_code: '74578', + usps_city: 'Wilburton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6035.0, + density: 7.0, + primary_coty_code: '40077', + primary_coty_name: 'Latimer', + county_weights: '{"40077": "100"}', + coty_name: ['Latimer'], + cty_code: ['40077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34057, lat: 34.90557 }, + }, + { + zip_code: '74756', + usps_city: 'Sawyer', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 5.8, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36582, lat: 34.07072 }, + }, + { + zip_code: '74804', + usps_city: 'Shawnee', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20413.0, + density: 84.3, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.92029, lat: 35.39285 }, + }, + { + zip_code: '74946', + usps_city: 'Moffett', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 13.9, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "100"}', + coty_name: ['Sequoyah'], + cty_code: ['40135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45244, lat: 35.3917 }, + }, + { + zip_code: '74954', + usps_city: 'Roland', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5256.0, + density: 111.9, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "100"}', + coty_name: ['Sequoyah'], + cty_code: ['40135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49701, lat: 35.42669 }, + }, + { + zip_code: '74955', + usps_city: 'Sallisaw', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15713.0, + density: 30.5, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "100"}', + coty_name: ['Sequoyah'], + cty_code: ['40135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7566, lat: 35.49389 }, + }, + { + zip_code: '75007', + usps_city: 'Carrollton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55500.0, + density: 1823.7, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "94.21", "48113": "5.79"}', + coty_name: ['Denton', 'Dallas'], + cty_code: ['48121', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89715, lat: 33.00462 }, + }, + { + zip_code: '75021', + usps_city: 'Denison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8847.0, + density: 56.8, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47325, lat: 33.72616 }, + }, + { + zip_code: '75098', + usps_city: 'Wylie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 56376.0, + density: 660.8, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "93.4", "48113": "3.76", "48397": "2.84"}', + coty_name: ['Collin', 'Dallas', 'Rockwall'], + cty_code: ['48085', '48113', '48397'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53479, lat: 33.0119 }, + }, + { + zip_code: '75228', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 73976.0, + density: 2503.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67996, lat: 32.82443 }, + }, + { + zip_code: '75249', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17649.0, + density: 1482.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9588, lat: 32.64442 }, + }, + { + zip_code: '75491', + usps_city: 'Whitewright', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5064.0, + density: 20.4, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "83.57", "48147": "16.14", "48085": "0.29"}', + coty_name: ['Grayson', 'Fannin', 'Collin'], + cty_code: ['48181', '48147', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39753, lat: 33.49636 }, + }, + { + zip_code: '75493', + usps_city: 'Winfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 626.0, + density: 44.8, + primary_coty_code: '48449', + primary_coty_name: 'Titus', + county_weights: '{"48449": "100"}', + coty_name: ['Titus'], + cty_code: ['48449'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10854, lat: 33.13883 }, + }, + { + zip_code: '75684', + usps_city: 'Overton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7894.0, + density: 30.2, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "89.22", "48423": "10.78"}', + coty_name: ['Rusk', 'Smith'], + cty_code: ['48401', '48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93895, lat: 32.27335 }, + }, + { + zip_code: '75766', + usps_city: 'Jacksonville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26925.0, + density: 34.0, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25702, lat: 31.9462 }, + }, + { + zip_code: '75904', + usps_city: 'Lufkin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34406.0, + density: 93.4, + primary_coty_code: '48005', + primary_coty_name: 'Angelina', + county_weights: '{"48005": "99.95", "48455": "0.05"}', + coty_name: ['Angelina', 'Trinity'], + cty_code: ['48005', '48455'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82173, lat: 31.3397 }, + }, + { + zip_code: '75931', + usps_city: 'Brookeland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2203.0, + density: 15.2, + primary_coty_code: '48241', + primary_coty_name: 'Jasper', + county_weights: '{"48241": "84.87", "48403": "15.13"}', + coty_name: ['Jasper', 'Sabine'], + cty_code: ['48241', '48403'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00384, lat: 31.1108 }, + }, + { + zip_code: '76018', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31200.0, + density: 1572.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09, lat: 32.66077 }, + }, + { + zip_code: '76053', + usps_city: 'Hurst', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30765.0, + density: 1484.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17953, lat: 32.8171 }, + }, + { + zip_code: '76253', + usps_city: 'Myra', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 72.6, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "100"}', + coty_name: ['Cooke'], + cty_code: ['48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31078, lat: 33.61587 }, + }, + { + zip_code: '76311', + usps_city: 'Sheppard Afb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8987.0, + density: 2216.5, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.50882, lat: 33.96889 }, + }, + { + zip_code: '76452', + usps_city: 'Energy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 4.3, + primary_coty_code: '48093', + primary_coty_name: 'Comanche', + county_weights: '{"48093": "100"}', + coty_name: ['Comanche'], + cty_code: ['48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3541, lat: 31.75506 }, + }, + { + zip_code: '76636', + usps_city: 'Covington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 13.6, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28593, lat: 32.17157 }, + }, + { + zip_code: '76640', + usps_city: 'Elm Mott', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3567.0, + density: 48.4, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07076, lat: 31.68989 }, + }, + { + zip_code: '76908', + usps_city: 'Goodfellow Afb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2554.0, + density: 706.2, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.40222, lat: 31.43208 }, + }, + { + zip_code: '77057', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41690.0, + density: 3784.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48868, lat: 29.74546 }, + }, + { + zip_code: '77083', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 78298.0, + density: 2929.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "56", "48157": "44"}', + coty_name: ['Harris', 'Fort Bend'], + cty_code: ['48201', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6489, lat: 29.69327 }, + }, + { + zip_code: '77094', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10271.0, + density: 349.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.67824, lat: 29.7621 }, + }, + { + zip_code: '77396', + usps_city: 'Humble', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 58396.0, + density: 840.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25991, lat: 29.94822 }, + }, + { + zip_code: '77485', + usps_city: 'Wallis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4627.0, + density: 21.4, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "54.76", "48157": "45.09", "48481": "0.15"}', + coty_name: ['Austin', 'Fort Bend', 'Wharton'], + cty_code: ['48015', '48157', '48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05612, lat: 29.63418 }, + }, + { + zip_code: '77597', + usps_city: 'Wallisville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 17.5, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "100"}', + coty_name: ['Chambers'], + cty_code: ['48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70221, lat: 29.83708 }, + }, + { + zip_code: '77650', + usps_city: 'Port Bolivar', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1835.0, + density: 33.7, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68586, lat: 29.4276 }, + }, + { + zip_code: '77990', + usps_city: 'Tivoli', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 2.9, + primary_coty_code: '48391', + primary_coty_name: 'Refugio', + county_weights: '{"48391": "87.84", "48057": "12.16"}', + coty_name: ['Refugio', 'Calhoun'], + cty_code: ['48391', '48057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91719, lat: 28.46992 }, + }, + { + zip_code: '78006', + usps_city: 'Boerne', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36056.0, + density: 44.6, + primary_coty_code: '48259', + primary_coty_name: 'Kendall', + county_weights: '{"48259": "86.81", "48029": "11.2", "48091": "1.99"}', + coty_name: ['Kendall', 'Bexar', 'Comal'], + cty_code: ['48259', '48029', '48091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72266, lat: 29.85533 }, + }, + { + zip_code: '78064', + usps_city: 'Pleasanton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16186.0, + density: 26.6, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "99.45", "48493": "0.55"}', + coty_name: ['Atascosa', 'Wilson'], + cty_code: ['48013', '48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42571, lat: 28.93613 }, + }, + { + zip_code: '78101', + usps_city: 'Adkins', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6465.0, + density: 48.7, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "51.91", "48493": "48.09"}', + coty_name: ['Bexar', 'Wilson'], + cty_code: ['48029', '48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23884, lat: 29.34402 }, + }, + { + zip_code: '78114', + usps_city: 'Floresville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24009.0, + density: 25.3, + primary_coty_code: '48493', + primary_coty_name: 'Wilson', + county_weights: '{"48493": "99.31", "48013": "0.69"}', + coty_name: ['Wilson', 'Atascosa'], + cty_code: ['48493', '48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20179, lat: 29.11822 }, + }, + { + zip_code: '78123', + usps_city: 'McQueeney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2177.0, + density: 214.7, + primary_coty_code: '48187', + primary_coty_name: 'Guadalupe', + county_weights: '{"48187": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.04405, lat: 29.6024 }, + }, + { + zip_code: '78164', + usps_city: 'Yorktown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3706.0, + density: 5.1, + primary_coty_code: '48123', + primary_coty_name: 'DeWitt', + county_weights: '{"48123": "95.39", "48175": "4.61"}', + coty_name: ['DeWitt', 'Goliad'], + cty_code: ['48123', '48175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52254, lat: 28.98216 }, + }, + { + zip_code: '78401', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5265.0, + density: 943.5, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40097, lat: 27.79816 }, + }, + { + zip_code: '78404', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17761.0, + density: 2207.2, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.39901, lat: 27.76805 }, + }, + { + zip_code: '78413', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40644.0, + density: 1955.3, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40538, lat: 27.68352 }, + }, + { + zip_code: '78501', + usps_city: 'Mcallen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 63066.0, + density: 1587.5, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23917, lat: 26.21583 }, + }, + { + zip_code: '78589', + usps_city: 'San Juan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41291.0, + density: 767.0, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15483, lat: 26.16789 }, + }, + { + zip_code: '78654', + usps_city: 'Marble Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18250.0, + density: 35.1, + primary_coty_code: '48053', + primary_coty_name: 'Burnet', + county_weights: '{"48053": "96.73", "48453": "3.27"}', + coty_name: ['Burnet', 'Travis'], + cty_code: ['48053', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20735, lat: 30.57233 }, + }, + { + zip_code: '78712', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 1067.2, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73477, lat: 30.28502 }, + }, + { + zip_code: '78733', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8927.0, + density: 301.0, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87609, lat: 30.32323 }, + }, + { + zip_code: '78737', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17173.0, + density: 174.7, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: '{"48209": "70.98", "48453": "29.02"}', + coty_name: ['Hays', 'Travis'], + cty_code: ['48209', '48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95965, lat: 30.1878 }, + }, + { + zip_code: '78746', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28608.0, + density: 489.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.81054, lat: 30.29729 }, + }, + { + zip_code: '78749', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38041.0, + density: 1458.6, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85819, lat: 30.21378 }, + }, + { + zip_code: '78801', + usps_city: 'Uvalde', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22518.0, + density: 10.7, + primary_coty_code: '48463', + primary_coty_name: 'Uvalde', + county_weights: '{"48463": "100"}', + coty_name: ['Uvalde'], + cty_code: ['48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.87148, lat: 29.35664 }, + }, + { + zip_code: '78839', + usps_city: 'Crystal City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8995.0, + density: 9.7, + primary_coty_code: '48507', + primary_coty_name: 'Zavala', + county_weights: '{"48507": "99.85", "48127": "0.15"}', + coty_name: ['Zavala', 'Dimmit'], + cty_code: ['48507', '48127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.8165, lat: 28.71396 }, + }, + { + zip_code: '79012', + usps_city: 'Bushland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1427.0, + density: 8.3, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "92.42", "48381": "7.58"}', + coty_name: ['Potter', 'Randall'], + cty_code: ['48375', '48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.10915, lat: 35.26652 }, + }, + { + zip_code: '79024', + usps_city: 'Darrouzett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 2.5, + primary_coty_code: '48295', + primary_coty_name: 'Lipscomb', + county_weights: '{"48295": "100"}', + coty_name: ['Lipscomb'], + cty_code: ['48295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.34722, lat: 36.43867 }, + }, + { + zip_code: '79062', + usps_city: 'Morse', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 0.8, + primary_coty_code: '48195', + primary_coty_name: 'Hansford', + county_weights: '{"48195": "69.72", "48233": "30.28"}', + coty_name: ['Hansford', 'Hutchinson'], + cty_code: ['48195', '48233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.52535, lat: 36.03137 }, + }, + { + zip_code: '79121', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6002.0, + density: 1260.4, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "97.34", "48375": "2.66"}', + coty_name: ['Randall', 'Potter'], + cty_code: ['48381', '48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.92969, lat: 35.17471 }, + }, + { + zip_code: '79201', + usps_city: 'Childress', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7288.0, + density: 3.3, + primary_coty_code: '48075', + primary_coty_name: 'Childress', + county_weights: '{"48075": "99.18", "48345": "0.47", "48101": "0.36"}', + coty_name: ['Childress', 'Motley', 'Cottle'], + cty_code: ['48075', '48345', '48101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.28085, lat: 34.43715 }, + }, + { + zip_code: '79344', + usps_city: 'Maple', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 4.1, + primary_coty_code: '48017', + primary_coty_name: 'Bailey', + county_weights: '{"48017": "100"}', + coty_name: ['Bailey'], + cty_code: ['48017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.93043, lat: 33.84496 }, + }, + { + zip_code: '79560', + usps_city: 'Sylvester', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 0.9, + primary_coty_code: '48151', + primary_coty_name: 'Fisher', + county_weights: '{"48151": "87.59", "48253": "12.41"}', + coty_name: ['Fisher', 'Jones'], + cty_code: ['48151', '48253'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.20891, lat: 32.67887 }, + }, + { + zip_code: '79772', + usps_city: 'Pecos', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14029.0, + density: 4.7, + primary_coty_code: '48389', + primary_coty_name: 'Reeves', + county_weights: '{"48389": "99.72", "48475": "0.28", "48109": "0"}', + coty_name: ['Reeves', 'Ward', 'Culberson'], + cty_code: ['48389', '48475', '48109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.62296, lat: 31.42541 }, + }, + { + zip_code: '79830', + usps_city: 'Alpine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7860.0, + density: 1.5, + primary_coty_code: '48043', + primary_coty_name: 'Brewster', + county_weights: '{"48043": "100"}', + coty_name: ['Brewster'], + cty_code: ['48043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.22468, lat: 29.80008 }, + }, + { + zip_code: '79843', + usps_city: 'Marfa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2456.0, + density: 0.6, + primary_coty_code: '48377', + primary_coty_name: 'Presidio', + county_weights: '{"48377": "100"}', + coty_name: ['Presidio'], + cty_code: ['48377'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -104.22342, lat: 30.12696 }, + }, + { + zip_code: '79911', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5794.0, + density: 358.6, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.54251, lat: 31.89246 }, + }, + { + zip_code: '79916', + usps_city: 'Fort Bliss', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2979.0, + density: 687.0, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.41816, lat: 31.81397 }, + }, + { + zip_code: '79925', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39616.0, + density: 897.8, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.36331, lat: 31.79772 }, + }, + { + zip_code: '79934', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26445.0, + density: 172.4, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.434, lat: 31.95191 }, + }, + { + zip_code: '80003', + usps_city: 'Arvada', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36480.0, + density: 2073.0, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "83.78", "08001": "16.22"}', + coty_name: ['Jefferson', 'Adams'], + cty_code: ['08059', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.06329, lat: 39.82648 }, + }, + { + zip_code: '80014', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 39333.0, + density: 2151.6, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "87.84", "08031": "12.16"}', + coty_name: ['Arapahoe', 'Denver'], + cty_code: ['08005', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.83815, lat: 39.66354 }, + }, + { + zip_code: '80016', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 56841.0, + density: 471.6, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "99.72", "08035": "0.28"}', + coty_name: ['Arapahoe', 'Douglas'], + cty_code: ['08005', '08035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.70728, lat: 39.59971 }, + }, + { + zip_code: '80020', + usps_city: 'Broomfield', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 50491.0, + density: 984.2, + primary_coty_code: '8014', + primary_coty_name: 'Broomfield', + county_weights: + '{"08014": "82.26", "08059": "17.43", "08013": "0.31", "08001": "0"}', + coty_name: ['Broomfield', 'Jefferson', 'Boulder', 'Adams'], + cty_code: ['08014', '08059', '08013', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.07453, lat: 39.93182 }, + }, + { + zip_code: '80109', + usps_city: 'Castle Rock', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 23665.0, + density: 346.4, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.90136, lat: 39.36426 }, + }, + { + zip_code: '80212', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19552.0, + density: 2113.7, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "78.94", "08059": "14.91", "08001": "6.14"}', + coty_name: ['Denver', 'Jefferson', 'Adams'], + cty_code: ['08031', '08059', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.04831, lat: 39.77167 }, + }, + { + zip_code: '80219', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 70638.0, + density: 3633.3, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.03438, lat: 39.69538 }, + }, + { + zip_code: '80241', + usps_city: 'Thornton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 33638.0, + density: 1966.1, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.95508, lat: 39.92873 }, + }, + { + zip_code: '80301', + usps_city: 'Boulder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 25581.0, + density: 340.4, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.20013, lat: 40.04859 }, + }, + { + zip_code: '80427', + usps_city: 'Central City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 19.1, + primary_coty_code: '8047', + primary_coty_name: 'Gilpin', + county_weights: '{"08047": "100"}', + coty_name: ['Gilpin'], + cty_code: ['8047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.49498, lat: 39.78026 }, + }, + { + zip_code: '80465', + usps_city: 'Morrison', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 16192.0, + density: 138.7, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.20891, lat: 39.60853 }, + }, + { + zip_code: '80503', + usps_city: 'Longmont', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 35453.0, + density: 150.3, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "99.94", "08069": "0.06"}', + coty_name: ['Boulder', 'Larimer'], + cty_code: ['08013', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.20362, lat: 40.17005 }, + }, + { + zip_code: '80544', + usps_city: 'Niwot', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 920.3, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.17108, lat: 40.10345 }, + }, + { + zip_code: '80804', + usps_city: 'Arriba', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 0.3, + primary_coty_code: '8073', + primary_coty_name: 'Lincoln', + county_weights: '{"08073": "100"}', + coty_name: ['Lincoln'], + cty_code: ['8073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.26141, lat: 39.35189 }, + }, + { + zip_code: '80863', + usps_city: 'Woodland Park', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13034.0, + density: 40.6, + primary_coty_code: '8119', + primary_coty_name: 'Teller', + county_weights: '{"08119": "100"}', + coty_name: ['Teller'], + cty_code: ['8119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.10805, lat: 39.02833 }, + }, + { + zip_code: '80916', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 41018.0, + density: 921.7, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.71311, lat: 38.8052 }, + }, + { + zip_code: '80925', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12342.0, + density: 201.7, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.65042, lat: 38.7507 }, + }, + { + zip_code: '80929', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 1.7, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.62694, lat: 38.82464 }, + }, + { + zip_code: '81004', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 26581.0, + density: 63.0, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.71645, lat: 38.04123 }, + }, + { + zip_code: '81021', + usps_city: 'Arlington', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.1, + primary_coty_code: '8061', + primary_coty_name: 'Kiowa', + county_weights: '{"08061": "100"}', + coty_name: ['Kiowa'], + cty_code: ['8061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.37273, lat: 38.37715 }, + }, + { + zip_code: '81029', + usps_city: 'Campo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 0.2, + primary_coty_code: '8009', + primary_coty_name: 'Baca', + county_weights: '{"08009": "100"}', + coty_name: ['Baca'], + cty_code: ['8009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.48255, lat: 37.08496 }, + }, + { + zip_code: '81047', + usps_city: 'Holly', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1473.0, + density: 1.0, + primary_coty_code: '8099', + primary_coty_name: 'Prowers', + county_weights: '{"08099": "100"}', + coty_name: ['Prowers'], + cty_code: ['8099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.19576, lat: 38.01784 }, + }, + { + zip_code: '81089', + usps_city: 'Walsenburg', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4467.0, + density: 2.5, + primary_coty_code: '8055', + primary_coty_name: 'Huerfano', + county_weights: '{"08055": "100"}', + coty_name: ['Huerfano'], + cty_code: ['8055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.73158, lat: 37.65595 }, + }, + { + zip_code: '81136', + usps_city: 'Hooper', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 0.9, + primary_coty_code: '8003', + primary_coty_name: 'Alamosa', + county_weights: '{"08003": "85.06", "08109": "14.94"}', + coty_name: ['Alamosa', 'Saguache'], + cty_code: ['08003', '08109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.82787, lat: 37.72493 }, + }, + { + zip_code: '81220', + usps_city: 'Cimarron', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 0.2, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "68.79", "08085": "31.21"}', + coty_name: ['Gunnison', 'Montrose'], + cty_code: ['08051', '08085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.48984, lat: 38.30912 }, + }, + { + zip_code: '81232', + usps_city: 'Hillside', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 3.4, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.61045, lat: 38.28509 }, + }, + { + zip_code: '81303', + usps_city: 'Durango', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8157.0, + density: 14.6, + primary_coty_code: '8067', + primary_coty_name: 'La Plata', + county_weights: '{"08067": "100"}', + coty_name: ['La Plata'], + cty_code: ['8067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.89112, lat: 37.11638 }, + }, + { + zip_code: '81326', + usps_city: 'Hesperus', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2306.0, + density: 3.6, + primary_coty_code: '8067', + primary_coty_name: 'La Plata', + county_weights: '{"08067": "100"}', + coty_name: ['La Plata'], + cty_code: ['8067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.16839, lat: 37.16195 }, + }, + { + zip_code: '81331', + usps_city: 'Pleasant View', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 0.5, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "100"}', + coty_name: ['Montezuma'], + cty_code: ['8083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.87147, lat: 37.51641 }, + }, + { + zip_code: '81631', + usps_city: 'Eagle', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8903.0, + density: 14.0, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.76545, lat: 39.63852 }, + }, + { + zip_code: '81647', + usps_city: 'New Castle', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7304.0, + density: 7.7, + primary_coty_code: '8045', + primary_coty_name: 'Garfield', + county_weights: '{"08045": "100"}', + coty_name: ['Garfield'], + cty_code: ['8045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.5542, lat: 39.62108 }, + }, + { + zip_code: '82050', + usps_city: 'Albin', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 0.6, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.1898, lat: 41.45315 }, + }, + { + zip_code: '82214', + usps_city: 'Guernsey', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1078.0, + density: 4.0, + primary_coty_code: '56031', + primary_coty_name: 'Platte', + county_weights: '{"56031": "100"}', + coty_name: ['Platte'], + cty_code: ['56031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.75951, lat: 42.26072 }, + }, + { + zip_code: '82240', + usps_city: 'Torrington', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 10563.0, + density: 6.2, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.17919, lat: 42.24072 }, + }, + { + zip_code: '82244', + usps_city: 'Yoder', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 0.7, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.43974, lat: 41.88119 }, + }, + { + zip_code: '82410', + usps_city: 'Basin', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 2122.0, + density: 4.7, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.12363, lat: 44.36572 }, + }, + { + zip_code: '82433', + usps_city: 'Meeteetse', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1214.0, + density: 0.6, + primary_coty_code: '56029', + primary_coty_name: 'Park', + county_weights: '{"56029": "100"}', + coty_name: ['Park'], + cty_code: ['56029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.10138, lat: 44.06316 }, + }, + { + zip_code: '82443', + usps_city: 'Thermopolis', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 4518.0, + density: 1.4, + primary_coty_code: '56017', + primary_coty_name: 'Hot Springs', + county_weights: '{"56017": "100"}', + coty_name: ['Hot Springs'], + cty_code: ['56017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.47146, lat: 43.72509 }, + }, + { + zip_code: '82712', + usps_city: 'Beulah', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 1.2, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "100"}', + coty_name: ['Crook'], + cty_code: ['56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.1216, lat: 44.45337 }, + }, + { + zip_code: '82844', + usps_city: 'Wolf', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 0.4, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.22022, lat: 44.78645 }, + }, + { + zip_code: '83120', + usps_city: 'Freedom', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 1.9, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "76.22", "16029": "23.78"}', + coty_name: ['Lincoln', 'Caribou'], + cty_code: ['56023', '16029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.13785, lat: 42.93376 }, + }, + { + zip_code: '83337', + usps_city: 'Hill City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 0.0, + primary_coty_code: '16025', + primary_coty_name: 'Camas', + county_weights: '{"16025": "84.85", "16039": "15.15"}', + coty_name: ['Camas', 'Elmore'], + cty_code: ['16025', '16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.14703, lat: 43.22691 }, + }, + { + zip_code: '83454', + usps_city: 'Ucon', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 726.3, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "100"}', + coty_name: ['Bonneville'], + cty_code: ['16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.9575, lat: 43.59353 }, + }, + { + zip_code: '83463', + usps_city: 'Gibbonsville', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 0.2, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.99128, lat: 45.57031 }, + }, + { + zip_code: '83522', + usps_city: 'Cottonwood', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2291.0, + density: 2.1, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.50575, lat: 45.92288 }, + }, + { + zip_code: '83533', + usps_city: 'Greencreek', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 4.6, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.23189, lat: 46.10805 }, + }, + { + zip_code: '83619', + usps_city: 'Fruitland', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 7796.0, + density: 92.7, + primary_coty_code: '16075', + primary_coty_name: 'Payette', + county_weights: '{"16075": "100"}', + coty_name: ['Payette'], + cty_code: ['16075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.91218, lat: 43.9673 }, + }, + { + zip_code: '83643', + usps_city: 'Mesa', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 2.4, + primary_coty_code: '16003', + primary_coty_name: 'Adams', + county_weights: '{"16003": "100"}', + coty_name: ['Adams'], + cty_code: ['16003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.44398, lat: 44.63046 }, + }, + { + zip_code: '83648', + usps_city: 'Mountain Home Afb', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3009.0, + density: 116.3, + primary_coty_code: '16039', + primary_coty_name: 'Elmore', + county_weights: '{"16039": "100"}', + coty_name: ['Elmore'], + cty_code: ['16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.86557, lat: 43.04963 }, + }, + { + zip_code: '83669', + usps_city: 'Star', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 11066.0, + density: 215.8, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "95.67", "16027": "4.33"}', + coty_name: ['Ada', 'Canyon'], + cty_code: ['16001', '16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.49755, lat: 43.71786 }, + }, + { + zip_code: '83823', + usps_city: 'Deary', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1588.0, + density: 3.9, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100", "16035": "0"}', + coty_name: ['Latah', 'Clearwater'], + cty_code: ['16057', '16035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.51549, lat: 46.8062 }, + }, + { + zip_code: '84013', + usps_city: 'Cedar Valley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1163.0, + density: 11.2, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.09228, lat: 40.29589 }, + }, + { + zip_code: '84328', + usps_city: 'Paradise', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1612.0, + density: 10.7, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.83476, lat: 41.54584 }, + }, + { + zip_code: '84606', + usps_city: 'Provo', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 37080.0, + density: 1264.7, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.62555, lat: 40.21444 }, + }, + { + zip_code: '84649', + usps_city: 'Oak City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 1.4, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.33759, lat: 39.33902 }, + }, + { + zip_code: '84736', + usps_city: 'Henrieville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 11.7, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.99608, lat: 37.55015 }, + }, + { + zip_code: '84763', + usps_city: 'Rockville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 5.1, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.07054, lat: 37.14232 }, + }, + { + zip_code: '84774', + usps_city: 'Toquerville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 16.5, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.2812, lat: 37.29052 }, + }, + { + zip_code: '85016', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35930.0, + density: 1535.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.02967, lat: 33.51359 }, + }, + { + zip_code: '85032', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 73203.0, + density: 2275.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.00381, lat: 33.6263 }, + }, + { + zip_code: '85048', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35765.0, + density: 700.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.05578, lat: 33.3126 }, + }, + { + zip_code: '85173', + usps_city: 'Superior', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3098.0, + density: 32.1, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.12336, lat: 33.27017 }, + }, + { + zip_code: '85207', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 49863.0, + density: 644.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.63683, lat: 33.4535 }, + }, + { + zip_code: '85213', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 36916.0, + density: 1505.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.77, lat: 33.44847 }, + }, + { + zip_code: '85249', + usps_city: 'Chandler', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39618.0, + density: 1107.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.79707, lat: 33.22551 }, + }, + { + zip_code: '85258', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 25755.0, + density: 1159.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.89566, lat: 33.56466 }, + }, + { + zip_code: '85281', + usps_city: 'Tempe', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 66833.0, + density: 1931.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.93115, lat: 33.42815 }, + }, + { + zip_code: '85301', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 68579.0, + density: 2856.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.17799, lat: 33.53177 }, + }, + { + zip_code: '85336', + usps_city: 'San Luis', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 51.6, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.78951, lat: 32.54533 }, + }, + { + zip_code: '85349', + usps_city: 'San Luis', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 31488.0, + density: 677.5, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.7524, lat: 32.49738 }, + }, + { + zip_code: '85382', + usps_city: 'Peoria', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 38890.0, + density: 1517.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.24747, lat: 33.65509 }, + }, + { + zip_code: '85388', + usps_city: 'Surprise', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 30817.0, + density: 907.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.43383, lat: 33.6079 }, + }, + { + zip_code: '85634', + usps_city: 'Sells', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6569.0, + density: 0.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "98.32", "04021": "1.68"}', + coty_name: ['Pima', 'Pinal'], + cty_code: ['04019', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.00653, lat: 32.03149 }, + }, + { + zip_code: '85704', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 33065.0, + density: 714.3, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.98553, lat: 32.33788 }, + }, + { + zip_code: '85726', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "0"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.94563, lat: 32.20478 }, + }, + { + zip_code: '86020', + usps_city: 'Cameron', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1955.0, + density: 0.7, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.50372, lat: 35.99215 }, + }, + { + zip_code: '86032', + usps_city: 'Joseph City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1818.0, + density: 3.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.32513, lat: 35.04269 }, + }, + { + zip_code: '86325', + usps_city: 'Cornville', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5554.0, + density: 35.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.89791, lat: 34.73459 }, + }, + { + zip_code: '86337', + usps_city: 'Seligman', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1609.0, + density: 0.5, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "95.58", "04005": "4.42"}', + coty_name: ['Yavapai', 'Coconino'], + cty_code: ['04025', '04005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.0216, lat: 35.35562 }, + }, + { + zip_code: '86429', + usps_city: 'Bullhead City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7616.0, + density: 35.1, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.48865, lat: 35.16265 }, + }, + { + zip_code: '86540', + usps_city: 'Nazlini', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 1.8, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.46249, lat: 35.93448 }, + }, + { + zip_code: '87007', + usps_city: 'Casa Blanca', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1020.0, + density: 16.5, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.50292, lat: 35.03773 }, + }, + { + zip_code: '87042', + usps_city: 'Peralta', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3576.0, + density: 305.0, + primary_coty_code: '35061', + primary_coty_name: 'Valencia', + county_weights: '{"35061": "100"}', + coty_name: ['Valencia'], + cty_code: ['35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.68653, lat: 34.82798 }, + }, + { + zip_code: '87102', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 19191.0, + density: 1139.3, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.64664, lat: 35.08098 }, + }, + { + zip_code: '87320', + usps_city: 'Mexican Springs', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 2.4, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.87611, lat: 35.80791 }, + }, + { + zip_code: '87326', + usps_city: 'Vanderwagen', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1690.0, + density: 3.8, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.83133, lat: 35.26584 }, + }, + { + zip_code: '87375', + usps_city: 'Yatahey', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3390.0, + density: 13.7, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.75616, lat: 35.67201 }, + }, + { + zip_code: '87519', + usps_city: 'Cerro', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 7.9, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.62796, lat: 36.76989 }, + }, + { + zip_code: '87530', + usps_city: 'El Rito', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 808.0, + density: 2.2, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.19133, lat: 36.34928 }, + }, + { + zip_code: '88029', + usps_city: 'Columbus', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1201.0, + density: 2.6, + primary_coty_code: '35029', + primary_coty_name: 'Luna', + county_weights: '{"35029": "100"}', + coty_name: ['Luna'], + cty_code: ['35029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.69127, lat: 31.8459 }, + }, + { + zip_code: '88230', + usps_city: 'Dexter', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4972.0, + density: 7.8, + primary_coty_code: '35005', + primary_coty_name: 'Chaves', + county_weights: '{"35005": "100"}', + coty_name: ['Chaves'], + cty_code: ['35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.39873, lat: 33.21777 }, + }, + { + zip_code: '88421', + usps_city: 'Garita', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.48127, lat: 35.29834 }, + }, + { + zip_code: '88435', + usps_city: 'Santa Rosa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3707.0, + density: 0.8, + primary_coty_code: '35019', + primary_coty_name: 'Guadalupe', + county_weights: '{"35019": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['35019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.69767, lat: 34.91298 }, + }, + { + zip_code: '89045', + usps_city: 'Round Mountain', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1951.0, + density: 0.6, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "100"}', + coty_name: ['Nye'], + cty_code: ['32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.95211, lat: 38.87842 }, + }, + { + zip_code: '89108', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 73991.0, + density: 3185.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.22367, lat: 36.20531 }, + }, + { + zip_code: '89120', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 24813.0, + density: 1375.3, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.09546, lat: 36.08132 }, + }, + { + zip_code: '89411', + usps_city: 'Genoa', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 10.9, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.85021, lat: 39.01902 }, + }, + { + zip_code: '89420', + usps_city: 'Luning', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 0.7, + primary_coty_code: '32021', + primary_coty_name: 'Mineral', + county_weights: '{"32021": "100"}', + coty_name: ['Mineral'], + cty_code: ['32021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.22671, lat: 38.54458 }, + }, + { + zip_code: '89434', + usps_city: 'Sparks', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 25575.0, + density: 330.3, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "95.62", "32029": "4.38"}', + coty_name: ['Washoe', 'Storey'], + cty_code: ['32031', '32029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.64042, lat: 39.53209 }, + }, + { + zip_code: '39322', + usps_city: 'Buckatunna', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2217.0, + density: 11.6, + primary_coty_code: '28153', + primary_coty_name: 'Wayne', + county_weights: '{"28153": "100"}', + coty_name: ['Wayne'], + cty_code: ['28153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53434, lat: 31.58415 }, + }, + { + zip_code: '39362', + usps_city: 'State Line', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3476.0, + density: 6.7, + primary_coty_code: '28153', + primary_coty_name: 'Wayne', + county_weights: '{"28153": "51.78", "28041": "48.22"}', + coty_name: ['Wayne', 'Greene'], + cty_code: ['28153', '28041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54069, lat: 31.39196 }, + }, + { + zip_code: '39480', + usps_city: 'Soso', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3010.0, + density: 21.6, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "97.69", "28061": "2.31"}', + coty_name: ['Jones', 'Jasper'], + cty_code: ['28067', '28061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31219, lat: 31.71061 }, + }, + { + zip_code: '39501', + usps_city: 'Gulfport', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 23600.0, + density: 665.9, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10346, lat: 30.38317 }, + }, + { + zip_code: '39560', + usps_city: 'Long Beach', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 17399.0, + density: 307.5, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.17436, lat: 30.3754 }, + }, + { + zip_code: '39574', + usps_city: 'Saucier', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13471.0, + density: 22.8, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "99.59", "28131": "0.41"}', + coty_name: ['Harrison', 'Stone'], + cty_code: ['28047', '28131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09007, lat: 30.60749 }, + }, + { + zip_code: '39581', + usps_city: 'Pascagoula', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10572.0, + density: 207.7, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "100"}', + coty_name: ['Jackson'], + cty_code: ['28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4905, lat: 30.3575 }, + }, + { + zip_code: '39656', + usps_city: 'Oak Vale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 4.9, + primary_coty_code: '28065', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"28065": "69.74", "28077": "30.26"}', + coty_name: ['Jefferson Davis', 'Lawrence'], + cty_code: ['28065', '28077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93761, lat: 31.44283 }, + }, + { + zip_code: '39819', + usps_city: 'Bainbridge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10659.0, + density: 26.5, + primary_coty_code: '13087', + primary_coty_name: 'Decatur', + county_weights: '{"13087": "100"}', + coty_name: ['Decatur'], + cty_code: ['13087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63844, lat: 30.78522 }, + }, + { + zip_code: '40117', + usps_city: 'Ekron', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 51.6, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "100"}', + coty_name: ['Meade'], + cty_code: ['21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.12642, lat: 37.89774 }, + }, + { + zip_code: '40206', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19693.0, + density: 1329.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.70484, lat: 38.26036 }, + }, + { + zip_code: '40245', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 34529.0, + density: 411.6, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "92.78", "21211": "7.22"}', + coty_name: ['Jefferson', 'Shelby'], + cty_code: ['21111', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.45223, lat: 38.26478 }, + }, + { + zip_code: '40312', + usps_city: 'Clay City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5122.0, + density: 34.8, + primary_coty_code: '21197', + primary_coty_name: 'Powell', + county_weights: '{"21197": "100"}', + coty_name: ['Powell'], + cty_code: ['21197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93091, lat: 37.85237 }, + }, + { + zip_code: '40390', + usps_city: 'Wilmore', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 7931.0, + density: 120.8, + primary_coty_code: '21113', + primary_coty_name: 'Jessamine', + county_weights: '{"21113": "99.44", "21239": "0.56"}', + coty_name: ['Jessamine', 'Woodford'], + cty_code: ['21113', '21239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.67167, lat: 37.8534 }, + }, + { + zip_code: '40445', + usps_city: 'Livingston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 754.0, + density: 6.4, + primary_coty_code: '21203', + primary_coty_name: 'Rockcastle', + county_weights: '{"21203": "96.59", "21109": "3.41"}', + coty_name: ['Rockcastle', 'Jackson'], + cty_code: ['21203', '21109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18764, lat: 37.33471 }, + }, + { + zip_code: '41098', + usps_city: 'Worthville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1927.0, + density: 14.6, + primary_coty_code: '21187', + primary_coty_name: 'Owen', + county_weights: '{"21187": "60.43", "21041": "39.57"}', + coty_name: ['Owen', 'Carroll'], + cty_code: ['21187', '21041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.00069, lat: 38.59179 }, + }, + { + zip_code: '41204', + usps_city: 'Boons Camp', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 23.1, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68462, lat: 37.81988 }, + }, + { + zip_code: '41230', + usps_city: 'Louisa', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11855.0, + density: 20.2, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "98.7", "21159": "1.3"}', + coty_name: ['Lawrence', 'Martin'], + cty_code: ['21127', '21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66635, lat: 38.06401 }, + }, + { + zip_code: '41548', + usps_city: 'Mouthcard', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1187.0, + density: 27.6, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27265, lat: 37.38145 }, + }, + { + zip_code: '41663', + usps_city: 'Tram', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 564.0, + density: 123.7, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65783, lat: 37.56558 }, + }, + { + zip_code: '42039', + usps_city: 'Fancy Farm', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1797.0, + density: 13.6, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "66.25", "21039": "20.79", "21105": "12.96"}', + coty_name: ['Graves', 'Carlisle', 'Hickman'], + cty_code: ['21083', '21039', '21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83142, lat: 36.78263 }, + }, + { + zip_code: '42076', + usps_city: 'New Concord', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 11.5, + primary_coty_code: '21035', + primary_coty_name: 'Calloway', + county_weights: '{"21035": "100"}', + coty_name: ['Calloway'], + cty_code: ['21035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09582, lat: 36.55803 }, + }, + { + zip_code: '42151', + usps_city: 'Hestand', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 1.2, + primary_coty_code: '21171', + primary_coty_name: 'Monroe', + county_weights: '{"21171": "100"}', + coty_name: ['Monroe'], + cty_code: ['21171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.55848, lat: 36.64816 }, + }, + { + zip_code: '42236', + usps_city: 'Herndon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 3.4, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "84.28", "21221": "15.72"}', + coty_name: ['Christian', 'Trigg'], + cty_code: ['21047', '21221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61942, lat: 36.71982 }, + }, + { + zip_code: '42303', + usps_city: 'Owensboro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 41091.0, + density: 331.0, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "100"}', + coty_name: ['Daviess'], + cty_code: ['21059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.04899, lat: 37.76154 }, + }, + { + zip_code: '42322', + usps_city: 'Beech Grove', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 498.8, + primary_coty_code: '21149', + primary_coty_name: 'McLean', + county_weights: '{"21149": "100"}', + coty_name: ['McLean'], + cty_code: ['21149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.39532, lat: 37.61369 }, + }, + { + zip_code: '42337', + usps_city: 'Drakesboro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2342.0, + density: 18.3, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.01079, lat: 37.2272 }, + }, + { + zip_code: '42409', + usps_city: 'Dixon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2758.0, + density: 12.3, + primary_coty_code: '21233', + primary_coty_name: 'Webster', + county_weights: '{"21233": "100"}', + coty_name: ['Webster'], + cty_code: ['21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70071, lat: 37.54304 }, + }, + { + zip_code: '42741', + usps_city: 'Glens Fork', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 16.4, + primary_coty_code: '21001', + primary_coty_name: 'Adair', + county_weights: '{"21001": "100"}', + coty_name: ['Adair'], + cty_code: ['21001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.24056, lat: 36.99531 }, + }, + { + zip_code: '42746', + usps_city: 'Hardyville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2141.0, + density: 17.7, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "84.36", "21087": "7.93", "21169": "7.72"}', + coty_name: ['Hart', 'Green', 'Metcalfe'], + cty_code: ['21099', '21087', '21169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.7336, lat: 37.21189 }, + }, + { + zip_code: '43005', + usps_city: 'Bladensburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 82.1, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "100"}', + coty_name: ['Knox'], + cty_code: ['39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27706, lat: 40.28618 }, + }, + { + zip_code: '43025', + usps_city: 'Hebron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5092.0, + density: 56.2, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51676, lat: 39.96634 }, + }, + { + zip_code: '43081', + usps_city: 'Westerville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 63604.0, + density: 995.4, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89134, lat: 40.11064 }, + }, + { + zip_code: '43135', + usps_city: 'Laurelville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3942.0, + density: 16.0, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: + '{"39073": "70.44", "39129": "14.06", "39141": "13.25", "39163": "2.25"}', + coty_name: ['Hocking', 'Pickaway', 'Ross', 'Vinton'], + cty_code: ['39073', '39129', '39141', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.69757, lat: 39.46644 }, + }, + { + zip_code: '43140', + usps_city: 'London', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24467.0, + density: 42.5, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: '{"39097": "98.28", "39049": "1.49", "39023": "0.22"}', + coty_name: ['Madison', 'Franklin', 'Clark'], + cty_code: ['39097', '39049', '39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42997, lat: 39.88299 }, + }, + { + zip_code: '43232', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 47235.0, + density: 1486.6, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87022, lat: 39.92216 }, + }, + { + zip_code: '43323', + usps_city: 'Harpster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 699.0, + density: 7.3, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "100"}', + coty_name: ['Wyandot'], + cty_code: ['39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.25004, lat: 40.73156 }, + }, + { + zip_code: '43457', + usps_city: 'Risingsun', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1490.0, + density: 31.0, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "73.35", "39143": "24.38", "39147": "2.27"}', + coty_name: ['Wood', 'Sandusky', 'Seneca'], + cty_code: ['39173', '39143', '39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42749, lat: 41.26732 }, + }, + { + zip_code: '43739', + usps_city: 'Glenford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2345.0, + density: 28.4, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "64.05", "39089": "35.95"}', + coty_name: ['Perry', 'Licking'], + cty_code: ['39127', '39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28878, lat: 39.90779 }, + }, + { + zip_code: '43755', + usps_city: 'Lore City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1762.0, + density: 19.2, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43484, lat: 40.05431 }, + }, + { + zip_code: '43933', + usps_city: 'Jacobsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 14.5, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89439, lat: 39.93718 }, + }, + { + zip_code: '44004', + usps_city: 'Ashtabula', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31498.0, + density: 168.0, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78859, lat: 41.85338 }, + }, + { + zip_code: '44145', + usps_city: 'Westlake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32275.0, + density: 782.4, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92945, lat: 41.45244 }, + }, + { + zip_code: '44687', + usps_city: 'Walnut Creek', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 1739.5, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "100"}', + coty_name: ['Holmes'], + cty_code: ['39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72007, lat: 40.53789 }, + }, + { + zip_code: '44818', + usps_city: 'Bloomville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2460.0, + density: 13.0, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "68.42", "39033": "31.58"}', + coty_name: ['Seneca', 'Crawford'], + cty_code: ['39147', '39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99593, lat: 41.00036 }, + }, + { + zip_code: '44853', + usps_city: 'New Riegel', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1442.0, + density: 20.4, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30302, lat: 41.0553 }, + }, + { + zip_code: '45013', + usps_city: 'Hamilton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 54333.0, + density: 181.7, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "99.98", "39061": "0.02"}', + coty_name: ['Butler', 'Hamilton'], + cty_code: ['39017', '39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64867, lat: 39.40771 }, + }, + { + zip_code: '45102', + usps_city: 'Amelia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22029.0, + density: 386.0, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20427, lat: 39.01712 }, + }, + { + zip_code: '45150', + usps_city: 'Milford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33011.0, + density: 389.7, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "99.94", "39061": "0.06"}', + coty_name: ['Clermont', 'Hamilton'], + cty_code: ['39025', '39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.233, lat: 39.1657 }, + }, + { + zip_code: '45171', + usps_city: 'Sardinia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5997.0, + density: 30.7, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "78.28", "39071": "21.72"}', + coty_name: ['Brown', 'Highland'], + cty_code: ['39015', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79884, lat: 39.01455 }, + }, + { + zip_code: '45209', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11225.0, + density: 1831.8, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42651, lat: 39.15304 }, + }, + { + zip_code: '45239', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28757.0, + density: 1759.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57993, lat: 39.20446 }, + }, + { + zip_code: '45249', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13571.0, + density: 800.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "97.33", "39165": "2.67"}', + coty_name: ['Hamilton', 'Warren'], + cty_code: ['39061', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32799, lat: 39.27545 }, + }, + { + zip_code: '45252', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4456.0, + density: 151.0, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63214, lat: 39.27347 }, + }, + { + zip_code: '45302', + usps_city: 'Anna', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4281.0, + density: 32.7, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20383, lat: 40.40228 }, + }, + { + zip_code: '45305', + usps_city: 'Bellbrook', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11172.0, + density: 298.6, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.07969, lat: 39.63474 }, + }, + { + zip_code: '45617', + usps_city: 'Bourneville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 431.2, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "100"}', + coty_name: ['Ross'], + cty_code: ['39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.15589, lat: 39.2797 }, + }, + { + zip_code: '45630', + usps_city: 'Friendship', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 264.5, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09141, lat: 38.69916 }, + }, + { + zip_code: '45695', + usps_city: 'Wilkesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 6.5, + primary_coty_code: '39163', + primary_coty_name: 'Vinton', + county_weights: '{"39163": "100"}', + coty_name: ['Vinton'], + cty_code: ['39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36917, lat: 39.15942 }, + }, + { + zip_code: '45698', + usps_city: 'Zaleski', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 38.8, + primary_coty_code: '39163', + primary_coty_name: 'Vinton', + county_weights: '{"39163": "100"}', + coty_name: ['Vinton'], + cty_code: ['39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39259, lat: 39.28581 }, + }, + { + zip_code: '45710', + usps_city: 'Albany', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5378.0, + density: 20.6, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "62.93", "39105": "28.14", "39163": "8.93"}', + coty_name: ['Athens', 'Meigs', 'Vinton'], + cty_code: ['39009', '39105', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22951, lat: 39.19803 }, + }, + { + zip_code: '45740', + usps_city: 'Jacksonville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 393.7, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07966, lat: 39.47702 }, + }, + { + zip_code: '45806', + usps_city: 'Lima', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10923.0, + density: 70.3, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "76.43", "39011": "23.57"}', + coty_name: ['Allen', 'Auglaize'], + cty_code: ['39003', '39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12437, lat: 40.6752 }, + }, + { + zip_code: '45820', + usps_city: 'Cairo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 271.5, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08394, lat: 40.8349 }, + }, + { + zip_code: '45869', + usps_city: 'New Bremen', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4875.0, + density: 51.2, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "96.05", "39149": "2.1", "39107": "1.85"}', + coty_name: ['Auglaize', 'Shelby', 'Mercer'], + cty_code: ['39011', '39149', '39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39712, lat: 40.4566 }, + }, + { + zip_code: '45891', + usps_city: 'Van Wert', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14956.0, + density: 43.7, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "100"}', + coty_name: ['Van Wert'], + cty_code: ['39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57436, lat: 40.875 }, + }, + { + zip_code: '46037', + usps_city: 'Fishers', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 41890.0, + density: 854.1, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.94715, lat: 39.96035 }, + }, + { + zip_code: '46105', + usps_city: 'Bainbridge', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 16.4, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "100"}', + coty_name: ['Putnam'], + cty_code: ['18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.81056, lat: 39.76418 }, + }, + { + zip_code: '46143', + usps_city: 'Greenwood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 57211.0, + density: 453.0, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "100"}', + coty_name: ['Johnson'], + cty_code: ['18081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.11657, lat: 39.59509 }, + }, + { + zip_code: '46147', + usps_city: 'Jamestown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3209.0, + density: 21.0, + primary_coty_code: '18011', + primary_coty_name: 'Boone', + county_weights: '{"18011": "92.8", "18063": "7.2"}', + coty_name: ['Boone', 'Hendricks'], + cty_code: ['18011', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.62604, lat: 39.97068 }, + }, + { + zip_code: '46221', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26714.0, + density: 518.0, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.23781, lat: 39.69207 }, + }, + { + zip_code: '46224', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37074.0, + density: 1992.9, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.2565, lat: 39.79543 }, + }, + { + zip_code: '46250', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18402.0, + density: 935.9, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "99.04", "18057": "0.96"}', + coty_name: ['Marion', 'Hamilton'], + cty_code: ['18097', '18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.06806, lat: 39.9041 }, + }, + { + zip_code: '46347', + usps_city: 'Kouts', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4833.0, + density: 26.0, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00735, lat: 41.30497 }, + }, + { + zip_code: '46356', + usps_city: 'Lowell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17720.0, + density: 58.0, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.41419, lat: 41.25996 }, + }, + { + zip_code: '46393', + usps_city: 'Wheeler', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 76.4, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.1776, lat: 41.50823 }, + }, + { + zip_code: '46919', + usps_city: 'Converse', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2407.0, + density: 22.0, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: + '{"18103": "56.23", "18053": "38.16", "18067": "4.69", "18169": "0.92"}', + coty_name: ['Miami', 'Grant', 'Howard', 'Wabash'], + cty_code: ['18103', '18053', '18067', '18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.86881, lat: 40.5896 }, + }, + { + zip_code: '47120', + usps_city: 'Fredericksburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 741.0, + density: 15.4, + primary_coty_code: '18175', + primary_coty_name: 'Washington', + county_weights: '{"18175": "100"}', + coty_name: ['Washington'], + cty_code: ['18175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.18847, lat: 38.45656 }, + }, + { + zip_code: '47123', + usps_city: 'Grantsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 6.4, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "100"}', + coty_name: ['Crawford'], + cty_code: ['18025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.47935, lat: 38.26719 }, + }, + { + zip_code: '47234', + usps_city: 'Flat Rock', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1457.0, + density: 17.0, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "100"}', + coty_name: ['Shelby'], + cty_code: ['18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.76796, lat: 39.37721 }, + }, + { + zip_code: '47327', + usps_city: 'Cambridge City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4512.0, + density: 31.9, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "93.02", "18065": "6.98"}', + coty_name: ['Wayne', 'Henry'], + cty_code: ['18177', '18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.17382, lat: 39.83125 }, + }, + { + zip_code: '47345', + usps_city: 'Greens Fork', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1406.0, + density: 18.3, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "100"}', + coty_name: ['Wayne'], + cty_code: ['18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.04865, lat: 39.89103 }, + }, + { + zip_code: '47387', + usps_city: 'Straughn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 17.2, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.29404, lat: 39.83539 }, + }, + { + zip_code: '47406', + usps_city: 'Bloomington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3945.0, + density: 6861.7, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.51543, lat: 39.17777 }, + }, + { + zip_code: '47465', + usps_city: 'Switz City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 8.4, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.04078, lat: 39.04648 }, + }, + { + zip_code: '47550', + usps_city: 'Lamar', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 6.2, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.92632, lat: 38.06463 }, + }, + { + zip_code: '47575', + usps_city: 'Saint Anthony', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 955.0, + density: 17.4, + primary_coty_code: '18037', + primary_coty_name: 'Dubois', + county_weights: '{"18037": "100"}', + coty_name: ['Dubois'], + cty_code: ['18037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.81057, lat: 38.32153 }, + }, + { + zip_code: '47708', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 310.0, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57379, lat: 37.97445 }, + }, + { + zip_code: '48014', + usps_city: 'Capac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4136.0, + density: 43.6, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "98.83", "26087": "1.17"}', + coty_name: ['St. Clair', 'Lapeer'], + cty_code: ['26147', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.93086, lat: 43.02537 }, + }, + { + zip_code: '48032', + usps_city: 'Jeddo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1875.0, + density: 19.4, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "81.44", "26151": "18.56"}', + coty_name: ['St. Clair', 'Sanilac'], + cty_code: ['26147', '26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.59489, lat: 43.13334 }, + }, + { + zip_code: '48065', + usps_city: 'Romeo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11042.0, + density: 114.1, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.0407, lat: 42.84552 }, + }, + { + zip_code: '48137', + usps_city: 'Gregory', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5245.0, + density: 47.7, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "71.25", "26161": "28.75"}', + coty_name: ['Livingston', 'Washtenaw'], + cty_code: ['26093', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.0736, lat: 42.46219 }, + }, + { + zip_code: '48143', + usps_city: 'Lakeland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.85196, lat: 42.45982 }, + }, + { + zip_code: '48190', + usps_city: 'Whittaker', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 247.1, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.59377, lat: 42.13155 }, + }, + { + zip_code: '48204', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23927.0, + density: 1843.3, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14294, lat: 42.36576 }, + }, + { + zip_code: '48326', + usps_city: 'Auburn Hills', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22352.0, + density: 501.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.25332, lat: 42.67577 }, + }, + { + zip_code: '48327', + usps_city: 'Waterford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21937.0, + density: 747.2, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.41415, lat: 42.64421 }, + }, + { + zip_code: '48359', + usps_city: 'Lake Orion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9800.0, + density: 351.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.27878, lat: 42.72202 }, + }, + { + zip_code: '48374', + usps_city: 'Novi', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16589.0, + density: 704.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.52386, lat: 42.47081 }, + }, + { + zip_code: '48382', + usps_city: 'Commerce Township', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23581.0, + density: 553.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.50585, lat: 42.59073 }, + }, + { + zip_code: '48411', + usps_city: 'Atlas', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 78.9, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.53083, lat: 42.93608 }, + }, + { + zip_code: '48419', + usps_city: 'Carsonville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2282.0, + density: 11.4, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.65461, lat: 43.42927 }, + }, + { + zip_code: '48604', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12307.0, + density: 190.6, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "98.81", "26017": "1.19"}', + coty_name: ['Saginaw', 'Bay'], + cty_code: ['26145', '26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.96255, lat: 43.49444 }, + }, + { + zip_code: '48607', + usps_city: 'Saginaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1556.0, + density: 673.1, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.9338, lat: 43.43177 }, + }, + { + zip_code: '48744', + usps_city: 'Mayville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4128.0, + density: 24.6, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "91.55", "26087": "8.45"}', + coty_name: ['Tuscola', 'Lapeer'], + cty_code: ['26157', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.36059, lat: 43.3477 }, + }, + { + zip_code: '48838', + usps_city: 'Greenville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18376.0, + density: 76.8, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "85.66", "26081": "14.17", "26067": "0.16"}', + coty_name: ['Montcalm', 'Kent', 'Ionia'], + cty_code: ['26117', '26081', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.25749, lat: 43.18392 }, + }, + { + zip_code: '48842', + usps_city: 'Holt', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21974.0, + density: 471.9, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.53868, lat: 42.63384 }, + }, + { + zip_code: '48867', + usps_city: 'Owosso', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27186.0, + density: 76.2, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "100"}', + coty_name: ['Shiawassee'], + cty_code: ['26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.1886, lat: 43.00318 }, + }, + { + zip_code: '48876', + usps_city: 'Potterville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4172.0, + density: 116.4, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "100"}', + coty_name: ['Eaton'], + cty_code: ['26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.7357, lat: 42.64556 }, + }, + { + zip_code: '48886', + usps_city: 'Six Lakes', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1956.0, + density: 25.3, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "97.59", "26107": "2.41"}', + coty_name: ['Montcalm', 'Mecosta'], + cty_code: ['26117', '26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.16183, lat: 43.41909 }, + }, + { + zip_code: '48891', + usps_city: 'Vestaburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2807.0, + density: 25.3, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.91364, lat: 43.39589 }, + }, + { + zip_code: '48906', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26391.0, + density: 307.2, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "68.33", "26037": "28.4", "26045": "3.27"}', + coty_name: ['Ingham', 'Clinton', 'Eaton'], + cty_code: ['26065', '26037', '26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.58759, lat: 42.78453 }, + }, + { + zip_code: '49010', + usps_city: 'Allegan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18001.0, + density: 43.8, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "99.48", "26159": "0.52"}', + coty_name: ['Allegan', 'Van Buren'], + cty_code: ['26005', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.87431, lat: 42.53463 }, + }, + { + zip_code: '49046', + usps_city: 'Delton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7883.0, + density: 38.5, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "100"}', + coty_name: ['Barry'], + cty_code: ['26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.40322, lat: 42.51237 }, + }, + { + zip_code: '49066', + usps_city: 'Leonidas', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 546.0, + density: 10.4, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.34999, lat: 42.03445 }, + }, + { + zip_code: '49242', + usps_city: 'Hillsdale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14809.0, + density: 63.1, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.6164, lat: 41.88334 }, + }, + { + zip_code: '49267', + usps_city: 'Ottawa Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3988.0, + density: 38.5, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "93.03", "26091": "6.97"}', + coty_name: ['Monroe', 'Lenawee'], + cty_code: ['26115', '26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.72251, lat: 41.76089 }, + }, + { + zip_code: '49403', + usps_city: 'Conklin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2747.0, + density: 22.5, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "94.38", "26121": "4.04", "26081": "1.58"}', + coty_name: ['Ottawa', 'Muskegon', 'Kent'], + cty_code: ['26139', '26121', '26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.8519, lat: 43.13495 }, + }, + { + zip_code: '49412', + usps_city: 'Fremont', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11419.0, + density: 40.9, + primary_coty_code: '26123', + primary_coty_name: 'Newaygo', + county_weights: '{"26123": "98.17", "26127": "1.17", "26121": "0.66"}', + coty_name: ['Newaygo', 'Oceana', 'Muskegon'], + cty_code: ['26123', '26127', '26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.94815, lat: 43.4686 }, + }, + { + zip_code: '49546', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 34111.0, + density: 729.3, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.53745, lat: 42.92759 }, + }, + { + zip_code: '49618', + usps_city: 'Boon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 9.6, + primary_coty_code: '26165', + primary_coty_name: 'Wexford', + county_weights: '{"26165": "100"}', + coty_name: ['Wexford'], + cty_code: ['26165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.60237, lat: 44.29285 }, + }, + { + zip_code: '49636', + usps_city: 'Glen Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 13.8, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.99598, lat: 44.87721 }, + }, + { + zip_code: '49717', + usps_city: 'Burt Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 46.8, + primary_coty_code: '26031', + primary_coty_name: 'Cheboygan', + county_weights: '{"26031": "100"}', + coty_name: ['Cheboygan'], + cty_code: ['26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.69817, lat: 45.439 }, + }, + { + zip_code: '49722', + usps_city: 'Conway', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 178.0, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "100"}', + coty_name: ['Emmet'], + cty_code: ['26047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.86324, lat: 45.42349 }, + }, + { + zip_code: '49788', + usps_city: 'Kincheloe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5998.0, + density: 298.8, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46748, lat: 46.264 }, + }, + { + zip_code: '49863', + usps_city: 'Nadeau', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 103.6, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.55149, lat: 45.61329 }, + }, + { + zip_code: '49917', + usps_city: 'Copper City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 197.0, + density: 44.3, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.35909, lat: 47.28139 }, + }, + { + zip_code: '49918', + usps_city: 'Copper Harbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 0.8, + primary_coty_code: '26083', + primary_coty_name: 'Keweenaw', + county_weights: '{"26083": "100"}', + coty_name: ['Keweenaw'], + cty_code: ['26083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.83571, lat: 47.43409 }, + }, + { + zip_code: '49969', + usps_city: 'Watersmeet', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 1.9, + primary_coty_code: '26053', + primary_coty_name: 'Gogebic', + county_weights: '{"26053": "100"}', + coty_name: ['Gogebic'], + cty_code: ['26053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -89.22106, lat: 46.2463 }, + }, + { + zip_code: '50061', + usps_city: 'Cumming', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 23.1, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: + '{"19181": "44.44", "19049": "28.34", "19121": "24.4", "19153": "2.82"}', + coty_name: ['Warren', 'Dallas', 'Madison', 'Polk'], + cty_code: ['19181', '19049', '19121', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78805, lat: 41.48516 }, + }, + { + zip_code: '50126', + usps_city: 'Iowa Falls', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6470.0, + density: 18.4, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "96.85", "19069": "3.15"}', + coty_name: ['Hardin', 'Franklin'], + cty_code: ['19083', '19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24705, lat: 42.50703 }, + }, + { + zip_code: '50167', + usps_city: 'Minburn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 6.9, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04805, lat: 41.74418 }, + }, + { + zip_code: '50321', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8698.0, + density: 286.3, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67288, lat: 41.53945 }, + }, + { + zip_code: '50401', + usps_city: 'Mason City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 28957.0, + density: 75.0, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "100"}', + coty_name: ['Cerro Gordo'], + cty_code: ['19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.20016, lat: 43.15371 }, + }, + { + zip_code: '50420', + usps_city: 'Alexander', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 2.4, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "89.92", "19197": "10.08"}', + coty_name: ['Franklin', 'Wright'], + cty_code: ['19069', '19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.46037, lat: 42.8042 }, + }, + { + zip_code: '50475', + usps_city: 'Sheffield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1519.0, + density: 6.6, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "92.71", "19033": "7.29"}', + coty_name: ['Franklin', 'Cerro Gordo'], + cty_code: ['19069', '19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21844, lat: 42.87944 }, + }, + { + zip_code: '50511', + usps_city: 'Algona', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6767.0, + density: 21.1, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22014, lat: 43.07388 }, + }, + { + zip_code: '50535', + usps_city: 'Early', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1024.0, + density: 6.5, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "100"}', + coty_name: ['Sac'], + cty_code: ['19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16234, lat: 42.45253 }, + }, + { + zip_code: '50557', + usps_city: 'Lehigh', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 5.1, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04052, lat: 42.35614 }, + }, + { + zip_code: '50583', + usps_city: 'Sac City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2628.0, + density: 8.6, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "100"}', + coty_name: ['Sac'], + cty_code: ['19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98656, lat: 42.43266 }, + }, + { + zip_code: '50591', + usps_city: 'Thor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 422.0, + density: 5.7, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "94.38", "19187": "5.63"}', + coty_name: ['Humboldt', 'Webster'], + cty_code: ['19091', '19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0557, lat: 42.67602 }, + }, + { + zip_code: '50601', + usps_city: 'Ackley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2638.0, + density: 7.2, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: + '{"19083": "73.82", "19069": "13.56", "19075": "7.26", "19023": "5.36"}', + coty_name: ['Hardin', 'Franklin', 'Grundy', 'Butler'], + cty_code: ['19083', '19069', '19075', '19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05642, lat: 42.56684 }, + }, + { + zip_code: '50624', + usps_city: 'Dike', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1560.0, + density: 11.5, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "100"}', + coty_name: ['Grundy'], + cty_code: ['19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65873, lat: 42.46782 }, + }, + { + zip_code: '50628', + usps_city: 'Elma', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1287.0, + density: 4.5, + primary_coty_code: '19089', + primary_coty_name: 'Howard', + county_weights: '{"19089": "95.92", "19131": "4.08"}', + coty_name: ['Howard', 'Mitchell'], + cty_code: ['19089', '19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39069, lat: 43.26719 }, + }, + { + zip_code: '50642', + usps_city: 'Holland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 6.6, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "100"}', + coty_name: ['Grundy'], + cty_code: ['19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81271, lat: 42.43977 }, + }, + { + zip_code: '50676', + usps_city: 'Tripoli', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2196.0, + density: 14.9, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "100"}', + coty_name: ['Bremer'], + cty_code: ['19017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27961, lat: 42.79629 }, + }, + { + zip_code: '50853', + usps_city: 'Massena', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 682.0, + density: 3.5, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "98.43", "19003": "1.57"}', + coty_name: ['Cass', 'Adams'], + cty_code: ['19029', '19003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77067, lat: 41.23979 }, + }, + { + zip_code: '51436', + usps_city: 'Breda', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 844.0, + density: 5.4, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "84.73", "19161": "8.08", "19047": "7.19"}', + coty_name: ['Carroll', 'Sac', 'Crawford'], + cty_code: ['19027', '19161', '19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.01671, lat: 42.18516 }, + }, + { + zip_code: '51444', + usps_city: 'Halbur', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 665.5, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97312, lat: 42.00485 }, + }, + { + zip_code: '51530', + usps_city: 'Earling', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 4.6, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "100"}', + coty_name: ['Shelby'], + cty_code: ['19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43022, lat: 41.78448 }, + }, + { + zip_code: '51565', + usps_city: 'Portsmouth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 3.2, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "87.23", "19085": "12.77"}', + coty_name: ['Shelby', 'Harrison'], + cty_code: ['19165', '19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5207, lat: 41.64473 }, + }, + { + zip_code: '51566', + usps_city: 'Red Oak', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6380.0, + density: 14.0, + primary_coty_code: '19137', + primary_coty_name: 'Montgomery', + county_weights: '{"19137": "98.86", "19145": "0.95", "19155": "0.18"}', + coty_name: ['Montgomery', 'Page', 'Pottawattamie'], + cty_code: ['19137', '19145', '19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.2313, lat: 41.0163 }, + }, + { + zip_code: '51646', + usps_city: 'New Market', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 5.3, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: '{"19173": "100"}', + coty_name: ['Taylor'], + cty_code: ['19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87583, lat: 40.74651 }, + }, + { + zip_code: '52045', + usps_city: 'Epworth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2499.0, + density: 20.2, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93757, lat: 42.46088 }, + }, + { + zip_code: '52079', + usps_city: 'Zwingle', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 729.0, + density: 4.7, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "58.31", "19061": "41.69"}', + coty_name: ['Jackson', 'Dubuque'], + cty_code: ['19097', '19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.71624, lat: 42.28552 }, + }, + { + zip_code: '52140', + usps_city: 'Dorchester', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 597.0, + density: 3.0, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: '{"19005": "86.28", "19191": "13.72"}', + coty_name: ['Allamakee', 'Winneshiek'], + cty_code: ['19005', '19191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53666, lat: 43.44338 }, + }, + { + zip_code: '52144', + usps_city: 'Fort Atkinson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1167.0, + density: 6.0, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "96.27", "19065": "3.73"}', + coty_name: ['Winneshiek', 'Fayette'], + cty_code: ['19191', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96241, lat: 43.13915 }, + }, + { + zip_code: '52215', + usps_city: 'Chelsea', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 3.3, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "88.49", "19157": "11.51"}', + coty_name: ['Tama', 'Poweshiek'], + cty_code: ['19171', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39557, lat: 41.90871 }, + }, + { + zip_code: '52247', + usps_city: 'Kalona', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5130.0, + density: 24.9, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "67.83", "19103": "32.17"}', + coty_name: ['Washington', 'Johnson'], + cty_code: ['19183', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71884, lat: 41.51488 }, + }, + { + zip_code: '52249', + usps_city: 'Keystone', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 939.0, + density: 7.2, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20543, lat: 42.01417 }, + }, + { + zip_code: '52327', + usps_city: 'Riverside', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3042.0, + density: 14.0, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "84.53", "19103": "15.47"}', + coty_name: ['Washington', 'Johnson'], + cty_code: ['19183', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.58101, lat: 41.47637 }, + }, + { + zip_code: '52348', + usps_city: 'Vining', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 26.1, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "100"}', + coty_name: ['Tama'], + cty_code: ['19171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38148, lat: 41.99015 }, + }, + { + zip_code: '52551', + usps_city: 'Douds', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 2.7, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "100"}', + coty_name: ['Van Buren'], + cty_code: ['19177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10191, lat: 40.82485 }, + }, + { + zip_code: '52567', + usps_city: 'Libertyville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 803.0, + density: 11.0, + primary_coty_code: '19101', + primary_coty_name: 'Jefferson', + county_weights: '{"19101": "96.1", "19177": "3.9"}', + coty_name: ['Jefferson', 'Van Buren'], + cty_code: ['19101', '19177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07781, lat: 40.93035 }, + }, + { + zip_code: '52594', + usps_city: 'Unionville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 2.1, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "76.44", "19051": "23.56"}', + coty_name: ['Appanoose', 'Davis'], + cty_code: ['19007', '19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64972, lat: 40.8357 }, + }, + { + zip_code: '52601', + usps_city: 'Burlington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 28735.0, + density: 100.1, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "100"}', + coty_name: ['Des Moines'], + cty_code: ['19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.112, lat: 40.85501 }, + }, + { + zip_code: '52640', + usps_city: 'Morning Sun', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1451.0, + density: 7.7, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "87.35", "19057": "12.65"}', + coty_name: ['Louisa', 'Des Moines'], + cty_code: ['19115', '19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.28487, lat: 41.09971 }, + }, + { + zip_code: '52660', + usps_city: 'Yarmouth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 2.7, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "100"}', + coty_name: ['Des Moines'], + cty_code: ['19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29763, lat: 40.99252 }, + }, + { + zip_code: '53037', + usps_city: 'Jackson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9982.0, + density: 167.8, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "100"}', + coty_name: ['Washington'], + cty_code: ['55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16245, lat: 43.31225 }, + }, + { + zip_code: '53048', + usps_city: 'Lomira', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3314.0, + density: 48.3, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "99.38", "55039": "0.62"}', + coty_name: ['Dodge', 'Fond du Lac'], + cty_code: ['55027', '55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.45134, lat: 43.57945 }, + }, + { + zip_code: '53073', + usps_city: 'Plymouth', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14777.0, + density: 70.0, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98876, lat: 43.75211 }, + }, + { + zip_code: '53104', + usps_city: 'Bristol', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5437.0, + density: 65.9, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03498, lat: 42.55728 }, + }, + { + zip_code: '53144', + usps_city: 'Kenosha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26459.0, + density: 233.7, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92314, lat: 42.61949 }, + }, + { + zip_code: '53181', + usps_city: 'Twin Lakes', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7460.0, + density: 205.1, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24475, lat: 42.5166 }, + }, + { + zip_code: '53522', + usps_city: 'Browntown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 9.9, + primary_coty_code: '55045', + primary_coty_name: 'Green', + county_weights: '{"55045": "93.27", "55065": "6.73"}', + coty_name: ['Green', 'Lafayette'], + cty_code: ['55045', '55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.79023, lat: 42.55635 }, + }, + { + zip_code: '53526', + usps_city: 'Cobb', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 620.0, + density: 29.5, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34362, lat: 42.9741 }, + }, + { + zip_code: '53530', + usps_city: 'Darlington', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4457.0, + density: 12.9, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: '{"55065": "100"}', + coty_name: ['Lafayette'], + cty_code: ['55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10584, lat: 42.69384 }, + }, + { + zip_code: '53598', + usps_city: 'Windsor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2713.0, + density: 304.0, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33763, lat: 43.20628 }, + }, + { + zip_code: '54002', + usps_city: 'Baldwin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6361.0, + density: 32.5, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.37135, lat: 44.9625 }, + }, + { + zip_code: '54024', + usps_city: 'Saint Croix Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4748.0, + density: 21.7, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6465, lat: 45.49745 }, + }, + { + zip_code: '54180', + usps_city: 'Wrightstown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3490.0, + density: 328.6, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "94.72", "55087": "5.28"}', + coty_name: ['Brown', 'Outagamie'], + cty_code: ['55009', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17479, lat: 44.32639 }, + }, + { + zip_code: '54208', + usps_city: 'Denmark', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6441.0, + density: 24.3, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "79.31", "55061": "11.81", "55071": "8.88"}', + coty_name: ['Brown', 'Kewaunee', 'Manitowoc'], + cty_code: ['55009', '55061', '55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79668, lat: 44.36408 }, + }, + { + zip_code: '54420', + usps_city: 'Chili', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1268.0, + density: 12.7, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "96.4", "55141": "3.6"}', + coty_name: ['Clark', 'Wood'], + cty_code: ['55019', '55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35344, lat: 44.61231 }, + }, + { + zip_code: '54446', + usps_city: 'Loyal', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3092.0, + density: 15.6, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "100"}', + coty_name: ['Clark'], + cty_code: ['55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47184, lat: 44.7532 }, + }, + { + zip_code: '54542', + usps_city: 'Long Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 0.6, + primary_coty_code: '55037', + primary_coty_name: 'Florence', + county_weights: '{"55037": "64.04", "55041": "35.96"}', + coty_name: ['Florence', 'Forest'], + cty_code: ['55037', '55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71962, lat: 45.92228 }, + }, + { + zip_code: '54563', + usps_city: 'Tony', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 781.0, + density: 7.3, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "100"}', + coty_name: ['Rusk'], + cty_code: ['55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.97366, lat: 45.46546 }, + }, + { + zip_code: '54632', + usps_city: 'Genoa', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1132.0, + density: 9.3, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "100"}', + coty_name: ['Vernon'], + cty_code: ['55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14609, lat: 43.56413 }, + }, + { + zip_code: '54740', + usps_city: 'Elmwood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1989.0, + density: 8.4, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "75.83", "55033": "24.17"}', + coty_name: ['Pierce', 'Dunn'], + cty_code: ['55093', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16172, lat: 44.74436 }, + }, + { + zip_code: '54757', + usps_city: 'New Auburn', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3542.0, + density: 8.7, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: + '{"55017": "56.46", "55005": "24.86", "55033": "12.73", "55107": "5.94"}', + coty_name: ['Chippewa', 'Barron', 'Dunn', 'Rusk'], + cty_code: ['55017', '55005', '55033', '55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.52428, lat: 45.23174 }, + }, + { + zip_code: '54814', + usps_city: 'Bayfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2718.0, + density: 7.1, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91781, lat: 46.86052 }, + }, + { + zip_code: '54842', + usps_city: 'Hawthorne', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 9.9, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85627, lat: 46.4951 }, + }, + { + zip_code: '54844', + usps_city: 'Herbster', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 266.0, + density: 1.7, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22254, lat: 46.79019 }, + }, + { + zip_code: '54876', + usps_city: 'Stone Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1317.0, + density: 5.0, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "68.79", "55129": "31.21"}', + coty_name: ['Sawyer', 'Washburn'], + cty_code: ['55113', '55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50264, lat: 45.83049 }, + }, + { + zip_code: '55018', + usps_city: 'Dennison', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 906.0, + density: 7.3, + primary_coty_code: '27049', + primary_coty_name: 'Goodhue', + county_weights: '{"27049": "88.37", "27131": "11.63"}', + coty_name: ['Goodhue', 'Rice'], + cty_code: ['27049', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99565, lat: 44.42218 }, + }, + { + zip_code: '55113', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 41771.0, + density: 1079.9, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15555, lat: 45.01301 }, + }, + { + zip_code: '55328', + usps_city: 'Delano', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9623.0, + density: 83.6, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "96.19", "27053": "2.61", "27019": "1.19"}', + coty_name: ['Wright', 'Hennepin', 'Carver'], + cty_code: ['27171', '27053', '27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81318, lat: 45.03575 }, + }, + { + zip_code: '55341', + usps_city: 'Hanover', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3243.0, + density: 264.4, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "79.75", "27053": "20.25"}', + coty_name: ['Wright', 'Hennepin'], + cty_code: ['27171', '27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.65914, lat: 45.15922 }, + }, + { + zip_code: '55343', + usps_city: 'Hopkins', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25245.0, + density: 1290.7, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41625, lat: 44.91441 }, + }, + { + zip_code: '55408', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 31731.0, + density: 4505.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29197, lat: 44.94005 }, + }, + { + zip_code: '55763', + usps_city: 'Makinen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 513.0, + density: 1.1, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14929, lat: 47.32622 }, + }, + { + zip_code: '55767', + usps_city: 'Moose Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4527.0, + density: 32.1, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "93.34", "27115": "6.66"}', + coty_name: ['Carlton', 'Pine'], + cty_code: ['27017', '27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.75917, lat: 46.45069 }, + }, + { + zip_code: '55795', + usps_city: 'Willow River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 7.9, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "100"}', + coty_name: ['Pine'], + cty_code: ['27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.86291, lat: 46.3139 }, + }, + { + zip_code: '55923', + usps_city: 'Chatfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4613.0, + density: 14.5, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "52.63", "27109": "45.78", "27169": "1.59"}', + coty_name: ['Fillmore', 'Olmsted', 'Winona'], + cty_code: ['27045', '27109', '27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.18612, lat: 43.85103 }, + }, + { + zip_code: '55973', + usps_city: 'Sargeant', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 3.7, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77284, lat: 43.80626 }, + }, + { + zip_code: '56013', + usps_city: 'Blue Earth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4263.0, + density: 9.7, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "98.08", "27091": "1.92"}', + coty_name: ['Faribault', 'Martin'], + cty_code: ['27043', '27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1056, lat: 43.62265 }, + }, + { + zip_code: '56028', + usps_city: 'Elysian', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1280.0, + density: 22.3, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "94.17", "27161": "5.83"}', + coty_name: ['Le Sueur', 'Waseca'], + cty_code: ['27079', '27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70937, lat: 44.22507 }, + }, + { + zip_code: '56048', + usps_city: 'Janesville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4289.0, + density: 13.9, + primary_coty_code: '27161', + primary_coty_name: 'Waseca', + county_weights: '{"27161": "87.84", "27013": "12.16"}', + coty_name: ['Waseca', 'Blue Earth'], + cty_code: ['27161', '27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71891, lat: 44.09289 }, + }, + { + zip_code: '56083', + usps_city: 'Sanborn', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 3.3, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "68.99", "27033": "22.08", "27015": "8.92"}', + coty_name: ['Redwood', 'Cottonwood', 'Brown'], + cty_code: ['27127', '27033', '27015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13522, lat: 44.20556 }, + }, + { + zip_code: '56101', + usps_city: 'Windom', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5871.0, + density: 13.0, + primary_coty_code: '27033', + primary_coty_name: 'Cottonwood', + county_weights: '{"27033": "91.43", "27063": "8.57"}', + coty_name: ['Cottonwood', 'Jackson'], + cty_code: ['27033', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13734, lat: 43.88314 }, + }, + { + zip_code: '56167', + usps_city: 'Round Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 4.8, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "65.51", "27063": "34.49"}', + coty_name: ['Nobles', 'Jackson'], + cty_code: ['27105', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40261, lat: 43.55154 }, + }, + { + zip_code: '56228', + usps_city: 'Cosmos', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 950.0, + density: 6.2, + primary_coty_code: '27093', + primary_coty_name: 'Meeker', + county_weights: '{"27093": "97.28", "27129": "2.72"}', + coty_name: ['Meeker', 'Renville'], + cty_code: ['27093', '27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.67707, lat: 44.93688 }, + }, + { + zip_code: '56240', + usps_city: 'Graceville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 983.0, + density: 2.5, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "85.89", "27155": "14.11"}', + coty_name: ['Big Stone', 'Traverse'], + cty_code: ['27011', '27155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.4754, lat: 45.56404 }, + }, + { + zip_code: '56314', + usps_city: 'Bowlus', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 10.5, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "95.55", "27145": "4.45"}', + coty_name: ['Morrison', 'Stearns'], + cty_code: ['27097', '27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43311, lat: 45.81167 }, + }, + { + zip_code: '56377', + usps_city: 'Sartell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 19637.0, + density: 362.4, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "87.31", "27009": "12.69"}', + coty_name: ['Stearns', 'Benton'], + cty_code: ['27145', '27009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22927, lat: 45.6414 }, + }, + { + zip_code: '56382', + usps_city: 'Swanville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1505.0, + density: 8.0, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "75.97", "27153": "24.03"}', + coty_name: ['Morrison', 'Todd'], + cty_code: ['27097', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61092, lat: 45.91891 }, + }, + { + zip_code: '56473', + usps_city: 'Pillager', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3441.0, + density: 16.5, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "95.47", "27097": "4.53"}', + coty_name: ['Cass', 'Morrison'], + cty_code: ['27021', '27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48958, lat: 46.36069 }, + }, + { + zip_code: '56515', + usps_city: 'Battle Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2999.0, + density: 11.6, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70826, lat: 46.28824 }, + }, + { + zip_code: '56531', + usps_city: 'Elbow Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1918.0, + density: 4.6, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "100"}', + coty_name: ['Grant'], + cty_code: ['27051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98588, lat: 45.98789 }, + }, + { + zip_code: '56566', + usps_city: 'Naytahwaush', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 12.6, + primary_coty_code: '27087', + primary_coty_name: 'Mahnomen', + county_weights: '{"27087": "100"}', + coty_name: ['Mahnomen'], + cty_code: ['27087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61125, lat: 47.24014 }, + }, + { + zip_code: '56628', + usps_city: 'Bigfork', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1631.0, + density: 2.5, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59346, lat: 47.68668 }, + }, + { + zip_code: '56630', + usps_city: 'Blackduck', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2204.0, + density: 3.1, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "90.74", "27061": "9.26"}', + coty_name: ['Beltrami', 'Itasca'], + cty_code: ['27007', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49914, lat: 47.75703 }, + }, + { + zip_code: '56720', + usps_city: 'Donaldson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.1, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89294, lat: 48.57202 }, + }, + { + zip_code: '56729', + usps_city: 'Halma', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 0.7, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.55754, lat: 48.6639 }, + }, + { + zip_code: '56756', + usps_city: 'Salol', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 2.5, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "100"}', + coty_name: ['Roseau'], + cty_code: ['27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54779, lat: 48.89219 }, + }, + { + zip_code: '56761', + usps_city: 'Wannaska', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 1.7, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "100"}', + coty_name: ['Roseau'], + cty_code: ['27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69637, lat: 48.60273 }, + }, + { + zip_code: '57029', + usps_city: 'Freeman', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2335.0, + density: 4.7, + primary_coty_code: '46067', + primary_coty_name: 'Hutchinson', + county_weights: '{"46067": "88.24", "46125": "11.76"}', + coty_name: ['Hutchinson', 'Turner'], + cty_code: ['46067', '46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48028, lat: 43.33754 }, + }, + { + zip_code: '57048', + usps_city: 'Montrose', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1217.0, + density: 3.7, + primary_coty_code: '46087', + primary_coty_name: 'McCook', + county_weights: '{"46087": "92.05", "46099": "7.95"}', + coty_name: ['McCook', 'Minnehaha'], + cty_code: ['46087', '46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19195, lat: 43.74273 }, + }, + { + zip_code: '57064', + usps_city: 'Tea', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 6778.0, + density: 100.6, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "99.35", "46125": "0.65"}', + coty_name: ['Lincoln', 'Turner'], + cty_code: ['46083', '46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87384, lat: 43.45592 }, + }, + { + zip_code: '57223', + usps_city: 'Castlewood', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1234.0, + density: 3.7, + primary_coty_code: '46057', + primary_coty_name: 'Hamlin', + county_weights: '{"46057": "99.48", "46039": "0.52"}', + coty_name: ['Hamlin', 'Deuel'], + cty_code: ['46057', '46039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00842, lat: 44.71561 }, + }, + { + zip_code: '57247', + usps_city: 'Lake City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 1.5, + primary_coty_code: '46091', + primary_coty_name: 'Marshall', + county_weights: '{"46091": "100"}', + coty_name: ['Marshall'], + cty_code: ['46091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43095, lat: 45.72002 }, + }, + { + zip_code: '57340', + usps_city: 'Fulton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 1.6, + primary_coty_code: '46061', + primary_coty_name: 'Hanson', + county_weights: '{"46061": "96.62", "46097": "3.38"}', + coty_name: ['Hanson', 'Miner'], + cty_code: ['46061', '46097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84511, lat: 43.79557 }, + }, + { + zip_code: '57356', + usps_city: 'Lake Andes', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2034.0, + density: 5.2, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "100"}', + coty_name: ['Charles Mix'], + cty_code: ['46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52724, lat: 43.15884 }, + }, + { + zip_code: '57382', + usps_city: 'Wessington Springs', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 1.2, + primary_coty_code: '46073', + primary_coty_name: 'Jerauld', + county_weights: '{"46073": "97.17", "46003": "1.45", "46005": "1.38"}', + coty_name: ['Jerauld', 'Aurora', 'Beadle'], + cty_code: ['46073', '46003', '46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66741, lat: 44.06162 }, + }, + { + zip_code: '57420', + usps_city: 'Akaska', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 0.7, + primary_coty_code: '46129', + primary_coty_name: 'Walworth', + county_weights: '{"46129": "100"}', + coty_name: ['Walworth'], + cty_code: ['46129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.14134, lat: 45.28685 }, + }, + { + zip_code: '57421', + usps_city: 'Amherst', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.8, + primary_coty_code: '46091', + primary_coty_name: 'Marshall', + county_weights: '{"46091": "100"}', + coty_name: ['Marshall'], + cty_code: ['46091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9163, lat: 45.75366 }, + }, + { + zip_code: '57460', + usps_city: 'Mansfield', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 1.3, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: + '{"46013": "66.03", "46115": "18.63", "46049": "8.49", "46045": "6.85"}', + coty_name: ['Brown', 'Spink', 'Faulk', 'Edmunds'], + cty_code: ['46013', '46115', '46049', '46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6741, lat: 45.27419 }, + }, + { + zip_code: '57467', + usps_city: 'Orient', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.5, + primary_coty_code: '46059', + primary_coty_name: 'Hand', + county_weights: '{"46059": "72.35", "46049": "27.65"}', + coty_name: ['Hand', 'Faulk'], + cty_code: ['46059', '46049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.1415, lat: 44.83336 }, + }, + { + zip_code: '57541', + usps_city: 'Ideal', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 0.5, + primary_coty_code: '46123', + primary_coty_name: 'Tripp', + county_weights: '{"46123": "100"}', + coty_name: ['Tripp'], + cty_code: ['46123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.89584, lat: 43.6032 }, + }, + { + zip_code: '57563', + usps_city: 'Okreek', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 2.7, + primary_coty_code: '46121', + primary_coty_name: 'Todd', + county_weights: '{"46121": "100"}', + coty_name: ['Todd'], + cty_code: ['46121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.38085, lat: 43.36321 }, + }, + { + zip_code: '57651', + usps_city: 'Reva', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.2, + primary_coty_code: '46063', + primary_coty_name: 'Harding', + county_weights: '{"46063": "100"}', + coty_name: ['Harding'], + cty_code: ['46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.1002, lat: 45.5094 }, + }, + { + zip_code: '57719', + usps_city: 'Box Elder', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 8167.0, + density: 19.1, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "86.12", "46093": "13.88"}', + coty_name: ['Pennington', 'Meade'], + cty_code: ['46103', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.98161, lat: 44.23334 }, + }, + { + zip_code: '57754', + usps_city: 'Lead', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3653.0, + density: 6.0, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "100"}', + coty_name: ['Lawrence'], + cty_code: ['46081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.87125, lat: 44.263 }, + }, + { + zip_code: '57770', + usps_city: 'Pine Ridge', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 6248.0, + density: 12.1, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 100}', + coty_name: ['Oglala Lakota'], + cty_code: ['46102'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.58986, lat: 43.07025 }, + }, + { + zip_code: '57775', + usps_city: 'Quinn', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 0.4, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "68.26", "46055": "21.3", "46071": "10.43"}', + coty_name: ['Pennington', 'Haakon', 'Jackson'], + cty_code: ['46103', '46055', '46071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.01598, lat: 44.10347 }, + }, + { + zip_code: '90020', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39189.0, + density: 13386.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.3099, lat: 34.06639 }, + }, + { + zip_code: '90026', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 68906.0, + density: 6298.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.263, lat: 34.07928 }, + }, + { + zip_code: '90042', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 63193.0, + density: 5250.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.19202, lat: 34.11462 }, + }, + { + zip_code: '90067', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2428.0, + density: 2856.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.41402, lat: 34.0577 }, + }, + { + zip_code: '90602', + usps_city: 'Whittier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25581.0, + density: 2661.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.02227, lat: 33.972 }, + }, + { + zip_code: '90670', + usps_city: 'Santa Fe Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16700.0, + density: 761.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.06264, lat: 33.93301 }, + }, + { + zip_code: '90802', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38962.0, + density: 2319.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2114, lat: 33.75021 }, + }, + { + zip_code: '90814', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19685.0, + density: 5611.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14362, lat: 33.77163 }, + }, + { + zip_code: '90831', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "0"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2017, lat: 33.76829 }, + }, + { + zip_code: '91321', + usps_city: 'Newhall', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34014.0, + density: 507.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.486, lat: 34.36909 }, + }, + { + zip_code: '91335', + usps_city: 'Reseda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 81824.0, + density: 4812.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.54067, lat: 34.20105 }, + }, + { + zip_code: '91362', + usps_city: 'Thousand Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36604.0, + density: 720.0, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "96.63", "06037": "3.37"}', + coty_name: ['Ventura', 'Los Angeles'], + cty_code: ['06111', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.81868, lat: 34.19336 }, + }, + { + zip_code: '92029', + usps_city: 'Escondido', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19382.0, + density: 316.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.12994, lat: 33.08511 }, + }, + { + zip_code: '92201', + usps_city: 'Indio', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65726.0, + density: 1120.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.10328, lat: 33.69743 }, + }, + { + zip_code: '92252', + usps_city: 'Joshua Tree', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9351.0, + density: 40.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.2884, lat: 34.16837 }, + }, + { + zip_code: '92282', + usps_city: 'Whitewater', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1372.0, + density: 7.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.65872, lat: 33.9655 }, + }, + { + zip_code: '92301', + usps_city: 'Adelanto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34250.0, + density: 77.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.54086, lat: 34.64464 }, + }, + { + zip_code: '92336', + usps_city: 'Fontana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 98346.0, + density: 1525.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.46394, lat: 34.14648 }, + }, + { + zip_code: '92344', + usps_city: 'Hesperia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23349.0, + density: 234.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.40567, lat: 34.39117 }, + }, + { + zip_code: '92371', + usps_city: 'Phelan', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18269.0, + density: 50.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.54186, lat: 34.44269 }, + }, + { + zip_code: '92549', + usps_city: 'Idyllwild', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2517.0, + density: 35.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.7441, lat: 33.77046 }, + }, + { + zip_code: '92553', + usps_city: 'Moreno Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 76102.0, + density: 2899.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24486, lat: 33.92338 }, + }, + { + zip_code: '92555', + usps_city: 'Moreno Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44452.0, + density: 212.7, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1184, lat: 33.90109 }, + }, + { + zip_code: '92655', + usps_city: 'Midway City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8382.0, + density: 5119.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.98493, lat: 33.74514 }, + }, + { + zip_code: '92692', + usps_city: 'Mission Viejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46800.0, + density: 1834.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.64304, lat: 33.60678 }, + }, + { + zip_code: '92823', + usps_city: 'Brea', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4872.0, + density: 173.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.80683, lat: 33.92942 }, + }, + { + zip_code: '93004', + usps_city: 'Ventura', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31525.0, + density: 1727.8, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.16549, lat: 34.27886 }, + }, + { + zip_code: '93219', + usps_city: 'Earlimart', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10285.0, + density: 40.8, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.28097, lat: 35.87439 }, + }, + { + zip_code: '93306', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72280.0, + density: 316.8, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.78979, lat: 35.46364 }, + }, + { + zip_code: '93436', + usps_city: 'Lompoc', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56323.0, + density: 99.3, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.39708, lat: 34.60558 }, + }, + { + zip_code: '93444', + usps_city: 'Nipomo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21331.0, + density: 119.6, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.50425, lat: 35.03846 }, + }, + { + zip_code: '93451', + usps_city: 'San Miguel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4477.0, + density: 3.4, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "86.19", "06053": "13.81"}', + coty_name: ['San Luis Obispo', 'Monterey'], + cty_code: ['06079', '06053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.59288, lat: 35.90037 }, + }, + { + zip_code: '93553', + usps_city: 'Pearblossom', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1709.0, + density: 7.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90553, lat: 34.42244 }, + }, + { + zip_code: '93605', + usps_city: 'Big Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 183.6, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.24942, lat: 37.20312 }, + }, + { + zip_code: '93614', + usps_city: 'Coarsegold', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11982.0, + density: 40.3, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.73322, lat: 37.20791 }, + }, + { + zip_code: '93648', + usps_city: 'Parlier', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16087.0, + density: 270.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.52077, lat: 36.62061 }, + }, + { + zip_code: '93720', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47081.0, + density: 1833.1, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.76157, lat: 36.86031 }, + }, + { + zip_code: '93920', + usps_city: 'Big Sur', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1545.0, + density: 1.6, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.56063, lat: 36.11042 }, + }, + { + zip_code: '93921', + usps_city: 'Carmel By The Sea', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3316.0, + density: 1424.1, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92296, lat: 36.55396 }, + }, + { + zip_code: '94040', + usps_city: 'Mountain View', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36526.0, + density: 3824.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.08535, lat: 37.38058 }, + }, + { + zip_code: '94513', + usps_city: 'Brentwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64313.0, + density: 327.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.67505, lat: 37.92338 }, + }, + { + zip_code: '94536', + usps_city: 'Fremont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74837.0, + density: 1981.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.9854, lat: 37.57132 }, + }, + { + zip_code: '94551', + usps_city: 'Livermore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47227.0, + density: 231.8, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "99.44", "06013": "0.56"}', + coty_name: ['Alameda', 'Contra Costa'], + cty_code: ['06001', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.77003, lat: 37.75262 }, + }, + { + zip_code: '94706', + usps_city: 'Albany', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21218.0, + density: 5547.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "99.98", "06013": "0.02"}', + coty_name: ['Alameda', 'Contra Costa'], + cty_code: ['06001', '06013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29551, lat: 37.8897 }, + }, + { + zip_code: '94930', + usps_city: 'Fairfax', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8728.0, + density: 210.9, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61276, lat: 37.96513 }, + }, + { + zip_code: '94938', + usps_city: 'Lagunitas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 920.0, + density: 33.6, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72653, lat: 38.02907 }, + }, + { + zip_code: '95112', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62228.0, + density: 3388.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88351, lat: 37.34442 }, + }, + { + zip_code: '95117', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30369.0, + density: 4567.1, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.96191, lat: 37.31126 }, + }, + { + zip_code: '95204', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28667.0, + density: 2170.1, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31987, lat: 37.97388 }, + }, + { + zip_code: '95222', + usps_city: 'Angels Camp', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5029.0, + density: 12.9, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.62048, lat: 38.06467 }, + }, + { + zip_code: '95361', + usps_city: 'Oakdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35308.0, + density: 58.9, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "98.69", "06077": "1.31"}', + coty_name: ['Stanislaus', 'San Joaquin'], + cty_code: ['06099', '06077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.75712, lat: 37.78647 }, + }, + { + zip_code: '95429', + usps_city: 'Dos Rios', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 116.0, + density: 1.1, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.29603, lat: 39.72746 }, + }, + { + zip_code: '95604', + usps_city: 'Auburn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 81.9, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.07154, lat: 39.24336 }, + }, + { + zip_code: '95606', + usps_city: 'Brooks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 2.6, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19543, lat: 38.75605 }, + }, + { + zip_code: '95634', + usps_city: 'Georgetown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3559.0, + density: 16.9, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.77167, lat: 38.93581 }, + }, + { + zip_code: '95664', + usps_city: 'Pilot Hill', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1603.0, + density: 16.4, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.05067, lat: 38.79899 }, + }, + { + zip_code: '95674', + usps_city: 'Rio Oso', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 9.2, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.48186, lat: 38.95417 }, + }, + { + zip_code: '95685', + usps_city: 'Sutter Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4665.0, + density: 36.5, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.76783, lat: 38.43107 }, + }, + { + zip_code: '95689', + usps_city: 'Volcano', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1698.0, + density: 23.6, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.61202, lat: 38.47885 }, + }, + { + zip_code: '95715', + usps_city: 'Emigrant Gap', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 1.5, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "93.04", "06057": "6.96"}', + coty_name: ['Placer', 'Nevada'], + cty_code: ['06061', '06057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.67621, lat: 39.26433 }, + }, + { + zip_code: '95726', + usps_city: 'Pollock Pines', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8449.0, + density: 43.9, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.51647, lat: 38.80334 }, + }, + { + zip_code: '95821', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35812.0, + density: 1933.5, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.3845, lat: 38.6259 }, + }, + { + zip_code: '95822', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44741.0, + density: 2043.7, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.4956, lat: 38.51275 }, + }, + { + zip_code: '95914', + usps_city: 'Bangor', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 19.8, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "60.21", "06115": "39.79"}', + coty_name: ['Butte', 'Yuba'], + cty_code: ['06007', '06115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.36326, lat: 39.40999 }, + }, + { + zip_code: '95962', + usps_city: 'Oregon House', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1324.0, + density: 17.2, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "100"}', + coty_name: ['Yuba'], + cty_code: ['6115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.26629, lat: 39.34594 }, + }, + { + zip_code: '95970', + usps_city: 'Princeton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 5.1, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "67.55", "06021": "32.45"}', + coty_name: ['Colusa', 'Glenn'], + cty_code: ['06011', '06021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.06028, lat: 39.40056 }, + }, + { + zip_code: '96017', + usps_city: 'Castella', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.4, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27029, lat: 41.11961 }, + }, + { + zip_code: '96032', + usps_city: 'Fort Jones', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 2.2, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.96422, lat: 41.60675 }, + }, + { + zip_code: '96086', + usps_city: 'Seiad Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 0.4, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.22039, lat: 41.87458 }, + }, + { + zip_code: '96097', + usps_city: 'Yreka', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9746.0, + density: 19.7, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.67266, lat: 41.75581 }, + }, + { + zip_code: '96749', + usps_city: 'Keaau', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 17308.0, + density: 106.3, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.00156, lat: 19.60753 }, + }, + { + zip_code: '97034', + usps_city: 'Lake Oswego', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 18656.0, + density: 979.9, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "99.16", "41051": "0.84"}', + coty_name: ['Clackamas', 'Multnomah'], + cty_code: ['41005', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68384, lat: 45.40926 }, + }, + { + zip_code: '97050', + usps_city: 'Rufus', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 8.7, + primary_coty_code: '41055', + primary_coty_name: 'Sherman', + county_weights: '{"41055": "100"}', + coty_name: ['Sherman'], + cty_code: ['41055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.77134, lat: 45.68281 }, + }, + { + zip_code: '97058', + usps_city: 'The Dalles', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 20619.0, + density: 23.1, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.15334, lat: 45.53878 }, + }, + { + zip_code: '97108', + usps_city: 'Beaver', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 3.2, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.70879, lat: 45.26893 }, + }, + { + zip_code: '97227', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5146.0, + density: 1482.1, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.67855, lat: 45.54429 }, + }, + { + zip_code: '97342', + usps_city: 'Detroit', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 0.6, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88891, lat: 44.73974 }, + }, + { + zip_code: '97390', + usps_city: 'Tidewater', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 2.6, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "91.89", "41039": "8.11"}', + coty_name: ['Lincoln', 'Lane'], + cty_code: ['41041', '41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.85884, lat: 44.31498 }, + }, + { + zip_code: '97455', + usps_city: 'Pleasant Hill', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3175.0, + density: 51.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.91734, lat: 43.9646 }, + }, + { + zip_code: '97469', + usps_city: 'Riddle', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2731.0, + density: 21.3, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.42468, lat: 42.92196 }, + }, + { + zip_code: '97471', + usps_city: 'Roseburg', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 31035.0, + density: 68.9, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.47589, lat: 43.22016 }, + }, + { + zip_code: '97625', + usps_city: 'Dairy', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 2.7, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.58099, lat: 42.31485 }, + }, + { + zip_code: '97801', + usps_city: 'Pendleton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 20563.0, + density: 16.2, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.81573, lat: 45.66821 }, + }, + { + zip_code: '97820', + usps_city: 'Canyon City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 1.0, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.19978, lat: 44.16878 }, + }, + { + zip_code: '97850', + usps_city: 'La Grande', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 17294.0, + density: 23.1, + primary_coty_code: '41061', + primary_coty_name: 'Union', + county_weights: '{"41061": "100"}', + coty_name: ['Union'], + cty_code: ['41061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11669, lat: 45.30159 }, + }, + { + zip_code: '98148', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12149.0, + density: 1522.9, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32508, lat: 47.44375 }, + }, + { + zip_code: '98199', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 22720.0, + density: 2094.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40272, lat: 47.65137 }, + }, + { + zip_code: '98230', + usps_city: 'Blaine', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17604.0, + density: 155.6, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.71066, lat: 48.95408 }, + }, + { + zip_code: '98255', + usps_city: 'Hamilton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 122.8, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98931, lat: 48.52207 }, + }, + { + zip_code: '98261', + usps_city: 'Lopez Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2796.0, + density: 36.2, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.88303, lat: 48.48381 }, + }, + { + zip_code: '98280', + usps_city: 'Orcas', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 23.7, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.90963, lat: 48.60694 }, + }, + { + zip_code: '98328', + usps_city: 'Eatonville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 10767.0, + density: 19.6, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17373, lat: 46.86578 }, + }, + { + zip_code: '98339', + usps_city: 'Port Hadlock', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3072.0, + density: 206.2, + primary_coty_code: '53031', + primary_coty_name: 'Jefferson', + county_weights: '{"53031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.74952, lat: 48.01877 }, + }, + { + zip_code: '616', + usps_city: 'Bajadero', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 10022.0, + density: 335.6, + primary_coty_code: '72013', + primary_coty_name: 'Arecibo', + county_weights: '{"72013": "100"}', + coty_name: ['Arecibo'], + cty_code: ['72013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.66814, lat: 18.41752 }, + }, + { + zip_code: '850', + usps_city: 'Kingshill', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.7939, lat: 17.72819 }, + }, + { + zip_code: '968', + usps_city: 'Guaynabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 3448.0, + density: 2908.1, + primary_coty_code: '72061', + primary_coty_name: 'Guaynabo', + county_weights: '{"72061": "100"}', + coty_name: ['Guaynabo'], + cty_code: ['72061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.10124, lat: 18.40611 }, + }, + { + zip_code: '1002', + usps_city: 'Amherst', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30014.0, + density: 210.5, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "99.03", "25011": "0.97"}', + coty_name: ['Hampshire', 'Franklin'], + cty_code: ['25015', '25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4621, lat: 42.37492 }, + }, + { + zip_code: '1011', + usps_city: 'Chester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1430.0, + density: 17.5, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "86.35", "25015": "13.65"}', + coty_name: ['Hampden', 'Hampshire'], + cty_code: ['25013', '25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.95968, lat: 42.29652 }, + }, + { + zip_code: '1033', + usps_city: 'Granby', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6322.0, + density: 87.8, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.50363, lat: 42.26081 }, + }, + { + zip_code: '1097', + usps_city: 'Woronoco', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 11.5, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.8313, lat: 42.17603 }, + }, + { + zip_code: '1258', + usps_city: 'South Egremont', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 7.3, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.46176, lat: 42.10257 }, + }, + { + zip_code: '1376', + usps_city: 'Turners Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5013.0, + density: 702.4, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55577, lat: 42.59532 }, + }, + { + zip_code: '1463', + usps_city: 'Pepperell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 12105.0, + density: 207.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.60426, lat: 42.67127 }, + }, + { + zip_code: '1519', + usps_city: 'Grafton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7042.0, + density: 249.1, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68008, lat: 42.20102 }, + }, + { + zip_code: '1602', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22900.0, + density: 1532.9, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.84952, lat: 42.27225 }, + }, + { + zip_code: '1748', + usps_city: 'Hopkinton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17598.0, + density: 259.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.53779, lat: 42.2255 }, + }, + { + zip_code: '1775', + usps_city: 'Stow', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7133.0, + density: 159.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51148, lat: 42.42983 }, + }, + { + zip_code: '1952', + usps_city: 'Salisbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9379.0, + density: 235.5, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86162, lat: 42.84654 }, + }, + { + zip_code: '1983', + usps_city: 'Topsfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6568.0, + density: 212.9, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94256, lat: 42.63728 }, + }, + { + zip_code: '2163', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2621.0, + density: 10209.2, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12076, lat: 42.36636 }, + }, + { + zip_code: '2461', + usps_city: 'Newton Highlands', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7084.0, + density: 1879.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.20849, lat: 42.31681 }, + }, + { + zip_code: '2633', + usps_city: 'Chatham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4070.0, + density: 207.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.97225, lat: 41.68893 }, + }, + { + zip_code: '2743', + usps_city: 'Acushnet', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10529.0, + density: 220.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.90123, lat: 41.71385 }, + }, + { + zip_code: '3033', + usps_city: 'Brookline', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5348.0, + density: 104.2, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67057, lat: 42.74641 }, + }, + { + zip_code: '3230', + usps_city: 'Danbury', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1222.0, + density: 11.5, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.87149, lat: 43.52599 }, + }, + { + zip_code: '3268', + usps_city: 'Salisbury', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 16.2, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.75656, lat: 43.38648 }, + }, + { + zip_code: '3269', + usps_city: 'Sanbornton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2908.0, + density: 23.7, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.60144, lat: 43.52789 }, + }, + { + zip_code: '3280', + usps_city: 'Washington', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1199.0, + density: 10.2, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.08925, lat: 43.18298 }, + }, + { + zip_code: '3580', + usps_city: 'Franconia', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1408.0, + density: 5.7, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.70147, lat: 44.16777 }, + }, + { + zip_code: '3597', + usps_city: 'West Stewartstown', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 3.3, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39278, lat: 44.73595 }, + }, + { + zip_code: '3745', + usps_city: 'Cornish', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1550.0, + density: 17.1, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.33239, lat: 43.47011 }, + }, + { + zip_code: '3874', + usps_city: 'Seabrook', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 8925.0, + density: 382.5, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86067, lat: 42.88708 }, + }, + { + zip_code: '3882', + usps_city: 'Effingham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1630.0, + density: 16.3, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.0422, lat: 43.74565 }, + }, + { + zip_code: '3894', + usps_city: 'Wolfeboro', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6320.0, + density: 49.8, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.17163, lat: 43.61213 }, + }, + { + zip_code: '4056', + usps_city: 'Newfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 24.3, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86296, lat: 43.65403 }, + }, + { + zip_code: '4106', + usps_city: 'South Portland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 25906.0, + density: 813.5, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.28913, lat: 43.63068 }, + }, + { + zip_code: '4234', + usps_city: 'East Wilton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 47.1, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.19191, lat: 44.62385 }, + }, + { + zip_code: '4238', + usps_city: 'Hebron', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1784.0, + density: 30.8, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.38176, lat: 44.21068 }, + }, + { + zip_code: '4343', + usps_city: 'East Winthrop', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.89163, lat: 44.32884 }, + }, + { + zip_code: '4450', + usps_city: 'Kenduskeag', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1231.0, + density: 28.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.92801, lat: 44.91605 }, + }, + { + zip_code: '4625', + usps_city: 'Cranberry Isles', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 12.1, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.26048, lat: 44.2513 }, + }, + { + zip_code: '4691', + usps_city: 'Whiting', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 2.5, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.251, lat: 44.76272 }, + }, + { + zip_code: '4747', + usps_city: 'Island Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 3.3, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.23809, lat: 46.00423 }, + }, + { + zip_code: '4855', + usps_city: 'Port Clyde', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 41.7, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.25745, lat: 43.93459 }, + }, + { + zip_code: '4859', + usps_city: 'Spruce Head', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 794.0, + density: 46.2, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.13754, lat: 43.98894 }, + }, + { + zip_code: '4863', + usps_city: 'Vinalhaven', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 905.0, + density: 15.0, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.84384, lat: 44.07898 }, + }, + { + zip_code: '4917', + usps_city: 'Belgrade', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2850.0, + density: 27.7, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.84011, lat: 44.48822 }, + }, + { + zip_code: '5036', + usps_city: 'Brookfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 11.5, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57977, lat: 44.02644 }, + }, + { + zip_code: '5043', + usps_city: 'East Thetford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1086.0, + density: 51.6, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.20826, lat: 43.8081 }, + }, + { + zip_code: '5056', + usps_city: 'Plymouth', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 4.3, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.72269, lat: 43.51922 }, + }, + { + zip_code: '5158', + usps_city: 'Westminster', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1189.0, + density: 40.0, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.47035, lat: 43.09816 }, + }, + { + zip_code: '5340', + usps_city: 'Bondville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 6.6, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.93418, lat: 43.16232 }, + }, + { + zip_code: '5341', + usps_city: 'East Dover', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 13.2, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79678, lat: 42.96365 }, + }, + { + zip_code: '5445', + usps_city: 'Charlotte', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3820.0, + density: 35.7, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.22162, lat: 44.30945 }, + }, + { + zip_code: '5654', + usps_city: 'Graniteville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 139.2, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "82.99", "50017": "17.01"}', + coty_name: ['Washington', 'Orange'], + cty_code: ['50023', '50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.47465, lat: 44.13977 }, + }, + { + zip_code: '5676', + usps_city: 'Waterbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4572.0, + density: 17.4, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "90.21", "50007": "9.79"}', + coty_name: ['Washington', 'Chittenden'], + cty_code: ['50023', '50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80906, lat: 44.34289 }, + }, + { + zip_code: '5681', + usps_city: 'Woodbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 5.6, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40368, lat: 44.45476 }, + }, + { + zip_code: '5737', + usps_city: 'Chittenden', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 6.1, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.91196, lat: 43.75901 }, + }, + { + zip_code: '5776', + usps_city: 'West Rupert', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 645.0, + density: 5.6, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19066, lat: 43.26348 }, + }, + { + zip_code: '5833', + usps_city: 'East Charleston', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 6.7, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.97743, lat: 44.8257 }, + }, + { + zip_code: '6114', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 28362.0, + density: 2709.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66955, lat: 41.73935 }, + }, + { + zip_code: '6231', + usps_city: 'Amston', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3907.0, + density: 95.1, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.37028, lat: 41.62554 }, + }, + { + zip_code: '6320', + usps_city: 'New London', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 26999.0, + density: 1883.2, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10238, lat: 41.34937 }, + }, + { + zip_code: '6413', + usps_city: 'Clinton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12928.0, + density: 308.2, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.53002, lat: 41.29801 }, + }, + { + zip_code: '6479', + usps_city: 'Plantsville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9572.0, + density: 502.2, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90459, lat: 41.57697 }, + }, + { + zip_code: '6791', + usps_city: 'Harwinton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5456.0, + density: 68.3, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.05837, lat: 41.75507 }, + }, + { + zip_code: '6793', + usps_city: 'Washington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 39.7, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2884, lat: 41.62953 }, + }, + { + zip_code: '6801', + usps_city: 'Bethel', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 19634.0, + density: 447.1, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.39284, lat: 41.37473 }, + }, + { + zip_code: '7024', + usps_city: 'Fort Lee', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 37430.0, + density: 5709.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97123, lat: 40.8508 }, + }, + { + zip_code: '7041', + usps_city: 'Millburn', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6770.0, + density: 1966.4, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30068, lat: 40.72308 }, + }, + { + zip_code: '7044', + usps_city: 'Verona', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13622.0, + density: 1865.6, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24291, lat: 40.83223 }, + }, + { + zip_code: '7054', + usps_city: 'Parsippany', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 29144.0, + density: 813.0, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.40225, lat: 40.85565 }, + }, + { + zip_code: '7063', + usps_city: 'Plainfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13589.0, + density: 2931.1, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "75.31", "34035": "24.69"}', + coty_name: ['Union', 'Somerset'], + cty_code: ['34039', '34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4461, lat: 40.60514 }, + }, + { + zip_code: '7442', + usps_city: 'Pompton Lakes', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11029.0, + density: 1467.0, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28578, lat: 41.00247 }, + }, + { + zip_code: '7456', + usps_city: 'Ringwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12175.0, + density: 183.8, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27492, lat: 41.10644 }, + }, + { + zip_code: '7461', + usps_city: 'Sussex', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18094.0, + density: 82.9, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.60648, lat: 41.241 }, + }, + { + zip_code: '7607', + usps_city: 'Maywood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9661.0, + density: 2935.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06326, lat: 40.9026 }, + }, + { + zip_code: '7648', + usps_city: 'Norwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5812.0, + density: 805.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95089, lat: 40.9933 }, + }, + { + zip_code: '7702', + usps_city: 'Shrewsbury', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4086.0, + density: 730.1, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05996, lat: 40.32487 }, + }, + { + zip_code: '7730', + usps_city: 'Hazlet', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16769.0, + density: 1319.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17571, lat: 40.42483 }, + }, + { + zip_code: '7737', + usps_city: 'Leonardo', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4032.0, + density: 603.3, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06483, lat: 40.41011 }, + }, + { + zip_code: '7847', + usps_city: 'Kenvil', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 344.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.62581, lat: 40.8846 }, + }, + { + zip_code: '7848', + usps_city: 'Lafayette', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4901.0, + density: 79.5, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68405, lat: 41.10338 }, + }, + { + zip_code: '7878', + usps_city: 'Mount Tabor', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 867.1, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.47627, lat: 40.87177 }, + }, + { + zip_code: '7928', + usps_city: 'Chatham', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18827.0, + density: 833.3, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41252, lat: 40.7262 }, + }, + { + zip_code: '7935', + usps_city: 'Green Village', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 62.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44403, lat: 40.73656 }, + }, + { + zip_code: '8005', + usps_city: 'Barnegat', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24385.0, + density: 199.5, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.3153, lat: 39.76366 }, + }, + { + zip_code: '8016', + usps_city: 'Burlington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 33259.0, + density: 564.0, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82981, lat: 40.06937 }, + }, + { + zip_code: '8230', + usps_city: 'Ocean View', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5449.0, + density: 167.3, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.71739, lat: 39.21268 }, + }, + { + zip_code: '8320', + usps_city: 'Fairton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 953.7, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16059, lat: 39.3851 }, + }, + { + zip_code: '8343', + usps_city: 'Monroeville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5331.0, + density: 61.8, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "65.35", "34033": "34.65"}', + coty_name: ['Gloucester', 'Salem'], + cty_code: ['34015', '34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17053, lat: 39.64133 }, + }, + { + zip_code: '8701', + usps_city: 'Lakewood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 102466.0, + density: 1607.4, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20323, lat: 40.07645 }, + }, + { + zip_code: '8733', + usps_city: 'Lakehurst', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2756.0, + density: 291.9, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32541, lat: 40.02631 }, + }, + { + zip_code: '8822', + usps_city: 'Flemington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 29868.0, + density: 180.9, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.86364, lat: 40.52109 }, + }, + { + zip_code: '8850', + usps_city: 'Milltown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8373.0, + density: 1316.3, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44012, lat: 40.44725 }, + }, + { + zip_code: '8882', + usps_city: 'South River', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 15924.0, + density: 2215.0, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37841, lat: 40.4456 }, + }, + { + zip_code: '10037', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20462.0, + density: 30695.9, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93739, lat: 40.81287 }, + }, + { + zip_code: '10039', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27854.0, + density: 24590.9, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93619, lat: 40.83076 }, + }, + { + zip_code: '10152', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97203, lat: 40.7584 }, + }, + { + zip_code: '10305', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42726.0, + density: 4146.3, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07543, lat: 40.59538 }, + }, + { + zip_code: '10573', + usps_city: 'Port Chester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 38816.0, + density: 2736.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67728, lat: 41.0168 }, + }, + { + zip_code: '10601', + usps_city: 'White Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10614.0, + density: 6462.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76504, lat: 41.03295 }, + }, + { + zip_code: '10916', + usps_city: 'Campbell Hall', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4352.0, + density: 83.2, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2487, lat: 41.44214 }, + }, + { + zip_code: '10921', + usps_city: 'Florida', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3809.0, + density: 181.3, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36388, lat: 41.32976 }, + }, + { + zip_code: '10987', + usps_city: 'Tuxedo Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3408.0, + density: 35.5, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23211, lat: 41.20392 }, + }, + { + zip_code: '11223', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 81388.0, + density: 15153.9, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97359, lat: 40.59715 }, + }, + { + zip_code: '11416', + usps_city: 'Ozone Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26744.0, + density: 15604.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8496, lat: 40.68458 }, + }, + { + zip_code: '11430', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 11.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78627, lat: 40.6474 }, + }, + { + zip_code: '11565', + usps_city: 'Malverne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8560.0, + density: 2960.9, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67167, lat: 40.67504 }, + }, + { + zip_code: '11572', + usps_city: 'Oceanside', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29243.0, + density: 2372.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63686, lat: 40.63232 }, + }, + { + zip_code: '11692', + usps_city: 'Arverne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22074.0, + density: 8501.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79231, lat: 40.59369 }, + }, + { + zip_code: '11704', + usps_city: 'West Babylon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39981.0, + density: 1913.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.35898, lat: 40.71694 }, + }, + { + zip_code: '11779', + usps_city: 'Ronkonkoma', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37837.0, + density: 1164.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.11536, lat: 40.81277 }, + }, + { + zip_code: '11780', + usps_city: 'Saint James', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16099.0, + density: 538.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.16952, lat: 40.89219 }, + }, + { + zip_code: '11901', + usps_city: 'Riverhead', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28387.0, + density: 198.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.64657, lat: 40.92254 }, + }, + { + zip_code: '11944', + usps_city: 'Greenport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4287.0, + density: 406.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.37089, lat: 41.09988 }, + }, + { + zip_code: '12046', + usps_city: 'Coeymans Hollow', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 27.7, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "96.45", "36039": "3.55"}', + coty_name: ['Albany', 'Greene'], + cty_code: ['36001', '36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91917, lat: 42.49182 }, + }, + { + zip_code: '12053', + usps_city: 'Delanson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4527.0, + density: 28.3, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: + '{"36093": "77.61", "36095": "11.23", "36001": "9.96", "36057": "1.2"}', + coty_name: ['Schenectady', 'Schoharie', 'Albany', 'Montgomery'], + cty_code: ['36093', '36095', '36001', '36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1923, lat: 42.75365 }, + }, + { + zip_code: '12057', + usps_city: 'Eagle Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1942.0, + density: 21.3, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "76.19", "36083": "23.81"}', + coty_name: ['Washington', 'Rensselaer'], + cty_code: ['36115', '36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.34463, lat: 42.96978 }, + }, + { + zip_code: '12060', + usps_city: 'East Chatham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1414.0, + density: 15.8, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.49419, lat: 42.41679 }, + }, + { + zip_code: '12093', + usps_city: 'Jefferson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1545.0, + density: 9.0, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "79.29", "36025": "20.71"}', + coty_name: ['Schoharie', 'Delaware'], + cty_code: ['36095', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6268, lat: 42.4968 }, + }, + { + zip_code: '12123', + usps_city: 'Nassau', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5398.0, + density: 63.9, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60792, lat: 42.52279 }, + }, + { + zip_code: '12136', + usps_city: 'Old Chatham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 15.6, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55836, lat: 42.43618 }, + }, + { + zip_code: '12150', + usps_city: 'Rotterdam Junction', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 324.9, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "100"}', + coty_name: ['Schenectady'], + cty_code: ['36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05383, lat: 42.87857 }, + }, + { + zip_code: '12164', + usps_city: 'Speculator', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 3.2, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35818, lat: 43.55385 }, + }, + { + zip_code: '12197', + usps_city: 'Worcester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1880.0, + density: 10.8, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.72774, lat: 42.61136 }, + }, + { + zip_code: '12578', + usps_city: 'Salt Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2123.0, + density: 52.4, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79486, lat: 41.80843 }, + }, + { + zip_code: '12590', + usps_city: 'Wappingers Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 34910.0, + density: 391.2, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88774, lat: 41.59496 }, + }, + { + zip_code: '12737', + usps_city: 'Glen Spey', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1963.0, + density: 21.2, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.80052, lat: 41.50471 }, + }, + { + zip_code: '12781', + usps_city: 'Summitville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 25.2, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46633, lat: 41.6197 }, + }, + { + zip_code: '12831', + usps_city: 'Gansevoort', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16517.0, + density: 94.9, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.68822, lat: 43.19523 }, + }, + { + zip_code: '12952', + usps_city: 'Lyon Mountain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 6.0, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90565, lat: 44.70834 }, + }, + { + zip_code: '12987', + usps_city: 'Upper Jay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 12.3, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76709, lat: 44.32195 }, + }, + { + zip_code: '13026', + usps_city: 'Aurora', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1677.0, + density: 23.0, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66094, lat: 42.74967 }, + }, + { + zip_code: '13045', + usps_city: 'Cortland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28916.0, + density: 104.8, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "96.35", "36011": "2.15", "36109": "1.5"}', + coty_name: ['Cortland', 'Cayuga', 'Tompkins'], + cty_code: ['36023', '36011', '36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19211, lat: 42.58146 }, + }, + { + zip_code: '13064', + usps_city: 'Fair Haven', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 357.3, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70983, lat: 43.32924 }, + }, + { + zip_code: '13101', + usps_city: 'McGraw', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2311.0, + density: 22.8, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "100"}', + coty_name: ['Cortland'], + cty_code: ['36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06728, lat: 42.59851 }, + }, + { + zip_code: '13202', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6787.0, + density: 2626.8, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.15068, lat: 43.04381 }, + }, + { + zip_code: '13224', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8369.0, + density: 1084.6, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1029, lat: 43.03715 }, + }, + { + zip_code: '13302', + usps_city: 'Altmar', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1826.0, + density: 16.0, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96966, lat: 43.49522 }, + }, + { + zip_code: '13303', + usps_city: 'Ava', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1065.0, + density: 11.6, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46494, lat: 43.36598 }, + }, + { + zip_code: '13328', + usps_city: 'Deansboro', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1526.0, + density: 37.1, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.429, lat: 42.98507 }, + }, + { + zip_code: '13408', + usps_city: 'Morrisville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3845.0, + density: 39.4, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66916, lat: 42.91981 }, + }, + { + zip_code: '13646', + usps_city: 'Hammond', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2014.0, + density: 7.2, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "99.41", "36045": "0.59"}', + coty_name: ['St. Lawrence', 'Jefferson'], + cty_code: ['36089', '36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67844, lat: 44.43933 }, + }, + { + zip_code: '13652', + usps_city: 'Hermon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1548.0, + density: 9.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20324, lat: 44.44226 }, + }, + { + zip_code: '13750', + usps_city: 'Davenport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 918.0, + density: 13.2, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.84609, lat: 42.47127 }, + }, + { + zip_code: '13827', + usps_city: 'Owego', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11452.0, + density: 48.4, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "100"}', + coty_name: ['Tioga'], + cty_code: ['36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2546, lat: 42.11192 }, + }, + { + zip_code: '13903', + usps_city: 'Binghamton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18258.0, + density: 178.0, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89543, lat: 42.04737 }, + }, + { + zip_code: '14171', + usps_city: 'West Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1918.0, + density: 14.5, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64277, lat: 42.42279 }, + }, + { + zip_code: '14212', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10715.0, + density: 2171.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82018, lat: 42.89422 }, + }, + { + zip_code: '14217', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22975.0, + density: 2760.8, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87686, lat: 42.97183 }, + }, + { + zip_code: '14530', + usps_city: 'Perry', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5306.0, + density: 41.6, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00479, lat: 42.73343 }, + }, + { + zip_code: '14708', + usps_city: 'Alma', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 8.5, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.06417, lat: 42.01639 }, + }, + { + zip_code: '14770', + usps_city: 'Portville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2926.0, + density: 38.1, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "73", "36003": "27"}', + coty_name: ['Cattaraugus', 'Allegany'], + cty_code: ['36009', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.30415, lat: 42.04244 }, + }, + { + zip_code: '14839', + usps_city: 'Greenwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 7.1, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64475, lat: 42.13945 }, + }, + { + zip_code: '14870', + usps_city: 'Painted Post', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9468.0, + density: 59.6, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "98.3", "36097": "1.7"}', + coty_name: ['Steuben', 'Schuyler'], + cty_code: ['36101', '36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.13458, lat: 42.16768 }, + }, + { + zip_code: '15026', + usps_city: 'Clinton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3406.0, + density: 39.4, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "74.9", "42003": "18.47", "42125": "6.64"}', + coty_name: ['Beaver', 'Allegheny', 'Washington'], + cty_code: ['42007', '42003', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36, lat: 40.51077 }, + }, + { + zip_code: '15090', + usps_city: 'Wexford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23016.0, + density: 420.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06889, lat: 40.62549 }, + }, + { + zip_code: '15139', + usps_city: 'Oakmont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6480.0, + density: 1299.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83474, lat: 40.52201 }, + }, + { + zip_code: '15219', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16545.0, + density: 2754.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98321, lat: 40.44227 }, + }, + { + zip_code: '15235', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34545.0, + density: 910.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82244, lat: 40.45981 }, + }, + { + zip_code: '15321', + usps_city: 'Cecil', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 538.5, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18813, lat: 40.32333 }, + }, + { + zip_code: '15332', + usps_city: 'Finleyville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8327.0, + density: 117.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "81.9", "42003": "18.1"}', + coty_name: ['Washington', 'Allegheny'], + cty_code: ['42125', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99288, lat: 40.24152 }, + }, + { + zip_code: '15379', + usps_city: 'West Middletown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 92.0, + density: 88.8, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42509, lat: 40.2432 }, + }, + { + zip_code: '15380', + usps_city: 'Wind Ridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 5.4, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4664, lat: 39.87172 }, + }, + { + zip_code: '15401', + usps_city: 'Uniontown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31031.0, + density: 205.5, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74724, lat: 39.90108 }, + }, + { + zip_code: '15411', + usps_city: 'Addison', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 13.5, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34539, lat: 39.74752 }, + }, + { + zip_code: '15429', + usps_city: 'Denbo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 413.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94002, lat: 40.00152 }, + }, + { + zip_code: '15433', + usps_city: 'East Millsboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 851.0, + density: 22.8, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95817, lat: 39.97029 }, + }, + { + zip_code: '15466', + usps_city: 'Newell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 433.3, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89176, lat: 40.07537 }, + }, + { + zip_code: '15472', + usps_city: 'Oliver', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 149.1, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.71678, lat: 39.91932 }, + }, + { + zip_code: '15489', + usps_city: 'West Leisenring', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 170.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.696, lat: 39.96644 }, + }, + { + zip_code: '15621', + usps_city: 'Calumet', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 4749.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48387, lat: 40.21383 }, + }, + { + zip_code: '15627', + usps_city: 'Derry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6282.0, + density: 85.4, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.30599, lat: 40.35126 }, + }, + { + zip_code: '15635', + usps_city: 'Hannastown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 173.9, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.499, lat: 40.349 }, + }, + { + zip_code: '15686', + usps_city: 'Spring Church', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 29.6, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43271, lat: 40.61948 }, + }, + { + zip_code: '15697', + usps_city: 'Youngwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2884.0, + density: 619.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.57962, lat: 40.24073 }, + }, + { + zip_code: '15732', + usps_city: 'Creekside', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1563.0, + density: 20.5, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "92.63", "42005": "7.37"}', + coty_name: ['Indiana', 'Armstrong'], + cty_code: ['42063', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.21358, lat: 40.72711 }, + }, + { + zip_code: '15776', + usps_city: 'Sprankle Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 9.6, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.11395, lat: 41.01333 }, + }, + { + zip_code: '15779', + usps_city: 'Torrance', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 41.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2177, lat: 40.39925 }, + }, + { + zip_code: '15824', + usps_city: 'Brockway', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5146.0, + density: 27.2, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "98.21", "42033": "1.79"}', + coty_name: ['Jefferson', 'Clearfield'], + cty_code: ['42065', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84256, lat: 41.24985 }, + }, + { + zip_code: '16201', + usps_city: 'Kittanning', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16971.0, + density: 57.1, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.47288, lat: 40.80913 }, + }, + { + zip_code: '16233', + usps_city: 'Leeper', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 10.3, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.272, lat: 41.36617 }, + }, + { + zip_code: '16373', + usps_city: 'Emlenton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3325.0, + density: 16.0, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "64.33", "42031": "25.36", "42019": "10.31"}', + coty_name: ['Venango', 'Clarion', 'Butler'], + cty_code: ['42121', '42031', '42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.6994, lat: 41.20719 }, + }, + { + zip_code: '16506', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24438.0, + density: 670.3, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15268, lat: 42.06376 }, + }, + { + zip_code: '16640', + usps_city: 'Flinton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 19.6, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57689, lat: 40.7069 }, + }, + { + zip_code: '16664', + usps_city: 'New Enterprise', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2091.0, + density: 19.8, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4243, lat: 40.17966 }, + }, + { + zip_code: '16666', + usps_city: 'Osceola Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3067.0, + density: 45.5, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "86.11", "42027": "13.89"}', + coty_name: ['Clearfield', 'Centre'], + cty_code: ['42033', '42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.32334, lat: 40.87687 }, + }, + { + zip_code: '16674', + usps_city: 'Robertsdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 689.0, + density: 11.8, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "95.38", "42057": "4.62"}', + coty_name: ['Huntingdon', 'Fulton'], + cty_code: ['42061', '42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.08824, lat: 40.18941 }, + }, + { + zip_code: '16729', + usps_city: 'Duke Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 25.6, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47598, lat: 41.96243 }, + }, + { + zip_code: '16733', + usps_city: 'Hazel Hurst', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 5.4, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.59526, lat: 41.70324 }, + }, + { + zip_code: '16861', + usps_city: 'New Millport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 9.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52366, lat: 40.86515 }, + }, + { + zip_code: '17075', + usps_city: 'Newton Hamilton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 258.6, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.83312, lat: 40.39453 }, + }, + { + zip_code: '17080', + usps_city: 'Pillow', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 320.0, + density: 257.7, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80307, lat: 40.64067 }, + }, + { + zip_code: '17237', + usps_city: 'Mont Alto', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1998.0, + density: 265.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.54183, lat: 39.83858 }, + }, + { + zip_code: '17319', + usps_city: 'Etters', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11440.0, + density: 254.7, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7941, lat: 40.16042 }, + }, + { + zip_code: '17364', + usps_city: 'Thomasville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3474.0, + density: 80.3, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89936, lat: 39.92939 }, + }, + { + zip_code: '17518', + usps_city: 'Drumore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1615.0, + density: 44.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.25671, lat: 39.8055 }, + }, + { + zip_code: '17527', + usps_city: 'Gap', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6134.0, + density: 115.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "96.32", "42029": "3.68"}', + coty_name: ['Lancaster', 'Chester'], + cty_code: ['42071', '42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99485, lat: 40.01353 }, + }, + { + zip_code: '17560', + usps_city: 'New Providence', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4560.0, + density: 109.7, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22738, lat: 39.91085 }, + }, + { + zip_code: '17701', + usps_city: 'Williamsport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 43218.0, + density: 186.6, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "99.95", "42113": "0.05"}', + coty_name: ['Lycoming', 'Sullivan'], + cty_code: ['42081', '42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90232, lat: 41.33749 }, + }, + { + zip_code: '17729', + usps_city: 'Cross Fork', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 0.2, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "53.46", "42105": "46.54"}', + coty_name: ['Clinton', 'Potter'], + cty_code: ['42035', '42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74755, lat: 41.49557 }, + }, + { + zip_code: '17731', + usps_city: 'Eagles Mere', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 6.6, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56675, lat: 41.42874 }, + }, + { + zip_code: '17747', + usps_city: 'Loganton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3426.0, + density: 13.7, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32321, lat: 41.03855 }, + }, + { + zip_code: '17764', + usps_city: 'Renovo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2294.0, + density: 5.5, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81989, lat: 41.33441 }, + }, + { + zip_code: '17815', + usps_city: 'Bloomsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29764.0, + density: 84.7, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "99.01", "42079": "0.74", "42093": "0.25"}', + coty_name: ['Columbia', 'Luzerne', 'Montour'], + cty_code: ['42037', '42079', '42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42381, lat: 41.01702 }, + }, + { + zip_code: '17829', + usps_city: 'Hartleton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 115.6, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15582, lat: 40.90055 }, + }, + { + zip_code: '17880', + usps_city: 'Swengel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 397.9, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12174, lat: 40.89224 }, + }, + { + zip_code: '17960', + usps_city: 'New Ringgold', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4114.0, + density: 30.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94584, lat: 40.69973 }, + }, + { + zip_code: '18015', + usps_city: 'Bethlehem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 33447.0, + density: 608.2, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "78.13", "42077": "21.87"}', + coty_name: ['Northampton', 'Lehigh'], + cty_code: ['42095', '42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37082, lat: 40.59008 }, + }, + { + zip_code: '18049', + usps_city: 'Emmaus', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17578.0, + density: 452.5, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.5008, lat: 40.51741 }, + }, + { + zip_code: '18076', + usps_city: 'Red Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2882.0, + density: 927.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48076, lat: 40.37475 }, + }, + { + zip_code: '18101', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4720.0, + density: 5214.5, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46925, lat: 40.6027 }, + }, + { + zip_code: '18221', + usps_city: 'Drifton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 41.4, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91731, lat: 41.00179 }, + }, + { + zip_code: '18246', + usps_city: 'Rock Glen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 49.1, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19524, lat: 40.95722 }, + }, + { + zip_code: '18333', + usps_city: 'Kresgeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 554.0, + density: 99.6, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4917, lat: 40.90235 }, + }, + { + zip_code: '18420', + usps_city: 'Fleetville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 64.7, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71012, lat: 41.60201 }, + }, + { + zip_code: '18453', + usps_city: 'Pleasant Mount', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 978.0, + density: 7.5, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.36203, lat: 41.75457 }, + }, + { + zip_code: '18471', + usps_city: 'Waverly', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 93.2, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69221, lat: 41.52832 }, + }, + { + zip_code: '18503', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1247.0, + density: 1039.9, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66769, lat: 41.41128 }, + }, + { + zip_code: '18626', + usps_city: 'Laporte', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 7.9, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5132, lat: 41.4044 }, + }, + { + zip_code: '18634', + usps_city: 'Nanticoke', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13148.0, + density: 342.3, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02153, lat: 41.18918 }, + }, + { + zip_code: '18817', + usps_city: 'East Smithfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 64.6, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6263, lat: 41.87005 }, + }, + { + zip_code: '18947', + usps_city: 'Pipersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6309.0, + density: 101.9, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11448, lat: 40.4244 }, + }, + { + zip_code: '18974', + usps_city: 'Warminster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 40543.0, + density: 820.7, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07296, lat: 40.21597 }, + }, + { + zip_code: '19008', + usps_city: 'Broomall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20934.0, + density: 1233.1, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.36075, lat: 39.97385 }, + }, + { + zip_code: '19096', + usps_city: 'Wynnewood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13695.0, + density: 1509.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "96.04", "42045": "3.96"}', + coty_name: ['Montgomery', 'Delaware'], + cty_code: ['42091', '42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27419, lat: 39.99786 }, + }, + { + zip_code: '19151', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 33343.0, + density: 5382.7, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25622, lat: 39.97561 }, + }, + { + zip_code: '19473', + usps_city: 'Schwenksville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16426.0, + density: 258.5, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47484, lat: 40.25899 }, + }, + { + zip_code: '19477', + usps_city: 'Spring House', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 968.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.23319, lat: 40.1836 }, + }, + { + zip_code: '19549', + usps_city: 'Port Clinton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 86.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02102, lat: 40.58455 }, + }, + { + zip_code: '19955', + usps_city: 'Kenton', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 353.9, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66854, lat: 39.22599 }, + }, + { + zip_code: '19971', + usps_city: 'Rehoboth Beach', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 13739.0, + density: 320.5, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10114, lat: 38.68808 }, + }, + { + zip_code: '20017', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 20889.0, + density: 3642.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99318, lat: 38.93845 }, + }, + { + zip_code: '20390', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 29812.5, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99375, lat: 38.87901 }, + }, + { + zip_code: '20736', + usps_city: 'Owings', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9248.0, + density: 139.8, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "99.85", "24003": "0.15"}', + coty_name: ['Calvert', 'Anne Arundel'], + cty_code: ['24009', '24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62805, lat: 38.69041 }, + }, + { + zip_code: '20818', + usps_city: 'Cabin John', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1971.0, + density: 746.6, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16241, lat: 38.97397 }, + }, + { + zip_code: '20878', + usps_city: 'Gaithersburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 63030.0, + density: 1110.7, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.25142, lat: 39.11253 }, + }, + { + zip_code: '21208', + usps_city: 'Pikesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 35266.0, + density: 1105.1, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "94.2", "24510": "5.8"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72439, lat: 39.38482 }, + }, + { + zip_code: '21240', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "0"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67323, lat: 39.17533 }, + }, + { + zip_code: '21403', + usps_city: 'Annapolis', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 31377.0, + density: 1332.8, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49254, lat: 38.94404 }, + }, + { + zip_code: '21640', + usps_city: 'Henderson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 20.9, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "94.36", "24035": "5.64"}', + coty_name: ['Caroline', "Queen Anne's"], + cty_code: ['24011', '24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81872, lat: 39.06952 }, + }, + { + zip_code: '21652', + usps_city: 'Neavitt', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 76.0, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28287, lat: 38.72083 }, + }, + { + zip_code: '21669', + usps_city: 'Taylors Island', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 7.9, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28926, lat: 38.45996 }, + }, + { + zip_code: '21742', + usps_city: 'Hagerstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33483.0, + density: 256.2, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65638, lat: 39.66977 }, + }, + { + zip_code: '21746', + usps_city: 'Hagerstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3008.0, + density: 3225.6, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71134, lat: 39.56503 }, + }, + { + zip_code: '21767', + usps_city: 'Maugansville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 881.8, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74729, lat: 39.69722 }, + }, + { + zip_code: '21769', + usps_city: 'Middletown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11629.0, + density: 110.1, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "99.66", "24043": "0.34"}', + coty_name: ['Frederick', 'Washington'], + cty_code: ['24021', '24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.56552, lat: 39.44498 }, + }, + { + zip_code: '21784', + usps_city: 'Sykesville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37365.0, + density: 250.8, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "94.43", "24027": "5.57"}', + coty_name: ['Carroll', 'Howard'], + cty_code: ['24013', '24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97365, lat: 39.40106 }, + }, + { + zip_code: '21821', + usps_city: 'Deal Island', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 30.8, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.92042, lat: 38.1666 }, + }, + { + zip_code: '21822', + usps_city: 'Eden', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1687.0, + density: 23.1, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "50.36", "24045": "40.57", "24047": "9.07"}', + coty_name: ['Somerset', 'Wicomico', 'Worcester'], + cty_code: ['24039', '24045', '24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6376, lat: 38.27519 }, + }, + { + zip_code: '21826', + usps_city: 'Fruitland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5325.0, + density: 461.8, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62696, lat: 38.31705 }, + }, + { + zip_code: '21866', + usps_city: 'Tylerton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 150.8, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02142, lat: 37.96745 }, + }, + { + zip_code: '22003', + usps_city: 'Annandale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 59375.0, + density: 1842.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21443, lat: 38.83076 }, + }, + { + zip_code: '22030', + usps_city: 'Fairfax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 59332.0, + density: 1213.6, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "68.17", "51600": "31.83"}', + coty_name: ['Fairfax', 'Fairfax'], + cty_code: ['51059', '51600'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34167, lat: 38.83937 }, + }, + { + zip_code: '22209', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13227.0, + density: 8510.5, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07532, lat: 38.89469 }, + }, + { + zip_code: '22401', + usps_city: 'Fredericksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28622.0, + density: 1057.3, + primary_coty_code: '51630', + primary_coty_name: 'Fredericksburg', + county_weights: '{"51630": "100"}', + coty_name: ['Fredericksburg'], + cty_code: ['51630'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.48713, lat: 38.29918 }, + }, + { + zip_code: '22460', + usps_city: 'Farnham', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1344.0, + density: 9.0, + primary_coty_code: '51159', + primary_coty_name: 'Richmond', + county_weights: '{"51159": "100"}', + coty_name: ['Richmond'], + cty_code: ['51159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60731, lat: 37.87589 }, + }, + { + zip_code: '22834', + usps_city: 'Linville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1055.0, + density: 22.9, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86025, lat: 38.55867 }, + }, + { + zip_code: '22968', + usps_city: 'Ruckersville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10562.0, + density: 105.8, + primary_coty_code: '51079', + primary_coty_name: 'Greene', + county_weights: '{"51079": "96.44", "51003": "3.56"}', + coty_name: ['Greene', 'Albemarle'], + cty_code: ['51079', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39722, lat: 38.24106 }, + }, + { + zip_code: '22971', + usps_city: 'Shipman', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1749.0, + density: 12.6, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "100"}', + coty_name: ['Nelson'], + cty_code: ['51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80016, lat: 37.74389 }, + }, + { + zip_code: '23415', + usps_city: 'New Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1603.0, + density: 20.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53604, lat: 37.96889 }, + }, + { + zip_code: '23486', + usps_city: 'Willis Wharf', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 22.7, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81115, lat: 37.5135 }, + }, + { + zip_code: '23605', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13801.0, + density: 1418.9, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "73.86", "51650": "26.14"}', + coty_name: ['Newport News', 'Hampton'], + cty_code: ['51700', '51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43569, lat: 37.01814 }, + }, + { + zip_code: '23664', + usps_city: 'Hampton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9593.0, + density: 707.7, + primary_coty_code: '51650', + primary_coty_name: 'Hampton', + county_weights: '{"51650": "100"}', + coty_name: ['Hampton'], + cty_code: ['51650'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29229, lat: 37.07528 }, + }, + { + zip_code: '23891', + usps_city: 'Waverly', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2112.0, + density: 352.3, + primary_coty_code: '51183', + primary_coty_name: 'Sussex', + county_weights: '{"51183": "100"}', + coty_name: ['Sussex'], + cty_code: ['51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21243, lat: 37.05082 }, + }, + { + zip_code: '24053', + usps_city: 'Ararat', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2646.0, + density: 18.6, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "96.8", "51035": "3.2"}', + coty_name: ['Patrick', 'Carroll'], + cty_code: ['51141', '51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.53375, lat: 36.60858 }, + }, + { + zip_code: '24067', + usps_city: 'Callaway', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2368.0, + density: 16.3, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "100"}', + coty_name: ['Franklin'], + cty_code: ['51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06895, lat: 37.03371 }, + }, + { + zip_code: '24090', + usps_city: 'Fincastle', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5028.0, + density: 20.4, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "100"}', + coty_name: ['Botetourt'], + cty_code: ['51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88824, lat: 37.52293 }, + }, + { + zip_code: '24092', + usps_city: 'Glade Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2445.0, + density: 26.6, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "100"}', + coty_name: ['Franklin'], + cty_code: ['51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7671, lat: 37.00339 }, + }, + { + zip_code: '24142', + usps_city: 'Radford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2745.0, + density: 10379.2, + primary_coty_code: '51750', + primary_coty_name: 'Radford', + county_weights: '{"51750": "100"}', + coty_name: ['Radford'], + cty_code: ['51750'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55083, lat: 37.13794 }, + }, + { + zip_code: '24161', + usps_city: 'Sandy Level', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 7.4, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54437, lat: 36.97848 }, + }, + { + zip_code: '24167', + usps_city: 'Staffordsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 15.0, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73439, lat: 37.24904 }, + }, + { + zip_code: '24184', + usps_city: 'Wirtz', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4586.0, + density: 41.3, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "100"}', + coty_name: ['Franklin'], + cty_code: ['51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78134, lat: 37.08814 }, + }, + { + zip_code: '24272', + usps_city: 'Nora', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 716.0, + density: 13.2, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "100"}', + coty_name: ['Dickenson'], + cty_code: ['51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33306, lat: 37.0218 }, + }, + { + zip_code: '24283', + usps_city: 'Saint Paul', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2130.0, + density: 32.2, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "81.9", "51167": "11.05", "51051": "7.05"}', + coty_name: ['Wise', 'Russell', 'Dickenson'], + cty_code: ['51195', '51167', '51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34732, lat: 36.94302 }, + }, + { + zip_code: '24319', + usps_city: 'Chilhowie', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7228.0, + density: 34.7, + primary_coty_code: '51173', + primary_coty_name: 'Smyth', + county_weights: '{"51173": "90.41", "51191": "9.59"}', + coty_name: ['Smyth', 'Washington'], + cty_code: ['51173', '51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64611, lat: 36.74804 }, + }, + { + zip_code: '24437', + usps_city: 'Fort Defiance', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 20.4, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.93861, lat: 38.22158 }, + }, + { + zip_code: '24476', + usps_city: 'Steeles Tavern', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 12.4, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2233, lat: 37.97044 }, + }, + { + zip_code: '24483', + usps_city: 'Vesuvius', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 582.0, + density: 3.1, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "77.85", "51009": "22.15"}', + coty_name: ['Rockbridge', 'Amherst'], + cty_code: ['51163', '51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22925, lat: 37.81192 }, + }, + { + zip_code: '24486', + usps_city: 'Weyers Cave', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3304.0, + density: 56.0, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "93.95", "51165": "6.05"}', + coty_name: ['Augusta', 'Rockingham'], + cty_code: ['51015', '51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.93013, lat: 38.29299 }, + }, + { + zip_code: '24503', + usps_city: 'Lynchburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19349.0, + density: 178.9, + primary_coty_code: '51680', + primary_coty_name: 'Lynchburg', + county_weights: '{"51680": "76.04", "51019": "23.96"}', + coty_name: ['Lynchburg', 'Bedford'], + cty_code: ['51680', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.24965, lat: 37.45331 }, + }, + { + zip_code: '24521', + usps_city: 'Amherst', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9830.0, + density: 16.4, + primary_coty_code: '51009', + primary_coty_name: 'Amherst', + county_weights: '{"51009": "97.76", "51125": "2.24"}', + coty_name: ['Amherst', 'Nelson'], + cty_code: ['51009', '51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.09689, lat: 37.63442 }, + }, + { + zip_code: '24847', + usps_city: 'Itmann', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 55.8, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41541, lat: 37.57795 }, + }, + { + zip_code: '24868', + usps_city: 'Northfork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1114.0, + density: 10.6, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40577, lat: 37.41934 }, + }, + { + zip_code: '24981', + usps_city: 'Talcott', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 11.0, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "89.7", "54063": "10.3"}', + coty_name: ['Summers', 'Monroe'], + cty_code: ['54089', '54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73586, lat: 37.63105 }, + }, + { + zip_code: '25203', + usps_city: 'Turtle Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 4.1, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88232, lat: 38.01599 }, + }, + { + zip_code: '25208', + usps_city: 'Wharton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 801.0, + density: 4.0, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64557, lat: 37.84899 }, + }, + { + zip_code: '25235', + usps_city: 'Chloe', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1146.0, + density: 12.9, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "89.57", "54015": "10.43"}', + coty_name: ['Calhoun', 'Clay'], + cty_code: ['54013', '54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09437, lat: 38.66862 }, + }, + { + zip_code: '25520', + usps_city: 'Glenwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1497.0, + density: 14.6, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "56.63", "54011": "43.37"}', + coty_name: ['Mason', 'Cabell'], + cty_code: ['54053', '54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17741, lat: 38.56095 }, + }, + { + zip_code: '25699', + usps_city: 'Wilsondale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 3.2, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33258, lat: 37.96167 }, + }, + { + zip_code: '25876', + usps_city: 'Saulsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 8.1, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44925, lat: 37.63669 }, + }, + { + zip_code: '25917', + usps_city: 'Scarbro', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2202.0, + density: 19.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25099, lat: 37.97809 }, + }, + { + zip_code: '26003', + usps_city: 'Wheeling', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 41198.0, + density: 167.9, + primary_coty_code: '54069', + primary_coty_name: 'Ohio', + county_weights: '{"54069": "89.06", "54051": "10.22", "54009": "0.72"}', + coty_name: ['Ohio', 'Marshall', 'Brooke'], + cty_code: ['54069', '54051', '54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64996, lat: 40.07399 }, + }, + { + zip_code: '26055', + usps_city: 'Proctor', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 6.6, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "71.07", "54103": "28.93"}', + coty_name: ['Marshall', 'Wetzel'], + cty_code: ['54051', '54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77544, lat: 39.75481 }, + }, + { + zip_code: '26062', + usps_city: 'Weirton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 20764.0, + density: 288.8, + primary_coty_code: '54029', + primary_coty_name: 'Hancock', + county_weights: '{"54029": "82.02", "54009": "17.98"}', + coty_name: ['Hancock', 'Brooke'], + cty_code: ['54029', '54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.56115, lat: 40.42316 }, + }, + { + zip_code: '26159', + usps_city: 'Paden City', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3325.0, + density: 762.8, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "69.47", "54095": "30.53"}', + coty_name: ['Wetzel', 'Tyler'], + cty_code: ['54103', '54095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92757, lat: 39.6021 }, + }, + { + zip_code: '26184', + usps_city: 'Waverly', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2744.0, + density: 27.2, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "87.76", "54073": "12.24"}', + coty_name: ['Wood', 'Pleasants'], + cty_code: ['54107', '54073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35135, lat: 39.29803 }, + }, + { + zip_code: '26238', + usps_city: 'Volga', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 738.0, + density: 13.1, + primary_coty_code: '54001', + primary_coty_name: 'Barbour', + county_weights: '{"54001": "82.41", "54097": "17.59"}', + coty_name: ['Barbour', 'Upshur'], + cty_code: ['54001', '54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15939, lat: 39.10308 }, + }, + { + zip_code: '26361', + usps_city: 'Gypsy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 265.5, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3175, lat: 39.36662 }, + }, + { + zip_code: '26376', + usps_city: 'Ireland', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 529.0, + density: 6.5, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "65.01", "54007": "34.99"}', + coty_name: ['Lewis', 'Braxton'], + cty_code: ['54041', '54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45667, lat: 38.77625 }, + }, + { + zip_code: '26384', + usps_city: 'Linn', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 8.0, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "90.19", "54041": "9.81"}', + coty_name: ['Gilmer', 'Lewis'], + cty_code: ['54021', '54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.71386, lat: 38.97585 }, + }, + { + zip_code: '26410', + usps_city: 'Newburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1055.0, + density: 17.8, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8254, lat: 39.40412 }, + }, + { + zip_code: '26447', + usps_city: 'Walkersville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1379.0, + density: 8.2, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "100"}', + coty_name: ['Lewis'], + cty_code: ['54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48569, lat: 38.90951 }, + }, + { + zip_code: '26601', + usps_city: 'Sutton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4570.0, + density: 13.4, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6564, lat: 38.62919 }, + }, + { + zip_code: '26716', + usps_city: 'Eglon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 11.7, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52098, lat: 39.26122 }, + }, + { + zip_code: '26847', + usps_city: 'Petersburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6424.0, + density: 20.3, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "99.78", "54071": "0.22"}', + coty_name: ['Grant', 'Pendleton'], + cty_code: ['54023', '54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13655, lat: 38.953 }, + }, + { + zip_code: '27104', + usps_city: 'Winston Salem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28402.0, + density: 889.4, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3239, lat: 36.09482 }, + }, + { + zip_code: '27360', + usps_city: 'Thomasville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 45974.0, + density: 201.4, + primary_coty_code: '37057', + primary_coty_name: 'Davidson', + county_weights: '{"37057": "92.32", "37151": "7.68"}', + coty_name: ['Davidson', 'Randolph'], + cty_code: ['37057', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09978, lat: 35.85771 }, + }, + { + zip_code: '27502', + usps_city: 'Apex', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41455.0, + density: 565.0, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "99.72", "37037": "0.28"}', + coty_name: ['Wake', 'Chatham'], + cty_code: ['37183', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.91507, lat: 35.7201 }, + }, + { + zip_code: '27508', + usps_city: 'Bunn', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 52.2, + primary_coty_code: '37069', + primary_coty_name: 'Franklin', + county_weights: '{"37069": "100"}', + coty_name: ['Franklin'], + cty_code: ['37069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24979, lat: 35.95771 }, + }, + { + zip_code: '27592', + usps_city: 'Willow Spring', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15972.0, + density: 148.1, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "57.98", "37101": "41.8", "37085": "0.22"}', + coty_name: ['Wake', 'Johnston', 'Harnett'], + cty_code: ['37183', '37101', '37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.67346, lat: 35.55773 }, + }, + { + zip_code: '27615', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 43950.0, + density: 877.8, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63612, lat: 35.89798 }, + }, + { + zip_code: '27616', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 55128.0, + density: 957.6, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53812, lat: 35.86728 }, + }, + { + zip_code: '27703', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 53733.0, + density: 379.9, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "100", "37183": "0"}', + coty_name: ['Durham', 'Wake'], + cty_code: ['37063', '37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80681, lat: 35.96078 }, + }, + { + zip_code: '27704', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40392.0, + density: 387.0, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "100"}', + coty_name: ['Durham'], + cty_code: ['37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83035, lat: 36.04174 }, + }, + { + zip_code: '27851', + usps_city: 'Lucama', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5458.0, + density: 47.0, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "100"}', + coty_name: ['Wilson'], + cty_code: ['37195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.0284, lat: 35.64124 }, + }, + { + zip_code: '27890', + usps_city: 'Weldon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2685.0, + density: 115.5, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "100"}', + coty_name: ['Halifax'], + cty_code: ['37083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59078, lat: 36.41525 }, + }, + { + zip_code: '27923', + usps_city: 'Coinjock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 827.0, + density: 44.3, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93668, lat: 36.37888 }, + }, + { + zip_code: '27925', + usps_city: 'Columbia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4003.0, + density: 6.4, + primary_coty_code: '37177', + primary_coty_name: 'Tyrrell', + county_weights: '{"37177": "100"}', + coty_name: ['Tyrrell'], + cty_code: ['37177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19669, lat: 35.84819 }, + }, + { + zip_code: '27938', + usps_city: 'Gatesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1233.0, + density: 9.4, + primary_coty_code: '37073', + primary_coty_name: 'Gates', + county_weights: '{"37073": "100"}', + coty_name: ['Gates'], + cty_code: ['37073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71786, lat: 36.3834 }, + }, + { + zip_code: '27953', + usps_city: 'Manns Harbor', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 1.2, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86446, lat: 35.78282 }, + }, + { + zip_code: '28009', + usps_city: 'Badin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1183.0, + density: 159.6, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "100"}', + coty_name: ['Stanly'], + cty_code: ['37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10754, lat: 35.40852 }, + }, + { + zip_code: '28083', + usps_city: 'Kannapolis', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25536.0, + density: 491.6, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: '{"37025": "76.45", "37159": "23.55"}', + coty_name: ['Cabarrus', 'Rowan'], + cty_code: ['37025', '37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58059, lat: 35.49082 }, + }, + { + zip_code: '28117', + usps_city: 'Mooresville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40855.0, + density: 395.1, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "100"}', + coty_name: ['Iredell'], + cty_code: ['37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89562, lat: 35.57216 }, + }, + { + zip_code: '28269', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 77248.0, + density: 978.5, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "94.99", "37025": "5.01"}', + coty_name: ['Mecklenburg', 'Cabarrus'], + cty_code: ['37119', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80251, lat: 35.33788 }, + }, + { + zip_code: '28340', + usps_city: 'Fairmont', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10075.0, + density: 31.0, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.14074, lat: 34.47199 }, + }, + { + zip_code: '28356', + usps_city: 'Linden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4819.0, + density: 33.9, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "73.61", "37085": "26.39"}', + coty_name: ['Cumberland', 'Harnett'], + cty_code: ['37051', '37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7909, lat: 35.23088 }, + }, + { + zip_code: '28374', + usps_city: 'Pinehurst', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17347.0, + density: 302.3, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.46247, lat: 35.19759 }, + }, + { + zip_code: '28385', + usps_city: 'Salemburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2277.0, + density: 22.3, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "100"}', + coty_name: ['Sampson'], + cty_code: ['37163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.49749, lat: 35.04525 }, + }, + { + zip_code: '28431', + usps_city: 'Chadbourn', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7027.0, + density: 36.1, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83935, lat: 34.31373 }, + }, + { + zip_code: '28540', + usps_city: 'Jacksonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 49144.0, + density: 183.8, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50563, lat: 34.75633 }, + }, + { + zip_code: '28556', + usps_city: 'Merritt', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1013.0, + density: 8.6, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6651, lat: 35.12436 }, + }, + { + zip_code: '28640', + usps_city: 'Jefferson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4985.0, + density: 49.5, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40751, lat: 36.40345 }, + }, + { + zip_code: '28684', + usps_city: 'Todd', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2038.0, + density: 14.9, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "55.72", "37189": "44.28"}', + coty_name: ['Ashe', 'Watauga'], + cty_code: ['37009', '37189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6146, lat: 36.3384 }, + }, + { + zip_code: '28709', + usps_city: 'Barnardsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2470.0, + density: 18.1, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40612, lat: 35.76386 }, + }, + { + zip_code: '29030', + usps_city: 'Cameron', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1757.0, + density: 7.5, + primary_coty_code: '45017', + primary_coty_name: 'Calhoun', + county_weights: '{"45017": "74.38", "45075": "25.62"}', + coty_name: ['Calhoun', 'Orangeburg'], + cty_code: ['45017', '45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65351, lat: 33.58113 }, + }, + { + zip_code: '29061', + usps_city: 'Hopkins', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14485.0, + density: 62.8, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85035, lat: 33.89818 }, + }, + { + zip_code: '29075', + usps_city: 'Little Mountain', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2761.0, + density: 25.1, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "62.77", "45079": "24.74", "45063": "12.49"}', + coty_name: ['Newberry', 'Richland', 'Lexington'], + cty_code: ['45071', '45079', '45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3739, lat: 34.20037 }, + }, + { + zip_code: '29138', + usps_city: 'Saluda', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11111.0, + density: 19.4, + primary_coty_code: '45081', + primary_coty_name: 'Saluda', + county_weights: '{"45081": "98.33", "45047": "1.54", "45037": "0.13"}', + coty_name: ['Saluda', 'Greenwood', 'Edgefield'], + cty_code: ['45081', '45047', '45037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77281, lat: 34.04454 }, + }, + { + zip_code: '29169', + usps_city: 'West Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24321.0, + density: 783.7, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09719, lat: 33.9965 }, + }, + { + zip_code: '29223', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 51054.0, + density: 773.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92143, lat: 34.09243 }, + }, + { + zip_code: '29225', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1320.0, + density: 31476.5, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02504, lat: 33.99619 }, + }, + { + zip_code: '29330', + usps_city: 'Cowpens', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9340.0, + density: 99.6, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "63.64", "45021": "36.36"}', + coty_name: ['Spartanburg', 'Cherokee'], + cty_code: ['45083', '45021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8049, lat: 35.05434 }, + }, + { + zip_code: '29351', + usps_city: 'Joanna', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 102.9, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "100"}', + coty_name: ['Laurens'], + cty_code: ['45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8097, lat: 34.42171 }, + }, + { + zip_code: '29356', + usps_city: 'Landrum', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8310.0, + density: 39.1, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "53.49", "45045": "46.51"}', + coty_name: ['Spartanburg', 'Greenville'], + cty_code: ['45083', '45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2637, lat: 35.14389 }, + }, + { + zip_code: '29409', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2670.0, + density: 15990.8, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96069, lat: 32.79637 }, + }, + { + zip_code: '29412', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41447.0, + density: 407.7, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9512, lat: 32.70947 }, + }, + { + zip_code: '29420', + usps_city: 'North Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23155.0, + density: 796.8, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "75.74", "45019": "24.26"}', + coty_name: ['Dorchester', 'Charleston'], + cty_code: ['45035', '45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10254, lat: 32.93366 }, + }, + { + zip_code: '29475', + usps_city: 'Ruffin', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1787.0, + density: 6.4, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81786, lat: 32.96021 }, + }, + { + zip_code: '29520', + usps_city: 'Cheraw', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13689.0, + density: 39.4, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9272, lat: 34.67955 }, + }, + { + zip_code: '29545', + usps_city: 'Green Sea', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 17.5, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96558, lat: 34.16239 }, + }, + { + zip_code: '29571', + usps_city: 'Marion', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14794.0, + density: 29.7, + primary_coty_code: '45067', + primary_coty_name: 'Marion', + county_weights: '{"45067": "100"}', + coty_name: ['Marion'], + cty_code: ['45067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.42189, lat: 34.13662 }, + }, + { + zip_code: '29576', + usps_city: 'Murrells Inlet', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32384.0, + density: 342.1, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "67.83", "45043": "32.17"}', + coty_name: ['Horry', 'Georgetown'], + cty_code: ['45051', '45043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05808, lat: 33.56262 }, + }, + { + zip_code: '29664', + usps_city: 'Mountain Rest', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1866.0, + density: 7.5, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1582, lat: 34.86596 }, + }, + { + zip_code: '29715', + usps_city: 'Fort Mill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34429.0, + density: 392.7, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92653, lat: 35.01074 }, + }, + { + zip_code: '29733', + usps_city: 'Rock Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 5936.3, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03192, lat: 34.93971 }, + }, + { + zip_code: '29847', + usps_city: 'Trenton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5289.0, + density: 22.5, + primary_coty_code: '45037', + primary_coty_name: 'Edgefield', + county_weights: '{"45037": "80.26", "45003": "19.74"}', + coty_name: ['Edgefield', 'Aiken'], + cty_code: ['45037', '45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85588, lat: 33.70004 }, + }, + { + zip_code: '29853', + usps_city: 'Williston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6139.0, + density: 21.4, + primary_coty_code: '45011', + primary_coty_name: 'Barnwell', + county_weights: '{"45011": "82.48", "45003": "17.52"}', + coty_name: ['Barnwell', 'Aiken'], + cty_code: ['45011', '45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42338, lat: 33.40297 }, + }, + { + zip_code: '29860', + usps_city: 'North Augusta', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16125.0, + density: 119.6, + primary_coty_code: '45037', + primary_coty_name: 'Edgefield', + county_weights: '{"45037": "54.98", "45003": "45.02"}', + coty_name: ['Edgefield', 'Aiken'], + cty_code: ['45037', '45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97479, lat: 33.60279 }, + }, + { + zip_code: '29923', + usps_city: 'Gifford', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 9.1, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "100"}', + coty_name: ['Hampton'], + cty_code: ['45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24639, lat: 32.85956 }, + }, + { + zip_code: '29941', + usps_city: 'Sheldon', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 10.4, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81181, lat: 32.54373 }, + }, + { + zip_code: '30004', + usps_city: 'Alpharetta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 65294.0, + density: 439.3, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "79.04", "13117": "16.15", "13057": "4.81"}', + coty_name: ['Fulton', 'Forsyth', 'Cherokee'], + cty_code: ['13121', '13117', '13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29948, lat: 34.14329 }, + }, + { + zip_code: '30022', + usps_city: 'Alpharetta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 68945.0, + density: 1046.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.2472, lat: 34.03027 }, + }, + { + zip_code: '30134', + usps_city: 'Douglasville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 43402.0, + density: 337.8, + primary_coty_code: '13097', + primary_coty_name: 'Douglas', + county_weights: '{"13097": "67.04", "13223": "32.96"}', + coty_name: ['Douglas', 'Paulding'], + cty_code: ['13097', '13223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.77979, lat: 33.77474 }, + }, + { + zip_code: '30149', + usps_city: 'Mount Berry', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2004.0, + density: 88.7, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "100"}', + coty_name: ['Floyd'], + cty_code: ['13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.22535, lat: 34.31033 }, + }, + { + zip_code: '30213', + usps_city: 'Fairburn', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 33926.0, + density: 204.5, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63726, lat: 33.59148 }, + }, + { + zip_code: '30241', + usps_city: 'Lagrange', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25283.0, + density: 87.6, + primary_coty_code: '13285', + primary_coty_name: 'Troup', + county_weights: '{"13285": "100"}', + coty_name: ['Troup'], + cty_code: ['13285'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.95166, lat: 33.02222 }, + }, + { + zip_code: '30297', + usps_city: 'Forest Park', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28966.0, + density: 1018.9, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "100"}', + coty_name: ['Clayton'], + cty_code: ['13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.37185, lat: 33.61565 }, + }, + { + zip_code: '30331', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 66658.0, + density: 695.5, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54392, lat: 33.70635 }, + }, + { + zip_code: '30452', + usps_city: 'Register', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 11.2, + primary_coty_code: '13031', + primary_coty_name: 'Bulloch', + county_weights: '{"13031": "100"}', + coty_name: ['Bulloch'], + cty_code: ['13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89065, lat: 32.32234 }, + }, + { + zip_code: '30512', + usps_city: 'Blairsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 21541.0, + density: 37.4, + primary_coty_code: '13291', + primary_coty_name: 'Union', + county_weights: '{"13291": "99.08", "13111": "0.92"}', + coty_name: ['Union', 'Fannin'], + cty_code: ['13291', '13111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97095, lat: 34.85602 }, + }, + { + zip_code: '30521', + usps_city: 'Carnesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5018.0, + density: 20.5, + primary_coty_code: '13119', + primary_coty_name: 'Franklin', + county_weights: '{"13119": "95.25", "13011": "4.75"}', + coty_name: ['Franklin', 'Banks'], + cty_code: ['13119', '13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29363, lat: 34.36236 }, + }, + { + zip_code: '30554', + usps_city: 'Lula', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8126.0, + density: 43.0, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "70.15", "13011": "29.85"}', + coty_name: ['Hall', 'Banks'], + cty_code: ['13139', '13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65901, lat: 34.3994 }, + }, + { + zip_code: '30620', + usps_city: 'Bethlehem', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14228.0, + density: 224.2, + primary_coty_code: '13013', + primary_coty_name: 'Barrow', + county_weights: '{"13013": "79.02", "13135": "15.75", "13297": "5.22"}', + coty_name: ['Barrow', 'Gwinnett', 'Walton'], + cty_code: ['13013', '13135', '13297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.7573, lat: 33.92906 }, + }, + { + zip_code: '30736', + usps_city: 'Ringgold', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 42604.0, + density: 128.0, + primary_coty_code: '13047', + primary_coty_name: 'Catoosa', + county_weights: '{"13047": "98.4", "13313": "0.96", "13295": "0.64"}', + coty_name: ['Catoosa', 'Whitfield', 'Walker'], + cty_code: ['13047', '13313', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.13622, lat: 34.90444 }, + }, + { + zip_code: '30756', + usps_city: 'Varnell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 408.3, + primary_coty_code: '13313', + primary_coty_name: 'Whitfield', + county_weights: '{"13313": "100"}', + coty_name: ['Whitfield'], + cty_code: ['13313'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.97717, lat: 34.89768 }, + }, + { + zip_code: '30904', + usps_city: 'Augusta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25175.0, + density: 938.7, + primary_coty_code: '13245', + primary_coty_name: 'Richmond', + county_weights: '{"13245": "100"}', + coty_name: ['Richmond'], + cty_code: ['13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01281, lat: 33.4775 }, + }, + { + zip_code: '31045', + usps_city: 'Jewell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 1.4, + primary_coty_code: '13301', + primary_coty_name: 'Warren', + county_weights: '{"13301": "80.82", "13141": "19.18"}', + coty_name: ['Warren', 'Hancock'], + cty_code: ['13301', '13141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78307, lat: 33.28247 }, + }, + { + zip_code: '31090', + usps_city: 'Toomsboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1072.0, + density: 2.8, + primary_coty_code: '13319', + primary_coty_name: 'Wilkinson', + county_weights: '{"13319": "100"}', + coty_name: ['Wilkinson'], + cty_code: ['13319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06214, lat: 32.82654 }, + }, + { + zip_code: '31098', + usps_city: 'Warner Robins', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3489.0, + density: 73.5, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57386, lat: 32.61808 }, + }, + { + zip_code: '31308', + usps_city: 'Ellabell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7250.0, + density: 32.6, + primary_coty_code: '13029', + primary_coty_name: 'Bryan', + county_weights: '{"13029": "77.41", "13031": "22.59"}', + coty_name: ['Bryan', 'Bulloch'], + cty_code: ['13029', '13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48045, lat: 32.17485 }, + }, + { + zip_code: '31410', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24727.0, + density: 482.8, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.993, lat: 32.0244 }, + }, + { + zip_code: '31532', + usps_city: 'Denton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 4.2, + primary_coty_code: '13161', + primary_coty_name: 'Jeff Davis', + county_weights: '{"13161": "100"}', + coty_name: ['Jeff Davis'], + cty_code: ['13161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75263, lat: 31.72255 }, + }, + { + zip_code: '31533', + usps_city: 'Douglas', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17087.0, + density: 98.5, + primary_coty_code: '13069', + primary_coty_name: 'Coffee', + county_weights: '{"13069": "100"}', + coty_name: ['Coffee'], + cty_code: ['13069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82861, lat: 31.54914 }, + }, + { + zip_code: '31544', + usps_city: 'Jacksonville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 2.9, + primary_coty_code: '13271', + primary_coty_name: 'Telfair', + county_weights: '{"13271": "100"}', + coty_name: ['Telfair'], + cty_code: ['13271'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95284, lat: 31.83788 }, + }, + { + zip_code: '31546', + usps_city: 'Jesup', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8415.0, + density: 19.1, + primary_coty_code: '13305', + primary_coty_name: 'Wayne', + county_weights: '{"13305": "100"}', + coty_name: ['Wayne'], + cty_code: ['13305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80861, lat: 31.51199 }, + }, + { + zip_code: '31553', + usps_city: 'Nahunta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4660.0, + density: 10.5, + primary_coty_code: '13025', + primary_coty_name: 'Brantley', + county_weights: '{"13025": "99.68", "13049": "0.32"}', + coty_name: ['Brantley', 'Charlton'], + cty_code: ['13025', '13049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97249, lat: 31.17663 }, + }, + { + zip_code: '31563', + usps_city: 'Surrency', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1369.0, + density: 4.7, + primary_coty_code: '13001', + primary_coty_name: 'Appling', + county_weights: '{"13001": "100"}', + coty_name: ['Appling'], + cty_code: ['13001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18268, lat: 31.74553 }, + }, + { + zip_code: '31624', + usps_city: 'Axson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 6.5, + primary_coty_code: '13003', + primary_coty_name: 'Atkinson', + county_weights: '{"13003": "91.52", "13069": "4.71", "13299": "3.77"}', + coty_name: ['Atkinson', 'Coffee', 'Ware'], + cty_code: ['13003', '13069', '13299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72141, lat: 31.29846 }, + }, + { + zip_code: '31722', + usps_city: 'Berlin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 473.0, + density: 242.1, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "100"}', + coty_name: ['Colquitt'], + cty_code: ['13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.62254, lat: 31.06731 }, + }, + { + zip_code: '31790', + usps_city: 'Sycamore', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2105.0, + density: 12.6, + primary_coty_code: '13287', + primary_coty_name: 'Turner', + county_weights: '{"13287": "100"}', + coty_name: ['Turner'], + cty_code: ['13287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56899, lat: 31.65164 }, + }, + { + zip_code: '31816', + usps_city: 'Manchester', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5271.0, + density: 51.3, + primary_coty_code: '13199', + primary_coty_name: 'Meriwether', + county_weights: '{"13199": "93.47", "13263": "6.53"}', + coty_name: ['Meriwether', 'Talbot'], + cty_code: ['13199', '13263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60481, lat: 32.8786 }, + }, + { + zip_code: '31836', + usps_city: 'Woodland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 4.4, + primary_coty_code: '13263', + primary_coty_name: 'Talbot', + county_weights: '{"13263": "100"}', + coty_name: ['Talbot'], + cty_code: ['13263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53996, lat: 32.79703 }, + }, + { + zip_code: '32053', + usps_city: 'Jennings', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3538.0, + density: 11.1, + primary_coty_code: '12047', + primary_coty_name: 'Hamilton', + county_weights: '{"12047": "100"}', + coty_name: ['Hamilton'], + cty_code: ['12047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13104, lat: 30.56817 }, + }, + { + zip_code: '32059', + usps_city: 'Lee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2418.0, + density: 7.9, + primary_coty_code: '12079', + primary_coty_name: 'Madison', + county_weights: '{"12079": "100"}', + coty_name: ['Madison'], + cty_code: ['12079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2711, lat: 30.38385 }, + }, + { + zip_code: '32064', + usps_city: 'Live Oak', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6890.0, + density: 343.2, + primary_coty_code: '12121', + primary_coty_name: 'Suwannee', + county_weights: '{"12121": "100"}', + coty_name: ['Suwannee'], + cty_code: ['12121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.98443, lat: 30.29566 }, + }, + { + zip_code: '32065', + usps_city: 'Orange Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 37195.0, + density: 834.7, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "100"}', + coty_name: ['Clay'], + cty_code: ['12019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80119, lat: 30.14921 }, + }, + { + zip_code: '32190', + usps_city: 'Seville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1309.0, + density: 16.0, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48555, lat: 29.34155 }, + }, + { + zip_code: '32301', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31317.0, + density: 1169.6, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25823, lat: 30.42563 }, + }, + { + zip_code: '32327', + usps_city: 'Crawfordville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28525.0, + density: 47.6, + primary_coty_code: '12129', + primary_coty_name: 'Wakulla', + county_weights: '{"12129": "99.96", "12073": "0.04"}', + coty_name: ['Wakulla', 'Leon'], + cty_code: ['12129', '12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30565, lat: 30.18667 }, + }, + { + zip_code: '32408', + usps_city: 'Panama City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18864.0, + density: 690.2, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.7253, lat: 30.13938 }, + }, + { + zip_code: '32423', + usps_city: 'Bascom', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 5.7, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.05854, lat: 30.94593 }, + }, + { + zip_code: '32430', + usps_city: 'Clarksville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 5.4, + primary_coty_code: '12013', + primary_coty_name: 'Calhoun', + county_weights: '{"12013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['12013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.23409, lat: 30.41836 }, + }, + { + zip_code: '32449', + usps_city: 'Wewahitchka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 4.3, + primary_coty_code: '12013', + primary_coty_name: 'Calhoun', + county_weights: '{"12013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['12013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.24125, lat: 30.28571 }, + }, + { + zip_code: '32464', + usps_city: 'Westville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4367.0, + density: 9.9, + primary_coty_code: '12059', + primary_coty_name: 'Holmes', + county_weights: '{"12059": "85.88", "12131": "14.12"}', + coty_name: ['Holmes', 'Walton'], + cty_code: ['12059', '12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.95427, lat: 30.89905 }, + }, + { + zip_code: '32530', + usps_city: 'Bagdad', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 314.2, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.03037, lat: 30.59823 }, + }, + { + zip_code: '32608', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49659.0, + density: 491.9, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4066, lat: 29.5969 }, + }, + { + zip_code: '32631', + usps_city: 'Earleton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 32.2, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10131, lat: 29.72436 }, + }, + { + zip_code: '32656', + usps_city: 'Keystone Heights', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15150.0, + density: 103.3, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "90.62", "12007": "9.38"}', + coty_name: ['Clay', 'Bradford'], + cty_code: ['12019', '12007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95605, lat: 29.81498 }, + }, + { + zip_code: '32812', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35855.0, + density: 1605.5, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32851, lat: 28.48502 }, + }, + { + zip_code: '32830', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.1, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56911, lat: 28.38225 }, + }, + { + zip_code: '32922', + usps_city: 'Cocoa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16709.0, + density: 1173.7, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.74281, lat: 28.37243 }, + }, + { + zip_code: '32953', + usps_city: 'Merritt Island', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23939.0, + density: 286.5, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70512, lat: 28.44828 }, + }, + { + zip_code: '33034', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22142.0, + density: 30.6, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "99.98", "12087": "0.02"}', + coty_name: ['Miami-Dade', 'Monroe'], + cty_code: ['12086', '12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62418, lat: 25.28499 }, + }, + { + zip_code: '33036', + usps_city: 'Islamorada', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3496.0, + density: 229.7, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.63795, lat: 24.92303 }, + }, + { + zip_code: '33133', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35592.0, + density: 3287.7, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24319, lat: 25.7298 }, + }, + { + zip_code: '33138', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30221.0, + density: 2766.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17842, lat: 25.85396 }, + }, + { + zip_code: '33180', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32441.0, + density: 3681.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14197, lat: 25.96067 }, + }, + { + zip_code: '33478', + usps_city: 'Jupiter', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14067.0, + density: 101.6, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "96.5", "12085": "3.5"}', + coty_name: ['Palm Beach', 'Martin'], + cty_code: ['12099', '12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.24526, lat: 26.94045 }, + }, + { + zip_code: '33496', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22530.0, + density: 934.6, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1604, lat: 26.40803 }, + }, + { + zip_code: '33584', + usps_city: 'Seffner', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26798.0, + density: 482.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2879, lat: 28.00862 }, + }, + { + zip_code: '33606', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20576.0, + density: 2420.5, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46488, lat: 27.93218 }, + }, + { + zip_code: '33607', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24384.0, + density: 1039.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51377, lat: 27.96757 }, + }, + { + zip_code: '33615', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47512.0, + density: 2127.5, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58135, lat: 28.00536 }, + }, + { + zip_code: '33744', + usps_city: 'Bay Pines', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 81.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77452, lat: 27.80853 }, + }, + { + zip_code: '33765', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14744.0, + density: 1387.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74472, lat: 27.97474 }, + }, + { + zip_code: '33839', + usps_city: 'Eagle Lake', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3356.0, + density: 450.4, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75068, lat: 27.97563 }, + }, + { + zip_code: '33947', + usps_city: 'Rotonda West', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9096.0, + density: 242.5, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.26976, lat: 26.88719 }, + }, + { + zip_code: '34231', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30341.0, + density: 1242.0, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51635, lat: 27.26664 }, + }, + { + zip_code: '35058', + usps_city: 'Cullman', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8630.0, + density: 48.5, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "100"}', + coty_name: ['Cullman'], + cty_code: ['1043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73788, lat: 34.23134 }, + }, + { + zip_code: '35125', + usps_city: 'Pell City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9931.0, + density: 80.7, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.29434, lat: 33.62576 }, + }, + { + zip_code: '35207', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8696.0, + density: 323.8, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.82296, lat: 33.56613 }, + }, + { + zip_code: '35459', + usps_city: 'Emelle', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1156.0, + density: 3.3, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30287, lat: 32.79859 }, + }, + { + zip_code: '35579', + usps_city: 'Oakman', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3614.0, + density: 9.9, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "99.55", "01125": "0.45"}', + coty_name: ['Walker', 'Tuscaloosa'], + cty_code: ['01127', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.35619, lat: 33.63661 }, + }, + { + zip_code: '35752', + usps_city: 'Hollywood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2682.0, + density: 22.2, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.94585, lat: 34.74811 }, + }, + { + zip_code: '35954', + usps_city: 'Attalla', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11834.0, + density: 43.6, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "99.39", "01049": "0.61"}', + coty_name: ['Etowah', 'DeKalb'], + cty_code: ['01055', '01049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.06009, lat: 34.08839 }, + }, + { + zip_code: '36026', + usps_city: 'Equality', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1091.0, + density: 5.7, + primary_coty_code: '1037', + primary_coty_name: 'Coosa', + county_weights: '{"01037": "69.7", "01051": "30.3"}', + coty_name: ['Coosa', 'Elmore'], + cty_code: ['01037', '01051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.12752, lat: 32.77815 }, + }, + { + zip_code: '36036', + usps_city: 'Grady', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1688.0, + density: 6.2, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "70.24", "01041": "29.76"}', + coty_name: ['Montgomery', 'Crenshaw'], + cty_code: ['01101', '01041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.15576, lat: 31.9776 }, + }, + { + zip_code: '36080', + usps_city: 'Titus', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2412.0, + density: 17.2, + primary_coty_code: '1051', + primary_coty_name: 'Elmore', + county_weights: '{"01051": "99.65", "01037": "0.35"}', + coty_name: ['Elmore', 'Coosa'], + cty_code: ['01051', '01037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.28413, lat: 32.70211 }, + }, + { + zip_code: '36083', + usps_city: 'Tuskegee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7316.0, + density: 11.1, + primary_coty_code: '1087', + primary_coty_name: 'Macon', + county_weights: '{"01087": "100"}', + coty_name: ['Macon'], + cty_code: ['1087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.68244, lat: 32.38841 }, + }, + { + zip_code: '36110', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11693.0, + density: 152.7, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2567, lat: 32.44856 }, + }, + { + zip_code: '36112', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 341.9, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.34915, lat: 32.38074 }, + }, + { + zip_code: '36267', + usps_city: 'Millerville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 2.0, + primary_coty_code: '1027', + primary_coty_name: 'Clay', + county_weights: '{"01027": "100"}', + coty_name: ['Clay'], + cty_code: ['1027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.94818, lat: 33.19729 }, + }, + { + zip_code: '36373', + usps_city: 'Shorterville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 2.7, + primary_coty_code: '1067', + primary_coty_name: 'Henry', + county_weights: '{"01067": "100"}', + coty_name: ['Henry'], + cty_code: ['1067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.10522, lat: 31.52049 }, + }, + { + zip_code: '36455', + usps_city: 'Lockhart', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 180.9, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "100"}', + coty_name: ['Covington'], + cty_code: ['1039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.35181, lat: 31.01292 }, + }, + { + zip_code: '36521', + usps_city: 'Chunchula', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6073.0, + density: 16.2, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18116, lat: 30.96477 }, + }, + { + zip_code: '36525', + usps_city: 'Creola', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1914.0, + density: 44.1, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01798, lat: 30.89003 }, + }, + { + zip_code: '36553', + usps_city: 'McIntosh', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2721.0, + density: 9.5, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06928, lat: 31.24101 }, + }, + { + zip_code: '36556', + usps_city: 'Malcolm', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 30.7, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97182, lat: 31.20649 }, + }, + { + zip_code: '36578', + usps_city: 'Stapleton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1436.0, + density: 18.2, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77878, lat: 30.74774 }, + }, + { + zip_code: '36767', + usps_city: 'Orrville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 4.8, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "100"}', + coty_name: ['Dallas'], + cty_code: ['1047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.19071, lat: 32.26011 }, + }, + { + zip_code: '36792', + usps_city: 'Randolph', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1396.0, + density: 9.6, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "61.08", "01021": "38.92"}', + coty_name: ['Bibb', 'Chilton'], + cty_code: ['01007', '01021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.90596, lat: 32.92158 }, + }, + { + zip_code: '36860', + usps_city: 'Hurtsboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1728.0, + density: 4.4, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "86.77", "01087": "11.14", "01011": "2.09"}', + coty_name: ['Russell', 'Macon', 'Bullock'], + cty_code: ['01113', '01087', '01011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.41887, lat: 32.25246 }, + }, + { + zip_code: '36875', + usps_city: 'Seale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3782.0, + density: 10.4, + primary_coty_code: '1113', + primary_coty_name: 'Russell', + county_weights: '{"01113": "100"}', + coty_name: ['Russell'], + cty_code: ['1113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.17286, lat: 32.33317 }, + }, + { + zip_code: '37051', + usps_city: 'Cumberland Furnace', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3499.0, + density: 17.2, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "67.2", "47125": "31.71", "47083": "1.09"}', + coty_name: ['Dickson', 'Montgomery', 'Houston'], + cty_code: ['47043', '47125', '47083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.41023, lat: 36.30428 }, + }, + { + zip_code: '37055', + usps_city: 'Dickson', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 27772.0, + density: 52.8, + primary_coty_code: '47043', + primary_coty_name: 'Dickson', + county_weights: '{"47043": "99.02", "47081": "0.98"}', + coty_name: ['Dickson', 'Hickman'], + cty_code: ['47043', '47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44267, lat: 36.07849 }, + }, + { + zip_code: '37066', + usps_city: 'Gallatin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 51873.0, + density: 174.8, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "100"}', + coty_name: ['Sumner'], + cty_code: ['47165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.45526, lat: 36.39871 }, + }, + { + zip_code: '37090', + usps_city: 'Lebanon', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15266.0, + density: 36.2, + primary_coty_code: '47189', + primary_coty_name: 'Wilson', + county_weights: '{"47189": "95.16", "47159": "4.84"}', + coty_name: ['Wilson', 'Smith'], + cty_code: ['47189', '47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.29667, lat: 36.12506 }, + }, + { + zip_code: '37137', + usps_city: 'Nunnelly', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 12.7, + primary_coty_code: '47081', + primary_coty_name: 'Hickman', + county_weights: '{"47081": "100"}', + coty_name: ['Hickman'], + cty_code: ['47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50113, lat: 35.87602 }, + }, + { + zip_code: '37188', + usps_city: 'White House', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15431.0, + density: 197.8, + primary_coty_code: '47147', + primary_coty_name: 'Robertson', + county_weights: '{"47147": "51.75", "47165": "48.25"}', + coty_name: ['Robertson', 'Sumner'], + cty_code: ['47147', '47165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.68133, lat: 36.48024 }, + }, + { + zip_code: '37309', + usps_city: 'Calhoun', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2493.0, + density: 25.4, + primary_coty_code: '47107', + primary_coty_name: 'McMinn', + county_weights: '{"47107": "86.76", "47139": "13.24"}', + coty_name: ['McMinn', 'Polk'], + cty_code: ['47107', '47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.73759, lat: 35.30336 }, + }, + { + zip_code: '37323', + usps_city: 'Cleveland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 31385.0, + density: 101.4, + primary_coty_code: '47011', + primary_coty_name: 'Bradley', + county_weights: '{"47011": "99.92", "47139": "0.08"}', + coty_name: ['Bradley', 'Polk'], + cty_code: ['47011', '47139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.82058, lat: 35.09721 }, + }, + { + zip_code: '37350', + usps_city: 'Lookout Mountain', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1965.0, + density: 523.2, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.35021, lat: 34.99383 }, + }, + { + zip_code: '37405', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17091.0, + density: 118.8, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "93.4", "47115": "6.6"}', + coty_name: ['Hamilton', 'Marion'], + cty_code: ['47065', '47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.40589, lat: 35.12144 }, + }, + { + zip_code: '37650', + usps_city: 'Erwin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12056.0, + density: 47.0, + primary_coty_code: '47171', + primary_coty_name: 'Unicoi', + county_weights: '{"47171": "96.32", "47179": "3.68"}', + coty_name: ['Unicoi', 'Washington'], + cty_code: ['47171', '47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45622, lat: 36.10446 }, + }, + { + zip_code: '37663', + usps_city: 'Kingsport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14183.0, + density: 206.4, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "93.9", "47179": "6.1"}', + coty_name: ['Sullivan', 'Washington'], + cty_code: ['47163', '47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48631, lat: 36.46572 }, + }, + { + zip_code: '37688', + usps_city: 'Shady Valley', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 981.0, + density: 7.0, + primary_coty_code: '47091', + primary_coty_name: 'Johnson', + county_weights: '{"47091": "100"}', + coty_name: ['Johnson'], + cty_code: ['47091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88283, lat: 36.54547 }, + }, + { + zip_code: '37705', + usps_city: 'Andersonville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4120.0, + density: 36.5, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "78.22", "47173": "21.78"}', + coty_name: ['Anderson', 'Union'], + cty_code: ['47001', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.01005, lat: 36.22893 }, + }, + { + zip_code: '37742', + usps_city: 'Greenback', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6252.0, + density: 48.5, + primary_coty_code: '47105', + primary_coty_name: 'Loudon', + county_weights: '{"47105": "53.67", "47009": "46.33"}', + coty_name: ['Loudon', 'Blount'], + cty_code: ['47105', '47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18028, lat: 35.6754 }, + }, + { + zip_code: '37757', + usps_city: 'Jacksboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9577.0, + density: 131.2, + primary_coty_code: '47013', + primary_coty_name: 'Campbell', + county_weights: '{"47013": "100"}', + coty_name: ['Campbell'], + cty_code: ['47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14314, lat: 36.30165 }, + }, + { + zip_code: '37912', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22684.0, + density: 808.3, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.98483, lat: 36.00751 }, + }, + { + zip_code: '38041', + usps_city: 'Henning', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4853.0, + density: 18.6, + primary_coty_code: '47097', + primary_coty_name: 'Lauderdale', + county_weights: '{"47097": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['47097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70457, lat: 35.64371 }, + }, + { + zip_code: '38066', + usps_city: 'Rossville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2718.0, + density: 17.1, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5323, lat: 35.0748 }, + }, + { + zip_code: '38118', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39168.0, + density: 484.6, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93152, lat: 35.03584 }, + }, + { + zip_code: '38221', + usps_city: 'Big Sandy', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3325.0, + density: 11.8, + primary_coty_code: '47005', + primary_coty_name: 'Benton', + county_weights: '{"47005": "100"}', + coty_name: ['Benton'], + cty_code: ['47005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03583, lat: 36.24504 }, + }, + { + zip_code: '38229', + usps_city: 'Gleason', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2977.0, + density: 19.1, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60838, lat: 36.21998 }, + }, + { + zip_code: '38344', + usps_city: 'Huntingdon', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7860.0, + density: 19.0, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.42846, lat: 35.97828 }, + }, + { + zip_code: '38456', + usps_city: 'Ethridge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5165.0, + density: 27.5, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "84.29", "47055": "15.71"}', + coty_name: ['Lawrence', 'Giles'], + cty_code: ['47099', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26638, lat: 35.33546 }, + }, + { + zip_code: '38459', + usps_city: 'Frankewing', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 5.4, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "72.85", "47055": "27.15"}', + coty_name: ['Lincoln', 'Giles'], + cty_code: ['47103', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80544, lat: 35.1943 }, + }, + { + zip_code: '38583', + usps_city: 'Sparta', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24459.0, + density: 26.4, + primary_coty_code: '47185', + primary_coty_name: 'White', + county_weights: + '{"47185": "90.82", "47035": "4.71", "47041": "2.6", "47175": "0.98", "47141": "0.89"}', + coty_name: ['White', 'Cumberland', 'DeKalb', 'Van Buren', 'Putnam'], + cty_code: ['47185', '47035', '47041', '47175', '47141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.43927, lat: 35.94324 }, + }, + { + zip_code: '38663', + usps_city: 'Ripley', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12310.0, + density: 24.0, + primary_coty_code: '28139', + primary_coty_name: 'Tippah', + county_weights: '{"28139": "99.59", "28009": "0.41"}', + coty_name: ['Tippah', 'Benton'], + cty_code: ['28139', '28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88963, lat: 34.73986 }, + }, + { + zip_code: '38680', + usps_city: 'Walls', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6041.0, + density: 107.1, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14411, lat: 34.95273 }, + }, + { + zip_code: '38730', + usps_city: 'Boyle', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2079.0, + density: 16.3, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7838, lat: 33.68906 }, + }, + { + zip_code: '38829', + usps_city: 'Booneville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 19023.0, + density: 27.4, + primary_coty_code: '28117', + primary_coty_name: 'Prentiss', + county_weights: '{"28117": "97.92", "28139": "2.08"}', + coty_name: ['Prentiss', 'Tippah'], + cty_code: ['28117', '28139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53077, lat: 34.65198 }, + }, + { + zip_code: '38847', + usps_city: 'Golden', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3346.0, + density: 14.4, + primary_coty_code: '28057', + primary_coty_name: 'Itawamba', + county_weights: '{"28057": "74.95", "28141": "25.05"}', + coty_name: ['Itawamba', 'Tishomingo'], + cty_code: ['28057', '28141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2422, lat: 34.4109 }, + }, + { + zip_code: '38940', + usps_city: 'Holcomb', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1705.0, + density: 4.4, + primary_coty_code: '28043', + primary_coty_name: 'Grenada', + county_weights: '{"28043": "80.76", "28135": "15.51", "28015": "3.74"}', + coty_name: ['Grenada', 'Tallahatchie', 'Carroll'], + cty_code: ['28043', '28135', '28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03334, lat: 33.7551 }, + }, + { + zip_code: '39097', + usps_city: 'Louise', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 4.6, + primary_coty_code: '28053', + primary_coty_name: 'Humphreys', + county_weights: '{"28053": "100"}', + coty_name: ['Humphreys'], + cty_code: ['28053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59906, lat: 32.99034 }, + }, + { + zip_code: '39183', + usps_city: 'Vicksburg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13989.0, + density: 21.2, + primary_coty_code: '28149', + primary_coty_name: 'Warren', + county_weights: '{"28149": "99.97", "28055": "0.03"}', + coty_name: ['Warren', 'Issaquena'], + cty_code: ['28149', '28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80658, lat: 32.45228 }, + }, + { + zip_code: '39301', + usps_city: 'Meridian', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 25927.0, + density: 35.9, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "94.1", "28023": "5.9"}', + coty_name: ['Lauderdale', 'Clarke'], + cty_code: ['28075', '28023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.58391, lat: 32.26855 }, + }, + { + zip_code: '39337', + usps_city: 'Little Rock', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1931.0, + density: 11.6, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "94.3", "28099": "5.7"}', + coty_name: ['Newton', 'Neshoba'], + cty_code: ['28101', '28099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.98056, lat: 32.51415 }, + }, + { + zip_code: '39346', + usps_city: 'Noxapater', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2303.0, + density: 11.3, + primary_coty_code: '28159', + primary_coty_name: 'Winston', + county_weights: '{"28159": "94.47", "28099": "5.53"}', + coty_name: ['Winston', 'Neshoba'], + cty_code: ['28159', '28099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.08969, lat: 32.96205 }, + }, + { + zip_code: '39347', + usps_city: 'Pachuta', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1368.0, + density: 7.3, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "59.65", "28023": "40.35"}', + coty_name: ['Jasper', 'Clarke'], + cty_code: ['28061', '28023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.93097, lat: 32.05785 }, + }, + { + zip_code: '39348', + usps_city: 'Paulding', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 5.0, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "100"}', + coty_name: ['Jasper'], + cty_code: ['28061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03125, lat: 32.01058 }, + }, + { + zip_code: '39479', + usps_city: 'Seminary', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6153.0, + density: 18.8, + primary_coty_code: '28031', + primary_coty_name: 'Covington', + county_weights: '{"28031": "84.09", "28067": "15.91"}', + coty_name: ['Covington', 'Jones'], + cty_code: ['28031', '28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46075, lat: 31.53602 }, + }, + { + zip_code: '39643', + usps_city: 'Kokomo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 13.9, + primary_coty_code: '28091', + primary_coty_name: 'Marion', + county_weights: '{"28091": "79.58", "28147": "20.42"}', + coty_name: ['Marion', 'Walthall'], + cty_code: ['28091', '28147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0194, lat: 31.244 }, + }, + { + zip_code: '39648', + usps_city: 'Mccomb', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 20176.0, + density: 75.1, + primary_coty_code: '28113', + primary_coty_name: 'Pike', + county_weights: '{"28113": "100"}', + coty_name: ['Pike'], + cty_code: ['28113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38232, lat: 31.18729 }, + }, + { + zip_code: '39776', + usps_city: 'Woodland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 7.5, + primary_coty_code: '28017', + primary_coty_name: 'Chickasaw', + county_weights: '{"28017": "90.08", "28025": "9.92"}', + coty_name: ['Chickasaw', 'Clay'], + cty_code: ['28017', '28025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.04258, lat: 33.78226 }, + }, + { + zip_code: '39817', + usps_city: 'Bainbridge', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10201.0, + density: 26.8, + primary_coty_code: '13087', + primary_coty_name: 'Decatur', + county_weights: '{"13087": "100"}', + coty_name: ['Decatur'], + cty_code: ['13087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.59338, lat: 30.93816 }, + }, + { + zip_code: '39826', + usps_city: 'Bronwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 8.0, + primary_coty_code: '13273', + primary_coty_name: 'Terrell', + county_weights: '{"13273": "100"}', + coty_name: ['Terrell'], + cty_code: ['13273'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33814, lat: 31.81995 }, + }, + { + zip_code: '39845', + usps_city: 'Donalsonville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7603.0, + density: 15.0, + primary_coty_code: '13253', + primary_coty_name: 'Seminole', + county_weights: '{"13253": "93.44", "13201": "5.63", "13099": "0.93"}', + coty_name: ['Seminole', 'Miller', 'Early'], + cty_code: ['13253', '13201', '13099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.8944, lat: 30.95155 }, + }, + { + zip_code: '40059', + usps_city: 'Prospect', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19886.0, + density: 296.0, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "54.57", "21185": "45.43"}', + coty_name: ['Jefferson', 'Oldham'], + cty_code: ['21111', '21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.59434, lat: 38.35884 }, + }, + { + zip_code: '40110', + usps_city: 'Clermont', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 70.9, + primary_coty_code: '21029', + primary_coty_name: 'Bullitt', + county_weights: '{"21029": "100"}', + coty_name: ['Bullitt'], + cty_code: ['21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.65997, lat: 37.93613 }, + }, + { + zip_code: '40150', + usps_city: 'Lebanon Junction', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4514.0, + density: 50.4, + primary_coty_code: '21029', + primary_coty_name: 'Bullitt', + county_weights: '{"21029": "97.88", "21093": "2.12"}', + coty_name: ['Bullitt', 'Hardin'], + cty_code: ['21029', '21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.7225, lat: 37.86869 }, + }, + { + zip_code: '40175', + usps_city: 'Vine Grove', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14297.0, + density: 73.1, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "49.47", "21163": "46.56", "21027": "3.96"}', + coty_name: ['Hardin', 'Meade', 'Breckinridge'], + cty_code: ['21093', '21163', '21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.08571, lat: 37.82297 }, + }, + { + zip_code: '40204', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14714.0, + density: 1749.5, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.72084, lat: 38.23918 }, + }, + { + zip_code: '40210', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14083.0, + density: 1689.8, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.78619, lat: 38.23152 }, + }, + { + zip_code: '40322', + usps_city: 'Frenchburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3389.0, + density: 11.2, + primary_coty_code: '21165', + primary_coty_name: 'Menifee', + county_weights: '{"21165": "100"}', + coty_name: ['Menifee'], + cty_code: ['21165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63355, lat: 37.93705 }, + }, + { + zip_code: '40363', + usps_city: 'Perry Park', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 277.6, + primary_coty_code: '21187', + primary_coty_name: 'Owen', + county_weights: '{"21187": "100"}', + coty_name: ['Owen'], + cty_code: ['21187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.00979, lat: 38.51445 }, + }, + { + zip_code: '40391', + usps_city: 'Winchester', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 35544.0, + density: 57.3, + primary_coty_code: '21049', + primary_coty_name: 'Clark', + county_weights: '{"21049": "100"}', + coty_name: ['Clark'], + cty_code: ['21049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14518, lat: 37.96942 }, + }, + { + zip_code: '40741', + usps_city: 'London', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 24372.0, + density: 45.0, + primary_coty_code: '21125', + primary_coty_name: 'Laurel', + county_weights: '{"21125": "99.74", "21051": "0.26"}', + coty_name: ['Laurel', 'Clay'], + cty_code: ['21125', '21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12615, lat: 37.13752 }, + }, + { + zip_code: '41030', + usps_city: 'Crittenden', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6229.0, + density: 86.1, + primary_coty_code: '21081', + primary_coty_name: 'Grant', + county_weights: + '{"21081": "82.35", "21117": "11.89", "21015": "5.43", "21191": "0.33"}', + coty_name: ['Grant', 'Kenton', 'Boone', 'Pendleton'], + cty_code: ['21081', '21117', '21015', '21191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5932, lat: 38.7899 }, + }, + { + zip_code: '41031', + usps_city: 'Cynthiana', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16189.0, + density: 28.7, + primary_coty_code: '21097', + primary_coty_name: 'Harrison', + county_weights: '{"21097": "98.58", "21181": "1.33", "21017": "0.09"}', + coty_name: ['Harrison', 'Nicholas', 'Bourbon'], + cty_code: ['21097', '21181', '21017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28683, lat: 38.41612 }, + }, + { + zip_code: '41260', + usps_city: 'Thelma', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 128.3, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75265, lat: 37.82198 }, + }, + { + zip_code: '41360', + usps_city: 'Pine Ridge', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 13.1, + primary_coty_code: '21237', + primary_coty_name: 'Wolfe', + county_weights: '{"21237": "88.8", "21197": "11.2"}', + coty_name: ['Wolfe', 'Powell'], + cty_code: ['21237', '21197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.62758, lat: 37.78906 }, + }, + { + zip_code: '41501', + usps_city: 'Pikeville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 22090.0, + density: 42.4, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51726, lat: 37.51611 }, + }, + { + zip_code: '41826', + usps_city: 'Jeremiah', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 24.5, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.9258, lat: 37.16991 }, + }, + { + zip_code: '42078', + usps_city: 'Salem', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1800.0, + density: 8.1, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "87.37", "21055": "12.63"}', + coty_name: ['Livingston', 'Crittenden'], + cty_code: ['21139', '21055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27515, lat: 37.29174 }, + }, + { + zip_code: '42087', + usps_city: 'Wickliffe', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2551.0, + density: 14.1, + primary_coty_code: '21007', + primary_coty_name: 'Ballard', + county_weights: '{"21007": "100"}', + coty_name: ['Ballard'], + cty_code: ['21007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00622, lat: 36.97406 }, + }, + { + zip_code: '42104', + usps_city: 'Bowling Green', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 34955.0, + density: 240.4, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "99.35", "21213": "0.65"}', + coty_name: ['Warren', 'Simpson'], + cty_code: ['21227', '21213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.45125, lat: 36.87837 }, + }, + { + zip_code: '42156', + usps_city: 'Lucas', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 23.9, + primary_coty_code: '21009', + primary_coty_name: 'Barren', + county_weights: '{"21009": "100"}', + coty_name: ['Barren'], + cty_code: ['21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.05231, lat: 36.85164 }, + }, + { + zip_code: '42204', + usps_city: 'Allensville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 5.5, + primary_coty_code: '21219', + primary_coty_name: 'Todd', + county_weights: '{"21219": "83.71", "21141": "16.29"}', + coty_name: ['Todd', 'Logan'], + cty_code: ['21219', '21141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.07358, lat: 36.6958 }, + }, + { + zip_code: '42206', + usps_city: 'Auburn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5843.0, + density: 19.0, + primary_coty_code: '21141', + primary_coty_name: 'Logan', + county_weights: '{"21141": "94.23", "21213": "5.46", "21227": "0.31"}', + coty_name: ['Logan', 'Simpson', 'Warren'], + cty_code: ['21141', '21213', '21227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.72146, lat: 36.8856 }, + }, + { + zip_code: '42348', + usps_city: 'Hawesville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4898.0, + density: 17.0, + primary_coty_code: '21091', + primary_coty_name: 'Hancock', + county_weights: '{"21091": "93.74", "21059": "6.26"}', + coty_name: ['Hancock', 'Daviess'], + cty_code: ['21091', '21059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76308, lat: 37.83486 }, + }, + { + zip_code: '42367', + usps_city: 'Powderly', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 738.0, + density: 270.0, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.16002, lat: 37.2393 }, + }, + { + zip_code: '43009', + usps_city: 'Cable', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2614.0, + density: 29.3, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "100"}', + coty_name: ['Champaign'], + cty_code: ['39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64152, lat: 40.17253 }, + }, + { + zip_code: '43054', + usps_city: 'New Albany', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27441.0, + density: 529.0, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80342, lat: 40.08085 }, + }, + { + zip_code: '43071', + usps_city: 'Saint Louisville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2070.0, + density: 23.5, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35821, lat: 40.18424 }, + }, + { + zip_code: '43072', + usps_city: 'Saint Paris', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5704.0, + density: 29.9, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "100"}', + coty_name: ['Champaign'], + cty_code: ['39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.95628, lat: 40.11638 }, + }, + { + zip_code: '43077', + usps_city: 'Unionville Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 490.6, + primary_coty_code: '39159', + primary_coty_name: 'Union', + county_weights: '{"39159": "100"}', + coty_name: ['Union'], + cty_code: ['39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34074, lat: 40.13664 }, + }, + { + zip_code: '43106', + usps_city: 'Bloomingburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1550.0, + density: 15.1, + primary_coty_code: '39047', + primary_coty_name: 'Fayette', + county_weights: '{"39047": "100"}', + coty_name: ['Fayette'], + cty_code: ['39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42115, lat: 39.64231 }, + }, + { + zip_code: '43153', + usps_city: 'South Solon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 6.2, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: + '{"39097": "83.32", "39023": "9.89", "39047": "5.15", "39057": "1.65"}', + coty_name: ['Madison', 'Clark', 'Fayette', 'Greene'], + cty_code: ['39097', '39023', '39047', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57006, lat: 39.73971 }, + }, + { + zip_code: '43164', + usps_city: 'Williamsport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2371.0, + density: 16.2, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "96.64", "39141": "3.36"}', + coty_name: ['Pickaway', 'Ross'], + cty_code: ['39129', '39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.11846, lat: 39.58555 }, + }, + { + zip_code: '43317', + usps_city: 'Chesterville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 345.1, + primary_coty_code: '39117', + primary_coty_name: 'Morrow', + county_weights: '{"39117": "100"}', + coty_name: ['Morrow'], + cty_code: ['39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68181, lat: 40.47724 }, + }, + { + zip_code: '43359', + usps_city: 'Wharton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 12.0, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "100"}', + coty_name: ['Wyandot'], + cty_code: ['39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.45487, lat: 40.87347 }, + }, + { + zip_code: '43606', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24979.0, + density: 1478.9, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61084, lat: 41.67177 }, + }, + { + zip_code: '43609', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21601.0, + density: 1631.2, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.58047, lat: 41.62709 }, + }, + { + zip_code: '43612', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29302.0, + density: 978.1, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.54864, lat: 41.70948 }, + }, + { + zip_code: '43613', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33170.0, + density: 2087.6, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.60372, lat: 41.70629 }, + }, + { + zip_code: '43812', + usps_city: 'Coshocton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18751.0, + density: 44.8, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "99.96", "39119": "0.04"}', + coty_name: ['Coshocton', 'Muskingum'], + cty_code: ['39031', '39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.88214, lat: 40.27166 }, + }, + { + zip_code: '43945', + usps_city: 'Salineville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3236.0, + density: 19.2, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "83.39", "39019": "12.72", "39081": "3.89"}', + coty_name: ['Columbiana', 'Carroll', 'Jefferson'], + cty_code: ['39029', '39019', '39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84359, lat: 40.6324 }, + }, + { + zip_code: '43950', + usps_city: 'Saint Clairsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16329.0, + density: 71.9, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "99.39", "39067": "0.61"}', + coty_name: ['Belmont', 'Harrison'], + cty_code: ['39013', '39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92587, lat: 40.09619 }, + }, + { + zip_code: '43974', + usps_city: 'Harrisville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 461.8, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "100"}', + coty_name: ['Harrison'], + cty_code: ['39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.88725, lat: 40.18218 }, + }, + { + zip_code: '44045', + usps_city: 'Grand River', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 176.4, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "100"}', + coty_name: ['Lake'], + cty_code: ['39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2836, lat: 41.74619 }, + }, + { + zip_code: '44047', + usps_city: 'Jefferson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8661.0, + density: 31.7, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73887, lat: 41.71894 }, + }, + { + zip_code: '44087', + usps_city: 'Twinsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20845.0, + density: 459.7, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44017, lat: 41.31796 }, + }, + { + zip_code: '44102', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 45906.0, + density: 2936.3, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73766, lat: 41.47524 }, + }, + { + zip_code: '44128', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28876.0, + density: 1326.3, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54027, lat: 41.43761 }, + }, + { + zip_code: '44137', + usps_city: 'Maple Heights', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22538.0, + density: 1681.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56248, lat: 41.40929 }, + }, + { + zip_code: '44141', + usps_city: 'Brecksville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13785.0, + density: 224.7, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "97.93", "39153": "2.07"}', + coty_name: ['Cuyahoga', 'Summit'], + cty_code: ['39035', '39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61424, lat: 41.30084 }, + }, + { + zip_code: '44142', + usps_city: 'Brookpark', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18562.0, + density: 937.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82519, lat: 41.40227 }, + }, + { + zip_code: '44288', + usps_city: 'Windham', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3542.0, + density: 83.4, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08434, lat: 41.23861 }, + }, + { + zip_code: '44460', + usps_city: 'Salem', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25232.0, + density: 89.1, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "81.18", "39099": "18.82"}', + coty_name: ['Columbiana', 'Mahoning'], + cty_code: ['39029', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87055, lat: 40.89921 }, + }, + { + zip_code: '44502', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9224.0, + density: 635.5, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64246, lat: 41.08438 }, + }, + { + zip_code: '44601', + usps_city: 'Alliance', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 34618.0, + density: 163.5, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "91.72", "39029": "4.2", "39099": "4.08"}', + coty_name: ['Stark', 'Columbiana', 'Mahoning'], + cty_code: ['39151', '39029', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13023, lat: 40.91936 }, + }, + { + zip_code: '44669', + usps_city: 'Paris', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 33.7, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15786, lat: 40.79669 }, + }, + { + zip_code: '44837', + usps_city: 'Greenwich', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4642.0, + density: 26.5, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "70.47", "39139": "21.07", "39005": "8.46"}', + coty_name: ['Huron', 'Richland', 'Ashland'], + cty_code: ['39077', '39139', '39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48219, lat: 41.01641 }, + }, + { + zip_code: '45154', + usps_city: 'Mount Orab', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8927.0, + density: 51.9, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "94.91", "39071": "5.09"}', + coty_name: ['Brown', 'Highland'], + cty_code: ['39015', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91926, lat: 39.05949 }, + }, + { + zip_code: '45157', + usps_city: 'New Richmond', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10088.0, + density: 93.3, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.22984, lat: 38.95651 }, + }, + { + zip_code: '45168', + usps_city: 'Russellville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 17.3, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "100"}', + coty_name: ['Brown'], + cty_code: ['39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.75573, lat: 38.84488 }, + }, + { + zip_code: '45223', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11877.0, + density: 791.1, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54898, lat: 39.17123 }, + }, + { + zip_code: '45326', + usps_city: 'Fletcher', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1145.0, + density: 19.2, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "100"}', + coty_name: ['Miami'], + cty_code: ['39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09287, lat: 40.14271 }, + }, + { + zip_code: '45372', + usps_city: 'Tremont City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 601.6, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.83862, lat: 40.01472 }, + }, + { + zip_code: '45672', + usps_city: 'Ray', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1368.0, + density: 9.9, + primary_coty_code: '39079', + primary_coty_name: 'Jackson', + county_weights: '{"39079": "53.23", "39163": "46.77"}', + coty_name: ['Jackson', 'Vinton'], + cty_code: ['39079', '39163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68342, lat: 39.20161 }, + }, + { + zip_code: '45719', + usps_city: 'Chauncey', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 576.1, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "100"}', + coty_name: ['Athens'], + cty_code: ['39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12608, lat: 39.40007 }, + }, + { + zip_code: '45721', + usps_city: 'Coal Run', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 422.1, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58441, lat: 39.56548 }, + }, + { + zip_code: '45750', + usps_city: 'Marietta', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26473.0, + density: 91.9, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42219, lat: 39.43136 }, + }, + { + zip_code: '45771', + usps_city: 'Racine', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3347.0, + density: 20.9, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89773, lat: 38.98139 }, + }, + { + zip_code: '45849', + usps_city: 'Grover Hill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1018.0, + density: 8.9, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "85.07", "39161": "13.37", "39137": "1.56"}', + coty_name: ['Paulding', 'Van Wert', 'Putnam'], + cty_code: ['39125', '39161', '39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45338, lat: 41.01385 }, + }, + { + zip_code: '46041', + usps_city: 'Frankfort', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22247.0, + density: 34.2, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "99.32", "18015": "0.68"}', + coty_name: ['Clinton', 'Carroll'], + cty_code: ['18023', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.49189, lat: 40.29751 }, + }, + { + zip_code: '46058', + usps_city: 'Mulberry', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2516.0, + density: 36.3, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "97.58", "18157": "2.42"}', + coty_name: ['Clinton', 'Tippecanoe'], + cty_code: ['18023', '18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64734, lat: 40.36118 }, + }, + { + zip_code: '46106', + usps_city: 'Bargersville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6855.0, + density: 97.3, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "98.46", "18109": "1.54"}', + coty_name: ['Johnson', 'Morgan'], + cty_code: ['18081', '18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.20537, lat: 39.51304 }, + }, + { + zip_code: '46148', + usps_city: 'Knightstown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5555.0, + density: 42.0, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "90.52", "18139": "9.48"}', + coty_name: ['Henry', 'Rush'], + cty_code: ['18065', '18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.51287, lat: 39.80882 }, + }, + { + zip_code: '46208', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23080.0, + density: 1324.6, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.17236, lat: 39.8238 }, + }, + { + zip_code: '46236', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28705.0, + density: 1051.5, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.96847, lat: 39.89167 }, + }, + { + zip_code: '46375', + usps_city: 'Schererville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23598.0, + density: 672.3, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44828, lat: 41.49213 }, + }, + { + zip_code: '46394', + usps_city: 'Whiting', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12319.0, + density: 1459.0, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.49358, lat: 41.67388 }, + }, + { + zip_code: '46770', + usps_city: 'Markle', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3057.0, + density: 22.3, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "65.24", "18069": "34.76"}', + coty_name: ['Wells', 'Huntington'], + cty_code: ['18179', '18069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.31898, lat: 40.83313 }, + }, + { + zip_code: '46783', + usps_city: 'Roanoke', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6651.0, + density: 42.7, + primary_coty_code: '18069', + primary_coty_name: 'Huntington', + county_weights: + '{"18069": "54.64", "18003": "35.73", "18183": "8.27", "18179": "1.36"}', + coty_name: ['Huntington', 'Allen', 'Whitley', 'Wells'], + cty_code: ['18069', '18003', '18183', '18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.35533, lat: 40.9742 }, + }, + { + zip_code: '46809', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9212.0, + density: 155.4, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.20627, lat: 41.00051 }, + }, + { + zip_code: '46960', + usps_city: 'Monterey', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 9.9, + primary_coty_code: '18131', + primary_coty_name: 'Pulaski', + county_weights: '{"18131": "62.07", "18149": "37.36", "18049": "0.57"}', + coty_name: ['Pulaski', 'Starke', 'Fulton'], + cty_code: ['18131', '18149', '18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Winamac', + geo_point_2d: { lon: -86.52923, lat: 41.15693 }, + }, + { + zip_code: '46961', + usps_city: 'New Waverly', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 134.7, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "100"}', + coty_name: ['Cass'], + cty_code: ['18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.19165, lat: 40.76652 }, + }, + { + zip_code: '46975', + usps_city: 'Rochester', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14325.0, + density: 25.6, + primary_coty_code: '18049', + primary_coty_name: 'Fulton', + county_weights: '{"18049": "100"}', + coty_name: ['Fulton'], + cty_code: ['18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.25092, lat: 41.0718 }, + }, + { + zip_code: '46996', + usps_city: 'Winamac', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6159.0, + density: 12.7, + primary_coty_code: '18131', + primary_coty_name: 'Pulaski', + county_weights: '{"18131": "99.48", "18181": "0.42", "18149": "0.1"}', + coty_name: ['Pulaski', 'White', 'Starke'], + cty_code: ['18131', '18181', '18149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Winamac', + geo_point_2d: { lon: -86.65938, lat: 41.06264 }, + }, + { + zip_code: '47135', + usps_city: 'Laconia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 7.1, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.07437, lat: 38.0411 }, + }, + { + zip_code: '47362', + usps_city: 'New Castle', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 29873.0, + density: 78.7, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.36904, lat: 39.93024 }, + }, + { + zip_code: '47381', + usps_city: 'Salamonia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 157.1, + primary_coty_code: '18075', + primary_coty_name: 'Jay', + county_weights: '{"18075": "100"}', + coty_name: ['Jay'], + cty_code: ['18075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.86689, lat: 40.38177 }, + }, + { + zip_code: '47514', + usps_city: 'Branchville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1556.0, + density: 136.6, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.58619, lat: 38.15621 }, + }, + { + zip_code: '47557', + usps_city: 'Monroe City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1586.0, + density: 11.2, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.33777, lat: 38.57478 }, + }, + { + zip_code: '47876', + usps_city: 'Saint Mary Of The Woods', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 286.2, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.45964, lat: 39.51317 }, + }, + { + zip_code: '47997', + usps_city: 'Yeoman', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 425.0, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "100"}', + coty_name: ['Carroll'], + cty_code: ['18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.72359, lat: 40.66769 }, + }, + { + zip_code: '48047', + usps_city: 'New Baltimore', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 40535.0, + density: 867.9, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.77761, lat: 42.6777 }, + }, + { + zip_code: '48076', + usps_city: 'Southfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24947.0, + density: 1353.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.23088, lat: 42.4975 }, + }, + { + zip_code: '48120', + usps_city: 'Dearborn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7386.0, + density: 894.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17394, lat: 42.30697 }, + }, + { + zip_code: '48168', + usps_city: 'Northville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22849.0, + density: 432.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "93.58", "26161": "6.42"}', + coty_name: ['Wayne', 'Washtenaw'], + cty_code: ['26163', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.54044, lat: 42.4063 }, + }, + { + zip_code: '48229', + usps_city: 'Ecorse', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9432.0, + density: 1300.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14284, lat: 42.25087 }, + }, + { + zip_code: '48304', + usps_city: 'Bloomfield Hills', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16237.0, + density: 554.4, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.23463, lat: 42.58765 }, + }, + { + zip_code: '48317', + usps_city: 'Utica', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28651.0, + density: 910.5, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05315, lat: 42.64676 }, + }, + { + zip_code: '48353', + usps_city: 'Hartland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6753.0, + density: 194.6, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.71682, lat: 42.64765 }, + }, + { + zip_code: '48377', + usps_city: 'Novi', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16735.0, + density: 672.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47275, lat: 42.50648 }, + }, + { + zip_code: '48423', + usps_city: 'Davison', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31859.0, + density: 187.5, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "99.88", "26087": "0.12"}', + coty_name: ['Genesee', 'Lapeer'], + cty_code: ['26049', '26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.51346, lat: 43.0398 }, + }, + { + zip_code: '48451', + usps_city: 'Linden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 14988.0, + density: 171.3, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "94.59", "26093": "5.41"}', + coty_name: ['Genesee', 'Livingston'], + cty_code: ['26049', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.81948, lat: 42.80266 }, + }, + { + zip_code: '48456', + usps_city: 'Minden City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 6.5, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "85.9", "26063": "14.1"}', + coty_name: ['Sanilac', 'Huron'], + cty_code: ['26151', '26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.75953, lat: 43.67026 }, + }, + { + zip_code: '48614', + usps_city: 'Brant', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1425.0, + density: 15.5, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "98.11", "26057": "1.89"}', + coty_name: ['Saginaw', 'Gratiot'], + cty_code: ['26145', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.3025, lat: 43.25053 }, + }, + { + zip_code: '48651', + usps_city: 'Prudenville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4740.0, + density: 27.5, + primary_coty_code: '26143', + primary_coty_name: 'Roscommon', + county_weights: '{"26143": "100"}', + coty_name: ['Roscommon'], + cty_code: ['26143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.6156, lat: 44.25569 }, + }, + { + zip_code: '48710', + usps_city: 'University Center', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "0"}', + coty_name: ['Bay'], + cty_code: ['26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.98781, lat: 43.55649 }, + }, + { + zip_code: '48725', + usps_city: 'Caseville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2072.0, + density: 22.5, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.2071, lat: 43.93738 }, + }, + { + zip_code: '48728', + usps_city: 'Curran', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 0.8, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "86.55", "26135": "13.45"}', + coty_name: ['Alcona', 'Oscoda'], + cty_code: ['26001', '26135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.82747, lat: 44.73606 }, + }, + { + zip_code: '48762', + usps_city: 'Spruce', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1097.0, + density: 9.4, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "83.23", "26007": "16.77"}', + coty_name: ['Alcona', 'Alpena'], + cty_code: ['26001', '26007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.4888, lat: 44.81744 }, + }, + { + zip_code: '48849', + usps_city: 'Lake Odessa', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6000.0, + density: 27.9, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "82.16", "26015": "15.46", "26045": "2.38"}', + coty_name: ['Ionia', 'Barry', 'Eaton'], + cty_code: ['26067', '26015', '26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.13199, lat: 42.80093 }, + }, + { + zip_code: '48894', + usps_city: 'Westphalia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1938.0, + density: 26.0, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "100"}', + coty_name: ['Clinton'], + cty_code: ['26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.78564, lat: 42.92452 }, + }, + { + zip_code: '49072', + usps_city: 'Mendon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2945.0, + density: 20.3, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.46057, lat: 42.01201 }, + }, + { + zip_code: '49073', + usps_city: 'Nashville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4777.0, + density: 26.5, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "91.82", "26045": "8.18"}', + coty_name: ['Barry', 'Eaton'], + cty_code: ['26015', '26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.11775, lat: 42.57738 }, + }, + { + zip_code: '49227', + usps_city: 'Allen', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1114.0, + density: 16.8, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.77118, lat: 41.95194 }, + }, + { + zip_code: '49270', + usps_city: 'Petersburg', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5716.0, + density: 49.2, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.68326, lat: 41.86973 }, + }, + { + zip_code: '49279', + usps_city: 'Sand Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 845.0, + density: 12.4, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.10395, lat: 41.78085 }, + }, + { + zip_code: '49319', + usps_city: 'Cedar Springs', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16705.0, + density: 74.1, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.52638, lat: 43.22712 }, + }, + { + zip_code: '49344', + usps_city: 'Shelbyville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3266.0, + density: 39.1, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "59", "26015": "41"}', + coty_name: ['Allegan', 'Barry'], + cty_code: ['26005', '26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.59134, lat: 42.59299 }, + }, + { + zip_code: '49434', + usps_city: 'Macatawa', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 40.5, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "75", "26005": "25"}', + coty_name: ['Ottawa', 'Allegan'], + cty_code: ['26139', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.20766, lat: 42.76916 }, + }, + { + zip_code: '49631', + usps_city: 'Evart', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6226.0, + density: 16.2, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "88.75", "26107": "11.25"}', + coty_name: ['Osceola', 'Mecosta'], + cty_code: ['26133', '26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.26182, lat: 43.91413 }, + }, + { + zip_code: '49725', + usps_city: 'De Tour Village', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 680.0, + density: 5.5, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.0289, lat: 45.99858 }, + }, + { + zip_code: '49805', + usps_city: 'Allouez', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 4.6, + primary_coty_code: '26083', + primary_coty_name: 'Keweenaw', + county_weights: '{"26083": "97.02", "26061": "2.98"}', + coty_name: ['Keweenaw', 'Houghton'], + cty_code: ['26083', '26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.36961, lat: 47.35563 }, + }, + { + zip_code: '49896', + usps_city: 'Wilson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1685.0, + density: 11.1, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.38991, lat: 45.67439 }, + }, + { + zip_code: '49913', + usps_city: 'Calumet', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6516.0, + density: 35.9, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "97.7", "26083": "2.3"}', + coty_name: ['Houghton', 'Keweenaw'], + cty_code: ['26061', '26083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.45654, lat: 47.24374 }, + }, + { + zip_code: '49916', + usps_city: 'Chassell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3014.0, + density: 10.9, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.59177, lat: 46.98011 }, + }, + { + zip_code: '50057', + usps_city: 'Columbia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 6.0, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14679, lat: 41.17828 }, + }, + { + zip_code: '50101', + usps_city: 'Galt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 1.7, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "100"}', + coty_name: ['Wright'], + cty_code: ['19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63472, lat: 42.6673 }, + }, + { + zip_code: '50139', + usps_city: 'Lacona', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 4.8, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "69.88", "19125": "19.33", "19117": "10.79"}', + coty_name: ['Warren', 'Marion', 'Lucas'], + cty_code: ['19181', '19125', '19117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36765, lat: 41.19313 }, + }, + { + zip_code: '50220', + usps_city: 'Perry', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8898.0, + density: 33.4, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "94.61", "19015": "5.01", "19073": "0.38"}', + coty_name: ['Dallas', 'Boone', 'Greene'], + cty_code: ['19049', '19015', '19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12296, lat: 41.83609 }, + }, + { + zip_code: '50277', + usps_city: 'Yale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 3.0, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "89.65", "19049": "10.35"}', + coty_name: ['Guthrie', 'Dallas'], + cty_code: ['19077', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34908, lat: 41.77734 }, + }, + { + zip_code: '50278', + usps_city: 'Zearing', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 5.6, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29745, lat: 42.15018 }, + }, + { + zip_code: '50310', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 31832.0, + density: 1528.6, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67321, lat: 41.62783 }, + }, + { + zip_code: '50421', + usps_city: 'Belmond', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2899.0, + density: 12.5, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "100"}', + coty_name: ['Wright'], + cty_code: ['19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62007, lat: 42.84308 }, + }, + { + zip_code: '50456', + usps_city: 'Manly', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 15.1, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "100"}', + coty_name: ['Worth'], + cty_code: ['19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21757, lat: 43.28806 }, + }, + { + zip_code: '50472', + usps_city: 'Saint Ansgar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2325.0, + density: 7.4, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "96.28", "19195": "3.72"}', + coty_name: ['Mitchell', 'Worth'], + cty_code: ['19131', '19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94688, lat: 43.42206 }, + }, + { + zip_code: '50480', + usps_city: 'Titonka', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 5.6, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "98.75", "19081": "1.25"}', + coty_name: ['Kossuth', 'Hancock'], + cty_code: ['19109', '19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05021, lat: 43.25039 }, + }, + { + zip_code: '50531', + usps_city: 'Dolliver', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 1.9, + primary_coty_code: '19063', + primary_coty_name: 'Emmet', + county_weights: '{"19063": "100"}', + coty_name: ['Emmet'], + cty_code: ['19063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61111, lat: 43.45779 }, + }, + { + zip_code: '50542', + usps_city: 'Goldfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 967.0, + density: 5.6, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "87.35", "19091": "12.65"}', + coty_name: ['Wright', 'Humboldt'], + cty_code: ['19197', '19091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94493, lat: 42.77759 }, + }, + { + zip_code: '51103', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 16938.0, + density: 620.2, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.4428, lat: 42.51807 }, + }, + { + zip_code: '51345', + usps_city: 'Harris', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 2.9, + primary_coty_code: '19143', + primary_coty_name: 'Osceola', + county_weights: '{"19143": "98.26", "19059": "1.74"}', + coty_name: ['Osceola', 'Dickinson'], + cty_code: ['19143', '19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42922, lat: 43.41265 }, + }, + { + zip_code: '51560', + usps_city: 'Oakland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2049.0, + density: 8.1, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40166, lat: 41.31712 }, + }, + { + zip_code: '51645', + usps_city: 'Imogene', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 2.2, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "71.37", "19129": "28.63"}', + coty_name: ['Fremont', 'Mills'], + cty_code: ['19071', '19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4326, lat: 40.88192 }, + }, + { + zip_code: '52002', + usps_city: 'Dubuque', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 17170.0, + density: 229.9, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77322, lat: 42.52478 }, + }, + { + zip_code: '52049', + usps_city: 'Garnavillo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 7.6, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.20424, lat: 42.88544 }, + }, + { + zip_code: '52073', + usps_city: 'Sherrill', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1378.0, + density: 10.8, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "97.88", "19043": "2.12"}', + coty_name: ['Dubuque', 'Clayton'], + cty_code: ['19061', '19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82169, lat: 42.62514 }, + }, + { + zip_code: '52255', + usps_city: 'Lowden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1730.0, + density: 15.4, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "100"}', + coty_name: ['Cedar'], + cty_code: ['19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.96132, lat: 41.86364 }, + }, + { + zip_code: '52328', + usps_city: 'Robins', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3059.0, + density: 384.0, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66609, lat: 42.07158 }, + }, + { + zip_code: '52630', + usps_city: 'Hillsboro', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 3.4, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "55.73", "19177": "23.37", "19111": "20.9"}', + coty_name: ['Henry', 'Van Buren', 'Lee'], + cty_code: ['19087', '19177', '19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.70709, lat: 40.80226 }, + }, + { + zip_code: '52654', + usps_city: 'Wayland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1669.0, + density: 12.3, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "87.73", "19183": "12.27"}', + coty_name: ['Henry', 'Washington'], + cty_code: ['19087', '19183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66823, lat: 41.13751 }, + }, + { + zip_code: '53035', + usps_city: 'Iron Ridge', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2403.0, + density: 26.2, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54509, lat: 43.39214 }, + }, + { + zip_code: '53095', + usps_city: 'West Bend', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 27351.0, + density: 146.8, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "99.17", "55089": "0.83"}', + coty_name: ['Washington', 'Ozaukee'], + cty_code: ['55131', '55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15788, lat: 43.38903 }, + }, + { + zip_code: '53115', + usps_city: 'Delavan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15998.0, + density: 86.7, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67317, lat: 42.65545 }, + }, + { + zip_code: '53204', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 38678.0, + density: 4549.2, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.9255, lat: 43.01827 }, + }, + { + zip_code: '53208', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 30161.0, + density: 2984.5, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96559, lat: 43.04662 }, + }, + { + zip_code: '53218', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 41974.0, + density: 2759.2, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99312, lat: 43.11472 }, + }, + { + zip_code: '53507', + usps_city: 'Barneveld', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2149.0, + density: 13.2, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9026, lat: 43.00235 }, + }, + { + zip_code: '53518', + usps_city: 'Blue River', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1393.0, + density: 7.2, + primary_coty_code: '55103', + primary_coty_name: 'Richland', + county_weights: '{"55103": "59.47", "55043": "39.02", "55023": "1.5"}', + coty_name: ['Richland', 'Grant', 'Crawford'], + cty_code: ['55103', '55043', '55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59399, lat: 43.24518 }, + }, + { + zip_code: '53546', + usps_city: 'Janesville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 30185.0, + density: 141.0, + primary_coty_code: '55105', + primary_coty_name: 'Rock', + county_weights: '{"55105": "100"}', + coty_name: ['Rock'], + cty_code: ['55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94916, lat: 42.65267 }, + }, + { + zip_code: '53968', + usps_city: 'Wonewoc', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2278.0, + density: 12.2, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "76.6", "55111": "21.6", "55123": "1.8"}', + coty_name: ['Juneau', 'Sauk', 'Vernon'], + cty_code: ['55057', '55111', '55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22906, lat: 43.64267 }, + }, + { + zip_code: '54023', + usps_city: 'Roberts', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4191.0, + density: 39.2, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55497, lat: 44.98115 }, + }, + { + zip_code: '54119', + usps_city: 'Dunbar', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 697.0, + density: 2.9, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "100"}', + coty_name: ['Marinette'], + cty_code: ['55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16741, lat: 45.6115 }, + }, + { + zip_code: '54211', + usps_city: 'Ephraim', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 28.2, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.16786, lat: 45.15937 }, + }, + { + zip_code: '54241', + usps_city: 'Two Rivers', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14014.0, + density: 81.5, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59652, lat: 44.21813 }, + }, + { + zip_code: '54416', + usps_city: 'Bowler', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1784.0, + density: 8.3, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94167, lat: 44.87666 }, + }, + { + zip_code: '54418', + usps_city: 'Bryant', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 3.2, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "100"}', + coty_name: ['Langlade'], + cty_code: ['55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94497, lat: 45.22116 }, + }, + { + zip_code: '54487', + usps_city: 'Tomahawk', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9489.0, + density: 12.2, + primary_coty_code: '55069', + primary_coty_name: 'Lincoln', + county_weights: '{"55069": "81.51", "55085": "18.49"}', + coty_name: ['Lincoln', 'Oneida'], + cty_code: ['55069', '55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76299, lat: 45.50665 }, + }, + { + zip_code: '54625', + usps_city: 'Dodge', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 14.7, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "100"}', + coty_name: ['Trempealeau'], + cty_code: ['55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.525, lat: 44.13342 }, + }, + { + zip_code: '54824', + usps_city: 'Centuria', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2208.0, + density: 22.7, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "100"}', + coty_name: ['Polk'], + cty_code: ['55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54195, lat: 45.47415 }, + }, + { + zip_code: '54948', + usps_city: 'Leopolis', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 6.5, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86982, lat: 44.7771 }, + }, + { + zip_code: '54971', + usps_city: 'Ripon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 10697.0, + density: 37.5, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "89.72", "55047": "5.6", "55139": "4.68"}', + coty_name: ['Fond du Lac', 'Green Lake', 'Winnebago'], + cty_code: ['55039', '55047', '55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8298, lat: 43.85612 }, + }, + { + zip_code: '54980', + usps_city: 'Waukau', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 85.0, + primary_coty_code: '55139', + primary_coty_name: 'Winnebago', + county_weights: '{"55139": "100"}', + coty_name: ['Winnebago'], + cty_code: ['55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76983, lat: 43.98377 }, + }, + { + zip_code: '55103', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14062.0, + density: 2602.1, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12446, lat: 44.96423 }, + }, + { + zip_code: '55342', + usps_city: 'Hector', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1738.0, + density: 4.2, + primary_coty_code: '27129', + primary_coty_name: 'Renville', + county_weights: '{"27129": "100"}', + coty_name: ['Renville'], + cty_code: ['27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73171, lat: 44.74281 }, + }, + { + zip_code: '55426', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26339.0, + density: 1507.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38088, lat: 44.95532 }, + }, + { + zip_code: '55429', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 27899.0, + density: 1729.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34137, lat: 45.06454 }, + }, + { + zip_code: '55749', + usps_city: 'Holyoke', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 2.1, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "69.71", "27115": "30.29"}', + coty_name: ['Carlton', 'Pine'], + cty_code: ['27017', '27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.42728, lat: 46.44528 }, + }, + { + zip_code: '55780', + usps_city: 'Sawyer', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 2.9, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69275, lat: 46.68309 }, + }, + { + zip_code: '55987', + usps_city: 'Winona', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 34834.0, + density: 84.2, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "100"}', + coty_name: ['Winona'], + cty_code: ['27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63469, lat: 43.98519 }, + }, + { + zip_code: '56023', + usps_city: 'Delavan', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 3.3, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "100"}', + coty_name: ['Faribault'], + cty_code: ['27043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.01335, lat: 43.77551 }, + }, + { + zip_code: '56144', + usps_city: 'Jasper', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1184.0, + density: 4.6, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: '{"27117": "72.79", "27133": "19.34", "46101": "7.87"}', + coty_name: ['Pipestone', 'Rock', 'Moody'], + cty_code: ['27117', '27133', '46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.39177, lat: 43.85183 }, + }, + { + zip_code: '56187', + usps_city: 'Worthington', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14574.0, + density: 33.1, + primary_coty_code: '27105', + primary_coty_name: 'Nobles', + county_weights: '{"27105": "99.29", "27063": "0.71"}', + coty_name: ['Nobles', 'Jackson'], + cty_code: ['27105', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58286, lat: 43.62385 }, + }, + { + zip_code: '56335', + usps_city: 'Greenwald', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 178.2, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86175, lat: 45.60045 }, + }, + { + zip_code: '56356', + usps_city: 'New Munich', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 296.0, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.75336, lat: 45.629 }, + }, + { + zip_code: '56361', + usps_city: 'Parkers Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2417.0, + density: 6.0, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "85.52", "27041": "14.48"}', + coty_name: ['Otter Tail', 'Douglas'], + cty_code: ['27111', '27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.33724, lat: 46.16024 }, + }, + { + zip_code: '56401', + usps_city: 'Brainerd', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 29973.0, + density: 35.6, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "94.28", "27021": "5.72"}', + coty_name: ['Crow Wing', 'Cass'], + cty_code: ['27035', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11503, lat: 46.32011 }, + }, + { + zip_code: '56469', + usps_city: 'Palisade', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1004.0, + density: 1.4, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "100"}', + coty_name: ['Aitkin'], + cty_code: ['27001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54598, lat: 46.77909 }, + }, + { + zip_code: '56482', + usps_city: 'Wadena', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6829.0, + density: 20.1, + primary_coty_code: '27159', + primary_coty_name: 'Wadena', + county_weights: '{"27159": "81.01", "27111": "18.47", "27153": "0.53"}', + coty_name: ['Wadena', 'Otter Tail', 'Todd'], + cty_code: ['27159', '27111', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14279, lat: 46.46532 }, + }, + { + zip_code: '56517', + usps_city: 'Beltrami', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 1.3, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54963, lat: 47.56033 }, + }, + { + zip_code: '56548', + usps_city: 'Halstad', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 4.5, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7535, lat: 47.37051 }, + }, + { + zip_code: '56567', + usps_city: 'New York Mills', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3238.0, + density: 8.4, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36728, lat: 46.54688 }, + }, + { + zip_code: '56660', + usps_city: 'Mizpah', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 0.7, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1743, lat: 47.98996 }, + }, + { + zip_code: '56667', + usps_city: 'Puposky', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 2.5, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.94017, lat: 47.73659 }, + }, + { + zip_code: '56723', + usps_city: 'Fisher', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 3.0, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80638, lat: 47.80943 }, + }, + { + zip_code: '57058', + usps_city: 'Salem', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1897.0, + density: 4.6, + primary_coty_code: '46087', + primary_coty_name: 'McCook', + county_weights: '{"46087": "100"}', + coty_name: ['McCook'], + cty_code: ['46087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40163, lat: 43.73939 }, + }, + { + zip_code: '57332', + usps_city: 'Emery', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 3.4, + primary_coty_code: '46061', + primary_coty_name: 'Hanson', + county_weights: '{"46061": "83.84", "46067": "8.63", "46087": "7.53"}', + coty_name: ['Hanson', 'Hutchinson', 'McCook'], + cty_code: ['46061', '46067', '46087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64734, lat: 43.54804 }, + }, + { + zip_code: '57339', + usps_city: 'Fort Thompson', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1522.0, + density: 4.6, + primary_coty_code: '46017', + primary_coty_name: 'Buffalo', + county_weights: '{"46017": "100"}', + coty_name: ['Buffalo'], + cty_code: ['46017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.41258, lat: 44.11596 }, + }, + { + zip_code: '57358', + usps_city: 'Lane', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 8.6, + primary_coty_code: '46073', + primary_coty_name: 'Jerauld', + county_weights: '{"46073": "100"}', + coty_name: ['Jerauld'], + cty_code: ['46073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42189, lat: 44.0753 }, + }, + { + zip_code: '57359', + usps_city: 'Letcher', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 1.8, + primary_coty_code: '46111', + primary_coty_name: 'Sanborn', + county_weights: '{"46111": "79.35", "46035": "10.79", "46003": "9.86"}', + coty_name: ['Sanborn', 'Davison', 'Aurora'], + cty_code: ['46111', '46035', '46003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.17521, lat: 43.89804 }, + }, + { + zip_code: '57381', + usps_city: 'Wessington', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 0.7, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "55.1", "46059": "44.9"}', + coty_name: ['Beadle', 'Hand'], + cty_code: ['46005', '46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73306, lat: 44.39086 }, + }, + { + zip_code: '57385', + usps_city: 'Woonsocket', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1220.0, + density: 2.0, + primary_coty_code: '46111', + primary_coty_name: 'Sanborn', + county_weights: '{"46111": "88.78", "46073": "9.25", "46003": "1.97"}', + coty_name: ['Sanborn', 'Jerauld', 'Aurora'], + cty_code: ['46111', '46073', '46003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.28843, lat: 44.0508 }, + }, + { + zip_code: '58324', + usps_city: 'Cando', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 2.1, + primary_coty_code: '38095', + primary_coty_name: 'Towner', + county_weights: '{"38095": "100"}', + coty_name: ['Towner'], + cty_code: ['38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.22159, lat: 48.48025 }, + }, + { + zip_code: '58440', + usps_city: 'Fredonia', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.2, + primary_coty_code: '38047', + primary_coty_name: 'Logan', + county_weights: '{"38047": "70.17", "38051": "29.83"}', + coty_name: ['Logan', 'McIntosh'], + cty_code: ['38047', '38051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16721, lat: 46.26931 }, + }, + { + zip_code: '58455', + usps_city: 'Kensal', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 1.0, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "81.52", "38031": "18.48"}', + coty_name: ['Stutsman', 'Foster'], + cty_code: ['38093', '38031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74302, lat: 47.30172 }, + }, + { + zip_code: '58495', + usps_city: 'Wishek', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1342.0, + density: 1.4, + primary_coty_code: '38051', + primary_coty_name: 'McIntosh', + county_weights: '{"38051": "93.24", "38047": "6.76"}', + coty_name: ['McIntosh', 'Logan'], + cty_code: ['38051', '38047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.60082, lat: 46.27701 }, + }, + { + zip_code: '58634', + usps_city: 'Grassy Butte', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.3, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "88.84", "38007": "11.16"}', + coty_name: ['McKenzie', 'Billings'], + cty_code: ['38053', '38007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.34243, lat: 47.4342 }, + }, + { + zip_code: '58748', + usps_city: 'Kramer', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 0.4, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "95.95", "38049": "4.05"}', + coty_name: ['Bottineau', 'McHenry'], + cty_code: ['38009', '38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.65168, lat: 48.67955 }, + }, + { + zip_code: '58792', + usps_city: 'Voltaire', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 0.7, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "100"}', + coty_name: ['McHenry'], + cty_code: ['38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.74328, lat: 47.97114 }, + }, + { + zip_code: '58795', + usps_city: 'Wildrose', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 0.3, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "78.28", "38023": "21.72"}', + coty_name: ['Williams', 'Divide'], + cty_code: ['38105', '38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.15884, lat: 48.64331 }, + }, + { + zip_code: '58801', + usps_city: 'Williston', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 31508.0, + density: 14.6, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "99.66", "38053": "0.34"}', + coty_name: ['Williams', 'McKenzie'], + cty_code: ['38105', '38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.75325, lat: 48.21311 }, + }, + { + zip_code: '58830', + usps_city: 'Alamo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 0.4, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "71.36", "38023": "28.64"}', + coty_name: ['Williams', 'Divide'], + cty_code: ['38105', '38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.46567, lat: 48.60606 }, + }, + { + zip_code: '59010', + usps_city: 'Bighorn', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 0.2, + primary_coty_code: '30103', + primary_coty_name: 'Treasure', + county_weights: '{"30103": "52.94", "30003": "47.06"}', + coty_name: ['Treasure', 'Big Horn'], + cty_code: ['30103', '30003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.30997, lat: 45.99697 }, + }, + { + zip_code: '59014', + usps_city: 'Bridger', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 1.6, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.76985, lat: 45.19433 }, + }, + { + zip_code: '59044', + usps_city: 'Laurel', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 12206.0, + density: 26.6, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "96.76", "30009": "3.24"}', + coty_name: ['Yellowstone', 'Carbon'], + cty_code: ['30111', '30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.74525, lat: 45.63607 }, + }, + { + zip_code: '59250', + usps_city: 'Opheim', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 0.1, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.57354, lat: 48.85642 }, + }, + { + zip_code: '59255', + usps_city: 'Poplar', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3247.0, + density: 1.9, + primary_coty_code: '30085', + primary_coty_name: 'Roosevelt', + county_weights: '{"30085": "98.37", "30083": "1.63"}', + coty_name: ['Roosevelt', 'Richland'], + cty_code: ['30085', '30083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.16804, lat: 48.2446 }, + }, + { + zip_code: '59322', + usps_city: 'Cohagen', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 0.0, + primary_coty_code: '30033', + primary_coty_name: 'Garfield', + county_weights: '{"30033": "100"}', + coty_name: ['Garfield'], + cty_code: ['30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.67992, lat: 47.01452 }, + }, + { + zip_code: '59324', + usps_city: 'Ekalaka', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 0.2, + primary_coty_code: '30011', + primary_coty_name: 'Carter', + county_weights: '{"30011": "100"}', + coty_name: ['Carter'], + cty_code: ['30011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.5465, lat: 45.78588 }, + }, + { + zip_code: '59351', + usps_city: 'Volborg', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 0.1, + primary_coty_code: '30075', + primary_coty_name: 'Powder River', + county_weights: '{"30075": "78.5", "30017": "21.5"}', + coty_name: ['Powder River', 'Custer'], + cty_code: ['30075', '30017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.76015, lat: 45.75297 }, + }, + { + zip_code: '59427', + usps_city: 'Cut Bank', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4504.0, + density: 1.6, + primary_coty_code: '30035', + primary_coty_name: 'Glacier', + county_weights: '{"30035": "100"}', + coty_name: ['Glacier'], + cty_code: ['30035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.54045, lat: 48.7707 }, + }, + { + zip_code: '59735', + usps_city: 'Harrison', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 0.5, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86389, lat: 45.65028 }, + }, + { + zip_code: '59820', + usps_city: 'Alberton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2017.0, + density: 2.0, + primary_coty_code: '30061', + primary_coty_name: 'Mineral', + county_weights: '{"30061": "51.95", "30063": "48.05"}', + coty_name: ['Mineral', 'Missoula'], + cty_code: ['30061', '30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.63709, lat: 46.89599 }, + }, + { + zip_code: '59830', + usps_city: 'De Borgia', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 1.9, + primary_coty_code: '30061', + primary_coty_name: 'Mineral', + county_weights: '{"30061": "100"}', + coty_name: ['Mineral'], + cty_code: ['30061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.34366, lat: 47.42448 }, + }, + { + zip_code: '59934', + usps_city: 'Trego', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 476.0, + density: 1.0, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.8965, lat: 48.59837 }, + }, + { + zip_code: '60176', + usps_city: 'Schiller Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11621.0, + density: 1693.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86888, lat: 41.95823 }, + }, + { + zip_code: '60302', + usps_city: 'Oak Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31620.0, + density: 4054.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78971, lat: 41.89463 }, + }, + { + zip_code: '60420', + usps_city: 'Dwight', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4846.0, + density: 18.6, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "95.92", "17063": "4.08"}', + coty_name: ['Livingston', 'Grundy'], + cty_code: ['17105', '17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4172, lat: 41.08775 }, + }, + { + zip_code: '60429', + usps_city: 'Hazel Crest', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15108.0, + density: 1491.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68409, lat: 41.57366 }, + }, + { + zip_code: '60436', + usps_city: 'Joliet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17903.0, + density: 458.7, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12258, lat: 41.49232 }, + }, + { + zip_code: '60471', + usps_city: 'Richton Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13917.0, + density: 1120.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "99.54", "17197": "0.46"}', + coty_name: ['Cook', 'Will'], + cty_code: ['17031', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73403, lat: 41.47959 }, + }, + { + zip_code: '60552', + usps_city: 'Somonauk', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4348.0, + density: 61.9, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "53.28", "17037": "46.72"}', + coty_name: ['LaSalle', 'DeKalb'], + cty_code: ['17099', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.70302, lat: 41.6599 }, + }, + { + zip_code: '60604', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 3431.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62837, lat: 41.87814 }, + }, + { + zip_code: '60644', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 46591.0, + density: 5134.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75751, lat: 41.8802 }, + }, + { + zip_code: '60645', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 47270.0, + density: 8084.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6948, lat: 42.00853 }, + }, + { + zip_code: '60653', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33154.0, + density: 5487.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61007, lat: 41.81924 }, + }, + { + zip_code: '60915', + usps_city: 'Bradley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10278.0, + density: 1251.3, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86108, lat: 41.14681 }, + }, + { + zip_code: '60932', + usps_city: 'East Lynn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 31.8, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80563, lat: 40.46333 }, + }, + { + zip_code: '60949', + usps_city: 'Ludlow', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 7.5, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "95.28", "17053": "4.72"}', + coty_name: ['Champaign', 'Ford'], + cty_code: ['17019', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10289, lat: 40.38216 }, + }, + { + zip_code: '61012', + usps_city: 'Capron', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2496.0, + density: 26.6, + primary_coty_code: '17007', + primary_coty_name: 'Boone', + county_weights: '{"17007": "100"}', + coty_name: ['Boone'], + cty_code: ['17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75447, lat: 42.40745 }, + }, + { + zip_code: '61048', + usps_city: 'Lena', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3807.0, + density: 17.6, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "98", "17085": "2"}', + coty_name: ['Stephenson', 'Jo Daviess'], + cty_code: ['17177', '17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.83555, lat: 42.38355 }, + }, + { + zip_code: '61070', + usps_city: 'Rock City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1374.0, + density: 15.3, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47312, lat: 42.41685 }, + }, + { + zip_code: '61088', + usps_city: 'Winnebago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6216.0, + density: 43.6, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.25567, lat: 42.26887 }, + }, + { + zip_code: '61250', + usps_city: 'Erie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2489.0, + density: 11.2, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "98.87", "17073": "1.13"}', + coty_name: ['Whiteside', 'Henry'], + cty_code: ['17195', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10302, lat: 41.65891 }, + }, + { + zip_code: '61252', + usps_city: 'Fulton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5293.0, + density: 34.6, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "99.83", "17015": "0.17"}', + coty_name: ['Whiteside', 'Carroll'], + cty_code: ['17195', '17015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11798, lat: 41.84318 }, + }, + { + zip_code: '61264', + usps_city: 'Milan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10485.0, + density: 56.4, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "98.94", "17131": "1.06"}', + coty_name: ['Rock Island', 'Mercer'], + cty_code: ['17161', '17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59173, lat: 41.3968 }, + }, + { + zip_code: '61313', + usps_city: 'Blackstone', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 1.9, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66868, lat: 41.07368 }, + }, + { + zip_code: '61342', + usps_city: 'Mendota', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8435.0, + density: 31.0, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "98.95", "17011": "0.53", "17103": "0.52"}', + coty_name: ['LaSalle', 'Bureau', 'Lee'], + cty_code: ['17099', '17011', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09057, lat: 41.54058 }, + }, + { + zip_code: '61401', + usps_city: 'Galesburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32937.0, + density: 111.1, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "99.3", "17187": "0.7"}', + coty_name: ['Knox', 'Warren'], + cty_code: ['17095', '17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38468, lat: 40.94467 }, + }, + { + zip_code: '61411', + usps_city: 'Adair', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 4.0, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "100"}', + coty_name: ['McDonough'], + cty_code: ['17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50509, lat: 40.40016 }, + }, + { + zip_code: '61478', + usps_city: 'Smithshire', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 3.1, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "90.69", "17071": "9.31"}', + coty_name: ['Warren', 'Henderson'], + cty_code: ['17187', '17071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76058, lat: 40.75784 }, + }, + { + zip_code: '61525', + usps_city: 'Dunlap', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8912.0, + density: 109.8, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.669, lat: 40.84847 }, + }, + { + zip_code: '61570', + usps_city: 'Washburn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1946.0, + density: 11.3, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "79.14", "17123": "20.86"}', + coty_name: ['Woodford', 'Marshall'], + cty_code: ['17203', '17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30774, lat: 40.92039 }, + }, + { + zip_code: '61616', + usps_city: 'Peoria Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5860.0, + density: 902.8, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57187, lat: 40.74672 }, + }, + { + zip_code: '61704', + usps_city: 'Bloomington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 36612.0, + density: 766.2, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.94332, lat: 40.47053 }, + }, + { + zip_code: '61721', + usps_city: 'Armington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 6.2, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "95.76", "17107": "4.24"}', + coty_name: ['Tazewell', 'Logan'], + cty_code: ['17179', '17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.32324, lat: 40.3537 }, + }, + { + zip_code: '61727', + usps_city: 'Clinton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9742.0, + density: 30.5, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "100"}', + coty_name: ['De Witt'], + cty_code: ['17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96083, lat: 40.14248 }, + }, + { + zip_code: '61728', + usps_city: 'Colfax', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1365.0, + density: 8.0, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62632, lat: 40.57285 }, + }, + { + zip_code: '61745', + usps_city: 'Heyworth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4658.0, + density: 22.9, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "98.21", "17039": "1.79"}', + coty_name: ['McLean', 'De Witt'], + cty_code: ['17113', '17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.97247, lat: 40.32221 }, + }, + { + zip_code: '61748', + usps_city: 'Hudson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2652.0, + density: 25.9, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "99.03", "17203": "0.97"}', + coty_name: ['McLean', 'Woodford'], + cty_code: ['17113', '17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99116, lat: 40.61675 }, + }, + { + zip_code: '61750', + usps_city: 'Lane', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 43.7, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "100"}', + coty_name: ['De Witt'], + cty_code: ['17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85957, lat: 40.12356 }, + }, + { + zip_code: '61769', + usps_city: 'Saunemin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 6.5, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39935, lat: 40.88202 }, + }, + { + zip_code: '61802', + usps_city: 'Urbana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19509.0, + density: 90.9, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15101, lat: 40.12556 }, + }, + { + zip_code: '61850', + usps_city: 'Indianola', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 5.0, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73765, lat: 39.9325 }, + }, + { + zip_code: '62025', + usps_city: 'Edwardsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 34960.0, + density: 123.8, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93326, lat: 38.83056 }, + }, + { + zip_code: '62085', + usps_city: 'Sawyerville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 78.7, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80244, lat: 39.07823 }, + }, + { + zip_code: '62218', + usps_city: 'Bartelso', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1713.0, + density: 14.3, + primary_coty_code: '17027', + primary_coty_name: 'Clinton', + county_weights: '{"17027": "100"}', + coty_name: ['Clinton'], + cty_code: ['17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.47294, lat: 38.51975 }, + }, + { + zip_code: '62240', + usps_city: 'East Carondelet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1507.0, + density: 35.9, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20743, lat: 38.52118 }, + }, + { + zip_code: '62257', + usps_city: 'Marissa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2416.0, + density: 12.7, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "85.91", "17189": "13.19", "17157": "0.9"}', + coty_name: ['St. Clair', 'Washington', 'Randolph'], + cty_code: ['17163', '17189', '17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73128, lat: 38.28413 }, + }, + { + zip_code: '62258', + usps_city: 'Mascoutah', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9491.0, + density: 49.9, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.77254, lat: 38.46213 }, + }, + { + zip_code: '62268', + usps_city: 'Oakdale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 861.0, + density: 6.4, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "97.29", "17145": "2.71"}', + coty_name: ['Washington', 'Perry'], + cty_code: ['17189', '17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.528, lat: 38.27365 }, + }, + { + zip_code: '62348', + usps_city: 'Lima', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 33.2, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36729, lat: 40.18759 }, + }, + { + zip_code: '62526', + usps_city: 'Decatur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31544.0, + density: 197.5, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9879, lat: 39.90152 }, + }, + { + zip_code: '62615', + usps_city: 'Auburn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5519.0, + density: 41.9, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75737, lat: 39.58505 }, + }, + { + zip_code: '62617', + usps_city: 'Bath', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 4.4, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "100"}', + coty_name: ['Mason'], + cty_code: ['17125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17885, lat: 40.1525 }, + }, + { + zip_code: '62704', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40672.0, + density: 1301.1, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68515, lat: 39.774 }, + }, + { + zip_code: '62712', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10395.0, + density: 188.5, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.58012, lat: 39.75327 }, + }, + { + zip_code: '62809', + usps_city: 'Barnhill', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 4.9, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.33984, lat: 38.27909 }, + }, + { + zip_code: '62829', + usps_city: 'Dale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 4.7, + primary_coty_code: '17065', + primary_coty_name: 'Hamilton', + county_weights: '{"17065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48732, lat: 37.9762 }, + }, + { + zip_code: '62860', + usps_city: 'Macedonia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 6.5, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "66.03", "17065": "33.97"}', + coty_name: ['Franklin', 'Hamilton'], + cty_code: ['17055', '17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.72459, lat: 38.04086 }, + }, + { + zip_code: '62874', + usps_city: 'Orient', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 116.0, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.9757, lat: 37.91937 }, + }, + { + zip_code: '62879', + usps_city: 'Sailor Springs', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 147.1, + primary_coty_code: '17025', + primary_coty_name: 'Clay', + county_weights: '{"17025": "100"}', + coty_name: ['Clay'], + cty_code: ['17025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3607, lat: 38.76484 }, + }, + { + zip_code: '62920', + usps_city: 'Cobden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3219.0, + density: 19.0, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "100"}', + coty_name: ['Union'], + cty_code: ['17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23507, lat: 37.54896 }, + }, + { + zip_code: '62950', + usps_city: 'Jacob', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 2.6, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5604, lat: 37.75545 }, + }, + { + zip_code: '62952', + usps_city: 'Jonesboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3144.0, + density: 12.4, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "99.02", "17003": "0.98"}', + coty_name: ['Union', 'Alexander'], + cty_code: ['17181', '17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33724, lat: 37.41823 }, + }, + { + zip_code: '62974', + usps_city: 'Pittsburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1653.0, + density: 23.9, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.78463, lat: 37.77736 }, + }, + { + zip_code: '63108', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20564.0, + density: 3544.3, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25354, lat: 38.64481 }, + }, + { + zip_code: '63114', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 35005.0, + density: 1532.2, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36262, lat: 38.70221 }, + }, + { + zip_code: '63333', + usps_city: 'Bellflower', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 7.5, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "98.6", "29113": "1.4"}', + coty_name: ['Montgomery', 'Lincoln'], + cty_code: ['29139', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.31596, lat: 39.03672 }, + }, + { + zip_code: '63336', + usps_city: 'Clarksville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 6.6, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "100"}', + coty_name: ['Pike'], + cty_code: ['29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.94666, lat: 39.3362 }, + }, + { + zip_code: '63347', + usps_city: 'Foley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2508.0, + density: 25.7, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76701, lat: 39.07093 }, + }, + { + zip_code: '63560', + usps_city: 'Pollock', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 1.7, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "95.82", "29171": "4.18"}', + coty_name: ['Sullivan', 'Putnam'], + cty_code: ['29211', '29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.11879, lat: 40.35816 }, + }, + { + zip_code: '63766', + usps_city: 'Millersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1188.0, + density: 9.1, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "83.85", "29017": "16.15"}', + coty_name: ['Cape Girardeau', 'Bollinger'], + cty_code: ['29031', '29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84406, lat: 37.4345 }, + }, + { + zip_code: '63783', + usps_city: 'Uniontown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 12.0, + primary_coty_code: '29157', + primary_coty_name: 'Perry', + county_weights: '{"29157": "100"}', + coty_name: ['Perry'], + cty_code: ['29157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67986, lat: 37.60725 }, + }, + { + zip_code: '63785', + usps_city: 'Whitewater', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 6.4, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "97.1", "29017": "2.9"}', + coty_name: ['Cape Girardeau', 'Bollinger'], + cty_code: ['29031', '29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81515, lat: 37.26415 }, + }, + { + zip_code: '63824', + usps_city: 'Blodgett', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 573.6, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.52662, lat: 37.00501 }, + }, + { + zip_code: '63827', + usps_city: 'Bragg City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 863.0, + density: 3.8, + primary_coty_code: '29155', + primary_coty_name: 'Pemiscot', + county_weights: '{"29155": "100"}', + coty_name: ['Pemiscot'], + cty_code: ['29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88749, lat: 36.26012 }, + }, + { + zip_code: '63847', + usps_city: 'Gibson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 33.3, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03892, lat: 36.43996 }, + }, + { + zip_code: '64014', + usps_city: 'Blue Springs', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 25490.0, + density: 816.7, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.25504, lat: 39.0071 }, + }, + { + zip_code: '64018', + usps_city: 'Camden Point', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 14.6, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.72685, lat: 39.45249 }, + }, + { + zip_code: '64106', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9798.0, + density: 2453.6, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57207, lat: 39.10515 }, + }, + { + zip_code: '64110', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 16619.0, + density: 2122.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57283, lat: 39.03442 }, + }, + { + zip_code: '64116', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15824.0, + density: 562.9, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57455, lat: 39.14879 }, + }, + { + zip_code: '64117', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14244.0, + density: 913.5, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.5229, lat: 39.16523 }, + }, + { + zip_code: '64134', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 23219.0, + density: 752.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48674, lat: 38.92948 }, + }, + { + zip_code: '64157', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20051.0, + density: 703.1, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.47186, lat: 39.27616 }, + }, + { + zip_code: '64158', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5096.0, + density: 649.6, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48314, lat: 39.23531 }, + }, + { + zip_code: '64647', + usps_city: 'Jameson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 2.6, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "100"}', + coty_name: ['Daviess'], + cty_code: ['29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97593, lat: 40.026 }, + }, + { + zip_code: '64672', + usps_city: 'Powersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 1.3, + primary_coty_code: '29171', + primary_coty_name: 'Putnam', + county_weights: '{"29171": "100"}', + coty_name: ['Putnam'], + cty_code: ['29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24142, lat: 40.54034 }, + }, + { + zip_code: '64755', + usps_city: 'Jasper', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2623.0, + density: 6.7, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "82.94", "29011": "17.06"}', + coty_name: ['Jasper', 'Barton'], + cty_code: ['29097', '29011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3094, lat: 37.33718 }, + }, + { + zip_code: '64765', + usps_city: 'Metz', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 112.2, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44377, lat: 37.99622 }, + }, + { + zip_code: '64779', + usps_city: 'Rich Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2714.0, + density: 5.5, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "87.23", "29217": "12.77"}', + coty_name: ['Bates', 'Vernon'], + cty_code: ['29013', '29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40442, lat: 38.09377 }, + }, + { + zip_code: '64844', + usps_city: 'Granby', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4715.0, + density: 27.9, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "100"}', + coty_name: ['Newton'], + cty_code: ['29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23901, lat: 36.91535 }, + }, + { + zip_code: '64866', + usps_city: 'Stark City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1040.0, + density: 7.1, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "100"}', + coty_name: ['Newton'], + cty_code: ['29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.1422, lat: 36.86888 }, + }, + { + zip_code: '65013', + usps_city: 'Belle', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2639.0, + density: 8.3, + primary_coty_code: '29125', + primary_coty_name: 'Maries', + county_weights: '{"29125": "75.45", "29151": "24.55"}', + coty_name: ['Maries', 'Osage'], + cty_code: ['29125', '29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.74974, lat: 38.27532 }, + }, + { + zip_code: '65080', + usps_city: 'Tebbetts', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1219.0, + density: 11.2, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97905, lat: 38.63071 }, + }, + { + zip_code: '65256', + usps_city: 'Harrisburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 13.2, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "84.39", "29089": "15.61"}', + coty_name: ['Boone', 'Howard'], + cty_code: ['29019', '29089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4594, lat: 39.13062 }, + }, + { + zip_code: '65330', + usps_city: 'Gilliam', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 3.8, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "100"}', + coty_name: ['Saline'], + cty_code: ['29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94793, lat: 39.21845 }, + }, + { + zip_code: '65473', + usps_city: 'Fort Leonard Wood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 16026.0, + density: 62.5, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "100"}', + coty_name: ['Pulaski'], + cty_code: ['29169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15446, lat: 37.70694 }, + }, + { + zip_code: '65542', + usps_city: 'Licking', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6121.0, + density: 10.9, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "97.87", "29065": "2.13"}', + coty_name: ['Texas', 'Dent'], + cty_code: ['29215', '29065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88146, lat: 37.50412 }, + }, + { + zip_code: '65588', + usps_city: 'Winona', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2607.0, + density: 5.0, + primary_coty_code: '29203', + primary_coty_name: 'Shannon', + county_weights: '{"29203": "98.84", "29149": "1.16"}', + coty_name: ['Shannon', 'Oregon'], + cty_code: ['29203', '29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.28434, lat: 36.98208 }, + }, + { + zip_code: '65727', + usps_city: 'Polk', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 177.0, + density: 4.9, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "100"}', + coty_name: ['Polk'], + cty_code: ['29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29762, lat: 37.7559 }, + }, + { + zip_code: '65734', + usps_city: 'Purdy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3206.0, + density: 15.5, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "100"}', + coty_name: ['Barry'], + cty_code: ['29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94761, lat: 36.79587 }, + }, + { + zip_code: '66006', + usps_city: 'Baldwin City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7811.0, + density: 28.1, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "99.22", "20059": "0.78"}', + coty_name: ['Douglas', 'Franklin'], + cty_code: ['20045', '20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23833, lat: 38.7959 }, + }, + { + zip_code: '66052', + usps_city: 'Linwood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2382.0, + density: 22.1, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "100"}', + coty_name: ['Leavenworth'], + cty_code: ['20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.04583, lat: 39.01103 }, + }, + { + zip_code: '66067', + usps_city: 'Ottawa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15291.0, + density: 35.6, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "100"}', + coty_name: ['Franklin'], + cty_code: ['20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27571, lat: 38.62059 }, + }, + { + zip_code: '66076', + usps_city: 'Pomona', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2595.0, + density: 10.3, + primary_coty_code: '20059', + primary_coty_name: 'Franklin', + county_weights: '{"20059": "100"}', + coty_name: ['Franklin'], + cty_code: ['20059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44049, lat: 38.6327 }, + }, + { + zip_code: '66105', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2510.0, + density: 288.9, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63847, lat: 39.08692 }, + }, + { + zip_code: '66206', + usps_city: 'Leawood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10783.0, + density: 1054.9, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61937, lat: 38.95794 }, + }, + { + zip_code: '66411', + usps_city: 'Blue Rapids', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1426.0, + density: 4.8, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "95.2", "20161": "4.8"}', + coty_name: ['Marshall', 'Riley'], + cty_code: ['20117', '20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63624, lat: 39.63972 }, + }, + { + zip_code: '66733', + usps_city: 'Erie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2308.0, + density: 6.3, + primary_coty_code: '20133', + primary_coty_name: 'Neosho', + county_weights: '{"20133": "100"}', + coty_name: ['Neosho'], + cty_code: ['20133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25353, lat: 37.598 }, + }, + { + zip_code: '66854', + usps_city: 'Hartford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 2.6, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "81.99", "20031": "18.01"}', + coty_name: ['Lyon', 'Coffey'], + cty_code: ['20111', '20031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97851, lat: 38.25592 }, + }, + { + zip_code: '66938', + usps_city: 'Clyde', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 4.2, + primary_coty_code: '20029', + primary_coty_name: 'Cloud', + county_weights: '{"20029": "94.13", "20201": "5.87"}', + coty_name: ['Cloud', 'Washington'], + cty_code: ['20029', '20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40989, lat: 39.57489 }, + }, + { + zip_code: '66958', + usps_city: 'Morrowville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 1.1, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18145, lat: 39.88911 }, + }, + { + zip_code: '67039', + usps_city: 'Douglass', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3247.0, + density: 11.9, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "98.35", "20035": "1.65"}', + coty_name: ['Butler', 'Cowley'], + cty_code: ['20015', '20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.97668, lat: 37.52326 }, + }, + { + zip_code: '67108', + usps_city: 'Mount Hope', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1615.0, + density: 9.1, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "72.29", "20155": "27.71"}', + coty_name: ['Sedgwick', 'Reno'], + cty_code: ['20173', '20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68202, lat: 37.81399 }, + }, + { + zip_code: '67111', + usps_city: 'Murdock', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 1.4, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "100"}', + coty_name: ['Kingman'], + cty_code: ['20095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.93379, lat: 37.6148 }, + }, + { + zip_code: '67119', + usps_city: 'Oxford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 6.8, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "91.42", "20035": "8.58"}', + coty_name: ['Sumner', 'Cowley'], + cty_code: ['20191', '20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18683, lat: 37.23761 }, + }, + { + zip_code: '67335', + usps_city: 'Cherryvale', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3578.0, + density: 10.7, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "88.1", "20099": "11.9"}', + coty_name: ['Montgomery', 'Labette'], + cty_code: ['20125', '20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53669, lat: 37.27467 }, + }, + { + zip_code: '67349', + usps_city: 'Howard', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 893.0, + density: 1.5, + primary_coty_code: '20049', + primary_coty_name: 'Elk', + county_weights: '{"20049": "100"}', + coty_name: ['Elk'], + cty_code: ['20049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29883, lat: 37.48858 }, + }, + { + zip_code: '67454', + usps_city: 'Kanopolis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 7.0, + primary_coty_code: '20053', + primary_coty_name: 'Ellsworth', + county_weights: '{"20053": "100"}', + coty_name: ['Ellsworth'], + cty_code: ['20053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.11145, lat: 38.69832 }, + }, + { + zip_code: '67502', + usps_city: 'Hutchinson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23664.0, + density: 116.2, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "99.92", "20159": "0.08"}', + coty_name: ['Reno', 'Rice'], + cty_code: ['20155', '20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9291, lat: 38.12717 }, + }, + { + zip_code: '67564', + usps_city: 'Olmitz', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 1.2, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: '{"20009": "100"}', + coty_name: ['Barton'], + cty_code: ['20009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.93141, lat: 38.53174 }, + }, + { + zip_code: '67857', + usps_city: 'Kendall', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 190.0, + density: 0.2, + primary_coty_code: '20075', + primary_coty_name: 'Hamilton', + county_weights: '{"20075": "63.79", "20093": "36.21"}', + coty_name: ['Hamilton', 'Kearny'], + cty_code: ['20075', '20093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.55079, lat: 37.98697 }, + }, + { + zip_code: '67878', + usps_city: 'Syracuse', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2311.0, + density: 1.2, + primary_coty_code: '20075', + primary_coty_name: 'Hamilton', + county_weights: '{"20075": "99.84", "20187": "0.16"}', + coty_name: ['Hamilton', 'Stanton'], + cty_code: ['20075', '20187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.82808, lat: 38.00556 }, + }, + { + zip_code: '68016', + usps_city: 'Cedar Creek', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 212.9, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.10424, lat: 41.04333 }, + }, + { + zip_code: '68055', + usps_city: 'Rosalie', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 2.1, + primary_coty_code: '31173', + primary_coty_name: 'Thurston', + county_weights: '{"31173": "100"}', + coty_name: ['Thurston'], + cty_code: ['31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.47216, lat: 42.05893 }, + }, + { + zip_code: '68062', + usps_city: 'Thurston', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 2.8, + primary_coty_code: '31173', + primary_coty_name: 'Thurston', + county_weights: '{"31173": "100"}', + coty_name: ['Thurston'], + cty_code: ['31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66909, lat: 42.19429 }, + }, + { + zip_code: '68110', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 9902.0, + density: 443.7, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91168, lat: 41.29845 }, + }, + { + zip_code: '68132', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 14319.0, + density: 2101.6, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00236, lat: 41.26466 }, + }, + { + zip_code: '68134', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29660.0, + density: 1339.2, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05065, lat: 41.29854 }, + }, + { + zip_code: '68315', + usps_city: 'Belvidere', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 1.0, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54116, lat: 40.24944 }, + }, + { + zip_code: '68344', + usps_city: 'Douglas', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 3.6, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.40066, lat: 40.56985 }, + }, + { + zip_code: '68376', + usps_city: 'Humboldt', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1461.0, + density: 3.8, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "93.01", "31127": "4.78", "31133": "2.21"}', + coty_name: ['Richardson', 'Nemaha', 'Pawnee'], + cty_code: ['31147', '31127', '31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.945, lat: 40.17438 }, + }, + { + zip_code: '68433', + usps_city: 'Salem', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 1.5, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "100"}', + coty_name: ['Richardson'], + cty_code: ['31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73584, lat: 40.05169 }, + }, + { + zip_code: '68442', + usps_city: 'Stella', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 3.5, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "88.82", "31127": "11.18"}', + coty_name: ['Richardson', 'Nemaha'], + cty_code: ['31147', '31127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.77321, lat: 40.23865 }, + }, + { + zip_code: '68507', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 15302.0, + density: 574.2, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61486, lat: 40.85892 }, + }, + { + zip_code: '68634', + usps_city: 'Duncan', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 499.0, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: '{"31141": "100"}', + coty_name: ['Platte'], + cty_code: ['31141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49306, lat: 41.38989 }, + }, + { + zip_code: '68710', + usps_city: 'Allen', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 3.5, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "100"}', + coty_name: ['Dixon'], + cty_code: ['31051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.85468, lat: 42.43882 }, + }, + { + zip_code: '68733', + usps_city: 'Emerson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1296.0, + density: 5.0, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "43", "31043": "38.41", "31173": "18.58"}', + coty_name: ['Dixon', 'Dakota', 'Thurston'], + cty_code: ['31051', '31043', '31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72476, lat: 42.28484 }, + }, + { + zip_code: '68935', + usps_city: 'Edgar', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 2.1, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "84.67", "31129": "15.33"}', + coty_name: ['Clay', 'Nuckolls'], + cty_code: ['31035', '31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9574, lat: 40.3779 }, + }, + { + zip_code: '68975', + usps_city: 'Saronville', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 1.5, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "100"}', + coty_name: ['Clay'], + cty_code: ['31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95379, lat: 40.62041 }, + }, + { + zip_code: '69001', + usps_city: 'McCook', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 8815.0, + density: 7.7, + primary_coty_code: '31145', + primary_coty_name: 'Red Willow', + county_weights: '{"31145": "98.29", "31063": "1.71"}', + coty_name: ['Red Willow', 'Frontier'], + cty_code: ['31145', '31063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.64166, lat: 40.24977 }, + }, + { + zip_code: '69027', + usps_city: 'Enders', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 0.2, + primary_coty_code: '31029', + primary_coty_name: 'Chase', + county_weights: '{"31029": "100"}', + coty_name: ['Chase'], + cty_code: ['31029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.53668, lat: 40.42736 }, + }, + { + zip_code: '69029', + usps_city: 'Farnam', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 0.8, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "68.35", "31063": "26.27", "31111": "5.38"}', + coty_name: ['Dawson', 'Frontier', 'Lincoln'], + cty_code: ['31047', '31063', '31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.25091, lat: 40.70961 }, + }, + { + zip_code: '69211', + usps_city: 'Cody', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 0.3, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "100"}', + coty_name: ['Cherry'], + cty_code: ['31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.29132, lat: 42.82499 }, + }, + { + zip_code: '69339', + usps_city: 'Crawford', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1473.0, + density: 1.5, + primary_coty_code: '31045', + primary_coty_name: 'Dawes', + county_weights: '{"31045": "95.42", "31165": "4.58"}', + coty_name: ['Dawes', 'Sioux'], + cty_code: ['31045', '31165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.40799, lat: 42.59536 }, + }, + { + zip_code: '69355', + usps_city: 'Melbeta', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 117.8, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "100"}', + coty_name: ['Scotts Bluff'], + cty_code: ['31157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.50793, lat: 41.78298 }, + }, + { + zip_code: '69358', + usps_city: 'Morrill', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1932.0, + density: 4.0, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "82.96", "31165": "17.04"}', + coty_name: ['Scotts Bluff', 'Sioux'], + cty_code: ['31157', '31165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.96709, lat: 42.06784 }, + }, + { + zip_code: '70374', + usps_city: 'Lockport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7295.0, + density: 57.0, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.49873, lat: 29.60197 }, + }, + { + zip_code: '70390', + usps_city: 'Napoleonville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7728.0, + density: 18.5, + primary_coty_code: '22007', + primary_coty_name: 'Assumption', + county_weights: '{"22007": "100"}', + coty_name: ['Assumption'], + cty_code: ['22007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02726, lat: 29.8964 }, + }, + { + zip_code: '70510', + usps_city: 'Abbeville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25623.0, + density: 43.0, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "100"}', + coty_name: ['Vermilion'], + cty_code: ['22113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19968, lat: 29.89809 }, + }, + { + zip_code: '70512', + usps_city: 'Arnaudville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10195.0, + density: 41.5, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "59.81", "22099": "40.19"}', + coty_name: ['St. Landry', 'St. Martin'], + cty_code: ['22097', '22099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92303, lat: 30.41407 }, + }, + { + zip_code: '70531', + usps_city: 'Egan', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1507.0, + density: 20.9, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50828, lat: 30.23273 }, + }, + { + zip_code: '70546', + usps_city: 'Jennings', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17312.0, + density: 44.2, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "93.41", "22001": "6.59"}', + coty_name: ['Jefferson Davis', 'Acadia'], + cty_code: ['22053', '22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66776, lat: 30.2652 }, + }, + { + zip_code: '70721', + usps_city: 'Carville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 72.1, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "100"}', + coty_name: ['Iberville'], + cty_code: ['22047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08694, lat: 30.2182 }, + }, + { + zip_code: '70732', + usps_city: 'Fordoche', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1447.0, + density: 13.3, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60425, lat: 30.61795 }, + }, + { + zip_code: '70776', + usps_city: 'Saint Gabriel', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5865.0, + density: 67.9, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "100"}', + coty_name: ['Iberville'], + cty_code: ['22047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08986, lat: 30.26356 }, + }, + { + zip_code: '70778', + usps_city: 'Sorrento', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3689.0, + density: 59.2, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "100"}', + coty_name: ['Ascension'], + cty_code: ['22005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86062, lat: 30.15328 }, + }, + { + zip_code: '71037', + usps_city: 'Haughton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18955.0, + density: 66.8, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "100"}', + coty_name: ['Bossier'], + cty_code: ['22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52321, lat: 32.56962 }, + }, + { + zip_code: '71048', + usps_city: 'Lisbon', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 1.1, + primary_coty_code: '22027', + primary_coty_name: 'Claiborne', + county_weights: '{"22027": "100"}', + coty_name: ['Claiborne'], + cty_code: ['22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.8456, lat: 32.83853 }, + }, + { + zip_code: '71237', + usps_city: 'Epps', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1747.0, + density: 10.4, + primary_coty_code: '22123', + primary_coty_name: 'West Carroll', + county_weights: '{"22123": "87.14", "22083": "6.78", "22035": "6.08"}', + coty_name: ['West Carroll', 'Richland', 'East Carroll'], + cty_code: ['22123', '22083', '22035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.49189, lat: 32.59249 }, + }, + { + zip_code: '71343', + usps_city: 'Jonesville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6672.0, + density: 4.9, + primary_coty_code: '22025', + primary_coty_name: 'Catahoula', + county_weights: '{"22025": "83.65", "22029": "12.48", "22059": "3.87"}', + coty_name: ['Catahoula', 'Concordia', 'LaSalle'], + cty_code: ['22025', '22029', '22059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.90443, lat: 31.51699 }, + }, + { + zip_code: '71467', + usps_city: 'Pollock', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7670.0, + density: 16.5, + primary_coty_code: '22043', + primary_coty_name: 'Grant', + county_weights: '{"22043": "99.75", "22079": "0.25"}', + coty_name: ['Grant', 'Rapides'], + cty_code: ['22043', '22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39543, lat: 31.5579 }, + }, + { + zip_code: '71631', + usps_city: 'Banks', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 1.6, + primary_coty_code: '5011', + primary_coty_name: 'Bradley', + county_weights: '{"05011": "100"}', + coty_name: ['Bradley'], + cty_code: ['5011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26493, lat: 33.58006 }, + }, + { + zip_code: '71652', + usps_city: 'Kingsland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1018.0, + density: 2.3, + primary_coty_code: '5025', + primary_coty_name: 'Cleveland', + county_weights: '{"05025": "100"}', + coty_name: ['Cleveland'], + cty_code: ['5025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33571, lat: 33.9307 }, + }, + { + zip_code: '71663', + usps_city: 'Portland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 2.9, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "66.26", "05017": "33.74"}', + coty_name: ['Ashley', 'Chicot'], + cty_code: ['05003', '05017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.43136, lat: 33.22983 }, + }, + { + zip_code: '71742', + usps_city: 'Fordyce', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5437.0, + density: 11.5, + primary_coty_code: '5039', + primary_coty_name: 'Dallas', + county_weights: '{"05039": "91.14", "05013": "8.86"}', + coty_name: ['Dallas', 'Calhoun'], + cty_code: ['05039', '05013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45282, lat: 33.84884 }, + }, + { + zip_code: '71743', + usps_city: 'Gurdon', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3855.0, + density: 7.2, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "100"}', + coty_name: ['Clark'], + cty_code: ['5019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.11776, lat: 33.88688 }, + }, + { + zip_code: '71762', + usps_city: 'Smackover', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2305.0, + density: 15.6, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "95.6", "05103": "4.4"}', + coty_name: ['Union', 'Ouachita'], + cty_code: ['05139', '05103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77119, lat: 33.33795 }, + }, + { + zip_code: '71835', + usps_city: 'Emmet', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 4.9, + primary_coty_code: '5099', + primary_coty_name: 'Nevada', + county_weights: '{"05099": "81.41", "05057": "18.59"}', + coty_name: ['Nevada', 'Hempstead'], + cty_code: ['05099', '05057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44504, lat: 33.6647 }, + }, + { + zip_code: '71841', + usps_city: 'Gillham', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 5.8, + primary_coty_code: '5133', + primary_coty_name: 'Sevier', + county_weights: '{"05133": "89.81", "05113": "10.19"}', + coty_name: ['Sevier', 'Polk'], + cty_code: ['05133', '05113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33923, lat: 34.16038 }, + }, + { + zip_code: '72034', + usps_city: 'Conway', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 49891.0, + density: 343.0, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48685, lat: 35.05041 }, + }, + { + zip_code: '72074', + usps_city: 'Hunter', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 1.7, + primary_coty_code: '5147', + primary_coty_name: 'Woodruff', + county_weights: '{"05147": "100"}', + coty_name: ['Woodruff'], + cty_code: ['5147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09052, lat: 35.08172 }, + }, + { + zip_code: '72083', + usps_city: 'Keo', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 10.9, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "100"}', + coty_name: ['Lonoke'], + cty_code: ['5085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01352, lat: 34.594 }, + }, + { + zip_code: '72339', + usps_city: 'Gilmore', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 8.0, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26811, lat: 35.422 }, + }, + { + zip_code: '72353', + usps_city: 'Lambrook', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 1.2, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00696, lat: 34.30138 }, + }, + { + zip_code: '72404', + usps_city: 'Jonesboro', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 27706.0, + density: 84.9, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78171, lat: 35.77595 }, + }, + { + zip_code: '72520', + usps_city: 'Camp', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 2.5, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "100"}', + coty_name: ['Fulton'], + cty_code: ['5049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72023, lat: 36.39093 }, + }, + { + zip_code: '72631', + usps_city: 'Eureka Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3808.0, + density: 30.7, + primary_coty_code: '5015', + primary_coty_name: 'Carroll', + county_weights: '{"05015": "100"}', + coty_name: ['Carroll'], + cty_code: ['5015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79107, lat: 36.45378 }, + }, + { + zip_code: '72675', + usps_city: 'Saint Joe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1534.0, + density: 3.4, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "88.63", "05089": "11.37"}', + coty_name: ['Searcy', 'Marion'], + cty_code: ['05129', '05089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.78999, lat: 36.00345 }, + }, + { + zip_code: '72679', + usps_city: 'Tilly', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.4, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "68.75", "05129": "31.25"}', + coty_name: ['Pope', 'Searcy'], + cty_code: ['05115', '05129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82794, lat: 35.73421 }, + }, + { + zip_code: '72837', + usps_city: 'Dover', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7991.0, + density: 13.2, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "100"}', + coty_name: ['Pope'], + cty_code: ['5115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10988, lat: 35.50538 }, + }, + { + zip_code: '72845', + usps_city: 'Knoxville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 33.6, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "100"}', + coty_name: ['Johnson'], + cty_code: ['5071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37526, lat: 35.36412 }, + }, + { + zip_code: '72860', + usps_city: 'Rover', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 2.9, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "100"}', + coty_name: ['Yell'], + cty_code: ['5149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42841, lat: 34.95278 }, + }, + { + zip_code: '72948', + usps_city: 'Natural Dam', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 1.4, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41304, lat: 35.7047 }, + }, + { + zip_code: '73003', + usps_city: 'Edmond', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 24279.0, + density: 1241.7, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.49716, lat: 35.66893 }, + }, + { + zip_code: '73061', + usps_city: 'Morrison', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1661.0, + density: 5.7, + primary_coty_code: '40103', + primary_coty_name: 'Noble', + county_weights: '{"40103": "91.98", "40117": "8.02"}', + coty_name: ['Noble', 'Pawnee'], + cty_code: ['40103', '40117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00648, lat: 36.3488 }, + }, + { + zip_code: '73080', + usps_city: 'Purcell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9523.0, + density: 33.9, + primary_coty_code: '40087', + primary_coty_name: 'McClain', + county_weights: '{"40087": "100"}', + coty_name: ['McClain'], + cty_code: ['40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46238, lat: 35.00654 }, + }, + { + zip_code: '73092', + usps_city: 'Verden', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 973.0, + density: 6.7, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "80.95", "40015": "19.05"}', + coty_name: ['Grady', 'Caddo'], + cty_code: ['40051', '40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.095, lat: 35.12694 }, + }, + { + zip_code: '73105', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5445.0, + density: 472.6, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.50306, lat: 35.51899 }, + }, + { + zip_code: '73109', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 22731.0, + density: 1622.1, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52463, lat: 35.43313 }, + }, + { + zip_code: '73530', + usps_city: 'Davidson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 1.6, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.02039, lat: 34.24724 }, + }, + { + zip_code: '73717', + usps_city: 'Alva', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7018.0, + density: 4.1, + primary_coty_code: '40151', + primary_coty_name: 'Woods', + county_weights: '{"40151": "99.56", "40003": "0.44"}', + coty_name: ['Woods', 'Alfalfa'], + cty_code: ['40151', '40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.77287, lat: 36.84324 }, + }, + { + zip_code: '73744', + usps_city: 'Hitchcock', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 0.7, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "100"}', + coty_name: ['Blaine'], + cty_code: ['40011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30381, lat: 35.94349 }, + }, + { + zip_code: '73841', + usps_city: 'Fort Supply', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1275.0, + density: 13.0, + primary_coty_code: '40153', + primary_coty_name: 'Woodward', + county_weights: '{"40153": "97.03", "40045": "2.97"}', + coty_name: ['Woodward', 'Ellis'], + cty_code: ['40153', '40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.62421, lat: 36.55883 }, + }, + { + zip_code: '74032', + usps_city: 'Glencoe', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2308.0, + density: 8.6, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "90.54", "40117": "6.26", "40103": "3.2"}', + coty_name: ['Payne', 'Pawnee', 'Noble'], + cty_code: ['40119', '40117', '40103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90433, lat: 36.20922 }, + }, + { + zip_code: '74033', + usps_city: 'Glenpool', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 12477.0, + density: 405.1, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00757, lat: 35.94587 }, + }, + { + zip_code: '74048', + usps_city: 'Nowata', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6068.0, + density: 11.2, + primary_coty_code: '40105', + primary_coty_name: 'Nowata', + county_weights: '{"40105": "100"}', + coty_name: ['Nowata'], + cty_code: ['40105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65212, lat: 36.69188 }, + }, + { + zip_code: '74062', + usps_city: 'Ripley', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 11.5, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "100"}', + coty_name: ['Payne'], + cty_code: ['40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8932, lat: 36.04052 }, + }, + { + zip_code: '74116', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3863.0, + density: 83.1, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "67.33", "40131": "32.67"}', + coty_name: ['Tulsa', 'Rogers'], + cty_code: ['40143', '40131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83619, lat: 36.18804 }, + }, + { + zip_code: '74421', + usps_city: 'Beggs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4954.0, + density: 14.5, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "100"}', + coty_name: ['Okmulgee'], + cty_code: ['40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04371, lat: 35.76006 }, + }, + { + zip_code: '74455', + usps_city: 'Porum', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3265.0, + density: 11.0, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "77.87", "40091": "22.13"}', + coty_name: ['Muskogee', 'McIntosh'], + cty_code: ['40101', '40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26371, lat: 35.3619 }, + }, + { + zip_code: '74525', + usps_city: 'Atoka', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9515.0, + density: 8.8, + primary_coty_code: '40005', + primary_coty_name: 'Atoka', + county_weights: '{"40005": "100"}', + coty_name: ['Atoka'], + cty_code: ['40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06885, lat: 34.33507 }, + }, + { + zip_code: '74576', + usps_city: 'Wardville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.7, + primary_coty_code: '40005', + primary_coty_name: 'Atoka', + county_weights: '{"40005": "86.19", "40121": "13.81"}', + coty_name: ['Atoka', 'Pittsburg'], + cty_code: ['40005', '40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03757, lat: 34.6602 }, + }, + { + zip_code: '74839', + usps_city: 'Dustin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 870.0, + density: 4.4, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "87.66", "40107": "10.39", "40091": "1.95"}', + coty_name: ['Hughes', 'Okfuskee', 'McIntosh'], + cty_code: ['40063', '40107', '40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03006, lat: 35.23981 }, + }, + { + zip_code: '74868', + usps_city: 'Seminole', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13133.0, + density: 23.8, + primary_coty_code: '40133', + primary_coty_name: 'Seminole', + county_weights: '{"40133": "100"}', + coty_name: ['Seminole'], + cty_code: ['40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64619, lat: 35.2672 }, + }, + { + zip_code: '74871', + usps_city: 'Stonewall', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2555.0, + density: 5.8, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "90.19", "40029": "8.03", "40069": "1.78"}', + coty_name: ['Pontotoc', 'Coal', 'Johnston'], + cty_code: ['40123', '40029', '40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.54581, lat: 34.60391 }, + }, + { + zip_code: '74881', + usps_city: 'Wellston', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5135.0, + density: 12.8, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "97.32", "40083": "2.68"}', + coty_name: ['Lincoln', 'Logan'], + cty_code: ['40081', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08275, lat: 35.7185 }, + }, + { + zip_code: '75009', + usps_city: 'Celina', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14089.0, + density: 56.9, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "94.8", "48121": "5.2"}', + coty_name: ['Collin', 'Denton'], + cty_code: ['48085', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75033, lat: 33.34028 }, + }, + { + zip_code: '75094', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23239.0, + density: 1286.1, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61509, lat: 33.01909 }, + }, + { + zip_code: '75165', + usps_city: 'Waxahachie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 45059.0, + density: 154.8, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79744, lat: 32.36912 }, + }, + { + zip_code: '75169', + usps_city: 'Wills Point', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14142.0, + density: 25.5, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "83.45", "48231": "12.26", "48257": "4.3"}', + coty_name: ['Van Zandt', 'Hunt', 'Kaufman'], + cty_code: ['48467', '48231', '48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99657, lat: 32.70454 }, + }, + { + zip_code: '75205', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24877.0, + density: 2207.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79619, lat: 32.83657 }, + }, + { + zip_code: '75209', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14308.0, + density: 1562.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82587, lat: 32.84885 }, + }, + { + zip_code: '75287', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55673.0, + density: 3839.7, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "52.75", "48085": "47.25", "48113": "0"}', + coty_name: ['Denton', 'Collin', 'Dallas'], + cty_code: ['48121', '48085', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84114, lat: 33.00032 }, + }, + { + zip_code: '75601', + usps_city: 'Longview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15719.0, + density: 653.2, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "89.08", "48203": "10.92"}', + coty_name: ['Gregg', 'Harrison'], + cty_code: ['48183', '48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.72383, lat: 32.50856 }, + }, + { + zip_code: '75638', + usps_city: 'Daingerfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5505.0, + density: 24.0, + primary_coty_code: '48343', + primary_coty_name: 'Morris', + county_weights: '{"48343": "99.19", "48067": "0.81"}', + coty_name: ['Morris', 'Cass'], + cty_code: ['48343', '48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73186, lat: 33.02095 }, + }, + { + zip_code: '75778', + usps_city: 'Murchison', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2947.0, + density: 20.2, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "66.53", "48467": "33.47"}', + coty_name: ['Henderson', 'Van Zandt'], + cty_code: ['48213', '48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71185, lat: 32.3023 }, + }, + { + zip_code: '75784', + usps_city: 'Reklaw', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 7.7, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "51.98", "48401": "48.02"}', + coty_name: ['Cherokee', 'Rusk'], + cty_code: ['48073', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97332, lat: 31.8737 }, + }, + { + zip_code: '75853', + usps_city: 'Montalba', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 2.4, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "100"}', + coty_name: ['Anderson'], + cty_code: ['48001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81323, lat: 31.93692 }, + }, + { + zip_code: '75960', + usps_city: 'Moscow', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 653.0, + density: 5.9, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86708, lat: 30.91444 }, + }, + { + zip_code: '75975', + usps_city: 'Timpson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4031.0, + density: 10.8, + primary_coty_code: '48419', + primary_coty_name: 'Shelby', + county_weights: '{"48419": "95.78", "48401": "2.6", "48365": "1.62"}', + coty_name: ['Shelby', 'Rusk', 'Panola'], + cty_code: ['48419', '48401', '48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41302, lat: 31.89738 }, + }, + { + zip_code: '76114', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26563.0, + density: 1123.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40272, lat: 32.77444 }, + }, + { + zip_code: '76205', + usps_city: 'Denton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21326.0, + density: 971.9, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12812, lat: 33.19028 }, + }, + { + zip_code: '76263', + usps_city: 'Rosston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 2.1, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "100"}', + coty_name: ['Cooke'], + cty_code: ['48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45338, lat: 33.46748 }, + }, + { + zip_code: '76310', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19187.0, + density: 41.3, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "85.56", "48009": "8.55", "48077": "5.89"}', + coty_name: ['Wichita', 'Archer', 'Clay'], + cty_code: ['48485', '48009', '48077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.5109, lat: 33.79856 }, + }, + { + zip_code: '76380', + usps_city: 'Seymour', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3630.0, + density: 1.5, + primary_coty_code: '48023', + primary_coty_name: 'Baylor', + county_weights: '{"48023": "97.54", "48275": "2.46"}', + coty_name: ['Baylor', 'Knox'], + cty_code: ['48023', '48275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.24239, lat: 33.61862 }, + }, + { + zip_code: '76389', + usps_city: 'Windthorst', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1257.0, + density: 2.4, + primary_coty_code: '48009', + primary_coty_name: 'Archer', + county_weights: '{"48009": "75.32", "48077": "19.94", "48237": "4.74"}', + coty_name: ['Archer', 'Clay', 'Jack'], + cty_code: ['48009', '48077', '48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4582, lat: 33.51578 }, + }, + { + zip_code: '76454', + usps_city: 'Gorman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1870.0, + density: 5.3, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "91.41", "48093": "8.59"}', + coty_name: ['Eastland', 'Comanche'], + cty_code: ['48133', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.72898, lat: 32.2081 }, + }, + { + zip_code: '76626', + usps_city: 'Blooming Grove', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 13.1, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71536, lat: 32.10623 }, + }, + { + zip_code: '76631', + usps_city: 'Bynum', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 6.5, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96749, lat: 31.97453 }, + }, + { + zip_code: '76820', + usps_city: 'Art', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 0.5, + primary_coty_code: '48319', + primary_coty_name: 'Mason', + county_weights: '{"48319": "100"}', + coty_name: ['Mason'], + cty_code: ['48319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.04869, lat: 30.76719 }, + }, + { + zip_code: '76887', + usps_city: 'Voca', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 0.5, + primary_coty_code: '48307', + primary_coty_name: 'McCulloch', + county_weights: '{"48307": "100"}', + coty_name: ['McCulloch'], + cty_code: ['48307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16057, lat: 31.01265 }, + }, + { + zip_code: '77023', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29138.0, + density: 2064.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31846, lat: 29.72163 }, + }, + { + zip_code: '77063', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39249.0, + density: 3307.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5216, lat: 29.73554 }, + }, + { + zip_code: '77066', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35676.0, + density: 1599.1, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50204, lat: 29.95659 }, + }, + { + zip_code: '77088', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 55734.0, + density: 1923.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.45352, lat: 29.88181 }, + }, + { + zip_code: '77304', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33364.0, + density: 339.9, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5141, lat: 30.32956 }, + }, + { + zip_code: '77327', + usps_city: 'Cleveland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23274.0, + density: 28.3, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "100"}', + coty_name: ['Liberty'], + cty_code: ['48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9263, lat: 30.32155 }, + }, + { + zip_code: '77335', + usps_city: 'Goodrich', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2972.0, + density: 31.4, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92472, lat: 30.58762 }, + }, + { + zip_code: '77432', + usps_city: 'Danevang', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 0.7, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19387, lat: 29.06993 }, + }, + { + zip_code: '77436', + usps_city: 'Egypt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 3.2, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23226, lat: 29.42393 }, + }, + { + zip_code: '77445', + usps_city: 'Hempstead', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14200.0, + density: 31.0, + primary_coty_code: '48473', + primary_coty_name: 'Waller', + county_weights: '{"48473": "100"}', + coty_name: ['Waller'], + cty_code: ['48473'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06494, lat: 30.09968 }, + }, + { + zip_code: '77449', + usps_city: 'Katy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 128294.0, + density: 1658.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73813, lat: 29.83556 }, + }, + { + zip_code: '77494', + usps_city: 'Katy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 118291.0, + density: 1117.8, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "91.69", "48201": "8.13", "48473": "0.18"}', + coty_name: ['Fort Bend', 'Harris', 'Waller'], + cty_code: ['48157', '48201', '48473'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.82862, lat: 29.7433 }, + }, + { + zip_code: '77517', + usps_city: 'Santa Fe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5677.0, + density: 108.7, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13221, lat: 29.36962 }, + }, + { + zip_code: '77533', + usps_city: 'Daisetta', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 14.1, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "100"}', + coty_name: ['Liberty'], + cty_code: ['48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59604, lat: 30.09162 }, + }, + { + zip_code: '77624', + usps_city: 'Hillister', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 3.9, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29168, lat: 30.68372 }, + }, + { + zip_code: '77660', + usps_city: 'Spurger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1057.0, + density: 7.3, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14546, lat: 30.64628 }, + }, + { + zip_code: '77713', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14238.0, + density: 55.2, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.25397, lat: 30.06086 }, + }, + { + zip_code: '77831', + usps_city: 'Bedias', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3179.0, + density: 5.6, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: '{"48185": "87.62", "48471": "12.38"}', + coty_name: ['Grimes', 'Walker'], + cty_code: ['48185', '48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90476, lat: 30.72848 }, + }, + { + zip_code: '77833', + usps_city: 'Brenham', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29345.0, + density: 36.1, + primary_coty_code: '48477', + primary_coty_name: 'Washington', + county_weights: '{"48477": "98.75", "48015": "1.25"}', + coty_name: ['Washington', 'Austin'], + cty_code: ['48477', '48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.40705, lat: 30.21068 }, + }, + { + zip_code: '77880', + usps_city: 'Washington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1438.0, + density: 5.8, + primary_coty_code: '48477', + primary_coty_name: 'Washington', + county_weights: '{"48477": "100"}', + coty_name: ['Washington'], + cty_code: ['48477'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18401, lat: 30.28141 }, + }, + { + zip_code: '78023', + usps_city: 'Helotes', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31357.0, + density: 162.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "97.08", "48325": "2.58", "48019": "0.34"}', + coty_name: ['Bexar', 'Medina', 'Bandera'], + cty_code: ['48029', '48325', '48019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74532, lat: 29.61087 }, + }, + { + zip_code: '78041', + usps_city: 'Laredo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47753.0, + density: 1006.4, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.46337, lat: 27.55417 }, + }, + { + zip_code: '78044', + usps_city: 'Laredo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 1.0, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.13106, lat: 27.75007 }, + }, + { + zip_code: '78045', + usps_city: 'Laredo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 66685.0, + density: 35.6, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.66888, lat: 27.85007 }, + }, + { + zip_code: '78057', + usps_city: 'Moore', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 1.5, + primary_coty_code: '48163', + primary_coty_name: 'Frio', + county_weights: '{"48163": "97.24", "48325": "2.76"}', + coty_name: ['Frio', 'Medina'], + cty_code: ['48163', '48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.99952, lat: 29.03929 }, + }, + { + zip_code: '78069', + usps_city: 'Somerset', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6115.0, + density: 72.5, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "59.37", "48029": "40.63"}', + coty_name: ['Atascosa', 'Bexar'], + cty_code: ['48013', '48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.68109, lat: 29.18606 }, + }, + { + zip_code: '78228', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 62359.0, + density: 2197.8, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57202, lat: 29.46095 }, + }, + { + zip_code: '78236', + usps_city: 'Jbsa Lackland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6896.0, + density: 281.0, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.64431, lat: 29.3781 }, + }, + { + zip_code: '78259', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26338.0, + density: 737.3, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42781, lat: 29.6263 }, + }, + { + zip_code: '78406', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2027.0, + density: 60.8, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51879, lat: 27.77125 }, + }, + { + zip_code: '78516', + usps_city: 'Alamo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34990.0, + density: 355.2, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.11938, lat: 26.14583 }, + }, + { + zip_code: '78559', + usps_city: 'La Feria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13255.0, + density: 145.1, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83136, lat: 26.14827 }, + }, + { + zip_code: '78566', + usps_city: 'Los Fresnos', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17398.0, + density: 58.4, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40332, lat: 26.14669 }, + }, + { + zip_code: '78719', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1709.0, + density: 35.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67083, lat: 30.14483 }, + }, + { + zip_code: '78732', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17780.0, + density: 514.8, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.89309, lat: 30.37913 }, + }, + { + zip_code: '78736', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10163.0, + density: 135.4, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95944, lat: 30.26109 }, + }, + { + zip_code: '78861', + usps_city: 'Hondo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13663.0, + density: 11.5, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15448, lat: 29.42672 }, + }, + { + zip_code: '79041', + usps_city: 'Hale Center', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2754.0, + density: 4.0, + primary_coty_code: '48189', + primary_coty_name: 'Hale', + county_weights: '{"48189": "99.41", "48279": "0.59"}', + coty_name: ['Hale', 'Lamb'], + cty_code: ['48189', '48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.9313, lat: 34.0477 }, + }, + { + zip_code: '79118', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23381.0, + density: 53.1, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "99.48", "48375": "0.52"}', + coty_name: ['Randall', 'Potter'], + cty_code: ['48381', '48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.73879, lat: 35.09861 }, + }, + { + zip_code: '79230', + usps_city: 'Dodson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 1.1, + primary_coty_code: '48087', + primary_coty_name: 'Collingsworth', + county_weights: '{"48087": "82.91", "48075": "17.09"}', + coty_name: ['Collingsworth', 'Childress'], + cty_code: ['48087', '48075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.05157, lat: 34.72708 }, + }, + { + zip_code: '79234', + usps_city: 'Flomot', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.1, + primary_coty_code: '48345', + primary_coty_name: 'Motley', + county_weights: '{"48345": "100"}', + coty_name: ['Motley'], + cty_code: ['48345'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.92952, lat: 34.22681 }, + }, + { + zip_code: '79245', + usps_city: 'Memphis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2346.0, + density: 3.5, + primary_coty_code: '48191', + primary_coty_name: 'Hall', + county_weights: '{"48191": "97.21", "48087": "1.9", "48129": "0.89"}', + coty_name: ['Hall', 'Collingsworth', 'Donley'], + cty_code: ['48191', '48087', '48129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.50845, lat: 34.84545 }, + }, + { + zip_code: '79247', + usps_city: 'Odell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 3.2, + primary_coty_code: '48487', + primary_coty_name: 'Wilbarger', + county_weights: '{"48487": "100"}', + coty_name: ['Wilbarger'], + cty_code: ['48487'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.40904, lat: 34.32983 }, + }, + { + zip_code: '79248', + usps_city: 'Paducah', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 1.0, + primary_coty_code: '48101', + primary_coty_name: 'Cottle', + county_weights: '{"48101": "98.39", "48269": "1.61"}', + coty_name: ['Cottle', 'King'], + cty_code: ['48101', '48269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.29274, lat: 34.00045 }, + }, + { + zip_code: '79377', + usps_city: 'Welch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 3.9, + primary_coty_code: '48115', + primary_coty_name: 'Dawson', + county_weights: '{"48115": "100"}', + coty_name: ['Dawson'], + cty_code: ['48115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.13166, lat: 32.9321 }, + }, + { + zip_code: '79543', + usps_city: 'Roby', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1298.0, + density: 3.1, + primary_coty_code: '48151', + primary_coty_name: 'Fisher', + county_weights: '{"48151": "100"}', + coty_name: ['Fisher'], + cty_code: ['48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.40076, lat: 32.7218 }, + }, + { + zip_code: '79731', + usps_city: 'Crane', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4772.0, + density: 5.6, + primary_coty_code: '48103', + primary_coty_name: 'Crane', + county_weights: '{"48103": "99.95", "48461": "0.05"}', + coty_name: ['Crane', 'Upton'], + cty_code: ['48103', '48461'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.48336, lat: 31.41808 }, + }, + { + zip_code: '79922', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7932.0, + density: 468.4, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.56101, lat: 31.81507 }, + }, + { + zip_code: '80005', + usps_city: 'Arvada', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 28737.0, + density: 973.4, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.13034, lat: 39.85094 }, + }, + { + zip_code: '80023', + usps_city: 'Broomfield', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 22659.0, + density: 497.0, + primary_coty_code: '8014', + primary_coty_name: 'Broomfield', + county_weights: '{"08014": "86.51", "08001": "13.49"}', + coty_name: ['Broomfield', 'Adams'], + cty_code: ['08014', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.01092, lat: 39.97242 }, + }, + { + zip_code: '80127', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 45304.0, + density: 337.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.15135, lat: 39.54044 }, + }, + { + zip_code: '80132', + usps_city: 'Monument', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 21286.0, + density: 268.8, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8472, lat: 39.09814 }, + }, + { + zip_code: '80220', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36483.0, + density: 2690.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "99.28", "08005": "0.72"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91659, lat: 39.7338 }, + }, + { + zip_code: '80233', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 49875.0, + density: 2116.0, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.9469, lat: 39.89971 }, + }, + { + zip_code: '80454', + usps_city: 'Indian Hills', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1361.0, + density: 123.1, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.25135, lat: 39.6295 }, + }, + { + zip_code: '80470', + usps_city: 'Pine', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3531.0, + density: 10.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "70.46", "08093": "29.54"}', + coty_name: ['Jefferson', 'Park'], + cty_code: ['08059', '08093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.34356, lat: 39.36775 }, + }, + { + zip_code: '80478', + usps_city: 'Tabernash', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1329.0, + density: 12.3, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.84699, lat: 40.02791 }, + }, + { + zip_code: '80497', + usps_city: 'Silverthorne', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 9.7, + primary_coty_code: '8117', + primary_coty_name: 'Summit', + county_weights: '{"08117": "100"}', + coty_name: ['Summit'], + cty_code: ['8117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.99996, lat: 39.67079 }, + }, + { + zip_code: '80515', + usps_city: 'Drake', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 957.0, + density: 6.1, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.37528, lat: 40.44443 }, + }, + { + zip_code: '80516', + usps_city: 'Erie', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 28254.0, + density: 273.1, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "58.13", "08013": "41.54", "08014": "0.33"}', + coty_name: ['Weld', 'Boulder', 'Broomfield'], + cty_code: ['08123', '08013', '08014'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.01837, lat: 40.05124 }, + }, + { + zip_code: '80525', + usps_city: 'Fort Collins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 56425.0, + density: 896.3, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.03706, lat: 40.52921 }, + }, + { + zip_code: '80645', + usps_city: 'La Salle', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4996.0, + density: 14.3, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.58073, lat: 40.28354 }, + }, + { + zip_code: '80654', + usps_city: 'Wiggins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2668.0, + density: 4.5, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "98.13", "08001": "1.27", "08123": "0.59"}', + coty_name: ['Morgan', 'Adams', 'Weld'], + cty_code: ['08087', '08001', '08123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.07484, lat: 40.13618 }, + }, + { + zip_code: '80740', + usps_city: 'Lindon', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 0.2, + primary_coty_code: '8121', + primary_coty_name: 'Washington', + county_weights: '{"08121": "100"}', + coty_name: ['Washington'], + cty_code: ['8121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.38471, lat: 39.73604 }, + }, + { + zip_code: '80823', + usps_city: 'Karval', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 0.2, + primary_coty_code: '8073', + primary_coty_name: 'Lincoln', + county_weights: '{"08073": "100"}', + coty_name: ['Lincoln'], + cty_code: ['8073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.41512, lat: 38.65557 }, + }, + { + zip_code: '80836', + usps_city: 'Stratton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 1.2, + primary_coty_code: '8063', + primary_coty_name: 'Kit Carson', + county_weights: '{"08063": "100"}', + coty_name: ['Kit Carson'], + cty_code: ['8063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.58246, lat: 39.29659 }, + }, + { + zip_code: '80840', + usps_city: 'Usaf Academy', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 6512.0, + density: 87.0, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.85708, lat: 38.99467 }, + }, + { + zip_code: '80938', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 11.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.66327, lat: 38.90481 }, + }, + { + zip_code: '81001', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30169.0, + density: 334.3, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.53378, lat: 38.29452 }, + }, + { + zip_code: '81090', + usps_city: 'Walsh', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 0.6, + primary_coty_code: '8009', + primary_coty_name: 'Baca', + county_weights: '{"08009": "100"}', + coty_name: ['Baca'], + cty_code: ['8009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.22135, lat: 37.35668 }, + }, + { + zip_code: '81242', + usps_city: 'Poncha Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 465.0, + density: 81.2, + primary_coty_code: '8015', + primary_coty_name: 'Chaffee', + county_weights: '{"08015": "100"}', + coty_name: ['Chaffee'], + cty_code: ['8015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.07546, lat: 38.50811 }, + }, + { + zip_code: '81243', + usps_city: 'Powderhorn', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 0.1, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.18964, lat: 38.26344 }, + }, + { + zip_code: '81251', + usps_city: 'Twin Lakes', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 0.8, + primary_coty_code: '8065', + primary_coty_name: 'Lake', + county_weights: '{"08065": "100"}', + coty_name: ['Lake'], + cty_code: ['8065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.44176, lat: 39.10127 }, + }, + { + zip_code: '81501', + usps_city: 'Grand Junction', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 24002.0, + density: 1162.1, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.54759, lat: 39.07211 }, + }, + { + zip_code: '82051', + usps_city: 'Bosler', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 0.1, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.6112, lat: 41.57352 }, + }, + { + zip_code: '82710', + usps_city: 'Aladdin', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 0.3, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "100"}', + coty_name: ['Crook'], + cty_code: ['56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.27047, lat: 44.70768 }, + }, + { + zip_code: '82718', + usps_city: 'Gillette', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 26691.0, + density: 5.5, + primary_coty_code: '56005', + primary_coty_name: 'Campbell', + county_weights: '{"56005": "100"}', + coty_name: ['Campbell'], + cty_code: ['56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.61309, lat: 43.88124 }, + }, + { + zip_code: '83113', + usps_city: 'Big Piney', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 2609.0, + density: 1.0, + primary_coty_code: '56035', + primary_coty_name: 'Sublette', + county_weights: '{"56035": "100"}', + coty_name: ['Sublette'], + cty_code: ['56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.2569, lat: 42.53213 }, + }, + { + zip_code: '83445', + usps_city: 'Saint Anthony', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 8005.0, + density: 16.3, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "99.55", "16065": "0.45"}', + coty_name: ['Fremont', 'Madison'], + cty_code: ['16043', '16065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.76879, lat: 43.97871 }, + }, + { + zip_code: '83803', + usps_city: 'Bayview', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 5.7, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "85.89", "16017": "14.11"}', + coty_name: ['Kootenai', 'Bonner'], + cty_code: ['16055', '16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.44403, lat: 48.03638 }, + }, + { + zip_code: '83804', + usps_city: 'Blanchard', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 13.8, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.97368, lat: 48.03617 }, + }, + { + zip_code: '83822', + usps_city: 'Oldtown', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 22.8, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.0021, lat: 48.1666 }, + }, + { + zip_code: '83844', + usps_city: 'Moscow', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1886.0, + density: 20722.8, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.01313, lat: 46.72945 }, + }, + { + zip_code: '83845', + usps_city: 'Moyie Springs', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1592.0, + density: 6.5, + primary_coty_code: '16021', + primary_coty_name: 'Boundary', + county_weights: '{"16021": "100"}', + coty_name: ['Boundary'], + cty_code: ['16021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.11779, lat: 48.77845 }, + }, + { + zip_code: '83851', + usps_city: 'Plummer', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1913.0, + density: 6.1, + primary_coty_code: '16009', + primary_coty_name: 'Benewah', + county_weights: '{"16009": "100"}', + coty_name: ['Benewah'], + cty_code: ['16009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.91039, lat: 47.29939 }, + }, + { + zip_code: '84035', + usps_city: 'Jensen', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 0.2, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100"}', + coty_name: ['Uintah'], + cty_code: ['49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.26359, lat: 40.20701 }, + }, + { + zip_code: '84071', + usps_city: 'Stockton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 5.4, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "100"}', + coty_name: ['Tooele'], + cty_code: ['49045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.31834, lat: 40.41818 }, + }, + { + zip_code: '84321', + usps_city: 'Logan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 46299.0, + density: 92.8, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.68546, lat: 41.80001 }, + }, + { + zip_code: '84334', + usps_city: 'Riverside', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 76.5, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.14763, lat: 41.78256 }, + }, + { + zip_code: '84526', + usps_city: 'Helper', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3924.0, + density: 4.7, + primary_coty_code: '49007', + primary_coty_name: 'Carbon', + county_weights: '{"49007": "99.76", "49049": "0.19", "49013": "0.05"}', + coty_name: ['Carbon', 'Utah', 'Duchesne'], + cty_code: ['49007', '49049', '49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.94615, lat: 39.74541 }, + }, + { + zip_code: '84539', + usps_city: 'Sunnyside', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 295.0, + density: 2.8, + primary_coty_code: '49007', + primary_coty_name: 'Carbon', + county_weights: '{"49007": "100"}', + coty_name: ['Carbon'], + cty_code: ['49007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.27228, lat: 39.69371 }, + }, + { + zip_code: '84635', + usps_city: 'Hinckley', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 699.0, + density: 7.1, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.72509, lat: 39.40218 }, + }, + { + zip_code: '84640', + usps_city: 'Lynndyl', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 1.6, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.38168, lat: 39.49824 }, + }, + { + zip_code: '84733', + usps_city: 'Gunlock', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 0.4, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.8966, lat: 37.33081 }, + }, + { + zip_code: '84784', + usps_city: 'Hildale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2910.0, + density: 79.5, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.99447, lat: 37.03294 }, + }, + { + zip_code: '85033', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 64832.0, + density: 4106.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.21164, lat: 33.49438 }, + }, + { + zip_code: '85054', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7785.0, + density: 334.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.94612, lat: 33.67311 }, + }, + { + zip_code: '85138', + usps_city: 'Maricopa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 38446.0, + density: 200.4, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.98908, lat: 33.00685 }, + }, + { + zip_code: '85193', + usps_city: 'Casa Grande', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6142.0, + density: 9.2, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.82023, lat: 32.79406 }, + }, + { + zip_code: '85321', + usps_city: 'Ajo', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4009.0, + density: 1.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "96.6", "04013": "3.4"}', + coty_name: ['Pima', 'Maricopa'], + cty_code: ['04019', '04013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.65431, lat: 32.22945 }, + }, + { + zip_code: '85363', + usps_city: 'Youngtown', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6802.0, + density: 1652.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.30505, lat: 33.58446 }, + }, + { + zip_code: '85377', + usps_city: 'Carefree', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3333.0, + density: 152.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.91526, lat: 33.82433 }, + }, + { + zip_code: '85608', + usps_city: 'Douglas', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4671.0, + density: 974.9, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.58611, lat: 31.45586 }, + }, + { + zip_code: '85617', + usps_city: 'McNeal', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 2.0, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.72294, lat: 31.54834 }, + }, + { + zip_code: '85621', + usps_city: 'Nogales', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 22074.0, + density: 30.2, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['4023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.04007, lat: 31.42285 }, + }, + { + zip_code: '85930', + usps_city: 'Mcnary', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1319.0, + density: 2.7, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "51.2", "04001": "48.8"}', + coty_name: ['Navajo', 'Apache'], + cty_code: ['04017', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.7226, lat: 34.04314 }, + }, + { + zip_code: '86033', + usps_city: 'Kayenta', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 8195.0, + density: 2.7, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "97.57", "04001": "2.43"}', + coty_name: ['Navajo', 'Apache'], + cty_code: ['04017', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.22883, lat: 36.67265 }, + }, + { + zip_code: '86301', + usps_city: 'Prescott', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 23087.0, + density: 288.1, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.42642, lat: 34.59172 }, + }, + { + zip_code: '86322', + usps_city: 'Camp Verde', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 12107.0, + density: 12.1, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.79602, lat: 34.49827 }, + }, + { + zip_code: '86508', + usps_city: 'Lupton', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 3.7, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.08954, lat: 35.32971 }, + }, + { + zip_code: '87006', + usps_city: 'Bosque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1549.0, + density: 10.4, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "59.6", "35061": "40.4"}', + coty_name: ['Socorro', 'Valencia'], + cty_code: ['35053', '35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.84311, lat: 34.49195 }, + }, + { + zip_code: '87018', + usps_city: 'Counselor', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 1.9, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.5115, lat: 36.13061 }, + }, + { + zip_code: '87121', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 78276.0, + density: 118.0, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.87791, lat: 35.05852 }, + }, + { + zip_code: '87305', + usps_city: 'Gallup', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3209.0, + density: 5.4, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.80091, lat: 35.3839 }, + }, + { + zip_code: '87323', + usps_city: 'Thoreau', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4015.0, + density: 5.3, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "94.32", "35006": "5.68"}', + coty_name: ['McKinley', 'Cibola'], + cty_code: ['35031', '35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.1991, lat: 35.455 }, + }, + { + zip_code: '87328', + usps_city: 'Navajo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2372.0, + density: 4.9, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "77.47", "35045": "15.59", "04001": "6.93"}', + coty_name: ['McKinley', 'San Juan', 'Apache'], + cty_code: ['35031', '35045', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.98609, lat: 35.97473 }, + }, + { + zip_code: '87505', + usps_city: 'Santa Fe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 30502.0, + density: 170.1, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.86873, lat: 35.62193 }, + }, + { + zip_code: '87527', + usps_city: 'Dixon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 3.8, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.8627, lat: 36.16447 }, + }, + { + zip_code: '87531', + usps_city: 'Embudo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 5.2, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "66.58", "35055": "33.42"}', + coty_name: ['Rio Arriba', 'Taos'], + cty_code: ['35039', '35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.8509, lat: 36.24753 }, + }, + { + zip_code: '87823', + usps_city: 'Lemitar', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 878.0, + density: 5.7, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.9488, lat: 34.19268 }, + }, + { + zip_code: '87829', + usps_city: 'Quemado', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 0.2, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "98.05", "35006": "1.95"}', + coty_name: ['Catron', 'Cibola'], + cty_code: ['35003', '35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.65876, lat: 34.32592 }, + }, + { + zip_code: '88034', + usps_city: 'Faywood', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 0.2, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.93929, lat: 32.60966 }, + }, + { + zip_code: '88061', + usps_city: 'Silver City', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 17736.0, + density: 4.8, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.33017, lat: 32.64983 }, + }, + { + zip_code: '88113', + usps_city: 'Causey', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 0.6, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.08654, lat: 33.77807 }, + }, + { + zip_code: '88401', + usps_city: 'Tucumcari', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 6611.0, + density: 2.4, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "99.76", "35047": "0.24"}', + coty_name: ['Quay', 'San Miguel'], + cty_code: ['35037', '35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.83173, lat: 35.11258 }, + }, + { + zip_code: '89003', + usps_city: 'Beatty', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 820.0, + density: 1.0, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "100"}', + coty_name: ['Nye'], + cty_code: ['32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.7262, lat: 36.95743 }, + }, + { + zip_code: '89018', + usps_city: 'Indian Springs', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 4847.0, + density: 33.3, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.66863, lat: 36.54161 }, + }, + { + zip_code: '89149', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 39613.0, + density: 1273.3, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.29254, lat: 36.27223 }, + }, + { + zip_code: '89314', + usps_city: 'Duckwater', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 0.7, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "100"}', + coty_name: ['Nye'], + cty_code: ['32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.76709, lat: 38.85481 }, + }, + { + zip_code: '89409', + usps_city: 'Gabbs', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.1, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "98.59", "32021": "1.41"}', + coty_name: ['Nye', 'Mineral'], + cty_code: ['32023', '32021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.10324, lat: 38.78468 }, + }, + { + zip_code: '89439', + usps_city: 'Verdi', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1284.0, + density: 34.0, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "94.35", "06091": "5.65"}', + coty_name: ['Washoe', 'Sierra'], + cty_code: ['32031', '06091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.00394, lat: 39.52955 }, + }, + { + zip_code: '89831', + usps_city: 'Mountain City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 11.0, + density: 0.0, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.11224, lat: 41.73253 }, + }, + { + zip_code: '90064', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25925.0, + density: 2495.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.42492, lat: 34.03702 }, + }, + { + zip_code: '90270', + usps_city: 'Maywood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27287.0, + density: 8350.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.18592, lat: 33.98797 }, + }, + { + zip_code: '91105', + usps_city: 'Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12617.0, + density: 1319.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.16677, lat: 34.13821 }, + }, + { + zip_code: '91203', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15410.0, + density: 7268.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26419, lat: 34.15298 }, + }, + { + zip_code: '91403', + usps_city: 'Sherman Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25156.0, + density: 2675.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.46286, lat: 34.14659 }, + }, + { + zip_code: '91502', + usps_city: 'Burbank', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10708.0, + density: 3080.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.30922, lat: 34.17676 }, + }, + { + zip_code: '91606', + usps_city: 'North Hollywood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44295.0, + density: 5132.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.38871, lat: 34.18659 }, + }, + { + zip_code: '91739', + usps_city: 'Rancho Cucamonga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39875.0, + density: 523.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.51815, lat: 34.17054 }, + }, + { + zip_code: '91763', + usps_city: 'Montclair', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38863.0, + density: 2902.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.6983, lat: 34.07234 }, + }, + { + zip_code: '91780', + usps_city: 'Temple City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35133.0, + density: 3545.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.05547, lat: 34.10146 }, + }, + { + zip_code: '91911', + usps_city: 'Chula Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 84026.0, + density: 2757.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.05404, lat: 32.60736 }, + }, + { + zip_code: '91932', + usps_city: 'Imperial Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26492.0, + density: 3866.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1194, lat: 32.57609 }, + }, + { + zip_code: '92020', + usps_city: 'El Cajon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59743.0, + density: 2069.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.96978, lat: 32.79555 }, + }, + { + zip_code: '92027', + usps_city: 'Escondido', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56788.0, + density: 347.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.98428, lat: 33.13446 }, + }, + { + zip_code: '92101', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41159.0, + density: 3368.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17072, lat: 32.72396 }, + }, + { + zip_code: '92257', + usps_city: 'Niland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1281.0, + density: 0.7, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.32343, lat: 33.26444 }, + }, + { + zip_code: '92307', + usps_city: 'Apple Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39149.0, + density: 88.9, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.13875, lat: 34.58832 }, + }, + { + zip_code: '92352', + usps_city: 'Lake Arrowhead', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5578.0, + density: 223.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.20154, lat: 34.26065 }, + }, + { + zip_code: '92389', + usps_city: 'Tecopa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 0.5, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.15425, lat: 35.90217 }, + }, + { + zip_code: '92506', + usps_city: 'Riverside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46241.0, + density: 1102.1, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.36737, lat: 33.93434 }, + }, + { + zip_code: '92802', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42016.0, + density: 3567.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.92367, lat: 33.80828 }, + }, + { + zip_code: '93023', + usps_city: 'Ojai', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19895.0, + density: 28.5, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.2744, lat: 34.52392 }, + }, + { + zip_code: '93267', + usps_city: 'Strathmore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6788.0, + density: 34.9, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.05196, lat: 36.15106 }, + }, + { + zip_code: '93433', + usps_city: 'Grover Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13535.0, + density: 2415.6, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.61911, lat: 35.12059 }, + }, + { + zip_code: '93544', + usps_city: 'Llano', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 4.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.75432, lat: 34.49303 }, + }, + { + zip_code: '93549', + usps_city: 'Olancha', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 0.3, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.94901, lat: 36.19817 }, + }, + { + zip_code: '93726', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42824.0, + density: 2626.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.76145, lat: 36.79367 }, + }, + { + zip_code: '93950', + usps_city: 'Pacific Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15547.0, + density: 2094.3, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92547, lat: 36.61901 }, + }, + { + zip_code: '94503', + usps_city: 'American Canyon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20276.0, + density: 605.9, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26293, lat: 38.18419 }, + }, + { + zip_code: '94531', + usps_city: 'Antioch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43022.0, + density: 1517.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.77582, lat: 37.96574 }, + }, + { + zip_code: '94549', + usps_city: 'Lafayette', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29795.0, + density: 598.9, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.1166, lat: 37.89743 }, + }, + { + zip_code: '94619', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24112.0, + density: 596.3, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13151, lat: 37.77751 }, + }, + { + zip_code: '94709', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11951.0, + density: 7849.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26689, lat: 37.87927 }, + }, + { + zip_code: '94710', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7893.0, + density: 1415.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30312, lat: 37.86734 }, + }, + { + zip_code: '94720', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2845.0, + density: 1766.4, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.25477, lat: 37.87396 }, + }, + { + zip_code: '94933', + usps_city: 'Forest Knolls', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 837.0, + density: 295.2, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.68743, lat: 38.01252 }, + }, + { + zip_code: '94951', + usps_city: 'Penngrove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4574.0, + density: 120.5, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64615, lat: 38.32084 }, + }, + { + zip_code: '95037', + usps_city: 'Morgan Hill', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51994.0, + density: 82.4, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.59354, lat: 37.16773 }, + }, + { + zip_code: '95050', + usps_city: 'Santa Clara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38699.0, + density: 2832.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.95226, lat: 37.35113 }, + }, + { + zip_code: '95110', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19928.0, + density: 1647.5, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.90993, lat: 37.34662 }, + }, + { + zip_code: '95121', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37531.0, + density: 3271.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.80994, lat: 37.30421 }, + }, + { + zip_code: '95140', + usps_city: 'Mount Hamilton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 0.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.61968, lat: 37.3897 }, + }, + { + zip_code: '95234', + usps_city: 'Holt', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52776, lat: 37.92544 }, + }, + { + zip_code: '95252', + usps_city: 'Valley Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16262.0, + density: 51.3, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.84699, lat: 38.14951 }, + }, + { + zip_code: '95310', + usps_city: 'Columbia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 18.3, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.37094, lat: 38.09129 }, + }, + { + zip_code: '95320', + usps_city: 'Escalon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12822.0, + density: 55.9, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.01347, lat: 37.82528 }, + }, + { + zip_code: '95363', + usps_city: 'Patterson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27908.0, + density: 91.5, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.21678, lat: 37.46353 }, + }, + { + zip_code: '95470', + usps_city: 'Redwood Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5561.0, + density: 26.0, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.24669, lat: 39.31171 }, + }, + { + zip_code: '95511', + usps_city: 'Alderpoint', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 1.7, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.63025, lat: 40.17126 }, + }, + { + zip_code: '95521', + usps_city: 'Arcata', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21068.0, + density: 151.8, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.05913, lat: 40.84857 }, + }, + { + zip_code: '95556', + usps_city: 'Orleans', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 1.7, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.58461, lat: 41.30078 }, + }, + { + zip_code: '95564', + usps_city: 'Samoa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 45.5, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.20339, lat: 40.7899 }, + }, + { + zip_code: '95608', + usps_city: 'Carmichael', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62539.0, + density: 1855.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.32829, lat: 38.62583 }, + }, + { + zip_code: '95612', + usps_city: 'Clarksburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 9.2, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "98.39", "06095": "1.61"}', + coty_name: ['Yolo', 'Solano'], + cty_code: ['06113', '06095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.57571, lat: 38.39227 }, + }, + { + zip_code: '95624', + usps_city: 'Elk Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65948.0, + density: 578.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.30913, lat: 38.43039 }, + }, + { + zip_code: '95632', + usps_city: 'Galt', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31911.0, + density: 111.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "96.4", "06077": "3.6"}', + coty_name: ['Sacramento', 'San Joaquin'], + cty_code: ['06067', '06077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.25963, lat: 38.27435 }, + }, + { + zip_code: '95675', + usps_city: 'River Pines', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 317.0, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.74052, lat: 38.54471 }, + }, + { + zip_code: '95811', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6294.0, + density: 854.8, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.48516, lat: 38.58747 }, + }, + { + zip_code: '95816', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17199.0, + density: 3244.3, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.46691, lat: 38.57163 }, + }, + { + zip_code: '95824', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30296.0, + density: 2880.3, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.44075, lat: 38.51759 }, + }, + { + zip_code: '95959', + usps_city: 'Nevada City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18343.0, + density: 28.6, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "100"}', + coty_name: ['Nevada'], + cty_code: ['6057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.92058, lat: 39.33853 }, + }, + { + zip_code: '96010', + usps_city: 'Big Bar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 0.1, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.24622, lat: 40.91942 }, + }, + { + zip_code: '96035', + usps_city: 'Gerber', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3629.0, + density: 30.5, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.18201, lat: 40.04685 }, + }, + { + zip_code: '96037', + usps_city: 'Greenview', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 26.8, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.93506, lat: 41.54799 }, + }, + { + zip_code: '96039', + usps_city: 'Happy Camp', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 0.6, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.48892, lat: 41.69298 }, + }, + { + zip_code: '96068', + usps_city: 'Nubieber', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 2.0, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.20869, lat: 41.11529 }, + }, + { + zip_code: '96703', + usps_city: 'Anahola', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2245.0, + density: 46.3, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.3502, lat: 22.15145 }, + }, + { + zip_code: '96774', + usps_city: 'Ookala', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 2.8, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.33413, lat: 19.95288 }, + }, + { + zip_code: '97138', + usps_city: 'Seaside', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 10693.0, + density: 32.4, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "100"}', + coty_name: ['Clatsop'], + cty_code: ['41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.67147, lat: 45.90188 }, + }, + { + zip_code: '97220', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 29629.0, + density: 1592.0, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55917, lat: 45.54971 }, + }, + { + zip_code: '97325', + usps_city: 'Aumsville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6997.0, + density: 87.0, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.85173, lat: 44.83135 }, + }, + { + zip_code: '97348', + usps_city: 'Halsey', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1572.0, + density: 9.2, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.12296, lat: 44.38452 }, + }, + { + zip_code: '97377', + usps_city: 'Shedd', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 967.0, + density: 7.8, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "100"}', + coty_name: ['Linn'], + cty_code: ['41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.10471, lat: 44.46393 }, + }, + { + zip_code: '97413', + usps_city: 'Blue River', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 944.0, + density: 0.7, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "99.34", "41043": "0.66"}', + coty_name: ['Lane', 'Linn'], + cty_code: ['41039', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.02805, lat: 44.1006 }, + }, + { + zip_code: '97446', + usps_city: 'Harrisburg', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6106.0, + density: 19.4, + primary_coty_code: '41043', + primary_coty_name: 'Linn', + county_weights: '{"41043": "99.61", "41039": "0.39"}', + coty_name: ['Linn', 'Lane'], + cty_code: ['41043', '41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0575, lat: 44.26785 }, + }, + { + zip_code: '97476', + usps_city: 'Sixes', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 2.9, + primary_coty_code: '41015', + primary_coty_name: 'Curry', + county_weights: '{"41015": "100"}', + coty_name: ['Curry'], + cty_code: ['41015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.41224, lat: 42.83552 }, + }, + { + zip_code: '97489', + usps_city: 'Walterville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 785.0, + density: 19.1, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64589, lat: 44.13709 }, + }, + { + zip_code: '97523', + usps_city: 'Cave Junction', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5485.0, + density: 12.5, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.57109, lat: 42.12095 }, + }, + { + zip_code: '97639', + usps_city: 'Sprague River', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 3.1, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.43653, lat: 42.45146 }, + }, + { + zip_code: '97907', + usps_city: 'Huntington', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 0.6, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "91.43", "41045": "8.57"}', + coty_name: ['Baker', 'Malheur'], + cty_code: ['41001', '41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.34305, lat: 44.41016 }, + }, + { + zip_code: '97918', + usps_city: 'Vale', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4224.0, + density: 3.8, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.36115, lat: 44.04162 }, + }, + { + zip_code: '98050', + usps_city: 'Preston', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 50.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.94041, lat: 47.54399 }, + }, + { + zip_code: '98075', + usps_city: 'Sammamish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23996.0, + density: 977.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03847, lat: 47.58654 }, + }, + { + zip_code: '98092', + usps_city: 'Auburn', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 47824.0, + density: 415.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "82.57", "53053": "17.43"}', + coty_name: ['King', 'Pierce'], + cty_code: ['53033', '53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12871, lat: 47.28763 }, + }, + { + zip_code: '98144', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32439.0, + density: 3685.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29237, lat: 47.58596 }, + }, + { + zip_code: '98270', + usps_city: 'Marysville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 51293.0, + density: 1383.7, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14454, lat: 48.0596 }, + }, + { + zip_code: '98340', + usps_city: 'Hansville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2879.0, + density: 127.9, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.56348, lat: 47.9023 }, + }, + { + zip_code: '57457', + usps_city: 'Long Lake', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.3, + primary_coty_code: '46089', + primary_coty_name: 'McPherson', + county_weights: '{"46089": "100"}', + coty_name: ['McPherson'], + cty_code: ['46089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16009, lat: 45.88672 }, + }, + { + zip_code: '57703', + usps_city: 'Rapid City', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 17069.0, + density: 51.3, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "100"}', + coty_name: ['Pennington'], + cty_code: ['46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.04377, lat: 44.00284 }, + }, + { + zip_code: '57769', + usps_city: 'Piedmont', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4387.0, + density: 13.4, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "100"}', + coty_name: ['Meade'], + cty_code: ['46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.30207, lat: 44.24855 }, + }, + { + zip_code: '58049', + usps_city: 'Kathryn', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 0.9, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "71.28", "38073": "19.38", "38045": "9.34"}', + coty_name: ['Barnes', 'Ransom', 'LaMoure'], + cty_code: ['38003', '38073', '38045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99855, lat: 46.65532 }, + }, + { + zip_code: '58063', + usps_city: 'Oriska', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 1.2, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "100"}', + coty_name: ['Barnes'], + cty_code: ['38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80407, lat: 46.96547 }, + }, + { + zip_code: '58205', + usps_city: 'Grand Forks Afb', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 778.4, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.37898, lat: 47.95147 }, + }, + { + zip_code: '58237', + usps_city: 'Grafton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 5318.0, + density: 8.4, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "100"}', + coty_name: ['Walsh'], + cty_code: ['38099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40542, lat: 48.41406 }, + }, + { + zip_code: '58351', + usps_city: 'Minnewaukan', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 1.0, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "97.49", "38071": "2.51"}', + coty_name: ['Benson', 'Ramsey'], + cty_code: ['38005', '38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.27912, lat: 48.09867 }, + }, + { + zip_code: '58460', + usps_city: 'Lehr', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 0.4, + primary_coty_code: '38051', + primary_coty_name: 'McIntosh', + county_weights: '{"38051": "55.22", "38047": "44.78"}', + coty_name: ['McIntosh', 'Logan'], + cty_code: ['38051', '38047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.33677, lat: 46.30802 }, + }, + { + zip_code: '98383', + usps_city: 'Silverdale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21941.0, + density: 471.4, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.71793, lat: 47.66207 }, + }, + { + zip_code: '98581', + usps_city: 'Ryderwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 6.9, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "100"}', + coty_name: ['Cowlitz'], + cty_code: ['53015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.06723, lat: 46.35777 }, + }, + { + zip_code: '98674', + usps_city: 'Woodland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12919.0, + density: 60.1, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "78.52", "53011": "21.48"}', + coty_name: ['Cowlitz', 'Clark'], + cty_code: ['53015', '53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66499, lat: 45.94333 }, + }, + { + zip_code: '98830', + usps_city: 'Mansfield', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 572.0, + density: 0.5, + primary_coty_code: '53017', + primary_coty_name: 'Douglas', + county_weights: '{"53017": "100"}', + coty_name: ['Douglas'], + cty_code: ['53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.51453, lat: 47.89518 }, + }, + { + zip_code: '98853', + usps_city: 'Stratford', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 0.7, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.26036, lat: 47.46201 }, + }, + { + zip_code: '98922', + usps_city: 'Cle Elum', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6607.0, + density: 5.7, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "100"}', + coty_name: ['Kittitas'], + cty_code: ['53037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.88143, lat: 47.26931 }, + }, + { + zip_code: '99009', + usps_city: 'Elk', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4091.0, + density: 19.7, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "79.48", "53051": "20.52"}', + coty_name: ['Spokane', 'Pend Oreille'], + cty_code: ['53063', '53051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.2544, lat: 48.01865 }, + }, + { + zip_code: '99113', + usps_city: 'Colton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 3.0, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19146, lat: 46.59412 }, + }, + { + zip_code: '99130', + usps_city: 'Garfield', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 4.6, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.18411, lat: 46.99731 }, + }, + { + zip_code: '99164', + usps_city: 'Pullman', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "0"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1522, lat: 46.73104 }, + }, + { + zip_code: '99202', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20909.0, + density: 1314.5, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.37908, lat: 47.65743 }, + }, + { + zip_code: '99204', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6542.0, + density: 2240.4, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.42712, lat: 47.64564 }, + }, + { + zip_code: '99335', + usps_city: 'Kahlotus', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 0.7, + primary_coty_code: '53021', + primary_coty_name: 'Franklin', + county_weights: '{"53021": "100"}', + coty_name: ['Franklin'], + cty_code: ['53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.47453, lat: 46.65368 }, + }, + { + zip_code: '99336', + usps_city: 'Kennewick', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 51980.0, + density: 1505.3, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.17886, lat: 46.21378 }, + }, + { + zip_code: '99401', + usps_city: 'Anatone', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 1.1, + primary_coty_code: '53003', + primary_coty_name: 'Asotin', + county_weights: '{"53003": "100"}', + coty_name: ['Asotin'], + cty_code: ['53003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25143, lat: 46.08744 }, + }, + { + zip_code: '99622', + usps_city: 'Kwigillingok', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 10.0, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.20433, lat: 59.87422 }, + }, + { + zip_code: '99669', + usps_city: 'Soldotna', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 17014.0, + density: 27.1, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.00342, lat: 60.41451 }, + }, + { + zip_code: '99746', + usps_city: 'Huslia', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.11934, lat: 65.57286 }, + }, + { + zip_code: '99747', + usps_city: 'Kaktovik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 11.5, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -143.66337, lat: 70.11849 }, + }, + { + zip_code: '99757', + usps_city: 'Lake Minchumina', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -152.75093, lat: 63.751 }, + }, + { + zip_code: '99833', + usps_city: 'Petersburg', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 3257.0, + density: 0.5, + primary_coty_code: '2195', + primary_coty_name: 'Petersburg', + county_weights: '{"02195": "100"}', + coty_name: ['Petersburg'], + cty_code: ['2195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -133.08513, lat: 56.88523 }, + }, + { + zip_code: '99919', + usps_city: 'Thorne Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 4.8, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -132.50367, lat: 55.65107 }, + }, + { + zip_code: '647', + usps_city: 'Ensenada', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 5809.0, + density: 147.5, + primary_coty_code: '72055', + primary_coty_name: 'Gu\u00e1nica', + county_weights: '{"72055": "98.88", "72079": "1.12"}', + coty_name: ['Gu\u00e1nica', 'Lajas'], + cty_code: ['72055', '72079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.94383, lat: 17.96612 }, + }, + { + zip_code: '688', + usps_city: 'Sabana Hoyos', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 12139.0, + density: 147.3, + primary_coty_code: '72013', + primary_coty_name: 'Arecibo', + county_weights: '{"72013": "100"}', + coty_name: ['Arecibo'], + cty_code: ['72013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.62425, lat: 18.38056 }, + }, + { + zip_code: '693', + usps_city: 'Vega Baja', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 53360.0, + density: 524.1, + primary_coty_code: '72145', + primary_coty_name: 'Vega Baja', + county_weights: '{"72145": "96.07", "72143": "3.93"}', + coty_name: ['Vega Baja', 'Vega Alta'], + cty_code: ['72145', '72143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.40012, lat: 18.42132 }, + }, + { + zip_code: '754', + usps_city: 'San Lorenzo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 36893.0, + density: 279.1, + primary_coty_code: '72129', + primary_coty_name: 'San Lorenzo', + county_weights: '{"72129": "100"}', + coty_name: ['San Lorenzo'], + cty_code: ['72129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.97606, lat: 18.1457 }, + }, + { + zip_code: '778', + usps_city: 'Gurabo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 46707.0, + density: 608.4, + primary_coty_code: '72063', + primary_coty_name: 'Gurabo', + county_weights: '{"72063": "99.76", "72129": "0.24"}', + coty_name: ['Gurabo', 'San Lorenzo'], + cty_code: ['72063', '72129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.97936, lat: 18.26339 }, + }, + { + zip_code: '913', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 7890.0, + density: 9451.0, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.04266, lat: 18.45022 }, + }, + { + zip_code: '926', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 93330.0, + density: 1491.4, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "88.13", "72139": "11.47", "72061": "0.39"}', + coty_name: ['San Juan', 'Trujillo Alto', 'Guaynabo'], + cty_code: ['72127', '72139', '72061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.05234, lat: 18.3462 }, + }, + { + zip_code: '1054', + usps_city: 'Leverett', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2001.0, + density: 33.9, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48746, lat: 42.47363 }, + }, + { + zip_code: '1072', + usps_city: 'Shutesbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1478.0, + density: 28.4, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.41841, lat: 42.45737 }, + }, + { + zip_code: '1084', + usps_city: 'West Chesterfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 7.1, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.88089, lat: 42.39038 }, + }, + { + zip_code: '1109', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30383.0, + density: 2155.4, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.54875, lat: 42.11837 }, + }, + { + zip_code: '1226', + usps_city: 'Dalton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6769.0, + density: 99.1, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.13992, lat: 42.48168 }, + }, + { + zip_code: '1242', + usps_city: 'Lenox Dale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 365.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.24921, lat: 42.33328 }, + }, + { + zip_code: '1257', + usps_city: 'Sheffield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2017.0, + density: 21.5, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.36886, lat: 42.09701 }, + }, + { + zip_code: '1370', + usps_city: 'Shelburne Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3852.0, + density: 29.9, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.72864, lat: 42.59655 }, + }, + { + zip_code: '1373', + usps_city: 'South Deerfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4854.0, + density: 77.5, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.61561, lat: 42.47292 }, + }, + { + zip_code: '1609', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 21628.0, + density: 2185.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.82895, lat: 42.28645 }, + }, + { + zip_code: '1740', + usps_city: 'Bolton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5299.0, + density: 102.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.60728, lat: 42.43616 }, + }, + { + zip_code: '1904', + usps_city: 'Lynn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17294.0, + density: 1476.3, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97273, lat: 42.49153 }, + }, + { + zip_code: '2047', + usps_city: 'Humarock', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 156.6, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.68674, lat: 42.13346 }, + }, + { + zip_code: '2048', + usps_city: 'Mansfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23947.0, + density: 459.9, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21868, lat: 42.01626 }, + }, + { + zip_code: '2067', + usps_city: 'Sharon', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18508.0, + density: 315.1, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18143, lat: 42.10811 }, + }, + { + zip_code: '2169', + usps_city: 'Quincy', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 56523.0, + density: 2432.6, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.00322, lat: 42.24759 }, + }, + { + zip_code: '2199', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 7805.7, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08202, lat: 42.34747 }, + }, + { + zip_code: '2370', + usps_city: 'Rockland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17953.0, + density: 672.4, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91096, lat: 42.12987 }, + }, + { + zip_code: '2561', + usps_city: 'Sagamore', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 186.0, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.53319, lat: 41.76887 }, + }, + { + zip_code: '2723', + usps_city: 'Fall River', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15066.0, + density: 3642.5, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12968, lat: 41.69271 }, + }, + { + zip_code: '2767', + usps_city: 'Raynham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14488.0, + density: 235.0, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05109, lat: 41.93707 }, + }, + { + zip_code: '2835', + usps_city: 'Jamestown', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 5494.0, + density: 224.5, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.3771, lat: 41.51497 }, + }, + { + zip_code: '2886', + usps_city: 'Warwick', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 28776.0, + density: 744.9, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.45857, lat: 41.70572 }, + }, + { + zip_code: '2892', + usps_city: 'West Kingston', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 5611.0, + density: 79.0, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.59689, lat: 41.49598 }, + }, + { + zip_code: '3032', + usps_city: 'Auburn', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5446.0, + density: 83.1, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.34379, lat: 42.9906 }, + }, + { + zip_code: '3060', + usps_city: 'Nashua', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 30155.0, + density: 1781.0, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.45927, lat: 42.74127 }, + }, + { + zip_code: '3244', + usps_city: 'Hillsborough', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7652.0, + density: 36.0, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91877, lat: 43.11797 }, + }, + { + zip_code: '3582', + usps_city: 'Groveton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2530.0, + density: 11.4, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43867, lat: 44.59552 }, + }, + { + zip_code: '3592', + usps_city: 'Pittsburg', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1064.0, + density: 1.2, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.26298, lat: 45.12296 }, + }, + { + zip_code: '3768', + usps_city: 'Lyme', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1852.0, + density: 13.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.11572, lat: 43.80527 }, + }, + { + zip_code: '3816', + usps_city: 'Center Tuftonboro', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1506.0, + density: 20.2, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25517, lat: 43.68469 }, + }, + { + zip_code: '3827', + usps_city: 'East Kingston', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3152.0, + density: 68.2, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.98774, lat: 42.90685 }, + }, + { + zip_code: '3858', + usps_city: 'Newton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4920.0, + density: 193.4, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.04356, lat: 42.8684 }, + }, + { + zip_code: '3862', + usps_city: 'North Hampton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4473.0, + density: 124.6, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.83024, lat: 42.97904 }, + }, + { + zip_code: '3903', + usps_city: 'Eliot', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 6589.0, + density: 128.5, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.78597, lat: 43.14881 }, + }, + { + zip_code: '4009', + usps_city: 'Bridgton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5304.0, + density: 36.1, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.73382, lat: 44.0483 }, + }, + { + zip_code: '4048', + usps_city: 'Limerick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3030.0, + density: 41.5, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.78284, lat: 43.68732 }, + }, + { + zip_code: '4057', + usps_city: 'North Bridgton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 546.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.69888, lat: 44.10162 }, + }, + { + zip_code: '4250', + usps_city: 'Lisbon', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4148.0, + density: 134.2, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.11656, lat: 44.02599 }, + }, + { + zip_code: '4290', + usps_city: 'Peru', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 11.5, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.45058, lat: 44.47354 }, + }, + { + zip_code: '4354', + usps_city: 'Palermo', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 13.9, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.42707, lat: 44.39603 }, + }, + { + zip_code: '4358', + usps_city: 'South China', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4156.0, + density: 32.2, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.53288, lat: 44.41818 }, + }, + { + zip_code: '4453', + usps_city: 'Lagrange', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 749.0, + density: 4.3, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.78509, lat: 45.1719 }, + }, + { + zip_code: '4475', + usps_city: 'Passadumkeag', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 9.1, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.58717, lat: 45.18152 }, + }, + { + zip_code: '4571', + usps_city: 'Trevett', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 74.0, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.67365, lat: 43.89733 }, + }, + { + zip_code: '4645', + usps_city: 'Isle Au Haut', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 0.6, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.6282, lat: 44.05408 }, + }, + { + zip_code: '4667', + usps_city: 'Perry', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 18.0, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.10412, lat: 44.97853 }, + }, + { + zip_code: '4736', + usps_city: 'Caribou', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 9120.0, + density: 21.1, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.02117, lat: 46.91531 }, + }, + { + zip_code: '4951', + usps_city: 'Monroe', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 10.3, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.04758, lat: 44.60849 }, + }, + { + zip_code: '4979', + usps_city: 'Solon', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 866.0, + density: 7.6, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.79267, lat: 44.94304 }, + }, + { + zip_code: '5035', + usps_city: 'Bridgewater Corners', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 8.6, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.68757, lat: 43.60153 }, + }, + { + zip_code: '5091', + usps_city: 'Woodstock', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3303.0, + density: 19.0, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57302, lat: 43.64021 }, + }, + { + zip_code: '5251', + usps_city: 'Dorset', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1092.0, + density: 12.1, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.07048, lat: 43.26218 }, + }, + { + zip_code: '5359', + usps_city: 'West Townshend', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 7.5, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.71587, lat: 43.15259 }, + }, + { + zip_code: '5650', + usps_city: 'East Calais', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1248.0, + density: 20.5, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44187, lat: 44.38001 }, + }, + { + zip_code: '5651', + usps_city: 'East Montpelier', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1418.0, + density: 31.9, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48829, lat: 44.27945 }, + }, + { + zip_code: '5658', + usps_city: 'Marshfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1459.0, + density: 15.1, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.35581, lat: 44.35812 }, + }, + { + zip_code: '5736', + usps_city: 'Center Rutland', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 35.0, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00954, lat: 43.61461 }, + }, + { + zip_code: '6018', + usps_city: 'Canaan', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2782.0, + density: 90.3, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.30872, lat: 42.02648 }, + }, + { + zip_code: '6035', + usps_city: 'Granby', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7865.0, + density: 197.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80095, lat: 41.96061 }, + }, + { + zip_code: '6065', + usps_city: 'Riverton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 660.0, + density: 26.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "53.17", "09005": "46.83"}', + coty_name: ['Hartford', 'Litchfield'], + cty_code: ['09003', '09005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00405, lat: 41.97396 }, + }, + { + zip_code: '6070', + usps_city: 'Simsbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 15734.0, + density: 277.2, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.81477, lat: 41.8761 }, + }, + { + zip_code: '6249', + usps_city: 'Lebanon', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7215.0, + density: 51.5, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.2402, lat: 41.63128 }, + }, + { + zip_code: '6260', + usps_city: 'Putnam', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9353.0, + density: 180.7, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.87202, lat: 41.90902 }, + }, + { + zip_code: '6461', + usps_city: 'Milford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 15369.0, + density: 616.5, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.07519, lat: 41.23949 }, + }, + { + zip_code: '6489', + usps_city: 'Southington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 33522.0, + density: 465.6, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.87252, lat: 41.61333 }, + }, + { + zip_code: '6525', + usps_city: 'Woodbridge', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8827.0, + density: 181.2, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.01013, lat: 41.35669 }, + }, + { + zip_code: '6608', + usps_city: 'Bridgeport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 14263.0, + density: 5337.2, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.18098, lat: 41.1868 }, + }, + { + zip_code: '6752', + usps_city: 'Bridgewater', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1718.0, + density: 39.7, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.35965, lat: 41.52084 }, + }, + { + zip_code: '6777', + usps_city: 'New Preston Marble Dale', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1352.0, + density: 32.8, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.33977, lat: 41.69288 }, + }, + { + zip_code: '6812', + usps_city: 'New Fairfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13955.0, + density: 263.6, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.48822, lat: 41.48799 }, + }, + { + zip_code: '6825', + usps_city: 'Fairfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 21919.0, + density: 1258.0, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2423, lat: 41.19715 }, + }, + { + zip_code: '7062', + usps_city: 'Plainfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12745.0, + density: 2656.9, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "92.07", "34035": "7.93"}', + coty_name: ['Union', 'Somerset'], + cty_code: ['34039', '34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.40333, lat: 40.63162 }, + }, + { + zip_code: '7203', + usps_city: 'Roselle', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21637.0, + density: 3163.9, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25994, lat: 40.65269 }, + }, + { + zip_code: '7208', + usps_city: 'Elizabeth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 31556.0, + density: 6868.0, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2251, lat: 40.67419 }, + }, + { + zip_code: '7432', + usps_city: 'Midland Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7244.0, + density: 1780.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14108, lat: 40.99515 }, + }, + { + zip_code: '7495', + usps_city: 'Mahwah', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "0"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16321, lat: 41.10444 }, + }, + { + zip_code: '7505', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2616.0, + density: 5073.9, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17187, lat: 40.91623 }, + }, + { + zip_code: '7666', + usps_city: 'Teaneck', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 40458.0, + density: 2582.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01063, lat: 40.88988 }, + }, + { + zip_code: '7732', + usps_city: 'Highlands', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4868.0, + density: 491.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99198, lat: 40.43092 }, + }, + { + zip_code: '7820', + usps_city: 'Allamuchy', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8.0, + density: 1.3, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.81142, lat: 40.92708 }, + }, + { + zip_code: '7852', + usps_city: 'Ledgewood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3946.0, + density: 500.5, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66265, lat: 40.88224 }, + }, + { + zip_code: '7934', + usps_city: 'Gladstone', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1495.0, + density: 159.8, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.67808, lat: 40.72066 }, + }, + { + zip_code: '8036', + usps_city: 'Hainesport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5917.0, + density: 374.8, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83732, lat: 39.97625 }, + }, + { + zip_code: '8059', + usps_city: 'Mount Ephraim', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5597.0, + density: 1756.7, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09301, lat: 39.88441 }, + }, + { + zip_code: '8097', + usps_city: 'Woodbury Heights', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3329.0, + density: 932.6, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.15087, lat: 39.81527 }, + }, + { + zip_code: '8102', + usps_city: 'Camden', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7639.0, + density: 3100.6, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12032, lat: 39.95236 }, + }, + { + zip_code: '8234', + usps_city: 'Egg Harbor Township', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41667.0, + density: 265.4, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.62376, lat: 39.38657 }, + }, + { + zip_code: '8352', + usps_city: 'Rosenhayn', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 739.1, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12798, lat: 39.47573 }, + }, + { + zip_code: '8515', + usps_city: 'Chesterfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6432.0, + density: 118.1, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.64586, lat: 40.11626 }, + }, + { + zip_code: '8550', + usps_city: 'Princeton Junction', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19277.0, + density: 400.5, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.61756, lat: 40.28106 }, + }, + { + zip_code: '8724', + usps_city: 'Brick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41293.0, + density: 1168.6, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "99.89", "34025": "0.11"}', + coty_name: ['Ocean', 'Monmouth'], + cty_code: ['34029', '34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11458, lat: 40.08988 }, + }, + { + zip_code: '8759', + usps_city: 'Manchester Township', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 33180.0, + density: 198.8, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35623, lat: 39.97836 }, + }, + { + zip_code: '8808', + usps_city: 'Broadway', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 1286.6, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04926, lat: 40.73214 }, + }, + { + zip_code: '10017', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15846.0, + density: 19302.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97251, lat: 40.75221 }, + }, + { + zip_code: '10038', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23311.0, + density: 30123.9, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00279, lat: 40.70916 }, + }, + { + zip_code: '10173', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97936, lat: 40.75413 }, + }, + { + zip_code: '10509', + usps_city: 'Brewster', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19582.0, + density: 209.4, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "99.63", "36119": "0.37"}', + coty_name: ['Putnam', 'Westchester'], + cty_code: ['36079', '36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59437, lat: 41.41174 }, + }, + { + zip_code: '10545', + usps_city: 'Maryknoll', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 392.4, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83549, lat: 41.17861 }, + }, + { + zip_code: '10562', + usps_city: 'Ossining', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31636.0, + density: 885.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83096, lat: 41.19242 }, + }, + { + zip_code: '10566', + usps_city: 'Peekskill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24010.0, + density: 2120.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91845, lat: 41.28919 }, + }, + { + zip_code: '10918', + usps_city: 'Chester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12653.0, + density: 148.4, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25871, lat: 41.3477 }, + }, + { + zip_code: '10925', + usps_city: 'Greenwood Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3913.0, + density: 383.6, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.3033, lat: 41.21009 }, + }, + { + zip_code: '10963', + usps_city: 'Otisville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4487.0, + density: 136.7, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54425, lat: 41.46332 }, + }, + { + zip_code: '11210', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64665.0, + density: 15208.5, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94627, lat: 40.62821 }, + }, + { + zip_code: '11222', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36872.0, + density: 9276.7, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94774, lat: 40.72858 }, + }, + { + zip_code: '11233', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 79439.0, + density: 22739.5, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91995, lat: 40.6783 }, + }, + { + zip_code: '11373', + usps_city: 'Elmhurst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 94437.0, + density: 23954.7, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87858, lat: 40.73886 }, + }, + { + zip_code: '11421', + usps_city: 'Woodhaven', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41251.0, + density: 12345.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.85869, lat: 40.69401 }, + }, + { + zip_code: '11434', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64304.0, + density: 7596.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77626, lat: 40.67677 }, + }, + { + zip_code: '11722', + usps_city: 'Central Islip', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31878.0, + density: 1688.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19491, lat: 40.78306 }, + }, + { + zip_code: '11740', + usps_city: 'Greenlawn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9693.0, + density: 1009.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.36132, lat: 40.86529 }, + }, + { + zip_code: '11758', + usps_city: 'Massapequa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 52783.0, + density: 1854.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.45849, lat: 40.66827 }, + }, + { + zip_code: '11801', + usps_city: 'Hicksville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 40288.0, + density: 2343.9, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.52394, lat: 40.76239 }, + }, + { + zip_code: '11940', + usps_city: 'East Moriches', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5532.0, + density: 386.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.75711, lat: 40.8104 }, + }, + { + zip_code: '11947', + usps_city: 'Jamesport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 288.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57717, lat: 40.95518 }, + }, + { + zip_code: '12035', + usps_city: 'Central Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 44.7, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35151, lat: 42.73177 }, + }, + { + zip_code: '12040', + usps_city: 'Cherry Plain', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 40.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.35077, lat: 42.63738 }, + }, + { + zip_code: '12054', + usps_city: 'Delmar', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16940.0, + density: 423.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86582, lat: 42.60874 }, + }, + { + zip_code: '12089', + usps_city: 'Hoosick', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 45.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.31205, lat: 42.86787 }, + }, + { + zip_code: '12149', + usps_city: 'Richmondville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2423.0, + density: 20.0, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.56493, lat: 42.61829 }, + }, + { + zip_code: '12160', + usps_city: 'Sloansville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 21.0, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.3672, lat: 42.75887 }, + }, + { + zip_code: '12193', + usps_city: 'Westerlo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1855.0, + density: 18.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04497, lat: 42.5157 }, + }, + { + zip_code: '12304', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22230.0, + density: 1258.9, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "86.87", "36001": "13.13"}', + coty_name: ['Schenectady', 'Albany'], + cty_code: ['36093', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8973, lat: 42.7741 }, + }, + { + zip_code: '12435', + usps_city: 'Greenfield Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 9.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.5187, lat: 41.7288 }, + }, + { + zip_code: '12472', + usps_city: 'Rosendale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 158.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07873, lat: 41.84608 }, + }, + { + zip_code: '12473', + usps_city: 'Round Top', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 18.7, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04101, lat: 42.25818 }, + }, + { + zip_code: '12512', + usps_city: 'Chelsea', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 130.6, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96613, lat: 41.55181 }, + }, + { + zip_code: '12531', + usps_city: 'Holmes', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3171.0, + density: 70.0, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "81.89", "36079": "18.11"}', + coty_name: ['Dutchess', 'Putnam'], + cty_code: ['36027', '36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.66963, lat: 41.5369 }, + }, + { + zip_code: '12785', + usps_city: 'Westbrookville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 22.1, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "51.37", "36071": "48.63"}', + coty_name: ['Sullivan', 'Orange'], + cty_code: ['36105', '36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.56984, lat: 41.52529 }, + }, + { + zip_code: '12835', + usps_city: 'Hadley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2456.0, + density: 9.7, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "98.16", "36113": "1.84"}', + coty_name: ['Saratoga', 'Warren'], + cty_code: ['36091', '36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0037, lat: 43.33208 }, + }, + { + zip_code: '12852', + usps_city: 'Newcomb', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 1.2, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16086, lat: 43.94558 }, + }, + { + zip_code: '12989', + usps_city: 'Vermontville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 998.0, + density: 2.6, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.063, lat: 44.53739 }, + }, + { + zip_code: '13032', + usps_city: 'Canastota', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12208.0, + density: 57.8, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76528, lat: 43.07809 }, + }, + { + zip_code: '13084', + usps_city: 'La Fayette', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3659.0, + density: 32.9, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11305, lat: 42.88899 }, + }, + { + zip_code: '13141', + usps_city: 'Preble', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 18.1, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "75.17", "36067": "24.83"}', + coty_name: ['Cortland', 'Onondaga'], + cty_code: ['36023', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18349, lat: 42.7632 }, + }, + { + zip_code: '13308', + usps_city: 'Blossvale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3543.0, + density: 35.4, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66616, lat: 43.24881 }, + }, + { + zip_code: '13321', + usps_city: 'Clark Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 391.9, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37398, lat: 43.0879 }, + }, + { + zip_code: '13333', + usps_city: 'East Springfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 7.7, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82328, lat: 42.83368 }, + }, + { + zip_code: '13363', + usps_city: 'Lee Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2453.0, + density: 44.7, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51383, lat: 43.3273 }, + }, + { + zip_code: '13421', + usps_city: 'Oneida', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13149.0, + density: 120.8, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "83.12", "36065": "16.88"}', + coty_name: ['Madison', 'Oneida'], + cty_code: ['36053', '36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.64464, lat: 43.06521 }, + }, + { + zip_code: '13618', + usps_city: 'Cape Vincent', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1590.0, + density: 12.2, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.27578, lat: 44.11925 }, + }, + { + zip_code: '13679', + usps_city: 'Redwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1851.0, + density: 11.4, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "91.8", "36089": "8.2"}', + coty_name: ['Jefferson', 'St. Lawrence'], + cty_code: ['36045', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76427, lat: 44.32437 }, + }, + { + zip_code: '13692', + usps_city: 'Thousand Island Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 42.4, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02632, lat: 44.28887 }, + }, + { + zip_code: '13802', + usps_city: 'Maine', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 27.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04051, lat: 42.2494 }, + }, + { + zip_code: '13803', + usps_city: 'Marathon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4243.0, + density: 18.3, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "91.5", "36007": "8.5"}', + coty_name: ['Cortland', 'Broome'], + cty_code: ['36023', '36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.06327, lat: 42.45654 }, + }, + { + zip_code: '13838', + usps_city: 'Sidney', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4099.0, + density: 152.8, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "97.3", "36077": "2.7"}', + coty_name: ['Delaware', 'Otsego'], + cty_code: ['36025', '36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39269, lat: 42.28573 }, + }, + { + zip_code: '13841', + usps_city: 'Smithville Flats', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 21.4, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "88.28", "36023": "11.72"}', + coty_name: ['Chenango', 'Cortland'], + cty_code: ['36017', '36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.83693, lat: 42.41375 }, + }, + { + zip_code: '13901', + usps_city: 'Binghamton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19230.0, + density: 319.6, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87988, lat: 42.1824 }, + }, + { + zip_code: '13905', + usps_city: 'Binghamton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 25890.0, + density: 369.6, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94471, lat: 42.18011 }, + }, + { + zip_code: '14048', + usps_city: 'Dunkirk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14283.0, + density: 236.6, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31161, lat: 42.48052 }, + }, + { + zip_code: '14070', + usps_city: 'Gowanda', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6894.0, + density: 52.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "56.71", "36009": "43.29"}', + coty_name: ['Erie', 'Cattaraugus'], + cty_code: ['36029', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92583, lat: 42.4361 }, + }, + { + zip_code: '14127', + usps_city: 'Orchard Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30191.0, + density: 283.4, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74377, lat: 42.75176 }, + }, + { + zip_code: '14203', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1733.0, + density: 252.7, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8658, lat: 42.86381 }, + }, + { + zip_code: '14208', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10574.0, + density: 3008.2, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.85301, lat: 42.91609 }, + }, + { + zip_code: '14432', + usps_city: 'Clifton Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5875.0, + density: 58.7, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.1435, lat: 42.95739 }, + }, + { + zip_code: '14450', + usps_city: 'Fairport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41546.0, + density: 504.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "99.95", "36117": "0.05"}', + coty_name: ['Monroe', 'Wayne'], + cty_code: ['36055', '36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41702, lat: 43.09166 }, + }, + { + zip_code: '14504', + usps_city: 'Manchester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 624.0, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23154, lat: 42.96905 }, + }, + { + zip_code: '14589', + usps_city: 'Williamson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7605.0, + density: 67.0, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17253, lat: 43.24008 }, + }, + { + zip_code: '14614', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 1931.0, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.61503, lat: 43.15754 }, + }, + { + zip_code: '14711', + usps_city: 'Belfast', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1814.0, + density: 17.5, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.12146, lat: 42.32604 }, + }, + { + zip_code: '14736', + usps_city: 'Findley Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 15.0, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74611, lat: 42.14089 }, + }, + { + zip_code: '14806', + usps_city: 'Andover', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 11.9, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "93.12", "36101": "6.88"}', + coty_name: ['Allegany', 'Steuben'], + cty_code: ['36003', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77932, lat: 42.15996 }, + }, + { + zip_code: '14814', + usps_city: 'Big Flats', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1942.0, + density: 87.1, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "88.81", "36101": "11.19"}', + coty_name: ['Chemung', 'Steuben'], + cty_code: ['36015', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.95274, lat: 42.15003 }, + }, + { + zip_code: '14821', + usps_city: 'Campbell', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3471.0, + density: 24.7, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21433, lat: 42.23413 }, + }, + { + zip_code: '14865', + usps_city: 'Montour Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2874.0, + density: 55.6, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "100"}', + coty_name: ['Schuyler'], + cty_code: ['36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.83399, lat: 42.34857 }, + }, + { + zip_code: '14869', + usps_city: 'Odessa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 24.1, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "100"}', + coty_name: ['Schuyler'], + cty_code: ['36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77186, lat: 42.36507 }, + }, + { + zip_code: '15003', + usps_city: 'Ambridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11213.0, + density: 663.1, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "92.22", "42003": "7.78"}', + coty_name: ['Beaver', 'Allegheny'], + cty_code: ['42007', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21386, lat: 40.6011 }, + }, + { + zip_code: '15014', + usps_city: 'Brackenridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3090.0, + density: 2347.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.741, lat: 40.60798 }, + }, + { + zip_code: '15064', + usps_city: 'Morgan', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 120.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14995, lat: 40.35638 }, + }, + { + zip_code: '15081', + usps_city: 'South Heights', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 414.1, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23629, lat: 40.57457 }, + }, + { + zip_code: '15102', + usps_city: 'Bethel Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29616.0, + density: 1104.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03658, lat: 40.32133 }, + }, + { + zip_code: '15137', + usps_city: 'North Versailles', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9884.0, + density: 493.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "99.66", "42129": "0.34"}', + coty_name: ['Allegheny', 'Westmoreland'], + cty_code: ['42003', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80895, lat: 40.37796 }, + }, + { + zip_code: '15204', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8443.0, + density: 1747.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06083, lat: 40.45597 }, + }, + { + zip_code: '15221', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30169.0, + density: 1894.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86545, lat: 40.43459 }, + }, + { + zip_code: '15333', + usps_city: 'Fredericktown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2114.0, + density: 59.2, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01504, lat: 40.027 }, + }, + { + zip_code: '15340', + usps_city: 'Hickory', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1217.0, + density: 30.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31749, lat: 40.28324 }, + }, + { + zip_code: '15370', + usps_city: 'Waynesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14440.0, + density: 37.7, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "99.77", "42125": "0.23"}', + coty_name: ['Greene', 'Washington'], + cty_code: ['42059', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17563, lat: 39.87577 }, + }, + { + zip_code: '15377', + usps_city: 'West Finley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 6.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "79.01", "42059": "20.99"}', + coty_name: ['Washington', 'Greene'], + cty_code: ['42125', '42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45161, lat: 39.9814 }, + }, + { + zip_code: '15480', + usps_city: 'Smock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1887.0, + density: 40.3, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.77209, lat: 39.9867 }, + }, + { + zip_code: '15640', + usps_city: 'Hutchinson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 314.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72906, lat: 40.22468 }, + }, + { + zip_code: '15660', + usps_city: 'Lowber', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 340.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.77438, lat: 40.24468 }, + }, + { + zip_code: '15680', + usps_city: 'Salina', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 3806.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.49927, lat: 40.52077 }, + }, + { + zip_code: '15690', + usps_city: 'Vandergrift', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8745.0, + density: 138.4, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "62.54", "42005": "37.46"}', + coty_name: ['Westmoreland', 'Armstrong'], + cty_code: ['42129', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53991, lat: 40.64173 }, + }, + { + zip_code: '15701', + usps_city: 'Indiana', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34052.0, + density: 114.0, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.14966, lat: 40.62828 }, + }, + { + zip_code: '15712', + usps_city: 'Arcadia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 51.7, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84789, lat: 40.79044 }, + }, + { + zip_code: '15754', + usps_city: 'Lucernemines', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 688.6, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15153, lat: 40.55664 }, + }, + { + zip_code: '15756', + usps_city: 'McIntyre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 89.0, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.29763, lat: 40.56853 }, + }, + { + zip_code: '15851', + usps_city: 'Reynoldsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6733.0, + density: 27.8, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90269, lat: 41.09965 }, + }, + { + zip_code: '15955', + usps_city: 'Sidman', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2392.0, + density: 36.7, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69726, lat: 40.32239 }, + }, + { + zip_code: '16040', + usps_city: 'Hilliards', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1023.0, + density: 20.1, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84301, lat: 41.09255 }, + }, + { + zip_code: '16211', + usps_city: 'Beyer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 42.0, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.20253, lat: 40.7945 }, + }, + { + zip_code: '16232', + usps_city: 'Knox', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4201.0, + density: 28.4, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "99.77", "42121": "0.23"}', + coty_name: ['Clarion', 'Venango'], + cty_code: ['42031', '42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54863, lat: 41.22117 }, + }, + { + zip_code: '16343', + usps_city: 'Reno', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 46.4, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.75234, lat: 41.42206 }, + }, + { + zip_code: '16667', + usps_city: 'Osterburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1454.0, + density: 33.1, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.53107, lat: 40.17991 }, + }, + { + zip_code: '16694', + usps_city: 'Wood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 18.5, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "50", "42061": "46.85", "42057": "3.15"}', + coty_name: ['Bedford', 'Huntingdon', 'Fulton'], + cty_code: ['42009', '42061', '42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14856, lat: 40.15625 }, + }, + { + zip_code: '16748', + usps_city: 'Shinglehouse', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2718.0, + density: 10.2, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "77.58", "42083": "22.42"}', + coty_name: ['Potter', 'McKean'], + cty_code: ['42105', '42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.15296, lat: 41.94449 }, + }, + { + zip_code: '16823', + usps_city: 'Bellefonte', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 30367.0, + density: 91.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77303, lat: 40.93769 }, + }, + { + zip_code: '16859', + usps_city: 'Moshannon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 9.6, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.02324, lat: 41.04074 }, + }, + { + zip_code: '16926', + usps_city: 'Granville Summit', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 886.0, + density: 14.1, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69837, lat: 41.72064 }, + }, + { + zip_code: '16928', + usps_city: 'Knoxville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1479.0, + density: 16.6, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43454, lat: 41.9534 }, + }, + { + zip_code: '16936', + usps_city: 'Millerton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2008.0, + density: 16.1, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "90.69", "42015": "9.31"}', + coty_name: ['Tioga', 'Bradford'], + cty_code: ['42117', '42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96035, lat: 41.94603 }, + }, + { + zip_code: '17004', + usps_city: 'Belleville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4934.0, + density: 39.0, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.73048, lat: 40.60064 }, + }, + { + zip_code: '17050', + usps_city: 'Mechanicsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 38141.0, + density: 458.9, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02628, lat: 40.24856 }, + }, + { + zip_code: '17057', + usps_city: 'Middletown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23029.0, + density: 275.3, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72521, lat: 40.19378 }, + }, + { + zip_code: '17064', + usps_city: 'Mount Gretna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 788.0, + density: 255.4, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47607, lat: 40.24237 }, + }, + { + zip_code: '17069', + usps_city: 'New Buffalo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 1244.7, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97003, lat: 40.45397 }, + }, + { + zip_code: '17071', + usps_city: 'New Germantown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 5.6, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60076, lat: 40.29922 }, + }, + { + zip_code: '17084', + usps_city: 'Reedsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4524.0, + density: 54.6, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62789, lat: 40.68509 }, + }, + { + zip_code: '17202', + usps_city: 'Chambersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29278.0, + density: 95.0, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.67753, lat: 39.92137 }, + }, + { + zip_code: '17250', + usps_city: 'Rouzerville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 1496.3, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52425, lat: 39.73702 }, + }, + { + zip_code: '17315', + usps_city: 'Dover', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26610.0, + density: 164.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86497, lat: 40.02324 }, + }, + { + zip_code: '17356', + usps_city: 'Red Lion', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21302.0, + density: 252.9, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58225, lat: 39.8966 }, + }, + { + zip_code: '17404', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35899.0, + density: 654.5, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77122, lat: 40.00233 }, + }, + { + zip_code: '17702', + usps_city: 'Williamsport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10384.0, + density: 64.8, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07838, lat: 41.18342 }, + }, + { + zip_code: '17777', + usps_city: 'Watsontown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7211.0, + density: 73.9, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "97.79", "42093": "2.21"}', + coty_name: ['Northumberland', 'Montour'], + cty_code: ['42097', '42093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8255, lat: 41.1031 }, + }, + { + zip_code: '17778', + usps_city: 'Westport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 0.7, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96688, lat: 41.28639 }, + }, + { + zip_code: '17936', + usps_city: 'Gordon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 534.6, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33989, lat: 40.75013 }, + }, + { + zip_code: '17963', + usps_city: 'Pine Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9043.0, + density: 38.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "99.32", "42075": "0.68"}', + coty_name: ['Schuylkill', 'Lebanon'], + cty_code: ['42107', '42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38315, lat: 40.56124 }, + }, + { + zip_code: '18222', + usps_city: 'Drums', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9484.0, + density: 97.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0005, lat: 41.03504 }, + }, + { + zip_code: '18230', + usps_city: 'Junedale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 12.5, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93445, lat: 40.92114 }, + }, + { + zip_code: '18249', + usps_city: 'Sugarloaf', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3722.0, + density: 45.0, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1236, lat: 40.98721 }, + }, + { + zip_code: '18371', + usps_city: 'Tamiment', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 87.0, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0417, lat: 41.15868 }, + }, + { + zip_code: '18431', + usps_city: 'Honesdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11903.0, + density: 34.2, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25748, lat: 41.62299 }, + }, + { + zip_code: '18435', + usps_city: 'Lackawaxen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 32.6, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00234, lat: 41.48906 }, + }, + { + zip_code: '18517', + usps_city: 'Taylor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4980.0, + density: 458.6, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71365, lat: 41.39461 }, + }, + { + zip_code: '18826', + usps_city: 'Kingsley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1404.0, + density: 11.9, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74653, lat: 41.75105 }, + }, + { + zip_code: '18830', + usps_city: 'Little Meadows', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 9.6, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "96.6", "42015": "3.4"}', + coty_name: ['Susquehanna', 'Bradford'], + cty_code: ['42115', '42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10742, lat: 41.95142 }, + }, + { + zip_code: '18834', + usps_city: 'New Milford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3506.0, + density: 20.4, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71432, lat: 41.8435 }, + }, + { + zip_code: '18853', + usps_city: 'Wyalusing', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4179.0, + density: 15.8, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26901, lat: 41.72067 }, + }, + { + zip_code: '18966', + usps_city: 'Southampton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 37739.0, + density: 898.1, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00629, lat: 40.18764 }, + }, + { + zip_code: '19040', + usps_city: 'Hatboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20901.0, + density: 1362.3, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "98.91", "42017": "1.09"}', + coty_name: ['Montgomery', 'Bucks'], + cty_code: ['42091', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10567, lat: 40.17697 }, + }, + { + zip_code: '19342', + usps_city: 'Glen Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18843.0, + density: 372.9, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "98.7", "42029": "1.3"}', + coty_name: ['Delaware', 'Chester'], + cty_code: ['42045', '42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49672, lat: 39.90579 }, + }, + { + zip_code: '19475', + usps_city: 'Spring City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11260.0, + density: 262.9, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60067, lat: 40.17046 }, + }, + { + zip_code: '19501', + usps_city: 'Adamstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1239.0, + density: 474.2, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.05842, lat: 40.24277 }, + }, + { + zip_code: '19562', + usps_city: 'Topton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2257.0, + density: 857.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70237, lat: 40.50497 }, + }, + { + zip_code: '19567', + usps_city: 'Womelsdorf', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5616.0, + density: 96.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21164, lat: 40.39342 }, + }, + { + zip_code: '19806', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 9887.0, + density: 1980.2, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.56421, lat: 39.76328 }, + }, + { + zip_code: '19931', + usps_city: 'Bethel', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 130.9, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62294, lat: 38.57399 }, + }, + { + zip_code: '19958', + usps_city: 'Lewes', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 26235.0, + density: 206.5, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16498, lat: 38.72894 }, + }, + { + zip_code: '19970', + usps_city: 'Ocean View', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 8505.0, + density: 339.7, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09661, lat: 38.56188 }, + }, + { + zip_code: '20139', + usps_city: 'Casanova', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 28.9, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.69719, lat: 38.65629 }, + }, + { + zip_code: '20155', + usps_city: 'Gainesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36642.0, + density: 490.2, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.61837, lat: 38.81015 }, + }, + { + zip_code: '20184', + usps_city: 'Upperville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 4.8, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "55.3", "51107": "44.7"}', + coty_name: ['Fauquier', 'Loudoun'], + cty_code: ['51061', '51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88265, lat: 39.00275 }, + }, + { + zip_code: '20708', + usps_city: 'Laurel', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27843.0, + density: 770.5, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82659, lat: 39.04654 }, + }, + { + zip_code: '20723', + usps_city: 'Laurel', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 35411.0, + density: 1040.9, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86662, lat: 39.13694 }, + }, + { + zip_code: '20745', + usps_city: 'Oxon Hill', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27790.0, + density: 1659.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99426, lat: 38.80649 }, + }, + { + zip_code: '20785', + usps_city: 'Hyattsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 38878.0, + density: 1518.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88202, lat: 38.91808 }, + }, + { + zip_code: '21057', + usps_city: 'Glen Arm', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4232.0, + density: 97.2, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5065, lat: 39.45048 }, + }, + { + zip_code: '21120', + usps_city: 'Parkton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7095.0, + density: 64.7, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6789, lat: 39.64496 }, + }, + { + zip_code: '21229', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 45921.0, + density: 3015.4, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "84.52", "24005": "15.48"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69078, lat: 39.28514 }, + }, + { + zip_code: '21234', + usps_city: 'Parkville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 68381.0, + density: 2033.6, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "87.51", "24510": "12.49"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53387, lat: 39.39346 }, + }, + { + zip_code: '21237', + usps_city: 'Rosedale', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 30129.0, + density: 1011.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "99.84", "24510": "0.16"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4952, lat: 39.33918 }, + }, + { + zip_code: '21641', + usps_city: 'Hillsboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 388.1, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "100"}', + coty_name: ['Caroline'], + cty_code: ['24011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9422, lat: 38.91776 }, + }, + { + zip_code: '21649', + usps_city: 'Marydel', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1935.0, + density: 43.9, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "82.83", "24035": "17.17"}', + coty_name: ['Caroline', "Queen Anne's"], + cty_code: ['24011', '24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77017, lat: 39.1345 }, + }, + { + zip_code: '21790', + usps_city: 'Tuscarora', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 15.5, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49001, lat: 39.2618 }, + }, + { + zip_code: '21810', + usps_city: 'Allen', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 32.6, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70992, lat: 38.29821 }, + }, + { + zip_code: '21814', + usps_city: 'Bivalve', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 27.9, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88614, lat: 38.29207 }, + }, + { + zip_code: '22026', + usps_city: 'Dumfries', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16465.0, + density: 788.2, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.29482, lat: 38.5666 }, + }, + { + zip_code: '22039', + usps_city: 'Fairfax Station', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17598.0, + density: 288.6, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31754, lat: 38.75269 }, + }, + { + zip_code: '22315', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29470.0, + density: 2081.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15058, lat: 38.756 }, + }, + { + zip_code: '22935', + usps_city: 'Dyke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 17.4, + primary_coty_code: '51079', + primary_coty_name: 'Greene', + county_weights: '{"51079": "55.4", "51003": "44.6"}', + coty_name: ['Greene', 'Albemarle'], + cty_code: ['51079', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55554, lat: 38.26218 }, + }, + { + zip_code: '23024', + usps_city: 'Bumpass', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8502.0, + density: 31.0, + primary_coty_code: '51109', + primary_coty_name: 'Louisa', + county_weights: '{"51109": "84.85", "51177": "14.29", "51085": "0.86"}', + coty_name: ['Louisa', 'Spotsylvania', 'Hanover'], + cty_code: ['51109', '51177', '51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.77924, lat: 37.9254 }, + }, + { + zip_code: '23108', + usps_city: 'Mascot', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 2.7, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72771, lat: 37.64844 }, + }, + { + zip_code: '23148', + usps_city: 'Saint Stephens Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1799.0, + density: 10.7, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "87.25", "51057": "12.75"}', + coty_name: ['King and Queen', 'Essex'], + cty_code: ['51097', '51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05503, lat: 37.84792 }, + }, + { + zip_code: '23181', + usps_city: 'West Point', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5232.0, + density: 30.9, + primary_coty_code: '51101', + primary_coty_name: 'King William', + county_weights: '{"51101": "86.33", "51127": "13.67"}', + coty_name: ['King William', 'New Kent'], + cty_code: ['51101', '51127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88952, lat: 37.59889 }, + }, + { + zip_code: '23420', + usps_city: 'Painter', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3739.0, + density: 44.5, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80986, lat: 37.58323 }, + }, + { + zip_code: '23462', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 65906.0, + density: 2185.0, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1517, lat: 36.83721 }, + }, + { + zip_code: '23691', + usps_city: 'Yorktown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 32.2, + primary_coty_code: '51199', + primary_coty_name: 'York', + county_weights: '{"51199": "100"}', + coty_name: ['York'], + cty_code: ['51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55206, lat: 37.25171 }, + }, + { + zip_code: '23805', + usps_city: 'Petersburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19440.0, + density: 102.4, + primary_coty_code: '51730', + primary_coty_name: 'Petersburg', + county_weights: '{"51730": "67.47", "51149": "22.78", "51053": "9.75"}', + coty_name: ['Petersburg', 'Prince George', 'Dinwiddie'], + cty_code: ['51730', '51149', '51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39782, lat: 37.12902 }, + }, + { + zip_code: '23806', + usps_city: 'Virginia State University', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1640.0, + density: 3802.3, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41827, lat: 37.23857 }, + }, + { + zip_code: '23837', + usps_city: 'Courtland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4406.0, + density: 16.0, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "98.51", "51183": "1.49"}', + coty_name: ['Southampton', 'Sussex'], + cty_code: ['51175', '51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08504, lat: 36.75245 }, + }, + { + zip_code: '23879', + usps_city: 'Skippers', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 5.9, + primary_coty_code: '51081', + primary_coty_name: 'Greensville', + county_weights: '{"51081": "100"}', + coty_name: ['Greensville'], + cty_code: ['51081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59676, lat: 36.59299 }, + }, + { + zip_code: '24016', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8759.0, + density: 1041.6, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "100"}', + coty_name: ['Roanoke'], + cty_code: ['51770'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95414, lat: 37.27295 }, + }, + { + zip_code: '24055', + usps_city: 'Bassett', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12402.0, + density: 55.1, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "91.58", "51067": "4.21", "51141": "4.21"}', + coty_name: ['Henry', 'Franklin', 'Patrick'], + cty_code: ['51089', '51067', '51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99954, lat: 36.75708 }, + }, + { + zip_code: '24105', + usps_city: 'Indian Valley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 8.4, + primary_coty_code: '51063', + primary_coty_name: 'Floyd', + county_weights: '{"51063": "93.8", "51035": "6.2"}', + coty_name: ['Floyd', 'Carroll'], + cty_code: ['51063', '51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60013, lat: 36.89908 }, + }, + { + zip_code: '24201', + usps_city: 'Bristol', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16252.0, + density: 606.3, + primary_coty_code: '51520', + primary_coty_name: 'Bristol', + county_weights: '{"51520": "100"}', + coty_name: ['Bristol'], + cty_code: ['51520'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16978, lat: 36.61087 }, + }, + { + zip_code: '24221', + usps_city: 'Blackwater', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 4.5, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "58", "51169": "42"}', + coty_name: ['Lee', 'Scott'], + cty_code: ['51105', '51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99548, lat: 36.63361 }, + }, + { + zip_code: '24230', + usps_city: 'Coeburn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8092.0, + density: 24.3, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "80.3", "51051": "17.6", "51169": "2.1"}', + coty_name: ['Wise', 'Dickenson', 'Scott'], + cty_code: ['51195', '51051', '51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46443, lat: 36.96108 }, + }, + { + zip_code: '24246', + usps_city: 'East Stone Gap', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 388.0, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "100"}', + coty_name: ['Wise'], + cty_code: ['51195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74519, lat: 36.86696 }, + }, + { + zip_code: '24377', + usps_city: 'Tannersville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 3.6, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57247, lat: 37.0008 }, + }, + { + zip_code: '24479', + usps_city: 'Swoope', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1539.0, + density: 9.8, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.24144, lat: 38.15207 }, + }, + { + zip_code: '24530', + usps_city: 'Callands', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 10.3, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "99.08", "51089": "0.92"}', + coty_name: ['Pittsylvania', 'Henry'], + cty_code: ['51143', '51089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.61411, lat: 36.80401 }, + }, + { + zip_code: '24593', + usps_city: 'Spout Spring', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2260.0, + density: 24.1, + primary_coty_code: '51011', + primary_coty_name: 'Appomattox', + county_weights: '{"51011": "100"}', + coty_name: ['Appomattox'], + cty_code: ['51011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.91137, lat: 37.32795 }, + }, + { + zip_code: '24613', + usps_city: 'Falls Mills', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 560.0, + density: 18.8, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33695, lat: 37.26168 }, + }, + { + zip_code: '24656', + usps_city: 'Vansant', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2906.0, + density: 16.4, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.1233, lat: 37.17393 }, + }, + { + zip_code: '24866', + usps_city: 'Newhall', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 13.5, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58027, lat: 37.24808 }, + }, + { + zip_code: '24963', + usps_city: 'Peterstown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3737.0, + density: 26.9, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "96.63", "54089": "3.37"}', + coty_name: ['Monroe', 'Summers'], + cty_code: ['54063', '54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76931, lat: 37.43603 }, + }, + { + zip_code: '24984', + usps_city: 'Waiteville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.3, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "100"}', + coty_name: ['Monroe'], + cty_code: ['54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40375, lat: 37.49259 }, + }, + { + zip_code: '25085', + usps_city: 'Gauley Bridge', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1048.0, + density: 29.2, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19568, lat: 38.17118 }, + }, + { + zip_code: '25113', + usps_city: 'Ivydale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 7.1, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04967, lat: 38.56094 }, + }, + { + zip_code: '25201', + usps_city: 'Tad', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 203.3, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49043, lat: 38.33567 }, + }, + { + zip_code: '25214', + usps_city: 'Winifrede', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 13.7, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55641, lat: 38.17959 }, + }, + { + zip_code: '25431', + usps_city: 'Levels', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 8.5, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56789, lat: 39.48344 }, + }, + { + zip_code: '25541', + usps_city: 'Milton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10188.0, + density: 56.2, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "89.64", "54053": "10.36"}', + coty_name: ['Cabell', 'Mason'], + cty_code: ['54011', '54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12832, lat: 38.45719 }, + }, + { + zip_code: '25625', + usps_city: 'Holden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1303.0, + density: 33.9, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09475, lat: 37.82764 }, + }, + { + zip_code: '25810', + usps_city: 'Allen Junction', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 10.8, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34452, lat: 37.6024 }, + }, + { + zip_code: '25875', + usps_city: 'McGraws', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 31.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.45649, lat: 37.67817 }, + }, + { + zip_code: '26187', + usps_city: 'Williamstown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6456.0, + density: 123.5, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44836, lat: 39.36857 }, + }, + { + zip_code: '26349', + usps_city: 'Galloway', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 68.5, + primary_coty_code: '54001', + primary_coty_name: 'Barbour', + county_weights: '{"54001": "100"}', + coty_name: ['Barbour'], + cty_code: ['54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13016, lat: 39.2357 }, + }, + { + zip_code: '26412', + usps_city: 'Orlando', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 4.4, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "49.82", "54007": "39.01", "54021": "11.17"}', + coty_name: ['Lewis', 'Braxton', 'Gilmer'], + cty_code: ['54041', '54007', '54021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58488, lat: 38.88624 }, + }, + { + zip_code: '26425', + usps_city: 'Rowlesburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 912.0, + density: 7.0, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69275, lat: 39.32046 }, + }, + { + zip_code: '26543', + usps_city: 'Osage', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 150.8, + primary_coty_code: '54061', + primary_coty_name: 'Monongalia', + county_weights: '{"54061": "100"}', + coty_name: ['Monongalia'], + cty_code: ['54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.00229, lat: 39.66535 }, + }, + { + zip_code: '26547', + usps_city: 'Reedsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2696.0, + density: 69.7, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.812, lat: 39.51269 }, + }, + { + zip_code: '26623', + usps_city: 'Frametown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 7.3, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87742, lat: 38.65217 }, + }, + { + zip_code: '26638', + usps_city: 'Shock', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 3.2, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "70.79", "54013": "29.21"}', + coty_name: ['Gilmer', 'Calhoun'], + cty_code: ['54021', '54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00445, lat: 38.76169 }, + }, + { + zip_code: '26651', + usps_city: 'Summersville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9467.0, + density: 15.1, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87245, lat: 38.3243 }, + }, + { + zip_code: '26680', + usps_city: 'Nallen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 4.8, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "50.59", "54025": "25.59", "54067": "23.82"}', + coty_name: ['Fayette', 'Greenbrier', 'Nicholas'], + cty_code: ['54019', '54025', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86939, lat: 38.09522 }, + }, + { + zip_code: '27009', + usps_city: 'Belews Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3002.0, + density: 73.1, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "99.7", "37169": "0.3"}', + coty_name: ['Forsyth', 'Stokes'], + cty_code: ['37067', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.07612, lat: 36.23306 }, + }, + { + zip_code: '27025', + usps_city: 'Madison', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10937.0, + density: 43.0, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "79.57", "37169": "20.43"}', + coty_name: ['Rockingham', 'Stokes'], + cty_code: ['37157', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97286, lat: 36.37788 }, + }, + { + zip_code: '27239', + usps_city: 'Denton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9562.0, + density: 24.5, + primary_coty_code: '37057', + primary_coty_name: 'Davidson', + county_weights: '{"37057": "73.4", "37151": "26.6"}', + coty_name: ['Davidson', 'Randolph'], + cty_code: ['37057', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08959, lat: 35.60758 }, + }, + { + zip_code: '27260', + usps_city: 'High Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25505.0, + density: 810.5, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "98.9", "37151": "1.1"}', + coty_name: ['Guilford', 'Randolph'], + cty_code: ['37081', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98833, lat: 35.95396 }, + }, + { + zip_code: '27356', + usps_city: 'Star', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2759.0, + density: 18.9, + primary_coty_code: '37123', + primary_coty_name: 'Montgomery', + county_weights: '{"37123": "90.55", "37125": "9.45"}', + coty_name: ['Montgomery', 'Moore'], + cty_code: ['37123', '37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79799, lat: 35.43919 }, + }, + { + zip_code: '27519', + usps_city: 'Cary', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 56482.0, + density: 1003.1, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "96.34", "37037": "3.66"}', + coty_name: ['Wake', 'Chatham'], + cty_code: ['37183', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88695, lat: 35.80708 }, + }, + { + zip_code: '27523', + usps_city: 'Apex', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12441.0, + density: 116.1, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "77.32", "37037": "22.68"}', + coty_name: ['Wake', 'Chatham'], + cty_code: ['37183', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96053, lat: 35.77227 }, + }, + { + zip_code: '27576', + usps_city: 'Selma', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18222.0, + density: 84.6, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "100"}', + coty_name: ['Johnston'], + cty_code: ['37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2576, lat: 35.58282 }, + }, + { + zip_code: '28020', + usps_city: 'Casar', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2354.0, + density: 20.9, + primary_coty_code: '37045', + primary_coty_name: 'Cleveland', + county_weights: '{"37045": "96.94", "37161": "3.06"}', + coty_name: ['Cleveland', 'Rutherford'], + cty_code: ['37045', '37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64131, lat: 35.52498 }, + }, + { + zip_code: '28080', + usps_city: 'Iron Station', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7857.0, + density: 76.8, + primary_coty_code: '37109', + primary_coty_name: 'Lincoln', + county_weights: '{"37109": "100"}', + coty_name: ['Lincoln'], + cty_code: ['37109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10976, lat: 35.45254 }, + }, + { + zip_code: '28215', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 62543.0, + density: 790.4, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "97.17", "37025": "2.83"}', + coty_name: ['Mecklenburg', 'Cabarrus'], + cty_code: ['37119', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6935, lat: 35.24684 }, + }, + { + zip_code: '28392', + usps_city: 'Tar Heel', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 15.3, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "100"}', + coty_name: ['Bladen'], + cty_code: ['37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80148, lat: 34.73801 }, + }, + { + zip_code: '28429', + usps_city: 'Castle Hayne', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7058.0, + density: 69.7, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90118, lat: 34.34202 }, + }, + { + zip_code: '28462', + usps_city: 'Supply', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12917.0, + density: 53.5, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2885, lat: 34.02318 }, + }, + { + zip_code: '28472', + usps_city: 'Whiteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18522.0, + density: 39.4, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68917, lat: 34.30705 }, + }, + { + zip_code: '28553', + usps_city: 'Marshallberg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 402.0, + density: 126.2, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51345, lat: 34.73223 }, + }, + { + zip_code: '28635', + usps_city: 'Hays', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3055.0, + density: 28.0, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12605, lat: 36.30546 }, + }, + { + zip_code: '28645', + usps_city: 'Lenoir', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 46232.0, + density: 54.1, + primary_coty_code: '37027', + primary_coty_name: 'Caldwell', + county_weights: '{"37027": "99.19", "37023": "0.63", "37189": "0.18"}', + coty_name: ['Caldwell', 'Burke', 'Watauga'], + cty_code: ['37027', '37023', '37189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54417, lat: 35.97735 }, + }, + { + zip_code: '28667', + usps_city: 'Rhodhiss', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 360.0, + density: 231.3, + primary_coty_code: '37027', + primary_coty_name: 'Caldwell', + county_weights: '{"37027": "59.21", "37023": "40.79"}', + coty_name: ['Caldwell', 'Burke'], + cty_code: ['37027', '37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42794, lat: 35.77216 }, + }, + { + zip_code: '28773', + usps_city: 'Saluda', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2973.0, + density: 20.6, + primary_coty_code: '37149', + primary_coty_name: 'Polk', + county_weights: '{"37149": "62.79", "37089": "37.21"}', + coty_name: ['Polk', 'Henderson'], + cty_code: ['37149', '37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.31353, lat: 35.25648 }, + }, + { + zip_code: '28778', + usps_city: 'Swannanoa', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9584.0, + density: 107.6, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40701, lat: 35.61719 }, + }, + { + zip_code: '29031', + usps_city: 'Carlisle', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1185.0, + density: 3.7, + primary_coty_code: '45087', + primary_coty_name: 'Union', + county_weights: '{"45087": "66.42", "45023": "27.35", "45039": "6.23"}', + coty_name: ['Union', 'Chester', 'Fairfield'], + cty_code: ['45087', '45023', '45039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43241, lat: 34.60413 }, + }, + { + zip_code: '29114', + usps_city: 'Olanta', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1683.0, + density: 17.5, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "74.2", "45085": "24.11", "45027": "1.69"}', + coty_name: ['Florence', 'Sumter', 'Clarendon'], + cty_code: ['45041', '45085', '45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93237, lat: 33.9537 }, + }, + { + zip_code: '29130', + usps_city: 'Ridgeway', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6186.0, + density: 15.8, + primary_coty_code: '45039', + primary_coty_name: 'Fairfield', + county_weights: '{"45039": "82.37", "45055": "13.33", "45079": "4.3"}', + coty_name: ['Fairfield', 'Kershaw', 'Richland'], + cty_code: ['45039', '45055', '45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89267, lat: 34.32541 }, + }, + { + zip_code: '29202', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 11216.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.031, lat: 33.99356 }, + }, + { + zip_code: '29205', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24417.0, + density: 1434.5, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99729, lat: 33.99009 }, + }, + { + zip_code: '29212', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29435.0, + density: 503.3, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "72.33", "45079": "27.67"}', + coty_name: ['Lexington', 'Richland'], + cty_code: ['45063', '45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19934, lat: 34.07791 }, + }, + { + zip_code: '29229', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 52289.0, + density: 982.2, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8892, lat: 34.13881 }, + }, + { + zip_code: '29332', + usps_city: 'Cross Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2757.0, + density: 22.3, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "93.96", "45071": "6.04"}', + coty_name: ['Laurens', 'Newberry'], + cty_code: ['45059', '45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97031, lat: 34.2828 }, + }, + { + zip_code: '29372', + usps_city: 'Pacolet', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4493.0, + density: 40.9, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "73.6", "45021": "13.36", "45087": "13.05"}', + coty_name: ['Spartanburg', 'Cherokee', 'Union'], + cty_code: ['45083', '45021', '45087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70871, lat: 34.90581 }, + }, + { + zip_code: '29471', + usps_city: 'Reevesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1479.0, + density: 13.7, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "100"}', + coty_name: ['Dorchester'], + cty_code: ['45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66859, lat: 33.18537 }, + }, + { + zip_code: '29526', + usps_city: 'Conway', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48220.0, + density: 101.3, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96948, lat: 33.86374 }, + }, + { + zip_code: '29536', + usps_city: 'Dillon', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16822.0, + density: 50.0, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "100"}', + coty_name: ['Dillon'], + cty_code: ['45033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.37304, lat: 34.41899 }, + }, + { + zip_code: '29611', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 30257.0, + density: 505.1, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "92.28", "45007": "5.97", "45077": "1.75"}', + coty_name: ['Greenville', 'Anderson', 'Pickens'], + cty_code: ['45045', '45007', '45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45924, lat: 34.82924 }, + }, + { + zip_code: '29697', + usps_city: 'Williamston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13794.0, + density: 138.5, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "100"}', + coty_name: ['Anderson'], + cty_code: ['45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54808, lat: 34.62807 }, + }, + { + zip_code: '29906', + usps_city: 'Beaufort', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27096.0, + density: 216.0, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75031, lat: 32.44678 }, + }, + { + zip_code: '29911', + usps_city: 'Brunson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1591.0, + density: 8.2, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "100"}', + coty_name: ['Hampton'], + cty_code: ['45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14181, lat: 32.9376 }, + }, + { + zip_code: '29922', + usps_city: 'Garnett', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 872.0, + density: 2.5, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "70.84", "45053": "29.16"}', + coty_name: ['Hampton', 'Jasper'], + cty_code: ['45049', '45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28344, lat: 32.62218 }, + }, + { + zip_code: '30002', + usps_city: 'Avondale Estates', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6054.0, + density: 1382.4, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26051, lat: 33.77366 }, + }, + { + zip_code: '30032', + usps_city: 'Decatur', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 47980.0, + density: 1358.1, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26433, lat: 33.73974 }, + }, + { + zip_code: '30062', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 65801.0, + density: 983.5, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46987, lat: 33.99971 }, + }, + { + zip_code: '30079', + usps_city: 'Scottdale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3973.0, + density: 1200.2, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25768, lat: 33.79242 }, + }, + { + zip_code: '30110', + usps_city: 'Bremen', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13835.0, + density: 76.8, + primary_coty_code: '13143', + primary_coty_name: 'Haralson', + county_weights: '{"13143": "95.49", "13045": "4.51"}', + coty_name: ['Haralson', 'Carroll'], + cty_code: ['13143', '13045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.13332, lat: 33.742 }, + }, + { + zip_code: '30121', + usps_city: 'Cartersville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24742.0, + density: 169.1, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "100"}', + coty_name: ['Bartow'], + cty_code: ['13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.77663, lat: 34.2084 }, + }, + { + zip_code: '30157', + usps_city: 'Dallas', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 48978.0, + density: 222.4, + primary_coty_code: '13223', + primary_coty_name: 'Paulding', + county_weights: '{"13223": "97.48", "13067": "2.52"}', + coty_name: ['Paulding', 'Cobb'], + cty_code: ['13223', '13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87326, lat: 33.88586 }, + }, + { + zip_code: '30165', + usps_city: 'Rome', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 41536.0, + density: 96.6, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "99.77", "01019": "0.18", "13055": "0.05"}', + coty_name: ['Floyd', 'Cherokee', 'Chattooga'], + cty_code: ['13115', '01019', '13055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.27155, lat: 34.30358 }, + }, + { + zip_code: '30342', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 30873.0, + density: 1333.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.37464, lat: 33.88204 }, + }, + { + zip_code: '30420', + usps_city: 'Cobbtown', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 988.0, + density: 10.1, + primary_coty_code: '13267', + primary_coty_name: 'Tattnall', + county_weights: '{"13267": "87.33", "13043": "12.67"}', + coty_name: ['Tattnall', 'Candler'], + cty_code: ['13267', '13043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15678, lat: 32.28838 }, + }, + { + zip_code: '30434', + usps_city: 'Louisville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5331.0, + density: 10.4, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "94.59", "13033": "5.41"}', + coty_name: ['Jefferson', 'Burke'], + cty_code: ['13163', '13033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37729, lat: 33.02522 }, + }, + { + zip_code: '30738', + usps_city: 'Rising Fawn', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3697.0, + density: 16.6, + primary_coty_code: '13083', + primary_coty_name: 'Dade', + county_weights: '{"13083": "69.65", "13295": "30.35"}', + coty_name: ['Dade', 'Walker'], + cty_code: ['13083', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.47852, lat: 34.79667 }, + }, + { + zip_code: '31081', + usps_city: 'Rupert', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 0.2, + primary_coty_code: '13269', + primary_coty_name: 'Taylor', + county_weights: '{"13269": "100"}', + coty_name: ['Taylor'], + cty_code: ['13269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27963, lat: 32.41458 }, + }, + { + zip_code: '31084', + usps_city: 'Seville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 94.6, + primary_coty_code: '13315', + primary_coty_name: 'Wilcox', + county_weights: '{"13315": "100"}', + coty_name: ['Wilcox'], + cty_code: ['13315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.60556, lat: 31.963 }, + }, + { + zip_code: '31092', + usps_city: 'Vienna', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6843.0, + density: 14.1, + primary_coty_code: '13093', + primary_coty_name: 'Dooly', + county_weights: '{"13093": "97.33", "13081": "2.67"}', + coty_name: ['Dooly', 'Crisp'], + cty_code: ['13093', '13081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78572, lat: 32.09069 }, + }, + { + zip_code: '31320', + usps_city: 'Midway', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7769.0, + density: 25.6, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "100"}', + coty_name: ['Liberty'], + cty_code: ['13179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36617, lat: 31.76809 }, + }, + { + zip_code: '31321', + usps_city: 'Pembroke', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7947.0, + density: 22.1, + primary_coty_code: '13029', + primary_coty_name: 'Bryan', + county_weights: '{"13029": "64.54", "13031": "35.46"}', + coty_name: ['Bryan', 'Bulloch'], + cty_code: ['13029', '13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.66567, lat: 32.18121 }, + }, + { + zip_code: '31329', + usps_city: 'Springfield', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10499.0, + density: 38.3, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "100"}', + coty_name: ['Effingham'], + cty_code: ['13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34866, lat: 32.42312 }, + }, + { + zip_code: '31419', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 58800.0, + density: 353.0, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23582, lat: 31.99574 }, + }, + { + zip_code: '31535', + usps_city: 'Douglas', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10893.0, + density: 41.8, + primary_coty_code: '13069', + primary_coty_name: 'Coffee', + county_weights: '{"13069": "100"}', + coty_name: ['Coffee'], + cty_code: ['13069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85609, lat: 31.45513 }, + }, + { + zip_code: '31562', + usps_city: 'Saint George', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2478.0, + density: 8.9, + primary_coty_code: '13049', + primary_coty_name: 'Charlton', + county_weights: '{"13049": "100"}', + coty_name: ['Charlton'], + cty_code: ['13049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10574, lat: 30.47555 }, + }, + { + zip_code: '31626', + usps_city: 'Boston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3416.0, + density: 9.2, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "92.95", "13027": "7.05"}', + coty_name: ['Thomas', 'Brooks'], + cty_code: ['13275', '13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80106, lat: 30.77558 }, + }, + { + zip_code: '31630', + usps_city: 'Du Pont', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 1.9, + primary_coty_code: '13065', + primary_coty_name: 'Clinch', + county_weights: '{"13065": "81.38", "13101": "18.62"}', + coty_name: ['Clinch', 'Echols'], + cty_code: ['13065', '13101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87935, lat: 30.92379 }, + }, + { + zip_code: '31735', + usps_city: 'Cobb', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 686.0, + density: 12.2, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "100"}', + coty_name: ['Sumter'], + cty_code: ['13261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9645, lat: 31.9691 }, + }, + { + zip_code: '31907', + usps_city: 'Columbus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 57967.0, + density: 972.1, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "100"}', + coty_name: ['Muscogee'], + cty_code: ['13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.90133, lat: 32.48254 }, + }, + { + zip_code: '32086', + usps_city: 'Saint Augustine', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29580.0, + density: 173.6, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30311, lat: 29.75675 }, + }, + { + zip_code: '32119', + usps_city: 'Daytona Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22344.0, + density: 1097.1, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02691, lat: 29.16002 }, + }, + { + zip_code: '32216', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38231.0, + density: 1173.0, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58314, lat: 30.27874 }, + }, + { + zip_code: '32404', + usps_city: 'Panama City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39503.0, + density: 118.3, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.50611, lat: 30.20096 }, + }, + { + zip_code: '32433', + usps_city: 'Defuniak Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17877.0, + density: 26.6, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "100"}', + coty_name: ['Walton'], + cty_code: ['12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.20229, lat: 30.8494 }, + }, + { + zip_code: '32508', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5383.0, + density: 256.0, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30278, lat: 30.35478 }, + }, + { + zip_code: '32550', + usps_city: 'Miramar Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7978.0, + density: 458.7, + primary_coty_code: '12131', + primary_coty_name: 'Walton', + county_weights: '{"12131": "100"}', + coty_name: ['Walton'], + cty_code: ['12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.34555, lat: 30.38554 }, + }, + { + zip_code: '32622', + usps_city: 'Brooker', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 6.5, + primary_coty_code: '12007', + primary_coty_name: 'Bradford', + county_weights: '{"12007": "76.28", "12001": "23.72"}', + coty_name: ['Bradford', 'Alachua'], + cty_code: ['12007', '12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.31504, lat: 29.90281 }, + }, + { + zip_code: '32703', + usps_city: 'Apopka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 53763.0, + density: 408.5, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "76.01", "12117": "23.99"}', + coty_name: ['Orange', 'Seminole'], + cty_code: ['12095', '12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55295, lat: 28.67069 }, + }, + { + zip_code: '32764', + usps_city: 'Osteen', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3165.0, + density: 13.4, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08391, lat: 28.84704 }, + }, + { + zip_code: '33065', + usps_city: 'Coral Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 58171.0, + density: 2708.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.26039, lat: 26.27284 }, + }, + { + zip_code: '33315', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13801.0, + density: 1018.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15296, lat: 26.08705 }, + }, + { + zip_code: '33415', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51791.0, + density: 2708.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12741, lat: 26.66035 }, + }, + { + zip_code: '33761', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19794.0, + density: 1436.3, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72396, lat: 28.03095 }, + }, + { + zip_code: '33844', + usps_city: 'Haines City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36701.0, + density: 141.6, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58533, lat: 28.08452 }, + }, + { + zip_code: '33848', + usps_city: 'Intercession City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1022.0, + density: 29.9, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50688, lat: 28.2774 }, + }, + { + zip_code: '33898', + usps_city: 'Lake Wales', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16931.0, + density: 21.4, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36219, lat: 27.82721 }, + }, + { + zip_code: '33907', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24429.0, + density: 1343.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87137, lat: 26.56431 }, + }, + { + zip_code: '33917', + usps_city: 'North Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30049.0, + density: 209.8, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "99.54", "12015": "0.46"}', + coty_name: ['Lee', 'Charlotte'], + cty_code: ['12071', '12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84351, lat: 26.73578 }, + }, + { + zip_code: '33993', + usps_city: 'Cape Coral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27905.0, + density: 176.5, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.03084, lat: 26.69196 }, + }, + { + zip_code: '34135', + usps_city: 'Bonita Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47356.0, + density: 506.6, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.75197, lat: 26.35547 }, + }, + { + zip_code: '34238', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20049.0, + density: 584.7, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46878, lat: 27.23049 }, + }, + { + zip_code: '34241', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15568.0, + density: 87.2, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37769, lat: 27.2464 }, + }, + { + zip_code: '34289', + usps_city: 'North Port', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3481.0, + density: 402.1, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13588, lat: 27.08618 }, + }, + { + zip_code: '34433', + usps_city: 'Dunnellon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6574.0, + density: 75.9, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52319, lat: 28.99724 }, + }, + { + zip_code: '34498', + usps_city: 'Yankeetown', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 30.2, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "100"}', + coty_name: ['Levy'], + cty_code: ['12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73375, lat: 29.03287 }, + }, + { + zip_code: '34637', + usps_city: "Land O'Lakes", + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8411.0, + density: 231.2, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46411, lat: 28.29724 }, + }, + { + zip_code: '34947', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14155.0, + density: 567.7, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37593, lat: 27.44897 }, + }, + { + zip_code: '34949', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7663.0, + density: 315.2, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30408, lat: 27.46663 }, + }, + { + zip_code: '34982', + usps_city: 'Fort Pierce', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25135.0, + density: 577.2, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30818, lat: 27.37291 }, + }, + { + zip_code: '35022', + usps_city: 'Bessemer', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 21587.0, + density: 127.2, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "96.12", "01117": "3.88"}', + coty_name: ['Jefferson', 'Shelby'], + cty_code: ['01073', '01117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.96578, lat: 33.32251 }, + }, + { + zip_code: '35640', + usps_city: 'Hartselle', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 25654.0, + density: 90.2, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "100"}', + coty_name: ['Morgan'], + cty_code: ['1103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.94406, lat: 34.44125 }, + }, + { + zip_code: '35647', + usps_city: 'Lester', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1177.0, + density: 19.3, + primary_coty_code: '1083', + primary_coty_name: 'Limestone', + county_weights: '{"01083": "100"}', + coty_name: ['Limestone'], + cty_code: ['1083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.12179, lat: 34.96594 }, + }, + { + zip_code: '35652', + usps_city: 'Rogersville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8704.0, + density: 40.2, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "98.72", "01083": "1.28"}', + coty_name: ['Lauderdale', 'Limestone'], + cty_code: ['01077', '01083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.31128, lat: 34.84536 }, + }, + { + zip_code: '35670', + usps_city: 'Somerville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6594.0, + density: 25.0, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "100"}', + coty_name: ['Morgan'], + cty_code: ['1103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.71905, lat: 34.46093 }, + }, + { + zip_code: '35761', + usps_city: 'New Market', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12547.0, + density: 41.6, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.41162, lat: 34.91474 }, + }, + { + zip_code: '36067', + usps_city: 'Prattville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 27601.0, + density: 44.5, + primary_coty_code: '1001', + primary_coty_name: 'Autauga', + county_weights: '{"01001": "100"}', + coty_name: ['Autauga'], + cty_code: ['1001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.56897, lat: 32.51248 }, + }, + { + zip_code: '36071', + usps_city: 'Rutledge', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 3.7, + primary_coty_code: '1041', + primary_coty_name: 'Crenshaw', + county_weights: '{"01041": "97.78", "01013": "2.22"}', + coty_name: ['Crenshaw', 'Butler'], + cty_code: ['01041', '01013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.39565, lat: 31.70592 }, + }, + { + zip_code: '36305', + usps_city: 'Dothan', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15954.0, + density: 194.1, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "94.97", "01061": "5.03"}', + coty_name: ['Houston', 'Geneva'], + cty_code: ['01069', '01061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.49807, lat: 31.20136 }, + }, + { + zip_code: '36352', + usps_city: 'Newton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5433.0, + density: 29.6, + primary_coty_code: '1069', + primary_coty_name: 'Houston', + county_weights: '{"01069": "60.57", "01045": "38.2", "01061": "1.23"}', + coty_name: ['Houston', 'Dale', 'Geneva'], + cty_code: ['01069', '01045', '01061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.61533, lat: 31.25985 }, + }, + { + zip_code: '36362', + usps_city: 'Fort Rucker', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5311.0, + density: 69.7, + primary_coty_code: '1045', + primary_coty_name: 'Dale', + county_weights: '{"01045": "100"}', + coty_name: ['Dale'], + cty_code: ['1045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.69072, lat: 31.35089 }, + }, + { + zip_code: '36475', + usps_city: 'Repton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2393.0, + density: 5.6, + primary_coty_code: '1035', + primary_coty_name: 'Conecuh', + county_weights: '{"01035": "74.59", "01099": "25.41"}', + coty_name: ['Conecuh', 'Monroe'], + cty_code: ['01035', '01099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.2247, lat: 31.38141 }, + }, + { + zip_code: '36540', + usps_city: 'Gainestown', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 5.5, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66859, lat: 31.44549 }, + }, + { + zip_code: '36561', + usps_city: 'Orange Beach', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6843.0, + density: 163.0, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57033, lat: 30.28692 }, + }, + { + zip_code: '36564', + usps_city: 'Point Clear', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 193.7, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92522, lat: 30.47681 }, + }, + { + zip_code: '36604', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9423.0, + density: 1377.0, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06816, lat: 30.6822 }, + }, + { + zip_code: '36693', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 19721.0, + density: 604.3, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14987, lat: 30.6266 }, + }, + { + zip_code: '36695', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 51804.0, + density: 418.8, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28067, lat: 30.63011 }, + }, + { + zip_code: '36703', + usps_city: 'Selma', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12927.0, + density: 41.3, + primary_coty_code: '1047', + primary_coty_name: 'Dallas', + county_weights: '{"01047": "98.75", "01001": "1.25"}', + coty_name: ['Dallas', 'Autauga'], + cty_code: ['01047', '01001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.91074, lat: 32.43261 }, + }, + { + zip_code: '36849', + usps_city: 'Auburn University', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4185.0, + density: 4170.4, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "100"}', + coty_name: ['Lee'], + cty_code: ['1081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.4873, lat: 32.60241 }, + }, + { + zip_code: '36852', + usps_city: 'Cusseta', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2744.0, + density: 30.1, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "81.73", "01017": "18.27"}', + coty_name: ['Lee', 'Chambers'], + cty_code: ['01081', '01017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.29141, lat: 32.75726 }, + }, + { + zip_code: '37073', + usps_city: 'Greenbrier', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14785.0, + density: 112.6, + primary_coty_code: '47147', + primary_coty_name: 'Robertson', + county_weights: '{"47147": "100"}', + coty_name: ['Robertson'], + cty_code: ['47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.81408, lat: 36.4279 }, + }, + { + zip_code: '37085', + usps_city: 'Lascassas', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4856.0, + density: 33.4, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "87.51", "47189": "12.49"}', + coty_name: ['Rutherford', 'Wilson'], + cty_code: ['47149', '47189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.2805, lat: 35.95483 }, + }, + { + zip_code: '37091', + usps_city: 'Lewisburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22440.0, + density: 41.8, + primary_coty_code: '47117', + primary_coty_name: 'Marshall', + county_weights: '{"47117": "96.72", "47003": "3.04", "47119": "0.24"}', + coty_name: ['Marshall', 'Bedford', 'Maury'], + cty_code: ['47117', '47003', '47119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76278, lat: 35.48621 }, + }, + { + zip_code: '37313', + usps_city: 'Coalmont', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1550.0, + density: 17.6, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "100"}', + coty_name: ['Grundy'], + cty_code: ['47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.71265, lat: 35.36125 }, + }, + { + zip_code: '37404', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12136.0, + density: 950.9, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.27369, lat: 35.02794 }, + }, + { + zip_code: '37408', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1722.0, + density: 346.9, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.30849, lat: 35.02868 }, + }, + { + zip_code: '37733', + usps_city: 'Rugby', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 4.5, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "100"}', + coty_name: ['Morgan'], + cty_code: ['47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.71124, lat: 36.35405 }, + }, + { + zip_code: '37760', + usps_city: 'Jefferson City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 13714.0, + density: 132.4, + primary_coty_code: '47089', + primary_coty_name: 'Jefferson', + county_weights: '{"47089": "100"}', + coty_name: ['Jefferson'], + cty_code: ['47089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.46447, lat: 36.11059 }, + }, + { + zip_code: '37909', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 16282.0, + density: 898.9, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.0214, lat: 35.94757 }, + }, + { + zip_code: '38112', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 16512.0, + density: 1417.8, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97668, lat: 35.14785 }, + }, + { + zip_code: '38253', + usps_city: 'Rives', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 8.2, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "100"}', + coty_name: ['Obion'], + cty_code: ['47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05191, lat: 36.29684 }, + }, + { + zip_code: '38315', + usps_city: 'Bethel Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3775.0, + density: 13.1, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "93.6", "47023": "6.4"}', + coty_name: ['McNairy', 'Chester'], + cty_code: ['47109', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62638, lat: 35.26727 }, + }, + { + zip_code: '38352', + usps_city: 'Luray', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 644.0, + density: 13.0, + primary_coty_code: '47023', + primary_coty_name: 'Chester', + county_weights: '{"47023": "78.14", "47077": "21.86"}', + coty_name: ['Chester', 'Henderson'], + cty_code: ['47023', '47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53216, lat: 35.53163 }, + }, + { + zip_code: '38356', + usps_city: 'Medon', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2728.0, + density: 14.6, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "67.4", "47069": "24.03", "47023": "8.57"}', + coty_name: ['Madison', 'Hardeman', 'Chester'], + cty_code: ['47113', '47069', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.89534, lat: 35.43449 }, + }, + { + zip_code: '38464', + usps_city: 'Lawrenceburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 22347.0, + density: 30.9, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "95.15", "47181": "2.59", "47055": "2.26"}', + coty_name: ['Lawrence', 'Wayne', 'Giles'], + cty_code: ['47099', '47181', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.42957, lat: 35.28669 }, + }, + { + zip_code: '38483', + usps_city: 'Summertown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5910.0, + density: 23.4, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: + '{"47099": "74.52", "47101": "21.56", "47119": "2", "47055": "1.92"}', + coty_name: ['Lawrence', 'Lewis', 'Maury', 'Giles'], + cty_code: ['47099', '47101', '47119', '47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.33956, lat: 35.43768 }, + }, + { + zip_code: '38650', + usps_city: 'Myrtle', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4165.0, + density: 20.6, + primary_coty_code: '28145', + primary_coty_name: 'Union', + county_weights: '{"28145": "99.25", "28009": "0.75"}', + coty_name: ['Union', 'Benton'], + cty_code: ['28145', '28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14143, lat: 34.52584 }, + }, + { + zip_code: '38683', + usps_city: 'Walnut', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4688.0, + density: 13.1, + primary_coty_code: '28139', + primary_coty_name: 'Tippah', + county_weights: '{"28139": "63.83", "28003": "33.71", "28009": "2.47"}', + coty_name: ['Tippah', 'Alcorn', 'Benton'], + cty_code: ['28139', '28003', '28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87019, lat: 34.93753 }, + }, + { + zip_code: '38863', + usps_city: 'Pontotoc', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 20560.0, + density: 28.1, + primary_coty_code: '28115', + primary_coty_name: 'Pontotoc', + county_weights: '{"28115": "99.96", "28071": "0.04"}', + coty_name: ['Pontotoc', 'Lafayette'], + cty_code: ['28115', '28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01938, lat: 34.21931 }, + }, + { + zip_code: '38950', + usps_city: 'Philipp', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 473.0, + density: 4.9, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2119, lat: 33.74864 }, + }, + { + zip_code: '38958', + usps_city: 'Swan Lake', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "100"}', + coty_name: ['Leflore'], + cty_code: ['28083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42558, lat: 33.30538 }, + }, + { + zip_code: '39175', + usps_city: 'Utica', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4317.0, + density: 6.9, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "82.84", "28029": "12.39", "28021": "4.77"}', + coty_name: ['Hinds', 'Copiah', 'Claiborne'], + cty_code: ['28049', '28029', '28021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.62825, lat: 32.09202 }, + }, + { + zip_code: '39309', + usps_city: 'Meridian', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 227.2, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['28075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.61318, lat: 32.55039 }, + }, + { + zip_code: '39363', + usps_city: 'Stonewall', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1316.0, + density: 21.5, + primary_coty_code: '28023', + primary_coty_name: 'Clarke', + county_weights: '{"28023": "100"}', + coty_name: ['Clarke'], + cty_code: ['28023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77845, lat: 32.12033 }, + }, + { + zip_code: '39367', + usps_city: 'Waynesboro', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 14746.0, + density: 12.1, + primary_coty_code: '28153', + primary_coty_name: 'Wayne', + county_weights: '{"28153": "98.34", "28023": "1.66"}', + coty_name: ['Wayne', 'Clarke'], + cty_code: ['28153', '28023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66749, lat: 31.67902 }, + }, + { + zip_code: '39427', + usps_city: 'Carson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1374.0, + density: 9.1, + primary_coty_code: '28065', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"28065": "100"}', + coty_name: ['Jefferson Davis'], + cty_code: ['28065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82791, lat: 31.48135 }, + }, + { + zip_code: '39429', + usps_city: 'Columbia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16454.0, + density: 20.8, + primary_coty_code: '28091', + primary_coty_name: 'Marion', + county_weights: '{"28091": "99.61", "28073": "0.27", "28065": "0.12"}', + coty_name: ['Marion', 'Lamar', 'Jefferson Davis'], + cty_code: ['28091', '28073', '28065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76187, lat: 31.24372 }, + }, + { + zip_code: '39503', + usps_city: 'Gulfport', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 55692.0, + density: 178.2, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.1536, lat: 30.47761 }, + }, + { + zip_code: '39553', + usps_city: 'Gautier', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16750.0, + density: 244.6, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "100"}', + coty_name: ['Jackson'], + cty_code: ['28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64751, lat: 30.41322 }, + }, + { + zip_code: '39702', + usps_city: 'Columbus', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 23215.0, + density: 88.8, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "100"}', + coty_name: ['Lowndes'], + cty_code: ['28087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34479, lat: 33.43974 }, + }, + { + zip_code: '39813', + usps_city: 'Arlington', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1975.0, + density: 6.2, + primary_coty_code: '13037', + primary_coty_name: 'Calhoun', + county_weights: '{"13037": "62.99", "13099": "30.38", "13007": "6.64"}', + coty_name: ['Calhoun', 'Early', 'Baker'], + cty_code: ['13037', '13099', '13007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.681, lat: 31.41755 }, + }, + { + zip_code: '40020', + usps_city: 'Fairfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 90.3, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "100"}', + coty_name: ['Nelson'], + cty_code: ['21179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.38753, lat: 37.93504 }, + }, + { + zip_code: '40223', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 23357.0, + density: 768.0, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.54185, lat: 38.25996 }, + }, + { + zip_code: '40385', + usps_city: 'Waco', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2969.0, + density: 24.2, + primary_coty_code: '21151', + primary_coty_name: 'Madison', + county_weights: '{"21151": "100"}', + coty_name: ['Madison'], + cty_code: ['21151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13247, lat: 37.73669 }, + }, + { + zip_code: '40515', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 35772.0, + density: 245.5, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "98.85", "21113": "0.65", "21049": "0.5"}', + coty_name: ['Fayette', 'Jessamine', 'Clark'], + cty_code: ['21067', '21113', '21049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40976, lat: 37.92033 }, + }, + { + zip_code: '40844', + usps_city: 'Hoskinston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 4.0, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.35017, lat: 37.06094 }, + }, + { + zip_code: '40903', + usps_city: 'Artemus', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 764.0, + density: 34.4, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81847, lat: 36.80837 }, + }, + { + zip_code: '40940', + usps_city: 'Frakes', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 6.8, + primary_coty_code: '21235', + primary_coty_name: 'Whitley', + county_weights: '{"21235": "56.69", "21013": "43.31"}', + coty_name: ['Whitley', 'Bell'], + cty_code: ['21235', '21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94829, lat: 36.60704 }, + }, + { + zip_code: '40943', + usps_city: 'Girdler', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 34.8, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.85788, lat: 36.95663 }, + }, + { + zip_code: '41124', + usps_city: 'Blaine', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 785.0, + density: 5.2, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "100"}', + coty_name: ['Lawrence'], + cty_code: ['21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85102, lat: 38.02977 }, + }, + { + zip_code: '41352', + usps_city: 'Mize', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 592.0, + density: 10.8, + primary_coty_code: '21175', + primary_coty_name: 'Morgan', + county_weights: '{"21175": "100"}', + coty_name: ['Morgan'], + cty_code: ['21175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33355, lat: 37.82357 }, + }, + { + zip_code: '41503', + usps_city: 'South Williamson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 149.0, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28772, lat: 37.66445 }, + }, + { + zip_code: '41559', + usps_city: 'Regina', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 15.8, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.38292, lat: 37.37443 }, + }, + { + zip_code: '41604', + usps_city: 'Beaver', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 32.4, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66567, lat: 37.38891 }, + }, + { + zip_code: '41632', + usps_city: 'Gunlock', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 4.7, + primary_coty_code: '21153', + primary_coty_name: 'Magoffin', + county_weights: '{"21153": "100"}', + coty_name: ['Magoffin'], + cty_code: ['21153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94021, lat: 37.54642 }, + }, + { + zip_code: '41739', + usps_city: 'Dwarf', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 24.2, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "87.71", "21119": "12.29"}', + coty_name: ['Perry', 'Knott'], + cty_code: ['21193', '21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.12149, lat: 37.32532 }, + }, + { + zip_code: '41746', + usps_city: 'Happy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 464.0, + density: 22.7, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09802, lat: 37.21047 }, + }, + { + zip_code: '41749', + usps_city: 'Hyden', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2918.0, + density: 12.1, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41011, lat: 37.19766 }, + }, + { + zip_code: '41772', + usps_city: 'Vest', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 4.3, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04841, lat: 37.42968 }, + }, + { + zip_code: '41832', + usps_city: 'Letcher', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 19.5, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95853, lat: 37.14879 }, + }, + { + zip_code: '42256', + usps_city: 'Lewisburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4637.0, + density: 9.4, + primary_coty_code: '21141', + primary_coty_name: 'Logan', + county_weights: + '{"21141": "74.82", "21031": "12.13", "21219": "12.09", "21177": "0.95"}', + coty_name: ['Logan', 'Butler', 'Todd', 'Muhlenberg'], + cty_code: ['21141', '21031', '21219', '21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.94594, lat: 37.01479 }, + }, + { + zip_code: '43003', + usps_city: 'Ashley', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2922.0, + density: 33.3, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "74.7", "39117": "25.3"}', + coty_name: ['Delaware', 'Morrow'], + cty_code: ['39041', '39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97538, lat: 40.41034 }, + }, + { + zip_code: '43016', + usps_city: 'Dublin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36886.0, + density: 786.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "92.2", "39159": "7.15", "39041": "0.65"}', + coty_name: ['Franklin', 'Union', 'Delaware'], + cty_code: ['39049', '39159', '39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.15376, lat: 40.09861 }, + }, + { + zip_code: '43032', + usps_city: 'Kilbourne', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 150.2, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "100"}', + coty_name: ['Delaware'], + cty_code: ['39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95917, lat: 40.32822 }, + }, + { + zip_code: '43074', + usps_city: 'Sunbury', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13980.0, + density: 62.3, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "98.93", "39089": "1.07"}', + coty_name: ['Delaware', 'Licking'], + cty_code: ['39041', '39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84958, lat: 40.27834 }, + }, + { + zip_code: '43109', + usps_city: 'Brice', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 190.0, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8337, lat: 39.91257 }, + }, + { + zip_code: '43203', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8014.0, + density: 2092.9, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96898, lat: 39.9731 }, + }, + { + zip_code: '43319', + usps_city: 'East Liberty', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 943.0, + density: 17.4, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "99.81", "39159": "0.19"}', + coty_name: ['Logan', 'Union'], + cty_code: ['39091', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.57216, lat: 40.30649 }, + }, + { + zip_code: '43412', + usps_city: 'Curtice', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4162.0, + density: 55.7, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "51.67", "39123": "48.33"}', + coty_name: ['Lucas', 'Ottawa'], + cty_code: ['39095', '39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32311, lat: 41.627 }, + }, + { + zip_code: '43517', + usps_city: 'Edgerton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4012.0, + density: 23.9, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "80.56", "39039": "19.44"}', + coty_name: ['Williams', 'Defiance'], + cty_code: ['39171', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.72687, lat: 41.44021 }, + }, + { + zip_code: '43617', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7192.0, + density: 507.3, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.72823, lat: 41.66465 }, + }, + { + zip_code: '43728', + usps_city: 'Chesterhill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1506.0, + density: 15.6, + primary_coty_code: '39115', + primary_coty_name: 'Morgan', + county_weights: '{"39115": "98.96", "39009": "1.04"}', + coty_name: ['Morgan', 'Athens'], + cty_code: ['39115', '39009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89469, lat: 39.49212 }, + }, + { + zip_code: '43740', + usps_city: 'Gratiot', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 235.6, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "65.63", "39119": "34.38"}', + coty_name: ['Licking', 'Muskingum'], + cty_code: ['39089', '39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.21278, lat: 39.95221 }, + }, + { + zip_code: '43748', + usps_city: 'Junction City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2749.0, + density: 29.7, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "100"}', + coty_name: ['Perry'], + cty_code: ['39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30934, lat: 39.70025 }, + }, + { + zip_code: '44024', + usps_city: 'Chardon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 23905.0, + density: 102.2, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "98.87", "39085": "1.13"}', + coty_name: ['Geauga', 'Lake'], + cty_code: ['39055', '39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19262, lat: 41.57663 }, + }, + { + zip_code: '44032', + usps_city: 'Dorset', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1434.0, + density: 13.8, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6699, lat: 41.66599 }, + }, + { + zip_code: '44053', + usps_city: 'Lorain', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19424.0, + density: 632.2, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22405, lat: 41.42515 }, + }, + { + zip_code: '44103', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15938.0, + density: 1410.8, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64237, lat: 41.5172 }, + }, + { + zip_code: '44108', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21250.0, + density: 1933.6, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60842, lat: 41.54 }, + }, + { + zip_code: '44233', + usps_city: 'Hinckley', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7967.0, + density: 115.2, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "100"}', + coty_name: ['Medina'], + cty_code: ['39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73512, lat: 41.23941 }, + }, + { + zip_code: '44301', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15044.0, + density: 1643.6, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52455, lat: 41.04388 }, + }, + { + zip_code: '44403', + usps_city: 'Brookfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3920.0, + density: 104.9, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58148, lat: 41.24042 }, + }, + { + zip_code: '44418', + usps_city: 'Fowler', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1189.0, + density: 26.3, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60347, lat: 41.3074 }, + }, + { + zip_code: '44454', + usps_city: 'Petersburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1097.0, + density: 51.1, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "93.15", "39029": "6.85"}', + coty_name: ['Mahoning', 'Columbiana'], + cty_code: ['39099', '39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54298, lat: 40.92002 }, + }, + { + zip_code: '44471', + usps_city: 'Struthers', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10618.0, + density: 933.8, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58968, lat: 41.04848 }, + }, + { + zip_code: '44606', + usps_city: 'Apple Creek', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8517.0, + density: 78.4, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "100"}', + coty_name: ['Wayne'], + cty_code: ['39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79763, lat: 40.73165 }, + }, + { + zip_code: '44637', + usps_city: 'Killbuck', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3000.0, + density: 20.9, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "89.31", "39031": "10.69"}', + coty_name: ['Holmes', 'Coshocton'], + cty_code: ['39075', '39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.03372, lat: 40.48315 }, + }, + { + zip_code: '44683', + usps_city: 'Uhrichsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8292.0, + density: 46.8, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "94.47", "39067": "5.53"}', + coty_name: ['Tuscarawas', 'Harrison'], + cty_code: ['39157', '39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32318, lat: 40.35284 }, + }, + { + zip_code: '44849', + usps_city: 'Nevada', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2572.0, + density: 20.4, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "79.6", "39033": "19.2", "39101": "1.19"}', + coty_name: ['Wyandot', 'Crawford', 'Marion'], + cty_code: ['39175', '39033', '39101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13046, lat: 40.80925 }, + }, + { + zip_code: '45162', + usps_city: 'Pleasant Plain', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2510.0, + density: 41.0, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "62.68", "39025": "37.32"}', + coty_name: ['Warren', 'Clermont'], + cty_code: ['39165', '39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.07828, lat: 39.26783 }, + }, + { + zip_code: '45169', + usps_city: 'Sabina', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4611.0, + density: 18.3, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "92.37", "39047": "5.72", "39057": "1.91"}', + coty_name: ['Clinton', 'Fayette', 'Greene'], + cty_code: ['39027', '39047', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.64981, lat: 39.50061 }, + }, + { + zip_code: '45172', + usps_city: 'Sinking Spring', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 143.5, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "100"}', + coty_name: ['Highland'], + cty_code: ['39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38688, lat: 39.07447 }, + }, + { + zip_code: '45242', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22481.0, + density: 629.7, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35637, lat: 39.24362 }, + }, + { + zip_code: '45245', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21872.0, + density: 535.4, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27533, lat: 39.06272 }, + }, + { + zip_code: '45315', + usps_city: 'Clayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3977.0, + density: 143.1, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33909, lat: 39.85699 }, + }, + { + zip_code: '45319', + usps_city: 'Donnelsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 388.7, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94321, lat: 39.91613 }, + }, + { + zip_code: '45346', + usps_city: 'New Madison', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2038.0, + density: 18.7, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7113, lat: 39.98073 }, + }, + { + zip_code: '45359', + usps_city: 'Pleasant Hill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1896.0, + density: 48.6, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "100"}', + coty_name: ['Miami'], + cty_code: ['39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35256, lat: 40.05141 }, + }, + { + zip_code: '45380', + usps_city: 'Versailles', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5520.0, + density: 31.2, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51429, lat: 40.24335 }, + }, + { + zip_code: '45385', + usps_city: 'Xenia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 39139.0, + density: 110.5, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91316, lat: 39.6698 }, + }, + { + zip_code: '45502', + usps_city: 'Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15708.0, + density: 52.5, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "98.45", "39021": "1.55"}', + coty_name: ['Clark', 'Champaign'], + cty_code: ['39023', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81837, lat: 39.92831 }, + }, + { + zip_code: '45645', + usps_city: 'Kitts Hill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2317.0, + density: 19.1, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "100"}', + coty_name: ['Lawrence'], + cty_code: ['39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53159, lat: 38.56988 }, + }, + { + zip_code: '45652', + usps_city: 'McDermott', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3706.0, + density: 43.1, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.08477, lat: 38.83144 }, + }, + { + zip_code: '45669', + usps_city: 'Proctorville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9844.0, + density: 109.7, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "100"}', + coty_name: ['Lawrence'], + cty_code: ['39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35534, lat: 38.49429 }, + }, + { + zip_code: '45671', + usps_city: 'Rarden', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 228.0, + density: 5.2, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "86.65", "39131": "13.35"}', + coty_name: ['Scioto', 'Pike'], + cty_code: ['39145', '39131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24146, lat: 38.96821 }, + }, + { + zip_code: '45693', + usps_city: 'West Union', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8935.0, + density: 27.3, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "100"}', + coty_name: ['Adams'], + cty_code: ['39001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53667, lat: 38.81009 }, + }, + { + zip_code: '45773', + usps_city: 'Reno', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 7.2, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.26731, lat: 39.4585 }, + }, + { + zip_code: '45830', + usps_city: 'Columbus Grove', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5718.0, + density: 23.3, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "79.38", "39003": "20.62"}', + coty_name: ['Putnam', 'Allen'], + cty_code: ['39137', '39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09236, lat: 40.90566 }, + }, + { + zip_code: '45861', + usps_city: 'Melrose', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 47.9, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "100"}', + coty_name: ['Paulding'], + cty_code: ['39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42657, lat: 41.08281 }, + }, + { + zip_code: '46125', + usps_city: 'Eminence', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 624.6, + primary_coty_code: '18109', + primary_coty_name: 'Morgan', + county_weights: '{"18109": "100"}', + coty_name: ['Morgan'], + cty_code: ['18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64156, lat: 39.52146 }, + }, + { + zip_code: '46219', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36940.0, + density: 1105.4, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.04436, lat: 39.78279 }, + }, + { + zip_code: '46320', + usps_city: 'Hammond', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13561.0, + density: 784.0, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.50385, lat: 41.63398 }, + }, + { + zip_code: '46516', + usps_city: 'Elkhart', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31329.0, + density: 678.8, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.94449, lat: 41.67571 }, + }, + { + zip_code: '46745', + usps_city: 'Hoagland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2146.0, + density: 42.1, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.00942, lat: 40.95165 }, + }, + { + zip_code: '46917', + usps_city: 'Camden', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1781.0, + density: 12.8, + primary_coty_code: '18015', + primary_coty_name: 'Carroll', + county_weights: '{"18015": "100"}', + coty_name: ['Carroll'], + cty_code: ['18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.46926, lat: 40.62283 }, + }, + { + zip_code: '46938', + usps_city: 'Jonesboro', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2928.0, + density: 36.5, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.64756, lat: 40.4474 }, + }, + { + zip_code: '47024', + usps_city: 'Laurel', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3708.0, + density: 21.9, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "100"}', + coty_name: ['Franklin'], + cty_code: ['18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.20035, lat: 39.47631 }, + }, + { + zip_code: '47036', + usps_city: 'Oldenburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 882.0, + density: 21.2, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "100"}', + coty_name: ['Franklin'], + cty_code: ['18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.24529, lat: 39.38865 }, + }, + { + zip_code: '47037', + usps_city: 'Osgood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4553.0, + density: 21.9, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "100"}', + coty_name: ['Ripley'], + cty_code: ['18137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.31848, lat: 39.16443 }, + }, + { + zip_code: '47230', + usps_city: 'Deputy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 11.1, + primary_coty_code: '18077', + primary_coty_name: 'Jefferson', + county_weights: '{"18077": "79.25", "18143": "13.01", "18079": "7.74"}', + coty_name: ['Jefferson', 'Scott', 'Jennings'], + cty_code: ['18077', '18143', '18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.6298, lat: 38.795 }, + }, + { + zip_code: '47354', + usps_city: 'Losantville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1075.0, + density: 14.0, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: + '{"18135": "57.13", "18065": "32.77", "18177": "5.93", "18035": "4.16"}', + coty_name: ['Randolph', 'Henry', 'Wayne', 'Delaware'], + cty_code: ['18135', '18065', '18177', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.19698, lat: 40.04568 }, + }, + { + zip_code: '47383', + usps_city: 'Selma', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3133.0, + density: 37.0, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.26244, lat: 40.14794 }, + }, + { + zip_code: '47529', + usps_city: 'Elnora', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 14.3, + primary_coty_code: '18027', + primary_coty_name: 'Daviess', + county_weights: '{"18027": "97.02", "18055": "2.98"}', + coty_name: ['Daviess', 'Greene'], + cty_code: ['18027', '18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.07992, lat: 38.86025 }, + }, + { + zip_code: '47561', + usps_city: 'Oaktown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 8.9, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "98.3", "18153": "1.7"}', + coty_name: ['Knox', 'Sullivan'], + cty_code: ['18083', '18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.43569, lat: 38.85911 }, + }, + { + zip_code: '47591', + usps_city: 'Vincennes', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25370.0, + density: 60.6, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.5041, lat: 38.62838 }, + }, + { + zip_code: '47635', + usps_city: 'Rockport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5432.0, + density: 24.7, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "100"}', + coty_name: ['Spencer'], + cty_code: ['18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.10551, lat: 37.88622 }, + }, + { + zip_code: '47638', + usps_city: 'Wadesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3514.0, + density: 27.6, + primary_coty_code: '18129', + primary_coty_name: 'Posey', + county_weights: '{"18129": "100"}', + coty_name: ['Posey'], + cty_code: ['18129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77364, lat: 38.07144 }, + }, + { + zip_code: '47905', + usps_city: 'Lafayette', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 41631.0, + density: 134.6, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.76599, lat: 40.42039 }, + }, + { + zip_code: '47928', + usps_city: 'Cayuga', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2036.0, + density: 18.2, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "100"}', + coty_name: ['Vermillion'], + cty_code: ['18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.46735, lat: 39.93048 }, + }, + { + zip_code: '47970', + usps_city: 'Otterbein', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 11.7, + primary_coty_code: '18007', + primary_coty_name: 'Benton', + county_weights: '{"18007": "56.49", "18171": "24.93", "18157": "18.58"}', + coty_name: ['Benton', 'Warren', 'Tippecanoe'], + cty_code: ['18007', '18171', '18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.1314, lat: 40.47323 }, + }, + { + zip_code: '47983', + usps_city: 'Stockwell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 234.0, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.76727, lat: 40.27915 }, + }, + { + zip_code: '48042', + usps_city: 'Macomb', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31485.0, + density: 534.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.90861, lat: 42.68677 }, + }, + { + zip_code: '48073', + usps_city: 'Royal Oak', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 34700.0, + density: 1815.6, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.16436, lat: 42.5192 }, + }, + { + zip_code: '48213', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22148.0, + density: 1308.7, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.9954, lat: 42.39794 }, + }, + { + zip_code: '48237', + usps_city: 'Oak Park', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29726.0, + density: 2222.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.18237, lat: 42.46494 }, + }, + { + zip_code: '48390', + usps_city: 'Walled Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23880.0, + density: 736.6, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47637, lat: 42.55142 }, + }, + { + zip_code: '48440', + usps_city: 'Hadley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 50.9, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "100"}', + coty_name: ['Lapeer'], + cty_code: ['26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.41234, lat: 42.95066 }, + }, + { + zip_code: '48504', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 26804.0, + density: 669.2, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.74982, lat: 43.05734 }, + }, + { + zip_code: '48529', + usps_city: 'Burton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9424.0, + density: 736.8, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.6618, lat: 42.97245 }, + }, + { + zip_code: '48554', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "0"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.79096, lat: 42.97584 }, + }, + { + zip_code: '48766', + usps_city: 'Twining', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1251.0, + density: 9.3, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "100"}', + coty_name: ['Arenac'], + cty_code: ['26011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.84696, lat: 44.11105 }, + }, + { + zip_code: '48832', + usps_city: 'Elwell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1465.0, + density: 21.8, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.78014, lat: 43.41464 }, + }, + { + zip_code: '48895', + usps_city: 'Williamston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11437.0, + density: 53.2, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.2796, lat: 42.68872 }, + }, + { + zip_code: '48911', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 40852.0, + density: 991.9, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "87.31", "26045": "12.69"}', + coty_name: ['Ingham', 'Eaton'], + cty_code: ['26065', '26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.57087, lat: 42.67443 }, + }, + { + zip_code: '49104', + usps_city: 'Berrien Springs', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 1619.9, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.35895, lat: 41.96373 }, + }, + { + zip_code: '49220', + usps_city: 'Addison', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2415.0, + density: 32.9, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "84.76", "26059": "15.24"}', + coty_name: ['Lenawee', 'Hillsdale'], + cty_code: ['26091', '26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.34243, lat: 41.99461 }, + }, + { + zip_code: '49230', + usps_city: 'Brooklyn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10331.0, + density: 60.8, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "78.66", "26091": "21.34"}', + coty_name: ['Jackson', 'Lenawee'], + cty_code: ['26075', '26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.22071, lat: 42.09465 }, + }, + { + zip_code: '49233', + usps_city: 'Cement City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2386.0, + density: 43.0, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "55.56", "26091": "32.16", "26075": "12.28"}', + coty_name: ['Hillsdale', 'Lenawee', 'Jackson'], + cty_code: ['26059', '26091', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.36286, lat: 42.06223 }, + }, + { + zip_code: '49322', + usps_city: 'Coral', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1532.0, + density: 23.1, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.35115, lat: 43.35674 }, + }, + { + zip_code: '49440', + usps_city: 'Muskegon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 522.0, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "100"}', + coty_name: ['Muskegon'], + cty_code: ['26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.25385, lat: 43.23855 }, + }, + { + zip_code: '49635', + usps_city: 'Frankfort', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3450.0, + density: 33.1, + primary_coty_code: '26019', + primary_coty_name: 'Benzie', + county_weights: '{"26019": "100"}', + coty_name: ['Benzie'], + cty_code: ['26019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.18479, lat: 44.61996 }, + }, + { + zip_code: '49654', + usps_city: 'Leland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 4.7, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.98983, lat: 45.07933 }, + }, + { + zip_code: '49686', + usps_city: 'Traverse City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33459.0, + density: 107.4, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "100"}', + coty_name: ['Grand Traverse'], + cty_code: ['26055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.50303, lat: 44.73572 }, + }, + { + zip_code: '49776', + usps_city: 'Posen', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1747.0, + density: 5.5, + primary_coty_code: '26141', + primary_coty_name: 'Presque Isle', + county_weights: '{"26141": "78.28", "26007": "21.72"}', + coty_name: ['Presque Isle', 'Alpena'], + cty_code: ['26141', '26007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.69068, lat: 45.24542 }, + }, + { + zip_code: '49817', + usps_city: 'Cooks', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 575.0, + density: 2.4, + primary_coty_code: '26153', + primary_coty_name: 'Schoolcraft', + county_weights: '{"26153": "87.48", "26041": "12.52"}', + coty_name: ['Schoolcraft', 'Delta'], + cty_code: ['26153', '26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.4632, lat: 45.96723 }, + }, + { + zip_code: '49818', + usps_city: 'Cornell', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1003.0, + density: 2.2, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "86.44", "26103": "13.56"}', + coty_name: ['Delta', 'Marquette'], + cty_code: ['26041', '26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.3461, lat: 45.97522 }, + }, + { + zip_code: '49837', + usps_city: 'Gladstone', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9349.0, + density: 52.4, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "100"}', + coty_name: ['Delta'], + cty_code: ['26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.09707, lat: 45.87446 }, + }, + { + zip_code: '49849', + usps_city: 'Ishpeming', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12412.0, + density: 16.8, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.75311, lat: 46.43127 }, + }, + { + zip_code: '49866', + usps_city: 'Negaunee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8134.0, + density: 21.6, + primary_coty_code: '26103', + primary_coty_name: 'Marquette', + county_weights: '{"26103": "100"}', + coty_name: ['Marquette'], + cty_code: ['26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.57875, lat: 46.52135 }, + }, + { + zip_code: '49887', + usps_city: 'Stephenson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2594.0, + density: 4.7, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.56487, lat: 45.43422 }, + }, + { + zip_code: '49961', + usps_city: 'Sidnaw', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.7, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.72205, lat: 46.52257 }, + }, + { + zip_code: '49965', + usps_city: 'Toivola', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 1.3, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "88.64", "26131": "11.36"}', + coty_name: ['Houghton', 'Ontonagon'], + cty_code: ['26061', '26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.85511, lat: 46.95053 }, + }, + { + zip_code: '50047', + usps_city: 'Carlisle', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6077.0, + density: 40.4, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "91.2", "19153": "8.8"}', + coty_name: ['Warren', 'Polk'], + cty_code: ['19181', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.47383, lat: 41.46829 }, + }, + { + zip_code: '50115', + usps_city: 'Guthrie Center', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2603.0, + density: 5.9, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "100"}', + coty_name: ['Guthrie'], + cty_code: ['19077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55865, lat: 41.68714 }, + }, + { + zip_code: '50138', + usps_city: 'Knoxville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 11940.0, + density: 27.0, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10425, lat: 41.30073 }, + }, + { + zip_code: '50168', + usps_city: 'Mingo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 794.0, + density: 7.6, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27442, lat: 41.78066 }, + }, + { + zip_code: '50239', + usps_city: 'Saint Anthony', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 1.1, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.19937, lat: 42.14869 }, + }, + { + zip_code: '50266', + usps_city: 'West Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 29636.0, + density: 690.7, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "56.27", "19049": "43.73"}', + coty_name: ['Polk', 'Dallas'], + cty_code: ['19153', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79934, lat: 41.56942 }, + }, + { + zip_code: '50441', + usps_city: 'Hampton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5289.0, + density: 13.4, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "100"}', + coty_name: ['Franklin'], + cty_code: ['19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2211, lat: 42.74141 }, + }, + { + zip_code: '50444', + usps_city: 'Hanlontown', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 6.7, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "96.6", "19033": "3.4"}', + coty_name: ['Worth', 'Cerro Gordo'], + cty_code: ['19195', '19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38693, lat: 43.29323 }, + }, + { + zip_code: '50544', + usps_city: 'Harcourt', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 5.7, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17053, lat: 42.25071 }, + }, + { + zip_code: '50568', + usps_city: 'Newell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1523.0, + density: 6.9, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "96.92", "19161": "3.08"}', + coty_name: ['Buena Vista', 'Sac'], + cty_code: ['19021', '19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.99333, lat: 42.62221 }, + }, + { + zip_code: '50582', + usps_city: 'Rutland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 5.6, + primary_coty_code: '19091', + primary_coty_name: 'Humboldt', + county_weights: '{"19091": "100"}', + coty_name: ['Humboldt'], + cty_code: ['19091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30163, lat: 42.79502 }, + }, + { + zip_code: '50636', + usps_city: 'Greene', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1695.0, + density: 5.4, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "85.12", "19067": "14.88"}', + coty_name: ['Butler', 'Floyd'], + cty_code: ['19023', '19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.80925, lat: 42.89517 }, + }, + { + zip_code: '50650', + usps_city: 'Lamont', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 8.1, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "84.12", "19065": "15.88"}', + coty_name: ['Buchanan', 'Fayette'], + cty_code: ['19019', '19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65459, lat: 42.61899 }, + }, + { + zip_code: '50667', + usps_city: 'Raymond', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 718.0, + density: 137.6, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2264, lat: 42.47028 }, + }, + { + zip_code: '50675', + usps_city: 'Traer', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2407.0, + density: 8.4, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "99.06", "19013": "0.94"}', + coty_name: ['Tama', 'Black Hawk'], + cty_code: ['19171', '19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4917, lat: 42.20102 }, + }, + { + zip_code: '50680', + usps_city: 'Wellsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1090.0, + density: 7.9, + primary_coty_code: '19075', + primary_coty_name: 'Grundy', + county_weights: '{"19075": "100"}', + coty_name: ['Grundy'], + cty_code: ['19075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.92301, lat: 42.45212 }, + }, + { + zip_code: '50840', + usps_city: 'Clearfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 4.4, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: '{"19173": "84.82", "19159": "15.18"}', + coty_name: ['Taylor', 'Ringgold'], + cty_code: ['19173', '19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48525, lat: 40.7913 }, + }, + { + zip_code: '51002', + usps_city: 'Alta', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2778.0, + density: 9.4, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "99.85", "19035": "0.15"}', + coty_name: ['Buena Vista', 'Cherokee'], + cty_code: ['19021', '19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31991, lat: 42.69791 }, + }, + { + zip_code: '51250', + usps_city: 'Sioux Center', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8826.0, + density: 47.4, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.2124, lat: 43.08428 }, + }, + { + zip_code: '51433', + usps_city: 'Auburn', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 3.3, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "75.15", "19025": "24.85"}', + coty_name: ['Sac', 'Calhoun'], + cty_code: ['19161', '19025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87114, lat: 42.27619 }, + }, + { + zip_code: '51542', + usps_city: 'Honey Creek', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1182.0, + density: 12.8, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84137, lat: 41.43792 }, + }, + { + zip_code: '51654', + usps_city: 'Thurman', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 2.6, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "100"}', + coty_name: ['Fremont'], + cty_code: ['19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.76454, lat: 40.83125 }, + }, + { + zip_code: '52043', + usps_city: 'Elkader', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2269.0, + density: 8.8, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.41923, lat: 42.84522 }, + }, + { + zip_code: '52141', + usps_city: 'Elgin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1196.0, + density: 5.5, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "79.86", "19043": "20.14"}', + coty_name: ['Fayette', 'Clayton'], + cty_code: ['19065', '19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63086, lat: 42.93934 }, + }, + { + zip_code: '52205', + usps_city: 'Anamosa', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8855.0, + density: 28.7, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "98.24", "19113": "1.76"}', + coty_name: ['Jones', 'Linn'], + cty_code: ['19105', '19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.28537, lat: 42.11853 }, + }, + { + zip_code: '52242', + usps_city: 'Iowa City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1474.0, + density: 791.3, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54787, lat: 41.66264 }, + }, + { + zip_code: '52316', + usps_city: 'North English', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 9.2, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "99.4", "19107": "0.6"}', + coty_name: ['Iowa', 'Keokuk'], + cty_code: ['19095', '19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08857, lat: 41.54311 }, + }, + { + zip_code: '52402', + usps_city: 'Cedar Rapids', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 41531.0, + density: 1162.6, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65978, lat: 42.02277 }, + }, + { + zip_code: '52552', + usps_city: 'Drakesville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 5.6, + primary_coty_code: '19051', + primary_coty_name: 'Davis', + county_weights: '{"19051": "96.51", "19179": "3.49"}', + coty_name: ['Davis', 'Wapello'], + cty_code: ['19051', '19179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53676, lat: 40.83572 }, + }, + { + zip_code: '52584', + usps_city: 'Pulaski', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 11.8, + primary_coty_code: '19051', + primary_coty_name: 'Davis', + county_weights: '{"19051": "100"}', + coty_name: ['Davis'], + cty_code: ['19051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25362, lat: 40.64523 }, + }, + { + zip_code: '52624', + usps_city: 'Denmark', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 191.4, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.33752, lat: 40.73642 }, + }, + { + zip_code: '52650', + usps_city: 'Sperry', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 7.7, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "100"}', + coty_name: ['Des Moines'], + cty_code: ['19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15727, lat: 40.94888 }, + }, + { + zip_code: '52747', + usps_city: 'Durant', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2005.0, + density: 35.8, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "90.17", "19163": "6.84", "19139": "2.99"}', + coty_name: ['Cedar', 'Scott', 'Muscatine'], + cty_code: ['19031', '19163', '19139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91147, lat: 41.61006 }, + }, + { + zip_code: '52752', + usps_city: 'Grandview', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 433.8, + primary_coty_code: '19115', + primary_coty_name: 'Louisa', + county_weights: '{"19115": "100"}', + coty_name: ['Louisa'], + cty_code: ['19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1912, lat: 41.27473 }, + }, + { + zip_code: '52755', + usps_city: 'Lone Tree', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2048.0, + density: 13.1, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "96.32", "19115": "3.68"}', + coty_name: ['Johnson', 'Louisa'], + cty_code: ['19103', '19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.43113, lat: 41.47849 }, + }, + { + zip_code: '52760', + usps_city: 'Moscow', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 7.4, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "75.23", "19031": "24.77"}', + coty_name: ['Muscatine', 'Cedar'], + cty_code: ['19139', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09907, lat: 41.58174 }, + }, + { + zip_code: '52772', + usps_city: 'Tipton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5038.0, + density: 14.8, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "100"}', + coty_name: ['Cedar'], + cty_code: ['19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14065, lat: 41.75037 }, + }, + { + zip_code: '53019', + usps_city: 'Eden', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1847.0, + density: 18.0, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31255, lat: 43.69408 }, + }, + { + zip_code: '53042', + usps_city: 'Kiel', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6587.0, + density: 41.2, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "92.39", "55015": "7.61"}', + coty_name: ['Manitowoc', 'Calumet'], + cty_code: ['55071', '55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98168, lat: 43.95138 }, + }, + { + zip_code: '53093', + usps_city: 'Waldo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2036.0, + density: 39.1, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94223, lat: 43.65997 }, + }, + { + zip_code: '53129', + usps_city: 'Greendale', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14148.0, + density: 1062.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00003, lat: 42.93801 }, + }, + { + zip_code: '53132', + usps_city: 'Franklin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 35782.0, + density: 397.2, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01084, lat: 42.8856 }, + }, + { + zip_code: '53143', + usps_city: 'Kenosha', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 23115.0, + density: 2137.9, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8304, lat: 42.56095 }, + }, + { + zip_code: '53211', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 35457.0, + density: 3507.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8842, lat: 43.08262 }, + }, + { + zip_code: '53219', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 34878.0, + density: 2722.6, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99218, lat: 42.99546 }, + }, + { + zip_code: '53227', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 23609.0, + density: 1790.6, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04252, lat: 42.99555 }, + }, + { + zip_code: '53529', + usps_city: 'Dane', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2068.0, + density: 21.8, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51559, lat: 43.24143 }, + }, + { + zip_code: '53913', + usps_city: 'Baraboo', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20799.0, + density: 61.1, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "99.96", "55021": "0.04"}', + coty_name: ['Sauk', 'Columbia'], + cty_code: ['55111', '55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7288, lat: 43.49603 }, + }, + { + zip_code: '54022', + usps_city: 'River Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 23537.0, + density: 64.7, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "72.17", "55109": "27.83"}', + coty_name: ['Pierce', 'St. Croix'], + cty_code: ['55093', '55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.60802, lat: 44.84792 }, + }, + { + zip_code: '54128', + usps_city: 'Gresham', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1749.0, + density: 13.0, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80487, lat: 44.86848 }, + }, + { + zip_code: '54304', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 27315.0, + density: 897.3, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0679, lat: 44.49407 }, + }, + { + zip_code: '54405', + usps_city: 'Abbotsford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3061.0, + density: 39.5, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "62.66", "55073": "37.34"}', + coty_name: ['Clark', 'Marathon'], + cty_code: ['55019', '55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28741, lat: 44.96139 }, + }, + { + zip_code: '54410', + usps_city: 'Arpin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2594.0, + density: 15.1, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "100"}', + coty_name: ['Wood'], + cty_code: ['55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03027, lat: 44.542 }, + }, + { + zip_code: '54427', + usps_city: 'Eland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1185.0, + density: 10.2, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "66.88", "55115": "33.12"}', + coty_name: ['Marathon', 'Shawano'], + cty_code: ['55073', '55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26009, lat: 44.82476 }, + }, + { + zip_code: '54443', + usps_city: 'Junction City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2142.0, + density: 9.1, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "98.6", "55073": "1.17", "55141": "0.23"}', + coty_name: ['Portage', 'Marathon', 'Wood'], + cty_code: ['55097', '55073', '55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75353, lat: 44.61209 }, + }, + { + zip_code: '54448', + usps_city: 'Marathon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4396.0, + density: 19.1, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.83362, lat: 44.93371 }, + }, + { + zip_code: '54463', + usps_city: 'Pelican Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 2.9, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "100"}', + coty_name: ['Oneida'], + cty_code: ['55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21785, lat: 45.5104 }, + }, + { + zip_code: '54645', + usps_city: 'Mount Sterling', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 63.6, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "100"}', + coty_name: ['Crawford'], + cty_code: ['55023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93268, lat: 43.32116 }, + }, + { + zip_code: '54655', + usps_city: 'Soldiers Grove', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 7.8, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "87.85", "55103": "8.04", "55123": "4.11"}', + coty_name: ['Crawford', 'Richland', 'Vernon'], + cty_code: ['55023', '55103', '55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76606, lat: 43.37944 }, + }, + { + zip_code: '54665', + usps_city: 'Viroqua', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8137.0, + density: 17.8, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "100"}', + coty_name: ['Vernon'], + cty_code: ['55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.92655, lat: 43.52853 }, + }, + { + zip_code: '54666', + usps_city: 'Warrens', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 4.7, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "79.6", "55053": "16.58", "55057": "3.82"}', + coty_name: ['Monroe', 'Jackson', 'Juneau'], + cty_code: ['55081', '55053', '55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.44513, lat: 44.17466 }, + }, + { + zip_code: '54751', + usps_city: 'Menomonie', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26011.0, + density: 44.2, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "100"}', + coty_name: ['Dunn'], + cty_code: ['55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93037, lat: 44.85062 }, + }, + { + zip_code: '54761', + usps_city: 'Plum City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1146.0, + density: 10.8, + primary_coty_code: '55093', + primary_coty_name: 'Pierce', + county_weights: '{"55093": "100"}', + coty_name: ['Pierce'], + cty_code: ['55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.18001, lat: 44.6305 }, + }, + { + zip_code: '54817', + usps_city: 'Birchwood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2064.0, + density: 4.9, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: + '{"55129": "44.01", "55005": "27.7", "55113": "23.72", "55107": "4.57"}', + coty_name: ['Washburn', 'Barron', 'Sawyer', 'Rusk'], + cty_code: ['55129', '55005', '55113', '55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.54273, lat: 45.67316 }, + }, + { + zip_code: '54856', + usps_city: 'Mason', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 2.7, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "96.53", "55003": "3.47"}', + coty_name: ['Bayfield', 'Ashland'], + cty_code: ['55007', '55003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13186, lat: 46.43996 }, + }, + { + zip_code: '54895', + usps_city: 'Weyerhaeuser', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 970.0, + density: 3.5, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "100"}', + coty_name: ['Rusk'], + cty_code: ['55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44721, lat: 45.45093 }, + }, + { + zip_code: '54940', + usps_city: 'Fremont', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4093.0, + density: 18.2, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: + '{"55135": "47.56", "55139": "24.03", "55137": "18.23", "55087": "10.17"}', + coty_name: ['Waupaca', 'Winnebago', 'Waushara', 'Outagamie'], + cty_code: ['55135', '55139', '55137', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84428, lat: 44.22487 }, + }, + { + zip_code: '54965', + usps_city: 'Pine River', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1352.0, + density: 9.0, + primary_coty_code: '55137', + primary_coty_name: 'Waushara', + county_weights: '{"55137": "98.51", "55135": "1.49"}', + coty_name: ['Waushara', 'Waupaca'], + cty_code: ['55137', '55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03272, lat: 44.16619 }, + }, + { + zip_code: '55021', + usps_city: 'Faribault', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 30032.0, + density: 64.1, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "100"}', + coty_name: ['Rice'], + cty_code: ['27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27718, lat: 44.29978 }, + }, + { + zip_code: '55060', + usps_city: 'Owatonna', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 29028.0, + density: 54.7, + primary_coty_code: '27147', + primary_coty_name: 'Steele', + county_weights: '{"27147": "100"}', + coty_name: ['Steele'], + cty_code: ['27147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22289, lat: 44.05901 }, + }, + { + zip_code: '55430', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 22546.0, + density: 1538.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30129, lat: 45.06397 }, + }, + { + zip_code: '55432', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 30233.0, + density: 1180.9, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "99.41", "27123": "0.59"}', + coty_name: ['Anoka', 'Ramsey'], + cty_code: ['27003', '27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25467, lat: 45.09695 }, + }, + { + zip_code: '55603', + usps_city: 'Finland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 497.0, + density: 0.5, + primary_coty_code: '27075', + primary_coty_name: 'Lake', + county_weights: '{"27075": "100"}', + coty_name: ['Lake'], + cty_code: ['27075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.26394, lat: 47.55843 }, + }, + { + zip_code: '55612', + usps_city: 'Lutsen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 1.2, + primary_coty_code: '27031', + primary_coty_name: 'Cook', + county_weights: '{"27031": "100"}', + coty_name: ['Cook'], + cty_code: ['27031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70127, lat: 47.77269 }, + }, + { + zip_code: '55702', + usps_city: 'Alborn', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 533.0, + density: 2.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67355, lat: 46.95298 }, + }, + { + zip_code: '55752', + usps_city: 'Jacobson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 0.7, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "96.46", "27061": "3.54"}', + coty_name: ['Aitkin', 'Itasca'], + cty_code: ['27001', '27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2774, lat: 46.95319 }, + }, + { + zip_code: '55760', + usps_city: 'Mcgregor', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3009.0, + density: 3.1, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "100"}', + coty_name: ['Aitkin'], + cty_code: ['27001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24358, lat: 46.64196 }, + }, + { + zip_code: '55792', + usps_city: 'Virginia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9946.0, + density: 38.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48723, lat: 47.60053 }, + }, + { + zip_code: '55931', + usps_city: 'Eitzen', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 335.0, + density: 7.0, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "100"}', + coty_name: ['Houston'], + cty_code: ['27055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.39604, lat: 43.51402 }, + }, + { + zip_code: '55956', + usps_city: 'Mazeppa', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1908.0, + density: 13.6, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "88.43", "27049": "10.4", "27109": "1.17"}', + coty_name: ['Wabasha', 'Goodhue', 'Olmsted'], + cty_code: ['27157', '27049', '27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52956, lat: 44.28344 }, + }, + { + zip_code: '55967', + usps_city: 'Racine', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 11.6, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.51341, lat: 43.79517 }, + }, + { + zip_code: '55977', + usps_city: 'Taopi', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 2.7, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64807, lat: 43.55577 }, + }, + { + zip_code: '56016', + usps_city: 'Clarks Grove', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 14.1, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34549, lat: 43.76364 }, + }, + { + zip_code: '56075', + usps_city: 'Northrop', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 145.0, + density: 956.8, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43667, lat: 43.73492 }, + }, + { + zip_code: '56081', + usps_city: 'Saint James', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5803.0, + density: 12.7, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "98.93", "27015": "1.07"}', + coty_name: ['Watonwan', 'Brown'], + cty_code: ['27165', '27015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62912, lat: 43.99128 }, + }, + { + zip_code: '56125', + usps_city: 'Dovray', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 19.8, + primary_coty_code: '27101', + primary_coty_name: 'Murray', + county_weights: '{"27101": "100"}', + coty_name: ['Murray'], + cty_code: ['27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55287, lat: 44.05821 }, + }, + { + zip_code: '56152', + usps_city: 'Lamberton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1341.0, + density: 3.9, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "85.2", "27033": "14.8"}', + coty_name: ['Redwood', 'Cottonwood'], + cty_code: ['27127', '27033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27345, lat: 44.23054 }, + }, + { + zip_code: '56162', + usps_city: 'Ormsby', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 247.0, + density: 4.2, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "55.44", "27165": "44.56"}', + coty_name: ['Martin', 'Watonwan'], + cty_code: ['27091', '27165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66875, lat: 43.84171 }, + }, + { + zip_code: '56164', + usps_city: 'Pipestone', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5329.0, + density: 7.9, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: '{"27117": "96.68", "27081": "2.5", "46101": "0.82"}', + coty_name: ['Pipestone', 'Lincoln', 'Moody'], + cty_code: ['27117', '27081', '46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33918, lat: 44.05663 }, + }, + { + zip_code: '56229', + usps_city: 'Cottonwood', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1921.0, + density: 7.6, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "90.81", "27173": "9.19"}', + coty_name: ['Lyon', 'Yellow Medicine'], + cty_code: ['27083', '27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71817, lat: 44.59331 }, + }, + { + zip_code: '56281', + usps_city: 'Prinsburg', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 660.0, + density: 20.7, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16929, lat: 44.95326 }, + }, + { + zip_code: '56319', + usps_city: 'Carlos', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1300.0, + density: 12.5, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "96.29", "27153": "3.71"}', + coty_name: ['Douglas', 'Todd'], + cty_code: ['27041', '27153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22751, lat: 46.00199 }, + }, + { + zip_code: '56343', + usps_city: 'Kensington', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 5.8, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: + '{"27041": "82.51", "27121": "8.53", "27051": "5.51", "27149": "3.46"}', + coty_name: ['Douglas', 'Pope', 'Grant', 'Stevens'], + cty_code: ['27041', '27121', '27051', '27149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69968, lat: 45.7887 }, + }, + { + zip_code: '56350', + usps_city: 'McGrath', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 0.9, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "100"}', + coty_name: ['Aitkin'], + cty_code: ['27001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23493, lat: 46.31575 }, + }, + { + zip_code: '56384', + usps_city: 'Upsala', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 134.8, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "100"}', + coty_name: ['Morrison'], + cty_code: ['27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56718, lat: 45.80948 }, + }, + { + zip_code: '56472', + usps_city: 'Pequot Lakes', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7780.0, + density: 19.3, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "83.07", "27021": "16.93"}', + coty_name: ['Crow Wing', 'Cass'], + cty_code: ['27035', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35565, lat: 46.57402 }, + }, + { + zip_code: '56569', + usps_city: 'Ogema', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 4.0, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85769, lat: 47.08056 }, + }, + { + zip_code: '56573', + usps_city: 'Perham', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6273.0, + density: 17.5, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55123, lat: 46.61556 }, + }, + { + zip_code: '56621', + usps_city: 'Bagley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4840.0, + density: 6.0, + primary_coty_code: '27029', + primary_coty_name: 'Clearwater', + county_weights: '{"27029": "98.38", "27119": "1.42", "27087": "0.19"}', + coty_name: ['Clearwater', 'Polk', 'Mahnomen'], + cty_code: ['27029', '27119', '27087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4075, lat: 47.41863 }, + }, + { + zip_code: '56715', + usps_city: 'Brooks', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 2.2, + primary_coty_code: '27125', + primary_coty_name: 'Red Lake', + county_weights: '{"27125": "97.14", "27119": "2.86"}', + coty_name: ['Red Lake', 'Polk'], + cty_code: ['27125', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94138, lat: 47.80889 }, + }, + { + zip_code: '57003', + usps_city: 'Baltic', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1916.0, + density: 15.4, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75995, lat: 43.73545 }, + }, + { + zip_code: '57013', + usps_city: 'Canton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4955.0, + density: 14.0, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "100"}', + coty_name: ['Lincoln'], + cty_code: ['46083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.62, lat: 43.28311 }, + }, + { + zip_code: '57022', + usps_city: 'Dell Rapids', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 5173.0, + density: 15.2, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "91.23", "46101": "8.47", "46079": "0.3"}', + coty_name: ['Minnehaha', 'Moody', 'Lake'], + cty_code: ['46099', '46101', '46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72324, lat: 43.84539 }, + }, + { + zip_code: '57027', + usps_city: 'Fairview', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 10.1, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "100"}', + coty_name: ['Lincoln'], + cty_code: ['46083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49742, lat: 43.18667 }, + }, + { + zip_code: '57070', + usps_city: 'Viborg', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1421.0, + density: 5.8, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "94.74", "46135": "5.26"}', + coty_name: ['Turner', 'Yankton'], + cty_code: ['46125', '46135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17439, lat: 43.18289 }, + }, + { + zip_code: '57117', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1.0, + density: 4.1, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75497, lat: 43.53124 }, + }, + { + zip_code: '57430', + usps_city: 'Britton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2559.0, + density: 2.7, + primary_coty_code: '46091', + primary_coty_name: 'Marshall', + county_weights: '{"46091": "100"}', + coty_name: ['Marshall'], + cty_code: ['46091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.7108, lat: 45.81545 }, + }, + { + zip_code: '57455', + usps_city: 'Lebanon', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 0.3, + primary_coty_code: '46107', + primary_coty_name: 'Potter', + county_weights: '{"46107": "100"}', + coty_name: ['Potter'], + cty_code: ['46107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.73449, lat: 45.00296 }, + }, + { + zip_code: '57473', + usps_city: 'Seneca', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 0.4, + primary_coty_code: '46049', + primary_coty_name: 'Faulk', + county_weights: '{"46049": "74.53", "46107": "25.47"}', + coty_name: ['Faulk', 'Potter'], + cty_code: ['46049', '46107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.50199, lat: 44.99611 }, + }, + { + zip_code: '57521', + usps_city: 'Belvidere', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 0.1, + primary_coty_code: '46071', + primary_coty_name: 'Jackson', + county_weights: '{"46071": "82.63", "46095": "17.37"}', + coty_name: ['Jackson', 'Mellette'], + cty_code: ['46071', '46095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.207, lat: 43.80982 }, + }, + { + zip_code: '57730', + usps_city: 'Custer', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 5900.0, + density: 4.3, + primary_coty_code: '46033', + primary_coty_name: 'Custer', + county_weights: '{"46033": "97.4", "46103": "2.6"}', + coty_name: ['Custer', 'Pennington'], + cty_code: ['46033', '46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.6317, lat: 43.71951 }, + }, + { + zip_code: '57792', + usps_city: 'White Owl', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.2, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "100"}', + coty_name: ['Meade'], + cty_code: ['46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.41636, lat: 44.53919 }, + }, + { + zip_code: '58363', + usps_city: 'Perth', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.8, + primary_coty_code: '38095', + primary_coty_name: 'Towner', + county_weights: '{"38095": "85.54", "38079": "14.46"}', + coty_name: ['Towner', 'Rolette'], + cty_code: ['38095', '38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.45141, lat: 48.75801 }, + }, + { + zip_code: '58386', + usps_city: 'York', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 0.4, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "81.34", "38069": "18.66"}', + coty_name: ['Benson', 'Pierce'], + cty_code: ['38005', '38069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.59652, lat: 48.30899 }, + }, + { + zip_code: '58416', + usps_city: 'Binford', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 0.9, + primary_coty_code: '38039', + primary_coty_name: 'Griggs', + county_weights: '{"38039": "100"}', + coty_name: ['Griggs'], + cty_code: ['38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.35019, lat: 47.54152 }, + }, + { + zip_code: '58418', + usps_city: 'Bowdon', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 0.6, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: '{"38103": "96.32", "38043": "3.68"}', + coty_name: ['Wells', 'Kidder'], + cty_code: ['38103', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.64577, lat: 47.42096 }, + }, + { + zip_code: '58426', + usps_city: 'Courtenay', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 0.8, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "100"}', + coty_name: ['Stutsman'], + cty_code: ['38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58679, lat: 47.21919 }, + }, + { + zip_code: '58428', + usps_city: 'Dawson', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 0.5, + primary_coty_code: '38043', + primary_coty_name: 'Kidder', + county_weights: '{"38043": "100"}', + coty_name: ['Kidder'], + cty_code: ['38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.7515, lat: 46.84846 }, + }, + { + zip_code: '58464', + usps_city: 'Mchenry', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 0.4, + primary_coty_code: '38031', + primary_coty_name: 'Foster', + county_weights: '{"38031": "51.24", "38027": "41.32", "38039": "7.44"}', + coty_name: ['Foster', 'Eddy', 'Griggs'], + cty_code: ['38031', '38027', '38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58105, lat: 47.60518 }, + }, + { + zip_code: '58479', + usps_city: 'Rogers', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 1.3, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "100"}', + coty_name: ['Barnes'], + cty_code: ['38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18466, lat: 47.0953 }, + }, + { + zip_code: '58639', + usps_city: 'Hettinger', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1801.0, + density: 1.6, + primary_coty_code: '38001', + primary_coty_name: 'Adams', + county_weights: '{"38001": "100"}', + coty_name: ['Adams'], + cty_code: ['38001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.61406, lat: 46.09177 }, + }, + { + zip_code: '58723', + usps_city: 'Butte', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 0.4, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "60.59", "38083": "33.05", "38049": "6.36"}', + coty_name: ['McLean', 'Sheridan', 'McHenry'], + cty_code: ['38055', '38083', '38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.60481, lat: 47.75863 }, + }, + { + zip_code: '92368', + usps_city: 'Oro Grande', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1019.0, + density: 14.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.33282, lat: 34.65227 }, + }, + { + zip_code: '92404', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62915.0, + density: 849.9, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25146, lat: 34.17837 }, + }, + { + zip_code: '92590', + usps_city: 'Temecula', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5154.0, + density: 37.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.22262, lat: 33.48466 }, + }, + { + zip_code: '92618', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48997.0, + density: 893.8, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.73421, lat: 33.66816 }, + }, + { + zip_code: '92629', + usps_city: 'Dana Point', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26877.0, + density: 2063.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.70459, lat: 33.47671 }, + }, + { + zip_code: '92868', + usps_city: 'Orange', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27072.0, + density: 3134.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.87629, lat: 33.78813 }, + }, + { + zip_code: '93111', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17329.0, + density: 825.5, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.80353, lat: 34.44987 }, + }, + { + zip_code: '93203', + usps_city: 'Arvin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22662.0, + density: 40.7, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.83079, lat: 35.1119 }, + }, + { + zip_code: '93314', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28963.0, + density: 113.0, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.23632, lat: 35.38792 }, + }, + { + zip_code: '93445', + usps_city: 'Oceano', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7106.0, + density: 163.3, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.62024, lat: 35.03049 }, + }, + { + zip_code: '98466', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 29164.0, + density: 1900.3, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53573, lat: 47.22778 }, + }, + { + zip_code: '98533', + usps_city: 'Cinebar', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 1.2, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43414, lat: 46.67121 }, + }, + { + zip_code: '98547', + usps_city: 'Grayland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 9.4, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "61", "53049": "39"}', + coty_name: ['Grays Harbor', 'Pacific'], + cty_code: ['53027', '53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.01991, lat: 46.78634 }, + }, + { + zip_code: '98848', + usps_city: 'Quincy', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12299.0, + density: 10.6, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "99.56", "53017": "0.44"}', + coty_name: ['Grant', 'Douglas'], + cty_code: ['53025', '53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.8433, lat: 47.17238 }, + }, + { + zip_code: '99011', + usps_city: 'Fairchild Air Force Base', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3336.0, + density: 196.8, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.64812, lat: 47.61883 }, + }, + { + zip_code: '99141', + usps_city: 'Kettle Falls', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5396.0, + density: 3.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "80.46", "53019": "19.54"}', + coty_name: ['Stevens', 'Ferry'], + cty_code: ['53065', '53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14451, lat: 48.73768 }, + }, + { + zip_code: '99224', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21695.0, + density: 71.5, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.53682, lat: 47.64881 }, + }, + { + zip_code: '99326', + usps_city: 'Connell', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6394.0, + density: 9.0, + primary_coty_code: '53021', + primary_coty_name: 'Franklin', + county_weights: '{"53021": "99.54", "53001": "0.46"}', + coty_name: ['Franklin', 'Adams'], + cty_code: ['53021', '53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.8522, lat: 46.64977 }, + }, + { + zip_code: '99359', + usps_city: 'Starbuck', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 0.7, + primary_coty_code: '53013', + primary_coty_name: 'Columbia', + county_weights: '{"53013": "98.73", "53021": "1.27"}', + coty_name: ['Columbia', 'Franklin'], + cty_code: ['53013', '53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.11115, lat: 46.52731 }, + }, + { + zip_code: '99540', + usps_city: 'Indian', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 2.5, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.43046, lat: 60.98608 }, + }, + { + zip_code: '99567', + usps_city: 'Chugiak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 8843.0, + density: 5.5, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.89429, lat: 61.28823 }, + }, + { + zip_code: '99605', + usps_city: 'Hope', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 0.1, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.54918, lat: 60.79358 }, + }, + { + zip_code: '99621', + usps_city: 'Kwethluk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 613.0, + density: 24.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.40056, lat: 60.79526 }, + }, + { + zip_code: '99638', + usps_city: 'Nikolski', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 0.4, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -168.93738, lat: 52.89995 }, + }, + { + zip_code: '99659', + usps_city: 'Saint Michael', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 8.8, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.12295, lat: 63.4738 }, + }, + { + zip_code: '99773', + usps_city: 'Shungnak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 18.8, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.16496, lat: 66.88758 }, + }, + { + zip_code: '99841', + usps_city: 'Tenakee Springs', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 3.7, + primary_coty_code: '2105', + primary_coty_name: 'Hoonah-Angoon', + county_weights: '{"02105": "100"}', + coty_name: ['Hoonah-Angoon'], + cty_code: ['2105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -135.18486, lat: 57.79433 }, + }, + { + zip_code: '90032', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48031.0, + density: 3890.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.17807, lat: 34.07956 }, + }, + { + zip_code: '90249', + usps_city: 'Gardena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26429.0, + density: 3426.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31708, lat: 33.9015 }, + }, + { + zip_code: '90255', + usps_city: 'Huntington Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 75019.0, + density: 7789.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21718, lat: 33.97695 }, + }, + { + zip_code: '90291', + usps_city: 'Venice', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26950.0, + density: 4164.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.46344, lat: 33.99437 }, + }, + { + zip_code: '90402', + usps_city: 'Santa Monica', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11882.0, + density: 2289.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.50364, lat: 34.03561 }, + }, + { + zip_code: '90405', + usps_city: 'Santa Monica', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28156.0, + density: 4108.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.46821, lat: 34.01179 }, + }, + { + zip_code: '90621', + usps_city: 'Buena Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35598.0, + density: 3311.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.99351, lat: 33.87428 }, + }, + { + zip_code: '91016', + usps_city: 'Monrovia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41105.0, + density: 1869.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.0007, lat: 34.15209 }, + }, + { + zip_code: '91330', + usps_city: 'Northridge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3257.0, + density: 3732.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.52607, lat: 34.24765 }, + }, + { + zip_code: '91387', + usps_city: 'Canyon Country', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42034.0, + density: 327.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.37319, lat: 34.39878 }, + }, + { + zip_code: '91411', + usps_city: 'Van Nuys', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26111.0, + density: 4936.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.4593, lat: 34.17838 }, + }, + { + zip_code: '91605', + usps_city: 'North Hollywood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53113.0, + density: 3753.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.40025, lat: 34.20721 }, + }, + { + zip_code: '91770', + usps_city: 'Rosemead', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62703.0, + density: 3769.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08364, lat: 34.06441 }, + }, + { + zip_code: '92115', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64343.0, + density: 3819.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.07173, lat: 32.76139 }, + }, + { + zip_code: '92203', + usps_city: 'Indio', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31140.0, + density: 686.7, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.24649, lat: 33.75395 }, + }, + { + zip_code: '92254', + usps_city: 'Mecca', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9779.0, + density: 80.9, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.99414, lat: 33.54474 }, + }, + { + zip_code: '92321', + usps_city: 'Cedar Glen', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 61.8, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.15332, lat: 34.25446 }, + }, + { + zip_code: '92562', + usps_city: 'Murrieta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 64286.0, + density: 226.9, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.34387, lat: 33.55113 }, + }, + { + zip_code: '93247', + usps_city: 'Lindsay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18234.0, + density: 93.0, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.06992, lat: 36.20457 }, + }, + { + zip_code: '93263', + usps_city: 'Shafter', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22210.0, + density: 94.7, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.28685, lat: 35.4928 }, + }, + { + zip_code: '93510', + usps_city: 'Acton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7644.0, + density: 41.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21418, lat: 34.46514 }, + }, + { + zip_code: '93516', + usps_city: 'Boron', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2244.0, + density: 44.9, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "98", "06071": "2"}', + coty_name: ['Kern', 'San Bernardino'], + cty_code: ['06029', '06071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.63212, lat: 35.00468 }, + }, + { + zip_code: '93535', + usps_city: 'Lancaster', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74264.0, + density: 111.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.87823, lat: 34.71307 }, + }, + { + zip_code: '93560', + usps_city: 'Rosamond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21756.0, + density: 52.6, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "99.74", "06037": "0.26"}', + coty_name: ['Kern', 'Los Angeles'], + cty_code: ['06029', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.34068, lat: 34.86642 }, + }, + { + zip_code: '93563', + usps_city: 'Valyermo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 3.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.76036, lat: 34.3966 }, + }, + { + zip_code: '93609', + usps_city: 'Caruthers', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5177.0, + density: 32.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.8641, lat: 36.52658 }, + }, + { + zip_code: '93616', + usps_city: 'Del Rey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2582.0, + density: 71.9, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.59388, lat: 36.65535 }, + }, + { + zip_code: '93723', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13936.0, + density: 126.2, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.95324, lat: 36.78624 }, + }, + { + zip_code: '94501', + usps_city: 'Alameda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 63821.0, + density: 3108.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2748, lat: 37.77516 }, + }, + { + zip_code: '94509', + usps_city: 'Antioch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 68166.0, + density: 1607.5, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.81259, lat: 37.99679 }, + }, + { + zip_code: '94578', + usps_city: 'San Leandro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41865.0, + density: 3601.3, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.1253, lat: 37.70642 }, + }, + { + zip_code: '94585', + usps_city: 'Suisun City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29525.0, + density: 101.4, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.92595, lat: 38.19379 }, + }, + { + zip_code: '94589', + usps_city: 'Vallejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31536.0, + density: 1059.4, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "99.98", "06055": "0.02"}', + coty_name: ['Solano', 'Napa'], + cty_code: ['06095', '06055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23584, lat: 38.16459 }, + }, + { + zip_code: '94592', + usps_city: 'Vallejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 952.0, + density: 86.9, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.27466, lat: 38.09194 }, + }, + { + zip_code: '94601', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53039.0, + density: 6306.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2184, lat: 37.7767 }, + }, + { + zip_code: '94618', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17252.0, + density: 2745.7, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23887, lat: 37.84402 }, + }, + { + zip_code: '94702', + usps_city: 'Berkeley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16860.0, + density: 5109.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28629, lat: 37.86576 }, + }, + { + zip_code: '95002', + usps_city: 'Alviso', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2348.0, + density: 76.4, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.0052, lat: 37.44201 }, + }, + { + zip_code: '95323', + usps_city: 'Hickman', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1299.0, + density: 16.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.68543, lat: 37.61003 }, + }, + { + zip_code: '95365', + usps_city: 'Planada', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4775.0, + density: 121.5, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.29484, lat: 37.33109 }, + }, + { + zip_code: '95405', + usps_city: 'Santa Rosa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21082.0, + density: 1486.3, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66594, lat: 38.43713 }, + }, + { + zip_code: '95442', + usps_city: 'Glen Ellen', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3213.0, + density: 50.8, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51286, lat: 38.37674 }, + }, + { + zip_code: '95514', + usps_city: 'Blocksburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.6, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.65249, lat: 40.29127 }, + }, + { + zip_code: '95550', + usps_city: 'Korbel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 0.3, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.81846, lat: 40.77331 }, + }, + { + zip_code: '95601', + usps_city: 'Amador City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 33.3, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.82501, lat: 38.42592 }, + }, + { + zip_code: '95627', + usps_city: 'Esparto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3802.0, + density: 28.5, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01421, lat: 38.72619 }, + }, + { + zip_code: '95638', + usps_city: 'Herald', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2126.0, + density: 10.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.1226, lat: 38.33437 }, + }, + { + zip_code: '95665', + usps_city: 'Pine Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4303.0, + density: 81.9, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.65144, lat: 38.40208 }, + }, + { + zip_code: '95684', + usps_city: 'Somerset', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3129.0, + density: 8.3, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.58455, lat: 38.59699 }, + }, + { + zip_code: '95843', + usps_city: 'Antelope', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47823.0, + density: 2863.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.36338, lat: 38.71546 }, + }, + { + zip_code: '95910', + usps_city: 'Alleghany', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 1.4, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "100"}', + coty_name: ['Sierra'], + cty_code: ['6091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.82258, lat: 39.47444 }, + }, + { + zip_code: '95943', + usps_city: 'Glenn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 5.3, + primary_coty_code: '6021', + primary_coty_name: 'Glenn', + county_weights: '{"06021": "100"}', + coty_name: ['Glenn'], + cty_code: ['6021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.03669, lat: 39.58572 }, + }, + { + zip_code: '95974', + usps_city: 'Richvale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 3.0, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.83853, lat: 39.48023 }, + }, + { + zip_code: '96009', + usps_city: 'Bieber', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 0.6, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.04102, lat: 41.06347 }, + }, + { + zip_code: '96085', + usps_city: 'Scott Bar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 0.3, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05265, lat: 41.75231 }, + }, + { + zip_code: '96132', + usps_city: 'Termo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 0.0, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.37772, lat: 40.89059 }, + }, + { + zip_code: '96142', + usps_city: 'Tahoma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 16.9, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "89.39", "06061": "10.61"}', + coty_name: ['El Dorado', 'Placer'], + cty_code: ['06017', '06061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.12581, lat: 38.99948 }, + }, + { + zip_code: '96701', + usps_city: 'Aiea', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 40857.0, + density: 834.4, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.89771, lat: 21.39682 }, + }, + { + zip_code: '96757', + usps_city: 'Kualapuu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 12.6, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.99495, lat: 21.15538 }, + }, + { + zip_code: '96763', + usps_city: 'Lanai City', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2730.0, + density: 7.5, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.92717, lat: 20.83512 }, + }, + { + zip_code: '96778', + usps_city: 'Pahoa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 14885.0, + density: 21.4, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.02053, lat: 19.42816 }, + }, + { + zip_code: '96929', + usps_city: 'Yigo', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.8762, lat: 13.5651 }, + }, + { + zip_code: '96932', + usps_city: 'Hagatna', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.74216, lat: 13.47524 }, + }, + { + zip_code: '97326', + usps_city: 'Blodgett', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1205.0, + density: 3.2, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "59.73", "41041": "40.27"}', + coty_name: ['Benton', 'Lincoln'], + cty_code: ['41003', '41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.60118, lat: 44.61593 }, + }, + { + zip_code: '97350', + usps_city: 'Idanha', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 1.0, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "60.99", "41043": "39.01"}', + coty_name: ['Marion', 'Linn'], + cty_code: ['41047', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91593, lat: 44.64076 }, + }, + { + zip_code: '97380', + usps_city: 'Siletz', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2583.0, + density: 13.8, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.93679, lat: 44.77822 }, + }, + { + zip_code: '97396', + usps_city: 'Willamina', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3384.0, + density: 25.2, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "62.46", "41053": "37.54"}', + coty_name: ['Yamhill', 'Polk'], + cty_code: ['41071', '41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.52159, lat: 45.11938 }, + }, + { + zip_code: '97403', + usps_city: 'Eugene', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 13398.0, + density: 1210.2, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05299, lat: 44.03582 }, + }, + { + zip_code: '97424', + usps_city: 'Cottage Grove', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 17909.0, + density: 30.0, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "98.46", "41019": "1.54"}', + coty_name: ['Lane', 'Douglas'], + cty_code: ['41039', '41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05447, lat: 43.74448 }, + }, + { + zip_code: '97479', + usps_city: 'Sutherlin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 9710.0, + density: 58.9, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.1998, lat: 43.40238 }, + }, + { + zip_code: '97480', + usps_city: 'Swisshome', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 1.8, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.83571, lat: 44.13581 }, + }, + { + zip_code: '97503', + usps_city: 'White City', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12819.0, + density: 59.3, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.92747, lat: 42.59042 }, + }, + { + zip_code: '97534', + usps_city: "O'Brien", + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 927.0, + density: 3.6, + primary_coty_code: '41033', + primary_coty_name: 'Josephine', + county_weights: '{"41033": "100"}', + coty_name: ['Josephine'], + cty_code: ['41033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.75982, lat: 42.08425 }, + }, + { + zip_code: '97604', + usps_city: 'Crater Lake', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 0.7, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17721, lat: 42.94659 }, + }, + { + zip_code: '97711', + usps_city: 'Ashwood', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 0.0, + primary_coty_code: '41031', + primary_coty_name: 'Jefferson', + county_weights: '{"41031": "100"}', + coty_name: ['Jefferson'], + cty_code: ['41031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.63173, lat: 44.72285 }, + }, + { + zip_code: '97823', + usps_city: 'Condon', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 0.6, + primary_coty_code: '41021', + primary_coty_name: 'Gilliam', + county_weights: '{"41021": "100"}', + coty_name: ['Gilliam'], + cty_code: ['41021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.20562, lat: 45.24281 }, + }, + { + zip_code: '97857', + usps_city: 'Lostine', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 0.8, + primary_coty_code: '41063', + primary_coty_name: 'Wallowa', + county_weights: '{"41063": "100"}', + coty_name: ['Wallowa'], + cty_code: ['41063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.50433, lat: 45.37812 }, + }, + { + zip_code: '97905', + usps_city: 'Durkee', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 0.2, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.45952, lat: 44.57379 }, + }, + { + zip_code: '98010', + usps_city: 'Black Diamond', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5602.0, + density: 143.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00055, lat: 47.31309 }, + }, + { + zip_code: '98036', + usps_city: 'Lynnwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 40723.0, + density: 1624.7, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2816, lat: 47.81111 }, + }, + { + zip_code: '98039', + usps_city: 'Medina', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3267.0, + density: 873.9, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23961, lat: 47.63305 }, + }, + { + zip_code: '98087', + usps_city: 'Lynnwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 41083.0, + density: 2849.3, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26643, lat: 47.863 }, + }, + { + zip_code: '98105', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 50434.0, + density: 4717.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28403, lat: 47.66068 }, + }, + { + zip_code: '98207', + usps_city: 'Everett', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1684.0, + density: 2973.1, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.22302, lat: 47.98799 }, + }, + { + zip_code: '98273', + usps_city: 'Mount Vernon', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31085.0, + density: 142.7, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36933, lat: 48.40393 }, + }, + { + zip_code: '98274', + usps_city: 'Mount Vernon', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17768.0, + density: 48.6, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14555, lat: 48.35934 }, + }, + { + zip_code: '98321', + usps_city: 'Buckley', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15801.0, + density: 169.8, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.06432, lat: 47.15287 }, + }, + { + zip_code: '98327', + usps_city: 'Dupont', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9435.0, + density: 532.2, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66074, lat: 47.10126 }, + }, + { + zip_code: '98332', + usps_city: 'Gig Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 18655.0, + density: 346.2, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59887, lat: 47.365 }, + }, + { + zip_code: '98342', + usps_city: 'Indianola', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1323.0, + density: 212.9, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51789, lat: 47.75387 }, + }, + { + zip_code: '58750', + usps_city: 'Lansford', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 514.0, + density: 0.9, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "84.28", "38075": "15.72"}', + coty_name: ['Bottineau', 'Renville'], + cty_code: ['38009', '38075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.39826, lat: 48.61617 }, + }, + { + zip_code: '58778', + usps_city: 'Ruso', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 0.3, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "93.98", "38049": "6.02"}', + coty_name: ['McLean', 'McHenry'], + cty_code: ['38055', '38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.92716, lat: 47.7784 }, + }, + { + zip_code: '58785', + usps_city: 'Surrey', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1163.0, + density: 9.8, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "100"}', + coty_name: ['Ward'], + cty_code: ['38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.09062, lat: 48.30898 }, + }, + { + zip_code: '58843', + usps_city: 'Epping', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 1.1, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "100"}', + coty_name: ['Williams'], + cty_code: ['38105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.37928, lat: 48.23382 }, + }, + { + zip_code: '59046', + usps_city: 'Lavina', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 0.3, + primary_coty_code: '30037', + primary_coty_name: 'Golden Valley', + county_weights: '{"30037": "97.69", "30065": "2.31"}', + coty_name: ['Golden Valley', 'Musselshell'], + cty_code: ['30037', '30065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.00853, lat: 46.4014 }, + }, + { + zip_code: '59086', + usps_city: 'Wilsall', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 0.7, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "89.41", "30031": "9.77", "30059": "0.83"}', + coty_name: ['Park', 'Gallatin', 'Meagher'], + cty_code: ['30067', '30031', '30059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.56173, lat: 46.06705 }, + }, + { + zip_code: '59215', + usps_city: 'Circle', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 985.0, + density: 0.3, + primary_coty_code: '30055', + primary_coty_name: 'McCone', + county_weights: '{"30055": "96.12", "30021": "3.88"}', + coty_name: ['McCone', 'Dawson'], + cty_code: ['30055', '30021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.74629, lat: 47.50394 }, + }, + { + zip_code: '59223', + usps_city: 'Fort Peck', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 0.7, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "85.16", "30055": "14.84"}', + coty_name: ['Valley', 'McCone'], + cty_code: ['30105', '30055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.2098, lat: 47.89166 }, + }, + { + zip_code: '59311', + usps_city: 'Alzada', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 0.1, + primary_coty_code: '30011', + primary_coty_name: 'Carter', + county_weights: '{"30011": "100"}', + coty_name: ['Carter'], + cty_code: ['30011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.43071, lat: 45.18077 }, + }, + { + zip_code: '59330', + usps_city: 'Glendive', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8499.0, + density: 2.7, + primary_coty_code: '30021', + primary_coty_name: 'Dawson', + county_weights: '{"30021": "99.58", "30079": "0.42"}', + coty_name: ['Dawson', 'Prairie'], + cty_code: ['30021', '30079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.75104, lat: 47.09687 }, + }, + { + zip_code: '59440', + usps_city: 'Floweree', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.3, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "60", "30013": "40"}', + coty_name: ['Chouteau', 'Cascade'], + cty_code: ['30015', '30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.15714, lat: 47.72565 }, + }, + { + zip_code: '59442', + usps_city: 'Fort Benton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1925.0, + density: 0.9, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "100"}', + coty_name: ['Chouteau'], + cty_code: ['30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.61174, lat: 47.92931 }, + }, + { + zip_code: '59531', + usps_city: 'Joplin', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 0.5, + primary_coty_code: '30051', + primary_coty_name: 'Liberty', + county_weights: '{"30051": "98.34", "30041": "1.66"}', + coty_name: ['Liberty', 'Hill'], + cty_code: ['30051', '30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.80521, lat: 48.78978 }, + }, + { + zip_code: '59602', + usps_city: 'Helena', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 27157.0, + density: 19.7, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "100"}', + coty_name: ['Lewis and Clark'], + cty_code: ['30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.91254, lat: 46.74009 }, + }, + { + zip_code: '59633', + usps_city: 'Canyon Creek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 0.4, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "100"}', + coty_name: ['Lewis and Clark'], + cty_code: ['30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.35917, lat: 46.81903 }, + }, + { + zip_code: '59725', + usps_city: 'Dillon', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8037.0, + density: 1.4, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "99.95", "30057": "0.05"}', + coty_name: ['Beaverhead', 'Madison'], + cty_code: ['30001', '30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.83786, lat: 45.08977 }, + }, + { + zip_code: '59752', + usps_city: 'Three Forks', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3560.0, + density: 3.6, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "83.21", "30007": "16.76", "30043": "0.03"}', + coty_name: ['Gallatin', 'Broadwater', 'Jefferson'], + cty_code: ['30031', '30007', '30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.50639, lat: 45.94918 }, + }, + { + zip_code: '59847', + usps_city: 'Lolo', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 6101.0, + density: 6.6, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "99.08", "16049": "0.92"}', + coty_name: ['Missoula', 'Idaho'], + cty_code: ['30063', '16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.43727, lat: 46.70575 }, + }, + { + zip_code: '59859', + usps_city: 'Plains', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3300.0, + density: 1.8, + primary_coty_code: '30089', + primary_coty_name: 'Sanders', + county_weights: '{"30089": "100"}', + coty_name: ['Sanders'], + cty_code: ['30089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.82135, lat: 47.53049 }, + }, + { + zip_code: '59901', + usps_city: 'Kalispell', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 55529.0, + density: 47.4, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.38225, lat: 48.22816 }, + }, + { + zip_code: '60012', + usps_city: 'Crystal Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10647.0, + density: 236.9, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31265, lat: 42.27211 }, + }, + { + zip_code: '60013', + usps_city: 'Cary', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26454.0, + density: 700.9, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "96.03", "17097": "3.97"}', + coty_name: ['McHenry', 'Lake'], + cty_code: ['17111', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23588, lat: 42.22031 }, + }, + { + zip_code: '60104', + usps_city: 'Bellwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 18904.0, + density: 3100.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87644, lat: 41.88283 }, + }, + { + zip_code: '60123', + usps_city: 'Elgin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 48948.0, + density: 1379.5, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31131, lat: 42.04022 }, + }, + { + zip_code: '60190', + usps_city: 'Winfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11375.0, + density: 945.1, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15683, lat: 41.8717 }, + }, + { + zip_code: '60465', + usps_city: 'Palos Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 17345.0, + density: 1410.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82878, lat: 41.69845 }, + }, + { + zip_code: '60643', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 48887.0, + density: 2569.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66276, lat: 41.69955 }, + }, + { + zip_code: '60647', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 87633.0, + density: 8417.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70175, lat: 41.92065 }, + }, + { + zip_code: '60921', + usps_city: 'Chatsworth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1512.0, + density: 8.2, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "98.75", "17053": "1.25"}', + coty_name: ['Livingston', 'Ford'], + cty_code: ['17105', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28784, lat: 40.73772 }, + }, + { + zip_code: '60935', + usps_city: 'Essex', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1229.0, + density: 25.1, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17608, lat: 41.17297 }, + }, + { + zip_code: '60958', + usps_city: 'Pembroke Township', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1709.0, + density: 12.6, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59135, lat: 41.06492 }, + }, + { + zip_code: '61013', + usps_city: 'Cedarville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 515.4, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63708, lat: 42.3745 }, + }, + { + zip_code: '61051', + usps_city: 'Milledgeville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1634.0, + density: 11.7, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "97.9", "17141": "2.1"}', + coty_name: ['Carroll', 'Ogle'], + cty_code: ['17015', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7549, lat: 41.98272 }, + }, + { + zip_code: '61258', + usps_city: 'Hooppole', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 192.3, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91396, lat: 41.52185 }, + }, + { + zip_code: '61378', + usps_city: 'West Brooklyn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 2.1, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15703, lat: 41.72443 }, + }, + { + zip_code: '61428', + usps_city: 'Dahinda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1071.0, + density: 12.6, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10786, lat: 40.93478 }, + }, + { + zip_code: '61734', + usps_city: 'Delavan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2792.0, + density: 13.0, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5265, lat: 40.37344 }, + }, + { + zip_code: '61816', + usps_city: 'Broadlands', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 6.5, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00121, lat: 39.92283 }, + }, + { + zip_code: '61910', + usps_city: 'Arcola', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4477.0, + density: 16.7, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "94.71", "17029": "5.29"}', + coty_name: ['Douglas', 'Coles'], + cty_code: ['17041', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29904, lat: 39.67439 }, + }, + { + zip_code: '61933', + usps_city: 'Kansas', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 872.0, + density: 5.6, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "96.67", "17023": "2.8", "17029": "0.53"}', + coty_name: ['Edgar', 'Clark', 'Coles'], + cty_code: ['17045', '17023', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91706, lat: 39.54832 }, + }, + { + zip_code: '62011', + usps_city: 'Bingham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 224.0, + density: 3.0, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "100"}', + coty_name: ['Fayette'], + cty_code: ['17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21593, lat: 39.12647 }, + }, + { + zip_code: '62021', + usps_city: 'Dorsey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 23.3, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97931, lat: 38.9774 }, + }, + { + zip_code: '62058', + usps_city: 'Livingston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 226.6, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76681, lat: 38.96895 }, + }, + { + zip_code: '62205', + usps_city: 'East Saint Louis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7781.0, + density: 595.2, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12227, lat: 38.60935 }, + }, + { + zip_code: '62261', + usps_city: 'Modoc', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 0.7, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00282, lat: 38.01309 }, + }, + { + zip_code: '62281', + usps_city: 'Saint Jacob', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2856.0, + density: 32.6, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78181, lat: 38.70442 }, + }, + { + zip_code: '62336', + usps_city: 'Ferris', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 137.3, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "100"}', + coty_name: ['Hancock'], + cty_code: ['17067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17146, lat: 40.46814 }, + }, + { + zip_code: '62420', + usps_city: 'Casey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4675.0, + density: 14.7, + primary_coty_code: '17023', + primary_coty_name: 'Clark', + county_weights: + '{"17023": "88.91", "17035": "9.39", "17029": "1.43", "17079": "0.27"}', + coty_name: ['Clark', 'Cumberland', 'Coles', 'Jasper'], + cty_code: ['17023', '17035', '17029', '17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00199, lat: 39.29041 }, + }, + { + zip_code: '62423', + usps_city: 'Dennison', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 10.7, + primary_coty_code: '17023', + primary_coty_name: 'Clark', + county_weights: '{"17023": "84.94", "17045": "15.06"}', + coty_name: ['Clark', 'Edgar'], + cty_code: ['17023', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57963, lat: 39.46168 }, + }, + { + zip_code: '62425', + usps_city: 'Dundas', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 4.0, + primary_coty_code: '17159', + primary_coty_name: 'Richland', + county_weights: '{"17159": "93.99", "17079": "6.01"}', + coty_name: ['Richland', 'Jasper'], + cty_code: ['17159', '17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09214, lat: 38.82852 }, + }, + { + zip_code: '62554', + usps_city: 'Oreana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1290.0, + density: 27.0, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87146, lat: 39.94902 }, + }, + { + zip_code: '62573', + usps_city: 'Warrensburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1803.0, + density: 15.7, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07414, lat: 39.94539 }, + }, + { + zip_code: '62624', + usps_city: 'Browning', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 4.7, + primary_coty_code: '17169', + primary_coty_name: 'Schuyler', + county_weights: '{"17169": "100"}', + coty_name: ['Schuyler'], + cty_code: ['17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36199, lat: 40.15442 }, + }, + { + zip_code: '62693', + usps_city: 'Williamsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 15.3, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "96.83", "17107": "3.17"}', + coty_name: ['Sangamon', 'Logan'], + cty_code: ['17167', '17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51728, lat: 39.95827 }, + }, + { + zip_code: '62711', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16880.0, + density: 212.7, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.72926, lat: 39.76545 }, + }, + { + zip_code: '62815', + usps_city: 'Bone Gap', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 5.2, + primary_coty_code: '17047', + primary_coty_name: 'Edwards', + county_weights: '{"17047": "100"}', + coty_name: ['Edwards'], + cty_code: ['17047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98701, lat: 38.45711 }, + }, + { + zip_code: '62835', + usps_city: 'Enfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 962.0, + density: 5.1, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "96.88", "17065": "3.13"}', + coty_name: ['White', 'Hamilton'], + cty_code: ['17193', '17065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32026, lat: 38.10687 }, + }, + { + zip_code: '62903', + usps_city: 'Carbondale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3242.0, + density: 63.1, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27782, lat: 37.67039 }, + }, + { + zip_code: '62915', + usps_city: 'Cambria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 1385.3, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11983, lat: 37.78334 }, + }, + { + zip_code: '62953', + usps_city: 'Joppa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 122.5, + primary_coty_code: '17127', + primary_coty_name: 'Massac', + county_weights: '{"17127": "100"}', + coty_name: ['Massac'], + cty_code: ['17127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.84999, lat: 37.20837 }, + }, + { + zip_code: '63013', + usps_city: 'Beaufort', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1721.0, + density: 17.7, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.15207, lat: 38.41546 }, + }, + { + zip_code: '63030', + usps_city: 'Fletcher', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 6.0, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "100"}', + coty_name: ['Washington'], + cty_code: ['29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.74521, lat: 38.12778 }, + }, + { + zip_code: '63087', + usps_city: 'Valles Mines', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 789.0, + density: 23.0, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "91.81", "29099": "8.19"}', + coty_name: ['St. Francois', 'Jefferson'], + cty_code: ['29187', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45368, lat: 38.0131 }, + }, + { + zip_code: '63501', + usps_city: 'Kirksville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20954.0, + density: 39.4, + primary_coty_code: '29001', + primary_coty_name: 'Adair', + county_weights: '{"29001": "100"}', + coty_name: ['Adair'], + cty_code: ['29001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.59033, lat: 40.16727 }, + }, + { + zip_code: '63622', + usps_city: 'Belgrade', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 6.7, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "100"}', + coty_name: ['Washington'], + cty_code: ['29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.89655, lat: 37.7887 }, + }, + { + zip_code: '63631', + usps_city: 'Caledonia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1092.0, + density: 10.1, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "80.09", "29093": "19.91"}', + coty_name: ['Washington', 'Iron'], + cty_code: ['29221', '29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78287, lat: 37.7466 }, + }, + { + zip_code: '63654', + usps_city: 'Lesterville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 631.0, + density: 3.3, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "97.03", "29093": "2.97"}', + coty_name: ['Reynolds', 'Iron'], + cty_code: ['29179', '29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.8546, lat: 37.45814 }, + }, + { + zip_code: '64078', + usps_city: 'Peculiar', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9873.0, + density: 68.4, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45628, lat: 38.70311 }, + }, + { + zip_code: '64083', + usps_city: 'Raymore', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 23230.0, + density: 314.9, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44728, lat: 38.79971 }, + }, + { + zip_code: '64132', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14206.0, + density: 538.2, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54164, lat: 38.98676 }, + }, + { + zip_code: '64430', + usps_city: 'Clarksdale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 810.0, + density: 7.6, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "91.36", "29003": "8.64"}', + coty_name: ['DeKalb', 'Andrew'], + cty_code: ['29063', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56632, lat: 39.83721 }, + }, + { + zip_code: '64455', + usps_city: 'Graham', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 2.7, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "94.84", "29003": "5.16"}', + coty_name: ['Nodaway', 'Andrew'], + cty_code: ['29147', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00978, lat: 40.18491 }, + }, + { + zip_code: '64468', + usps_city: 'Maryville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15599.0, + density: 41.6, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88079, lat: 40.34392 }, + }, + { + zip_code: '64477', + usps_city: 'Plattsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3506.0, + density: 15.0, + primary_coty_code: '29049', + primary_coty_name: 'Clinton', + county_weights: '{"29049": "100"}', + coty_name: ['Clinton'], + cty_code: ['29049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45624, lat: 39.57363 }, + }, + { + zip_code: '64682', + usps_city: 'Tina', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 3.8, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "100"}', + coty_name: ['Carroll'], + cty_code: ['29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49355, lat: 39.55053 }, + }, + { + zip_code: '64832', + usps_city: 'Asbury', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 3.6, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "74.28", "29011": "25.72"}', + coty_name: ['Jasper', 'Barton'], + cty_code: ['29097', '29011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57194, lat: 37.33984 }, + }, + { + zip_code: '64863', + usps_city: 'South West City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1787.0, + density: 22.2, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "100"}', + coty_name: ['McDonald'], + cty_code: ['29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.58445, lat: 36.55556 }, + }, + { + zip_code: '64874', + usps_city: 'Wheaton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 117.7, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "100"}', + coty_name: ['Barry'], + cty_code: ['29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05496, lat: 36.75832 }, + }, + { + zip_code: '65063', + usps_city: 'New Bloomfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3936.0, + density: 17.4, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08671, lat: 38.72442 }, + }, + { + zip_code: '65069', + usps_city: 'Rhineland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 3.0, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "92.25", "29027": "7.75"}', + coty_name: ['Montgomery', 'Callaway'], + cty_code: ['29139', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.59182, lat: 38.75374 }, + }, + { + zip_code: '65079', + usps_city: 'Sunrise Beach', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4043.0, + density: 51.6, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "93.89", "29141": "6.05", "29131": "0.06"}', + coty_name: ['Camden', 'Morgan', 'Miller'], + cty_code: ['29029', '29141', '29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.74824, lat: 38.15232 }, + }, + { + zip_code: '65083', + usps_city: 'Ulman', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 7.8, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "100"}', + coty_name: ['Miller'], + cty_code: ['29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.43972, lat: 38.14191 }, + }, + { + zip_code: '65201', + usps_city: 'Columbia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 47090.0, + density: 212.5, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "99.84", "29027": "0.16"}', + coty_name: ['Boone', 'Callaway'], + cty_code: ['29019', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.24359, lat: 38.8982 }, + }, + { + zip_code: '65250', + usps_city: 'Franklin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 4.4, + primary_coty_code: '29089', + primary_coty_name: 'Howard', + county_weights: '{"29089": "100"}', + coty_name: ['Howard'], + cty_code: ['29089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83648, lat: 39.03392 }, + }, + { + zip_code: '65251', + usps_city: 'Fulton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 21912.0, + density: 39.2, + primary_coty_code: '29027', + primary_coty_name: 'Callaway', + county_weights: '{"29027": "100"}', + coty_name: ['Callaway'], + cty_code: ['29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97838, lat: 38.8471 }, + }, + { + zip_code: '65261', + usps_city: 'Keytesville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 845.0, + density: 3.8, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.92956, lat: 39.47343 }, + }, + { + zip_code: '65270', + usps_city: 'Moberly', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17122.0, + density: 57.9, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "99.75", "29137": "0.25"}', + coty_name: ['Randolph', 'Monroe'], + cty_code: ['29175', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4028, lat: 39.41515 }, + }, + { + zip_code: '65285', + usps_city: 'Thompson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 4.2, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "100"}', + coty_name: ['Audrain'], + cty_code: ['29007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01746, lat: 39.19964 }, + }, + { + zip_code: '65610', + usps_city: 'Billings', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4901.0, + density: 21.3, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: + '{"29043": "73.32", "29209": "13.82", "29077": "11.07", "29109": "1.79"}', + coty_name: ['Christian', 'Stone', 'Greene', 'Lawrence'], + cty_code: ['29043', '29209', '29077', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52992, lat: 37.03629 }, + }, + { + zip_code: '65669', + usps_city: 'Highlandville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2614.0, + density: 24.7, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "89.27", "29209": "10.73"}', + coty_name: ['Christian', 'Stone'], + cty_code: ['29043', '29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30266, lat: 36.91222 }, + }, + { + zip_code: '65715', + usps_city: 'Noble', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 1.1, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57293, lat: 36.73285 }, + }, + { + zip_code: '65759', + usps_city: 'Taneyville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1407.0, + density: 11.2, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "100"}', + coty_name: ['Taney'], + cty_code: ['29213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.03171, lat: 36.7552 }, + }, + { + zip_code: '65760', + usps_city: 'Tecumseh', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 7.0, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28099, lat: 36.62976 }, + }, + { + zip_code: '65803', + usps_city: 'Springfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 41316.0, + density: 171.5, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "100"}', + coty_name: ['Greene'], + cty_code: ['29077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28907, lat: 37.28397 }, + }, + { + zip_code: '66002', + usps_city: 'Atchison', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13225.0, + density: 28.4, + primary_coty_code: '20005', + primary_coty_name: 'Atchison', + county_weights: + '{"20005": "97.4", "20043": "1.13", "20103": "0.89", "20087": "0.57"}', + coty_name: ['Atchison', 'Doniphan', 'Leavenworth', 'Jefferson'], + cty_code: ['20005', '20043', '20103', '20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13888, lat: 39.54021 }, + }, + { + zip_code: '66062', + usps_city: 'Olathe', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 81780.0, + density: 660.2, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77798, lat: 38.83455 }, + }, + { + zip_code: '66202', + usps_city: 'Mission', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16689.0, + density: 1226.9, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66913, lat: 39.02391 }, + }, + { + zip_code: '66532', + usps_city: 'Robinson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 763.0, + density: 3.3, + primary_coty_code: '20013', + primary_coty_name: 'Brown', + county_weights: '{"20013": "79.79", "20043": "20.21"}', + coty_name: ['Brown', 'Doniphan'], + cty_code: ['20013', '20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.37434, lat: 39.8256 }, + }, + { + zip_code: '66550', + usps_city: 'Wetmore', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 3.7, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "92.59", "20013": "3.79", "20085": "3.62"}', + coty_name: ['Nemaha', 'Brown', 'Jackson'], + cty_code: ['20131', '20013', '20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.82022, lat: 39.65663 }, + }, + { + zip_code: '66605', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 20229.0, + density: 783.2, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63354, lat: 39.01174 }, + }, + { + zip_code: '66614', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 31852.0, + density: 428.6, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "99.84", "20197": "0.16"}', + coty_name: ['Shawnee', 'Wabaunsee'], + cty_code: ['20177', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84948, lat: 39.01154 }, + }, + { + zip_code: '66724', + usps_city: 'Cherokee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 11.8, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "90.99", "20021": "9.01"}', + coty_name: ['Crawford', 'Cherokee'], + cty_code: ['20037', '20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86267, lat: 37.35102 }, + }, + { + zip_code: '66735', + usps_city: 'Franklin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 61.4, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7096, lat: 37.52199 }, + }, + { + zip_code: '66743', + usps_city: 'Girard', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4205.0, + density: 11.0, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88816, lat: 37.50758 }, + }, + { + zip_code: '66754', + usps_city: 'Mapleton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 407.0, + density: 3.4, + primary_coty_code: '20011', + primary_coty_name: 'Bourbon', + county_weights: '{"20011": "95.12", "20107": "4.88"}', + coty_name: ['Bourbon', 'Linn'], + cty_code: ['20011', '20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88538, lat: 38.00529 }, + }, + { + zip_code: '66860', + usps_city: 'Madison', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1315.0, + density: 2.7, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "89.03", "20111": "10.97"}', + coty_name: ['Greenwood', 'Lyon'], + cty_code: ['20073', '20111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16078, lat: 38.12662 }, + }, + { + zip_code: '66870', + usps_city: 'Virgil', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.7, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "100"}', + coty_name: ['Greenwood'], + cty_code: ['20073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01698, lat: 37.9447 }, + }, + { + zip_code: '66937', + usps_city: 'Clifton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 2.5, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "56.89", "20027": "43.11"}', + coty_name: ['Washington', 'Clay'], + cty_code: ['20201', '20027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27268, lat: 39.58904 }, + }, + { + zip_code: '67055', + usps_city: 'Greenwich', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 32.9, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19969, lat: 37.78959 }, + }, + { + zip_code: '67058', + usps_city: 'Harper', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1807.0, + density: 3.2, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "98.14", "20095": "1.86"}', + coty_name: ['Harper', 'Kingman'], + cty_code: ['20077', '20095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05662, lat: 37.31382 }, + }, + { + zip_code: '67131', + usps_city: 'Rock', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 3.8, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "100"}', + coty_name: ['Cowley'], + cty_code: ['20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95302, lat: 37.43043 }, + }, + { + zip_code: '67260', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "0"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29327, lat: 37.71943 }, + }, + { + zip_code: '67351', + usps_city: 'Liberty', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 2.3, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "94.37", "20099": "5.63"}', + coty_name: ['Montgomery', 'Labette'], + cty_code: ['20125', '20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57102, lat: 37.13773 }, + }, + { + zip_code: '67444', + usps_city: 'Geneseo', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 1.3, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "73.06", "20053": "26.94"}', + coty_name: ['Rice', 'Ellsworth'], + cty_code: ['20159', '20053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.12774, lat: 38.54709 }, + }, + { + zip_code: '67456', + usps_city: 'Lindsborg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4374.0, + density: 11.7, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "86.51", "20169": "13.49"}', + coty_name: ['McPherson', 'Saline'], + cty_code: ['20113', '20169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67428, lat: 38.59603 }, + }, + { + zip_code: '67544', + usps_city: 'Hoisington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3227.0, + density: 6.0, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: '{"20009": "100"}', + coty_name: ['Barton'], + cty_code: ['20009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.75738, lat: 38.58228 }, + }, + { + zip_code: '67843', + usps_city: 'Fort Dodge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 375.6, + primary_coty_code: '20057', + primary_coty_name: 'Ford', + county_weights: '{"20057": "100"}', + coty_name: ['Ford'], + cty_code: ['20057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.93688, lat: 37.73029 }, + }, + { + zip_code: '67855', + usps_city: 'Johnson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1763.0, + density: 1.5, + primary_coty_code: '20187', + primary_coty_name: 'Stanton', + county_weights: '{"20187": "98.48", "20129": "0.81", "20067": "0.71"}', + coty_name: ['Stanton', 'Morton', 'Grant'], + cty_code: ['20187', '20129', '20067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.68846, lat: 37.55289 }, + }, + { + zip_code: '68059', + usps_city: 'Springfield', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3371.0, + density: 26.8, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.15786, lat: 41.06666 }, + }, + { + zip_code: '68063', + usps_city: 'Uehling', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 59.7, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "100"}', + coty_name: ['Dodge'], + cty_code: ['31053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49563, lat: 41.73059 }, + }, + { + zip_code: '68106', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 20396.0, + density: 1562.1, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00218, lat: 41.23893 }, + }, + { + zip_code: '68122', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 12111.0, + density: 241.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "97.2", "31177": "2.8"}', + coty_name: ['Douglas', 'Washington'], + cty_code: ['31055', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05112, lat: 41.36821 }, + }, + { + zip_code: '68127', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 22117.0, + density: 1283.3, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05066, lat: 41.20544 }, + }, + { + zip_code: '68136', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 17967.0, + density: 815.5, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18671, lat: 41.16889 }, + }, + { + zip_code: '68368', + usps_city: 'Hallam', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 5.6, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82094, lat: 40.55868 }, + }, + { + zip_code: '68382', + usps_city: 'Lorton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 230.6, + primary_coty_code: '31131', + primary_coty_name: 'Otoe', + county_weights: '{"31131": "100"}', + coty_name: ['Otoe'], + cty_code: ['31131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.02408, lat: 40.5973 }, + }, + { + zip_code: '68407', + usps_city: 'Murdock', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 4.9, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.26654, lat: 40.91922 }, + }, + { + zip_code: '68443', + usps_city: 'Sterling', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 875.0, + density: 3.3, + primary_coty_code: '31097', + primary_coty_name: 'Johnson', + county_weights: '{"31097": "100"}', + coty_name: ['Johnson'], + cty_code: ['31097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36807, lat: 40.45213 }, + }, + { + zip_code: '68453', + usps_city: 'Tobias', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 2.0, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "91.45", "31059": "8.55"}', + coty_name: ['Saline', 'Fillmore'], + cty_code: ['31151', '31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3278, lat: 40.41597 }, + }, + { + zip_code: '68660', + usps_city: 'Saint Edward', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1192.0, + density: 3.4, + primary_coty_code: '31011', + primary_coty_name: 'Boone', + county_weights: '{"31011": "84.34", "31141": "12.75", "31125": "2.9"}', + coty_name: ['Boone', 'Platte', 'Nance'], + cty_code: ['31011', '31141', '31125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.86973, lat: 41.57549 }, + }, + { + zip_code: '68755', + usps_city: 'Naper', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 0.8, + primary_coty_code: '31015', + primary_coty_name: 'Boyd', + county_weights: '{"31015": "100"}', + coty_name: ['Boyd'], + cty_code: ['31015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.12905, lat: 42.92332 }, + }, + { + zip_code: '68776', + usps_city: 'South Sioux City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 14678.0, + density: 272.8, + primary_coty_code: '31043', + primary_coty_name: 'Dakota', + county_weights: '{"31043": "100"}', + coty_name: ['Dakota'], + cty_code: ['31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44131, lat: 42.46058 }, + }, + { + zip_code: '68833', + usps_city: 'Dunning', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 0.3, + primary_coty_code: '31009', + primary_coty_name: 'Blaine', + county_weights: '{"31009": "90.97", "31113": "9.03"}', + coty_name: ['Blaine', 'Logan'], + cty_code: ['31009', '31113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.15389, lat: 41.82838 }, + }, + { + zip_code: '68841', + usps_city: 'Giltner', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 2.9, + primary_coty_code: '31081', + primary_coty_name: 'Hamilton', + county_weights: '{"31081": "100"}', + coty_name: ['Hamilton'], + cty_code: ['31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.17078, lat: 40.75998 }, + }, + { + zip_code: '68849', + usps_city: 'Kearney', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 2217.9, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "100"}', + coty_name: ['Buffalo'], + cty_code: ['31019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.104, lat: 40.70107 }, + }, + { + zip_code: '68858', + usps_city: 'Miller', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 1.8, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "100"}', + coty_name: ['Buffalo'], + cty_code: ['31019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.37702, lat: 40.95947 }, + }, + { + zip_code: '69101', + usps_city: 'North Platte', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29032.0, + density: 19.0, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "99.9", "31117": "0.1"}', + coty_name: ['Lincoln', 'McPherson'], + cty_code: ['31111', '31117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.80079, lat: 41.14266 }, + }, + { + zip_code: '69135', + usps_city: 'Elsmere', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 0.2, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "100"}', + coty_name: ['Cherry'], + cty_code: ['31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.25949, lat: 42.24019 }, + }, + { + zip_code: '69148', + usps_city: 'Lisco', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 0.1, + primary_coty_code: '31069', + primary_coty_name: 'Garden', + county_weights: '{"31069": "76.5", "31123": "23.5"}', + coty_name: ['Garden', 'Morrill'], + cty_code: ['31069', '31123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.57943, lat: 41.58567 }, + }, + { + zip_code: '69162', + usps_city: 'Sidney', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 7295.0, + density: 6.5, + primary_coty_code: '31033', + primary_coty_name: 'Cheyenne', + county_weights: '{"31033": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['31033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.02521, lat: 41.12789 }, + }, + { + zip_code: '69354', + usps_city: 'Marsland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.1, + primary_coty_code: '31045', + primary_coty_name: 'Dawes', + county_weights: '{"31045": "62.89", "31165": "37.11"}', + coty_name: ['Dawes', 'Sioux'], + cty_code: ['31045', '31165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.40774, lat: 42.43668 }, + }, + { + zip_code: '70040', + usps_city: 'Braithwaite', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 992.0, + density: 6.1, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94379, lat: 29.74732 }, + }, + { + zip_code: '70119', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37430.0, + density: 3232.6, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08698, lat: 29.97572 }, + }, + { + zip_code: '70461', + usps_city: 'Slidell', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28538.0, + density: 230.3, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71583, lat: 30.23554 }, + }, + { + zip_code: '70466', + usps_city: 'Tickfaw', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9416.0, + density: 115.2, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "95.18", "22063": "4.82"}', + coty_name: ['Tangipahoa', 'Livingston'], + cty_code: ['22105', '22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50141, lat: 30.56807 }, + }, + { + zip_code: '70605', + usps_city: 'Lake Charles', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37893.0, + density: 336.9, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27365, lat: 30.13066 }, + }, + { + zip_code: '70747', + usps_city: 'Innis', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 16.5, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68121, lat: 30.8746 }, + }, + { + zip_code: '70757', + usps_city: 'Maringouin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2927.0, + density: 23.0, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "60.21", "22077": "39.53", "22099": "0.25"}', + coty_name: ['Iberville', 'Pointe Coupee', 'St. Martin'], + cty_code: ['22047', '22077', '22099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.51873, lat: 30.48852 }, + }, + { + zip_code: '70769', + usps_city: 'Prairieville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 45285.0, + density: 360.9, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "100"}', + coty_name: ['Ascension'], + cty_code: ['22005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.94036, lat: 30.30735 }, + }, + { + zip_code: '70774', + usps_city: 'Saint Amant', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10035.0, + density: 51.0, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "98.17", "22063": "1.83"}', + coty_name: ['Ascension', 'Livingston'], + cty_code: ['22005', '22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77383, lat: 30.20762 }, + }, + { + zip_code: '70814', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13628.0, + density: 678.9, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.068, lat: 30.48518 }, + }, + { + zip_code: '71006', + usps_city: 'Benton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13135.0, + density: 24.8, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "100"}', + coty_name: ['Bossier'], + cty_code: ['22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63354, lat: 32.72761 }, + }, + { + zip_code: '71024', + usps_city: 'Dubberly', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 10.2, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "88.1", "22013": "11.9"}', + coty_name: ['Webster', 'Bienville'], + cty_code: ['22119', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2046, lat: 32.48751 }, + }, + { + zip_code: '71277', + usps_city: 'Spearsville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 5.2, + primary_coty_code: '22111', + primary_coty_name: 'Union', + county_weights: '{"22111": "100"}', + coty_name: ['Union'], + cty_code: ['22111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55717, lat: 32.94939 }, + }, + { + zip_code: '71279', + usps_city: 'Start', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 375.7, + primary_coty_code: '22083', + primary_coty_name: 'Richland', + county_weights: '{"22083": "100"}', + coty_name: ['Richland'], + cty_code: ['22083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85714, lat: 32.48731 }, + }, + { + zip_code: '71303', + usps_city: 'Alexandria', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21817.0, + density: 127.5, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54371, lat: 31.27807 }, + }, + { + zip_code: '71438', + usps_city: 'Hineston', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 7.2, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "67.4", "22115": "32.6"}', + coty_name: ['Rapides', 'Vernon'], + cty_code: ['22079', '22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82478, lat: 31.11376 }, + }, + { + zip_code: '71639', + usps_city: 'Dumas', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5614.0, + density: 11.9, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "89.85", "05079": "10.15"}', + coty_name: ['Desha', 'Lincoln'], + cty_code: ['05041', '05079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.52662, lat: 33.89822 }, + }, + { + zip_code: '71862', + usps_city: 'Washington', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 4.2, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "100"}', + coty_name: ['Hempstead'], + cty_code: ['5057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.7342, lat: 33.76964 }, + }, + { + zip_code: '71960', + usps_city: 'Norman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 4.3, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70851, lat: 34.47914 }, + }, + { + zip_code: '72041', + usps_city: 'De Valls Bluff', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1308.0, + density: 5.2, + primary_coty_code: '5117', + primary_coty_name: 'Prairie', + county_weights: '{"05117": "100"}', + coty_name: ['Prairie'], + cty_code: ['5117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47398, lat: 34.72603 }, + }, + { + zip_code: '72069', + usps_city: 'Holly Grove', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1290.0, + density: 2.1, + primary_coty_code: '5095', + primary_coty_name: 'Monroe', + county_weights: '{"05095": "93.28", "05107": "6.72"}', + coty_name: ['Monroe', 'Phillips'], + cty_code: ['05095', '05107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13087, lat: 34.53481 }, + }, + { + zip_code: '72085', + usps_city: 'Letona', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 267.3, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.82906, lat: 35.36384 }, + }, + { + zip_code: '72112', + usps_city: 'Newport', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10936.0, + density: 12.9, + primary_coty_code: '5067', + primary_coty_name: 'Jackson', + county_weights: '{"05067": "98.85", "05063": "0.72", "05147": "0.44"}', + coty_name: ['Jackson', 'Independence', 'Woodruff'], + cty_code: ['05067', '05063', '05147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22613, lat: 35.57975 }, + }, + { + zip_code: '72116', + usps_city: 'North Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22263.0, + density: 1289.3, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.24492, lat: 34.80048 }, + }, + { + zip_code: '72127', + usps_city: 'Plumerville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 15.4, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "100"}', + coty_name: ['Conway'], + cty_code: ['5029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.60262, lat: 35.16663 }, + }, + { + zip_code: '72207', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10325.0, + density: 1304.4, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34565, lat: 34.77359 }, + }, + { + zip_code: '72340', + usps_city: 'Goodwin', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 8.1, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "100"}', + coty_name: ['St. Francis'], + cty_code: ['5123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02821, lat: 34.94086 }, + }, + { + zip_code: '72348', + usps_city: 'Hughes', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2482.0, + density: 5.8, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "70.43", "05035": "27.79", "05077": "1.77"}', + coty_name: ['St. Francis', 'Crittenden', 'Lee'], + cty_code: ['05123', '05035', '05077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42332, lat: 34.94144 }, + }, + { + zip_code: '72354', + usps_city: 'Lepanto', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2359.0, + density: 18.1, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "96.68", "05093": "3.32"}', + coty_name: ['Poinsett', 'Mississippi'], + cty_code: ['05111', '05093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31656, lat: 35.61566 }, + }, + { + zip_code: '72444', + usps_city: 'Maynard', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1895.0, + density: 7.6, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.86061, lat: 36.42779 }, + }, + { + zip_code: '72533', + usps_city: 'Fifty Six', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 3.1, + primary_coty_code: '5137', + primary_coty_name: 'Stone', + county_weights: '{"05137": "100"}', + coty_name: ['Stone'], + cty_code: ['5137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25037, lat: 35.97339 }, + }, + { + zip_code: '72564', + usps_city: 'Oil Trough', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 5.0, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45696, lat: 35.59934 }, + }, + { + zip_code: '72585', + usps_city: 'Wideman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 5.3, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00814, lat: 36.18321 }, + }, + { + zip_code: '72863', + usps_city: 'Scranton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1844.0, + density: 13.7, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "100"}', + coty_name: ['Logan'], + cty_code: ['5083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.50894, lat: 35.36513 }, + }, + { + zip_code: '72937', + usps_city: 'Hackett', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3340.0, + density: 19.9, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39671, lat: 35.13269 }, + }, + { + zip_code: '73036', + usps_city: 'El Reno', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 21416.0, + density: 45.1, + primary_coty_code: '40017', + primary_coty_name: 'Canadian', + county_weights: '{"40017": "100"}', + coty_name: ['Canadian'], + cty_code: ['40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95958, lat: 35.50998 }, + }, + { + zip_code: '73040', + usps_city: 'Geary', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1741.0, + density: 2.9, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "73.13", "40017": "26.87"}', + coty_name: ['Blaine', 'Canadian'], + cty_code: ['40011', '40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37557, lat: 35.64159 }, + }, + { + zip_code: '73048', + usps_city: 'Hydro', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2556.0, + density: 5.3, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "68.66", "40011": "23.42", "40039": "7.92"}', + coty_name: ['Caddo', 'Blaine', 'Custer'], + cty_code: ['40015', '40011', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55686, lat: 35.4877 }, + }, + { + zip_code: '73057', + usps_city: 'Maysville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2386.0, + density: 10.5, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "84.44", "40087": "15.56"}', + coty_name: ['Garvin', 'McClain'], + cty_code: ['40049', '40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43162, lat: 34.83306 }, + }, + { + zip_code: '73071', + usps_city: 'Norman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 43494.0, + density: 688.6, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41142, lat: 35.23899 }, + }, + { + zip_code: '73433', + usps_city: 'Elmore City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2817.0, + density: 6.6, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "100"}', + coty_name: ['Garvin'], + cty_code: ['40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40671, lat: 34.62413 }, + }, + { + zip_code: '73441', + usps_city: 'Leon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 20.9, + primary_coty_code: '40085', + primary_coty_name: 'Love', + county_weights: '{"40085": "100"}', + coty_name: ['Love'], + cty_code: ['40085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43061, lat: 33.90457 }, + }, + { + zip_code: '73840', + usps_city: 'Fargo', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 708.0, + density: 1.6, + primary_coty_code: '40045', + primary_coty_name: 'Ellis', + county_weights: '{"40045": "82.2", "40153": "17.8"}', + coty_name: ['Ellis', 'Woodward'], + cty_code: ['40045', '40153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.61841, lat: 36.35367 }, + }, + { + zip_code: '73937', + usps_city: 'Felt', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 0.4, + primary_coty_code: '40025', + primary_coty_name: 'Cimarron', + county_weights: '{"40025": "100"}', + coty_name: ['Cimarron'], + cty_code: ['40025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.79119, lat: 36.5542 }, + }, + { + zip_code: '74360', + usps_city: 'Picher', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 1.7, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "100"}', + coty_name: ['Ottawa'], + cty_code: ['40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83286, lat: 36.97154 }, + }, + { + zip_code: '74435', + usps_city: 'Gore', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3328.0, + density: 19.8, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "88.82", "40101": "11.18"}', + coty_name: ['Sequoyah', 'Muskogee'], + cty_code: ['40135', '40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09355, lat: 35.57733 }, + }, + { + zip_code: '74442', + usps_city: 'Indianola', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 5.6, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81575, lat: 35.13141 }, + }, + { + zip_code: '74472', + usps_city: 'Whitefield', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 679.0, + density: 19.5, + primary_coty_code: '40061', + primary_coty_name: 'Haskell', + county_weights: '{"40061": "100"}', + coty_name: ['Haskell'], + cty_code: ['40061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.26683, lat: 35.24792 }, + }, + { + zip_code: '74558', + usps_city: 'Nashoba', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 2.0, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "100"}', + coty_name: ['Pushmataha'], + cty_code: ['40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.15183, lat: 34.4938 }, + }, + { + zip_code: '74764', + usps_city: 'Valliant', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3761.0, + density: 11.0, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "92.2", "40023": "7.8"}', + coty_name: ['McCurtain', 'Choctaw'], + cty_code: ['40089', '40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09157, lat: 34.04509 }, + }, + { + zip_code: '74844', + usps_city: 'Francis', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 74.3, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "100"}', + coty_name: ['Pontotoc'], + cty_code: ['40123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57785, lat: 34.8691 }, + }, + { + zip_code: '74945', + usps_city: 'Marble City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 6.9, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "100"}', + coty_name: ['Sequoyah'], + cty_code: ['40135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80933, lat: 35.59721 }, + }, + { + zip_code: '74957', + usps_city: 'Smithville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1159.0, + density: 1.9, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "54.44", "40079": "45.56"}', + coty_name: ['McCurtain', 'Le Flore'], + cty_code: ['40089', '40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.65681, lat: 34.52613 }, + }, + { + zip_code: '75067', + usps_city: 'Lewisville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 68196.0, + density: 1980.9, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "98.62", "48113": "1.38"}', + coty_name: ['Denton', 'Dallas'], + cty_code: ['48121', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00025, lat: 33.01371 }, + }, + { + zip_code: '75078', + usps_city: 'Prosper', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28803.0, + density: 339.5, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "92.73", "48121": "7.27"}', + coty_name: ['Collin', 'Denton'], + cty_code: ['48085', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80856, lat: 33.24672 }, + }, + { + zip_code: '75140', + usps_city: 'Grand Saline', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7595.0, + density: 26.1, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "100"}', + coty_name: ['Van Zandt'], + cty_code: ['48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69145, lat: 32.64691 }, + }, + { + zip_code: '75146', + usps_city: 'Lancaster', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19701.0, + density: 229.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "99.32", "48139": "0.68"}', + coty_name: ['Dallas', 'Ellis'], + cty_code: ['48113', '48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.75068, lat: 32.57462 }, + }, + { + zip_code: '75152', + usps_city: 'Palmer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5195.0, + density: 48.9, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "100"}', + coty_name: ['Ellis'], + cty_code: ['48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68038, lat: 32.43647 }, + }, + { + zip_code: '75172', + usps_city: 'Wilmer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4619.0, + density: 153.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67515, lat: 32.60482 }, + }, + { + zip_code: '75234', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37160.0, + density: 1384.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89042, lat: 32.92366 }, + }, + { + zip_code: '75248', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37373.0, + density: 1956.4, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "99.29", "48085": "0.71"}', + coty_name: ['Dallas', 'Collin'], + cty_code: ['48113', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79528, lat: 32.96955 }, + }, + { + zip_code: '75450', + usps_city: 'Lake Creek', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 1.0, + primary_coty_code: '48119', + primary_coty_name: 'Delta', + county_weights: '{"48119": "100"}', + coty_name: ['Delta'], + cty_code: ['48119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47848, lat: 33.4051 }, + }, + { + zip_code: '75455', + usps_city: 'Mount Pleasant', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28354.0, + density: 37.1, + primary_coty_code: '48449', + primary_coty_name: 'Titus', + county_weights: '{"48449": "99.75", "48159": "0.25"}', + coty_name: ['Titus', 'Franklin'], + cty_code: ['48449', '48159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97819, lat: 33.21697 }, + }, + { + zip_code: '75641', + usps_city: 'Easton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 10.3, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "68.16", "48401": "31.84"}', + coty_name: ['Gregg', 'Rusk'], + cty_code: ['48183', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57574, lat: 32.37844 }, + }, + { + zip_code: '75668', + usps_city: 'Lone Star', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2371.0, + density: 40.2, + primary_coty_code: '48343', + primary_coty_name: 'Morris', + county_weights: '{"48343": "86.05", "48315": "13.95"}', + coty_name: ['Morris', 'Marion'], + cty_code: ['48343', '48315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68362, lat: 32.90453 }, + }, + { + zip_code: '75709', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4731.0, + density: 88.1, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39289, lat: 32.31072 }, + }, + { + zip_code: '75758', + usps_city: 'Chandler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8739.0, + density: 68.4, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "93.07", "48467": "6.93"}', + coty_name: ['Henderson', 'Van Zandt'], + cty_code: ['48213', '48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50733, lat: 32.27541 }, + }, + { + zip_code: '75930', + usps_city: 'Bronson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1779.0, + density: 5.1, + primary_coty_code: '48403', + primary_coty_name: 'Sabine', + county_weights: '{"48403": "60.41", "48405": "39.59"}', + coty_name: ['Sabine', 'San Augustine'], + cty_code: ['48403', '48405'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03261, lat: 31.32203 }, + }, + { + zip_code: '75974', + usps_city: 'Tenaha', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3410.0, + density: 12.6, + primary_coty_code: '48419', + primary_coty_name: 'Shelby', + county_weights: '{"48419": "82.69", "48365": "17.31"}', + coty_name: ['Shelby', 'Panola'], + cty_code: ['48419', '48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.2387, lat: 31.95671 }, + }, + { + zip_code: '76040', + usps_city: 'Euless', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31519.0, + density: 1069.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.0968, lat: 32.8147 }, + }, + { + zip_code: '76066', + usps_city: 'Millsap', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2621.0, + density: 11.7, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "95.16", "48363": "4.84"}', + coty_name: ['Parker', 'Palo Pinto'], + cty_code: ['48367', '48363'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.99502, lat: 32.70727 }, + }, + { + zip_code: '76140', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30723.0, + density: 425.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.2701, lat: 32.6206 }, + }, + { + zip_code: '76164', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15488.0, + density: 1519.1, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35461, lat: 32.78114 }, + }, + { + zip_code: '76305', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4261.0, + density: 7.5, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "58.45", "48077": "41.55"}', + coty_name: ['Wichita', 'Clay'], + cty_code: ['48485', '48077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3939, lat: 33.99942 }, + }, + { + zip_code: '76354', + usps_city: 'Burkburnett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12114.0, + density: 59.6, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62144, lat: 34.09738 }, + }, + { + zip_code: '76530', + usps_city: 'Granger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 7.7, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42174, lat: 30.71583 }, + }, + { + zip_code: '76711', + usps_city: 'Waco', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9988.0, + density: 976.9, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "100"}', + coty_name: ['McLennan'], + cty_code: ['48309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15332, lat: 31.51442 }, + }, + { + zip_code: '76940', + usps_city: 'Mereta', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 2.9, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.14294, lat: 31.43903 }, + }, + { + zip_code: '76953', + usps_city: 'Tennyson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 0.9, + primary_coty_code: '48081', + primary_coty_name: 'Coke', + county_weights: '{"48081": "100"}', + coty_name: ['Coke'], + cty_code: ['48081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.32766, lat: 31.72301 }, + }, + { + zip_code: '77022', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27924.0, + density: 1846.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.37697, lat: 29.83057 }, + }, + { + zip_code: '77034', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40635.0, + density: 1141.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19245, lat: 29.61755 }, + }, + { + zip_code: '77098', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13818.0, + density: 3005.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41529, lat: 29.73487 }, + }, + { + zip_code: '77382', + usps_city: 'Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41581.0, + density: 1418.8, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54606, lat: 30.19804 }, + }, + { + zip_code: '77401', + usps_city: 'Bellaire', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19372.0, + density: 2002.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46175, lat: 29.70443 }, + }, + { + zip_code: '77422', + usps_city: 'Brazoria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13194.0, + density: 29.8, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56105, lat: 28.96092 }, + }, + { + zip_code: '77471', + usps_city: 'Rosenberg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 41212.0, + density: 184.3, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86815, lat: 29.54596 }, + }, + { + zip_code: '77481', + usps_city: 'Thompsons', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 1.7, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56, lat: 29.47038 }, + }, + { + zip_code: '77532', + usps_city: 'Crosby', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29963.0, + density: 147.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05654, lat: 29.93018 }, + }, + { + zip_code: '77611', + usps_city: 'Bridge City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8578.0, + density: 137.4, + primary_coty_code: '48361', + primary_coty_name: 'Orange', + county_weights: '{"48361": "100"}', + coty_name: ['Orange'], + cty_code: ['48361'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82257, lat: 30.0132 }, + }, + { + zip_code: '77613', + usps_city: 'China', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1097.0, + density: 11.1, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.35561, lat: 30.04723 }, + }, + { + zip_code: '77664', + usps_city: 'Warren', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2939.0, + density: 7.0, + primary_coty_code: '48457', + primary_coty_name: 'Tyler', + county_weights: '{"48457": "100"}', + coty_name: ['Tyler'], + cty_code: ['48457'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41637, lat: 30.59999 }, + }, + { + zip_code: '77803', + usps_city: 'Bryan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32946.0, + density: 989.8, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "100"}', + coty_name: ['Brazos'], + cty_code: ['48041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38545, lat: 30.68077 }, + }, + { + zip_code: '77905', + usps_city: 'Victoria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14834.0, + density: 13.6, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "93.23", "48175": "6.77"}', + coty_name: ['Victoria', 'Goliad'], + cty_code: ['48469', '48175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04241, lat: 28.73132 }, + }, + { + zip_code: '77994', + usps_city: 'Westhoff', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 2.6, + primary_coty_code: '48123', + primary_coty_name: 'DeWitt', + county_weights: '{"48123": "100"}', + coty_name: ['DeWitt'], + cty_code: ['48123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46017, lat: 29.17819 }, + }, + { + zip_code: '78016', + usps_city: 'Devine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11632.0, + density: 28.3, + primary_coty_code: '48325', + primary_coty_name: 'Medina', + county_weights: '{"48325": "100"}', + coty_name: ['Medina'], + cty_code: ['48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96602, lat: 29.18359 }, + }, + { + zip_code: '78046', + usps_city: 'Laredo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 70989.0, + density: 111.4, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.34941, lat: 27.37485 }, + }, + { + zip_code: '78067', + usps_city: 'San Ygnacio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 772.0, + density: 2.1, + primary_coty_code: '48505', + primary_coty_name: 'Zapata', + county_weights: '{"48505": "100"}', + coty_name: ['Zapata'], + cty_code: ['48505'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.33646, lat: 27.13267 }, + }, + { + zip_code: '78362', + usps_city: 'Ingleside', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10218.0, + density: 207.7, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "100"}', + coty_name: ['San Patricio'], + cty_code: ['48409'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20199, lat: 27.86644 }, + }, + { + zip_code: '78368', + usps_city: 'Mathis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9460.0, + density: 16.9, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "88.58", "48297": "11.42"}', + coty_name: ['San Patricio', 'Live Oak'], + cty_code: ['48409', '48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.8103, lat: 28.10546 }, + }, + { + zip_code: '78369', + usps_city: 'Mirando City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 1.5, + primary_coty_code: '48479', + primary_coty_name: 'Webb', + county_weights: '{"48479": "100"}', + coty_name: ['Webb'], + cty_code: ['48479'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.99745, lat: 27.36791 }, + }, + { + zip_code: '78372', + usps_city: 'Orange Grove', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5971.0, + density: 10.8, + primary_coty_code: '48249', + primary_coty_name: 'Jim Wells', + county_weights: '{"48249": "99.23", "48297": "0.77"}', + coty_name: ['Jim Wells', 'Live Oak'], + cty_code: ['48249', '48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.0559, lat: 27.98728 }, + }, + { + zip_code: '78408', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11583.0, + density: 1006.7, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.44693, lat: 27.795 }, + }, + { + zip_code: '78419', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 233.9, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26889, lat: 27.69491 }, + }, + { + zip_code: '78633', + usps_city: 'Georgetown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25853.0, + density: 121.3, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75432, lat: 30.74198 }, + }, + { + zip_code: '78726', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14040.0, + density: 497.8, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100", "48491": "0"}', + coty_name: ['Travis', 'Williamson'], + cty_code: ['48453', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84206, lat: 30.42949 }, + }, + { + zip_code: '78827', + usps_city: 'Asherton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 4.4, + primary_coty_code: '48127', + primary_coty_name: 'Dimmit', + county_weights: '{"48127": "100"}', + coty_name: ['Dimmit'], + cty_code: ['48127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.73537, lat: 28.42466 }, + }, + { + zip_code: '79007', + usps_city: 'Borger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14290.0, + density: 123.9, + primary_coty_code: '48233', + primary_coty_name: 'Hutchinson', + county_weights: '{"48233": "100"}', + coty_name: ['Hutchinson'], + cty_code: ['48233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.39791, lat: 35.69978 }, + }, + { + zip_code: '79034', + usps_city: 'Follett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 0.7, + primary_coty_code: '48295', + primary_coty_name: 'Lipscomb', + county_weights: '{"48295": "100"}', + coty_name: ['Lipscomb'], + cty_code: ['48295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.16502, lat: 36.37348 }, + }, + { + zip_code: '79035', + usps_city: 'Friona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5307.0, + density: 3.1, + primary_coty_code: '48369', + primary_coty_name: 'Parmer', + county_weights: '{"48369": "98.74", "48117": "1.26"}', + coty_name: ['Parmer', 'Deaf Smith'], + cty_code: ['48369', '48117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.78723, lat: 34.68446 }, + }, + { + zip_code: '79040', + usps_city: 'Gruver', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1962.0, + density: 1.4, + primary_coty_code: '48195', + primary_coty_name: 'Hansford', + county_weights: '{"48195": "89.56", "48421": "10.44"}', + coty_name: ['Hansford', 'Sherman'], + cty_code: ['48195', '48421'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.5571, lat: 36.29869 }, + }, + { + zip_code: '79065', + usps_city: 'Pampa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20606.0, + density: 16.2, + primary_coty_code: '48179', + primary_coty_name: 'Gray', + county_weights: '{"48179": "99.43", "48393": "0.57"}', + coty_name: ['Gray', 'Roberts'], + cty_code: ['48179', '48393'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.8998, lat: 35.54207 }, + }, + { + zip_code: '79096', + usps_city: 'Wheeler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2071.0, + density: 3.3, + primary_coty_code: '48483', + primary_coty_name: 'Wheeler', + county_weights: '{"48483": "100"}', + coty_name: ['Wheeler'], + cty_code: ['48483'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.19611, lat: 35.4381 }, + }, + { + zip_code: '79227', + usps_city: 'Crowell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1302.0, + density: 0.6, + primary_coty_code: '48155', + primary_coty_name: 'Foard', + county_weights: '{"48155": "93.67", "48275": "6.33"}', + coty_name: ['Foard', 'Knox'], + cty_code: ['48155', '48275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.77068, lat: 33.89957 }, + }, + { + zip_code: '79240', + usps_city: 'Lelia Lake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 4.3, + primary_coty_code: '48129', + primary_coty_name: 'Donley', + county_weights: '{"48129": "100"}', + coty_name: ['Donley'], + cty_code: ['48129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.77111, lat: 34.88123 }, + }, + { + zip_code: '79241', + usps_city: 'Lockney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2270.0, + density: 2.6, + primary_coty_code: '48153', + primary_coty_name: 'Floyd', + county_weights: '{"48153": "100"}', + coty_name: ['Floyd'], + cty_code: ['48153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.38676, lat: 34.1848 }, + }, + { + zip_code: '79363', + usps_city: 'Shallowater', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5678.0, + density: 18.9, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "99.11", "48219": "0.89"}', + coty_name: ['Lubbock', 'Hockley'], + cty_code: ['48303', '48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.04105, lat: 33.70901 }, + }, + { + zip_code: '79379', + usps_city: 'Whiteface', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 622.0, + density: 3.3, + primary_coty_code: '48079', + primary_coty_name: 'Cochran', + county_weights: '{"48079": "100"}', + coty_name: ['Cochran'], + cty_code: ['48079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.64637, lat: 33.51066 }, + }, + { + zip_code: '79401', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7912.0, + density: 1110.5, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.85142, lat: 33.58785 }, + }, + { + zip_code: '80012', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 52588.0, + density: 2610.7, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "99.02", "08031": "0.98"}', + coty_name: ['Arapahoe', 'Denver'], + cty_code: ['08005', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.83759, lat: 39.69975 }, + }, + { + zip_code: '80030', + usps_city: 'Westminster', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 15861.0, + density: 2321.3, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.0369, lat: 39.83012 }, + }, + { + zip_code: '80130', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 28992.0, + density: 1752.4, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.92323, lat: 39.53062 }, + }, + { + zip_code: '80137', + usps_city: 'Watkins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1914.0, + density: 7.1, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "66.67", "08001": "33.33"}', + coty_name: ['Arapahoe', 'Adams'], + cty_code: ['08005', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.59287, lat: 39.75788 }, + }, + { + zip_code: '80230', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9545.0, + density: 1481.5, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.89031, lat: 39.71946 }, + }, + { + zip_code: '80425', + usps_city: 'Buffalo Creek', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 1.3, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.22334, lat: 39.34482 }, + }, + { + zip_code: '80603', + usps_city: 'Brighton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13935.0, + density: 67.0, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "59.52", "08001": "40.48"}', + coty_name: ['Weld', 'Adams'], + cty_code: ['08123', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.73715, lat: 39.98259 }, + }, + { + zip_code: '80649', + usps_city: 'Orchard', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 0.8, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "58.86", "08123": "41.14"}', + coty_name: ['Morgan', 'Weld'], + cty_code: ['08087', '08123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.17672, lat: 40.37925 }, + }, + { + zip_code: '80652', + usps_city: 'Roggen', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 1.2, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.28012, lat: 40.11123 }, + }, + { + zip_code: '80701', + usps_city: 'Fort Morgan', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 15858.0, + density: 10.1, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "99.67", "08001": "0.33"}', + coty_name: ['Morgan', 'Adams'], + cty_code: ['08087', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.82645, lat: 40.16995 }, + }, + { + zip_code: '80734', + usps_city: 'Holyoke', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3044.0, + density: 2.4, + primary_coty_code: '8095', + primary_coty_name: 'Phillips', + county_weights: '{"08095": "96.52", "08125": "3.48"}', + coty_name: ['Phillips', 'Yuma'], + cty_code: ['08095', '08125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.29363, lat: 40.51933 }, + }, + { + zip_code: '80747', + usps_city: 'Peetz', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 0.8, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.09136, lat: 40.94168 }, + }, + { + zip_code: '80813', + usps_city: 'Cripple Creek', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1411.0, + density: 4.9, + primary_coty_code: '8119', + primary_coty_name: 'Teller', + county_weights: '{"08119": "100"}', + coty_name: ['Teller'], + cty_code: ['8119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.0998, lat: 38.76765 }, + }, + { + zip_code: '80814', + usps_city: 'Divide', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3570.0, + density: 14.0, + primary_coty_code: '8119', + primary_coty_name: 'Teller', + county_weights: '{"08119": "100"}', + coty_name: ['Teller'], + cty_code: ['8119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.18037, lat: 38.95729 }, + }, + { + zip_code: '80830', + usps_city: 'Matheson', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 189.0, + density: 0.3, + primary_coty_code: '8039', + primary_coty_name: 'Elbert', + county_weights: '{"08039": "100"}', + coty_name: ['Elbert'], + cty_code: ['8039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.89061, lat: 39.12083 }, + }, + { + zip_code: '80924', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10138.0, + density: 717.8, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.7211, lat: 38.96751 }, + }, + { + zip_code: '81063', + usps_city: 'Ordway', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3151.0, + density: 3.0, + primary_coty_code: '8025', + primary_coty_name: 'Crowley', + county_weights: '{"08025": "98.35", "08073": "1.65"}', + coty_name: ['Crowley', 'Lincoln'], + cty_code: ['08025', '08073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.78268, lat: 38.44559 }, + }, + { + zip_code: '81638', + usps_city: 'Hamilton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 0.2, + primary_coty_code: '8081', + primary_coty_name: 'Moffat', + county_weights: '{"08081": "100"}', + coty_name: ['Moffat'], + cty_code: ['8081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.55452, lat: 40.32099 }, + }, + { + zip_code: '82005', + usps_city: 'Fe Warren Afb', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 81.7, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8645, lat: 41.14781 }, + }, + { + zip_code: '82058', + usps_city: 'Garrett', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 0.0, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.59802, lat: 42.09055 }, + }, + { + zip_code: '82082', + usps_city: 'Pine Bluffs', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1494.0, + density: 2.6, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "98.82", "31007": "1.18"}', + coty_name: ['Laramie', 'Banner'], + cty_code: ['56021', '31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.12182, lat: 41.23335 }, + }, + { + zip_code: '82510', + usps_city: 'Arapahoe', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 388.0, + density: 6.8, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.59798, lat: 42.99405 }, + }, + { + zip_code: '82938', + usps_city: 'McKinnon', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 0.7, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.7202, lat: 41.14441 }, + }, + { + zip_code: '83428', + usps_city: 'Irwin', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 0.7, + primary_coty_code: '16019', + primary_coty_name: 'Bonneville', + county_weights: '{"16019": "100"}', + coty_name: ['Bonneville'], + cty_code: ['16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.16481, lat: 43.41869 }, + }, + { + zip_code: '83545', + usps_city: 'Peck', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 3.3, + primary_coty_code: '16069', + primary_coty_name: 'Nez Perce', + county_weights: '{"16069": "100"}', + coty_name: ['Nez Perce'], + cty_code: ['16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.42458, lat: 46.42889 }, + }, + { + zip_code: '83552', + usps_city: 'Stites', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 834.0, + density: 3.7, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.92693, lat: 46.00202 }, + }, + { + zip_code: '83808', + usps_city: 'Calder', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 0.3, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.0703, lat: 47.32187 }, + }, + { + zip_code: '83821', + usps_city: 'Coolin', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 3.5, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.85642, lat: 48.58113 }, + }, + { + zip_code: '83833', + usps_city: 'Harrison', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1373.0, + density: 5.0, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "99.66", "16009": "0.34"}', + coty_name: ['Kootenai', 'Benewah'], + cty_code: ['16055', '16009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.72228, lat: 47.51559 }, + }, + { + zip_code: '83846', + usps_city: 'Mullan', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 7.2, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.76675, lat: 47.47484 }, + }, + { + zip_code: '84032', + usps_city: 'Heber City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 23184.0, + density: 28.6, + primary_coty_code: '49051', + primary_coty_name: 'Wasatch', + county_weights: '{"49051": "100"}', + coty_name: ['Wasatch'], + cty_code: ['49051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.2011, lat: 40.36183 }, + }, + { + zip_code: '84095', + usps_city: 'South Jordan', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 71427.0, + density: 1217.1, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9789, lat: 40.55724 }, + }, + { + zip_code: '84105', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 22352.0, + density: 2836.2, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.85954, lat: 40.73826 }, + }, + { + zip_code: '84308', + usps_city: 'Cornish', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 4.4, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.98642, lat: 41.96115 }, + }, + { + zip_code: '84414', + usps_city: 'Ogden', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 30608.0, + density: 726.7, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "100"}', + coty_name: ['Weber'], + cty_code: ['49057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.9762, lat: 41.32192 }, + }, + { + zip_code: '84660', + usps_city: 'Spanish Fork', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 42027.0, + density: 116.4, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.56862, lat: 40.06445 }, + }, + { + zip_code: '84747', + usps_city: 'Loa', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1093.0, + density: 6.3, + primary_coty_code: '49055', + primary_coty_name: 'Wayne', + county_weights: '{"49055": "100"}', + coty_name: ['Wayne'], + cty_code: ['49055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.64383, lat: 38.40658 }, + }, + { + zip_code: '84775', + usps_city: 'Torrey', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 0.3, + primary_coty_code: '49055', + primary_coty_name: 'Wayne', + county_weights: '{"49055": "97.91", "49017": "2.09"}', + coty_name: ['Wayne', 'Garfield'], + cty_code: ['49055', '49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.00525, lat: 38.07 }, + }, + { + zip_code: '85017', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 42656.0, + density: 3141.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.1237, lat: 33.50909 }, + }, + { + zip_code: '85019', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 27813.0, + density: 2863.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.14299, lat: 33.50918 }, + }, + { + zip_code: '85024', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 24834.0, + density: 340.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.03347, lat: 33.73548 }, + }, + { + zip_code: '85035', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 59660.0, + density: 4030.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.19466, lat: 33.47144 }, + }, + { + zip_code: '85234', + usps_city: 'Gilbert', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 49056.0, + density: 1594.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.73943, lat: 33.36455 }, + }, + { + zip_code: '85325', + usps_city: 'Bouse', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 0.6, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.90161, lat: 33.99884 }, + }, + { + zip_code: '85361', + usps_city: 'Wittmann', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6368.0, + density: 20.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.61468, lat: 33.76398 }, + }, + { + zip_code: '85365', + usps_city: 'Yuma', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 50865.0, + density: 14.3, + primary_coty_code: '4027', + primary_coty_name: 'Yuma', + county_weights: '{"04027": "100"}', + coty_name: ['Yuma'], + cty_code: ['4027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.15047, lat: 33.07894 }, + }, + { + zip_code: '85658', + usps_city: 'Marana', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11482.0, + density: 19.8, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "84.36", "04021": "15.64"}', + coty_name: ['Pima', 'Pinal'], + cty_code: ['04019', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.14839, lat: 32.5492 }, + }, + { + zip_code: '85735', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 10978.0, + density: 22.2, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.34722, lat: 32.09306 }, + }, + { + zip_code: '85941', + usps_city: 'Whiteriver', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11251.0, + density: 5.2, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "82.87", "04007": "16.88", "04001": "0.25"}', + coty_name: ['Navajo', 'Gila', 'Apache'], + cty_code: ['04017', '04007', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.97094, lat: 33.82048 }, + }, + { + zip_code: '86016', + usps_city: 'Gray Mountain', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 0.2, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.61879, lat: 35.75045 }, + }, + { + zip_code: '86038', + usps_city: 'Mormon Lake', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 0.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.43059, lat: 34.94196 }, + }, + { + zip_code: '86538', + usps_city: 'Many Farms', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1825.0, + density: 3.5, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.59933, lat: 36.40507 }, + }, + { + zip_code: '86544', + usps_city: 'Red Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1307.0, + density: 2.0, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.14637, lat: 36.62586 }, + }, + { + zip_code: '87001', + usps_city: 'Algodones', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3639.0, + density: 11.7, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.3516, lat: 35.38884 }, + }, + { + zip_code: '87012', + usps_city: 'Coyote', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 0.9, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.66923, lat: 36.1018 }, + }, + { + zip_code: '87032', + usps_city: 'Mcintosh', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 6.1, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "100"}', + coty_name: ['Torrance'], + cty_code: ['35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.01138, lat: 34.85126 }, + }, + { + zip_code: '87047', + usps_city: 'Sandia Park', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4665.0, + density: 13.6, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "82.75", "35043": "12.85", "35049": "4.39"}', + coty_name: ['Bernalillo', 'Sandoval', 'Santa Fe'], + cty_code: ['35001', '35043', '35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.28953, lat: 35.24327 }, + }, + { + zip_code: '87108', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 37438.0, + density: 2460.4, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.5784, lat: 35.07254 }, + }, + { + zip_code: '87301', + usps_city: 'Gallup', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 24592.0, + density: 115.1, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.83461, lat: 35.47483 }, + }, + { + zip_code: '87418', + usps_city: 'La Plata', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 6.2, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.15521, lat: 36.95199 }, + }, + { + zip_code: '87501', + usps_city: 'Santa Fe', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 15308.0, + density: 74.1, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.84143, lat: 35.74235 }, + }, + { + zip_code: '87712', + usps_city: 'Buena Vista', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 1.7, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.17042, lat: 35.86843 }, + }, + { + zip_code: '87730', + usps_city: 'Mills', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 0.0, + primary_coty_code: '35021', + primary_coty_name: 'Harding', + county_weights: '{"35021": "100"}', + coty_name: ['Harding'], + cty_code: ['35021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.21107, lat: 36.14842 }, + }, + { + zip_code: '87753', + usps_city: 'Watrous', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 0.3, + primary_coty_code: '35033', + primary_coty_name: 'Mora', + county_weights: '{"35033": "100"}', + coty_name: ['Mora'], + cty_code: ['35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96389, lat: 35.85806 }, + }, + { + zip_code: '87940', + usps_city: 'Rincon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 4.6, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.99736, lat: 32.61067 }, + }, + { + zip_code: '88003', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 677.9, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.74589, lat: 32.28103 }, + }, + { + zip_code: '88005', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 26940.0, + density: 211.3, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.82185, lat: 32.2581 }, + }, + { + zip_code: '88007', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 23410.0, + density: 24.3, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.02653, lat: 32.31084 }, + }, + { + zip_code: '88022', + usps_city: 'Arenas Valley', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 40.9, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.17998, lat: 32.79981 }, + }, + { + zip_code: '88055', + usps_city: 'Redrock', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.1, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.73398, lat: 32.73817 }, + }, + { + zip_code: '88134', + usps_city: 'Taiban', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 0.1, + primary_coty_code: '35011', + primary_coty_name: 'De Baca', + county_weights: '{"35011": "100"}', + coty_name: ['De Baca'], + cty_code: ['35011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.01581, lat: 34.32702 }, + }, + { + zip_code: '88255', + usps_city: 'Loco Hills', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 1.4, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "100"}', + coty_name: ['Eddy'], + cty_code: ['35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.99645, lat: 32.81422 }, + }, + { + zip_code: '88341', + usps_city: 'Nogal', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 2.9, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.78799, lat: 33.49517 }, + }, + { + zip_code: '89008', + usps_city: 'Caliente', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1009.0, + density: 0.2, + primary_coty_code: '32017', + primary_coty_name: 'Lincoln', + county_weights: '{"32017": "100"}', + coty_name: ['Lincoln'], + cty_code: ['32017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.54633, lat: 37.27637 }, + }, + { + zip_code: '89020', + usps_city: 'Amargosa Valley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1435.0, + density: 1.6, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "100"}', + coty_name: ['Nye'], + cty_code: ['32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.4348, lat: 36.53671 }, + }, + { + zip_code: '89029', + usps_city: 'Laughlin', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 8167.0, + density: 33.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.68628, lat: 35.12559 }, + }, + { + zip_code: '89101', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 42592.0, + density: 3074.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.12228, lat: 36.17251 }, + }, + { + zip_code: '89122', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 49600.0, + density: 2115.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.04028, lat: 36.10639 }, + }, + { + zip_code: '89156', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 29764.0, + density: 353.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.98822, lat: 36.16345 }, + }, + { + zip_code: '89425', + usps_city: 'Orovada', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 0.2, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "100"}', + coty_name: ['Humboldt'], + cty_code: ['32013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90827, lat: 41.66538 }, + }, + { + zip_code: '89441', + usps_city: 'Sparks', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 12435.0, + density: 115.7, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.6758, lat: 39.67635 }, + }, + { + zip_code: '612', + usps_city: 'Arecibo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 59369.0, + density: 339.1, + primary_coty_code: '72013', + primary_coty_name: 'Arecibo', + county_weights: '{"72013": "99.89", "72017": "0.11"}', + coty_name: ['Arecibo', 'Barceloneta'], + cty_code: ['72013', '72017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.70805, lat: 18.40699 }, + }, + { + zip_code: '641', + usps_city: 'Utuado', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 26712.0, + density: 110.3, + primary_coty_code: '72141', + primary_coty_name: 'Utuado', + county_weights: '{"72141": "99.79", "72001": "0.21"}', + coty_name: ['Utuado', 'Adjuntas'], + cty_code: ['72141', '72001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.71376, lat: 18.26408 }, + }, + { + zip_code: '1010', + usps_city: 'Brimfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3658.0, + density: 40.6, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.20624, lat: 42.12863 }, + }, + { + zip_code: '1013', + usps_city: 'Chicopee', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22733.0, + density: 1558.3, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60825, lat: 42.1595 }, + }, + { + zip_code: '1056', + usps_city: 'Ludlow', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 21291.0, + density: 302.2, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.45804, lat: 42.19211 }, + }, + { + zip_code: '1086', + usps_city: 'Westfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 3775.3, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79402, lat: 42.13044 }, + }, + { + zip_code: '1222', + usps_city: 'Ashley Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 807.0, + density: 94.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.32081, lat: 42.05899 }, + }, + { + zip_code: '1230', + usps_city: 'Great Barrington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8525.0, + density: 36.0, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.3437, lat: 42.18475 }, + }, + { + zip_code: '1264', + usps_city: 'Tyringham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 7.0, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19903, lat: 42.23411 }, + }, + { + zip_code: '1342', + usps_city: 'Deerfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 27.2, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.60591, lat: 42.54451 }, + }, + { + zip_code: '1343', + usps_city: 'Drury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 6.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.98109, lat: 42.65444 }, + }, + { + zip_code: '1522', + usps_city: 'Jefferson', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3270.0, + density: 77.1, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.86913, lat: 42.38137 }, + }, + { + zip_code: '1525', + usps_city: 'Linwood', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 468.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63236, lat: 42.10683 }, + }, + { + zip_code: '1810', + usps_city: 'Andover', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 35816.0, + density: 448.6, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16505, lat: 42.64655 }, + }, + { + zip_code: '1840', + usps_city: 'Lawrence', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5573.0, + density: 4318.9, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1601, lat: 42.70688 }, + }, + { + zip_code: '2093', + usps_city: 'Wrentham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11823.0, + density: 210.3, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35522, lat: 42.0513 }, + }, + { + zip_code: '2131', + usps_city: 'Roslindale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 34419.0, + density: 5137.3, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12652, lat: 42.2847 }, + }, + { + zip_code: '2132', + usps_city: 'West Roxbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27801.0, + density: 2354.2, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16145, lat: 42.28025 }, + }, + { + zip_code: '2330', + usps_city: 'Carver', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11720.0, + density: 121.3, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.75635, lat: 41.87389 }, + }, + { + zip_code: '2379', + usps_city: 'West Bridgewater', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7198.0, + density: 181.3, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.02669, lat: 42.02139 }, + }, + { + zip_code: '2451', + usps_city: 'Waltham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18246.0, + density: 1275.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25711, lat: 42.39821 }, + }, + { + zip_code: '2553', + usps_city: 'Monument Beach', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 168.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61883, lat: 41.71336 }, + }, + { + zip_code: '2564', + usps_city: 'Siasconset', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 15.7, + primary_coty_code: '25019', + primary_coty_name: 'Nantucket', + county_weights: '{"25019": "100"}', + coty_name: ['Nantucket'], + cty_code: ['25019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.98431, lat: 41.26534 }, + }, + { + zip_code: '2630', + usps_city: 'Barnstable', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1957.0, + density: 188.4, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.30335, lat: 41.70459 }, + }, + { + zip_code: '2638', + usps_city: 'Dennis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3126.0, + density: 203.4, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.19361, lat: 41.73226 }, + }, + { + zip_code: '2651', + usps_city: 'North Eastham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 134.2, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.0034, lat: 41.87507 }, + }, + { + zip_code: '2740', + usps_city: 'New Bedford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 43454.0, + density: 2950.9, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.93814, lat: 41.63787 }, + }, + { + zip_code: '2906', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 27825.0, + density: 3315.6, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.38994, lat: 41.83917 }, + }, + { + zip_code: '3031', + usps_city: 'Amherst', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 11475.0, + density: 128.7, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.6079, lat: 42.87036 }, + }, + { + zip_code: '3049', + usps_city: 'Hollis', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7918.0, + density: 96.4, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.58344, lat: 42.74942 }, + }, + { + zip_code: '3070', + usps_city: 'New Boston', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5685.0, + density: 51.0, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68637, lat: 42.97734 }, + }, + { + zip_code: '3103', + usps_city: 'Manchester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 36938.0, + density: 1462.8, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100", "33015": "0"}', + coty_name: ['Hillsborough', 'Rockingham'], + cty_code: ['33011', '33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.44429, lat: 42.95352 }, + }, + { + zip_code: '3229', + usps_city: 'Contoocook', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5691.0, + density: 50.7, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.69678, lat: 43.19787 }, + }, + { + zip_code: '3290', + usps_city: 'Nottingham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4965.0, + density: 41.9, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12081, lat: 43.12457 }, + }, + { + zip_code: '3457', + usps_city: 'Nelson', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 13.9, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.12252, lat: 42.99585 }, + }, + { + zip_code: '3601', + usps_city: 'Acworth', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 8.5, + primary_coty_code: '33019', + primary_coty_name: 'Sullivan', + county_weights: '{"33019": "100"}', + coty_name: ['Sullivan'], + cty_code: ['33019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.29576, lat: 43.2338 }, + }, + { + zip_code: '3870', + usps_city: 'Rye', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5293.0, + density: 167.3, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.76077, lat: 43.0152 }, + }, + { + zip_code: '4072', + usps_city: 'Saco', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 19497.0, + density: 195.6, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.46233, lat: 43.53899 }, + }, + { + zip_code: '4088', + usps_city: 'Waterford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1454.0, + density: 11.7, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.71635, lat: 44.19301 }, + }, + { + zip_code: '4427', + usps_city: 'Corinth', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2803.0, + density: 26.9, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.01076, lat: 44.9806 }, + }, + { + zip_code: '4463', + usps_city: 'Milo', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3196.0, + density: 8.4, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.90608, lat: 45.27526 }, + }, + { + zip_code: '4563', + usps_city: 'Cushing', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1512.0, + density: 30.4, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.25655, lat: 44.0151 }, + }, + { + zip_code: '4658', + usps_city: 'Milbridge', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1560.0, + density: 24.8, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.87307, lat: 44.53986 }, + }, + { + zip_code: '4662', + usps_city: 'Northeast Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 61.2, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.29427, lat: 44.30858 }, + }, + { + zip_code: '4666', + usps_city: 'Pembroke', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1262.0, + density: 7.7, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.22515, lat: 44.98173 }, + }, + { + zip_code: '4686', + usps_city: 'Wesley', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 0.5, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.69916, lat: 44.98542 }, + }, + { + zip_code: '4765', + usps_city: 'Patten', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1005.0, + density: 0.7, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "98.34", "23003": "1.66"}', + coty_name: ['Penobscot', 'Aroostook'], + cty_code: ['23019', '23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.62626, lat: 46.15346 }, + }, + { + zip_code: '4776', + usps_city: 'Sherman', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1017.0, + density: 4.6, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.32344, lat: 45.85109 }, + }, + { + zip_code: '4860', + usps_city: 'Tenants Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1577.0, + density: 34.1, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.22844, lat: 43.96925 }, + }, + { + zip_code: '4918', + usps_city: 'Belgrade Lakes', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 32.4, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.86687, lat: 44.5173 }, + }, + { + zip_code: '4970', + usps_city: 'Rangeley', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1497.0, + density: 2.5, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.63805, lat: 45.00446 }, + }, + { + zip_code: '4975', + usps_city: 'Shawmut', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 196.7, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.58839, lat: 44.62534 }, + }, + { + zip_code: '5356', + usps_city: 'West Dover', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 577.0, + density: 10.1, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86865, lat: 42.95346 }, + }, + { + zip_code: '5701', + usps_city: 'Rutland', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 19984.0, + density: 132.5, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.90981, lat: 43.62458 }, + }, + { + zip_code: '5764', + usps_city: 'Poultney', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3281.0, + density: 29.3, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.19178, lat: 43.53191 }, + }, + { + zip_code: '5862', + usps_city: 'Peacham', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 4.3, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.22587, lat: 44.31892 }, + }, + { + zip_code: '6092', + usps_city: 'West Simsbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4493.0, + density: 201.8, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.85912, lat: 41.87329 }, + }, + { + zip_code: '6238', + usps_city: 'Coventry', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12406.0, + density: 128.2, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.33955, lat: 41.78306 }, + }, + { + zip_code: '6336', + usps_city: 'Gilman', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 81.2, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19505, lat: 41.57934 }, + }, + { + zip_code: '6377', + usps_city: 'Sterling', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2969.0, + density: 68.8, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.81754, lat: 41.72621 }, + }, + { + zip_code: '6450', + usps_city: 'Meriden', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 35215.0, + density: 968.8, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.77388, lat: 41.53303 }, + }, + { + zip_code: '6483', + usps_city: 'Seymour', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 16508.0, + density: 439.0, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.0872, lat: 41.38101 }, + }, + { + zip_code: '6524', + usps_city: 'Bethany', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5513.0, + density: 100.8, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.99309, lat: 41.42613 }, + }, + { + zip_code: '6831', + usps_city: 'Greenwich', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 14588.0, + density: 204.6, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.66093, lat: 41.08776 }, + }, + { + zip_code: '6853', + usps_city: 'Norwalk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4023.0, + density: 1297.2, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.43814, lat: 41.06943 }, + }, + { + zip_code: '7016', + usps_city: 'Cranford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24014.0, + density: 1922.3, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30357, lat: 40.65643 }, + }, + { + zip_code: '7027', + usps_city: 'Garwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4338.0, + density: 2572.6, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32312, lat: 40.65138 }, + }, + { + zip_code: '7057', + usps_city: 'Wallington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11540.0, + density: 4531.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10674, lat: 40.85349 }, + }, + { + zip_code: '7086', + usps_city: 'Weehawken', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14604.0, + density: 7112.6, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02087, lat: 40.76808 }, + }, + { + zip_code: '7205', + usps_city: 'Hillside', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 21928.0, + density: 3074.0, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22859, lat: 40.69616 }, + }, + { + zip_code: '7430', + usps_city: 'Mahwah', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26275.0, + density: 400.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18566, lat: 41.08162 }, + }, + { + zip_code: '7608', + usps_city: 'Teterboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 25.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06129, lat: 40.85368 }, + }, + { + zip_code: '7734', + usps_city: 'Keansburg', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12984.0, + density: 2825.5, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13513, lat: 40.44294 }, + }, + { + zip_code: '7735', + usps_city: 'Keyport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18223.0, + density: 1376.5, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "89.13", "34023": "10.87"}', + coty_name: ['Monmouth', 'Middlesex'], + cty_code: ['34025', '34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.19961, lat: 40.44121 }, + }, + { + zip_code: '7756', + usps_city: 'Ocean Grove', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3047.0, + density: 3175.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00829, lat: 40.21186 }, + }, + { + zip_code: '7821', + usps_city: 'Andover', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8506.0, + density: 75.7, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "90.92", "34041": "9.08"}', + coty_name: ['Sussex', 'Warren'], + cty_code: ['34037', '34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74995, lat: 40.96469 }, + }, + { + zip_code: '8105', + usps_city: 'Camden', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27933.0, + density: 4161.2, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09121, lat: 39.95152 }, + }, + { + zip_code: '8247', + usps_city: 'Stone Harbor', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 939.0, + density: 72.9, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.78329, lat: 39.05103 }, + }, + { + zip_code: '8248', + usps_city: 'Strathmere', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 119.2, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66073, lat: 39.19555 }, + }, + { + zip_code: '8270', + usps_city: 'Woodbine', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8063.0, + density: 27.0, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "92.42", "34001": "7.58"}', + coty_name: ['Cape May', 'Atlantic'], + cty_code: ['34009', '34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.79635, lat: 39.2719 }, + }, + { + zip_code: '8345', + usps_city: 'Newport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 11.3, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16505, lat: 39.28108 }, + }, + { + zip_code: '8734', + usps_city: 'Lanoka Harbor', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8836.0, + density: 594.9, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17052, lat: 39.86403 }, + }, + { + zip_code: '8752', + usps_city: 'Seaside Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2070.0, + density: 167.7, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09667, lat: 39.8474 }, + }, + { + zip_code: '8812', + usps_city: 'Dunellen', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14223.0, + density: 1043.5, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "50.55", "34035": "49", "34039": "0.45"}', + coty_name: ['Middlesex', 'Somerset', 'Union'], + cty_code: ['34023', '34035', '34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4807, lat: 40.59977 }, + }, + { + zip_code: '8826', + usps_city: 'Glen Gardner', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5060.0, + density: 94.3, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90505, lat: 40.71955 }, + }, + { + zip_code: '10005', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8701.0, + density: 46219.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00891, lat: 40.70614 }, + }, + { + zip_code: '10007', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7408.0, + density: 17931.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00764, lat: 40.71395 }, + }, + { + zip_code: '10026', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 38585.0, + density: 44827.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9526, lat: 40.80245 }, + }, + { + zip_code: '10065', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29530.0, + density: 29990.2, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96314, lat: 40.76474 }, + }, + { + zip_code: '10177', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97589, lat: 40.75498 }, + }, + { + zip_code: '10308', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29512.0, + density: 5789.0, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15038, lat: 40.55152 }, + }, + { + zip_code: '10460', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 59432.0, + density: 17484.9, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87956, lat: 40.84172 }, + }, + { + zip_code: '10467', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 101255.0, + density: 16738.7, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87392, lat: 40.88081 }, + }, + { + zip_code: '10532', + usps_city: 'Hawthorne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4952.0, + density: 1005.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80003, lat: 41.09912 }, + }, + { + zip_code: '10580', + usps_city: 'Rye', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17334.0, + density: 788.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69306, lat: 40.97889 }, + }, + { + zip_code: '10598', + usps_city: 'Yorktown Heights', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29320.0, + density: 426.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79328, lat: 41.2819 }, + }, + { + zip_code: '10915', + usps_city: 'Bullville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 227.3, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35823, lat: 41.54231 }, + }, + { + zip_code: '11040', + usps_city: 'New Hyde Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41592.0, + density: 3355.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "94.67", "36081": "5.33"}', + coty_name: ['Nassau', 'Queens'], + cty_code: ['36059', '36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67978, lat: 40.7456 }, + }, + { + zip_code: '11219', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 89371.0, + density: 23282.7, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99669, lat: 40.63267 }, + }, + { + zip_code: '11418', + usps_city: 'Richmond Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 38405.0, + density: 9088.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83611, lat: 40.70019 }, + }, + { + zip_code: '11516', + usps_city: 'Cedarhurst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7372.0, + density: 3255.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72669, lat: 40.62578 }, + }, + { + zip_code: '11558', + usps_city: 'Island Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8465.0, + density: 2198.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64927, lat: 40.60481 }, + }, + { + zip_code: '11753', + usps_city: 'Jericho', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12857.0, + density: 1274.8, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.54008, lat: 40.78997 }, + }, + { + zip_code: '11763', + usps_city: 'Medford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28579.0, + density: 797.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9833, lat: 40.82582 }, + }, + { + zip_code: '11961', + usps_city: 'Ridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12902.0, + density: 387.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.88749, lat: 40.90392 }, + }, + { + zip_code: '12052', + usps_city: 'Cropseyville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1611.0, + density: 20.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47861, lat: 42.75397 }, + }, + { + zip_code: '12058', + usps_city: 'Earlton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1394.0, + density: 28.0, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92449, lat: 42.34966 }, + }, + { + zip_code: '12061', + usps_city: 'East Greenbush', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9656.0, + density: 185.2, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6557, lat: 42.59819 }, + }, + { + zip_code: '12063', + usps_city: 'East Schodack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 142.0, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63758, lat: 42.56505 }, + }, + { + zip_code: '12071', + usps_city: 'Fultonham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 14.5, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42264, lat: 42.55267 }, + }, + { + zip_code: '12157', + usps_city: 'Schoharie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4417.0, + density: 39.1, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "99.31", "36093": "0.54", "36001": "0.15"}', + coty_name: ['Schoharie', 'Schenectady', 'Albany'], + cty_code: ['36095', '36093', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.29885, lat: 42.66588 }, + }, + { + zip_code: '12196', + usps_city: 'West Sand Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3522.0, + density: 153.8, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.61698, lat: 42.63157 }, + }, + { + zip_code: '12411', + usps_city: 'Bloomington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 145.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.04552, lat: 41.87608 }, + }, + { + zip_code: '12480', + usps_city: 'Shandaken', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 6.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "89.75", "36039": "10.25"}', + coty_name: ['Ulster', 'Greene'], + cty_code: ['36111', '36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37742, lat: 42.13631 }, + }, + { + zip_code: '12491', + usps_city: 'West Hurley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1478.0, + density: 63.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13696, lat: 41.96747 }, + }, + { + zip_code: '12501', + usps_city: 'Amenia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2645.0, + density: 33.4, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55857, lat: 41.85964 }, + }, + { + zip_code: '12520', + usps_city: 'Cornwall On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2932.0, + density: 286.4, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00598, lat: 41.43298 }, + }, + { + zip_code: '12550', + usps_city: 'Newburgh', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 55149.0, + density: 613.2, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05256, lat: 41.5372 }, + }, + { + zip_code: '12561', + usps_city: 'New Paltz', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18713.0, + density: 121.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09752, lat: 41.75498 }, + }, + { + zip_code: '12564', + usps_city: 'Pawling', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7549.0, + density: 71.7, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58674, lat: 41.57751 }, + }, + { + zip_code: '12585', + usps_city: 'Verbank', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 879.0, + density: 68.9, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7009, lat: 41.72485 }, + }, + { + zip_code: '12721', + usps_city: 'Bloomingburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6387.0, + density: 97.3, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "76.69", "36071": "23.31"}', + coty_name: ['Sullivan', 'Orange'], + cty_code: ['36105', '36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.42892, lat: 41.56748 }, + }, + { + zip_code: '12808', + usps_city: 'Adirondack', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 4.7, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "99.35", "36031": "0.65"}', + coty_name: ['Warren', 'Essex'], + cty_code: ['36113', '36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72811, lat: 43.75116 }, + }, + { + zip_code: '12812', + usps_city: 'Blue Mountain Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 0.9, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41197, lat: 43.8721 }, + }, + { + zip_code: '12827', + usps_city: 'Fort Ann', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3622.0, + density: 11.3, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.51224, lat: 43.44843 }, + }, + { + zip_code: '12912', + usps_city: 'Au Sable Forks', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2209.0, + density: 9.4, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "55.41", "36031": "44.59", "36033": "0"}', + coty_name: ['Clinton', 'Essex', 'Franklin'], + cty_code: ['36019', '36031', '36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.74699, lat: 44.46217 }, + }, + { + zip_code: '12998', + usps_city: 'Witherbee', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 12.5, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.579, lat: 44.08463 }, + }, + { + zip_code: '13788', + usps_city: 'Hobart', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 911.0, + density: 10.0, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65813, lat: 42.35102 }, + }, + { + zip_code: '13811', + usps_city: 'Newark Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4243.0, + density: 25.8, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "92.93", "36007": "7.07"}', + coty_name: ['Tioga', 'Broome'], + cty_code: ['36107', '36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17458, lat: 42.23178 }, + }, + { + zip_code: '13849', + usps_city: 'Unadilla', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4502.0, + density: 26.3, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "79.19", "36025": "20.81"}', + coty_name: ['Otsego', 'Delaware'], + cty_code: ['36077', '36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31152, lat: 42.34381 }, + }, + { + zip_code: '14086', + usps_city: 'Lancaster', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 32585.0, + density: 371.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62904, lat: 42.90809 }, + }, + { + zip_code: '14105', + usps_city: 'Middleport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4591.0, + density: 37.6, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "93.93", "36073": "5.96", "36037": "0.11"}', + coty_name: ['Niagara', 'Orleans', 'Genesee'], + cty_code: ['36063', '36073', '36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48395, lat: 43.19782 }, + }, + { + zip_code: '14132', + usps_city: 'Sanborn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5632.0, + density: 77.4, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8777, lat: 43.14932 }, + }, + { + zip_code: '14303', + usps_city: 'Niagara Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5582.0, + density: 877.4, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -79.03812, lat: 43.08501 }, + }, + { + zip_code: '14466', + usps_city: 'Hemlock', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 35.3, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "56.31", "36051": "43.69"}', + coty_name: ['Ontario', 'Livingston'], + cty_code: ['36069', '36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5811, lat: 42.77652 }, + }, + { + zip_code: '14470', + usps_city: 'Holley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7406.0, + density: 44.6, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "97.74", "36055": "2.26"}', + coty_name: ['Orleans', 'Monroe'], + cty_code: ['36073', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.05341, lat: 43.21053 }, + }, + { + zip_code: '14477', + usps_city: 'Kent', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1411.0, + density: 20.8, + primary_coty_code: '36073', + primary_coty_name: 'Orleans', + county_weights: '{"36073": "100"}', + coty_name: ['Orleans'], + cty_code: ['36073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13592, lat: 43.33361 }, + }, + { + zip_code: '14514', + usps_city: 'North Chili', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6724.0, + density: 693.5, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.79969, lat: 43.09985 }, + }, + { + zip_code: '14526', + usps_city: 'Penfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19973.0, + density: 460.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44759, lat: 43.15111 }, + }, + { + zip_code: '14555', + usps_city: 'Sodus Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1004.0, + density: 123.6, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97814, lat: 43.25922 }, + }, + { + zip_code: '14617', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22774.0, + density: 1144.1, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.59363, lat: 43.22509 }, + }, + { + zip_code: '14820', + usps_city: 'Cameron Mills', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 826.0, + density: 10.4, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35933, lat: 42.19226 }, + }, + { + zip_code: '15015', + usps_city: 'Bradfordwoods', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1225.0, + density: 505.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08111, lat: 40.63718 }, + }, + { + zip_code: '15068', + usps_city: 'New Kensington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 37035.0, + density: 317.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "87.78", "42003": "12.22"}', + coty_name: ['Westmoreland', 'Allegheny'], + cty_code: ['42129', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.71289, lat: 40.56164 }, + }, + { + zip_code: '15129', + usps_city: 'South Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10495.0, + density: 503.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "99.26", "42125": "0.74"}', + coty_name: ['Allegheny', 'Washington'], + cty_code: ['42003', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99607, lat: 40.29323 }, + }, + { + zip_code: '15241', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20732.0, + density: 769.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "98.53", "42125": "1.47"}', + coty_name: ['Allegheny', 'Washington'], + cty_code: ['42003', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0824, lat: 40.33305 }, + }, + { + zip_code: '15341', + usps_city: 'Holbrook', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 6.2, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34412, lat: 39.82528 }, + }, + { + zip_code: '15563', + usps_city: 'Stoystown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3027.0, + density: 20.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.93805, lat: 40.09781 }, + }, + { + zip_code: '15641', + usps_city: 'Hyde Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 466.0, + density: 748.4, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58918, lat: 40.63162 }, + }, + { + zip_code: '15725', + usps_city: 'Clarksburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1602.0, + density: 20.6, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3414, lat: 40.51993 }, + }, + { + zip_code: '15734', + usps_city: 'Dixonville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 135.3, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.00127, lat: 40.72485 }, + }, + { + zip_code: '15739', + usps_city: 'Ernest', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 317.7, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16795, lat: 40.67611 }, + }, + { + zip_code: '15772', + usps_city: 'Rossiter', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 19.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89658, lat: 40.87486 }, + }, + { + zip_code: '15823', + usps_city: 'Brockport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1194.0, + density: 12.5, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "81.34", "42065": "18.66"}', + coty_name: ['Elk', 'Jefferson'], + cty_code: ['42047', '42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70952, lat: 41.25841 }, + }, + { + zip_code: '15846', + usps_city: 'Kersey', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3462.0, + density: 14.4, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56787, lat: 41.34038 }, + }, + { + zip_code: '15937', + usps_city: 'Jerome', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 267.0, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98465, lat: 40.20529 }, + }, + { + zip_code: '16056', + usps_city: 'Saxonburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4785.0, + density: 87.2, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84105, lat: 40.723 }, + }, + { + zip_code: '16123', + usps_city: 'Fombell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2207.0, + density: 42.1, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "94.55", "42073": "5.45"}', + coty_name: ['Beaver', 'Lawrence'], + cty_code: ['42007', '42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19818, lat: 40.81959 }, + }, + { + zip_code: '16160', + usps_city: 'West Pittsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 229.8, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36355, lat: 40.92782 }, + }, + { + zip_code: '16228', + usps_city: 'Ford Cliff', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 2154.1, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53575, lat: 40.76079 }, + }, + { + zip_code: '16238', + usps_city: 'Manorville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 1807.6, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52068, lat: 40.78776 }, + }, + { + zip_code: '16335', + usps_city: 'Meadville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27419.0, + density: 94.4, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15633, lat: 41.63092 }, + }, + { + zip_code: '16370', + usps_city: 'West Hickory', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 7.2, + primary_coty_code: '42053', + primary_coty_name: 'Forest', + county_weights: '{"42053": "100"}', + coty_name: ['Forest'], + cty_code: ['42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.44023, lat: 41.57139 }, + }, + { + zip_code: '16730', + usps_city: 'East Smethport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 50.2, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.42266, lat: 41.81688 }, + }, + { + zip_code: '16827', + usps_city: 'Boalsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4693.0, + density: 103.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.76561, lat: 40.76094 }, + }, + { + zip_code: '16838', + usps_city: 'Grampian', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 16.9, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64028, lat: 40.99369 }, + }, + { + zip_code: '17040', + usps_city: 'Landisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2376.0, + density: 18.3, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.3161, lat: 40.31691 }, + }, + { + zip_code: '17043', + usps_city: 'Lemoyne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5720.0, + density: 1092.7, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.90009, lat: 40.24684 }, + }, + { + zip_code: '17055', + usps_city: 'Mechanicsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 37232.0, + density: 345.0, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "97.86", "42133": "2.14"}', + coty_name: ['Cumberland', 'York'], + cty_code: ['42041', '42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00361, lat: 40.17895 }, + }, + { + zip_code: '17214', + usps_city: 'Blue Ridge Summit', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 78.3, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47117, lat: 39.74793 }, + }, + { + zip_code: '17345', + usps_city: 'Manchester', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7551.0, + density: 288.5, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7354, lat: 40.07752 }, + }, + { + zip_code: '17349', + usps_city: 'New Freedom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7183.0, + density: 133.6, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68019, lat: 39.75429 }, + }, + { + zip_code: '17512', + usps_city: 'Columbia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18027.0, + density: 427.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.48599, lat: 40.03939 }, + }, + { + zip_code: '17565', + usps_city: 'Pequea', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2675.0, + density: 75.0, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33183, lat: 39.89864 }, + }, + { + zip_code: '17581', + usps_city: 'Terre Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 775.0, + density: 893.8, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04965, lat: 40.15852 }, + }, + { + zip_code: '17752', + usps_city: 'Montgomery', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4595.0, + density: 50.1, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92958, lat: 41.17894 }, + }, + { + zip_code: '17760', + usps_city: 'North Bend', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 3.0, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66414, lat: 41.40825 }, + }, + { + zip_code: '17923', + usps_city: 'Branchdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 19.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31849, lat: 40.64109 }, + }, + { + zip_code: '18037', + usps_city: 'Coplay', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7806.0, + density: 413.1, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.545, lat: 40.68217 }, + }, + { + zip_code: '18229', + usps_city: 'Jim Thorpe', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8867.0, + density: 55.2, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67677, lat: 40.93059 }, + }, + { + zip_code: '19025', + usps_city: 'Dresher', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5861.0, + density: 754.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16198, lat: 40.14644 }, + }, + { + zip_code: '19076', + usps_city: 'Prospect Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6555.0, + density: 3383.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.30755, lat: 39.88589 }, + }, + { + zip_code: '19104', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 53560.0, + density: 6862.5, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.19842, lat: 39.95917 }, + }, + { + zip_code: '19121', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32385.0, + density: 5654.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17866, lat: 39.98216 }, + }, + { + zip_code: '19134', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 62087.0, + density: 6833.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10843, lat: 39.98981 }, + }, + { + zip_code: '19153', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13006.0, + density: 696.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22832, lat: 39.89333 }, + }, + { + zip_code: '19319', + usps_city: 'Cheyney', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 399.8, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "99.82", "42029": "0.18"}', + coty_name: ['Delaware', 'Chester'], + cty_code: ['42045', '42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52054, lat: 39.92825 }, + }, + { + zip_code: '19541', + usps_city: 'Mohrsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4366.0, + density: 75.3, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02544, lat: 40.47989 }, + }, + { + zip_code: '19602', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16582.0, + density: 2588.7, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91455, lat: 40.32862 }, + }, + { + zip_code: '19801', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 17035.0, + density: 1590.8, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54354, lat: 39.7286 }, + }, + { + zip_code: '19802', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 25715.0, + density: 3129.8, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52898, lat: 39.75678 }, + }, + { + zip_code: '19803', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 21867.0, + density: 670.1, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54202, lat: 39.79996 }, + }, + { + zip_code: '19933', + usps_city: 'Bridgeville', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 10903.0, + density: 66.5, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60953, lat: 38.736 }, + }, + { + zip_code: '19941', + usps_city: 'Ellendale', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 3270.0, + density: 37.6, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42556, lat: 38.79557 }, + }, + { + zip_code: '19945', + usps_city: 'Frankford', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 6771.0, + density: 41.8, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22888, lat: 38.50476 }, + }, + { + zip_code: '20015', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 16202.0, + density: 1814.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05848, lat: 38.9666 }, + }, + { + zip_code: '20194', + usps_city: 'Reston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12467.0, + density: 1527.1, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34299, lat: 38.98034 }, + }, + { + zip_code: '20678', + usps_city: 'Prince Frederick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 12261.0, + density: 110.7, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60325, lat: 38.52135 }, + }, + { + zip_code: '20688', + usps_city: 'Solomons', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1749.0, + density: 471.6, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.46837, lat: 38.33554 }, + }, + { + zip_code: '20816', + usps_city: 'Bethesda', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16316.0, + density: 1802.9, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.11854, lat: 38.95591 }, + }, + { + zip_code: '20874', + usps_city: 'Germantown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 61087.0, + density: 1107.5, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2975, lat: 39.12971 }, + }, + { + zip_code: '21060', + usps_city: 'Glen Burnie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 34899.0, + density: 1076.4, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58374, lat: 39.16798 }, + }, + { + zip_code: '21212', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33431.0, + density: 2781.0, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "66.17", "24005": "33.83"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61508, lat: 39.36827 }, + }, + { + zip_code: '21610', + usps_city: 'Betterton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 94.5, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07909, lat: 39.36486 }, + }, + { + zip_code: '21617', + usps_city: 'Centreville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10570.0, + density: 37.3, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03974, lat: 39.04974 }, + }, + { + zip_code: '21628', + usps_city: 'Crumpton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 163.5, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91881, lat: 39.23665 }, + }, + { + zip_code: '21631', + usps_city: 'East New Market', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2814.0, + density: 41.7, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94549, lat: 38.58627 }, + }, + { + zip_code: '21636', + usps_city: 'Goldsboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1015.0, + density: 17.7, + primary_coty_code: '24011', + primary_coty_name: 'Caroline', + county_weights: '{"24011": "100"}', + coty_name: ['Caroline'], + cty_code: ['24011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80476, lat: 39.02408 }, + }, + { + zip_code: '21647', + usps_city: 'Mcdaniel', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 33.7, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28035, lat: 38.81548 }, + }, + { + zip_code: '21733', + usps_city: 'Fairplay', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 897.0, + density: 57.3, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75848, lat: 39.54932 }, + }, + { + zip_code: '21778', + usps_city: 'Rocky Ridge', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 909.0, + density: 20.0, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33581, lat: 39.61601 }, + }, + { + zip_code: '21795', + usps_city: 'Williamsport', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9147.0, + density: 116.9, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.82589, lat: 39.58216 }, + }, + { + zip_code: '21798', + usps_city: 'Woodsboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2057.0, + density: 48.0, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.30129, lat: 39.53657 }, + }, + { + zip_code: '21863', + usps_city: 'Snow Hill', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4657.0, + density: 15.5, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39846, lat: 38.19242 }, + }, + { + zip_code: '21890', + usps_city: 'Westover', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2816.0, + density: 8224.2, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70404, lat: 38.15732 }, + }, + { + zip_code: '21919', + usps_city: 'Earleville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2919.0, + density: 25.9, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93263, lat: 39.42031 }, + }, + { + zip_code: '22408', + usps_city: 'Fredericksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30285.0, + density: 254.6, + primary_coty_code: '51177', + primary_coty_name: 'Spotsylvania', + county_weights: '{"51177": "99.08", "51033": "0.92"}', + coty_name: ['Spotsylvania', 'Caroline'], + cty_code: ['51177', '51033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44514, lat: 38.22075 }, + }, + { + zip_code: '22580', + usps_city: 'Woodford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5074.0, + density: 21.8, + primary_coty_code: '51033', + primary_coty_name: 'Caroline', + county_weights: '{"51033": "91.38", "51177": "8.62"}', + coty_name: ['Caroline', 'Spotsylvania'], + cty_code: ['51033', '51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44633, lat: 38.10885 }, + }, + { + zip_code: '22620', + usps_city: 'Boyce', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 22.4, + primary_coty_code: '51043', + primary_coty_name: 'Clarke', + county_weights: '{"51043": "100"}', + coty_name: ['Clarke'], + cty_code: ['51043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.03319, lat: 39.0659 }, + }, + { + zip_code: '22623', + usps_city: 'Chester Gap', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 309.4, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "80.15", "51187": "19.85"}', + coty_name: ['Rappahannock', 'Warren'], + cty_code: ['51157', '51187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13737, lat: 38.85156 }, + }, + { + zip_code: '22932', + usps_city: 'Crozet', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7721.0, + density: 27.5, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69428, lat: 38.15164 }, + }, + { + zip_code: '23023', + usps_city: 'Bruington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 13.1, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.95957, lat: 37.77866 }, + }, + { + zip_code: '23140', + usps_city: 'Providence Forge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6431.0, + density: 33.1, + primary_coty_code: '51127', + primary_coty_name: 'New Kent', + county_weights: '{"51127": "65.78", "51036": "34.22"}', + coty_name: ['New Kent', 'Charles City'], + cty_code: ['51127', '51036'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04431, lat: 37.43858 }, + }, + { + zip_code: '23173', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2227.0, + density: 2108.3, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "100"}', + coty_name: ['Richmond'], + cty_code: ['51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.53884, lat: 37.57707 }, + }, + { + zip_code: '23221', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14842.0, + density: 1730.6, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "100"}', + coty_name: ['Richmond'], + cty_code: ['51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49392, lat: 37.55338 }, + }, + { + zip_code: '23225', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 42937.0, + density: 1159.7, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "89.22", "51041": "10.78"}', + coty_name: ['Richmond', 'Chesterfield'], + cty_code: ['51760', '51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.51103, lat: 37.51842 }, + }, + { + zip_code: '23303', + usps_city: 'Atlantic', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 31.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50885, lat: 37.90728 }, + }, + { + zip_code: '23405', + usps_city: 'Machipongo', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 13.0, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91316, lat: 37.4117 }, + }, + { + zip_code: '23417', + usps_city: 'Onancock', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3438.0, + density: 26.9, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76577, lat: 37.72934 }, + }, + { + zip_code: '23461', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 2878.1, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96316, lat: 36.77533 }, + }, + { + zip_code: '23551', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1189.0, + density: 1358.1, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28863, lat: 36.92404 }, + }, + { + zip_code: '23868', + usps_city: 'Lawrenceville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6986.0, + density: 22.2, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.80481, lat: 36.71344 }, + }, + { + zip_code: '24014', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16605.0, + density: 224.1, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "71.88", "51161": "28.12"}', + coty_name: ['Roanoke', 'Roanoke'], + cty_code: ['51770', '51161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91289, lat: 37.22288 }, + }, + { + zip_code: '24076', + usps_city: 'Claudville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 14.6, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "100"}', + coty_name: ['Patrick'], + cty_code: ['51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42028, lat: 36.59731 }, + }, + { + zip_code: '24093', + usps_city: 'Glen Lyn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 7.4, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8565, lat: 37.38779 }, + }, + { + zip_code: '24102', + usps_city: 'Henry', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1552.0, + density: 18.6, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "93.4", "51089": "6.6"}', + coty_name: ['Franklin', 'Henry'], + cty_code: ['51067', '51089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99678, lat: 36.83954 }, + }, + { + zip_code: '24134', + usps_city: 'Pearisburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5200.0, + density: 19.6, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77995, lat: 37.24522 }, + }, + { + zip_code: '24138', + usps_city: 'Pilot', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1618.0, + density: 23.1, + primary_coty_code: '51121', + primary_coty_name: 'Montgomery', + county_weights: '{"51121": "60.01", "51063": "39.99"}', + coty_name: ['Montgomery', 'Floyd'], + cty_code: ['51121', '51063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31825, lat: 37.04844 }, + }, + { + zip_code: '24322', + usps_city: 'Cripple Creek', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 2.8, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "100"}', + coty_name: ['Wythe'], + cty_code: ['51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11414, lat: 36.80642 }, + }, + { + zip_code: '24325', + usps_city: 'Dugspur', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1020.0, + density: 7.5, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "100"}', + coty_name: ['Carroll'], + cty_code: ['51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59684, lat: 36.80532 }, + }, + { + zip_code: '24432', + usps_city: 'Deerfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 2.2, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "93.75", "51017": "6.25"}', + coty_name: ['Augusta', 'Bath'], + cty_code: ['51015', '51017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43398, lat: 38.16222 }, + }, + { + zip_code: '24472', + usps_city: 'Raphine', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1722.0, + density: 10.4, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "59.4", "51015": "40.6"}', + coty_name: ['Rockbridge', 'Augusta'], + cty_code: ['51163', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.21452, lat: 37.93755 }, + }, + { + zip_code: '24554', + usps_city: 'Gladys', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3952.0, + density: 12.9, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "100"}', + coty_name: ['Campbell'], + cty_code: ['51031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0626, lat: 37.13308 }, + }, + { + zip_code: '24605', + usps_city: 'Bluefield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7870.0, + density: 63.1, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36635, lat: 37.2448 }, + }, + { + zip_code: '24737', + usps_city: 'Montcalm', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 661.5, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24968, lat: 37.35309 }, + }, + { + zip_code: '24823', + usps_city: 'Coal Mountain', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 489.0, + density: 13.8, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73721, lat: 37.66123 }, + }, + { + zip_code: '24874', + usps_city: 'Pineville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3151.0, + density: 18.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52745, lat: 37.56242 }, + }, + { + zip_code: '25081', + usps_city: 'Foster', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1093.0, + density: 30.0, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77283, lat: 38.08728 }, + }, + { + zip_code: '25132', + usps_city: 'Mammoth', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 1.7, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34034, lat: 38.30039 }, + }, + { + zip_code: '25174', + usps_city: 'Rock Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 24.0, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41206, lat: 37.8603 }, + }, + { + zip_code: '25419', + usps_city: 'Falling Waters', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11062.0, + density: 243.0, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88497, lat: 39.58288 }, + }, + { + zip_code: '25505', + usps_city: 'Big Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 336.0, + density: 57.9, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "85.32", "54043": "14.68"}', + coty_name: ['Logan', 'Lincoln'], + cty_code: ['54045', '54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.03505, lat: 38.01192 }, + }, + { + zip_code: '25523', + usps_city: 'Hamlin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3057.0, + density: 28.2, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "94.11", "54079": "5.89"}', + coty_name: ['Lincoln', 'Putnam'], + cty_code: ['54043', '54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07362, lat: 38.28058 }, + }, + { + zip_code: '25696', + usps_city: 'Varney', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 33.0, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11588, lat: 37.67903 }, + }, + { + zip_code: '25972', + usps_city: 'Leslie', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 33.2, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.74158, lat: 38.0413 }, + }, + { + zip_code: '25985', + usps_city: 'Sandstone', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 482.0, + density: 5.3, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "100"}', + coty_name: ['Summers'], + cty_code: ['54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80963, lat: 37.77258 }, + }, + { + zip_code: '26070', + usps_city: 'Wellsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8249.0, + density: 86.2, + primary_coty_code: '54009', + primary_coty_name: 'Brooke', + county_weights: '{"54009": "100"}', + coty_name: ['Brooke'], + cty_code: ['54009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58403, lat: 40.2518 }, + }, + { + zip_code: '26142', + usps_city: 'Davisville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2367.0, + density: 72.0, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44742, lat: 39.21053 }, + }, + { + zip_code: '26209', + usps_city: 'Snowshoe', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 3.3, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99538, lat: 38.43389 }, + }, + { + zip_code: '26424', + usps_city: 'Rosemont', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 31.0, + primary_coty_code: '54091', + primary_coty_name: 'Taylor', + county_weights: '{"54091": "100"}', + coty_name: ['Taylor'], + cty_code: ['54091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17361, lat: 39.26688 }, + }, + { + zip_code: '26571', + usps_city: 'Farmington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2249.0, + density: 57.3, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25541, lat: 39.51903 }, + }, + { + zip_code: '26591', + usps_city: 'Worthington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1493.0, + density: 41.3, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "91.73", "54033": "8.27"}', + coty_name: ['Marion', 'Harrison'], + cty_code: ['54049', '54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.28941, lat: 39.45852 }, + }, + { + zip_code: '26627', + usps_city: 'Heaters', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 6.7, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "100"}', + coty_name: ['Braxton'], + cty_code: ['54007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60122, lat: 38.75354 }, + }, + { + zip_code: '26722', + usps_city: 'Green Spring', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 489.0, + density: 8.8, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.6425, lat: 39.50267 }, + }, + { + zip_code: '27217', + usps_city: 'Burlington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 37099.0, + density: 116.3, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "96.9", "37033": "3.1"}', + coty_name: ['Alamance', 'Caswell'], + cty_code: ['37001', '37033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.38335, lat: 36.19274 }, + }, + { + zip_code: '27509', + usps_city: 'Butner', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6070.0, + density: 156.6, + primary_coty_code: '37077', + primary_coty_name: 'Granville', + county_weights: '{"37077": "100"}', + coty_name: ['Granville'], + cty_code: ['37077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7758, lat: 36.12849 }, + }, + { + zip_code: '27553', + usps_city: 'Manson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2725.0, + density: 28.4, + primary_coty_code: '37185', + primary_coty_name: 'Warren', + county_weights: '{"37185": "69.73", "37181": "30.27"}', + coty_name: ['Warren', 'Vance'], + cty_code: ['37185', '37181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.307, lat: 36.48362 }, + }, + { + zip_code: '27801', + usps_city: 'Rocky Mount', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20065.0, + density: 111.4, + primary_coty_code: '37065', + primary_coty_name: 'Edgecombe', + county_weights: '{"37065": "100"}', + coty_name: ['Edgecombe'], + cty_code: ['37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.7361, lat: 35.9155 }, + }, + { + zip_code: '27839', + usps_city: 'Halifax', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3479.0, + density: 9.4, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "100"}', + coty_name: ['Halifax'], + cty_code: ['37083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5522, lat: 36.28837 }, + }, + { + zip_code: '27863', + usps_city: 'Pikeville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12782.0, + density: 72.9, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "99.09", "37079": "0.91"}', + coty_name: ['Wayne', 'Greene'], + cty_code: ['37191', '37079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.96791, lat: 35.48762 }, + }, + { + zip_code: '27944', + usps_city: 'Hertford', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11756.0, + density: 24.5, + primary_coty_code: '37143', + primary_coty_name: 'Perquimans', + county_weights: '{"37143": "100"}', + coty_name: ['Perquimans'], + cty_code: ['37143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42018, lat: 36.17466 }, + }, + { + zip_code: '27956', + usps_city: 'Maple', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 45.6, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.01406, lat: 36.40253 }, + }, + { + zip_code: '27972', + usps_city: 'Salvo', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 24.7, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47106, lat: 35.5482 }, + }, + { + zip_code: '28032', + usps_city: 'Cramerton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3245.0, + density: 537.5, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08024, lat: 35.23492 }, + }, + { + zip_code: '28037', + usps_city: 'Denver', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20619.0, + density: 179.5, + primary_coty_code: '37109', + primary_coty_name: 'Lincoln', + county_weights: '{"37109": "90.29", "37035": "9.71"}', + coty_name: ['Lincoln', 'Catawba'], + cty_code: ['37109', '37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01755, lat: 35.50705 }, + }, + { + zip_code: '28227', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 57336.0, + density: 571.7, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "99.02", "37179": "0.98"}', + coty_name: ['Mecklenburg', 'Union'], + cty_code: ['37119', '37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65136, lat: 35.18614 }, + }, + { + zip_code: '28280', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84309, lat: 35.22633 }, + }, + { + zip_code: '28303', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29888.0, + density: 689.2, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9618, lat: 35.08602 }, + }, + { + zip_code: '28364', + usps_city: 'Maxton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14732.0, + density: 42.1, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "96.27", "37165": "3.17", "37093": "0.57"}', + coty_name: ['Robeson', 'Scotland', 'Hoke'], + cty_code: ['37155', '37165', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32696, lat: 34.71235 }, + }, + { + zip_code: '28405', + usps_city: 'Wilmington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32909.0, + density: 528.0, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86701, lat: 34.26515 }, + }, + { + zip_code: '28457', + usps_city: 'Rocky Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10299.0, + density: 30.7, + primary_coty_code: '37141', + primary_coty_name: 'Pender', + county_weights: '{"37141": "100"}', + coty_name: ['Pender'], + cty_code: ['37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88907, lat: 34.44759 }, + }, + { + zip_code: '28616', + usps_city: 'Crossnore', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 23.7, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "100"}', + coty_name: ['Avery'], + cty_code: ['37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92013, lat: 36.02313 }, + }, + { + zip_code: '28618', + usps_city: 'Deep Gap', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2561.0, + density: 25.0, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "98.34", "37193": "1.66"}', + coty_name: ['Watauga', 'Wilkes'], + cty_code: ['37189', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5172, lat: 36.20672 }, + }, + { + zip_code: '28735', + usps_city: 'Gerton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 31.4, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "100"}', + coty_name: ['Henderson'], + cty_code: ['37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35043, lat: 35.47574 }, + }, + { + zip_code: '28753', + usps_city: 'Marshall', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9671.0, + density: 14.1, + primary_coty_code: '37115', + primary_coty_name: 'Madison', + county_weights: '{"37115": "90.46", "37021": "9.54"}', + coty_name: ['Madison', 'Buncombe'], + cty_code: ['37115', '37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70241, lat: 35.86765 }, + }, + { + zip_code: '28774', + usps_city: 'Sapphire', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 7.9, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "53.11", "37099": "46.89"}', + coty_name: ['Transylvania', 'Jackson'], + cty_code: ['37175', '37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.99513, lat: 35.09142 }, + }, + { + zip_code: '29003', + usps_city: 'Bamberg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6480.0, + density: 17.8, + primary_coty_code: '45009', + primary_coty_name: 'Bamberg', + county_weights: '{"45009": "100"}', + coty_name: ['Bamberg'], + cty_code: ['45009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01545, lat: 33.24056 }, + }, + { + zip_code: '29042', + usps_city: 'Denmark', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4828.0, + density: 28.5, + primary_coty_code: '45009', + primary_coty_name: 'Bamberg', + county_weights: '{"45009": "100"}', + coty_name: ['Bamberg'], + cty_code: ['45009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15072, lat: 33.30999 }, + }, + { + zip_code: '29062', + usps_city: 'Horatio', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 2.7, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "100"}', + coty_name: ['Sumter'], + cty_code: ['45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60011, lat: 33.99474 }, + }, + { + zip_code: '29072', + usps_city: 'Lexington', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 60908.0, + density: 343.3, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27544, lat: 34.00046 }, + }, + { + zip_code: '29074', + usps_city: 'Liberty Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 3.4, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "100"}', + coty_name: ['Kershaw'], + cty_code: ['45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.81551, lat: 34.44965 }, + }, + { + zip_code: '29129', + usps_city: 'Ridge Spring', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3324.0, + density: 15.5, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "52.05", "45081": "36.92", "45037": "11.03"}', + coty_name: ['Aiken', 'Saluda', 'Edgefield'], + cty_code: ['45003', '45081', '45037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67263, lat: 33.78485 }, + }, + { + zip_code: '29301', + usps_city: 'Spartanburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 35371.0, + density: 498.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01161, lat: 34.93486 }, + }, + { + zip_code: '29340', + usps_city: 'Gaffney', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20411.0, + density: 48.3, + primary_coty_code: '45021', + primary_coty_name: 'Cherokee', + county_weights: '{"45021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['45021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59387, lat: 34.98191 }, + }, + { + zip_code: '29376', + usps_city: 'Roebuck', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7969.0, + density: 82.5, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94932, lat: 34.81528 }, + }, + { + zip_code: '29414', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40661.0, + density: 447.8, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "99.87", "45035": "0.13"}', + coty_name: ['Charleston', 'Dorchester'], + cty_code: ['45019', '45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08832, lat: 32.83801 }, + }, + { + zip_code: '29501', + usps_city: 'Florence', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 46130.0, + density: 331.7, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "92.06", "45031": "7.94"}', + coty_name: ['Florence', 'Darlington'], + cty_code: ['45041', '45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82544, lat: 34.20619 }, + }, + { + zip_code: '29596', + usps_city: 'Wallace', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2181.0, + density: 12.7, + primary_coty_code: '45069', + primary_coty_name: 'Marlboro', + county_weights: '{"45069": "100"}', + coty_name: ['Marlboro'], + cty_code: ['45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83794, lat: 34.74341 }, + }, + { + zip_code: '29673', + usps_city: 'Piedmont', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29289.0, + density: 161.7, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "51.24", "45007": "48.76"}', + coty_name: ['Greenville', 'Anderson'], + cty_code: ['45045', '45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45722, lat: 34.7193 }, + }, + { + zip_code: '29728', + usps_city: 'Pageland', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9552.0, + density: 38.1, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40245, lat: 34.76824 }, + }, + { + zip_code: '29842', + usps_city: 'Beech Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7395.0, + density: 73.0, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8637, lat: 33.44613 }, + }, + { + zip_code: '29939', + usps_city: 'Scotia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 15.5, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "100"}', + coty_name: ['Hampton'], + cty_code: ['45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24403, lat: 32.6725 }, + }, + { + zip_code: '30008', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 33637.0, + density: 1373.5, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58926, lat: 33.89629 }, + }, + { + zip_code: '30019', + usps_city: 'Dacula', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 48782.0, + density: 406.5, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "99.82", "13297": "0.18"}', + coty_name: ['Gwinnett', 'Walton'], + cty_code: ['13135', '13297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.88229, lat: 33.97647 }, + }, + { + zip_code: '30115', + usps_city: 'Canton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 42934.0, + density: 272.7, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "100"}', + coty_name: ['Cherokee'], + cty_code: ['13057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40077, lat: 34.20405 }, + }, + { + zip_code: '30204', + usps_city: 'Barnesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13151.0, + density: 40.7, + primary_coty_code: '13171', + primary_coty_name: 'Lamar', + county_weights: '{"13171": "96.4", "13293": "2.02", "13207": "1.58"}', + coty_name: ['Lamar', 'Upson', 'Monroe'], + cty_code: ['13171', '13293', '13207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12512, lat: 33.05729 }, + }, + { + zip_code: '30214', + usps_city: 'Fayetteville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 29577.0, + density: 216.6, + primary_coty_code: '13113', + primary_coty_name: 'Fayette', + county_weights: '{"13113": "100"}', + coty_name: ['Fayette'], + cty_code: ['13113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48745, lat: 33.49171 }, + }, + { + zip_code: '30217', + usps_city: 'Franklin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9537.0, + density: 14.2, + primary_coty_code: '13149', + primary_coty_name: 'Heard', + county_weights: '{"13149": "98.99", "13285": "1.01"}', + coty_name: ['Heard', 'Troup'], + cty_code: ['13149', '13285'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.1303, lat: 33.28598 }, + }, + { + zip_code: '30238', + usps_city: 'Jonesboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 39084.0, + density: 893.4, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "97.89", "13113": "2.11"}', + coty_name: ['Clayton', 'Fayette'], + cty_code: ['13063', '13113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38168, lat: 33.4943 }, + }, + { + zip_code: '30417', + usps_city: 'Claxton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 10768.0, + density: 24.1, + primary_coty_code: '13109', + primary_coty_name: 'Evans', + county_weights: '{"13109": "96.12", "13267": "3.76", "13031": "0.12"}', + coty_name: ['Evans', 'Tattnall', 'Bulloch'], + cty_code: ['13109', '13267', '13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9202, lat: 32.17323 }, + }, + { + zip_code: '30421', + usps_city: 'Collins', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2723.0, + density: 10.4, + primary_coty_code: '13267', + primary_coty_name: 'Tattnall', + county_weights: '{"13267": "100"}', + coty_name: ['Tattnall'], + cty_code: ['13267'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10755, lat: 32.17931 }, + }, + { + zip_code: '30477', + usps_city: 'Wadley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2805.0, + density: 15.3, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "100"}', + coty_name: ['Jefferson'], + cty_code: ['13163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40011, lat: 32.8613 }, + }, + { + zip_code: '30548', + usps_city: 'Hoschton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 19796.0, + density: 197.8, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: + '{"13157": "40.79", "13135": "22.32", "13013": "19.3", "13139": "17.59"}', + coty_name: ['Jackson', 'Gwinnett', 'Barrow', 'Hall'], + cty_code: ['13157', '13135', '13013', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76653, lat: 34.09051 }, + }, + { + zip_code: '30581', + usps_city: 'Wiley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 271.4, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41658, lat: 34.79651 }, + }, + { + zip_code: '30705', + usps_city: 'Chatsworth', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 34031.0, + density: 55.2, + primary_coty_code: '13213', + primary_coty_name: 'Murray', + county_weights: '{"13213": "100"}', + coty_name: ['Murray'], + cty_code: ['13213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74898, lat: 34.75017 }, + }, + { + zip_code: '30746', + usps_city: 'Sugar Valley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1025.0, + density: 23.7, + primary_coty_code: '13129', + primary_coty_name: 'Gordon', + county_weights: '{"13129": "100"}', + coty_name: ['Gordon'], + cty_code: ['13129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.02728, lat: 34.57709 }, + }, + { + zip_code: '30755', + usps_city: 'Tunnel Hill', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9784.0, + density: 106.2, + primary_coty_code: '13313', + primary_coty_name: 'Whitfield', + county_weights: '{"13313": "62.1", "13047": "37.9"}', + coty_name: ['Whitfield', 'Catoosa'], + cty_code: ['13313', '13047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.04077, lat: 34.86684 }, + }, + { + zip_code: '30803', + usps_city: 'Avera', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 988.0, + density: 6.9, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "100"}', + coty_name: ['Jefferson'], + cty_code: ['13163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.55288, lat: 33.13784 }, + }, + { + zip_code: '30833', + usps_city: 'Wrens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3589.0, + density: 20.3, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "100"}', + coty_name: ['Jefferson'], + cty_code: ['13163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35925, lat: 33.18485 }, + }, + { + zip_code: '22931', + usps_city: 'Covesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 5.8, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70609, lat: 37.89782 }, + }, + { + zip_code: '22949', + usps_city: 'Lovingston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1066.0, + density: 11.2, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "100"}', + coty_name: ['Nelson'], + cty_code: ['51125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87341, lat: 37.7872 }, + }, + { + zip_code: '23015', + usps_city: 'Beaverdam', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3853.0, + density: 18.3, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: + '{"51085": "74.72", "51177": "14.47", "51033": "9.6", "51109": "1.2"}', + coty_name: ['Hanover', 'Spotsylvania', 'Caroline', 'Louisa'], + cty_code: ['51085', '51177', '51033', '51109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62554, lat: 37.92909 }, + }, + { + zip_code: '23047', + usps_city: 'Doswell', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 15.4, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "82.63", "51033": "17.37"}', + coty_name: ['Hanover', 'Caroline'], + cty_code: ['51085', '51033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47358, lat: 37.84226 }, + }, + { + zip_code: '23072', + usps_city: 'Hayes', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12377.0, + density: 130.0, + primary_coty_code: '51073', + primary_coty_name: 'Gloucester', + county_weights: '{"51073": "100"}', + coty_name: ['Gloucester'], + cty_code: ['51073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.48182, lat: 37.29641 }, + }, + { + zip_code: '23219', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4504.0, + density: 1133.4, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "100"}', + coty_name: ['Richmond'], + cty_code: ['51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43531, lat: 37.54011 }, + }, + { + zip_code: '23304', + usps_city: 'Battery Park', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36.0, + density: 76.3, + primary_coty_code: '51093', + primary_coty_name: 'Isle of Wight', + county_weights: '{"51093": "100"}', + coty_name: ['Isle of Wight'], + cty_code: ['51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57063, lat: 36.9961 }, + }, + { + zip_code: '23434', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 49625.0, + density: 94.3, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.59159, lat: 36.70121 }, + }, + { + zip_code: '23454', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 58904.0, + density: 756.1, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.02462, lat: 36.82642 }, + }, + { + zip_code: '23607', + usps_city: 'Newport News', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 23067.0, + density: 1493.5, + primary_coty_code: '51700', + primary_coty_name: 'Newport News', + county_weights: '{"51700": "100"}', + coty_name: ['Newport News'], + cty_code: ['51700'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4223, lat: 36.98737 }, + }, + { + zip_code: '23875', + usps_city: 'Prince George', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12313.0, + density: 135.1, + primary_coty_code: '51149', + primary_coty_name: 'Prince George', + county_weights: '{"51149": "100"}', + coty_name: ['Prince George'], + cty_code: ['51149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2631, lat: 37.2283 }, + }, + { + zip_code: '23936', + usps_city: 'Dillwyn', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8215.0, + density: 14.5, + primary_coty_code: '51029', + primary_coty_name: 'Buckingham', + county_weights: '{"51029": "98.33", "51049": "1.67"}', + coty_name: ['Buckingham', 'Cumberland'], + cty_code: ['51029', '51049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47872, lat: 37.52776 }, + }, + { + zip_code: '23958', + usps_city: 'Pamplin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3318.0, + density: 13.1, + primary_coty_code: '51011', + primary_coty_name: 'Appomattox', + county_weights: '{"51011": "48.45", "51147": "45.55", "51037": "5.99"}', + coty_name: ['Appomattox', 'Prince Edward', 'Charlotte'], + cty_code: ['51011', '51147', '51037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65975, lat: 37.26651 }, + }, + { + zip_code: '24089', + usps_city: 'Fieldale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2440.0, + density: 83.6, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "100"}', + coty_name: ['Henry'], + cty_code: ['51089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97282, lat: 36.70917 }, + }, + { + zip_code: '24104', + usps_city: 'Huddleston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3452.0, + density: 17.8, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48842, lat: 37.13604 }, + }, + { + zip_code: '24121', + usps_city: 'Moneta', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11145.0, + density: 45.3, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "64.28", "51067": "35.72"}', + coty_name: ['Bedford', 'Franklin'], + cty_code: ['51019', '51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63977, lat: 37.17233 }, + }, + { + zip_code: '24131', + usps_city: 'Paint Bank', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 0.1, + primary_coty_code: '51045', + primary_coty_name: 'Craig', + county_weights: '{"51045": "100"}', + coty_name: ['Craig'], + cty_code: ['51045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22656, lat: 37.57072 }, + }, + { + zip_code: '24224', + usps_city: 'Castlewood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5866.0, + density: 20.9, + primary_coty_code: '51167', + primary_coty_name: 'Russell', + county_weights: '{"51167": "100"}', + coty_name: ['Russell'], + cty_code: ['51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28197, lat: 36.86232 }, + }, + { + zip_code: '24228', + usps_city: 'Clintwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6449.0, + density: 26.8, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "100"}', + coty_name: ['Dickenson'], + cty_code: ['51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45001, lat: 37.16971 }, + }, + { + zip_code: '24260', + usps_city: 'Honaker', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5340.0, + density: 26.1, + primary_coty_code: '51167', + primary_coty_name: 'Russell', + county_weights: '{"51167": "81.08", "51027": "18.92"}', + coty_name: ['Russell', 'Buchanan'], + cty_code: ['51167', '51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02463, lat: 37.03954 }, + }, + { + zip_code: '24293', + usps_city: 'Wise', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9575.0, + density: 63.2, + primary_coty_code: '51195', + primary_coty_name: 'Wise', + county_weights: '{"51195": "100"}', + coty_name: ['Wise'], + cty_code: ['51195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56082, lat: 37.00496 }, + }, + { + zip_code: '24378', + usps_city: 'Troutdale', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 998.0, + density: 4.7, + primary_coty_code: '51077', + primary_coty_name: 'Grayson', + county_weights: '{"51077": "80.96", "51173": "19.04"}', + coty_name: ['Grayson', 'Smyth'], + cty_code: ['51077', '51173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44408, lat: 36.68736 }, + }, + { + zip_code: '24457', + usps_city: 'Low Moor', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 207.0, + density: 11.1, + primary_coty_code: '51005', + primary_coty_name: 'Alleghany', + county_weights: '{"51005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['51005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92019, lat: 37.77061 }, + }, + { + zip_code: '24458', + usps_city: 'McDowell', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 1.8, + primary_coty_code: '51091', + primary_coty_name: 'Highland', + county_weights: '{"51091": "100"}', + coty_name: ['Highland'], + cty_code: ['51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.525, lat: 38.31187 }, + }, + { + zip_code: '24459', + usps_city: 'Middlebrook', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 5.6, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "92.05", "51163": "7.95"}', + coty_name: ['Augusta', 'Rockbridge'], + cty_code: ['51015', '51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.28828, lat: 38.02689 }, + }, + { + zip_code: '24527', + usps_city: 'Blairs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2884.0, + density: 35.3, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34396, lat: 36.7369 }, + }, + { + zip_code: '24539', + usps_city: 'Crystal Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 4.1, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "100"}', + coty_name: ['Halifax'], + cty_code: ['51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9179, lat: 36.85133 }, + }, + { + zip_code: '24569', + usps_city: 'Long Island', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 10.0, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "64.66", "51083": "20.49", "51031": "14.85"}', + coty_name: ['Pittsylvania', 'Halifax', 'Campbell'], + cty_code: ['51143', '51083', '51031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.12173, lat: 37.04485 }, + }, + { + zip_code: '24628', + usps_city: 'Maxie', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 15.2, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2177, lat: 37.28718 }, + }, + { + zip_code: '24719', + usps_city: 'Covel', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 11.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32668, lat: 37.48719 }, + }, + { + zip_code: '24872', + usps_city: 'Panther', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 583.0, + density: 7.3, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8995, lat: 37.44919 }, + }, + { + zip_code: '24991', + usps_city: 'Williamsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 6.2, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49923, lat: 37.99916 }, + }, + { + zip_code: '25008', + usps_city: 'Artie', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 7.0, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34422, lat: 37.94699 }, + }, + { + zip_code: '25070', + usps_city: 'Eleanor', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 127.3, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93183, lat: 38.54657 }, + }, + { + zip_code: '25110', + usps_city: 'Hugheston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 5.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30847, lat: 38.22569 }, + }, + { + zip_code: '25148', + usps_city: 'Orgas', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 443.0, + density: 44.2, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56878, lat: 38.04912 }, + }, + { + zip_code: '25159', + usps_city: 'Poca', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5634.0, + density: 61.7, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78239, lat: 38.50347 }, + }, + { + zip_code: '25193', + usps_city: 'Sylvester', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 15.0, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51738, lat: 38.03466 }, + }, + { + zip_code: '25205', + usps_city: 'Uneeda', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 24.3, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78285, lat: 38.0187 }, + }, + { + zip_code: '25401', + usps_city: 'Martinsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14790.0, + density: 967.9, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.97265, lat: 39.45683 }, + }, + { + zip_code: '25430', + usps_city: 'Kearneysville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8517.0, + density: 68.8, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "79.35", "54003": "20.65"}', + coty_name: ['Jefferson', 'Berkeley'], + cty_code: ['54037', '54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93831, lat: 39.33789 }, + }, + { + zip_code: '25434', + usps_city: 'Paw Paw', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2821.0, + density: 16.0, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "64.89", "54065": "35.11"}', + coty_name: ['Hampshire', 'Morgan'], + cty_code: ['54027', '54065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.44811, lat: 39.45166 }, + }, + { + zip_code: '25512', + usps_city: 'East Lynn', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 919.0, + density: 7.4, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32232, lat: 38.18651 }, + }, + { + zip_code: '25535', + usps_city: 'Lavalette', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2796.0, + density: 60.3, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43091, lat: 38.31153 }, + }, + { + zip_code: '25638', + usps_city: 'Omar', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 12.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01386, lat: 37.73174 }, + }, + { + zip_code: '25652', + usps_city: 'Whitman', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1250.0, + density: 28.6, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.05341, lat: 37.78936 }, + }, + { + zip_code: '25672', + usps_city: 'Edgarton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 13.7, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11335, lat: 37.58156 }, + }, + { + zip_code: '25812', + usps_city: 'Ansted', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1712.0, + density: 35.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11248, lat: 38.15571 }, + }, + { + zip_code: '25854', + usps_city: 'Hico', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1063.0, + density: 11.2, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98006, lat: 38.13671 }, + }, + { + zip_code: '25901', + usps_city: 'Oak Hill', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11576.0, + density: 136.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.11277, lat: 37.94835 }, + }, + { + zip_code: '25984', + usps_city: 'Rupert', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1495.0, + density: 11.7, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "100"}', + coty_name: ['Greenbrier'], + cty_code: ['54025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60318, lat: 38.02595 }, + }, + { + zip_code: '26161', + usps_city: 'Petroleum', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 4.9, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "99.17", "54105": "0.83"}', + coty_name: ['Ritchie', 'Wirt'], + cty_code: ['54085', '54105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25368, lat: 39.1726 }, + }, + { + zip_code: '26585', + usps_city: 'Metz', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 7.3, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "81", "54103": "19"}', + coty_name: ['Marion', 'Wetzel'], + cty_code: ['54049', '54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42928, lat: 39.6149 }, + }, + { + zip_code: '26684', + usps_city: 'Pool', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 37.7, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84585, lat: 38.16213 }, + }, + { + zip_code: '26763', + usps_city: 'Springfield', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 11.9, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "81.69", "54057": "18.31"}', + coty_name: ['Hampshire', 'Mineral'], + cty_code: ['54027', '54057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69746, lat: 39.47011 }, + }, + { + zip_code: '26767', + usps_city: 'Wiley Ford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 653.0, + density: 106.7, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "100"}', + coty_name: ['Mineral'], + cty_code: ['54057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7574, lat: 39.61582 }, + }, + { + zip_code: '26851', + usps_city: 'Wardensville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1550.0, + density: 5.5, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "94.86", "54027": "5.14"}', + coty_name: ['Hardy', 'Hampshire'], + cty_code: ['54031', '54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62801, lat: 39.05166 }, + }, + { + zip_code: '27046', + usps_city: 'Sandy Ridge', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1771.0, + density: 16.8, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "100"}', + coty_name: ['Stokes'], + cty_code: ['37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09055, lat: 36.49321 }, + }, + { + zip_code: '27320', + usps_city: 'Reidsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 38997.0, + density: 59.8, + primary_coty_code: '37157', + primary_coty_name: 'Rockingham', + county_weights: '{"37157": "94.19", "37033": "5.26", "37081": "0.55"}', + coty_name: ['Rockingham', 'Caswell', 'Guilford'], + cty_code: ['37157', '37033', '37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65758, lat: 36.34247 }, + }, + { + zip_code: '27376', + usps_city: 'West End', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9802.0, + density: 54.3, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53539, lat: 35.25454 }, + }, + { + zip_code: '27518', + usps_city: 'Cary', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20102.0, + density: 807.0, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77353, lat: 35.72981 }, + }, + { + zip_code: '27527', + usps_city: 'Clayton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25337.0, + density: 223.7, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "100"}', + coty_name: ['Johnston'], + cty_code: ['37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38384, lat: 35.65778 }, + }, + { + zip_code: '27551', + usps_city: 'Macon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1684.0, + density: 7.7, + primary_coty_code: '37185', + primary_coty_name: 'Warren', + county_weights: '{"37185": "100"}', + coty_name: ['Warren'], + cty_code: ['37185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.05164, lat: 36.43195 }, + }, + { + zip_code: '27573', + usps_city: 'Roxboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11391.0, + density: 246.6, + primary_coty_code: '37145', + primary_coty_name: 'Person', + county_weights: '{"37145": "100"}', + coty_name: ['Person'], + cty_code: ['37145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97607, lat: 36.39672 }, + }, + { + zip_code: '27577', + usps_city: 'Smithfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26875.0, + density: 99.6, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "100"}', + coty_name: ['Johnston'], + cty_code: ['37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.34385, lat: 35.49187 }, + }, + { + zip_code: '27814', + usps_city: 'Blounts Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1947.0, + density: 11.8, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.92429, lat: 35.38299 }, + }, + { + zip_code: '27850', + usps_city: 'Littleton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7410.0, + density: 15.3, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "62.87", "37185": "37.13"}', + coty_name: ['Halifax', 'Warren'], + cty_code: ['37083', '37185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.88397, lat: 36.40104 }, + }, + { + zip_code: '27883', + usps_city: 'Stantonsburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2850.0, + density: 14.4, + primary_coty_code: '37195', + primary_coty_name: 'Wilson', + county_weights: '{"37195": "56.8", "37079": "26.2", "37191": "17"}', + coty_name: ['Wilson', 'Greene', 'Wayne'], + cty_code: ['37195', '37079', '37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.79709, lat: 35.59767 }, + }, + { + zip_code: '27884', + usps_city: 'Stokes', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 15.6, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "100"}', + coty_name: ['Pitt'], + cty_code: ['37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27004, lat: 35.7046 }, + }, + { + zip_code: '27949', + usps_city: 'Kitty Hawk', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7648.0, + density: 194.5, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73111, lat: 36.10813 }, + }, + { + zip_code: '27957', + usps_city: 'Merry Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1143.0, + density: 10.4, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "100"}', + coty_name: ['Bertie'], + cty_code: ['37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77187, lat: 36.06449 }, + }, + { + zip_code: '27968', + usps_city: 'Rodanthe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 7.0, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49116, lat: 35.68291 }, + }, + { + zip_code: '28018', + usps_city: 'Bostic', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5234.0, + density: 20.3, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79521, lat: 35.48378 }, + }, + { + zip_code: '28034', + usps_city: 'Dallas', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17386.0, + density: 148.0, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18086, lat: 35.35325 }, + }, + { + zip_code: '28301', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16929.0, + density: 532.2, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "100"}', + coty_name: ['Cumberland'], + cty_code: ['37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88358, lat: 35.07431 }, + }, + { + zip_code: '28357', + usps_city: 'Lumber Bridge', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2590.0, + density: 28.2, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "62.02", "37093": "37.98"}', + coty_name: ['Robeson', 'Hoke'], + cty_code: ['37155', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08703, lat: 34.90575 }, + }, + { + zip_code: '28396', + usps_city: 'Wagram', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2583.0, + density: 19.9, + primary_coty_code: '37165', + primary_coty_name: 'Scotland', + county_weights: '{"37165": "100"}', + coty_name: ['Scotland'], + cty_code: ['37165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.40378, lat: 34.92929 }, + }, + { + zip_code: '28439', + usps_city: 'Fair Bluff', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1038.0, + density: 16.6, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.00975, lat: 34.29479 }, + }, + { + zip_code: '28525', + usps_city: 'Deep Run', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2883.0, + density: 25.1, + primary_coty_code: '37107', + primary_coty_name: 'Lenoir', + county_weights: '{"37107": "93.9", "37061": "6.1"}', + coty_name: ['Lenoir', 'Duplin'], + cty_code: ['37107', '37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.69267, lat: 35.12455 }, + }, + { + zip_code: '28590', + usps_city: 'Winterville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25032.0, + density: 231.4, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "100"}', + coty_name: ['Pitt'], + cty_code: ['37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41628, lat: 35.52049 }, + }, + { + zip_code: '28610', + usps_city: 'Claremont', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10639.0, + density: 102.0, + primary_coty_code: '37035', + primary_coty_name: 'Catawba', + county_weights: '{"37035": "100"}', + coty_name: ['Catawba'], + cty_code: ['37035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13683, lat: 35.7323 }, + }, + { + zip_code: '28615', + usps_city: 'Creston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1811.0, + density: 10.5, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65856, lat: 36.46267 }, + }, + { + zip_code: '28637', + usps_city: 'Hildebran', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1692.0, + density: 227.4, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "100"}', + coty_name: ['Burke'], + cty_code: ['37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41929, lat: 35.71798 }, + }, + { + zip_code: '28705', + usps_city: 'Bakersville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6870.0, + density: 21.1, + primary_coty_code: '37121', + primary_coty_name: 'Mitchell', + county_weights: '{"37121": "100"}', + coty_name: ['Mitchell'], + cty_code: ['37121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15888, lat: 36.04365 }, + }, + { + zip_code: '28713', + usps_city: 'Bryson City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8799.0, + density: 24.9, + primary_coty_code: '37173', + primary_coty_name: 'Swain', + county_weights: '{"37173": "100"}', + coty_name: ['Swain'], + cty_code: ['37173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50254, lat: 35.36935 }, + }, + { + zip_code: '28719', + usps_city: 'Cherokee', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7674.0, + density: 21.9, + primary_coty_code: '37173', + primary_coty_name: 'Swain', + county_weights: '{"37173": "54.44", "37099": "45.56"}', + coty_name: ['Swain', 'Jackson'], + cty_code: ['37173', '37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33418, lat: 35.51785 }, + }, + { + zip_code: '28754', + usps_city: 'Mars Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10290.0, + density: 46.0, + primary_coty_code: '37115', + primary_coty_name: 'Madison', + county_weights: '{"37115": "98.23", "37199": "1.77"}', + coty_name: ['Madison', 'Yancey'], + cty_code: ['37115', '37199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51568, lat: 35.8756 }, + }, + { + zip_code: '28792', + usps_city: 'Hendersonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34703.0, + density: 133.2, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "99.98", "37149": "0.02"}', + coty_name: ['Henderson', 'Polk'], + cty_code: ['37089', '37149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36891, lat: 35.38983 }, + }, + { + zip_code: '29052', + usps_city: 'Gadsden', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2091.0, + density: 14.1, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73851, lat: 33.81144 }, + }, + { + zip_code: '29079', + usps_city: 'Lydia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 25.4, + primary_coty_code: '45031', + primary_coty_name: 'Darlington', + county_weights: '{"45031": "100"}', + coty_name: ['Darlington'], + cty_code: ['45031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1137, lat: 34.2864 }, + }, + { + zip_code: '29126', + usps_city: 'Pomaria', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1906.0, + density: 9.6, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "100"}', + coty_name: ['Newberry'], + cty_code: ['45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4204, lat: 34.32269 }, + }, + { + zip_code: '29147', + usps_city: 'State Park', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "0"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9663, lat: 34.0919 }, + }, + { + zip_code: '29164', + usps_city: 'Wagener', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5234.0, + density: 20.0, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42213, lat: 33.65532 }, + }, + { + zip_code: '29166', + usps_city: 'Ward', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 9.0, + primary_coty_code: '45081', + primary_coty_name: 'Saluda', + county_weights: '{"45081": "100"}', + coty_name: ['Saluda'], + cty_code: ['45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70816, lat: 33.90175 }, + }, + { + zip_code: '29180', + usps_city: 'Winnsboro', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13956.0, + density: 17.7, + primary_coty_code: '45039', + primary_coty_name: 'Fairfield', + county_weights: '{"45039": "98.36", "45079": "1.64"}', + coty_name: ['Fairfield', 'Richland'], + cty_code: ['45039', '45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09596, lat: 34.36739 }, + }, + { + zip_code: '29333', + usps_city: 'Drayton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 515.7, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.91021, lat: 34.97116 }, + }, + { + zip_code: '29334', + usps_city: 'Duncan', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14303.0, + density: 248.8, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12596, lat: 34.90538 }, + }, + { + zip_code: '29375', + usps_city: 'Reidville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 187.3, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11379, lat: 34.86114 }, + }, + { + zip_code: '29436', + usps_city: 'Cross', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4380.0, + density: 21.0, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "98.23", "45075": "1.77"}', + coty_name: ['Berkeley', 'Orangeburg'], + cty_code: ['45015', '45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18464, lat: 33.31862 }, + }, + { + zip_code: '29453', + usps_city: 'Jamestown', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 3.0, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.62823, lat: 33.22213 }, + }, + { + zip_code: '29468', + usps_city: 'Pineville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2535.0, + density: 13.1, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06469, lat: 33.42264 }, + }, + { + zip_code: '29525', + usps_city: 'Clio', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2111.0, + density: 16.4, + primary_coty_code: '45069', + primary_coty_name: 'Marlboro', + county_weights: '{"45069": "100"}', + coty_name: ['Marlboro'], + cty_code: ['45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.54112, lat: 34.5573 }, + }, + { + zip_code: '29554', + usps_city: 'Hemingway', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9368.0, + density: 16.1, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "59.43", "45043": "39.31", "45041": "1.26"}', + coty_name: ['Williamsburg', 'Georgetown', 'Florence'], + cty_code: ['45089', '45043', '45041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.38, lat: 33.69803 }, + }, + { + zip_code: '29579', + usps_city: 'Myrtle Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42703.0, + density: 381.2, + primary_coty_code: '45051', + primary_coty_name: 'Horry', + county_weights: '{"45051": "100"}', + coty_name: ['Horry'], + cty_code: ['45051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.91731, lat: 33.75477 }, + }, + { + zip_code: '29580', + usps_city: 'Nesmith', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 7.3, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "100"}', + coty_name: ['Williamsburg'], + cty_code: ['45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55892, lat: 33.66251 }, + }, + { + zip_code: '29621', + usps_city: 'Anderson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41237.0, + density: 185.9, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "100"}', + coty_name: ['Anderson'], + cty_code: ['45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60538, lat: 34.50703 }, + }, + { + zip_code: '29640', + usps_city: 'Easley', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 30757.0, + density: 136.0, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "100"}', + coty_name: ['Pickens'], + cty_code: ['45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57772, lat: 34.88831 }, + }, + { + zip_code: '29712', + usps_city: 'Edgemoor', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2246.0, + density: 31.1, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "86.06", "45091": "13.94"}', + coty_name: ['Chester', 'York'], + cty_code: ['45023', '45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98561, lat: 34.79498 }, + }, + { + zip_code: '29743', + usps_city: 'Smyrna', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 11.5, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39877, lat: 35.02554 }, + }, + { + zip_code: '29805', + usps_city: 'Aiken', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6189.0, + density: 24.2, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60525, lat: 33.6474 }, + }, + { + zip_code: '29816', + usps_city: 'Bath', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 347.0, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87341, lat: 33.5005 }, + }, + { + zip_code: '29912', + usps_city: 'Coosawhatchie', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '45053', + primary_coty_name: 'Jasper', + county_weights: '{"45053": "100"}', + coty_name: ['Jasper'], + cty_code: ['45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93074, lat: 32.58262 }, + }, + { + zip_code: '30024', + usps_city: 'Suwanee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 79000.0, + density: 716.3, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "68.98", "13117": "27.21", "13121": "3.81"}', + coty_name: ['Gwinnett', 'Forsyth', 'Fulton'], + cty_code: ['13135', '13117', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09069, lat: 34.06239 }, + }, + { + zip_code: '30025', + usps_city: 'Social Circle', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9679.0, + density: 54.9, + primary_coty_code: '13297', + primary_coty_name: 'Walton', + county_weights: '{"13297": "70.59", "13217": "29.41"}', + coty_name: ['Walton', 'Newton'], + cty_code: ['13297', '13217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69573, lat: 33.65591 }, + }, + { + zip_code: '30052', + usps_city: 'Loganville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 68563.0, + density: 302.6, + primary_coty_code: '13297', + primary_coty_name: 'Walton', + county_weights: + '{"13297": "51.81", "13135": "47.49", "13247": "0.5", "13217": "0.21"}', + coty_name: ['Walton', 'Gwinnett', 'Rockdale', 'Newton'], + cty_code: ['13297', '13135', '13247', '13217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8947, lat: 33.81581 }, + }, + { + zip_code: '30107', + usps_city: 'Ball Ground', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13517.0, + density: 48.0, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "78.63", "13227": "12.11", "13117": "9.26"}', + coty_name: ['Cherokee', 'Pickens', 'Forsyth'], + cty_code: ['13057', '13227', '13117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3475, lat: 34.33581 }, + }, + { + zip_code: '30145', + usps_city: 'Kingston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7655.0, + density: 37.2, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "76.87", "13115": "23.13"}', + coty_name: ['Bartow', 'Floyd'], + cty_code: ['13015', '13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98311, lat: 34.24335 }, + }, + { + zip_code: '30233', + usps_city: 'Jackson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23821.0, + density: 59.3, + primary_coty_code: '13035', + primary_coty_name: 'Butts', + county_weights: + '{"13035": "84.64", "13207": "9.11", "13151": "3.69", "13171": "2.43", "13217": "0.12"}', + coty_name: ['Butts', 'Monroe', 'Henry', 'Lamar', 'Newton'], + cty_code: ['13035', '13207', '13151', '13171', '13217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96942, lat: 33.2919 }, + }, + { + zip_code: '30336', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 10.1, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56646, lat: 33.73788 }, + }, + { + zip_code: '30350', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 39075.0, + density: 1205.1, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "99.71", "13089": "0.29"}', + coty_name: ['Fulton', 'DeKalb'], + cty_code: ['13121', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.33348, lat: 33.97913 }, + }, + { + zip_code: '30458', + usps_city: 'Statesboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 44329.0, + density: 116.4, + primary_coty_code: '13031', + primary_coty_name: 'Bulloch', + county_weights: '{"13031": "100"}', + coty_name: ['Bulloch'], + cty_code: ['13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82558, lat: 32.39865 }, + }, + { + zip_code: '30460', + usps_city: 'Statesboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2119.0, + density: 51156.4, + primary_coty_code: '13031', + primary_coty_name: 'Bulloch', + county_weights: '{"13031": "100"}', + coty_name: ['Bulloch'], + cty_code: ['13031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78152, lat: 32.41897 }, + }, + { + zip_code: '30533', + usps_city: 'Dahlonega', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27113.0, + density: 47.8, + primary_coty_code: '13187', + primary_coty_name: 'Lumpkin', + county_weights: + '{"13187": "98.09", "13139": "1.49", "13311": "0.36", "13085": "0.06"}', + coty_name: ['Lumpkin', 'Hall', 'White', 'Dawson'], + cty_code: ['13187', '13139', '13311', '13085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.01541, lat: 34.5641 }, + }, + { + zip_code: '30557', + usps_city: 'Martin', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5076.0, + density: 35.2, + primary_coty_code: '13257', + primary_coty_name: 'Stephens', + county_weights: '{"13257": "51.94", "13119": "48.06"}', + coty_name: ['Stephens', 'Franklin'], + cty_code: ['13257', '13119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.18391, lat: 34.48072 }, + }, + { + zip_code: '30667', + usps_city: 'Stephens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 4.2, + primary_coty_code: '13221', + primary_coty_name: 'Oglethorpe', + county_weights: '{"13221": "100"}', + coty_name: ['Oglethorpe'], + cty_code: ['13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.15615, lat: 33.78069 }, + }, + { + zip_code: '30813', + usps_city: 'Grovetown', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 44459.0, + density: 345.7, + primary_coty_code: '13073', + primary_coty_name: 'Columbia', + county_weights: '{"13073": "95.6", "13245": "4.4"}', + coty_name: ['Columbia', 'Richmond'], + cty_code: ['13073', '13245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22091, lat: 33.47139 }, + }, + { + zip_code: '30816', + usps_city: 'Keysville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1895.0, + density: 5.6, + primary_coty_code: '13033', + primary_coty_name: 'Burke', + county_weights: '{"13033": "85.87", "13163": "14.13"}', + coty_name: ['Burke', 'Jefferson'], + cty_code: ['13033', '13163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16093, lat: 33.15362 }, + }, + { + zip_code: '31001', + usps_city: 'Abbeville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4547.0, + density: 10.0, + primary_coty_code: '13315', + primary_coty_name: 'Wilcox', + county_weights: '{"13315": "100"}', + coty_name: ['Wilcox'], + cty_code: ['13315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34065, lat: 31.97547 }, + }, + { + zip_code: '31015', + usps_city: 'Cordele', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 21466.0, + density: 38.1, + primary_coty_code: '13081', + primary_coty_name: 'Crisp', + county_weights: '{"13081": "99.85", "13315": "0.15"}', + coty_name: ['Crisp', 'Wilcox'], + cty_code: ['13081', '13315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.7753, lat: 31.93552 }, + }, + { + zip_code: '31055', + usps_city: 'McRae Helena', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8565.0, + density: 24.6, + primary_coty_code: '13271', + primary_coty_name: 'Telfair', + county_weights: '{"13271": "100"}', + coty_name: ['Telfair'], + cty_code: ['13271'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89112, lat: 31.98879 }, + }, + { + zip_code: '31063', + usps_city: 'Montezuma', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5006.0, + density: 16.9, + primary_coty_code: '13193', + primary_coty_name: 'Macon', + county_weights: '{"13193": "95.59", "13093": "4.41"}', + coty_name: ['Macon', 'Dooly'], + cty_code: ['13193', '13093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96823, lat: 32.28977 }, + }, + { + zip_code: '31543', + usps_city: 'Hortense', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4242.0, + density: 13.1, + primary_coty_code: '13025', + primary_coty_name: 'Brantley', + county_weights: '{"13025": "91.45", "13305": "6.17", "13127": "2.38"}', + coty_name: ['Brantley', 'Wayne', 'Glynn'], + cty_code: ['13025', '13305', '13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83121, lat: 31.32843 }, + }, + { + zip_code: '31549', + usps_city: 'Lumber City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2143.0, + density: 7.4, + primary_coty_code: '13271', + primary_coty_name: 'Telfair', + county_weights: '{"13271": "93.52", "13309": "6.48"}', + coty_name: ['Telfair', 'Wheeler'], + cty_code: ['13271', '13309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71098, lat: 31.94233 }, + }, + { + zip_code: '31567', + usps_city: 'West Green', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 7.0, + primary_coty_code: '13069', + primary_coty_name: 'Coffee', + county_weights: '{"13069": "100"}', + coty_name: ['Coffee'], + cty_code: ['13069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70778, lat: 31.62918 }, + }, + { + zip_code: '31638', + usps_city: 'Morven', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 15.0, + primary_coty_code: '13027', + primary_coty_name: 'Brooks', + county_weights: '{"13027": "100"}', + coty_name: ['Brooks'], + cty_code: ['13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.51955, lat: 30.91134 }, + }, + { + zip_code: '31642', + usps_city: 'Pearson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4804.0, + density: 10.0, + primary_coty_code: '13003', + primary_coty_name: 'Atkinson', + county_weights: '{"13003": "99.88", "13065": "0.12"}', + coty_name: ['Atkinson', 'Clinch'], + cty_code: ['13003', '13065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.89012, lat: 31.27711 }, + }, + { + zip_code: '31699', + usps_city: 'Moody Afb', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 493.2, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "100"}', + coty_name: ['Lowndes'], + cty_code: ['13185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20521, lat: 30.97489 }, + }, + { + zip_code: '31711', + usps_city: 'Andersonville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 715.0, + density: 4.7, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "67.47", "13193": "32.53"}', + coty_name: ['Sumter', 'Macon'], + cty_code: ['13261', '13193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12936, lat: 32.19143 }, + }, + { + zip_code: '31765', + usps_city: 'Meigs', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2668.0, + density: 12.2, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "54.36", "13205": "28.45", "13071": "17.19"}', + coty_name: ['Thomas', 'Mitchell', 'Colquitt'], + cty_code: ['13275', '13205', '13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03135, lat: 31.094 }, + }, + { + zip_code: '31811', + usps_city: 'Hamilton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6442.0, + density: 19.0, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "100"}', + coty_name: ['Harris'], + cty_code: ['13145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.93425, lat: 32.74411 }, + }, + { + zip_code: '31821', + usps_city: 'Omaha', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 1.1, + primary_coty_code: '13259', + primary_coty_name: 'Stewart', + county_weights: '{"13259": "100"}', + coty_name: ['Stewart'], + cty_code: ['13259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.97115, lat: 32.1176 }, + }, + { + zip_code: '32162', + usps_city: 'The Villages', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 54951.0, + density: 913.8, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "82.28", "12083": "17.72"}', + coty_name: ['Sumter', 'Marion'], + cty_code: ['12119', '12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99287, lat: 28.91696 }, + }, + { + zip_code: '32277', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32327.0, + density: 1742.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59459, lat: 30.37275 }, + }, + { + zip_code: '32569', + usps_city: 'Mary Esther', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12657.0, + density: 1208.2, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.7351, lat: 30.40853 }, + }, + { + zip_code: '32664', + usps_city: 'McIntosh', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 106.6, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22118, lat: 29.44554 }, + }, + { + zip_code: '32697', + usps_city: 'Worthington Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 253.0, + density: 212.8, + primary_coty_code: '12125', + primary_coty_name: 'Union', + county_weights: '{"12125": "100"}', + coty_name: ['Union'], + cty_code: ['12125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42909, lat: 29.93146 }, + }, + { + zip_code: '32773', + usps_city: 'Sanford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31225.0, + density: 435.9, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24731, lat: 28.75204 }, + }, + { + zip_code: '32901', + usps_city: 'Melbourne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25089.0, + density: 771.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.62322, lat: 28.07903 }, + }, + { + zip_code: '32908', + usps_city: 'Palm Bay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 13397.0, + density: 268.3, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69892, lat: 27.95639 }, + }, + { + zip_code: '32949', + usps_city: 'Grant', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2468.0, + density: 58.5, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55068, lat: 27.92333 }, + }, + { + zip_code: '32951', + usps_city: 'Melbourne Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11974.0, + density: 568.3, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.51499, lat: 27.95946 }, + }, + { + zip_code: '32976', + usps_city: 'Sebastian', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9092.0, + density: 136.8, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.53949, lat: 27.8638 }, + }, + { + zip_code: '33009', + usps_city: 'Hallandale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41578.0, + density: 3151.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14786, lat: 25.98566 }, + }, + { + zip_code: '33029', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 48161.0, + density: 1071.9, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4089, lat: 25.99237 }, + }, + { + zip_code: '33146', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16473.0, + density: 2036.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27284, lat: 25.72052 }, + }, + { + zip_code: '33194', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8081.0, + density: 35.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61258, lat: 25.72011 }, + }, + { + zip_code: '33436', + usps_city: 'Boynton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 44489.0, + density: 1463.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1075, lat: 26.52439 }, + }, + { + zip_code: '33460', + usps_city: 'Lake Worth Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32573.0, + density: 2701.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05652, lat: 26.61985 }, + }, + { + zip_code: '33511', + usps_city: 'Brandon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 58833.0, + density: 1428.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2946, lat: 27.90985 }, + }, + { + zip_code: '33592', + usps_city: 'Thonotosassa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11546.0, + density: 91.0, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28808, lat: 28.10067 }, + }, + { + zip_code: '33637', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17555.0, + density: 872.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36133, lat: 28.04728 }, + }, + { + zip_code: '33647', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 71004.0, + density: 807.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35798, lat: 28.13413 }, + }, + { + zip_code: '33702', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32019.0, + density: 1239.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63163, lat: 27.84538 }, + }, + { + zip_code: '33764', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27320.0, + density: 1578.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74062, lat: 27.93381 }, + }, + { + zip_code: '33830', + usps_city: 'Bartow', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28884.0, + density: 87.7, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81743, lat: 27.87486 }, + }, + { + zip_code: '33849', + usps_city: 'Kathleen', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 20.2, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.07373, lat: 28.21676 }, + }, + { + zip_code: '33872', + usps_city: 'Sebring', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15923.0, + density: 316.6, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "100"}', + coty_name: ['Highlands'], + cty_code: ['12055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52645, lat: 27.51314 }, + }, + { + zip_code: '33875', + usps_city: 'Sebring', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11522.0, + density: 59.1, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "100"}', + coty_name: ['Highlands'], + cty_code: ['12055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50097, lat: 27.40592 }, + }, + { + zip_code: '34110', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23988.0, + density: 594.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "99.23", "12071": "0.77"}', + coty_name: ['Collier', 'Lee'], + cty_code: ['12021', '12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78559, lat: 26.29553 }, + }, + { + zip_code: '34140', + usps_city: 'Goodland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 97.8, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65935, lat: 25.9245 }, + }, + { + zip_code: '34215', + usps_city: 'Cortez', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 521.6, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68493, lat: 27.47176 }, + }, + { + zip_code: '34217', + usps_city: 'Bradenton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5079.0, + density: 894.8, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70497, lat: 27.48991 }, + }, + { + zip_code: '34242', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7465.0, + density: 806.2, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.53995, lat: 27.26232 }, + }, + { + zip_code: '34436', + usps_city: 'Floral City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8169.0, + density: 55.8, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29699, lat: 28.72351 }, + }, + { + zip_code: '34472', + usps_city: 'Ocala', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31344.0, + density: 329.7, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99548, lat: 29.11249 }, + }, + { + zip_code: '34653', + usps_city: 'New Port Richey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34588.0, + density: 1236.4, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.693, lat: 28.24355 }, + }, + { + zip_code: '34681', + usps_city: 'Crystal Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 499.9, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77797, lat: 28.08779 }, + }, + { + zip_code: '34691', + usps_city: 'Holiday', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20257.0, + density: 956.6, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77784, lat: 28.19117 }, + }, + { + zip_code: '34953', + usps_city: 'Port Saint Lucie', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 70705.0, + density: 1146.9, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38129, lat: 27.249 }, + }, + { + zip_code: '35061', + usps_city: 'Dolomite', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1130.0, + density: 218.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.95597, lat: 33.472 }, + }, + { + zip_code: '35074', + usps_city: 'Green Pond', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 681.7, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "100"}', + coty_name: ['Bibb'], + cty_code: ['1007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.12425, lat: 33.22242 }, + }, + { + zip_code: '35124', + usps_city: 'Pelham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 24387.0, + density: 226.6, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76317, lat: 33.31347 }, + }, + { + zip_code: '35151', + usps_city: 'Sylacauga', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7649.0, + density: 17.4, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "75.29", "01037": "24.71"}', + coty_name: ['Talladega', 'Coosa'], + cty_code: ['01121', '01037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.37206, lat: 33.09299 }, + }, + { + zip_code: '35228', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10059.0, + density: 898.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.92103, lat: 33.45621 }, + }, + { + zip_code: '35476', + usps_city: 'Northport', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7208.0, + density: 506.5, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59433, lat: 33.22739 }, + }, + { + zip_code: '35648', + usps_city: 'Lexington', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3448.0, + density: 22.9, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['1077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.38491, lat: 34.95875 }, + }, + { + zip_code: '35744', + usps_city: 'Dutton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1956.0, + density: 22.8, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.90673, lat: 34.61216 }, + }, + { + zip_code: '35808', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1348.0, + density: 9.0, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65738, lat: 34.63186 }, + }, + { + zip_code: '35990', + usps_city: 'Walnut Grove', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 413.1, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "100"}', + coty_name: ['Etowah'], + cty_code: ['1055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.30454, lat: 34.06773 }, + }, + { + zip_code: '36003', + usps_city: 'Autaugaville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1963.0, + density: 8.1, + primary_coty_code: '1001', + primary_coty_name: 'Autauga', + county_weights: '{"01001": "100"}', + coty_name: ['Autauga'], + cty_code: ['1001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.72387, lat: 32.45323 }, + }, + { + zip_code: '36005', + usps_city: 'Banks', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1438.0, + density: 3.9, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "72.21", "01011": "27.2", "01005": "0.59"}', + coty_name: ['Pike', 'Bullock', 'Barbour'], + cty_code: ['01109', '01011', '01005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.72077, lat: 31.88607 }, + }, + { + zip_code: '36028', + usps_city: 'Dozier', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1438.0, + density: 4.3, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "57.62", "01041": "42.38"}', + coty_name: ['Covington', 'Crenshaw'], + cty_code: ['01039', '01041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.38884, lat: 31.49916 }, + }, + { + zip_code: '36030', + usps_city: 'Forest Home', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 3.4, + primary_coty_code: '1013', + primary_coty_name: 'Butler', + county_weights: '{"01013": "100"}', + coty_name: ['Butler'], + cty_code: ['1013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.85983, lat: 31.86642 }, + }, + { + zip_code: '36051', + usps_city: 'Marbury', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2057.0, + density: 15.6, + primary_coty_code: '1001', + primary_coty_name: 'Autauga', + county_weights: '{"01001": "70.1", "01021": "17.19", "01051": "12.72"}', + coty_name: ['Autauga', 'Chilton', 'Elmore'], + cty_code: ['01001', '01021', '01051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.49468, lat: 32.68407 }, + }, + { + zip_code: '36203', + usps_city: 'Oxford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 18453.0, + density: 186.3, + primary_coty_code: '1015', + primary_coty_name: 'Calhoun', + county_weights: '{"01015": "73.21", "01121": "26.79"}', + coty_name: ['Calhoun', 'Talladega'], + cty_code: ['01015', '01121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.83295, lat: 33.58156 }, + }, + { + zip_code: '36276', + usps_city: 'Wadley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2573.0, + density: 7.4, + primary_coty_code: '1111', + primary_coty_name: 'Randolph', + county_weights: + '{"01111": "76.12", "01017": "14.2", "01027": "7.21", "01123": "2.47"}', + coty_name: ['Randolph', 'Chambers', 'Clay', 'Tallapoosa'], + cty_code: ['01111', '01017', '01027', '01123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.57061, lat: 33.13385 }, + }, + { + zip_code: '36401', + usps_city: 'Evergreen', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7730.0, + density: 6.5, + primary_coty_code: '1035', + primary_coty_name: 'Conecuh', + county_weights: '{"01035": "99.55", "01099": "0.45"}', + coty_name: ['Conecuh', 'Monroe'], + cty_code: ['01035', '01099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.9493, lat: 31.47366 }, + }, + { + zip_code: '36524', + usps_city: 'Coffeeville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1328.0, + density: 3.1, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02109, lat: 31.81425 }, + }, + { + zip_code: '36544', + usps_city: 'Irvington', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11682.0, + density: 112.5, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23288, lat: 30.47443 }, + }, + { + zip_code: '36765', + usps_city: 'Newbern', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1685.0, + density: 8.8, + primary_coty_code: '1065', + primary_coty_name: 'Hale', + county_weights: '{"01065": "75.27", "01105": "24.73"}', + coty_name: ['Hale', 'Perry'], + cty_code: ['01065', '01105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.52276, lat: 32.58282 }, + }, + { + zip_code: '36782', + usps_city: 'Sweet Water', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2685.0, + density: 5.1, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "100"}', + coty_name: ['Marengo'], + cty_code: ['1091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91857, lat: 32.12822 }, + }, + { + zip_code: '36785', + usps_city: 'Tyler', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 3.3, + primary_coty_code: '1085', + primary_coty_name: 'Lowndes', + county_weights: '{"01085": "76.14", "01047": "23.86"}', + coty_name: ['Lowndes', 'Dallas'], + cty_code: ['01085', '01047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.83672, lat: 32.25267 }, + }, + { + zip_code: '36804', + usps_city: 'Opelika', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 18535.0, + density: 37.1, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "95.34", "01113": "3.81", "01087": "0.85"}', + coty_name: ['Lee', 'Russell', 'Macon'], + cty_code: ['01081', '01113', '01087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.34221, lat: 32.53346 }, + }, + { + zip_code: '36854', + usps_city: 'Valley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15138.0, + density: 99.3, + primary_coty_code: '1017', + primary_coty_name: 'Chambers', + county_weights: '{"01017": "82.49", "01081": "17.51"}', + coty_name: ['Chambers', 'Lee'], + cty_code: ['01017', '01081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.18444, lat: 32.75379 }, + }, + { + zip_code: '36921', + usps_city: 'Toxey', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 3.0, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19167, lat: 31.96815 }, + }, + { + zip_code: '37016', + usps_city: 'Auburntown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 950.0, + density: 13.4, + primary_coty_code: '47015', + primary_coty_name: 'Cannon', + county_weights: '{"47015": "74.02", "47189": "25.98"}', + coty_name: ['Cannon', 'Wilson'], + cty_code: ['47015', '47189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.10025, lat: 35.95746 }, + }, + { + zip_code: '37026', + usps_city: 'Bradyville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2380.0, + density: 19.0, + primary_coty_code: '47015', + primary_coty_name: 'Cannon', + county_weights: '{"47015": "100"}', + coty_name: ['Cannon'], + cty_code: ['47015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.10563, lat: 35.69649 }, + }, + { + zip_code: '37146', + usps_city: 'Pleasant View', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7615.0, + density: 97.4, + primary_coty_code: '47021', + primary_coty_name: 'Cheatham', + county_weights: '{"47021": "71.97", "47147": "28.03"}', + coty_name: ['Cheatham', 'Robertson'], + cty_code: ['47021', '47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.03332, lat: 36.40163 }, + }, + { + zip_code: '37151', + usps_city: 'Riddleton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 511.0, + density: 11.0, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "100"}', + coty_name: ['Smith'], + cty_code: ['47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.0399, lat: 36.31758 }, + }, + { + zip_code: '37160', + usps_city: 'Shelbyville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 34339.0, + density: 57.8, + primary_coty_code: '47003', + primary_coty_name: 'Bedford', + county_weights: '{"47003": "99.22", "47127": "0.78"}', + coty_name: ['Bedford', 'Moore'], + cty_code: ['47003', '47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.48382, lat: 35.46396 }, + }, + { + zip_code: '37218', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15721.0, + density: 154.0, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.89257, lat: 36.20696 }, + }, + { + zip_code: '37306', + usps_city: 'Belvidere', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2153.0, + density: 7.0, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "96.67", "47127": "3.33"}', + coty_name: ['Franklin', 'Moore'], + cty_code: ['47051', '47127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.18923, lat: 35.09863 }, + }, + { + zip_code: '37362', + usps_city: 'Old Fort', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3433.0, + density: 17.5, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "70.99", "47011": "29.01"}', + coty_name: ['Polk', 'Bradley'], + cty_code: ['47139', '47011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.68734, lat: 35.03518 }, + }, + { + zip_code: '37374', + usps_city: 'Sequatchie', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2071.0, + density: 9.9, + primary_coty_code: '47115', + primary_coty_name: 'Marion', + county_weights: '{"47115": "100"}', + coty_name: ['Marion'], + cty_code: ['47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.6565, lat: 35.18911 }, + }, + { + zip_code: '37387', + usps_city: 'Tracy City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2883.0, + density: 30.5, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "100"}', + coty_name: ['Grundy'], + cty_code: ['47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.74694, lat: 35.27334 }, + }, + { + zip_code: '37686', + usps_city: 'Piney Flats', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8129.0, + density: 106.3, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "99.26", "47179": "0.74"}', + coty_name: ['Sullivan', 'Washington'], + cty_code: ['47163', '47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.34493, lat: 36.44203 }, + }, + { + zip_code: '37719', + usps_city: 'Coalfield', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 101.6, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "100"}', + coty_name: ['Morgan'], + cty_code: ['47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42936, lat: 36.02246 }, + }, + { + zip_code: '37754', + usps_city: 'Heiskell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5331.0, + density: 54.4, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "59.78", "47093": "35.02", "47173": "5.2"}', + coty_name: ['Anderson', 'Knox', 'Union'], + cty_code: ['47001', '47093', '47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03295, lat: 36.13112 }, + }, + { + zip_code: '37772', + usps_city: 'Lenoir City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12888.0, + density: 127.3, + primary_coty_code: '47105', + primary_coty_name: 'Loudon', + county_weights: '{"47105": "98.32", "47093": "1.68"}', + coty_name: ['Loudon', 'Knox'], + cty_code: ['47105', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21878, lat: 35.78825 }, + }, + { + zip_code: '37849', + usps_city: 'Powell', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26485.0, + density: 259.5, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "84.04", "47001": "15.96"}', + coty_name: ['Knox', 'Anderson'], + cty_code: ['47093', '47001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04314, lat: 36.0585 }, + }, + { + zip_code: '37882', + usps_city: 'Townsend', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2679.0, + density: 6.5, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80989, lat: 35.60488 }, + }, + { + zip_code: '38007', + usps_city: 'Bogota', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 12.2, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "100"}', + coty_name: ['Dyer'], + cty_code: ['47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.4271, lat: 36.15948 }, + }, + { + zip_code: '38034', + usps_city: 'Friendship', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2659.0, + density: 10.2, + primary_coty_code: '47033', + primary_coty_name: 'Crockett', + county_weights: '{"47033": "76.05", "47045": "23.95"}', + coty_name: ['Crockett', 'Dyer'], + cty_code: ['47033', '47045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.23443, lat: 35.90976 }, + }, + { + zip_code: '38039', + usps_city: 'Grand Junction', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1723.0, + density: 10.2, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "83.92", "47047": "16.08"}', + coty_name: ['Hardeman', 'Fayette'], + cty_code: ['47069', '47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18215, lat: 35.05811 }, + }, + { + zip_code: '38044', + usps_city: 'Hornsby', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 6.5, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "81.04", "47109": "14.57", "47023": "4.39"}', + coty_name: ['Hardeman', 'McNairy', 'Chester'], + cty_code: ['47069', '47109', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80319, lat: 35.20535 }, + }, + { + zip_code: '38052', + usps_city: 'Middleton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4228.0, + density: 13.0, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "100"}', + coty_name: ['Hardeman'], + cty_code: ['47069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91097, lat: 35.08626 }, + }, + { + zip_code: '38543', + usps_city: 'Alpine', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 4.7, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "83.04", "47137": "16.96"}', + coty_name: ['Overton', 'Pickett'], + cty_code: ['47133', '47137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.16624, lat: 36.37242 }, + }, + { + zip_code: '38544', + usps_city: 'Baxter', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7211.0, + density: 33.6, + primary_coty_code: '47141', + primary_coty_name: 'Putnam', + county_weights: '{"47141": "96.04", "47041": "3.96"}', + coty_name: ['Putnam', 'DeKalb'], + cty_code: ['47141', '47041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.66489, lat: 36.11987 }, + }, + { + zip_code: '38549', + usps_city: 'Byrdstown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3559.0, + density: 18.7, + primary_coty_code: '47137', + primary_coty_name: 'Pickett', + county_weights: '{"47137": "98.8", "47049": "1.2"}', + coty_name: ['Pickett', 'Fentress'], + cty_code: ['47137', '47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.1516, lat: 36.56081 }, + }, + { + zip_code: '38562', + usps_city: 'Gainesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6504.0, + density: 18.3, + primary_coty_code: '47087', + primary_coty_name: 'Jackson', + county_weights: '{"47087": "100"}', + coty_name: ['Jackson'], + cty_code: ['47087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.65774, lat: 36.35439 }, + }, + { + zip_code: '38579', + usps_city: 'Quebeck', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1067.0, + density: 25.1, + primary_coty_code: '47185', + primary_coty_name: 'White', + county_weights: '{"47185": "100"}', + coty_name: ['White'], + cty_code: ['47185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.55188, lat: 35.83032 }, + }, + { + zip_code: '38610', + usps_city: 'Blue Mountain', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3078.0, + density: 12.5, + primary_coty_code: '28139', + primary_coty_name: 'Tippah', + county_weights: '{"28139": "86.79", "28145": "9.66", "28009": "3.56"}', + coty_name: ['Tippah', 'Union', 'Benton'], + cty_code: ['28139', '28145', '28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02614, lat: 34.65293 }, + }, + { + zip_code: '38625', + usps_city: 'Dumas', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1611.0, + density: 17.0, + primary_coty_code: '28139', + primary_coty_name: 'Tippah', + county_weights: '{"28139": "67.01", "28145": "32.99"}', + coty_name: ['Tippah', 'Union'], + cty_code: ['28139', '28145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.82567, lat: 34.60922 }, + }, + { + zip_code: '38629', + usps_city: 'Falkner', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2064.0, + density: 15.8, + primary_coty_code: '28139', + primary_coty_name: 'Tippah', + county_weights: '{"28139": "87.32", "28009": "12.68"}', + coty_name: ['Tippah', 'Benton'], + cty_code: ['28139', '28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00097, lat: 34.87502 }, + }, + { + zip_code: '38748', + usps_city: 'Hollandale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3111.0, + density: 4.4, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "98.33", "28125": "1.67"}', + coty_name: ['Washington', 'Sharkey'], + cty_code: ['28151', '28125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90406, lat: 33.14908 }, + }, + { + zip_code: '38769', + usps_city: 'Rosedale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1800.0, + density: 7.5, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "99.91", "05041": "0.09"}', + coty_name: ['Bolivar', 'Desha'], + cty_code: ['28011', '05041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98235, lat: 33.8651 }, + }, + { + zip_code: '38928', + usps_city: 'Glendora', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 2.7, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28805, lat: 33.85738 }, + }, + { + zip_code: '38951', + usps_city: 'Pittsboro', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 7.0, + primary_coty_code: '28013', + primary_coty_name: 'Calhoun', + county_weights: '{"28013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28954, lat: 33.97296 }, + }, + { + zip_code: '38957', + usps_city: 'Sumner', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 9.5, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35041, lat: 33.9917 }, + }, + { + zip_code: '39045', + usps_city: 'Camden', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1627.0, + density: 5.4, + primary_coty_code: '28089', + primary_coty_name: 'Madison', + county_weights: '{"28089": "100"}', + coty_name: ['Madison'], + cty_code: ['28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81777, lat: 32.7899 }, + }, + { + zip_code: '39090', + usps_city: 'Kosciusko', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12636.0, + density: 18.4, + primary_coty_code: '28007', + primary_coty_name: 'Attala', + county_weights: '{"28007": "94.52", "28079": "5.48"}', + coty_name: ['Attala', 'Leake'], + cty_code: ['28007', '28079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55406, lat: 33.00422 }, + }, + { + zip_code: '39156', + usps_city: 'Redwood', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 1.3, + primary_coty_code: '28149', + primary_coty_name: 'Warren', + county_weights: '{"28149": "100"}', + coty_name: ['Warren'], + cty_code: ['28149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77608, lat: 32.54032 }, + }, + { + zip_code: '39209', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 27117.0, + density: 172.1, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "99.87", "28089": "0.13"}', + coty_name: ['Hinds', 'Madison'], + cty_code: ['28049', '28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30136, lat: 32.39339 }, + }, + { + zip_code: '39269', + usps_city: 'Jackson', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "0"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1889, lat: 32.30114 }, + }, + { + zip_code: '39328', + usps_city: 'De Kalb', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5144.0, + density: 6.6, + primary_coty_code: '28069', + primary_coty_name: 'Kemper', + county_weights: '{"28069": "100"}', + coty_name: ['Kemper'], + cty_code: ['28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.70075, lat: 32.74432 }, + }, + { + zip_code: '39406', + usps_city: 'Hattiesburg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1849.0, + density: 2606.5, + primary_coty_code: '28035', + primary_coty_name: 'Forrest', + county_weights: '{"28035": "100"}', + coty_name: ['Forrest'], + cty_code: ['28035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33449, lat: 31.32844 }, + }, + { + zip_code: '39437', + usps_city: 'Ellisville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13720.0, + density: 31.6, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "100"}', + coty_name: ['Jones'], + cty_code: ['28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22003, lat: 31.57844 }, + }, + { + zip_code: '39459', + usps_city: 'Moselle', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3612.0, + density: 21.7, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "100"}', + coty_name: ['Jones'], + cty_code: ['28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30087, lat: 31.4908 }, + }, + { + zip_code: '39462', + usps_city: 'New Augusta', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1133.0, + density: 8.1, + primary_coty_code: '28111', + primary_coty_name: 'Perry', + county_weights: '{"28111": "100"}', + coty_name: ['Perry'], + cty_code: ['28111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.06016, lat: 31.22291 }, + }, + { + zip_code: '39664', + usps_city: 'Smithdale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2148.0, + density: 7.1, + primary_coty_code: '28005', + primary_coty_name: 'Amite', + county_weights: '{"28005": "56.56", "28037": "28.99", "28085": "14.45"}', + coty_name: ['Amite', 'Franklin', 'Lincoln'], + cty_code: ['28005', '28037', '28085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67976, lat: 31.33096 }, + }, + { + zip_code: '39854', + usps_city: 'Georgetown', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2404.0, + density: 7.1, + primary_coty_code: '13239', + primary_coty_name: 'Quitman', + county_weights: '{"13239": "93.06", "13061": "6.94"}', + coty_name: ['Quitman', 'Clay'], + cty_code: ['13239', '13061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.03994, lat: 31.86403 }, + }, + { + zip_code: '40025', + usps_city: 'Glenview', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 213.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.64882, lat: 38.29994 }, + }, + { + zip_code: '40049', + usps_city: 'Nerinx', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 256.7, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "100"}', + coty_name: ['Marion'], + cty_code: ['21155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.39534, lat: 37.66347 }, + }, + { + zip_code: '40069', + usps_city: 'Springfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8413.0, + density: 17.1, + primary_coty_code: '21229', + primary_coty_name: 'Washington', + county_weights: '{"21229": "99.57", "21155": "0.43"}', + coty_name: ['Washington', 'Marion'], + cty_code: ['21229', '21155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.21602, lat: 37.71603 }, + }, + { + zip_code: '40144', + usps_city: 'Harned', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 7.9, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.37863, lat: 37.74598 }, + }, + { + zip_code: '40299', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 41463.0, + density: 301.4, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "99.52", "21029": "0.48"}', + coty_name: ['Jefferson', 'Bullitt'], + cty_code: ['21111', '21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.51677, lat: 38.16266 }, + }, + { + zip_code: '40336', + usps_city: 'Irvine', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12691.0, + density: 23.8, + primary_coty_code: '21065', + primary_coty_name: 'Estill', + county_weights: '{"21065": "99.48", "21129": "0.52"}', + coty_name: ['Estill', 'Lee'], + cty_code: ['21065', '21129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.98616, lat: 37.68573 }, + }, + { + zip_code: '40763', + usps_city: 'Siler', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 8.0, + primary_coty_code: '21235', + primary_coty_name: 'Whitley', + county_weights: '{"21235": "97.65", "21121": "2.35"}', + coty_name: ['Whitley', 'Knox'], + cty_code: ['21235', '21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.92336, lat: 36.69269 }, + }, + { + zip_code: '40813', + usps_city: 'Calvin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 11.9, + primary_coty_code: '21013', + primary_coty_name: 'Bell', + county_weights: '{"21013": "100"}', + coty_name: ['Bell'], + cty_code: ['21013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.59301, lat: 36.72773 }, + }, + { + zip_code: '40819', + usps_city: 'Coldiron', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 13.9, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.46279, lat: 36.80372 }, + }, + { + zip_code: '40915', + usps_city: 'Bimble', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 34.0, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.81648, lat: 36.87992 }, + }, + { + zip_code: '40946', + usps_city: 'Green Road', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 8.8, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.79913, lat: 36.98194 }, + }, + { + zip_code: '41035', + usps_city: 'Dry Ridge', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11665.0, + density: 42.3, + primary_coty_code: '21081', + primary_coty_name: 'Grant', + county_weights: '{"21081": "99.81", "21191": "0.19"}', + coty_name: ['Grant', 'Pendleton'], + cty_code: ['21081', '21191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.65958, lat: 38.70513 }, + }, + { + zip_code: '41135', + usps_city: 'Emerson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 3.0, + primary_coty_code: '21135', + primary_coty_name: 'Lewis', + county_weights: '{"21135": "100"}', + coty_name: ['Lewis'], + cty_code: ['21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.28767, lat: 38.35627 }, + }, + { + zip_code: '41183', + usps_city: 'Worthington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1553.0, + density: 465.0, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "100"}', + coty_name: ['Greenup'], + cty_code: ['21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73701, lat: 38.55253 }, + }, + { + zip_code: '41367', + usps_city: 'Rowdy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 10.1, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.22555, lat: 37.41673 }, + }, + { + zip_code: '41522', + usps_city: 'Elkhorn City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5363.0, + density: 31.8, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.40908, lat: 37.31087 }, + }, + { + zip_code: '41534', + usps_city: 'Hellier', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 265.0, + density: 60.3, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.47657, lat: 37.27755 }, + }, + { + zip_code: '41622', + usps_city: 'Eastern', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 25.8, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81697, lat: 37.52229 }, + }, + { + zip_code: '41636', + usps_city: 'Hi Hat', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 980.0, + density: 38.6, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72916, lat: 37.39937 }, + }, + { + zip_code: '41645', + usps_city: 'Langley', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 27.9, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79352, lat: 37.52401 }, + }, + { + zip_code: '41660', + usps_city: 'Teaberry', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 40.2, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63714, lat: 37.41261 }, + }, + { + zip_code: '41735', + usps_city: 'Delphia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 8.7, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.10356, lat: 37.01709 }, + }, + { + zip_code: '41754', + usps_city: 'Krypton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 348.0, + density: 30.7, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32191, lat: 37.30031 }, + }, + { + zip_code: '41810', + usps_city: 'Cromona', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 35.5, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67389, lat: 37.18516 }, + }, + { + zip_code: '41840', + usps_city: 'Neon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 66.3, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71545, lat: 37.19718 }, + }, + { + zip_code: '42086', + usps_city: 'West Paducah', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4414.0, + density: 50.9, + primary_coty_code: '21145', + primary_coty_name: 'McCracken', + county_weights: '{"21145": "100"}', + coty_name: ['McCracken'], + cty_code: ['21145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76903, lat: 37.08913 }, + }, + { + zip_code: '42102', + usps_city: 'Bowling Green', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 6090.0, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "100"}', + coty_name: ['Warren'], + cty_code: ['21227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.41825, lat: 37.00366 }, + }, + { + zip_code: '42163', + usps_city: 'Rocky Hill', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 38.5, + primary_coty_code: '21061', + primary_coty_name: 'Edmonson', + county_weights: '{"21061": "100"}', + coty_name: ['Edmonson'], + cty_code: ['21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.13414, lat: 37.0791 }, + }, + { + zip_code: '42220', + usps_city: 'Elkton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6783.0, + density: 14.8, + primary_coty_code: '21219', + primary_coty_name: 'Todd', + county_weights: '{"21219": "100"}', + coty_name: ['Todd'], + cty_code: ['21219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.17904, lat: 36.89552 }, + }, + { + zip_code: '42276', + usps_city: 'Russellville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14344.0, + density: 27.5, + primary_coty_code: '21141', + primary_coty_name: 'Logan', + county_weights: '{"21141": "100"}', + coty_name: ['Logan'], + cty_code: ['21141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.88077, lat: 36.8571 }, + }, + { + zip_code: '42301', + usps_city: 'Owensboro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 44079.0, + density: 99.5, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "99.71", "21101": "0.29"}', + coty_name: ['Daviess', 'Henderson'], + cty_code: ['21059', '21101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.24615, lat: 37.74038 }, + }, + { + zip_code: '42461', + usps_city: 'Uniontown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1175.0, + density: 12.5, + primary_coty_code: '21225', + primary_coty_name: 'Union', + county_weights: '{"21225": "100"}', + coty_name: ['Union'], + cty_code: ['21225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91064, lat: 37.79347 }, + }, + { + zip_code: '42729', + usps_city: 'Cub Run', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1343.0, + density: 9.9, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "78.05", "21061": "21.95"}', + coty_name: ['Hart', 'Edmonson'], + cty_code: ['21099', '21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.09407, lat: 37.29759 }, + }, + { + zip_code: '42782', + usps_city: 'Summersville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 968.0, + density: 10.5, + primary_coty_code: '21087', + primary_coty_name: 'Green', + county_weights: '{"21087": "91.82", "21099": "8.18"}', + coty_name: ['Green', 'Hart'], + cty_code: ['21087', '21099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.63159, lat: 37.34402 }, + }, + { + zip_code: '42784', + usps_city: 'Upton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2208.0, + density: 14.3, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "41.27", "21123": "31.96", "21099": "26.78"}', + coty_name: ['Hardin', 'Larue', 'Hart'], + cty_code: ['21093', '21123', '21099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.92067, lat: 37.45122 }, + }, + { + zip_code: '43019', + usps_city: 'Fredericktown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8786.0, + density: 32.1, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "78.61", "39117": "20.47", "39139": "0.92"}', + coty_name: ['Knox', 'Morrow', 'Richland'], + cty_code: ['39083', '39117', '39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.57643, lat: 40.49344 }, + }, + { + zip_code: '43202', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20528.0, + density: 3160.7, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01416, lat: 40.02144 }, + }, + { + zip_code: '43240', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4411.0, + density: 679.0, + primary_coty_code: '39041', + primary_coty_name: 'Delaware', + county_weights: '{"39041": "100"}', + coty_name: ['Delaware'], + cty_code: ['39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.98172, lat: 40.14545 }, + }, + { + zip_code: '43315', + usps_city: 'Cardington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7668.0, + density: 36.5, + primary_coty_code: '39117', + primary_coty_name: 'Morrow', + county_weights: '{"39117": "95.5", "39101": "4.5"}', + coty_name: ['Morrow', 'Marion'], + cty_code: ['39117', '39101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87768, lat: 40.48322 }, + }, + { + zip_code: '43403', + usps_city: 'Bowling Green', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5374.0, + density: 10105.3, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.63711, lat: 41.377 }, + }, + { + zip_code: '43443', + usps_city: 'Luckey', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1806.0, + density: 59.6, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4674, lat: 41.46172 }, + }, + { + zip_code: '43449', + usps_city: 'Oak Harbor', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8246.0, + density: 37.6, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "98.71", "39143": "1.29"}', + coty_name: ['Ottawa', 'Sandusky'], + cty_code: ['39123', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14349, lat: 41.53624 }, + }, + { + zip_code: '43456', + usps_city: 'Put In Bay', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 42.8, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8232, lat: 41.66821 }, + }, + { + zip_code: '43465', + usps_city: 'Walbridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5463.0, + density: 191.7, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50379, lat: 41.57004 }, + }, + { + zip_code: '43511', + usps_city: 'Custar', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1239.0, + density: 10.5, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "92.87", "39069": "7.13"}', + coty_name: ['Wood', 'Henry'], + cty_code: ['39173', '39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.82366, lat: 41.26339 }, + }, + { + zip_code: '43549', + usps_city: 'Ney', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 18.0, + primary_coty_code: '39039', + primary_coty_name: 'Defiance', + county_weights: '{"39039": "100"}', + coty_name: ['Defiance'], + cty_code: ['39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51732, lat: 41.37449 }, + }, + { + zip_code: '43565', + usps_city: 'Tontogany', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 972.4, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74015, lat: 41.41999 }, + }, + { + zip_code: '43614', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31100.0, + density: 1325.9, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.62887, lat: 41.60318 }, + }, + { + zip_code: '43736', + usps_city: 'Fairview', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 201.6, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23642, lat: 40.05897 }, + }, + { + zip_code: '43844', + usps_city: 'Warsaw', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3527.0, + density: 10.9, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "100"}', + coty_name: ['Coshocton'], + cty_code: ['39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.05252, lat: 40.33368 }, + }, + { + zip_code: '43914', + usps_city: 'Cameron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 183.6, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95282, lat: 39.77526 }, + }, + { + zip_code: '43915', + usps_city: 'Clarington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1188.0, + density: 8.6, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89765, lat: 39.75982 }, + }, + { + zip_code: '43928', + usps_city: 'Glencoe', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 37.8, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9075, lat: 40.01032 }, + }, + { + zip_code: '43976', + usps_city: 'Hopedale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 27.5, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "100"}', + coty_name: ['Harrison'], + cty_code: ['39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90873, lat: 40.36522 }, + }, + { + zip_code: '44010', + usps_city: 'Austinburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1533.0, + density: 31.0, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85209, lat: 41.76247 }, + }, + { + zip_code: '44046', + usps_city: 'Huntsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2650.0, + density: 66.4, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06935, lat: 41.54269 }, + }, + { + zip_code: '44072', + usps_city: 'Novelty', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4422.0, + density: 91.1, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32795, lat: 41.47175 }, + }, + { + zip_code: '44085', + usps_city: 'Rome', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3560.0, + density: 27.3, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8709, lat: 41.60526 }, + }, + { + zip_code: '44136', + usps_city: 'Strongsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25804.0, + density: 732.1, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "99.86", "39103": "0.14"}', + coty_name: ['Cuyahoga', 'Medina'], + cty_code: ['39035', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81098, lat: 41.31184 }, + }, + { + zip_code: '44201', + usps_city: 'Atwater', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6955.0, + density: 49.1, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "98.94", "39151": "1.06"}', + coty_name: ['Portage', 'Stark'], + cty_code: ['39133', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17928, lat: 41.02682 }, + }, + { + zip_code: '44214', + usps_city: 'Burbank', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2520.0, + density: 35.6, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "90.13", "39103": "9.87"}', + coty_name: ['Wayne', 'Medina'], + cty_code: ['39169', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99851, lat: 40.95263 }, + }, + { + zip_code: '44306', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21711.0, + density: 1011.4, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4832, lat: 41.03937 }, + }, + { + zip_code: '44439', + usps_city: 'Mesopotamia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 365.1, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.95638, lat: 41.4558 }, + }, + { + zip_code: '44481', + usps_city: 'Warren', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9441.0, + density: 63.6, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "98.72", "39099": "1.28"}', + coty_name: ['Trumbull', 'Mahoning'], + cty_code: ['39155', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86405, lat: 41.22718 }, + }, + { + zip_code: '44645', + usps_city: 'Marshallville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2530.0, + density: 39.4, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "100"}', + coty_name: ['Wayne'], + cty_code: ['39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71655, lat: 40.90888 }, + }, + { + zip_code: '44663', + usps_city: 'New Philadelphia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25305.0, + density: 104.8, + primary_coty_code: '39157', + primary_coty_name: 'Tuscarawas', + county_weights: '{"39157": "100"}', + coty_name: ['Tuscarawas'], + cty_code: ['39157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.45206, lat: 40.46047 }, + }, + { + zip_code: '44688', + usps_city: 'Waynesburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2961.0, + density: 49.6, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "91.09", "39019": "8.91"}', + coty_name: ['Stark', 'Carroll'], + cty_code: ['39151', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25771, lat: 40.68462 }, + }, + { + zip_code: '44807', + usps_city: 'Attica', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2064.0, + density: 11.2, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "93.91", "39077": "6.09"}', + coty_name: ['Seneca', 'Huron'], + cty_code: ['39147', '39077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87733, lat: 41.05988 }, + }, + { + zip_code: '44827', + usps_city: 'Crestline', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6832.0, + density: 55.5, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "90.22", "39139": "9.78"}', + coty_name: ['Crawford', 'Richland'], + cty_code: ['39033', '39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.75771, lat: 40.81937 }, + }, + { + zip_code: '45039', + usps_city: 'Maineville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26045.0, + density: 630.5, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.23948, lat: 39.32785 }, + }, + { + zip_code: '45070', + usps_city: 'West Elkton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 180.3, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55807, lat: 39.5897 }, + }, + { + zip_code: '45131', + usps_city: 'Higginsport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 543.6, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "100"}', + coty_name: ['Brown'], + cty_code: ['39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9666, lat: 38.79011 }, + }, + { + zip_code: '45158', + usps_city: 'Newtonsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 868.7, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08991, lat: 39.18114 }, + }, + { + zip_code: '45174', + usps_city: 'Terrace Park', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2305.0, + density: 717.0, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31054, lat: 39.15887 }, + }, + { + zip_code: '45216', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9313.0, + density: 1192.9, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48165, lat: 39.2009 }, + }, + { + zip_code: '45244', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28269.0, + density: 499.4, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "54.08", "39025": "45.92"}', + coty_name: ['Hamilton', 'Clermont'], + cty_code: ['39061', '39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32747, lat: 39.11987 }, + }, + { + zip_code: '45325', + usps_city: 'Farmersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2407.0, + density: 36.4, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42457, lat: 39.69126 }, + }, + { + zip_code: '45341', + usps_city: 'Medway', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3793.0, + density: 253.5, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02331, lat: 39.87673 }, + }, + { + zip_code: '45402', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9696.0, + density: 894.4, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21002, lat: 39.75954 }, + }, + { + zip_code: '45426', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15315.0, + density: 306.8, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31473, lat: 39.80178 }, + }, + { + zip_code: '45631', + usps_city: 'Gallipolis', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14496.0, + density: 49.4, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "100"}', + coty_name: ['Gallia'], + cty_code: ['39053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25553, lat: 38.81774 }, + }, + { + zip_code: '45642', + usps_city: 'Jasper', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '39131', + primary_coty_name: 'Pike', + county_weights: '{"39131": "100"}', + coty_name: ['Pike'], + cty_code: ['39131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05292, lat: 39.04632 }, + }, + { + zip_code: '45846', + usps_city: 'Fort Recovery', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4231.0, + density: 21.9, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "93.42", "39037": "6.58"}', + coty_name: ['Mercer', 'Darke'], + cty_code: ['39107', '39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74634, lat: 40.40882 }, + }, + { + zip_code: '45860', + usps_city: 'Maria Stein', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2382.0, + density: 26.3, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "100"}', + coty_name: ['Mercer'], + cty_code: ['39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51341, lat: 40.394 }, + }, + { + zip_code: '45883', + usps_city: 'Saint Henry', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3899.0, + density: 41.8, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "100"}', + coty_name: ['Mercer'], + cty_code: ['39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.62852, lat: 40.40709 }, + }, + { + zip_code: '46040', + usps_city: 'Fortville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12474.0, + density: 144.7, + primary_coty_code: '18059', + primary_coty_name: 'Hancock', + county_weights: '{"18059": "55.58", "18057": "35.94", "18095": "8.48"}', + coty_name: ['Hancock', 'Hamilton', 'Madison'], + cty_code: ['18059', '18057', '18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.83548, lat: 39.92744 }, + }, + { + zip_code: '46055', + usps_city: 'Mccordsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12638.0, + density: 188.2, + primary_coty_code: '18059', + primary_coty_name: 'Hancock', + county_weights: '{"18059": "79.96", "18057": "20.04"}', + coty_name: ['Hancock', 'Hamilton'], + cty_code: ['18059', '18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.90443, lat: 39.88557 }, + }, + { + zip_code: '46146', + usps_city: 'Homer', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 206.5, + primary_coty_code: '18139', + primary_coty_name: 'Rush', + county_weights: '{"18139": "100"}', + coty_name: ['Rush'], + cty_code: ['18139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.56844, lat: 39.5856 }, + }, + { + zip_code: '46218', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28918.0, + density: 1185.8, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.09975, lat: 39.80727 }, + }, + { + zip_code: '46229', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28768.0, + density: 1018.7, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "94.18", "18059": "5.82"}', + coty_name: ['Marion', 'Hancock'], + cty_code: ['18097', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.97795, lat: 39.78856 }, + }, + { + zip_code: '46290', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 133.1, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.16326, lat: 39.93465 }, + }, + { + zip_code: '46404', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17894.0, + density: 1208.3, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.37468, lat: 41.58406 }, + }, + { + zip_code: '46405', + usps_city: 'Lake Station', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10855.0, + density: 482.4, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26211, lat: 41.57448 }, + }, + { + zip_code: '46562', + usps_city: 'Pierceton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5010.0, + density: 31.9, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "91.83", "18183": "5.68", "18113": "2.49"}', + coty_name: ['Kosciusko', 'Whitley', 'Noble'], + cty_code: ['18085', '18183', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.69774, lat: 41.2105 }, + }, + { + zip_code: '46565', + usps_city: 'Shipshewana', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8642.0, + density: 52.4, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "100"}', + coty_name: ['LaGrange'], + cty_code: ['18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.58044, lat: 41.69266 }, + }, + { + zip_code: '46723', + usps_city: 'Churubusco', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7884.0, + density: 48.8, + primary_coty_code: '18183', + primary_coty_name: 'Whitley', + county_weights: '{"18183": "60.95", "18003": "22.41", "18113": "16.64"}', + coty_name: ['Whitley', 'Allen', 'Noble'], + cty_code: ['18183', '18003', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.32565, lat: 41.23982 }, + }, + { + zip_code: '46910', + usps_city: 'Akron', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3376.0, + density: 21.1, + primary_coty_code: '18049', + primary_coty_name: 'Fulton', + county_weights: '{"18049": "82.23", "18085": "14.2", "18103": "3.57"}', + coty_name: ['Fulton', 'Kosciusko', 'Miami'], + cty_code: ['18049', '18085', '18103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0413, lat: 41.04154 }, + }, + { + zip_code: '46946', + usps_city: 'Liberty Mills', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 40.2, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "100"}', + coty_name: ['Wabash'], + cty_code: ['18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.73046, lat: 41.03942 }, + }, + { + zip_code: '46951', + usps_city: 'Macy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 11.4, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "74.7", "18049": "25.3"}', + coty_name: ['Miami', 'Fulton'], + cty_code: ['18103', '18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.1047, lat: 40.9454 }, + }, + { + zip_code: '47114', + usps_city: 'Crandall', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 129.5, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.07174, lat: 38.28832 }, + }, + { + zip_code: '47147', + usps_city: 'Nabb', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1273.0, + density: 17.7, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "62.22", "18143": "28.47", "18077": "9.31"}', + coty_name: ['Clark', 'Scott', 'Jefferson'], + cty_code: ['18019', '18143', '18077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.5472, lat: 38.59462 }, + }, + { + zip_code: '47220', + usps_city: 'Brownstown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5671.0, + density: 26.3, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: '{"18071": "100"}', + coty_name: ['Jackson'], + cty_code: ['18071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0504, lat: 38.87745 }, + }, + { + zip_code: '47229', + usps_city: 'Crothersville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3261.0, + density: 25.2, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: '{"18071": "94.86", "18079": "5.14"}', + coty_name: ['Jackson', 'Jennings'], + cty_code: ['18071', '18079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.86737, lat: 38.8041 }, + }, + { + zip_code: '47270', + usps_city: 'Paris Crossing', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 11.0, + primary_coty_code: '18079', + primary_coty_name: 'Jennings', + county_weights: '{"18079": "93.56", "18077": "6.44"}', + coty_name: ['Jennings', 'Jefferson'], + cty_code: ['18079', '18077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.7235, lat: 38.84044 }, + }, + { + zip_code: '47280', + usps_city: 'Taylorsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 979.0, + density: 360.3, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "100"}', + coty_name: ['Bartholomew'], + cty_code: ['18005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.95056, lat: 39.29652 }, + }, + { + zip_code: '47373', + usps_city: 'Redkey', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2404.0, + density: 30.8, + primary_coty_code: '18075', + primary_coty_name: 'Jay', + county_weights: '{"18075": "91.82", "18135": "8.18"}', + coty_name: ['Jay', 'Randolph'], + cty_code: ['18075', '18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.15582, lat: 40.33676 }, + }, + { + zip_code: '47390', + usps_city: 'Union City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4960.0, + density: 24.4, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "98.15", "18075": "1.85"}', + coty_name: ['Randolph', 'Jay'], + cty_code: ['18135', '18075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.84719, lat: 40.20611 }, + }, + { + zip_code: '47520', + usps_city: 'Cannelton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 13.2, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.59333, lat: 37.98606 }, + }, + { + zip_code: '47585', + usps_city: 'Stendal', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 8.7, + primary_coty_code: '18125', + primary_coty_name: 'Pike', + county_weights: '{"18125": "100"}', + coty_name: ['Pike'], + cty_code: ['18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Petersburg', + geo_point_2d: { lon: -87.14807, lat: 38.27092 }, + }, + { + zip_code: '47857', + usps_city: 'Knightsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 315.7, + primary_coty_code: '18021', + primary_coty_name: 'Clay', + county_weights: '{"18021": "100"}', + coty_name: ['Clay'], + cty_code: ['18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.09111, lat: 39.52416 }, + }, + { + zip_code: '47966', + usps_city: 'Newport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 126.8, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "100"}', + coty_name: ['Vermillion'], + cty_code: ['18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.39706, lat: 39.88581 }, + }, + { + zip_code: '48002', + usps_city: 'Allenton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3224.0, + density: 33.5, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.926, lat: 42.93908 }, + }, + { + zip_code: '48072', + usps_city: 'Berkley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15372.0, + density: 2471.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.18588, lat: 42.49788 }, + }, + { + zip_code: '48114', + usps_city: 'Brighton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21177.0, + density: 247.4, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "100"}', + coty_name: ['Livingston'], + cty_code: ['26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.74835, lat: 42.57002 }, + }, + { + zip_code: '48185', + usps_city: 'Westland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 48007.0, + density: 1523.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.38462, lat: 42.33574 }, + }, + { + zip_code: '48217', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6678.0, + density: 1129.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.15399, lat: 42.27806 }, + }, + { + zip_code: '48227', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 41353.0, + density: 2120.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.19264, lat: 42.38725 }, + }, + { + zip_code: '48334', + usps_city: 'Farmington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19107.0, + density: 821.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.34946, lat: 42.50667 }, + }, + { + zip_code: '48432', + usps_city: 'Filion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 6.9, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.97668, lat: 43.89911 }, + }, + { + zip_code: '48616', + usps_city: 'Chesaning', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7321.0, + density: 35.1, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "99.75", "26155": "0.25"}', + coty_name: ['Saginaw', 'Shiawassee'], + cty_code: ['26145', '26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.11164, lat: 43.19288 }, + }, + { + zip_code: '48624', + usps_city: 'Gladwin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15837.0, + density: 18.0, + primary_coty_code: '26051', + primary_coty_name: 'Gladwin', + county_weights: + '{"26051": "91.68", "26035": "6.07", "26143": "1.28", "26129": "0.97"}', + coty_name: ['Gladwin', 'Clare', 'Roscommon', 'Ogemaw'], + cty_code: ['26051', '26035', '26143', '26129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.46659, lat: 44.06207 }, + }, + { + zip_code: '48627', + usps_city: 'Higgins Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 233.0, + primary_coty_code: '26143', + primary_coty_name: 'Roscommon', + county_weights: '{"26143": "100"}', + coty_name: ['Roscommon'], + cty_code: ['26143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.74959, lat: 44.46165 }, + }, + { + zip_code: '48747', + usps_city: 'Munger', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 16.2, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "98.59", "26145": "1.41"}', + coty_name: ['Bay', 'Saginaw'], + cty_code: ['26017', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.76125, lat: 43.52176 }, + }, + { + zip_code: '48841', + usps_city: 'Henderson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 11.8, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "75.79", "26145": "24.21"}', + coty_name: ['Shiawassee', 'Saginaw'], + cty_code: ['26155', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.237, lat: 43.11434 }, + }, + { + zip_code: '48845', + usps_city: 'Hubbardston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 900.0, + density: 14.2, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: + '{"26067": "73.48", "26037": "15.75", "26117": "8.08", "26057": "2.69"}', + coty_name: ['Ionia', 'Clinton', 'Montcalm', 'Gratiot'], + cty_code: ['26067', '26037', '26117', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.8479, lat: 43.10442 }, + }, + { + zip_code: '48850', + usps_city: 'Lakeview', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4647.0, + density: 22.2, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "81.96", "26107": "18.04"}', + coty_name: ['Montcalm', 'Mecosta'], + cty_code: ['26117', '26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.25416, lat: 43.43784 }, + }, + { + zip_code: '48873', + usps_city: 'Pewamo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1483.0, + density: 17.1, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "83.28", "26037": "16.72"}', + coty_name: ['Ionia', 'Clinton'], + cty_code: ['26067', '26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.84343, lat: 42.99628 }, + }, + { + zip_code: '48892', + usps_city: 'Webberville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4753.0, + density: 33.8, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "81.24", "26093": "18.76"}', + coty_name: ['Ingham', 'Livingston'], + cty_code: ['26065', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.1745, lat: 42.63649 }, + }, + { + zip_code: '48910', + usps_city: 'Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 35183.0, + density: 893.4, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.52299, lat: 42.69853 }, + }, + { + zip_code: '49001', + usps_city: 'Kalamazoo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21643.0, + density: 1085.8, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.56245, lat: 42.26472 }, + }, + { + zip_code: '49012', + usps_city: 'Augusta', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3356.0, + density: 41.8, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "97.12", "26025": "2.88"}', + coty_name: ['Kalamazoo', 'Calhoun'], + cty_code: ['26077', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.34642, lat: 42.36122 }, + }, + { + zip_code: '49061', + usps_city: 'Jones', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1605.0, + density: 16.5, + primary_coty_code: '26027', + primary_coty_name: 'Cass', + county_weights: '{"26027": "100"}', + coty_name: ['Cass'], + cty_code: ['26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.82276, lat: 41.87903 }, + }, + { + zip_code: '49071', + usps_city: 'Mattawan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10286.0, + density: 139.4, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "82.48", "26077": "17.52"}', + coty_name: ['Van Buren', 'Kalamazoo'], + cty_code: ['26159', '26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.78169, lat: 42.22744 }, + }, + { + zip_code: '49111', + usps_city: 'Eau Claire', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3620.0, + density: 34.2, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "95.64", "26027": "4.36"}', + coty_name: ['Berrien', 'Cass'], + cty_code: ['26021', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.28776, lat: 42.02477 }, + }, + { + zip_code: '49421', + usps_city: 'Hesperia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5906.0, + density: 17.0, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "65.18", "26123": "34.82"}', + coty_name: ['Oceana', 'Newaygo'], + cty_code: ['26127', '26123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.06114, lat: 43.60245 }, + }, + { + zip_code: '49444', + usps_city: 'Muskegon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 29684.0, + density: 482.3, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "100"}', + coty_name: ['Muskegon'], + cty_code: ['26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.19887, lat: 43.17906 }, + }, + { + zip_code: '49446', + usps_city: 'New Era', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2463.0, + density: 29.4, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "100"}', + coty_name: ['Oceana'], + cty_code: ['26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.38688, lat: 43.55469 }, + }, + { + zip_code: '49611', + usps_city: 'Alba', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 70.0, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "100"}', + coty_name: ['Antrim'], + cty_code: ['26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.97443, lat: 44.97368 }, + }, + { + zip_code: '49612', + usps_city: 'Alden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 21.8, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "71.01", "26079": "28.99"}', + coty_name: ['Antrim', 'Kalkaska'], + cty_code: ['26009', '26079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.24242, lat: 44.87135 }, + }, + { + zip_code: '49648', + usps_city: 'Kewadin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2240.0, + density: 32.5, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "100"}', + coty_name: ['Antrim'], + cty_code: ['26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.34315, lat: 44.98464 }, + }, + { + zip_code: '49679', + usps_city: 'Sears', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1291.0, + density: 9.1, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "86.76", "26107": "13.24"}', + coty_name: ['Osceola', 'Mecosta'], + cty_code: ['26133', '26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.14647, lat: 43.87765 }, + }, + { + zip_code: '49709', + usps_city: 'Atlanta', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3549.0, + density: 6.0, + primary_coty_code: '26119', + primary_coty_name: 'Montmorency', + county_weights: '{"26119": "100"}', + coty_name: ['Montmorency'], + cty_code: ['26119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.15842, lat: 45.01522 }, + }, + { + zip_code: '49715', + usps_city: 'Brimley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3499.0, + density: 7.4, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.70636, lat: 46.3875 }, + }, + { + zip_code: '49738', + usps_city: 'Grayling', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9854.0, + density: 13.0, + primary_coty_code: '26039', + primary_coty_name: 'Crawford', + county_weights: '{"26039": "97.76", "26079": "2.04", "26137": "0.2"}', + coty_name: ['Crawford', 'Kalkaska', 'Otsego'], + cty_code: ['26039', '26079', '26137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.60635, lat: 44.69373 }, + }, + { + zip_code: '49777', + usps_city: 'Presque Isle', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1735.0, + density: 10.5, + primary_coty_code: '26141', + primary_coty_name: 'Presque Isle', + county_weights: '{"26141": "100"}', + coty_name: ['Presque Isle'], + cty_code: ['26141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.51533, lat: 45.2924 }, + }, + { + zip_code: '49836', + usps_city: 'Germfask', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 3.3, + primary_coty_code: '26153', + primary_coty_name: 'Schoolcraft', + county_weights: '{"26153": "56.72", "26097": "43.28"}', + coty_name: ['Schoolcraft', 'Mackinac'], + cty_code: ['26153', '26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.88414, lat: 46.19793 }, + }, + { + zip_code: '49959', + usps_city: 'Ramsay', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 186.4, + primary_coty_code: '26053', + primary_coty_name: 'Gogebic', + county_weights: '{"26053": "100"}', + coty_name: ['Gogebic'], + cty_code: ['26053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -89.99838, lat: 46.47064 }, + }, + { + zip_code: '49960', + usps_city: 'Rockland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.5, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.25647, lat: 46.71123 }, + }, + { + zip_code: '50001', + usps_city: 'Ackworth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 15.0, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "100"}', + coty_name: ['Warren'], + cty_code: ['19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43259, lat: 41.36149 }, + }, + { + zip_code: '50052', + usps_city: 'Clio', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 3.2, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "100"}', + coty_name: ['Wayne'], + cty_code: ['19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44223, lat: 40.64211 }, + }, + { + zip_code: '50163', + usps_city: 'Melcher Dallas', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 569.9, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24098, lat: 41.22221 }, + }, + { + zip_code: '50230', + usps_city: 'Radcliffe', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1067.0, + density: 4.8, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "82.83", "19079": "17.17"}', + coty_name: ['Hardin', 'Hamilton'], + cty_code: ['19083', '19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44749, lat: 42.30375 }, + }, + { + zip_code: '50248', + usps_city: 'Story City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4421.0, + density: 20.9, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "91.33", "19079": "7.44", "19015": "1.22"}', + coty_name: ['Story', 'Hamilton', 'Boone'], + cty_code: ['19169', '19079', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61095, lat: 42.19268 }, + }, + { + zip_code: '50250', + usps_city: 'Stuart', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2293.0, + density: 8.7, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "54.42", "19001": "45.58"}', + coty_name: ['Guthrie', 'Adair'], + cty_code: ['19077', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33906, lat: 41.48281 }, + }, + { + zip_code: '50273', + usps_city: 'Winterset', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8457.0, + density: 16.3, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "100"}', + coty_name: ['Madison'], + cty_code: ['19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05413, lat: 41.32937 }, + }, + { + zip_code: '50325', + usps_city: 'Clive', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 17186.0, + density: 861.4, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "69.45", "19049": "30.55"}', + coty_name: ['Polk', 'Dallas'], + cty_code: ['19153', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79823, lat: 41.61465 }, + }, + { + zip_code: '50431', + usps_city: 'Coulter', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 112.6, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "100"}', + coty_name: ['Franklin'], + cty_code: ['19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36824, lat: 42.73711 }, + }, + { + zip_code: '50459', + usps_city: 'Northwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2906.0, + density: 7.8, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "100"}', + coty_name: ['Worth'], + cty_code: ['19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25412, lat: 43.4454 }, + }, + { + zip_code: '50533', + usps_city: 'Eagle Grove', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3982.0, + density: 15.4, + primary_coty_code: '19197', + primary_coty_name: 'Wright', + county_weights: '{"19197": "97.72", "19091": "1.38", "19187": "0.9"}', + coty_name: ['Wright', 'Humboldt', 'Webster'], + cty_code: ['19197', '19091', '19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91181, lat: 42.65194 }, + }, + { + zip_code: '50543', + usps_city: 'Gowrie', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1400.0, + density: 6.6, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30461, lat: 42.27473 }, + }, + { + zip_code: '50620', + usps_city: 'Colwell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 123.2, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "100"}', + coty_name: ['Floyd'], + cty_code: ['19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.59055, lat: 43.15842 }, + }, + { + zip_code: '50632', + usps_city: 'Garwin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1024.0, + density: 9.3, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "88.89", "19127": "11.11"}', + coty_name: ['Tama', 'Marshall'], + cty_code: ['19171', '19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70334, lat: 42.07524 }, + }, + { + zip_code: '50801', + usps_city: 'Creston', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 9383.0, + density: 17.3, + primary_coty_code: '19175', + primary_coty_name: 'Union', + county_weights: '{"19175": "96.76", "19003": "2.03", "19001": "1.21"}', + coty_name: ['Union', 'Adams', 'Adair'], + cty_code: ['19175', '19003', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39127, lat: 41.07972 }, + }, + { + zip_code: '51106', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 26474.0, + density: 328.0, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32082, lat: 42.46615 }, + }, + { + zip_code: '51230', + usps_city: 'Alvord', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 4.5, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "100"}', + coty_name: ['Lyon'], + cty_code: ['19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32367, lat: 43.36033 }, + }, + { + zip_code: '51533', + usps_city: 'Emerson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 4.6, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "73.52", "19137": "26.48"}', + coty_name: ['Mills', 'Montgomery'], + cty_code: ['19129', '19137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38042, lat: 41.03613 }, + }, + { + zip_code: '51555', + usps_city: 'Missouri Valley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4877.0, + density: 12.1, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "94.09", "19155": "5.91"}', + coty_name: ['Harrison', 'Pottawattamie'], + cty_code: ['19085', '19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91921, lat: 41.55841 }, + }, + { + zip_code: '51572', + usps_city: 'Soldier', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 474.0, + density: 4.2, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "100"}', + coty_name: ['Monona'], + cty_code: ['19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.78753, lat: 41.99123 }, + }, + { + zip_code: '51650', + usps_city: 'Riverton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 3.8, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "100"}', + coty_name: ['Fremont'], + cty_code: ['19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55374, lat: 40.66665 }, + }, + { + zip_code: '52213', + usps_city: 'Center Point', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4021.0, + density: 20.8, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "88.41", "19011": "11.59"}', + coty_name: ['Linn', 'Benton'], + cty_code: ['19113', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77249, lat: 42.19785 }, + }, + { + zip_code: '52241', + usps_city: 'Coralville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 20909.0, + density: 681.4, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.59474, lat: 41.69869 }, + }, + { + zip_code: '52325', + usps_city: 'Parnell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 988.0, + density: 9.1, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "94.96", "19103": "5.04"}', + coty_name: ['Iowa', 'Johnson'], + cty_code: ['19095', '19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92401, lat: 41.57949 }, + }, + { + zip_code: '52335', + usps_city: 'South English', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 5.0, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "100"}', + coty_name: ['Keokuk'], + cty_code: ['19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.06377, lat: 41.46229 }, + }, + { + zip_code: '52340', + usps_city: 'Tiffin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3236.0, + density: 75.4, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68468, lat: 41.70831 }, + }, + { + zip_code: '52553', + usps_city: 'Eddyville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1889.0, + density: 8.7, + primary_coty_code: '19179', + primary_coty_name: 'Wapello', + county_weights: '{"19179": "63.15", "19123": "26.42", "19135": "10.43"}', + coty_name: ['Wapello', 'Mahaska', 'Monroe'], + cty_code: ['19179', '19123', '19135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65505, lat: 41.14836 }, + }, + { + zip_code: '52583', + usps_city: 'Promise City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 360.0, + density: 3.0, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "100"}', + coty_name: ['Wayne'], + cty_code: ['19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15264, lat: 40.80034 }, + }, + { + zip_code: '52632', + usps_city: 'Keokuk', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12577.0, + density: 95.3, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.44079, lat: 40.43915 }, + }, + { + zip_code: '52720', + usps_city: 'Atalissa', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 752.0, + density: 7.1, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "73.75", "19031": "26.25"}', + coty_name: ['Muscatine', 'Cedar'], + cty_code: ['19139', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.16601, lat: 41.59255 }, + }, + { + zip_code: '52739', + usps_city: 'Conesville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 795.0, + density: 9.4, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "71.95", "19115": "28.05"}', + coty_name: ['Muscatine', 'Louisa'], + cty_code: ['19139', '19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36867, lat: 41.37286 }, + }, + { + zip_code: '53022', + usps_city: 'Germantown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19397.0, + density: 268.7, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "100"}', + coty_name: ['Washington'], + cty_code: ['55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11333, lat: 43.23067 }, + }, + { + zip_code: '53049', + usps_city: 'Malone', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2960.0, + density: 28.8, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "96.74", "55015": "3.26"}', + coty_name: ['Fond du Lac', 'Calumet'], + cty_code: ['55039', '55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28656, lat: 43.88533 }, + }, + { + zip_code: '53119', + usps_city: 'Eagle', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5895.0, + density: 58.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "93.56", "55127": "6.44"}', + coty_name: ['Waukesha', 'Walworth'], + cty_code: ['55133', '55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.48554, lat: 42.88488 }, + }, + { + zip_code: '53151', + usps_city: 'New Berlin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 31515.0, + density: 684.9, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09873, lat: 42.97409 }, + }, + { + zip_code: '53154', + usps_city: 'Oak Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 36066.0, + density: 488.7, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90087, lat: 42.88039 }, + }, + { + zip_code: '53203', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1726.0, + density: 1487.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91617, lat: 43.03857 }, + }, + { + zip_code: '53516', + usps_city: 'Blanchardville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2268.0, + density: 10.5, + primary_coty_code: '55065', + primary_coty_name: 'Lafayette', + county_weights: + '{"55065": "51.53", "55045": "32.34", "55049": "14.5", "55025": "1.63"}', + coty_name: ['Lafayette', 'Green', 'Iowa', 'Dane'], + cty_code: ['55065', '55045', '55049', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.86334, lat: 42.80168 }, + }, + { + zip_code: '53543', + usps_city: 'Highland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1738.0, + density: 8.4, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "95.19", "55043": "4.81"}', + coty_name: ['Iowa', 'Grant'], + cty_code: ['55049', '55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.36073, lat: 43.05436 }, + }, + { + zip_code: '53558', + usps_city: 'Mcfarland', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 12305.0, + density: 273.6, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28276, lat: 43.0037 }, + }, + { + zip_code: '53804', + usps_city: 'Bloomington', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1334.0, + density: 10.2, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90786, lat: 42.87499 }, + }, + { + zip_code: '53810', + usps_city: 'Glen Haven', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 373.0, + density: 3.9, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.99945, lat: 42.82151 }, + }, + { + zip_code: '54127', + usps_city: 'Green Valley', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 352.1, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2696, lat: 44.79639 }, + }, + { + zip_code: '54137', + usps_city: 'Krakow', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 16.9, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "68.07", "55083": "31.93"}', + coty_name: ['Shawano', 'Oconto'], + cty_code: ['55115', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25495, lat: 44.75683 }, + }, + { + zip_code: '54138', + usps_city: 'Lakewood', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 4.7, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100"}', + coty_name: ['Oconto'], + cty_code: ['55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.42985, lat: 45.32936 }, + }, + { + zip_code: '54156', + usps_city: 'Pembine', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1616.0, + density: 4.6, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "100"}', + coty_name: ['Marinette'], + cty_code: ['55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0129, lat: 45.62477 }, + }, + { + zip_code: '54177', + usps_city: 'Wausaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2785.0, + density: 6.2, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "100"}', + coty_name: ['Marinette'], + cty_code: ['55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.888, lat: 45.35544 }, + }, + { + zip_code: '54422', + usps_city: 'Curtiss', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1306.0, + density: 13.0, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "74.36", "55119": "25.64"}', + coty_name: ['Clark', 'Taylor'], + cty_code: ['55019', '55119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45648, lat: 44.98436 }, + }, + { + zip_code: '54424', + usps_city: 'Deerbrook', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 3.6, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "100"}', + coty_name: ['Langlade'], + cty_code: ['55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18119, lat: 45.28771 }, + }, + { + zip_code: '54428', + usps_city: 'Elcho', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 5.9, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "98.4", "55085": "1.6"}', + coty_name: ['Langlade', 'Oneida'], + cty_code: ['55067', '55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14769, lat: 45.43252 }, + }, + { + zip_code: '54441', + usps_city: 'Hewitt', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 383.5, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "100"}', + coty_name: ['Wood'], + cty_code: ['55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10484, lat: 44.64249 }, + }, + { + zip_code: '54475', + usps_city: 'Rudolph', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1575.0, + density: 16.5, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "91.03", "55097": "8.97"}', + coty_name: ['Wood', 'Portage'], + cty_code: ['55141', '55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.78891, lat: 44.48241 }, + }, + { + zip_code: '54520', + usps_city: 'Crandon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4289.0, + density: 11.6, + primary_coty_code: '55041', + primary_coty_name: 'Forest', + county_weights: '{"55041": "100"}', + coty_name: ['Forest'], + cty_code: ['55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91079, lat: 45.53287 }, + }, + { + zip_code: '54644', + usps_city: 'Mindoro', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 10.0, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "98.33", "55053": "1.67"}', + coty_name: ['La Crosse', 'Jackson'], + cty_code: ['55063', '55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04235, lat: 44.03086 }, + }, + { + zip_code: '54742', + usps_city: 'Fall Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5033.0, + density: 18.6, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "100"}', + coty_name: ['Eau Claire'], + cty_code: ['55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27075, lat: 44.765 }, + }, + { + zip_code: '54749', + usps_city: 'Knapp', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 13.8, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "88.63", "55109": "11.37"}', + coty_name: ['Dunn', 'St. Croix'], + cty_code: ['55033', '55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09664, lat: 44.94767 }, + }, + { + zip_code: '54765', + usps_city: 'Sand Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 302.3, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "100"}', + coty_name: ['Dunn'], + cty_code: ['55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.68549, lat: 45.16912 }, + }, + { + zip_code: '54770', + usps_city: 'Strum', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2152.0, + density: 12.1, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "85.77", "55035": "14.23"}', + coty_name: ['Trempealeau', 'Eau Claire'], + cty_code: ['55121', '55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.37612, lat: 44.5483 }, + }, + { + zip_code: '54813', + usps_city: 'Barronett', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 631.0, + density: 4.5, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "60.4", "55013": "23.63", "55129": "15.97"}', + coty_name: ['Barron', 'Burnett', 'Washburn'], + cty_code: ['55005', '55013', '55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.0319, lat: 45.65593 }, + }, + { + zip_code: '54854', + usps_city: 'Maple', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 978.0, + density: 4.7, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66853, lat: 46.64465 }, + }, + { + zip_code: '55003', + usps_city: 'Bayport', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4276.0, + density: 790.0, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77887, lat: 45.01181 }, + }, + { + zip_code: '55031', + usps_city: 'Hampton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2008.0, + density: 19.6, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96228, lat: 44.60805 }, + }, + { + zip_code: '55043', + usps_city: 'Lakeland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3559.0, + density: 355.0, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76967, lat: 44.94089 }, + }, + { + zip_code: '55056', + usps_city: 'North Branch', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14021.0, + density: 53.3, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "87.58", "27059": "12.42"}', + coty_name: ['Chisago', 'Isanti'], + cty_code: ['27025', '27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.95253, lat: 45.50874 }, + }, + { + zip_code: '55057', + usps_city: 'Northfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25312.0, + density: 78.1, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "88.17", "27037": "11.83"}', + coty_name: ['Rice', 'Dakota'], + cty_code: ['27131', '27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.17617, lat: 44.4713 }, + }, + { + zip_code: '55087', + usps_city: 'Warsaw', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 792.8, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "100"}', + coty_name: ['Rice'], + cty_code: ['27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39495, lat: 44.24851 }, + }, + { + zip_code: '55330', + usps_city: 'Elk River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 38664.0, + density: 142.9, + primary_coty_code: '27141', + primary_coty_name: 'Sherburne', + county_weights: '{"27141": "72.75", "27171": "22.5", "27003": "4.75"}', + coty_name: ['Sherburne', 'Wright', 'Anoka'], + cty_code: ['27141', '27171', '27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5679, lat: 45.33432 }, + }, + { + zip_code: '55367', + usps_city: 'New Germany', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1050.0, + density: 19.7, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97722, lat: 44.89503 }, + }, + { + zip_code: '55391', + usps_city: 'Wayzata', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16585.0, + density: 376.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54199, lat: 44.95945 }, + }, + { + zip_code: '55417', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26593.0, + density: 1878.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.23078, lat: 44.90409 }, + }, + { + zip_code: '55443', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 31519.0, + density: 1315.3, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33713, lat: 45.11958 }, + }, + { + zip_code: '56007', + usps_city: 'Albert Lea', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21075.0, + density: 48.1, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.32527, lat: 43.66036 }, + }, + { + zip_code: '56068', + usps_city: 'Minnesota Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 5.7, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "72.59", "27013": "15.73", "27161": "11.68"}', + coty_name: ['Faribault', 'Blue Earth', 'Waseca'], + cty_code: ['27043', '27013', '27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80599, lat: 43.8645 }, + }, + { + zip_code: '56180', + usps_city: 'Walnut Grove', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 4.0, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "88.07", "27033": "6.25", "27101": "5.68"}', + coty_name: ['Redwood', 'Cottonwood', 'Murray'], + cty_code: ['27127', '27033', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46528, lat: 44.24594 }, + }, + { + zip_code: '56211', + usps_city: 'Beardsley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 1.5, + primary_coty_code: '27011', + primary_coty_name: 'Big Stone', + county_weights: '{"27011": "76.18", "27155": "23.82"}', + coty_name: ['Big Stone', 'Traverse'], + cty_code: ['27011', '27155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69185, lat: 45.57994 }, + }, + { + zip_code: '56218', + usps_city: 'Boyd', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 467.0, + density: 1.8, + primary_coty_code: '27073', + primary_coty_name: 'Lac qui Parle', + county_weights: '{"27073": "71.34", "27173": "28.66"}', + coty_name: ['Lac qui Parle', 'Yellow Medicine'], + cty_code: ['27073', '27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9456, lat: 44.82443 }, + }, + { + zip_code: '56222', + usps_city: 'Clara City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2086.0, + density: 8.5, + primary_coty_code: '27023', + primary_coty_name: 'Chippewa', + county_weights: '{"27023": "100"}', + coty_name: ['Chippewa'], + cty_code: ['27023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36161, lat: 44.98414 }, + }, + { + zip_code: '56232', + usps_city: 'Dawson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2392.0, + density: 6.3, + primary_coty_code: '27073', + primary_coty_name: 'Lac qui Parle', + county_weights: '{"27073": "100"}', + coty_name: ['Lac qui Parle'], + cty_code: ['27073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.03834, lat: 44.93054 }, + }, + { + zip_code: '56271', + usps_city: 'Murdock', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1161.0, + density: 3.0, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "89.97", "27023": "10.03"}', + coty_name: ['Swift', 'Chippewa'], + cty_code: ['27151', '27023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41168, lat: 45.2447 }, + }, + { + zip_code: '56362', + usps_city: 'Paynesville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5772.0, + density: 15.2, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "88.55", "27093": "7.72", "27067": "3.73"}', + coty_name: ['Stearns', 'Meeker', 'Kandiyohi'], + cty_code: ['27145', '27093', '27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7142, lat: 45.40328 }, + }, + { + zip_code: '56385', + usps_city: 'Villard', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 745.0, + density: 4.4, + primary_coty_code: '27121', + primary_coty_name: 'Pope', + county_weights: '{"27121": "96.98", "27041": "3.02"}', + coty_name: ['Pope', 'Douglas'], + cty_code: ['27121', '27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22287, lat: 45.70512 }, + }, + { + zip_code: '56540', + usps_city: 'Fertile', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 4.3, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "89.4", "27107": "10.6"}', + coty_name: ['Polk', 'Norman'], + cty_code: ['27119', '27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.27991, lat: 47.55101 }, + }, + { + zip_code: '56541', + usps_city: 'Flom', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 5.4, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "100"}', + coty_name: ['Norman'], + cty_code: ['27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.13092, lat: 47.1588 }, + }, + { + zip_code: '56626', + usps_city: 'Bena', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 1.7, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24502, lat: 47.33949 }, + }, + { + zip_code: '56649', + usps_city: 'International Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9036.0, + density: 13.5, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100", "27137": "0"}', + coty_name: ['Koochiching', 'St. Louis'], + cty_code: ['27071', '27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13185, lat: 48.53442 }, + }, + { + zip_code: '56680', + usps_city: 'Spring Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 1.8, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94111, lat: 47.64803 }, + }, + { + zip_code: '56733', + usps_city: 'Kennedy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 0.8, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "100"}', + coty_name: ['Kittson'], + cty_code: ['27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89649, lat: 48.63232 }, + }, + { + zip_code: '56742', + usps_city: 'Oklee', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1027.0, + density: 3.1, + primary_coty_code: '27125', + primary_coty_name: 'Red Lake', + county_weights: '{"27125": "78.1", "27113": "19.72", "27119": "2.18"}', + coty_name: ['Red Lake', 'Pennington', 'Polk'], + cty_code: ['27125', '27113', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80976, lat: 47.92821 }, + }, + { + zip_code: '57045', + usps_city: 'Menno', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1097.0, + density: 3.5, + primary_coty_code: '46067', + primary_coty_name: 'Hutchinson', + county_weights: '{"46067": "91.16", "46135": "8.84"}', + coty_name: ['Hutchinson', 'Yankton'], + cty_code: ['46067', '46135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53005, lat: 43.20784 }, + }, + { + zip_code: '57054', + usps_city: 'Ramona', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 1.8, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "100"}', + coty_name: ['Lake'], + cty_code: ['46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25468, lat: 44.12934 }, + }, + { + zip_code: '57108', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 23689.0, + density: 296.5, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "99.32", "46099": "0.68"}', + coty_name: ['Lincoln', 'Minnehaha'], + cty_code: ['46083', '46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70406, lat: 43.47752 }, + }, + { + zip_code: '57212', + usps_city: 'Arlington', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2180.0, + density: 3.7, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "71.92", "46011": "22.74", "46057": "5.33"}', + coty_name: ['Kingsbury', 'Brookings', 'Hamlin'], + cty_code: ['46077', '46011', '46057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.1433, lat: 44.37942 }, + }, + { + zip_code: '57225', + usps_city: 'Clark', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 2.7, + primary_coty_code: '46025', + primary_coty_name: 'Clark', + county_weights: '{"46025": "100"}', + coty_name: ['Clark'], + cty_code: ['46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72526, lat: 44.88507 }, + }, + { + zip_code: '57328', + usps_city: 'Corsica', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 2.9, + primary_coty_code: '46043', + primary_coty_name: 'Douglas', + county_weights: '{"46043": "100"}', + coty_name: ['Douglas'], + cty_code: ['46043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4403, lat: 43.43242 }, + }, + { + zip_code: '57346', + usps_city: 'Stephan', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 0.7, + primary_coty_code: '46069', + primary_coty_name: 'Hyde', + county_weights: '{"46069": "100"}', + coty_name: ['Hyde'], + cty_code: ['46069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.5524, lat: 44.23508 }, + }, + { + zip_code: '57551', + usps_city: 'Martin', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2442.0, + density: 1.3, + primary_coty_code: '46007', + primary_coty_name: 'Bennett', + county_weights: '{"46007": "100"}', + coty_name: ['Bennett'], + cty_code: ['46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.6976, lat: 43.17891 }, + }, + { + zip_code: '57566', + usps_city: 'Parmelee', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 2.8, + primary_coty_code: '46121', + primary_coty_name: 'Todd', + county_weights: '{"46121": "97.55", "46095": "2.45"}', + coty_name: ['Todd', 'Mellette'], + cty_code: ['46121', '46095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.093, lat: 43.32465 }, + }, + { + zip_code: '57722', + usps_city: 'Buffalo Gap', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 0.2, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 62.25, "46033": 32.64, "46047": 5.11}', + coty_name: ['Oglala Lakota', 'Custer', 'Fall River'], + cty_code: ['46102', '46033', '46047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.93334, lat: 43.46359 }, + }, + { + zip_code: '57735', + usps_city: 'Edgemont', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1192.0, + density: 0.5, + primary_coty_code: '46047', + primary_coty_name: 'Fall River', + county_weights: '{"46047": "82.89", "46033": "17.11"}', + coty_name: ['Fall River', 'Custer'], + cty_code: ['46047', '46033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.85448, lat: 43.30066 }, + }, + { + zip_code: '57766', + usps_city: 'Oral', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.4, + primary_coty_code: '46047', + primary_coty_name: 'Fall River', + county_weights: '{"46047": "100"}', + coty_name: ['Fall River'], + cty_code: ['46047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.20234, lat: 43.39823 }, + }, + { + zip_code: '57799', + usps_city: 'Spearfish', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 688.0, + density: 1912.9, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "100"}', + coty_name: ['Lawrence'], + cty_code: ['46081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.87245, lat: 44.49871 }, + }, + { + zip_code: '58035', + usps_city: 'Galesburg', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 247.0, + density: 1.0, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "76.72", "38017": "12.21", "38091": "11.07"}', + coty_name: ['Traill', 'Cass', 'Steele'], + cty_code: ['38097', '38017', '38091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41995, lat: 47.25455 }, + }, + { + zip_code: '58046', + usps_city: 'Hope', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 0.8, + primary_coty_code: '38091', + primary_coty_name: 'Steele', + county_weights: '{"38091": "93.48", "38003": "4.63", "38017": "1.89"}', + coty_name: ['Steele', 'Barnes', 'Cass'], + cty_code: ['38091', '38003', '38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72644, lat: 47.32652 }, + }, + { + zip_code: '58202', + usps_city: 'Grand Forks', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1719.0, + density: 4035.6, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07356, lat: 47.92151 }, + }, + { + zip_code: '58281', + usps_city: 'Wales', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 0.4, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61018, lat: 48.85821 }, + }, + { + zip_code: '58321', + usps_city: 'Brocket', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 0.2, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "65.84", "38099": "18.01", "38063": "16.15"}', + coty_name: ['Ramsey', 'Walsh', 'Nelson'], + cty_code: ['38071', '38099', '38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.33809, lat: 48.20004 }, + }, + { + zip_code: '58330', + usps_city: 'Edmore', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 0.6, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "100"}', + coty_name: ['Ramsey'], + cty_code: ['38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.46952, lat: 48.4467 }, + }, + { + zip_code: '58338', + usps_city: 'Hampden', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 0.3, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "70.48", "38019": "29.52"}', + coty_name: ['Ramsey', 'Cavalier'], + cty_code: ['38071', '38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62028, lat: 48.5344 }, + }, + { + zip_code: '58369', + usps_city: 'Saint John', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 6.8, + primary_coty_code: '38079', + primary_coty_name: 'Rolette', + county_weights: '{"38079": "100"}', + coty_name: ['Rolette'], + cty_code: ['38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.79911, lat: 48.94814 }, + }, + { + zip_code: '58374', + usps_city: 'Sheyenne', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 0.9, + primary_coty_code: '38027', + primary_coty_name: 'Eddy', + county_weights: '{"38027": "52.66", "38005": "43.91", "38103": "3.44"}', + coty_name: ['Eddy', 'Benson', 'Wells'], + cty_code: ['38027', '38005', '38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.09495, lat: 47.83247 }, + }, + { + zip_code: '58385', + usps_city: 'Wolford', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 0.6, + primary_coty_code: '38069', + primary_coty_name: 'Pierce', + county_weights: '{"38069": "93.33", "38079": "6.67"}', + coty_name: ['Pierce', 'Rolette'], + cty_code: ['38069', '38079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.66357, lat: 48.47849 }, + }, + { + zip_code: '58452', + usps_city: 'Jessie', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 11.2, + primary_coty_code: '38039', + primary_coty_name: 'Griggs', + county_weights: '{"38039": "100"}', + coty_name: ['Griggs'], + cty_code: ['38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23123, lat: 47.54776 }, + }, + { + zip_code: '58467', + usps_city: 'Medina', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 1.3, + primary_coty_code: '38093', + primary_coty_name: 'Stutsman', + county_weights: '{"38093": "96.7", "38043": "3.3"}', + coty_name: ['Stutsman', 'Kidder'], + cty_code: ['38093', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.33368, lat: 46.88114 }, + }, + { + zip_code: '58503', + usps_city: 'Bismarck', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 34266.0, + density: 99.6, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.75055, lat: 46.90432 }, + }, + { + zip_code: '58523', + usps_city: 'Beulah', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3623.0, + density: 5.4, + primary_coty_code: '38057', + primary_coty_name: 'Mercer', + county_weights: '{"38057": "97.79", "38065": "2.21"}', + coty_name: ['Mercer', 'Oliver'], + cty_code: ['38057', '38065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/Beulah', + geo_point_2d: { lon: -101.77838, lat: 47.25857 }, + }, + { + zip_code: '58533', + usps_city: 'Elgin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1048.0, + density: 1.3, + primary_coty_code: '38037', + primary_coty_name: 'Grant', + county_weights: '{"38037": "100"}', + coty_name: ['Grant'], + cty_code: ['38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.79675, lat: 46.40191 }, + }, + { + zip_code: '58651', + usps_city: 'Rhame', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 0.3, + primary_coty_code: '38011', + primary_coty_name: 'Bowman', + county_weights: '{"38011": "78.74", "38087": "21.26"}', + coty_name: ['Bowman', 'Slope'], + cty_code: ['38011', '38087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.73525, lat: 46.25558 }, + }, + { + zip_code: '830', + usps_city: 'St John', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78020', + primary_coty_name: 'St. John', + county_weights: '{"78020": 100}', + coty_name: ['St. John'], + cty_code: ['78020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.73804, lat: 18.33851 }, + }, + { + zip_code: '1008', + usps_city: 'Blandford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1140.0, + density: 8.2, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.95203, lat: 42.18428 }, + }, + { + zip_code: '1450', + usps_city: 'Groton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11313.0, + density: 133.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.56141, lat: 42.61368 }, + }, + { + zip_code: '1571', + usps_city: 'Dudley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11723.0, + density: 217.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.93519, lat: 42.05501 }, + }, + { + zip_code: '1585', + usps_city: 'West Brookfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4569.0, + density: 69.1, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.16193, lat: 42.24153 }, + }, + { + zip_code: '1830', + usps_city: 'Haverhill', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 26305.0, + density: 734.7, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05311, lat: 42.79591 }, + }, + { + zip_code: '2043', + usps_city: 'Hingham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23652.0, + density: 411.7, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88499, lat: 42.21678 }, + }, + { + zip_code: '2459', + usps_city: 'Newton Center', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19012.0, + density: 1467.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.19174, lat: 42.31493 }, + }, + { + zip_code: '2481', + usps_city: 'Wellesley Hills', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16140.0, + density: 1104.7, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.27431, lat: 42.31293 }, + }, + { + zip_code: '2571', + usps_city: 'Wareham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10608.0, + density: 205.9, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.69796, lat: 41.76358 }, + }, + { + zip_code: '2672', + usps_city: 'West Hyannisport', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 216.4, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.31791, lat: 41.63551 }, + }, + { + zip_code: '2719', + usps_city: 'Fairhaven', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16045.0, + density: 500.3, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.87321, lat: 41.63945 }, + }, + { + zip_code: '2720', + usps_city: 'Fall River', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 30160.0, + density: 1071.4, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.11808, lat: 41.73286 }, + }, + { + zip_code: '2777', + usps_city: 'Swansea', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16567.0, + density: 282.3, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21203, lat: 41.75703 }, + }, + { + zip_code: '2833', + usps_city: 'Hopkinton', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 1141.0, + density: 62.4, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77825, lat: 41.48737 }, + }, + { + zip_code: '2838', + usps_city: 'Manville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 3495.0, + density: 943.8, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.47617, lat: 41.96513 }, + }, + { + zip_code: '2898', + usps_city: 'Wyoming', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 43.1, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.6757, lat: 41.51526 }, + }, + { + zip_code: '2909', + usps_city: 'Providence', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 40809.0, + density: 4548.8, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.45146, lat: 41.82025 }, + }, + { + zip_code: '2910', + usps_city: 'Cranston', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 22387.0, + density: 2506.9, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.43574, lat: 41.77564 }, + }, + { + zip_code: '2915', + usps_city: 'Riverside', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 16660.0, + density: 1160.9, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35015, lat: 41.77759 }, + }, + { + zip_code: '3038', + usps_city: 'Derry', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 33643.0, + density: 362.5, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.27988, lat: 42.88877 }, + }, + { + zip_code: '3046', + usps_city: 'Dunbarton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2827.0, + density: 35.4, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.60561, lat: 43.10184 }, + }, + { + zip_code: '3051', + usps_city: 'Hudson', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 25408.0, + density: 346.8, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.40709, lat: 42.76392 }, + }, + { + zip_code: '3077', + usps_city: 'Raymond', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 10376.0, + density: 136.0, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.19804, lat: 43.03293 }, + }, + { + zip_code: '3218', + usps_city: 'Barnstead', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 26.0, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.28921, lat: 43.33463 }, + }, + { + zip_code: '3440', + usps_city: 'Antrim', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3147.0, + density: 33.6, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.98229, lat: 43.05408 }, + }, + { + zip_code: '3885', + usps_city: 'Stratham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7386.0, + density: 188.2, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.90062, lat: 43.01569 }, + }, + { + zip_code: '3907', + usps_city: 'Ogunquit', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 100.2, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61096, lat: 43.25464 }, + }, + { + zip_code: '4076', + usps_city: 'Shapleigh', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2739.0, + density: 27.3, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.83794, lat: 43.55246 }, + }, + { + zip_code: '4237', + usps_city: 'Hanover', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 9.5, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.72564, lat: 44.49665 }, + }, + { + zip_code: '4428', + usps_city: 'Eddington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3150.0, + density: 20.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.55592, lat: 44.80645 }, + }, + { + zip_code: '4485', + usps_city: 'Shirley Mills', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 1.5, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.62022, lat: 45.36098 }, + }, + { + zip_code: '4614', + usps_city: 'Blue Hill', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2660.0, + density: 17.1, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.58452, lat: 44.41784 }, + }, + { + zip_code: '4630', + usps_city: 'East Machias', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 6.2, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.4583, lat: 44.8373 }, + }, + { + zip_code: '4637', + usps_city: 'Grand Lake Stream', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 0.7, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.8076, lat: 45.19615 }, + }, + { + zip_code: '4674', + usps_city: 'Seal Cove', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 20.4, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.4107, lat: 44.29472 }, + }, + { + zip_code: '4675', + usps_city: 'Seal Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 10.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.25274, lat: 44.30453 }, + }, + { + zip_code: '4677', + usps_city: 'Sorrento', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 23.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.17945, lat: 44.49016 }, + }, + { + zip_code: '4756', + usps_city: 'Madawaska', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3214.0, + density: 69.6, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.30324, lat: 47.32218 }, + }, + { + zip_code: '4764', + usps_city: 'Oxbow', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 0.2, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.56825, lat: 46.41864 }, + }, + { + zip_code: '4768', + usps_city: 'Portage', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 0.7, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.86887, lat: 46.82618 }, + }, + { + zip_code: '4864', + usps_city: 'Warren', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4751.0, + density: 39.5, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.24481, lat: 44.12946 }, + }, + { + zip_code: '4933', + usps_city: 'East Newport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 120.6, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.22918, lat: 44.81758 }, + }, + { + zip_code: '4950', + usps_city: 'Madison', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4651.0, + density: 34.6, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.80553, lat: 44.8325 }, + }, + { + zip_code: '5001', + usps_city: 'White River Junction', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 9319.0, + density: 83.2, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.38133, lat: 43.67222 }, + }, + { + zip_code: '5052', + usps_city: 'North Hartland', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 35.6, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.35792, lat: 43.59931 }, + }, + { + zip_code: '5067', + usps_city: 'South Pomfret', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 4.2, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.51317, lat: 43.68816 }, + }, + { + zip_code: '5084', + usps_city: 'West Hartford', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 18.5, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44982, lat: 43.72711 }, + }, + { + zip_code: '5201', + usps_city: 'Bennington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 14084.0, + density: 58.4, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.14144, lat: 42.88108 }, + }, + { + zip_code: '5641', + usps_city: 'Barre', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 16542.0, + density: 118.1, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "96.76", "50017": "3.24"}', + coty_name: ['Washington', 'Orange'], + cty_code: ['50023', '50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.47294, lat: 44.18881 }, + }, + { + zip_code: '5667', + usps_city: 'Plainfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2133.0, + density: 18.2, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.39185, lat: 44.27112 }, + }, + { + zip_code: '5733', + usps_city: 'Brandon', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5762.0, + density: 19.5, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "79.93", "50001": "20.07"}', + coty_name: ['Rutland', 'Addison'], + cty_code: ['50021', '50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.09189, lat: 43.82007 }, + }, + { + zip_code: '6037', + usps_city: 'Berlin', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18926.0, + density: 287.8, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.77775, lat: 41.6113 }, + }, + { + zip_code: '6160', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "0"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.69116, lat: 41.76661 }, + }, + { + zip_code: '6416', + usps_city: 'Cromwell', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13910.0, + density: 462.6, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66421, lat: 41.61412 }, + }, + { + zip_code: '6417', + usps_city: 'Deep River', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4480.0, + density: 128.0, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46226, lat: 41.36894 }, + }, + { + zip_code: '6420', + usps_city: 'Salem', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4192.0, + density: 55.4, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "98.95", "09007": "1.05"}', + coty_name: ['New London', 'Middlesex'], + cty_code: ['09011', '09007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26682, lat: 41.48518 }, + }, + { + zip_code: '6606', + usps_city: 'Bridgeport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 47422.0, + density: 3459.0, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20801, lat: 41.21173 }, + }, + { + zip_code: '6790', + usps_city: 'Torrington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 34433.0, + density: 319.6, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12875, lat: 41.83779 }, + }, + { + zip_code: '6795', + usps_city: 'Watertown', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13861.0, + density: 204.2, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12284, lat: 41.6186 }, + }, + { + zip_code: '6856', + usps_city: 'Norwalk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5.0, + density: 522.6, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.42092, lat: 41.11116 }, + }, + { + zip_code: '6878', + usps_city: 'Riverside', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8112.0, + density: 1306.0, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58283, lat: 41.03181 }, + }, + { + zip_code: '6901', + usps_city: 'Stamford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7186.0, + density: 5964.8, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53817, lat: 41.05359 }, + }, + { + zip_code: '7052', + usps_city: 'West Orange', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 47342.0, + density: 1520.1, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26283, lat: 40.7893 }, + }, + { + zip_code: '7077', + usps_city: 'Sewaren', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2627.0, + density: 657.3, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25501, lat: 40.55409 }, + }, + { + zip_code: '7435', + usps_city: 'Newfoundland', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2509.0, + density: 64.8, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "56.67", "34027": "43.33"}', + coty_name: ['Passaic', 'Morris'], + cty_code: ['34031', '34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44998, lat: 41.03603 }, + }, + { + zip_code: '7452', + usps_city: 'Glen Rock', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11780.0, + density: 1677.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1249, lat: 40.9601 }, + }, + { + zip_code: '7470', + usps_city: 'Wayne', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 53954.0, + density: 876.3, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24525, lat: 40.94803 }, + }, + { + zip_code: '7605', + usps_city: 'Leonia', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9086.0, + density: 2274.2, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98978, lat: 40.86382 }, + }, + { + zip_code: '7624', + usps_city: 'Closter', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8565.0, + density: 1051.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96053, lat: 40.97331 }, + }, + { + zip_code: '7641', + usps_city: 'Haworth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3418.0, + density: 677.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99753, lat: 40.96221 }, + }, + { + zip_code: '7711', + usps_city: 'Allenhurst', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1699.0, + density: 818.2, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00872, lat: 40.2394 }, + }, + { + zip_code: '7726', + usps_city: 'Englishtown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 43474.0, + density: 517.8, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34246, lat: 40.28248 }, + }, + { + zip_code: '7828', + usps_city: 'Budd Lake', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14967.0, + density: 405.3, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.75145, lat: 40.88499 }, + }, + { + zip_code: '7840', + usps_city: 'Hackettstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 30514.0, + density: 336.0, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "76.93", "34027": "23.07"}', + coty_name: ['Warren', 'Morris'], + cty_code: ['34041', '34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83573, lat: 40.85408 }, + }, + { + zip_code: '7856', + usps_city: 'Mount Arlington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4126.0, + density: 455.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.63344, lat: 40.91868 }, + }, + { + zip_code: '7981', + usps_city: 'Whippany', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9051.0, + density: 519.3, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.41904, lat: 40.82207 }, + }, + { + zip_code: '8020', + usps_city: 'Clarksboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2709.0, + density: 242.5, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22411, lat: 39.7974 }, + }, + { + zip_code: '8023', + usps_city: 'Deepwater', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 109.6, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49759, lat: 39.68741 }, + }, + { + zip_code: '8088', + usps_city: 'Vincentown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23936.0, + density: 66.6, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6927, lat: 39.84924 }, + }, + { + zip_code: '8502', + usps_city: 'Belle Mead', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11275.0, + density: 341.2, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65564, lat: 40.44827 }, + }, + { + zip_code: '8520', + usps_city: 'Hightstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26861.0, + density: 591.1, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53163, lat: 40.25527 }, + }, + { + zip_code: '8560', + usps_city: 'Titusville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3695.0, + density: 105.0, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85903, lat: 40.31342 }, + }, + { + zip_code: '8886', + usps_city: 'Stewartsville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7121.0, + density: 181.8, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10526, lat: 40.69315 }, + }, + { + zip_code: '10025', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 92251.0, + density: 47387.6, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96659, lat: 40.79857 }, + }, + { + zip_code: '10452', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 75452.0, + density: 29476.0, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92344, lat: 40.83739 }, + }, + { + zip_code: '10517', + usps_city: 'Crompond', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 539.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.86194, lat: 41.29822 }, + }, + { + zip_code: '10523', + usps_city: 'Elmsford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9133.0, + density: 975.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.81892, lat: 41.06 }, + }, + { + zip_code: '10709', + usps_city: 'Eastchester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9603.0, + density: 2720.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80935, lat: 40.95459 }, + }, + { + zip_code: '10922', + usps_city: 'Fort Montgomery', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 272.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99473, lat: 41.3336 }, + }, + { + zip_code: '11377', + usps_city: 'Woodside', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 83825.0, + density: 12758.9, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90522, lat: 40.74482 }, + }, + { + zip_code: '11412', + usps_city: 'Saint Albans', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37857.0, + density: 8874.3, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75896, lat: 40.69811 }, + }, + { + zip_code: '11424', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "0"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82714, lat: 40.71424 }, + }, + { + zip_code: '11510', + usps_city: 'Baldwin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33299.0, + density: 3068.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60804, lat: 40.65021 }, + }, + { + zip_code: '11557', + usps_city: 'Hewlett', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7878.0, + density: 1506.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69197, lat: 40.6374 }, + }, + { + zip_code: '11702', + usps_city: 'Babylon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14127.0, + density: 599.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.31677, lat: 40.656 }, + }, + { + zip_code: '11709', + usps_city: 'Bayville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6735.0, + density: 1714.5, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.5597, lat: 40.90688 }, + }, + { + zip_code: '11710', + usps_city: 'Bellmore', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 34634.0, + density: 2736.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53288, lat: 40.67215 }, + }, + { + zip_code: '11751', + usps_city: 'Islip', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14314.0, + density: 1374.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21426, lat: 40.72998 }, + }, + { + zip_code: '12138', + usps_city: 'Petersburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3218.0, + density: 15.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37207, lat: 42.74721 }, + }, + { + zip_code: '12174', + usps_city: 'Stuyvesant Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 126.0, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72854, lat: 42.35336 }, + }, + { + zip_code: '12303', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28488.0, + density: 715.0, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "65.31", "36001": "34.69"}', + coty_name: ['Schenectady', 'Albany'], + cty_code: ['36093', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9246, lat: 42.74956 }, + }, + { + zip_code: '12305', + usps_city: 'Schenectady', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5519.0, + density: 1407.2, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "100"}', + coty_name: ['Schenectady'], + cty_code: ['36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95043, lat: 42.81215 }, + }, + { + zip_code: '12405', + usps_city: 'Acra', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 34.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08988, lat: 42.32139 }, + }, + { + zip_code: '12485', + usps_city: 'Tannersville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 57.8, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.14374, lat: 42.2032 }, + }, + { + zip_code: '12486', + usps_city: 'Tillson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 184.7, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06256, lat: 41.83381 }, + }, + { + zip_code: '12502', + usps_city: 'Ancram', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1138.0, + density: 13.4, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.65507, lat: 42.08515 }, + }, + { + zip_code: '12525', + usps_city: 'Gardiner', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2956.0, + density: 48.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18568, lat: 41.68638 }, + }, + { + zip_code: '12540', + usps_city: 'Lagrangeville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8248.0, + density: 93.5, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7251, lat: 41.6708 }, + }, + { + zip_code: '12570', + usps_city: 'Poughquag', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6827.0, + density: 122.7, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.67232, lat: 41.61935 }, + }, + { + zip_code: '12751', + usps_city: 'Kiamesha Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1152.0, + density: 130.2, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66427, lat: 41.69363 }, + }, + { + zip_code: '12763', + usps_city: 'Mountain Dale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 17.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.52305, lat: 41.67987 }, + }, + { + zip_code: '12870', + usps_city: 'Schroon Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1816.0, + density: 6.6, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "97.95", "36113": "2.05"}', + coty_name: ['Essex', 'Warren'], + cty_code: ['36031', '36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75409, lat: 43.84235 }, + }, + { + zip_code: '12950', + usps_city: 'Lewis', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 5.8, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58511, lat: 44.32008 }, + }, + { + zip_code: '12966', + usps_city: 'North Bangor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2858.0, + density: 12.8, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4189, lat: 44.79441 }, + }, + { + zip_code: '13028', + usps_city: 'Bernhards Bay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1229.0, + density: 25.4, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93471, lat: 43.2969 }, + }, + { + zip_code: '13061', + usps_city: 'Erieville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1087.0, + density: 16.1, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "100"}', + coty_name: ['Madison'], + cty_code: ['36053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75686, lat: 42.86189 }, + }, + { + zip_code: '13210', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27916.0, + density: 2360.5, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.12607, lat: 43.03014 }, + }, + { + zip_code: '13312', + usps_city: 'Brantingham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 2.4, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20768, lat: 43.7074 }, + }, + { + zip_code: '13424', + usps_city: 'Oriskany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2338.0, + density: 81.0, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.36526, lat: 43.15238 }, + }, + { + zip_code: '13628', + usps_city: 'Deferiet', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 465.2, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68246, lat: 44.0316 }, + }, + { + zip_code: '13682', + usps_city: 'Rodman', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 9.0, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "98.06", "36049": "1.94"}', + coty_name: ['Jefferson', 'Lewis'], + cty_code: ['36045', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8901, lat: 43.84193 }, + }, + { + zip_code: '13687', + usps_city: 'South Colton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 1.2, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82047, lat: 44.42317 }, + }, + { + zip_code: '13835', + usps_city: 'Richford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1132.0, + density: 10.4, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "51.69", "36007": "26.6", "36023": "21.71"}', + coty_name: ['Tioga', 'Broome', 'Cortland'], + cty_code: ['36107', '36007', '36023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17119, lat: 42.38956 }, + }, + { + zip_code: '14037', + usps_city: 'Cowlesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1107.0, + density: 24.7, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "86.45", "36029": "13.55"}', + coty_name: ['Wyoming', 'Erie'], + cty_code: ['36121', '36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45513, lat: 42.80578 }, + }, + { + zip_code: '14040', + usps_city: 'Darien Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1921.0, + density: 25.4, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "83.81", "36121": "16.19"}', + coty_name: ['Genesee', 'Wyoming'], + cty_code: ['36037', '36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38116, lat: 42.88925 }, + }, + { + zip_code: '14042', + usps_city: 'Delevan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4181.0, + density: 35.4, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48654, lat: 42.469 }, + }, + { + zip_code: '14055', + usps_city: 'East Concord', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1331.0, + density: 15.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.6014, lat: 42.55467 }, + }, + { + zip_code: '14108', + usps_city: 'Newfane', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5689.0, + density: 81.1, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72701, lat: 43.26333 }, + }, + { + zip_code: '14131', + usps_city: 'Ransomville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4969.0, + density: 45.4, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89904, lat: 43.23624 }, + }, + { + zip_code: '14478', + usps_city: 'Keuka Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1501.0, + density: 49.5, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "100"}', + coty_name: ['Yates'], + cty_code: ['36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12632, lat: 42.5779 }, + }, + { + zip_code: '14525', + usps_city: 'Pavilion', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2424.0, + density: 20.5, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "69.91", "36121": "25.86", "36051": "4.22"}', + coty_name: ['Genesee', 'Wyoming', 'Livingston'], + cty_code: ['36037', '36121', '36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01243, lat: 42.87328 }, + }, + { + zip_code: '14529', + usps_city: 'Perkinsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 135.6, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.63825, lat: 42.53997 }, + }, + { + zip_code: '14549', + usps_city: 'Silver Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 76.0, + density: 261.1, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01723, lat: 42.70004 }, + }, + { + zip_code: '14561', + usps_city: 'Stanley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3014.0, + density: 22.4, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "97.93", "36123": "2.07"}', + coty_name: ['Ontario', 'Yates'], + cty_code: ['36069', '36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.13175, lat: 42.82046 }, + }, + { + zip_code: '14610', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13760.0, + density: 1226.3, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.54548, lat: 43.14258 }, + }, + { + zip_code: '14625', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10262.0, + density: 519.2, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50534, lat: 43.14899 }, + }, + { + zip_code: '14716', + usps_city: 'Brocton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2623.0, + density: 81.7, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43513, lat: 42.3788 }, + }, + { + zip_code: '14740', + usps_city: 'Gerry', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1105.0, + density: 16.4, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18406, lat: 42.21957 }, + }, + { + zip_code: '14744', + usps_city: 'Houghton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2175.0, + density: 48.2, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.21068, lat: 42.42232 }, + }, + { + zip_code: '14817', + usps_city: 'Brooktondale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2658.0, + density: 25.5, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "95.59", "36107": "4.41"}', + coty_name: ['Tompkins', 'Tioga'], + cty_code: ['36109', '36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.34272, lat: 42.36488 }, + }, + { + zip_code: '14853', + usps_city: 'Ithaca', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2656.0, + density: 4380.6, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47959, lat: 42.44773 }, + }, + { + zip_code: '15007', + usps_city: 'Bakerstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 719.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93179, lat: 40.65239 }, + }, + { + zip_code: '15053', + usps_city: 'Joffre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 465.1, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35983, lat: 40.38101 }, + }, + { + zip_code: '15054', + usps_city: 'Langeloth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 1037.7, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40768, lat: 40.36236 }, + }, + { + zip_code: '15108', + usps_city: 'Coraopolis', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 40971.0, + density: 400.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19959, lat: 40.49997 }, + }, + { + zip_code: '15142', + usps_city: 'Presto', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1271.0, + density: 337.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12202, lat: 40.38542 }, + }, + { + zip_code: '15206', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29460.0, + density: 2381.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91325, lat: 40.47224 }, + }, + { + zip_code: '15301', + usps_city: 'Washington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 48813.0, + density: 154.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25282, lat: 40.16204 }, + }, + { + zip_code: '15324', + usps_city: 'Cokeburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 530.5, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06581, lat: 40.10076 }, + }, + { + zip_code: '15330', + usps_city: 'Eighty Four', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4945.0, + density: 42.4, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09452, lat: 40.18026 }, + }, + { + zip_code: '15361', + usps_city: 'Southview', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 1090.3, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25821, lat: 40.32906 }, + }, + { + zip_code: '15363', + usps_city: 'Strabane', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 625.0, + density: 1045.3, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19798, lat: 40.25171 }, + }, + { + zip_code: '15431', + usps_city: 'Dunbar', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4053.0, + density: 32.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.59689, lat: 39.95032 }, + }, + { + zip_code: '15450', + usps_city: 'La Belle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2275.0, + density: 537.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9742, lat: 40.00363 }, + }, + { + zip_code: '15510', + usps_city: 'Somerset', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2592.0, + density: 2656.3, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04005, lat: 39.96695 }, + }, + { + zip_code: '15618', + usps_city: 'Avonmore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2371.0, + density: 33.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "68.72", "42005": "30.26", "42063": "1.03"}', + coty_name: ['Westmoreland', 'Armstrong', 'Indiana'], + cty_code: ['42129', '42005', '42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.44515, lat: 40.56219 }, + }, + { + zip_code: '15650', + usps_city: 'Latrobe', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27029.0, + density: 139.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3932, lat: 40.27576 }, + }, + { + zip_code: '15747', + usps_city: 'Home', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1941.0, + density: 24.5, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.14812, lat: 40.76788 }, + }, + { + zip_code: '15753', + usps_city: 'La Jose', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 4.6, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65143, lat: 40.78761 }, + }, + { + zip_code: '15863', + usps_city: 'Stump Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 119.6, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.83977, lat: 41.01435 }, + }, + { + zip_code: '15951', + usps_city: 'Saint Michael', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 180.9, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.77107, lat: 40.33187 }, + }, + { + zip_code: '15960', + usps_city: 'Twin Rocks', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 30.9, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88906, lat: 40.49842 }, + }, + { + zip_code: '16110', + usps_city: 'Adamsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 17.4, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "87.58", "42085": "12.42"}', + coty_name: ['Crawford', 'Mercer'], + cty_code: ['42039', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3849, lat: 41.50609 }, + }, + { + zip_code: '16134', + usps_city: 'Jamestown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3774.0, + density: 31.1, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "59.47", "42085": "40.53"}', + coty_name: ['Crawford', 'Mercer'], + cty_code: ['42039', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46407, lat: 41.50588 }, + }, + { + zip_code: '16246', + usps_city: 'Plumville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 293.2, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18222, lat: 40.79169 }, + }, + { + zip_code: '16259', + usps_city: 'Templeton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1994.0, + density: 16.6, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.45501, lat: 40.92681 }, + }, + { + zip_code: '16365', + usps_city: 'Warren', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17639.0, + density: 46.7, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "100"}', + coty_name: ['Warren'], + cty_code: ['42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.15831, lat: 41.84174 }, + }, + { + zip_code: '16601', + usps_city: 'Altoona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31545.0, + density: 140.8, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37018, lat: 40.55566 }, + }, + { + zip_code: '16639', + usps_city: 'Fallentimber', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1534.0, + density: 16.4, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "90.7", "42033": "9.3"}', + coty_name: ['Cambria', 'Clearfield'], + cty_code: ['42021', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.454, lat: 40.69468 }, + }, + { + zip_code: '16669', + usps_city: 'Petersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2231.0, + density: 8.1, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90714, lat: 40.65652 }, + }, + { + zip_code: '16699', + usps_city: 'Cresson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56054, lat: 40.44736 }, + }, + { + zip_code: '16728', + usps_city: 'De Young', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 52.0, + density: 3.6, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92422, lat: 41.56577 }, + }, + { + zip_code: '16744', + usps_city: 'Rew', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 9.7, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56709, lat: 41.86705 }, + }, + { + zip_code: '16750', + usps_city: 'Turtlepoint', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 10.1, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29434, lat: 41.88542 }, + }, + { + zip_code: '16860', + usps_city: 'Munson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 13.1, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "59.2", "42027": "40.8"}', + coty_name: ['Clearfield', 'Centre'], + cty_code: ['42033', '42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.17069, lat: 40.94675 }, + }, + { + zip_code: '16925', + usps_city: 'Gillett', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3484.0, + density: 17.4, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.79174, lat: 41.9516 }, + }, + { + zip_code: '17010', + usps_city: 'Campbelltown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 373.0, + density: 4179.2, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58177, lat: 40.27768 }, + }, + { + zip_code: '17017', + usps_city: 'Dalmatia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 28.2, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "92.71", "42043": "7.29"}', + coty_name: ['Northumberland', 'Dauphin'], + cty_code: ['42097', '42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88259, lat: 40.64332 }, + }, + { + zip_code: '17035', + usps_city: 'Honey Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 934.0, + density: 10.2, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "98.69", "42099": "1.31"}', + coty_name: ['Juniata', 'Perry'], + cty_code: ['42067', '42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57482, lat: 40.41635 }, + }, + { + zip_code: '17062', + usps_city: 'Millerstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4462.0, + density: 21.2, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "75.77", "42067": "24.23"}', + coty_name: ['Perry', 'Juniata'], + cty_code: ['42099', '42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16722, lat: 40.55205 }, + }, + { + zip_code: '17067', + usps_city: 'Myerstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15389.0, + density: 121.1, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "87.11", "42011": "12.89"}', + coty_name: ['Lebanon', 'Berks'], + cty_code: ['42075', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31538, lat: 40.38704 }, + }, + { + zip_code: '17120', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "0"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88281, lat: 40.26517 }, + }, + { + zip_code: '17261', + usps_city: 'South Mountain', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 277.0, + density: 44.5, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.50816, lat: 39.86096 }, + }, + { + zip_code: '17263', + usps_city: 'State Line', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 628.3, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.71763, lat: 39.72732 }, + }, + { + zip_code: '17572', + usps_city: 'Ronks', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4671.0, + density: 103.6, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.15302, lat: 40.0086 }, + }, + { + zip_code: '17602', + usps_city: 'Lancaster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 50417.0, + density: 759.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24597, lat: 40.01501 }, + }, + { + zip_code: '17840', + usps_city: 'Locust Gap', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 92.7, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43312, lat: 40.77208 }, + }, + { + zip_code: '18014', + usps_city: 'Bath', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11660.0, + density: 135.0, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40936, lat: 40.76509 }, + }, + { + zip_code: '18041', + usps_city: 'East Greenville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5252.0, + density: 146.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: + '{"42091": "87.37", "42077": "9.83", "42011": "2.3", "42017": "0.5"}', + coty_name: ['Montgomery', 'Lehigh', 'Berks', 'Bucks'], + cty_code: ['42091', '42077', '42011', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51485, lat: 40.41948 }, + }, + { + zip_code: '18106', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7265.0, + density: 340.1, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.59616, lat: 40.57568 }, + }, + { + zip_code: '18219', + usps_city: 'Conyngham', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1554.0, + density: 726.6, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0575, lat: 40.99086 }, + }, + { + zip_code: '18231', + usps_city: 'Kelayres', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 189.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.00791, lat: 40.90427 }, + }, + { + zip_code: '18325', + usps_city: 'Canadensis', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2417.0, + density: 21.7, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "79.72", "42103": "20.28"}', + coty_name: ['Monroe', 'Pike'], + cty_code: ['42089', '42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22, lat: 41.21399 }, + }, + { + zip_code: '18356', + usps_city: 'Shawnee On Delaware', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 64.5, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11796, lat: 41.01115 }, + }, + { + zip_code: '18902', + usps_city: 'Doylestown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21557.0, + density: 299.2, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09676, lat: 40.35307 }, + }, + { + zip_code: '18935', + usps_city: 'Milford Square', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20.0, + density: 107.3, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.40108, lat: 40.43725 }, + }, + { + zip_code: '18936', + usps_city: 'Montgomeryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.23102, lat: 40.22398 }, + }, + { + zip_code: '19020', + usps_city: 'Bensalem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 54985.0, + density: 1229.9, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.93857, lat: 40.10451 }, + }, + { + zip_code: '19023', + usps_city: 'Darby', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22088.0, + density: 4270.1, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.26745, lat: 39.91716 }, + }, + { + zip_code: '19036', + usps_city: 'Glenolden', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12894.0, + density: 3256.5, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29342, lat: 39.90359 }, + }, + { + zip_code: '19063', + usps_city: 'Media', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35764.0, + density: 598.3, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4141, lat: 39.92181 }, + }, + { + zip_code: '19073', + usps_city: 'Newtown Square', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19763.0, + density: 368.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "89", "42029": "11"}', + coty_name: ['Delaware', 'Chester'], + cty_code: ['42045', '42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.43487, lat: 39.98103 }, + }, + { + zip_code: '19086', + usps_city: 'Wallingford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11746.0, + density: 1176.4, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37007, lat: 39.8906 }, + }, + { + zip_code: '19127', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5760.0, + density: 4046.3, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22732, lat: 40.02828 }, + }, + { + zip_code: '19333', + usps_city: 'Devon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6911.0, + density: 772.9, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.42325, lat: 40.04109 }, + }, + { + zip_code: '19348', + usps_city: 'Kennett Square', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23934.0, + density: 249.6, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71376, lat: 39.86726 }, + }, + { + zip_code: '19437', + usps_city: 'Gwynedd Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1122.0, + density: 397.5, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2586, lat: 40.18241 }, + }, + { + zip_code: '19492', + usps_city: 'Zieglerville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 111.3, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49204, lat: 40.28555 }, + }, + { + zip_code: '19554', + usps_city: 'Shartlesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 341.4, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10386, lat: 40.51284 }, + }, + { + zip_code: '19604', + usps_city: 'Reading', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28346.0, + density: 5004.3, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.91062, lat: 40.35756 }, + }, + { + zip_code: '19934', + usps_city: 'Camden Wyoming', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 13748.0, + density: 121.1, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62911, lat: 39.08335 }, + }, + { + zip_code: '19939', + usps_city: 'Dagsboro', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 7399.0, + density: 109.7, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21064, lat: 38.56479 }, + }, + { + zip_code: '19954', + usps_city: 'Houston', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 1523.0, + density: 68.1, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52036, lat: 38.89744 }, + }, + { + zip_code: '20129', + usps_city: 'Paeonian Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 62.8, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6018, lat: 39.16223 }, + }, + { + zip_code: '20141', + usps_city: 'Round Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7853.0, + density: 111.3, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78901, lat: 39.11358 }, + }, + { + zip_code: '20176', + usps_city: 'Leesburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 52862.0, + density: 358.2, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.53593, lat: 39.1821 }, + }, + { + zip_code: '20615', + usps_city: 'Broomes Island', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 223.6, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54786, lat: 38.42013 }, + }, + { + zip_code: '20632', + usps_city: 'Faulkner', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 22.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.95195, lat: 38.43207 }, + }, + { + zip_code: '20657', + usps_city: 'Lusby', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 19226.0, + density: 246.8, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44544, lat: 38.38362 }, + }, + { + zip_code: '20876', + usps_city: 'Germantown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 30778.0, + density: 1017.2, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23298, lat: 39.20789 }, + }, + { + zip_code: '20904', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 55275.0, + density: 1558.5, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "99.41", "24033": "0.59"}', + coty_name: ['Montgomery', "Prince George's"], + cty_code: ['24031', '24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97973, lat: 39.06662 }, + }, + { + zip_code: '21015', + usps_city: 'Bel Air', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 29199.0, + density: 364.5, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29604, lat: 39.54681 }, + }, + { + zip_code: '21052', + usps_city: 'Fort Howard', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 1088.4, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44568, lat: 39.20675 }, + }, + { + zip_code: '21082', + usps_city: 'Hydes', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 656.0, + density: 56.9, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "92.51", "24025": "7.49"}', + coty_name: ['Baltimore', 'Harford'], + cty_code: ['24005', '24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47715, lat: 39.47922 }, + }, + { + zip_code: '21090', + usps_city: 'Linthicum Heights', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9991.0, + density: 585.4, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66808, lat: 39.20923 }, + }, + { + zip_code: '21625', + usps_city: 'Cordova', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2583.0, + density: 23.9, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99634, lat: 38.8734 }, + }, + { + zip_code: '21662', + usps_city: 'Royal Oak', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 20.2, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20473, lat: 38.71249 }, + }, + { + zip_code: '21771', + usps_city: 'Mount Airy', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 29901.0, + density: 135.7, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: + '{"24021": "46.46", "24013": "42.51", "24027": "10.11", "24031": "0.91"}', + coty_name: ['Frederick', 'Carroll', 'Howard', 'Montgomery'], + cty_code: ['24021', '24013', '24027', '24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15689, lat: 39.3935 }, + }, + { + zip_code: '21787', + usps_city: 'Taneytown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10173.0, + density: 68.3, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "97.72", "24021": "2.28"}', + coty_name: ['Carroll', 'Frederick'], + cty_code: ['24013', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.1698, lat: 39.67332 }, + }, + { + zip_code: '21811', + usps_city: 'Berlin', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 24071.0, + density: 92.3, + primary_coty_code: '24047', + primary_coty_name: 'Worcester', + county_weights: '{"24047": "100"}', + coty_name: ['Worcester'], + cty_code: ['24047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21805, lat: 38.32022 }, + }, + { + zip_code: '21874', + usps_city: 'Willards', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1874.0, + density: 27.1, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.35243, lat: 38.39166 }, + }, + { + zip_code: '21901', + usps_city: 'North East', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16790.0, + density: 131.8, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95843, lat: 39.58572 }, + }, + { + zip_code: '22213', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3713.0, + density: 2471.0, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16244, lat: 38.89529 }, + }, + { + zip_code: '22407', + usps_city: 'Fredericksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 58826.0, + density: 400.5, + primary_coty_code: '51177', + primary_coty_name: 'Spotsylvania', + county_weights: '{"51177": "100"}', + coty_name: ['Spotsylvania'], + cty_code: ['51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57529, lat: 38.2834 }, + }, + { + zip_code: '22538', + usps_city: 'Rappahannock Academy', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 3.5, + primary_coty_code: '51033', + primary_coty_name: 'Caroline', + county_weights: '{"51033": "100"}', + coty_name: ['Caroline'], + cty_code: ['51033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.25121, lat: 38.2062 }, + }, + { + zip_code: '22546', + usps_city: 'Ruther Glen', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16334.0, + density: 38.9, + primary_coty_code: '51033', + primary_coty_name: 'Caroline', + county_weights: '{"51033": "96.86", "51085": "3.14"}', + coty_name: ['Caroline', 'Hanover'], + cty_code: ['51033', '51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44866, lat: 37.94192 }, + }, + { + zip_code: '22639', + usps_city: 'Hume', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 11.3, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.02296, lat: 38.81492 }, + }, + { + zip_code: '22642', + usps_city: 'Linden', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5022.0, + density: 38.0, + primary_coty_code: '51187', + primary_coty_name: 'Warren', + county_weights: '{"51187": "84.01", "51061": "15.99"}', + coty_name: ['Warren', 'Fauquier'], + cty_code: ['51187', '51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.04202, lat: 38.9103 }, + }, + { + zip_code: '22719', + usps_city: 'Etlan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 4.8, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2857, lat: 38.53063 }, + }, + { + zip_code: '22733', + usps_city: 'Rapidan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 7.5, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "60.79", "51137": "35.53", "51113": "3.68"}', + coty_name: ['Culpeper', 'Orange', 'Madison'], + cty_code: ['51047', '51137', '51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.04156, lat: 38.33041 }, + }, + { + zip_code: '22820', + usps_city: 'Criders', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 4.9, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.01629, lat: 38.72812 }, + }, + { + zip_code: '22849', + usps_city: 'Shenandoah', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5318.0, + density: 43.7, + primary_coty_code: '51139', + primary_coty_name: 'Page', + county_weights: '{"51139": "96.53", "51165": "3.47"}', + coty_name: ['Page', 'Rockingham'], + cty_code: ['51139', '51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62304, lat: 38.52589 }, + }, + { + zip_code: '22850', + usps_city: 'Singers Glen', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 35.3, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.92444, lat: 38.56071 }, + }, + { + zip_code: '22851', + usps_city: 'Stanley', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6057.0, + density: 42.4, + primary_coty_code: '51139', + primary_coty_name: 'Page', + county_weights: '{"51139": "100"}', + coty_name: ['Page'], + cty_code: ['51139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.5116, lat: 38.562 }, + }, + { + zip_code: '22902', + usps_city: 'Charlottesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25245.0, + density: 155.3, + primary_coty_code: '51540', + primary_coty_name: 'Charlottesville', + county_weights: '{"51540": "56.72", "51003": "43.28"}', + coty_name: ['Charlottesville', 'Albemarle'], + cty_code: ['51540', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46997, lat: 37.95389 }, + }, + { + zip_code: '58833', + usps_city: 'Ambrose', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 1.0, + primary_coty_code: '38023', + primary_coty_name: 'Divide', + county_weights: '{"38023": "100"}', + coty_name: ['Divide'], + cty_code: ['38023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.52301, lat: 48.89109 }, + }, + { + zip_code: '58835', + usps_city: 'Arnegard', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 0.4, + primary_coty_code: '38053', + primary_coty_name: 'McKenzie', + county_weights: '{"38053": "100"}', + coty_name: ['McKenzie'], + cty_code: ['38053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.44089, lat: 47.77465 }, + }, + { + zip_code: '59002', + usps_city: 'Acton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.8, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.67398, lat: 45.98428 }, + }, + { + zip_code: '59054', + usps_city: 'Melstone', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.2, + primary_coty_code: '30065', + primary_coty_name: 'Musselshell', + county_weights: '{"30065": "75.24", "30087": "24.76"}', + coty_name: ['Musselshell', 'Rosebud'], + cty_code: ['30065', '30087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.73319, lat: 46.64222 }, + }, + { + zip_code: '59218', + usps_city: 'Culbertson', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 893.0, + density: 1.1, + primary_coty_code: '30085', + primary_coty_name: 'Roosevelt', + county_weights: '{"30085": "94.39", "30083": "5.61"}', + coty_name: ['Roosevelt', 'Richland'], + cty_code: ['30085', '30083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.55206, lat: 48.10261 }, + }, + { + zip_code: '59411', + usps_city: 'Babb', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 1.2, + primary_coty_code: '30035', + primary_coty_name: 'Glacier', + county_weights: '{"30035": "100"}', + coty_name: ['Glacier'], + cty_code: ['30035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.40785, lat: 48.87269 }, + }, + { + zip_code: '59638', + usps_city: 'Jefferson City', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 2.8, + primary_coty_code: '30043', + primary_coty_name: 'Jefferson', + county_weights: '{"30043": "100"}', + coty_name: ['Jefferson'], + cty_code: ['30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.96815, lat: 46.36037 }, + }, + { + zip_code: '59750', + usps_city: 'Butte', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 2.2, + primary_coty_code: '30093', + primary_coty_name: 'Silver Bow', + county_weights: '{"30093": "100"}', + coty_name: ['Silver Bow'], + cty_code: ['30093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.7184, lat: 45.95131 }, + }, + { + zip_code: '59803', + usps_city: 'Missoula', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 17775.0, + density: 86.1, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.96285, lat: 46.79395 }, + }, + { + zip_code: '59872', + usps_city: 'Superior', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2146.0, + density: 1.7, + primary_coty_code: '30061', + primary_coty_name: 'Mineral', + county_weights: '{"30061": "100"}', + coty_name: ['Mineral'], + cty_code: ['30061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.90011, lat: 47.11284 }, + }, + { + zip_code: '59910', + usps_city: 'Big Arm', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 491.0, + density: 3.4, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.30204, lat: 47.79522 }, + }, + { + zip_code: '59936', + usps_city: 'West Glacier', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 0.2, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.85536, lat: 48.60876 }, + }, + { + zip_code: '60067', + usps_city: 'Palatine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37840.0, + density: 1066.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06541, lat: 42.10658 }, + }, + { + zip_code: '60069', + usps_city: 'Lincolnshire', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8225.0, + density: 470.1, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.92607, lat: 42.19762 }, + }, + { + zip_code: '60098', + usps_city: 'Woodstock', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32972.0, + density: 120.8, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.45788, lat: 42.32518 }, + }, + { + zip_code: '60109', + usps_city: 'Burlington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 614.0, + density: 82.6, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54598, lat: 42.04982 }, + }, + { + zip_code: '60126', + usps_city: 'Elmhurst', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 49027.0, + density: 1704.2, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "99.28", "17031": "0.72"}', + coty_name: ['DuPage', 'Cook'], + cty_code: ['17043', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94206, lat: 41.89648 }, + }, + { + zip_code: '60173', + usps_city: 'Schaumburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12610.0, + density: 794.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.05195, lat: 42.05157 }, + }, + { + zip_code: '60175', + usps_city: 'Saint Charles', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26298.0, + density: 298.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39105, lat: 41.947 }, + }, + { + zip_code: '60424', + usps_city: 'Gardner', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2326.0, + density: 17.4, + primary_coty_code: '17063', + primary_coty_name: 'Grundy', + county_weights: '{"17063": "99.67", "17091": "0.33"}', + coty_name: ['Grundy', 'Kankakee'], + cty_code: ['17063', '17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.3272, lat: 41.16823 }, + }, + { + zip_code: '60439', + usps_city: 'Lemont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23435.0, + density: 297.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "91.25", "17043": "6.63", "17197": "2.12"}', + coty_name: ['Cook', 'DuPage', 'Will'], + cty_code: ['17031', '17043', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98218, lat: 41.67519 }, + }, + { + zip_code: '60463', + usps_city: 'Palos Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14798.0, + density: 1062.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78997, lat: 41.66096 }, + }, + { + zip_code: '60545', + usps_city: 'Plano', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13699.0, + density: 139.7, + primary_coty_code: '17093', + primary_coty_name: 'Kendall', + county_weights: '{"17093": "100"}', + coty_name: ['Kendall'], + cty_code: ['17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53667, lat: 41.67749 }, + }, + { + zip_code: '60966', + usps_city: 'Sheldon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 9.9, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.58315, lat: 40.75153 }, + }, + { + zip_code: '61060', + usps_city: 'Orangeville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 14.5, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "100"}', + coty_name: ['Stephenson'], + cty_code: ['17177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62192, lat: 42.47813 }, + }, + { + zip_code: '61231', + usps_city: 'Aledo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5216.0, + density: 13.4, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "100"}', + coty_name: ['Mercer'], + cty_code: ['17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72473, lat: 41.20972 }, + }, + { + zip_code: '61243', + usps_city: 'Deer Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 3.4, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "100"}', + coty_name: ['Whiteside'], + cty_code: ['17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68296, lat: 41.61876 }, + }, + { + zip_code: '61317', + usps_city: 'Cherry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 405.0, + density: 47.9, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2089, lat: 41.43146 }, + }, + { + zip_code: '61324', + usps_city: 'Eldena', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 254.0, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41389, lat: 41.76991 }, + }, + { + zip_code: '61374', + usps_city: 'Van Orin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 11.3, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35871, lat: 41.54773 }, + }, + { + zip_code: '61415', + usps_city: 'Avon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 6.7, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "68.12", "17187": "31.88"}', + coty_name: ['Fulton', 'Warren'], + cty_code: ['17057', '17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42918, lat: 40.65708 }, + }, + { + zip_code: '61501', + usps_city: 'Astoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1545.0, + density: 7.7, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31653, lat: 40.22935 }, + }, + { + zip_code: '61725', + usps_city: 'Carlock', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1726.0, + density: 13.8, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "62.18", "17203": "37.82"}', + coty_name: ['McLean', 'Woodford'], + cty_code: ['17113', '17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11985, lat: 40.60979 }, + }, + { + zip_code: '61729', + usps_city: 'Congerville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 23.6, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "98.79", "17113": "1.21"}', + coty_name: ['Woodford', 'McLean'], + cty_code: ['17203', '17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22359, lat: 40.63068 }, + }, + { + zip_code: '61732', + usps_city: 'Danvers', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2024.0, + density: 14.0, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "96.28", "17179": "3.72"}', + coty_name: ['McLean', 'Tazewell'], + cty_code: ['17113', '17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20317, lat: 40.53116 }, + }, + { + zip_code: '61773', + usps_city: 'Sibley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 3.7, + primary_coty_code: '17053', + primary_coty_name: 'Ford', + county_weights: '{"17053": "100"}', + coty_name: ['Ford'], + cty_code: ['17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.38326, lat: 40.57168 }, + }, + { + zip_code: '61801', + usps_city: 'Urbana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31312.0, + density: 2260.7, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2113, lat: 40.10902 }, + }, + { + zip_code: '61847', + usps_city: 'Gifford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1365.0, + density: 16.9, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01542, lat: 40.31312 }, + }, + { + zip_code: '61925', + usps_city: 'Dalton City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 7.2, + primary_coty_code: '17139', + primary_coty_name: 'Moultrie', + county_weights: '{"17139": "65.9", "17115": "34.1"}', + coty_name: ['Moultrie', 'Macon'], + cty_code: ['17139', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83629, lat: 39.7235 }, + }, + { + zip_code: '62060', + usps_city: 'Madison', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4135.0, + density: 452.9, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100", "17163": "0"}', + coty_name: ['Madison', 'St. Clair'], + cty_code: ['17119', '17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14693, lat: 38.6769 }, + }, + { + zip_code: '62271', + usps_city: 'Okawville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1994.0, + density: 13.3, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "100"}', + coty_name: ['Washington'], + cty_code: ['17189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51576, lat: 38.44476 }, + }, + { + zip_code: '62284', + usps_city: 'Smithboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 7.9, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "100"}', + coty_name: ['Bond'], + cty_code: ['17005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31304, lat: 38.87655 }, + }, + { + zip_code: '62301', + usps_city: 'Quincy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32350.0, + density: 1103.3, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3866, lat: 39.93159 }, + }, + { + zip_code: '62319', + usps_city: 'Camden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 2.1, + primary_coty_code: '17169', + primary_coty_name: 'Schuyler', + county_weights: '{"17169": "100"}', + coty_name: ['Schuyler'], + cty_code: ['17169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73124, lat: 40.15249 }, + }, + { + zip_code: '62446', + usps_city: 'Mount Erie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 372.0, + density: 2.4, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21792, lat: 38.49746 }, + }, + { + zip_code: '62530', + usps_city: 'Divernon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1356.0, + density: 18.5, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.66136, lat: 39.56174 }, + }, + { + zip_code: '62543', + usps_city: 'Latham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 483.0, + density: 9.0, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "93.33", "17115": "6.67"}', + coty_name: ['Logan', 'Macon'], + cty_code: ['17107', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15219, lat: 39.97146 }, + }, + { + zip_code: '62561', + usps_city: 'Riverton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5405.0, + density: 78.6, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50866, lat: 39.86626 }, + }, + { + zip_code: '62668', + usps_city: 'Murrayville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 8.1, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "94.78", "17171": "5.22"}', + coty_name: ['Morgan', 'Scott'], + cty_code: ['17137', '17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.23793, lat: 39.57232 }, + }, + { + zip_code: '62707', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7097.0, + density: 63.9, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65437, lat: 39.85438 }, + }, + { + zip_code: '62825', + usps_city: 'Coello', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 236.2, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.06789, lat: 37.99837 }, + }, + { + zip_code: '62848', + usps_city: 'Irvington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 81.6, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "100"}', + coty_name: ['Washington'], + cty_code: ['17189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16482, lat: 38.43659 }, + }, + { + zip_code: '62885', + usps_city: 'Shobonier', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 5.2, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "100"}', + coty_name: ['Fayette'], + cty_code: ['17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05502, lat: 38.85769 }, + }, + { + zip_code: '62890', + usps_city: 'Thompsonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2737.0, + density: 10.1, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: + '{"17055": "67.07", "17199": "22", "17065": "6.7", "17165": "4.23"}', + coty_name: ['Franklin', 'Williamson', 'Hamilton', 'Saline'], + cty_code: ['17055', '17199', '17065', '17165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73756, lat: 37.90643 }, + }, + { + zip_code: '62942', + usps_city: 'Grand Tower', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 7.4, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46919, lat: 37.64347 }, + }, + { + zip_code: '62946', + usps_city: 'Harrisburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12530.0, + density: 34.8, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "99.47", "17151": "0.53"}', + coty_name: ['Saline', 'Pope'], + cty_code: ['17165', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53817, lat: 37.70724 }, + }, + { + zip_code: '62996', + usps_city: 'Villa Ridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 7.9, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "100"}', + coty_name: ['Pulaski'], + cty_code: ['17153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.1543, lat: 37.16307 }, + }, + { + zip_code: '63074', + usps_city: 'Saint Ann', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15338.0, + density: 1541.6, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3887, lat: 38.7265 }, + }, + { + zip_code: '63090', + usps_city: 'Washington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22463.0, + density: 106.2, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04846, lat: 38.53098 }, + }, + { + zip_code: '63109', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 26983.0, + density: 2917.7, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2958, lat: 38.58455 }, + }, + { + zip_code: '63113', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11610.0, + density: 1764.5, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.24757, lat: 38.65798 }, + }, + { + zip_code: '63117', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9071.0, + density: 1492.6, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "93.52", "29510": "6.48"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33107, lat: 38.63085 }, + }, + { + zip_code: '63127', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5039.0, + density: 310.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41347, lat: 38.53325 }, + }, + { + zip_code: '63128', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 30023.0, + density: 772.3, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38213, lat: 38.49296 }, + }, + { + zip_code: '63353', + usps_city: 'Louisiana', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4770.0, + density: 21.8, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "100"}', + coty_name: ['Pike'], + cty_code: ['29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12198, lat: 39.44689 }, + }, + { + zip_code: '63370', + usps_city: 'Olney', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 20.8, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24057, lat: 39.09021 }, + }, + { + zip_code: '63533', + usps_city: 'Brashear', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 682.0, + density: 4.0, + primary_coty_code: '29001', + primary_coty_name: 'Adair', + county_weights: '{"29001": "98.88", "29103": "1.12"}', + coty_name: ['Adair', 'Knox'], + cty_code: ['29001', '29103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39463, lat: 40.20497 }, + }, + { + zip_code: '63535', + usps_city: 'Coatsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 101.0, + density: 1.5, + primary_coty_code: '29197', + primary_coty_name: 'Schuyler', + county_weights: '{"29197": "87.72", "29171": "12.28"}', + coty_name: ['Schuyler', 'Putnam'], + cty_code: ['29197', '29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.65856, lat: 40.56892 }, + }, + { + zip_code: '63537', + usps_city: 'Edina', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2042.0, + density: 6.0, + primary_coty_code: '29103', + primary_coty_name: 'Knox', + county_weights: '{"29103": "100"}', + coty_name: ['Knox'], + cty_code: ['29103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16016, lat: 40.14854 }, + }, + { + zip_code: '63558', + usps_city: 'New Cambria', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 2.5, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "75.61", "29041": "24.39"}', + coty_name: ['Macon', 'Chariton'], + cty_code: ['29121', '29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.75304, lat: 39.7425 }, + }, + { + zip_code: '63565', + usps_city: 'Unionville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3361.0, + density: 4.7, + primary_coty_code: '29171', + primary_coty_name: 'Putnam', + county_weights: '{"29171": "100"}', + coty_name: ['Putnam'], + cty_code: ['29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94506, lat: 40.48406 }, + }, + { + zip_code: '63637', + usps_city: 'Doe Run', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1519.0, + density: 35.2, + primary_coty_code: '29187', + primary_coty_name: 'St. Francois', + county_weights: '{"29187": "100"}', + coty_name: ['St. Francois'], + cty_code: ['29187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51407, lat: 37.71967 }, + }, + { + zip_code: '64022', + usps_city: 'Dover', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 5.1, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67277, lat: 39.19508 }, + }, + { + zip_code: '64029', + usps_city: 'Grain Valley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 18307.0, + density: 248.6, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21514, lat: 39.00581 }, + }, + { + zip_code: '64054', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3055.0, + density: 585.1, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.4401, lat: 39.10999 }, + }, + { + zip_code: '64056', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 16718.0, + density: 310.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31636, lat: 39.1105 }, + }, + { + zip_code: '64093', + usps_city: 'Warrensburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 28276.0, + density: 58.4, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "99.93", "29107": "0.07"}', + coty_name: ['Johnson', 'Lafayette'], + cty_code: ['29101', '29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73174, lat: 38.79479 }, + }, + { + zip_code: '64164', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 8.9, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63239, lat: 39.33093 }, + }, + { + zip_code: '64165', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 45.6, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57623, lat: 39.32142 }, + }, + { + zip_code: '64420', + usps_city: 'Allendale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 45.6, + primary_coty_code: '29227', + primary_coty_name: 'Worth', + county_weights: '{"29227": "100"}', + coty_name: ['Worth'], + cty_code: ['29227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.28869, lat: 40.48533 }, + }, + { + zip_code: '64498', + usps_city: 'Westboro', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 1.0, + primary_coty_code: '29005', + primary_coty_name: 'Atchison', + county_weights: '{"29005": "100"}', + coty_name: ['Atchison'], + cty_code: ['29005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32196, lat: 40.53957 }, + }, + { + zip_code: '64659', + usps_city: 'Meadville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 990.0, + density: 5.2, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "100"}', + coty_name: ['Linn'], + cty_code: ['29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29795, lat: 39.78453 }, + }, + { + zip_code: '64674', + usps_city: 'Purdin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 382.0, + density: 2.5, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "100"}', + coty_name: ['Linn'], + cty_code: ['29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.13951, lat: 39.96709 }, + }, + { + zip_code: '64770', + usps_city: 'Montrose', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 3.2, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: '{"29083": "84.19", "29013": "12.41", "29185": "3.41"}', + coty_name: ['Henry', 'Bates', 'St. Clair'], + cty_code: ['29083', '29013', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98536, lat: 38.27222 }, + }, + { + zip_code: '64772', + usps_city: 'Nevada', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13406.0, + density: 37.4, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33172, lat: 37.82945 }, + }, + { + zip_code: '65237', + usps_city: 'Bunceton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 939.0, + density: 3.8, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "100"}', + coty_name: ['Cooper'], + cty_code: ['29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.78736, lat: 38.7796 }, + }, + { + zip_code: '65247', + usps_city: 'Excello', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 714.0, + density: 5.7, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47236, lat: 39.63625 }, + }, + { + zip_code: '65360', + usps_city: 'Windsor', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5261.0, + density: 13.1, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: + '{"29083": "74.68", "29159": "10.42", "29015": "7.85", "29101": "7.05"}', + coty_name: ['Henry', 'Pettis', 'Benton', 'Johnson'], + cty_code: ['29083', '29159', '29015', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51416, lat: 38.51961 }, + }, + { + zip_code: '65443', + usps_city: 'Brinktown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 5.3, + primary_coty_code: '29125', + primary_coty_name: 'Maries', + county_weights: '{"29125": "100"}', + coty_name: ['Maries'], + cty_code: ['29125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09897, lat: 38.12956 }, + }, + { + zip_code: '65566', + usps_city: 'Viburnum', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 862.0, + density: 65.8, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "100"}', + coty_name: ['Iron'], + cty_code: ['29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12823, lat: 37.72225 }, + }, + { + zip_code: '65650', + usps_city: 'Flemington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1781.0, + density: 9.6, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "56.91", "29167": "43.09"}', + coty_name: ['Hickory', 'Polk'], + cty_code: ['29085', '29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.4477, lat: 37.8193 }, + }, + { + zip_code: '65674', + usps_city: 'Humansville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2860.0, + density: 11.2, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: + '{"29167": "63.76", "29039": "30.26", "29085": "3.51", "29185": "2.47"}', + coty_name: ['Polk', 'Cedar', 'Hickory', 'St. Clair'], + cty_code: ['29167', '29039', '29085', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60684, lat: 37.786 }, + }, + { + zip_code: '65705', + usps_city: 'Marionville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3991.0, + density: 38.3, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "91.45", "29209": "8.55"}', + coty_name: ['Lawrence', 'Stone'], + cty_code: ['29109', '29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60889, lat: 37.0212 }, + }, + { + zip_code: '65717', + usps_city: 'Norwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2750.0, + density: 7.7, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "75.51", "29067": "24.49"}', + coty_name: ['Wright', 'Douglas'], + cty_code: ['29229', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.41495, lat: 37.05958 }, + }, + { + zip_code: '65757', + usps_city: 'Strafford', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7022.0, + density: 32.9, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "78.06", "29225": "21.94"}', + coty_name: ['Greene', 'Webster'], + cty_code: ['29077', '29225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09744, lat: 37.28281 }, + }, + { + zip_code: '65770', + usps_city: 'Walnut Grove', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3345.0, + density: 12.9, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "70.59", "29167": "24.32", "29057": "5.1"}', + coty_name: ['Greene', 'Polk', 'Dade'], + cty_code: ['29077', '29167', '29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54707, lat: 37.42338 }, + }, + { + zip_code: '65772', + usps_city: 'Washburn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1904.0, + density: 9.0, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "81.19", "29119": "18.81"}', + coty_name: ['Barry', 'McDonald'], + cty_code: ['29009', '29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.03764, lat: 36.59499 }, + }, + { + zip_code: '65777', + usps_city: 'Moody', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 8.6, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "100"}', + coty_name: ['Howell'], + cty_code: ['29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.99016, lat: 36.52287 }, + }, + { + zip_code: '65789', + usps_city: 'Pomona', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2097.0, + density: 10.2, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "100"}', + coty_name: ['Howell'], + cty_code: ['29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88103, lat: 36.86371 }, + }, + { + zip_code: '66427', + usps_city: 'Frankfort', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1107.0, + density: 2.0, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "97.97", "20149": "2.03"}', + coty_name: ['Marshall', 'Pottawatomie'], + cty_code: ['20117', '20149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44451, lat: 39.66516 }, + }, + { + zip_code: '66436', + usps_city: 'Holton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6223.0, + density: 12.9, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "96.8", "20005": "2.94", "20087": "0.26"}', + coty_name: ['Jackson', 'Atchison', 'Jefferson'], + cty_code: ['20085', '20005', '20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69883, lat: 39.46684 }, + }, + { + zip_code: '66720', + usps_city: 'Chanute', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11402.0, + density: 24.0, + primary_coty_code: '20133', + primary_coty_name: 'Neosho', + county_weights: '{"20133": "96.18", "20205": "2.79", "20001": "1.04"}', + coty_name: ['Neosho', 'Wilson', 'Allen'], + cty_code: ['20133', '20205', '20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4598, lat: 37.64837 }, + }, + { + zip_code: '66739', + usps_city: 'Galena', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5426.0, + density: 30.4, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66557, lat: 37.12022 }, + }, + { + zip_code: '66801', + usps_city: 'Emporia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 28411.0, + density: 37.4, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "99.43", "20017": "0.57"}', + coty_name: ['Lyon', 'Chase'], + cty_code: ['20111', '20017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21801, lat: 38.41305 }, + }, + { + zip_code: '66942', + usps_city: 'Formoso', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 1.2, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.00725, lat: 39.79901 }, + }, + { + zip_code: '67057', + usps_city: 'Hardtner', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 0.6, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "100"}', + coty_name: ['Barber'], + cty_code: ['20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.77815, lat: 37.06475 }, + }, + { + zip_code: '67062', + usps_city: 'Hesston', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4479.0, + density: 60.1, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: '{"20079": "99.49", "20113": "0.51"}', + coty_name: ['Harvey', 'McPherson'], + cty_code: ['20079', '20113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43709, lat: 38.14519 }, + }, + { + zip_code: '67209', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13783.0, + density: 427.0, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43544, lat: 37.66276 }, + }, + { + zip_code: '67218', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22635.0, + density: 1748.9, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28038, lat: 37.66848 }, + }, + { + zip_code: '67364', + usps_city: 'Tyro', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 19.9, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81565, lat: 37.05268 }, + }, + { + zip_code: '67492', + usps_city: 'Woodbine', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 2.4, + primary_coty_code: '20041', + primary_coty_name: 'Dickinson', + county_weights: '{"20041": "100"}', + coty_name: ['Dickinson'], + cty_code: ['20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96393, lat: 38.81125 }, + }, + { + zip_code: '67565', + usps_city: 'Otis', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 1.9, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "81.12", "20009": "18.88"}', + coty_name: ['Rush', 'Barton'], + cty_code: ['20165', '20009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.04069, lat: 38.60389 }, + }, + { + zip_code: '67583', + usps_city: 'Turon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 1.6, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "61.94", "20151": "33.86", "20185": "4.21"}', + coty_name: ['Reno', 'Pratt', 'Stafford'], + cty_code: ['20155', '20151', '20185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47697, lat: 37.80188 }, + }, + { + zip_code: '67645', + usps_city: 'Lenora', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 630.0, + density: 0.8, + primary_coty_code: '20137', + primary_coty_name: 'Norton', + county_weights: '{"20137": "90.11", "20065": "9.89"}', + coty_name: ['Norton', 'Graham'], + cty_code: ['20137', '20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.87089, lat: 39.59942 }, + }, + { + zip_code: '67656', + usps_city: 'Ogallah', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 0.2, + primary_coty_code: '20195', + primary_coty_name: 'Trego', + county_weights: '{"20195": "95.51", "20065": "4.49"}', + coty_name: ['Trego', 'Graham'], + cty_code: ['20195', '20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.75605, lat: 38.98979 }, + }, + { + zip_code: '67701', + usps_city: 'Colby', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6500.0, + density: 5.2, + primary_coty_code: '20193', + primary_coty_name: 'Thomas', + county_weights: '{"20193": "99.25", "20153": "0.75"}', + coty_name: ['Thomas', 'Rawlins'], + cty_code: ['20193', '20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.05959, lat: 39.39603 }, + }, + { + zip_code: '67736', + usps_city: 'Gove', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 0.3, + primary_coty_code: '20063', + primary_coty_name: 'Gove', + county_weights: '{"20063": "100"}', + coty_name: ['Gove'], + cty_code: ['20063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.4704, lat: 38.84609 }, + }, + { + zip_code: '67747', + usps_city: 'Monument', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 0.5, + primary_coty_code: '20109', + primary_coty_name: 'Logan', + county_weights: '{"20109": "100"}', + coty_name: ['Logan'], + cty_code: ['20109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.06507, lat: 39.04206 }, + }, + { + zip_code: '67748', + usps_city: 'Oakley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2348.0, + density: 2.0, + primary_coty_code: '20109', + primary_coty_name: 'Logan', + county_weights: '{"20109": "85.97", "20193": "10.38", "20063": "3.66"}', + coty_name: ['Logan', 'Thomas', 'Gove'], + cty_code: ['20109', '20193', '20063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.85279, lat: 39.04078 }, + }, + { + zip_code: '67834', + usps_city: 'Bucklin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 1.8, + primary_coty_code: '20057', + primary_coty_name: 'Ford', + county_weights: '{"20057": "96.58", "20025": "3.42"}', + coty_name: ['Ford', 'Clark'], + cty_code: ['20057', '20025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.63159, lat: 37.5337 }, + }, + { + zip_code: '67868', + usps_city: 'Pierceville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 1.6, + primary_coty_code: '20055', + primary_coty_name: 'Finney', + county_weights: '{"20055": "100"}', + coty_name: ['Finney'], + cty_code: ['20055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.70879, lat: 37.82114 }, + }, + { + zip_code: '68038', + usps_city: 'Lyons', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1261.0, + density: 4.9, + primary_coty_code: '31021', + primary_coty_name: 'Burt', + county_weights: '{"31021": "100"}', + coty_name: ['Burt'], + cty_code: ['31021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.44589, lat: 41.95407 }, + }, + { + zip_code: '68128', + usps_city: 'La Vista', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 19446.0, + density: 1172.2, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06582, lat: 41.18135 }, + }, + { + zip_code: '68377', + usps_city: 'Jansen', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 2.9, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "100"}', + coty_name: ['Jefferson'], + cty_code: ['31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01842, lat: 40.21421 }, + }, + { + zip_code: '68401', + usps_city: 'McCool Junction', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 699.0, + density: 6.1, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "100"}', + coty_name: ['York'], + cty_code: ['31185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59167, lat: 40.73785 }, + }, + { + zip_code: '68465', + usps_city: 'Wilber', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2212.0, + density: 8.5, + primary_coty_code: '31151', + primary_coty_name: 'Saline', + county_weights: '{"31151": "98.67", "31067": "1.33"}', + coty_name: ['Saline', 'Gage'], + cty_code: ['31151', '31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.02078, lat: 40.49083 }, + }, + { + zip_code: '68502', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 25894.0, + density: 1691.6, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.69847, lat: 40.78539 }, + }, + { + zip_code: '68506', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29415.0, + density: 1579.3, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63864, lat: 40.78388 }, + }, + { + zip_code: '68667', + usps_city: 'Surprise', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 1.9, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30806, lat: 41.11012 }, + }, + { + zip_code: '68735', + usps_city: 'Ewing', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 700.0, + density: 0.7, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "78.09", "31183": "13.77", "31003": "8.13"}', + coty_name: ['Holt', 'Wheeler', 'Antelope'], + cty_code: ['31089', '31183', '31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47554, lat: 42.14366 }, + }, + { + zip_code: '68752', + usps_city: 'Meadow Grove', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 1.8, + primary_coty_code: '31119', + primary_coty_name: 'Madison', + county_weights: '{"31119": "93.92", "31139": "6.08"}', + coty_name: ['Madison', 'Pierce'], + cty_code: ['31119', '31139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.72844, lat: 42.02716 }, + }, + { + zip_code: '68768', + usps_city: 'Pilger', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 3.8, + primary_coty_code: '31167', + primary_coty_name: 'Stanton', + county_weights: '{"31167": "100"}', + coty_name: ['Stanton'], + cty_code: ['31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.06757, lat: 41.99445 }, + }, + { + zip_code: '68814', + usps_city: 'Ansley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 1.7, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "100"}', + coty_name: ['Custer'], + cty_code: ['31041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.41292, lat: 41.31652 }, + }, + { + zip_code: '68826', + usps_city: 'Central City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4046.0, + density: 10.8, + primary_coty_code: '31121', + primary_coty_name: 'Merrick', + county_weights: '{"31121": "100"}', + coty_name: ['Merrick'], + cty_code: ['31121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.01551, lat: 41.16361 }, + }, + { + zip_code: '68946', + usps_city: 'Hendley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.2, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "100"}', + coty_name: ['Furnas'], + cty_code: ['31065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.98577, lat: 40.11166 }, + }, + { + zip_code: '68955', + usps_city: 'Juniata', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2101.0, + density: 8.5, + primary_coty_code: '31001', + primary_coty_name: 'Adams', + county_weights: '{"31001": "100"}', + coty_name: ['Adams'], + cty_code: ['31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.53927, lat: 40.59454 }, + }, + { + zip_code: '69033', + usps_city: 'Imperial', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2531.0, + density: 2.7, + primary_coty_code: '31029', + primary_coty_name: 'Chase', + county_weights: '{"31029": "100"}', + coty_name: ['Chase'], + cty_code: ['31029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.6785, lat: 40.56053 }, + }, + { + zip_code: '69120', + usps_city: 'Arnold', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1148.0, + density: 1.3, + primary_coty_code: '31041', + primary_coty_name: 'Custer', + county_weights: '{"31041": "87.65", "31111": "6.34", "31113": "6.02"}', + coty_name: ['Custer', 'Lincoln', 'Logan'], + cty_code: ['31041', '31111', '31113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.22699, lat: 41.39539 }, + }, + { + zip_code: '69121', + usps_city: 'Arthur', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 0.2, + primary_coty_code: '31005', + primary_coty_name: 'Arthur', + county_weights: '{"31005": "100"}', + coty_name: ['Arthur'], + cty_code: ['31005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.69469, lat: 41.5665 }, + }, + { + zip_code: '69154', + usps_city: 'Oshkosh', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1175.0, + density: 1.0, + primary_coty_code: '31069', + primary_coty_name: 'Garden', + county_weights: '{"31069": "100"}', + coty_name: ['Garden'], + cty_code: ['31069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.34768, lat: 41.43717 }, + }, + { + zip_code: '69157', + usps_city: 'Purdum', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 1.0, + primary_coty_code: '31009', + primary_coty_name: 'Blaine', + county_weights: '{"31009": "100"}', + coty_name: ['Blaine'], + cty_code: ['31009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.16159, lat: 42.06169 }, + }, + { + zip_code: '69166', + usps_city: 'Thedford', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 626.0, + density: 0.3, + primary_coty_code: '31171', + primary_coty_name: 'Thomas', + county_weights: '{"31171": "70", "31031": "30"}', + coty_name: ['Thomas', 'Cherry'], + cty_code: ['31171', '31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.56855, lat: 42.07125 }, + }, + { + zip_code: '69353', + usps_city: 'Mcgrew', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 377.5, + primary_coty_code: '31157', + primary_coty_name: 'Scotts Bluff', + county_weights: '{"31157": "100"}', + coty_name: ['Scotts Bluff'], + cty_code: ['31157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.41677, lat: 41.74715 }, + }, + { + zip_code: '70129', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10178.0, + density: 43.3, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81558, lat: 30.08249 }, + }, + { + zip_code: '70130', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14510.0, + density: 2659.3, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06934, lat: 29.93676 }, + }, + { + zip_code: '70341', + usps_city: 'Belle Rose', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4347.0, + density: 29.0, + primary_coty_code: '22007', + primary_coty_name: 'Assumption', + county_weights: '{"22007": "100"}', + coty_name: ['Assumption'], + cty_code: ['22007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.0679, lat: 30.03056 }, + }, + { + zip_code: '70357', + usps_city: 'Golden Meadow', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2595.0, + density: 4.7, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18315, lat: 29.28651 }, + }, + { + zip_code: '70359', + usps_city: 'Gray', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8465.0, + density: 343.1, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "68.45", "22057": "31.55"}', + coty_name: ['Terrebonne', 'Lafourche'], + cty_code: ['22109', '22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77654, lat: 29.69401 }, + }, + { + zip_code: '70446', + usps_city: 'Loranger', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7264.0, + density: 33.0, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34845, lat: 30.62888 }, + }, + { + zip_code: '70449', + usps_city: 'Maurepas', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3847.0, + density: 21.8, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "100"}', + coty_name: ['Livingston'], + cty_code: ['22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66905, lat: 30.25594 }, + }, + { + zip_code: '70556', + usps_city: 'Mermentau', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 18.7, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55982, lat: 30.1939 }, + }, + { + zip_code: '70578', + usps_city: 'Rayne', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18433.0, + density: 62.7, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "87.08", "22055": "7.42", "22113": "5.5"}', + coty_name: ['Acadia', 'Lafayette', 'Vermilion'], + cty_code: ['22001', '22055', '22113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.26141, lat: 30.22932 }, + }, + { + zip_code: '70640', + usps_city: 'Fenton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 90.8, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "100"}', + coty_name: ['Jefferson Davis'], + cty_code: ['22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90717, lat: 30.37078 }, + }, + { + zip_code: '70645', + usps_city: 'Hackberry', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 4.9, + primary_coty_code: '22023', + primary_coty_name: 'Cameron', + county_weights: '{"22023": "100"}', + coty_name: ['Cameron'], + cty_code: ['22023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40869, lat: 29.96154 }, + }, + { + zip_code: '70755', + usps_city: 'Livonia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1801.0, + density: 28.7, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53003, lat: 30.59336 }, + }, + { + zip_code: '70789', + usps_city: 'Wilson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 517.0, + density: 8.6, + primary_coty_code: '22037', + primary_coty_name: 'East Feliciana', + county_weights: '{"22037": "100"}', + coty_name: ['East Feliciana'], + cty_code: ['22037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08262, lat: 30.93177 }, + }, + { + zip_code: '71007', + usps_city: 'Bethany', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 20.4, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00662, lat: 32.36916 }, + }, + { + zip_code: '71073', + usps_city: 'Sibley', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2012.0, + density: 27.1, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "100"}', + coty_name: ['Webster'], + cty_code: ['22119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30696, lat: 32.52345 }, + }, + { + zip_code: '71075', + usps_city: 'Springhill', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6132.0, + density: 63.9, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "98.07", "22015": "1.93"}', + coty_name: ['Webster', 'Bossier'], + cty_code: ['22119', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49922, lat: 32.99336 }, + }, + { + zip_code: '71229', + usps_city: 'Collinston', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 9.2, + primary_coty_code: '22067', + primary_coty_name: 'Morehouse', + county_weights: '{"22067": "77.74", "22073": "22.26"}', + coty_name: ['Morehouse', 'Ouachita'], + cty_code: ['22067', '22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89321, lat: 32.63897 }, + }, + { + zip_code: '71459', + usps_city: 'Fort Polk', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11311.0, + density: 470.0, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "100"}', + coty_name: ['Vernon'], + cty_code: ['22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21793, lat: 31.07666 }, + }, + { + zip_code: '71764', + usps_city: 'Stephens', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1802.0, + density: 3.8, + primary_coty_code: '5103', + primary_coty_name: 'Ouachita', + county_weights: '{"05103": "81.91", "05027": "16.33", "05099": "1.76"}', + coty_name: ['Ouachita', 'Columbia', 'Nevada'], + cty_code: ['05103', '05027', '05099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0469, lat: 33.43172 }, + }, + { + zip_code: '71765', + usps_city: 'Strong', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1858.0, + density: 3.6, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "100"}', + coty_name: ['Union'], + cty_code: ['5139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33118, lat: 33.13195 }, + }, + { + zip_code: '71836', + usps_city: 'Foreman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2930.0, + density: 6.7, + primary_coty_code: '5081', + primary_coty_name: 'Little River', + county_weights: '{"05081": "100"}', + coty_name: ['Little River'], + cty_code: ['5081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39701, lat: 33.71554 }, + }, + { + zip_code: '71837', + usps_city: 'Fouke', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5790.0, + density: 14.0, + primary_coty_code: '5091', + primary_coty_name: 'Miller', + county_weights: '{"05091": "100"}', + coty_name: ['Miller'], + cty_code: ['5091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85445, lat: 33.25782 }, + }, + { + zip_code: '71933', + usps_city: 'Bonnerdale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1447.0, + density: 5.9, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "45.17", "05059": "32.05", "05097": "22.77"}', + coty_name: ['Garland', 'Hot Spring', 'Montgomery'], + cty_code: ['05051', '05059', '05097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.42233, lat: 34.41033 }, + }, + { + zip_code: '71935', + usps_city: 'Caddo Gap', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 1.6, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.76395, lat: 34.39137 }, + }, + { + zip_code: '72001', + usps_city: 'Adona', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 777.0, + density: 11.8, + primary_coty_code: '5105', + primary_coty_name: 'Perry', + county_weights: '{"05105": "78.09", "05029": "21.91"}', + coty_name: ['Perry', 'Conway'], + cty_code: ['05105', '05029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87931, lat: 35.06646 }, + }, + { + zip_code: '72004', + usps_city: 'Altheimer', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 816.0, + density: 2.0, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: '{"05069": "100"}', + coty_name: ['Jefferson'], + cty_code: ['5069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77952, lat: 34.28206 }, + }, + { + zip_code: '72045', + usps_city: 'El Paso', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1354.0, + density: 11.7, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.0484, lat: 35.1289 }, + }, + { + zip_code: '72067', + usps_city: 'Higden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2431.0, + density: 19.3, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "90.13", "05141": "9.87"}', + coty_name: ['Cleburne', 'Van Buren'], + cty_code: ['05023', '05141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15825, lat: 35.5646 }, + }, + { + zip_code: '72136', + usps_city: 'Romance', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1136.0, + density: 8.6, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.01631, lat: 35.2358 }, + }, + { + zip_code: '72181', + usps_city: 'Wooster', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44517, lat: 35.16241 }, + }, + { + zip_code: '72358', + usps_city: 'Luxora', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 9.2, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88269, lat: 35.79125 }, + }, + { + zip_code: '72460', + usps_city: 'Ravenden Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 844.0, + density: 5.5, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17075, lat: 36.35181 }, + }, + { + zip_code: '72528', + usps_city: 'Dolph', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "100"}', + coty_name: ['Izard'], + cty_code: ['5065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.13827, lat: 36.2275 }, + }, + { + zip_code: '72562', + usps_city: 'Newark', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2220.0, + density: 10.4, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.39823, lat: 35.73264 }, + }, + { + zip_code: '72634', + usps_city: 'Flippin', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4524.0, + density: 13.6, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52832, lat: 36.20349 }, + }, + { + zip_code: '72639', + usps_city: 'Harriet', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 3.8, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "100"}', + coty_name: ['Searcy'], + cty_code: ['5129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48822, lat: 36.01278 }, + }, + { + zip_code: '72650', + usps_city: 'Marshall', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3855.0, + density: 5.5, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "95.76", "05137": "4.24"}', + coty_name: ['Searcy', 'Stone'], + cty_code: ['05129', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.70619, lat: 35.88004 }, + }, + { + zip_code: '72704', + usps_city: 'Fayetteville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26416.0, + density: 134.2, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29664, lat: 36.10359 }, + }, + { + zip_code: '72722', + usps_city: 'Decatur', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3331.0, + density: 30.4, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46275, lat: 36.34181 }, + }, + { + zip_code: '72832', + usps_city: 'Coal Hill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1186.0, + density: 55.5, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "100"}', + coty_name: ['Johnson'], + cty_code: ['5071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66679, lat: 35.41275 }, + }, + { + zip_code: '72901', + usps_city: 'Fort Smith', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21537.0, + density: 949.2, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41576, lat: 35.3664 }, + }, + { + zip_code: '72932', + usps_city: 'Cedarville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1400.0, + density: 28.7, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.37726, lat: 35.60416 }, + }, + { + zip_code: '72950', + usps_city: 'Parks', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 1.1, + primary_coty_code: '5127', + primary_coty_name: 'Scott', + county_weights: '{"05127": "100"}', + coty_name: ['Scott'], + cty_code: ['5127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.88751, lat: 34.78363 }, + }, + { + zip_code: '73051', + usps_city: 'Lexington', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9986.0, + density: 30.1, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.24589, lat: 35.03322 }, + }, + { + zip_code: '73066', + usps_city: 'Nicoma Park', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 183.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32752, lat: 35.50023 }, + }, + { + zip_code: '73458', + usps_city: 'Springer', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 3.8, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "100"}', + coty_name: ['Carter'], + cty_code: ['40019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25328, lat: 34.35204 }, + }, + { + zip_code: '73501', + usps_city: 'Lawton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 19953.0, + density: 65.7, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.28812, lat: 34.5607 }, + }, + { + zip_code: '73527', + usps_city: 'Cache', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4998.0, + density: 23.6, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62201, lat: 34.57106 }, + }, + { + zip_code: '73639', + usps_city: 'Custer City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 611.0, + density: 1.6, + primary_coty_code: '40039', + primary_coty_name: 'Custer', + county_weights: '{"40039": "100"}', + coty_name: ['Custer'], + cty_code: ['40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.9561, lat: 35.73186 }, + }, + { + zip_code: '73716', + usps_city: 'Aline', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 1.9, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "77.65", "40151": "14.51", "40093": "7.84"}', + coty_name: ['Alfalfa', 'Woods', 'Major'], + cty_code: ['40003', '40151', '40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.51721, lat: 36.49979 }, + }, + { + zip_code: '73730', + usps_city: 'Covington', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 5.0, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5443, lat: 36.3194 }, + }, + { + zip_code: '73731', + usps_city: 'Dacoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 1.0, + primary_coty_code: '40151', + primary_coty_name: 'Woods', + county_weights: '{"40151": "100"}', + coty_name: ['Woods'], + cty_code: ['40151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.59791, lat: 36.64335 }, + }, + { + zip_code: '73764', + usps_city: 'Omega', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 1.5, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "74.31", "40011": "25.69"}', + coty_name: ['Kingfisher', 'Blaine'], + cty_code: ['40073', '40011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20502, lat: 35.85041 }, + }, + { + zip_code: '73844', + usps_city: 'Gate', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 0.3, + primary_coty_code: '40007', + primary_coty_name: 'Beaver', + county_weights: '{"40007": "85.13", "40059": "14.87"}', + coty_name: ['Beaver', 'Harper'], + cty_code: ['40007', '40059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.14301, lat: 36.88695 }, + }, + { + zip_code: '73949', + usps_city: 'Texhoma', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1635.0, + density: 1.2, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "70.5", "48421": "24.29", "40025": "5.21"}', + coty_name: ['Texas', 'Sherman', 'Cimarron'], + cty_code: ['40139', '48421', '40025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.92065, lat: 36.57949 }, + }, + { + zip_code: '74061', + usps_city: 'Ramona', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2305.0, + density: 9.7, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "100"}', + coty_name: ['Washington'], + cty_code: ['40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90055, lat: 36.53892 }, + }, + { + zip_code: '74127', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15560.0, + density: 246.6, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "66.29", "40113": "33.71"}', + coty_name: ['Tulsa', 'Osage'], + cty_code: ['40143', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.04534, lat: 36.17895 }, + }, + { + zip_code: '74338', + usps_city: 'Colcord', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5547.0, + density: 12.9, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "99.31", "40001": "0.69"}', + coty_name: ['Delaware', 'Adair'], + cty_code: ['40041', '40001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.72952, lat: 36.26274 }, + }, + { + zip_code: '74369', + usps_city: 'Welch', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2011.0, + density: 3.4, + primary_coty_code: '40035', + primary_coty_name: 'Craig', + county_weights: '{"40035": "100"}', + coty_name: ['Craig'], + cty_code: ['40035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19809, lat: 36.91922 }, + }, + { + zip_code: '74431', + usps_city: 'Dewar', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 921.0, + density: 97.1, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "100"}', + coty_name: ['Okmulgee'], + cty_code: ['40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94553, lat: 35.46684 }, + }, + { + zip_code: '74464', + usps_city: 'Tahlequah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 31584.0, + density: 43.0, + primary_coty_code: '40021', + primary_coty_name: 'Cherokee', + county_weights: '{"40021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98503, lat: 35.92728 }, + }, + { + zip_code: '74468', + usps_city: 'Wainwright', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 36.2, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "100"}', + coty_name: ['Muskogee'], + cty_code: ['40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.56808, lat: 35.61216 }, + }, + { + zip_code: '74531', + usps_city: 'Calvin', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 935.0, + density: 2.8, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "100"}', + coty_name: ['Hughes'], + cty_code: ['40063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.2522, lat: 34.88726 }, + }, + { + zip_code: '74543', + usps_city: 'Finley', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 1.1, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "100"}', + coty_name: ['Pushmataha'], + cty_code: ['40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43181, lat: 34.36424 }, + }, + { + zip_code: '74571', + usps_city: 'Talihina', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3576.0, + density: 4.2, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "59.58", "40077": "36.84", "40127": "3.59"}', + coty_name: ['Le Flore', 'Latimer', 'Pushmataha'], + cty_code: ['40079', '40077', '40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98841, lat: 34.71847 }, + }, + { + zip_code: '74652', + usps_city: 'Shidler', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 787.0, + density: 1.3, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "97.66", "40071": "2.34"}', + coty_name: ['Osage', 'Kay'], + cty_code: ['40113', '40071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65036, lat: 36.85873 }, + }, + { + zip_code: '74653', + usps_city: 'Tonkawa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3723.0, + density: 12.2, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "99.77", "40103": "0.23"}', + coty_name: ['Kay', 'Noble'], + cty_code: ['40071', '40103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.3517, lat: 36.65114 }, + }, + { + zip_code: '74728', + usps_city: 'Broken Bow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11231.0, + density: 10.9, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "99.52", "40127": "0.48"}', + coty_name: ['McCurtain', 'Pushmataha'], + cty_code: ['40089', '40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8017, lat: 34.15341 }, + }, + { + zip_code: '74852', + usps_city: 'Macomb', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1533.0, + density: 8.1, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "95.17", "40027": "4.83"}', + coty_name: ['Pottawatomie', 'Cleveland'], + cty_code: ['40125', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00984, lat: 35.12579 }, + }, + { + zip_code: '74936', + usps_city: 'Gans', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1169.0, + density: 18.4, + primary_coty_code: '40135', + primary_coty_name: 'Sequoyah', + county_weights: '{"40135": "100"}', + coty_name: ['Sequoyah'], + cty_code: ['40135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71702, lat: 35.378 }, + }, + { + zip_code: '75074', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52259.0, + density: 1221.7, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67428, lat: 33.03188 }, + }, + { + zip_code: '75092', + usps_city: 'Sherman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24905.0, + density: 84.8, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70005, lat: 33.64891 }, + }, + { + zip_code: '75104', + usps_city: 'Cedar Hill', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 49171.0, + density: 486.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "99.1", "48139": "0.9"}', + coty_name: ['Dallas', 'Ellis'], + cty_code: ['48113', '48139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96613, lat: 32.58042 }, + }, + { + zip_code: '75150', + usps_city: 'Mesquite', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 60671.0, + density: 1835.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63039, lat: 32.81577 }, + }, + { + zip_code: '75201', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17476.0, + density: 4660.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79936, lat: 32.78773 }, + }, + { + zip_code: '75206', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39010.0, + density: 3542.1, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77027, lat: 32.83155 }, + }, + { + zip_code: '75215', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17818.0, + density: 817.6, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7581, lat: 32.75076 }, + }, + { + zip_code: '75417', + usps_city: 'Bogata', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2688.0, + density: 6.3, + primary_coty_code: '48387', + primary_coty_name: 'Red River', + county_weights: '{"48387": "100"}', + coty_name: ['Red River'], + cty_code: ['48387'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13134, lat: 33.43887 }, + }, + { + zip_code: '75492', + usps_city: 'Windom', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 4.1, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99551, lat: 33.58768 }, + }, + { + zip_code: '75558', + usps_city: 'Cookville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1582.0, + density: 12.2, + primary_coty_code: '48449', + primary_coty_name: 'Titus', + county_weights: '{"48449": "100"}', + coty_name: ['Titus'], + cty_code: ['48449'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85805, lat: 33.2419 }, + }, + { + zip_code: '75560', + usps_city: 'Douglassville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1002.0, + density: 4.9, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36878, lat: 33.18696 }, + }, + { + zip_code: '75566', + usps_city: 'Marietta', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 756.0, + density: 6.1, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49175, lat: 33.14818 }, + }, + { + zip_code: '75569', + usps_city: 'Nash', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3464.0, + density: 445.3, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12641, lat: 33.44145 }, + }, + { + zip_code: '75630', + usps_city: 'Avinger', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2370.0, + density: 10.1, + primary_coty_code: '48315', + primary_coty_name: 'Marion', + county_weights: '{"48315": "58.69", "48067": "41.31"}', + coty_name: ['Marion', 'Cass'], + cty_code: ['48315', '48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55271, lat: 32.87431 }, + }, + { + zip_code: '75647', + usps_city: 'Gladewater', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13712.0, + density: 69.7, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "54.63", "48459": "36.03", "48423": "9.34"}', + coty_name: ['Gregg', 'Upshur', 'Smith'], + cty_code: ['48183', '48459', '48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.95133, lat: 32.5189 }, + }, + { + zip_code: '75656', + usps_city: 'Hughes Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4331.0, + density: 15.6, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "91.34", "48343": "8.66"}', + coty_name: ['Cass', 'Morris'], + cty_code: ['48067', '48343'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59071, lat: 33.00552 }, + }, + { + zip_code: '75705', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2762.0, + density: 38.5, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10274, lat: 32.36603 }, + }, + { + zip_code: '76015', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16961.0, + density: 1528.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.13341, lat: 32.69221 }, + }, + { + zip_code: '76049', + usps_city: 'Granbury', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29698.0, + density: 113.5, + primary_coty_code: '48221', + primary_coty_name: 'Hood', + county_weights: '{"48221": "97.09", "48367": "1.93", "48251": "0.97"}', + coty_name: ['Hood', 'Parker', 'Johnson'], + cty_code: ['48221', '48367', '48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70805, lat: 32.46394 }, + }, + { + zip_code: '76059', + usps_city: 'Keene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5601.0, + density: 787.5, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "100"}', + coty_name: ['Johnson'], + cty_code: ['48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32687, lat: 32.39252 }, + }, + { + zip_code: '76067', + usps_city: 'Mineral Wells', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20309.0, + density: 45.0, + primary_coty_code: '48363', + primary_coty_name: 'Palo Pinto', + county_weights: '{"48363": "89.61", "48367": "10.39"}', + coty_name: ['Palo Pinto', 'Parker'], + cty_code: ['48363', '48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.12756, lat: 32.80005 }, + }, + { + zip_code: '76085', + usps_city: 'Weatherford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11014.0, + density: 66.6, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "100"}', + coty_name: ['Parker'], + cty_code: ['48367'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70077, lat: 32.85029 }, + }, + { + zip_code: '76106', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39900.0, + density: 1059.0, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35244, lat: 32.81451 }, + }, + { + zip_code: '76132', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27243.0, + density: 1435.5, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41797, lat: 32.66759 }, + }, + { + zip_code: '76133', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 51505.0, + density: 2152.8, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.37723, lat: 32.65393 }, + }, + { + zip_code: '76135', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21973.0, + density: 326.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46485, lat: 32.83435 }, + }, + { + zip_code: '76226', + usps_city: 'Argyle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26761.0, + density: 216.1, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.16946, lat: 33.11035 }, + }, + { + zip_code: '76433', + usps_city: 'Bluff Dale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1796.0, + density: 5.8, + primary_coty_code: '48143', + primary_coty_name: 'Erath', + county_weights: '{"48143": "87.92", "48221": "8.97", "48425": "3.11"}', + coty_name: ['Erath', 'Hood', 'Somervell'], + cty_code: ['48143', '48221', '48425'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.01968, lat: 32.31517 }, + }, + { + zip_code: '76641', + usps_city: 'Frost', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1575.0, + density: 8.1, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79489, lat: 32.0345 }, + }, + { + zip_code: '76652', + usps_city: 'Kopperl', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 6.0, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "100"}', + coty_name: ['Bosque'], + cty_code: ['48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57043, lat: 32.11575 }, + }, + { + zip_code: '76676', + usps_city: 'Penelope', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 5.1, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95103, lat: 31.86551 }, + }, + { + zip_code: '76890', + usps_city: 'Zephyr', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 4.0, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "89.15", "48333": "10.21", "48093": "0.64"}', + coty_name: ['Brown', 'Mills', 'Comanche'], + cty_code: ['48049', '48333', '48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.7756, lat: 31.69146 }, + }, + { + zip_code: '77031', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18058.0, + density: 2186.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54639, lat: 29.65448 }, + }, + { + zip_code: '77033', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30558.0, + density: 1974.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.33703, lat: 29.66724 }, + }, + { + zip_code: '77320', + usps_city: 'Huntsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36122.0, + density: 43.9, + primary_coty_code: '48471', + primary_coty_name: 'Walker', + county_weights: '{"48471": "97.06", "48407": "2.94"}', + coty_name: ['Walker', 'San Jacinto'], + cty_code: ['48471', '48407'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55092, lat: 30.80399 }, + }, + { + zip_code: '77374', + usps_city: 'Thicket', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 4.0, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62253, lat: 30.39595 }, + }, + { + zip_code: '77434', + usps_city: 'Eagle Lake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4740.0, + density: 9.6, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "89.66", "48481": "10.34"}', + coty_name: ['Colorado', 'Wharton'], + cty_code: ['48089', '48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.30214, lat: 29.52568 }, + }, + { + zip_code: '77440', + usps_city: 'Elmaton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 2.0, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.15082, lat: 28.89492 }, + }, + { + zip_code: '77564', + usps_city: 'Hull', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 13.9, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "93.46", "48199": "6.54"}', + coty_name: ['Liberty', 'Hardin'], + cty_code: ['48291', '48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66743, lat: 30.20361 }, + }, + { + zip_code: '77662', + usps_city: 'Vidor', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26277.0, + density: 72.9, + primary_coty_code: '48361', + primary_coty_name: 'Orange', + county_weights: '{"48361": "97.71", "48241": "2.29"}', + coty_name: ['Orange', 'Jasper'], + cty_code: ['48361', '48241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.01841, lat: 30.17843 }, + }, + { + zip_code: '77830', + usps_city: 'Anderson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3101.0, + density: 6.3, + primary_coty_code: '48185', + primary_coty_name: 'Grimes', + county_weights: '{"48185": "100"}', + coty_name: ['Grimes'], + cty_code: ['48185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01185, lat: 30.52414 }, + }, + { + zip_code: '77904', + usps_city: 'Victoria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28202.0, + density: 90.3, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01818, lat: 28.92334 }, + }, + { + zip_code: '77970', + usps_city: 'La Ward', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 3.7, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43443, lat: 28.8447 }, + }, + { + zip_code: '78007', + usps_city: 'Calliham', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 2.6, + primary_coty_code: '48311', + primary_coty_name: 'McMullen', + county_weights: '{"48311": "100"}', + coty_name: ['McMullen'], + cty_code: ['48311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37836, lat: 28.49506 }, + }, + { + zip_code: '78205', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1441.0, + density: 466.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48593, lat: 29.42347 }, + }, + { + zip_code: '78249', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 61639.0, + density: 1599.3, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.61346, lat: 29.56794 }, + }, + { + zip_code: '78330', + usps_city: 'Agua Dulce', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 934.0, + density: 20.7, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91564, lat: 27.74268 }, + }, + { + zip_code: '78377', + usps_city: 'Refugio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3745.0, + density: 3.2, + primary_coty_code: '48391', + primary_coty_name: 'Refugio', + county_weights: '{"48391": "100"}', + coty_name: ['Refugio'], + cty_code: ['48391'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.15776, lat: 28.35557 }, + }, + { + zip_code: '78411', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25987.0, + density: 1673.7, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38567, lat: 27.72946 }, + }, + { + zip_code: '78560', + usps_city: 'La Joya', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4847.0, + density: 138.5, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49434, lat: 26.24615 }, + }, + { + zip_code: '78561', + usps_city: 'Lasara', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 669.0, + density: 141.5, + primary_coty_code: '48489', + primary_coty_name: 'Willacy', + county_weights: '{"48489": "100"}', + coty_name: ['Willacy'], + cty_code: ['48489'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.91813, lat: 26.47803 }, + }, + { + zip_code: '78567', + usps_city: 'Los Indios', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 443.0, + density: 92.7, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73932, lat: 26.05192 }, + }, + { + zip_code: '78653', + usps_city: 'Manor', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24313.0, + density: 89.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.52363, lat: 30.33941 }, + }, + { + zip_code: '78661', + usps_city: 'Prairie Lea', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 50.3, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "100"}', + coty_name: ['Caldwell'], + cty_code: ['48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75364, lat: 29.72559 }, + }, + { + zip_code: '78944', + usps_city: 'Industry', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 12.7, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "100"}', + coty_name: ['Austin'], + cty_code: ['48015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.498, lat: 30.00044 }, + }, + { + zip_code: '78949', + usps_city: 'Muldoon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 2.9, + primary_coty_code: '48149', + primary_coty_name: 'Fayette', + county_weights: '{"48149": "100"}', + coty_name: ['Fayette'], + cty_code: ['48149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08594, lat: 29.84134 }, + }, + { + zip_code: '79015', + usps_city: 'Canyon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21925.0, + density: 22.1, + primary_coty_code: '48381', + primary_coty_name: 'Randall', + county_weights: '{"48381": "100"}', + coty_name: ['Randall'], + cty_code: ['48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.91647, lat: 34.94032 }, + }, + { + zip_code: '79043', + usps_city: 'Hart', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1514.0, + density: 4.0, + primary_coty_code: '48069', + primary_coty_name: 'Castro', + county_weights: '{"48069": "98.45", "48279": "1.55"}', + coty_name: ['Castro', 'Lamb'], + cty_code: ['48069', '48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.13485, lat: 34.37049 }, + }, + { + zip_code: '79381', + usps_city: 'Wilson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1548.0, + density: 4.6, + primary_coty_code: '48305', + primary_coty_name: 'Lynn', + county_weights: '{"48305": "100"}', + coty_name: ['Lynn'], + cty_code: ['48305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.7652, lat: 33.32286 }, + }, + { + zip_code: '79530', + usps_city: 'Lawn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 6.0, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.75931, lat: 32.11907 }, + }, + { + zip_code: '79538', + usps_city: 'Novice', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 1.8, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "84.13", "48399": "15.87"}', + coty_name: ['Coleman', 'Runnels'], + cty_code: ['48083', '48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68094, lat: 31.97814 }, + }, + { + zip_code: '79718', + usps_city: 'Balmorhea', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1169.0, + density: 1.5, + primary_coty_code: '48389', + primary_coty_name: 'Reeves', + county_weights: '{"48389": "100"}', + coty_name: ['Reeves'], + cty_code: ['48389'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.76186, lat: 31.00535 }, + }, + { + zip_code: '79745', + usps_city: 'Kermit', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6984.0, + density: 6.9, + primary_coty_code: '48495', + primary_coty_name: 'Winkler', + county_weights: '{"48495": "100"}', + coty_name: ['Winkler'], + cty_code: ['48495'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.05179, lat: 31.82638 }, + }, + { + zip_code: '80205', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 35054.0, + density: 2965.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96339, lat: 39.75866 }, + }, + { + zip_code: '80207', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 26706.0, + density: 2258.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91662, lat: 39.76227 }, + }, + { + zip_code: '80247', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 29264.0, + density: 3852.3, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "52.13", "08031": "47.87"}', + coty_name: ['Arapahoe', 'Denver'], + cty_code: ['08005', '08031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.88179, lat: 39.69715 }, + }, + { + zip_code: '80294', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "0"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.98927, lat: 39.74945 }, + }, + { + zip_code: '80436', + usps_city: 'Dumont', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 19.0, + primary_coty_code: '8019', + primary_coty_name: 'Clear Creek', + county_weights: '{"08019": "100"}', + coty_name: ['Clear Creek'], + cty_code: ['8019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.64738, lat: 39.78748 }, + }, + { + zip_code: '80517', + usps_city: 'Estes Park', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10452.0, + density: 13.6, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.61164, lat: 40.40027 }, + }, + { + zip_code: '80526', + usps_city: 'Fort Collins', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 46271.0, + density: 468.1, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.14003, lat: 40.52425 }, + }, + { + zip_code: '80537', + usps_city: 'Loveland', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 43583.0, + density: 158.8, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "99.66", "08123": "0.34"}', + coty_name: ['Larimer', 'Weld'], + cty_code: ['08069', '08123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.1829, lat: 40.37543 }, + }, + { + zip_code: '80906', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 37608.0, + density: 311.2, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.8716, lat: 38.76566 }, + }, + { + zip_code: '80926', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1628.0, + density: 9.7, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "94.73", "08043": "5.27"}', + coty_name: ['El Paso', 'Fremont'], + cty_code: ['08041', '08043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91865, lat: 38.64579 }, + }, + { + zip_code: '81087', + usps_city: 'Vilas', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 1.3, + primary_coty_code: '8009', + primary_coty_name: 'Baca', + county_weights: '{"08009": "100"}', + coty_name: ['Baca'], + cty_code: ['8009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.40896, lat: 37.36591 }, + }, + { + zip_code: '81147', + usps_city: 'Pagosa Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12587.0, + density: 3.6, + primary_coty_code: '8007', + primary_coty_name: 'Archuleta', + county_weights: '{"08007": "99.72", "08053": "0.26", "08079": "0.02"}', + coty_name: ['Archuleta', 'Hinsdale', 'Mineral'], + cty_code: ['08007', '08053', '08079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.09655, lat: 37.31914 }, + }, + { + zip_code: '81231', + usps_city: 'Gunnison', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 3937.5, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.91965, lat: 38.54999 }, + }, + { + zip_code: '81506', + usps_city: 'Grand Junction', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 12298.0, + density: 368.8, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.53246, lat: 39.11586 }, + }, + { + zip_code: '81520', + usps_city: 'Clifton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 14080.0, + density: 263.2, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.43381, lat: 39.10989 }, + }, + { + zip_code: '81525', + usps_city: 'Mack', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1301.0, + density: 4.2, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.95157, lat: 39.28857 }, + }, + { + zip_code: '81615', + usps_city: 'Snowmass Village', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2783.0, + density: 42.0, + primary_coty_code: '8097', + primary_coty_name: 'Pitkin', + county_weights: '{"08097": "100"}', + coty_name: ['Pitkin'], + cty_code: ['8097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.93198, lat: 39.22115 }, + }, + { + zip_code: '81656', + usps_city: 'Woody Creek', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 82.1, + primary_coty_code: '8097', + primary_coty_name: 'Pitkin', + county_weights: '{"08097": "100"}', + coty_name: ['Pitkin'], + cty_code: ['8097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.89719, lat: 39.28383 }, + }, + { + zip_code: '82520', + usps_city: 'Lander', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 13444.0, + density: 2.4, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.62851, lat: 42.6905 }, + }, + { + zip_code: '82609', + usps_city: 'Casper', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 17850.0, + density: 117.8, + primary_coty_code: '56025', + primary_coty_name: 'Natrona', + county_weights: '{"56025": "100"}', + coty_name: ['Natrona'], + cty_code: ['56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.18906, lat: 42.80683 }, + }, + { + zip_code: '82649', + usps_city: 'Shoshoni', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1043.0, + density: 0.7, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.05634, lat: 43.29935 }, + }, + { + zip_code: '82839', + usps_city: 'Ranchester', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1320.0, + density: 4.4, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.15493, lat: 44.92366 }, + }, + { + zip_code: '83126', + usps_city: 'Smoot', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 2.1, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.84472, lat: 42.57962 }, + }, + { + zip_code: '83210', + usps_city: 'Aberdeen', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3576.0, + density: 5.1, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.86186, lat: 43.01934 }, + }, + { + zip_code: '83213', + usps_city: 'Arco', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1340.0, + density: 0.8, + primary_coty_code: '16023', + primary_coty_name: 'Butte', + county_weights: '{"16023": "100"}', + coty_name: ['Butte'], + cty_code: ['16023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.30086, lat: 43.55476 }, + }, + { + zip_code: '83226', + usps_city: 'Challis', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2072.0, + density: 0.4, + primary_coty_code: '16037', + primary_coty_name: 'Custer', + county_weights: '{"16037": "99.72", "16059": "0.28"}', + coty_name: ['Custer', 'Lemhi'], + cty_code: ['16037', '16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.36489, lat: 44.66892 }, + }, + { + zip_code: '83274', + usps_city: 'Shelley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 9627.0, + density: 40.8, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "99.91", "16019": "0.09"}', + coty_name: ['Bingham', 'Bonneville'], + cty_code: ['16011', '16019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.09882, lat: 43.35385 }, + }, + { + zip_code: '83281', + usps_city: 'Swanlake', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.7, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.95988, lat: 42.31041 }, + }, + { + zip_code: '83313', + usps_city: 'Bellevue', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 4026.0, + density: 6.7, + primary_coty_code: '16013', + primary_coty_name: 'Blaine', + county_weights: '{"16013": "100"}', + coty_name: ['Blaine'], + cty_code: ['16013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.25221, lat: 43.35825 }, + }, + { + zip_code: '83341', + usps_city: 'Kimberly', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 7992.0, + density: 30.7, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "100"}', + coty_name: ['Twin Falls'], + cty_code: ['16083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.36962, lat: 42.41952 }, + }, + { + zip_code: '83443', + usps_city: 'Ririe', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 914.0, + density: 1.1, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "51.49", "16019": "47.06", "16065": "1.45"}', + coty_name: ['Jefferson', 'Bonneville', 'Madison'], + cty_code: ['16051', '16019', '16065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.52662, lat: 43.51974 }, + }, + { + zip_code: '83448', + usps_city: 'Sugar City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2648.0, + density: 34.5, + primary_coty_code: '16065', + primary_coty_name: 'Madison', + county_weights: '{"16065": "95.68", "16043": "4.32"}', + coty_name: ['Madison', 'Fremont'], + cty_code: ['16065', '16043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.69692, lat: 43.84663 }, + }, + { + zip_code: '83544', + usps_city: 'Orofino', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6183.0, + density: 10.1, + primary_coty_code: '16035', + primary_coty_name: 'Clearwater', + county_weights: '{"16035": "99.9", "16061": "0.1"}', + coty_name: ['Clearwater', 'Lewis'], + cty_code: ['16035', '16061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.15521, lat: 46.49535 }, + }, + { + zip_code: '83610', + usps_city: 'Cambridge', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 0.9, + primary_coty_code: '16087', + primary_coty_name: 'Washington', + county_weights: '{"16087": "100"}', + coty_name: ['Washington'], + cty_code: ['16087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.7727, lat: 44.67501 }, + }, + { + zip_code: '83704', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 40234.0, + density: 1774.4, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.28722, lat: 43.62766 }, + }, + { + zip_code: '83858', + usps_city: 'Rathdrum', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 15714.0, + density: 51.3, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.90777, lat: 47.85308 }, + }, + { + zip_code: '84010', + usps_city: 'Bountiful', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 46218.0, + density: 1186.5, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86726, lat: 40.86775 }, + }, + { + zip_code: '84042', + usps_city: 'Lindon', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 10898.0, + density: 523.5, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.72449, lat: 40.34079 }, + }, + { + zip_code: '84063', + usps_city: 'Randlett', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 0.2, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100"}', + coty_name: ['Uintah'], + cty_code: ['49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.70237, lat: 39.98758 }, + }, + { + zip_code: '84320', + usps_city: 'Lewiston', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2487.0, + density: 21.6, + primary_coty_code: '49005', + primary_coty_name: 'Cache', + county_weights: '{"49005": "100"}', + coty_name: ['Cache'], + cty_code: ['49005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.84864, lat: 41.96481 }, + }, + { + zip_code: '84340', + usps_city: 'Willard', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3471.0, + density: 110.9, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.04637, lat: 41.37974 }, + }, + { + zip_code: '84501', + usps_city: 'Price', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 13066.0, + density: 35.0, + primary_coty_code: '49007', + primary_coty_name: 'Carbon', + county_weights: '{"49007": "100"}', + coty_name: ['Carbon'], + cty_code: ['49007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.76031, lat: 39.547 }, + }, + { + zip_code: '84528', + usps_city: 'Huntington', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2621.0, + density: 5.8, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.07856, lat: 39.40956 }, + }, + { + zip_code: '84601', + usps_city: 'Provo', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 34206.0, + density: 944.8, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.69697, lat: 40.22724 }, + }, + { + zip_code: '84627', + usps_city: 'Ephraim', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 7434.0, + density: 86.2, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.56517, lat: 39.35416 }, + }, + { + zip_code: '84716', + usps_city: 'Boulder', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 338.0, + density: 0.5, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.44665, lat: 37.96476 }, + }, + { + zip_code: '84772', + usps_city: 'Summit', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 228.0, + density: 12.9, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.93863, lat: 37.78078 }, + }, + { + zip_code: '85147', + usps_city: 'Sacaton', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3644.0, + density: 19.7, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.73723, lat: 33.12587 }, + }, + { + zip_code: '85192', + usps_city: 'Winkelman', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2616.0, + density: 2.8, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "67.26", "04007": "32.74"}', + coty_name: ['Pinal', 'Gila'], + cty_code: ['04021', '04007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.68867, lat: 32.96052 }, + }, + { + zip_code: '85248', + usps_city: 'Chandler', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35040.0, + density: 447.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "97.55", "04021": "2.45"}', + coty_name: ['Maricopa', 'Pinal'], + cty_code: ['04013', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.86962, lat: 33.21797 }, + }, + { + zip_code: '85255', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 43956.0, + density: 193.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.82109, lat: 33.68316 }, + }, + { + zip_code: '85296', + usps_city: 'Gilbert', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 44564.0, + density: 1519.7, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.74059, lat: 33.33539 }, + }, + { + zip_code: '85297', + usps_city: 'Gilbert', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 33868.0, + density: 1239.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.7335, lat: 33.2778 }, + }, + { + zip_code: '85320', + usps_city: 'Aguila', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 0.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "98.66", "04025": "1.34"}', + coty_name: ['Maricopa', 'Yavapai'], + cty_code: ['04013', '04025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.21363, lat: 33.91846 }, + }, + { + zip_code: '85371', + usps_city: 'Poston', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 0.6, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.37582, lat: 33.82863 }, + }, + { + zip_code: '85375', + usps_city: 'Sun City West', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 29452.0, + density: 617.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.36604, lat: 33.68563 }, + }, + { + zip_code: '85539', + usps_city: 'Miami', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4424.0, + density: 30.4, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "94.89", "04021": "5.11"}', + coty_name: ['Gila', 'Pinal'], + cty_code: ['04007', '04021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.913, lat: 33.36098 }, + }, + { + zip_code: '85739', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19303.0, + density: 40.0, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "57.05", "04019": "42.95"}', + coty_name: ['Pinal', 'Pima'], + cty_code: ['04021', '04019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.9858, lat: 32.61654 }, + }, + { + zip_code: '86017', + usps_city: 'Munds Park', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 2.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.63621, lat: 34.89815 }, + }, + { + zip_code: '86025', + usps_city: 'Holbrook', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 5565.0, + density: 3.0, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.09962, lat: 34.93784 }, + }, + { + zip_code: '86054', + usps_city: 'Shonto', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1473.0, + density: 1.4, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "94.37", "04005": "5.63"}', + coty_name: ['Navajo', 'Coconino'], + cty_code: ['04017', '04005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.60998, lat: 36.72366 }, + }, + { + zip_code: '87104', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 13534.0, + density: 1229.1, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.67537, lat: 35.10338 }, + }, + { + zip_code: '87122', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 18546.0, + density: 268.6, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.49886, lat: 35.19069 }, + }, + { + zip_code: '87321', + usps_city: 'Ramah', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2431.0, + density: 1.5, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "72.87", "35031": "27.13"}', + coty_name: ['Cibola', 'McKinley'], + cty_code: ['35006', '35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.37074, lat: 35.00127 }, + }, + { + zip_code: '87412', + usps_city: 'Blanco', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 1.1, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "93.89", "35039": "6.11"}', + coty_name: ['San Juan', 'Rio Arriba'], + cty_code: ['35045', '35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.47851, lat: 36.69881 }, + }, + { + zip_code: '87535', + usps_city: 'Glorieta', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1258.0, + density: 7.6, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "77.64", "35047": "22.36"}', + coty_name: ['Santa Fe', 'San Miguel'], + cty_code: ['35049', '35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.74774, lat: 35.52874 }, + }, + { + zip_code: '87582', + usps_city: 'Velarde', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 717.0, + density: 14.8, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.01298, lat: 36.15503 }, + }, + { + zip_code: '87711', + usps_city: 'Anton Chico', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 0.9, + primary_coty_code: '35019', + primary_coty_name: 'Guadalupe', + county_weights: '{"35019": "64.94", "35047": "35.06"}', + coty_name: ['Guadalupe', 'San Miguel'], + cty_code: ['35019', '35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.10452, lat: 35.22451 }, + }, + { + zip_code: '87745', + usps_city: 'Sapello', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 877.0, + density: 2.6, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "95.87", "35033": "4.13"}', + coty_name: ['San Miguel', 'Mora'], + cty_code: ['35047', '35033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.24435, lat: 35.78161 }, + }, + { + zip_code: '87832', + usps_city: 'San Antonio', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 0.1, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.8284, lat: 33.8189 }, + }, + { + zip_code: '88136', + usps_city: 'Yeso', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.0, + primary_coty_code: '35011', + primary_coty_name: 'De Baca', + county_weights: '{"35011": "100"}', + coty_name: ['De Baca'], + cty_code: ['35011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.74524, lat: 34.45503 }, + }, + { + zip_code: '88422', + usps_city: 'Gladstone', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 0.1, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "52.94", "35007": "47.06"}', + coty_name: ['Union', 'Colfax'], + cty_code: ['35059', '35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.99939, lat: 36.34694 }, + }, + { + zip_code: '88424', + usps_city: 'Grenville', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 0.0, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "100"}', + coty_name: ['Union'], + cty_code: ['35059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.661, lat: 36.40931 }, + }, + { + zip_code: '89005', + usps_city: 'Boulder City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 15840.0, + density: 49.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.82466, lat: 35.98675 }, + }, + { + zip_code: '89113', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 32308.0, + density: 1119.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.2635, lat: 36.06123 }, + }, + { + zip_code: '89139', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 40612.0, + density: 1478.0, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.21164, lat: 36.03449 }, + }, + { + zip_code: '89144', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 19881.0, + density: 1955.3, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.32074, lat: 36.1789 }, + }, + { + zip_code: '89148', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 55553.0, + density: 1740.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.31039, lat: 36.0588 }, + }, + { + zip_code: '89179', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 7449.0, + density: 24.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.33187, lat: 35.8946 }, + }, + { + zip_code: '89408', + usps_city: 'Fernley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 20439.0, + density: 53.2, + primary_coty_code: '32019', + primary_coty_name: 'Lyon', + county_weights: '{"32019": "99.45", "32001": "0.55"}', + coty_name: ['Lyon', 'Churchill'], + cty_code: ['32019', '32001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.17158, lat: 39.5641 }, + }, + { + zip_code: '89426', + usps_city: 'Paradise Valley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 0.2, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "100"}', + coty_name: ['Humboldt'], + cty_code: ['32013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.43099, lat: 41.48814 }, + }, + { + zip_code: '89512', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 26222.0, + density: 1605.1, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.80072, lat: 39.55284 }, + }, + { + zip_code: '90039', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29510.0, + density: 3022.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.26001, lat: 34.1118 }, + }, + { + zip_code: '90058', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2718.0, + density: 180.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21392, lat: 34.00244 }, + }, + { + zip_code: '90806', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41990.0, + density: 4710.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.18762, lat: 33.8045 }, + }, + { + zip_code: '91011', + usps_city: 'La Canada Flintridge', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20301.0, + density: 661.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.20516, lat: 34.22161 }, + }, + { + zip_code: '91103', + usps_city: 'Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27659.0, + density: 1982.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.16597, lat: 34.16898 }, + }, + { + zip_code: '91360', + usps_city: 'Thousand Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43121.0, + density: 1151.7, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.88215, lat: 34.21271 }, + }, + { + zip_code: '91604', + usps_city: 'Studio City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32910.0, + density: 2467.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39352, lat: 34.13881 }, + }, + { + zip_code: '92065', + usps_city: 'Ramona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37505.0, + density: 87.7, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.84562, lat: 33.05146 }, + }, + { + zip_code: '92071', + usps_city: 'Santee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 57710.0, + density: 1267.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.99146, lat: 32.85129 }, + }, + { + zip_code: '92249', + usps_city: 'Heber', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7861.0, + density: 141.6, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.47265, lat: 32.72559 }, + }, + { + zip_code: '92337', + usps_city: 'Fontana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39240.0, + density: 1087.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.4706, lat: 34.04981 }, + }, + { + zip_code: '92395', + usps_city: 'Victorville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43908.0, + density: 972.9, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.29441, lat: 34.50159 }, + }, + { + zip_code: '92411', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25650.0, + density: 2384.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.32032, lat: 34.12207 }, + }, + { + zip_code: '92539', + usps_city: 'Anza', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4557.0, + density: 13.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.64385, lat: 33.5135 }, + }, + { + zip_code: '92583', + usps_city: 'San Jacinto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32697.0, + density: 443.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.93249, lat: 33.79684 }, + }, + { + zip_code: '92677', + usps_city: 'Laguna Niguel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 66314.0, + density: 1533.3, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.7052, lat: 33.52765 }, + }, + { + zip_code: '92679', + usps_city: 'Trabuco Canyon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32657.0, + density: 557.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.58962, lat: 33.63389 }, + }, + { + zip_code: '92704', + usps_city: 'Santa Ana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 88321.0, + density: 4539.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90808, lat: 33.72052 }, + }, + { + zip_code: '92807', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35687.0, + density: 1242.1, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.78924, lat: 33.84969 }, + }, + { + zip_code: '92843', + usps_city: 'Garden Grove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46873.0, + density: 4649.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.93141, lat: 33.76403 }, + }, + { + zip_code: '92865', + usps_city: 'Orange', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20664.0, + density: 2094.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.84905, lat: 33.82887 }, + }, + { + zip_code: '93060', + usps_city: 'Santa Paula', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33773.0, + density: 109.7, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.09935, lat: 34.40168 }, + }, + { + zip_code: '93064', + usps_city: 'Brandeis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.70095, lat: 34.24755 }, + }, + { + zip_code: '93109', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10771.0, + density: 1228.6, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.72656, lat: 34.40649 }, + }, + { + zip_code: '93244', + usps_city: 'Lemon Cove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 1.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.01558, lat: 36.46691 }, + }, + { + zip_code: '93251', + usps_city: 'McKittrick', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 0.6, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.69355, lat: 35.36171 }, + }, + { + zip_code: '93427', + usps_city: 'Buellton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6200.0, + density: 42.8, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.22383, lat: 34.60889 }, + }, + { + zip_code: '93428', + usps_city: 'Cambria', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5859.0, + density: 29.4, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02929, lat: 35.59032 }, + }, + { + zip_code: '93450', + usps_city: 'San Ardo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 1.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.82381, lat: 36.05641 }, + }, + { + zip_code: '93546', + usps_city: 'Mammoth Lakes', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9591.0, + density: 21.5, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.8523, lat: 37.58419 }, + }, + { + zip_code: '93551', + usps_city: 'Palmdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50601.0, + density: 267.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23102, lat: 34.60169 }, + }, + { + zip_code: '93592', + usps_city: 'Trona', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.3, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.26725, lat: 35.93029 }, + }, + { + zip_code: '93624', + usps_city: 'Five Points', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 3.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.11625, lat: 36.37876 }, + }, + { + zip_code: '93626', + usps_city: 'Friant', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2427.0, + density: 9.4, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "75.94", "06039": "24.06"}', + coty_name: ['Fresno', 'Madera'], + cty_code: ['06019', '06039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.6807, lat: 37.04218 }, + }, + { + zip_code: '93636', + usps_city: 'Madera', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13255.0, + density: 26.2, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.87311, lat: 36.98231 }, + }, + { + zip_code: '93645', + usps_city: "O'Neals", + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 1.1, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.64134, lat: 37.17103 }, + }, + { + zip_code: '93666', + usps_city: 'Sultana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 866.0, + density: 894.1, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.33539, lat: 36.54713 }, + }, + { + zip_code: '93701', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10166.0, + density: 2590.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.78766, lat: 36.74968 }, + }, + { + zip_code: '93933', + usps_city: 'Marina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25442.0, + density: 763.7, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.787, lat: 36.68608 }, + }, + { + zip_code: '94014', + usps_city: 'Daly City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49170.0, + density: 3013.0, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44745, lat: 37.6909 }, + }, + { + zip_code: '94114', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34918.0, + density: 9456.4, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43545, lat: 37.75802 }, + }, + { + zip_code: '94538', + usps_city: 'Fremont', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 67474.0, + density: 1581.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.96364, lat: 37.50626 }, + }, + { + zip_code: '94609', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23726.0, + density: 5362.5, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.26433, lat: 37.83434 }, + }, + { + zip_code: '95111', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 61830.0, + density: 4402.2, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.82652, lat: 37.28342 }, + }, + { + zip_code: '95116', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55825.0, + density: 6002.2, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.85257, lat: 37.35042 }, + }, + { + zip_code: '95325', + usps_city: 'Hornitos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 0.7, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "100"}', + coty_name: ['Mariposa'], + cty_code: ['6043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.24151, lat: 37.48497 }, + }, + { + zip_code: '95327', + usps_city: 'Jamestown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7918.0, + density: 19.5, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.47968, lat: 37.86072 }, + }, + { + zip_code: '95334', + usps_city: 'Livingston', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17057.0, + density: 117.6, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.74314, lat: 37.34808 }, + }, + { + zip_code: '95336', + usps_city: 'Manteca', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 47855.0, + density: 482.5, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.19705, lat: 37.83235 }, + }, + { + zip_code: '95345', + usps_city: 'Midpines', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 9.7, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "100"}', + coty_name: ['Mariposa'], + cty_code: ['6043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.96519, lat: 37.59019 }, + }, + { + zip_code: '95471', + usps_city: 'Rio Nido', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 153.4, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.96878, lat: 38.52404 }, + }, + { + zip_code: '95485', + usps_city: 'Upper Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2650.0, + density: 9.8, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.92043, lat: 39.2171 }, + }, + { + zip_code: '95554', + usps_city: 'Myers Flat', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 3.9, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.79454, lat: 40.28413 }, + }, + { + zip_code: '95618', + usps_city: 'Davis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27519.0, + density: 304.2, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "99.66", "06095": "0.34"}', + coty_name: ['Yolo', 'Solano'], + cty_code: ['06113', '06095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.68305, lat: 38.54067 }, + }, + { + zip_code: '95625', + usps_city: 'Elmira', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 24.7, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.91151, lat: 38.35811 }, + }, + { + zip_code: '95666', + usps_city: 'Pioneer', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5164.0, + density: 35.8, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "100"}', + coty_name: ['Amador'], + cty_code: ['6005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.36845, lat: 38.53205 }, + }, + { + zip_code: '95678', + usps_city: 'Roseville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42053.0, + density: 1498.2, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28752, lat: 38.76395 }, + }, + { + zip_code: '95936', + usps_city: 'Downieville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 0.6, + primary_coty_code: '6091', + primary_coty_name: 'Sierra', + county_weights: '{"06091": "100"}', + coty_name: ['Sierra'], + cty_code: ['6091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.79215, lat: 39.60728 }, + }, + { + zip_code: '95973', + usps_city: 'Chico', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36682.0, + density: 42.6, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "99.76", "06103": "0.24"}', + coty_name: ['Butte', 'Tehama'], + cty_code: ['06007', '06103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84826, lat: 39.8974 }, + }, + { + zip_code: '96020', + usps_city: 'Chester', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2369.0, + density: 22.9, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.29632, lat: 40.367 }, + }, + { + zip_code: '96052', + usps_city: 'Lewiston', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1574.0, + density: 7.9, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.81539, lat: 40.7282 }, + }, + { + zip_code: '96751', + usps_city: 'Kealia', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 103.0, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.30252, lat: 22.10489 }, + }, + { + zip_code: '96766', + usps_city: 'Lihue', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 17929.0, + density: 81.5, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.41505, lat: 21.9976 }, + }, + { + zip_code: '96816', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 49834.0, + density: 1945.5, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.79071, lat: 21.29278 }, + }, + { + zip_code: '96860', + usps_city: 'Jbphh', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2214.0, + density: 2558.9, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.9394, lat: 21.35382 }, + }, + { + zip_code: '96910', + usps_city: 'Hagatna', + stusps_code: 'GU', + ste_name: 'Guam', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '66010', + primary_coty_name: 'Guam', + county_weights: '{"66010": 100}', + coty_name: ['Guam'], + cty_code: ['66010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Guam', + geo_point_2d: { lon: 144.75089, lat: 13.45476 }, + }, + { + zip_code: '97111', + usps_city: 'Carlton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3572.0, + density: 35.6, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "100"}', + coty_name: ['Yamhill'], + cty_code: ['41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.1957, lat: 45.2916 }, + }, + { + zip_code: '97137', + usps_city: 'Saint Paul', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1385.0, + density: 12.8, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.95879, lat: 45.21609 }, + }, + { + zip_code: '97216', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 16965.0, + density: 2582.4, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55837, lat: 45.51388 }, + }, + { + zip_code: '97331', + usps_city: 'Corvallis', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2865.0, + density: 3431.2, + primary_coty_code: '41003', + primary_coty_name: 'Benton', + county_weights: '{"41003": "100"}', + coty_name: ['Benton'], + cty_code: ['41003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.28037, lat: 44.56463 }, + }, + { + zip_code: '97368', + usps_city: 'Otis', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3319.0, + density: 23.2, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "99.42", "41057": "0.58"}', + coty_name: ['Lincoln', 'Tillamook'], + cty_code: ['41041', '41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.90625, lat: 45.00593 }, + }, + { + zip_code: '97369', + usps_city: 'Otter Rock', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 23.3, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.05169, lat: 44.76165 }, + }, + { + zip_code: '97414', + usps_city: 'Broadbent', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 4.4, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.17391, lat: 42.96512 }, + }, + { + zip_code: '97415', + usps_city: 'Brookings', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 14182.0, + density: 36.8, + primary_coty_code: '41015', + primary_coty_name: 'Curry', + county_weights: '{"41015": "100"}', + coty_name: ['Curry'], + cty_code: ['41015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.23586, lat: 42.13701 }, + }, + { + zip_code: '97447', + usps_city: 'Idleyld Park', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 1.9, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51546, lat: 43.27536 }, + }, + { + zip_code: '97496', + usps_city: 'Winston', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7737.0, + density: 34.2, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.49006, lat: 43.05776 }, + }, + { + zip_code: '97520', + usps_city: 'Ashland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 25177.0, + density: 31.5, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.5513, lat: 42.15773 }, + }, + { + zip_code: '97702', + usps_city: 'Bend', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 50164.0, + density: 236.3, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "100"}', + coty_name: ['Deschutes'], + cty_code: ['41017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.24356, lat: 43.99863 }, + }, + { + zip_code: '97737', + usps_city: 'Gilchrist', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 8.8, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.73126, lat: 43.50266 }, + }, + { + zip_code: '97812', + usps_city: 'Arlington', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 909.0, + density: 0.7, + primary_coty_code: '41021', + primary_coty_name: 'Gilliam', + county_weights: '{"41021": "100"}', + coty_name: ['Gilliam'], + cty_code: ['41021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.21621, lat: 45.55943 }, + }, + { + zip_code: '98001', + usps_city: 'Auburn', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33699.0, + density: 699.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2652, lat: 47.30998 }, + }, + { + zip_code: '98166', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21452.0, + density: 1464.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3501, lat: 47.45281 }, + }, + { + zip_code: '98233', + usps_city: 'Burlington', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 16379.0, + density: 186.7, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.35082, lat: 48.50393 }, + }, + { + zip_code: '98275', + usps_city: 'Mukilteo', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21336.0, + density: 1092.2, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29926, lat: 47.9133 }, + }, + { + zip_code: '98281', + usps_city: 'Point Roberts', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1116.0, + density: 88.2, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05767, lat: 48.98817 }, + }, + { + zip_code: '98282', + usps_city: 'Camano Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17042.0, + density: 165.5, + primary_coty_code: '53029', + primary_coty_name: 'Island', + county_weights: '{"53029": "100"}', + coty_name: ['Island'], + cty_code: ['53029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.47075, lat: 48.18657 }, + }, + { + zip_code: '98424', + usps_city: 'Fife', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11542.0, + density: 706.8, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.35193, lat: 47.23435 }, + }, + { + zip_code: '98569', + usps_city: 'Ocean Shores', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6309.0, + density: 166.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.15122, lat: 47.00632 }, + }, + { + zip_code: '98582', + usps_city: 'Salkum', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 9.4, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62382, lat: 46.5215 }, + }, + { + zip_code: '98607', + usps_city: 'Camas', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32232.0, + density: 265.1, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38206, lat: 45.64338 }, + }, + { + zip_code: '98616', + usps_city: 'Cougar', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 0.2, + primary_coty_code: '53015', + primary_coty_name: 'Cowlitz', + county_weights: '{"53015": "74.67", "53059": "25.33"}', + coty_name: ['Cowlitz', 'Skamania'], + cty_code: ['53015', '53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14157, lat: 46.197 }, + }, + { + zip_code: '98641', + usps_city: 'Oysterville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 215.9, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.02992, lat: 46.54638 }, + }, + { + zip_code: '98651', + usps_city: 'Underwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 17.3, + primary_coty_code: '53059', + primary_coty_name: 'Skamania', + county_weights: '{"53059": "100"}', + coty_name: ['Skamania'], + cty_code: ['53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.584, lat: 45.74276 }, + }, + { + zip_code: '98942', + usps_city: 'Selah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 17425.0, + density: 35.7, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.67505, lat: 46.80184 }, + }, + { + zip_code: '99016', + usps_city: 'Greenacres', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15804.0, + density: 242.1, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.14626, lat: 47.62116 }, + }, + { + zip_code: '99025', + usps_city: 'Newman Lake', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 5431.0, + density: 47.1, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.08596, lat: 47.78991 }, + }, + { + zip_code: '99137', + usps_city: 'Hunters', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 1.6, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.09022, lat: 48.16826 }, + }, + { + zip_code: '99179', + usps_city: 'Uniontown', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 3.0, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.11898, lat: 46.49006 }, + }, + { + zip_code: '99218', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 16885.0, + density: 889.9, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.40845, lat: 47.75954 }, + }, + { + zip_code: '99551', + usps_city: 'Akiachak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 121.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.42021, lat: 60.90927 }, + }, + { + zip_code: '99603', + usps_city: 'Homer', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 10597.0, + density: 3.8, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.22871, lat: 59.52457 }, + }, + { + zip_code: '99612', + usps_city: 'King Cove', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 1147.0, + density: 37.7, + primary_coty_code: '2013', + primary_coty_name: 'Aleutians East', + county_weights: '{"02013": "100"}', + coty_name: ['Aleutians East'], + cty_code: ['2013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.28781, lat: 55.06329 }, + }, + { + zip_code: '99678', + usps_city: 'Togiak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 882.0, + density: 0.2, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.10846, lat: 59.33283 }, + }, + { + zip_code: '99695', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -159.49335, lat: 55.91828 }, + }, + { + zip_code: '99723', + usps_city: 'Barrow', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 4457.0, + density: 82.7, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.74522, lat: 71.27376 }, + }, + { + zip_code: '99752', + usps_city: 'Kotzebue', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 3372.0, + density: 0.3, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.98514, lat: 67.29134 }, + }, + { + zip_code: '623', + usps_city: 'Cabo Rojo', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 41746.0, + density: 424.5, + primary_coty_code: '72023', + primary_coty_name: 'Cabo Rojo', + county_weights: '{"72023": "100"}', + coty_name: ['Cabo Rojo'], + cty_code: ['72023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.15418, lat: 18.08354 }, + }, + { + zip_code: '791', + usps_city: 'Humacao', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 48433.0, + density: 506.5, + primary_coty_code: '72069', + primary_coty_name: 'Humacao', + county_weights: '{"72069": "100"}', + coty_name: ['Humacao'], + cty_code: ['72069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.818, lat: 18.14069 }, + }, + { + zip_code: '820', + usps_city: 'Christiansted', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.687, lat: 17.74147 }, + }, + { + zip_code: '840', + usps_city: 'Frederiksted', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78010', + primary_coty_name: 'St. Croix', + county_weights: '{"78010": 100}', + coty_name: ['St. Croix'], + cty_code: ['78010'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.85931, lat: 17.72484 }, + }, + { + zip_code: '923', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 23851.0, + density: 4512.5, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.03866, lat: 18.40955 }, + }, + { + zip_code: '1092', + usps_city: 'West Warren', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 73.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.23727, lat: 42.19972 }, + }, + { + zip_code: '1119', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13681.0, + density: 1488.0, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.51122, lat: 42.12455 }, + }, + { + zip_code: '1220', + usps_city: 'Adams', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8179.0, + density: 128.4, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.11718, lat: 42.62372 }, + }, + { + zip_code: '1432', + usps_city: 'Ayer', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7699.0, + density: 350.9, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57135, lat: 42.56469 }, + }, + { + zip_code: '1475', + usps_city: 'Winchendon', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10825.0, + density: 97.5, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.04899, lat: 42.66667 }, + }, + { + zip_code: '1505', + usps_city: 'Boylston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4623.0, + density: 111.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.72123, lat: 42.35633 }, + }, + { + zip_code: '1534', + usps_city: 'Northbridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6296.0, + density: 277.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64291, lat: 42.14044 }, + }, + { + zip_code: '1610', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22023.0, + density: 4002.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.80967, lat: 42.24674 }, + }, + { + zip_code: '1731', + usps_city: 'Hanscom Afb', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2059.0, + density: 1003.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.27952, lat: 42.45675 }, + }, + { + zip_code: '1862', + usps_city: 'North Billerica', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10623.0, + density: 443.9, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.29343, lat: 42.57488 }, + }, + { + zip_code: '1982', + usps_city: 'South Hamilton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8031.0, + density: 218.7, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.85795, lat: 42.62676 }, + }, + { + zip_code: '2108', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4454.0, + density: 12604.8, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.06505, lat: 42.35767 }, + }, + { + zip_code: '2120', + usps_city: 'Roxbury Crossing', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15188.0, + density: 9448.3, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.09637, lat: 42.3321 }, + }, + { + zip_code: '2467', + usps_city: 'Chestnut Hill', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 22269.0, + density: 1764.4, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "38.86", "25017": "37.9", "25025": "23.24"}', + coty_name: ['Norfolk', 'Middlesex', 'Suffolk'], + cty_code: ['25021', '25017', '25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.16117, lat: 42.3164 }, + }, + { + zip_code: '2639', + usps_city: 'Dennis Port', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3198.0, + density: 444.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.1353, lat: 41.66634 }, + }, + { + zip_code: '2641', + usps_city: 'East Dennis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 35.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.15223, lat: 41.75059 }, + }, + { + zip_code: '2858', + usps_city: 'Oakland', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 517.0, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.64831, lat: 41.96346 }, + }, + { + zip_code: '2919', + usps_city: 'Johnston', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 29307.0, + density: 480.7, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.52001, lat: 41.82736 }, + }, + { + zip_code: '3215', + usps_city: 'Waterville Valley', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 1.5, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.45282, lat: 43.9453 }, + }, + { + zip_code: '3220', + usps_city: 'Belmont', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 7563.0, + density: 95.4, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "98.91", "33013": "1.09"}', + coty_name: ['Belknap', 'Merrimack'], + cty_code: ['33001', '33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.47519, lat: 43.46768 }, + }, + { + zip_code: '3231', + usps_city: 'East Andover', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 53.6, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.75669, lat: 43.46656 }, + }, + { + zip_code: '3258', + usps_city: 'Chichester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2667.0, + density: 48.7, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.39917, lat: 43.25754 }, + }, + { + zip_code: '3431', + usps_city: 'Keene', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 25148.0, + density: 163.5, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.29556, lat: 42.96265 }, + }, + { + zip_code: '3451', + usps_city: 'Hinsdale', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3911.0, + density: 70.6, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.49863, lat: 42.80751 }, + }, + { + zip_code: '3456', + usps_city: 'Marlow', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 12.3, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.21499, lat: 43.13096 }, + }, + { + zip_code: '3464', + usps_city: 'Stoddard', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 8.1, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.1142, lat: 43.07926 }, + }, + { + zip_code: '3470', + usps_city: 'Winchester', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 5155.0, + density: 22.8, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34417, lat: 42.77883 }, + }, + { + zip_code: '3590', + usps_city: 'North Stratford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 901.0, + density: 3.3, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51821, lat: 44.74767 }, + }, + { + zip_code: '3741', + usps_city: 'Canaan', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4043.0, + density: 20.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.01584, lat: 43.67188 }, + }, + { + zip_code: '3819', + usps_city: 'Danville', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4496.0, + density: 149.0, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12117, lat: 42.92842 }, + }, + { + zip_code: '4083', + usps_city: 'Springvale', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4605.0, + density: 178.0, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.81383, lat: 43.46727 }, + }, + { + zip_code: '4103', + usps_city: 'Portland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 30787.0, + density: 1157.1, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.29088, lat: 43.69379 }, + }, + { + zip_code: '4217', + usps_city: 'Bethel', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3321.0, + density: 7.0, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.83319, lat: 44.36776 }, + }, + { + zip_code: '4252', + usps_city: 'Lisbon Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4758.0, + density: 168.5, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.0596, lat: 44.02706 }, + }, + { + zip_code: '4256', + usps_city: 'Mechanic Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2980.0, + density: 102.2, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.40898, lat: 44.10237 }, + }, + { + zip_code: '4344', + usps_city: 'Farmingdale', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2906.0, + density: 99.9, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.82131, lat: 44.25881 }, + }, + { + zip_code: '4401', + usps_city: 'Bangor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 44536.0, + density: 171.6, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.84479, lat: 44.84923 }, + }, + { + zip_code: '4443', + usps_city: 'Guilford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2195.0, + density: 6.2, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.39898, lat: 45.22433 }, + }, + { + zip_code: '4455', + usps_city: 'Lee', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 736.0, + density: 3.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.27501, lat: 45.32332 }, + }, + { + zip_code: '4570', + usps_city: 'Squirrel Island', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.6307, lat: 43.80849 }, + }, + { + zip_code: '4572', + usps_city: 'Waldoboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5009.0, + density: 27.0, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.36956, lat: 44.10984 }, + }, + { + zip_code: '4611', + usps_city: 'Beals', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 26.4, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.59633, lat: 44.48771 }, + }, + { + zip_code: '4613', + usps_city: 'Birch Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 17.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.03415, lat: 44.37799 }, + }, + { + zip_code: '4733', + usps_city: 'Benedicta', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 1.8, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "92.76", "23019": "7.24"}', + coty_name: ['Aroostook', 'Penobscot'], + cty_code: ['23003', '23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.40146, lat: 45.75697 }, + }, + { + zip_code: '4758', + usps_city: 'Mars Hill', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 15.5, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.84731, lat: 46.55427 }, + }, + { + zip_code: '4943', + usps_city: 'Hartland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1653.0, + density: 17.2, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.52049, lat: 44.87993 }, + }, + { + zip_code: '4966', + usps_city: 'Phillips', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1904.0, + density: 3.7, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.43, lat: 44.82818 }, + }, + { + zip_code: '5039', + usps_city: 'Corinth', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 9.9, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.29713, lat: 44.03669 }, + }, + { + zip_code: '5161', + usps_city: 'Weston', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 6.8, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "100"}', + coty_name: ['Windsor'], + cty_code: ['50027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80597, lat: 43.31566 }, + }, + { + zip_code: '5458', + usps_city: 'Grand Isle', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2172.0, + density: 51.2, + primary_coty_code: '50013', + primary_coty_name: 'Grand Isle', + county_weights: '{"50013": "100"}', + coty_name: ['Grand Isle'], + cty_code: ['50013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.30543, lat: 44.71825 }, + }, + { + zip_code: '5672', + usps_city: 'Stowe', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4426.0, + density: 23.5, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.7219, lat: 44.48134 }, + }, + { + zip_code: '5677', + usps_city: 'Waterbury Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2533.0, + density: 63.5, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70967, lat: 44.39285 }, + }, + { + zip_code: '5743', + usps_city: 'Fair Haven', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3837.0, + density: 15.0, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.30619, lat: 43.66962 }, + }, + { + zip_code: '5748', + usps_city: 'Hancock', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 3.4, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.91087, lat: 43.91973 }, + }, + { + zip_code: '5751', + usps_city: 'Killington', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 5.6, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.78924, lat: 43.65428 }, + }, + { + zip_code: '5839', + usps_city: 'Glover', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 11.7, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.21313, lat: 44.67474 }, + }, + { + zip_code: '6076', + usps_city: 'Stafford Springs', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12571.0, + density: 56.7, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26165, lat: 41.98966 }, + }, + { + zip_code: '6090', + usps_city: 'West Granby', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 23.8, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86314, lat: 41.94648 }, + }, + { + zip_code: '6095', + usps_city: 'Windsor', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 28894.0, + density: 376.9, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67361, lat: 41.8711 }, + }, + { + zip_code: '6098', + usps_city: 'Winsted', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 11962.0, + density: 81.7, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08726, lat: 41.95696 }, + }, + { + zip_code: '6232', + usps_city: 'Andover', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 3203.0, + density: 80.1, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.37607, lat: 41.7331 }, + }, + { + zip_code: '6365', + usps_city: 'Preston', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4657.0, + density: 58.3, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.00107, lat: 41.52232 }, + }, + { + zip_code: '6414', + usps_city: 'Cobalt', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 178.4, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55587, lat: 41.56674 }, + }, + { + zip_code: '6423', + usps_city: 'East Haddam', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5374.0, + density: 53.9, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.38797, lat: 41.4671 }, + }, + { + zip_code: '6467', + usps_city: 'Milldale', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 2223.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.89985, lat: 41.56787 }, + }, + { + zip_code: '7005', + usps_city: 'Boonton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14939.0, + density: 306.8, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.421, lat: 40.92947 }, + }, + { + zip_code: '7022', + usps_city: 'Fairview', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14258.0, + density: 6528.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00221, lat: 40.81818 }, + }, + { + zip_code: '7028', + usps_city: 'Glen Ridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7724.0, + density: 2320.3, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20433, lat: 40.80407 }, + }, + { + zip_code: '7033', + usps_city: 'Kenilworth', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8161.0, + density: 1464.9, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28901, lat: 40.67811 }, + }, + { + zip_code: '7069', + usps_city: 'Watchung', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6191.0, + density: 379.7, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.43952, lat: 40.64247 }, + }, + { + zip_code: '7108', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23118.0, + density: 6503.6, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20016, lat: 40.72312 }, + }, + { + zip_code: '7206', + usps_city: 'Elizabethport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26995.0, + density: 6522.6, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18418, lat: 40.65183 }, + }, + { + zip_code: '7416', + usps_city: 'Franklin', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5523.0, + density: 225.6, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59775, lat: 41.11589 }, + }, + { + zip_code: '7436', + usps_city: 'Oakland', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12972.0, + density: 589.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24078, lat: 41.03134 }, + }, + { + zip_code: '7450', + usps_city: 'Ridgewood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25209.0, + density: 1691.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.11266, lat: 40.9822 }, + }, + { + zip_code: '7506', + usps_city: 'Hawthorne', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18784.0, + density: 2185.9, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15811, lat: 40.958 }, + }, + { + zip_code: '7628', + usps_city: 'Dumont', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17624.0, + density: 3485.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99232, lat: 40.94514 }, + }, + { + zip_code: '7753', + usps_city: 'Neptune', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 36860.0, + density: 782.0, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07856, lat: 40.21494 }, + }, + { + zip_code: '7882', + usps_city: 'Washington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14417.0, + density: 175.4, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "97.95", "34019": "2.05"}', + coty_name: ['Warren', 'Hunterdon'], + cty_code: ['34041', '34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.01123, lat: 40.75173 }, + }, + { + zip_code: '7932', + usps_city: 'Florham Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9902.0, + density: 558.4, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.39289, lat: 40.77709 }, + }, + { + zip_code: '8011', + usps_city: 'Birmingham', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.71292, lat: 39.97272 }, + }, + { + zip_code: '8027', + usps_city: 'Gibbstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4831.0, + density: 252.4, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28737, lat: 39.82999 }, + }, + { + zip_code: '8049', + usps_city: 'Magnolia', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5335.0, + density: 1636.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.03856, lat: 39.85438 }, + }, + { + zip_code: '8050', + usps_city: 'Manahawkin', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25278.0, + density: 320.4, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.24834, lat: 39.70642 }, + }, + { + zip_code: '8060', + usps_city: 'Mount Holly', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24353.0, + density: 423.6, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.78952, lat: 40.00858 }, + }, + { + zip_code: '8087', + usps_city: 'Tuckerton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24994.0, + density: 193.3, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "96.88", "34005": "3.12"}', + coty_name: ['Ocean', 'Burlington'], + cty_code: ['34029', '34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37545, lat: 39.59283 }, + }, + { + zip_code: '8107', + usps_city: 'Oaklyn', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 13116.0, + density: 2831.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.08336, lat: 39.90763 }, + }, + { + zip_code: '8318', + usps_city: 'Elmer', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12087.0, + density: 58.6, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "98.45", "34011": "1.55"}', + coty_name: ['Salem', 'Cumberland'], + cty_code: ['34033', '34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17636, lat: 39.5563 }, + }, + { + zip_code: '8341', + usps_city: 'Minotola', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2390.0, + density: 377.3, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95257, lat: 39.52548 }, + }, + { + zip_code: '8690', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18349.0, + density: 1011.1, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66034, lat: 40.22503 }, + }, + { + zip_code: '8731', + usps_city: 'Forked River', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19968.0, + density: 161.3, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.26968, lat: 39.86218 }, + }, + { + zip_code: '8753', + usps_city: 'Toms River', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 63415.0, + density: 1061.9, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15558, lat: 39.97937 }, + }, + { + zip_code: '8802', + usps_city: 'Asbury', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3963.0, + density: 64.1, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "69.68", "34041": "30.32"}', + coty_name: ['Hunterdon', 'Warren'], + cty_code: ['34019', '34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02428, lat: 40.67647 }, + }, + { + zip_code: '8829', + usps_city: 'High Bridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3515.0, + density: 550.9, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89421, lat: 40.66801 }, + }, + { + zip_code: '8902', + usps_city: 'North Brunswick', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 40985.0, + density: 1164.4, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.4863, lat: 40.44071 }, + }, + { + zip_code: '10278', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00377, lat: 40.71514 }, + }, + { + zip_code: '10453', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 81716.0, + density: 34442.7, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91358, lat: 40.85225 }, + }, + { + zip_code: '10468', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 78881.0, + density: 28443.9, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90006, lat: 40.86804 }, + }, + { + zip_code: '10546', + usps_city: 'Millwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1228.0, + density: 422.2, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79992, lat: 41.19552 }, + }, + { + zip_code: '10707', + usps_city: 'Tuckahoe', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10260.0, + density: 3051.4, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82274, lat: 40.96054 }, + }, + { + zip_code: '10924', + usps_city: 'Goshen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13508.0, + density: 136.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.34667, lat: 41.37946 }, + }, + { + zip_code: '11020', + usps_city: 'Great Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5774.0, + density: 1135.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71278, lat: 40.77106 }, + }, + { + zip_code: '11050', + usps_city: 'Port Washington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30357.0, + density: 1173.3, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69071, lat: 40.83849 }, + }, + { + zip_code: '11385', + usps_city: 'Ridgewood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 107796.0, + density: 11510.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89013, lat: 40.70102 }, + }, + { + zip_code: '11435', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 59605.0, + density: 15055.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80968, lat: 40.70138 }, + }, + { + zip_code: '11731', + usps_city: 'East Northport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30436.0, + density: 1401.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.31691, lat: 40.86267 }, + }, + { + zip_code: '11735', + usps_city: 'Farmingdale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33893.0, + density: 1250.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "79.8", "36103": "20.2"}', + coty_name: ['Nassau', 'Suffolk'], + cty_code: ['36059', '36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.4327, lat: 40.73159 }, + }, + { + zip_code: '11741', + usps_city: 'Holbrook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26651.0, + density: 1376.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.07032, lat: 40.79489 }, + }, + { + zip_code: '11765', + usps_city: 'Mill Neck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 782.0, + density: 123.4, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.55795, lat: 40.88328 }, + }, + { + zip_code: '11937', + usps_city: 'East Hampton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16137.0, + density: 145.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.1953, lat: 41.00703 }, + }, + { + zip_code: '11963', + usps_city: 'Sag Harbor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7161.0, + density: 205.0, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.3208, lat: 40.99428 }, + }, + { + zip_code: '11968', + usps_city: 'Southampton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10517.0, + density: 150.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.41279, lat: 40.907 }, + }, + { + zip_code: '11977', + usps_city: 'Westhampton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 146.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67913, lat: 40.82759 }, + }, + { + zip_code: '11978', + usps_city: 'Westhampton Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3086.0, + density: 94.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.64734, lat: 40.82936 }, + }, + { + zip_code: '12427', + usps_city: 'Elka Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 5.6, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13729, lat: 42.14078 }, + }, + { + zip_code: '12431', + usps_city: 'Freehold', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 28.0, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02069, lat: 42.36032 }, + }, + { + zip_code: '12449', + usps_city: 'Lake Katrine', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3436.0, + density: 366.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9931, lat: 41.99355 }, + }, + { + zip_code: '12508', + usps_city: 'Beacon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19825.0, + density: 525.6, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95384, lat: 41.49675 }, + }, + { + zip_code: '12515', + usps_city: 'Clintondale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1453.0, + density: 112.6, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06266, lat: 41.68301 }, + }, + { + zip_code: '12565', + usps_city: 'Philmont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1123.0, + density: 298.8, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6463, lat: 42.24852 }, + }, + { + zip_code: '12743', + usps_city: 'Highland Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 420.0, + density: 19.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8477, lat: 41.54276 }, + }, + { + zip_code: '12775', + usps_city: 'Rock Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1845.0, + density: 68.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59273, lat: 41.61565 }, + }, + { + zip_code: '12823', + usps_city: 'Cossayuna', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 227.0, + density: 20.6, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.40762, lat: 43.18178 }, + }, + { + zip_code: '13036', + usps_city: 'Central Square', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9064.0, + density: 71.7, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17336, lat: 43.32375 }, + }, + { + zip_code: '13103', + usps_city: 'Mallory', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 240.3, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.10831, lat: 43.32708 }, + }, + { + zip_code: '13135', + usps_city: 'Phoenix', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6392.0, + density: 77.3, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "75.08", "36067": "24.92"}', + coty_name: ['Oswego', 'Onondaga'], + cty_code: ['36075', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.31913, lat: 43.25488 }, + }, + { + zip_code: '13144', + usps_city: 'Richland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1774.0, + density: 17.8, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "100"}', + coty_name: ['Oswego'], + cty_code: ['36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.97433, lat: 43.56996 }, + }, + { + zip_code: '13205', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17212.0, + density: 1926.5, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14204, lat: 43.00524 }, + }, + { + zip_code: '13332', + usps_city: 'Earlville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2782.0, + density: 21.8, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "73.82", "36017": "26.18"}', + coty_name: ['Madison', 'Chenango'], + cty_code: ['36053', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57549, lat: 42.75678 }, + }, + { + zip_code: '13335', + usps_city: 'Edmeston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1370.0, + density: 13.9, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25046, lat: 42.70267 }, + }, + { + zip_code: '13438', + usps_city: 'Remsen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3392.0, + density: 15.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "85.67", "36043": "14.33"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16444, lat: 43.34881 }, + }, + { + zip_code: '13450', + usps_city: 'Roseboom', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 5.7, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8103, lat: 42.70193 }, + }, + { + zip_code: '13452', + usps_city: 'Saint Johnsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4618.0, + density: 23.4, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "57.18", "36035": "42.82"}', + coty_name: ['Montgomery', 'Fulton'], + cty_code: ['36057', '36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6285, lat: 43.03926 }, + }, + { + zip_code: '13624', + usps_city: 'Clayton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5305.0, + density: 32.3, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09426, lat: 44.21199 }, + }, + { + zip_code: '13639', + usps_city: 'Fine', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 5.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.13798, lat: 44.2541 }, + }, + { + zip_code: '13648', + usps_city: 'Harrisville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 4.5, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "58.83", "36089": "41.17"}', + coty_name: ['Lewis', 'St. Lawrence'], + cty_code: ['36049', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.31807, lat: 44.14914 }, + }, + { + zip_code: '13658', + usps_city: 'Lisbon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2320.0, + density: 11.4, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27739, lat: 44.73794 }, + }, + { + zip_code: '13664', + usps_city: 'Morristown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 120.1, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -75.64532, lat: 44.58426 }, + }, + { + zip_code: '13753', + usps_city: 'Delhi', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5651.0, + density: 23.3, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92678, lat: 42.30733 }, + }, + { + zip_code: '13787', + usps_city: 'Harpursville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3342.0, + density: 20.3, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "82.2", "36017": "17.8"}', + coty_name: ['Broome', 'Chenango'], + cty_code: ['36007', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66757, lat: 42.20504 }, + }, + { + zip_code: '14031', + usps_city: 'Clarence', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10468.0, + density: 215.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61075, lat: 42.98721 }, + }, + { + zip_code: '14033', + usps_city: 'Colden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1677.0, + density: 37.5, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68688, lat: 42.66062 }, + }, + { + zip_code: '14035', + usps_city: 'Collins Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 177.4, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84831, lat: 42.49073 }, + }, + { + zip_code: '14101', + usps_city: 'Machias', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1910.0, + density: 17.4, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.54357, lat: 42.38953 }, + }, + { + zip_code: '14141', + usps_city: 'Springville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7480.0, + density: 41.0, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "95.13", "36009": "4.87"}', + coty_name: ['Erie', 'Cattaraugus'], + cty_code: ['36029', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70939, lat: 42.52208 }, + }, + { + zip_code: '14471', + usps_city: 'Honeoye', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2458.0, + density: 35.0, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "99.89", "36051": "0.11"}', + coty_name: ['Ontario', 'Livingston'], + cty_code: ['36069', '36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49222, lat: 42.75386 }, + }, + { + zip_code: '14480', + usps_city: 'Lakeville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 212.1, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.70683, lat: 42.83948 }, + }, + { + zip_code: '14489', + usps_city: 'Lyons', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7113.0, + density: 40.6, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "97.39", "36069": "1.78", "36099": "0.83"}', + coty_name: ['Wayne', 'Ontario', 'Seneca'], + cty_code: ['36117', '36069', '36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.99002, lat: 43.08496 }, + }, + { + zip_code: '14754', + usps_city: 'Little Genesee', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 14.6, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2059, lat: 42.02571 }, + }, + { + zip_code: '14809', + usps_city: 'Avoca', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2284.0, + density: 15.8, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.44608, lat: 42.41969 }, + }, + { + zip_code: '15122', + usps_city: 'West Mifflin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19745.0, + density: 604.9, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90516, lat: 40.36027 }, + }, + { + zip_code: '15126', + usps_city: 'Imperial', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7411.0, + density: 128.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "99.56", "42125": "0.44"}', + coty_name: ['Allegheny', 'Washington'], + cty_code: ['42003', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.28445, lat: 40.46246 }, + }, + { + zip_code: '15311', + usps_city: 'Amity', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1566.0, + density: 25.7, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18393, lat: 40.04591 }, + }, + { + zip_code: '15378', + usps_city: 'Westland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 316.9, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2751, lat: 40.2783 }, + }, + { + zip_code: '15460', + usps_city: 'Martin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 125.5, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91221, lat: 39.81192 }, + }, + { + zip_code: '15470', + usps_city: 'Ohiopyle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 683.0, + density: 8.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53348, lat: 39.86865 }, + }, + { + zip_code: '15558', + usps_city: 'Salisbury', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2225.0, + density: 23.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.11157, lat: 39.75016 }, + }, + { + zip_code: '15715', + usps_city: 'Big Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 242.2, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87619, lat: 40.97016 }, + }, + { + zip_code: '15746', + usps_city: 'Hillsdale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 25.7, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.88588, lat: 40.75876 }, + }, + { + zip_code: '15828', + usps_city: 'Clarington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 3.5, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "54.9", "42053": "45.1"}', + coty_name: ['Jefferson', 'Forest'], + cty_code: ['42065', '42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.13648, lat: 41.35264 }, + }, + { + zip_code: '15834', + usps_city: 'Emporium', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4180.0, + density: 7.9, + primary_coty_code: '42023', + primary_coty_name: 'Cameron', + county_weights: '{"42023": "100"}', + coty_name: ['Cameron'], + cty_code: ['42023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.27772, lat: 41.51217 }, + }, + { + zip_code: '15847', + usps_city: 'Knox Dale', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 42.7, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03245, lat: 41.08936 }, + }, + { + zip_code: '15870', + usps_city: 'Wilcox', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 3.6, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "98.72", "42083": "1.28"}', + coty_name: ['Elk', 'McKean'], + cty_code: ['42047', '42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57446, lat: 41.58334 }, + }, + { + zip_code: '15928', + usps_city: 'Davidsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1762.0, + density: 108.9, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.91725, lat: 40.24024 }, + }, + { + zip_code: '16057', + usps_city: 'Slippery Rock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14624.0, + density: 64.7, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "93.68", "42073": "5.32", "42085": "1"}', + coty_name: ['Butler', 'Lawrence', 'Mercer'], + cty_code: ['42019', '42073', '42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05676, lat: 41.03455 }, + }, + { + zip_code: '16101', + usps_city: 'New Castle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32616.0, + density: 176.8, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.28716, lat: 40.98532 }, + }, + { + zip_code: '16131', + usps_city: 'Hartstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 979.0, + density: 18.1, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37756, lat: 41.55038 }, + }, + { + zip_code: '16218', + usps_city: 'Cowansville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 15.5, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.592, lat: 40.92679 }, + }, + { + zip_code: '16250', + usps_city: 'Sagamore', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 76.2, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.23986, lat: 40.76826 }, + }, + { + zip_code: '16321', + usps_city: 'East Hickory', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 14.2, + primary_coty_code: '42053', + primary_coty_name: 'Forest', + county_weights: '{"42053": "100"}', + coty_name: ['Forest'], + cty_code: ['42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3996, lat: 41.57103 }, + }, + { + zip_code: '16328', + usps_city: 'Hydetown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 2361.8, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72511, lat: 41.65297 }, + }, + { + zip_code: '16346', + usps_city: 'Seneca', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3214.0, + density: 75.5, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67198, lat: 41.3785 }, + }, + { + zip_code: '16353', + usps_city: 'Tionesta', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2753.0, + density: 7.3, + primary_coty_code: '42053', + primary_coty_name: 'Forest', + county_weights: '{"42053": "68.43", "42031": "28.55", "42121": "3.02"}', + coty_name: ['Forest', 'Clarion', 'Venango'], + cty_code: ['42053', '42031', '42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.377, lat: 41.50109 }, + }, + { + zip_code: '16374', + usps_city: 'Kennerdell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1846.0, + density: 10.0, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "100"}', + coty_name: ['Venango'], + cty_code: ['42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81382, lat: 41.26215 }, + }, + { + zip_code: '16422', + usps_city: 'Harmonsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 115.0, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31447, lat: 41.66559 }, + }, + { + zip_code: '16442', + usps_city: 'Wattsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3061.0, + density: 23.5, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82596, lat: 42.04031 }, + }, + { + zip_code: '16602', + usps_city: 'Altoona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28968.0, + density: 755.6, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37222, lat: 40.5124 }, + }, + { + zip_code: '16621', + usps_city: 'Broad Top', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 716.0, + density: 21.2, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.12518, lat: 40.23229 }, + }, + { + zip_code: '16678', + usps_city: 'Saxton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2488.0, + density: 21.2, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "78.32", "42061": "21.68"}', + coty_name: ['Bedford', 'Huntingdon'], + cty_code: ['42009', '42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.23818, lat: 40.22378 }, + }, + { + zip_code: '16720', + usps_city: 'Austin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1294.0, + density: 1.7, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "92.6", "42023": "4.74", "42083": "2.66"}', + coty_name: ['Potter', 'Cameron', 'McKean'], + cty_code: ['42105', '42023', '42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.03707, lat: 41.5841 }, + }, + { + zip_code: '16732', + usps_city: 'Gifford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 13.9, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61727, lat: 41.85724 }, + }, + { + zip_code: '16734', + usps_city: 'James City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 125.5, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.84053, lat: 41.61853 }, + }, + { + zip_code: '16743', + usps_city: 'Port Allegany', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3808.0, + density: 13.7, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "97.59", "42105": "2.41"}', + coty_name: ['McKean', 'Potter'], + cty_code: ['42083', '42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.26196, lat: 41.78909 }, + }, + { + zip_code: '16849', + usps_city: 'Lanse', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 22.1, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11433, lat: 40.96044 }, + }, + { + zip_code: '16853', + usps_city: 'Milesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 233.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78707, lat: 40.93909 }, + }, + { + zip_code: '16875', + usps_city: 'Spring Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4081.0, + density: 20.2, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.5718, lat: 40.8473 }, + }, + { + zip_code: '16930', + usps_city: 'Liberty', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1237.0, + density: 7.2, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "82.15", "42081": "17.85"}', + coty_name: ['Tioga', 'Lycoming'], + cty_code: ['42117', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14507, lat: 41.5739 }, + }, + { + zip_code: '16938', + usps_city: 'Morris', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 2.5, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "80.59", "42081": "19.41"}', + coty_name: ['Tioga', 'Lycoming'], + cty_code: ['42117', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35357, lat: 41.57618 }, + }, + { + zip_code: '17047', + usps_city: 'Loysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2654.0, + density: 22.2, + primary_coty_code: '42099', + primary_coty_name: 'Perry', + county_weights: '{"42099": "100"}', + coty_name: ['Perry'], + cty_code: ['42099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41819, lat: 40.36378 }, + }, + { + zip_code: '17082', + usps_city: 'Port Royal', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3097.0, + density: 20.6, + primary_coty_code: '42067', + primary_coty_name: 'Juniata', + county_weights: '{"42067": "100"}', + coty_name: ['Juniata'], + cty_code: ['42067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.42765, lat: 40.4984 }, + }, + { + zip_code: '17099', + usps_city: 'Yeagertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1031.0, + density: 259.5, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57574, lat: 40.64519 }, + }, + { + zip_code: '17109', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24351.0, + density: 1250.0, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82433, lat: 40.28993 }, + }, + { + zip_code: '17256', + usps_city: 'Shady Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 676.8, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.67758, lat: 39.78325 }, + }, + { + zip_code: '17313', + usps_city: 'Dallastown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10907.0, + density: 397.5, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65658, lat: 39.88617 }, + }, + { + zip_code: '17316', + usps_city: 'East Berlin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8408.0, + density: 77.8, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "78.27", "42133": "21.73"}', + coty_name: ['Adams', 'York'], + cty_code: ['42001', '42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00425, lat: 39.9669 }, + }, + { + zip_code: '17566', + usps_city: 'Quarryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12468.0, + density: 82.5, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14818, lat: 39.86968 }, + }, + { + zip_code: '17603', + usps_city: 'Lancaster', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 64242.0, + density: 832.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35232, lat: 40.01301 }, + }, + { + zip_code: '17721', + usps_city: 'Avis', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1579.0, + density: 825.1, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31844, lat: 41.18361 }, + }, + { + zip_code: '17739', + usps_city: 'Jersey Mills', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 1.0, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.40858, lat: 41.39347 }, + }, + { + zip_code: '17748', + usps_city: 'McElhattan', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 137.4, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35306, lat: 41.15045 }, + }, + { + zip_code: '18067', + usps_city: 'Northampton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17879.0, + density: 276.6, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47803, lat: 40.71692 }, + }, + { + zip_code: '18103', + usps_city: 'Allentown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46393.0, + density: 1017.1, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48232, lat: 40.57044 }, + }, + { + zip_code: '18202', + usps_city: 'Hazleton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11853.0, + density: 140.0, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "96.42", "42107": "3.58"}', + coty_name: ['Luzerne', 'Schuylkill'], + cty_code: ['42079', '42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04683, lat: 40.95148 }, + }, + { + zip_code: '18234', + usps_city: 'Lattimer Mines', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 255.0, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96435, lat: 40.99254 }, + }, + { + zip_code: '18240', + usps_city: 'Nesquehoning', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3862.0, + density: 50.6, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "86.07", "42107": "13.93"}', + coty_name: ['Carbon', 'Schuylkill'], + cty_code: ['42025', '42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87024, lat: 40.86055 }, + }, + { + zip_code: '18245', + usps_city: 'Quakake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 28.3, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0335, lat: 40.85318 }, + }, + { + zip_code: '18458', + usps_city: 'Shohola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2445.0, + density: 17.3, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91634, lat: 41.40926 }, + }, + { + zip_code: '18615', + usps_city: 'Falls', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 44.7, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "94.43", "42079": "4.71", "42069": "0.86"}', + coty_name: ['Wyoming', 'Luzerne', 'Lackawanna'], + cty_code: ['42131', '42079', '42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.85726, lat: 41.46186 }, + }, + { + zip_code: '18618', + usps_city: 'Harveys Lake', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3843.0, + density: 83.9, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "86.21", "42131": "13.79"}', + coty_name: ['Luzerne', 'Wyoming'], + cty_code: ['42079', '42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03487, lat: 41.37478 }, + }, + { + zip_code: '18837', + usps_city: 'Rome', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3134.0, + density: 13.4, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29649, lat: 41.92085 }, + }, + { + zip_code: '18901', + usps_city: 'Doylestown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27851.0, + density: 532.5, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14884, lat: 40.30543 }, + }, + { + zip_code: '19060', + usps_city: 'Garnet Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11319.0, + density: 557.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.49395, lat: 39.84973 }, + }, + { + zip_code: '19082', + usps_city: 'Upper Darby', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 41741.0, + density: 6234.7, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27045, lat: 39.96041 }, + }, + { + zip_code: '19090', + usps_city: 'Willow Grove', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 18357.0, + density: 1319.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.12687, lat: 40.15675 }, + }, + { + zip_code: '19128', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 37644.0, + density: 2059.9, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22899, lat: 40.04881 }, + }, + { + zip_code: '19130', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27093.0, + density: 8082.5, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17544, lat: 39.96776 }, + }, + { + zip_code: '19136', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34741.0, + density: 2884.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.01894, lat: 40.03972 }, + }, + { + zip_code: '19312', + usps_city: 'Berwyn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11618.0, + density: 473.3, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "99.8", "42045": "0.2"}', + coty_name: ['Chester', 'Delaware'], + cty_code: ['42029', '42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45165, lat: 40.03239 }, + }, + { + zip_code: '19382', + usps_city: 'West Chester', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 55036.0, + density: 459.1, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "98.27", "42045": "1.73"}', + coty_name: ['Chester', 'Delaware'], + cty_code: ['42029', '42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6123, lat: 39.92809 }, + }, + { + zip_code: '19425', + usps_city: 'Chester Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15950.0, + density: 228.4, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.64641, lat: 40.10221 }, + }, + { + zip_code: '19453', + usps_city: 'Mont Clare', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1732.0, + density: 1015.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50156, lat: 40.13916 }, + }, + { + zip_code: '19529', + usps_city: 'Kempton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3321.0, + density: 22.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "53.82", "42077": "46.18"}', + coty_name: ['Berks', 'Lehigh'], + cty_code: ['42011', '42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.8646, lat: 40.63128 }, + }, + { + zip_code: '19953', + usps_city: 'Hartly', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 4545.0, + density: 59.9, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "100"}', + coty_name: ['Kent'], + cty_code: ['10001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69809, lat: 39.15217 }, + }, + { + zip_code: '20001', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 47748.0, + density: 8442.3, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0179, lat: 38.91085 }, + }, + { + zip_code: '20005', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 12347.0, + density: 11187.4, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.03171, lat: 38.90453 }, + }, + { + zip_code: '20032', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 42800.0, + density: 3148.5, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00674, lat: 38.83437 }, + }, + { + zip_code: '20646', + usps_city: 'La Plata', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 21951.0, + density: 102.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00017, lat: 38.5226 }, + }, + { + zip_code: '20687', + usps_city: 'Scotland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 448.0, + density: 27.9, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.34786, lat: 38.07686 }, + }, + { + zip_code: '20744', + usps_city: 'Fort Washington', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 54925.0, + density: 805.3, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98404, lat: 38.75402 }, + }, + { + zip_code: '20755', + usps_city: 'Fort George G Meade', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10873.0, + density: 504.0, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.74679, lat: 39.10578 }, + }, + { + zip_code: '20853', + usps_city: 'Rockville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 31061.0, + density: 1326.0, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09515, lat: 39.10231 }, + }, + { + zip_code: '20877', + usps_city: 'Gaithersburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 38423.0, + density: 2570.4, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.18824, lat: 39.14088 }, + }, + { + zip_code: '21001', + usps_city: 'Aberdeen', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 24752.0, + density: 319.8, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2006, lat: 39.51073 }, + }, + { + zip_code: '21028', + usps_city: 'Churchville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2783.0, + density: 79.0, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24245, lat: 39.56797 }, + }, + { + zip_code: '21032', + usps_city: 'Crownsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 8084.0, + density: 177.1, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60411, lat: 39.03376 }, + }, + { + zip_code: '21074', + usps_city: 'Hampstead', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15166.0, + density: 156.3, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "90.96", "24005": "9.04"}', + coty_name: ['Carroll', 'Baltimore'], + cty_code: ['24013', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8436, lat: 39.61738 }, + }, + { + zip_code: '21128', + usps_city: 'Perry Hall', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 13985.0, + density: 807.8, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4462, lat: 39.40774 }, + }, + { + zip_code: '21156', + usps_city: 'Upper Falls', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 84.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39653, lat: 39.43726 }, + }, + { + zip_code: '21239', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 30424.0, + density: 3631.6, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "82.61", "24005": "17.39"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5873, lat: 39.36652 }, + }, + { + zip_code: '21520', + usps_city: 'Accident', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2200.0, + density: 13.9, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3015, lat: 39.62474 }, + }, + { + zip_code: '21779', + usps_city: 'Rohrersville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 44.5, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65162, lat: 39.42689 }, + }, + { + zip_code: '21788', + usps_city: 'Thurmont', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11910.0, + density: 68.9, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41901, lat: 39.59335 }, + }, + { + zip_code: '21801', + usps_city: 'Salisbury', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 29866.0, + density: 272.6, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.64148, lat: 38.38055 }, + }, + { + zip_code: '21903', + usps_city: 'Perryville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5947.0, + density: 189.4, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03994, lat: 39.57296 }, + }, + { + zip_code: '21911', + usps_city: 'Rising Sun', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11130.0, + density: 115.5, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03823, lat: 39.68931 }, + }, + { + zip_code: '22151', + usps_city: 'Springfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17917.0, + density: 1354.8, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2095, lat: 38.80286 }, + }, + { + zip_code: '22304', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 48510.0, + density: 4040.8, + primary_coty_code: '51510', + primary_coty_name: 'Alexandria', + county_weights: '{"51510": "99.63", "51059": "0.37"}', + coty_name: ['Alexandria', 'Fairfax'], + cty_code: ['51510', '51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.11394, lat: 38.81377 }, + }, + { + zip_code: '22427', + usps_city: 'Bowling Green', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5349.0, + density: 13.5, + primary_coty_code: '51033', + primary_coty_name: 'Caroline', + county_weights: '{"51033": "100"}', + coty_name: ['Caroline'], + cty_code: ['51033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27064, lat: 38.09231 }, + }, + { + zip_code: '22432', + usps_city: 'Burgess', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 22.5, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "100"}', + coty_name: ['Northumberland'], + cty_code: ['51133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.34909, lat: 37.86906 }, + }, + { + zip_code: '22482', + usps_city: 'Kilmarnock', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3173.0, + density: 40.2, + primary_coty_code: '51103', + primary_coty_name: 'Lancaster', + county_weights: '{"51103": "65.69", "51133": "34.31"}', + coty_name: ['Lancaster', 'Northumberland'], + cty_code: ['51103', '51133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35442, lat: 37.73409 }, + }, + { + zip_code: '22503', + usps_city: 'Lancaster', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3208.0, + density: 14.1, + primary_coty_code: '51103', + primary_coty_name: 'Lancaster', + county_weights: '{"51103": "100"}', + coty_name: ['Lancaster'], + cty_code: ['51103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50215, lat: 37.76227 }, + }, + { + zip_code: '22844', + usps_city: 'New Market', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4802.0, + density: 38.2, + primary_coty_code: '51171', + primary_coty_name: 'Shenandoah', + county_weights: '{"51171": "94.5", "51165": "5.5"}', + coty_name: ['Shenandoah', 'Rockingham'], + cty_code: ['51171', '51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.66018, lat: 38.65573 }, + }, + { + zip_code: '22936', + usps_city: 'Earlysville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4891.0, + density: 51.9, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4988, lat: 38.16728 }, + }, + { + zip_code: '22974', + usps_city: 'Troy', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5115.0, + density: 49.0, + primary_coty_code: '51065', + primary_coty_name: 'Fluvanna', + county_weights: '{"51065": "74.39", "51109": "18.03", "51003": "7.58"}', + coty_name: ['Fluvanna', 'Louisa', 'Albemarle'], + cty_code: ['51065', '51109', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2794, lat: 37.96121 }, + }, + { + zip_code: '22989', + usps_city: 'Woodberry Forest', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 4.5, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.12248, lat: 38.29122 }, + }, + { + zip_code: '23040', + usps_city: 'Cumberland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4747.0, + density: 12.4, + primary_coty_code: '51049', + primary_coty_name: 'Cumberland', + county_weights: '{"51049": "93.65", "51029": "6.35"}', + coty_name: ['Cumberland', 'Buckingham'], + cty_code: ['51049', '51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24753, lat: 37.50349 }, + }, + { + zip_code: '23103', + usps_city: 'Manakin Sabot', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5525.0, + density: 57.1, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "100"}', + coty_name: ['Goochland'], + cty_code: ['51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.72554, lat: 37.65064 }, + }, + { + zip_code: '23111', + usps_city: 'Mechanicsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36846.0, + density: 182.3, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "100"}', + coty_name: ['Hanover'], + cty_code: ['51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24696, lat: 37.61146 }, + }, + { + zip_code: '23156', + usps_city: 'Shacklefords', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1811.0, + density: 17.5, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7099, lat: 37.52127 }, + }, + { + zip_code: '23161', + usps_city: 'Stevensville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 4.0, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9307, lat: 37.71657 }, + }, + { + zip_code: '23168', + usps_city: 'Toano', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7703.0, + density: 127.6, + primary_coty_code: '51095', + primary_coty_name: 'James City', + county_weights: '{"51095": "100"}', + coty_name: ['James City'], + cty_code: ['51095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.82728, lat: 37.39997 }, + }, + { + zip_code: '23423', + usps_city: 'Quinby', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 4.8, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70557, lat: 37.52286 }, + }, + { + zip_code: '23432', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1506.0, + density: 43.9, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55076, lat: 36.87174 }, + }, + { + zip_code: '23464', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 76421.0, + density: 1785.1, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17922, lat: 36.79724 }, + }, + { + zip_code: '23692', + usps_city: 'Yorktown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18273.0, + density: 309.0, + primary_coty_code: '51199', + primary_coty_name: 'York', + county_weights: '{"51199": "100"}', + coty_name: ['York'], + cty_code: ['51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.46665, lat: 37.18303 }, + }, + { + zip_code: '23707', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14685.0, + density: 1426.8, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.33988, lat: 36.84263 }, + }, + { + zip_code: '23821', + usps_city: 'Alberta', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2016.0, + density: 12.0, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.92043, lat: 36.88067 }, + }, + { + zip_code: '23843', + usps_city: 'Dolphin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 5.5, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81515, lat: 36.84663 }, + }, + { + zip_code: '23867', + usps_city: 'Jarratt', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1930.0, + density: 8.1, + primary_coty_code: '51081', + primary_coty_name: 'Greensville', + county_weights: '{"51081": "56.88", "51183": "43.12"}', + coty_name: ['Greensville', 'Sussex'], + cty_code: ['51081', '51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.48272, lat: 36.81698 }, + }, + { + zip_code: '23884', + usps_city: 'Sussex', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 41.4, + primary_coty_code: '51183', + primary_coty_name: 'Sussex', + county_weights: '{"51183": "100"}', + coty_name: ['Sussex'], + cty_code: ['51183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27943, lat: 36.91725 }, + }, + { + zip_code: '23887', + usps_city: 'Valentines', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 5.8, + primary_coty_code: '51025', + primary_coty_name: 'Brunswick', + county_weights: '{"51025": "100"}', + coty_name: ['Brunswick'], + cty_code: ['51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.80839, lat: 36.57107 }, + }, + { + zip_code: '23919', + usps_city: 'Bracey', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2436.0, + density: 28.8, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "95.87", "51025": "4.13"}', + coty_name: ['Mecklenburg', 'Brunswick'], + cty_code: ['51117', '51025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.13501, lat: 36.59513 }, + }, + { + zip_code: '24019', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 27722.0, + density: 346.0, + primary_coty_code: '51161', + primary_coty_name: 'Roanoke', + county_weights: '{"51161": "71.07", "51023": "15.66", "51770": "13.27"}', + coty_name: ['Roanoke', 'Botetourt', 'Roanoke'], + cty_code: ['51161', '51023', '51770'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95225, lat: 37.34625 }, + }, + { + zip_code: '24136', + usps_city: 'Pembroke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3156.0, + density: 25.0, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59756, lat: 37.33123 }, + }, + { + zip_code: '24153', + usps_city: 'Salem', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 37849.0, + density: 139.0, + primary_coty_code: '51775', + primary_coty_name: 'Salem', + county_weights: '{"51775": "65.68", "51161": "34.25", "51023": "0.07"}', + coty_name: ['Salem', 'Roanoke', 'Botetourt'], + cty_code: ['51775', '51161', '51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11063, lat: 37.30011 }, + }, + { + zip_code: '24243', + usps_city: 'Dryden', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1948.0, + density: 33.6, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92718, lat: 36.77883 }, + }, + { + zip_code: '24271', + usps_city: 'Nickelsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2319.0, + density: 14.2, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "100"}', + coty_name: ['Scott'], + cty_code: ['51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41696, lat: 36.7467 }, + }, + { + zip_code: '24375', + usps_city: 'Sugar Grove', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 11.8, + primary_coty_code: '51173', + primary_coty_name: 'Smyth', + county_weights: '{"51173": "100"}', + coty_name: ['Smyth'], + cty_code: ['51173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.38824, lat: 36.77177 }, + }, + { + zip_code: '24740', + usps_city: 'Princeton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30073.0, + density: 72.4, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01879, lat: 37.37644 }, + }, + { + zip_code: '24818', + usps_city: 'Brenton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1214.0, + density: 18.3, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62628, lat: 37.59883 }, + }, + { + zip_code: '24848', + usps_city: 'Jenkinjones', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 4.4, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.45116, lat: 37.29081 }, + }, + { + zip_code: '24910', + usps_city: 'Alderson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5279.0, + density: 14.8, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "45.22", "54089": "36.99", "54063": "17.8"}', + coty_name: ['Greenbrier', 'Summers', 'Monroe'], + cty_code: ['54025', '54089', '54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66095, lat: 37.73709 }, + }, + { + zip_code: '24924', + usps_city: 'Buckeye', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 7.6, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18476, lat: 38.22762 }, + }, + { + zip_code: '24925', + usps_city: 'Caldwell', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 5.7, + primary_coty_code: '54025', + primary_coty_name: 'Greenbrier', + county_weights: '{"54025": "90.48", "54063": "9.52"}', + coty_name: ['Greenbrier', 'Monroe'], + cty_code: ['54025', '54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.37915, lat: 37.72352 }, + }, + { + zip_code: '24941', + usps_city: 'Gap Mills', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1172.0, + density: 6.4, + primary_coty_code: '54063', + primary_coty_name: 'Monroe', + county_weights: '{"54063": "100"}', + coty_name: ['Monroe'], + cty_code: ['54063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35445, lat: 37.59451 }, + }, + { + zip_code: '25083', + usps_city: 'Gallagher', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 10.8, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "93.75", "54019": "6.25"}', + coty_name: ['Kanawha', 'Fayette'], + cty_code: ['54039', '54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36247, lat: 38.0704 }, + }, + { + zip_code: '25177', + usps_city: 'Saint Albans', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 22737.0, + density: 292.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "99.81", "54079": "0.19"}', + coty_name: ['Kanawha', 'Putnam'], + cty_code: ['54039', '54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84696, lat: 38.3675 }, + }, + { + zip_code: '25276', + usps_city: 'Spencer', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7448.0, + density: 16.9, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33124, lat: 38.78676 }, + }, + { + zip_code: '25312', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14728.0, + density: 80.7, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65735, lat: 38.45242 }, + }, + { + zip_code: '25403', + usps_city: 'Martinsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13829.0, + density: 143.0, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "100"}', + coty_name: ['Berkeley'], + cty_code: ['54003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00499, lat: 39.48285 }, + }, + { + zip_code: '25414', + usps_city: 'Charles Town', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 18252.0, + density: 129.4, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "100"}', + coty_name: ['Jefferson'], + cty_code: ['54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86895, lat: 39.25107 }, + }, + { + zip_code: '25607', + usps_city: 'Amherstdale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 42.8, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78644, lat: 37.7867 }, + }, + { + zip_code: '25646', + usps_city: 'Stollings', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 14.1, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89498, lat: 37.83272 }, + }, + { + zip_code: '25865', + usps_city: 'Lester', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 21.0, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3489, lat: 37.72516 }, + }, + { + zip_code: '25920', + usps_city: 'Slab Fork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 13.4, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33385, lat: 37.68716 }, + }, + { + zip_code: '26146', + usps_city: 'Friendly', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 10.9, + primary_coty_code: '54095', + primary_coty_name: 'Tyler', + county_weights: '{"54095": "70.09", "54073": "29.91"}', + coty_name: ['Tyler', 'Pleasants'], + cty_code: ['54095', '54073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04397, lat: 39.45283 }, + }, + { + zip_code: '26236', + usps_city: 'Selbyville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 244.7, + primary_coty_code: '54097', + primary_coty_name: 'Upshur', + county_weights: '{"54097": "100"}', + coty_name: ['Upshur'], + cty_code: ['54097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22295, lat: 38.74811 }, + }, + { + zip_code: '26323', + usps_city: 'Anmoore', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 134.8, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29056, lat: 39.26278 }, + }, + { + zip_code: '26339', + usps_city: 'Center Point', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 5.5, + primary_coty_code: '54017', + primary_coty_name: 'Doddridge', + county_weights: '{"54017": "100"}', + coty_name: ['Doddridge'], + cty_code: ['54017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61062, lat: 39.41965 }, + }, + { + zip_code: '26377', + usps_city: 'Jacksonburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 5.3, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "71.43", "54095": "28.57"}', + coty_name: ['Wetzel', 'Tyler'], + cty_code: ['54103', '54095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.63879, lat: 39.4924 }, + }, + { + zip_code: '26437', + usps_city: 'Smithfield', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 6.5, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "98.45", "54049": "1.55"}', + coty_name: ['Wetzel', 'Marion'], + cty_code: ['54103', '54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.51813, lat: 39.52648 }, + }, + { + zip_code: '26444', + usps_city: 'Tunnelton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3706.0, + density: 19.8, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76808, lat: 39.36218 }, + }, + { + zip_code: '26519', + usps_city: 'Albright', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2085.0, + density: 12.5, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63508, lat: 39.55198 }, + }, + { + zip_code: '26525', + usps_city: 'Bruceton Mills', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7463.0, + density: 20.7, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.61743, lat: 39.65574 }, + }, + { + zip_code: '26576', + usps_city: 'Idamay', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 616.0, + density: 271.9, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25716, lat: 39.49303 }, + }, + { + zip_code: '26662', + usps_city: 'Canvas', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1075.0, + density: 28.3, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75478, lat: 38.26325 }, + }, + { + zip_code: '26743', + usps_city: 'New Creek', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 7.7, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "80.84", "54023": "19.16"}', + coty_name: ['Mineral', 'Grant'], + cty_code: ['54057', '54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.0768, lat: 39.28867 }, + }, + { + zip_code: '27243', + usps_city: 'Efland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4369.0, + density: 42.6, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "100"}', + coty_name: ['Orange'], + cty_code: ['37135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.19495, lat: 36.078 }, + }, + { + zip_code: '27244', + usps_city: 'Elon', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16036.0, + density: 122.7, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "89.44", "37033": "7.96", "37081": "2.6"}', + coty_name: ['Alamance', 'Caswell', 'Guilford'], + cty_code: ['37001', '37033', '37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48778, lat: 36.21011 }, + }, + { + zip_code: '27249', + usps_city: 'Gibsonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11882.0, + density: 79.5, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: + '{"37081": "67.34", "37001": "27.04", "37033": "4.86", "37157": "0.76"}', + coty_name: ['Guilford', 'Alamance', 'Caswell', 'Rockingham'], + cty_code: ['37081', '37001', '37033', '37157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.5819, lat: 36.1574 }, + }, + { + zip_code: '27517', + usps_city: 'Chapel Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25355.0, + density: 213.0, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "40.53", "37037": "35.31", "37063": "24.17"}', + coty_name: ['Orange', 'Chatham', 'Durham'], + cty_code: ['37135', '37037', '37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02484, lat: 35.85024 }, + }, + { + zip_code: '27540', + usps_city: 'Holly Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39675.0, + density: 329.4, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "96.42", "37085": "3.55", "37037": "0.02"}', + coty_name: ['Wake', 'Harnett', 'Chatham'], + cty_code: ['37183', '37085', '37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.86968, lat: 35.61215 }, + }, + { + zip_code: '27542', + usps_city: 'Kenly', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9288.0, + density: 41.7, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "70.29", "37195": "22.15", "37191": "7.56"}', + coty_name: ['Johnston', 'Wilson', 'Wayne'], + cty_code: ['37101', '37195', '37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14073, lat: 35.61826 }, + }, + { + zip_code: '27549', + usps_city: 'Louisburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26716.0, + density: 42.7, + primary_coty_code: '37069', + primary_coty_name: 'Franklin', + county_weights: '{"37069": "100"}', + coty_name: ['Franklin'], + cty_code: ['37069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.23827, lat: 36.10367 }, + }, + { + zip_code: '27555', + usps_city: 'Micro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 699.3, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "100"}', + coty_name: ['Johnston'], + cty_code: ['37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20423, lat: 35.56246 }, + }, + { + zip_code: '27568', + usps_city: 'Pine Level', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 607.0, + density: 998.2, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "100"}', + coty_name: ['Johnston'], + cty_code: ['37101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.24388, lat: 35.5089 }, + }, + { + zip_code: '27874', + usps_city: 'Scotland Neck', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3837.0, + density: 11.4, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "100"}', + coty_name: ['Halifax'], + cty_code: ['37083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.40916, lat: 36.12984 }, + }, + { + zip_code: '27932', + usps_city: 'Edenton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12129.0, + density: 39.6, + primary_coty_code: '37041', + primary_coty_name: 'Chowan', + county_weights: '{"37041": "100"}', + coty_name: ['Chowan'], + cty_code: ['37041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60012, lat: 36.1007 }, + }, + { + zip_code: '28016', + usps_city: 'Bessemer City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13405.0, + density: 120.4, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28818, lat: 35.31749 }, + }, + { + zip_code: '28031', + usps_city: 'Cornelius', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28077.0, + density: 773.2, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.89809, lat: 35.47155 }, + }, + { + zip_code: '28043', + usps_city: 'Forest City', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20339.0, + density: 123.9, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86931, lat: 35.31198 }, + }, + { + zip_code: '28124', + usps_city: 'Mount Pleasant', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5946.0, + density: 40.3, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: '{"37025": "90.83", "37167": "9.17"}', + coty_name: ['Cabarrus', 'Stanly'], + cty_code: ['37025', '37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40378, lat: 35.40211 }, + }, + { + zip_code: '28125', + usps_city: 'Mount Ulla', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2421.0, + density: 24.3, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "79.56", "37097": "20.44"}', + coty_name: ['Rowan', 'Iredell'], + cty_code: ['37159', '37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70306, lat: 35.65947 }, + }, + { + zip_code: '28137', + usps_city: 'Richfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3181.0, + density: 27.7, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "76.54", "37159": "23.46"}', + coty_name: ['Stanly', 'Rowan'], + cty_code: ['37167', '37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2547, lat: 35.50359 }, + }, + { + zip_code: '28160', + usps_city: 'Spindale', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3825.0, + density: 263.2, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92233, lat: 35.36102 }, + }, + { + zip_code: '28170', + usps_city: 'Wadesboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11187.0, + density: 23.1, + primary_coty_code: '37007', + primary_coty_name: 'Anson', + county_weights: '{"37007": "100"}', + coty_name: ['Anson'], + cty_code: ['37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09668, lat: 34.99577 }, + }, + { + zip_code: '28213', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 43099.0, + density: 1202.1, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "97.76", "37025": "2.24"}', + coty_name: ['Mecklenburg', 'Cabarrus'], + cty_code: ['37119', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.73326, lat: 35.28493 }, + }, + { + zip_code: '28304', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 36682.0, + density: 858.6, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "99.18", "37093": "0.82"}', + coty_name: ['Cumberland', 'Hoke'], + cty_code: ['37051', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.98983, lat: 35.02599 }, + }, + { + zip_code: '28312', + usps_city: 'Fayetteville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19761.0, + density: 45.4, + primary_coty_code: '37051', + primary_coty_name: 'Cumberland', + county_weights: '{"37051": "98.74", "37017": "1.26"}', + coty_name: ['Cumberland', 'Bladen'], + cty_code: ['37051', '37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.74072, lat: 34.95501 }, + }, + { + zip_code: '28339', + usps_city: 'Erwin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7432.0, + density: 80.0, + primary_coty_code: '37085', + primary_coty_name: 'Harnett', + county_weights: '{"37085": "100"}', + coty_name: ['Harnett'], + cty_code: ['37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72176, lat: 35.31414 }, + }, + { + zip_code: '28420', + usps_city: 'Ash', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 11.2, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.48055, lat: 34.07423 }, + }, + { + zip_code: '28433', + usps_city: 'Clarkton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5228.0, + density: 18.0, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "77.5", "37047": "22.5"}', + coty_name: ['Bladen', 'Columbus'], + cty_code: ['37017', '37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62406, lat: 34.4911 }, + }, + { + zip_code: '28587', + usps_city: 'Vandemere', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 29.8, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.6693, lat: 35.19355 }, + }, + { + zip_code: '28690', + usps_city: 'Valdese', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9189.0, + density: 164.3, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "100"}', + coty_name: ['Burke'], + cty_code: ['37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57401, lat: 35.73296 }, + }, + { + zip_code: '28761', + usps_city: 'Nebo', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7194.0, + density: 25.8, + primary_coty_code: '37111', + primary_coty_name: 'McDowell', + county_weights: '{"37111": "92.14", "37023": "7.86"}', + coty_name: ['McDowell', 'Burke'], + cty_code: ['37111', '37023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.907, lat: 35.68636 }, + }, + { + zip_code: '28790', + usps_city: 'Zirconia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3295.0, + density: 30.4, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "100"}', + coty_name: ['Henderson'], + cty_code: ['37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48748, lat: 35.20139 }, + }, + { + zip_code: '29039', + usps_city: 'Cordova', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3838.0, + density: 57.4, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9076, lat: 33.41513 }, + }, + { + zip_code: '29040', + usps_city: 'Dalzell', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10272.0, + density: 70.6, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "89.97", "45061": "10.03"}', + coty_name: ['Sumter', 'Lee'], + cty_code: ['45085', '45061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43427, lat: 34.0593 }, + }, + { + zip_code: '29073', + usps_city: 'Lexington', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 47275.0, + density: 227.6, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "100"}', + coty_name: ['Lexington'], + cty_code: ['45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23818, lat: 33.8937 }, + }, + { + zip_code: '29113', + usps_city: 'Norway', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 12.9, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.13227, lat: 33.43622 }, + }, + { + zip_code: '29127', + usps_city: 'Prosperity', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8343.0, + density: 31.4, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "95.67", "45081": "4.33"}', + coty_name: ['Newberry', 'Saluda'], + cty_code: ['45071', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51232, lat: 34.16621 }, + }, + { + zip_code: '29152', + usps_city: 'Shaw Afb', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2045.0, + density: 169.9, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "100"}', + coty_name: ['Sumter'], + cty_code: ['45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.47178, lat: 33.97495 }, + }, + { + zip_code: '29329', + usps_city: 'Converse', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 419.9, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83749, lat: 34.99371 }, + }, + { + zip_code: '29439', + usps_city: 'Folly Beach', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2344.0, + density: 311.2, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92909, lat: 32.66632 }, + }, + { + zip_code: '29455', + usps_city: 'Johns Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 22565.0, + density: 81.1, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09021, lat: 32.69435 }, + }, + { + zip_code: '29481', + usps_city: 'Smoaks', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1529.0, + density: 6.6, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "87.29", "45009": "12.71"}', + coty_name: ['Colleton', 'Bamberg'], + cty_code: ['45029', '45009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80305, lat: 33.1135 }, + }, + { + zip_code: '29564', + usps_city: 'Lane', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 5.9, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "100"}', + coty_name: ['Williamsburg'], + cty_code: ['45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84307, lat: 33.46143 }, + }, + { + zip_code: '29624', + usps_city: 'Anderson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15390.0, + density: 211.6, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "100"}', + coty_name: ['Anderson'], + cty_code: ['45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62515, lat: 34.43733 }, + }, + { + zip_code: '29646', + usps_city: 'Greenwood', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28197.0, + density: 96.6, + primary_coty_code: '45047', + primary_coty_name: 'Greenwood', + county_weights: '{"45047": "99.51", "45001": "0.49"}', + coty_name: ['Greenwood', 'Abbeville'], + cty_code: ['45047', '45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15202, lat: 34.13472 }, + }, + { + zip_code: '29669', + usps_city: 'Pelzer', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12217.0, + density: 75.3, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "51.24", "45045": "48.76"}', + coty_name: ['Anderson', 'Greenville'], + cty_code: ['45007', '45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41659, lat: 34.64149 }, + }, + { + zip_code: '29672', + usps_city: 'Seneca', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12356.0, + density: 123.0, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93963, lat: 34.74824 }, + }, + { + zip_code: '29693', + usps_city: 'Westminster', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13771.0, + density: 31.9, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.15153, lat: 34.65257 }, + }, + { + zip_code: '29732', + usps_city: 'Rock Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 59059.0, + density: 427.6, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07935, lat: 34.96968 }, + }, + { + zip_code: '29741', + usps_city: 'Ruby', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2340.0, + density: 24.3, + primary_coty_code: '45025', + primary_coty_name: 'Chesterfield', + county_weights: '{"45025": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20106, lat: 34.72501 }, + }, + { + zip_code: '29817', + usps_city: 'Blackville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4309.0, + density: 15.5, + primary_coty_code: '45011', + primary_coty_name: 'Barnwell', + county_weights: '{"45011": "95.34", "45009": "4.66"}', + coty_name: ['Barnwell', 'Bamberg'], + cty_code: ['45011', '45009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27283, lat: 33.37057 }, + }, + { + zip_code: '29821', + usps_city: 'Clarks Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1702.0, + density: 10.6, + primary_coty_code: '45065', + primary_coty_name: 'McCormick', + county_weights: '{"45065": "53.33", "45037": "46.67"}', + coty_name: ['McCormick', 'Edgefield'], + cty_code: ['45065', '45037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11184, lat: 33.64381 }, + }, + { + zip_code: '29918', + usps_city: 'Estill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5958.0, + density: 25.4, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "100"}', + coty_name: ['Hampton'], + cty_code: ['45049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.24206, lat: 32.74555 }, + }, + { + zip_code: '30044', + usps_city: 'Lawrenceville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 89139.0, + density: 1403.0, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06915, lat: 33.92215 }, + }, + { + zip_code: '30106', + usps_city: 'Austell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 21718.0, + density: 674.9, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "99.46", "13097": "0.54"}', + coty_name: ['Cobb', 'Douglas'], + cty_code: ['13067', '13097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.62705, lat: 33.83605 }, + }, + { + zip_code: '30290', + usps_city: 'Tyrone', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8798.0, + density: 190.2, + primary_coty_code: '13113', + primary_coty_name: 'Fayette', + county_weights: '{"13113": "100"}', + coty_name: ['Fayette'], + cty_code: ['13113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58795, lat: 33.47743 }, + }, + { + zip_code: '30294', + usps_city: 'Ellenwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 42484.0, + density: 507.0, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: + '{"13089": "43.32", "13063": "33.74", "13151": "22.69", "13247": "0.25"}', + coty_name: ['DeKalb', 'Clayton', 'Henry', 'Rockdale'], + cty_code: ['13089', '13063', '13151', '13247'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26377, lat: 33.63633 }, + }, + { + zip_code: '30338', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35903.0, + density: 1411.0, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "99.25", "13121": "0.75"}', + coty_name: ['DeKalb', 'Fulton'], + cty_code: ['13089', '13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31748, lat: 33.94374 }, + }, + { + zip_code: '30345', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 25797.0, + density: 1399.3, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28323, lat: 33.85098 }, + }, + { + zip_code: '30354', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15680.0, + density: 563.1, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "99.91", "13063": "0.09"}', + coty_name: ['Fulton', 'Clayton'], + cty_code: ['13121', '13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38707, lat: 33.66066 }, + }, + { + zip_code: '30446', + usps_city: 'Newington', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1055.0, + density: 6.2, + primary_coty_code: '13251', + primary_coty_name: 'Screven', + county_weights: '{"13251": "87.55", "13103": "12.45"}', + coty_name: ['Screven', 'Effingham'], + cty_code: ['13251', '13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46858, lat: 32.56752 }, + }, + { + zip_code: '30464', + usps_city: 'Stillmore', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 58.0, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: '{"13107": "100"}', + coty_name: ['Emanuel'], + cty_code: ['13107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22188, lat: 32.43499 }, + }, + { + zip_code: '30473', + usps_city: 'Uvalda', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2442.0, + density: 11.3, + primary_coty_code: '13209', + primary_coty_name: 'Montgomery', + county_weights: '{"13209": "54.85", "13279": "45.15"}', + coty_name: ['Montgomery', 'Toombs'], + cty_code: ['13209', '13279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46821, lat: 32.01598 }, + }, + { + zip_code: '30540', + usps_city: 'Ellijay', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 19634.0, + density: 38.6, + primary_coty_code: '13123', + primary_coty_name: 'Gilmer', + county_weights: '{"13123": "100"}', + coty_name: ['Gilmer'], + cty_code: ['13123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54404, lat: 34.72432 }, + }, + { + zip_code: '30820', + usps_city: 'Mitchell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 4.7, + primary_coty_code: '13125', + primary_coty_name: 'Glascock', + county_weights: '{"13125": "70.12", "13301": "21.83", "13303": "8.05"}', + coty_name: ['Glascock', 'Warren', 'Washington'], + cty_code: ['13125', '13301', '13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71107, lat: 33.22053 }, + }, + { + zip_code: '59001', + usps_city: 'Absarokee', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1558.0, + density: 3.8, + primary_coty_code: '30095', + primary_coty_name: 'Stillwater', + county_weights: '{"30095": "96.53", "30009": "3.47"}', + coty_name: ['Stillwater', 'Carbon'], + cty_code: ['30095', '30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.5245, lat: 45.52642 }, + }, + { + zip_code: '59027', + usps_city: 'Emigrant', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 1.1, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.9063, lat: 45.24021 }, + }, + { + zip_code: '59068', + usps_city: 'Red Lodge', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3355.0, + density: 2.5, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "100"}', + coty_name: ['Carbon'], + cty_code: ['30009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.44983, lat: 45.15835 }, + }, + { + zip_code: '59231', + usps_city: 'Saint Marie', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 470.0, + density: 91.0, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.54804, lat: 48.39802 }, + }, + { + zip_code: '59327', + usps_city: 'Forsyth', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2535.0, + density: 0.5, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "100"}', + coty_name: ['Rosebud'], + cty_code: ['30087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.70624, lat: 46.2524 }, + }, + { + zip_code: '59410', + usps_city: 'Augusta', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 0.2, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "96.25", "30099": "3.75"}', + coty_name: ['Lewis and Clark', 'Teton'], + cty_code: ['30049', '30099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.65292, lat: 47.48417 }, + }, + { + zip_code: '59452', + usps_city: 'Hobson', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 529.0, + density: 0.5, + primary_coty_code: '30045', + primary_coty_name: 'Judith Basin', + county_weights: '{"30045": "100"}', + coty_name: ['Judith Basin'], + cty_code: ['30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.10977, lat: 46.86223 }, + }, + { + zip_code: '59462', + usps_city: 'Moccasin', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 0.5, + primary_coty_code: '30045', + primary_coty_name: 'Judith Basin', + county_weights: '{"30045": "100"}', + coty_name: ['Judith Basin'], + cty_code: ['30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.88733, lat: 47.11797 }, + }, + { + zip_code: '59464', + usps_city: 'Moore', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 0.8, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "96", "30045": "4"}', + coty_name: ['Fergus', 'Judith Basin'], + cty_code: ['30027', '30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.65198, lat: 46.9045 }, + }, + { + zip_code: '59479', + usps_city: 'Stanford', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 691.0, + density: 0.4, + primary_coty_code: '30045', + primary_coty_name: 'Judith Basin', + county_weights: '{"30045": "100"}', + coty_name: ['Judith Basin'], + cty_code: ['30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.3311, lat: 47.01982 }, + }, + { + zip_code: '59532', + usps_city: 'Kremlin', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 0.2, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "100"}', + coty_name: ['Hill'], + cty_code: ['30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.09665, lat: 48.5771 }, + }, + { + zip_code: '59540', + usps_city: 'Rudyard', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.3, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "100"}', + coty_name: ['Hill'], + cty_code: ['30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.55555, lat: 48.59871 }, + }, + { + zip_code: '59634', + usps_city: 'Clancy', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 5606.0, + density: 14.1, + primary_coty_code: '30043', + primary_coty_name: 'Jefferson', + county_weights: '{"30043": "100"}', + coty_name: ['Jefferson'], + cty_code: ['30043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.97465, lat: 46.46896 }, + }, + { + zip_code: '59829', + usps_city: 'Darby', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2282.0, + density: 1.2, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.28224, lat: 45.78631 }, + }, + { + zip_code: '60068', + usps_city: 'Park Ridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37433.0, + density: 2038.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84355, lat: 42.0125 }, + }, + { + zip_code: '60096', + usps_city: 'Winthrop Harbor', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6733.0, + density: 538.0, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82974, lat: 42.48091 }, + }, + { + zip_code: '60169', + usps_city: 'Hoffman Estates', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 33373.0, + density: 1676.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11667, lat: 42.05039 }, + }, + { + zip_code: '60188', + usps_city: 'Carol Stream', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42214.0, + density: 1615.2, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1292, lat: 41.91589 }, + }, + { + zip_code: '60417', + usps_city: 'Crete', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15073.0, + density: 149.5, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.5932, lat: 41.42888 }, + }, + { + zip_code: '60464', + usps_city: 'Palos Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9662.0, + density: 477.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86181, lat: 41.66249 }, + }, + { + zip_code: '60467', + usps_city: 'Orland Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26861.0, + density: 713.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "91.12", "17197": "8.88"}', + coty_name: ['Cook', 'Will'], + cty_code: ['17031', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88989, lat: 41.6018 }, + }, + { + zip_code: '60487', + usps_city: 'Tinley Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26736.0, + density: 1197.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "71.7", "17197": "28.3"}', + coty_name: ['Cook', 'Will'], + cty_code: ['17031', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83422, lat: 41.56358 }, + }, + { + zip_code: '60615', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40590.0, + density: 7084.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60259, lat: 41.80223 }, + }, + { + zip_code: '60657', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 70958.0, + density: 12050.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65382, lat: 41.93991 }, + }, + { + zip_code: '61019', + usps_city: 'Davis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3309.0, + density: 35.3, + primary_coty_code: '17177', + primary_coty_name: 'Stephenson', + county_weights: '{"17177": "61.01", "17201": "38.99"}', + coty_name: ['Stephenson', 'Winnebago'], + cty_code: ['17177', '17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.41007, lat: 42.44146 }, + }, + { + zip_code: '61041', + usps_city: 'Hanover', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1162.0, + density: 7.5, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30158, lat: 42.27611 }, + }, + { + zip_code: '61114', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15958.0, + density: 774.6, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "97.16", "17007": "2.84"}', + coty_name: ['Winnebago', 'Boone'], + cty_code: ['17201', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99101, lat: 42.3084 }, + }, + { + zip_code: '61361', + usps_city: 'Sheffield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 5.4, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "98.01", "17073": "1.99"}', + coty_name: ['Bureau', 'Henry'], + cty_code: ['17011', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.76379, lat: 41.41146 }, + }, + { + zip_code: '61422', + usps_city: 'Bushnell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3175.0, + density: 31.0, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "100"}', + coty_name: ['McDonough'], + cty_code: ['17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.53478, lat: 40.55087 }, + }, + { + zip_code: '61455', + usps_city: 'Macomb', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 20294.0, + density: 45.9, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "100"}', + coty_name: ['McDonough'], + cty_code: ['17109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65452, lat: 40.43538 }, + }, + { + zip_code: '61458', + usps_city: 'Maquon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 3.0, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18143, lat: 40.77966 }, + }, + { + zip_code: '61465', + usps_city: 'New Windsor', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1162.0, + density: 10.7, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "94.72", "17073": "5.28"}', + coty_name: ['Mercer', 'Henry'], + cty_code: ['17131', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46658, lat: 41.20784 }, + }, + { + zip_code: '61467', + usps_city: 'Oneida', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1107.0, + density: 8.7, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "100"}', + coty_name: ['Knox'], + cty_code: ['17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.23977, lat: 41.07376 }, + }, + { + zip_code: '61474', + usps_city: 'Saint Augustine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 3.5, + primary_coty_code: '17095', + primary_coty_name: 'Knox', + county_weights: '{"17095": "95.89", "17187": "4.11"}', + coty_name: ['Knox', 'Warren'], + cty_code: ['17095', '17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.3781, lat: 40.73635 }, + }, + { + zip_code: '61747', + usps_city: 'Hopedale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 20.0, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43072, lat: 40.42174 }, + }, + { + zip_code: '61776', + usps_city: 'Towanda', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1216.0, + density: 10.7, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86698, lat: 40.56942 }, + }, + { + zip_code: '61840', + usps_city: 'Dewey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 7.2, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29894, lat: 40.3037 }, + }, + { + zip_code: '61863', + usps_city: 'Pesotum', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 872.0, + density: 10.4, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2797, lat: 39.9058 }, + }, + { + zip_code: '62036', + usps_city: 'Golden Eagle', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 706.0, + density: 9.5, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.58799, lat: 38.91666 }, + }, + { + zip_code: '62061', + usps_city: 'Marine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1631.0, + density: 26.0, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.77952, lat: 38.78975 }, + }, + { + zip_code: '62248', + usps_city: 'Hecker', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 859.5, + primary_coty_code: '17133', + primary_coty_name: 'Monroe', + county_weights: '{"17133": "100"}', + coty_name: ['Monroe'], + cty_code: ['17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99346, lat: 38.30442 }, + }, + { + zip_code: '62269', + usps_city: "O'Fallon", + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31567.0, + density: 451.0, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91604, lat: 38.60338 }, + }, + { + zip_code: '62325', + usps_city: 'Coatsburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 12.3, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.16603, lat: 40.05125 }, + }, + { + zip_code: '62463', + usps_city: 'Stewardson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1230.0, + density: 10.2, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "100"}', + coty_name: ['Shelby'], + cty_code: ['17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60536, lat: 39.27666 }, + }, + { + zip_code: '62471', + usps_city: 'Vandalia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10306.0, + density: 29.1, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "100"}', + coty_name: ['Fayette'], + cty_code: ['17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.13061, lat: 38.9546 }, + }, + { + zip_code: '62473', + usps_city: 'Watson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1262.0, + density: 22.0, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "100"}', + coty_name: ['Effingham'], + cty_code: ['17049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56542, lat: 39.02035 }, + }, + { + zip_code: '62513', + usps_city: 'Blue Mound', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1724.0, + density: 9.6, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "86.41", "17021": "13.59"}', + coty_name: ['Macon', 'Christian'], + cty_code: ['17115', '17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.15082, lat: 39.72201 }, + }, + { + zip_code: '62522', + usps_city: 'Decatur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15379.0, + density: 234.3, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05111, lat: 39.829 }, + }, + { + zip_code: '62875', + usps_city: 'Patoka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1110.0, + density: 6.3, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "81.75", "17051": "16.37", "17027": "1.89"}', + coty_name: ['Marion', 'Fayette', 'Clinton'], + cty_code: ['17121', '17051', '17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12131, lat: 38.75915 }, + }, + { + zip_code: '62977', + usps_city: 'Raleigh', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 754.0, + density: 14.8, + primary_coty_code: '17165', + primary_coty_name: 'Saline', + county_weights: '{"17165": "100"}', + coty_name: ['Saline'], + cty_code: ['17165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.5449, lat: 37.85397 }, + }, + { + zip_code: '62999', + usps_city: 'Zeigler', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1771.0, + density: 318.8, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05259, lat: 37.89171 }, + }, + { + zip_code: '63077', + usps_city: 'Saint Clair', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11004.0, + density: 49.0, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98631, lat: 38.32711 }, + }, + { + zip_code: '63363', + usps_city: 'New Florence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1926.0, + density: 8.5, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "93.89", "29219": "6.11"}', + coty_name: ['Montgomery', 'Warren'], + cty_code: ['29139', '29219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45602, lat: 38.88612 }, + }, + { + zip_code: '63377', + usps_city: 'Silex', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2625.0, + density: 7.7, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1037, lat: 39.11037 }, + }, + { + zip_code: '63389', + usps_city: 'Winfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6987.0, + density: 66.5, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77884, lat: 39.0052 }, + }, + { + zip_code: '63461', + usps_city: 'Palmyra', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5668.0, + density: 13.8, + primary_coty_code: '29127', + primary_coty_name: 'Marion', + county_weights: '{"29127": "100"}', + coty_name: ['Marion'], + cty_code: ['29127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.55773, lat: 39.79798 }, + }, + { + zip_code: '63463', + usps_city: 'Philadelphia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 5.9, + primary_coty_code: '29127', + primary_coty_name: 'Marion', + county_weights: '{"29127": "100"}', + coty_name: ['Marion'], + cty_code: ['29127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76016, lat: 39.84514 }, + }, + { + zip_code: '63549', + usps_city: 'La Plata', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2762.0, + density: 7.4, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "85.34", "29001": "14.66"}', + coty_name: ['Macon', 'Adair'], + cty_code: ['29121', '29001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.48597, lat: 40.01822 }, + }, + { + zip_code: '63552', + usps_city: 'Macon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7465.0, + density: 22.3, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44743, lat: 39.75978 }, + }, + { + zip_code: '63873', + usps_city: 'Portageville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4503.0, + density: 8.7, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "89.45", "29155": "10.55"}', + coty_name: ['New Madrid', 'Pemiscot'], + cty_code: ['29143', '29155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67057, lat: 36.42374 }, + }, + { + zip_code: '64084', + usps_city: 'Rayville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1572.0, + density: 12.3, + primary_coty_code: '29177', + primary_coty_name: 'Ray', + county_weights: '{"29177": "100"}', + coty_name: ['Ray'], + cty_code: ['29177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06459, lat: 39.38345 }, + }, + { + zip_code: '64105', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5003.0, + density: 2565.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.59104, lat: 39.10477 }, + }, + { + zip_code: '64147', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 602.0, + density: 71.7, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "74.38", "29037": "25.62"}', + coty_name: ['Jackson', 'Cass'], + cty_code: ['29095', '29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54626, lat: 38.85281 }, + }, + { + zip_code: '64426', + usps_city: 'Blythedale', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 2.9, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "100"}', + coty_name: ['Harrison'], + cty_code: ['29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.86528, lat: 40.51885 }, + }, + { + zip_code: '64432', + usps_city: 'Clyde', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 248.6, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.66858, lat: 40.26367 }, + }, + { + zip_code: '64440', + usps_city: 'De Kalb', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 6.8, + primary_coty_code: '29021', + primary_coty_name: 'Buchanan', + county_weights: '{"29021": "97.29", "29165": "2.71"}', + coty_name: ['Buchanan', 'Platte'], + cty_code: ['29021', '29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91891, lat: 39.57804 }, + }, + { + zip_code: '64457', + usps_city: 'Guilford', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 2.2, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "92.1", "29003": "7.9"}', + coty_name: ['Nodaway', 'Andrew'], + cty_code: ['29147', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.68555, lat: 40.16095 }, + }, + { + zip_code: '64486', + usps_city: 'Sheridan', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 3.0, + primary_coty_code: '29227', + primary_coty_name: 'Worth', + county_weights: '{"29227": "78.9", "29147": "21.1"}', + coty_name: ['Worth', 'Nodaway'], + cty_code: ['29227', '29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61867, lat: 40.52908 }, + }, + { + zip_code: '64631', + usps_city: 'Bucklin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 3.4, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "81.49", "29121": "18.51"}', + coty_name: ['Linn', 'Macon'], + cty_code: ['29115', '29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.8743, lat: 39.81973 }, + }, + { + zip_code: '64667', + usps_city: 'Newtown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 1.9, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "80", "29129": "13.16", "29171": "6.84"}', + coty_name: ['Sullivan', 'Mercer', 'Putnam'], + cty_code: ['29211', '29129', '29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33481, lat: 40.38502 }, + }, + { + zip_code: '64670', + usps_city: 'Pattonsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1011.0, + density: 3.1, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: + '{"29061": "84.95", "29063": "10.18", "29081": "2.66", "29075": "2.2"}', + coty_name: ['Daviess', 'DeKalb', 'Harrison', 'Gentry'], + cty_code: ['29061', '29063', '29081', '29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14156, lat: 40.04813 }, + }, + { + zip_code: '64778', + usps_city: 'Richards', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 2.4, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.48263, lat: 37.92405 }, + }, + { + zip_code: '64781', + usps_city: 'Roscoe', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 29.4, + primary_coty_code: '29185', + primary_coty_name: 'St. Clair', + county_weights: '{"29185": "100"}', + coty_name: ['St. Clair'], + cty_code: ['29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81427, lat: 37.98077 }, + }, + { + zip_code: '64783', + usps_city: 'Schell City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 5.2, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "83.74", "29185": "16.26"}', + coty_name: ['Vernon', 'St. Clair'], + cty_code: ['29217', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11222, lat: 38.00467 }, + }, + { + zip_code: '64833', + usps_city: 'Avilla', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 90.9, + primary_coty_code: '29097', + primary_coty_name: 'Jasper', + county_weights: '{"29097": "100"}', + coty_name: ['Jasper'], + cty_code: ['29097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12982, lat: 37.1938 }, + }, + { + zip_code: '65072', + usps_city: 'Rocky Mount', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 32.0, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "80.62", "29131": "19.38"}', + coty_name: ['Morgan', 'Miller'], + cty_code: ['29141', '29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72308, lat: 38.26782 }, + }, + { + zip_code: '65257', + usps_city: 'Higbee', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 6.8, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "80.5", "29089": "19.5"}', + coty_name: ['Randolph', 'Howard'], + cty_code: ['29175', '29089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53204, lat: 39.28665 }, + }, + { + zip_code: '65264', + usps_city: 'Martinsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 692.0, + density: 5.0, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "84.44", "29027": "15.56"}', + coty_name: ['Audrain', 'Callaway'], + cty_code: ['29007', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69254, lat: 39.08764 }, + }, + { + zip_code: '65281', + usps_city: 'Salisbury', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2604.0, + density: 4.9, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.79502, lat: 39.46796 }, + }, + { + zip_code: '65286', + usps_city: 'Triplett', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 1.1, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21896, lat: 39.50926 }, + }, + { + zip_code: '65337', + usps_city: 'La Monte', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1885.0, + density: 8.8, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "100"}', + coty_name: ['Pettis'], + cty_code: ['29159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43048, lat: 38.79111 }, + }, + { + zip_code: '65339', + usps_city: 'Malta Bend', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 2.0, + primary_coty_code: '29195', + primary_coty_name: 'Saline', + county_weights: '{"29195": "100"}', + coty_name: ['Saline'], + cty_code: ['29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38152, lat: 39.19658 }, + }, + { + zip_code: '65446', + usps_city: 'Cherryville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 3.3, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "100"}', + coty_name: ['Crawford'], + cty_code: ['29055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.26923, lat: 37.78477 }, + }, + { + zip_code: '65453', + usps_city: 'Cuba', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8560.0, + density: 24.0, + primary_coty_code: '29055', + primary_coty_name: 'Crawford', + county_weights: '{"29055": "98.47", "29073": "1.53"}', + coty_name: ['Crawford', 'Gasconade'], + cty_code: ['29055', '29073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.42882, lat: 38.09615 }, + }, + { + zip_code: '65556', + usps_city: 'Richland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5883.0, + density: 10.0, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "66.74", "29029": "17.87", "29105": "15.39"}', + coty_name: ['Pulaski', 'Camden', 'Laclede'], + cty_code: ['29169', '29029', '29105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40885, lat: 37.83648 }, + }, + { + zip_code: '65608', + usps_city: 'Ava', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8927.0, + density: 8.0, + primary_coty_code: '29067', + primary_coty_name: 'Douglas', + county_weights: '{"29067": "97.87", "29213": "1.65", "29153": "0.48"}', + coty_name: ['Douglas', 'Taney', 'Ozark'], + cty_code: ['29067', '29213', '29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68156, lat: 36.89508 }, + }, + { + zip_code: '65655', + usps_city: 'Gainesville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2738.0, + density: 5.1, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.42655, lat: 36.59796 }, + }, + { + zip_code: '65690', + usps_city: 'Couch', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 1.7, + primary_coty_code: '29149', + primary_coty_name: 'Oregon', + county_weights: '{"29149": "100"}', + coty_name: ['Oregon'], + cty_code: ['29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.27236, lat: 36.58526 }, + }, + { + zip_code: '65737', + usps_city: 'Reeds Spring', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8404.0, + density: 38.3, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "94.77", "29213": "5.08", "29043": "0.15"}', + coty_name: ['Stone', 'Taney', 'Christian'], + cty_code: ['29209', '29213', '29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36017, lat: 36.71277 }, + }, + { + zip_code: '65756', + usps_city: 'Stotts City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 8.1, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "100"}', + coty_name: ['Lawrence'], + cty_code: ['29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97091, lat: 37.10289 }, + }, + { + zip_code: '66047', + usps_city: 'Lawrence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 20376.0, + density: 148.5, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "100"}', + coty_name: ['Douglas'], + cty_code: ['20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34776, lat: 38.88006 }, + }, + { + zip_code: '66091', + usps_city: 'Welda', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 2.7, + primary_coty_code: '20003', + primary_coty_name: 'Anderson', + county_weights: '{"20003": "100"}', + coty_name: ['Anderson'], + cty_code: ['20003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32369, lat: 38.17397 }, + }, + { + zip_code: '66227', + usps_city: 'Lenexa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6635.0, + density: 193.1, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8747, lat: 38.97275 }, + }, + { + zip_code: '66503', + usps_city: 'Manhattan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16061.0, + density: 76.1, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "100"}', + coty_name: ['Riley'], + cty_code: ['20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68622, lat: 39.26363 }, + }, + { + zip_code: '66535', + usps_city: 'Saint George', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2787.0, + density: 25.3, + primary_coty_code: '20149', + primary_coty_name: 'Pottawatomie', + county_weights: '{"20149": "100"}', + coty_name: ['Pottawatomie'], + cty_code: ['20149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43746, lat: 39.26247 }, + }, + { + zip_code: '66548', + usps_city: 'Waterville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 809.0, + density: 4.0, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "99.69", "20201": "0.31"}', + coty_name: ['Marshall', 'Washington'], + cty_code: ['20117', '20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76116, lat: 39.67862 }, + }, + { + zip_code: '66617', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8853.0, + density: 81.5, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "94.98", "20087": "4.73", "20085": "0.29"}', + coty_name: ['Shawnee', 'Jefferson', 'Jackson'], + cty_code: ['20177', '20087', '20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62529, lat: 39.13905 }, + }, + { + zip_code: '66713', + usps_city: 'Baxter Springs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5572.0, + density: 36.3, + primary_coty_code: '20021', + primary_coty_name: 'Cherokee', + county_weights: '{"20021": "100"}', + coty_name: ['Cherokee'], + cty_code: ['20021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.78587, lat: 37.03315 }, + }, + { + zip_code: '66780', + usps_city: 'Walnut', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 1.8, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "70.8", "20133": "20.88", "20011": "8.32"}', + coty_name: ['Crawford', 'Neosho', 'Bourbon'], + cty_code: ['20037', '20133', '20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05567, lat: 37.61659 }, + }, + { + zip_code: '67036', + usps_city: 'Danville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.6, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "100"}', + coty_name: ['Harper'], + cty_code: ['20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.87666, lat: 37.29757 }, + }, + { + zip_code: '67133', + usps_city: 'Rose Hill', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6482.0, + density: 59.3, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.10355, lat: 37.57647 }, + }, + { + zip_code: '67135', + usps_city: 'Sedgwick', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3298.0, + density: 12.3, + primary_coty_code: '20079', + primary_coty_name: 'Harvey', + county_weights: '{"20079": "60.12", "20173": "39.88"}', + coty_name: ['Harvey', 'Sedgwick'], + cty_code: ['20079', '20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45832, lat: 37.91728 }, + }, + { + zip_code: '67423', + usps_city: 'Beverly', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 1.5, + primary_coty_code: '20105', + primary_coty_name: 'Lincoln', + county_weights: '{"20105": "100"}', + coty_name: ['Lincoln'], + cty_code: ['20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.98209, lat: 38.95121 }, + }, + { + zip_code: '67519', + usps_city: 'Belpre', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 1.0, + primary_coty_code: '20047', + primary_coty_name: 'Edwards', + county_weights: '{"20047": "94.82", "20145": "5.18"}', + coty_name: ['Edwards', 'Pawnee'], + cty_code: ['20047', '20145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.09108, lat: 37.93037 }, + }, + { + zip_code: '67530', + usps_city: 'Great Bend', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 18608.0, + density: 29.3, + primary_coty_code: '20009', + primary_coty_name: 'Barton', + county_weights: '{"20009": "99.54", "20185": "0.46"}', + coty_name: ['Barton', 'Stafford'], + cty_code: ['20009', '20185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.79363, lat: 38.35287 }, + }, + { + zip_code: '67578', + usps_city: 'Stafford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1203.0, + density: 2.1, + primary_coty_code: '20185', + primary_coty_name: 'Stafford', + county_weights: '{"20185": "100"}', + coty_name: ['Stafford'], + cty_code: ['20185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.58098, lat: 37.98588 }, + }, + { + zip_code: '67635', + usps_city: 'Dresden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 0.3, + primary_coty_code: '20039', + primary_coty_name: 'Decatur', + county_weights: '{"20039": "75.15", "20179": "24.85"}', + coty_name: ['Decatur', 'Sheridan'], + cty_code: ['20039', '20179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.43935, lat: 39.59486 }, + }, + { + zip_code: '67836', + usps_city: 'Coolidge', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 1.3, + primary_coty_code: '20075', + primary_coty_name: 'Hamilton', + county_weights: '{"20075": "100"}', + coty_name: ['Hamilton'], + cty_code: ['20075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.00699, lat: 38.02158 }, + }, + { + zip_code: '67838', + usps_city: 'Deerfield', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1121.0, + density: 3.8, + primary_coty_code: '20093', + primary_coty_name: 'Kearny', + county_weights: '{"20093": "99.08", "20055": "0.92"}', + coty_name: ['Kearny', 'Finney'], + cty_code: ['20093', '20055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.13399, lat: 38.0779 }, + }, + { + zip_code: '68002', + usps_city: 'Arlington', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2527.0, + density: 13.5, + primary_coty_code: '31177', + primary_coty_name: 'Washington', + county_weights: '{"31177": "100"}', + coty_name: ['Washington'], + cty_code: ['31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33704, lat: 41.49691 }, + }, + { + zip_code: '68348', + usps_city: 'Elk Creek', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 3.2, + primary_coty_code: '31097', + primary_coty_name: 'Johnson', + county_weights: '{"31097": "100"}', + coty_name: ['Johnson'], + cty_code: ['31097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.13923, lat: 40.30611 }, + }, + { + zip_code: '68643', + usps_city: 'Leigh', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1015.0, + density: 4.1, + primary_coty_code: '31037', + primary_coty_name: 'Colfax', + county_weights: '{"31037": "65.89", "31141": "21.37", "31167": "12.74"}', + coty_name: ['Colfax', 'Platte', 'Stanton'], + cty_code: ['31037', '31141', '31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.25843, lat: 41.70459 }, + }, + { + zip_code: '68669', + usps_city: 'Ulysses', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 3.1, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.23467, lat: 41.0825 }, + }, + { + zip_code: '68778', + usps_city: 'Springview', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 0.4, + primary_coty_code: '31103', + primary_coty_name: 'Keya Paha', + county_weights: '{"31103": "100"}', + coty_name: ['Keya Paha'], + cty_code: ['31103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.79082, lat: 42.86757 }, + }, + { + zip_code: '68820', + usps_city: 'Boelus', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 2.8, + primary_coty_code: '31093', + primary_coty_name: 'Howard', + county_weights: '{"31093": "100"}', + coty_name: ['Howard'], + cty_code: ['31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.70223, lat: 41.10858 }, + }, + { + zip_code: '68838', + usps_city: 'Farwell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 1.6, + primary_coty_code: '31093', + primary_coty_name: 'Howard', + county_weights: '{"31093": "100"}', + coty_name: ['Howard'], + cty_code: ['31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66548, lat: 41.2152 }, + }, + { + zip_code: '68850', + usps_city: 'Lexington', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 12319.0, + density: 18.2, + primary_coty_code: '31047', + primary_coty_name: 'Dawson', + county_weights: '{"31047": "99.41", "31073": "0.59"}', + coty_name: ['Dawson', 'Gosper'], + cty_code: ['31047', '31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.73645, lat: 40.82956 }, + }, + { + zip_code: '69024', + usps_city: 'Culbertson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 1.8, + primary_coty_code: '31087', + primary_coty_name: 'Hitchcock', + county_weights: '{"31087": "92.22", "31085": "5.1", "31145": "2.68"}', + coty_name: ['Hitchcock', 'Hayes', 'Red Willow'], + cty_code: ['31087', '31085', '31145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.85151, lat: 40.23235 }, + }, + { + zip_code: '69028', + usps_city: 'Eustis', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 1.7, + primary_coty_code: '31063', + primary_coty_name: 'Frontier', + county_weights: '{"31063": "82.35", "31047": "12.72", "31073": "4.92"}', + coty_name: ['Frontier', 'Dawson', 'Gosper'], + cty_code: ['31063', '31047', '31073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.05634, lat: 40.63536 }, + }, + { + zip_code: '69163', + usps_city: 'Stapleton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1048.0, + density: 0.6, + primary_coty_code: '31113', + primary_coty_name: 'Logan', + county_weights: '{"31113": "77.89", "31111": "18.9", "31171": "3.21"}', + coty_name: ['Logan', 'Lincoln', 'Thomas'], + cty_code: ['31113', '31111', '31171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.57078, lat: 41.56183 }, + }, + { + zip_code: '70038', + usps_city: 'Boothville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 48.5, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.39859, lat: 29.32522 }, + }, + { + zip_code: '70058', + usps_city: 'Harvey', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39040.0, + density: 1193.6, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06706, lat: 29.87048 }, + }, + { + zip_code: '70075', + usps_city: 'Meraux', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5728.0, + density: 669.2, + primary_coty_code: '22087', + primary_coty_name: 'St. Bernard', + county_weights: '{"22087": "100"}', + coty_name: ['St. Bernard'], + cty_code: ['22087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9213, lat: 29.93294 }, + }, + { + zip_code: '70345', + usps_city: 'Cut Off', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9846.0, + density: 40.9, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26282, lat: 29.55121 }, + }, + { + zip_code: '70391', + usps_city: 'Paincourtville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 154.3, + primary_coty_code: '22007', + primary_coty_name: 'Assumption', + county_weights: '{"22007": "100"}', + coty_name: ['Assumption'], + cty_code: ['22007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.06069, lat: 29.99096 }, + }, + { + zip_code: '70392', + usps_city: 'Patterson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8714.0, + density: 109.4, + primary_coty_code: '22101', + primary_coty_name: 'St. Mary', + county_weights: '{"22101": "99.96", "22099": "0.04"}', + coty_name: ['St. Mary', 'St. Martin'], + cty_code: ['22101', '22099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3167, lat: 29.73002 }, + }, + { + zip_code: '70420', + usps_city: 'Abita Springs', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8490.0, + density: 64.2, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96749, lat: 30.4872 }, + }, + { + zip_code: '70455', + usps_city: 'Robert', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 14.1, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32459, lat: 30.51962 }, + }, + { + zip_code: '70460', + usps_city: 'Slidell', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22766.0, + density: 239.8, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.83778, lat: 30.29569 }, + }, + { + zip_code: '70529', + usps_city: 'Duson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13480.0, + density: 146.6, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "97.9", "22001": "2.1"}', + coty_name: ['Lafayette', 'Acadia'], + cty_code: ['22055', '22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16228, lat: 30.19693 }, + }, + { + zip_code: '70541', + usps_city: 'Grand Coteau', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 67.6, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.04582, lat: 30.4256 }, + }, + { + zip_code: '70580', + usps_city: 'Reddell', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 497.0, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "100"}', + coty_name: ['Evangeline'], + cty_code: ['22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.42832, lat: 30.67524 }, + }, + { + zip_code: '70633', + usps_city: 'Dequincy', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8584.0, + density: 21.2, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "86.47", "22011": "13.53"}', + coty_name: ['Calcasieu', 'Beauregard'], + cty_code: ['22019', '22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39729, lat: 30.42202 }, + }, + { + zip_code: '70749', + usps_city: 'Jarreau', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 17.8, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40254, lat: 30.63868 }, + }, + { + zip_code: '70752', + usps_city: 'Lakeland', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 695.0, + density: 28.4, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40757, lat: 30.5822 }, + }, + { + zip_code: '70820', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19218.0, + density: 390.3, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.18539, lat: 30.36901 }, + }, + { + zip_code: '71034', + usps_city: 'Hall Summit', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 415.0, + density: 47.8, + primary_coty_code: '22081', + primary_coty_name: 'Red River', + county_weights: '{"22081": "100"}', + coty_name: ['Red River'], + cty_code: ['22081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30692, lat: 32.18368 }, + }, + { + zip_code: '71039', + usps_city: 'Heflin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1769.0, + density: 14.8, + primary_coty_code: '22119', + primary_coty_name: 'Webster', + county_weights: '{"22119": "80.46", "22013": "19.54"}', + coty_name: ['Webster', 'Bienville'], + cty_code: ['22119', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29391, lat: 32.4269 }, + }, + { + zip_code: '71106', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 35922.0, + density: 424.5, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73634, lat: 32.38572 }, + }, + { + zip_code: '71260', + usps_city: 'Marion', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2679.0, + density: 3.7, + primary_coty_code: '22111', + primary_coty_name: 'Union', + county_weights: '{"22111": "100"}', + coty_name: ['Union'], + cty_code: ['22111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.23879, lat: 32.90786 }, + }, + { + zip_code: '71269', + usps_city: 'Rayville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12586.0, + density: 15.0, + primary_coty_code: '22083', + primary_coty_name: 'Richland', + county_weights: '{"22083": "100"}', + coty_name: ['Richland'], + cty_code: ['22083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7869, lat: 32.44574 }, + }, + { + zip_code: '71276', + usps_city: 'Sondheimer', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 0.9, + primary_coty_code: '22035', + primary_coty_name: 'East Carroll', + county_weights: '{"22035": "100"}', + coty_name: ['East Carroll'], + cty_code: ['22035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14931, lat: 32.57571 }, + }, + { + zip_code: '71341', + usps_city: 'Hessmer', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3727.0, + density: 55.9, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16497, lat: 31.06164 }, + }, + { + zip_code: '71377', + usps_city: 'Wildsville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 201.8, + primary_coty_code: '22029', + primary_coty_name: 'Concordia', + county_weights: '{"22029": "100"}', + coty_name: ['Concordia'], + cty_code: ['22029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78648, lat: 31.61093 }, + }, + { + zip_code: '71422', + usps_city: 'Dodson', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1565.0, + density: 4.2, + primary_coty_code: '22127', + primary_coty_name: 'Winn', + county_weights: '{"22127": "100"}', + coty_name: ['Winn'], + cty_code: ['22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.66397, lat: 32.07824 }, + }, + { + zip_code: '71446', + usps_city: 'Leesville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21276.0, + density: 13.8, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "100"}', + coty_name: ['Vernon'], + cty_code: ['22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18769, lat: 31.16724 }, + }, + { + zip_code: '71635', + usps_city: 'Crossett', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11423.0, + density: 20.4, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "100"}', + coty_name: ['Ashley'], + cty_code: ['5003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.00055, lat: 33.13015 }, + }, + { + zip_code: '71654', + usps_city: 'McGehee', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4364.0, + density: 23.9, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "100"}', + coty_name: ['Desha'], + cty_code: ['5041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36945, lat: 33.62067 }, + }, + { + zip_code: '71770', + usps_city: 'Waldo', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3441.0, + density: 9.0, + primary_coty_code: '5027', + primary_coty_name: 'Columbia', + county_weights: '{"05027": "91.26", "05099": "8.74"}', + coty_name: ['Columbia', 'Nevada'], + cty_code: ['05027', '05099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31801, lat: 33.38938 }, + }, + { + zip_code: '72017', + usps_city: 'Biscoe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 3.9, + primary_coty_code: '5117', + primary_coty_name: 'Prairie', + county_weights: '{"05117": "100"}', + coty_name: ['Prairie'], + cty_code: ['5117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.41029, lat: 34.89727 }, + }, + { + zip_code: '72032', + usps_city: 'Conway', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 34482.0, + density: 116.7, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "100"}', + coty_name: ['Faulkner'], + cty_code: ['5045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.36154, lat: 35.07331 }, + }, + { + zip_code: '72121', + usps_city: 'Pangburn', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2990.0, + density: 16.2, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "79.25", "05023": "20.75"}', + coty_name: ['White', 'Cleburne'], + cty_code: ['05145', '05023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78618, lat: 35.45525 }, + }, + { + zip_code: '72123', + usps_city: 'Patterson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 437.0, + density: 191.2, + primary_coty_code: '5147', + primary_coty_name: 'Woodruff', + county_weights: '{"05147": "100"}', + coty_name: ['Woodruff'], + cty_code: ['5147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.23553, lat: 35.25867 }, + }, + { + zip_code: '72153', + usps_city: 'Shirley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2181.0, + density: 9.9, + primary_coty_code: '5141', + primary_coty_name: 'Van Buren', + county_weights: '{"05141": "93.16", "05023": "3.89", "05137": "2.95"}', + coty_name: ['Van Buren', 'Cleburne', 'Stone'], + cty_code: ['05141', '05023', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32604, lat: 35.64537 }, + }, + { + zip_code: '72342', + usps_city: 'Helena', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4706.0, + density: 20.4, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68598, lat: 34.45804 }, + }, + { + zip_code: '72377', + usps_city: 'Rivervale', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 11.0, + primary_coty_code: '5111', + primary_coty_name: 'Poinsett', + county_weights: '{"05111": "100"}', + coty_name: ['Poinsett'], + cty_code: ['5111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33853, lat: 35.68757 }, + }, + { + zip_code: '72440', + usps_city: 'Lynn', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 17.9, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.2515, lat: 35.99509 }, + }, + { + zip_code: '72513', + usps_city: 'Ash Flat', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2397.0, + density: 9.8, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "61.17", "05049": "34.03", "05065": "4.8"}', + coty_name: ['Sharp', 'Fulton', 'Izard'], + cty_code: ['05135', '05049', '05065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65151, lat: 36.22598 }, + }, + { + zip_code: '72519', + usps_city: 'Calico Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3922.0, + density: 10.2, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "73.14", "05005": "21.08", "05137": "5.78"}', + coty_name: ['Izard', 'Baxter', 'Stone'], + cty_code: ['05065', '05005', '05137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.18673, lat: 36.12016 }, + }, + { + zip_code: '72531', + usps_city: 'Elizabeth', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 984.0, + density: 6.6, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "51.5", "05005": "48.5"}', + coty_name: ['Fulton', 'Baxter'], + cty_code: ['05049', '05005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14884, lat: 36.31939 }, + }, + { + zip_code: '72670', + usps_city: 'Ponca', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 1.8, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38538, lat: 35.97284 }, + }, + { + zip_code: '72701', + usps_city: 'Fayetteville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 45104.0, + density: 137.6, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.08076, lat: 35.98468 }, + }, + { + zip_code: '72730', + usps_city: 'Farmington', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8481.0, + density: 158.2, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26597, lat: 36.03056 }, + }, + { + zip_code: '72747', + usps_city: 'Maysville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 20.7, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.58277, lat: 36.36856 }, + }, + { + zip_code: '72833', + usps_city: 'Danville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4356.0, + density: 9.3, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "97.26", "05127": "2.74"}', + coty_name: ['Yell', 'Scott'], + cty_code: ['05149', '05127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.47503, lat: 35.02219 }, + }, + { + zip_code: '72839', + usps_city: 'Hagarville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.8, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "93.8", "05101": "4.13", "05115": "2.07"}', + coty_name: ['Johnson', 'Newton', 'Pope'], + cty_code: ['05071', '05101', '05115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2641, lat: 35.65409 }, + }, + { + zip_code: '73075', + usps_city: 'Pauls Valley', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9674.0, + density: 27.2, + primary_coty_code: '40049', + primary_coty_name: 'Garvin', + county_weights: '{"40049": "100"}', + coty_name: ['Garvin'], + cty_code: ['40049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.23352, lat: 34.75158 }, + }, + { + zip_code: '73082', + usps_city: 'Rush Springs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3332.0, + density: 8.5, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "99.06", "40031": "0.94"}', + coty_name: ['Grady', 'Comanche'], + cty_code: ['40051', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90323, lat: 34.77591 }, + }, + { + zip_code: '73086', + usps_city: 'Sulphur', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8695.0, + density: 18.9, + primary_coty_code: '40099', + primary_coty_name: 'Murray', + county_weights: '{"40099": "100"}', + coty_name: ['Murray'], + cty_code: ['40099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9662, lat: 34.4838 }, + }, + { + zip_code: '73104', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2445.0, + density: 622.8, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.50387, lat: 35.47528 }, + }, + { + zip_code: '73129', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20484.0, + density: 628.5, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48435, lat: 35.43148 }, + }, + { + zip_code: '73461', + usps_city: 'Wapanucka', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 4.8, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "91.07", "40005": "8.93"}', + coty_name: ['Johnston', 'Atoka'], + cty_code: ['40069', '40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.4436, lat: 34.35956 }, + }, + { + zip_code: '73521', + usps_city: 'Altus', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20616.0, + density: 43.3, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "100"}', + coty_name: ['Jackson'], + cty_code: ['40065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.31562, lat: 34.64009 }, + }, + { + zip_code: '73533', + usps_city: 'Duncan', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 27748.0, + density: 32.3, + primary_coty_code: '40137', + primary_coty_name: 'Stephens', + county_weights: '{"40137": "99.89", "40033": "0.11"}', + coty_name: ['Stephens', 'Cotton'], + cty_code: ['40137', '40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85431, lat: 34.49772 }, + }, + { + zip_code: '73628', + usps_city: 'Cheyenne', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1519.0, + density: 1.6, + primary_coty_code: '40129', + primary_coty_name: 'Roger Mills', + county_weights: '{"40129": "100"}', + coty_name: ['Roger Mills'], + cty_code: ['40129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68448, lat: 35.62471 }, + }, + { + zip_code: '73760', + usps_city: 'Meno', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 2.7, + primary_coty_code: '40093', + primary_coty_name: 'Major', + county_weights: '{"40093": "100"}', + coty_name: ['Major'], + cty_code: ['40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16086, lat: 36.3736 }, + }, + { + zip_code: '74045', + usps_city: 'Maramec', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 3.0, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "85.85", "40119": "14.15"}', + coty_name: ['Pawnee', 'Payne'], + cty_code: ['40117', '40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70733, lat: 36.2234 }, + }, + { + zip_code: '74137', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 28320.0, + density: 1059.0, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92937, lat: 36.02055 }, + }, + { + zip_code: '74301', + usps_city: 'Vinita', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11505.0, + density: 11.2, + primary_coty_code: '40035', + primary_coty_name: 'Craig', + county_weights: '{"40035": "87.8", "40097": "11.62", "40105": "0.58"}', + coty_name: ['Craig', 'Mayes', 'Nowata'], + cty_code: ['40035', '40097', '40105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22875, lat: 36.67736 }, + }, + { + zip_code: '74446', + usps_city: 'Okay', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 501.0, + density: 190.2, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "100"}', + coty_name: ['Wagoner'], + cty_code: ['40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31625, lat: 35.84854 }, + }, + { + zip_code: '74630', + usps_city: 'Billings', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 739.0, + density: 2.7, + primary_coty_code: '40103', + primary_coty_name: 'Noble', + county_weights: '{"40103": "96.58", "40047": "3.42"}', + coty_name: ['Noble', 'Garfield'], + cty_code: ['40103', '40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.4265, lat: 36.51156 }, + }, + { + zip_code: '74755', + usps_city: 'Rufe', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 64.0, + density: 3.4, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11729, lat: 34.12945 }, + }, + { + zip_code: '75032', + usps_city: 'Rockwall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33080.0, + density: 248.9, + primary_coty_code: '48397', + primary_coty_name: 'Rockwall', + county_weights: '{"48397": "100"}', + coty_name: ['Rockwall'], + cty_code: ['48397'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.42772, lat: 32.85505 }, + }, + { + zip_code: '75076', + usps_city: 'Pottsboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8156.0, + density: 63.3, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72168, lat: 33.79472 }, + }, + { + zip_code: '75081', + usps_city: 'Richardson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40265.0, + density: 1684.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7102, lat: 32.94882 }, + }, + { + zip_code: '75144', + usps_city: 'Kerens', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3668.0, + density: 8.2, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.20885, lat: 32.11313 }, + }, + { + zip_code: '75217', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 89163.0, + density: 1259.9, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68118, lat: 32.71217 }, + }, + { + zip_code: '75229', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32322.0, + density: 995.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.86441, lat: 32.89374 }, + }, + { + zip_code: '75240', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28534.0, + density: 2920.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78854, lat: 32.93174 }, + }, + { + zip_code: '75451', + usps_city: 'Leesburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1163.0, + density: 12.9, + primary_coty_code: '48063', + primary_coty_name: 'Camp', + county_weights: '{"48063": "95.46", "48499": "4.54"}', + coty_name: ['Camp', 'Wood'], + cty_code: ['48063', '48499'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.1212, lat: 32.96634 }, + }, + { + zip_code: '75650', + usps_city: 'Hallsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9837.0, + density: 30.6, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "100"}', + coty_name: ['Harrison'], + cty_code: ['48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.55473, lat: 32.51394 }, + }, + { + zip_code: '75672', + usps_city: 'Marshall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16351.0, + density: 26.6, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "100"}', + coty_name: ['Harrison'], + cty_code: ['48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29489, lat: 32.46883 }, + }, + { + zip_code: '75977', + usps_city: 'Wiergate', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 0.6, + primary_coty_code: '48351', + primary_coty_name: 'Newton', + county_weights: '{"48351": "100"}', + coty_name: ['Newton'], + cty_code: ['48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78207, lat: 31.06121 }, + }, + { + zip_code: '76087', + usps_city: 'Weatherford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27760.0, + density: 57.5, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "98.67", "48221": "1.33"}', + coty_name: ['Parker', 'Hood'], + cty_code: ['48367', '48221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78313, lat: 32.67075 }, + }, + { + zip_code: '76118', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16378.0, + density: 833.7, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20773, lat: 32.79966 }, + }, + { + zip_code: '76360', + usps_city: 'Electra', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3545.0, + density: 4.8, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "95.06", "48487": "3.31", "48009": "1.63"}', + coty_name: ['Wichita', 'Wilbarger', 'Archer'], + cty_code: ['48485', '48487', '48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96631, lat: 33.96894 }, + }, + { + zip_code: '76458', + usps_city: 'Jacksboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6111.0, + density: 4.2, + primary_coty_code: '48237', + primary_coty_name: 'Jack', + county_weights: '{"48237": "100"}', + coty_name: ['Jack'], + cty_code: ['48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18771, lat: 33.21797 }, + }, + { + zip_code: '76520', + usps_city: 'Cameron', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7722.0, + density: 9.9, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "100"}', + coty_name: ['Milam'], + cty_code: ['48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.90748, lat: 30.87611 }, + }, + { + zip_code: '76538', + usps_city: 'Jonesboro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1025.0, + density: 2.6, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "51.51", "48193": "48.49"}', + coty_name: ['Coryell', 'Hamilton'], + cty_code: ['48099', '48193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.89017, lat: 31.64149 }, + }, + { + zip_code: '76550', + usps_city: 'Lampasas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13412.0, + density: 9.7, + primary_coty_code: '48281', + primary_coty_name: 'Lampasas', + county_weights: '{"48281": "92.09", "48053": "7.91"}', + coty_name: ['Lampasas', 'Burnet'], + cty_code: ['48281', '48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.22873, lat: 31.08755 }, + }, + { + zip_code: '76597', + usps_city: 'Gatesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2657.0, + density: 2126.9, + primary_coty_code: '48099', + primary_coty_name: 'Coryell', + county_weights: '{"48099": "100"}', + coty_name: ['Coryell'], + cty_code: ['48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70694, lat: 31.48635 }, + }, + { + zip_code: '76691', + usps_city: 'West', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6333.0, + density: 24.5, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "98.79", "48217": "1.21"}', + coty_name: ['McLennan', 'Hill'], + cty_code: ['48309', '48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09625, lat: 31.77818 }, + }, + { + zip_code: '76858', + usps_city: 'Melvin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 0.9, + primary_coty_code: '48307', + primary_coty_name: 'McCulloch', + county_weights: '{"48307": "86.61", "48095": "13.39"}', + coty_name: ['McCulloch', 'Concho'], + cty_code: ['48307', '48095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.62049, lat: 31.19743 }, + }, + { + zip_code: '76878', + usps_city: 'Santa Anna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1688.0, + density: 2.5, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.29342, lat: 31.65761 }, + }, + { + zip_code: '76936', + usps_city: 'Eldorado', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2983.0, + density: 1.1, + primary_coty_code: '48413', + primary_coty_name: 'Schleicher', + county_weights: '{"48413": "100"}', + coty_name: ['Schleicher'], + cty_code: ['48413'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.58752, lat: 30.88566 }, + }, + { + zip_code: '77012', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19597.0, + density: 1926.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.27431, lat: 29.71896 }, + }, + { + zip_code: '77056', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22056.0, + density: 2461.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46803, lat: 29.74832 }, + }, + { + zip_code: '77340', + usps_city: 'Huntsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31352.0, + density: 55.6, + primary_coty_code: '48471', + primary_coty_name: 'Walker', + county_weights: '{"48471": "100"}', + coty_name: ['Walker'], + cty_code: ['48471'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53981, lat: 30.64369 }, + }, + { + zip_code: '77417', + usps_city: 'Beasley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2550.0, + density: 16.4, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96703, lat: 29.46457 }, + }, + { + zip_code: '77420', + usps_city: 'Boling', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2695.0, + density: 19.5, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93008, lat: 29.2581 }, + }, + { + zip_code: '77443', + usps_city: 'Glen Flora', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 380.5, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19267, lat: 29.34828 }, + }, + { + zip_code: '77478', + usps_city: 'Sugar Land', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25721.0, + density: 1022.6, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.607, lat: 29.61964 }, + }, + { + zip_code: '77488', + usps_city: 'Wharton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14525.0, + density: 25.8, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.09126, lat: 29.30684 }, + }, + { + zip_code: '77538', + usps_city: 'Devers', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1042.0, + density: 2.8, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "100"}', + coty_name: ['Liberty'], + cty_code: ['48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53111, lat: 29.99154 }, + }, + { + zip_code: '77561', + usps_city: 'Hardin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 73.2, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "100"}', + coty_name: ['Liberty'], + cty_code: ['48291'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73547, lat: 30.16651 }, + }, + { + zip_code: '77598', + usps_city: 'Webster', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26460.0, + density: 843.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13685, lat: 29.53784 }, + }, + { + zip_code: '77640', + usps_city: 'Port Arthur', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15706.0, + density: 157.3, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.94105, lat: 29.88111 }, + }, + { + zip_code: '77864', + usps_city: 'Madisonville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7562.0, + density: 14.6, + primary_coty_code: '48313', + primary_coty_name: 'Madison', + county_weights: '{"48313": "100"}', + coty_name: ['Madison'], + cty_code: ['48313'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90558, lat: 30.95416 }, + }, + { + zip_code: '78144', + usps_city: 'Panna Maria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29.0, + density: 5.0, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "100"}', + coty_name: ['Karnes'], + cty_code: ['48255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.88795, lat: 28.95506 }, + }, + { + zip_code: '78256', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11238.0, + density: 499.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.62635, lat: 29.62304 }, + }, + { + zip_code: '78260', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26301.0, + density: 458.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48743, lat: 29.69664 }, + }, + { + zip_code: '78349', + usps_city: 'Concepcion', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 617.0, + density: 1.9, + primary_coty_code: '48131', + primary_coty_name: 'Duval', + county_weights: '{"48131": "100"}', + coty_name: ['Duval'], + cty_code: ['48131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.29991, lat: 27.37535 }, + }, + { + zip_code: '78355', + usps_city: 'Falfurrias', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7168.0, + density: 8.1, + primary_coty_code: '48047', + primary_coty_name: 'Brooks', + county_weights: '{"48047": "95.74", "48249": "4.17", "48273": "0.1"}', + coty_name: ['Brooks', 'Jim Wells', 'Kleberg'], + cty_code: ['48047', '48249', '48273'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20251, lat: 27.19012 }, + }, + { + zip_code: '78370', + usps_city: 'Odem', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4952.0, + density: 20.6, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "100"}', + coty_name: ['San Patricio'], + cty_code: ['48409'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60099, lat: 27.94872 }, + }, + { + zip_code: '78373', + usps_city: 'Port Aransas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4393.0, + density: 101.8, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12146, lat: 27.77081 }, + }, + { + zip_code: '78376', + usps_city: 'Realitos', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 0.9, + primary_coty_code: '48131', + primary_coty_name: 'Duval', + county_weights: '{"48131": "100"}', + coty_name: ['Duval'], + cty_code: ['48131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.51401, lat: 27.41844 }, + }, + { + zip_code: '78564', + usps_city: 'Lopeno', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 1.3, + primary_coty_code: '48505', + primary_coty_name: 'Zapata', + county_weights: '{"48505": "100"}', + coty_name: ['Zapata'], + cty_code: ['48505'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.10303, lat: 26.67347 }, + }, + { + zip_code: '78572', + usps_city: 'Mission', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 80601.0, + density: 401.4, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37666, lat: 26.2281 }, + }, + { + zip_code: '78580', + usps_city: 'Raymondville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14839.0, + density: 23.7, + primary_coty_code: '48489', + primary_coty_name: 'Willacy', + county_weights: '{"48489": "99.68", "48261": "0.32"}', + coty_name: ['Willacy', 'Kenedy'], + cty_code: ['48489', '48261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73791, lat: 26.48667 }, + }, + { + zip_code: '78666', + usps_city: 'San Marcos', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 82923.0, + density: 181.3, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: + '{"48209": "87.17", "48187": "9.58", "48055": "3.24", "48091": "0.02"}', + coty_name: ['Hays', 'Guadalupe', 'Caldwell', 'Comal'], + cty_code: ['48209', '48187', '48055', '48091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.96642, lat: 29.87958 }, + }, + { + zip_code: '78738', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15986.0, + density: 363.2, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95838, lat: 30.31942 }, + }, + { + zip_code: '78745', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 61907.0, + density: 1789.3, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.79738, lat: 30.20686 }, + }, + { + zip_code: '78840', + usps_city: 'Del Rio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 47937.0, + density: 19.5, + primary_coty_code: '48465', + primary_coty_name: 'Val Verde', + county_weights: '{"48465": "100"}', + coty_name: ['Val Verde'], + cty_code: ['48465'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.88273, lat: 29.74209 }, + }, + { + zip_code: '79102', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9878.0, + density: 1431.0, + primary_coty_code: '48375', + primary_coty_name: 'Potter', + county_weights: '{"48375": "100"}', + coty_name: ['Potter'], + cty_code: ['48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.84676, lat: 35.19953 }, + }, + { + zip_code: '79358', + usps_city: 'Ropesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 3.9, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "95.07", "48303": "4.93"}', + coty_name: ['Hockley', 'Lubbock'], + cty_code: ['48219', '48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.19135, lat: 33.43884 }, + }, + { + zip_code: '79415', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17939.0, + density: 104.6, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.90483, lat: 33.69755 }, + }, + { + zip_code: '79546', + usps_city: 'Rotan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 1.9, + primary_coty_code: '48151', + primary_coty_name: 'Fisher', + county_weights: '{"48151": "97.76", "48433": "2.04", "48415": "0.2"}', + coty_name: ['Fisher', 'Stonewall', 'Scurry'], + cty_code: ['48151', '48433', '48415'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.49804, lat: 32.89242 }, + }, + { + zip_code: '79562', + usps_city: 'Tuscola', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3371.0, + density: 11.2, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.86596, lat: 32.24437 }, + }, + { + zip_code: '79563', + usps_city: 'Tye', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 25.3, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.90769, lat: 32.42317 }, + }, + { + zip_code: '79730', + usps_city: 'Coyanosa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 0.5, + primary_coty_code: '48371', + primary_coty_name: 'Pecos', + county_weights: '{"48371": "100"}', + coty_name: ['Pecos'], + cty_code: ['48371'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.0851, lat: 31.16955 }, + }, + { + zip_code: '79741', + usps_city: 'Goldsmith', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.4, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.62753, lat: 31.97 }, + }, + { + zip_code: '79748', + usps_city: 'Knott', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 298.0, + density: 2.1, + primary_coty_code: '48227', + primary_coty_name: 'Howard', + county_weights: '{"48227": "83.82", "48317": "16.18"}', + coty_name: ['Howard', 'Martin'], + cty_code: ['48227', '48317'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.65046, lat: 32.41116 }, + }, + { + zip_code: '79780', + usps_city: 'Saragosa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 0.6, + primary_coty_code: '48389', + primary_coty_name: 'Reeves', + county_weights: '{"48389": "100"}', + coty_name: ['Reeves'], + cty_code: ['48389'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.59216, lat: 31.06197 }, + }, + { + zip_code: '79932', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 28243.0, + density: 764.0, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.60643, lat: 31.87816 }, + }, + { + zip_code: '80138', + usps_city: 'Parker', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 33571.0, + density: 205.0, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "85.45", "08039": "14.55"}', + coty_name: ['Douglas', 'Elbert'], + cty_code: ['08035', '08039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.67107, lat: 39.51759 }, + }, + { + zip_code: '80215', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19487.0, + density: 1353.2, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.11592, lat: 39.74409 }, + }, + { + zip_code: '80216', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13662.0, + density: 500.7, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "97.44", "08001": "2.56"}', + coty_name: ['Denver', 'Adams'], + cty_code: ['08031', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.95672, lat: 39.78839 }, + }, + { + zip_code: '80302', + usps_city: 'Boulder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 29154.0, + density: 136.2, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.3691, lat: 40.03893 }, + }, + { + zip_code: '80420', + usps_city: 'Alma', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 7.8, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.10381, lat: 39.31679 }, + }, + { + zip_code: '80422', + usps_city: 'Black Hawk', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4744.0, + density: 14.2, + primary_coty_code: '8047', + primary_coty_name: 'Gilpin', + county_weights: '{"08047": "97.5", "08013": "2.5"}', + coty_name: ['Gilpin', 'Boulder'], + cty_code: ['08047', '08013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.53237, lat: 39.86909 }, + }, + { + zip_code: '80432', + usps_city: 'Como', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 0.7, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "100"}', + coty_name: ['Park'], + cty_code: ['8093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.81904, lat: 39.22871 }, + }, + { + zip_code: '80444', + usps_city: 'Georgetown', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1151.0, + density: 13.9, + primary_coty_code: '8019', + primary_coty_name: 'Clear Creek', + county_weights: '{"08019": "100"}', + coty_name: ['Clear Creek'], + cty_code: ['8019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.73747, lat: 39.63095 }, + }, + { + zip_code: '80463', + usps_city: 'McCoy', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 0.5, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "52.21", "08037": "47.79"}', + coty_name: ['Routt', 'Eagle'], + cty_code: ['08107', '08037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.73027, lat: 39.97325 }, + }, + { + zip_code: '80643', + usps_city: 'Keenesburg', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3947.0, + density: 7.3, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "87.51", "08001": "12.49"}', + coty_name: ['Weld', 'Adams'], + cty_code: ['08123', '08001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.47712, lat: 40.11396 }, + }, + { + zip_code: '80741', + usps_city: 'Merino', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 897.0, + density: 1.5, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "89.63", "08121": "7.81", "08087": "2.57"}', + coty_name: ['Logan', 'Washington', 'Morgan'], + cty_code: ['08075', '08121', '08087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.4719, lat: 40.57082 }, + }, + { + zip_code: '80744', + usps_city: 'Ovid', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 1.2, + primary_coty_code: '8115', + primary_coty_name: 'Sedgwick', + county_weights: '{"08115": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['8115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.39011, lat: 40.87797 }, + }, + { + zip_code: '80819', + usps_city: 'Green Mountain Falls', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 36.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "96.96", "08119": "3.04"}', + coty_name: ['El Paso', 'Teller'], + cty_code: ['08041', '08119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.01371, lat: 38.96088 }, + }, + { + zip_code: '80904', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 20168.0, + density: 816.9, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.87195, lat: 38.86059 }, + }, + { + zip_code: '80909', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 38382.0, + density: 1769.0, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.77573, lat: 38.85269 }, + }, + { + zip_code: '81044', + usps_city: 'Hasty', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 0.4, + primary_coty_code: '8011', + primary_coty_name: 'Bent', + county_weights: '{"08011": "100"}', + coty_name: ['Bent'], + cty_code: ['8011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.93284, lat: 37.90138 }, + }, + { + zip_code: '81045', + usps_city: 'Haswell', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 0.1, + primary_coty_code: '8061', + primary_coty_name: 'Kiowa', + county_weights: '{"08061": "100"}', + coty_name: ['Kiowa'], + cty_code: ['8061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.16212, lat: 38.47641 }, + }, + { + zip_code: '81082', + usps_city: 'Trinidad', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 11369.0, + density: 7.3, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.51613, lat: 37.17862 }, + }, + { + zip_code: '81091', + usps_city: 'Weston', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 0.6, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.97091, lat: 37.15008 }, + }, + { + zip_code: '81241', + usps_city: 'Pitkin', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 2.0, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.51462, lat: 38.61792 }, + }, + { + zip_code: '81423', + usps_city: 'Norwood', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1764.0, + density: 1.4, + primary_coty_code: '8113', + primary_coty_name: 'San Miguel', + county_weights: '{"08113": "90.88", "08085": "9.12"}', + coty_name: ['San Miguel', 'Montrose'], + cty_code: ['08113', '08085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.36906, lat: 38.0247 }, + }, + { + zip_code: '81427', + usps_city: 'Ouray', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1117.0, + density: 4.2, + primary_coty_code: '8091', + primary_coty_name: 'Ouray', + county_weights: '{"08091": "100"}', + coty_name: ['Ouray'], + cty_code: ['8091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.63167, lat: 38.02011 }, + }, + { + zip_code: '81633', + usps_city: 'Dinosaur', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8081', + primary_coty_name: 'Moffat', + county_weights: '{"08081": "100"}', + coty_name: ['Moffat'], + cty_code: ['8081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.42922, lat: 40.33837 }, + }, + { + zip_code: '82083', + usps_city: 'Rock River', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 259.0, + density: 0.2, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "79.09", "56007": "20.91"}', + coty_name: ['Albany', 'Carbon'], + cty_code: ['56001', '56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.08568, lat: 41.65941 }, + }, + { + zip_code: '82431', + usps_city: 'Lovell', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 3478.0, + density: 2.4, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.16573, lat: 44.84238 }, + }, + { + zip_code: '82723', + usps_city: 'Osage', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 1.1, + primary_coty_code: '56045', + primary_coty_name: 'Weston', + county_weights: '{"56045": "100"}', + coty_name: ['Weston'], + cty_code: ['56045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.41398, lat: 43.99627 }, + }, + { + zip_code: '82730', + usps_city: 'Upton', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1607.0, + density: 1.0, + primary_coty_code: '56045', + primary_coty_name: 'Weston', + county_weights: '{"56045": "97.25", "56011": "2.75"}', + coty_name: ['Weston', 'Crook'], + cty_code: ['56045', '56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.69889, lat: 44.04329 }, + }, + { + zip_code: '82732', + usps_city: 'Wright', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 5.1, + primary_coty_code: '56005', + primary_coty_name: 'Campbell', + county_weights: '{"56005": "100"}', + coty_name: ['Campbell'], + cty_code: ['56005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.62088, lat: 43.70242 }, + }, + { + zip_code: '82942', + usps_city: 'Point Of Rocks', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.5, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.85283, lat: 41.71746 }, + }, + { + zip_code: '82945', + usps_city: 'Superior', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 255.0, + density: 0.8, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.05174, lat: 41.7372 }, + }, + { + zip_code: '83001', + usps_city: 'Jackson', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 17448.0, + density: 8.3, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "99.96", "56035": "0.04"}', + coty_name: ['Teton', 'Sublette'], + cty_code: ['56039', '56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.46116, lat: 43.51048 }, + }, + { + zip_code: '83111', + usps_city: 'Auburn', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 2.3, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "89.6", "16029": "10.4"}', + coty_name: ['Lincoln', 'Caribou'], + cty_code: ['56023', '16029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.12375, lat: 42.76815 }, + }, + { + zip_code: '83355', + usps_city: 'Wendell', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 4875.0, + density: 16.4, + primary_coty_code: '16047', + primary_coty_name: 'Gooding', + county_weights: '{"16047": "100"}', + coty_name: ['Gooding'], + cty_code: ['16047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.72742, lat: 42.75421 }, + }, + { + zip_code: '83421', + usps_city: 'Chester', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 9.6, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "100"}', + coty_name: ['Fremont'], + cty_code: ['16043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.53798, lat: 44.00502 }, + }, + { + zip_code: '83442', + usps_city: 'Rigby', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 22372.0, + density: 93.4, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['16051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.89301, lat: 43.67201 }, + }, + { + zip_code: '83540', + usps_city: 'Lapwai', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2386.0, + density: 10.1, + primary_coty_code: '16069', + primary_coty_name: 'Nez Perce', + county_weights: '{"16069": "100"}', + coty_name: ['Nez Perce'], + cty_code: ['16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.78869, lat: 46.3539 }, + }, + { + zip_code: '83615', + usps_city: 'Donnelly', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1576.0, + density: 7.8, + primary_coty_code: '16085', + primary_coty_name: 'Valley', + county_weights: '{"16085": "100"}', + coty_name: ['Valley'], + cty_code: ['16085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.05193, lat: 44.71688 }, + }, + { + zip_code: '83631', + usps_city: 'Idaho City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 873.0, + density: 2.1, + primary_coty_code: '16015', + primary_coty_name: 'Boise', + county_weights: '{"16015": "100"}', + coty_name: ['Boise'], + cty_code: ['16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.76427, lat: 43.86726 }, + }, + { + zip_code: '83801', + usps_city: 'Athol', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 7616.0, + density: 19.8, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "84.07", "16017": "15.93"}', + coty_name: ['Kootenai', 'Bonner'], + cty_code: ['16055', '16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.65887, lat: 47.93827 }, + }, + { + zip_code: '83815', + usps_city: 'Coeur D Alene', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 35142.0, + density: 837.8, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "100"}', + coty_name: ['Kootenai'], + cty_code: ['16055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.78902, lat: 47.72484 }, + }, + { + zip_code: '83855', + usps_city: 'Potlatch', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1934.0, + density: 6.7, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.92186, lat: 46.9708 }, + }, + { + zip_code: '83868', + usps_city: 'Smelterville', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 31.8, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.18142, lat: 47.53432 }, + }, + { + zip_code: '83869', + usps_city: 'Spirit Lake', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5116.0, + density: 32.8, + primary_coty_code: '16055', + primary_coty_name: 'Kootenai', + county_weights: '{"16055": "75.08", "16017": "24.92"}', + coty_name: ['Kootenai', 'Bonner'], + cty_code: ['16055', '16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.89147, lat: 47.97904 }, + }, + { + zip_code: '84004', + usps_city: 'Alpine', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 10553.0, + density: 139.0, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.74906, lat: 40.48814 }, + }, + { + zip_code: '84028', + usps_city: 'Garden City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 5.5, + primary_coty_code: '49033', + primary_coty_name: 'Rich', + county_weights: '{"49033": "100"}', + coty_name: ['Rich'], + cty_code: ['49033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.4055, lat: 41.93362 }, + }, + { + zip_code: '84062', + usps_city: 'Pleasant Grove', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 47928.0, + density: 454.7, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.67779, lat: 40.43484 }, + }, + { + zip_code: '84092', + usps_city: 'Sandy', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 29379.0, + density: 207.7, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.74311, lat: 40.55778 }, + }, + { + zip_code: '84104', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 27209.0, + density: 494.8, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.98221, lat: 40.74865 }, + }, + { + zip_code: '84107', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 33806.0, + density: 1740.7, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.88444, lat: 40.65805 }, + }, + { + zip_code: '84315', + usps_city: 'Hooper', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 8993.0, + density: 195.6, + primary_coty_code: '49057', + primary_coty_name: 'Weber', + county_weights: '{"49057": "95.77", "49011": "4.23"}', + coty_name: ['Weber', 'Davis'], + cty_code: ['49057', '49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.13653, lat: 41.16686 }, + }, + { + zip_code: '84513', + usps_city: 'Castle Dale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1413.0, + density: 48.3, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.00988, lat: 39.24423 }, + }, + { + zip_code: '84715', + usps_city: 'Bicknell', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 4.4, + primary_coty_code: '49055', + primary_coty_name: 'Wayne', + county_weights: '{"49055": "100"}', + coty_name: ['Wayne'], + cty_code: ['49055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.54894, lat: 38.28997 }, + }, + { + zip_code: '84731', + usps_city: 'Greenville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 1.0, + primary_coty_code: '49001', + primary_coty_name: 'Beaver', + county_weights: '{"49001": "100"}', + coty_name: ['Beaver'], + cty_code: ['49001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.85381, lat: 38.27526 }, + }, + { + zip_code: '84743', + usps_city: 'Kingston', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 0.2, + primary_coty_code: '49031', + primary_coty_name: 'Piute', + county_weights: '{"49031": "100"}', + coty_name: ['Piute'], + cty_code: ['49031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.13845, lat: 38.17418 }, + }, + { + zip_code: '84760', + usps_city: 'Paragonah', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 1.4, + primary_coty_code: '49021', + primary_coty_name: 'Iron', + county_weights: '{"49021": "100"}', + coty_name: ['Iron'], + cty_code: ['49021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.67608, lat: 37.93734 }, + }, + { + zip_code: '85131', + usps_city: 'Eloy', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 20055.0, + density: 28.7, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.55013, lat: 32.6739 }, + }, + { + zip_code: '85201', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 54110.0, + density: 2237.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.85023, lat: 33.43387 }, + }, + { + zip_code: '85209', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41407.0, + density: 1442.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.63763, lat: 33.37832 }, + }, + { + zip_code: '85210', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41073.0, + density: 2408.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.84321, lat: 33.38986 }, + }, + { + zip_code: '85226', + usps_city: 'Chandler', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39157.0, + density: 188.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.00763, lat: 33.259 }, + }, + { + zip_code: '85335', + usps_city: 'El Mirage', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35333.0, + density: 1367.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.32664, lat: 33.59191 }, + }, + { + zip_code: '85353', + usps_city: 'Tolleson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 42801.0, + density: 762.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.27288, lat: 33.41824 }, + }, + { + zip_code: '85540', + usps_city: 'Morenci', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3380.0, + density: 13.0, + primary_coty_code: '4011', + primary_coty_name: 'Greenlee', + county_weights: '{"04011": "100"}', + coty_name: ['Greenlee'], + cty_code: ['4011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.35748, lat: 32.97739 }, + }, + { + zip_code: '85553', + usps_city: 'Tonto Basin', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1791.0, + density: 2.3, + primary_coty_code: '4007', + primary_coty_name: 'Gila', + county_weights: '{"04007": "100"}', + coty_name: ['Gila'], + cty_code: ['4007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.22885, lat: 33.81552 }, + }, + { + zip_code: '85622', + usps_city: 'Green Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6142.0, + density: 48.6, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.07552, lat: 31.82686 }, + }, + { + zip_code: '85637', + usps_city: 'Sonoita', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1250.0, + density: 4.0, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "83.12", "04019": "16.88"}', + coty_name: ['Santa Cruz', 'Pima'], + cty_code: ['04023', '04019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.68969, lat: 31.72823 }, + }, + { + zip_code: '85706', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 55755.0, + density: 1718.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.9334, lat: 32.14763 }, + }, + { + zip_code: '85757', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 20350.0, + density: 305.8, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.12212, lat: 32.1285 }, + }, + { + zip_code: '85912', + usps_city: 'White Mountain Lake', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 350.0, + density: 3.2, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.92745, lat: 34.42676 }, + }, + { + zip_code: '85925', + usps_city: 'Eagar', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4988.0, + density: 65.4, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.3232, lat: 34.088 }, + }, + { + zip_code: '86024', + usps_city: 'Happy Jack', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 0.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.34045, lat: 34.66152 }, + }, + { + zip_code: '86040', + usps_city: 'Page', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 10662.0, + density: 5.5, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.41906, lat: 36.69614 }, + }, + { + zip_code: '86052', + usps_city: 'North Rim', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 0.1, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.11898, lat: 36.34732 }, + }, + { + zip_code: '86323', + usps_city: 'Chino Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 16454.0, + density: 44.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.40792, lat: 34.77472 }, + }, + { + zip_code: '86514', + usps_city: 'Teec Nos Pos', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3258.0, + density: 1.5, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "90.77", "49037": "9.23"}', + coty_name: ['Apache', 'San Juan'], + cty_code: ['04001', '49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.33032, lat: 36.88505 }, + }, + { + zip_code: '86515', + usps_city: 'Window Rock', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4251.0, + density: 14.9, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "64.61", "35031": "35.39"}', + coty_name: ['Apache', 'McKinley'], + cty_code: ['04001', '35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.9485, lat: 35.6828 }, + }, + { + zip_code: '87004', + usps_city: 'Bernalillo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 11673.0, + density: 79.0, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.58333, lat: 35.35824 }, + }, + { + zip_code: '87016', + usps_city: 'Estancia', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3184.0, + density: 1.6, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "100"}', + coty_name: ['Torrance'], + cty_code: ['35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.92203, lat: 34.77803 }, + }, + { + zip_code: '87045', + usps_city: 'Prewitt', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1572.0, + density: 3.8, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "97.54", "35006": "2.46"}', + coty_name: ['McKinley', 'Cibola'], + cty_code: ['35031', '35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.02154, lat: 35.39241 }, + }, + { + zip_code: '87347', + usps_city: 'Jamestown', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.8, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.44644, lat: 35.42727 }, + }, + { + zip_code: '87413', + usps_city: 'Bloomfield', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 16917.0, + density: 10.1, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.97672, lat: 36.41515 }, + }, + { + zip_code: '87420', + usps_city: 'Shiprock', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 12179.0, + density: 8.7, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.84928, lat: 36.69066 }, + }, + { + zip_code: '87538', + usps_city: 'Ilfeld', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 2.1, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.57126, lat: 35.49455 }, + }, + { + zip_code: '87560', + usps_city: 'Ribera', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1427.0, + density: 1.2, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.50236, lat: 35.22435 }, + }, + { + zip_code: '87579', + usps_city: 'Vadito', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 930.0, + density: 2.9, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.55659, lat: 36.12477 }, + }, + { + zip_code: '87581', + usps_city: 'Vallecitos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 0.1, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.14479, lat: 36.52862 }, + }, + { + zip_code: '87824', + usps_city: 'Luna', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 0.2, + primary_coty_code: '35003', + primary_coty_name: 'Catron', + county_weights: '{"35003": "100"}', + coty_name: ['Catron'], + cty_code: ['35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.97822, lat: 33.82744 }, + }, + { + zip_code: '88025', + usps_city: 'Buckhorn', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 0.3, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.75149, lat: 33.04515 }, + }, + { + zip_code: '88116', + usps_city: 'Elida', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 0.1, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "94.29", "35005": "5.71"}', + coty_name: ['Roosevelt', 'Chaves'], + cty_code: ['35041', '35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.87993, lat: 33.91829 }, + }, + { + zip_code: '88301', + usps_city: 'Carrizozo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 982.0, + density: 0.4, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "97.19", "35057": "2.81"}', + coty_name: ['Lincoln', 'Torrance'], + cty_code: ['35027', '35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.78565, lat: 33.79263 }, + }, + { + zip_code: '88316', + usps_city: 'Capitan', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2195.0, + density: 0.8, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.31892, lat: 33.79595 }, + }, + { + zip_code: '88323', + usps_city: 'Fort Stanton', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.52745, lat: 33.49479 }, + }, + { + zip_code: '88339', + usps_city: 'Mayhill', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 0.5, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "92.39", "35005": "7.61"}', + coty_name: ['Otero', 'Chaves'], + cty_code: ['35035', '35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.25424, lat: 32.93508 }, + }, + { + zip_code: '89013', + usps_city: 'Goldfield', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 0.1, + primary_coty_code: '32009', + primary_coty_name: 'Esmeralda', + county_weights: '{"32009": "100"}', + coty_name: ['Esmeralda'], + cty_code: ['32009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.403, lat: 37.3979 }, + }, + { + zip_code: '89021', + usps_city: 'Logandale', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 3534.0, + density: 33.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.46701, lat: 36.63094 }, + }, + { + zip_code: '89061', + usps_city: 'Pahrump', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 6160.0, + density: 32.7, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "99.03", "06027": "0.97"}', + coty_name: ['Nye', 'Inyo'], + cty_code: ['32023', '06027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.89658, lat: 36.08762 }, + }, + { + zip_code: '89110', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 71489.0, + density: 2485.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.04771, lat: 36.17138 }, + }, + { + zip_code: '89117', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 54590.0, + density: 2308.8, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.28003, lat: 36.14257 }, + }, + { + zip_code: '89121', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 63190.0, + density: 2646.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.09127, lat: 36.12152 }, + }, + { + zip_code: '89138', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 17952.0, + density: 1647.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.36122, lat: 36.16665 }, + }, + { + zip_code: '89419', + usps_city: 'Lovelock', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 5549.0, + density: 4.6, + primary_coty_code: '32027', + primary_coty_name: 'Pershing', + county_weights: '{"32027": "100"}', + coty_name: ['Pershing'], + cty_code: ['32027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.179, lat: 40.2717 }, + }, + { + zip_code: '40009', + usps_city: 'Bradfordsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 929.0, + density: 5.6, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "81.92", "21217": "18.08"}', + coty_name: ['Marion', 'Taylor'], + cty_code: ['21155', '21217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.10718, lat: 37.47085 }, + }, + { + zip_code: '40065', + usps_city: 'Shelbyville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 31388.0, + density: 68.6, + primary_coty_code: '21211', + primary_coty_name: 'Shelby', + county_weights: '{"21211": "99.97", "21215": "0.03"}', + coty_name: ['Shelby', 'Spencer'], + cty_code: ['21211', '21215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.20684, lat: 38.21651 }, + }, + { + zip_code: '40171', + usps_city: 'Union Star', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 4.0, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.45197, lat: 37.97171 }, + }, + { + zip_code: '40209', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 45.4, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.74785, lat: 38.18978 }, + }, + { + zip_code: '40376', + usps_city: 'Slade', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 2.9, + primary_coty_code: '21197', + primary_coty_name: 'Powell', + county_weights: '{"21197": "100"}', + coty_name: ['Powell'], + cty_code: ['21197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69449, lat: 37.78143 }, + }, + { + zip_code: '40404', + usps_city: 'Berea', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 891.0, + density: 2715.2, + primary_coty_code: '21151', + primary_coty_name: 'Madison', + county_weights: '{"21151": "100"}', + coty_name: ['Madison'], + cty_code: ['21151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29088, lat: 37.57345 }, + }, + { + zip_code: '40489', + usps_city: 'Waynesburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4713.0, + density: 27.4, + primary_coty_code: '21137', + primary_coty_name: 'Lincoln', + county_weights: '{"21137": "93.16", "21045": "6.84"}', + coty_name: ['Lincoln', 'Casey'], + cty_code: ['21137', '21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64331, lat: 37.3685 }, + }, + { + zip_code: '40744', + usps_city: 'London', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 18312.0, + density: 66.9, + primary_coty_code: '21125', + primary_coty_name: 'Laurel', + county_weights: '{"21125": "99.16", "21051": "0.84"}', + coty_name: ['Laurel', 'Clay'], + cty_code: ['21125', '21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09364, lat: 37.03732 }, + }, + { + zip_code: '40870', + usps_city: 'Totz', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 18.3, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14477, lat: 36.92442 }, + }, + { + zip_code: '40921', + usps_city: 'Bryants Store', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 5.3, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90091, lat: 36.7708 }, + }, + { + zip_code: '41006', + usps_city: 'Butler', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4091.0, + density: 29.9, + primary_coty_code: '21191', + primary_coty_name: 'Pendleton', + county_weights: '{"21191": "85.41", "21037": "14.59"}', + coty_name: ['Pendleton', 'Campbell'], + cty_code: ['21191', '21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34441, lat: 38.783 }, + }, + { + zip_code: '41011', + usps_city: 'Covington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 26558.0, + density: 1440.4, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.52955, lat: 39.06795 }, + }, + { + zip_code: '41073', + usps_city: 'Bellevue', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5804.0, + density: 2388.4, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47913, lat: 39.10196 }, + }, + { + zip_code: '41086', + usps_city: 'Sparta', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3070.0, + density: 18.4, + primary_coty_code: '21077', + primary_coty_name: 'Gallatin', + county_weights: '{"21077": "59.08", "21187": "40.92"}', + coty_name: ['Gallatin', 'Owen'], + cty_code: ['21077', '21187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.87241, lat: 38.68853 }, + }, + { + zip_code: '41102', + usps_city: 'Ashland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19457.0, + density: 146.8, + primary_coty_code: '21019', + primary_coty_name: 'Boyd', + county_weights: '{"21019": "97.15", "21089": "2.85"}', + coty_name: ['Boyd', 'Greenup'], + cty_code: ['21019', '21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.725, lat: 38.42109 }, + }, + { + zip_code: '41180', + usps_city: 'Webbville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 5.8, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "80.59", "21063": "13.16", "21043": "6.26"}', + coty_name: ['Lawrence', 'Elliott', 'Carter'], + cty_code: ['21127', '21063', '21043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85386, lat: 38.13517 }, + }, + { + zip_code: '41232', + usps_city: 'Lowmansville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 24.6, + primary_coty_code: '21127', + primary_coty_name: 'Lawrence', + county_weights: '{"21127": "67.01", "21115": "32.99"}', + coty_name: ['Lawrence', 'Johnson'], + cty_code: ['21127', '21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73484, lat: 37.93151 }, + }, + { + zip_code: '41234', + usps_city: 'Meally', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 66.4, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74025, lat: 37.7945 }, + }, + { + zip_code: '41512', + usps_city: 'Ashcamp', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 804.0, + density: 23.4, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4761, lat: 37.25381 }, + }, + { + zip_code: '41540', + usps_city: 'Lick Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 5.3, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33492, lat: 37.39094 }, + }, + { + zip_code: '41605', + usps_city: 'Betsy Layne', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 79.3, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62666, lat: 37.55546 }, + }, + { + zip_code: '42003', + usps_city: 'Paducah', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 28164.0, + density: 156.3, + primary_coty_code: '21145', + primary_coty_name: 'McCracken', + county_weights: '{"21145": "100"}', + coty_name: ['McCracken'], + cty_code: ['21145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.58562, lat: 37.01039 }, + }, + { + zip_code: '42029', + usps_city: 'Calvert City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6354.0, + density: 52.7, + primary_coty_code: '21157', + primary_coty_name: 'Marshall', + county_weights: '{"21157": "100"}', + coty_name: ['Marshall'], + cty_code: ['21157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39222, lat: 37.00775 }, + }, + { + zip_code: '42036', + usps_city: 'Dexter', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1153.0, + density: 16.8, + primary_coty_code: '21035', + primary_coty_name: 'Calloway', + county_weights: '{"21035": "100"}', + coty_name: ['Calloway'], + cty_code: ['21035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22525, lat: 36.72199 }, + }, + { + zip_code: '42202', + usps_city: 'Adairville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2312.0, + density: 14.6, + primary_coty_code: '21141', + primary_coty_name: 'Logan', + county_weights: '{"21141": "99.54", "21213": "0.46"}', + coty_name: ['Logan', 'Simpson'], + cty_code: ['21141', '21213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.86041, lat: 36.68737 }, + }, + { + zip_code: '42330', + usps_city: 'Central City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 8959.0, + density: 39.8, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.12003, lat: 37.32067 }, + }, + { + zip_code: '42354', + usps_city: 'McHenry', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 79.8, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "100"}', + coty_name: ['Ohio'], + cty_code: ['21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.9297, lat: 37.37782 }, + }, + { + zip_code: '42463', + usps_city: 'Wheatcroft', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 15.5, + primary_coty_code: '21233', + primary_coty_name: 'Webster', + county_weights: '{"21233": "100"}', + coty_name: ['Webster'], + cty_code: ['21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8716, lat: 37.47526 }, + }, + { + zip_code: '43046', + usps_city: 'Millersport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3684.0, + density: 56.0, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "89.28", "39089": "10.72"}', + coty_name: ['Fairfield', 'Licking'], + cty_code: ['39045', '39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54118, lat: 39.89864 }, + }, + { + zip_code: '43064', + usps_city: 'Plain City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13727.0, + density: 51.5, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: '{"39097": "55.23", "39159": "44.7", "39049": "0.07"}', + coty_name: ['Madison', 'Union', 'Franklin'], + cty_code: ['39097', '39159', '39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.28777, lat: 40.09804 }, + }, + { + zip_code: '43117', + usps_city: 'Derby', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 3662.3, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "100"}', + coty_name: ['Pickaway'], + cty_code: ['39129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20612, lat: 39.76879 }, + }, + { + zip_code: '43148', + usps_city: 'Pleasantville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2359.0, + density: 36.7, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "95.41", "39127": "4.59"}', + coty_name: ['Fairfield', 'Perry'], + cty_code: ['39045', '39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4995, lat: 39.81669 }, + }, + { + zip_code: '43205', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12739.0, + density: 2072.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96219, lat: 39.95766 }, + }, + { + zip_code: '43222', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4417.0, + density: 1215.6, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03526, lat: 39.9612 }, + }, + { + zip_code: '43332', + usps_city: 'La Rue', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1356.0, + density: 8.3, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "90.23", "39065": "7.58", "39175": "2.2"}', + coty_name: ['Marion', 'Hardin', 'Wyandot'], + cty_code: ['39101', '39065', '39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.37789, lat: 40.58671 }, + }, + { + zip_code: '43356', + usps_city: 'Waldo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 20.5, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "84.68", "39117": "7.98", "39041": "7.34"}', + coty_name: ['Marion', 'Morrow', 'Delaware'], + cty_code: ['39101', '39117', '39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04718, lat: 40.45816 }, + }, + { + zip_code: '43413', + usps_city: 'Cygnet', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1309.0, + density: 15.7, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65251, lat: 41.2415 }, + }, + { + zip_code: '43445', + usps_city: 'Martin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 26.0, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "85.96", "39095": "14.04"}', + coty_name: ['Ottawa', 'Lucas'], + cty_code: ['39123', '39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29854, lat: 41.58485 }, + }, + { + zip_code: '43446', + usps_city: 'Middle Bass', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 22.4, + primary_coty_code: '39123', + primary_coty_name: 'Ottawa', + county_weights: '{"39123": "100"}', + coty_name: ['Ottawa'], + cty_code: ['39123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.80853, lat: 41.68475 }, + }, + { + zip_code: '43519', + usps_city: 'Evansport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 80.8, + primary_coty_code: '39039', + primary_coty_name: 'Defiance', + county_weights: '{"39039": "100"}', + coty_name: ['Defiance'], + cty_code: ['39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40855, lat: 41.42092 }, + }, + { + zip_code: '43529', + usps_city: 'Hoytville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 164.5, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.78162, lat: 41.18761 }, + }, + { + zip_code: '43541', + usps_city: 'Milton Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 155.7, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.82951, lat: 41.30076 }, + }, + { + zip_code: '43782', + usps_city: 'Shawnee', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 21.2, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "100"}', + coty_name: ['Perry'], + cty_code: ['39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.21731, lat: 39.61842 }, + }, + { + zip_code: '43804', + usps_city: 'Baltic', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3781.0, + density: 45.9, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "55.21", "39157": "29.89", "39031": "14.91"}', + coty_name: ['Holmes', 'Tuscarawas', 'Coshocton'], + cty_code: ['39075', '39157', '39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73741, lat: 40.45385 }, + }, + { + zip_code: '43836', + usps_city: 'Plainfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 260.5, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "100"}', + coty_name: ['Coshocton'], + cty_code: ['39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72004, lat: 40.20885 }, + }, + { + zip_code: '43947', + usps_city: 'Shadyside', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5310.0, + density: 120.6, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78563, lat: 39.9561 }, + }, + { + zip_code: '43973', + usps_city: 'Freeport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2383.0, + density: 10.2, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "57.41", "39059": "42.59"}', + coty_name: ['Harrison', 'Guernsey'], + cty_code: ['39067', '39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27181, lat: 40.19412 }, + }, + { + zip_code: '44026', + usps_city: 'Chesterland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10967.0, + density: 148.8, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33179, lat: 41.53247 }, + }, + { + zip_code: '44064', + usps_city: 'Montville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1655.0, + density: 28.4, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "98.43", "39007": "1.57"}', + coty_name: ['Geauga', 'Ashtabula'], + cty_code: ['39055', '39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04787, lat: 41.60517 }, + }, + { + zip_code: '44101', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 6945.1, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.66732, lat: 41.48928 }, + }, + { + zip_code: '44111', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 42378.0, + density: 2621.3, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78853, lat: 41.45828 }, + }, + { + zip_code: '44119', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13405.0, + density: 2456.7, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54704, lat: 41.58736 }, + }, + { + zip_code: '44130', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 49713.0, + density: 1120.2, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78683, lat: 41.3778 }, + }, + { + zip_code: '44420', + usps_city: 'Girard', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14774.0, + density: 364.8, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.68007, lat: 41.17326 }, + }, + { + zip_code: '44450', + usps_city: 'North Bloomfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2014.0, + density: 17.0, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.82992, lat: 41.45519 }, + }, + { + zip_code: '44451', + usps_city: 'North Jackson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2702.0, + density: 27.8, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86852, lat: 41.0812 }, + }, + { + zip_code: '44504', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4787.0, + density: 1482.4, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "96.64", "39155": "3.36"}', + coty_name: ['Mahoning', 'Trumbull'], + cty_code: ['39099', '39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65365, lat: 41.12356 }, + }, + { + zip_code: '44634', + usps_city: 'Homeworth', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1847.0, + density: 37.5, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "75.46", "39151": "24.54"}', + coty_name: ['Columbiana', 'Stark'], + cty_code: ['39029', '39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04793, lat: 40.83417 }, + }, + { + zip_code: '44646', + usps_city: 'Massillon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 47437.0, + density: 634.1, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49841, lat: 40.81249 }, + }, + { + zip_code: '44654', + usps_city: 'Millersburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20348.0, + density: 50.0, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "97.69", "39031": "2.31"}', + coty_name: ['Holmes', 'Coshocton'], + cty_code: ['39075', '39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87079, lat: 40.53909 }, + }, + { + zip_code: '44816', + usps_city: 'Birmingham', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 359.4, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "100"}', + coty_name: ['Erie'], + cty_code: ['39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.35253, lat: 41.33023 }, + }, + { + zip_code: '44861', + usps_city: 'Old Fort', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 1576.1, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14798, lat: 41.23951 }, + }, + { + zip_code: '44878', + usps_city: 'Shiloh', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3153.0, + density: 20.1, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "95.68", "39005": "2.76", "39077": "1.56"}', + coty_name: ['Richland', 'Ashland', 'Huron'], + cty_code: ['39139', '39005', '39077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51719, lat: 40.94623 }, + }, + { + zip_code: '45032', + usps_city: 'Harveysburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 310.0, + density: 444.1, + primary_coty_code: '39165', + primary_coty_name: 'Warren', + county_weights: '{"39165": "100"}', + coty_name: ['Warren'], + cty_code: ['39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.01038, lat: 39.50239 }, + }, + { + zip_code: '45103', + usps_city: 'Batavia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32366.0, + density: 144.8, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13767, lat: 39.09753 }, + }, + { + zip_code: '45142', + usps_city: 'Lynchburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3754.0, + density: 22.8, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "80.29", "39027": "10.1", "39015": "9.61"}', + coty_name: ['Highland', 'Clinton', 'Brown'], + cty_code: ['39071', '39027', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8126, lat: 39.20569 }, + }, + { + zip_code: '45212', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22715.0, + density: 2351.2, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4523, lat: 39.16413 }, + }, + { + zip_code: '45230', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 27999.0, + density: 788.9, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39088, lat: 39.07434 }, + }, + { + zip_code: '45309', + usps_city: 'Brookville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12409.0, + density: 71.9, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "99.31", "39037": "0.48", "39135": "0.21"}', + coty_name: ['Montgomery', 'Darke', 'Preble'], + cty_code: ['39113', '39037', '39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.42149, lat: 39.84263 }, + }, + { + zip_code: '45311', + usps_city: 'Camden', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6249.0, + density: 26.4, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6671, lat: 39.62693 }, + }, + { + zip_code: '45339', + usps_city: 'Ludlow Falls', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1235.0, + density: 33.4, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "100"}', + coty_name: ['Miami'], + cty_code: ['39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3425, lat: 40.00916 }, + }, + { + zip_code: '45344', + usps_city: 'New Carlisle', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 16283.0, + density: 95.1, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: + '{"39023": "89.27", "39109": "10.12", "39021": "0.52", "39113": "0.09"}', + coty_name: ['Clark', 'Miami', 'Champaign', 'Montgomery'], + cty_code: ['39023', '39109', '39021', '39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.00956, lat: 39.95646 }, + }, + { + zip_code: '45505', + usps_city: 'Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19689.0, + density: 565.0, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.7629, lat: 39.90692 }, + }, + { + zip_code: '45620', + usps_city: 'Cheshire', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 765.0, + density: 12.8, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "94.55", "39105": "5.45"}', + coty_name: ['Gallia', 'Meigs'], + cty_code: ['39053', '39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13982, lat: 38.95777 }, + }, + { + zip_code: '45629', + usps_city: 'Franklin Furnace', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2741.0, + density: 34.8, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81286, lat: 38.64971 }, + }, + { + zip_code: '45662', + usps_city: 'Portsmouth', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29520.0, + density: 211.7, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92046, lat: 38.78775 }, + }, + { + zip_code: '45684', + usps_city: 'Stout', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2169.0, + density: 10.6, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "62.42", "39001": "37.58"}', + coty_name: ['Scioto', 'Adams'], + cty_code: ['39145', '39001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.27352, lat: 38.67318 }, + }, + { + zip_code: '45879', + usps_city: 'Paulding', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6173.0, + density: 22.5, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "100"}', + coty_name: ['Paulding'], + cty_code: ['39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56158, lat: 41.12849 }, + }, + { + zip_code: '45882', + usps_city: 'Rockford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2852.0, + density: 13.1, + primary_coty_code: '39107', + primary_coty_name: 'Mercer', + county_weights: '{"39107": "97.24", "39161": "2.76"}', + coty_name: ['Mercer', 'Van Wert'], + cty_code: ['39107', '39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.67559, lat: 40.67736 }, + }, + { + zip_code: '46032', + usps_city: 'Carmel', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 51551.0, + density: 770.8, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.17109, lat: 39.96582 }, + }, + { + zip_code: '46346', + usps_city: 'Kingsford Heights', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1208.0, + density: 259.2, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "100"}', + coty_name: ['LaPorte'], + cty_code: ['18091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69244, lat: 41.47224 }, + }, + { + zip_code: '46385', + usps_city: 'Valparaiso', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39398.0, + density: 187.1, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.12439, lat: 41.4619 }, + }, + { + zip_code: '46536', + usps_city: 'Lakeville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3209.0, + density: 42.7, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "90.65", "18099": "9.35"}', + coty_name: ['St. Joseph', 'Marshall'], + cty_code: ['18141', '18099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.28482, lat: 41.51836 }, + }, + { + zip_code: '46619', + usps_city: 'South Bend', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21471.0, + density: 363.5, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.35098, lat: 41.66009 }, + }, + { + zip_code: '46725', + usps_city: 'Columbia City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23286.0, + density: 43.8, + primary_coty_code: '18183', + primary_coty_name: 'Whitley', + county_weights: '{"18183": "96.75", "18113": "3.25"}', + coty_name: ['Whitley', 'Noble'], + cty_code: ['18183', '18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.47486, lat: 41.14913 }, + }, + { + zip_code: '46755', + usps_city: 'Kendallville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15097.0, + density: 77.3, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "99.63", "18033": "0.37"}', + coty_name: ['Noble', 'DeKalb'], + cty_code: ['18113', '18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.27404, lat: 41.4502 }, + }, + { + zip_code: '46791', + usps_city: 'Uniondale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 22.0, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "100"}', + coty_name: ['Wells'], + cty_code: ['18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.24019, lat: 40.83697 }, + }, + { + zip_code: '46979', + usps_city: 'Russiaville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4940.0, + density: 45.2, + primary_coty_code: '18067', + primary_coty_name: 'Howard', + county_weights: '{"18067": "98.65", "18023": "1.35"}', + coty_name: ['Howard', 'Clinton'], + cty_code: ['18067', '18023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.28006, lat: 40.4293 }, + }, + { + zip_code: '47334', + usps_city: 'Daleville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3189.0, + density: 46.3, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "97.21", "18065": "2.79"}', + coty_name: ['Delaware', 'Henry'], + cty_code: ['18035', '18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.52701, lat: 40.11771 }, + }, + { + zip_code: '47340', + usps_city: 'Farmland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2998.0, + density: 21.6, + primary_coty_code: '18135', + primary_coty_name: 'Randolph', + county_weights: '{"18135": "100"}', + coty_name: ['Randolph'], + cty_code: ['18135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.1323, lat: 40.18107 }, + }, + { + zip_code: '47348', + usps_city: 'Hartford City', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9159.0, + density: 30.3, + primary_coty_code: '18009', + primary_coty_name: 'Blackford', + county_weights: '{"18009": "100"}', + coty_name: ['Blackford'], + cty_code: ['18009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.34818, lat: 40.45668 }, + }, + { + zip_code: '47386', + usps_city: 'Springport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1206.0, + density: 26.2, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.3833, lat: 40.05272 }, + }, + { + zip_code: '47459', + usps_city: 'Solsberry', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3597.0, + density: 23.8, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "93.28", "18119": "6.72"}', + coty_name: ['Greene', 'Owen'], + cty_code: ['18055', '18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.74958, lat: 39.11278 }, + }, + { + zip_code: '47537', + usps_city: 'Gentryville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 896.0, + density: 21.7, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "73.37", "18173": "26.63"}', + coty_name: ['Spencer', 'Warrick'], + cty_code: ['18147', '18173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.07233, lat: 38.10582 }, + }, + { + zip_code: '47630', + usps_city: 'Newburgh', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36182.0, + density: 299.1, + primary_coty_code: '18173', + primary_coty_name: 'Warrick', + county_weights: '{"18173": "100"}', + coty_name: ['Warrick'], + cty_code: ['18173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.35553, lat: 37.95542 }, + }, + { + zip_code: '47711', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 32612.0, + density: 776.1, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.53589, lat: 38.01537 }, + }, + { + zip_code: '47712', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26764.0, + density: 163.0, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "86.88", "18129": "13.12"}', + coty_name: ['Vanderburgh', 'Posey'], + cty_code: ['18163', '18129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66007, lat: 37.92866 }, + }, + { + zip_code: '47720', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17763.0, + density: 123.5, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.6425, lat: 38.06052 }, + }, + { + zip_code: '47869', + usps_city: 'Prairie Creek', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 463.6, + primary_coty_code: '18167', + primary_coty_name: 'Vigo', + county_weights: '{"18167": "100"}', + coty_name: ['Vigo'], + cty_code: ['18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.49671, lat: 39.27384 }, + }, + { + zip_code: '47874', + usps_city: 'Rosedale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3207.0, + density: 18.0, + primary_coty_code: '18121', + primary_coty_name: 'Parke', + county_weights: '{"18121": "71.94", "18167": "23.52", "18021": "4.54"}', + coty_name: ['Parke', 'Vigo', 'Clay'], + cty_code: ['18121', '18167', '18021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.27458, lat: 39.62794 }, + }, + { + zip_code: '47901', + usps_city: 'Lafayette', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3715.0, + density: 2417.2, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.88992, lat: 40.41785 }, + }, + { + zip_code: '47963', + usps_city: 'Morocco', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2057.0, + density: 7.7, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "100"}', + coty_name: ['Newton'], + cty_code: ['18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.43977, lat: 40.9716 }, + }, + { + zip_code: '47969', + usps_city: 'Newtown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 234.3, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "100"}', + coty_name: ['Fountain'], + cty_code: ['18045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.14875, lat: 40.20572 }, + }, + { + zip_code: '47978', + usps_city: 'Rensselaer', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11515.0, + density: 17.3, + primary_coty_code: '18073', + primary_coty_name: 'Jasper', + county_weights: '{"18073": "99.39", "18111": "0.41", "18181": "0.2"}', + coty_name: ['Jasper', 'Newton', 'White'], + cty_code: ['18073', '18111', '18181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.11551, lat: 40.98123 }, + }, + { + zip_code: '47992', + usps_city: 'Westpoint', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1357.0, + density: 14.4, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "100"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.05291, lat: 40.32231 }, + }, + { + zip_code: '47993', + usps_city: 'Williamsport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3661.0, + density: 10.0, + primary_coty_code: '18171', + primary_coty_name: 'Warren', + county_weights: '{"18171": "100"}', + coty_name: ['Warren'], + cty_code: ['18171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.4146, lat: 40.31215 }, + }, + { + zip_code: '48006', + usps_city: 'Avoca', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4058.0, + density: 21.9, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.69647, lat: 43.07539 }, + }, + { + zip_code: '48060', + usps_city: 'Port Huron', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39405.0, + density: 729.6, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.46271, lat: 42.97864 }, + }, + { + zip_code: '48074', + usps_city: 'Smiths Creek', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9172.0, + density: 95.5, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.56202, lat: 42.94827 }, + }, + { + zip_code: '48089', + usps_city: 'Warren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 31226.0, + density: 1516.4, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.99544, lat: 42.47019 }, + }, + { + zip_code: '48164', + usps_city: 'New Boston', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8713.0, + density: 114.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "99.24", "26115": "0.76"}', + coty_name: ['Wayne', 'Monroe'], + cty_code: ['26163', '26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.3909, lat: 42.12697 }, + }, + { + zip_code: '48216', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5318.0, + density: 929.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.07873, lat: 42.32655 }, + }, + { + zip_code: '48220', + usps_city: 'Ferndale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22548.0, + density: 1967.2, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.13521, lat: 42.45807 }, + }, + { + zip_code: '48221', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 41523.0, + density: 2940.8, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14869, lat: 42.42703 }, + }, + { + zip_code: '48243', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "0"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.03954, lat: 42.32995 }, + }, + { + zip_code: '48309', + usps_city: 'Rochester', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 30215.0, + density: 754.9, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.18367, lat: 42.65864 }, + }, + { + zip_code: '48357', + usps_city: 'Highland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8347.0, + density: 274.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.64388, lat: 42.65606 }, + }, + { + zip_code: '48380', + usps_city: 'Milford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7435.0, + density: 113.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "76.7", "26093": "23.3"}', + coty_name: ['Oakland', 'Livingston'], + cty_code: ['26125', '26093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.66216, lat: 42.58073 }, + }, + { + zip_code: '48457', + usps_city: 'Montrose', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8118.0, + density: 71.4, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "82.82", "26145": "17.18"}', + coty_name: ['Genesee', 'Saginaw'], + cty_code: ['26049', '26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.89564, lat: 43.18943 }, + }, + { + zip_code: '48625', + usps_city: 'Harrison', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13104.0, + density: 21.0, + primary_coty_code: '26035', + primary_coty_name: 'Clare', + county_weights: '{"26035": "100"}', + coty_name: ['Clare'], + cty_code: ['26035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.83132, lat: 44.05402 }, + }, + { + zip_code: '48659', + usps_city: 'Sterling', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2758.0, + density: 13.4, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "98", "26017": "2"}', + coty_name: ['Arenac', 'Bay'], + cty_code: ['26011', '26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.05049, lat: 44.06686 }, + }, + { + zip_code: '48661', + usps_city: 'West Branch', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10469.0, + density: 15.2, + primary_coty_code: '26129', + primary_coty_name: 'Ogemaw', + county_weights: '{"26129": "100"}', + coty_name: ['Ogemaw'], + cty_code: ['26129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.24079, lat: 44.3289 }, + }, + { + zip_code: '48703', + usps_city: 'Au Gres', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2939.0, + density: 26.0, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "100"}', + coty_name: ['Arenac'], + cty_code: ['26011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.67161, lat: 44.0631 }, + }, + { + zip_code: '48731', + usps_city: 'Elkton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1534.0, + density: 12.2, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.1587, lat: 43.84084 }, + }, + { + zip_code: '48757', + usps_city: 'Reese', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3742.0, + density: 26.2, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "76.37", "26145": "21.69", "26017": "1.94"}', + coty_name: ['Tuscola', 'Saginaw', 'Bay'], + cty_code: ['26157', '26145', '26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.67944, lat: 43.46941 }, + }, + { + zip_code: '48865', + usps_city: 'Orleans', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2158.0, + density: 37.3, + primary_coty_code: '26067', + primary_coty_name: 'Ionia', + county_weights: '{"26067": "100"}', + coty_name: ['Ionia'], + cty_code: ['26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.10561, lat: 43.087 }, + }, + { + zip_code: '48883', + usps_city: 'Shepherd', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6822.0, + density: 22.4, + primary_coty_code: '26073', + primary_coty_name: 'Isabella', + county_weights: '{"26073": "74.11", "26111": "25.89"}', + coty_name: ['Isabella', 'Midland'], + cty_code: ['26073', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.66863, lat: 43.54186 }, + }, + { + zip_code: '49113', + usps_city: 'Galien', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1773.0, + density: 19.4, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.50087, lat: 41.80237 }, + }, + { + zip_code: '49126', + usps_city: 'Sodus', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1225.0, + density: 29.6, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.36878, lat: 42.02581 }, + }, + { + zip_code: '49326', + usps_city: 'Gowen', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4308.0, + density: 69.8, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "72.55", "26117": "27.45"}', + coty_name: ['Kent', 'Montcalm'], + cty_code: ['26081', '26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.3206, lat: 43.24982 }, + }, + { + zip_code: '49435', + usps_city: 'Marne', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3929.0, + density: 69.2, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "100"}', + coty_name: ['Ottawa'], + cty_code: ['26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.84073, lat: 43.02697 }, + }, + { + zip_code: '49451', + usps_city: 'Ravenna', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6025.0, + density: 28.0, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "96.64", "26139": "3.36"}', + coty_name: ['Muskegon', 'Ottawa'], + cty_code: ['26121', '26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.96945, lat: 43.21197 }, + }, + { + zip_code: '49458', + usps_city: 'Walhalla', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 4.3, + primary_coty_code: '26105', + primary_coty_name: 'Mason', + county_weights: '{"26105": "100"}', + coty_name: ['Mason'], + cty_code: ['26105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.09675, lat: 43.92618 }, + }, + { + zip_code: '49525', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 30019.0, + density: 493.3, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.5917, lat: 43.02115 }, + }, + { + zip_code: '49548', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 33613.0, + density: 1227.0, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.66276, lat: 42.86966 }, + }, + { + zip_code: '49666', + usps_city: 'Mayfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 37.4, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "100"}', + coty_name: ['Grand Traverse'], + cty_code: ['26055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.55408, lat: 44.62204 }, + }, + { + zip_code: '49753', + usps_city: 'Lachine', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2075.0, + density: 4.7, + primary_coty_code: '26007', + primary_coty_name: 'Alpena', + county_weights: '{"26007": "100"}', + coty_name: ['Alpena'], + cty_code: ['26007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.77221, lat: 45.01889 }, + }, + { + zip_code: '49779', + usps_city: 'Rogers City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4448.0, + density: 14.2, + primary_coty_code: '26141', + primary_coty_name: 'Presque Isle', + county_weights: '{"26141": "100"}', + coty_name: ['Presque Isle'], + cty_code: ['26141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.876, lat: 45.40153 }, + }, + { + zip_code: '49815', + usps_city: 'Channing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 0.9, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.96492, lat: 46.18673 }, + }, + { + zip_code: '49821', + usps_city: 'Daggett', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1217.0, + density: 3.3, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.63265, lat: 45.53014 }, + }, + { + zip_code: '49835', + usps_city: 'Garden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 3.8, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "100"}', + coty_name: ['Delta'], + cty_code: ['26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.58289, lat: 45.73335 }, + }, + { + zip_code: '50042', + usps_city: 'Brayton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 3.0, + primary_coty_code: '19009', + primary_coty_name: 'Audubon', + county_weights: '{"19009": "100"}', + coty_name: ['Audubon'], + cty_code: ['19009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.90151, lat: 41.53343 }, + }, + { + zip_code: '50056', + usps_city: 'Colo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1474.0, + density: 9.9, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29739, lat: 42.01691 }, + }, + { + zip_code: '50070', + usps_city: 'Dexter', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1371.0, + density: 8.0, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: + '{"19049": "47.75", "19077": "31.7", "19121": "12.56", "19001": "7.99"}', + coty_name: ['Dallas', 'Guthrie', 'Madison', 'Adair'], + cty_code: ['19049', '19077', '19121', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23822, lat: 41.45566 }, + }, + { + zip_code: '50076', + usps_city: 'Exira', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 5.0, + primary_coty_code: '19009', + primary_coty_name: 'Audubon', + county_weights: '{"19009": "100"}', + coty_name: ['Audubon'], + cty_code: ['19009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85858, lat: 41.59357 }, + }, + { + zip_code: '50105', + usps_city: 'Gilbert', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1013.0, + density: 49.3, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "100"}', + coty_name: ['Story'], + cty_code: ['19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.63735, lat: 42.11027 }, + }, + { + zip_code: '50118', + usps_city: 'Hartford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1080.0, + density: 21.7, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "100"}', + coty_name: ['Warren'], + cty_code: ['19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37299, lat: 41.46369 }, + }, + { + zip_code: '50128', + usps_city: 'Jamaica', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 6.0, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "82.22", "19073": "11.11", "19049": "6.67"}', + coty_name: ['Guthrie', 'Greene', 'Dallas'], + cty_code: ['19077', '19073', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29899, lat: 41.85089 }, + }, + { + zip_code: '50148', + usps_city: 'Liscomb', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 6.6, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99283, lat: 42.18127 }, + }, + { + zip_code: '50170', + usps_city: 'Monroe', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2875.0, + density: 12.6, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "89.84", "19125": "10.16"}', + coty_name: ['Jasper', 'Marion'], + cty_code: ['19099', '19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12124, lat: 41.52589 }, + }, + { + zip_code: '50213', + usps_city: 'Osceola', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6953.0, + density: 12.8, + primary_coty_code: '19039', + primary_coty_name: 'Clarke', + county_weights: '{"19039": "100"}', + coty_name: ['Clarke'], + cty_code: ['19039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.76611, lat: 41.03205 }, + }, + { + zip_code: '50229', + usps_city: 'Prole', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 894.0, + density: 8.5, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "72", "19121": "28"}', + coty_name: ['Warren', 'Madison'], + cty_code: ['19181', '19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.77679, lat: 41.37647 }, + }, + { + zip_code: '50271', + usps_city: 'Williams', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 3.7, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "98.41", "19197": "1.59"}', + coty_name: ['Hamilton', 'Wright'], + cty_code: ['19079', '19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54144, lat: 42.48278 }, + }, + { + zip_code: '50319', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "0"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60399, lat: 41.59091 }, + }, + { + zip_code: '50323', + usps_city: 'Urbandale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 14593.0, + density: 728.2, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "61.39", "19153": "38.61"}', + coty_name: ['Dallas', 'Polk'], + cty_code: ['19049', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.81379, lat: 41.63469 }, + }, + { + zip_code: '50428', + usps_city: 'Clear Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 9374.0, + density: 30.6, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "100"}', + coty_name: ['Cerro Gordo'], + cty_code: ['19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38988, lat: 43.13775 }, + }, + { + zip_code: '50476', + usps_city: 'Stacyville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 6.6, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "100"}', + coty_name: ['Mitchell'], + cty_code: ['19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76398, lat: 43.45235 }, + }, + { + zip_code: '50479', + usps_city: 'Thornton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 3.7, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "89.91", "19069": "10.09"}', + coty_name: ['Cerro Gordo', 'Franklin'], + cty_code: ['19033', '19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40988, lat: 42.93948 }, + }, + { + zip_code: '50554', + usps_city: 'Laurens', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1625.0, + density: 7.1, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "98.28", "19147": "1.11", "19021": "0.62"}', + coty_name: ['Pocahontas', 'Palo Alto', 'Buena Vista'], + cty_code: ['19151', '19147', '19021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84291, lat: 42.84555 }, + }, + { + zip_code: '50569', + usps_city: 'Otho', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 12.0, + primary_coty_code: '19187', + primary_coty_name: 'Webster', + county_weights: '{"19187": "100"}', + coty_name: ['Webster'], + cty_code: ['19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.13872, lat: 42.40303 }, + }, + { + zip_code: '50588', + usps_city: 'Storm Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12572.0, + density: 35.3, + primary_coty_code: '19021', + primary_coty_name: 'Buena Vista', + county_weights: '{"19021": "100"}', + coty_name: ['Buena Vista'], + cty_code: ['19021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16434, lat: 42.65776 }, + }, + { + zip_code: '50633', + usps_city: 'Geneva', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 3.2, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "100"}', + coty_name: ['Franklin'], + cty_code: ['19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12857, lat: 42.67127 }, + }, + { + zip_code: '50645', + usps_city: 'Ionia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 5.0, + primary_coty_code: '19037', + primary_coty_name: 'Chickasaw', + county_weights: '{"19037": "93.36", "19017": "4.32", "19067": "2.33"}', + coty_name: ['Chickasaw', 'Bremer', 'Floyd'], + cty_code: ['19037', '19017', '19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45139, lat: 43.0201 }, + }, + { + zip_code: '50659', + usps_city: 'New Hampton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5670.0, + density: 14.1, + primary_coty_code: '19037', + primary_coty_name: 'Chickasaw', + county_weights: '{"19037": "100"}', + coty_name: ['Chickasaw'], + cty_code: ['19037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32253, lat: 43.08814 }, + }, + { + zip_code: '50848', + usps_city: 'Gravity', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 2.5, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: '{"19173": "100"}', + coty_name: ['Taylor'], + cty_code: ['19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.76523, lat: 40.78371 }, + }, + { + zip_code: '50859', + usps_city: 'Prescott', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 3.1, + primary_coty_code: '19003', + primary_coty_name: 'Adams', + county_weights: '{"19003": "97.77", "19001": "2.23"}', + coty_name: ['Adams', 'Adair'], + cty_code: ['19003', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.60106, lat: 41.06719 }, + }, + { + zip_code: '51111', + usps_city: 'Sioux City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 7.0, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38638, lat: 42.40999 }, + }, + { + zip_code: '51355', + usps_city: 'Okoboji', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 845.0, + density: 136.3, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "100"}', + coty_name: ['Dickinson'], + cty_code: ['19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13672, lat: 43.38871 }, + }, + { + zip_code: '51558', + usps_city: 'Moorhead', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 2.0, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "88.75", "19085": "11.25"}', + coty_name: ['Monona', 'Harrison'], + cty_code: ['19133', '19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86228, lat: 41.9049 }, + }, + { + zip_code: '51579', + usps_city: 'Woodbine', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2217.0, + density: 7.4, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "100"}', + coty_name: ['Harrison'], + cty_code: ['19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70341, lat: 41.7467 }, + }, + { + zip_code: '52054', + usps_city: 'La Motte', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 6.1, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "89.57", "19061": "10.43"}', + coty_name: ['Jackson', 'Dubuque'], + cty_code: ['19097', '19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.6271, lat: 42.30542 }, + }, + { + zip_code: '52154', + usps_city: 'Lawler', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 4.4, + primary_coty_code: '19037', + primary_coty_name: 'Chickasaw', + county_weights: '{"19037": "98.09", "19089": "1.91"}', + coty_name: ['Chickasaw', 'Howard'], + cty_code: ['19037', '19089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16531, lat: 43.12258 }, + }, + { + zip_code: '52171', + usps_city: 'Waucoma', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 4.6, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "69.66", "19037": "20.8", "19191": "9.54"}', + coty_name: ['Fayette', 'Chickasaw', 'Winneshiek'], + cty_code: ['19065', '19037', '19191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.051, lat: 43.07364 }, + }, + { + zip_code: '52172', + usps_city: 'Waukon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6128.0, + density: 14.9, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: '{"19005": "98.83", "19191": "1.17"}', + coty_name: ['Allamakee', 'Winneshiek'], + cty_code: ['19005', '19191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48449, lat: 43.27079 }, + }, + { + zip_code: '52225', + usps_city: 'Elberon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 3.2, + primary_coty_code: '19171', + primary_coty_name: 'Tama', + county_weights: '{"19171": "83.89", "19011": "16.11"}', + coty_name: ['Tama', 'Benton'], + cty_code: ['19171', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32687, lat: 42.01081 }, + }, + { + zip_code: '52254', + usps_city: 'Lost Nation', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 5.2, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80116, lat: 41.95214 }, + }, + { + zip_code: '52347', + usps_city: 'Victor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 7.6, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "79.43", "19157": "20.57"}', + coty_name: ['Iowa', 'Poweshiek'], + cty_code: ['19095', '19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28449, lat: 41.71253 }, + }, + { + zip_code: '52351', + usps_city: 'Walford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1367.0, + density: 639.9, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "74.02", "19113": "25.98"}', + coty_name: ['Benton', 'Linn'], + cty_code: ['19011', '19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.83177, lat: 41.87788 }, + }, + { + zip_code: '52561', + usps_city: 'Fremont', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 10.7, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "99.06", "19107": "0.94"}', + coty_name: ['Mahaska', 'Keokuk'], + cty_code: ['19123', '19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44621, lat: 41.21987 }, + }, + { + zip_code: '52637', + usps_city: 'Mediapolis', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2558.0, + density: 14.9, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "100"}', + coty_name: ['Des Moines'], + cty_code: ['19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.13679, lat: 41.02013 }, + }, + { + zip_code: '52639', + usps_city: 'Montrose', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 19.1, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45635, lat: 40.52993 }, + }, + { + zip_code: '52802', + usps_city: 'Davenport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 10562.0, + density: 426.4, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63498, lat: 41.49749 }, + }, + { + zip_code: '53050', + usps_city: 'Mayville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6744.0, + density: 38.0, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.54775, lat: 43.51167 }, + }, + { + zip_code: '53075', + usps_city: 'Random Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3251.0, + density: 34.6, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "95.4", "55089": "4.6"}', + coty_name: ['Sheboygan', 'Ozaukee'], + cty_code: ['55117', '55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99129, lat: 43.56635 }, + }, + { + zip_code: '53078', + usps_city: 'Rubicon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1715.0, + density: 19.6, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4601, lat: 43.31933 }, + }, + { + zip_code: '53079', + usps_city: 'Saint Cloud', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1508.0, + density: 17.1, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "98.23", "55117": "1.77"}', + coty_name: ['Fond du Lac', 'Sheboygan'], + cty_code: ['55039', '55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18454, lat: 43.80915 }, + }, + { + zip_code: '53098', + usps_city: 'Watertown', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 11685.0, + density: 43.7, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71305, lat: 43.24963 }, + }, + { + zip_code: '53206', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 22520.0, + density: 3235.5, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93368, lat: 43.07508 }, + }, + { + zip_code: '53223', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 29244.0, + density: 1108.9, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99049, lat: 43.1634 }, + }, + { + zip_code: '53225', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26551.0, + density: 1493.2, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "99.98", "55133": "0.02"}', + coty_name: ['Milwaukee', 'Waukesha'], + cty_code: ['55079', '55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04186, lat: 43.11501 }, + }, + { + zip_code: '53226', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18940.0, + density: 1063.9, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04215, lat: 43.04948 }, + }, + { + zip_code: '53578', + usps_city: 'Prairie Du Sac', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6373.0, + density: 50.0, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "88.28", "55021": "11.72"}', + coty_name: ['Sauk', 'Columbia'], + cty_code: ['55111', '55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.77613, lat: 43.32208 }, + }, + { + zip_code: '53715', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 13508.0, + density: 4310.5, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.39734, lat: 43.06037 }, + }, + { + zip_code: '53901', + usps_city: 'Portage', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14751.0, + density: 40.1, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "99.63", "55077": "0.37"}', + coty_name: ['Columbia', 'Marquette'], + cty_code: ['55021', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.48644, lat: 43.55706 }, + }, + { + zip_code: '53949', + usps_city: 'Montello', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6098.0, + density: 13.9, + primary_coty_code: '55077', + primary_coty_name: 'Marquette', + county_weights: '{"55077": "99.45", "55047": "0.55"}', + coty_name: ['Marquette', 'Green Lake'], + cty_code: ['55077', '55047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33587, lat: 43.78296 }, + }, + { + zip_code: '53965', + usps_city: 'Wisconsin Dells', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 10450.0, + density: 23.8, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: + '{"55111": "33.71", "55001": "30.47", "55021": "30.43", "55057": "5.4"}', + coty_name: ['Sauk', 'Adams', 'Columbia', 'Juneau'], + cty_code: ['55111', '55001', '55021', '55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75564, lat: 43.67536 }, + }, + { + zip_code: '54025', + usps_city: 'Somerset', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7274.0, + density: 57.8, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6894, lat: 45.14311 }, + }, + { + zip_code: '54123', + usps_city: 'Forest Junction', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 263.0, + density: 210.7, + primary_coty_code: '55015', + primary_coty_name: 'Calumet', + county_weights: '{"55015": "100"}', + coty_name: ['Calumet'], + cty_code: ['55015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14301, lat: 44.21126 }, + }, + { + zip_code: '54135', + usps_city: 'Keshena', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3332.0, + density: 16.0, + primary_coty_code: '55078', + primary_coty_name: 'Menominee', + county_weights: '{"55078": "100"}', + coty_name: ['Menominee'], + cty_code: ['55078'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6266, lat: 44.92472 }, + }, + { + zip_code: '54136', + usps_city: 'Kimberly', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6298.0, + density: 1167.6, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.33892, lat: 44.26826 }, + }, + { + zip_code: '54165', + usps_city: 'Seymour', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7641.0, + density: 31.6, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "95.72", "55115": "3.49", "55009": "0.8"}', + coty_name: ['Outagamie', 'Shawano', 'Brown'], + cty_code: ['55087', '55115', '55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32055, lat: 44.51889 }, + }, + { + zip_code: '54220', + usps_city: 'Manitowoc', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 39008.0, + density: 152.6, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72976, lat: 44.09757 }, + }, + { + zip_code: '54401', + usps_city: 'Wausau', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 30549.0, + density: 141.8, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70676, lat: 44.96559 }, + }, + { + zip_code: '54469', + usps_city: 'Port Edwards', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1717.0, + density: 260.4, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "100"}', + coty_name: ['Wood'], + cty_code: ['55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.8703, lat: 44.34595 }, + }, + { + zip_code: '54476', + usps_city: 'Schofield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19025.0, + density: 173.7, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5241, lat: 44.88805 }, + }, + { + zip_code: '54479', + usps_city: 'Spencer', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3977.0, + density: 19.2, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "73.17", "55019": "26.83"}', + coty_name: ['Marathon', 'Clark'], + cty_code: ['55073', '55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32153, lat: 44.75636 }, + }, + { + zip_code: '54494', + usps_city: 'Wisconsin Rapids', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26577.0, + density: 77.0, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "92.77", "55097": "7.1", "55001": "0.13"}', + coty_name: ['Wood', 'Portage', 'Adams'], + cty_code: ['55141', '55097', '55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73768, lat: 44.33908 }, + }, + { + zip_code: '54501', + usps_city: 'Rhinelander', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19960.0, + density: 21.1, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "99.36", "55069": "0.64"}', + coty_name: ['Oneida', 'Lincoln'], + cty_code: ['55085', '55069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34502, lat: 45.65303 }, + }, + { + zip_code: '54519', + usps_city: 'Conover', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1267.0, + density: 6.1, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "100"}', + coty_name: ['Vilas'], + cty_code: ['55125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26222, lat: 46.0499 }, + }, + { + zip_code: '54539', + usps_city: 'Lake Tomahawk', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1265.0, + density: 10.0, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "100"}', + coty_name: ['Oneida'], + cty_code: ['55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56781, lat: 45.80539 }, + }, + { + zip_code: '54611', + usps_city: 'Alma Center', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1142.0, + density: 8.1, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "100"}', + coty_name: ['Jackson'], + cty_code: ['55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.95226, lat: 44.44771 }, + }, + { + zip_code: '54636', + usps_city: 'Holmen', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14587.0, + density: 68.1, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "100"}', + coty_name: ['La Crosse'], + cty_code: ['55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22657, lat: 44.00759 }, + }, + { + zip_code: '54637', + usps_city: 'Hustler', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 208.4, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "100"}', + coty_name: ['Juneau'], + cty_code: ['55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27016, lat: 43.87875 }, + }, + { + zip_code: '54660', + usps_city: 'Tomah', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15887.0, + density: 40.2, + primary_coty_code: '55081', + primary_coty_name: 'Monroe', + county_weights: '{"55081": "100"}', + coty_name: ['Monroe'], + cty_code: ['55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.49021, lat: 43.98256 }, + }, + { + zip_code: '54739', + usps_city: 'Elk Mound', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5389.0, + density: 20.4, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "77.31", "55017": "22.1", "55035": "0.59"}', + coty_name: ['Dunn', 'Chippewa', 'Eau Claire'], + cty_code: ['55033', '55017', '55035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7014, lat: 44.86288 }, + }, + { + zip_code: '54741', + usps_city: 'Fairchild', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1951.0, + density: 7.9, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "67.47", "55053": "31.52", "55019": "1.01"}', + coty_name: ['Eau Claire', 'Jackson', 'Clark'], + cty_code: ['55035', '55053', '55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.97799, lat: 44.61528 }, + }, + { + zip_code: '54812', + usps_city: 'Barron', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5591.0, + density: 23.4, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "100"}', + coty_name: ['Barron'], + cty_code: ['55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.88238, lat: 45.39678 }, + }, + { + zip_code: '54832', + usps_city: 'Drummond', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 346.0, + density: 1.3, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.32795, lat: 46.32679 }, + }, + { + zip_code: '54845', + usps_city: 'Hertel', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 7.2, + primary_coty_code: '55013', + primary_coty_name: 'Burnett', + county_weights: '{"55013": "100"}', + coty_name: ['Burnett'], + cty_code: ['55013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.17539, lat: 45.80039 }, + }, + { + zip_code: '54859', + usps_city: 'Minong', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1770.0, + density: 3.8, + primary_coty_code: '55129', + primary_coty_name: 'Washburn', + county_weights: '{"55129": "85.55", "55031": "14.45"}', + coty_name: ['Washburn', 'Douglas'], + cty_code: ['55129', '55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.80167, lat: 46.1264 }, + }, + { + zip_code: '54893', + usps_city: 'Webster', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3706.0, + density: 9.1, + primary_coty_code: '55013', + primary_coty_name: 'Burnett', + county_weights: '{"55013": "100"}', + coty_name: ['Burnett'], + cty_code: ['55013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.30633, lat: 45.87112 }, + }, + { + zip_code: '54909', + usps_city: 'Almond', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2139.0, + density: 8.6, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "91.24", "55137": "8.76"}', + coty_name: ['Portage', 'Waushara'], + cty_code: ['55097', '55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35463, lat: 44.28416 }, + }, + { + zip_code: '54922', + usps_city: 'Bear Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1347.0, + density: 11.0, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "62.88", "55135": "37.12"}', + coty_name: ['Outagamie', 'Waupaca'], + cty_code: ['55087', '55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74312, lat: 44.54243 }, + }, + { + zip_code: '54962', + usps_city: 'Ogdensburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 9.3, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "100"}', + coty_name: ['Waupaca'], + cty_code: ['55135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.02258, lat: 44.48563 }, + }, + { + zip_code: '55013', + usps_city: 'Chisago City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 6726.0, + density: 88.6, + primary_coty_code: '27025', + primary_coty_name: 'Chisago', + county_weights: '{"27025": "100"}', + coty_name: ['Chisago'], + cty_code: ['27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89819, lat: 45.35437 }, + }, + { + zip_code: '55017', + usps_city: 'Dalbo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 844.0, + density: 10.8, + primary_coty_code: '27059', + primary_coty_name: 'Isanti', + county_weights: '{"27059": "100"}', + coty_name: ['Isanti'], + cty_code: ['27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43366, lat: 45.68019 }, + }, + { + zip_code: '55030', + usps_city: 'Grasston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 13.7, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "76.73", "27065": "23.27"}', + coty_name: ['Pine', 'Kanabec'], + cty_code: ['27115', '27065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.11393, lat: 45.8395 }, + }, + { + zip_code: '55036', + usps_city: 'Henriette', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 111.3, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "100"}', + coty_name: ['Pine'], + cty_code: ['27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.11959, lat: 45.87114 }, + }, + { + zip_code: '55302', + usps_city: 'Annandale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7364.0, + density: 39.8, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11894, lat: 45.24268 }, + }, + { + zip_code: '55327', + usps_city: 'Dayton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3501.0, + density: 74.7, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "98.22", "27171": "1.78"}', + coty_name: ['Hennepin', 'Wright'], + cty_code: ['27053', '27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.47573, lat: 45.19864 }, + }, + { + zip_code: '55386', + usps_city: 'Victoria', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7829.0, + density: 447.0, + primary_coty_code: '27019', + primary_coty_name: 'Carver', + county_weights: '{"27019": "100"}', + coty_name: ['Carver'], + cty_code: ['27019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66794, lat: 44.86264 }, + }, + { + zip_code: '55404', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26963.0, + density: 5890.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26085, lat: 44.96197 }, + }, + { + zip_code: '55437', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18136.0, + density: 1067.1, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.34525, lat: 44.82463 }, + }, + { + zip_code: '55750', + usps_city: 'Hoyt Lakes', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2079.0, + density: 5.5, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96576, lat: 47.52203 }, + }, + { + zip_code: '55758', + usps_city: 'Kinney', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 36.3, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72588, lat: 47.50955 }, + }, + { + zip_code: '55933', + usps_city: 'Elkton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 3.6, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "100"}', + coty_name: ['Mower'], + cty_code: ['27099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.6806, lat: 43.64605 }, + }, + { + zip_code: '56042', + usps_city: 'Hartland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 712.0, + density: 5.2, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48359, lat: 43.80419 }, + }, + { + zip_code: '56050', + usps_city: 'Kasota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1440.0, + density: 26.6, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "100"}', + coty_name: ['Le Sueur'], + cty_code: ['27079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95316, lat: 44.26488 }, + }, + { + zip_code: '56256', + usps_city: 'Madison', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2412.0, + density: 4.0, + primary_coty_code: '27073', + primary_coty_name: 'Lac qui Parle', + county_weights: '{"27073": "100"}', + coty_name: ['Lac qui Parle'], + cty_code: ['27073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19793, lat: 45.02506 }, + }, + { + zip_code: '56301', + usps_city: 'Saint Cloud', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 34524.0, + density: 179.6, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24229, lat: 45.48813 }, + }, + { + zip_code: '56304', + usps_city: 'Saint Cloud', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16701.0, + density: 107.6, + primary_coty_code: '27141', + primary_coty_name: 'Sherburne', + county_weights: '{"27141": "57.96", "27009": "42.04"}', + coty_name: ['Sherburne', 'Benton'], + cty_code: ['27141', '27009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05284, lat: 45.52536 }, + }, + { + zip_code: '56327', + usps_city: 'Farwell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 6.1, + primary_coty_code: '27041', + primary_coty_name: 'Douglas', + county_weights: '{"27041": "70.73", "27121": "29.27"}', + coty_name: ['Douglas', 'Pope'], + cty_code: ['27041', '27121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61273, lat: 45.75739 }, + }, + { + zip_code: '56345', + usps_city: 'Little Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14498.0, + density: 24.7, + primary_coty_code: '27097', + primary_coty_name: 'Morrison', + county_weights: '{"27097": "100"}', + coty_name: ['Morrison'], + cty_code: ['27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.37486, lat: 45.98881 }, + }, + { + zip_code: '56363', + usps_city: 'Pease', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 193.7, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "100"}', + coty_name: ['Mille Lacs'], + cty_code: ['27095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.64982, lat: 45.69668 }, + }, + { + zip_code: '56371', + usps_city: 'Roscoe', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 110.4, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63661, lat: 45.43316 }, + }, + { + zip_code: '56455', + usps_city: 'Ironton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1883.0, + density: 29.8, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00749, lat: 46.44873 }, + }, + { + zip_code: '56477', + usps_city: 'Sebeka', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2924.0, + density: 4.8, + primary_coty_code: '27159', + primary_coty_name: 'Wadena', + county_weights: '{"27159": "80.31", "27111": "17.26", "27021": "2.43"}', + coty_name: ['Wadena', 'Otter Tail', 'Cass'], + cty_code: ['27159', '27111', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.00667, lat: 46.64357 }, + }, + { + zip_code: '56516', + usps_city: 'Bejou', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 1.4, + primary_coty_code: '27087', + primary_coty_name: 'Mahnomen', + county_weights: '{"27087": "81.97", "27107": "18.03"}', + coty_name: ['Mahnomen', 'Norman'], + cty_code: ['27087', '27107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97604, lat: 47.44188 }, + }, + { + zip_code: '56527', + usps_city: 'Deer Creek', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 875.0, + density: 6.5, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.31722, lat: 46.37872 }, + }, + { + zip_code: '56529', + usps_city: 'Dilworth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4414.0, + density: 346.1, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6895, lat: 46.87655 }, + }, + { + zip_code: '56627', + usps_city: 'Big Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 0.1, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05488, lat: 48.23393 }, + }, + { + zip_code: '57024', + usps_city: 'Egan', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 6.2, + primary_coty_code: '46101', + primary_coty_name: 'Moody', + county_weights: '{"46101": "100"}', + coty_name: ['Moody'], + cty_code: ['46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.67923, lat: 43.9885 }, + }, + { + zip_code: '57260', + usps_city: 'Rosholt', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 917.0, + density: 2.2, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "100"}', + coty_name: ['Roberts'], + cty_code: ['46109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71839, lat: 45.83605 }, + }, + { + zip_code: '57265', + usps_city: 'Strandburg', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 0.8, + primary_coty_code: '46051', + primary_coty_name: 'Grant', + county_weights: '{"46051": "81.33", "46039": "18.67"}', + coty_name: ['Grant', 'Deuel'], + cty_code: ['46051', '46039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78992, lat: 44.99019 }, + }, + { + zip_code: '57317', + usps_city: 'Bonesteel', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 1.7, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "100"}', + coty_name: ['Gregory'], + cty_code: ['46053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98066, lat: 43.12625 }, + }, + { + zip_code: '57433', + usps_city: 'Columbia', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 1.1, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.31581, lat: 45.65115 }, + }, + { + zip_code: '57450', + usps_city: 'Hoven', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 539.0, + density: 1.1, + primary_coty_code: '46107', + primary_coty_name: 'Potter', + county_weights: '{"46107": "82.89", "46129": "17.11"}', + coty_name: ['Potter', 'Walworth'], + cty_code: ['46107', '46129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.83955, lat: 45.22527 }, + }, + { + zip_code: '57470', + usps_city: 'Rockham', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 0.2, + primary_coty_code: '46049', + primary_coty_name: 'Faulk', + county_weights: '{"46049": "54.55", "46059": "45.45"}', + coty_name: ['Faulk', 'Hand'], + cty_code: ['46049', '46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86688, lat: 44.87671 }, + }, + { + zip_code: '57522', + usps_city: 'Blunt', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 1.9, + primary_coty_code: '46065', + primary_coty_name: 'Hughes', + county_weights: '{"46065": "100"}', + coty_name: ['Hughes'], + cty_code: ['46065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.99679, lat: 44.47735 }, + }, + { + zip_code: '57528', + usps_city: 'Colome', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1000.0, + density: 1.9, + primary_coty_code: '46123', + primary_coty_name: 'Tripp', + county_weights: '{"46123": "100"}', + coty_name: ['Tripp'], + cty_code: ['46123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.76538, lat: 43.19158 }, + }, + { + zip_code: '57533', + usps_city: 'Gregory', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1864.0, + density: 1.8, + primary_coty_code: '46053', + primary_coty_name: 'Gregory', + county_weights: '{"46053": "95.32", "46085": "4.68"}', + coty_name: ['Gregory', 'Lyman'], + cty_code: ['46053', '46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.43177, lat: 43.37414 }, + }, + { + zip_code: '57560', + usps_city: 'Norris', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 1.2, + primary_coty_code: '46095', + primary_coty_name: 'Mellette', + county_weights: '{"46095": "97.02", "46007": "2.98"}', + coty_name: ['Mellette', 'Bennett'], + cty_code: ['46095', '46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.19703, lat: 43.43957 }, + }, + { + zip_code: '57576', + usps_city: 'Vivian', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 0.3, + primary_coty_code: '46085', + primary_coty_name: 'Lyman', + county_weights: '{"46085": "96.08", "46075": "3.92"}', + coty_name: ['Lyman', 'Jones'], + cty_code: ['46085', '46075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.30092, lat: 43.92019 }, + }, + { + zip_code: '57584', + usps_city: 'Witten', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 0.3, + primary_coty_code: '46123', + primary_coty_name: 'Tripp', + county_weights: '{"46123": "100"}', + coty_name: ['Tripp'], + cty_code: ['46123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.071, lat: 43.53318 }, + }, + { + zip_code: '57631', + usps_city: 'Glenham', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 1.0, + primary_coty_code: '46129', + primary_coty_name: 'Walworth', + county_weights: '{"46129": "68.14", "46021": "31.86"}', + coty_name: ['Walworth', 'Campbell'], + cty_code: ['46129', '46021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.28243, lat: 45.53361 }, + }, + { + zip_code: '57638', + usps_city: 'Lemmon', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1788.0, + density: 0.7, + primary_coty_code: '46105', + primary_coty_name: 'Perkins', + county_weights: + '{"46105": "85.94", "38001": "10.36", "38085": "1.46", "46031": "1.25", "38037": "0.99"}', + coty_name: ['Perkins', 'Adams', 'Sioux', 'Corson', 'Grant'], + cty_code: ['46105', '38001', '38085', '46031', '38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.21443, lat: 45.8862 }, + }, + { + zip_code: '57642', + usps_city: 'McLaughlin', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1949.0, + density: 1.3, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "98.12", "38085": "1.88"}', + coty_name: ['Corson', 'Sioux'], + cty_code: ['46031', '38085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.74303, lat: 45.81092 }, + }, + { + zip_code: '57660', + usps_city: 'Watauga', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 0.1, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "76.77", "38085": "13.13", "38037": "10.1"}', + coty_name: ['Corson', 'Sioux', 'Grant'], + cty_code: ['46031', '38085', '38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.56816, lat: 45.80335 }, + }, + { + zip_code: '57761', + usps_city: 'New Underwood', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1589.0, + density: 1.1, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "80.83", "46093": "19.17"}', + coty_name: ['Pennington', 'Meade'], + cty_code: ['46103', '46093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.73762, lat: 44.22941 }, + }, + { + zip_code: '57782', + usps_city: 'Smithwick', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 38.0, + density: 0.1, + primary_coty_code: '46047', + primary_coty_name: 'Fall River', + county_weights: '{"46047": "100"}', + coty_name: ['Fall River'], + cty_code: ['46047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.11207, lat: 43.30243 }, + }, + { + zip_code: '58045', + usps_city: 'Hillsboro', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2045.0, + density: 3.9, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "100"}', + coty_name: ['Traill'], + cty_code: ['38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.02403, lat: 47.38296 }, + }, + { + zip_code: '58222', + usps_city: 'Crystal', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 1.3, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68156, lat: 48.61521 }, + }, + { + zip_code: '58254', + usps_city: 'Mcville', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 535.0, + density: 2.0, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "100"}', + coty_name: ['Nelson'], + cty_code: ['38063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14239, lat: 47.77265 }, + }, + { + zip_code: '58332', + usps_city: 'Esmond', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 0.6, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "90.94", "38069": "9.06"}', + coty_name: ['Benson', 'Pierce'], + cty_code: ['38005', '38069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.76173, lat: 48.04184 }, + }, + { + zip_code: '58478', + usps_city: 'Robinson', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 0.3, + primary_coty_code: '38043', + primary_coty_name: 'Kidder', + county_weights: '{"38043": "100"}', + coty_name: ['Kidder'], + cty_code: ['38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.74566, lat: 47.17486 }, + }, + { + zip_code: '58487', + usps_city: 'Tappen', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 0.9, + primary_coty_code: '38043', + primary_coty_name: 'Kidder', + county_weights: '{"38043": "100"}', + coty_name: ['Kidder'], + cty_code: ['38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.59723, lat: 46.85757 }, + }, + { + zip_code: '58581', + usps_city: 'Zeeland', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 0.7, + primary_coty_code: '38051', + primary_coty_name: 'McIntosh', + county_weights: '{"38051": "100"}', + coty_name: ['McIntosh'], + cty_code: ['38051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.78126, lat: 46.03994 }, + }, + { + zip_code: '31025', + usps_city: 'Elko', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 879.0, + density: 5.4, + primary_coty_code: '13153', + primary_coty_name: 'Houston', + county_weights: '{"13153": "100"}', + coty_name: ['Houston'], + cty_code: ['13153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74578, lat: 32.34007 }, + }, + { + zip_code: '31039', + usps_city: 'Howard', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13269', + primary_coty_name: 'Taylor', + county_weights: '{"13269": "100"}', + coty_name: ['Taylor'], + cty_code: ['13269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38528, lat: 32.59551 }, + }, + { + zip_code: '31087', + usps_city: 'Sparta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8659.0, + density: 7.2, + primary_coty_code: '13141', + primary_coty_name: 'Hancock', + county_weights: '{"13141": "96.19", "13009": "3.62", "13303": "0.19"}', + coty_name: ['Hancock', 'Baldwin', 'Washington'], + cty_code: ['13141', '13009', '13303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00242, lat: 33.26371 }, + }, + { + zip_code: '31632', + usps_city: 'Hahira', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13483.0, + density: 46.8, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "89.41", "13075": "10.59"}', + coty_name: ['Lowndes', 'Cook'], + cty_code: ['13185', '13075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.35995, lat: 30.98796 }, + }, + { + zip_code: '31721', + usps_city: 'Albany', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20600.0, + density: 37.3, + primary_coty_code: '13095', + primary_coty_name: 'Dougherty', + county_weights: + '{"13095": "88.25", "13177": "10.86", "13273": "0.53", "13007": "0.35"}', + coty_name: ['Dougherty', 'Lee', 'Terrell', 'Baker'], + cty_code: ['13095', '13177', '13273', '13007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30867, lat: 31.51058 }, + }, + { + zip_code: '31733', + usps_city: 'Chula', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1284.0, + density: 8.7, + primary_coty_code: '13277', + primary_coty_name: 'Tift', + county_weights: '{"13277": "70.44", "13155": "29.43", "13287": "0.13"}', + coty_name: ['Tift', 'Irwin', 'Turner'], + cty_code: ['13277', '13155', '13287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.48964, lat: 31.59177 }, + }, + { + zip_code: '31791', + usps_city: 'Sylvester', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11894.0, + density: 24.2, + primary_coty_code: '13321', + primary_coty_name: 'Worth', + county_weights: '{"13321": "99.65", "13095": "0.35"}', + coty_name: ['Worth', 'Dougherty'], + cty_code: ['13321', '13095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87741, lat: 31.53964 }, + }, + { + zip_code: '31803', + usps_city: 'Buena Vista', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5317.0, + density: 7.3, + primary_coty_code: '13197', + primary_coty_name: 'Marion', + county_weights: '{"13197": "98.02", "13249": "1.84", "13307": "0.14"}', + coty_name: ['Marion', 'Schley', 'Webster'], + cty_code: ['13197', '13249', '13307'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51953, lat: 32.30393 }, + }, + { + zip_code: '31806', + usps_city: 'Ellaville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5183.0, + density: 12.2, + primary_coty_code: '13249', + primary_coty_name: 'Schley', + county_weights: '{"13249": "98.87", "13193": "1.13"}', + coty_name: ['Schley', 'Macon'], + cty_code: ['13249', '13193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30895, lat: 32.26545 }, + }, + { + zip_code: '32024', + usps_city: 'Lake City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19452.0, + density: 52.5, + primary_coty_code: '12023', + primary_coty_name: 'Columbia', + county_weights: '{"12023": "88.8", "12121": "11.2"}', + coty_name: ['Columbia', 'Suwannee'], + cty_code: ['12023', '12121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72642, lat: 30.08057 }, + }, + { + zip_code: '32034', + usps_city: 'Fernandina Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36395.0, + density: 247.9, + primary_coty_code: '12089', + primary_coty_name: 'Nassau', + county_weights: '{"12089": "100"}', + coty_name: ['Nassau'], + cty_code: ['12089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49163, lat: 30.60546 }, + }, + { + zip_code: '32046', + usps_city: 'Hilliard', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9418.0, + density: 18.8, + primary_coty_code: '12089', + primary_coty_name: 'Nassau', + county_weights: '{"12089": "100"}', + coty_name: ['Nassau'], + cty_code: ['12089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.91857, lat: 30.70318 }, + }, + { + zip_code: '32055', + usps_city: 'Lake City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16590.0, + density: 34.1, + primary_coty_code: '12023', + primary_coty_name: 'Columbia', + county_weights: '{"12023": "100"}', + coty_name: ['Columbia'], + cty_code: ['12023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62539, lat: 30.27019 }, + }, + { + zip_code: '32079', + usps_city: 'Penney Farms', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 349.8, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "100"}', + coty_name: ['Clay'], + cty_code: ['12019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80593, lat: 29.9784 }, + }, + { + zip_code: '32157', + usps_city: 'Lake Como', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 89.3, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "100"}', + coty_name: ['Putnam'], + cty_code: ['12107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57881, lat: 29.46809 }, + }, + { + zip_code: '32205', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30305.0, + density: 1541.8, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72197, lat: 30.30287 }, + }, + { + zip_code: '32212', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2466.0, + density: 179.9, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.67892, lat: 30.21908 }, + }, + { + zip_code: '32223', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24571.0, + density: 822.9, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64815, lat: 30.15489 }, + }, + { + zip_code: '32234', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5867.0, + density: 17.5, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: + '{"12031": "60.05", "12019": "34.82", "12003": "3.6", "12089": "1.53"}', + coty_name: ['Duval', 'Clay', 'Baker', 'Nassau'], + cty_code: ['12031', '12019', '12003', '12089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98373, lat: 30.2146 }, + }, + { + zip_code: '32310', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15544.0, + density: 56.9, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.51186, lat: 30.39473 }, + }, + { + zip_code: '32621', + usps_city: 'Bronson', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4946.0, + density: 26.0, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "100"}', + coty_name: ['Levy'], + cty_code: ['12075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62331, lat: 29.42527 }, + }, + { + zip_code: '32640', + usps_city: 'Hawthorne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11299.0, + density: 20.9, + primary_coty_code: '12107', + primary_coty_name: 'Putnam', + county_weights: '{"12107": "53.38", "12001": "46.62"}', + coty_name: ['Putnam', 'Alachua'], + cty_code: ['12107', '12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08938, lat: 29.57579 }, + }, + { + zip_code: '32643', + usps_city: 'High Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11666.0, + density: 38.4, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "69.51", "12041": "18.33", "12023": "12.15"}', + coty_name: ['Alachua', 'Gilchrist', 'Columbia'], + cty_code: ['12001', '12041', '12023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64688, lat: 29.82186 }, + }, + { + zip_code: '32658', + usps_city: 'La Crosse', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 48.2, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39428, lat: 29.84754 }, + }, + { + zip_code: '32692', + usps_city: 'Suwannee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 11.9, + primary_coty_code: '12029', + primary_coty_name: 'Dixie', + county_weights: '{"12029": "100"}', + coty_name: ['Dixie'], + cty_code: ['12029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.12812, lat: 29.33641 }, + }, + { + zip_code: '32767', + usps_city: 'Paisley', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3334.0, + density: 20.4, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50654, lat: 29.02 }, + }, + { + zip_code: '32821', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17680.0, + density: 612.9, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47521, lat: 28.38715 }, + }, + { + zip_code: '32966', + usps_city: 'Vero Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18462.0, + density: 24.5, + primary_coty_code: '12061', + primary_coty_name: 'Indian River', + county_weights: '{"12061": "100"}', + coty_name: ['Indian River'], + cty_code: ['12061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69047, lat: 27.67799 }, + }, + { + zip_code: '33055', + usps_city: 'Opa Locka', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40883.0, + density: 2628.7, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27802, lat: 25.94821 }, + }, + { + zip_code: '33166', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24346.0, + density: 984.5, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31663, lat: 25.82867 }, + }, + { + zip_code: '33182', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16607.0, + density: 416.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43398, lat: 25.78369 }, + }, + { + zip_code: '33189', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 25298.0, + density: 1758.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.33734, lat: 25.57305 }, + }, + { + zip_code: '33430', + usps_city: 'Belle Glade', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23172.0, + density: 78.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.55041, lat: 26.63955 }, + }, + { + zip_code: '33458', + usps_city: 'Jupiter', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 58714.0, + density: 1048.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "98.05", "12085": "1.95"}', + coty_name: ['Palm Beach', 'Martin'], + cty_code: ['12099', '12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13189, lat: 26.93751 }, + }, + { + zip_code: '33503', + usps_city: 'Balm', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 96.8, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27648, lat: 27.76516 }, + }, + { + zip_code: '33534', + usps_city: 'Gibsonton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17123.0, + density: 533.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37676, lat: 27.82342 }, + }, + { + zip_code: '33545', + usps_city: 'Wesley Chapel', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19592.0, + density: 256.6, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29027, lat: 28.26967 }, + }, + { + zip_code: '33548', + usps_city: 'Lutz', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7222.0, + density: 356.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "97.31", "12101": "2.69"}', + coty_name: ['Hillsborough', 'Pasco'], + cty_code: ['12057', '12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.48206, lat: 28.13854 }, + }, + { + zip_code: '33614', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49060.0, + density: 1938.3, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50608, lat: 28.00596 }, + }, + { + zip_code: '33859', + usps_city: 'Lake Wales', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11025.0, + density: 94.5, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62205, lat: 27.87733 }, + }, + { + zip_code: '33880', + usps_city: 'Winter Haven', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40519.0, + density: 365.8, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78035, lat: 27.98133 }, + }, + { + zip_code: '33897', + usps_city: 'Davenport', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22752.0, + density: 248.7, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69025, lat: 28.27174 }, + }, + { + zip_code: '33909', + usps_city: 'Cape Coral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31750.0, + density: 681.2, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94527, lat: 26.69389 }, + }, + { + zip_code: '34216', + usps_city: 'Anna Maria', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 364.0, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73396, lat: 27.52971 }, + }, + { + zip_code: '34239', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15716.0, + density: 1360.3, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52175, lat: 27.31099 }, + }, + { + zip_code: '34288', + usps_city: 'North Port', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11511.0, + density: 229.8, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11165, lat: 27.05388 }, + }, + { + zip_code: '34677', + usps_city: 'Oldsmar', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22169.0, + density: 862.0, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.67692, lat: 28.04759 }, + }, + { + zip_code: '34685', + usps_city: 'Palm Harbor', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17998.0, + density: 533.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68691, lat: 28.09644 }, + }, + { + zip_code: '34714', + usps_city: 'Clermont', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22380.0, + density: 80.1, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "90.15", "12105": "9.85"}', + coty_name: ['Lake', 'Polk'], + cty_code: ['12069', '12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78117, lat: 28.41131 }, + }, + { + zip_code: '34734', + usps_city: 'Gotha', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4591.0, + density: 795.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52213, lat: 28.53828 }, + }, + { + zip_code: '34957', + usps_city: 'Jensen Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23204.0, + density: 544.7, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "74.62", "12111": "25.38"}', + coty_name: ['Martin', 'St. Lucie'], + cty_code: ['12085', '12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2419, lat: 27.28328 }, + }, + { + zip_code: '35114', + usps_city: 'Alabaster', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8310.0, + density: 258.7, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87245, lat: 33.22306 }, + }, + { + zip_code: '35119', + usps_city: 'New Castle', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 385.0, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.77362, lat: 33.64301 }, + }, + { + zip_code: '35126', + usps_city: 'Pinson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20749.0, + density: 137.5, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "97.95", "01009": "2.05"}', + coty_name: ['Jefferson', 'Blount'], + cty_code: ['01073', '01009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65417, lat: 33.73148 }, + }, + { + zip_code: '35405', + usps_city: 'Tuscaloosa', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 45391.0, + density: 368.6, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.54288, lat: 33.1158 }, + }, + { + zip_code: '35447', + usps_city: 'Carrollton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3032.0, + density: 8.1, + primary_coty_code: '1107', + primary_coty_name: 'Pickens', + county_weights: '{"01107": "100"}', + coty_name: ['Pickens'], + cty_code: ['1107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15451, lat: 33.25667 }, + }, + { + zip_code: '35469', + usps_city: 'Knoxville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 6.5, + primary_coty_code: '1063', + primary_coty_name: 'Greene', + county_weights: '{"01063": "73.76", "01125": "26.24"}', + coty_name: ['Greene', 'Tuscaloosa'], + cty_code: ['01063', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77204, lat: 32.96993 }, + }, + { + zip_code: '35751', + usps_city: 'Hollytree', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 3.2, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.27961, lat: 34.81058 }, + }, + { + zip_code: '35757', + usps_city: 'Madison', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16909.0, + density: 543.3, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "97.62", "01083": "2.38"}', + coty_name: ['Madison', 'Limestone'], + cty_code: ['01089', '01083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.74489, lat: 34.7831 }, + }, + { + zip_code: '35773', + usps_city: 'Toney', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12323.0, + density: 65.4, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "83.35", "01083": "16.65"}', + coty_name: ['Madison', 'Limestone'], + cty_code: ['01089', '01083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.71252, lat: 34.89328 }, + }, + { + zip_code: '35896', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 1070.9, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65457, lat: 34.7543 }, + }, + { + zip_code: '35904', + usps_city: 'Gadsden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13704.0, + density: 114.6, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "100"}', + coty_name: ['Etowah'], + cty_code: ['1055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.99309, lat: 34.0702 }, + }, + { + zip_code: '35952', + usps_city: 'Altoona', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7879.0, + density: 27.7, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "59.92", "01009": "40.08"}', + coty_name: ['Etowah', 'Blount'], + cty_code: ['01055', '01009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.3082, lat: 34.05283 }, + }, + { + zip_code: '35963', + usps_city: 'Dawson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1201.0, + density: 16.7, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.93023, lat: 34.36165 }, + }, + { + zip_code: '35974', + usps_city: 'Geraldine', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1744.0, + density: 51.2, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.01169, lat: 34.36351 }, + }, + { + zip_code: '35983', + usps_city: 'Leesburg', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3683.0, + density: 28.4, + primary_coty_code: '1019', + primary_coty_name: 'Cherokee', + county_weights: '{"01019": "100"}', + coty_name: ['Cherokee'], + cty_code: ['1019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.76882, lat: 34.1723 }, + }, + { + zip_code: '36273', + usps_city: 'Ranburne', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3125.0, + density: 23.1, + primary_coty_code: '1029', + primary_coty_name: 'Cleburne', + county_weights: '{"01029": "100"}', + coty_name: ['Cleburne'], + cty_code: ['1029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.37853, lat: 33.5403 }, + }, + { + zip_code: '36278', + usps_city: 'Wedowee', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4557.0, + density: 13.2, + primary_coty_code: '1111', + primary_coty_name: 'Randolph', + county_weights: '{"01111": "100"}', + coty_name: ['Randolph'], + cty_code: ['1111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.52697, lat: 33.32618 }, + }, + { + zip_code: '36318', + usps_city: 'Coffee Springs', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1481.0, + density: 11.8, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "75.46", "01031": "24.54"}', + coty_name: ['Geneva', 'Coffee'], + cty_code: ['01061', '01031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.95326, lat: 31.1751 }, + }, + { + zip_code: '36481', + usps_city: 'Vredenburgh', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 443.0, + density: 2.9, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "89.38", "01131": "10.62"}', + coty_name: ['Monroe', 'Wilcox'], + cty_code: ['01099', '01131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.36798, lat: 31.80224 }, + }, + { + zip_code: '36549', + usps_city: 'Lillian', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5687.0, + density: 78.7, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44852, lat: 30.41373 }, + }, + { + zip_code: '36606', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 18787.0, + density: 1106.4, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10628, lat: 30.67079 }, + }, + { + zip_code: '36608', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 35336.0, + density: 218.1, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29444, lat: 30.68171 }, + }, + { + zip_code: '36618', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17143.0, + density: 410.4, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17345, lat: 30.73594 }, + }, + { + zip_code: '36727', + usps_city: 'Campbell', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.1, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00801, lat: 31.92124 }, + }, + { + zip_code: '36862', + usps_city: 'Lafayette', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5868.0, + density: 9.5, + primary_coty_code: '1017', + primary_coty_name: 'Chambers', + county_weights: '{"01017": "100"}', + coty_name: ['Chambers'], + cty_code: ['1017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.4418, lat: 32.90442 }, + }, + { + zip_code: '36915', + usps_city: 'Needham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 6.8, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35871, lat: 31.95507 }, + }, + { + zip_code: '37033', + usps_city: 'Centerville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7406.0, + density: 11.3, + primary_coty_code: '47081', + primary_coty_name: 'Hickman', + county_weights: '{"47081": "100"}', + coty_name: ['Hickman'], + cty_code: ['47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55114, lat: 35.7343 }, + }, + { + zip_code: '37087', + usps_city: 'Lebanon', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 48562.0, + density: 112.9, + primary_coty_code: '47189', + primary_coty_name: 'Wilson', + county_weights: '{"47189": "97.04", "47159": "2.37", "47169": "0.59"}', + coty_name: ['Wilson', 'Smith', 'Trousdale'], + cty_code: ['47189', '47159', '47169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.27211, lat: 36.27275 }, + }, + { + zip_code: '37101', + usps_city: 'McEwen', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7128.0, + density: 13.8, + primary_coty_code: '47085', + primary_coty_name: 'Humphreys', + county_weights: '{"47085": "96.37", "47083": "2.48", "47081": "1.15"}', + coty_name: ['Humphreys', 'Houston', 'Hickman'], + cty_code: ['47085', '47083', '47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.635, lat: 36.06548 }, + }, + { + zip_code: '37118', + usps_city: 'Milton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1234.0, + density: 14.0, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "74.45", "47189": "22.78", "47015": "2.77"}', + coty_name: ['Rutherford', 'Wilson', 'Cannon'], + cty_code: ['47149', '47189', '47015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.19021, lat: 35.93024 }, + }, + { + zip_code: '37141', + usps_city: 'Orlinda', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1204.0, + density: 21.9, + primary_coty_code: '47147', + primary_coty_name: 'Robertson', + county_weights: '{"47147": "100"}', + coty_name: ['Robertson'], + cty_code: ['47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.70198, lat: 36.61501 }, + }, + { + zip_code: '37184', + usps_city: 'Watertown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6195.0, + density: 20.4, + primary_coty_code: '47189', + primary_coty_name: 'Wilson', + county_weights: '{"47189": "95", "47159": "5"}', + coty_name: ['Wilson', 'Smith'], + cty_code: ['47189', '47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.14409, lat: 36.08245 }, + }, + { + zip_code: '37228', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1615.0, + density: 422.2, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80403, lat: 36.19498 }, + }, + { + zip_code: '37302', + usps_city: 'Apison', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4669.0, + density: 110.0, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.01622, lat: 35.01323 }, + }, + { + zip_code: '37311', + usps_city: 'Cleveland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 28187.0, + density: 201.8, + primary_coty_code: '47011', + primary_coty_name: 'Bradley', + county_weights: '{"47011": "99.57", "47065": "0.43"}', + coty_name: ['Bradley', 'Hamilton'], + cty_code: ['47011', '47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92865, lat: 35.11286 }, + }, + { + zip_code: '37354', + usps_city: 'Madisonville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17573.0, + density: 58.8, + primary_coty_code: '47123', + primary_coty_name: 'Monroe', + county_weights: '{"47123": "99.25", "47107": "0.75"}', + coty_name: ['Monroe', 'McMinn'], + cty_code: ['47123', '47107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34843, lat: 35.50011 }, + }, + { + zip_code: '37369', + usps_city: 'Reliance', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 642.0, + density: 2.2, + primary_coty_code: '47139', + primary_coty_name: 'Polk', + county_weights: '{"47139": "92.05", "47123": "7.95"}', + coty_name: ['Polk', 'Monroe'], + cty_code: ['47139', '47123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.47983, lat: 35.19207 }, + }, + { + zip_code: '37415', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24028.0, + density: 510.3, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.28017, lat: 35.12733 }, + }, + { + zip_code: '37640', + usps_city: 'Butler', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3590.0, + density: 13.1, + primary_coty_code: '47091', + primary_coty_name: 'Johnson', + county_weights: '{"47091": "67.99", "47019": "32.01"}', + coty_name: ['Johnson', 'Carter'], + cty_code: ['47091', '47019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97852, lat: 36.32921 }, + }, + { + zip_code: '37642', + usps_city: 'Church Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14961.0, + density: 99.0, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "100"}', + coty_name: ['Hawkins'], + cty_code: ['47073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72991, lat: 36.52903 }, + }, + { + zip_code: '37687', + usps_city: 'Roan Mountain', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4434.0, + density: 20.3, + primary_coty_code: '47019', + primary_coty_name: 'Carter', + county_weights: '{"47019": "100"}', + coty_name: ['Carter'], + cty_code: ['47019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09912, lat: 36.18003 }, + }, + { + zip_code: '37813', + usps_city: 'Morristown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17409.0, + density: 115.4, + primary_coty_code: '47063', + primary_coty_name: 'Hamblen', + county_weights: '{"47063": "98.29", "47089": "1.71"}', + coty_name: ['Hamblen', 'Jefferson'], + cty_code: ['47063', '47089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.26506, lat: 36.176 }, + }, + { + zip_code: '37876', + usps_city: 'Sevierville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 32761.0, + density: 67.3, + primary_coty_code: '47155', + primary_coty_name: 'Sevier', + county_weights: '{"47155": "98", "47089": "2"}', + coty_name: ['Sevier', 'Jefferson'], + cty_code: ['47155', '47089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.47938, lat: 35.86584 }, + }, + { + zip_code: '38021', + usps_city: 'Crockett Mills', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 11.0, + primary_coty_code: '47033', + primary_coty_name: 'Crockett', + county_weights: '{"47033": "100"}', + coty_name: ['Crockett'], + cty_code: ['47033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16472, lat: 35.87583 }, + }, + { + zip_code: '38028', + usps_city: 'Eads', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6655.0, + density: 44.4, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "54.7", "47157": "45.3"}', + coty_name: ['Fayette', 'Shelby'], + cty_code: ['47047', '47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63487, lat: 35.18309 }, + }, + { + zip_code: '38046', + usps_city: 'La Grange', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 4.3, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.24792, lat: 35.06985 }, + }, + { + zip_code: '38103', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14684.0, + density: 2147.1, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05543, lat: 35.15313 }, + }, + { + zip_code: '38381', + usps_city: 'Toone', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1690.0, + density: 11.8, + primary_coty_code: '47069', + primary_coty_name: 'Hardeman', + county_weights: '{"47069": "100"}', + coty_name: ['Hardeman'], + cty_code: ['47069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96621, lat: 35.35712 }, + }, + { + zip_code: '38391', + usps_city: 'Denmark', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 6.5, + primary_coty_code: '47113', + primary_coty_name: 'Madison', + county_weights: '{"47113": "100"}', + coty_name: ['Madison'], + cty_code: ['47113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99403, lat: 35.55104 }, + }, + { + zip_code: '38481', + usps_city: 'Saint Joseph', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 34.5, + primary_coty_code: '47099', + primary_coty_name: 'Lawrence', + county_weights: '{"47099": "100"}', + coty_name: ['Lawrence'], + cty_code: ['47099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.49239, lat: 35.03138 }, + }, + { + zip_code: '38560', + usps_city: 'Elmwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1405.0, + density: 16.0, + primary_coty_code: '47159', + primary_coty_name: 'Smith', + county_weights: '{"47159": "100"}', + coty_name: ['Smith'], + cty_code: ['47159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.87015, lat: 36.23317 }, + }, + { + zip_code: '38571', + usps_city: 'Crossville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14384.0, + density: 24.6, + primary_coty_code: '47035', + primary_coty_name: 'Cumberland', + county_weights: '{"47035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['47035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.0138, lat: 36.05276 }, + }, + { + zip_code: '38639', + usps_city: 'Jonestown', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 58.0, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "100"}', + coty_name: ['Coahoma'], + cty_code: ['28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43195, lat: 34.30311 }, + }, + { + zip_code: '38732', + usps_city: 'Cleveland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 17044.0, + density: 82.8, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "98.18", "28133": "1.82"}', + coty_name: ['Bolivar', 'Sunflower'], + cty_code: ['28011', '28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7275, lat: 33.75623 }, + }, + { + zip_code: '38762', + usps_city: 'Mound Bayou', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2482.0, + density: 14.2, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "99.91", "28133": "0.09"}', + coty_name: ['Bolivar', 'Sunflower'], + cty_code: ['28011', '28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.71629, lat: 33.88792 }, + }, + { + zip_code: '38781', + usps_city: 'Winstonville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 77.1, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75661, lat: 33.90855 }, + }, + { + zip_code: '38834', + usps_city: 'Corinth', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 28781.0, + density: 50.9, + primary_coty_code: '28003', + primary_coty_name: 'Alcorn', + county_weights: '{"28003": "100"}', + coty_name: ['Alcorn'], + cty_code: ['28003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.5635, lat: 34.91545 }, + }, + { + zip_code: '38841', + usps_city: 'Ecru', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3296.0, + density: 40.6, + primary_coty_code: '28115', + primary_coty_name: 'Pontotoc', + county_weights: '{"28115": "96.43", "28145": "3.57"}', + coty_name: ['Pontotoc', 'Union'], + cty_code: ['28115', '28145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01667, lat: 34.35127 }, + }, + { + zip_code: '38848', + usps_city: 'Greenwood Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 3.0, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "100"}', + coty_name: ['Monroe'], + cty_code: ['28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27568, lat: 33.94752 }, + }, + { + zip_code: '38856', + usps_city: 'Marietta', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1901.0, + density: 12.0, + primary_coty_code: '28057', + primary_coty_name: 'Itawamba', + county_weights: '{"28057": "50.11", "28117": "49.89"}', + coty_name: ['Itawamba', 'Prentiss'], + cty_code: ['28057', '28117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.44672, lat: 34.46863 }, + }, + { + zip_code: '38925', + usps_city: 'Duck Hill', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2599.0, + density: 6.7, + primary_coty_code: '28097', + primary_coty_name: 'Montgomery', + county_weights: '{"28097": "83.33", "28043": "15.74", "28155": "0.93"}', + coty_name: ['Montgomery', 'Grenada', 'Webster'], + cty_code: ['28097', '28043', '28155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63211, lat: 33.62764 }, + }, + { + zip_code: '38929', + usps_city: 'Gore Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1471.0, + density: 7.3, + primary_coty_code: '28043', + primary_coty_name: 'Grenada', + county_weights: '{"28043": "86.18", "28155": "10.55", "28013": "3.26"}', + coty_name: ['Grenada', 'Webster', 'Calhoun'], + cty_code: ['28043', '28155', '28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53118, lat: 33.74025 }, + }, + { + zip_code: '39166', + usps_city: 'Silver City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 578.0, + density: 3.6, + primary_coty_code: '28053', + primary_coty_name: 'Humphreys', + county_weights: '{"28053": "100"}', + coty_name: ['Humphreys'], + cty_code: ['28053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48061, lat: 33.04034 }, + }, + { + zip_code: '39218', + usps_city: 'Richland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7189.0, + density: 155.9, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "100"}', + coty_name: ['Rankin'], + cty_code: ['28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15903, lat: 32.22866 }, + }, + { + zip_code: '39360', + usps_city: 'Shubuta', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2924.0, + density: 4.8, + primary_coty_code: '28023', + primary_coty_name: 'Clarke', + county_weights: '{"28023": "62.66", "28153": "37.34"}', + coty_name: ['Clarke', 'Wayne'], + cty_code: ['28023', '28153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74884, lat: 31.85895 }, + }, + { + zip_code: '39531', + usps_city: 'Biloxi', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 17410.0, + density: 993.8, + primary_coty_code: '28047', + primary_coty_name: 'Harrison', + county_weights: '{"28047": "100"}', + coty_name: ['Harrison'], + cty_code: ['28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96775, lat: 30.40422 }, + }, + { + zip_code: '39556', + usps_city: 'Kiln', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9212.0, + density: 33.8, + primary_coty_code: '28045', + primary_coty_name: 'Hancock', + county_weights: '{"28045": "100"}', + coty_name: ['Hancock'], + cty_code: ['28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43753, lat: 30.44861 }, + }, + { + zip_code: '39730', + usps_city: 'Aberdeen', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 11603.0, + density: 17.8, + primary_coty_code: '28095', + primary_coty_name: 'Monroe', + county_weights: '{"28095": "100"}', + coty_name: ['Monroe'], + cty_code: ['28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56421, lat: 33.8418 }, + }, + { + zip_code: '39827', + usps_city: 'Cairo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4002.0, + density: 26.1, + primary_coty_code: '13131', + primary_coty_name: 'Grady', + county_weights: '{"13131": "100"}', + coty_name: ['Grady'], + cty_code: ['13131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.20686, lat: 30.95275 }, + }, + { + zip_code: '93066', + usps_city: 'Somis', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3220.0, + density: 29.9, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.0295, lat: 34.28856 }, + }, + { + zip_code: '93224', + usps_city: 'Fellows', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 8.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.56929, lat: 35.22818 }, + }, + { + zip_code: '93449', + usps_city: 'Pismo Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8180.0, + density: 315.9, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.65072, lat: 35.158 }, + }, + { + zip_code: '93454', + usps_city: 'Santa Maria', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40432.0, + density: 36.6, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "99.22", "06079": "0.78"}', + coty_name: ['Santa Barbara', 'San Luis Obispo'], + cty_code: ['06083', '06079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.23478, lat: 34.93666 }, + }, + { + zip_code: '93523', + usps_city: 'Edwards', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3556.0, + density: 14.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.85026, lat: 34.93098 }, + }, + { + zip_code: '94020', + usps_city: 'La Honda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1697.0, + density: 11.7, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.22832, lat: 37.28423 }, + }, + { + zip_code: '94024', + usps_city: 'Los Altos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23675.0, + density: 1249.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.09438, lat: 37.35221 }, + }, + { + zip_code: '94063', + usps_city: 'Redwood City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34867.0, + density: 2034.3, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20804, lat: 37.49484 }, + }, + { + zip_code: '94129', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4136.0, + density: 693.0, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.46682, lat: 37.79753 }, + }, + { + zip_code: '94304', + usps_city: 'Palo Alto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3852.0, + density: 228.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.17392, lat: 37.38187 }, + }, + { + zip_code: '94515', + usps_city: 'Calistoga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7491.0, + density: 27.4, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "91.89", "06097": "8.11"}', + coty_name: ['Napa', 'Sonoma'], + cty_code: ['06055', '06097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61865, lat: 38.62483 }, + }, + { + zip_code: '94530', + usps_city: 'El Cerrito', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26145.0, + density: 2092.3, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29846, lat: 37.92157 }, + }, + { + zip_code: '94586', + usps_city: 'Sunol', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 5.5, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.8513, lat: 37.57372 }, + }, + { + zip_code: '94599', + usps_city: 'Yountville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3108.0, + density: 435.9, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36068, lat: 38.41119 }, + }, + { + zip_code: '94945', + usps_city: 'Novato', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19043.0, + density: 279.0, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.55832, lat: 38.12808 }, + }, + { + zip_code: '94970', + usps_city: 'Stinson Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 38.8, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64684, lat: 37.9145 }, + }, + { + zip_code: '95007', + usps_city: 'Brookdale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 252.3, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.10678, lat: 37.10502 }, + }, + { + zip_code: '95014', + usps_city: 'Cupertino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 61866.0, + density: 880.7, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.08069, lat: 37.30494 }, + }, + { + zip_code: '95017', + usps_city: 'Davenport', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 681.0, + density: 5.3, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24176, lat: 37.10583 }, + }, + { + zip_code: '95120', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38122.0, + density: 370.4, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84392, lat: 37.18235 }, + }, + { + zip_code: '95249', + usps_city: 'San Andreas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5444.0, + density: 25.1, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.62658, lat: 38.18985 }, + }, + { + zip_code: '95329', + usps_city: 'La Grange', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2570.0, + density: 9.2, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "46.63", "06043": "42.28", "06099": "11.1"}', + coty_name: ['Tuolumne', 'Mariposa', 'Stanislaus'], + cty_code: ['06109', '06043', '06099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.40341, lat: 37.67563 }, + }, + { + zip_code: '95354', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 24923.0, + density: 1318.8, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.96597, lat: 37.6382 }, + }, + { + zip_code: '95391', + usps_city: 'Tracy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20131.0, + density: 327.2, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "98.69", "06001": "1.31"}', + coty_name: ['San Joaquin', 'Alameda'], + cty_code: ['06077', '06001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.60538, lat: 37.76309 }, + }, + { + zip_code: '95428', + usps_city: 'Covelo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2580.0, + density: 4.4, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.17885, lat: 39.82723 }, + }, + { + zip_code: '95476', + usps_city: 'Sonoma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36586.0, + density: 126.1, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.45712, lat: 38.24859 }, + }, + { + zip_code: '95488', + usps_city: 'Westport', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 179.0, + density: 0.8, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.7579, lat: 39.69135 }, + }, + { + zip_code: '95545', + usps_city: 'Honeydew', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 1.0, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.06367, lat: 40.28037 }, + }, + { + zip_code: '95548', + usps_city: 'Klamath', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1251.0, + density: 5.5, + primary_coty_code: '6015', + primary_coty_name: 'Del Norte', + county_weights: '{"06015": "100"}', + coty_name: ['Del Norte'], + cty_code: ['6015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.04488, lat: 41.59277 }, + }, + { + zip_code: '95605', + usps_city: 'West Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14493.0, + density: 1435.0, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.5391, lat: 38.59294 }, + }, + { + zip_code: '95619', + usps_city: 'Diamond Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5718.0, + density: 367.4, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.81563, lat: 38.6831 }, + }, + { + zip_code: '95633', + usps_city: 'Garden Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4188.0, + density: 39.2, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.82584, lat: 38.84782 }, + }, + { + zip_code: '95677', + usps_city: 'Rocklin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25477.0, + density: 1109.6, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.2344, lat: 38.79134 }, + }, + { + zip_code: '95680', + usps_city: 'Ryde', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 1.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.58454, lat: 38.23978 }, + }, + { + zip_code: '95682', + usps_city: 'Shingle Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30314.0, + density: 144.2, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.96638, lat: 38.61109 }, + }, + { + zip_code: '95831', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43094.0, + density: 2367.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52936, lat: 38.49593 }, + }, + { + zip_code: '95835', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40170.0, + density: 1736.6, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52581, lat: 38.67075 }, + }, + { + zip_code: '95947', + usps_city: 'Greenville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1657.0, + density: 4.9, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.8197, lat: 40.17456 }, + }, + { + zip_code: '95979', + usps_city: 'Stonyford', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 0.6, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "100"}', + coty_name: ['Colusa'], + cty_code: ['6011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.51586, lat: 39.30145 }, + }, + { + zip_code: '96108', + usps_city: 'Davis Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 80.0, + density: 0.2, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.44572, lat: 41.77515 }, + }, + { + zip_code: '96114', + usps_city: 'Janesville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3267.0, + density: 18.6, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.49696, lat: 40.29473 }, + }, + { + zip_code: '96155', + usps_city: 'South Lake Tahoe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.0917, lat: 38.75192 }, + }, + { + zip_code: '96728', + usps_city: 'Honomu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 54.7, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.12928, lat: 19.85809 }, + }, + { + zip_code: '96731', + usps_city: 'Kahuku', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2960.0, + density: 58.9, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.97674, lat: 21.67075 }, + }, + { + zip_code: '96750', + usps_city: 'Kealakekua', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3428.0, + density: 7.1, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.74884, lat: 19.53819 }, + }, + { + zip_code: '96783', + usps_city: 'Pepeekeo', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1568.0, + density: 31.0, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.1478, lat: 19.83136 }, + }, + { + zip_code: '96818', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 59679.0, + density: 2008.9, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.93857, lat: 21.34756 }, + }, + { + zip_code: '96951', + usps_city: 'Rota', + stusps_code: 'MP', + ste_name: 'Northern Mariana Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '69100', + primary_coty_name: 'Rota', + county_weights: '{"69100": 100}', + coty_name: ['Rota'], + cty_code: ['69100'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Saipan', + geo_point_2d: { lon: 145.2145, lat: 14.15733 }, + }, + { + zip_code: '97014', + usps_city: 'Cascade Locks', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1388.0, + density: 15.0, + primary_coty_code: '41027', + primary_coty_name: 'Hood River', + county_weights: '{"41027": "89.6", "41051": "10.4"}', + coty_name: ['Hood River', 'Multnomah'], + cty_code: ['41027', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01834, lat: 45.58407 }, + }, + { + zip_code: '97031', + usps_city: 'Hood River', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 18902.0, + density: 62.8, + primary_coty_code: '41027', + primary_coty_name: 'Hood River', + county_weights: '{"41027": "100"}', + coty_name: ['Hood River'], + cty_code: ['41027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.54547, lat: 45.6247 }, + }, + { + zip_code: '97037', + usps_city: 'Maupin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 0.7, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02609, lat: 45.06757 }, + }, + { + zip_code: '97063', + usps_city: 'Tygh Valley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 900.0, + density: 2.7, + primary_coty_code: '41065', + primary_coty_name: 'Wasco', + county_weights: '{"41065": "100"}', + coty_name: ['Wasco'], + cty_code: ['41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.29255, lat: 45.22297 }, + }, + { + zip_code: '97116', + usps_city: 'Forest Grove', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 27281.0, + density: 145.9, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.17353, lat: 45.58259 }, + }, + { + zip_code: '97212', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26562.0, + density: 3757.4, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.64367, lat: 45.54426 }, + }, + { + zip_code: '97233', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 40477.0, + density: 3456.5, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49948, lat: 45.514 }, + }, + { + zip_code: '97306', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 32416.0, + density: 375.7, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.07971, lat: 44.84465 }, + }, + { + zip_code: '97347', + usps_city: 'Grand Ronde', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1902.0, + density: 17.0, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "68.85", "41071": "30.94", "41057": "0.21"}', + coty_name: ['Polk', 'Yamhill', 'Tillamook'], + cty_code: ['41053', '41071', '41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.65654, lat: 45.07708 }, + }, + { + zip_code: '97412', + usps_city: 'Blachly', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 2.4, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.56091, lat: 44.19597 }, + }, + { + zip_code: '97459', + usps_city: 'North Bend', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 13643.0, + density: 51.6, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "99.47", "41019": "0.53"}', + coty_name: ['Coos', 'Douglas'], + cty_code: ['41011', '41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.17284, lat: 43.48361 }, + }, + { + zip_code: '97481', + usps_city: 'Tenmile', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 39.5, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.55215, lat: 43.11386 }, + }, + { + zip_code: '97627', + usps_city: 'Keno', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 638.0, + density: 8.8, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01889, lat: 42.12189 }, + }, + { + zip_code: '97636', + usps_city: 'Paisley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 1.0, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.52183, lat: 42.61088 }, + }, + { + zip_code: '97877', + usps_city: 'Sumpter', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 0.5, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "80.92", "41023": "19.08"}', + coty_name: ['Baker', 'Grant'], + cty_code: ['41001', '41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33936, lat: 44.79261 }, + }, + { + zip_code: '97920', + usps_city: 'Westfall', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 0.1, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.84644, lat: 44.07265 }, + }, + { + zip_code: '98006', + usps_city: 'Bellevue', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37871.0, + density: 1365.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.15081, lat: 47.55748 }, + }, + { + zip_code: '98024', + usps_city: 'Fall City', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6890.0, + density: 111.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.90112, lat: 47.57493 }, + }, + { + zip_code: '98033', + usps_city: 'Kirkland', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 39939.0, + density: 1674.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.19233, lat: 47.67612 }, + }, + { + zip_code: '98057', + usps_city: 'Renton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12822.0, + density: 811.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.22029, lat: 47.47142 }, + }, + { + zip_code: '98122', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 39305.0, + density: 6558.8, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29184, lat: 47.61151 }, + }, + { + zip_code: '98363', + usps_city: 'Port Angeles', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 14197.0, + density: 8.7, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.87548, lat: 48.01057 }, + }, + { + zip_code: '90016', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45899.0, + density: 4886.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.3546, lat: 34.02872 }, + }, + { + zip_code: '90077', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8382.0, + density: 441.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.45615, lat: 34.10546 }, + }, + { + zip_code: '90266', + usps_city: 'Manhattan Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35500.0, + density: 3482.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39718, lat: 33.8895 }, + }, + { + zip_code: '91101', + usps_city: 'Pasadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21395.0, + density: 6210.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.13942, lat: 34.14657 }, + }, + { + zip_code: '91406', + usps_city: 'Van Nuys', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54890.0, + density: 2606.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.48975, lat: 34.19818 }, + }, + { + zip_code: '91504', + usps_city: 'Burbank', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26749.0, + density: 2092.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.327, lat: 34.20449 }, + }, + { + zip_code: '91901', + usps_city: 'Alpine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18162.0, + density: 78.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.7123, lat: 32.80639 }, + }, + { + zip_code: '91978', + usps_city: 'Spring Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10506.0, + density: 602.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.9424, lat: 32.72416 }, + }, + { + zip_code: '92066', + usps_city: 'Ranchita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 13.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.53526, lat: 33.21937 }, + }, + { + zip_code: '92091', + usps_city: 'Rancho Santa Fe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1313.0, + density: 776.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.21135, lat: 33.01093 }, + }, + { + zip_code: '92102', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44010.0, + density: 3664.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.11704, lat: 32.71621 }, + }, + { + zip_code: '92104', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45435.0, + density: 4632.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.12814, lat: 32.74158 }, + }, + { + zip_code: '92313', + usps_city: 'Grand Terrace', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12547.0, + density: 1390.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.31288, lat: 34.031 }, + }, + { + zip_code: '92532', + usps_city: 'Lake Elsinore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25923.0, + density: 554.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.30327, lat: 33.69279 }, + }, + { + zip_code: '92561', + usps_city: 'Mountain Center', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1462.0, + density: 3.6, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.61995, lat: 33.64095 }, + }, + { + zip_code: '92585', + usps_city: 'Menifee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21907.0, + density: 416.5, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17214, lat: 33.74669 }, + }, + { + zip_code: '92612', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33234.0, + density: 2113.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.82642, lat: 33.66077 }, + }, + { + zip_code: '93003', + usps_city: 'Ventura', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51629.0, + density: 968.7, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.22222, lat: 34.2846 }, + }, + { + zip_code: '93608', + usps_city: 'Cantua Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1280.0, + density: 4.5, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.35799, lat: 36.48691 }, + }, + { + zip_code: '93634', + usps_city: 'Lakeshore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 0.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.94222, lat: 37.2076 }, + }, + { + zip_code: '93954', + usps_city: 'San Lucas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 5.8, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.94207, lat: 36.13313 }, + }, + { + zip_code: '98527', + usps_city: 'Bay Center', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 11.0, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.89747, lat: 46.58626 }, + }, + { + zip_code: '98662', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33152.0, + density: 994.5, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.57784, lat: 45.68851 }, + }, + { + zip_code: '98831', + usps_city: 'Manson', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3193.0, + density: 26.3, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.1301, lat: 47.9346 }, + }, + { + zip_code: '98834', + usps_city: 'Methow', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 1.0, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.08911, lat: 48.11708 }, + }, + { + zip_code: '99004', + usps_city: 'Cheney', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 20764.0, + density: 23.9, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "99.94", "53075": "0.06"}', + coty_name: ['Spokane', 'Whitman'], + cty_code: ['53063', '53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.63773, lat: 47.41112 }, + }, + { + zip_code: '99036', + usps_city: 'Valleyford', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1689.0, + density: 16.0, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.27588, lat: 47.52532 }, + }, + { + zip_code: '99105', + usps_city: 'Benge', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 37.0, + density: 0.1, + primary_coty_code: '53001', + primary_coty_name: 'Adams', + county_weights: '{"53001": "100"}', + coty_name: ['Adams'], + cty_code: ['53001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.10477, lat: 46.9034 }, + }, + { + zip_code: '99151', + usps_city: 'Marcus', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 325.1, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.06362, lat: 48.66449 }, + }, + { + zip_code: '99157', + usps_city: 'Northport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 736.0, + density: 3.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.81576, lat: 48.92469 }, + }, + { + zip_code: '99181', + usps_city: 'Valley', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1738.0, + density: 6.8, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "100"}', + coty_name: ['Stevens'], + cty_code: ['53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.76926, lat: 48.14329 }, + }, + { + zip_code: '99519', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 0.0, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -146.32364, lat: 68.93806 }, + }, + { + zip_code: '99575', + usps_city: 'Crooked Creek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 75.0, + density: 0.3, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.10821, lat: 61.8439 }, + }, + { + zip_code: '99580', + usps_city: 'Ekwok', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 3.2, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -157.49239, lat: 59.36499 }, + }, + { + zip_code: '99643', + usps_city: 'Old Harbor', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 231.0, + density: 4.4, + primary_coty_code: '2150', + primary_coty_name: 'Kodiak Island', + county_weights: '{"02150": "100"}', + coty_name: ['Kodiak Island'], + cty_code: ['2150'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -153.34422, lat: 57.21747 }, + }, + { + zip_code: '99680', + usps_city: 'Tuntutuliak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 2.2, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -162.68382, lat: 60.38434 }, + }, + { + zip_code: '617', + usps_city: 'Barceloneta', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 23750.0, + density: 603.5, + primary_coty_code: '72017', + primary_coty_name: 'Barceloneta', + county_weights: '{"72017": "99.43", "72054": "0.57"}', + coty_name: ['Barceloneta', 'Florida'], + cty_code: ['72017', '72054'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.55916, lat: 18.44125 }, + }, + { + zip_code: '704', + usps_city: 'Aguirre', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 8108.0, + density: 641.9, + primary_coty_code: '72123', + primary_coty_name: 'Salinas', + county_weights: '{"72123": "92.28", "72057": "7.72"}', + coty_name: ['Salinas', 'Guayama'], + cty_code: ['72123', '72057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.22013, lat: 17.96719 }, + }, + { + zip_code: '735', + usps_city: 'Ceiba', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 12159.0, + density: 201.4, + primary_coty_code: '72037', + primary_coty_name: 'Ceiba', + county_weights: '{"72037": "99.18", "72103": "0.82"}', + coty_name: ['Ceiba', 'Naguabo'], + cty_code: ['72037', '72103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.68306, lat: 18.25365 }, + }, + { + zip_code: '771', + usps_city: 'Las Piedras', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 36906.0, + density: 421.3, + primary_coty_code: '72085', + primary_coty_name: 'Las Piedras', + county_weights: '{"72085": "100"}', + coty_name: ['Las Piedras'], + cty_code: ['72085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.86932, lat: 18.18746 }, + }, + { + zip_code: '783', + usps_city: 'Corozal', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 32769.0, + density: 302.4, + primary_coty_code: '72047', + primary_coty_name: 'Corozal', + county_weights: '{"72047": "100"}', + coty_name: ['Corozal'], + cty_code: ['72047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.32847, lat: 18.3041 }, + }, + { + zip_code: '1083', + usps_city: 'Warren', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3094.0, + density: 75.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19495, lat: 42.20382 }, + }, + { + zip_code: '1098', + usps_city: 'Worthington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1263.0, + density: 15.5, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.94242, lat: 42.3946 }, + }, + { + zip_code: '1106', + usps_city: 'Longmeadow', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15987.0, + density: 665.7, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.57176, lat: 42.04791 }, + }, + { + zip_code: '1108', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27054.0, + density: 2804.1, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55983, lat: 42.08055 }, + }, + { + zip_code: '1367', + usps_city: 'Rowe', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 9.3, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.91185, lat: 42.6958 }, + }, + { + zip_code: '1451', + usps_city: 'Harvard', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4731.0, + density: 95.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57378, lat: 42.50124 }, + }, + { + zip_code: '1460', + usps_city: 'Littleton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10071.0, + density: 235.4, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.4891, lat: 42.53501 }, + }, + { + zip_code: '1504', + usps_city: 'Blackstone', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9263.0, + density: 321.9, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.53124, lat: 42.0399 }, + }, + { + zip_code: '1536', + usps_city: 'North Grafton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7576.0, + density: 350.9, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.69101, lat: 42.23236 }, + }, + { + zip_code: '1543', + usps_city: 'Rutland', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8685.0, + density: 95.5, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.96726, lat: 42.38481 }, + }, + { + zip_code: '1583', + usps_city: 'West Boylston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7693.0, + density: 235.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.78499, lat: 42.37025 }, + }, + { + zip_code: '1604', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 38191.0, + density: 2290.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.76772, lat: 42.25151 }, + }, + { + zip_code: '1747', + usps_city: 'Hopedale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5947.0, + density: 443.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.5351, lat: 42.12481 }, + }, + { + zip_code: '1772', + usps_city: 'Southborough', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9526.0, + density: 270.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.53041, lat: 42.30144 }, + }, + { + zip_code: '1854', + usps_city: 'Lowell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28937.0, + density: 2839.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.348, lat: 42.64906 }, + }, + { + zip_code: '1937', + usps_city: 'Hathorne', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 180.0, + density: 951.3, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.98403, lat: 42.58573 }, + }, + { + zip_code: '1940', + usps_city: 'Lynnfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13474.0, + density: 493.4, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "98.36", "25017": "1.64"}', + coty_name: ['Essex', 'Middlesex'], + cty_code: ['25009', '25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.03755, lat: 42.53457 }, + }, + { + zip_code: '2038', + usps_city: 'Franklin', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 33256.0, + density: 482.0, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.41126, lat: 42.08622 }, + }, + { + zip_code: '2138', + usps_city: 'Cambridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 38504.0, + density: 5424.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.13464, lat: 42.38004 }, + }, + { + zip_code: '2659', + usps_city: 'South Chatham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 192.7, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.0223, lat: 41.68304 }, + }, + { + zip_code: '2669', + usps_city: 'West Chatham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 11.1, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.9928, lat: 41.67105 }, + }, + { + zip_code: '2703', + usps_city: 'Attleboro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 44789.0, + density: 645.7, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.29505, lat: 41.93105 }, + }, + { + zip_code: '2713', + usps_city: 'Cuttyhunk', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 3.7, + primary_coty_code: '25007', + primary_coty_name: 'Dukes', + county_weights: '{"25007": "100"}', + coty_name: ['Dukes'], + cty_code: ['25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.87573, lat: 41.43437 }, + }, + { + zip_code: '2715', + usps_city: 'Dighton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3893.0, + density: 131.2, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.15057, lat: 41.81747 }, + }, + { + zip_code: '2790', + usps_city: 'Westport', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15793.0, + density: 113.6, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08324, lat: 41.59989 }, + }, + { + zip_code: '2827', + usps_city: 'Greene', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 2202.0, + density: 40.3, + primary_coty_code: '44003', + primary_coty_name: 'Kent', + county_weights: '{"44003": "100"}', + coty_name: ['Kent'], + cty_code: ['44003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.73955, lat: 41.69785 }, + }, + { + zip_code: '2872', + usps_city: 'Prudence Island', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 15.8, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.32886, lat: 41.61718 }, + }, + { + zip_code: '2878', + usps_city: 'Tiverton', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 15774.0, + density: 209.4, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.1741, lat: 41.60908 }, + }, + { + zip_code: '2916', + usps_city: 'Rumford', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 9238.0, + density: 1391.9, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35203, lat: 41.84456 }, + }, + { + zip_code: '3042', + usps_city: 'Epping', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6966.0, + density: 103.6, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07478, lat: 43.05005 }, + }, + { + zip_code: '3303', + usps_city: 'Concord', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 15849.0, + density: 90.6, + primary_coty_code: '33013', + primary_coty_name: 'Merrimack', + county_weights: '{"33013": "100"}', + coty_name: ['Merrimack'], + cty_code: ['33013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67194, lat: 43.29814 }, + }, + { + zip_code: '3442', + usps_city: 'Bennington', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 51.3, + primary_coty_code: '33011', + primary_coty_name: 'Hillsborough', + county_weights: '{"33011": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['33011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.90818, lat: 43.01242 }, + }, + { + zip_code: '3583', + usps_city: 'Jefferson', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 6.5, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.46472, lat: 44.39677 }, + }, + { + zip_code: '3765', + usps_city: 'Haverhill', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 609.0, + density: 52.9, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.05286, lat: 44.0343 }, + }, + { + zip_code: '3871', + usps_city: 'Rye Beach', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 159.9, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.77484, lat: 42.98222 }, + }, + { + zip_code: '3873', + usps_city: 'Sandown', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 6220.0, + density: 180.4, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18209, lat: 42.93399 }, + }, + { + zip_code: '4011', + usps_city: 'Brunswick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 20517.0, + density: 169.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.97606, lat: 43.9007 }, + }, + { + zip_code: '4030', + usps_city: 'East Waterboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2163.0, + density: 50.1, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.69236, lat: 43.5895 }, + }, + { + zip_code: '4055', + usps_city: 'Naples', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3901.0, + density: 48.4, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61545, lat: 43.9702 }, + }, + { + zip_code: '4222', + usps_city: 'Durham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3944.0, + density: 39.8, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.12955, lat: 43.96439 }, + }, + { + zip_code: '4253', + usps_city: 'Livermore', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2066.0, + density: 21.2, + primary_coty_code: '23001', + primary_coty_name: 'Androscoggin', + county_weights: '{"23001": "100"}', + coty_name: ['Androscoggin'], + cty_code: ['23001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.21503, lat: 44.4079 }, + }, + { + zip_code: '4276', + usps_city: 'Rumford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 5719.0, + density: 32.2, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.61541, lat: 44.53469 }, + }, + { + zip_code: '4414', + usps_city: 'Brownville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1248.0, + density: 2.0, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.10659, lat: 45.44464 }, + }, + { + zip_code: '4417', + usps_city: 'Burlington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 2.2, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.37908, lat: 45.23486 }, + }, + { + zip_code: '4454', + usps_city: 'Lambert Lake', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 0.2, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.56379, lat: 45.55588 }, + }, + { + zip_code: '4544', + usps_city: 'East Boothbay', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 675.0, + density: 80.4, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.58687, lat: 43.84552 }, + }, + { + zip_code: '4564', + usps_city: 'Round Pond', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 590.0, + density: 26.2, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.46469, lat: 43.93503 }, + }, + { + zip_code: '4644', + usps_city: 'Hulls Cove', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.25207, lat: 44.41384 }, + }, + { + zip_code: '4646', + usps_city: 'Islesford', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 24.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.22168, lat: 44.25555 }, + }, + { + zip_code: '4660', + usps_city: 'Mount Desert', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1182.0, + density: 15.8, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.33312, lat: 44.34056 }, + }, + { + zip_code: '4757', + usps_city: 'Mapleton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2777.0, + density: 8.3, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.17241, lat: 46.66268 }, + }, + { + zip_code: '4777', + usps_city: 'Stacyville', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 1.9, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.50737, lat: 45.84773 }, + }, + { + zip_code: '4787', + usps_city: 'Westfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 655.0, + density: 6.3, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.97684, lat: 46.55169 }, + }, + { + zip_code: '4983', + usps_city: 'Strong', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1809.0, + density: 4.6, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.30926, lat: 44.9228 }, + }, + { + zip_code: '5360', + usps_city: 'West Wardsboro', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 1.4, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.94412, lat: 43.00253 }, + }, + { + zip_code: '5456', + usps_city: 'Ferrisburgh', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1174.0, + density: 18.9, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.25509, lat: 44.20764 }, + }, + { + zip_code: '5463', + usps_city: 'Isle La Motte', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 20.6, + primary_coty_code: '50013', + primary_coty_name: 'Grand Isle', + county_weights: '{"50013": "100"}', + coty_name: ['Grand Isle'], + cty_code: ['50013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.34108, lat: 44.86946 }, + }, + { + zip_code: '5734', + usps_city: 'Bridport', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 11.6, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.33027, lat: 43.9821 }, + }, + { + zip_code: '5735', + usps_city: 'Castleton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4392.0, + density: 39.6, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.15642, lat: 43.64413 }, + }, + { + zip_code: '5738', + usps_city: 'Cuttingsville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 9.0, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.85566, lat: 43.52929 }, + }, + { + zip_code: '5744', + usps_city: 'Florence', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 657.0, + density: 11.4, + primary_coty_code: '50021', + primary_coty_name: 'Rutland', + county_weights: '{"50021": "100"}', + coty_name: ['Rutland'], + cty_code: ['50021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08496, lat: 43.69842 }, + }, + { + zip_code: '6027', + usps_city: 'East Hartland', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1451.0, + density: 35.6, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.9118, lat: 42.00403 }, + }, + { + zip_code: '6061', + usps_city: 'Pine Meadow', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 1109.5, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.96695, lat: 41.87547 }, + }, + { + zip_code: '6255', + usps_city: 'North Grosvenordale', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4357.0, + density: 73.9, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.90256, lat: 41.98828 }, + }, + { + zip_code: '6262', + usps_city: 'Quinebaug', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 812.0, + density: 329.8, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.94817, lat: 42.02038 }, + }, + { + zip_code: '6331', + usps_city: 'Canterbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5069.0, + density: 49.0, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.99975, lat: 41.69792 }, + }, + { + zip_code: '6457', + usps_city: 'Middletown', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 46511.0, + density: 437.8, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.65489, lat: 41.54764 }, + }, + { + zip_code: '6492', + usps_city: 'Wallingford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 44693.0, + density: 436.3, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.80462, lat: 41.45912 }, + }, + { + zip_code: '6515', + usps_city: 'New Haven', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 18344.0, + density: 1553.8, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.96956, lat: 41.32793 }, + }, + { + zip_code: '6518', + usps_city: 'Hamden', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 19024.0, + density: 449.3, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.91349, lat: 41.42763 }, + }, + { + zip_code: '6604', + usps_city: 'Bridgeport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 27152.0, + density: 3345.2, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20091, lat: 41.17748 }, + }, + { + zip_code: '6755', + usps_city: 'Gaylordsville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 900.0, + density: 77.1, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.48116, lat: 41.65035 }, + }, + { + zip_code: '6758', + usps_city: 'Lakeside', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 50.0, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.24206, lat: 41.67548 }, + }, + { + zip_code: '6759', + usps_city: 'Litchfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5843.0, + density: 44.9, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21403, lat: 41.75754 }, + }, + { + zip_code: '6782', + usps_city: 'Plymouth', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2434.0, + density: 125.0, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04758, lat: 41.65467 }, + }, + { + zip_code: '6870', + usps_city: 'Old Greenwich', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7642.0, + density: 1285.4, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56969, lat: 41.02908 }, + }, + { + zip_code: '6896', + usps_city: 'Redding', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 9127.0, + density: 112.0, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.39151, lat: 41.30512 }, + }, + { + zip_code: '7014', + usps_city: 'Clifton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5300.0, + density: 1470.1, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.1355, lat: 40.83149 }, + }, + { + zip_code: '7029', + usps_city: 'Harrison', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19901.0, + density: 5870.3, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15396, lat: 40.7437 }, + }, + { + zip_code: '7420', + usps_city: 'Haskell', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5148.0, + density: 798.1, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30119, lat: 41.03255 }, + }, + { + zip_code: '7465', + usps_city: 'Wanaque', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6716.0, + density: 324.3, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.2977, lat: 41.051 }, + }, + { + zip_code: '7727', + usps_city: 'Farmingdale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6806.0, + density: 119.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16001, lat: 40.19831 }, + }, + { + zip_code: '7827', + usps_city: 'Montague', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4051.0, + density: 31.6, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73934, lat: 41.29226 }, + }, + { + zip_code: '8067', + usps_city: 'Pedricktown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1636.0, + density: 32.9, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.41262, lat: 39.73824 }, + }, + { + zip_code: '8094', + usps_city: 'Williamstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 40347.0, + density: 295.0, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "92.13", "34001": "7.87"}', + coty_name: ['Gloucester', 'Atlantic'], + cty_code: ['34015', '34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.9672, lat: 39.65352 }, + }, + { + zip_code: '8224', + usps_city: 'New Gretna', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 44.9, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.45979, lat: 39.59857 }, + }, + { + zip_code: '8322', + usps_city: 'Franklinville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10902.0, + density: 146.9, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.03521, lat: 39.61418 }, + }, + { + zip_code: '8534', + usps_city: 'Pennington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12759.0, + density: 224.7, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.79294, lat: 40.33008 }, + }, + { + zip_code: '10002', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 74479.0, + density: 32735.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98638, lat: 40.7157 }, + }, + { + zip_code: '10018', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8806.0, + density: 10530.3, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.99311, lat: 40.75533 }, + }, + { + zip_code: '10028', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 46768.0, + density: 57641.1, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95372, lat: 40.7763 }, + }, + { + zip_code: '10303', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27401.0, + density: 3365.4, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16905, lat: 40.63239 }, + }, + { + zip_code: '10520', + usps_city: 'Croton On Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13117.0, + density: 367.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.87156, lat: 41.22059 }, + }, + { + zip_code: '10553', + usps_city: 'Mount Vernon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10075.0, + density: 5617.6, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82173, lat: 40.90854 }, + }, + { + zip_code: '10576', + usps_city: 'Pound Ridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4907.0, + density: 84.2, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.57373, lat: 41.21336 }, + }, + { + zip_code: '10973', + usps_city: 'Slate Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2479.0, + density: 114.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.47609, lat: 41.38494 }, + }, + { + zip_code: '11096', + usps_city: 'Inwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8362.0, + density: 2613.6, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75303, lat: 40.62118 }, + }, + { + zip_code: '11215', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 69873.0, + density: 12404.0, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98678, lat: 40.6626 }, + }, + { + zip_code: '11228', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44348.0, + density: 11628.6, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.013, lat: 40.61679 }, + }, + { + zip_code: '11374', + usps_city: 'Rego Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 43507.0, + density: 17812.4, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8615, lat: 40.72652 }, + }, + { + zip_code: '11422', + usps_city: 'Rosedale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 32761.0, + density: 6311.1, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.73626, lat: 40.66041 }, + }, + { + zip_code: '11436', + usps_city: 'Jamaica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19167.0, + density: 9329.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79672, lat: 40.67577 }, + }, + { + zip_code: '11550', + usps_city: 'Hempstead', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 57639.0, + density: 5224.8, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.62007, lat: 40.70171 }, + }, + { + zip_code: '11559', + usps_city: 'Lawrence', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8192.0, + density: 758.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.71731, lat: 40.60648 }, + }, + { + zip_code: '11757', + usps_city: 'Lindenhurst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 44368.0, + density: 2532.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37348, lat: 40.68875 }, + }, + { + zip_code: '11789', + usps_city: 'Sound Beach', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8301.0, + density: 1883.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97214, lat: 40.95756 }, + }, + { + zip_code: '12015', + usps_city: 'Athens', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3026.0, + density: 87.5, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.8272, lat: 42.28262 }, + }, + { + zip_code: '12022', + usps_city: 'Berlin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 7.3, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.34569, lat: 42.67078 }, + }, + { + zip_code: '12032', + usps_city: 'Caroga Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 858.0, + density: 3.7, + primary_coty_code: '36035', + primary_coty_name: 'Fulton', + county_weights: '{"36035": "98.92", "36041": "1.08"}', + coty_name: ['Fulton', 'Hamilton'], + cty_code: ['36035', '36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55081, lat: 43.23363 }, + }, + { + zip_code: '12085', + usps_city: 'Guilderland Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 424.0, + density: 932.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96335, lat: 42.70336 }, + }, + { + zip_code: '12094', + usps_city: 'Johnsonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2398.0, + density: 32.8, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "95.86", "36115": "4.14"}', + coty_name: ['Rensselaer', 'Washington'], + cty_code: ['36083', '36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.48837, lat: 42.89332 }, + }, + { + zip_code: '12170', + usps_city: 'Stillwater', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4958.0, + density: 63.6, + primary_coty_code: '36091', + primary_coty_name: 'Saratoga', + county_weights: '{"36091": "100"}', + coty_name: ['Saratoga'], + cty_code: ['36091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.66309, lat: 42.99684 }, + }, + { + zip_code: '12413', + usps_city: 'Cairo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2813.0, + density: 66.4, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02123, lat: 42.31255 }, + }, + { + zip_code: '12420', + usps_city: 'Cragsmoor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 22.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.3793, lat: 41.67113 }, + }, + { + zip_code: '12424', + usps_city: 'East Jewett', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 5.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13529, lat: 42.24686 }, + }, + { + zip_code: '12432', + usps_city: 'Glasco', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 225.0, + density: 145.1, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94446, lat: 42.04431 }, + }, + { + zip_code: '12528', + usps_city: 'Highland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12797.0, + density: 119.8, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00447, lat: 41.71884 }, + }, + { + zip_code: '12604', + usps_city: 'Poughkeepsie', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 591.0, + density: 2200.2, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89206, lat: 41.68846 }, + }, + { + zip_code: '12754', + usps_city: 'Liberty', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6602.0, + density: 95.9, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73685, lat: 41.79843 }, + }, + { + zip_code: '12857', + usps_city: 'Olmstedville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 6.2, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "90.36", "36113": "9.64"}', + coty_name: ['Essex', 'Warren'], + cty_code: ['36031', '36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91002, lat: 43.82268 }, + }, + { + zip_code: '12886', + usps_city: 'Wevertown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 6.5, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92998, lat: 43.66527 }, + }, + { + zip_code: '12914', + usps_city: 'Bombay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 928.0, + density: 11.2, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "90.33", "36089": "9.67"}', + coty_name: ['Franklin', 'St. Lawrence'], + cty_code: ['36033', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59971, lat: 44.92719 }, + }, + { + zip_code: '12970', + usps_city: 'Paul Smiths', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 935.0, + density: 7.2, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31608, lat: 44.48775 }, + }, + { + zip_code: '13072', + usps_city: 'Georgetown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 819.0, + density: 6.7, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "77.2", "36017": "22.8"}', + coty_name: ['Madison', 'Chenango'], + cty_code: ['36053', '36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76409, lat: 42.76325 }, + }, + { + zip_code: '13080', + usps_city: 'Jordan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3210.0, + density: 44.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "74", "36011": "26"}', + coty_name: ['Onondaga', 'Cayuga'], + cty_code: ['36067', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47897, lat: 43.08434 }, + }, + { + zip_code: '13102', + usps_city: 'McLean', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 311.8, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29248, lat: 42.55271 }, + }, + { + zip_code: '13110', + usps_city: 'Marietta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2081.0, + density: 32.7, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28534, lat: 42.89315 }, + }, + { + zip_code: '13126', + usps_city: 'Oswego', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 35833.0, + density: 137.3, + primary_coty_code: '36075', + primary_coty_name: 'Oswego', + county_weights: '{"36075": "99.84", "36011": "0.16"}', + coty_name: ['Oswego', 'Cayuga'], + cty_code: ['36075', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.46232, lat: 43.43486 }, + }, + { + zip_code: '13206', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16723.0, + density: 1633.9, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1058, lat: 43.07349 }, + }, + { + zip_code: '13329', + usps_city: 'Dolgeville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4227.0, + density: 30.8, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "73.72", "36035": "26.28"}', + coty_name: ['Herkimer', 'Fulton'], + cty_code: ['36043', '36035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.69824, lat: 43.11123 }, + }, + { + zip_code: '13476', + usps_city: 'Vernon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4150.0, + density: 75.0, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50959, lat: 43.08838 }, + }, + { + zip_code: '13633', + usps_city: 'De Peyster', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 306.0, + density: 6.0, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48393, lat: 44.48686 }, + }, + { + zip_code: '13642', + usps_city: 'Gouverneur', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9909.0, + density: 21.1, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "99.42", "36045": "0.58"}', + coty_name: ['St. Lawrence', 'Jefferson'], + cty_code: ['36089', '36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.45708, lat: 44.33609 }, + }, + { + zip_code: '13667', + usps_city: 'Norfolk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2898.0, + density: 22.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96392, lat: 44.83726 }, + }, + { + zip_code: '13673', + usps_city: 'Philadelphia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2142.0, + density: 23.7, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.71884, lat: 44.16665 }, + }, + { + zip_code: '13674', + usps_city: 'Pierrepont Manor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 105.5, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.05526, lat: 43.73823 }, + }, + { + zip_code: '13795', + usps_city: 'Kirkwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2878.0, + density: 54.6, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77999, lat: 42.0607 }, + }, + { + zip_code: '14068', + usps_city: 'Getzville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6731.0, + density: 746.4, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75649, lat: 43.02746 }, + }, + { + zip_code: '14082', + usps_city: 'Java Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 22.4, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38237, lat: 42.65656 }, + }, + { + zip_code: '14092', + usps_city: 'Lewiston', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10922.0, + density: 214.0, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99361, lat: 43.17357 }, + }, + { + zip_code: '14138', + usps_city: 'South Dayton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1879.0, + density: 15.5, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "72.89", "36013": "27.11"}', + coty_name: ['Cattaraugus', 'Chautauqua'], + cty_code: ['36009', '36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05056, lat: 42.37026 }, + }, + { + zip_code: '14207', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23275.0, + density: 2302.7, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89779, lat: 42.95173 }, + }, + { + zip_code: '14301', + usps_city: 'Niagara Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12704.0, + density: 2933.5, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -79.04052, lat: 43.09583 }, + }, + { + zip_code: '14462', + usps_city: 'Groveland', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 17.2, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75113, lat: 42.68655 }, + }, + { + zip_code: '14512', + usps_city: 'Naples', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4418.0, + density: 16.6, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "75.77", "36123": "18.62", "36101": "5.61"}', + coty_name: ['Ontario', 'Yates', 'Steuben'], + cty_code: ['36069', '36123', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39159, lat: 42.64558 }, + }, + { + zip_code: '14559', + usps_city: 'Spencerport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18930.0, + density: 171.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.81798, lat: 43.18805 }, + }, + { + zip_code: '14605', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11932.0, + density: 2548.8, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60203, lat: 43.1683 }, + }, + { + zip_code: '14727', + usps_city: 'Cuba', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5386.0, + density: 19.1, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "79.61", "36009": "20.39"}', + coty_name: ['Allegany', 'Cattaraugus'], + cty_code: ['36003', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29184, lat: 42.20785 }, + }, + { + zip_code: '14741', + usps_city: 'Great Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1900.0, + density: 11.9, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.59825, lat: 42.21772 }, + }, + { + zip_code: '14748', + usps_city: 'Kill Buck', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 13.3, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63735, lat: 42.13712 }, + }, + { + zip_code: '14804', + usps_city: 'Almond', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1435.0, + density: 9.9, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "99.73", "36101": "0.27"}', + coty_name: ['Allegany', 'Steuben'], + cty_code: ['36003', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.84886, lat: 42.31717 }, + }, + { + zip_code: '14837', + usps_city: 'Dundee', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5786.0, + density: 28.0, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "79.43", "36097": "18.89", "36101": "1.68"}', + coty_name: ['Yates', 'Schuyler', 'Steuben'], + cty_code: ['36123', '36097', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01723, lat: 42.49726 }, + }, + { + zip_code: '15001', + usps_city: 'Aliquippa', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31081.0, + density: 199.9, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31976, lat: 40.59209 }, + }, + { + zip_code: '15009', + usps_city: 'Beaver', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15241.0, + density: 239.8, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36543, lat: 40.69797 }, + }, + { + zip_code: '15088', + usps_city: 'West Elizabeth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 1001.3, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89584, lat: 40.27228 }, + }, + { + zip_code: '15101', + usps_city: 'Allison Park', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25493.0, + density: 486.8, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95446, lat: 40.58048 }, + }, + { + zip_code: '15132', + usps_city: 'Mckeesport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21136.0, + density: 1445.5, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84315, lat: 40.33984 }, + }, + { + zip_code: '15238', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12944.0, + density: 305.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88051, lat: 40.53464 }, + }, + { + zip_code: '15325', + usps_city: 'Crucible', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 527.0, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96338, lat: 39.94937 }, + }, + { + zip_code: '15338', + usps_city: 'Greensboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 37.0, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96739, lat: 39.80988 }, + }, + { + zip_code: '15342', + usps_city: 'Houston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5084.0, + density: 587.5, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22122, lat: 40.24419 }, + }, + { + zip_code: '15454', + usps_city: 'Leckrone', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 39.0, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87189, lat: 39.86311 }, + }, + { + zip_code: '15475', + usps_city: 'Republic', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 152.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8775, lat: 39.95164 }, + }, + { + zip_code: '15535', + usps_city: 'Clearville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2166.0, + density: 5.3, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45201, lat: 39.82445 }, + }, + { + zip_code: '15665', + usps_city: 'Manor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1557.0, + density: 696.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66083, lat: 40.33592 }, + }, + { + zip_code: '15692', + usps_city: 'Westmoreland City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1047.0, + density: 888.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67884, lat: 40.33172 }, + }, + { + zip_code: '15821', + usps_city: 'Benezett', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 1.4, + primary_coty_code: '42047', + primary_coty_name: 'Elk', + county_weights: '{"42047": "100"}', + coty_name: ['Elk'], + cty_code: ['42047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.36769, lat: 41.35537 }, + }, + { + zip_code: '15856', + usps_city: 'Rockton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 852.0, + density: 9.1, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62455, lat: 41.09282 }, + }, + { + zip_code: '15949', + usps_city: 'Robinson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 66.4, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.12425, lat: 40.3956 }, + }, + { + zip_code: '16053', + usps_city: 'Renfrew', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4518.0, + density: 81.3, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98316, lat: 40.81188 }, + }, + { + zip_code: '16133', + usps_city: 'Jackson Center', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 22.6, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11534, lat: 41.27175 }, + }, + { + zip_code: '16236', + usps_city: 'McGrann', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 1692.2, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52323, lat: 40.78487 }, + }, + { + zip_code: '16326', + usps_city: 'Fryburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 21.5, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "100"}', + coty_name: ['Clarion'], + cty_code: ['42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43182, lat: 41.3673 }, + }, + { + zip_code: '16434', + usps_city: 'Spartansburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3217.0, + density: 19.8, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "92.34", "42123": "7.66"}', + coty_name: ['Crawford', 'Warren'], + cty_code: ['42039', '42123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66503, lat: 41.79378 }, + }, + { + zip_code: '16503', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16089.0, + density: 2544.5, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.06119, lat: 42.12696 }, + }, + { + zip_code: '16563', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1626.0, + density: 1403.4, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.98653, lat: 42.11924 }, + }, + { + zip_code: '16839', + usps_city: 'Grassflat', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 288.9, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11043, lat: 41.00357 }, + }, + { + zip_code: '16841', + usps_city: 'Howard', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6300.0, + density: 18.6, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "99.12", "42035": "0.88"}', + coty_name: ['Centre', 'Clinton'], + cty_code: ['42027', '42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.69914, lat: 41.03834 }, + }, + { + zip_code: '16863', + usps_city: 'Olanta', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 9.8, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47498, lat: 40.91038 }, + }, + { + zip_code: '16920', + usps_city: 'Elkland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1976.0, + density: 80.1, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28831, lat: 41.98208 }, + }, + { + zip_code: '17041', + usps_city: 'Lawn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 264.8, + primary_coty_code: '42075', + primary_coty_name: 'Lebanon', + county_weights: '{"42075": "100"}', + coty_name: ['Lebanon'], + cty_code: ['42075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53951, lat: 40.21665 }, + }, + { + zip_code: '17306', + usps_city: 'Bendersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 396.2, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24963, lat: 39.98089 }, + }, + { + zip_code: '17502', + usps_city: 'Bainbridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2677.0, + density: 104.4, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66633, lat: 40.10002 }, + }, + { + zip_code: '17813', + usps_city: 'Beavertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 23.4, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17549, lat: 40.7829 }, + }, + { + zip_code: '17946', + usps_city: 'Lost Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 29.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.24909, lat: 40.81204 }, + }, + { + zip_code: '18036', + usps_city: 'Coopersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13942.0, + density: 183.7, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "83.33", "42017": "16.67"}', + coty_name: ['Lehigh', 'Bucks'], + cty_code: ['42077', '42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38593, lat: 40.50901 }, + }, + { + zip_code: '18066', + usps_city: 'New Tripoli', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6404.0, + density: 54.2, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74498, lat: 40.66491 }, + }, + { + zip_code: '18232', + usps_city: 'Lansford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3796.0, + density: 954.0, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.88478, lat: 40.83307 }, + }, + { + zip_code: '18352', + usps_city: 'Reeders', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 84.6, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3547, lat: 41.00786 }, + }, + { + zip_code: '18465', + usps_city: 'Thompson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 11.1, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "92.69", "42127": "7.31"}', + coty_name: ['Susquehanna', 'Wayne'], + cty_code: ['42115', '42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.51184, lat: 41.82946 }, + }, + { + zip_code: '18508', + usps_city: 'Scranton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12606.0, + density: 715.4, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.65793, lat: 41.45493 }, + }, + { + zip_code: '18644', + usps_city: 'Wyoming', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7245.0, + density: 170.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87861, lat: 41.33134 }, + }, + { + zip_code: '18651', + usps_city: 'Plymouth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8693.0, + density: 278.2, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96185, lat: 41.24756 }, + }, + { + zip_code: '18657', + usps_city: 'Tunkhannock', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11720.0, + density: 36.7, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "100"}', + coty_name: ['Wyoming'], + cty_code: ['42131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95419, lat: 41.52521 }, + }, + { + zip_code: '18702', + usps_city: 'Wilkes Barre', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 40090.0, + density: 223.3, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77365, lat: 41.22084 }, + }, + { + zip_code: '18709', + usps_city: 'Luzerne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2914.0, + density: 1425.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89639, lat: 41.28549 }, + }, + { + zip_code: '19102', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5147.0, + density: 10523.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16549, lat: 39.95287 }, + }, + { + zip_code: '19103', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 24214.0, + density: 14630.6, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17397, lat: 39.9528 }, + }, + { + zip_code: '19114', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 31668.0, + density: 2178.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00358, lat: 40.06736 }, + }, + { + zip_code: '19133', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27102.0, + density: 8046.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14138, lat: 39.99259 }, + }, + { + zip_code: '19403', + usps_city: 'Norristown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46592.0, + density: 758.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.37966, lat: 40.14964 }, + }, + { + zip_code: '19457', + usps_city: 'Parker Ford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 87.0, + density: 170.6, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58813, lat: 40.20466 }, + }, + { + zip_code: '19564', + usps_city: 'Virginville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 290.1, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "100"}', + coty_name: ['Berks'], + cty_code: ['42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.87444, lat: 40.52158 }, + }, + { + zip_code: '19804', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 17511.0, + density: 904.2, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61837, lat: 39.71687 }, + }, + { + zip_code: '19809', + usps_city: 'Wilmington', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 15139.0, + density: 835.3, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50237, lat: 39.7587 }, + }, + { + zip_code: '20109', + usps_city: 'Manassas', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 43093.0, + density: 817.5, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "99.72", "51683": "0.28"}', + coty_name: ['Prince William', 'Manassas'], + cty_code: ['51153', '51683'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52658, lat: 38.79282 }, + }, + { + zip_code: '20120', + usps_city: 'Centreville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 41312.0, + density: 928.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "99.96", "51107": "0.04"}', + coty_name: ['Fairfax', 'Loudoun'], + cty_code: ['51059', '51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47715, lat: 38.85433 }, + }, + { + zip_code: '20623', + usps_city: 'Cheltenham', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2997.0, + density: 600.9, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.83723, lat: 38.74247 }, + }, + { + zip_code: '20630', + usps_city: 'Drayden', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 20.4, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47243, lat: 38.16257 }, + }, + { + zip_code: '20692', + usps_city: 'Valley Lee', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 899.0, + density: 39.9, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50071, lat: 38.18457 }, + }, + { + zip_code: '20695', + usps_city: 'White Plains', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 8089.0, + density: 247.0, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.97331, lat: 38.59134 }, + }, + { + zip_code: '20707', + usps_city: 'Laurel', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 32798.0, + density: 1136.7, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "99.06", "24031": "0.94"}', + coty_name: ["Prince George's", 'Montgomery'], + cty_code: ['24033', '24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88178, lat: 39.09805 }, + }, + { + zip_code: '20716', + usps_city: 'Bowie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 22237.0, + density: 743.7, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71504, lat: 38.92723 }, + }, + { + zip_code: '20754', + usps_city: 'Dunkirk', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7124.0, + density: 163.1, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "85.28", "24003": "14.72"}', + coty_name: ['Calvert', 'Anne Arundel'], + cty_code: ['24009', '24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65282, lat: 38.73661 }, + }, + { + zip_code: '20777', + usps_city: 'Highland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3687.0, + density: 188.4, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "98.64", "24031": "1.36"}', + coty_name: ['Howard', 'Montgomery'], + cty_code: ['24027', '24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9679, lat: 39.17486 }, + }, + { + zip_code: '20872', + usps_city: 'Damascus', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 12603.0, + density: 233.8, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.21769, lat: 39.29148 }, + }, + { + zip_code: '20901', + usps_city: 'Silver Spring', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 36278.0, + density: 2601.8, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00907, lat: 39.02145 }, + }, + { + zip_code: '21009', + usps_city: 'Abingdon', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 29905.0, + density: 1018.1, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.29409, lat: 39.47051 }, + }, + { + zip_code: '21012', + usps_city: 'Arnold', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 21600.0, + density: 854.4, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49706, lat: 39.04528 }, + }, + { + zip_code: '21035', + usps_city: 'Davidsonville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 7957.0, + density: 108.3, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63735, lat: 38.93689 }, + }, + { + zip_code: '21102', + usps_city: 'Manchester', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 11787.0, + density: 112.5, + primary_coty_code: '24013', + primary_coty_name: 'Carroll', + county_weights: '{"24013": "91.55", "24005": "8.45"}', + coty_name: ['Carroll', 'Baltimore'], + cty_code: ['24013', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84669, lat: 39.68683 }, + }, + { + zip_code: '21130', + usps_city: 'Perryman', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 79.6, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19413, lat: 39.47741 }, + }, + { + zip_code: '21133', + usps_city: 'Randallstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33299.0, + density: 1263.8, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81245, lat: 39.37477 }, + }, + { + zip_code: '21227', + usps_city: 'Halethorpe', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 33589.0, + density: 1124.3, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "97.47", "24510": "2.53"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67938, lat: 39.24046 }, + }, + { + zip_code: '21236', + usps_city: 'Nottingham', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 39707.0, + density: 1789.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "99.5", "24510": "0.5"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.48606, lat: 39.3884 }, + }, + { + zip_code: '21664', + usps_city: 'Secretary', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 445.0, + density: 396.7, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94526, lat: 38.60704 }, + }, + { + zip_code: '21703', + usps_city: 'Frederick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37473.0, + density: 435.0, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46958, lat: 39.36778 }, + }, + { + zip_code: '21865', + usps_city: 'Tyaskin', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 594.0, + density: 14.2, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84124, lat: 38.28504 }, + }, + { + zip_code: '22125', + usps_city: 'Occoquan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 955.0, + density: 2624.7, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.26075, lat: 38.68228 }, + }, + { + zip_code: '22303', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14558.0, + density: 3873.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07853, lat: 38.79331 }, + }, + { + zip_code: '22435', + usps_city: 'Callao', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2471.0, + density: 37.3, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "94.63", "51159": "4.18", "51193": "1.19"}', + coty_name: ['Northumberland', 'Richmond', 'Westmoreland'], + cty_code: ['51133', '51159', '51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57188, lat: 37.9717 }, + }, + { + zip_code: '22473', + usps_city: 'Heathsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5061.0, + density: 17.4, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "98.39", "51103": "1.61"}', + coty_name: ['Northumberland', 'Lancaster'], + cty_code: ['51133', '51103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.41935, lat: 37.88529 }, + }, + { + zip_code: '22579', + usps_city: 'Wicomico Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 32.6, + primary_coty_code: '51133', + primary_coty_name: 'Northumberland', + county_weights: '{"51133": "100"}', + coty_name: ['Northumberland'], + cty_code: ['51133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32027, lat: 37.80346 }, + }, + { + zip_code: '22602', + usps_city: 'Winchester', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29616.0, + density: 103.9, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "100"}', + coty_name: ['Frederick'], + cty_code: ['51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.26622, lat: 39.14989 }, + }, + { + zip_code: '22734', + usps_city: 'Remington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3480.0, + density: 44.7, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "94.67", "51047": "5.33"}', + coty_name: ['Fauquier', 'Culpeper'], + cty_code: ['51061', '51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.80406, lat: 38.5263 }, + }, + { + zip_code: '22920', + usps_city: 'Afton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3876.0, + density: 19.8, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "65.15", "51003": "33.87", "51015": "0.98"}', + coty_name: ['Nelson', 'Albemarle', 'Augusta'], + cty_code: ['51125', '51003', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.81071, lat: 37.97724 }, + }, + { + zip_code: '23039', + usps_city: 'Crozier', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 27.5, + primary_coty_code: '51075', + primary_coty_name: 'Goochland', + county_weights: '{"51075": "100"}', + coty_name: ['Goochland'], + cty_code: ['51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.8063, lat: 37.65579 }, + }, + { + zip_code: '23116', + usps_city: 'Mechanicsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31059.0, + density: 190.9, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "100"}', + coty_name: ['Hanover'], + cty_code: ['51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33458, lat: 37.67949 }, + }, + { + zip_code: '23163', + usps_city: 'Susan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 5.3, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30768, lat: 37.35571 }, + }, + { + zip_code: '23231', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36564.0, + density: 159.9, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "85.86", "51760": "13.18", "51036": "0.96"}', + coty_name: ['Henrico', 'Richmond', 'Charles City'], + cty_code: ['51087', '51760', '51036'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31869, lat: 37.44103 }, + }, + { + zip_code: '23408', + usps_city: 'Marionville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 69.0, + density: 14.6, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.84731, lat: 37.45565 }, + }, + { + zip_code: '23409', + usps_city: 'Mears', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 7.5, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6436, lat: 37.87938 }, + }, + { + zip_code: '23438', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1795.0, + density: 16.9, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.69689, lat: 36.58144 }, + }, + { + zip_code: '23513', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30384.0, + density: 2296.0, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.23859, lat: 36.88986 }, + }, + { + zip_code: '24012', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30220.0, + density: 571.1, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "74.48", "51161": "21.5", "51023": "4.02"}', + coty_name: ['Roanoke', 'Roanoke', 'Botetourt'], + cty_code: ['51770', '51161', '51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.90276, lat: 37.3153 }, + }, + { + zip_code: '24054', + usps_city: 'Axton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6367.0, + density: 22.9, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "71.22", "51143": "28.78"}', + coty_name: ['Henry', 'Pittsylvania'], + cty_code: ['51089', '51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70511, lat: 36.67394 }, + }, + { + zip_code: '24060', + usps_city: 'Blacksburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 55676.0, + density: 161.8, + primary_coty_code: '51121', + primary_coty_name: 'Montgomery', + county_weights: '{"51121": "100"}', + coty_name: ['Montgomery'], + cty_code: ['51121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42107, lat: 37.25676 }, + }, + { + zip_code: '24086', + usps_city: 'Eggleston', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 6.9, + primary_coty_code: '51071', + primary_coty_name: 'Giles', + county_weights: '{"51071": "100"}', + coty_name: ['Giles'], + cty_code: ['51071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.6343, lat: 37.27426 }, + }, + { + zip_code: '24112', + usps_city: 'Martinsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29448.0, + density: 75.0, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "54.11", "51690": "42.34", "51067": "3.56"}', + coty_name: ['Henry', 'Martinsville', 'Franklin'], + cty_code: ['51089', '51690', '51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84428, lat: 36.72729 }, + }, + { + zip_code: '24130', + usps_city: 'Oriskany', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 2.5, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "100"}', + coty_name: ['Botetourt'], + cty_code: ['51023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99643, lat: 37.61252 }, + }, + { + zip_code: '24151', + usps_city: 'Rocky Mount', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 20436.0, + density: 48.6, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "100"}', + coty_name: ['Franklin'], + cty_code: ['51067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86453, lat: 36.95739 }, + }, + { + zip_code: '24251', + usps_city: 'Gate City', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8275.0, + density: 27.0, + primary_coty_code: '51169', + primary_coty_name: 'Scott', + county_weights: '{"51169": "100"}', + coty_name: ['Scott'], + cty_code: ['51169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60645, lat: 36.65886 }, + }, + { + zip_code: '24330', + usps_city: 'Fries', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3078.0, + density: 28.6, + primary_coty_code: '51077', + primary_coty_name: 'Grayson', + county_weights: '{"51077": "78.77", "51035": "21.23"}', + coty_name: ['Grayson', 'Carroll'], + cty_code: ['51077', '51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01998, lat: 36.72655 }, + }, + { + zip_code: '24370', + usps_city: 'Saltville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6821.0, + density: 17.5, + primary_coty_code: '51173', + primary_coty_name: 'Smyth', + county_weights: '{"51173": "86.17", "51191": "13.83"}', + coty_name: ['Smyth', 'Washington'], + cty_code: ['51173', '51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69237, lat: 36.91371 }, + }, + { + zip_code: '24551', + usps_city: 'Forest', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25625.0, + density: 145.1, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "85.5", "51031": "13.66", "51680": "0.83"}', + coty_name: ['Bedford', 'Campbell', 'Lynchburg'], + cty_code: ['51019', '51031', '51680'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.32368, lat: 37.35604 }, + }, + { + zip_code: '24634', + usps_city: 'Pilgrims Knob', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 12.3, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90232, lat: 37.27465 }, + }, + { + zip_code: '24637', + usps_city: 'Pounding Mill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3683.0, + density: 50.0, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70332, lat: 37.05873 }, + }, + { + zip_code: '24712', + usps_city: 'Athens', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2264.0, + density: 98.0, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01395, lat: 37.46476 }, + }, + { + zip_code: '24716', + usps_city: 'Bud', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 6.9, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3771, lat: 37.48718 }, + }, + { + zip_code: '24846', + usps_city: 'Isaban', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 2.1, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "62.3", "54047": "37.7"}', + coty_name: ['Mingo', 'McDowell'], + cty_code: ['54059', '54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90864, lat: 37.53033 }, + }, + { + zip_code: '24884', + usps_city: 'Squire', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 5.4, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56462, lat: 37.25557 }, + }, + { + zip_code: '24892', + usps_city: 'War', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1702.0, + density: 30.1, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68777, lat: 37.32664 }, + }, + { + zip_code: '25053', + usps_city: 'Danville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4647.0, + density: 38.2, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87307, lat: 38.04426 }, + }, + { + zip_code: '25063', + usps_city: 'Duck', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2125.0, + density: 9.5, + primary_coty_code: '54007', + primary_coty_name: 'Braxton', + county_weights: '{"54007": "58.49", "54015": "38.79", "54067": "2.73"}', + coty_name: ['Braxton', 'Clay', 'Nicholas'], + cty_code: ['54007', '54015', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.93417, lat: 38.58235 }, + }, + { + zip_code: '25075', + usps_city: 'Eskdale', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 6.4, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42272, lat: 38.05046 }, + }, + { + zip_code: '25262', + usps_city: 'Millwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 46.2, + primary_coty_code: '54035', + primary_coty_name: 'Jackson', + county_weights: '{"54035": "100"}', + coty_name: ['Jackson'], + cty_code: ['54035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82867, lat: 38.90658 }, + }, + { + zip_code: '25508', + usps_city: 'Chapmanville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9420.0, + density: 46.8, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "92.41", "54005": "7.59"}', + coty_name: ['Logan', 'Boone'], + cty_code: ['54045', '54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.02167, lat: 37.96347 }, + }, + { + zip_code: '25514', + usps_city: 'Fort Gay', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3914.0, + density: 21.7, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "100"}', + coty_name: ['Wayne'], + cty_code: ['54099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5302, lat: 38.10071 }, + }, + { + zip_code: '25564', + usps_city: 'Sod', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1174.0, + density: 20.8, + primary_coty_code: '54043', + primary_coty_name: 'Lincoln', + county_weights: '{"54043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89917, lat: 38.27159 }, + }, + { + zip_code: '25601', + usps_city: 'Logan', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5565.0, + density: 108.6, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.00464, lat: 37.85903 }, + }, + { + zip_code: '25855', + usps_city: 'Hilltop', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 460.9, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15607, lat: 37.9363 }, + }, + { + zip_code: '25864', + usps_city: 'Layland', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 5.2, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "90.29", "54081": "9.71"}', + coty_name: ['Fayette', 'Raleigh'], + cty_code: ['54019', '54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02815, lat: 37.87762 }, + }, + { + zip_code: '25868', + usps_city: 'Lookout', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 13.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9596, lat: 38.07198 }, + }, + { + zip_code: '25938', + usps_city: 'Victor', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1294.0, + density: 15.4, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04372, lat: 38.15742 }, + }, + { + zip_code: '25969', + usps_city: 'Jumping Branch', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1118.0, + density: 14.7, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "100"}', + coty_name: ['Summers'], + cty_code: ['54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00187, lat: 37.61887 }, + }, + { + zip_code: '26150', + usps_city: 'Mineral Wells', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6362.0, + density: 53.0, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53654, lat: 39.15676 }, + }, + { + zip_code: '26160', + usps_city: 'Palestine', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 957.0, + density: 5.6, + primary_coty_code: '54105', + primary_coty_name: 'Wirt', + county_weights: '{"54105": "100"}', + coty_name: ['Wirt'], + cty_code: ['54105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41283, lat: 38.97842 }, + }, + { + zip_code: '26222', + usps_city: 'Hacker Valley', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 2.3, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36492, lat: 38.65492 }, + }, + { + zip_code: '26273', + usps_city: 'Huttonsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2084.0, + density: 6.3, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.95558, lat: 38.63515 }, + }, + { + zip_code: '26288', + usps_city: 'Webster Springs', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3273.0, + density: 5.5, + primary_coty_code: '54101', + primary_coty_name: 'Webster', + county_weights: '{"54101": "100"}', + coty_name: ['Webster'], + cty_code: ['54101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3631, lat: 38.4968 }, + }, + { + zip_code: '26292', + usps_city: 'Thomas', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 14.8, + primary_coty_code: '54093', + primary_coty_name: 'Tucker', + county_weights: '{"54093": "100"}', + coty_name: ['Tucker'], + cty_code: ['54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.52118, lat: 39.15018 }, + }, + { + zip_code: '26296', + usps_city: 'Whitmer', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 0.9, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58189, lat: 38.75153 }, + }, + { + zip_code: '26346', + usps_city: 'Ellenboro', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 10.6, + primary_coty_code: '54085', + primary_coty_name: 'Ritchie', + county_weights: '{"54085": "88.58", "54073": "11.42"}', + coty_name: ['Ritchie', 'Pleasants'], + cty_code: ['54085', '54073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06213, lat: 39.29691 }, + }, + { + zip_code: '26574', + usps_city: 'Grant Town', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 95.8, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18659, lat: 39.58108 }, + }, + { + zip_code: '26726', + usps_city: 'Keyser', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 12604.0, + density: 33.3, + primary_coty_code: '54057', + primary_coty_name: 'Mineral', + county_weights: '{"54057": "98.22", "54023": "1.78"}', + coty_name: ['Mineral', 'Grant'], + cty_code: ['54057', '54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99087, lat: 39.40136 }, + }, + { + zip_code: '26755', + usps_city: 'Rio', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 845.0, + density: 7.4, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "53.9", "54031": "46.1"}', + coty_name: ['Hampshire', 'Hardy'], + cty_code: ['54027', '54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72752, lat: 39.15209 }, + }, + { + zip_code: '26865', + usps_city: 'Yellow Spring', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 4.7, + primary_coty_code: '54027', + primary_coty_name: 'Hampshire', + county_weights: '{"54027": "100"}', + coty_name: ['Hampshire'], + cty_code: ['54027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.50864, lat: 39.19587 }, + }, + { + zip_code: '27282', + usps_city: 'Jamestown', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17090.0, + density: 478.9, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92824, lat: 35.9957 }, + }, + { + zip_code: '27520', + usps_city: 'Clayton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42387.0, + density: 224.2, + primary_coty_code: '37101', + primary_coty_name: 'Johnston', + county_weights: '{"37101": "97.34", "37183": "2.66"}', + coty_name: ['Johnston', 'Wake'], + cty_code: ['37101', '37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.47187, lat: 35.61427 }, + }, + { + zip_code: '27613', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42324.0, + density: 664.4, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "97.89", "37063": "2.11"}', + coty_name: ['Wake', 'Durham'], + cty_code: ['37183', '37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71143, lat: 35.92531 }, + }, + { + zip_code: '27810', + usps_city: 'Belhaven', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4045.0, + density: 12.0, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "88.97", "37095": "11.03"}', + coty_name: ['Beaufort', 'Hyde'], + cty_code: ['37013', '37095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.53706, lat: 35.55184 }, + }, + { + zip_code: '27844', + usps_city: 'Hollister', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2846.0, + density: 25.8, + primary_coty_code: '37083', + primary_coty_name: 'Halifax', + county_weights: '{"37083": "81.97", "37185": "18.03"}', + coty_name: ['Halifax', 'Warren'], + cty_code: ['37083', '37185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9487, lat: 36.25231 }, + }, + { + zip_code: '27891', + usps_city: 'Whitakers', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5036.0, + density: 13.8, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "61.28", "37065": "35.26", "37083": "3.46"}', + coty_name: ['Nash', 'Edgecombe', 'Halifax'], + cty_code: ['37127', '37065', '37083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.74091, lat: 36.09929 }, + }, + { + zip_code: '27921', + usps_city: 'Camden', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4750.0, + density: 25.4, + primary_coty_code: '37029', + primary_coty_name: 'Camden', + county_weights: '{"37029": "100"}', + coty_name: ['Camden'], + cty_code: ['37029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1691, lat: 36.35833 }, + }, + { + zip_code: '28025', + usps_city: 'Concord', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 54425.0, + density: 193.0, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: '{"37025": "100"}', + coty_name: ['Cabarrus'], + cty_code: ['37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5279, lat: 35.38042 }, + }, + { + zip_code: '28078', + usps_city: 'Huntersville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 61043.0, + density: 369.5, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "95.65", "37025": "4.35"}', + coty_name: ['Mecklenburg', 'Cabarrus'], + cty_code: ['37119', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86263, lat: 35.40491 }, + }, + { + zip_code: '28164', + usps_city: 'Stanley', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15623.0, + density: 143.1, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "66.28", "37109": "33.72"}', + coty_name: ['Gaston', 'Lincoln'], + cty_code: ['37071', '37109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03812, lat: 35.39171 }, + }, + { + zip_code: '28345', + usps_city: 'Hamlet', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12003.0, + density: 65.4, + primary_coty_code: '37153', + primary_coty_name: 'Richmond', + county_weights: '{"37153": "98.79", "37165": "1.21"}', + coty_name: ['Richmond', 'Scotland'], + cty_code: ['37153', '37165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66866, lat: 34.87411 }, + }, + { + zip_code: '28373', + usps_city: 'Pinebluff', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2749.0, + density: 82.2, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "100"}', + coty_name: ['Moore'], + cty_code: ['37125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.48519, lat: 35.09074 }, + }, + { + zip_code: '28461', + usps_city: 'Southport', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20506.0, + density: 104.6, + primary_coty_code: '37019', + primary_coty_name: 'Brunswick', + county_weights: '{"37019": "100"}', + coty_name: ['Brunswick'], + cty_code: ['37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.03635, lat: 33.96625 }, + }, + { + zip_code: '28508', + usps_city: 'Albertson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3093.0, + density: 33.8, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "100"}', + coty_name: ['Duplin'], + cty_code: ['37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.82326, lat: 35.10033 }, + }, + { + zip_code: '28560', + usps_city: 'New Bern', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27458.0, + density: 90.3, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "93.29", "37137": "6.71"}', + coty_name: ['Craven', 'Pamlico'], + cty_code: ['37049', '37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98571, lat: 35.13426 }, + }, + { + zip_code: '28630', + usps_city: 'Granite Falls', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20262.0, + density: 130.4, + primary_coty_code: '37027', + primary_coty_name: 'Caldwell', + county_weights: '{"37027": "99.08", "37003": "0.92"}', + coty_name: ['Caldwell', 'Alexander'], + cty_code: ['37027', '37003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42344, lat: 35.82489 }, + }, + { + zip_code: '28647', + usps_city: 'Linville Falls', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 1.0, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "100"}', + coty_name: ['Avery'], + cty_code: ['37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.973, lat: 35.938 }, + }, + { + zip_code: '28655', + usps_city: 'Morganton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 55009.0, + density: 66.8, + primary_coty_code: '37023', + primary_coty_name: 'Burke', + county_weights: '{"37023": "99.92", "37111": "0.08"}', + coty_name: ['Burke', 'McDowell'], + cty_code: ['37023', '37111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74413, lat: 35.75713 }, + }, + { + zip_code: '28694', + usps_city: 'West Jefferson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7719.0, + density: 45.0, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "99.94", "37193": "0.06"}', + coty_name: ['Ashe', 'Wilkes'], + cty_code: ['37009', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47354, lat: 36.36256 }, + }, + { + zip_code: '28715', + usps_city: 'Candler', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26476.0, + density: 131.5, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71225, lat: 35.51246 }, + }, + { + zip_code: '29055', + usps_city: 'Great Falls', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4065.0, + density: 44.6, + primary_coty_code: '45023', + primary_coty_name: 'Chester', + county_weights: '{"45023": "78", "45039": "22"}', + coty_name: ['Chester', 'Fairfield'], + cty_code: ['45023', '45039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91757, lat: 34.576 }, + }, + { + zip_code: '29056', + usps_city: 'Greeleyville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2343.0, + density: 8.7, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "92.4", "45027": "7.6"}', + coty_name: ['Williamsburg', 'Clarendon'], + cty_code: ['45089', '45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99465, lat: 33.60516 }, + }, + { + zip_code: '29154', + usps_city: 'Sumter', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 29626.0, + density: 144.0, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "100"}', + coty_name: ['Sumter'], + cty_code: ['45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4401, lat: 33.87969 }, + }, + { + zip_code: '29160', + usps_city: 'Swansea', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7094.0, + density: 23.4, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "76.95", "45017": "23.05"}', + coty_name: ['Lexington', 'Calhoun'], + cty_code: ['45063', '45017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04175, lat: 33.74396 }, + }, + { + zip_code: '29175', + usps_city: 'Westville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 22.0, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "100"}', + coty_name: ['Kershaw'], + cty_code: ['45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.59833, lat: 34.44385 }, + }, + { + zip_code: '29320', + usps_city: 'Arcadia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 480.9, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99355, lat: 34.95865 }, + }, + { + zip_code: '29360', + usps_city: 'Laurens', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20999.0, + density: 56.0, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "100"}', + coty_name: ['Laurens'], + cty_code: ['45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04671, lat: 34.49665 }, + }, + { + zip_code: '29505', + usps_city: 'Florence', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25016.0, + density: 187.0, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "100"}', + coty_name: ['Florence'], + cty_code: ['45041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.6892, lat: 34.12309 }, + }, + { + zip_code: '29530', + usps_city: 'Coward', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2376.0, + density: 23.9, + primary_coty_code: '45041', + primary_coty_name: 'Florence', + county_weights: '{"45041": "100"}', + coty_name: ['Florence'], + cty_code: ['45041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74202, lat: 33.99134 }, + }, + { + zip_code: '29625', + usps_city: 'Anderson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28396.0, + density: 228.8, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "100"}', + coty_name: ['Anderson'], + cty_code: ['45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.76366, lat: 34.55697 }, + }, + { + zip_code: '29659', + usps_city: 'Lowndesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 46.8, + primary_coty_code: '45001', + primary_coty_name: 'Abbeville', + county_weights: '{"45001": "100"}', + coty_name: ['Abbeville'], + cty_code: ['45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64705, lat: 34.20973 }, + }, + { + zip_code: '29696', + usps_city: 'West Union', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5146.0, + density: 85.4, + primary_coty_code: '45073', + primary_coty_name: 'Oconee', + county_weights: '{"45073": "100"}', + coty_name: ['Oconee'], + cty_code: ['45073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00584, lat: 34.77602 }, + }, + { + zip_code: '29936', + usps_city: 'Ridgeland', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13476.0, + density: 21.9, + primary_coty_code: '45053', + primary_coty_name: 'Jasper', + county_weights: '{"45053": "100"}', + coty_name: ['Jasper'], + cty_code: ['45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.97238, lat: 32.47805 }, + }, + { + zip_code: '30039', + usps_city: 'Snellville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 47778.0, + density: 736.4, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "98.77", "13089": "1.23"}', + coty_name: ['Gwinnett', 'DeKalb'], + cty_code: ['13135', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.0332, lat: 33.79966 }, + }, + { + zip_code: '30108', + usps_city: 'Bowdon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7755.0, + density: 34.0, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "97.27", "13149": "2.73"}', + coty_name: ['Carroll', 'Heard'], + cty_code: ['13045', '13149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.26319, lat: 33.53232 }, + }, + { + zip_code: '30137', + usps_city: 'Emerson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1914.0, + density: 186.6, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "100"}', + coty_name: ['Bartow'], + cty_code: ['13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7591, lat: 34.12238 }, + }, + { + zip_code: '30148', + usps_city: 'Marble Hill', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 762.0, + density: 27.4, + primary_coty_code: '13227', + primary_coty_name: 'Pickens', + county_weights: '{"13227": "64.24", "13085": "35.76"}', + coty_name: ['Pickens', 'Dawson'], + cty_code: ['13227', '13085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25847, lat: 34.45758 }, + }, + { + zip_code: '30228', + usps_city: 'Hampton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 44031.0, + density: 231.6, + primary_coty_code: '13151', + primary_coty_name: 'Henry', + county_weights: '{"13151": "51.34", "13063": "45.11", "13255": "3.55"}', + coty_name: ['Henry', 'Clayton', 'Spalding'], + cty_code: ['13151', '13063', '13255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.30545, lat: 33.40449 }, + }, + { + zip_code: '30288', + usps_city: 'Conley', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8749.0, + density: 432.2, + primary_coty_code: '13063', + primary_coty_name: 'Clayton', + county_weights: '{"13063": "53.95", "13089": "46.05"}', + coty_name: ['Clayton', 'DeKalb'], + cty_code: ['13063', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32495, lat: 33.65546 }, + }, + { + zip_code: '30309', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26526.0, + density: 2996.4, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38663, lat: 33.79758 }, + }, + { + zip_code: '30344', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 32690.0, + density: 1042.9, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46026, lat: 33.67512 }, + }, + { + zip_code: '30475', + usps_city: 'Vidalia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '13279', + primary_coty_name: 'Toombs', + county_weights: '{"13279": "100"}', + coty_name: ['Toombs'], + cty_code: ['13279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3685, lat: 32.22462 }, + }, + { + zip_code: '30542', + usps_city: 'Flowery Branch', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 37185.0, + density: 339.7, + primary_coty_code: '13139', + primary_coty_name: 'Hall', + county_weights: '{"13139": "100"}', + coty_name: ['Hall'], + cty_code: ['13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90863, lat: 34.17775 }, + }, + { + zip_code: '30810', + usps_city: 'Gibson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2049.0, + density: 9.6, + primary_coty_code: '13125', + primary_coty_name: 'Glascock', + county_weights: '{"13125": "97.29", "13301": "2.1", "13163": "0.61"}', + coty_name: ['Glascock', 'Warren', 'Jefferson'], + cty_code: ['13125', '13301', '13163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58915, lat: 33.23621 }, + }, + { + zip_code: '59006', + usps_city: 'Ballantine', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1461.0, + density: 8.7, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.08042, lat: 45.90861 }, + }, + { + zip_code: '59012', + usps_city: 'Birney', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 0.4, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "100"}', + coty_name: ['Rosebud'], + cty_code: ['30087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.49272, lat: 45.27317 }, + }, + { + zip_code: '59261', + usps_city: 'Saco', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 0.5, + primary_coty_code: '30071', + primary_coty_name: 'Phillips', + county_weights: '{"30071": "92.5", "30105": "7.5"}', + coty_name: ['Phillips', 'Valley'], + cty_code: ['30071', '30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.38539, lat: 48.5825 }, + }, + { + zip_code: '59434', + usps_city: 'East Glacier Park', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 500.0, + density: 0.7, + primary_coty_code: '30035', + primary_coty_name: 'Glacier', + county_weights: '{"30035": "100"}', + coty_name: ['Glacier'], + cty_code: ['30035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.35533, lat: 48.48135 }, + }, + { + zip_code: '59466', + usps_city: 'Oilmont', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 0.3, + primary_coty_code: '30101', + primary_coty_name: 'Toole', + county_weights: '{"30101": "100"}', + coty_name: ['Toole'], + cty_code: ['30101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.6667, lat: 48.75838 }, + }, + { + zip_code: '59521', + usps_city: 'Box Elder', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3784.0, + density: 5.0, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "63.65", "30015": "36.35"}', + coty_name: ['Hill', 'Chouteau'], + cty_code: ['30041', '30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.94099, lat: 48.30096 }, + }, + { + zip_code: '59756', + usps_city: 'Warm Springs', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 15.3, + primary_coty_code: '30023', + primary_coty_name: 'Deer Lodge', + county_weights: '{"30023": "100"}', + coty_name: ['Deer Lodge'], + cty_code: ['30023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.82788, lat: 46.17993 }, + }, + { + zip_code: '59801', + usps_city: 'Missoula', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 32844.0, + density: 1864.0, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.01491, lat: 46.85627 }, + }, + { + zip_code: '59823', + usps_city: 'Bonner', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1982.0, + density: 2.4, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.49452, lat: 46.93538 }, + }, + { + zip_code: '59827', + usps_city: 'Conner', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 1.3, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.04548, lat: 45.89486 }, + }, + { + zip_code: '59871', + usps_city: 'Sula', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 0.4, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "100"}', + coty_name: ['Ravalli'], + cty_code: ['30081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.83209, lat: 45.86574 }, + }, + { + zip_code: '59911', + usps_city: 'Bigfork', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 8377.0, + density: 8.2, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "65.6", "30047": "34.4"}', + coty_name: ['Flathead', 'Lake'], + cty_code: ['30029', '30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.86899, lat: 47.8815 }, + }, + { + zip_code: '59931', + usps_city: 'Rollins', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 10.1, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.17268, lat: 47.91195 }, + }, + { + zip_code: '60088', + usps_city: 'Great Lakes', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 12816.0, + density: 2097.0, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85274, lat: 42.30639 }, + }, + { + zip_code: '60119', + usps_city: 'Elburn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10119.0, + density: 77.4, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.47668, lat: 41.86048 }, + }, + { + zip_code: '60163', + usps_city: 'Berkeley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5103.0, + density: 1223.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90906, lat: 41.88887 }, + }, + { + zip_code: '60174', + usps_city: 'Saint Charles', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31219.0, + density: 871.1, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "98.23", "17043": "1.77"}', + coty_name: ['Kane', 'DuPage'], + cty_code: ['17089', '17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29934, lat: 41.92721 }, + }, + { + zip_code: '60203', + usps_city: 'Evanston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4397.0, + density: 2489.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71748, lat: 42.04904 }, + }, + { + zip_code: '60301', + usps_city: 'Oak Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2831.0, + density: 6981.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79919, lat: 41.88876 }, + }, + { + zip_code: '60305', + usps_city: 'River Forest', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10970.0, + density: 1710.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81936, lat: 41.895 }, + }, + { + zip_code: '60460', + usps_city: 'Odell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1397.0, + density: 5.6, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "100"}', + coty_name: ['Livingston'], + cty_code: ['17105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.53656, lat: 41.0012 }, + }, + { + zip_code: '60461', + usps_city: 'Olympia Fields', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4716.0, + density: 655.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.69085, lat: 41.51665 }, + }, + { + zip_code: '60501', + usps_city: 'Summit Argo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 11874.0, + density: 947.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82394, lat: 41.78014 }, + }, + { + zip_code: '60525', + usps_city: 'La Grange', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30474.0, + density: 933.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86893, lat: 41.78424 }, + }, + { + zip_code: '60565', + usps_city: 'Naperville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 40560.0, + density: 1261.3, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "62.47", "17197": "37.53"}', + coty_name: ['DuPage', 'Will'], + cty_code: ['17043', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12393, lat: 41.73006 }, + }, + { + zip_code: '60585', + usps_city: 'Plainfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23875.0, + density: 577.0, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "90.83", "17093": "9.17"}', + coty_name: ['Will', 'Kendall'], + cty_code: ['17197', '17093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22417, lat: 41.65936 }, + }, + { + zip_code: '60652', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 43447.0, + density: 3345.2, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.71479, lat: 41.74795 }, + }, + { + zip_code: '60938', + usps_city: 'Gilman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1975.0, + density: 15.0, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.98865, lat: 40.77329 }, + }, + { + zip_code: '61064', + usps_city: 'Polo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3916.0, + density: 14.3, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "99.33", "17195": "0.49", "17103": "0.18"}', + coty_name: ['Ogle', 'Whiteside', 'Lee'], + cty_code: ['17141', '17195', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.5824, lat: 41.98783 }, + }, + { + zip_code: '61285', + usps_city: 'Thomson', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 16.1, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "100"}', + coty_name: ['Carroll'], + cty_code: ['17015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.05951, lat: 41.97814 }, + }, + { + zip_code: '61330', + usps_city: 'La Moille', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1395.0, + density: 7.0, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "96.22", "17103": "3.78"}', + coty_name: ['Bureau', 'Lee'], + cty_code: ['17011', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2748, lat: 41.53797 }, + }, + { + zip_code: '61350', + usps_city: 'Ottawa', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24182.0, + density: 60.7, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86339, lat: 41.37257 }, + }, + { + zip_code: '61359', + usps_city: 'Seatonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 154.6, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.27125, lat: 41.36211 }, + }, + { + zip_code: '61468', + usps_city: 'Ophiem', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 206.0, + density: 40.8, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "100"}', + coty_name: ['Henry'], + cty_code: ['17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38776, lat: 41.25773 }, + }, + { + zip_code: '61473', + usps_city: 'Roseville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1429.0, + density: 5.3, + primary_coty_code: '17187', + primary_coty_name: 'Warren', + county_weights: '{"17187": "100"}', + coty_name: ['Warren'], + cty_code: ['17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65273, lat: 40.70595 }, + }, + { + zip_code: '61517', + usps_city: 'Brimfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3439.0, + density: 19.3, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.85428, lat: 40.826 }, + }, + { + zip_code: '61859', + usps_city: 'Ogden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 15.7, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "97.76", "17183": "2.24"}', + coty_name: ['Champaign', 'Vermilion'], + cty_code: ['17019', '17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96122, lat: 40.15412 }, + }, + { + zip_code: '61876', + usps_city: 'Sidell', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 5.6, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "94", "17045": "6"}', + coty_name: ['Vermilion', 'Edgar'], + cty_code: ['17183', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83412, lat: 39.90508 }, + }, + { + zip_code: '61937', + usps_city: 'Lovington', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1967.0, + density: 8.1, + primary_coty_code: '17139', + primary_coty_name: 'Moultrie', + county_weights: '{"17139": "97.97", "17115": "2.03"}', + coty_name: ['Moultrie', 'Macon'], + cty_code: ['17139', '17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.65055, lat: 39.74179 }, + }, + { + zip_code: '61938', + usps_city: 'Mattoon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21727.0, + density: 67.3, + primary_coty_code: '17029', + primary_coty_name: 'Coles', + county_weights: '{"17029": "100"}', + coty_name: ['Coles'], + cty_code: ['17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37426, lat: 39.48386 }, + }, + { + zip_code: '62016', + usps_city: 'Carrollton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3572.0, + density: 10.4, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.41698, lat: 39.29412 }, + }, + { + zip_code: '62040', + usps_city: 'Granite City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42149.0, + density: 365.5, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "100"}', + coty_name: ['Madison'], + cty_code: ['17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.11067, lat: 38.72613 }, + }, + { + zip_code: '62056', + usps_city: 'Litchfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8507.0, + density: 30.4, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "96.91", "17117": "3.09"}', + coty_name: ['Montgomery', 'Macoupin'], + cty_code: ['17135', '17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.67103, lat: 39.17871 }, + }, + { + zip_code: '62070', + usps_city: 'Mozier', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 3.6, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.73319, lat: 39.2965 }, + }, + { + zip_code: '62208', + usps_city: 'Fairview Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16544.0, + density: 476.5, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00456, lat: 38.59623 }, + }, + { + zip_code: '62275', + usps_city: 'Pocahontas', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3824.0, + density: 14.5, + primary_coty_code: '17005', + primary_coty_name: 'Bond', + county_weights: '{"17005": "75.84", "17119": "17.98", "17027": "6.19"}', + coty_name: ['Bond', 'Madison', 'Clinton'], + cty_code: ['17005', '17119', '17027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.54475, lat: 38.81166 }, + }, + { + zip_code: '62297', + usps_city: 'Walsh', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 452.0, + density: 7.3, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81313, lat: 38.04983 }, + }, + { + zip_code: '62379', + usps_city: 'Warsaw', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1947.0, + density: 7.9, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "99.32", "17001": "0.68"}', + coty_name: ['Hancock', 'Adams'], + cty_code: ['17067', '17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40012, lat: 40.28676 }, + }, + { + zip_code: '62432', + usps_city: 'Hidalgo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 521.0, + density: 5.1, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "100"}', + coty_name: ['Jasper'], + cty_code: ['17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13981, lat: 39.13551 }, + }, + { + zip_code: '62467', + usps_city: 'Teutopolis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4259.0, + density: 27.9, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "90.56", "17035": "7.03", "17079": "2.41"}', + coty_name: ['Effingham', 'Cumberland', 'Jasper'], + cty_code: ['17049', '17035', '17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43499, lat: 39.1312 }, + }, + { + zip_code: '62475', + usps_city: 'West Liberty', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 6.4, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "100"}', + coty_name: ['Jasper'], + cty_code: ['17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0515, lat: 38.88697 }, + }, + { + zip_code: '62479', + usps_city: 'Wheeler', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1027.0, + density: 7.5, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "100"}', + coty_name: ['Jasper'], + cty_code: ['17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31092, lat: 39.03774 }, + }, + { + zip_code: '62553', + usps_city: 'Oconee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 528.0, + density: 5.7, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "86.73", "17135": "13.27"}', + coty_name: ['Shelby', 'Montgomery'], + cty_code: ['17173', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10717, lat: 39.26621 }, + }, + { + zip_code: '62642', + usps_city: 'Greenview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1334.0, + density: 6.9, + primary_coty_code: '17129', + primary_coty_name: 'Menard', + county_weights: '{"17129": "100"}', + coty_name: ['Menard'], + cty_code: ['17129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71348, lat: 40.08905 }, + }, + { + zip_code: '62694', + usps_city: 'Winchester', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3018.0, + density: 7.5, + primary_coty_code: '17171', + primary_coty_name: 'Scott', + county_weights: '{"17171": "98.43", "17137": "1.57"}', + coty_name: ['Scott', 'Morgan'], + cty_code: ['17171', '17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47134, lat: 39.62159 }, + }, + { + zip_code: '62837', + usps_city: 'Fairfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8826.0, + density: 20.9, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35645, lat: 38.36802 }, + }, + { + zip_code: '62908', + usps_city: 'Belknap', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 4.3, + primary_coty_code: '17127', + primary_coty_name: 'Massac', + county_weights: '{"17127": "53.1", "17087": "46.9"}', + coty_name: ['Massac', 'Johnson'], + cty_code: ['17127', '17087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86578, lat: 37.30848 }, + }, + { + zip_code: '62919', + usps_city: 'Cave In Rock', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 8.4, + primary_coty_code: '17069', + primary_coty_name: 'Hardin', + county_weights: '{"17069": "100"}', + coty_name: ['Hardin'], + cty_code: ['17069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14891, lat: 37.52073 }, + }, + { + zip_code: '62923', + usps_city: 'Cypress', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 6.0, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "88.03", "17153": "7.92", "17181": "4.05"}', + coty_name: ['Johnson', 'Pulaski', 'Union'], + cty_code: ['17087', '17153', '17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01475, lat: 37.34435 }, + }, + { + zip_code: '62951', + usps_city: 'Johnston City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4604.0, + density: 71.9, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92922, lat: 37.82354 }, + }, + { + zip_code: '63038', + usps_city: 'Wildwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6998.0, + density: 129.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67217, lat: 38.58139 }, + }, + { + zip_code: '63135', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22450.0, + density: 1382.3, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.299, lat: 38.75007 }, + }, + { + zip_code: '63383', + usps_city: 'Warrenton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 15643.0, + density: 38.1, + primary_coty_code: '29219', + primary_coty_name: 'Warren', + county_weights: '{"29219": "98.9", "29113": "1.1"}', + coty_name: ['Warren', 'Lincoln'], + cty_code: ['29219', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19086, lat: 38.80634 }, + }, + { + zip_code: '63401', + usps_city: 'Hannibal', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 22048.0, + density: 81.6, + primary_coty_code: '29127', + primary_coty_name: 'Marion', + county_weights: '{"29127": "88.84", "29173": "11.16"}', + coty_name: ['Marion', 'Ralls'], + cty_code: ['29127', '29173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45656, lat: 39.69234 }, + }, + { + zip_code: '63437', + usps_city: 'Clarence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1519.0, + density: 4.7, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "95.54", "29137": "2.26", "29121": "2.2"}', + coty_name: ['Shelby', 'Monroe', 'Macon'], + cty_code: ['29205', '29137', '29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2372, lat: 39.7318 }, + }, + { + zip_code: '63567', + usps_city: 'Worthington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 8.4, + primary_coty_code: '29171', + primary_coty_name: 'Putnam', + county_weights: '{"29171": "100"}', + coty_name: ['Putnam'], + cty_code: ['29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71979, lat: 40.41882 }, + }, + { + zip_code: '63674', + usps_city: 'Tiff', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "100"}', + coty_name: ['Washington'], + cty_code: ['29221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.65785, lat: 38.03131 }, + }, + { + zip_code: '63736', + usps_city: 'Benton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3693.0, + density: 21.1, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50748, lat: 37.0849 }, + }, + { + zip_code: '63740', + usps_city: 'Chaffee', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5120.0, + density: 22.2, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "81.94", "29031": "18.06"}', + coty_name: ['Scott', 'Cape Girardeau'], + cty_code: ['29201', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68507, lat: 37.17594 }, + }, + { + zip_code: '63758', + usps_city: 'Kelso', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 197.0, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.55678, lat: 37.18646 }, + }, + { + zip_code: '63770', + usps_city: 'Old Appleton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 31.3, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "50.52", "29157": "49.48"}', + coty_name: ['Cape Girardeau', 'Perry'], + cty_code: ['29031', '29157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.70307, lat: 37.5975 }, + }, + { + zip_code: '63821', + usps_city: 'Arbyrd', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 8.2, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.23924, lat: 36.04869 }, + }, + { + zip_code: '63822', + usps_city: 'Bernie', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2559.0, + density: 14.9, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "100"}', + coty_name: ['Stoddard'], + cty_code: ['29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00176, lat: 36.66432 }, + }, + { + zip_code: '63855', + usps_city: 'Hornersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 971.0, + density: 4.8, + primary_coty_code: '29069', + primary_coty_name: 'Dunklin', + county_weights: '{"29069": "100"}', + coty_name: ['Dunklin'], + cty_code: ['29069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07053, lat: 36.05434 }, + }, + { + zip_code: '63866', + usps_city: 'Marston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 27.8, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60421, lat: 36.53281 }, + }, + { + zip_code: '64097', + usps_city: 'Wellington', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 15.3, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98641, lat: 39.10855 }, + }, + { + zip_code: '64124', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 11366.0, + density: 2577.5, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53905, lat: 39.10721 }, + }, + { + zip_code: '64449', + usps_city: 'Fillmore', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 565.0, + density: 5.5, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97763, lat: 40.04259 }, + }, + { + zip_code: '64466', + usps_city: 'Maitland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 2.6, + primary_coty_code: '29087', + primary_coty_name: 'Holt', + county_weights: '{"29087": "100"}', + coty_name: ['Holt'], + cty_code: ['29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.1073, lat: 40.16542 }, + }, + { + zip_code: '64487', + usps_city: 'Skidmore', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 580.0, + density: 1.7, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "89.83", "29005": "5.81", "29087": "4.36"}', + coty_name: ['Nodaway', 'Atchison', 'Holt'], + cty_code: ['29147', '29005', '29087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10265, lat: 40.30865 }, + }, + { + zip_code: '64622', + usps_city: 'Bogard', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 3.4, + primary_coty_code: '29033', + primary_coty_name: 'Carroll', + county_weights: '{"29033": "100"}', + coty_name: ['Carroll'], + cty_code: ['29033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54637, lat: 39.49516 }, + }, + { + zip_code: '64689', + usps_city: 'Winston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 7.5, + primary_coty_code: '29061', + primary_coty_name: 'Daviess', + county_weights: '{"29061": "100"}', + coty_name: ['Daviess'], + cty_code: ['29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14815, lat: 39.87366 }, + }, + { + zip_code: '64743', + usps_city: 'East Lynne', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 314.3, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23241, lat: 38.66841 }, + }, + { + zip_code: '64865', + usps_city: 'Seneca', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6256.0, + density: 31.1, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "91.71", "29119": "8.29"}', + coty_name: ['Newton', 'McDonald'], + cty_code: ['29145', '29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57817, lat: 36.84081 }, + }, + { + zip_code: '64867', + usps_city: 'Stella', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 8.0, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "57.85", "29145": "42.15"}', + coty_name: ['McDonald', 'Newton'], + cty_code: ['29119', '29145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23452, lat: 36.72965 }, + }, + { + zip_code: '65011', + usps_city: 'Barnett', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2534.0, + density: 12.2, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "96.08", "29135": "3.92"}', + coty_name: ['Morgan', 'Moniteau'], + cty_code: ['29141', '29135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71199, lat: 38.39176 }, + }, + { + zip_code: '65085', + usps_city: 'Westphalia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 8.6, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "100"}', + coty_name: ['Osage'], + cty_code: ['29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07865, lat: 38.40179 }, + }, + { + zip_code: '65243', + usps_city: 'Clark', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2540.0, + density: 9.9, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: + '{"29175": "43.26", "29007": "31.47", "29019": "18.82", "29089": "3.99", "29137": "2.46"}', + coty_name: ['Randolph', 'Audrain', 'Boone', 'Howard', 'Monroe'], + cty_code: ['29175', '29007', '29019', '29089', '29137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.35509, lat: 39.27542 }, + }, + { + zip_code: '65274', + usps_city: 'New Franklin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1885.0, + density: 14.2, + primary_coty_code: '29089', + primary_coty_name: 'Howard', + county_weights: '{"29089": "100"}', + coty_name: ['Howard'], + cty_code: ['29089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68017, lat: 39.01676 }, + }, + { + zip_code: '65323', + usps_city: 'Calhoun', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 6.3, + primary_coty_code: '29083', + primary_coty_name: 'Henry', + county_weights: '{"29083": "100"}', + coty_name: ['Henry'], + cty_code: ['29083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61594, lat: 38.44724 }, + }, + { + zip_code: '65461', + usps_city: 'Duke', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 1.9, + primary_coty_code: '29161', + primary_coty_name: 'Phelps', + county_weights: '{"29161": "63.81", "29169": "36.19"}', + coty_name: ['Phelps', 'Pulaski'], + cty_code: ['29161', '29169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.03665, lat: 37.67435 }, + }, + { + zip_code: '65463', + usps_city: 'Eldridge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 6.2, + primary_coty_code: '29105', + primary_coty_name: 'Laclede', + county_weights: '{"29105": "97.53", "29059": "1.78", "29029": "0.69"}', + coty_name: ['Laclede', 'Dallas', 'Camden'], + cty_code: ['29105', '29059', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.77837, lat: 37.84624 }, + }, + { + zip_code: '65534', + usps_city: 'Laquey', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 861.0, + density: 8.1, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "95.43", "29105": "4.57"}', + coty_name: ['Pulaski', 'Laclede'], + cty_code: ['29169', '29105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28079, lat: 37.69528 }, + }, + { + zip_code: '65606', + usps_city: 'Alton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3338.0, + density: 6.3, + primary_coty_code: '29149', + primary_coty_name: 'Oregon', + county_weights: '{"29149": "100"}', + coty_name: ['Oregon'], + cty_code: ['29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.3623, lat: 36.6994 }, + }, + { + zip_code: '65644', + usps_city: 'Elkland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2218.0, + density: 10.6, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "61.22", "29225": "38.78"}', + coty_name: ['Dallas', 'Webster'], + cty_code: ['29059', '29225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.03609, lat: 37.50795 }, + }, + { + zip_code: '65681', + usps_city: 'Lampe', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1843.0, + density: 21.1, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "100"}', + coty_name: ['Stone'], + cty_code: ['29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.46377, lat: 36.55438 }, + }, + { + zip_code: '65774', + usps_city: 'Weaubleau', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1265.0, + density: 9.6, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "92.03", "29185": "7.97"}', + coty_name: ['Hickory', 'St. Clair'], + cty_code: ['29085', '29185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49222, lat: 37.92914 }, + }, + { + zip_code: '65790', + usps_city: 'Pottersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 806.0, + density: 5.8, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "87.01", "29153": "12.99"}', + coty_name: ['Howell', 'Ozark'], + cty_code: ['29091', '29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.11409, lat: 36.70633 }, + }, + { + zip_code: '66015', + usps_city: 'Colony', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 811.0, + density: 3.3, + primary_coty_code: '20003', + primary_coty_name: 'Anderson', + county_weights: '{"20003": "91.56", "20001": "8.44"}', + coty_name: ['Anderson', 'Allen'], + cty_code: ['20003', '20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.40977, lat: 38.07404 }, + }, + { + zip_code: '66024', + usps_city: 'Elwood', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 556.0, + density: 47.9, + primary_coty_code: '20043', + primary_coty_name: 'Doniphan', + county_weights: '{"20043": "100"}', + coty_name: ['Doniphan'], + cty_code: ['20043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.88278, lat: 39.74758 }, + }, + { + zip_code: '66112', + usps_city: 'Kansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13095.0, + density: 810.5, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "100"}', + coty_name: ['Wyandotte'], + cty_code: ['20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.77357, lat: 39.11458 }, + }, + { + zip_code: '66210', + usps_city: 'Overland Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 18523.0, + density: 1179.1, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70493, lat: 38.92369 }, + }, + { + zip_code: '66429', + usps_city: 'Grantville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 16.8, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "100"}', + coty_name: ['Jefferson'], + cty_code: ['20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53756, lat: 39.09828 }, + }, + { + zip_code: '66502', + usps_city: 'Manhattan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 45390.0, + density: 76.4, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: + '{"20161": "92.54", "20149": "7.25", "20061": "0.13", "20197": "0.08"}', + coty_name: ['Riley', 'Pottawatomie', 'Geary', 'Wabaunsee'], + cty_code: ['20161', '20149', '20061', '20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53124, lat: 39.15122 }, + }, + { + zip_code: '66606', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10881.0, + density: 734.5, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72116, lat: 39.0616 }, + }, + { + zip_code: '66710', + usps_city: 'Altoona', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 495.0, + density: 2.7, + primary_coty_code: '20205', + primary_coty_name: 'Wilson', + county_weights: '{"20205": "100"}', + coty_name: ['Wilson'], + cty_code: ['20205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63299, lat: 37.55598 }, + }, + { + zip_code: '66746', + usps_city: 'Hepler', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 1.9, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "92.34", "20011": "7.66"}', + coty_name: ['Crawford', 'Bourbon'], + cty_code: ['20037', '20011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9595, lat: 37.6683 }, + }, + { + zip_code: '66936', + usps_city: 'Burr Oak', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 1.0, + primary_coty_code: '20089', + primary_coty_name: 'Jewell', + county_weights: '{"20089": "100"}', + coty_name: ['Jewell'], + cty_code: ['20089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30664, lat: 39.91883 }, + }, + { + zip_code: '67063', + usps_city: 'Hillsboro', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3579.0, + density: 10.3, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22651, lat: 38.34424 }, + }, + { + zip_code: '67150', + usps_city: 'Waldron', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 5.6, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "100"}', + coty_name: ['Harper'], + cty_code: ['20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.21789, lat: 37.01191 }, + }, + { + zip_code: '67203', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 29710.0, + density: 1616.8, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36496, lat: 37.70408 }, + }, + { + zip_code: '67206', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 16202.0, + density: 609.4, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22531, lat: 37.70383 }, + }, + { + zip_code: '67510', + usps_city: 'Abbyville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 1.4, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20665, lat: 37.99965 }, + }, + { + zip_code: '67518', + usps_city: 'Beeler', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 53.0, + density: 0.1, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: '{"20135": "95.65", "20101": "4.35"}', + coty_name: ['Ness', 'Lane'], + cty_code: ['20135', '20101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.16733, lat: 38.41458 }, + }, + { + zip_code: '67524', + usps_city: 'Chase', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 532.0, + density: 3.8, + primary_coty_code: '20159', + primary_coty_name: 'Rice', + county_weights: '{"20159": "100"}', + coty_name: ['Rice'], + cty_code: ['20159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37878, lat: 38.37532 }, + }, + { + zip_code: '67546', + usps_city: 'Inman', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2292.0, + density: 6.7, + primary_coty_code: '20113', + primary_coty_name: 'McPherson', + county_weights: '{"20113": "95.76", "20159": "3.89", "20155": "0.35"}', + coty_name: ['McPherson', 'Rice', 'Reno'], + cty_code: ['20113', '20159', '20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.81946, lat: 38.23255 }, + }, + { + zip_code: '67568', + usps_city: 'Plevna', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 1.5, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "100"}', + coty_name: ['Reno'], + cty_code: ['20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3093, lat: 38.01233 }, + }, + { + zip_code: '67663', + usps_city: 'Plainville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2629.0, + density: 3.3, + primary_coty_code: '20163', + primary_coty_name: 'Rooks', + county_weights: '{"20163": "98.32", "20051": "1.68"}', + coty_name: ['Rooks', 'Ellis'], + cty_code: ['20163', '20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.3492, lat: 39.21143 }, + }, + { + zip_code: '67861', + usps_city: 'Leoti', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1966.0, + density: 1.3, + primary_coty_code: '20203', + primary_coty_name: 'Wichita', + county_weights: '{"20203": "99.39", "20109": "0.61"}', + coty_name: ['Wichita', 'Logan'], + cty_code: ['20203', '20109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.38519, lat: 38.47221 }, + }, + { + zip_code: '67862', + usps_city: 'Manter', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 0.5, + primary_coty_code: '20187', + primary_coty_name: 'Stanton', + county_weights: '{"20187": "94.37", "20129": "5.63"}', + coty_name: ['Stanton', 'Morton'], + cty_code: ['20187', '20129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.93978, lat: 37.55287 }, + }, + { + zip_code: '67867', + usps_city: 'Montezuma', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1880.0, + density: 3.3, + primary_coty_code: '20069', + primary_coty_name: 'Gray', + county_weights: '{"20069": "97.21", "20119": "2.79"}', + coty_name: ['Gray', 'Meade'], + cty_code: ['20069', '20119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.45875, lat: 37.5734 }, + }, + { + zip_code: '67870', + usps_city: 'Satanta', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1412.0, + density: 2.1, + primary_coty_code: '20081', + primary_coty_name: 'Haskell', + county_weights: '{"20081": "95.47", "20175": "4.53"}', + coty_name: ['Haskell', 'Seward'], + cty_code: ['20081', '20175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.00144, lat: 37.52222 }, + }, + { + zip_code: '68041', + usps_city: 'Mead', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 11.7, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.49825, lat: 41.24826 }, + }, + { + zip_code: '68058', + usps_city: 'South Bend', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 182.5, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24832, lat: 41.00875 }, + }, + { + zip_code: '68105', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 23403.0, + density: 2400.8, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.96416, lat: 41.2405 }, + }, + { + zip_code: '68323', + usps_city: 'Burchard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 1.0, + primary_coty_code: '31133', + primary_coty_name: 'Pawnee', + county_weights: '{"31133": "100"}', + coty_name: ['Pawnee'], + cty_code: ['31133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38206, lat: 40.14019 }, + }, + { + zip_code: '68338', + usps_city: 'Daykin', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 2.3, + primary_coty_code: '31095', + primary_coty_name: 'Jefferson', + county_weights: '{"31095": "100"}', + coty_name: ['Jefferson'], + cty_code: ['31095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27153, lat: 40.31047 }, + }, + { + zip_code: '68358', + usps_city: 'Firth', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1891.0, + density: 15.2, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "79.33", "31067": "20.67"}', + coty_name: ['Lancaster', 'Gage'], + cty_code: ['31109', '31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60805, lat: 40.53148 }, + }, + { + zip_code: '68378', + usps_city: 'Johnson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 656.0, + density: 3.9, + primary_coty_code: '31127', + primary_coty_name: 'Nemaha', + county_weights: '{"31127": "96.03", "31097": "3.97"}', + coty_name: ['Nemaha', 'Johnson'], + cty_code: ['31127', '31097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.02534, lat: 40.38339 }, + }, + { + zip_code: '68450', + usps_city: 'Tecumseh', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3178.0, + density: 9.8, + primary_coty_code: '31097', + primary_coty_name: 'Johnson', + county_weights: '{"31097": "100"}', + coty_name: ['Johnson'], + cty_code: ['31097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22739, lat: 40.36099 }, + }, + { + zip_code: '68508', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 16638.0, + density: 2174.8, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70587, lat: 40.8183 }, + }, + { + zip_code: '68512', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 13822.0, + density: 587.4, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70755, lat: 40.73876 }, + }, + { + zip_code: '68628', + usps_city: 'Clarks', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 820.0, + density: 3.0, + primary_coty_code: '31121', + primary_coty_name: 'Merrick', + county_weights: '{"31121": "85.84", "31143": "10.77", "31081": "3.39"}', + coty_name: ['Merrick', 'Polk', 'Hamilton'], + cty_code: ['31121', '31143', '31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83968, lat: 41.22073 }, + }, + { + zip_code: '68636', + usps_city: 'Elgin', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1324.0, + density: 2.3, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "97.77", "31183": "2.23"}', + coty_name: ['Antelope', 'Wheeler'], + cty_code: ['31003', '31183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15375, lat: 42.00875 }, + }, + { + zip_code: '68665', + usps_city: 'Spalding', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 1.3, + primary_coty_code: '31077', + primary_coty_name: 'Greeley', + county_weights: '{"31077": "87.13", "31183": "12.87"}', + coty_name: ['Greeley', 'Wheeler'], + cty_code: ['31077', '31183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40606, lat: 41.76102 }, + }, + { + zip_code: '68736', + usps_city: 'Fordyce', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 3.5, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36778, lat: 42.73543 }, + }, + { + zip_code: '68743', + usps_city: 'Jackson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 3.4, + primary_coty_code: '31043', + primary_coty_name: 'Dakota', + county_weights: '{"31043": "100"}', + coty_name: ['Dakota'], + cty_code: ['31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.62619, lat: 42.46556 }, + }, + { + zip_code: '68764', + usps_city: 'Orchard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 871.0, + density: 2.5, + primary_coty_code: '31003', + primary_coty_name: 'Antelope', + county_weights: '{"31003": "81.14", "31107": "15.27", "31089": "3.59"}', + coty_name: ['Antelope', 'Knox', 'Holt'], + cty_code: ['31003', '31107', '31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23106, lat: 42.39997 }, + }, + { + zip_code: '68777', + usps_city: 'Spencer', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 1.2, + primary_coty_code: '31015', + primary_coty_name: 'Boyd', + county_weights: '{"31015": "94.83", "31089": "5.17"}', + coty_name: ['Boyd', 'Holt'], + cty_code: ['31015', '31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.69311, lat: 42.86576 }, + }, + { + zip_code: '68787', + usps_city: 'Wayne', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 6419.0, + density: 17.6, + primary_coty_code: '31179', + primary_coty_name: 'Wayne', + county_weights: '{"31179": "99.22", "31051": "0.78"}', + coty_name: ['Wayne', 'Dixon'], + cty_code: ['31179', '31051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.03474, lat: 42.21441 }, + }, + { + zip_code: '68865', + usps_city: 'Phillips', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 6.5, + primary_coty_code: '31081', + primary_coty_name: 'Hamilton', + county_weights: '{"31081": "100"}', + coty_name: ['Hamilton'], + cty_code: ['31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18586, lat: 40.8965 }, + }, + { + zip_code: '68875', + usps_city: 'Scotia', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 684.0, + density: 1.3, + primary_coty_code: '31077', + primary_coty_name: 'Greeley', + county_weights: '{"31077": "100"}', + coty_name: ['Greeley'], + cty_code: ['31077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66741, lat: 41.56285 }, + }, + { + zip_code: '68942', + usps_city: 'Guide Rock', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 0.8, + primary_coty_code: '31181', + primary_coty_name: 'Webster', + county_weights: '{"31181": "88.78", "31129": "11.22"}', + coty_name: ['Webster', 'Nuckolls'], + cty_code: ['31181', '31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30035, lat: 40.09089 }, + }, + { + zip_code: '68952', + usps_city: 'Inavale', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 0.4, + primary_coty_code: '31181', + primary_coty_name: 'Webster', + county_weights: '{"31181": "100"}', + coty_name: ['Webster'], + cty_code: ['31181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66779, lat: 40.07521 }, + }, + { + zip_code: '68969', + usps_city: 'Ragan', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 5.3, + primary_coty_code: '31083', + primary_coty_name: 'Harlan', + county_weights: '{"31083": "100"}', + coty_name: ['Harlan'], + cty_code: ['31083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.28345, lat: 40.30383 }, + }, + { + zip_code: '69021', + usps_city: 'Benkelman', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1416.0, + density: 1.8, + primary_coty_code: '31057', + primary_coty_name: 'Dundy', + county_weights: '{"31057": "100"}', + coty_name: ['Dundy'], + cty_code: ['31057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.54253, lat: 40.13758 }, + }, + { + zip_code: '69170', + usps_city: 'Wellfleet', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 0.4, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "100"}', + coty_name: ['Lincoln'], + cty_code: ['31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.7415, lat: 40.79808 }, + }, + { + zip_code: '69214', + usps_city: 'Johnstown', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 0.5, + primary_coty_code: '31017', + primary_coty_name: 'Brown', + county_weights: '{"31017": "100"}', + coty_name: ['Brown'], + cty_code: ['31017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.08656, lat: 42.60814 }, + }, + { + zip_code: '69219', + usps_city: 'Nenzel', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 0.2, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "100"}', + coty_name: ['Cherry'], + cty_code: ['31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.10082, lat: 42.70609 }, + }, + { + zip_code: '70056', + usps_city: 'Gretna', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40639.0, + density: 2312.8, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.0303, lat: 29.88861 }, + }, + { + zip_code: '70062', + usps_city: 'Kenner', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 17287.0, + density: 943.3, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25576, lat: 29.98927 }, + }, + { + zip_code: '70084', + usps_city: 'Reserve', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6028.0, + density: 154.0, + primary_coty_code: '22095', + primary_coty_name: 'St. John the Baptist', + county_weights: '{"22095": "100"}', + coty_name: ['St. John the Baptist'], + cty_code: ['22095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5679, lat: 30.07521 }, + }, + { + zip_code: '70092', + usps_city: 'Violet', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7359.0, + density: 585.1, + primary_coty_code: '22087', + primary_coty_name: 'St. Bernard', + county_weights: '{"22087": "100"}', + coty_name: ['St. Bernard'], + cty_code: ['22087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89274, lat: 29.89997 }, + }, + { + zip_code: '70123', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27234.0, + density: 1399.5, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.20507, lat: 29.9509 }, + }, + { + zip_code: '70353', + usps_city: 'Dulac', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 20.9, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70531, lat: 29.37072 }, + }, + { + zip_code: '70360', + usps_city: 'Houma', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28899.0, + density: 173.5, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "100"}', + coty_name: ['Terrebonne'], + cty_code: ['22109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81023, lat: 29.5882 }, + }, + { + zip_code: '70433', + usps_city: 'Covington', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39194.0, + density: 310.5, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "99.8", "22105": "0.2"}', + coty_name: ['St. Tammany', 'Tangipahoa'], + cty_code: ['22103', '22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1384, lat: 30.46329 }, + }, + { + zip_code: '70450', + usps_city: 'Mount Hermon', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2526.0, + density: 13.1, + primary_coty_code: '22117', + primary_coty_name: 'Washington', + county_weights: '{"22117": "100"}', + coty_name: ['Washington'], + cty_code: ['22117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26969, lat: 30.93705 }, + }, + { + zip_code: '70710', + usps_city: 'Addis', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5274.0, + density: 247.0, + primary_coty_code: '22121', + primary_coty_name: 'West Baton Rouge', + county_weights: '{"22121": "100"}', + coty_name: ['West Baton Rouge'], + cty_code: ['22121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25939, lat: 30.35311 }, + }, + { + zip_code: '70743', + usps_city: 'Hester', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 205.0, + density: 32.0, + primary_coty_code: '22093', + primary_coty_name: 'St. James', + county_weights: '{"22093": "100"}', + coty_name: ['St. James'], + cty_code: ['22093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77436, lat: 30.02741 }, + }, + { + zip_code: '70764', + usps_city: 'Plaquemine', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16702.0, + density: 40.9, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "99.88", "22121": "0.12"}', + coty_name: ['Iberville', 'West Baton Rouge'], + cty_code: ['22047', '22121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.2883, lat: 30.22614 }, + }, + { + zip_code: '70772', + usps_city: 'Rosedale', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 756.0, + density: 20.7, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "100"}', + coty_name: ['Iberville'], + cty_code: ['22047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.46872, lat: 30.43694 }, + }, + { + zip_code: '70811', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14297.0, + density: 473.3, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.11677, lat: 30.53195 }, + }, + { + zip_code: '70836', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "0"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.09071, lat: 30.39079 }, + }, + { + zip_code: '71107', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34082.0, + density: 92.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "99.7", "22015": "0.3"}', + coty_name: ['Caddo', 'Bossier'], + cty_code: ['22017', '22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85878, lat: 32.59665 }, + }, + { + zip_code: '71226', + usps_city: 'Chatham', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1797.0, + density: 4.6, + primary_coty_code: '22049', + primary_coty_name: 'Jackson', + county_weights: '{"22049": "100"}', + coty_name: ['Jackson'], + cty_code: ['22049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.44554, lat: 32.25266 }, + }, + { + zip_code: '71256', + usps_city: 'Lillie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1300.0, + density: 10.4, + primary_coty_code: '22111', + primary_coty_name: 'Union', + county_weights: '{"22111": "74.13", "22027": "25.87"}', + coty_name: ['Union', 'Claiborne'], + cty_code: ['22111', '22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72279, lat: 32.95098 }, + }, + { + zip_code: '71334', + usps_city: 'Ferriday', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10208.0, + density: 23.1, + primary_coty_code: '22029', + primary_coty_name: 'Concordia', + county_weights: '{"22029": "100"}', + coty_name: ['Concordia'], + cty_code: ['22029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56305, lat: 31.65639 }, + }, + { + zip_code: '71336', + usps_city: 'Gilbert', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1461.0, + density: 4.8, + primary_coty_code: '22041', + primary_coty_name: 'Franklin', + county_weights: '{"22041": "100"}', + coty_name: ['Franklin'], + cty_code: ['22041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.59335, lat: 32.02112 }, + }, + { + zip_code: '71441', + usps_city: 'Kelly', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 3.8, + primary_coty_code: '22021', + primary_coty_name: 'Caldwell', + county_weights: '{"22021": "87.7", "22059": "12.3"}', + coty_name: ['Caldwell', 'LaSalle'], + cty_code: ['22021', '22059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.14073, lat: 31.944 }, + }, + { + zip_code: '71447', + usps_city: 'Lena', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1391.0, + density: 3.6, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "60.18", "22069": "38.39", "22115": "1.43"}', + coty_name: ['Rapides', 'Natchitoches', 'Vernon'], + cty_code: ['22079', '22069', '22115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81209, lat: 31.43689 }, + }, + { + zip_code: '71603', + usps_city: 'Pine Bluff', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 31346.0, + density: 68.4, + primary_coty_code: '5069', + primary_coty_name: 'Jefferson', + county_weights: + '{"05069": "98.9", "05079": "0.59", "05025": "0.26", "05053": "0.25"}', + coty_name: ['Jefferson', 'Lincoln', 'Cleveland', 'Grant'], + cty_code: ['05069', '05079', '05025', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08641, lat: 34.12623 }, + }, + { + zip_code: '71674', + usps_city: 'Watson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 0.9, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "100"}', + coty_name: ['Desha'], + cty_code: ['5041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19037, lat: 33.84142 }, + }, + { + zip_code: '71725', + usps_city: 'Carthage', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 393.0, + density: 1.1, + primary_coty_code: '5039', + primary_coty_name: 'Dallas', + county_weights: '{"05039": "100"}', + coty_name: ['Dallas'], + cty_code: ['5039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.55299, lat: 34.04513 }, + }, + { + zip_code: '71859', + usps_city: 'Saratoga', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 9.1, + primary_coty_code: '5057', + primary_coty_name: 'Hempstead', + county_weights: '{"05057": "58.7", "05061": "41.3"}', + coty_name: ['Hempstead', 'Howard'], + cty_code: ['05057', '05061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90821, lat: 33.74897 }, + }, + { + zip_code: '71860', + usps_city: 'Stamps', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2318.0, + density: 8.2, + primary_coty_code: '5073', + primary_coty_name: 'Lafayette', + county_weights: '{"05073": "92.1", "05027": "7.22", "05099": "0.68"}', + coty_name: ['Lafayette', 'Columbia', 'Nevada'], + cty_code: ['05073', '05027', '05099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.48877, lat: 33.30174 }, + }, + { + zip_code: '71923', + usps_city: 'Arkadelphia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15099.0, + density: 14.7, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "96.28", "05059": "3.21", "05039": "0.51"}', + coty_name: ['Clark', 'Hot Spring', 'Dallas'], + cty_code: ['05019', '05059', '05039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04608, lat: 34.08201 }, + }, + { + zip_code: '71952', + usps_city: 'Langley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 0.3, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "100"}', + coty_name: ['Pike'], + cty_code: ['5109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85355, lat: 34.30388 }, + }, + { + zip_code: '72072', + usps_city: 'Humnoke', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 5.3, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "100"}', + coty_name: ['Lonoke'], + cty_code: ['5085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.73979, lat: 34.52489 }, + }, + { + zip_code: '72104', + usps_city: 'Malvern', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23835.0, + density: 29.0, + primary_coty_code: '5059', + primary_coty_name: 'Hot Spring', + county_weights: '{"05059": "99.08", "05125": "0.92"}', + coty_name: ['Hot Spring', 'Saline'], + cty_code: ['05059', '05125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.82349, lat: 34.3435 }, + }, + { + zip_code: '72107', + usps_city: 'Menifee', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 3.2, + primary_coty_code: '5029', + primary_coty_name: 'Conway', + county_weights: '{"05029": "100"}', + coty_name: ['Conway'], + cty_code: ['5029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54178, lat: 35.14333 }, + }, + { + zip_code: '72346', + usps_city: 'Heth', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 2.3, + primary_coty_code: '5123', + primary_coty_name: 'St. Francis', + county_weights: '{"05123": "98.85", "05037": "1.15"}', + coty_name: ['St. Francis', 'Cross'], + cty_code: ['05123', '05037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48242, lat: 35.08333 }, + }, + { + zip_code: '72384', + usps_city: 'Turrell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 3.7, + primary_coty_code: '5035', + primary_coty_name: 'Crittenden', + county_weights: '{"05035": "100"}', + coty_name: ['Crittenden'], + cty_code: ['5035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2212, lat: 35.37434 }, + }, + { + zip_code: '72455', + usps_city: 'Pocahontas', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12418.0, + density: 16.9, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.03612, lat: 36.31838 }, + }, + { + zip_code: '72462', + usps_city: 'Reyno', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 21.8, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.77027, lat: 36.37262 }, + }, + { + zip_code: '72544', + usps_city: 'Henderson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 741.0, + density: 10.4, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.19054, lat: 36.40612 }, + }, + { + zip_code: '72601', + usps_city: 'Harrison', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 30327.0, + density: 31.7, + primary_coty_code: '5009', + primary_coty_name: 'Boone', + county_weights: '{"05009": "98.33", "05101": "1.09", "05089": "0.58"}', + coty_name: ['Boone', 'Newton', 'Marion'], + cty_code: ['05009', '05101', '05089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09177, lat: 36.23724 }, + }, + { + zip_code: '72623', + usps_city: 'Clarkridge', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 15.3, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31662, lat: 36.46327 }, + }, + { + zip_code: '72633', + usps_city: 'Everton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1599.0, + density: 6.5, + primary_coty_code: '5009', + primary_coty_name: 'Boone', + county_weights: '{"05009": "60.01", "05089": "30.99", "05129": "9"}', + coty_name: ['Boone', 'Marion', 'Searcy'], + cty_code: ['05009', '05089', '05129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87198, lat: 36.13546 }, + }, + { + zip_code: '72636', + usps_city: 'Gilbert', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3.0, + density: 4.0, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "100"}', + coty_name: ['Searcy'], + cty_code: ['5129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71595, lat: 35.99012 }, + }, + { + zip_code: '72661', + usps_city: 'Oakland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 8.0, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.58572, lat: 36.44905 }, + }, + { + zip_code: '72769', + usps_city: 'Summers', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1425.0, + density: 13.5, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49866, lat: 36.03345 }, + }, + { + zip_code: '73050', + usps_city: 'Langston', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1022.0, + density: 245.7, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "100"}', + coty_name: ['Logan'], + cty_code: ['40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26385, lat: 35.93872 }, + }, + { + zip_code: '73062', + usps_city: 'Mountain View', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1256.0, + density: 1.9, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "87.68", "40149": "12.32"}', + coty_name: ['Kiowa', 'Washita'], + cty_code: ['40075', '40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.74388, lat: 35.04526 }, + }, + { + zip_code: '73079', + usps_city: 'Pocasset', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 2.4, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "92.53", "40015": "7.47"}', + coty_name: ['Grady', 'Caddo'], + cty_code: ['40051', '40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.01554, lat: 35.20623 }, + }, + { + zip_code: '73095', + usps_city: 'Wayne', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2029.0, + density: 11.2, + primary_coty_code: '40087', + primary_coty_name: 'McClain', + county_weights: '{"40087": "100"}', + coty_name: ['McClain'], + cty_code: ['40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29911, lat: 34.90714 }, + }, + { + zip_code: '73119', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 32479.0, + density: 2064.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56615, lat: 35.422 }, + }, + { + zip_code: '73134', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5255.0, + density: 488.3, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56827, lat: 35.61423 }, + }, + { + zip_code: '73528', + usps_city: 'Chattanooga', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 2.7, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "74.56", "40141": "19.26", "40033": "6.18"}', + coty_name: ['Comanche', 'Tillman', 'Cotton'], + cty_code: ['40031', '40141', '40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.63496, lat: 34.40433 }, + }, + { + zip_code: '73724', + usps_city: 'Canton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1125.0, + density: 2.8, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "83.36", "40043": "16.64"}', + coty_name: ['Blaine', 'Dewey'], + cty_code: ['40011', '40043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.66747, lat: 36.04878 }, + }, + { + zip_code: '73741', + usps_city: 'Helena', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 5.8, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "100"}', + coty_name: ['Alfalfa'], + cty_code: ['40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26018, lat: 36.55962 }, + }, + { + zip_code: '73759', + usps_city: 'Medford', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1386.0, + density: 1.4, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "100"}', + coty_name: ['Grant'], + cty_code: ['40053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71491, lat: 36.85891 }, + }, + { + zip_code: '73772', + usps_city: 'Watonga', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3978.0, + density: 6.3, + primary_coty_code: '40011', + primary_coty_name: 'Blaine', + county_weights: '{"40011": "100"}', + coty_name: ['Blaine'], + cty_code: ['40011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.4268, lat: 35.8602 }, + }, + { + zip_code: '73901', + usps_city: 'Adams', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 6.2, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "100"}', + coty_name: ['Texas'], + cty_code: ['40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.02069, lat: 36.73544 }, + }, + { + zip_code: '73947', + usps_city: 'Keyes', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 0.5, + primary_coty_code: '40025', + primary_coty_name: 'Cimarron', + county_weights: '{"40025": "100"}', + coty_name: ['Cimarron'], + cty_code: ['40025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.15782, lat: 36.81289 }, + }, + { + zip_code: '74103', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2151.0, + density: 1455.6, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.99453, lat: 36.15561 }, + }, + { + zip_code: '74106', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 17919.0, + density: 914.0, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "95.91", "40113": "4.09"}', + coty_name: ['Tulsa', 'Osage'], + cty_code: ['40143', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98423, lat: 36.19194 }, + }, + { + zip_code: '74112', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20648.0, + density: 1181.7, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9043, lat: 36.14715 }, + }, + { + zip_code: '74350', + usps_city: 'Langley', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 698.0, + density: 45.5, + primary_coty_code: '40097', + primary_coty_name: 'Mayes', + county_weights: '{"40097": "100"}', + coty_name: ['Mayes'], + cty_code: ['40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05121, lat: 36.46625 }, + }, + { + zip_code: '74363', + usps_city: 'Quapaw', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2850.0, + density: 16.2, + primary_coty_code: '40115', + primary_coty_name: 'Ottawa', + county_weights: '{"40115": "100"}', + coty_name: ['Ottawa'], + cty_code: ['40115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.71438, lat: 36.95315 }, + }, + { + zip_code: '74426', + usps_city: 'Checotah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9369.0, + density: 16.3, + primary_coty_code: '40091', + primary_coty_name: 'McIntosh', + county_weights: '{"40091": "100"}', + coty_name: ['McIntosh'], + cty_code: ['40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.52887, lat: 35.44994 }, + }, + { + zip_code: '74429', + usps_city: 'Coweta', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15380.0, + density: 68.7, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "100"}', + coty_name: ['Wagoner'], + cty_code: ['40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62806, lat: 35.95451 }, + }, + { + zip_code: '74437', + usps_city: 'Henryetta', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9683.0, + density: 17.9, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "91.06", "40091": "8.59", "40107": "0.34"}', + coty_name: ['Okmulgee', 'McIntosh', 'Okfuskee'], + cty_code: ['40111', '40091', '40107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92798, lat: 35.45456 }, + }, + { + zip_code: '74463', + usps_city: 'Taft', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 380.0, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "100"}', + coty_name: ['Muskogee'], + cty_code: ['40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.55047, lat: 35.75977 }, + }, + { + zip_code: '74567', + usps_city: 'Snow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 0.9, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "100"}', + coty_name: ['Pushmataha'], + cty_code: ['40127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39557, lat: 34.42481 }, + }, + { + zip_code: '74820', + usps_city: 'Ada', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 31342.0, + density: 39.4, + primary_coty_code: '40123', + primary_coty_name: 'Pontotoc', + county_weights: '{"40123": "99.5", "40069": "0.5"}', + coty_name: ['Pontotoc', 'Johnston'], + cty_code: ['40123', '40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.71078, lat: 34.78901 }, + }, + { + zip_code: '74937', + usps_city: 'Heavener', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5463.0, + density: 10.2, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57625, lat: 34.82535 }, + }, + { + zip_code: '74940', + usps_city: 'Howe', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2953.0, + density: 18.5, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62583, lat: 34.95419 }, + }, + { + zip_code: '75414', + usps_city: 'Bells', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3416.0, + density: 27.0, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43179, lat: 33.62333 }, + }, + { + zip_code: '75422', + usps_city: 'Campbell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3088.0, + density: 16.3, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "100"}', + coty_name: ['Hunt'], + cty_code: ['48231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93198, lat: 33.13937 }, + }, + { + zip_code: '75438', + usps_city: 'Dodd City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 992.0, + density: 8.4, + primary_coty_code: '48147', + primary_coty_name: 'Fannin', + county_weights: '{"48147": "100"}', + coty_name: ['Fannin'], + cty_code: ['48147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06541, lat: 33.60829 }, + }, + { + zip_code: '75448', + usps_city: 'Klondike', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 8.8, + primary_coty_code: '48119', + primary_coty_name: 'Delta', + county_weights: '{"48119": "100"}', + coty_name: ['Delta'], + cty_code: ['48119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.79329, lat: 33.31493 }, + }, + { + zip_code: '75470', + usps_city: 'Petty', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 6.5, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80822, lat: 33.58231 }, + }, + { + zip_code: '75573', + usps_city: 'Redwater', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 4.5, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.23728, lat: 33.3423 }, + }, + { + zip_code: '75643', + usps_city: 'Gary', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2253.0, + density: 12.8, + primary_coty_code: '48365', + primary_coty_name: 'Panola', + county_weights: '{"48365": "97.06", "48419": "2.94"}', + coty_name: ['Panola', 'Shelby'], + cty_code: ['48365', '48419'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.36084, lat: 32.01618 }, + }, + { + zip_code: '75652', + usps_city: 'Henderson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16223.0, + density: 35.6, + primary_coty_code: '48401', + primary_coty_name: 'Rusk', + county_weights: '{"48401": "100"}', + coty_name: ['Rusk'], + cty_code: ['48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73272, lat: 32.22989 }, + }, + { + zip_code: '75662', + usps_city: 'Kilgore', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 24976.0, + density: 75.6, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "72.11", "48401": "26.09", "48423": "1.79"}', + coty_name: ['Gregg', 'Rusk', 'Smith'], + cty_code: ['48183', '48401', '48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.87014, lat: 32.38397 }, + }, + { + zip_code: '75849', + usps_city: 'Latexo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 13.6, + primary_coty_code: '48225', + primary_coty_name: 'Houston', + county_weights: '{"48225": "100"}', + coty_name: ['Houston'], + cty_code: ['48225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48164, lat: 31.41743 }, + }, + { + zip_code: '75851', + usps_city: 'Lovelady', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4954.0, + density: 7.4, + primary_coty_code: '48225', + primary_coty_name: 'Houston', + county_weights: '{"48225": "96.38", "48455": "3.62"}', + coty_name: ['Houston', 'Trinity'], + cty_code: ['48225', '48455'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.49712, lat: 31.09323 }, + }, + { + zip_code: '75939', + usps_city: 'Corrigan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5260.0, + density: 8.4, + primary_coty_code: '48373', + primary_coty_name: 'Polk', + county_weights: '{"48373": "100"}', + coty_name: ['Polk'], + cty_code: ['48373'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.79403, lat: 31.01824 }, + }, + { + zip_code: '76031', + usps_city: 'Cleburne', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17668.0, + density: 94.1, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "100"}', + coty_name: ['Johnson'], + cty_code: ['48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33114, lat: 32.34848 }, + }, + { + zip_code: '76365', + usps_city: 'Henrietta', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4688.0, + density: 3.4, + primary_coty_code: '48077', + primary_coty_name: 'Clay', + county_weights: '{"48077": "99.42", "48237": "0.58"}', + coty_name: ['Clay', 'Jack'], + cty_code: ['48077', '48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.20162, lat: 33.75814 }, + }, + { + zip_code: '76531', + usps_city: 'Hamilton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4728.0, + density: 4.8, + primary_coty_code: '48193', + primary_coty_name: 'Hamilton', + county_weights: '{"48193": "99.94", "48333": "0.06"}', + coty_name: ['Hamilton', 'Mills'], + cty_code: ['48193', '48333'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.18812, lat: 31.6858 }, + }, + { + zip_code: '76559', + usps_city: 'Nolanville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6211.0, + density: 357.2, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "100"}', + coty_name: ['Bell'], + cty_code: ['48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6049, lat: 31.07639 }, + }, + { + zip_code: '76567', + usps_city: 'Rockdale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9161.0, + density: 18.3, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "97.75", "48051": "2.25"}', + coty_name: ['Milam', 'Burleson'], + cty_code: ['48331', '48051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00757, lat: 30.65 }, + }, + { + zip_code: '76578', + usps_city: 'Thrall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1482.0, + density: 7.6, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.23789, lat: 30.53615 }, + }, + { + zip_code: '76877', + usps_city: 'San Saba', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4371.0, + density: 3.0, + primary_coty_code: '48411', + primary_coty_name: 'San Saba', + county_weights: '{"48411": "100"}', + coty_name: ['San Saba'], + cty_code: ['48411'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.75696, lat: 31.17243 }, + }, + { + zip_code: '76943', + usps_city: 'Ozona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3420.0, + density: 0.5, + primary_coty_code: '48105', + primary_coty_name: 'Crockett', + county_weights: '{"48105": "98.54", "48465": "1.46"}', + coty_name: ['Crockett', 'Val Verde'], + cty_code: ['48105', '48465'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.30067, lat: 30.53101 }, + }, + { + zip_code: '77003', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9707.0, + density: 1476.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34582, lat: 29.74932 }, + }, + { + zip_code: '77007', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40080.0, + density: 1981.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41144, lat: 29.77128 }, + }, + { + zip_code: '77017', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32985.0, + density: 1464.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.25224, lat: 29.68995 }, + }, + { + zip_code: '77045', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36532.0, + density: 1217.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.43304, lat: 29.63572 }, + }, + { + zip_code: '77067', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35227.0, + density: 2269.0, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44687, lat: 29.95272 }, + }, + { + zip_code: '77077', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 59588.0, + density: 2630.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61546, lat: 29.75009 }, + }, + { + zip_code: '77369', + usps_city: 'Rye', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 5.8, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "94.5", "48199": "5.5"}', + coty_name: ['Liberty', 'Hardin'], + cty_code: ['48291', '48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7452, lat: 30.42364 }, + }, + { + zip_code: '77441', + usps_city: 'Fulshear', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12559.0, + density: 110.9, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "100"}', + coty_name: ['Fort Bend'], + cty_code: ['48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92279, lat: 29.66824 }, + }, + { + zip_code: '77448', + usps_city: 'Hungerford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 131.0, + density: 8.0, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.08656, lat: 29.41534 }, + }, + { + zip_code: '77486', + usps_city: 'West Columbia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7491.0, + density: 60.9, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68094, lat: 29.15812 }, + }, + { + zip_code: '77507', + usps_city: 'Pasadena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 8.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "0"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.06443, lat: 29.62601 }, + }, + { + zip_code: '77978', + usps_city: 'Point Comfort', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 25.8, + primary_coty_code: '48057', + primary_coty_name: 'Calhoun', + county_weights: '{"48057": "100"}', + coty_name: ['Calhoun'], + cty_code: ['48057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57237, lat: 28.66665 }, + }, + { + zip_code: '78050', + usps_city: 'Leming', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 584.0, + density: 42.1, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "100"}', + coty_name: ['Atascosa'], + cty_code: ['48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.48192, lat: 29.07059 }, + }, + { + zip_code: '78116', + usps_city: 'Gillett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 1.0, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "100"}', + coty_name: ['Karnes'], + cty_code: ['48255'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.75699, lat: 29.11262 }, + }, + { + zip_code: '78140', + usps_city: 'Nixon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3486.0, + density: 9.3, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "90.18", "48493": "7.04", "48187": "2.78"}', + coty_name: ['Gonzales', 'Wilson', 'Guadalupe'], + cty_code: ['48177', '48493', '48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76913, lat: 29.30696 }, + }, + { + zip_code: '78233', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 50103.0, + density: 1472.0, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36173, lat: 29.55554 }, + }, + { + zip_code: '78266', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6913.0, + density: 71.0, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "80.22", "48029": "19.78"}', + coty_name: ['Comal', 'Bexar'], + cty_code: ['48091', '48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.33055, lat: 29.65385 }, + }, + { + zip_code: '78342', + usps_city: 'Ben Bolt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 330.0, + density: 71.2, + primary_coty_code: '48249', + primary_coty_name: 'Jim Wells', + county_weights: '{"48249": "100"}', + coty_name: ['Jim Wells'], + cty_code: ['48249'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.07573, lat: 27.65989 }, + }, + { + zip_code: '78391', + usps_city: 'Tynan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 6.3, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73277, lat: 28.18201 }, + }, + { + zip_code: '78418', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30312.0, + density: 269.4, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "99.98", "48273": "0.02"}', + coty_name: ['Nueces', 'Kleberg'], + cty_code: ['48355', '48273'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.26563, lat: 27.6155 }, + }, + { + zip_code: '78526', + usps_city: 'Brownsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48995.0, + density: 428.8, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43946, lat: 25.99101 }, + }, + { + zip_code: '78607', + usps_city: 'Bluffton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 5.4, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "100"}', + coty_name: ['Llano'], + cty_code: ['48299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47564, lat: 30.82439 }, + }, + { + zip_code: '78642', + usps_city: 'Liberty Hill', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12363.0, + density: 47.7, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "97.69", "48053": "2.31"}', + coty_name: ['Williamson', 'Burnet'], + cty_code: ['48491', '48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.94692, lat: 30.69726 }, + }, + { + zip_code: '78728', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21125.0, + density: 1005.7, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "91.38", "48491": "8.62"}', + coty_name: ['Travis', 'Williamson'], + cty_code: ['48453', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68986, lat: 30.45654 }, + }, + { + zip_code: '78948', + usps_city: 'Lincoln', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 3.8, + primary_coty_code: '48287', + primary_coty_name: 'Lee', + county_weights: '{"48287": "100"}', + coty_name: ['Lee'], + cty_code: ['48287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.962, lat: 30.303 }, + }, + { + zip_code: '79001', + usps_city: 'Adrian', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 0.2, + primary_coty_code: '48359', + primary_coty_name: 'Oldham', + county_weights: '{"48359": "89.56", "48117": "10.44"}', + coty_name: ['Oldham', 'Deaf Smith'], + cty_code: ['48359', '48117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.78511, lat: 35.32995 }, + }, + { + zip_code: '79084', + usps_city: 'Stratford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2123.0, + density: 1.5, + primary_coty_code: '48421', + primary_coty_name: 'Sherman', + county_weights: '{"48421": "100"}', + coty_name: ['Sherman'], + cty_code: ['48421'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.00052, lat: 36.2801 }, + }, + { + zip_code: '79093', + usps_city: 'Waka', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 102.0, + density: 1.3, + primary_coty_code: '48357', + primary_coty_name: 'Ochiltree', + county_weights: '{"48357": "100"}', + coty_name: ['Ochiltree'], + cty_code: ['48357'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.03396, lat: 36.28992 }, + }, + { + zip_code: '79098', + usps_city: 'Wildorado', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 0.9, + primary_coty_code: '48359', + primary_coty_name: 'Oldham', + county_weights: + '{"48359": "45.65", "48117": "30.56", "48375": "12.57", "48381": "11.22"}', + coty_name: ['Oldham', 'Deaf Smith', 'Potter', 'Randall'], + cty_code: ['48359', '48117', '48375', '48381'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.22841, lat: 35.15532 }, + }, + { + zip_code: '79105', + usps_city: 'Amarillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48341', + primary_coty_name: 'Moore', + county_weights: '{"48341": "100"}', + coty_name: ['Moore'], + cty_code: ['48341'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.81163, lat: 35.6883 }, + }, + { + zip_code: '79236', + usps_city: 'Guthrie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 0.2, + primary_coty_code: '48269', + primary_coty_name: 'King', + county_weights: '{"48269": "100"}', + coty_name: ['King'], + cty_code: ['48269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.22815, lat: 33.64183 }, + }, + { + zip_code: '79256', + usps_city: 'Roaring Springs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 0.6, + primary_coty_code: '48345', + primary_coty_name: 'Motley', + county_weights: '{"48345": "100"}', + coty_name: ['Motley'], + cty_code: ['48345'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.7464, lat: 33.89496 }, + }, + { + zip_code: '79323', + usps_city: 'Denver City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7252.0, + density: 12.2, + primary_coty_code: '48501', + primary_coty_name: 'Yoakum', + county_weights: '{"48501": "87.99", "48165": "12.01"}', + coty_name: ['Yoakum', 'Gaines'], + cty_code: ['48501', '48165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.87231, lat: 32.94698 }, + }, + { + zip_code: '79326', + usps_city: 'Fieldton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 0.6, + primary_coty_code: '48279', + primary_coty_name: 'Lamb', + county_weights: '{"48279": "100"}', + coty_name: ['Lamb'], + cty_code: ['48279'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.21612, lat: 34.07796 }, + }, + { + zip_code: '79343', + usps_city: 'Lorenzo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1700.0, + density: 4.8, + primary_coty_code: '48107', + primary_coty_name: 'Crosby', + county_weights: '{"48107": "91.22", "48303": "8.78"}', + coty_name: ['Crosby', 'Lubbock'], + cty_code: ['48107', '48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.53011, lat: 33.65565 }, + }, + { + zip_code: '79378', + usps_city: 'Wellman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 3.7, + primary_coty_code: '48445', + primary_coty_name: 'Terry', + county_weights: '{"48445": "100"}', + coty_name: ['Terry'], + cty_code: ['48445'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.48596, lat: 33.05323 }, + }, + { + zip_code: '79537', + usps_city: 'Nolan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 0.2, + primary_coty_code: '48353', + primary_coty_name: 'Nolan', + county_weights: '{"48353": "100"}', + coty_name: ['Nolan'], + cty_code: ['48353'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.21074, lat: 32.29187 }, + }, + { + zip_code: '79561', + usps_city: 'Trent', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 1.9, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "77.19", "48353": "15.26", "48151": "7.55"}', + coty_name: ['Taylor', 'Nolan', 'Fisher'], + cty_code: ['48441', '48353', '48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.2004, lat: 32.52133 }, + }, + { + zip_code: '79607', + usps_city: 'Dyess Afb', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3308.0, + density: 336.7, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.82546, lat: 32.42853 }, + }, + { + zip_code: '79714', + usps_city: 'Andrews', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18036.0, + density: 9.1, + primary_coty_code: '48003', + primary_coty_name: 'Andrews', + county_weights: '{"48003": "100"}', + coty_name: ['Andrews'], + cty_code: ['48003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.69918, lat: 32.32943 }, + }, + { + zip_code: '79720', + usps_city: 'Big Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35025.0, + density: 14.8, + primary_coty_code: '48227', + primary_coty_name: 'Howard', + county_weights: '{"48227": "99.15", "48173": "0.72", "48033": "0.14"}', + coty_name: ['Howard', 'Glasscock', 'Borden'], + cty_code: ['48227', '48173', '48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.47291, lat: 32.25363 }, + }, + { + zip_code: '79761', + usps_city: 'Odessa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 33602.0, + density: 1273.2, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.34958, lat: 31.85574 }, + }, + { + zip_code: '79837', + usps_city: 'Dell City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 0.1, + primary_coty_code: '48229', + primary_coty_name: 'Hudspeth', + county_weights: '{"48229": "89.64", "35035": "10.36"}', + coty_name: ['Hudspeth', 'Otero'], + cty_code: ['48229', '35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.26698, lat: 32.19026 }, + }, + { + zip_code: '80024', + usps_city: 'Dupont', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 2040.0, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.91798, lat: 39.84378 }, + }, + { + zip_code: '80026', + usps_city: 'Lafayette', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30714.0, + density: 533.8, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.09805, lat: 40.01317 }, + }, + { + zip_code: '80031', + usps_city: 'Westminster', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 35741.0, + density: 1635.3, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "94.39", "08059": "5.61"}', + coty_name: ['Adams', 'Jefferson'], + cty_code: ['08001', '08059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.04066, lat: 39.8758 }, + }, + { + zip_code: '80045', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 901.0, + density: 519.1, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.83861, lat: 39.74752 }, + }, + { + zip_code: '80122', + usps_city: 'Littleton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 33117.0, + density: 1811.8, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.95591, lat: 39.58062 }, + }, + { + zip_code: '80211', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 35627.0, + density: 3057.8, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "100"}', + coty_name: ['Denver'], + cty_code: ['8031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.02009, lat: 39.76706 }, + }, + { + zip_code: '80231', + usps_city: 'Denver', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 36861.0, + density: 3012.8, + primary_coty_code: '8031', + primary_coty_name: 'Denver', + county_weights: '{"08031": "57.84", "08005": "42.16"}', + coty_name: ['Denver', 'Arapahoe'], + cty_code: ['08031', '08005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.88785, lat: 39.67151 }, + }, + { + zip_code: '80419', + usps_city: 'Golden', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "0"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.20284, lat: 39.72844 }, + }, + { + zip_code: '80421', + usps_city: 'Bailey', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9740.0, + density: 27.3, + primary_coty_code: '8093', + primary_coty_name: 'Park', + county_weights: '{"08093": "99.81", "08059": "0.19"}', + coty_name: ['Park', 'Jefferson'], + cty_code: ['08093', '08059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.52618, lat: 39.47872 }, + }, + { + zip_code: '80536', + usps_city: 'Livermore', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1894.0, + density: 2.0, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.37666, lat: 40.87003 }, + }, + { + zip_code: '80615', + usps_city: 'Eaton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8291.0, + density: 30.4, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.64418, lat: 40.54556 }, + }, + { + zip_code: '80751', + usps_city: 'Sterling', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 18318.0, + density: 15.1, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.23146, lat: 40.6371 }, + }, + { + zip_code: '80758', + usps_city: 'Wray', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3657.0, + density: 2.0, + primary_coty_code: '8125', + primary_coty_name: 'Yuma', + county_weights: '{"08125": "99.89", "31057": "0.11"}', + coty_name: ['Yuma', 'Dundy'], + cty_code: ['08125', '31057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.20089, lat: 40.11401 }, + }, + { + zip_code: '81025', + usps_city: 'Boone', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 741.0, + density: 0.5, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.26799, lat: 38.35828 }, + }, + { + zip_code: '81033', + usps_city: 'Crowley', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 195.0, + density: 232.7, + primary_coty_code: '8025', + primary_coty_name: 'Crowley', + county_weights: '{"08025": "100"}', + coty_name: ['Crowley'], + cty_code: ['8025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.86133, lat: 38.19488 }, + }, + { + zip_code: '81064', + usps_city: 'Pritchett', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 0.2, + primary_coty_code: '8009', + primary_coty_name: 'Baca', + county_weights: '{"08009": "92.2", "08071": "7.8"}', + coty_name: ['Baca', 'Las Animas'], + cty_code: ['08009', '08071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.98884, lat: 37.23913 }, + }, + { + zip_code: '81144', + usps_city: 'Monte Vista', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7047.0, + density: 9.6, + primary_coty_code: '8105', + primary_coty_name: 'Rio Grande', + county_weights: '{"08105": "98.9", "08003": "1.1"}', + coty_name: ['Rio Grande', 'Alamosa'], + cty_code: ['08105', '08003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.15119, lat: 37.54984 }, + }, + { + zip_code: '81328', + usps_city: 'Mancos', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4410.0, + density: 4.7, + primary_coty_code: '8083', + primary_coty_name: 'Montezuma', + county_weights: '{"08083": "97.1", "08067": "2.9"}', + coty_name: ['Montezuma', 'La Plata'], + cty_code: ['08083', '08067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.2586, lat: 37.36326 }, + }, + { + zip_code: '82052', + usps_city: 'Buford', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "100"}', + coty_name: ['Albany'], + cty_code: ['56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.30861, lat: 41.11856 }, + }, + { + zip_code: '82081', + usps_city: 'Meriden', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.6, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.41725, lat: 41.52211 }, + }, + { + zip_code: '82426', + usps_city: 'Greybull', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 3083.0, + density: 2.1, + primary_coty_code: '56003', + primary_coty_name: 'Big Horn', + county_weights: '{"56003": "100"}', + coty_name: ['Big Horn'], + cty_code: ['56003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.76196, lat: 44.52252 }, + }, + { + zip_code: '82516', + usps_city: 'Kinnear', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 0.7, + primary_coty_code: '56013', + primary_coty_name: 'Fremont', + county_weights: '{"56013": "100"}', + coty_name: ['Fremont'], + cty_code: ['56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.86383, lat: 43.20144 }, + }, + { + zip_code: '82637', + usps_city: 'Glenrock', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 4076.0, + density: 1.6, + primary_coty_code: '56009', + primary_coty_name: 'Converse', + county_weights: '{"56009": "100", "56001": "0"}', + coty_name: ['Converse', 'Albany'], + cty_code: ['56009', '56001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.88636, lat: 42.81448 }, + }, + { + zip_code: '83122', + usps_city: 'Grover', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 980.0, + density: 29.3, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.94651, lat: 42.82027 }, + }, + { + zip_code: '83127', + usps_city: 'Thayne', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 3597.0, + density: 18.4, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.96513, lat: 42.95547 }, + }, + { + zip_code: '83251', + usps_city: 'Mackay', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1193.0, + density: 0.5, + primary_coty_code: '16037', + primary_coty_name: 'Custer', + county_weights: '{"16037": "100"}', + coty_name: ['Custer'], + cty_code: ['16037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.89617, lat: 43.93757 }, + }, + { + zip_code: '83287', + usps_city: 'Fish Haven', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 3.2, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.39806, lat: 42.04658 }, + }, + { + zip_code: '83316', + usps_city: 'Buhl', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 9780.0, + density: 14.5, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "99.48", "16047": "0.49", "16073": "0.03"}', + coty_name: ['Twin Falls', 'Gooding', 'Owyhee'], + cty_code: ['16083', '16047', '16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.87212, lat: 42.61389 }, + }, + { + zip_code: '83338', + usps_city: 'Jerome', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 21286.0, + density: 29.8, + primary_coty_code: '16053', + primary_coty_name: 'Jerome', + county_weights: '{"16053": "98.21", "16047": "1.69", "16063": "0.11"}', + coty_name: ['Jerome', 'Gooding', 'Lincoln'], + cty_code: ['16053', '16047', '16063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.43288, lat: 42.72257 }, + }, + { + zip_code: '83347', + usps_city: 'Paul', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 3163.0, + density: 5.8, + primary_coty_code: '16067', + primary_coty_name: 'Minidoka', + county_weights: '{"16067": "90.76", "16053": "4.82", "16063": "4.42"}', + coty_name: ['Minidoka', 'Jerome', 'Lincoln'], + cty_code: ['16067', '16053', '16063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.88079, lat: 42.73394 }, + }, + { + zip_code: '83433', + usps_city: 'Macks Inn', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 2.2, + primary_coty_code: '16043', + primary_coty_name: 'Fremont', + county_weights: '{"16043": "100"}', + coty_name: ['Fremont'], + cty_code: ['16043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.333, lat: 44.48443 }, + }, + { + zip_code: '83466', + usps_city: 'North Fork', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 0.3, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.04185, lat: 45.4242 }, + }, + { + zip_code: '83535', + usps_city: 'Juliaetta', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1201.0, + density: 8.7, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "62.26", "16069": "37.74"}', + coty_name: ['Latah', 'Nez Perce'], + cty_code: ['16057', '16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.72263, lat: 46.53773 }, + }, + { + zip_code: '83612', + usps_city: 'Council', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1927.0, + density: 1.1, + primary_coty_code: '16003', + primary_coty_name: 'Adams', + county_weights: '{"16003": "100"}', + coty_name: ['Adams'], + cty_code: ['16003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.56458, lat: 44.9144 }, + }, + { + zip_code: '83626', + usps_city: 'Greenleaf', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1315.0, + density: 78.8, + primary_coty_code: '16027', + primary_coty_name: 'Canyon', + county_weights: '{"16027": "100"}', + coty_name: ['Canyon'], + cty_code: ['16027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.83156, lat: 43.66901 }, + }, + { + zip_code: '83716', + usps_city: 'Boise', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 17494.0, + density: 13.1, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "85.06", "16015": "13.87", "16039": "1.07"}', + coty_name: ['Ada', 'Boise', 'Elmore'], + cty_code: ['16001', '16015', '16039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.97112, lat: 43.53453 }, + }, + { + zip_code: '83813', + usps_city: 'Cocolalla', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 11.0, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.63516, lat: 48.09743 }, + }, + { + zip_code: '84025', + usps_city: 'Farmington', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 23871.0, + density: 755.3, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.90359, lat: 40.98035 }, + }, + { + zip_code: '84034', + usps_city: 'Ibapah', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 0.1, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "49.76", "49023": "40.19", "32033": "10.05"}', + coty_name: ['Tooele', 'Juab', 'White Pine'], + cty_code: ['49045', '49023', '32033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.89529, lat: 40.06029 }, + }, + { + zip_code: '84076', + usps_city: 'Tridell', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 8.9, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100"}', + coty_name: ['Uintah'], + cty_code: ['49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.84551, lat: 40.46648 }, + }, + { + zip_code: '84085', + usps_city: 'Whiterocks', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 1.8, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100"}', + coty_name: ['Uintah'], + cty_code: ['49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.92909, lat: 40.58696 }, + }, + { + zip_code: '84093', + usps_city: 'Sandy', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 23971.0, + density: 1703.8, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.82855, lat: 40.59475 }, + }, + { + zip_code: '84316', + usps_city: 'Howell', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 0.5, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.4778, lat: 41.76767 }, + }, + { + zip_code: '84516', + usps_city: 'Clawson', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 2.0, + primary_coty_code: '49015', + primary_coty_name: 'Emery', + county_weights: '{"49015": "100"}', + coty_name: ['Emery'], + cty_code: ['49015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.06883, lat: 39.143 }, + }, + { + zip_code: '84621', + usps_city: 'Axtell', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 4.8, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.82568, lat: 39.05132 }, + }, + { + zip_code: '84632', + usps_city: 'Fountain Green', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 14.1, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.65825, lat: 39.62017 }, + }, + { + zip_code: '84655', + usps_city: 'Santaquin', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 13106.0, + density: 111.1, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.80373, lat: 39.97373 }, + }, + { + zip_code: '84662', + usps_city: 'Spring City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1437.0, + density: 7.0, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.47365, lat: 39.43194 }, + }, + { + zip_code: '84663', + usps_city: 'Springville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 34063.0, + density: 96.1, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.49505, lat: 40.16568 }, + }, + { + zip_code: '84767', + usps_city: 'Springdale', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 499.0, + density: 0.7, + primary_coty_code: '49053', + primary_coty_name: 'Washington', + county_weights: '{"49053": "100"}', + coty_name: ['Washington'], + cty_code: ['49053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.98642, lat: 37.237 }, + }, + { + zip_code: '84776', + usps_city: 'Tropic', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 19.5, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.08028, lat: 37.63061 }, + }, + { + zip_code: '85008', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 62340.0, + density: 2297.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.98676, lat: 33.46331 }, + }, + { + zip_code: '85051', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 45313.0, + density: 2769.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.1332, lat: 33.55908 }, + }, + { + zip_code: '85203', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39797.0, + density: 1677.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.804, lat: 33.45005 }, + }, + { + zip_code: '85233', + usps_city: 'Gilbert', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 35640.0, + density: 1414.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.81134, lat: 33.35211 }, + }, + { + zip_code: '85295', + usps_city: 'Gilbert', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 47791.0, + density: 1459.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.74085, lat: 33.30544 }, + }, + { + zip_code: '85338', + usps_city: 'Goodyear', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 50122.0, + density: 262.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.40794, lat: 33.3735 }, + }, + { + zip_code: '85341', + usps_city: 'Lukeville', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.78476, lat: 31.87377 }, + }, + { + zip_code: '85601', + usps_city: 'Arivaca', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 2.3, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.31589, lat: 31.5884 }, + }, + { + zip_code: '85638', + usps_city: 'Tombstone', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1783.0, + density: 2.1, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.0509, lat: 31.71507 }, + }, + { + zip_code: '85712', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 32708.0, + density: 1854.8, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.88648, lat: 32.25233 }, + }, + { + zip_code: '86021', + usps_city: 'Colorado City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6160.0, + density: 89.3, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -113.01701, lat: 36.97182 }, + }, + { + zip_code: '86029', + usps_city: 'Sun Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.99538, lat: 35.00327 }, + }, + { + zip_code: '86305', + usps_city: 'Prescott', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 18876.0, + density: 5.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.95842, lat: 34.81852 }, + }, + { + zip_code: '86333', + usps_city: 'Mayer', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7651.0, + density: 6.0, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.08152, lat: 34.32832 }, + }, + { + zip_code: '86445', + usps_city: 'Willow Beach', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 0.3, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.50011, lat: 35.77599 }, + }, + { + zip_code: '86510', + usps_city: 'Pinon', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4617.0, + density: 2.4, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "99.7", "04001": "0.3"}', + coty_name: ['Navajo', 'Apache'], + cty_code: ['04017', '04001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.23069, lat: 36.23729 }, + }, + { + zip_code: '86547', + usps_city: 'Round Rock', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1175.0, + density: 3.5, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.49668, lat: 36.50412 }, + }, + { + zip_code: '87026', + usps_city: 'Laguna', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4090.0, + density: 3.1, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "46.54", "35001": "37.98", "35061": "15.48"}', + coty_name: ['Cibola', 'Bernalillo', 'Valencia'], + cty_code: ['35006', '35001', '35061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.23255, lat: 34.96242 }, + }, + { + zip_code: '87034', + usps_city: 'Pueblo Of Acoma', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1821.0, + density: 0.8, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.5614, lat: 34.78174 }, + }, + { + zip_code: '87035', + usps_city: 'Moriarty', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 7512.0, + density: 13.2, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "98.6", "35049": "1.4"}', + coty_name: ['Torrance', 'Santa Fe'], + cty_code: ['35057', '35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.98054, lat: 34.95997 }, + }, + { + zip_code: '87062', + usps_city: 'Veguita', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 4.8, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.65882, lat: 34.43995 }, + }, + { + zip_code: '87072', + usps_city: 'Cochiti Pueblo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 669.0, + density: 11.7, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "100"}', + coty_name: ['Sandoval'], + cty_code: ['35043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.38808, lat: 35.61197 }, + }, + { + zip_code: '87311', + usps_city: 'Church Rock', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 4084.0, + density: 8.1, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "100"}', + coty_name: ['McKinley'], + cty_code: ['35031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.51293, lat: 35.6101 }, + }, + { + zip_code: '87516', + usps_city: 'Canones', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 1.1, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.46572, lat: 36.16236 }, + }, + { + zip_code: '87537', + usps_city: 'Hernandez', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2698.0, + density: 17.5, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.18535, lat: 36.04961 }, + }, + { + zip_code: '87831', + usps_city: 'San Acacia', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 6.5, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "100"}', + coty_name: ['Socorro'], + cty_code: ['35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.93317, lat: 34.26503 }, + }, + { + zip_code: '88118', + usps_city: 'Floyd', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 317.0, + density: 0.7, + primary_coty_code: '35041', + primary_coty_name: 'Roosevelt', + county_weights: '{"35041": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.67162, lat: 34.21924 }, + }, + { + zip_code: '88256', + usps_city: 'Loving', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1696.0, + density: 1.3, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "100"}', + coty_name: ['Eddy'], + cty_code: ['35015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.89273, lat: 32.19587 }, + }, + { + zip_code: '88265', + usps_city: 'Monument', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 0.9, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.3029, lat: 32.62045 }, + }, + { + zip_code: '88418', + usps_city: 'Des Moines', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 0.2, + primary_coty_code: '35059', + primary_coty_name: 'Union', + county_weights: '{"35059": "100"}', + coty_name: ['Union'], + cty_code: ['35059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.68341, lat: 36.72511 }, + }, + { + zip_code: '88434', + usps_city: 'San Jon', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 469.0, + density: 0.5, + primary_coty_code: '35037', + primary_coty_name: 'Quay', + county_weights: '{"35037": "100"}', + coty_name: ['Quay'], + cty_code: ['35037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.30237, lat: 35.18597 }, + }, + { + zip_code: '89025', + usps_city: 'Moapa', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1203.0, + density: 0.7, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.9107, lat: 36.61511 }, + }, + { + zip_code: '89048', + usps_city: 'Pahrump', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 21784.0, + density: 109.8, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "100"}', + coty_name: ['Nye'], + cty_code: ['32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.00381, lat: 36.16602 }, + }, + { + zip_code: '89301', + usps_city: 'Ely', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 8141.0, + density: 1.6, + primary_coty_code: '32033', + primary_coty_name: 'White Pine', + county_weights: '{"32033": "100"}', + coty_name: ['White Pine'], + cty_code: ['32033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.77305, lat: 39.54452 }, + }, + { + zip_code: '89310', + usps_city: 'Austin', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 0.0, + primary_coty_code: '32015', + primary_coty_name: 'Lander', + county_weights: '{"32015": "76.18", "32023": "23.82"}', + coty_name: ['Lander', 'Nye'], + cty_code: ['32015', '32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.16463, lat: 39.41354 }, + }, + { + zip_code: '89410', + usps_city: 'Gardnerville', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 11191.0, + density: 24.8, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.61147, lat: 38.87028 }, + }, + { + zip_code: '89447', + usps_city: 'Yerington', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 7834.0, + density: 4.0, + primary_coty_code: '32019', + primary_coty_name: 'Lyon', + county_weights: '{"32019": "100"}', + coty_name: ['Lyon'], + cty_code: ['32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.13121, lat: 38.8122 }, + }, + { + zip_code: '89509', + usps_city: 'Reno', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 35793.0, + density: 1543.6, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.82726, lat: 39.49663 }, + }, + { + zip_code: '89705', + usps_city: 'Carson City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 5307.0, + density: 47.5, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "99.09", "32510": "0.91"}', + coty_name: ['Douglas', 'Carson City'], + cty_code: ['32005', '32510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.86226, lat: 39.11057 }, + }, + { + zip_code: '39120', + usps_city: 'Natchez', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 30838.0, + density: 25.0, + primary_coty_code: '28001', + primary_coty_name: 'Adams', + county_weights: '{"28001": "97.76", "28063": "2.24"}', + coty_name: ['Adams', 'Jefferson'], + cty_code: ['28001', '28063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35405, lat: 31.51025 }, + }, + { + zip_code: '39177', + usps_city: 'Valley Park', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 125.0, + density: 0.9, + primary_coty_code: '28055', + primary_coty_name: 'Issaquena', + county_weights: '{"28055": "100"}', + coty_name: ['Issaquena'], + cty_code: ['28055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80031, lat: 32.62286 }, + }, + { + zip_code: '39440', + usps_city: 'Laurel', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 21080.0, + density: 412.0, + primary_coty_code: '28067', + primary_coty_name: 'Jones', + county_weights: '{"28067": "100"}', + coty_name: ['Jones'], + cty_code: ['28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14714, lat: 31.693 }, + }, + { + zip_code: '39565', + usps_city: 'Vancleave', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 19863.0, + density: 27.5, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "99.8", "28047": "0.2"}', + coty_name: ['Jackson', 'Harrison'], + cty_code: ['28059', '28047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.7431, lat: 30.58047 }, + }, + { + zip_code: '39601', + usps_city: 'Brookhaven', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 23288.0, + density: 34.1, + primary_coty_code: '28085', + primary_coty_name: 'Lincoln', + county_weights: '{"28085": "98.64", "28037": "1.36"}', + coty_name: ['Lincoln', 'Franklin'], + cty_code: ['28085', '28037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46973, lat: 31.56536 }, + }, + { + zip_code: '39886', + usps_city: 'Shellman', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1610.0, + density: 5.1, + primary_coty_code: '13243', + primary_coty_name: 'Randolph', + county_weights: '{"13243": "92.88", "13273": "4.15", "13037": "2.97"}', + coty_name: ['Randolph', 'Terrell', 'Calhoun'], + cty_code: ['13243', '13273', '13037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6202, lat: 31.74896 }, + }, + { + zip_code: '39897', + usps_city: 'Whigham', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3919.0, + density: 10.7, + primary_coty_code: '13131', + primary_coty_name: 'Grady', + county_weights: '{"13131": "98.28", "13087": "1.72"}', + coty_name: ['Grady', 'Decatur'], + cty_code: ['13131', '13087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3303, lat: 30.91394 }, + }, + { + zip_code: '40007', + usps_city: 'Bethlehem', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 2.4, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "100"}', + coty_name: ['Henry'], + cty_code: ['21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.99972, lat: 38.46211 }, + }, + { + zip_code: '40048', + usps_city: 'Nazareth', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 381.0, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "100"}', + coty_name: ['Nelson'], + cty_code: ['21179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.46922, lat: 37.84717 }, + }, + { + zip_code: '40071', + usps_city: 'Taylorsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 15670.0, + density: 49.3, + primary_coty_code: '21215', + primary_coty_name: 'Spencer', + county_weights: '{"21215": "88.53", "21029": "10.94", "21211": "0.53"}', + coty_name: ['Spencer', 'Bullitt', 'Shelby'], + cty_code: ['21215', '21029', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.36912, lat: 38.04375 }, + }, + { + zip_code: '40176', + usps_city: 'Webster', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 12.4, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "54.67", "21163": "45.33"}', + coty_name: ['Breckinridge', 'Meade'], + cty_code: ['21027', '21163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.34404, lat: 37.92372 }, + }, + { + zip_code: '40228', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 15927.0, + density: 812.3, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.62829, lat: 38.13551 }, + }, + { + zip_code: '40316', + usps_city: 'Denniston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 27.0, + primary_coty_code: '21165', + primary_coty_name: 'Menifee', + county_weights: '{"21165": "100"}', + coty_name: ['Menifee'], + cty_code: ['21165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.52924, lat: 37.93128 }, + }, + { + zip_code: '40342', + usps_city: 'Lawrenceburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 22108.0, + density: 45.3, + primary_coty_code: '21005', + primary_coty_name: 'Anderson', + county_weights: '{"21005": "100"}', + coty_name: ['Anderson'], + cty_code: ['21005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98494, lat: 38.00322 }, + }, + { + zip_code: '40456', + usps_city: 'Mount Vernon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9704.0, + density: 21.7, + primary_coty_code: '21203', + primary_coty_name: 'Rockcastle', + county_weights: '{"21203": "100"}', + coty_name: ['Rockcastle'], + cty_code: ['21203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32157, lat: 37.34837 }, + }, + { + zip_code: '40507', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1772.0, + density: 1643.6, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4964, lat: 38.04699 }, + }, + { + zip_code: '40734', + usps_city: 'Gray', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3709.0, + density: 35.1, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "98.83", "21125": "1.17"}', + coty_name: ['Knox', 'Laurel'], + cty_code: ['21121', '21125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.96908, lat: 36.92816 }, + }, + { + zip_code: '40759', + usps_city: 'Rockholds', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2536.0, + density: 20.4, + primary_coty_code: '21235', + primary_coty_name: 'Whitley', + county_weights: '{"21235": "94.63", "21121": "5.37"}', + coty_name: ['Whitley', 'Knox'], + cty_code: ['21235', '21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06001, lat: 36.8204 }, + }, + { + zip_code: '40806', + usps_city: 'Baxter', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2723.0, + density: 45.2, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.28761, lat: 36.88632 }, + }, + { + zip_code: '40818', + usps_city: 'Coalgood', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 4.1, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24454, lat: 36.82016 }, + }, + { + zip_code: '40820', + usps_city: 'Cranks', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 15.9, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1839, lat: 36.75579 }, + }, + { + zip_code: '41016', + usps_city: 'Covington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5869.0, + density: 1410.4, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.54915, lat: 39.08709 }, + }, + { + zip_code: '41085', + usps_city: 'Silver Grove', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 959.0, + density: 991.9, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39277, lat: 39.03569 }, + }, + { + zip_code: '41143', + usps_city: 'Grayson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 14091.0, + density: 27.5, + primary_coty_code: '21043', + primary_coty_name: 'Carter', + county_weights: '{"21043": "97.62", "21089": "2.38"}', + coty_name: ['Carter', 'Greenup'], + cty_code: ['21043', '21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97239, lat: 38.33258 }, + }, + { + zip_code: '41216', + usps_city: 'East Point', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1587.0, + density: 38.6, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "62.14", "21115": "37.86"}', + coty_name: ['Floyd', 'Johnson'], + cty_code: ['21071', '21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81382, lat: 37.72903 }, + }, + { + zip_code: '41390', + usps_city: 'Whick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 4.1, + primary_coty_code: '21025', + primary_coty_name: 'Breathitt', + county_weights: '{"21025": "100"}', + coty_name: ['Breathitt'], + cty_code: ['21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3764, lat: 37.40954 }, + }, + { + zip_code: '41537', + usps_city: 'Jenkins', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4772.0, + density: 33.0, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "56.58", "21195": "43.42"}', + coty_name: ['Letcher', 'Pike'], + cty_code: ['21133', '21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61109, lat: 37.22894 }, + }, + { + zip_code: '41740', + usps_city: 'Emmalena', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1147.0, + density: 24.8, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.05779, lat: 37.35716 }, + }, + { + zip_code: '42045', + usps_city: 'Grand Rivers', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2207.0, + density: 23.7, + primary_coty_code: '21139', + primary_coty_name: 'Livingston', + county_weights: '{"21139": "100"}', + coty_name: ['Livingston'], + cty_code: ['21139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26195, lat: 37.06498 }, + }, + { + zip_code: '42051', + usps_city: 'Hickory', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3440.0, + density: 23.7, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "100"}', + coty_name: ['Graves'], + cty_code: ['21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64408, lat: 36.8553 }, + }, + { + zip_code: '42085', + usps_city: 'Water Valley', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 12.8, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "77.78", "21105": "22.22"}', + coty_name: ['Graves', 'Hickman'], + cty_code: ['21083', '21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80015, lat: 36.5704 }, + }, + { + zip_code: '42371', + usps_city: 'Rumsey', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 3.2, + primary_coty_code: '21149', + primary_coty_name: 'McLean', + county_weights: '{"21149": "100"}', + coty_name: ['McLean'], + cty_code: ['21149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.28935, lat: 37.49876 }, + }, + { + zip_code: '42452', + usps_city: 'Robards', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2300.0, + density: 16.6, + primary_coty_code: '21101', + primary_coty_name: 'Henderson', + county_weights: '{"21101": "98.83", "21233": "1.17"}', + coty_name: ['Henderson', 'Webster'], + cty_code: ['21101', '21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.53224, lat: 37.68825 }, + }, + { + zip_code: '42464', + usps_city: 'White Plains', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1571.0, + density: 9.9, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "89.05", "21177": "6.28", "21047": "4.67"}', + coty_name: ['Hopkins', 'Muhlenberg', 'Christian'], + cty_code: ['21107', '21177', '21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.36706, lat: 37.18152 }, + }, + { + zip_code: '42566', + usps_city: 'Yosemite', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 493.0, + density: 11.1, + primary_coty_code: '21045', + primary_coty_name: 'Casey', + county_weights: '{"21045": "100"}', + coty_name: ['Casey'], + cty_code: ['21045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7797, lat: 37.28532 }, + }, + { + zip_code: '42631', + usps_city: 'Marshes Siding', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 658.5, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48032, lat: 36.73965 }, + }, + { + zip_code: '42726', + usps_city: 'Clarkson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4776.0, + density: 17.9, + primary_coty_code: '21085', + primary_coty_name: 'Grayson', + county_weights: '{"21085": "100"}', + coty_name: ['Grayson'], + cty_code: ['21085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.14914, lat: 37.42496 }, + }, + { + zip_code: '43123', + usps_city: 'Grove City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 65577.0, + density: 425.2, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.11985, lat: 39.86855 }, + }, + { + zip_code: '43145', + usps_city: 'New Holland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2138.0, + density: 15.3, + primary_coty_code: '39129', + primary_coty_name: 'Pickaway', + county_weights: '{"39129": "63.66", "39047": "36.34"}', + coty_name: ['Pickaway', 'Fayette'], + cty_code: ['39129', '39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.25846, lat: 39.56536 }, + }, + { + zip_code: '43318', + usps_city: 'De Graff', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3738.0, + density: 21.2, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "80.72", "39021": "19.28"}', + coty_name: ['Logan', 'Champaign'], + cty_code: ['39091', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91275, lat: 40.30922 }, + }, + { + zip_code: '43450', + usps_city: 'Pemberville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3673.0, + density: 33.3, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.49214, lat: 41.4007 }, + }, + { + zip_code: '43567', + usps_city: 'Wauseon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13173.0, + density: 45.0, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "99.8", "39069": "0.2"}', + coty_name: ['Fulton', 'Henry'], + cty_code: ['39051', '39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15406, lat: 41.57568 }, + }, + { + zip_code: '43716', + usps_city: 'Beallsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1952.0, + density: 11.1, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "81.04", "39013": "18.96"}', + coty_name: ['Monroe', 'Belmont'], + cty_code: ['39111', '39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00996, lat: 39.83676 }, + }, + { + zip_code: '43750', + usps_city: 'Kipling', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 32.1, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50948, lat: 39.9936 }, + }, + { + zip_code: '43802', + usps_city: 'Adamsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 12.0, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "100"}', + coty_name: ['Muskingum'], + cty_code: ['39119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8599, lat: 40.09582 }, + }, + { + zip_code: '43925', + usps_city: 'East Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 481.1, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86232, lat: 40.44783 }, + }, + { + zip_code: '43948', + usps_city: 'Smithfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 587.0, + density: 320.8, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77825, lat: 40.27003 }, + }, + { + zip_code: '43986', + usps_city: 'Jewett', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2200.0, + density: 21.2, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "99.09", "39019": "0.91"}', + coty_name: ['Harrison', 'Carroll'], + cty_code: ['39067', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99374, lat: 40.38015 }, + }, + { + zip_code: '44012', + usps_city: 'Avon Lake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 24030.0, + density: 833.6, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01602, lat: 41.49453 }, + }, + { + zip_code: '44094', + usps_city: 'Willoughby', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 35805.0, + density: 352.5, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "100"}', + coty_name: ['Lake'], + cty_code: ['39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3799, lat: 41.60995 }, + }, + { + zip_code: '44106', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 25309.0, + density: 2317.9, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60683, lat: 41.50628 }, + }, + { + zip_code: '44321', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15349.0, + density: 390.4, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "99.63", "39103": "0.38"}', + coty_name: ['Summit', 'Medina'], + cty_code: ['39153', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65131, lat: 41.09891 }, + }, + { + zip_code: '44431', + usps_city: 'Leetonia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4491.0, + density: 66.0, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "100"}', + coty_name: ['Columbiana'], + cty_code: ['39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.75416, lat: 40.8483 }, + }, + { + zip_code: '44490', + usps_city: 'Washingtonville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 461.1, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "56.14", "39099": "43.86"}', + coty_name: ['Columbiana', 'Mahoning'], + cty_code: ['39029', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76806, lat: 40.8999 }, + }, + { + zip_code: '44510', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2654.0, + density: 537.7, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67413, lat: 41.12273 }, + }, + { + zip_code: '44633', + usps_city: 'Holmesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2423.0, + density: 40.6, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "100"}', + coty_name: ['Holmes'], + cty_code: ['39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93415, lat: 40.63139 }, + }, + { + zip_code: '44662', + usps_city: 'Navarre', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9748.0, + density: 62.7, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "93.51", "39169": "6.49"}', + coty_name: ['Stark', 'Wayne'], + cty_code: ['39151', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55621, lat: 40.71086 }, + }, + { + zip_code: '44707', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8982.0, + density: 241.3, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34988, lat: 40.76111 }, + }, + { + zip_code: '44720', + usps_city: 'North Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 38810.0, + density: 440.0, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "91.06", "39153": "8.94"}', + coty_name: ['Stark', 'Summit'], + cty_code: ['39151', '39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43165, lat: 40.90138 }, + }, + { + zip_code: '44855', + usps_city: 'North Fairfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1347.0, + density: 19.2, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "100"}', + coty_name: ['Huron'], + cty_code: ['39077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58953, lat: 41.10395 }, + }, + { + zip_code: '44856', + usps_city: 'North Robinson', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 1713.9, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "100"}', + coty_name: ['Crawford'], + cty_code: ['39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.85666, lat: 40.794 }, + }, + { + zip_code: '44867', + usps_city: 'Republic', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2543.0, + density: 16.1, + primary_coty_code: '39147', + primary_coty_name: 'Seneca', + county_weights: '{"39147": "100"}', + coty_name: ['Seneca'], + cty_code: ['39147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.98823, lat: 41.14708 }, + }, + { + zip_code: '45056', + usps_city: 'Oxford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 28355.0, + density: 144.1, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74361, lat: 39.49069 }, + }, + { + zip_code: '45159', + usps_city: 'New Vienna', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3826.0, + density: 28.9, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "62.65", "39071": "37.35"}', + coty_name: ['Clinton', 'Highland'], + cty_code: ['39027', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68921, lat: 39.33069 }, + }, + { + zip_code: '45166', + usps_city: 'Reesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 82.0, + density: 42.8, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "100"}', + coty_name: ['Clinton'], + cty_code: ['39027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68776, lat: 39.4766 }, + }, + { + zip_code: '45225', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9285.0, + density: 1163.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55211, lat: 39.14307 }, + }, + { + zip_code: '45331', + usps_city: 'Greenville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22049.0, + density: 56.9, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.64631, lat: 40.09787 }, + }, + { + zip_code: '45354', + usps_city: 'Phillipsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 570.0, + density: 250.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39968, lat: 39.91054 }, + }, + { + zip_code: '45416', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6016.0, + density: 1251.3, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25801, lat: 39.80717 }, + }, + { + zip_code: '45612', + usps_city: 'Bainbridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4563.0, + density: 15.5, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "70.79", "39131": "17.1", "39071": "12.11"}', + coty_name: ['Ross', 'Pike', 'Highland'], + cty_code: ['39141', '39131', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.27254, lat: 39.21586 }, + }, + { + zip_code: '45622', + usps_city: 'Creola', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 2.2, + primary_coty_code: '39163', + primary_coty_name: 'Vinton', + county_weights: '{"39163": "92.83", "39073": "7.17"}', + coty_name: ['Vinton', 'Hocking'], + cty_code: ['39163', '39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49937, lat: 39.37557 }, + }, + { + zip_code: '45636', + usps_city: 'Haverhill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 75.0, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.82521, lat: 38.58725 }, + }, + { + zip_code: '45654', + usps_city: 'New Plymouth', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 8.9, + primary_coty_code: '39163', + primary_coty_name: 'Vinton', + county_weights: '{"39163": "59.76", "39073": "40.24"}', + coty_name: ['Vinton', 'Hocking'], + cty_code: ['39163', '39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3821, lat: 39.3666 }, + }, + { + zip_code: '45659', + usps_city: 'Pedro', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2653.0, + density: 10.4, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "100"}', + coty_name: ['Lawrence'], + cty_code: ['39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62351, lat: 38.67088 }, + }, + { + zip_code: '45661', + usps_city: 'Piketon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7268.0, + density: 27.6, + primary_coty_code: '39131', + primary_coty_name: 'Pike', + county_weights: '{"39131": "99.53", "39145": "0.47"}', + coty_name: ['Pike', 'Scioto'], + cty_code: ['39131', '39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.10695, lat: 39.04219 }, + }, + { + zip_code: '45663', + usps_city: 'West Portsmouth', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6228.0, + density: 37.1, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.10379, lat: 38.74781 }, + }, + { + zip_code: '45681', + usps_city: 'South Salem', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1719.0, + density: 17.3, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "100"}', + coty_name: ['Ross'], + cty_code: ['39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.25186, lat: 39.30598 }, + }, + { + zip_code: '45723', + usps_city: 'Coolville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3532.0, + density: 20.7, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "86.9", "39105": "10.75", "39167": "2.35"}', + coty_name: ['Athens', 'Meigs', 'Washington'], + cty_code: ['39009', '39105', '39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82739, lat: 39.22297 }, + }, + { + zip_code: '45770', + usps_city: 'Portland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 640.0, + density: 12.1, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80049, lat: 38.98347 }, + }, + { + zip_code: '45856', + usps_city: 'Leipsic', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5187.0, + density: 19.1, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "98.44", "39069": "1.35", "39063": "0.21"}', + coty_name: ['Putnam', 'Henry', 'Hancock'], + cty_code: ['39137', '39069', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.99906, lat: 41.11526 }, + }, + { + zip_code: '45875', + usps_city: 'Ottawa', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11207.0, + density: 42.2, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "100"}', + coty_name: ['Putnam'], + cty_code: ['39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06171, lat: 41.02206 }, + }, + { + zip_code: '45880', + usps_city: 'Payne', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2754.0, + density: 18.0, + primary_coty_code: '39125', + primary_coty_name: 'Paulding', + county_weights: '{"39125": "100"}', + coty_name: ['Paulding'], + cty_code: ['39125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.7361, lat: 41.0677 }, + }, + { + zip_code: '46045', + usps_city: 'Goldsmith', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 442.2, + primary_coty_code: '18159', + primary_coty_name: 'Tipton', + county_weights: '{"18159": "100"}', + coty_name: ['Tipton'], + cty_code: ['18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.15019, lat: 40.28877 }, + }, + { + zip_code: '46070', + usps_city: 'Summitville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2336.0, + density: 19.9, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.66022, lat: 40.34199 }, + }, + { + zip_code: '46121', + usps_city: 'Coatesville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5545.0, + density: 39.3, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "60.63", "18063": "39.37"}', + coty_name: ['Putnam', 'Hendricks'], + cty_code: ['18133', '18063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.67208, lat: 39.67722 }, + }, + { + zip_code: '46162', + usps_city: 'Needham', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 10.8, + primary_coty_code: '18081', + primary_coty_name: 'Johnson', + county_weights: '{"18081": "57.21", "18145": "42.79"}', + coty_name: ['Johnson', 'Shelby'], + cty_code: ['18081', '18145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.95348, lat: 39.55081 }, + }, + { + zip_code: '46222', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 37885.0, + density: 1313.0, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.21493, lat: 39.79109 }, + }, + { + zip_code: '46304', + usps_city: 'Chesterton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25351.0, + density: 182.6, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.04594, lat: 41.61095 }, + }, + { + zip_code: '46582', + usps_city: 'Warsaw', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13459.0, + density: 91.5, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.85464, lat: 41.28414 }, + }, + { + zip_code: '46731', + usps_city: 'Craigville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 18.4, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "100"}', + coty_name: ['Wells'], + cty_code: ['18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.10274, lat: 40.79789 }, + }, + { + zip_code: '46781', + usps_city: 'Poneto', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 728.0, + density: 11.0, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "100"}', + coty_name: ['Wells'], + cty_code: ['18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.27305, lat: 40.63691 }, + }, + { + zip_code: '46785', + usps_city: 'Saint Joe', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1686.0, + density: 26.7, + primary_coty_code: '18033', + primary_coty_name: 'DeKalb', + county_weights: '{"18033": "100"}', + coty_name: ['DeKalb'], + cty_code: ['18033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.88526, lat: 41.31872 }, + }, + { + zip_code: '46787', + usps_city: 'South Whitley', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3865.0, + density: 23.2, + primary_coty_code: '18183', + primary_coty_name: 'Whitley', + county_weights: '{"18183": "95.71", "18085": "4.29"}', + coty_name: ['Whitley', 'Kosciusko'], + cty_code: ['18183', '18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.62305, lat: 41.06645 }, + }, + { + zip_code: '46798', + usps_city: 'Yoder', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 28.4, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "89.34", "18179": "10.66"}', + coty_name: ['Allen', 'Wells'], + cty_code: ['18003', '18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.22391, lat: 40.94093 }, + }, + { + zip_code: '46902', + usps_city: 'Kokomo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 35778.0, + density: 259.1, + primary_coty_code: '18067', + primary_coty_name: 'Howard', + county_weights: '{"18067": "99.76", "18159": "0.24"}', + coty_name: ['Howard', 'Tipton'], + cty_code: ['18067', '18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0954, lat: 40.43794 }, + }, + { + zip_code: '46970', + usps_city: 'Peru', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23499.0, + density: 49.1, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "97.34", "18017": "2.55", "18169": "0.11"}', + coty_name: ['Miami', 'Cass', 'Wabash'], + cty_code: ['18103', '18017', '18169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.06308, lat: 40.76013 }, + }, + { + zip_code: '47016', + usps_city: 'Cedar Grove', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 15.7, + primary_coty_code: '18047', + primary_coty_name: 'Franklin', + county_weights: '{"18047": "100"}', + coty_name: ['Franklin'], + cty_code: ['18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.88702, lat: 39.37668 }, + }, + { + zip_code: '47031', + usps_city: 'Milan', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5477.0, + density: 34.3, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "96.96", "18029": "3.04"}', + coty_name: ['Ripley', 'Dearborn'], + cty_code: ['18137', '18029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.15856, lat: 39.11942 }, + }, + { + zip_code: '47138', + usps_city: 'Lexington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4378.0, + density: 22.9, + primary_coty_code: '18143', + primary_coty_name: 'Scott', + county_weights: '{"18143": "55.2", "18077": "44.8"}', + coty_name: ['Scott', 'Jefferson'], + cty_code: ['18143', '18077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.59552, lat: 38.68093 }, + }, + { + zip_code: '47140', + usps_city: 'Marengo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2559.0, + density: 23.8, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "81.3", "18117": "18.7"}', + coty_name: ['Crawford', 'Orange'], + cty_code: ['18025', '18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.36725, lat: 38.38358 }, + }, + { + zip_code: '47143', + usps_city: 'Memphis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3063.0, + density: 52.6, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.76986, lat: 38.46737 }, + }, + { + zip_code: '47145', + usps_city: 'Milltown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1913.0, + density: 17.2, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "100"}', + coty_name: ['Crawford'], + cty_code: ['18025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.30261, lat: 38.3306 }, + }, + { + zip_code: '47235', + usps_city: 'Freetown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1488.0, + density: 14.3, + primary_coty_code: '18071', + primary_coty_name: 'Jackson', + county_weights: '{"18071": "78.81", "18013": "21.19"}', + coty_name: ['Jackson', 'Brown'], + cty_code: ['18071', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.13628, lat: 38.99605 }, + }, + { + zip_code: '47303', + usps_city: 'Muncie', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25124.0, + density: 167.0, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.37801, lat: 40.27154 }, + }, + { + zip_code: '47342', + usps_city: 'Gaston', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2558.0, + density: 19.7, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "100"}', + coty_name: ['Delaware'], + cty_code: ['18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.51233, lat: 40.32196 }, + }, + { + zip_code: '47431', + usps_city: 'Freedom', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1584.0, + density: 16.5, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "100"}', + coty_name: ['Owen'], + cty_code: ['18119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.90057, lat: 39.23883 }, + }, + { + zip_code: '47432', + usps_city: 'French Lick', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4386.0, + density: 20.5, + primary_coty_code: '18117', + primary_coty_name: 'Orange', + county_weights: '{"18117": "87.46", "18037": "9.12", "18101": "3.42"}', + coty_name: ['Orange', 'Dubois', 'Martin'], + cty_code: ['18117', '18037', '18101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.64364, lat: 38.48988 }, + }, + { + zip_code: '47515', + usps_city: 'Bristow', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 6.1, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "100"}', + coty_name: ['Perry'], + cty_code: ['18123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.70629, lat: 38.18399 }, + }, + { + zip_code: '47665', + usps_city: 'Owensville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3746.0, + density: 20.5, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.72268, lat: 38.27881 }, + }, + { + zip_code: '47842', + usps_city: 'Clinton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9597.0, + density: 51.5, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "98.93", "18167": "1.07"}', + coty_name: ['Vermillion', 'Vigo'], + cty_code: ['18165', '18167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.4636, lat: 39.67855 }, + }, + { + zip_code: '47884', + usps_city: 'Universal', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 55.5, + primary_coty_code: '18165', + primary_coty_name: 'Vermillion', + county_weights: '{"18165": "100"}', + coty_name: ['Vermillion'], + cty_code: ['18165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.44982, lat: 39.61524 }, + }, + { + zip_code: '47907', + usps_city: 'West Lafayette', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '18157', + primary_coty_name: 'Tippecanoe', + county_weights: '{"18157": "0"}', + coty_name: ['Tippecanoe'], + cty_code: ['18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.91536, lat: 40.42435 }, + }, + { + zip_code: '47975', + usps_city: 'Pine Village', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 6.6, + primary_coty_code: '18171', + primary_coty_name: 'Warren', + county_weights: '{"18171": "97.4", "18007": "2.6"}', + coty_name: ['Warren', 'Benton'], + cty_code: ['18171', '18007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.25331, lat: 40.44912 }, + }, + { + zip_code: '48022', + usps_city: 'Emmett', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2605.0, + density: 28.5, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.81122, lat: 43.02828 }, + }, + { + zip_code: '48118', + usps_city: 'Chelsea', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12827.0, + density: 56.4, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.03874, lat: 42.31257 }, + }, + { + zip_code: '48198', + usps_city: 'Ypsilanti', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 38451.0, + density: 442.1, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.58835, lat: 42.27549 }, + }, + { + zip_code: '48238', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25038.0, + density: 1791.5, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14133, lat: 42.39627 }, + }, + { + zip_code: '48342', + usps_city: 'Pontiac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16652.0, + density: 1123.3, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.27435, lat: 42.64337 }, + }, + { + zip_code: '48363', + usps_city: 'Oakland', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7049.0, + density: 134.8, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.1618, lat: 42.77285 }, + }, + { + zip_code: '48428', + usps_city: 'Dryden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5281.0, + density: 59.6, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "99.8", "26125": "0.2"}', + coty_name: ['Lapeer', 'Oakland'], + cty_code: ['26087', '26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.14816, lat: 42.93844 }, + }, + { + zip_code: '48436', + usps_city: 'Gaines', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3795.0, + density: 46.0, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "96.81", "26155": "3.19"}', + coty_name: ['Genesee', 'Shiawassee'], + cty_code: ['26049', '26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.87327, lat: 42.86708 }, + }, + { + zip_code: '48444', + usps_city: 'Imlay City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9730.0, + density: 46.5, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "99.22", "26147": "0.78"}', + coty_name: ['Lapeer', 'St. Clair'], + cty_code: ['26087', '26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05511, lat: 43.06499 }, + }, + { + zip_code: '48532', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20270.0, + density: 511.3, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.79085, lat: 43.01239 }, + }, + { + zip_code: '48634', + usps_city: 'Linwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4298.0, + density: 35.7, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "100"}', + coty_name: ['Bay'], + cty_code: ['26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.06081, lat: 43.75358 }, + }, + { + zip_code: '48658', + usps_city: 'Standish', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4915.0, + density: 23.3, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "95.5", "26017": "4.5"}', + coty_name: ['Arenac', 'Bay'], + cty_code: ['26011', '26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.93686, lat: 43.98067 }, + }, + { + zip_code: '48808', + usps_city: 'Bath', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5943.0, + density: 93.1, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "100"}', + coty_name: ['Clinton'], + cty_code: ['26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.44828, lat: 42.82554 }, + }, + { + zip_code: '48889', + usps_city: 'Sumner', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1300.0, + density: 17.0, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.7976, lat: 43.29162 }, + }, + { + zip_code: '49058', + usps_city: 'Hastings', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19122.0, + density: 50.1, + primary_coty_code: '26015', + primary_coty_name: 'Barry', + county_weights: '{"26015": "100"}', + coty_name: ['Barry'], + cty_code: ['26015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.29211, lat: 42.6319 }, + }, + { + zip_code: '49091', + usps_city: 'Sturgis', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19644.0, + density: 87.1, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.44609, lat: 41.82443 }, + }, + { + zip_code: '49101', + usps_city: 'Baroda', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2861.0, + density: 50.6, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.4829, lat: 41.94291 }, + }, + { + zip_code: '49232', + usps_city: 'Camden', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2716.0, + density: 16.7, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.66858, lat: 41.74047 }, + }, + { + zip_code: '49240', + usps_city: 'Grass Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9688.0, + density: 35.4, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "90.82", "26161": "9.18"}', + coty_name: ['Jackson', 'Washtenaw'], + cty_code: ['26075', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.17871, lat: 42.27984 }, + }, + { + zip_code: '49261', + usps_city: 'Napoleon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 177.2, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.23845, lat: 42.16098 }, + }, + { + zip_code: '49341', + usps_city: 'Rockford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 37505.0, + density: 173.9, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.49188, lat: 43.1243 }, + }, + { + zip_code: '49755', + usps_city: 'Levering', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1978.0, + density: 7.7, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "81.13", "26031": "18.87"}', + coty_name: ['Emmet', 'Cheboygan'], + cty_code: ['26047', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.80027, lat: 45.63581 }, + }, + { + zip_code: '49874', + usps_city: 'Powers', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1011.0, + density: 9.9, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.50304, lat: 45.70195 }, + }, + { + zip_code: '49958', + usps_city: 'Pelkie', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 2.4, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "61.18", "26013": "38.82"}', + coty_name: ['Houghton', 'Baraga'], + cty_code: ['26061', '26013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.67424, lat: 46.82582 }, + }, + { + zip_code: '50050', + usps_city: 'Churdan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 682.0, + density: 3.5, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "100"}', + coty_name: ['Greene'], + cty_code: ['19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.50664, lat: 42.16159 }, + }, + { + zip_code: '50064', + usps_city: 'Dana', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 3.9, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "100"}', + coty_name: ['Greene'], + cty_code: ['19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.2366, lat: 42.10771 }, + }, + { + zip_code: '50075', + usps_city: 'Ellsworth', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 839.0, + density: 7.0, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "100"}', + coty_name: ['Hamilton'], + cty_code: ['19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55981, lat: 42.33527 }, + }, + { + zip_code: '50154', + usps_city: 'McCallsburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 500.0, + density: 9.4, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "98.71", "19083": "1.29"}', + coty_name: ['Story', 'Hardin'], + cty_code: ['19169', '19083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39266, lat: 42.17224 }, + }, + { + zip_code: '50155', + usps_city: 'Macksburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 307.0, + density: 3.9, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "95.29", "19001": "4.71"}', + coty_name: ['Madison', 'Adair'], + cty_code: ['19121', '19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20033, lat: 41.20806 }, + }, + { + zip_code: '50162', + usps_city: 'Melbourne', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1308.0, + density: 9.9, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "100"}', + coty_name: ['Marshall'], + cty_code: ['19127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.06923, lat: 41.92488 }, + }, + { + zip_code: '50247', + usps_city: 'State Center', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2619.0, + density: 12.1, + primary_coty_code: '19127', + primary_coty_name: 'Marshall', + county_weights: '{"19127": "98.49", "19169": "1.51"}', + coty_name: ['Marshall', 'Story'], + cty_code: ['19127', '19169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16502, lat: 42.01698 }, + }, + { + zip_code: '50249', + usps_city: 'Stratford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1257.0, + density: 6.2, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "83.93", "19187": "10.51", "19015": "5.56"}', + coty_name: ['Hamilton', 'Webster', 'Boone'], + cty_code: ['19079', '19187', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.90139, lat: 42.27289 }, + }, + { + zip_code: '50540', + usps_city: 'Fonda', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 4.0, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "88.94", "19025": "11.06"}', + coty_name: ['Pocahontas', 'Calhoun'], + cty_code: ['19151', '19025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.842, lat: 42.59651 }, + }, + { + zip_code: '50567', + usps_city: 'Nemaha', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 4.2, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "100"}', + coty_name: ['Sac'], + cty_code: ['19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09631, lat: 42.52311 }, + }, + { + zip_code: '50598', + usps_city: 'Whittemore', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 936.0, + density: 5.3, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "92", "19147": "8"}', + coty_name: ['Kossuth', 'Palo Alto'], + cty_code: ['19109', '19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.41708, lat: 43.08188 }, + }, + { + zip_code: '50654', + usps_city: 'Masonville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 502.0, + density: 3.7, + primary_coty_code: '19055', + primary_coty_name: 'Delaware', + county_weights: '{"19055": "60.72", "19019": "39.28"}', + coty_name: ['Delaware', 'Buchanan'], + cty_code: ['19055', '19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60916, lat: 42.45198 }, + }, + { + zip_code: '50662', + usps_city: 'Oelwein', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6669.0, + density: 37.9, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "99.28", "19019": "0.72"}', + coty_name: ['Fayette', 'Buchanan'], + cty_code: ['19065', '19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93483, lat: 42.6904 }, + }, + { + zip_code: '50849', + usps_city: 'Greenfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2488.0, + density: 8.2, + primary_coty_code: '19001', + primary_coty_name: 'Adair', + county_weights: '{"19001": "100"}', + coty_name: ['Adair'], + cty_code: ['19001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39942, lat: 41.30326 }, + }, + { + zip_code: '51034', + usps_city: 'Mapleton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1757.0, + density: 6.1, + primary_coty_code: '19133', + primary_coty_name: 'Monona', + county_weights: '{"19133": "94.84", "19193": "4.18", "19047": "0.99"}', + coty_name: ['Monona', 'Woodbury', 'Crawford'], + cty_code: ['19133', '19193', '19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.78911, lat: 42.15945 }, + }, + { + zip_code: '51338', + usps_city: 'Everly', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 5.2, + primary_coty_code: '19041', + primary_coty_name: 'Clay', + county_weights: '{"19041": "95.8", "19059": "4.2"}', + coty_name: ['Clay', 'Dickinson'], + cty_code: ['19041', '19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.32193, lat: 43.20596 }, + }, + { + zip_code: '51363', + usps_city: 'Superior', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 205.9, + primary_coty_code: '19059', + primary_coty_name: 'Dickinson', + county_weights: '{"19059": "100"}', + coty_name: ['Dickinson'], + cty_code: ['19059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.94672, lat: 43.43359 }, + }, + { + zip_code: '51537', + usps_city: 'Harlan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 6716.0, + density: 15.9, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "100"}', + coty_name: ['Shelby'], + cty_code: ['19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.29293, lat: 41.64756 }, + }, + { + zip_code: '52074', + usps_city: 'Spragueville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 4.9, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "100"}', + coty_name: ['Jackson'], + cty_code: ['19097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.47243, lat: 42.10943 }, + }, + { + zip_code: '52101', + usps_city: 'Decorah', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 13531.0, + density: 16.8, + primary_coty_code: '19191', + primary_coty_name: 'Winneshiek', + county_weights: '{"19191": "99.72", "19005": "0.28"}', + coty_name: ['Winneshiek', 'Allamakee'], + cty_code: ['19191', '19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76474, lat: 43.35368 }, + }, + { + zip_code: '52135', + usps_city: 'Clermont', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 9.9, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66822, lat: 43.01941 }, + }, + { + zip_code: '52142', + usps_city: 'Fayette', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1743.0, + density: 9.2, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7916, lat: 42.82875 }, + }, + { + zip_code: '52146', + usps_city: 'Harpers Ferry', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 877.0, + density: 4.3, + primary_coty_code: '19005', + primary_coty_name: 'Allamakee', + county_weights: '{"19005": "100"}', + coty_name: ['Allamakee'], + cty_code: ['19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.19789, lat: 43.18966 }, + }, + { + zip_code: '52169', + usps_city: 'Wadena', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 315.0, + density: 4.1, + primary_coty_code: '19065', + primary_coty_name: 'Fayette', + county_weights: '{"19065": "100"}', + coty_name: ['Fayette'], + cty_code: ['19065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.66429, lat: 42.85318 }, + }, + { + zip_code: '52322', + usps_city: 'Oxford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2498.0, + density: 10.8, + primary_coty_code: '19103', + primary_coty_name: 'Johnson', + county_weights: '{"19103": "100"}', + coty_name: ['Johnson'], + cty_code: ['19103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76015, lat: 41.6911 }, + }, + { + zip_code: '52354', + usps_city: 'Watkins', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 365.0, + density: 4.8, + primary_coty_code: '19011', + primary_coty_name: 'Benton', + county_weights: '{"19011": "100"}', + coty_name: ['Benton'], + cty_code: ['19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.98774, lat: 41.91593 }, + }, + { + zip_code: '52535', + usps_city: 'Birmingham', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1039.0, + density: 7.0, + primary_coty_code: '19177', + primary_coty_name: 'Van Buren', + county_weights: '{"19177": "94.03", "19101": "5.97"}', + coty_name: ['Van Buren', 'Jefferson'], + cty_code: ['19177', '19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96052, lat: 40.86516 }, + }, + { + zip_code: '52544', + usps_city: 'Centerville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7309.0, + density: 20.6, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "100"}', + coty_name: ['Appanoose'], + cty_code: ['19007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.91073, lat: 40.71758 }, + }, + { + zip_code: '52580', + usps_city: 'Packwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 621.0, + density: 6.3, + primary_coty_code: '19101', + primary_coty_name: 'Jefferson', + county_weights: '{"19101": "100"}', + coty_name: ['Jefferson'], + cty_code: ['19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08762, lat: 41.12332 }, + }, + { + zip_code: '52623', + usps_city: 'Danville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1798.0, + density: 12.0, + primary_coty_code: '19057', + primary_coty_name: 'Des Moines', + county_weights: '{"19057": "84.5", "19087": "15.5"}', + coty_name: ['Des Moines', 'Henry'], + cty_code: ['19057', '19087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.33838, lat: 40.85736 }, + }, + { + zip_code: '52773', + usps_city: 'Walcott', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2821.0, + density: 19.4, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "99.33", "19139": "0.67"}', + coty_name: ['Scott', 'Muscatine'], + cty_code: ['19163', '19139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7567, lat: 41.62196 }, + }, + { + zip_code: '53044', + usps_city: 'Kohler', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2334.0, + density: 228.8, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78231, lat: 43.74238 }, + }, + { + zip_code: '53085', + usps_city: 'Sheboygan Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 11537.0, + density: 62.6, + primary_coty_code: '55117', + primary_coty_name: 'Sheboygan', + county_weights: '{"55117": "100"}', + coty_name: ['Sheboygan'], + cty_code: ['55117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.85119, lat: 43.73592 }, + }, + { + zip_code: '53118', + usps_city: 'Dousman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7112.0, + density: 73.3, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "93.21", "55055": "6.79"}', + coty_name: ['Waukesha', 'Jefferson'], + cty_code: ['55133', '55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49083, lat: 42.97132 }, + }, + { + zip_code: '53121', + usps_city: 'Elkhorn', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18949.0, + density: 63.5, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "100"}', + coty_name: ['Walworth'], + cty_code: ['55127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52927, lat: 42.70882 }, + }, + { + zip_code: '53122', + usps_city: 'Elm Grove', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6153.0, + density: 727.0, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08681, lat: 43.04813 }, + }, + { + zip_code: '53179', + usps_city: 'Trevor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7143.0, + density: 256.8, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13113, lat: 42.5135 }, + }, + { + zip_code: '53551', + usps_city: 'Lake Mills', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8656.0, + density: 79.1, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.91614, lat: 43.08158 }, + }, + { + zip_code: '53553', + usps_city: 'Linden', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 602.0, + density: 26.7, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30218, lat: 42.90783 }, + }, + { + zip_code: '53808', + usps_city: 'Dickeyville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1226.0, + density: 573.4, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5931, lat: 42.62614 }, + }, + { + zip_code: '53813', + usps_city: 'Lancaster', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5887.0, + density: 15.4, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.71955, lat: 42.84391 }, + }, + { + zip_code: '54125', + usps_city: 'Goodman', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 506.0, + density: 2.6, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "99.61", "55041": "0.39"}', + coty_name: ['Marinette', 'Forest'], + cty_code: ['55075', '55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.37509, lat: 45.60064 }, + }, + { + zip_code: '54141', + usps_city: 'Little Suamico', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2257.0, + density: 34.0, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100"}', + coty_name: ['Oconto'], + cty_code: ['55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00603, lat: 44.72742 }, + }, + { + zip_code: '54143', + usps_city: 'Marinette', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14885.0, + density: 84.8, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "100"}', + coty_name: ['Marinette'], + cty_code: ['55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70086, lat: 45.08657 }, + }, + { + zip_code: '54155', + usps_city: 'Oneida', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7369.0, + density: 82.8, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "67.99", "55087": "32.01"}', + coty_name: ['Brown', 'Outagamie'], + cty_code: ['55009', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19821, lat: 44.52252 }, + }, + { + zip_code: '54159', + usps_city: 'Porterfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1150.0, + density: 7.1, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "100"}', + coty_name: ['Marinette'], + cty_code: ['55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82772, lat: 45.194 }, + }, + { + zip_code: '54205', + usps_city: 'Casco', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2100.0, + density: 19.7, + primary_coty_code: '55061', + primary_coty_name: 'Kewaunee', + county_weights: '{"55061": "97.01", "55029": "2.99"}', + coty_name: ['Kewaunee', 'Door'], + cty_code: ['55061', '55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62521, lat: 44.60088 }, + }, + { + zip_code: '54234', + usps_city: 'Sister Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1644.0, + density: 26.4, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.09228, lat: 45.18253 }, + }, + { + zip_code: '54307', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1173.0, + density: 5582.9, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03664, lat: 44.47045 }, + }, + { + zip_code: '54413', + usps_city: 'Babcock', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 1.8, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "100"}', + coty_name: ['Wood'], + cty_code: ['55141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13183, lat: 44.28432 }, + }, + { + zip_code: '54462', + usps_city: 'Pearson', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 357.0, + density: 3.4, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "100"}', + coty_name: ['Langlade'], + cty_code: ['55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.99395, lat: 45.39568 }, + }, + { + zip_code: '54524', + usps_city: 'Fifield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 632.0, + density: 2.7, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.33167, lat: 45.84562 }, + }, + { + zip_code: '54548', + usps_city: 'Minocqua', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4853.0, + density: 21.2, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "91.79", "55125": "8.21"}', + coty_name: ['Oneida', 'Vilas'], + cty_code: ['55085', '55125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82106, lat: 45.85982 }, + }, + { + zip_code: '54635', + usps_city: 'Hixton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 8.1, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "100"}', + coty_name: ['Jackson'], + cty_code: ['55053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04457, lat: 44.40441 }, + }, + { + zip_code: '54661', + usps_city: 'Trempealeau', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3718.0, + density: 27.6, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "99.97", "55063": "0.03"}', + coty_name: ['Trempealeau', 'La Crosse'], + cty_code: ['55121', '55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47069, lat: 44.0597 }, + }, + { + zip_code: '54737', + usps_city: 'Eau Galle', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 9.5, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "92.81", "55091": "7.19"}', + coty_name: ['Dunn', 'Pepin'], + cty_code: ['55033', '55091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.9822, lat: 44.71526 }, + }, + { + zip_code: '54826', + usps_city: 'Comstock', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 5.8, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "56.51", "55095": "43.49"}', + coty_name: ['Barron', 'Polk'], + cty_code: ['55005', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.16712, lat: 45.50282 }, + }, + { + zip_code: '54841', + usps_city: 'Haugen', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 283.0, + density: 302.1, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "100"}', + coty_name: ['Barron'], + cty_code: ['55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.77864, lat: 45.60657 }, + }, + { + zip_code: '54847', + usps_city: 'Iron River', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2083.0, + density: 4.9, + primary_coty_code: '55007', + primary_coty_name: 'Bayfield', + county_weights: '{"55007": "100"}', + coty_name: ['Bayfield'], + cty_code: ['55007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40233, lat: 46.58715 }, + }, + { + zip_code: '54921', + usps_city: 'Bancroft', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1097.0, + density: 5.4, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "92.99", "55001": "7.01"}', + coty_name: ['Portage', 'Adams'], + cty_code: ['55097', '55001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.56444, lat: 44.30242 }, + }, + { + zip_code: '54977', + usps_city: 'Scandinavia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1502.0, + density: 15.1, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "93.42", "55097": "6.58"}', + coty_name: ['Waupaca', 'Portage'], + cty_code: ['55135', '55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16597, lat: 44.45795 }, + }, + { + zip_code: '54983', + usps_city: 'Weyauwega', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4445.0, + density: 20.2, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "93.93", "55137": "6.07"}', + coty_name: ['Waupaca', 'Waushara'], + cty_code: ['55135', '55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.93356, lat: 44.31923 }, + }, + { + zip_code: '55007', + usps_city: 'Brook Park', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2493.0, + density: 8.1, + primary_coty_code: '27065', + primary_coty_name: 'Kanabec', + county_weights: '{"27065": "58.01", "27115": "41.99"}', + coty_name: ['Kanabec', 'Pine'], + cty_code: ['27065', '27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12285, lat: 45.97515 }, + }, + { + zip_code: '55102', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18633.0, + density: 2210.4, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12161, lat: 44.93189 }, + }, + { + zip_code: '55105', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26545.0, + density: 2837.4, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.16817, lat: 44.9346 }, + }, + { + zip_code: '55110', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 40254.0, + density: 642.0, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "89.23", "27163": "9.34", "27003": "1.43"}', + coty_name: ['Ramsey', 'Washington', 'Anoka'], + cty_code: ['27123', '27163', '27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00627, lat: 45.09024 }, + }, + { + zip_code: '55350', + usps_city: 'Hutchinson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 17903.0, + density: 43.0, + primary_coty_code: '27085', + primary_coty_name: 'McLeod', + county_weights: '{"27085": "97.64", "27093": "2.13", "27129": "0.23"}', + coty_name: ['McLeod', 'Meeker', 'Renville'], + cty_code: ['27085', '27093', '27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3939, lat: 44.89535 }, + }, + { + zip_code: '55407', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 40980.0, + density: 3915.9, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2529, lat: 44.93503 }, + }, + { + zip_code: '55411', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 31183.0, + density: 2966.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29835, lat: 44.99927 }, + }, + { + zip_code: '55416', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 33036.0, + density: 1742.7, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.33884, lat: 44.94927 }, + }, + { + zip_code: '55707', + usps_city: 'Barnum', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3321.0, + density: 8.1, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "100"}', + coty_name: ['Carlton'], + cty_code: ['27017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64828, lat: 46.54618 }, + }, + { + zip_code: '55793', + usps_city: 'Warba', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 3.3, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28405, lat: 47.1159 }, + }, + { + zip_code: '55929', + usps_city: 'Dover', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1271.0, + density: 10.6, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "100"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.13966, lat: 43.97676 }, + }, + { + zip_code: '55954', + usps_city: 'Mabel', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1438.0, + density: 8.5, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "93.97", "27055": "6.03"}', + coty_name: ['Fillmore', 'Houston'], + cty_code: ['27045', '27055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78085, lat: 43.56465 }, + }, + { + zip_code: '55971', + usps_city: 'Rushford', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2902.0, + density: 13.9, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "84.83", "27169": "10.46", "27055": "4.71"}', + coty_name: ['Fillmore', 'Winona', 'Houston'], + cty_code: ['27045', '27169', '27055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75538, lat: 43.81586 }, + }, + { + zip_code: '56046', + usps_city: 'Hope', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 24.0, + primary_coty_code: '27147', + primary_coty_name: 'Steele', + county_weights: '{"27147": "100"}', + coty_name: ['Steele'], + cty_code: ['27147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.27154, lat: 43.9645 }, + }, + { + zip_code: '56063', + usps_city: 'Madison Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2909.0, + density: 26.6, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "73.46", "27079": "25.04", "27161": "1.51"}', + coty_name: ['Blue Earth', 'Le Sueur', 'Waseca'], + cty_code: ['27013', '27079', '27161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82015, lat: 44.21914 }, + }, + { + zip_code: '56118', + usps_city: 'Bingham Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 3.0, + primary_coty_code: '27033', + primary_coty_name: 'Cottonwood', + county_weights: '{"27033": "94.06", "27063": "5.94"}', + coty_name: ['Cottonwood', 'Jackson'], + cty_code: ['27033', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.03209, lat: 43.93821 }, + }, + { + zip_code: '56132', + usps_city: 'Garvin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 2.8, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "60.74", "27101": "39.26"}', + coty_name: ['Lyon', 'Murray'], + cty_code: ['27083', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.75858, lat: 44.20559 }, + }, + { + zip_code: '56176', + usps_city: 'Trimont', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1111.0, + density: 7.0, + primary_coty_code: '27091', + primary_coty_name: 'Martin', + county_weights: '{"27091": "100"}', + coty_name: ['Martin'], + cty_code: ['27091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.724, lat: 43.78443 }, + }, + { + zip_code: '56297', + usps_city: 'Wood Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 5.1, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "100"}', + coty_name: ['Yellow Medicine'], + cty_code: ['27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54302, lat: 44.63679 }, + }, + { + zip_code: '56368', + usps_city: 'Richmond', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4634.0, + density: 26.0, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53893, lat: 45.4521 }, + }, + { + zip_code: '56433', + usps_city: 'Akeley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 5.3, + primary_coty_code: '27057', + primary_coty_name: 'Hubbard', + county_weights: '{"27057": "81.2", "27021": "18.8"}', + coty_name: ['Hubbard', 'Cass'], + cty_code: ['27057', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69687, lat: 46.97333 }, + }, + { + zip_code: '56465', + usps_city: 'Merrifield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2097.0, + density: 20.9, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "100"}', + coty_name: ['Crow Wing'], + cty_code: ['27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.11216, lat: 46.53526 }, + }, + { + zip_code: '56519', + usps_city: 'Borup', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 1.1, + primary_coty_code: '27107', + primary_coty_name: 'Norman', + county_weights: '{"27107": "69.67", "27027": "30.33"}', + coty_name: ['Norman', 'Clay'], + cty_code: ['27107', '27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48887, lat: 47.16305 }, + }, + { + zip_code: '56524', + usps_city: 'Clitherall', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 618.0, + density: 5.9, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61021, lat: 46.21378 }, + }, + { + zip_code: '56578', + usps_city: 'Rochert', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 778.0, + density: 4.4, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65265, lat: 46.94039 }, + }, + { + zip_code: '56583', + usps_city: 'Tintah', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 145.0, + density: 0.7, + primary_coty_code: '27155', + primary_coty_name: 'Traverse', + county_weights: '{"27155": "77.38", "27167": "22.62"}', + coty_name: ['Traverse', 'Wilkin'], + cty_code: ['27155', '27167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.41106, lat: 46.01056 }, + }, + { + zip_code: '56710', + usps_city: 'Alvarado', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 5.0, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "95.92", "27119": "4.08"}', + coty_name: ['Marshall', 'Polk'], + cty_code: ['27089', '27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00188, lat: 48.21548 }, + }, + { + zip_code: '57015', + usps_city: 'Chancellor', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 6.3, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "100"}', + coty_name: ['Turner'], + cty_code: ['46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98006, lat: 43.41842 }, + }, + { + zip_code: '57028', + usps_city: 'Flandreau', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3425.0, + density: 6.6, + primary_coty_code: '46101', + primary_coty_name: 'Moody', + county_weights: '{"46101": "100"}', + coty_name: ['Moody'], + cty_code: ['46101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60564, lat: 44.0604 }, + }, + { + zip_code: '57063', + usps_city: 'Tabor', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 816.0, + density: 3.5, + primary_coty_code: '46009', + primary_coty_name: 'Bon Homme', + county_weights: '{"46009": "87.97", "46135": "12.03"}', + coty_name: ['Bon Homme', 'Yankton'], + cty_code: ['46009', '46135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.68508, lat: 42.92373 }, + }, + { + zip_code: '57110', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 18422.0, + density: 350.8, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.63772, lat: 43.54322 }, + }, + { + zip_code: '57249', + usps_city: 'Lake Preston', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 1.8, + primary_coty_code: '46077', + primary_coty_name: 'Kingsbury', + county_weights: '{"46077": "100"}', + coty_name: ['Kingsbury'], + cty_code: ['46077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36306, lat: 44.37332 }, + }, + { + zip_code: '57256', + usps_city: 'Ortley', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 1.5, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "58.27", "46051": "41.73"}', + coty_name: ['Roberts', 'Grant'], + cty_code: ['46109', '46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19248, lat: 45.2657 }, + }, + { + zip_code: '57324', + usps_city: 'Cavour', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 1.8, + primary_coty_code: '46005', + primary_coty_name: 'Beadle', + county_weights: '{"46005": "100"}', + coty_name: ['Beadle'], + cty_code: ['46005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.05399, lat: 44.29847 }, + }, + { + zip_code: '57429', + usps_city: 'Brentford', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 1.0, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "100"}', + coty_name: ['Spink'], + cty_code: ['46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.2973, lat: 45.17477 }, + }, + { + zip_code: '57438', + usps_city: 'Faulkton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1403.0, + density: 1.2, + primary_coty_code: '46049', + primary_coty_name: 'Faulk', + county_weights: '{"46049": "100"}', + coty_name: ['Faulk'], + cty_code: ['46049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16239, lat: 45.06372 }, + }, + { + zip_code: '57570', + usps_city: 'Rosebud', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1994.0, + density: 8.1, + primary_coty_code: '46121', + primary_coty_name: 'Todd', + county_weights: '{"46121": "100"}', + coty_name: ['Todd'], + cty_code: ['46121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.87597, lat: 43.23712 }, + }, + { + zip_code: '57639', + usps_city: 'Little Eagle', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 7.2, + primary_coty_code: '46031', + primary_coty_name: 'Corson', + county_weights: '{"46031": "100"}', + coty_name: ['Corson'], + cty_code: ['46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.7718, lat: 45.70362 }, + }, + { + zip_code: '57706', + usps_city: 'Ellsworth Afb', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3035.0, + density: 182.2, + primary_coty_code: '46093', + primary_coty_name: 'Meade', + county_weights: '{"46093": "86.01", "46103": "13.99"}', + coty_name: ['Meade', 'Pennington'], + cty_code: ['46093', '46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.09356, lat: 44.15719 }, + }, + { + zip_code: '57716', + usps_city: 'Batesland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 1.1, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 97.33, "46007": 2.67}', + coty_name: ['Oglala Lakota', 'Bennett'], + cty_code: ['46102', '46007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.20056, lat: 43.1085 }, + }, + { + zip_code: '57790', + usps_city: 'Wall', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1124.0, + density: 0.6, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "100"}', + coty_name: ['Pennington'], + cty_code: ['46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.21554, lat: 44.08293 }, + }, + { + zip_code: '58002', + usps_city: 'Absaraka', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 3.5, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.40689, lat: 46.97633 }, + }, + { + zip_code: '58040', + usps_city: 'Gwinner', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 5.6, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "100"}', + coty_name: ['Sargent'], + cty_code: ['38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76732, lat: 46.21453 }, + }, + { + zip_code: '58218', + usps_city: 'Buxton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 906.0, + density: 2.8, + primary_coty_code: '38097', + primary_coty_name: 'Traill', + county_weights: '{"38097": "100"}', + coty_name: ['Traill'], + cty_code: ['38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04589, lat: 47.59477 }, + }, + { + zip_code: '58228', + usps_city: 'Emerado', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 869.0, + density: 3.2, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "100"}', + coty_name: ['Grand Forks'], + cty_code: ['38035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.35236, lat: 47.87866 }, + }, + { + zip_code: '58339', + usps_city: 'Hansboro', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 22.0, + density: 0.3, + primary_coty_code: '38095', + primary_coty_name: 'Towner', + county_weights: '{"38095": "100"}', + coty_name: ['Towner'], + cty_code: ['38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.44561, lat: 48.89582 }, + }, + { + zip_code: '58463', + usps_city: 'Mcclusky', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 0.7, + primary_coty_code: '38083', + primary_coty_name: 'Sheridan', + county_weights: '{"38083": "100"}', + coty_name: ['Sheridan'], + cty_code: ['38083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.47234, lat: 47.49072 }, + }, + { + zip_code: '98512', + usps_city: 'Olympia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30383.0, + density: 77.9, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.04842, lat: 46.95651 }, + }, + { + zip_code: '98526', + usps_city: 'Amanda Park', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 208.0, + density: 0.9, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.97576, lat: 47.46144 }, + }, + { + zip_code: '98537', + usps_city: 'Cosmopolis', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2150.0, + density: 4.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "96.15", "53049": "3.85"}', + coty_name: ['Grays Harbor', 'Pacific'], + cty_code: ['53027', '53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.60261, lat: 46.83011 }, + }, + { + zip_code: '98557', + usps_city: 'Mccleary', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3304.0, + density: 35.4, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "98.02", "53045": "1.98"}', + coty_name: ['Grays Harbor', 'Mason'], + cty_code: ['53027', '53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.26797, lat: 47.04402 }, + }, + { + zip_code: '98610', + usps_city: 'Carson', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 3349.0, + density: 3.5, + primary_coty_code: '53059', + primary_coty_name: 'Skamania', + county_weights: '{"53059": "100"}', + coty_name: ['Skamania'], + cty_code: ['53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.0707, lat: 45.86735 }, + }, + { + zip_code: '98640', + usps_city: 'Ocean Park', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4576.0, + density: 86.2, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "100"}', + coty_name: ['Pacific'], + cty_code: ['53049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.04613, lat: 46.54758 }, + }, + { + zip_code: '98665', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 26518.0, + density: 1266.9, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.65942, lat: 45.67974 }, + }, + { + zip_code: '98849', + usps_city: 'Riverside', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1318.0, + density: 3.3, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.40391, lat: 48.53819 }, + }, + { + zip_code: '98948', + usps_city: 'Toppenish', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 13251.0, + density: 23.5, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "100"}', + coty_name: ['Yakima'], + cty_code: ['53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.32839, lat: 46.28525 }, + }, + { + zip_code: '99013', + usps_city: 'Ford', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1815.0, + density: 6.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "82.75", "53043": "10.2", "53063": "7.06"}', + coty_name: ['Stevens', 'Lincoln', 'Spokane'], + cty_code: ['53065', '53043', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.83445, lat: 47.89239 }, + }, + { + zip_code: '99021', + usps_city: 'Mead', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 10019.0, + density: 46.0, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.18953, lat: 47.84824 }, + }, + { + zip_code: '99030', + usps_city: 'Rockford', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 976.0, + density: 4.8, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.11023, lat: 47.4841 }, + }, + { + zip_code: '99115', + usps_city: 'Coulee City', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 1.0, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "86.26", "53017": "13.74"}', + coty_name: ['Grant', 'Douglas'], + cty_code: ['53025', '53017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.42387, lat: 47.64718 }, + }, + { + zip_code: '99135', + usps_city: 'Hartline', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 0.7, + primary_coty_code: '53025', + primary_coty_name: 'Grant', + county_weights: '{"53025": "100"}', + coty_name: ['Grant'], + cty_code: ['53025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.09739, lat: 47.66121 }, + }, + { + zip_code: '99147', + usps_city: 'Lincoln', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 5.8, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44258, lat: 47.8395 }, + }, + { + zip_code: '99207', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30411.0, + density: 2155.6, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.38782, lat: 47.68889 }, + }, + { + zip_code: '99502', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 25268.0, + density: 553.3, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.98643, lat: 61.1633 }, + }, + { + zip_code: '99504', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 42341.0, + density: 2566.5, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.74703, lat: 61.20399 }, + }, + { + zip_code: '99549', + usps_city: 'Port Heiden', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 0.7, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.60007, lat: 56.94163 }, + }, + { + zip_code: '99572', + usps_city: 'Cooper Landing', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 488.0, + density: 1.4, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.93761, lat: 60.50805 }, + }, + { + zip_code: '99576', + usps_city: 'Dillingham', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2499.0, + density: 0.1, + primary_coty_code: '2070', + primary_coty_name: 'Dillingham', + county_weights: '{"02070": "100"}', + coty_name: ['Dillingham'], + cty_code: ['2070'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.39441, lat: 59.99003 }, + }, + { + zip_code: '99768', + usps_city: 'Ruby', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -154.87994, lat: 65.11675 }, + }, + { + zip_code: '99769', + usps_city: 'Savoonga', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 65.5, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -170.48517, lat: 63.67959 }, + }, + { + zip_code: '99784', + usps_city: 'White Mountain', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 86.3, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.40587, lat: 64.68209 }, + }, + { + zip_code: '99820', + usps_city: 'Angoon', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 510.0, + density: 0.2, + primary_coty_code: '2105', + primary_coty_name: 'Hoonah-Angoon', + county_weights: '{"02105": "100"}', + coty_name: ['Hoonah-Angoon'], + cty_code: ['2105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -134.19673, lat: 57.43987 }, + }, + { + zip_code: '31016', + usps_city: 'Culloden', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2167.0, + density: 9.2, + primary_coty_code: '13207', + primary_coty_name: 'Monroe', + county_weights: + '{"13207": "59.46", "13293": "29.73", "13171": "8.5", "13079": "2.31"}', + coty_name: ['Monroe', 'Upson', 'Lamar', 'Crawford'], + cty_code: ['13207', '13293', '13171', '13079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.11459, lat: 32.84316 }, + }, + { + zip_code: '31097', + usps_city: 'Yatesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1345.0, + density: 9.7, + primary_coty_code: '13293', + primary_coty_name: 'Upson', + county_weights: '{"13293": "91.24", "13171": "4.69", "13207": "4.07"}', + coty_name: ['Upson', 'Lamar', 'Monroe'], + cty_code: ['13293', '13171', '13207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15821, lat: 32.89556 }, + }, + { + zip_code: '31206', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26216.0, + density: 362.5, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "100"}', + coty_name: ['Bibb'], + cty_code: ['13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67896, lat: 32.79141 }, + }, + { + zip_code: '31327', + usps_city: 'Sapelo Island', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 2.1, + primary_coty_code: '13191', + primary_coty_name: 'McIntosh', + county_weights: '{"13191": "100"}', + coty_name: ['McIntosh'], + cty_code: ['13191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25787, lat: 31.46187 }, + }, + { + zip_code: '31405', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 37399.0, + density: 474.2, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17255, lat: 32.03949 }, + }, + { + zip_code: '31409', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 51.4, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.15692, lat: 32.00938 }, + }, + { + zip_code: '31545', + usps_city: 'Jesup', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16119.0, + density: 62.8, + primary_coty_code: '13305', + primary_coty_name: 'Wayne', + county_weights: '{"13305": "100"}', + coty_name: ['Wayne'], + cty_code: ['13305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94185, lat: 31.6523 }, + }, + { + zip_code: '31714', + usps_city: 'Ashburn', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5533.0, + density: 11.4, + primary_coty_code: '13287', + primary_coty_name: 'Turner', + county_weights: '{"13287": "97.37", "13321": "2.63"}', + coty_name: ['Turner', 'Worth'], + cty_code: ['13287', '13321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.68522, lat: 31.71538 }, + }, + { + zip_code: '32097', + usps_city: 'Yulee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19030.0, + density: 55.3, + primary_coty_code: '12089', + primary_coty_name: 'Nassau', + county_weights: '{"12089": "100"}', + coty_name: ['Nassau'], + cty_code: ['12089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62968, lat: 30.66378 }, + }, + { + zip_code: '32118', + usps_city: 'Daytona Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17520.0, + density: 1596.3, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00438, lat: 29.21058 }, + }, + { + zip_code: '32129', + usps_city: 'Port Orange', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22185.0, + density: 1152.1, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02392, lat: 29.13714 }, + }, + { + zip_code: '32347', + usps_city: 'Perry', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7609.0, + density: 27.8, + primary_coty_code: '12123', + primary_coty_name: 'Taylor', + county_weights: '{"12123": "100"}', + coty_name: ['Taylor'], + cty_code: ['12123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61601, lat: 30.16688 }, + }, + { + zip_code: '32410', + usps_city: 'Mexico Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 964.0, + density: 18.6, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.41822, lat: 29.99426 }, + }, + { + zip_code: '32460', + usps_city: 'Sneads', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5690.0, + density: 29.6, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.94783, lat: 30.76879 }, + }, + { + zip_code: '32462', + usps_city: 'Vernon', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3488.0, + density: 8.8, + primary_coty_code: '12133', + primary_coty_name: 'Washington', + county_weights: '{"12133": "93.52", "12131": "5.28", "12005": "1.2"}', + coty_name: ['Washington', 'Walton', 'Bay'], + cty_code: ['12133', '12131', '12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.83113, lat: 30.55565 }, + }, + { + zip_code: '32565', + usps_city: 'Jay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5014.0, + density: 8.4, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.13923, lat: 30.89329 }, + }, + { + zip_code: '32819', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27840.0, + density: 521.3, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.47105, lat: 28.4559 }, + }, + { + zip_code: '33032', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 50135.0, + density: 1028.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39188, lat: 25.53021 }, + }, + { + zip_code: '33130', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29737.0, + density: 10413.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20323, lat: 25.7682 }, + }, + { + zip_code: '33147', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47811.0, + density: 2544.6, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23821, lat: 25.85142 }, + }, + { + zip_code: '33168', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27414.0, + density: 2874.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20929, lat: 25.89293 }, + }, + { + zip_code: '33449', + usps_city: 'Lake Worth', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12321.0, + density: 256.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.23268, lat: 26.58992 }, + }, + { + zip_code: '33455', + usps_city: 'Hobe Sound', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22200.0, + density: 174.8, + primary_coty_code: '12085', + primary_coty_name: 'Martin', + county_weights: '{"12085": "100"}', + coty_name: ['Martin'], + cty_code: ['12085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.16475, lat: 27.05565 }, + }, + { + zip_code: '33498', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15150.0, + density: 787.7, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21993, lat: 26.38587 }, + }, + { + zip_code: '33566', + usps_city: 'Plant City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21505.0, + density: 361.8, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11639, lat: 27.99275 }, + }, + { + zip_code: '33603', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21366.0, + density: 1994.1, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46462, lat: 27.98544 }, + }, + { + zip_code: '33616', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16781.0, + density: 1704.7, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.52876, lat: 27.86641 }, + }, + { + zip_code: '33708', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16083.0, + density: 1818.6, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79319, lat: 27.81181 }, + }, + { + zip_code: '33710', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34222.0, + density: 1664.9, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7304, lat: 27.79007 }, + }, + { + zip_code: '33763', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19730.0, + density: 2185.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74403, lat: 28.00333 }, + }, + { + zip_code: '33772', + usps_city: 'Seminole', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23125.0, + density: 1718.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7964, lat: 27.84258 }, + }, + { + zip_code: '33803', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29460.0, + density: 730.0, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93264, lat: 28.00888 }, + }, + { + zip_code: '33912', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18646.0, + density: 338.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8252, lat: 26.53286 }, + }, + { + zip_code: '33919', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30330.0, + density: 1301.6, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90338, lat: 26.55668 }, + }, + { + zip_code: '33950', + usps_city: 'Punta Gorda', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23299.0, + density: 400.4, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04419, lat: 26.9022 }, + }, + { + zip_code: '33952', + usps_city: 'Port Charlotte', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33390.0, + density: 1167.6, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.0972, lat: 26.99012 }, + }, + { + zip_code: '33972', + usps_city: 'Lehigh Acres', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15515.0, + density: 239.3, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61667, lat: 26.6492 }, + }, + { + zip_code: '34101', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76799, lat: 26.04632 }, + }, + { + zip_code: '34112', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27064.0, + density: 649.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74162, lat: 26.11803 }, + }, + { + zip_code: '34142', + usps_city: 'Immokalee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30534.0, + density: 20.0, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "95", "12051": "5"}', + coty_name: ['Collier', 'Hendry'], + cty_code: ['12021', '12051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33595, lat: 26.33816 }, + }, + { + zip_code: '34235', + usps_city: 'Sarasota', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15303.0, + density: 898.2, + primary_coty_code: '12115', + primary_coty_name: 'Sarasota', + county_weights: '{"12115": "100"}', + coty_name: ['Sarasota'], + cty_code: ['12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4756, lat: 27.36755 }, + }, + { + zip_code: '34705', + usps_city: 'Astatula', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2860.0, + density: 62.1, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71559, lat: 28.69928 }, + }, + { + zip_code: '34741', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 47710.0, + density: 1233.1, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42571, lat: 28.30548 }, + }, + { + zip_code: '34743', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45109.0, + density: 2515.6, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35438, lat: 28.3306 }, + }, + { + zip_code: '34952', + usps_city: 'Port Saint Lucie', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 41567.0, + density: 689.7, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29887, lat: 27.29562 }, + }, + { + zip_code: '35020', + usps_city: 'Bessemer', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 25757.0, + density: 521.4, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.95158, lat: 33.40271 }, + }, + { + zip_code: '35111', + usps_city: 'McCalla', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 16325.0, + density: 98.2, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "50.43", "01073": "47.32", "01007": "2.24"}', + coty_name: ['Tuscaloosa', 'Jefferson', 'Bibb'], + cty_code: ['01125', '01073', '01007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.09455, lat: 33.28424 }, + }, + { + zip_code: '35148', + usps_city: 'Sumiton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2183.0, + density: 136.6, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "99.3", "01073": "0.7"}', + coty_name: ['Walker', 'Jefferson'], + cty_code: ['01127', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.04551, lat: 33.75635 }, + }, + { + zip_code: '35211', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 24745.0, + density: 539.8, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.87148, lat: 33.4501 }, + }, + { + zip_code: '35461', + usps_city: 'Ethelsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2093.0, + density: 6.5, + primary_coty_code: '1107', + primary_coty_name: 'Pickens', + county_weights: '{"01107": "100"}', + coty_name: ['Pickens'], + cty_code: ['1107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2142, lat: 33.41546 }, + }, + { + zip_code: '35463', + usps_city: 'Fosters', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2074.0, + density: 13.1, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "96.05", "01063": "3.95"}', + coty_name: ['Tuscaloosa', 'Greene'], + cty_code: ['01125', '01063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68755, lat: 33.06901 }, + }, + { + zip_code: '35552', + usps_city: 'Detroit', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 6.5, + primary_coty_code: '1075', + primary_coty_name: 'Lamar', + county_weights: '{"01075": "52.59", "01093": "47.41"}', + coty_name: ['Lamar', 'Marion'], + cty_code: ['01075', '01093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14216, lat: 34.07228 }, + }, + { + zip_code: '36266', + usps_city: 'Lineville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6106.0, + density: 13.2, + primary_coty_code: '1027', + primary_coty_name: 'Clay', + county_weights: '{"01027": "86.4", "01111": "13.6"}', + coty_name: ['Clay', 'Randolph'], + cty_code: ['01027', '01111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.74061, lat: 33.34875 }, + }, + { + zip_code: '36344', + usps_city: 'Hartford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5719.0, + density: 17.2, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "100"}', + coty_name: ['Geneva'], + cty_code: ['1061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.70899, lat: 31.09822 }, + }, + { + zip_code: '36435', + usps_city: 'Coy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 3.3, + primary_coty_code: '1131', + primary_coty_name: 'Wilcox', + county_weights: '{"01131": "100"}', + coty_name: ['Wilcox'], + cty_code: ['1131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.4598, lat: 31.88219 }, + }, + { + zip_code: '36580', + usps_city: 'Summerdale', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5507.0, + density: 39.5, + primary_coty_code: '1003', + primary_coty_name: 'Baldwin', + county_weights: '{"01003": "100"}', + coty_name: ['Baldwin'], + cty_code: ['1003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70046, lat: 30.48177 }, + }, + { + zip_code: '36750', + usps_city: 'Maplesville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2622.0, + density: 8.9, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "98.07", "01007": "1.93"}', + coty_name: ['Chilton', 'Bibb'], + cty_code: ['01021', '01007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.85061, lat: 32.78696 }, + }, + { + zip_code: '36830', + usps_city: 'Auburn', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 39476.0, + density: 152.8, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "97.78", "01087": "2.22"}', + coty_name: ['Lee', 'Macon'], + cty_code: ['01081', '01087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.49206, lat: 32.53888 }, + }, + { + zip_code: '37061', + usps_city: 'Erin', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4942.0, + density: 19.8, + primary_coty_code: '47083', + primary_coty_name: 'Houston', + county_weights: '{"47083": "100"}', + coty_name: ['Houston'], + cty_code: ['47083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65522, lat: 36.28313 }, + }, + { + zip_code: '37180', + usps_city: 'Unionville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4362.0, + density: 53.2, + primary_coty_code: '47003', + primary_coty_name: 'Bedford', + county_weights: '{"47003": "100"}', + coty_name: ['Bedford'], + cty_code: ['47003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.58122, lat: 35.61158 }, + }, + { + zip_code: '37209', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 38664.0, + density: 410.7, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.92156, lat: 36.15547 }, + }, + { + zip_code: '37213', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 95.0, + density: 50.7, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76694, lat: 36.16628 }, + }, + { + zip_code: '37217', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 30146.0, + density: 806.7, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.65907, lat: 36.10517 }, + }, + { + zip_code: '37345', + usps_city: 'Huntland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2587.0, + density: 17.4, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "100"}', + coty_name: ['Franklin'], + cty_code: ['47051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.24032, lat: 35.03681 }, + }, + { + zip_code: '37363', + usps_city: 'Ooltewah', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39941.0, + density: 209.8, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.06431, lat: 35.11406 }, + }, + { + zip_code: '37388', + usps_city: 'Tullahoma', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 25367.0, + density: 105.8, + primary_coty_code: '47031', + primary_coty_name: 'Coffee', + county_weights: + '{"47031": "76.1", "47051": "17.71", "47127": "5.69", "47003": "0.5"}', + coty_name: ['Coffee', 'Franklin', 'Moore', 'Bedford'], + cty_code: ['47031', '47051', '47127', '47003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.21998, lat: 35.34685 }, + }, + { + zip_code: '37618', + usps_city: 'Bluff City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 13936.0, + density: 78.0, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "100"}', + coty_name: ['Sullivan'], + cty_code: ['47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.20725, lat: 36.46567 }, + }, + { + zip_code: '37682', + usps_city: 'Milligan College', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 1526.4, + primary_coty_code: '47019', + primary_coty_name: 'Carter', + county_weights: '{"47019": "100"}', + coty_name: ['Carter'], + cty_code: ['47019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29077, lat: 36.30106 }, + }, + { + zip_code: '37694', + usps_city: 'Watauga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2042.0, + density: 60.6, + primary_coty_code: '47019', + primary_coty_name: 'Carter', + county_weights: '{"47019": "85.63", "47163": "9.57", "47179": "4.81"}', + coty_name: ['Carter', 'Sullivan', 'Washington'], + cty_code: ['47019', '47163', '47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27585, lat: 36.38621 }, + }, + { + zip_code: '37701', + usps_city: 'Alcoa', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7745.0, + density: 282.3, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.9846, lat: 35.79414 }, + }, + { + zip_code: '37713', + usps_city: 'Bybee', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1483.0, + density: 17.6, + primary_coty_code: '47029', + primary_coty_name: 'Cocke', + county_weights: '{"47029": "100"}', + coty_name: ['Cocke'], + cty_code: ['47029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13206, lat: 36.09017 }, + }, + { + zip_code: '37922', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 36542.0, + density: 517.9, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.10034, lat: 35.86154 }, + }, + { + zip_code: '38006', + usps_city: 'Bells', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5411.0, + density: 20.7, + primary_coty_code: '47033', + primary_coty_name: 'Crockett', + county_weights: '{"47033": "79.53", "47075": "16.52", "47113": "3.96"}', + coty_name: ['Crockett', 'Haywood', 'Madison'], + cty_code: ['47033', '47075', '47113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09725, lat: 35.6949 }, + }, + { + zip_code: '38108', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17626.0, + density: 971.4, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.96971, lat: 35.17607 }, + }, + { + zip_code: '38220', + usps_city: 'Atwood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1656.0, + density: 16.4, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "92.05", "47053": "7.95"}', + coty_name: ['Carroll', 'Gibson'], + cty_code: ['47017', '47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67061, lat: 35.98795 }, + }, + { + zip_code: '38235', + usps_city: 'McLemoresville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 20.7, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56403, lat: 35.98929 }, + }, + { + zip_code: '38257', + usps_city: 'South Fulton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4506.0, + density: 31.8, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "96.88", "47183": "3.12"}', + coty_name: ['Obion', 'Weakley'], + cty_code: ['47131', '47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8741, lat: 36.46034 }, + }, + { + zip_code: '38261', + usps_city: 'Union City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15475.0, + density: 32.1, + primary_coty_code: '47131', + primary_coty_name: 'Obion', + county_weights: '{"47131": "100"}', + coty_name: ['Obion'], + cty_code: ['47131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.11643, lat: 36.43234 }, + }, + { + zip_code: '38359', + usps_city: 'Milledgeville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 284.0, + density: 18.8, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "51.8", "47071": "42.45", "47023": "5.76"}', + coty_name: ['McNairy', 'Hardin', 'Chester'], + cty_code: ['47109', '47071', '47023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35135, lat: 35.36983 }, + }, + { + zip_code: '38375', + usps_city: 'Selmer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8653.0, + density: 29.2, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "100"}', + coty_name: ['McNairy'], + cty_code: ['47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.5893, lat: 35.15768 }, + }, + { + zip_code: '38379', + usps_city: 'Stantonville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1359.0, + density: 17.9, + primary_coty_code: '47109', + primary_coty_name: 'McNairy', + county_weights: '{"47109": "100"}', + coty_name: ['McNairy'], + cty_code: ['47109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43375, lat: 35.16424 }, + }, + { + zip_code: '38425', + usps_city: 'Clifton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3790.0, + density: 13.8, + primary_coty_code: '47181', + primary_coty_name: 'Wayne', + county_weights: '{"47181": "91.17", "47071": "5.37", "47135": "3.46"}', + coty_name: ['Wayne', 'Hardin', 'Perry'], + cty_code: ['47181', '47071', '47135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.94814, lat: 35.40586 }, + }, + { + zip_code: '38673', + usps_city: 'Taylor', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 12.8, + primary_coty_code: '28071', + primary_coty_name: 'Lafayette', + county_weights: '{"28071": "100"}', + coty_name: ['Lafayette'], + cty_code: ['28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61558, lat: 34.29989 }, + }, + { + zip_code: '38765', + usps_city: 'Panther Burn', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 2.2, + primary_coty_code: '28125', + primary_coty_name: 'Sharkey', + county_weights: '{"28125": "100"}', + coty_name: ['Sharkey'], + cty_code: ['28125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.87459, lat: 33.06911 }, + }, + { + zip_code: '38827', + usps_city: 'Belmont', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3385.0, + density: 37.3, + primary_coty_code: '28141', + primary_coty_name: 'Tishomingo', + county_weights: '{"28141": "100"}', + coty_name: ['Tishomingo'], + cty_code: ['28141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20043, lat: 34.53265 }, + }, + { + zip_code: '38833', + usps_city: 'Burnsville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2587.0, + density: 19.0, + primary_coty_code: '28141', + primary_coty_name: 'Tishomingo', + county_weights: '{"28141": "87.43", "28117": "6.54", "28003": "6.03"}', + coty_name: ['Tishomingo', 'Prentiss', 'Alcorn'], + cty_code: ['28141', '28117', '28003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.33923, lat: 34.83787 }, + }, + { + zip_code: '38846', + usps_city: 'Glen', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2412.0, + density: 24.7, + primary_coty_code: '28003', + primary_coty_name: 'Alcorn', + county_weights: '{"28003": "85.73", "28141": "14.27"}', + coty_name: ['Alcorn', 'Tishomingo'], + cty_code: ['28003', '28141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39396, lat: 34.85078 }, + }, + { + zip_code: '38924', + usps_city: 'Cruger', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 574.0, + density: 2.1, + primary_coty_code: '28051', + primary_coty_name: 'Holmes', + county_weights: + '{"28051": "85.73", "28015": "9.73", "28083": "3.37", "28053": "1.17"}', + coty_name: ['Holmes', 'Carroll', 'Leflore', 'Humphreys'], + cty_code: ['28051', '28015', '28083', '28053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22469, lat: 33.29292 }, + }, + { + zip_code: '38930', + usps_city: 'Greenwood', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 23445.0, + density: 45.0, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "94.85", "28015": "5.15"}', + coty_name: ['Leflore', 'Carroll'], + cty_code: ['28083', '28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14512, lat: 33.54541 }, + }, + { + zip_code: '39108', + usps_city: 'McCool', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1998.0, + density: 3.9, + primary_coty_code: '28007', + primary_coty_name: 'Attala', + county_weights: '{"28007": "55.37", "28019": "25.84", "28159": "18.79"}', + coty_name: ['Attala', 'Choctaw', 'Winston'], + cty_code: ['28007', '28019', '28159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33319, lat: 33.15864 }, + }, + { + zip_code: '90003', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 73730.0, + density: 8016.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2737, lat: 33.96411 }, + }, + { + zip_code: '90505', + usps_city: 'Torrance', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37220.0, + density: 2480.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.34802, lat: 33.80887 }, + }, + { + zip_code: '91020', + usps_city: 'Montrose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8633.0, + density: 4432.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.23072, lat: 34.21129 }, + }, + { + zip_code: '91042', + usps_city: 'Tujunga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26966.0, + density: 208.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24912, lat: 34.31653 }, + }, + { + zip_code: '91201', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23281.0, + density: 3818.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.28913, lat: 34.17031 }, + }, + { + zip_code: '91775', + usps_city: 'San Gabriel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25004.0, + density: 3146.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08958, lat: 34.1143 }, + }, + { + zip_code: '91963', + usps_city: 'Potrero', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1182.0, + density: 13.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.61007, lat: 32.62627 }, + }, + { + zip_code: '92124', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32600.0, + density: 1188.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.08602, lat: 32.82654 }, + }, + { + zip_code: '92253', + usps_city: 'La Quinta', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40929.0, + density: 451.7, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.27871, lat: 33.65396 }, + }, + { + zip_code: '92256', + usps_city: 'Morongo Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3100.0, + density: 15.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.6064, lat: 34.07707 }, + }, + { + zip_code: '92270', + usps_city: 'Rancho Mirage', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18193.0, + density: 263.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.42728, lat: 33.76591 }, + }, + { + zip_code: '92311', + usps_city: 'Barstow', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33454.0, + density: 52.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.98115, lat: 34.97828 }, + }, + { + zip_code: '92339', + usps_city: 'Forest Falls', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 39.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.93627, lat: 34.09364 }, + }, + { + zip_code: '92401', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2257.0, + density: 1007.6, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.29216, lat: 34.10478 }, + }, + { + zip_code: '92530', + usps_city: 'Lake Elsinore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 58184.0, + density: 416.9, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "99.97", "06059": "0.03"}', + coty_name: ['Riverside', 'Orange'], + cty_code: ['06065', '06059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.3751, lat: 33.65051 }, + }, + { + zip_code: '92627', + usps_city: 'Costa Mesa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 63161.0, + density: 3825.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.92044, lat: 33.64788 }, + }, + { + zip_code: '92676', + usps_city: 'Silverado', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2068.0, + density: 12.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.63463, lat: 33.75037 }, + }, + { + zip_code: '92703', + usps_city: 'Santa Ana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 69112.0, + density: 6460.7, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90607, lat: 33.7487 }, + }, + { + zip_code: '93252', + usps_city: 'Maricopa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2488.0, + density: 1.4, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: + '{"06029": "89.18", "06083": "5.46", "06111": "2.85", "06079": "2.51"}', + coty_name: ['Kern', 'Santa Barbara', 'Ventura', 'San Luis Obispo'], + cty_code: ['06029', '06083', '06111', '06079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.21492, lat: 34.72503 }, + }, + { + zip_code: '93307', + usps_city: 'Bakersfield', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 86832.0, + density: 241.4, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.93629, lat: 35.24849 }, + }, + { + zip_code: '93528', + usps_city: 'Johannesburg', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 12.1, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.64335, lat: 35.37158 }, + }, + { + zip_code: '93604', + usps_city: 'Bass Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 541.0, + density: 1.5, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.47865, lat: 37.39166 }, + }, + { + zip_code: '93606', + usps_city: 'Biola', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 2660.2, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.01847, lat: 36.80315 }, + }, + { + zip_code: '93640', + usps_city: 'Mendota', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12920.0, + density: 44.1, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.44196, lat: 36.67424 }, + }, + { + zip_code: '94005', + usps_city: 'Brisbane', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4697.0, + density: 412.6, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40798, lat: 37.68872 }, + }, + { + zip_code: '94102', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31392.0, + density: 18120.6, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41924, lat: 37.7797 }, + }, + { + zip_code: '94103', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30703.0, + density: 8726.8, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41114, lat: 37.77323 }, + }, + { + zip_code: '94303', + usps_city: 'Palo Alto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48244.0, + density: 2338.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "61.92", "06085": "38.08"}', + coty_name: ['San Mateo', 'Santa Clara'], + cty_code: ['06081', '06085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11925, lat: 37.45045 }, + }, + { + zip_code: '94576', + usps_city: 'Deer Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 109.7, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4764, lat: 38.54929 }, + }, + { + zip_code: '94901', + usps_city: 'San Rafael', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41713.0, + density: 1223.6, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50281, lat: 37.97999 }, + }, + { + zip_code: '94920', + usps_city: 'Belvedere Tiburon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12740.0, + density: 752.9, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.46576, lat: 37.88749 }, + }, + { + zip_code: '94946', + usps_city: 'Nicasio', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 5.8, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.69433, lat: 38.07889 }, + }, + { + zip_code: '95220', + usps_city: 'Acampo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7576.0, + density: 50.8, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.23825, lat: 38.19719 }, + }, + { + zip_code: '95312', + usps_city: 'Cressey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 108.7, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.65308, lat: 37.42103 }, + }, + { + zip_code: '95358', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32524.0, + density: 105.5, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.10177, lat: 37.61577 }, + }, + { + zip_code: '95421', + usps_city: 'Cazadero', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1808.0, + density: 3.2, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.19319, lat: 38.63036 }, + }, + { + zip_code: '95482', + usps_city: 'Ukiah', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31482.0, + density: 39.1, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.24291, lat: 39.16033 }, + }, + { + zip_code: '95663', + usps_city: 'Penryn', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2493.0, + density: 120.4, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.18231, lat: 38.85575 }, + }, + { + zip_code: '95670', + usps_city: 'Rancho Cordova', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55558.0, + density: 1699.0, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28001, lat: 38.60475 }, + }, + { + zip_code: '95679', + usps_city: 'Rumsey', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 0.5, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.3272, lat: 38.88594 }, + }, + { + zip_code: '95928', + usps_city: 'Chico', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37735.0, + density: 106.0, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.84454, lat: 39.68377 }, + }, + { + zip_code: '95987', + usps_city: 'Williams', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5950.0, + density: 6.9, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "100"}', + coty_name: ['Colusa'], + cty_code: ['6011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28249, lat: 39.09609 }, + }, + { + zip_code: '96025', + usps_city: 'Dunsmuir', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2126.0, + density: 8.9, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "92.77", "06089": "7.23"}', + coty_name: ['Siskiyou', 'Shasta'], + cty_code: ['06093', '06089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31349, lat: 41.21073 }, + }, + { + zip_code: '96065', + usps_city: 'Montgomery Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 1.8, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88087, lat: 40.88819 }, + }, + { + zip_code: '96080', + usps_city: 'Red Bluff', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29139.0, + density: 18.4, + primary_coty_code: '6103', + primary_coty_name: 'Tehama', + county_weights: '{"06103": "100"}', + coty_name: ['Tehama'], + cty_code: ['6103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38167, lat: 40.16515 }, + }, + { + zip_code: '96115', + usps_city: 'Lake City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 115.0, + density: 0.4, + primary_coty_code: '6049', + primary_coty_name: 'Modoc', + county_weights: '{"06049": "100"}', + coty_name: ['Modoc'], + cty_code: ['6049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.14951, lat: 41.69864 }, + }, + { + zip_code: '96122', + usps_city: 'Portola', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3266.0, + density: 20.6, + primary_coty_code: '6063', + primary_coty_name: 'Plumas', + county_weights: '{"06063": "100"}', + coty_name: ['Plumas'], + cty_code: ['6063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.47237, lat: 39.82647 }, + }, + { + zip_code: '96128', + usps_city: 'Standish', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 8.4, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.41054, lat: 40.35521 }, + }, + { + zip_code: '96726', + usps_city: 'Honaunau', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 6.1, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.82098, lat: 19.42816 }, + }, + { + zip_code: '96743', + usps_city: 'Kamuela', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 14856.0, + density: 15.4, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.68644, lat: 19.97485 }, + }, + { + zip_code: '96768', + usps_city: 'Makawao', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 18529.0, + density: 167.6, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.29768, lat: 20.83202 }, + }, + { + zip_code: '96770', + usps_city: 'Maunaloa', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 3.5, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.21044, lat: 21.13514 }, + }, + { + zip_code: '96776', + usps_city: 'Paauilo', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1458.0, + density: 8.3, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.39649, lat: 19.98691 }, + }, + { + zip_code: '96785', + usps_city: 'Volcano', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3622.0, + density: 5.4, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.40743, lat: 19.45367 }, + }, + { + zip_code: '97009', + usps_city: 'Boring', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 8603.0, + density: 108.6, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "98.7", "41051": "1.3"}', + coty_name: ['Clackamas', 'Multnomah'], + cty_code: ['41005', '41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.33785, lat: 45.42427 }, + }, + { + zip_code: '97015', + usps_city: 'Clackamas', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 23633.0, + density: 1035.1, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53835, lat: 45.41478 }, + }, + { + zip_code: '97117', + usps_city: 'Gales Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 7.9, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.28747, lat: 45.61289 }, + }, + { + zip_code: '97130', + usps_city: 'Manzanita', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 53.6, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.92251, lat: 45.69632 }, + }, + { + zip_code: '97410', + usps_city: 'Azalea', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 2.0, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.14789, lat: 42.79896 }, + }, + { + zip_code: '97426', + usps_city: 'Creswell', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 10119.0, + density: 48.6, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.0367, lat: 43.89992 }, + }, + { + zip_code: '97494', + usps_city: 'Wilbur', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 27.6, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.3281, lat: 43.3304 }, + }, + { + zip_code: '97525', + usps_city: 'Gold Hill', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4350.0, + density: 16.9, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.07484, lat: 42.44371 }, + }, + { + zip_code: '97751', + usps_city: 'Paulina', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.1, + primary_coty_code: '41013', + primary_coty_name: 'Crook', + county_weights: '{"41013": "99.22", "41025": "0.78"}', + coty_name: ['Crook', 'Harney'], + cty_code: ['41013', '41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.87398, lat: 44.13755 }, + }, + { + zip_code: '97870', + usps_city: 'Richland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 798.0, + density: 2.4, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.18786, lat: 44.78891 }, + }, + { + zip_code: '98014', + usps_city: 'Carnation', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6773.0, + density: 57.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.89445, lat: 47.66122 }, + }, + { + zip_code: '98043', + usps_city: 'Mountlake Terrace', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21210.0, + density: 2005.0, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30743, lat: 47.792 }, + }, + { + zip_code: '98065', + usps_city: 'Snoqualmie', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15958.0, + density: 83.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.79164, lat: 47.58459 }, + }, + { + zip_code: '98108', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23639.0, + density: 1219.0, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31292, lat: 47.54131 }, + }, + { + zip_code: '98168', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33401.0, + density: 1450.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30122, lat: 47.48887 }, + }, + { + zip_code: '97341', + usps_city: 'Depoe Bay', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2682.0, + density: 140.6, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "100"}', + coty_name: ['Lincoln'], + cty_code: ['41041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.05122, lat: 44.80892 }, + }, + { + zip_code: '97371', + usps_city: 'Rickreall', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 5.9, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "100"}', + coty_name: ['Polk'], + cty_code: ['41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.20653, lat: 44.98779 }, + }, + { + zip_code: '97373', + usps_city: 'Saint Benedict', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 659.3, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77175, lat: 45.05708 }, + }, + { + zip_code: '97402', + usps_city: 'Eugene', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 52310.0, + density: 292.4, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.22999, lat: 44.05156 }, + }, + { + zip_code: '97903', + usps_city: 'Brogan', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 0.2, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.62058, lat: 44.24869 }, + }, + { + zip_code: '98011', + usps_city: 'Bothell', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33830.0, + density: 1592.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20189, lat: 47.75338 }, + }, + { + zip_code: '98021', + usps_city: 'Bothell', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31496.0, + density: 1202.4, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20819, lat: 47.79257 }, + }, + { + zip_code: '98232', + usps_city: 'Bow', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4395.0, + density: 31.7, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41566, lat: 48.56535 }, + }, + { + zip_code: '98283', + usps_city: 'Rockport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 0.2, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "81.8", "53073": "18.2"}', + coty_name: ['Skagit', 'Whatcom'], + cty_code: ['53057', '53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.25818, lat: 48.80273 }, + }, + { + zip_code: '98297', + usps_city: 'Waldron', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 4.1, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.02834, lat: 48.7005 }, + }, + { + zip_code: '98355', + usps_city: 'Mineral', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 1.7, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.05559, lat: 46.68689 }, + }, + { + zip_code: '98366', + usps_city: 'Port Orchard', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 34908.0, + density: 581.8, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.58649, lat: 47.53716 }, + }, + { + zip_code: '907', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 15151.0, + density: 4858.2, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.07778, lat: 18.45313 }, + }, + { + zip_code: '921', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 31801.0, + density: 4593.3, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.08854, lat: 18.39225 }, + }, + { + zip_code: '1012', + usps_city: 'Chesterfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 585.0, + density: 17.2, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.84634, lat: 42.38699 }, + }, + { + zip_code: '1030', + usps_city: 'Feeding Hills', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11384.0, + density: 371.9, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.67998, lat: 42.06886 }, + }, + { + zip_code: '1080', + usps_city: 'Three Rivers', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2709.0, + density: 605.7, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.36564, lat: 42.18206 }, + }, + { + zip_code: '1330', + usps_city: 'Ashfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 14.8, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.81395, lat: 42.51377 }, + }, + { + zip_code: '1507', + usps_city: 'Charlton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13550.0, + density: 124.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.96803, lat: 42.13509 }, + }, + { + zip_code: '1570', + usps_city: 'Webster', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16973.0, + density: 530.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.8485, lat: 42.05206 }, + }, + { + zip_code: '1754', + usps_city: 'Maynard', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10754.0, + density: 797.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.45612, lat: 42.4264 }, + }, + { + zip_code: '1826', + usps_city: 'Dracut', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 31294.0, + density: 584.6, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.30061, lat: 42.68314 }, + }, + { + zip_code: '1923', + usps_city: 'Danvers', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27406.0, + density: 801.3, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.94926, lat: 42.57399 }, + }, + { + zip_code: '1984', + usps_city: 'Wenham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5240.0, + density: 264.2, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.88249, lat: 42.60082 }, + }, + { + zip_code: '2019', + usps_city: 'Bellingham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17108.0, + density: 360.1, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.47409, lat: 42.07774 }, + }, + { + zip_code: '2061', + usps_city: 'Norwell', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11054.0, + density: 203.8, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.81774, lat: 42.16073 }, + }, + { + zip_code: '2062', + usps_city: 'Norwood', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 29306.0, + density: 1092.4, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.19492, lat: 42.18605 }, + }, + { + zip_code: '2139', + usps_city: 'Cambridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 38715.0, + density: 9595.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10302, lat: 42.36253 }, + }, + { + zip_code: '2332', + usps_city: 'Duxbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15812.0, + density: 257.6, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.71496, lat: 42.0467 }, + }, + { + zip_code: '2420', + usps_city: 'Lexington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14718.0, + density: 862.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21668, lat: 42.45633 }, + }, + { + zip_code: '2535', + usps_city: 'Chilmark', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 27.8, + primary_coty_code: '25007', + primary_coty_name: 'Dukes', + county_weights: '{"25007": "100"}', + coty_name: ['Dukes'], + cty_code: ['25007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.74629, lat: 41.34896 }, + }, + { + zip_code: '2537', + usps_city: 'East Sandwich', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6689.0, + density: 211.6, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.44014, lat: 41.72948 }, + }, + { + zip_code: '2652', + usps_city: 'North Truro', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 687.0, + density: 33.2, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.09475, lat: 42.04411 }, + }, + { + zip_code: '2660', + usps_city: 'South Dennis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6196.0, + density: 310.3, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.15434, lat: 41.70548 }, + }, + { + zip_code: '2724', + usps_city: 'Fall River', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17769.0, + density: 3691.9, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.17942, lat: 41.684 }, + }, + { + zip_code: '2738', + usps_city: 'Marion', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5132.0, + density: 140.0, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.76355, lat: 41.70912 }, + }, + { + zip_code: '2739', + usps_city: 'Mattapoisett', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6336.0, + density: 140.7, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.81706, lat: 41.66869 }, + }, + { + zip_code: '2766', + usps_city: 'Norton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19745.0, + density: 273.9, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18418, lat: 41.96402 }, + }, + { + zip_code: '2832', + usps_city: 'Hope Valley', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 4795.0, + density: 82.9, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.72597, lat: 41.50835 }, + }, + { + zip_code: '3251', + usps_city: 'Lincoln', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 945.0, + density: 2.4, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57272, lat: 44.08544 }, + }, + { + zip_code: '3462', + usps_city: 'Spofford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 26.2, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40479, lat: 42.8955 }, + }, + { + zip_code: '3466', + usps_city: 'West Chesterfield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1856.0, + density: 46.9, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.50974, lat: 42.89558 }, + }, + { + zip_code: '3777', + usps_city: 'Orford', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1444.0, + density: 12.3, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.06962, lat: 43.89512 }, + }, + { + zip_code: '3854', + usps_city: 'New Castle', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 835.0, + density: 398.7, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.72005, lat: 43.06559 }, + }, + { + zip_code: '3864', + usps_city: 'Ossipee', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1853.0, + density: 20.9, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10883, lat: 43.69143 }, + }, + { + zip_code: '3872', + usps_city: 'Sanbornville', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3621.0, + density: 29.5, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.045, lat: 43.5697 }, + }, + { + zip_code: '3909', + usps_city: 'York', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 10240.0, + density: 114.9, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.68247, lat: 43.16755 }, + }, + { + zip_code: '4041', + usps_city: 'Hiram', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1734.0, + density: 17.9, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.82561, lat: 43.86397 }, + }, + { + zip_code: '4049', + usps_city: 'Limington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3744.0, + density: 35.3, + primary_coty_code: '23031', + primary_coty_name: 'York', + county_weights: '{"23031": "100"}', + coty_name: ['York'], + cty_code: ['23031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.70296, lat: 43.73768 }, + }, + { + zip_code: '4287', + usps_city: 'Bowdoin', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3342.0, + density: 29.0, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.96819, lat: 44.05725 }, + }, + { + zip_code: '4351', + usps_city: 'Manchester', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2539.0, + density: 46.1, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.86104, lat: 44.33132 }, + }, + { + zip_code: '4406', + usps_city: 'Abbot', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 817.0, + density: 3.5, + primary_coty_code: '23021', + primary_coty_name: 'Piscataquis', + county_weights: '{"23021": "100"}', + coty_name: ['Piscataquis'], + cty_code: ['23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.56989, lat: 45.23454 }, + }, + { + zip_code: '4434', + usps_city: 'Etna', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 16.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.13372, lat: 44.78536 }, + }, + { + zip_code: '4462', + usps_city: 'Millinocket', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4618.0, + density: 1.5, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "98.97", "23021": "1.03"}', + coty_name: ['Penobscot', 'Piscataquis'], + cty_code: ['23019', '23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.98088, lat: 45.93691 }, + }, + { + zip_code: '4487', + usps_city: 'Springfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 869.0, + density: 1.5, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.10218, lat: 45.39039 }, + }, + { + zip_code: '4554', + usps_city: 'New Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 846.0, + density: 76.3, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.50557, lat: 43.86575 }, + }, + { + zip_code: '4606', + usps_city: 'Addison', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 10.9, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.70304, lat: 44.57718 }, + }, + { + zip_code: '4657', + usps_city: 'Meddybemps', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 1.3, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.42295, lat: 44.97015 }, + }, + { + zip_code: '4680', + usps_city: 'Steuben', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1227.0, + density: 11.0, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.94467, lat: 44.5064 }, + }, + { + zip_code: '4739', + usps_city: 'Eagle Lake', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 1.3, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.69084, lat: 47.01016 }, + }, + { + zip_code: '4843', + usps_city: 'Camden', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4817.0, + density: 100.6, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.08923, lat: 44.2293 }, + }, + { + zip_code: '4927', + usps_city: 'Clinton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3367.0, + density: 29.6, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.5359, lat: 44.67015 }, + }, + { + zip_code: '4956', + usps_city: 'New Vineyard', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 975.0, + density: 9.9, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.11433, lat: 44.80839 }, + }, + { + zip_code: '4965', + usps_city: 'Palmyra', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2067.0, + density: 19.9, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.36269, lat: 44.84561 }, + }, + { + zip_code: '4981', + usps_city: 'Stockton Springs', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2522.0, + density: 25.8, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.85946, lat: 44.53224 }, + }, + { + zip_code: '5042', + usps_city: 'East Ryegate', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 546.0, + density: 8.8, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.09962, lat: 44.22756 }, + }, + { + zip_code: '5301', + usps_city: 'Brattleboro', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 16200.0, + density: 41.7, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66073, lat: 42.84622 }, + }, + { + zip_code: '5443', + usps_city: 'Bristol', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 6744.0, + density: 23.0, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.03668, lat: 44.13347 }, + }, + { + zip_code: '5472', + usps_city: 'New Haven', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 17.6, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.15993, lat: 44.10887 }, + }, + { + zip_code: '5664', + usps_city: 'Northfield Falls', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 4359.4, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.65313, lat: 44.16712 }, + }, + { + zip_code: '5851', + usps_city: 'Lyndonville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 6329.0, + density: 30.6, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.07157, lat: 44.55542 }, + }, + { + zip_code: '6067', + usps_city: 'Rocky Hill', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 20168.0, + density: 578.4, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.66318, lat: 41.65723 }, + }, + { + zip_code: '6111', + usps_city: 'Newington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 30234.0, + density: 888.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.73084, lat: 41.687 }, + }, + { + zip_code: '6387', + usps_city: 'Wauregan', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 605.0, + density: 2177.8, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91049, lat: 41.74281 }, + }, + { + zip_code: '6422', + usps_city: 'Durham', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7221.0, + density: 117.8, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.68279, lat: 41.46223 }, + }, + { + zip_code: '6468', + usps_city: 'Monroe', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 19546.0, + density: 289.5, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.22506, lat: 41.33786 }, + }, + { + zip_code: '6787', + usps_city: 'Thomaston', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7758.0, + density: 244.8, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08586, lat: 41.67019 }, + }, + { + zip_code: '6855', + usps_city: 'Norwalk', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8540.0, + density: 1388.2, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.39691, lat: 41.09297 }, + }, + { + zip_code: '7010', + usps_city: 'Cliffside Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25126.0, + density: 10162.9, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98794, lat: 40.82211 }, + }, + { + zip_code: '7042', + usps_city: 'Montclair', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26293.0, + density: 2715.4, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.21768, lat: 40.81369 }, + }, + { + zip_code: '7074', + usps_city: 'Moonachie', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2716.0, + density: 818.6, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.05672, lat: 40.8399 }, + }, + { + zip_code: '7081', + usps_city: 'Springfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17406.0, + density: 1303.2, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.32543, lat: 40.69948 }, + }, + { + zip_code: '7503', + usps_city: 'Paterson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17875.0, + density: 4471.0, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.15342, lat: 40.89774 }, + }, + { + zip_code: '7620', + usps_city: 'Alpine', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 1547.0, + density: 93.1, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91996, lat: 40.96156 }, + }, + { + zip_code: '7739', + usps_city: 'Little Silver', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5844.0, + density: 835.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03457, lat: 40.33574 }, + }, + { + zip_code: '7803', + usps_city: 'Mine Hill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3530.0, + density: 462.4, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.60045, lat: 40.87768 }, + }, + { + zip_code: '7927', + usps_city: 'Cedar Knolls', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3814.0, + density: 763.6, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.45334, lat: 40.82131 }, + }, + { + zip_code: '7960', + usps_city: 'Morristown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 44834.0, + density: 494.4, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49958, lat: 40.78339 }, + }, + { + zip_code: '8002', + usps_city: 'Cherry Hill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22964.0, + density: 1232.4, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02539, lat: 39.93133 }, + }, + { + zip_code: '8246', + usps_city: 'South Seaville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 126.2, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.76575, lat: 39.18094 }, + }, + { + zip_code: '8525', + usps_city: 'Hopewell', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4933.0, + density: 85.8, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "86.97", "34019": "13.03"}', + coty_name: ['Mercer', 'Hunterdon'], + cty_code: ['34021', '34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.78327, lat: 40.39621 }, + }, + { + zip_code: '8562', + usps_city: 'Wrightstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4717.0, + density: 105.9, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.59483, lat: 40.06655 }, + }, + { + zip_code: '8611', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26744.0, + density: 3924.9, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "100"}', + coty_name: ['Mercer'], + cty_code: ['34021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74471, lat: 40.19322 }, + }, + { + zip_code: '8720', + usps_city: 'Allenwood', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 808.0, + density: 222.8, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10104, lat: 40.13872 }, + }, + { + zip_code: '8741', + usps_city: 'Pine Beach', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2613.0, + density: 1245.3, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16811, lat: 39.93698 }, + }, + { + zip_code: '8854', + usps_city: 'Piscataway', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 56946.0, + density: 1169.6, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.46361, lat: 40.54674 }, + }, + { + zip_code: '8869', + usps_city: 'Raritan', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7865.0, + density: 1523.0, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.64315, lat: 40.57302 }, + }, + { + zip_code: '10280', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9496.0, + density: 31945.9, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01672, lat: 40.71025 }, + }, + { + zip_code: '10306', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 53877.0, + density: 2782.9, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12535, lat: 40.57152 }, + }, + { + zip_code: '10524', + usps_city: 'Garrison', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4380.0, + density: 81.3, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "100"}', + coty_name: ['Putnam'], + cty_code: ['36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92197, lat: 41.37063 }, + }, + { + zip_code: '10541', + usps_city: 'Mahopac', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26321.0, + density: 408.3, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "95.43", "36119": "4.57"}', + coty_name: ['Putnam', 'Westchester'], + cty_code: ['36079', '36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75123, lat: 41.37973 }, + }, + { + zip_code: '10579', + usps_city: 'Putnam Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8208.0, + density: 96.7, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "100"}', + coty_name: ['Putnam'], + cty_code: ['36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.83614, lat: 41.39377 }, + }, + { + zip_code: '10710', + usps_city: 'Yonkers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 25262.0, + density: 2129.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84713, lat: 40.96732 }, + }, + { + zip_code: '10940', + usps_city: 'Middletown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 48021.0, + density: 285.7, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "98.69", "36105": "1.31"}', + coty_name: ['Orange', 'Sullivan'], + cty_code: ['36071', '36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.47016, lat: 41.45119 }, + }, + { + zip_code: '10953', + usps_city: 'Mountainville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 38.2, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07745, lat: 41.40504 }, + }, + { + zip_code: '10992', + usps_city: 'Washingtonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9360.0, + density: 325.8, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16594, lat: 41.42549 }, + }, + { + zip_code: '11010', + usps_city: 'Franklin Square', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24752.0, + density: 4023.2, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.675, lat: 40.7006 }, + }, + { + zip_code: '11213', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 67056.0, + density: 23744.0, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9363, lat: 40.67111 }, + }, + { + zip_code: '11234', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 93534.0, + density: 4873.7, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91071, lat: 40.60602 }, + }, + { + zip_code: '11235', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 78775.0, + density: 13552.3, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9488, lat: 40.58402 }, + }, + { + zip_code: '11419', + usps_city: 'South Richmond Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 48369.0, + density: 16683.0, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.82297, lat: 40.68863 }, + }, + { + zip_code: '11697', + usps_city: 'Breezy Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3674.0, + density: 546.5, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9066, lat: 40.55951 }, + }, + { + zip_code: '11705', + usps_city: 'Bayport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7721.0, + density: 836.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.05508, lat: 40.74517 }, + }, + { + zip_code: '11713', + usps_city: 'Bellport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9295.0, + density: 720.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.94317, lat: 40.77499 }, + }, + { + zip_code: '11724', + usps_city: 'Cold Spring Harbor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3175.0, + density: 317.6, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.45289, lat: 40.86532 }, + }, + { + zip_code: '11732', + usps_city: 'East Norwich', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3751.0, + density: 946.9, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.53674, lat: 40.84467 }, + }, + { + zip_code: '11742', + usps_city: 'Holtsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12438.0, + density: 960.7, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.04143, lat: 40.81006 }, + }, + { + zip_code: '11791', + usps_city: 'Syosset', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26135.0, + density: 777.8, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.50435, lat: 40.8284 }, + }, + { + zip_code: '11932', + usps_city: 'Bridgehampton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 50.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.30785, lat: 40.93905 }, + }, + { + zip_code: '12041', + usps_city: 'Clarksville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 139.4, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96423, lat: 42.58328 }, + }, + { + zip_code: '12176', + usps_city: 'Surprise', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 52.4, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.96713, lat: 42.38014 }, + }, + { + zip_code: '12195', + usps_city: 'West Lebanon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 22.3, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47099, lat: 42.48664 }, + }, + { + zip_code: '12410', + usps_city: 'Big Indian', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 370.0, + density: 3.5, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44976, lat: 42.0699 }, + }, + { + zip_code: '12452', + usps_city: 'Lexington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 12.4, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36122, lat: 42.25765 }, + }, + { + zip_code: '12534', + usps_city: 'Hudson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18007.0, + density: 79.9, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.75158, lat: 42.22273 }, + }, + { + zip_code: '12745', + usps_city: 'Hortonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 24.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.02464, lat: 41.78338 }, + }, + { + zip_code: '12759', + usps_city: 'Loch Sheldrake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2058.0, + density: 128.5, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65336, lat: 41.77915 }, + }, + { + zip_code: '12764', + usps_city: 'Narrowsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1650.0, + density: 10.7, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98458, lat: 41.59528 }, + }, + { + zip_code: '12768', + usps_city: 'Parksville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 867.0, + density: 9.6, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.71587, lat: 41.87132 }, + }, + { + zip_code: '12786', + usps_city: 'White Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 354.0, + density: 9.1, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85503, lat: 41.6405 }, + }, + { + zip_code: '12858', + usps_city: 'Paradox', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 116.0, + density: 4.6, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6729, lat: 43.90278 }, + }, + { + zip_code: '12872', + usps_city: 'Severance', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 50.7, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72994, lat: 43.87716 }, + }, + { + zip_code: '12878', + usps_city: 'Stony Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 2.8, + primary_coty_code: '36113', + primary_coty_name: 'Warren', + county_weights: '{"36113": "100"}', + coty_name: ['Warren'], + cty_code: ['36113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0268, lat: 43.42908 }, + }, + { + zip_code: '12957', + usps_city: 'Moira', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1723.0, + density: 20.8, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57457, lat: 44.84835 }, + }, + { + zip_code: '13081', + usps_city: 'King Ferry', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 14.7, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62122, lat: 42.67359 }, + }, + { + zip_code: '13124', + usps_city: 'North Pitcher', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 6.8, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.81796, lat: 42.64605 }, + }, + { + zip_code: '13156', + usps_city: 'Sterling', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1870.0, + density: 24.1, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "95", "36117": "4.2", "36075": "0.8"}', + coty_name: ['Cayuga', 'Wayne', 'Oswego'], + cty_code: ['36011', '36117', '36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.66058, lat: 43.33302 }, + }, + { + zip_code: '13158', + usps_city: 'Truxton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1569.0, + density: 8.5, + primary_coty_code: '36023', + primary_coty_name: 'Cortland', + county_weights: '{"36023": "98.06", "36067": "1.94"}', + coty_name: ['Cortland', 'Onondaga'], + cty_code: ['36023', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96671, lat: 42.71911 }, + }, + { + zip_code: '13214', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8439.0, + density: 891.4, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0743, lat: 43.0382 }, + }, + { + zip_code: '13316', + usps_city: 'Camden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6000.0, + density: 14.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "96.55", "36049": "2.83", "36075": "0.62"}', + coty_name: ['Oneida', 'Lewis', 'Oswego'], + cty_code: ['36065', '36049', '36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74262, lat: 43.4095 }, + }, + { + zip_code: '13342', + usps_city: 'Garrattsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 10.2, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.19102, lat: 42.6546 }, + }, + { + zip_code: '13402', + usps_city: 'Madison', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1659.0, + density: 25.2, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "98.76", "36065": "1.24"}', + coty_name: ['Madison', 'Oneida'], + cty_code: ['36053', '36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.50495, lat: 42.90116 }, + }, + { + zip_code: '13440', + usps_city: 'Rome', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 41014.0, + density: 140.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46131, lat: 43.21598 }, + }, + { + zip_code: '13472', + usps_city: 'Thendara', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 1.8, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.0594, lat: 43.69405 }, + }, + { + zip_code: '13473', + usps_city: 'Turin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 6.5, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46384, lat: 43.64444 }, + }, + { + zip_code: '13603', + usps_city: 'Watertown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9501.0, + density: 672.7, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.79779, lat: 44.03703 }, + }, + { + zip_code: '13614', + usps_city: 'Brier Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 339.0, + density: 14.6, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -75.69114, lat: 44.53089 }, + }, + { + zip_code: '13625', + usps_city: 'Colton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1778.0, + density: 12.4, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.92593, lat: 44.53799 }, + }, + { + zip_code: '13697', + usps_city: 'Winthrop', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2047.0, + density: 12.1, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.8095, lat: 44.74892 }, + }, + { + zip_code: '13808', + usps_city: 'Morris', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1544.0, + density: 16.2, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25647, lat: 42.5279 }, + }, + { + zip_code: '14009', + usps_city: 'Arcade', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5491.0, + density: 28.6, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "89.17", "36009": "10.83"}', + coty_name: ['Wyoming', 'Cattaraugus'], + cty_code: ['36121', '36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39319, lat: 42.57462 }, + }, + { + zip_code: '14028', + usps_city: 'Burt', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1776.0, + density: 50.7, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71781, lat: 43.3161 }, + }, + { + zip_code: '14052', + usps_city: 'East Aurora', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16672.0, + density: 103.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.58105, lat: 42.77018 }, + }, + { + zip_code: '14059', + usps_city: 'Elma', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9860.0, + density: 141.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.636, lat: 42.83363 }, + }, + { + zip_code: '14206', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20310.0, + density: 1618.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8114, lat: 42.88088 }, + }, + { + zip_code: '14226', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30644.0, + density: 1709.9, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79873, lat: 42.97098 }, + }, + { + zip_code: '14427', + usps_city: 'Castile', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1943.0, + density: 24.8, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.05368, lat: 42.62049 }, + }, + { + zip_code: '14445', + usps_city: 'East Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7716.0, + density: 1571.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.48992, lat: 43.11262 }, + }, + { + zip_code: '14456', + usps_city: 'Geneva', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 19473.0, + density: 96.4, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "93.2", "36099": "6.5", "36123": "0.3"}', + coty_name: ['Ontario', 'Seneca', 'Yates'], + cty_code: ['36069', '36099', '36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00121, lat: 42.8459 }, + }, + { + zip_code: '14469', + usps_city: 'Bloomfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5983.0, + density: 35.0, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46599, lat: 42.87755 }, + }, + { + zip_code: '14507', + usps_city: 'Middlesex', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 13.7, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "100"}', + coty_name: ['Yates'], + cty_code: ['36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27025, lat: 42.69781 }, + }, + { + zip_code: '14542', + usps_city: 'Rose', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 12.5, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86014, lat: 43.14733 }, + }, + { + zip_code: '14712', + usps_city: 'Bemus Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3044.0, + density: 45.2, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36726, lat: 42.18102 }, + }, + { + zip_code: '14728', + usps_city: 'Dewittville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 995.0, + density: 14.3, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.41968, lat: 42.26302 }, + }, + { + zip_code: '14774', + usps_city: 'Richburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 55.0, + density: 119.2, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.14914, lat: 42.08839 }, + }, + { + zip_code: '14801', + usps_city: 'Addison', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5328.0, + density: 18.9, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28862, lat: 42.09688 }, + }, + { + zip_code: '14881', + usps_city: 'Slaterville Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 50.0, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "100"}', + coty_name: ['Tompkins'], + cty_code: ['36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35671, lat: 42.40056 }, + }, + { + zip_code: '15006', + usps_city: 'Bairdford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 663.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87681, lat: 40.63357 }, + }, + { + zip_code: '15017', + usps_city: 'Bridgeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15934.0, + density: 471.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "91.58", "42125": "8.42"}', + coty_name: ['Allegheny', 'Washington'], + cty_code: ['42003', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1281, lat: 40.34033 }, + }, + { + zip_code: '15077', + usps_city: 'Shippingport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 56.5, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42206, lat: 40.62422 }, + }, + { + zip_code: '15217', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 27575.0, + density: 2796.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92056, lat: 40.43073 }, + }, + { + zip_code: '15227', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 28466.0, + density: 1779.8, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97057, lat: 40.37575 }, + }, + { + zip_code: '15344', + usps_city: 'Jefferson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1323.0, + density: 35.7, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05852, lat: 39.92034 }, + }, + { + zip_code: '15432', + usps_city: 'Dunlevy', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 457.0, + density: 276.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86173, lat: 40.11512 }, + }, + { + zip_code: '15467', + usps_city: 'New Geneva', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 45.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91784, lat: 39.78532 }, + }, + { + zip_code: '15486', + usps_city: 'Vanderbilt', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2411.0, + density: 47.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.70476, lat: 40.02532 }, + }, + { + zip_code: '15601', + usps_city: 'Greensburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 56955.0, + density: 255.1, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53552, lat: 40.31519 }, + }, + { + zip_code: '15637', + usps_city: 'Herminie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1507.0, + density: 124.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.71185, lat: 40.26497 }, + }, + { + zip_code: '15676', + usps_city: 'Pleasant Unity', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 807.0, + density: 335.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.4657, lat: 40.24088 }, + }, + { + zip_code: '15923', + usps_city: 'Bolivar', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1672.0, + density: 24.8, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16409, lat: 40.3556 }, + }, + { + zip_code: '15936', + usps_city: 'Hooversville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 19.1, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.89446, lat: 40.16337 }, + }, + { + zip_code: '16048', + usps_city: 'North Washington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 49.6, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81842, lat: 41.05318 }, + }, + { + zip_code: '16051', + usps_city: 'Portersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2834.0, + density: 28.1, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "61.45", "42073": "38.55"}', + coty_name: ['Butler', 'Lawrence'], + cty_code: ['42019', '42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13852, lat: 40.94671 }, + }, + { + zip_code: '16055', + usps_city: 'Sarver', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7996.0, + density: 79.3, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "96.87", "42005": "3", "42003": "0.13"}', + coty_name: ['Butler', 'Armstrong', 'Allegheny'], + cty_code: ['42019', '42005', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74802, lat: 40.7157 }, + }, + { + zip_code: '16102', + usps_city: 'New Castle', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5581.0, + density: 89.6, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "100"}', + coty_name: ['Lawrence'], + cty_code: ['42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.42074, lat: 40.96067 }, + }, + { + zip_code: '16136', + usps_city: 'Koppel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 740.0, + density: 387.5, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.3237, lat: 40.83423 }, + }, + { + zip_code: '16153', + usps_city: 'Stoneboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2341.0, + density: 20.9, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "93.52", "42121": "6.48"}', + coty_name: ['Mercer', 'Venango'], + cty_code: ['42085', '42121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08106, lat: 41.31813 }, + }, + { + zip_code: '16249', + usps_city: 'Rural Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2005.0, + density: 27.9, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31512, lat: 40.7665 }, + }, + { + zip_code: '16319', + usps_city: 'Cranberry', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1374.0, + density: 15.5, + primary_coty_code: '42121', + primary_coty_name: 'Venango', + county_weights: '{"42121": "75.5", "42031": "24.5"}', + coty_name: ['Venango', 'Clarion'], + cty_code: ['42121', '42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63169, lat: 41.31974 }, + }, + { + zip_code: '16347', + usps_city: 'Sheffield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 8.0, + primary_coty_code: '42123', + primary_coty_name: 'Warren', + county_weights: '{"42123": "94.77", "42053": "5.23"}', + coty_name: ['Warren', 'Forest'], + cty_code: ['42123', '42053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.06077, lat: 41.6471 }, + }, + { + zip_code: '16404', + usps_city: 'Centerville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3433.0, + density: 14.7, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78907, lat: 41.72561 }, + }, + { + zip_code: '16508', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16182.0, + density: 2209.8, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09348, lat: 42.09657 }, + }, + { + zip_code: '16656', + usps_city: 'Irvona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1293.0, + density: 17.4, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.56415, lat: 40.80683 }, + }, + { + zip_code: '16726', + usps_city: 'Cyclone', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 11.2, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.57296, lat: 41.80767 }, + }, + { + zip_code: '16749', + usps_city: 'Smethport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4031.0, + density: 9.5, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.4365, lat: 41.76542 }, + }, + { + zip_code: '16881', + usps_city: 'Woodland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2379.0, + density: 29.3, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "100"}', + coty_name: ['Clearfield'], + cty_code: ['42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.31399, lat: 41.0262 }, + }, + { + zip_code: '16922', + usps_city: 'Galeton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1868.0, + density: 4.7, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.69782, lat: 41.66899 }, + }, + { + zip_code: '16932', + usps_city: 'Mainesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 867.0, + density: 15.7, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94236, lat: 41.77608 }, + }, + { + zip_code: '17112', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35818.0, + density: 200.4, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77649, lat: 40.37311 }, + }, + { + zip_code: '17219', + usps_city: 'Doylesburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 11.9, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.68563, lat: 40.23127 }, + }, + { + zip_code: '17236', + usps_city: 'Mercersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7939.0, + density: 24.7, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "97.41", "42057": "2.59"}', + coty_name: ['Franklin', 'Fulton'], + cty_code: ['42055', '42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.94519, lat: 39.79806 }, + }, + { + zip_code: '17272', + usps_city: 'Zullinger', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 376.0, + density: 789.6, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62188, lat: 39.76946 }, + }, + { + zip_code: '17536', + usps_city: 'Kirkwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2987.0, + density: 53.3, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07301, lat: 39.84442 }, + }, + { + zip_code: '17579', + usps_city: 'Strasburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6236.0, + density: 173.0, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17992, lat: 39.95754 }, + }, + { + zip_code: '17742', + usps_city: 'Lairdsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 233.6, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60501, lat: 41.23589 }, + }, + { + zip_code: '17749', + usps_city: 'McEwensville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 1030.0, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.81891, lat: 41.07222 }, + }, + { + zip_code: '17810', + usps_city: 'Allenwood', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5803.0, + density: 39.5, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "74.78", "42081": "25.22"}', + coty_name: ['Union', 'Lycoming'], + cty_code: ['42119', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0315, lat: 41.11204 }, + }, + { + zip_code: '17851', + usps_city: 'Mount Carmel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7405.0, + density: 188.7, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43246, lat: 40.80428 }, + }, + { + zip_code: '17925', + usps_city: 'Brockton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 143.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0702, lat: 40.75608 }, + }, + { + zip_code: '17974', + usps_city: 'Seltzer', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 1595.0, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.23628, lat: 40.69572 }, + }, + { + zip_code: '17983', + usps_city: 'Valley View', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1543.0, + density: 237.4, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54716, lat: 40.6426 }, + }, + { + zip_code: '18040', + usps_city: 'Easton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16586.0, + density: 378.1, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22169, lat: 40.74492 }, + }, + { + zip_code: '18081', + usps_city: 'Springtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 184.1, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.28391, lat: 40.56225 }, + }, + { + zip_code: '18301', + usps_city: 'East Stroudsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 29660.0, + density: 290.1, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17993, lat: 41.03197 }, + }, + { + zip_code: '18349', + usps_city: 'Pocono Manor', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 85.9, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.36813, lat: 41.10199 }, + }, + { + zip_code: '18415', + usps_city: 'Damascus', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1222.0, + density: 14.3, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "100"}', + coty_name: ['Wayne'], + cty_code: ['42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11477, lat: 41.74419 }, + }, + { + zip_code: '18421', + usps_city: 'Forest City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4981.0, + density: 54.6, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "58.62", "42127": "21.9", "42069": "19.48"}', + coty_name: ['Susquehanna', 'Wayne', 'Lackawanna'], + cty_code: ['42115', '42127', '42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.46973, lat: 41.6645 }, + }, + { + zip_code: '18444', + usps_city: 'Moscow', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13817.0, + density: 45.5, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "87.66", "42127": "12.34"}', + coty_name: ['Lackawanna', 'Wayne'], + cty_code: ['42069', '42127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.55095, lat: 41.33107 }, + }, + { + zip_code: '18446', + usps_city: 'Nicholson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3156.0, + density: 24.0, + primary_coty_code: '42131', + primary_coty_name: 'Wyoming', + county_weights: '{"42131": "51.51", "42115": "41.49", "42069": "6.99"}', + coty_name: ['Wyoming', 'Susquehanna', 'Lackawanna'], + cty_code: ['42131', '42115', '42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75704, lat: 41.645 }, + }, + { + zip_code: '18624', + usps_city: 'Lake Harmony', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 6.1, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "100"}', + coty_name: ['Carbon'], + cty_code: ['42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62088, lat: 41.05777 }, + }, + { + zip_code: '18632', + usps_city: 'Mildred', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 538.0, + density: 39.9, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "100"}', + coty_name: ['Sullivan'], + cty_code: ['42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38343, lat: 41.46691 }, + }, + { + zip_code: '18661', + usps_city: 'White Haven', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5299.0, + density: 15.2, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "85.88", "42025": "14.12"}', + coty_name: ['Luzerne', 'Carbon'], + cty_code: ['42079', '42025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.75357, lat: 41.08606 }, + }, + { + zip_code: '18801', + usps_city: 'Montrose', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8076.0, + density: 19.2, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.93836, lat: 41.82978 }, + }, + { + zip_code: '18833', + usps_city: 'New Albany', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1888.0, + density: 6.9, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "95.67", "42113": "4.33"}', + coty_name: ['Bradford', 'Sullivan'], + cty_code: ['42015', '42113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.479, lat: 41.59759 }, + }, + { + zip_code: '19004', + usps_city: 'Bala Cynwyd', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9524.0, + density: 1345.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.23007, lat: 40.01373 }, + }, + { + zip_code: '19072', + usps_city: 'Narberth', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9802.0, + density: 1179.1, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25771, lat: 40.02433 }, + }, + { + zip_code: '19111', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 68113.0, + density: 5442.2, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.08041, lat: 40.06025 }, + }, + { + zip_code: '19135', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35427.0, + density: 5888.1, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.04929, lat: 40.02188 }, + }, + { + zip_code: '19141', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 34701.0, + density: 7389.1, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14578, lat: 40.03757 }, + }, + { + zip_code: '19317', + usps_city: 'Chadds Ford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9968.0, + density: 182.4, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "55.34", "42029": "44.66"}', + coty_name: ['Delaware', 'Chester'], + cty_code: ['42045', '42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.6017, lat: 39.85766 }, + }, + { + zip_code: '19460', + usps_city: 'Phoenixville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 42063.0, + density: 459.4, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "87.87", "42091": "12.13"}', + coty_name: ['Chester', 'Montgomery'], + cty_code: ['42029', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53008, lat: 40.12704 }, + }, + { + zip_code: '19512', + usps_city: 'Boyertown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 17048.0, + density: 152.0, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "91.93", "42091": "8.07"}', + coty_name: ['Berks', 'Montgomery'], + cty_code: ['42011', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67943, lat: 40.34849 }, + }, + { + zip_code: '19539', + usps_city: 'Mertztown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4848.0, + density: 84.6, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "98.32", "42077": "1.68"}', + coty_name: ['Berks', 'Lehigh'], + cty_code: ['42011', '42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68948, lat: 40.48988 }, + }, + { + zip_code: '19938', + usps_city: 'Clayton', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 8856.0, + density: 70.2, + primary_coty_code: '10001', + primary_coty_name: 'Kent', + county_weights: '{"10001": "92.47", "10003": "7.53"}', + coty_name: ['Kent', 'New Castle'], + cty_code: ['10001', '10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.69923, lat: 39.25719 }, + }, + { + zip_code: '20158', + usps_city: 'Hamilton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4610.0, + density: 122.3, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65443, lat: 39.13859 }, + }, + { + zip_code: '20170', + usps_city: 'Herndon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 42690.0, + density: 1879.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38038, lat: 38.98079 }, + }, + { + zip_code: '20566', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05501, lat: 38.89564 }, + }, + { + zip_code: '20626', + usps_city: 'Coltons Point', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 96.6, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76088, lat: 38.23109 }, + }, + { + zip_code: '20639', + usps_city: 'Huntingtown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 15793.0, + density: 145.6, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60715, lat: 38.60752 }, + }, + { + zip_code: '20650', + usps_city: 'Leonardtown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 14672.0, + density: 93.5, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63437, lat: 38.27242 }, + }, + { + zip_code: '20779', + usps_city: 'Tracys Landing', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 59.1, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.57683, lat: 38.76573 }, + }, + { + zip_code: '21043', + usps_city: 'Ellicott City', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 47351.0, + density: 1076.1, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "97.88", "24005": "2.12"}', + coty_name: ['Howard', 'Baltimore'], + cty_code: ['24027', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7979, lat: 39.25753 }, + }, + { + zip_code: '21044', + usps_city: 'Columbia', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 44256.0, + density: 1424.1, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88381, lat: 39.21033 }, + }, + { + zip_code: '21114', + usps_city: 'Crofton', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27303.0, + density: 1894.7, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.68423, lat: 39.00961 }, + }, + { + zip_code: '21204', + usps_city: 'Towson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 21545.0, + density: 1380.1, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63262, lat: 39.40257 }, + }, + { + zip_code: '21222', + usps_city: 'Dundalk', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 55212.0, + density: 1944.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "96.68", "24510": "3.32"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.49337, lat: 39.26558 }, + }, + { + zip_code: '21250', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2367.0, + density: 3729.2, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71117, lat: 39.25557 }, + }, + { + zip_code: '21405', + usps_city: 'Annapolis', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 127.2, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55147, lat: 39.0305 }, + }, + { + zip_code: '21536', + usps_city: 'Grantsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4123.0, + density: 16.0, + primary_coty_code: '24023', + primary_coty_name: 'Garrett', + county_weights: '{"24023": "100"}', + coty_name: ['Garrett'], + cty_code: ['24023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16853, lat: 39.65644 }, + }, + { + zip_code: '21613', + usps_city: 'Cambridge', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 17132.0, + density: 42.6, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.07341, lat: 38.49315 }, + }, + { + zip_code: '21627', + usps_city: 'Crocheron', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04837, lat: 38.23271 }, + }, + { + zip_code: '21645', + usps_city: 'Kennedyville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1261.0, + density: 12.8, + primary_coty_code: '24029', + primary_coty_name: 'Kent', + county_weights: '{"24029": "100"}', + coty_name: ['Kent'], + cty_code: ['24029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96461, lat: 39.3226 }, + }, + { + zip_code: '21716', + usps_city: 'Brunswick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5078.0, + density: 607.6, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6202, lat: 39.31459 }, + }, + { + zip_code: '21758', + usps_city: 'Knoxville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5127.0, + density: 61.0, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "63.6", "24043": "36.4"}', + coty_name: ['Frederick', 'Washington'], + cty_code: ['24021', '24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66498, lat: 39.34814 }, + }, + { + zip_code: '21762', + usps_city: 'Libertytown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 212.0, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24711, lat: 39.48088 }, + }, + { + zip_code: '21777', + usps_city: 'Point Of Rocks', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1868.0, + density: 330.2, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.52073, lat: 39.2682 }, + }, + { + zip_code: '21835', + usps_city: 'Linkwood', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 16.2, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94577, lat: 38.53308 }, + }, + { + zip_code: '21869', + usps_city: 'Vienna', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1145.0, + density: 4.7, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89174, lat: 38.44243 }, + }, + { + zip_code: '21871', + usps_city: 'Westover', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2198.0, + density: 12.5, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73073, lat: 38.10383 }, + }, + { + zip_code: '22032', + usps_city: 'Fairfax', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31201.0, + density: 1626.7, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "96.43", "51600": "3.57"}', + coty_name: ['Fairfax', 'Fairfax'], + cty_code: ['51059', '51600'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28999, lat: 38.82046 }, + }, + { + zip_code: '22310', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 32380.0, + density: 1743.5, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.12148, lat: 38.78468 }, + }, + { + zip_code: '22514', + usps_city: 'Milford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2195.0, + density: 9.7, + primary_coty_code: '51033', + primary_coty_name: 'Caroline', + county_weights: '{"51033": "99.73", "51097": "0.27"}', + coty_name: ['Caroline', 'King and Queen'], + cty_code: ['51033', '51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24636, lat: 37.97427 }, + }, + { + zip_code: '22610', + usps_city: 'Bentonville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1735.0, + density: 13.0, + primary_coty_code: '51187', + primary_coty_name: 'Warren', + county_weights: '{"51187": "100"}', + coty_name: ['Warren'], + cty_code: ['51187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.27942, lat: 38.81812 }, + }, + { + zip_code: '22655', + usps_city: 'Stephens City', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21982.0, + density: 241.2, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "99.56", "51187": "0.44"}', + coty_name: ['Frederick', 'Warren'], + cty_code: ['51069', '51187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2144, lat: 39.06535 }, + }, + { + zip_code: '22720', + usps_city: 'Goldvein', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 19.3, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64538, lat: 38.47674 }, + }, + { + zip_code: '22724', + usps_city: 'Jeffersonton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2102.0, + density: 38.5, + primary_coty_code: '51047', + primary_coty_name: 'Culpeper', + county_weights: '{"51047": "100"}', + coty_name: ['Culpeper'], + cty_code: ['51047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90101, lat: 38.61641 }, + }, + { + zip_code: '23091', + usps_city: 'Little Plymouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 4.1, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "100"}', + coty_name: ['King and Queen'], + cty_code: ['51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80509, lat: 37.64796 }, + }, + { + zip_code: '23222', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 27212.0, + density: 1265.7, + primary_coty_code: '51760', + primary_coty_name: 'Richmond', + county_weights: '{"51760": "69.46", "51087": "30.54"}', + coty_name: ['Richmond', 'Henrico'], + cty_code: ['51760', '51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.41905, lat: 37.58256 }, + }, + { + zip_code: '23223', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 52309.0, + density: 1199.2, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "52.48", "51760": "47.52"}', + coty_name: ['Henrico', 'Richmond'], + cty_code: ['51087', '51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.37889, lat: 37.55584 }, + }, + { + zip_code: '23422', + usps_city: 'Pungoteague', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 13.6, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.82551, lat: 37.63672 }, + }, + { + zip_code: '23435', + usps_city: 'Suffolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30626.0, + density: 304.7, + primary_coty_code: '51800', + primary_coty_name: 'Suffolk', + county_weights: '{"51800": "100"}', + coty_name: ['Suffolk'], + cty_code: ['51800'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4829, lat: 36.83257 }, + }, + { + zip_code: '23442', + usps_city: 'Temperanceville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1263.0, + density: 36.5, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.57224, lat: 37.90632 }, + }, + { + zip_code: '23457', + usps_city: 'Virginia Beach', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4180.0, + density: 24.3, + primary_coty_code: '51810', + primary_coty_name: 'Virginia Beach', + county_weights: '{"51810": "100"}', + coty_name: ['Virginia Beach'], + cty_code: ['51810'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.01907, lat: 36.61597 }, + }, + { + zip_code: '23803', + usps_city: 'Petersburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 38187.0, + density: 204.0, + primary_coty_code: '51730', + primary_coty_name: 'Petersburg', + county_weights: '{"51730": "47.53", "51041": "26.42", "51053": "26.05"}', + coty_name: ['Petersburg', 'Chesterfield', 'Dinwiddie'], + cty_code: ['51730', '51041', '51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.48143, lat: 37.21232 }, + }, + { + zip_code: '23827', + usps_city: 'Boykins', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1491.0, + density: 11.2, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "100"}', + coty_name: ['Southampton'], + cty_code: ['51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.2012, lat: 36.61059 }, + }, + { + zip_code: '23881', + usps_city: 'Spring Grove', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2023.0, + density: 6.5, + primary_coty_code: '51181', + primary_coty_name: 'Surry', + county_weights: '{"51181": "76.47", "51149": "23.53"}', + coty_name: ['Surry', 'Prince George'], + cty_code: ['51181', '51149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98665, lat: 37.18796 }, + }, + { + zip_code: '23922', + usps_city: 'Burkeville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4551.0, + density: 25.9, + primary_coty_code: '51135', + primary_coty_name: 'Nottoway', + county_weights: '{"51135": "85.87", "51147": "14.13"}', + coty_name: ['Nottoway', 'Prince Edward'], + cty_code: ['51135', '51147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.2148, lat: 37.1871 }, + }, + { + zip_code: '24065', + usps_city: 'Boones Mill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6098.0, + density: 27.6, + primary_coty_code: '51067', + primary_coty_name: 'Franklin', + county_weights: '{"51067": "82.35", "51161": "17.65"}', + coty_name: ['Franklin', 'Roanoke'], + cty_code: ['51067', '51161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.97088, lat: 37.11658 }, + }, + { + zip_code: '24066', + usps_city: 'Buchanan', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5295.0, + density: 12.7, + primary_coty_code: '51023', + primary_coty_name: 'Botetourt', + county_weights: '{"51023": "98.38", "51163": "1.62"}', + coty_name: ['Botetourt', 'Rockbridge'], + cty_code: ['51023', '51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.67921, lat: 37.53847 }, + }, + { + zip_code: '24069', + usps_city: 'Cascade', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1644.0, + density: 19.1, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63481, lat: 36.58325 }, + }, + { + zip_code: '24127', + usps_city: 'New Castle', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3860.0, + density: 6.2, + primary_coty_code: '51045', + primary_coty_name: 'Craig', + county_weights: '{"51045": "100"}', + coty_name: ['Craig'], + cty_code: ['51045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19046, lat: 37.48631 }, + }, + { + zip_code: '24556', + usps_city: 'Goode', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3218.0, + density: 29.1, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100"}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.39626, lat: 37.38279 }, + }, + { + zip_code: '24562', + usps_city: 'Howardsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 11.3, + primary_coty_code: '51029', + primary_coty_name: 'Buckingham', + county_weights: '{"51029": "78.17", "51125": "18.31", "51003": "3.52"}', + coty_name: ['Buckingham', 'Nelson', 'Albemarle'], + cty_code: ['51029', '51125', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.62293, lat: 37.69247 }, + }, + { + zip_code: '24563', + usps_city: 'Hurt', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5290.0, + density: 30.3, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.27634, lat: 37.06392 }, + }, + { + zip_code: '24598', + usps_city: 'Virgilina', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1677.0, + density: 8.8, + primary_coty_code: '51083', + primary_coty_name: 'Halifax', + county_weights: '{"51083": "98.29", "51117": "1.71"}', + coty_name: ['Halifax', 'Mecklenburg'], + cty_code: ['51083', '51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78345, lat: 36.60742 }, + }, + { + zip_code: '24609', + usps_city: 'Cedar Bluff', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7136.0, + density: 26.5, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "75.12", "51167": "24.88"}', + coty_name: ['Tazewell', 'Russell'], + cty_code: ['51185', '51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81373, lat: 37.0107 }, + }, + { + zip_code: '24801', + usps_city: 'Welch', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4051.0, + density: 28.5, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "92.69", "54109": "7.31"}', + coty_name: ['McDowell', 'Wyoming'], + cty_code: ['54047', '54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5776, lat: 37.44261 }, + }, + { + zip_code: '24808', + usps_city: 'Anawalt', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 12.3, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41506, lat: 37.33627 }, + }, + { + zip_code: '24816', + usps_city: 'Big Sandy', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 139.0, + density: 109.7, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70504, lat: 37.4612 }, + }, + { + zip_code: '24849', + usps_city: 'Jesse', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 212.0, + density: 7.9, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.55857, lat: 37.67065 }, + }, + { + zip_code: '24860', + usps_city: 'Matheny', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 16.0, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60698, lat: 37.66233 }, + }, + { + zip_code: '25064', + usps_city: 'Dunbar', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9033.0, + density: 508.4, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74852, lat: 38.37629 }, + }, + { + zip_code: '25071', + usps_city: 'Elkview', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11904.0, + density: 44.5, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "98.93", "54087": "1.07"}', + coty_name: ['Kanawha', 'Roane'], + cty_code: ['54039', '54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.46821, lat: 38.47317 }, + }, + { + zip_code: '25125', + usps_city: 'Lizemores', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1121.0, + density: 16.1, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "88.53", "54067": "11.47"}', + coty_name: ['Clay', 'Nicholas'], + cty_code: ['54015', '54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19409, lat: 38.31361 }, + }, + { + zip_code: '25213', + usps_city: 'Winfield', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6126.0, + density: 66.0, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.91664, lat: 38.50759 }, + }, + { + zip_code: '25234', + usps_city: 'Arnoldsburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1060.0, + density: 8.9, + primary_coty_code: '54013', + primary_coty_name: 'Calhoun', + county_weights: '{"54013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['54013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12968, lat: 38.8106 }, + }, + { + zip_code: '25247', + usps_city: 'Hartford', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 99.0, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.99687, lat: 39.00471 }, + }, + { + zip_code: '25259', + usps_city: 'Looneyville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 626.0, + density: 6.4, + primary_coty_code: '54087', + primary_coty_name: 'Roane', + county_weights: '{"54087": "100"}', + coty_name: ['Roane'], + cty_code: ['54087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25173, lat: 38.67354 }, + }, + { + zip_code: '25702', + usps_city: 'Huntington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7169.0, + density: 237.8, + primary_coty_code: '54011', + primary_coty_name: 'Cabell', + county_weights: '{"54011": "100"}', + coty_name: ['Cabell'], + cty_code: ['54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32918, lat: 38.43827 }, + }, + { + zip_code: '25704', + usps_city: 'Huntington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16666.0, + density: 199.2, + primary_coty_code: '54099', + primary_coty_name: 'Wayne', + county_weights: '{"54099": "69.61", "54011": "30.39"}', + coty_name: ['Wayne', 'Cabell'], + cty_code: ['54099', '54011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50879, lat: 38.35348 }, + }, + { + zip_code: '25844', + usps_city: 'Glen Daniel', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1332.0, + density: 42.1, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37737, lat: 37.81028 }, + }, + { + zip_code: '25918', + usps_city: 'Shady Spring', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4507.0, + density: 25.8, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99895, lat: 37.74924 }, + }, + { + zip_code: '25921', + usps_city: 'Sophia', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2269.0, + density: 54.5, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.30864, lat: 37.67008 }, + }, + { + zip_code: '25928', + usps_city: 'Stephenson', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 11.4, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.33259, lat: 37.55958 }, + }, + { + zip_code: '25951', + usps_city: 'Hinton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6301.0, + density: 22.6, + primary_coty_code: '54089', + primary_coty_name: 'Summers', + county_weights: '{"54089": "97.55", "54081": "2.45"}', + coty_name: ['Summers', 'Raleigh'], + cty_code: ['54089', '54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.86708, lat: 37.6595 }, + }, + { + zip_code: '26047', + usps_city: 'New Cumberland', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6180.0, + density: 55.7, + primary_coty_code: '54029', + primary_coty_name: 'Hancock', + county_weights: '{"54029": "100"}', + coty_name: ['Hancock'], + cty_code: ['54029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.58299, lat: 40.53129 }, + }, + { + zip_code: '26264', + usps_city: 'Durbin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 2.2, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82698, lat: 38.57581 }, + }, + { + zip_code: '26338', + usps_city: 'Camden', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 8.0, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "100"}', + coty_name: ['Lewis'], + cty_code: ['54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61266, lat: 39.08197 }, + }, + { + zip_code: '26405', + usps_city: 'Moatsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 9.3, + primary_coty_code: '54001', + primary_coty_name: 'Barbour', + county_weights: '{"54001": "93.38", "54077": "6.62"}', + coty_name: ['Barbour', 'Preston'], + cty_code: ['54001', '54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9017, lat: 39.22336 }, + }, + { + zip_code: '26562', + usps_city: 'Burton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 3.6, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "62.3", "54061": "37.7"}', + coty_name: ['Wetzel', 'Monongalia'], + cty_code: ['54103', '54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45546, lat: 39.63972 }, + }, + { + zip_code: '26739', + usps_city: 'Mount Storm', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 896.0, + density: 5.2, + primary_coty_code: '54023', + primary_coty_name: 'Grant', + county_weights: '{"54023": "100"}', + coty_name: ['Grant'], + cty_code: ['54023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.2557, lat: 39.2428 }, + }, + { + zip_code: '26804', + usps_city: 'Circleville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 3.1, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.53943, lat: 38.63645 }, + }, + { + zip_code: '26836', + usps_city: 'Moorefield', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7080.0, + density: 14.1, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "100"}', + coty_name: ['Hardy'], + cty_code: ['54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.97451, lat: 38.99078 }, + }, + { + zip_code: '27050', + usps_city: 'Tobaccoville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3811.0, + density: 59.1, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "84", "37169": "16"}', + coty_name: ['Forsyth', 'Stokes'], + cty_code: ['37067', '37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40128, lat: 36.23598 }, + }, + { + zip_code: '27252', + usps_city: 'Goldston', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1669.0, + density: 15.0, + primary_coty_code: '37037', + primary_coty_name: 'Chatham', + county_weights: '{"37037": "100"}', + coty_name: ['Chatham'], + cty_code: ['37037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.34949, lat: 35.56417 }, + }, + { + zip_code: '27265', + usps_city: 'High Point', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 51477.0, + density: 472.2, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "82.64", "37057": "16.35", "37067": "1.01"}', + coty_name: ['Guilford', 'Davidson', 'Forsyth'], + cty_code: ['37081', '37057', '37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03052, lat: 36.00956 }, + }, + { + zip_code: '27503', + usps_city: 'Bahama', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6377.0, + density: 67.4, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "100"}', + coty_name: ['Durham'], + cty_code: ['37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.8778, lat: 36.15926 }, + }, + { + zip_code: '27571', + usps_city: 'Rolesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7407.0, + density: 649.4, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45722, lat: 35.92048 }, + }, + { + zip_code: '27596', + usps_city: 'Youngsville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18043.0, + density: 124.8, + primary_coty_code: '37069', + primary_coty_name: 'Franklin', + county_weights: '{"37069": "88.53", "37077": "7.13", "37183": "4.33"}', + coty_name: ['Franklin', 'Granville', 'Wake'], + cty_code: ['37069', '37077', '37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.44623, lat: 36.01015 }, + }, + { + zip_code: '27609', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 33575.0, + density: 1160.2, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63332, lat: 35.84328 }, + }, + { + zip_code: '27712', + usps_city: 'Durham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21301.0, + density: 244.9, + primary_coty_code: '37063', + primary_coty_name: 'Durham', + county_weights: '{"37063": "100"}', + coty_name: ['Durham'], + cty_code: ['37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.90212, lat: 36.09689 }, + }, + { + zip_code: '27806', + usps_city: 'Aurora', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2576.0, + density: 7.2, + primary_coty_code: '37013', + primary_coty_name: 'Beaufort', + county_weights: '{"37013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['37013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.76526, lat: 35.29727 }, + }, + { + zip_code: '27937', + usps_city: 'Gates', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4448.0, + density: 20.3, + primary_coty_code: '37073', + primary_coty_name: 'Gates', + county_weights: '{"37073": "100"}', + coty_name: ['Gates'], + cty_code: ['37073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.77868, lat: 36.50216 }, + }, + { + zip_code: '28019', + usps_city: 'Caroleen', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '37161', + primary_coty_name: 'Rutherford', + county_weights: '{"37161": "100"}', + coty_name: ['Rutherford'], + cty_code: ['37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79053, lat: 35.28039 }, + }, + { + zip_code: '28088', + usps_city: 'Landis', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2746.0, + density: 400.3, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61468, lat: 35.54425 }, + }, + { + zip_code: '28101', + usps_city: 'McAdenville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 970.0, + density: 418.1, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0789, lat: 35.25782 }, + }, + { + zip_code: '28115', + usps_city: 'Mooresville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 37673.0, + density: 197.3, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "93.22", "37159": "6.78"}', + coty_name: ['Iredell', 'Rowan'], + cty_code: ['37097', '37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.77328, lat: 35.57956 }, + }, + { + zip_code: '28318', + usps_city: 'Autryville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4250.0, + density: 20.6, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "83.62", "37051": "16.38"}', + coty_name: ['Sampson', 'Cumberland'], + cty_code: ['37163', '37051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61414, lat: 35.01788 }, + }, + { + zip_code: '28328', + usps_city: 'Clinton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 27372.0, + density: 41.4, + primary_coty_code: '37163', + primary_coty_name: 'Sampson', + county_weights: '{"37163": "100"}', + coty_name: ['Sampson'], + cty_code: ['37163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.33829, lat: 35.00345 }, + }, + { + zip_code: '28351', + usps_city: 'Laurel Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4598.0, + density: 31.4, + primary_coty_code: '37165', + primary_coty_name: 'Scotland', + county_weights: '{"37165": "100"}', + coty_name: ['Scotland'], + cty_code: ['37165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55836, lat: 34.84025 }, + }, + { + zip_code: '28399', + usps_city: 'White Oak', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1955.0, + density: 8.1, + primary_coty_code: '37017', + primary_coty_name: 'Bladen', + county_weights: '{"37017": "100"}', + coty_name: ['Bladen'], + cty_code: ['37017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70514, lat: 34.76006 }, + }, + { + zip_code: '28428', + usps_city: 'Carolina Beach', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6611.0, + density: 496.2, + primary_coty_code: '37129', + primary_coty_name: 'New Hanover', + county_weights: '{"37129": "100"}', + coty_name: ['New Hanover'], + cty_code: ['37129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.90681, lat: 34.03832 }, + }, + { + zip_code: '28430', + usps_city: 'Cerro Gordo', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2298.0, + density: 21.8, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.93519, lat: 34.29242 }, + }, + { + zip_code: '28478', + usps_city: 'Willard', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4757.0, + density: 15.2, + primary_coty_code: '37141', + primary_coty_name: 'Pender', + county_weights: '{"37141": "94.14", "37163": "5.71", "37061": "0.15"}', + coty_name: ['Pender', 'Sampson', 'Duplin'], + cty_code: ['37141', '37163', '37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.03846, lat: 34.64302 }, + }, + { + zip_code: '28578', + usps_city: 'Seven Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7504.0, + density: 45.4, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "66.09", "37061": "18.09", "37107": "15.83"}', + coty_name: ['Wayne', 'Duplin', 'Lenoir'], + cty_code: ['37191', '37061', '37107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86341, lat: 35.20056 }, + }, + { + zip_code: '28624', + usps_city: 'Ferguson', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1499.0, + density: 9.3, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.42019, lat: 36.12128 }, + }, + { + zip_code: '28629', + usps_city: 'Glendale Springs', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '37009', + primary_coty_name: 'Ashe', + county_weights: '{"37009": "100"}', + coty_name: ['Ashe'], + cty_code: ['37009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36516, lat: 36.34017 }, + }, + { + zip_code: '28662', + usps_city: 'Pineola', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 41.7, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "100"}', + coty_name: ['Avery'], + cty_code: ['37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89909, lat: 36.0215 }, + }, + { + zip_code: '28701', + usps_city: 'Alexander', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3240.0, + density: 70.3, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64105, lat: 35.70239 }, + }, + { + zip_code: '28726', + usps_city: 'East Flat Rock', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3701.0, + density: 599.5, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "100"}', + coty_name: ['Henderson'], + cty_code: ['37089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4182, lat: 35.28118 }, + }, + { + zip_code: '29125', + usps_city: 'Pinewood', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2390.0, + density: 8.7, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "51.69", "45027": "48.31"}', + coty_name: ['Sumter', 'Clarendon'], + cty_code: ['45085', '45027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46723, lat: 33.69829 }, + }, + { + zip_code: '29128', + usps_city: 'Rembert', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5246.0, + density: 18.8, + primary_coty_code: '45085', + primary_coty_name: 'Sumter', + county_weights: '{"45085": "82.54", "45061": "10.83", "45055": "6.63"}', + coty_name: ['Sumter', 'Lee', 'Kershaw'], + cty_code: ['45085', '45061', '45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.53037, lat: 34.09771 }, + }, + { + zip_code: '29145', + usps_city: 'Silverstreet', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 852.0, + density: 7.4, + primary_coty_code: '45071', + primary_coty_name: 'Newberry', + county_weights: '{"45071": "100"}', + coty_name: ['Newberry'], + cty_code: ['45071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77415, lat: 34.22068 }, + }, + { + zip_code: '29303', + usps_city: 'Spartanburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 25458.0, + density: 315.2, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96734, lat: 34.99339 }, + }, + { + zip_code: '29403', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21819.0, + density: 1576.8, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94377, lat: 32.80462 }, + }, + { + zip_code: '29424', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 8194.0, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93737, lat: 32.78364 }, + }, + { + zip_code: '29432', + usps_city: 'Branchville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3526.0, + density: 11.6, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "80.44", "45009": "15.88", "45035": "3.68"}', + coty_name: ['Orangeburg', 'Bamberg', 'Dorchester'], + cty_code: ['45075', '45009', '45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80785, lat: 33.23112 }, + }, + { + zip_code: '29445', + usps_city: 'Goose Creek', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 59342.0, + density: 392.4, + primary_coty_code: '45015', + primary_coty_name: 'Berkeley', + county_weights: '{"45015": "100"}', + coty_name: ['Berkeley'], + cty_code: ['45015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99, lat: 32.99782 }, + }, + { + zip_code: '29483', + usps_city: 'Summerville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 87341.0, + density: 249.3, + primary_coty_code: '45035', + primary_coty_name: 'Dorchester', + county_weights: '{"45035": "59.18", "45015": "40.71", "45019": "0.12"}', + coty_name: ['Dorchester', 'Berkeley', 'Charleston'], + cty_code: ['45035', '45015', '45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18747, lat: 33.05135 }, + }, + { + zip_code: '29518', + usps_city: 'Cades', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1024.0, + density: 8.1, + primary_coty_code: '45089', + primary_coty_name: 'Williamsburg', + county_weights: '{"45089": "100"}', + coty_name: ['Williamsburg'], + cty_code: ['45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84798, lat: 33.78862 }, + }, + { + zip_code: '29620', + usps_city: 'Abbeville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13086.0, + density: 20.2, + primary_coty_code: '45001', + primary_coty_name: 'Abbeville', + county_weights: '{"45001": "99.79", "45065": "0.21"}', + coty_name: ['Abbeville', 'McCormick'], + cty_code: ['45001', '45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.42872, lat: 34.17875 }, + }, + { + zip_code: '29655', + usps_city: 'Iva', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6677.0, + density: 17.3, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "72.87", "45001": "27.13"}', + coty_name: ['Anderson', 'Abbeville'], + cty_code: ['45007', '45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64086, lat: 34.26492 }, + }, + { + zip_code: '29657', + usps_city: 'Liberty', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15230.0, + density: 92.5, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "86.05", "45007": "13.95"}', + coty_name: ['Pickens', 'Anderson'], + cty_code: ['45077', '45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.68894, lat: 34.7661 }, + }, + { + zip_code: '29681', + usps_city: 'Simpsonville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 60303.0, + density: 563.0, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22475, lat: 34.76916 }, + }, + { + zip_code: '29831', + usps_city: 'Jackson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4401.0, + density: 14.8, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80288, lat: 33.3112 }, + }, + { + zip_code: '29834', + usps_city: 'Langley', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2041.0, + density: 417.9, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85827, lat: 33.5119 }, + }, + { + zip_code: '29848', + usps_city: 'Troy', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 813.0, + density: 3.3, + primary_coty_code: '45047', + primary_coty_name: 'Greenwood', + county_weights: '{"45047": "67.51", "45065": "27.3", "45081": "5.19"}', + coty_name: ['Greenwood', 'McCormick', 'Saluda'], + cty_code: ['45047', '45065', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.21348, lat: 34.00151 }, + }, + { + zip_code: '29944', + usps_city: 'Varnville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4243.0, + density: 12.4, + primary_coty_code: '45049', + primary_coty_name: 'Hampton', + county_weights: '{"45049": "98.36", "45053": "1.64"}', + coty_name: ['Hampton', 'Jasper'], + cty_code: ['45049', '45053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03282, lat: 32.79221 }, + }, + { + zip_code: '30012', + usps_city: 'Conyers', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 28591.0, + density: 257.7, + primary_coty_code: '13247', + primary_coty_name: 'Rockdale', + county_weights: '{"13247": "97.51", "13089": "1.83", "13297": "0.65"}', + coty_name: ['Rockdale', 'DeKalb', 'Walton'], + cty_code: ['13247', '13089', '13297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.99866, lat: 33.71884 }, + }, + { + zip_code: '30094', + usps_city: 'Conyers', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 33579.0, + density: 321.1, + primary_coty_code: '13247', + primary_coty_name: 'Rockdale', + county_weights: '{"13247": "99.67", "13089": "0.33"}', + coty_name: ['Rockdale', 'DeKalb'], + cty_code: ['13247', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.05635, lat: 33.61125 }, + }, + { + zip_code: '30132', + usps_city: 'Dallas', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 42607.0, + density: 149.6, + primary_coty_code: '13223', + primary_coty_name: 'Paulding', + county_weights: '{"13223": "100"}', + coty_name: ['Paulding'], + cty_code: ['13223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.85867, lat: 33.98839 }, + }, + { + zip_code: '30173', + usps_city: 'Silver Creek', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5564.0, + density: 63.7, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "95.48", "13233": "4.52"}', + coty_name: ['Floyd', 'Polk'], + cty_code: ['13115', '13233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.14263, lat: 34.13301 }, + }, + { + zip_code: '30180', + usps_city: 'Villa Rica', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36888.0, + density: 190.1, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "72.51", "13097": "23.24", "13223": "4.25"}', + coty_name: ['Carroll', 'Douglas', 'Paulding'], + cty_code: ['13045', '13097', '13223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92173, lat: 33.71734 }, + }, + { + zip_code: '30183', + usps_city: 'Waleska', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6365.0, + density: 40.0, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "99.26", "13015": "0.64", "13227": "0.09"}', + coty_name: ['Cherokee', 'Bartow', 'Pickens'], + cty_code: ['13057', '13015', '13227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.60031, lat: 34.33605 }, + }, + { + zip_code: '30218', + usps_city: 'Gay', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1868.0, + density: 10.7, + primary_coty_code: '13199', + primary_coty_name: 'Meriwether', + county_weights: '{"13199": "100"}', + coty_name: ['Meriwether'], + cty_code: ['13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58358, lat: 33.12743 }, + }, + { + zip_code: '30253', + usps_city: 'Mcdonough', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 53958.0, + density: 430.1, + primary_coty_code: '13151', + primary_coty_name: 'Henry', + county_weights: '{"13151": "100"}', + coty_name: ['Henry'], + cty_code: ['13151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18335, lat: 33.44884 }, + }, + { + zip_code: '30411', + usps_city: 'Alamo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5333.0, + density: 13.6, + primary_coty_code: '13309', + primary_coty_name: 'Wheeler', + county_weights: '{"13309": "94.78", "13175": "5.22", "13271": "0"}', + coty_name: ['Wheeler', 'Laurens', 'Telfair'], + cty_code: ['13309', '13175', '13271'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79817, lat: 32.12818 }, + }, + { + zip_code: '30441', + usps_city: 'Midville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1689.0, + density: 3.6, + primary_coty_code: '13107', + primary_coty_name: 'Emanuel', + county_weights: '{"13107": "63.32", "13033": "35.6", "13165": "1.08"}', + coty_name: ['Emanuel', 'Burke', 'Jenkins'], + cty_code: ['13107', '13033', '13165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23574, lat: 32.80991 }, + }, + { + zip_code: '30516', + usps_city: 'Bowersville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2221.0, + density: 40.8, + primary_coty_code: '13147', + primary_coty_name: 'Hart', + county_weights: '{"13147": "100"}', + coty_name: ['Hart'], + cty_code: ['13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.03707, lat: 34.37562 }, + }, + { + zip_code: '30518', + usps_city: 'Buford', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 53780.0, + density: 521.9, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "91.62", "13139": "8.38"}', + coty_name: ['Gwinnett', 'Hall'], + cty_code: ['13135', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02636, lat: 34.13191 }, + }, + { + zip_code: '30525', + usps_city: 'Clayton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7730.0, + density: 14.5, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.37164, lat: 34.9087 }, + }, + { + zip_code: '30534', + usps_city: 'Dawsonville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 29530.0, + density: 49.8, + primary_coty_code: '13085', + primary_coty_name: 'Dawson', + county_weights: + '{"13085": "81.28", "13187": "12.41", "13117": "6.04", "13057": "0.24", "13227": "0.03"}', + coty_name: ['Dawson', 'Lumpkin', 'Forsyth', 'Cherokee', 'Pickens'], + cty_code: ['13085', '13187', '13117', '13057', '13227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15074, lat: 34.43887 }, + }, + { + zip_code: '30575', + usps_city: 'Talmo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1800.0, + density: 60.3, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: '{"13157": "67.35", "13139": "32.65"}', + coty_name: ['Jackson', 'Hall'], + cty_code: ['13157', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71601, lat: 34.20384 }, + }, + { + zip_code: '30605', + usps_city: 'Athens', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 41593.0, + density: 438.3, + primary_coty_code: '13059', + primary_coty_name: 'Clarke', + county_weights: '{"13059": "99.48", "13219": "0.52"}', + coty_name: ['Clarke', 'Oconee'], + cty_code: ['13059', '13219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32327, lat: 33.90656 }, + }, + { + zip_code: '30623', + usps_city: 'Bostwick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 12.0, + primary_coty_code: '13211', + primary_coty_name: 'Morgan', + county_weights: '{"13211": "100"}', + coty_name: ['Morgan'], + cty_code: ['13211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.53609, lat: 33.73016 }, + }, + { + zip_code: '30655', + usps_city: 'Monroe', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 26516.0, + density: 118.5, + primary_coty_code: '13297', + primary_coty_name: 'Walton', + county_weights: '{"13297": "100"}', + coty_name: ['Walton'], + cty_code: ['13297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69796, lat: 33.77841 }, + }, + { + zip_code: '30680', + usps_city: 'Winder', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 44800.0, + density: 188.1, + primary_coty_code: '13013', + primary_coty_name: 'Barrow', + county_weights: '{"13013": "99.2", "13219": "0.56", "13157": "0.23"}', + coty_name: ['Barrow', 'Oconee', 'Jackson'], + cty_code: ['13013', '13219', '13157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69949, lat: 33.99623 }, + }, + { + zip_code: '30731', + usps_city: 'Menlo', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2314.0, + density: 10.3, + primary_coty_code: '13055', + primary_coty_name: 'Chattooga', + county_weights: '{"13055": "73.81", "13083": "15.32", "13295": "10.87"}', + coty_name: ['Chattooga', 'Dade', 'Walker'], + cty_code: ['13055', '13083', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.47741, lat: 34.58639 }, + }, + { + zip_code: '31064', + usps_city: 'Monticello', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9478.0, + density: 14.5, + primary_coty_code: '13159', + primary_coty_name: 'Jasper', + county_weights: '{"13159": "100"}', + coty_name: ['Jasper'], + cty_code: ['13159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.69711, lat: 33.28906 }, + }, + { + zip_code: '31065', + usps_city: 'Montrose', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1169.0, + density: 7.0, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "78.71", "13023": "21.29"}', + coty_name: ['Laurens', 'Bleckley'], + cty_code: ['13175', '13023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.16922, lat: 32.55324 }, + }, + { + zip_code: '31083', + usps_city: 'Scotland', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 386.0, + density: 72.6, + primary_coty_code: '13271', + primary_coty_name: 'Telfair', + county_weights: '{"13271": "91.99", "13309": "8.01"}', + coty_name: ['Telfair', 'Wheeler'], + cty_code: ['13271', '13309'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81023, lat: 32.03945 }, + }, + { + zip_code: '31315', + usps_city: 'Fort Stewart', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8022.0, + density: 259.1, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "100"}', + coty_name: ['Liberty'], + cty_code: ['13179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.59015, lat: 31.89382 }, + }, + { + zip_code: '31539', + usps_city: 'Hazlehurst', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14733.0, + density: 21.1, + primary_coty_code: '13161', + primary_coty_name: 'Jeff Davis', + county_weights: '{"13161": "98.18", "13001": "1.82"}', + coty_name: ['Jeff Davis', 'Appling'], + cty_code: ['13161', '13001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.60805, lat: 31.82649 }, + }, + { + zip_code: '31556', + usps_city: 'Offerman', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 94.0, + density: 73.6, + primary_coty_code: '13229', + primary_coty_name: 'Pierce', + county_weights: '{"13229": "100"}', + coty_name: ['Pierce'], + cty_code: ['13229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.11163, lat: 31.41385 }, + }, + { + zip_code: '31605', + usps_city: 'Valdosta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23437.0, + density: 169.5, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "100"}', + coty_name: ['Lowndes'], + cty_code: ['13185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.23018, lat: 30.93604 }, + }, + { + zip_code: '31705', + usps_city: 'Albany', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 31935.0, + density: 80.1, + primary_coty_code: '13095', + primary_coty_name: 'Dougherty', + county_weights: '{"13095": "91.35", "13321": "6.65", "13205": "2"}', + coty_name: ['Dougherty', 'Worth', 'Mitchell'], + cty_code: ['13095', '13321', '13205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04437, lat: 31.50973 }, + }, + { + zip_code: '31822', + usps_city: 'Pine Mountain', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5396.0, + density: 18.2, + primary_coty_code: '13145', + primary_coty_name: 'Harris', + county_weights: '{"13145": "56.47", "13285": "31.7", "13199": "11.83"}', + coty_name: ['Harris', 'Troup', 'Meriwether'], + cty_code: ['13145', '13285', '13199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.91184, lat: 32.86685 }, + }, + { + zip_code: '32003', + usps_city: 'Fleming Island', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28676.0, + density: 699.1, + primary_coty_code: '12019', + primary_coty_name: 'Clay', + county_weights: '{"12019": "100"}', + coty_name: ['Clay'], + cty_code: ['12019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.71255, lat: 30.09813 }, + }, + { + zip_code: '32060', + usps_city: 'Live Oak', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24064.0, + density: 23.5, + primary_coty_code: '12121', + primary_coty_name: 'Suwannee', + county_weights: '{"12121": "100"}', + coty_name: ['Suwannee'], + cty_code: ['12121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.04974, lat: 30.27522 }, + }, + { + zip_code: '32096', + usps_city: 'White Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2186.0, + density: 5.2, + primary_coty_code: '12047', + primary_coty_name: 'Hamilton', + county_weights: '{"12047": "64.78", "12023": "34.19", "12121": "1.02"}', + coty_name: ['Hamilton', 'Columbia', 'Suwannee'], + cty_code: ['12047', '12023', '12121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.69984, lat: 30.43954 }, + }, + { + zip_code: '32134', + usps_city: 'Fort McCoy', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7754.0, + density: 12.4, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "96.81", "12107": "2.89", "12069": "0.3"}', + coty_name: ['Marion', 'Putnam', 'Lake'], + cty_code: ['12083', '12107', '12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83703, lat: 29.38283 }, + }, + { + zip_code: '32324', + usps_city: 'Chattahoochee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4716.0, + density: 26.0, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.79152, lat: 30.6525 }, + }, + { + zip_code: '32340', + usps_city: 'Madison', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11374.0, + density: 18.8, + primary_coty_code: '12079', + primary_coty_name: 'Madison', + county_weights: '{"12079": "100"}', + coty_name: ['Madison'], + cty_code: ['12079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.43505, lat: 30.46196 }, + }, + { + zip_code: '32432', + usps_city: 'Cypress', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12063', + primary_coty_name: 'Jackson', + county_weights: '{"12063": "100"}', + coty_name: ['Jackson'], + cty_code: ['12063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.0776, lat: 30.71493 }, + }, + { + zip_code: '32438', + usps_city: 'Fountain', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3822.0, + density: 23.5, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "91.8", "12013": "7.07", "12133": "1.13"}', + coty_name: ['Bay', 'Calhoun', 'Washington'], + cty_code: ['12005', '12013', '12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.42898, lat: 30.50527 }, + }, + { + zip_code: '32456', + usps_city: 'Port Saint Joe', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 8036.0, + density: 37.8, + primary_coty_code: '12045', + primary_coty_name: 'Gulf', + county_weights: '{"12045": "95.19", "12005": "4.81"}', + coty_name: ['Gulf', 'Bay'], + cty_code: ['12045', '12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.30265, lat: 29.80713 }, + }, + { + zip_code: '32505', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26354.0, + density: 750.8, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26077, lat: 30.45483 }, + }, + { + zip_code: '32531', + usps_city: 'Baker', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5526.0, + density: 9.8, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "99.24", "12113": "0.76"}', + coty_name: ['Okaloosa', 'Santa Rosa'], + cty_code: ['12091', '12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69101, lat: 30.87685 }, + }, + { + zip_code: '32539', + usps_city: 'Crestview', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30131.0, + density: 95.6, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "97.97", "12131": "2.03"}', + coty_name: ['Okaloosa', 'Walton'], + cty_code: ['12091', '12131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.46306, lat: 30.77478 }, + }, + { + zip_code: '32566', + usps_city: 'Navarre', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40232.0, + density: 385.9, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.88927, lat: 30.43717 }, + }, + { + zip_code: '32580', + usps_city: 'Valparaiso', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4491.0, + density: 138.6, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.52386, lat: 30.49583 }, + }, + { + zip_code: '32606', + usps_city: 'Gainesville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23442.0, + density: 529.8, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.44435, lat: 29.68415 }, + }, + { + zip_code: '32702', + usps_city: 'Altoona', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2796.0, + density: 19.0, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "89.87", "12083": "10.13"}', + coty_name: ['Lake', 'Marion'], + cty_code: ['12069', '12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62535, lat: 29.03924 }, + }, + { + zip_code: '32736', + usps_city: 'Eustis', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10848.0, + density: 39.7, + primary_coty_code: '12069', + primary_coty_name: 'Lake', + county_weights: '{"12069": "100"}', + coty_name: ['Lake'], + cty_code: ['12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49497, lat: 28.89669 }, + }, + { + zip_code: '32765', + usps_city: 'Oviedo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 64268.0, + density: 634.0, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20178, lat: 28.66743 }, + }, + { + zip_code: '32771', + usps_city: 'Sanford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 56266.0, + density: 599.1, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32645, lat: 28.81351 }, + }, + { + zip_code: '32818', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 58198.0, + density: 1942.9, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.48768, lat: 28.5865 }, + }, + { + zip_code: '33026', + usps_city: 'Hollywood', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31891.0, + density: 2717.8, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.29643, lat: 26.02594 }, + }, + { + zip_code: '33101', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "0"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19874, lat: 25.7793 }, + }, + { + zip_code: '33136', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15848.0, + density: 4287.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20471, lat: 25.78686 }, + }, + { + zip_code: '33174', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34403.0, + density: 4292.0, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.36115, lat: 25.76155 }, + }, + { + zip_code: '33183', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36725.0, + density: 2457.2, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40436, lat: 25.70026 }, + }, + { + zip_code: '33480', + usps_city: 'Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10031.0, + density: 973.0, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.04053, lat: 26.69027 }, + }, + { + zip_code: '33486', + usps_city: 'Boca Raton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23325.0, + density: 1667.5, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11429, lat: 26.34706 }, + }, + { + zip_code: '33782', + usps_city: 'Pinellas Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23443.0, + density: 1682.7, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70844, lat: 27.85988 }, + }, + { + zip_code: '33827', + usps_city: 'Babson Park', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3062.0, + density: 39.3, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.51392, lat: 27.81633 }, + }, + { + zip_code: '33946', + usps_city: 'Placida', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2104.0, + density: 89.0, + primary_coty_code: '12015', + primary_coty_name: 'Charlotte', + county_weights: '{"12015": "100"}', + coty_name: ['Charlotte'], + cty_code: ['12015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27295, lat: 26.84774 }, + }, + { + zip_code: '34102', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11548.0, + density: 787.9, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79659, lat: 26.13806 }, + }, + { + zip_code: '34105', + usps_city: 'Naples', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18011.0, + density: 699.6, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76365, lat: 26.18941 }, + }, + { + zip_code: '34138', + usps_city: 'Chokoloskee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 340.0, + density: 197.1, + primary_coty_code: '12021', + primary_coty_name: 'Collier', + county_weights: '{"12021": "100"}', + coty_name: ['Collier'], + cty_code: ['12021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37274, lat: 25.81588 }, + }, + { + zip_code: '34452', + usps_city: 'Inverness', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11903.0, + density: 132.9, + primary_coty_code: '12017', + primary_coty_name: 'Citrus', + county_weights: '{"12017": "100"}', + coty_name: ['Citrus'], + cty_code: ['12017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36105, lat: 28.77771 }, + }, + { + zip_code: '34602', + usps_city: 'Brooksville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7697.0, + density: 44.6, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.27965, lat: 28.5031 }, + }, + { + zip_code: '34760', + usps_city: 'Oakland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 863.0, + density: 639.3, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.63236, lat: 28.55459 }, + }, + { + zip_code: '34761', + usps_city: 'Ocoee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45864.0, + density: 1120.6, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5337, lat: 28.57757 }, + }, + { + zip_code: '35082', + usps_city: 'Hollins', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '1027', + primary_coty_name: 'Clay', + county_weights: '{"01027": "100"}', + coty_name: ['Clay'], + cty_code: ['1027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.15567, lat: 33.16334 }, + }, + { + zip_code: '35087', + usps_city: 'Joppa', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2571.0, + density: 44.3, + primary_coty_code: '1043', + primary_coty_name: 'Cullman', + county_weights: '{"01043": "52.29", "01103": "42.08", "01095": "5.63"}', + coty_name: ['Cullman', 'Morgan', 'Marshall'], + cty_code: ['01043', '01103', '01095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.58434, lat: 34.30638 }, + }, + { + zip_code: '35096', + usps_city: 'Lincoln', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8221.0, + density: 40.2, + primary_coty_code: '1121', + primary_coty_name: 'Talladega', + county_weights: '{"01121": "95.37", "01015": "4.63"}', + coty_name: ['Talladega', 'Calhoun'], + cty_code: ['01121', '01015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.10863, lat: 33.62053 }, + }, + { + zip_code: '35130', + usps_city: 'Quinton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2925.0, + density: 16.8, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "61.92", "01073": "38.08"}', + coty_name: ['Walker', 'Jefferson'], + cty_code: ['01127', '01073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.13403, lat: 33.63367 }, + }, + { + zip_code: '35212', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 11295.0, + density: 745.2, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75302, lat: 33.54744 }, + }, + { + zip_code: '35243', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17059.0, + density: 542.9, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "99.72", "01117": "0.28"}', + coty_name: ['Jefferson', 'Shelby'], + cty_code: ['01073', '01117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73994, lat: 33.44278 }, + }, + { + zip_code: '35460', + usps_city: 'Epes', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 3.8, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15033, lat: 32.70902 }, + }, + { + zip_code: '35475', + usps_city: 'Northport', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 15952.0, + density: 28.7, + primary_coty_code: '1125', + primary_coty_name: 'Tuscaloosa', + county_weights: '{"01125": "100"}', + coty_name: ['Tuscaloosa'], + cty_code: ['1125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.58694, lat: 33.43293 }, + }, + { + zip_code: '35503', + usps_city: 'Jasper', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8798.0, + density: 42.6, + primary_coty_code: '1127', + primary_coty_name: 'Walker', + county_weights: '{"01127": "95.69", "01133": "4.31"}', + coty_name: ['Walker', 'Winston'], + cty_code: ['01127', '01133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.30035, lat: 33.93756 }, + }, + { + zip_code: '35634', + usps_city: 'Florence', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9997.0, + density: 62.6, + primary_coty_code: '1077', + primary_coty_name: 'Lauderdale', + county_weights: '{"01077": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['1077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61358, lat: 34.9186 }, + }, + { + zip_code: '35654', + usps_city: 'Russellville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7771.0, + density: 21.1, + primary_coty_code: '1059', + primary_coty_name: 'Franklin', + county_weights: '{"01059": "86.46", "01033": "13.33", "01079": "0.21"}', + coty_name: ['Franklin', 'Colbert', 'Lawrence'], + cty_code: ['01059', '01033', '01079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62778, lat: 34.49806 }, + }, + { + zip_code: '35749', + usps_city: 'Harvest', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 22804.0, + density: 217.3, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "84.59", "01083": "15.41"}', + coty_name: ['Madison', 'Limestone'], + cty_code: ['01089', '01083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.75334, lat: 34.82433 }, + }, + { + zip_code: '35801', + usps_city: 'Huntsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 23947.0, + density: 655.7, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.56227, lat: 34.72466 }, + }, + { + zip_code: '35972', + usps_city: 'Gallant', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1222.0, + density: 19.4, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "80.07", "01115": "19.93"}', + coty_name: ['Etowah', 'St. Clair'], + cty_code: ['01055', '01115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.24522, lat: 33.99142 }, + }, + { + zip_code: '35976', + usps_city: 'Guntersville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17549.0, + density: 53.0, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "97.66", "01009": "2.19", "01043": "0.15"}', + coty_name: ['Marshall', 'Blount', 'Cullman'], + cty_code: ['01095', '01009', '01043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.3335, lat: 34.34747 }, + }, + { + zip_code: '35984', + usps_city: 'Mentone', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1492.0, + density: 8.9, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "86.77", "01019": "13.23"}', + coty_name: ['DeKalb', 'Cherokee'], + cty_code: ['01049', '01019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.56686, lat: 34.52955 }, + }, + { + zip_code: '36010', + usps_city: 'Brundidge', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4766.0, + density: 14.5, + primary_coty_code: '1109', + primary_coty_name: 'Pike', + county_weights: '{"01109": "84.71", "01031": "14.54", "01045": "0.75"}', + coty_name: ['Pike', 'Coffee', 'Dale'], + cty_code: ['01109', '01031', '01045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.81156, lat: 31.66892 }, + }, + { + zip_code: '36053', + usps_city: 'Midway', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1732.0, + density: 2.3, + primary_coty_code: '1011', + primary_coty_name: 'Bullock', + county_weights: '{"01011": "64.67", "01005": "35.33"}', + coty_name: ['Bullock', 'Barbour'], + cty_code: ['01011', '01005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.43923, lat: 32.03353 }, + }, + { + zip_code: '36091', + usps_city: 'Verbena', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3590.0, + density: 16.9, + primary_coty_code: '1021', + primary_coty_name: 'Chilton', + county_weights: '{"01021": "89.39", "01001": "9.48", "01037": "1.12"}', + coty_name: ['Chilton', 'Autauga', 'Coosa'], + cty_code: ['01021', '01001', '01037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.51182, lat: 32.75087 }, + }, + { + zip_code: '36111', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12610.0, + density: 1132.5, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.27162, lat: 32.33758 }, + }, + { + zip_code: '36421', + usps_city: 'Andalusia', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9966.0, + density: 18.6, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "97.97", "01035": "2.03"}', + coty_name: ['Covington', 'Conecuh'], + cty_code: ['01039', '01035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.50656, lat: 31.32474 }, + }, + { + zip_code: '36441', + usps_city: 'Flomaton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3886.0, + density: 25.6, + primary_coty_code: '1053', + primary_coty_name: 'Escambia', + county_weights: '{"01053": "100"}', + coty_name: ['Escambia'], + cty_code: ['1053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.25584, lat: 31.03642 }, + }, + { + zip_code: '36456', + usps_city: 'McKenzie', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1528.0, + density: 4.8, + primary_coty_code: '1013', + primary_coty_name: 'Butler', + county_weights: '{"01013": "68.46", "01035": "25.16", "01039": "6.37"}', + coty_name: ['Butler', 'Conecuh', 'Covington'], + cty_code: ['01013', '01035', '01039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.81278, lat: 31.56338 }, + }, + { + zip_code: '36471', + usps_city: 'Peterman', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 904.0, + density: 3.5, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "97.06", "01035": "2.94"}', + coty_name: ['Monroe', 'Conecuh'], + cty_code: ['01099', '01035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.24301, lat: 31.62619 }, + }, + { + zip_code: '36543', + usps_city: 'Huxford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 181.4, + primary_coty_code: '1053', + primary_coty_name: 'Escambia', + county_weights: '{"01053": "100"}', + coty_name: ['Escambia'], + cty_code: ['1053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.46323, lat: 31.22073 }, + }, + { + zip_code: '36590', + usps_city: 'Theodore', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17441, lat: 30.53181 }, + }, + { + zip_code: '36783', + usps_city: 'Thomaston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 686.0, + density: 2.3, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "99.15", "01131": "0.85"}', + coty_name: ['Marengo', 'Wilcox'], + cty_code: ['01091', '01131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60102, lat: 32.24724 }, + }, + { + zip_code: '36793', + usps_city: 'Lawley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 279.0, + density: 1.4, + primary_coty_code: '1007', + primary_coty_name: 'Bibb', + county_weights: '{"01007": "62.68", "01105": "21.13", "01021": "16.2"}', + coty_name: ['Bibb', 'Perry', 'Chilton'], + cty_code: ['01007', '01105', '01021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02616, lat: 32.81731 }, + }, + { + zip_code: '37048', + usps_city: 'Cottontown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6702.0, + density: 58.8, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "89.8", "47147": "10.2"}', + coty_name: ['Sumner', 'Robertson'], + cty_code: ['47165', '47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.5959, lat: 36.49131 }, + }, + { + zip_code: '37097', + usps_city: 'Lobelville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2241.0, + density: 8.0, + primary_coty_code: '47135', + primary_coty_name: 'Perry', + county_weights: '{"47135": "100"}', + coty_name: ['Perry'], + cty_code: ['47135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.82657, lat: 35.76961 }, + }, + { + zip_code: '37208', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 18011.0, + density: 1506.5, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.80786, lat: 36.17769 }, + }, + { + zip_code: '37301', + usps_city: 'Altamont', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1156.0, + density: 8.3, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "100"}', + coty_name: ['Grundy'], + cty_code: ['47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.79526, lat: 35.41971 }, + }, + { + zip_code: '37305', + usps_city: 'Beersheba Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 972.0, + density: 18.9, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "100"}', + coty_name: ['Grundy'], + cty_code: ['47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.69423, lat: 35.46518 }, + }, + { + zip_code: '37315', + usps_city: 'Collegedale', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1596.0, + density: 5358.2, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.0517, lat: 35.04812 }, + }, + { + zip_code: '37396', + usps_city: 'Whiteside', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 24.1, + primary_coty_code: '47115', + primary_coty_name: 'Marion', + county_weights: '{"47115": "100"}', + coty_name: ['Marion'], + cty_code: ['47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.49979, lat: 35.00591 }, + }, + { + zip_code: '37402', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4247.0, + density: 1082.6, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.3184, lat: 35.04357 }, + }, + { + zip_code: '37419', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6772.0, + density: 58.5, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "92.62", "47115": "7.38"}', + coty_name: ['Hamilton', 'Marion'], + cty_code: ['47065', '47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.40818, lat: 35.03832 }, + }, + { + zip_code: '37614', + usps_city: 'Johnson City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 2350.1, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "100"}', + coty_name: ['Washington'], + cty_code: ['47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37123, lat: 36.30143 }, + }, + { + zip_code: '37708', + usps_city: 'Bean Station', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5785.0, + density: 52.8, + primary_coty_code: '47057', + primary_coty_name: 'Grainger', + county_weights: '{"47057": "100"}', + coty_name: ['Grainger'], + cty_code: ['47057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33404, lat: 36.32525 }, + }, + { + zip_code: '37753', + usps_city: 'Hartford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1048.0, + density: 13.5, + primary_coty_code: '47029', + primary_coty_name: 'Cocke', + county_weights: '{"47029": "100"}', + coty_name: ['Cocke'], + cty_code: ['47029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.10035, lat: 35.82308 }, + }, + { + zip_code: '37829', + usps_city: 'Oakdale', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1631.0, + density: 11.3, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "100"}', + coty_name: ['Morgan'], + cty_code: ['47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63241, lat: 36.00388 }, + }, + { + zip_code: '37847', + usps_city: 'Pioneer', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2959.0, + density: 8.6, + primary_coty_code: '47151', + primary_coty_name: 'Scott', + county_weights: '{"47151": "52.84", "47013": "47.16"}', + coty_name: ['Scott', 'Campbell'], + cty_code: ['47151', '47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27891, lat: 36.4342 }, + }, + { + zip_code: '37871', + usps_city: 'Strawberry Plains', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 8650.0, + density: 84.1, + primary_coty_code: '47089', + primary_coty_name: 'Jefferson', + county_weights: '{"47089": "39.46", "47093": "38.65", "47155": "21.9"}', + coty_name: ['Jefferson', 'Knox', 'Sevier'], + cty_code: ['47089', '47093', '47155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67885, lat: 36.04932 }, + }, + { + zip_code: '37931', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 28584.0, + density: 385.0, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "96.4", "47001": "3.6"}', + coty_name: ['Knox', 'Anderson'], + cty_code: ['47093', '47001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.12517, lat: 35.976 }, + }, + { + zip_code: '38106', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 23791.0, + density: 354.3, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.09693, lat: 35.10146 }, + }, + { + zip_code: '38222', + usps_city: 'Buchanan', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2589.0, + density: 14.2, + primary_coty_code: '47079', + primary_coty_name: 'Henry', + county_weights: '{"47079": "100"}', + coty_name: ['Henry'], + cty_code: ['47079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.16463, lat: 36.44511 }, + }, + { + zip_code: '38348', + usps_city: 'Lavinia', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 7.6, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "100"}', + coty_name: ['Carroll'], + cty_code: ['47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.65383, lat: 35.8685 }, + }, + { + zip_code: '38374', + usps_city: 'Scotts Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2140.0, + density: 18.7, + primary_coty_code: '47077', + primary_coty_name: 'Henderson', + county_weights: '{"47077": "56.77", "47039": "43.23"}', + coty_name: ['Henderson', 'Decatur'], + cty_code: ['47077', '47039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23483, lat: 35.51577 }, + }, + { + zip_code: '38551', + usps_city: 'Celina', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3993.0, + density: 16.6, + primary_coty_code: '47027', + primary_coty_name: 'Clay', + county_weights: '{"47027": "99.34", "47087": "0.66"}', + coty_name: ['Clay', 'Jackson'], + cty_code: ['47027', '47087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.48547, lat: 36.55797 }, + }, + { + zip_code: '38570', + usps_city: 'Livingston', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 9325.0, + density: 33.7, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "100"}', + coty_name: ['Overton'], + cty_code: ['47133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.32084, lat: 36.37413 }, + }, + { + zip_code: '38631', + usps_city: 'Friars Point', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1477.0, + density: 124.2, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "100"}', + coty_name: ['Coahoma'], + cty_code: ['28027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.61971, lat: 34.36387 }, + }, + { + zip_code: '38722', + usps_city: 'Arcola', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 5.1, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "100"}', + coty_name: ['Washington'], + cty_code: ['28151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.8861, lat: 33.25903 }, + }, + { + zip_code: '38726', + usps_city: 'Beulah', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 3.5, + primary_coty_code: '28011', + primary_coty_name: 'Bolivar', + county_weights: '{"28011": "100"}', + coty_name: ['Bolivar'], + cty_code: ['28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98345, lat: 33.74813 }, + }, + { + zip_code: '38954', + usps_city: 'Sidon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1432.0, + density: 8.1, + primary_coty_code: '28083', + primary_coty_name: 'Leflore', + county_weights: '{"28083": "87.45", "28015": "12.55"}', + coty_name: ['Leflore', 'Carroll'], + cty_code: ['28083', '28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21174, lat: 33.4153 }, + }, + { + zip_code: '39062', + usps_city: 'D Lo', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 156.4, + primary_coty_code: '28127', + primary_coty_name: 'Simpson', + county_weights: '{"28127": "100"}', + coty_name: ['Simpson'], + cty_code: ['28127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.89836, lat: 31.98509 }, + }, + { + zip_code: '39140', + usps_city: 'Newhebron', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2350.0, + density: 9.3, + primary_coty_code: '28077', + primary_coty_name: 'Lawrence', + county_weights: '{"28077": "52.67", "28065": "32.09", "28127": "15.24"}', + coty_name: ['Lawrence', 'Jefferson Davis', 'Simpson'], + cty_code: ['28077', '28065', '28127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00273, lat: 31.75173 }, + }, + { + zip_code: '39350', + usps_city: 'Philadelphia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 24899.0, + density: 23.3, + primary_coty_code: '28099', + primary_coty_name: 'Neshoba', + county_weights: + '{"28099": "96.9", "28069": "1.66", "28159": "0.99", "28079": "0.45"}', + coty_name: ['Neshoba', 'Kemper', 'Winston', 'Leake'], + cty_code: ['28099', '28069', '28159', '28079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12848, lat: 32.79578 }, + }, + { + zip_code: '39355', + usps_city: 'Quitman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6397.0, + density: 9.4, + primary_coty_code: '28023', + primary_coty_name: 'Clarke', + county_weights: '{"28023": "100"}', + coty_name: ['Clarke'], + cty_code: ['28023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62348, lat: 32.05253 }, + }, + { + zip_code: '39422', + usps_city: 'Bay Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4766.0, + density: 13.4, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: '{"28061": "87.95", "28129": "12.05"}', + coty_name: ['Jasper', 'Smith'], + cty_code: ['28061', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.25949, lat: 31.96057 }, + }, + { + zip_code: '39525', + usps_city: 'Diamondhead', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8103.0, + density: 293.0, + primary_coty_code: '28045', + primary_coty_name: 'Hancock', + county_weights: '{"28045": "100"}', + coty_name: ['Hancock'], + cty_code: ['28045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37028, lat: 30.38173 }, + }, + { + zip_code: '39562', + usps_city: 'Moss Point', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 16768.0, + density: 34.4, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "100"}', + coty_name: ['Jackson'], + cty_code: ['28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49275, lat: 30.54705 }, + }, + { + zip_code: '39630', + usps_city: 'Bude', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 750.0, + density: 95.3, + primary_coty_code: '28037', + primary_coty_name: 'Franklin', + county_weights: '{"28037": "100"}', + coty_name: ['Franklin'], + cty_code: ['28037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.84563, lat: 31.45932 }, + }, + { + zip_code: '39665', + usps_city: 'Sontag', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1848.0, + density: 12.1, + primary_coty_code: '28077', + primary_coty_name: 'Lawrence', + county_weights: '{"28077": "79.26", "28085": "20.74"}', + coty_name: ['Lawrence', 'Lincoln'], + cty_code: ['28077', '28085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21402, lat: 31.63787 }, + }, + { + zip_code: '39859', + usps_city: 'Iron City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1001.0, + density: 6.6, + primary_coty_code: '13253', + primary_coty_name: 'Seminole', + county_weights: '{"13253": "97.81", "13201": "2.19"}', + coty_name: ['Seminole', 'Miller'], + cty_code: ['13253', '13201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.80724, lat: 30.99571 }, + }, + { + zip_code: '40004', + usps_city: 'Bardstown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 30439.0, + density: 81.4, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "100"}', + coty_name: ['Nelson'], + cty_code: ['21179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.46497, lat: 37.80451 }, + }, + { + zip_code: '40031', + usps_city: 'La Grange', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 24477.0, + density: 142.1, + primary_coty_code: '21185', + primary_coty_name: 'Oldham', + county_weights: '{"21185": "96.45", "21103": "3.55"}', + coty_name: ['Oldham', 'Henry'], + cty_code: ['21185', '21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.39477, lat: 38.42772 }, + }, + { + zip_code: '40045', + usps_city: 'Milton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3430.0, + density: 23.2, + primary_coty_code: '21223', + primary_coty_name: 'Trimble', + county_weights: '{"21223": "89.22", "21041": "10.78"}', + coty_name: ['Trimble', 'Carroll'], + cty_code: ['21223', '21041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.3602, lat: 38.68994 }, + }, + { + zip_code: '40046', + usps_city: 'Mount Eden', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1664.0, + density: 13.3, + primary_coty_code: '21215', + primary_coty_name: 'Spencer', + county_weights: '{"21215": "81.91", "21005": "10.34", "21211": "7.75"}', + coty_name: ['Spencer', 'Anderson', 'Shelby'], + cty_code: ['21215', '21005', '21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.17422, lat: 38.02262 }, + }, + { + zip_code: '40062', + usps_city: 'Saint Francis', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 17.3, + primary_coty_code: '21155', + primary_coty_name: 'Marion', + county_weights: '{"21155": "100"}', + coty_name: ['Marion'], + cty_code: ['21155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.43182, lat: 37.60316 }, + }, + { + zip_code: '40145', + usps_city: 'Hudson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 8.0, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.31131, lat: 37.64424 }, + }, + { + zip_code: '40241', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 30057.0, + density: 803.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "98.99", "21185": "1.01"}', + coty_name: ['Jefferson', 'Oldham'], + cty_code: ['21111', '21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.57585, lat: 38.30164 }, + }, + { + zip_code: '40313', + usps_city: 'Clearfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3329.0, + density: 33.8, + primary_coty_code: '21205', + primary_coty_name: 'Rowan', + county_weights: '{"21205": "100"}', + coty_name: ['Rowan'], + cty_code: ['21205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.42092, lat: 38.13047 }, + }, + { + zip_code: '40419', + usps_city: 'Crab Orchard', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3861.0, + density: 16.2, + primary_coty_code: '21137', + primary_coty_name: 'Lincoln', + county_weights: + '{"21137": "69.77", "21079": "13.81", "21203": "12.08", "21199": "4.35"}', + coty_name: ['Lincoln', 'Garrard', 'Rockcastle', 'Pulaski'], + cty_code: ['21137', '21079', '21203', '21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49303, lat: 37.45061 }, + }, + { + zip_code: '40486', + usps_city: 'Tyner', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2874.0, + density: 22.0, + primary_coty_code: '21109', + primary_coty_name: 'Jackson', + county_weights: '{"21109": "98.16", "21189": "1.03", "21051": "0.81"}', + coty_name: ['Jackson', 'Owsley', 'Clay'], + cty_code: ['21109', '21189', '21051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.86189, lat: 37.36931 }, + }, + { + zip_code: '40808', + usps_city: 'Big Laurel', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 72.0, + density: 4.8, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "61.62", "21131": "38.38"}', + coty_name: ['Harlan', 'Leslie'], + cty_code: ['21095', '21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21055, lat: 36.99344 }, + }, + { + zip_code: '41043', + usps_city: 'Foster', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1578.0, + density: 12.6, + primary_coty_code: '21023', + primary_coty_name: 'Bracken', + county_weights: '{"21023": "72.21", "21191": "27.79"}', + coty_name: ['Bracken', 'Pendleton'], + cty_code: ['21023', '21191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19762, lat: 38.75874 }, + }, + { + zip_code: '41059', + usps_city: 'Melbourne', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3361.0, + density: 95.1, + primary_coty_code: '21037', + primary_coty_name: 'Campbell', + county_weights: '{"21037": "100"}', + coty_name: ['Campbell'], + cty_code: ['21037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.34817, lat: 39.00753 }, + }, + { + zip_code: '41129', + usps_city: 'Catlettsburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10318.0, + density: 46.6, + primary_coty_code: '21019', + primary_coty_name: 'Boyd', + county_weights: '{"21019": "94.61", "21127": "5.39"}', + coty_name: ['Boyd', 'Lawrence'], + cty_code: ['21019', '21127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.63988, lat: 38.32031 }, + }, + { + zip_code: '41240', + usps_city: 'Paintsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6659.0, + density: 57.4, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.79748, lat: 37.8239 }, + }, + { + zip_code: '41256', + usps_city: 'Staffordsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3299.0, + density: 57.7, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "100"}', + coty_name: ['Johnson'], + cty_code: ['21115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.88499, lat: 37.8303 }, + }, + { + zip_code: '41602', + usps_city: 'Auxier', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1133.0, + density: 121.7, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74988, lat: 37.73752 }, + }, + { + zip_code: '41649', + usps_city: 'Martin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2370.0, + density: 39.3, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78197, lat: 37.57078 }, + }, + { + zip_code: '41760', + usps_city: 'Scuddy', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5.0, + density: 50.0, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.07866, lat: 37.2054 }, + }, + { + zip_code: '41836', + usps_city: 'Mallie', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 887.0, + density: 31.6, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.90993, lat: 37.25954 }, + }, + { + zip_code: '41844', + usps_city: 'Pippa Passes', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1611.0, + density: 46.9, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "100"}', + coty_name: ['Knott'], + cty_code: ['21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.86426, lat: 37.32677 }, + }, + { + zip_code: '42020', + usps_city: 'Almo', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1813.0, + density: 27.5, + primary_coty_code: '21035', + primary_coty_name: 'Calloway', + county_weights: '{"21035": "100"}', + coty_name: ['Calloway'], + cty_code: ['21035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.29296, lat: 36.69232 }, + }, + { + zip_code: '42027', + usps_city: 'Boaz', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1516.0, + density: 13.0, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "65.74", "21145": "34.26"}', + coty_name: ['Graves', 'McCracken'], + cty_code: ['21083', '21145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62851, lat: 36.91631 }, + }, + { + zip_code: '42037', + usps_city: 'Dycusburg', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 25.0, + primary_coty_code: '21055', + primary_coty_name: 'Crittenden', + county_weights: '{"21055": "100"}', + coty_name: ['Crittenden'], + cty_code: ['21055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18779, lat: 37.17273 }, + }, + { + zip_code: '42088', + usps_city: 'Wingo', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2416.0, + density: 14.7, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "90.93", "21105": "9.07"}', + coty_name: ['Graves', 'Hickman'], + cty_code: ['21083', '21105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74671, lat: 36.61604 }, + }, + { + zip_code: '42274', + usps_city: 'Rockfield', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2256.0, + density: 23.1, + primary_coty_code: '21227', + primary_coty_name: 'Warren', + county_weights: '{"21227": "89.46", "21141": "10.54"}', + coty_name: ['Warren', 'Logan'], + cty_code: ['21227', '21141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.60235, lat: 36.94686 }, + }, + { + zip_code: '42722', + usps_city: 'Canmer', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 11.8, + primary_coty_code: '21099', + primary_coty_name: 'Hart', + county_weights: '{"21099": "100"}', + coty_name: ['Hart'], + cty_code: ['21099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.71688, lat: 37.27541 }, + }, + { + zip_code: '43036', + usps_city: 'Magnetic Springs', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 595.3, + primary_coty_code: '39159', + primary_coty_name: 'Union', + county_weights: '{"39159": "100"}', + coty_name: ['Union'], + cty_code: ['39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.26215, lat: 40.35232 }, + }, + { + zip_code: '43050', + usps_city: 'Mount Vernon', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29264.0, + density: 72.5, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "99.61", "39117": "0.39"}', + coty_name: ['Knox', 'Morrow'], + cty_code: ['39083', '39117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.49559, lat: 40.37231 }, + }, + { + zip_code: '43056', + usps_city: 'Heath', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18753.0, + density: 84.3, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "100"}', + coty_name: ['Licking'], + cty_code: ['39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.33505, lat: 40.01136 }, + }, + { + zip_code: '43084', + usps_city: 'Woodstock', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 13.4, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "98.45", "39159": "1.55"}', + coty_name: ['Champaign', 'Union'], + cty_code: ['39021', '39159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.54083, lat: 40.15683 }, + }, + { + zip_code: '43210', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12470.0, + density: 3088.9, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.02265, lat: 40.00521 }, + }, + { + zip_code: '43217', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2207.0, + density: 206.5, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.93188, lat: 39.81677 }, + }, + { + zip_code: '43344', + usps_city: 'Richwood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6052.0, + density: 24.2, + primary_coty_code: '39159', + primary_coty_name: 'Union', + county_weights: '{"39159": "97.73", "39041": "1.3", "39101": "0.97"}', + coty_name: ['Union', 'Delaware', 'Marion'], + cty_code: ['39159', '39041', '39101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.33969, lat: 40.4331 }, + }, + { + zip_code: '43766', + usps_city: 'New Straitsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1578.0, + density: 16.3, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "88.23", "39073": "11.77"}', + coty_name: ['Perry', 'Hocking'], + cty_code: ['39127', '39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.25152, lat: 39.59848 }, + }, + { + zip_code: '43821', + usps_city: 'Dresden', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4444.0, + density: 20.8, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "82.51", "39031": "17.49"}', + coty_name: ['Muskingum', 'Coshocton'], + cty_code: ['39119', '39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.00667, lat: 40.13673 }, + }, + { + zip_code: '43845', + usps_city: 'West Lafayette', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4696.0, + density: 62.3, + primary_coty_code: '39031', + primary_coty_name: 'Coshocton', + county_weights: '{"39031": "100"}', + coty_name: ['Coshocton'], + cty_code: ['39031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73121, lat: 40.25695 }, + }, + { + zip_code: '43931', + usps_city: 'Hannibal', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 317.2, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.87221, lat: 39.67324 }, + }, + { + zip_code: '43932', + usps_city: 'Irondale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 806.0, + density: 17.0, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.76198, lat: 40.51682 }, + }, + { + zip_code: '43952', + usps_city: 'Steubenville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18103.0, + density: 271.7, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.66163, lat: 40.39806 }, + }, + { + zip_code: '43988', + usps_city: 'Scio', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2389.0, + density: 17.7, + primary_coty_code: '39067', + primary_coty_name: 'Harrison', + county_weights: '{"39067": "81.46", "39019": "18.54"}', + coty_name: ['Harrison', 'Carroll'], + cty_code: ['39067', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10267, lat: 40.40284 }, + }, + { + zip_code: '44021', + usps_city: 'Burton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6080.0, + density: 57.4, + primary_coty_code: '39055', + primary_coty_name: 'Geauga', + county_weights: '{"39055": "100"}', + coty_name: ['Geauga'], + cty_code: ['39055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14743, lat: 41.44167 }, + }, + { + zip_code: '44049', + usps_city: 'Kipton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 258.9, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3053, lat: 41.26628 }, + }, + { + zip_code: '44052', + usps_city: 'Lorain', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29077.0, + density: 1217.0, + primary_coty_code: '39093', + primary_coty_name: 'Lorain', + county_weights: '{"39093": "100"}', + coty_name: ['Lorain'], + cty_code: ['39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16251, lat: 41.45531 }, + }, + { + zip_code: '44112', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21666.0, + density: 2069.2, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.57368, lat: 41.53569 }, + }, + { + zip_code: '44264', + usps_city: 'Peninsula', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2885.0, + density: 52.2, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54253, lat: 41.22823 }, + }, + { + zip_code: '44272', + usps_city: 'Rootstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5343.0, + density: 92.0, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18335, lat: 41.08801 }, + }, + { + zip_code: '44273', + usps_city: 'Seville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7331.0, + density: 73.0, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "98.88", "39169": "1.12"}', + coty_name: ['Medina', 'Wayne'], + cty_code: ['39103', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.87623, lat: 41.02751 }, + }, + { + zip_code: '44436', + usps_city: 'Lowellville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3796.0, + density: 63.3, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54332, lat: 41.05947 }, + }, + { + zip_code: '44507', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5346.0, + density: 1187.0, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65525, lat: 41.07441 }, + }, + { + zip_code: '44613', + usps_city: 'Brewster', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2086.0, + density: 415.2, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60024, lat: 40.71367 }, + }, + { + zip_code: '44628', + usps_city: 'Glenmont', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 8.3, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "77.41", "39083": "22.59"}', + coty_name: ['Holmes', 'Knox'], + cty_code: ['39075', '39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.16453, lat: 40.53714 }, + }, + { + zip_code: '44640', + usps_city: 'Limaville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 391.2, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.14861, lat: 40.98445 }, + }, + { + zip_code: '44657', + usps_city: 'Minerva', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9762.0, + density: 57.3, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "45.84", "39019": "35.84", "39029": "18.32"}', + coty_name: ['Stark', 'Carroll', 'Columbiana'], + cty_code: ['39151', '39019', '39029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0931, lat: 40.74115 }, + }, + { + zip_code: '44825', + usps_city: 'Chatfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 1063.3, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "100"}', + coty_name: ['Crawford'], + cty_code: ['39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94314, lat: 40.95424 }, + }, + { + zip_code: '44840', + usps_city: 'Jeromesville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2578.0, + density: 21.5, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "99.21", "39169": "0.79"}', + coty_name: ['Ashland', 'Wayne'], + cty_code: ['39005', '39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.17898, lat: 40.78965 }, + }, + { + zip_code: '44890', + usps_city: 'Willard', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10936.0, + density: 48.2, + primary_coty_code: '39077', + primary_coty_name: 'Huron', + county_weights: '{"39077": "100"}', + coty_name: ['Huron'], + cty_code: ['39077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71563, lat: 41.08111 }, + }, + { + zip_code: '44902', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5504.0, + density: 1137.3, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "100"}', + coty_name: ['Richland'], + cty_code: ['39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51056, lat: 40.75817 }, + }, + { + zip_code: '45123', + usps_city: 'Greenfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8643.0, + density: 33.9, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "79.52", "39141": "13.44", "39047": "7.05"}', + coty_name: ['Highland', 'Ross', 'Fayette'], + cty_code: ['39071', '39141', '39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38582, lat: 39.35023 }, + }, + { + zip_code: '45144', + usps_city: 'Manchester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4149.0, + density: 22.9, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "97.14", "39015": "2.86"}', + coty_name: ['Adams', 'Brown'], + cty_code: ['39001', '39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.61289, lat: 38.7056 }, + }, + { + zip_code: '45203', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2202.0, + density: 677.4, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.53355, lat: 39.10428 }, + }, + { + zip_code: '45361', + usps_city: 'Potsdam', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 264.2, + primary_coty_code: '39109', + primary_coty_name: 'Miami', + county_weights: '{"39109": "100"}', + coty_name: ['Miami'], + cty_code: ['39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41484, lat: 39.96374 }, + }, + { + zip_code: '45403', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13968.0, + density: 1388.9, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14776, lat: 39.76874 }, + }, + { + zip_code: '45458', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31680.0, + density: 611.1, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "93.59", "39165": "5.45", "39057": "0.96"}', + coty_name: ['Montgomery', 'Warren', 'Greene'], + cty_code: ['39113', '39165', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15813, lat: 39.60072 }, + }, + { + zip_code: '45679', + usps_city: 'Seaman', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2801.0, + density: 18.6, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "96.44", "39071": "3.56"}', + coty_name: ['Adams', 'Highland'], + cty_code: ['39001', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56372, lat: 38.97536 }, + }, + { + zip_code: '45680', + usps_city: 'South Point', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12647.0, + density: 147.3, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "100"}', + coty_name: ['Lawrence'], + cty_code: ['39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54513, lat: 38.45479 }, + }, + { + zip_code: '45696', + usps_city: 'Willow Wood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 16.4, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "100"}', + coty_name: ['Lawrence'], + cty_code: ['39087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45037, lat: 38.60592 }, + }, + { + zip_code: '45801', + usps_city: 'Lima', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22518.0, + density: 193.3, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.03697, lat: 40.77558 }, + }, + { + zip_code: '45808', + usps_city: 'Beaverdam', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 250.5, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.97232, lat: 40.83163 }, + }, + { + zip_code: '45840', + usps_city: 'Findlay', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 55589.0, + density: 128.0, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6521, lat: 41.02537 }, + }, + { + zip_code: '45844', + usps_city: 'Fort Jennings', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3066.0, + density: 21.8, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "96.74", "39003": "2.4", "39161": "0.86"}', + coty_name: ['Putnam', 'Allen', 'Van Wert'], + cty_code: ['39137', '39003', '39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27738, lat: 40.91747 }, + }, + { + zip_code: '45854', + usps_city: 'Lafayette', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 538.9, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.95175, lat: 40.7578 }, + }, + { + zip_code: '45868', + usps_city: 'Mount Cory', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 15.0, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.84966, lat: 40.96628 }, + }, + { + zip_code: '45884', + usps_city: 'Saint Johns', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 163.5, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "100"}', + coty_name: ['Auglaize'], + cty_code: ['39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08301, lat: 40.55423 }, + }, + { + zip_code: '46012', + usps_city: 'Anderson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19806.0, + density: 235.8, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "99.23", "18035": "0.77"}', + coty_name: ['Madison', 'Delaware'], + cty_code: ['18095', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.62525, lat: 40.14998 }, + }, + { + zip_code: '46044', + usps_city: 'Frankton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3147.0, + density: 55.5, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.79019, lat: 40.20944 }, + }, + { + zip_code: '46057', + usps_city: 'Michigantown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1269.0, + density: 19.7, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "100"}', + coty_name: ['Clinton'], + cty_code: ['18023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.37735, lat: 40.33629 }, + }, + { + zip_code: '46301', + usps_city: 'Beverly Shores', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 59.2, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "100"}', + coty_name: ['Porter'], + cty_code: ['18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.98106, lat: 41.68404 }, + }, + { + zip_code: '46341', + usps_city: 'Hebron', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10357.0, + density: 44.3, + primary_coty_code: '18127', + primary_coty_name: 'Porter', + county_weights: '{"18127": "87.29", "18089": "12.71"}', + coty_name: ['Porter', 'Lake'], + cty_code: ['18127', '18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.21367, lat: 41.31358 }, + }, + { + zip_code: '46379', + usps_city: 'Sumava Resorts', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 81.0, + density: 67.5, + primary_coty_code: '18111', + primary_coty_name: 'Newton', + county_weights: '{"18111": "100"}', + coty_name: ['Newton'], + cty_code: ['18111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44002, lat: 41.16789 }, + }, + { + zip_code: '46392', + usps_city: 'Wheatfield', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7734.0, + density: 27.3, + primary_coty_code: '18073', + primary_coty_name: 'Jasper', + county_weights: '{"18073": "100"}', + coty_name: ['Jasper'], + cty_code: ['18073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.04763, lat: 41.18329 }, + }, + { + zip_code: '46545', + usps_city: 'Mishawaka', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 24685.0, + density: 534.0, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['18141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.14644, lat: 41.69301 }, + }, + { + zip_code: '46711', + usps_city: 'Berne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8770.0, + density: 56.8, + primary_coty_code: '18001', + primary_coty_name: 'Adams', + county_weights: '{"18001": "100"}', + coty_name: ['Adams'], + cty_code: ['18001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.92555, lat: 40.66372 }, + }, + { + zip_code: '46792', + usps_city: 'Warren', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3756.0, + density: 14.4, + primary_coty_code: '18069', + primary_coty_name: 'Huntington', + county_weights: '{"18069": "83.51", "18179": "16.49"}', + coty_name: ['Huntington', 'Wells'], + cty_code: ['18069', '18179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.43939, lat: 40.68599 }, + }, + { + zip_code: '46802', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 10584.0, + density: 965.0, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.16312, lat: 41.06793 }, + }, + { + zip_code: '46808', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19831.0, + density: 714.7, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.17707, lat: 41.09847 }, + }, + { + zip_code: '46815', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28242.0, + density: 1047.1, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.05739, lat: 41.10314 }, + }, + { + zip_code: '46835', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 35658.0, + density: 649.6, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.04618, lat: 41.15192 }, + }, + { + zip_code: '46940', + usps_city: 'La Fontaine', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2658.0, + density: 18.1, + primary_coty_code: '18169', + primary_coty_name: 'Wabash', + county_weights: '{"18169": "86.66", "18069": "12.05", "18053": "1.3"}', + coty_name: ['Wabash', 'Huntington', 'Grant'], + cty_code: ['18169', '18069', '18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.69767, lat: 40.68729 }, + }, + { + zip_code: '46998', + usps_city: 'Young America', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 1068.4, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "100"}', + coty_name: ['Cass'], + cty_code: ['18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.34942, lat: 40.56764 }, + }, + { + zip_code: '47102', + usps_city: 'Austin', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6953.0, + density: 67.1, + primary_coty_code: '18143', + primary_coty_name: 'Scott', + county_weights: '{"18143": "95.93", "18071": "4.07"}', + coty_name: ['Scott', 'Jackson'], + cty_code: ['18143', '18071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.79089, lat: 38.75868 }, + }, + { + zip_code: '47104', + usps_city: 'Bethlehem', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.42094, lat: 38.53994 }, + }, + { + zip_code: '47110', + usps_city: 'Central', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 27.8, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -86.18509, lat: 38.09886 }, + }, + { + zip_code: '47125', + usps_city: 'Hardinsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1554.0, + density: 14.5, + primary_coty_code: '18175', + primary_coty_name: 'Washington', + county_weights: '{"18175": "60.86", "18117": "39.14"}', + coty_name: ['Washington', 'Orange'], + cty_code: ['18175', '18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.30858, lat: 38.4607 }, + }, + { + zip_code: '47335', + usps_city: 'Dublin', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 753.0, + density: 603.0, + primary_coty_code: '18177', + primary_coty_name: 'Wayne', + county_weights: '{"18177": "100"}', + coty_name: ['Wayne'], + cty_code: ['18177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.2049, lat: 39.81238 }, + }, + { + zip_code: '47353', + usps_city: 'Liberty', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5508.0, + density: 17.1, + primary_coty_code: '18161', + primary_coty_name: 'Union', + county_weights: '{"18161": "99.39", "18047": "0.61"}', + coty_name: ['Union', 'Franklin'], + cty_code: ['18161', '18047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -84.91944, lat: 39.62773 }, + }, + { + zip_code: '47408', + usps_city: 'Bloomington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25804.0, + density: 150.0, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.46447, lat: 39.22993 }, + }, + { + zip_code: '47456', + usps_city: 'Quincy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1352.0, + density: 19.9, + primary_coty_code: '18119', + primary_coty_name: 'Owen', + county_weights: '{"18119": "61.58", "18109": "31.42", "18133": "7"}', + coty_name: ['Owen', 'Morgan', 'Putnam'], + cty_code: ['18119', '18109', '18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.70434, lat: 39.45989 }, + }, + { + zip_code: '47467', + usps_city: 'Tunnelton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 1167.5, + primary_coty_code: '18093', + primary_coty_name: 'Lawrence', + county_weights: '{"18093": "100"}', + coty_name: ['Lawrence'], + cty_code: ['18093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.34444, lat: 38.7681 }, + }, + { + zip_code: '47468', + usps_city: 'Unionville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 22.1, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "77.76", "18013": "22.24"}', + coty_name: ['Monroe', 'Brown'], + cty_code: ['18105', '18013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.40299, lat: 39.27287 }, + }, + { + zip_code: '47958', + usps_city: 'Mellott', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 95.4, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "100"}', + coty_name: ['Fountain'], + cty_code: ['18045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.14405, lat: 40.16432 }, + }, + { + zip_code: '48030', + usps_city: 'Hazel Park', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16525.0, + density: 2265.2, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.09766, lat: 42.46192 }, + }, + { + zip_code: '48094', + usps_city: 'Washington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19872.0, + density: 438.0, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.03709, lat: 42.73641 }, + }, + { + zip_code: '48145', + usps_city: 'La Salle', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3358.0, + density: 77.2, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.46329, lat: 41.85061 }, + }, + { + zip_code: '48169', + usps_city: 'Pinckney', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21818.0, + density: 146.1, + primary_coty_code: '26093', + primary_coty_name: 'Livingston', + county_weights: '{"26093": "95.09", "26161": "4.91"}', + coty_name: ['Livingston', 'Washtenaw'], + cty_code: ['26093', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.949, lat: 42.46279 }, + }, + { + zip_code: '48183', + usps_city: 'Trenton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 42248.0, + density: 879.4, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.21932, lat: 42.13585 }, + }, + { + zip_code: '48210', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 30046.0, + density: 2301.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.12832, lat: 42.33622 }, + }, + { + zip_code: '48230', + usps_city: 'Grosse Pointe', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16359.0, + density: 1956.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -82.92332, lat: 42.38324 }, + }, + { + zip_code: '48307', + usps_city: 'Rochester', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 43674.0, + density: 1099.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.12322, lat: 42.65958 }, + }, + { + zip_code: '48316', + usps_city: 'Utica', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27858.0, + density: 965.8, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.0568, lat: 42.69064 }, + }, + { + zip_code: '48324', + usps_city: 'West Bloomfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17830.0, + density: 808.4, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.39263, lat: 42.59614 }, + }, + { + zip_code: '48331', + usps_city: 'Farmington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 21372.0, + density: 888.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.40853, lat: 42.50399 }, + }, + { + zip_code: '48340', + usps_city: 'Pontiac', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 25387.0, + density: 1311.7, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.29099, lat: 42.67083 }, + }, + { + zip_code: '48383', + usps_city: 'White Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13013.0, + density: 337.5, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.53215, lat: 42.65789 }, + }, + { + zip_code: '48427', + usps_city: 'Deckerville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2754.0, + density: 11.0, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.72406, lat: 43.53798 }, + }, + { + zip_code: '48429', + usps_city: 'Durand', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8937.0, + density: 63.6, + primary_coty_code: '26155', + primary_coty_name: 'Shiawassee', + county_weights: '{"26155": "97.48", "26049": "2.52"}', + coty_name: ['Shiawassee', 'Genesee'], + cty_code: ['26155', '26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.00369, lat: 42.9068 }, + }, + { + zip_code: '48472', + usps_city: 'Snover', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1731.0, + density: 8.8, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.95538, lat: 43.51347 }, + }, + { + zip_code: '48652', + usps_city: 'Rhodes', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1647.0, + density: 11.9, + primary_coty_code: '26051', + primary_coty_name: 'Gladwin', + county_weights: '{"26051": "54.52", "26017": "30.62", "26111": "14.86"}', + coty_name: ['Gladwin', 'Bay', 'Midland'], + cty_code: ['26051', '26017', '26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.20511, lat: 43.85571 }, + }, + { + zip_code: '48723', + usps_city: 'Caro', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12050.0, + density: 35.8, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "100"}', + coty_name: ['Tuscola'], + cty_code: ['26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.387, lat: 43.4856 }, + }, + { + zip_code: '48742', + usps_city: 'Lincoln', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1618.0, + density: 8.4, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "100"}', + coty_name: ['Alcona'], + cty_code: ['26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.4436, lat: 44.72833 }, + }, + { + zip_code: '48761', + usps_city: 'South Branch', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 3.7, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: + '{"26069": "48.54", "26129": "27.19", "26001": "20.47", "26135": "3.8"}', + coty_name: ['Iosco', 'Ogemaw', 'Alcona', 'Oscoda'], + cty_code: ['26069', '26129', '26001', '26135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.8924, lat: 44.51192 }, + }, + { + zip_code: '48825', + usps_city: 'East Lansing', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12829.0, + density: 3992.4, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.48087, lat: 42.72701 }, + }, + { + zip_code: '48884', + usps_city: 'Sheridan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4440.0, + density: 28.2, + primary_coty_code: '26117', + primary_coty_name: 'Montcalm', + county_weights: '{"26117": "100"}', + coty_name: ['Montcalm'], + cty_code: ['26117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.04322, lat: 43.2083 }, + }, + { + zip_code: '49029', + usps_city: 'Burlington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1595.0, + density: 18.3, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.09245, lat: 42.14344 }, + }, + { + zip_code: '49034', + usps_city: 'Climax', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2564.0, + density: 26.2, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "91.92", "26025": "8.08"}', + coty_name: ['Kalamazoo', 'Calhoun'], + cty_code: ['26077', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.33688, lat: 42.23117 }, + }, + { + zip_code: '49099', + usps_city: 'White Pigeon', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5787.0, + density: 37.8, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "87.6", "26027": "12.4"}', + coty_name: ['St. Joseph', 'Cass'], + cty_code: ['26149', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.6779, lat: 41.79176 }, + }, + { + zip_code: '49224', + usps_city: 'Albion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 13966.0, + density: 54.5, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "87.18", "26075": "12.82"}', + coty_name: ['Calhoun', 'Jackson'], + cty_code: ['26025', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.75185, lat: 42.28109 }, + }, + { + zip_code: '49245', + usps_city: 'Homer', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4745.0, + density: 19.0, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "97.44", "26023": "1.98", "26075": "0.58"}', + coty_name: ['Calhoun', 'Branch', 'Jackson'], + cty_code: ['26025', '26023', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.81759, lat: 42.14004 }, + }, + { + zip_code: '49259', + usps_city: 'Munith', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2116.0, + density: 29.2, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.25303, lat: 42.3789 }, + }, + { + zip_code: '49271', + usps_city: 'Pittsford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1872.0, + density: 13.1, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "100"}', + coty_name: ['Hillsdale'], + cty_code: ['26059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.45552, lat: 41.83693 }, + }, + { + zip_code: '49418', + usps_city: 'Grandville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 28521.0, + density: 582.5, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "84.27", "26139": "15.73"}', + coty_name: ['Kent', 'Ottawa'], + cty_code: ['26081', '26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.77136, lat: 42.87799 }, + }, + { + zip_code: '49460', + usps_city: 'West Olive', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8932.0, + density: 63.1, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "100"}', + coty_name: ['Ottawa'], + cty_code: ['26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.13498, lat: 42.93866 }, + }, + { + zip_code: '49614', + usps_city: 'Bear Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2942.0, + density: 13.5, + primary_coty_code: '26101', + primary_coty_name: 'Manistee', + county_weights: '{"26101": "100"}', + coty_name: ['Manistee'], + cty_code: ['26101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.11643, lat: 44.43874 }, + }, + { + zip_code: '49729', + usps_city: 'Ellsworth', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1573.0, + density: 16.1, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "88.66", "26029": "11.34"}', + coty_name: ['Antrim', 'Charlevoix'], + cty_code: ['26009', '26029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.28369, lat: 45.16162 }, + }, + { + zip_code: '49848', + usps_city: 'Ingalls', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 6.4, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.63642, lat: 45.37829 }, + }, + { + zip_code: '49852', + usps_city: 'Loretto', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 105.0, + density: 171.0, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.81806, lat: 45.78392 }, + }, + { + zip_code: '49853', + usps_city: 'McMillan', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1141.0, + density: 2.6, + primary_coty_code: '26095', + primary_coty_name: 'Luce', + county_weights: '{"26095": "95.46", "26097": "4.54"}', + coty_name: ['Luce', 'Mackinac'], + cty_code: ['26095', '26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.74505, lat: 46.35941 }, + }, + { + zip_code: '49858', + usps_city: 'Menominee', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11647.0, + density: 52.4, + primary_coty_code: '26109', + primary_coty_name: 'Menominee', + county_weights: '{"26109": "100"}', + coty_name: ['Menominee'], + cty_code: ['26109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -87.58409, lat: 45.21945 }, + }, + { + zip_code: '49864', + usps_city: 'Nahma', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 6.4, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "100"}', + coty_name: ['Delta'], + cty_code: ['26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.67261, lat: 45.87145 }, + }, + { + zip_code: '49881', + usps_city: 'Sagola', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 2.5, + primary_coty_code: '26043', + primary_coty_name: 'Dickinson', + county_weights: '{"26043": "100"}', + coty_name: ['Dickinson'], + cty_code: ['26043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.03349, lat: 46.07835 }, + }, + { + zip_code: '49915', + usps_city: 'Caspian', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 319.0, + density: 136.7, + primary_coty_code: '26071', + primary_coty_name: 'Iron', + county_weights: '{"26071": "100"}', + coty_name: ['Iron'], + cty_code: ['26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.62197, lat: 46.06511 }, + }, + { + zip_code: '49948', + usps_city: 'Mass City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 1.7, + primary_coty_code: '26131', + primary_coty_name: 'Ontonagon', + county_weights: '{"26131": "100"}', + coty_name: ['Ontonagon'], + cty_code: ['26131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -89.01733, lat: 46.72151 }, + }, + { + zip_code: '50002', + usps_city: 'Adair', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1417.0, + density: 5.1, + primary_coty_code: '19001', + primary_coty_name: 'Adair', + county_weights: '{"19001": "76.95", "19077": "23.05"}', + coty_name: ['Adair', 'Guthrie'], + cty_code: ['19001', '19077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.64688, lat: 41.51429 }, + }, + { + zip_code: '50035', + usps_city: 'Bondurant', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 8341.0, + density: 71.4, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45743, lat: 41.72529 }, + }, + { + zip_code: '50103', + usps_city: 'Garden Grove', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 2.3, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "100"}', + coty_name: ['Decatur'], + cty_code: ['19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60825, lat: 40.79594 }, + }, + { + zip_code: '50107', + usps_city: 'Grand Junction', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1040.0, + density: 8.0, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "97.73", "19015": "2.27"}', + coty_name: ['Greene', 'Boone'], + cty_code: ['19073', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22474, lat: 42.03835 }, + }, + { + zip_code: '50134', + usps_city: 'Kelley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 16.2, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "92.73", "19015": "7.27"}', + coty_name: ['Story', 'Boone'], + cty_code: ['19169', '19015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.67159, lat: 41.93949 }, + }, + { + zip_code: '50231', + usps_city: 'Randall', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 159.6, + primary_coty_code: '19079', + primary_coty_name: 'Hamilton', + county_weights: '{"19079": "100"}', + coty_name: ['Hamilton'], + cty_code: ['19079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60262, lat: 42.23715 }, + }, + { + zip_code: '50262', + usps_city: 'Van Wert', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 4.4, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "100"}', + coty_name: ['Decatur'], + cty_code: ['19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8156, lat: 40.85516 }, + }, + { + zip_code: '50581', + usps_city: 'Rolfe', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 841.0, + density: 3.4, + primary_coty_code: '19151', + primary_coty_name: 'Pocahontas', + county_weights: '{"19151": "97.29", "19147": "2.71"}', + coty_name: ['Pocahontas', 'Palo Alto'], + cty_code: ['19151', '19147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54307, lat: 42.84801 }, + }, + { + zip_code: '50648', + usps_city: 'Jesup', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4247.0, + density: 19.0, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "79.9", "19013": "20.1"}', + coty_name: ['Buchanan', 'Black Hawk'], + cty_code: ['19019', '19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09253, lat: 42.45225 }, + }, + { + zip_code: '50851', + usps_city: 'Lenox', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2037.0, + density: 6.1, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: + '{"19173": "79.83", "19003": "11.69", "19175": "7.33", "19159": "1.15"}', + coty_name: ['Taylor', 'Adams', 'Union', 'Ringgold'], + cty_code: ['19173', '19003', '19175', '19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53761, lat: 40.90322 }, + }, + { + zip_code: '50863', + usps_city: 'Tingley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 2.4, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "100"}', + coty_name: ['Ringgold'], + cty_code: ['19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16795, lat: 40.84241 }, + }, + { + zip_code: '51020', + usps_city: 'Galva', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 705.0, + density: 5.0, + primary_coty_code: '19093', + primary_coty_name: 'Ida', + county_weights: '{"19093": "87.84", "19161": "7.29", "19035": "4.86"}', + coty_name: ['Ida', 'Sac', 'Cherokee'], + cty_code: ['19093', '19161', '19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41163, lat: 42.51064 }, + }, + { + zip_code: '51028', + usps_city: 'Kingsley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2327.0, + density: 7.1, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "91.48", "19193": "8.52"}', + coty_name: ['Plymouth', 'Woodbury'], + cty_code: ['19149', '19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98665, lat: 42.60001 }, + }, + { + zip_code: '51041', + usps_city: 'Orange City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 7180.0, + density: 38.9, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07792, lat: 43.02612 }, + }, + { + zip_code: '51238', + usps_city: 'Hospers', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1220.0, + density: 10.3, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "90.2", "19141": "9.8"}', + coty_name: ['Sioux', "O'Brien"], + cty_code: ['19167', '19141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89465, lat: 43.07667 }, + }, + { + zip_code: '51243', + usps_city: 'Little Rock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 702.0, + density: 5.0, + primary_coty_code: '19119', + primary_coty_name: 'Lyon', + county_weights: '{"19119": "95.79", "19143": "4.21"}', + coty_name: ['Lyon', 'Osceola'], + cty_code: ['19119', '19143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.90405, lat: 43.44247 }, + }, + { + zip_code: '51440', + usps_city: 'Dedham', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 4.9, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81294, lat: 41.91334 }, + }, + { + zip_code: '51463', + usps_city: 'Templeton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 6.0, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91273, lat: 41.90744 }, + }, + { + zip_code: '51527', + usps_city: 'Defiance', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 4.8, + primary_coty_code: '19165', + primary_coty_name: 'Shelby', + county_weights: '{"19165": "91.51", "19047": "8.49"}', + coty_name: ['Shelby', 'Crawford'], + cty_code: ['19165', '19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.34817, lat: 41.82572 }, + }, + { + zip_code: '51571', + usps_city: 'Silver City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 610.0, + density: 5.0, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "75.96", "19155": "24.04"}', + coty_name: ['Mills', 'Pottawattamie'], + cty_code: ['19129', '19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60924, lat: 41.14531 }, + }, + { + zip_code: '51640', + usps_city: 'Hamburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1569.0, + density: 5.1, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "99.37", "29005": "0.63"}', + coty_name: ['Fremont', 'Atchison'], + cty_code: ['19071', '29005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65642, lat: 40.6229 }, + }, + { + zip_code: '51649', + usps_city: 'Randolph', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 343.0, + density: 3.2, + primary_coty_code: '19071', + primary_coty_name: 'Fremont', + county_weights: '{"19071": "100"}', + coty_name: ['Fremont'], + cty_code: ['19071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53615, lat: 40.8526 }, + }, + { + zip_code: '52032', + usps_city: 'Bernard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1510.0, + density: 5.5, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "50.14", "19097": "45.74", "19105": "4.12"}', + coty_name: ['Dubuque', 'Jackson', 'Jones'], + cty_code: ['19061', '19097', '19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.84194, lat: 42.29108 }, + }, + { + zip_code: '52216', + usps_city: 'Clarence', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1224.0, + density: 8.3, + primary_coty_code: '19031', + primary_coty_name: 'Cedar', + county_weights: '{"19031": "98.04", "19105": "1.96"}', + coty_name: ['Cedar', 'Jones'], + cty_code: ['19031', '19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04235, lat: 41.88701 }, + }, + { + zip_code: '52220', + usps_city: 'Conroy', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 224.4, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.99844, lat: 41.72826 }, + }, + { + zip_code: '52251', + usps_city: 'Ladora', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 5.4, + primary_coty_code: '19095', + primary_coty_name: 'Iowa', + county_weights: '{"19095": "100"}', + coty_name: ['Iowa'], + cty_code: ['19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20222, lat: 41.70993 }, + }, + { + zip_code: '52355', + usps_city: 'Webster', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 2.7, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "93.5", "19095": "6.5"}', + coty_name: ['Keokuk', 'Iowa'], + cty_code: ['19107', '19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.18292, lat: 41.45995 }, + }, + { + zip_code: '52586', + usps_city: 'Rose Hill', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 462.0, + density: 3.8, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "100"}', + coty_name: ['Mahaska'], + cty_code: ['19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47041, lat: 41.34679 }, + }, + { + zip_code: '52645', + usps_city: 'New London', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3455.0, + density: 18.7, + primary_coty_code: '19087', + primary_coty_name: 'Henry', + county_weights: '{"19087": "92", "19057": "8"}', + coty_name: ['Henry', 'Des Moines'], + cty_code: ['19087', '19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.40301, lat: 40.91366 }, + }, + { + zip_code: '52751', + usps_city: 'Grand Mound', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 7.7, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68183, lat: 41.85112 }, + }, + { + zip_code: '52758', + usps_city: 'McCausland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 188.7, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43931, lat: 41.74583 }, + }, + { + zip_code: '53002', + usps_city: 'Allenton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2305.0, + density: 28.0, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "100"}', + coty_name: ['Washington'], + cty_code: ['55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35696, lat: 43.47014 }, + }, + { + zip_code: '53034', + usps_city: 'Hustisford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1735.0, + density: 80.3, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60911, lat: 43.34065 }, + }, + { + zip_code: '53057', + usps_city: 'Mount Calvary', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 17.8, + primary_coty_code: '55039', + primary_coty_name: 'Fond du Lac', + county_weights: '{"55039": "100"}', + coty_name: ['Fond du Lac'], + cty_code: ['55039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24517, lat: 43.78927 }, + }, + { + zip_code: '53130', + usps_city: 'Hales Corners', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7564.0, + density: 914.6, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0489, lat: 42.94103 }, + }, + { + zip_code: '53178', + usps_city: 'Sullivan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2755.0, + density: 34.1, + primary_coty_code: '55055', + primary_coty_name: 'Jefferson', + county_weights: '{"55055": "100"}', + coty_name: ['Jefferson'], + cty_code: ['55055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.59833, lat: 43.02247 }, + }, + { + zip_code: '53295', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 286.7, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.97609, lat: 43.02243 }, + }, + { + zip_code: '53825', + usps_city: 'Stitzer', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 7.1, + primary_coty_code: '55043', + primary_coty_name: 'Grant', + county_weights: '{"55043": "100"}', + coty_name: ['Grant'], + cty_code: ['55043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59059, lat: 42.91821 }, + }, + { + zip_code: '53922', + usps_city: 'Burnett', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 863.0, + density: 7.3, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.70977, lat: 43.5246 }, + }, + { + zip_code: '53933', + usps_city: 'Fox Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4455.0, + density: 46.1, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88294, lat: 43.5731 }, + }, + { + zip_code: '53959', + usps_city: 'Reedsburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 13999.0, + density: 48.9, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "100"}', + coty_name: ['Sauk'], + cty_code: ['55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99898, lat: 43.53422 }, + }, + { + zip_code: '54114', + usps_city: 'Crivitz', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5265.0, + density: 8.3, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "94.73", "55083": "5.27"}', + coty_name: ['Marinette', 'Oconto'], + cty_code: ['55075', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.12948, lat: 45.25282 }, + }, + { + zip_code: '54161', + usps_city: 'Pound', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2792.0, + density: 8.7, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "62.43", "55083": "37.57"}', + coty_name: ['Marinette', 'Oconto'], + cty_code: ['55075', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15937, lat: 45.12332 }, + }, + { + zip_code: '54212', + usps_city: 'Fish Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 12.1, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.22908, lat: 45.12134 }, + }, + { + zip_code: '54213', + usps_city: 'Forestville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1347.0, + density: 14.2, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "94.91", "55061": "5.09"}', + coty_name: ['Door', 'Kewaunee'], + cty_code: ['55029', '55061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.52147, lat: 44.69964 }, + }, + { + zip_code: '54227', + usps_city: 'Maribel', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1561.0, + density: 19.3, + primary_coty_code: '55071', + primary_coty_name: 'Manitowoc', + county_weights: '{"55071": "100"}', + coty_name: ['Manitowoc'], + cty_code: ['55071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80783, lat: 44.28012 }, + }, + { + zip_code: '54408', + usps_city: 'Aniwa', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 8.6, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "67.7", "55115": "28.09", "55067": "4.21"}', + coty_name: ['Marathon', 'Shawano', 'Langlade'], + cty_code: ['55073', '55115', '55067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.31057, lat: 45.02914 }, + }, + { + zip_code: '54459', + usps_city: 'Ogema', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1238.0, + density: 3.5, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27358, lat: 45.42581 }, + }, + { + zip_code: '54493', + usps_city: 'Willard', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 2.1, + primary_coty_code: '55019', + primary_coty_name: 'Clark', + county_weights: '{"55019": "100"}', + coty_name: ['Clark'], + cty_code: ['55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80356, lat: 44.70187 }, + }, + { + zip_code: '54525', + usps_city: 'Gile', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 247.0, + density: 131.5, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "100"}', + coty_name: ['Iron'], + cty_code: ['55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -90.22015, lat: 46.42897 }, + }, + { + zip_code: '54530', + usps_city: 'Hawkins', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 3.0, + primary_coty_code: '55107', + primary_coty_name: 'Rusk', + county_weights: '{"55107": "78.57", "55113": "11.29", "55099": "10.14"}', + coty_name: ['Rusk', 'Sawyer', 'Price'], + cty_code: ['55107', '55113', '55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72529, lat: 45.5307 }, + }, + { + zip_code: '54550', + usps_city: 'Montreal', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 10.5, + primary_coty_code: '55051', + primary_coty_name: 'Iron', + county_weights: '{"55051": "100"}', + coty_name: ['Iron'], + cty_code: ['55051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26062, lat: 46.36212 }, + }, + { + zip_code: '54557', + usps_city: 'Presque Isle', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 838.0, + density: 3.5, + primary_coty_code: '55125', + primary_coty_name: 'Vilas', + county_weights: '{"55125": "100"}', + coty_name: ['Vilas'], + cty_code: ['55125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75778, lat: 46.21921 }, + }, + { + zip_code: '54618', + usps_city: 'Camp Douglas', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2299.0, + density: 8.9, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "65.47", "55081": "34.53"}', + coty_name: ['Juneau', 'Monroe'], + cty_code: ['55057', '55081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28807, lat: 43.96744 }, + }, + { + zip_code: '54664', + usps_city: 'Viola', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1665.0, + density: 8.2, + primary_coty_code: '55103', + primary_coty_name: 'Richland', + county_weights: '{"55103": "68.01", "55123": "31.99"}', + coty_name: ['Richland', 'Vernon'], + cty_code: ['55103', '55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63688, lat: 43.49887 }, + }, + { + zip_code: '54721', + usps_city: 'Arkansaw', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1334.0, + density: 8.1, + primary_coty_code: '55091', + primary_coty_name: 'Pepin', + county_weights: '{"55091": "94.25", "55033": "5.75"}', + coty_name: ['Pepin', 'Dunn'], + cty_code: ['55091', '55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.06966, lat: 44.62932 }, + }, + { + zip_code: '54728', + usps_city: 'Chetek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6223.0, + density: 19.0, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "93.03", "55107": "6.97"}', + coty_name: ['Barron', 'Rusk'], + cty_code: ['55005', '55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63943, lat: 45.30833 }, + }, + { + zip_code: '54738', + usps_city: 'Eleva', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3274.0, + density: 12.7, + primary_coty_code: '55035', + primary_coty_name: 'Eau Claire', + county_weights: '{"55035": "57.32", "55121": "42.68"}', + coty_name: ['Eau Claire', 'Trempealeau'], + cty_code: ['55035', '55121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.48015, lat: 44.59184 }, + }, + { + zip_code: '54754', + usps_city: 'Merrillan', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1868.0, + density: 8.4, + primary_coty_code: '55053', + primary_coty_name: 'Jackson', + county_weights: '{"55053": "84.09", "55019": "15.91"}', + coty_name: ['Jackson', 'Clark'], + cty_code: ['55053', '55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76372, lat: 44.43413 }, + }, + { + zip_code: '54830', + usps_city: 'Danbury', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2807.0, + density: 3.0, + primary_coty_code: '55013', + primary_coty_name: 'Burnett', + county_weights: '{"55013": "93.2", "55031": "6.69", "55129": "0.11"}', + coty_name: ['Burnett', 'Douglas', 'Washburn'], + cty_code: ['55013', '55031', '55129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21857, lat: 46.10807 }, + }, + { + zip_code: '54837', + usps_city: 'Frederic', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3752.0, + density: 8.2, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "88.27", "55013": "11.73"}', + coty_name: ['Polk', 'Burnett'], + cty_code: ['55095', '55013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.35442, lat: 45.67293 }, + }, + { + zip_code: '54880', + usps_city: 'Superior', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 29914.0, + density: 67.1, + primary_coty_code: '55031', + primary_coty_name: 'Douglas', + county_weights: '{"55031": "100"}', + coty_name: ['Douglas'], + cty_code: ['55031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12741, lat: 46.59058 }, + }, + { + zip_code: '55041', + usps_city: 'Lake City', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7877.0, + density: 20.7, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "78.27", "27049": "21.73"}', + coty_name: ['Wabasha', 'Goodhue'], + cty_code: ['27157', '27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32022, lat: 44.39402 }, + }, + { + zip_code: '55076', + usps_city: 'Inver Grove Heights', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 21985.0, + density: 929.1, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.03401, lat: 44.83633 }, + }, + { + zip_code: '55080', + usps_city: 'Stanchfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2641.0, + density: 15.7, + primary_coty_code: '27059', + primary_coty_name: 'Isanti', + county_weights: '{"27059": "61.87", "27025": "38.13"}', + coty_name: ['Isanti', 'Chisago'], + cty_code: ['27059', '27025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21462, lat: 45.66146 }, + }, + { + zip_code: '55116', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 24809.0, + density: 1756.3, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.17024, lat: 44.90973 }, + }, + { + zip_code: '55118', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28318.0, + density: 1037.6, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "99.34", "27123": "0.66"}', + coty_name: ['Dakota', 'Ramsey'], + cty_code: ['27037', '27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10344, lat: 44.89648 }, + }, + { + zip_code: '55121', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 8954.0, + density: 382.6, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15429, lat: 44.84706 }, + }, + { + zip_code: '55324', + usps_city: 'Darwin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1198.0, + density: 13.2, + primary_coty_code: '27093', + primary_coty_name: 'Meeker', + county_weights: '{"27093": "100"}', + coty_name: ['Meeker'], + cty_code: ['27093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.42354, lat: 45.05595 }, + }, + { + zip_code: '55347', + usps_city: 'Eden Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 30880.0, + density: 706.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.46632, lat: 44.82932 }, + }, + { + zip_code: '55785', + usps_city: 'Swatara', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 0.8, + primary_coty_code: '27001', + primary_coty_name: 'Aitkin', + county_weights: '{"27001": "80.23", "27021": "19.77"}', + coty_name: ['Aitkin', 'Cass'], + cty_code: ['27001', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74633, lat: 46.92319 }, + }, + { + zip_code: '55808', + usps_city: 'Duluth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5848.0, + density: 208.6, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.23808, lat: 46.6767 }, + }, + { + zip_code: '55902', + usps_city: 'Rochester', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 25066.0, + density: 239.0, + primary_coty_code: '27109', + primary_coty_name: 'Olmsted', + county_weights: '{"27109": "100"}', + coty_name: ['Olmsted'], + cty_code: ['27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.51596, lat: 43.96721 }, + }, + { + zip_code: '55910', + usps_city: 'Altura', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1225.0, + density: 5.4, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "88.83", "27157": "11.17"}', + coty_name: ['Winona', 'Wabasha'], + cty_code: ['27169', '27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.97332, lat: 44.13295 }, + }, + { + zip_code: '55949', + usps_city: 'Lanesboro', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1697.0, + density: 5.9, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "100"}', + coty_name: ['Fillmore'], + cty_code: ['27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.9379, lat: 43.71262 }, + }, + { + zip_code: '55968', + usps_city: 'Reads Landing', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 86.0, + density: 21.0, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "100"}', + coty_name: ['Wabasha'], + cty_code: ['27157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.08944, lat: 44.39778 }, + }, + { + zip_code: '55972', + usps_city: 'Saint Charles', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5260.0, + density: 23.5, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "96.24", "27109": "3.76"}', + coty_name: ['Winona', 'Olmsted'], + cty_code: ['27169', '27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.04897, lat: 43.99619 }, + }, + { + zip_code: '56036', + usps_city: 'Glenville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1908.0, + density: 6.2, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2205, lat: 43.55141 }, + }, + { + zip_code: '56060', + usps_city: 'Lewisville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 5.1, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "100"}', + coty_name: ['Watonwan'], + cty_code: ['27165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44547, lat: 43.93273 }, + }, + { + zip_code: '56090', + usps_city: 'Vernon Center', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 656.0, + density: 5.5, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.2398, lat: 43.95747 }, + }, + { + zip_code: '56115', + usps_city: 'Balaton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1381.0, + density: 4.5, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "82.8", "27101": "17.2"}', + coty_name: ['Lyon', 'Murray'], + cty_code: ['27083', '27101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.89824, lat: 44.21649 }, + }, + { + zip_code: '56273', + usps_city: 'New London', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4926.0, + density: 19.3, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.96514, lat: 45.32132 }, + }, + { + zip_code: '56295', + usps_city: 'Watson', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 5.2, + primary_coty_code: '27023', + primary_coty_name: 'Chippewa', + county_weights: '{"27023": "100"}', + coty_name: ['Chippewa'], + cty_code: ['27023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.83406, lat: 45.04119 }, + }, + { + zip_code: '56523', + usps_city: 'Climax', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 2.6, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81344, lat: 47.65026 }, + }, + { + zip_code: '56570', + usps_city: 'Osage', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 5.1, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35587, lat: 46.90877 }, + }, + { + zip_code: '56576', + usps_city: 'Richville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 849.0, + density: 8.3, + primary_coty_code: '27111', + primary_coty_name: 'Otter Tail', + county_weights: '{"27111": "100"}', + coty_name: ['Otter Tail'], + cty_code: ['27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6974, lat: 46.46682 }, + }, + { + zip_code: '56633', + usps_city: 'Cass Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4701.0, + density: 8.2, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "63.97", "27007": "21.47", "27057": "14.56"}', + coty_name: ['Cass', 'Beltrami', 'Hubbard'], + cty_code: ['27021', '27007', '27057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.50844, lat: 47.31969 }, + }, + { + zip_code: '56748', + usps_city: 'Plummer', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 3.0, + primary_coty_code: '27125', + primary_coty_name: 'Red Lake', + county_weights: '{"27125": "94.33", "27113": "5.67"}', + coty_name: ['Red Lake', 'Pennington'], + cty_code: ['27125', '27113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01021, lat: 47.92198 }, + }, + { + zip_code: '57061', + usps_city: 'Sinai', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 71.0, + density: 126.4, + primary_coty_code: '46011', + primary_coty_name: 'Brookings', + county_weights: '{"46011": "100"}', + coty_name: ['Brookings'], + cty_code: ['46011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.044, lat: 44.24236 }, + }, + { + zip_code: '57105', + usps_city: 'Sioux Falls', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 22082.0, + density: 1221.5, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.73534, lat: 43.52065 }, + }, + { + zip_code: '57262', + usps_city: 'Sisseton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 5594.0, + density: 6.2, + primary_coty_code: '46109', + primary_coty_name: 'Roberts', + county_weights: '{"46109": "96.92", "46091": "3.08"}', + coty_name: ['Roberts', 'Marshall'], + cty_code: ['46109', '46091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07148, lat: 45.67323 }, + }, + { + zip_code: '57428', + usps_city: 'Bowdle', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 1.3, + primary_coty_code: '46045', + primary_coty_name: 'Edmunds', + county_weights: '{"46045": "90.99", "46129": "9.01"}', + coty_name: ['Edmunds', 'Walworth'], + cty_code: ['46045', '46129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.67794, lat: 45.45234 }, + }, + { + zip_code: '57537', + usps_city: 'Hayes', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 0.3, + primary_coty_code: '46117', + primary_coty_name: 'Stanley', + county_weights: '{"46117": "100"}', + coty_name: ['Stanley'], + cty_code: ['46117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.06026, lat: 44.56549 }, + }, + { + zip_code: '57630', + usps_city: 'Glencross', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 0.9, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "100"}', + coty_name: ['Dewey'], + cty_code: ['46041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.90554, lat: 45.43917 }, + }, + { + zip_code: '57648', + usps_city: 'Pollock', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 0.9, + primary_coty_code: '46021', + primary_coty_name: 'Campbell', + county_weights: '{"46021": "95.52", "38029": "4.48"}', + coty_name: ['Campbell', 'Emmons'], + cty_code: ['46021', '38029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.36469, lat: 45.9106 }, + }, + { + zip_code: '58011', + usps_city: 'Buffalo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 400.0, + density: 1.4, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.54214, lat: 46.91871 }, + }, + { + zip_code: '58015', + usps_city: 'Christine', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 5.6, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81651, lat: 46.59527 }, + }, + { + zip_code: '58229', + usps_city: 'Fairdale', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 79.0, + density: 0.4, + primary_coty_code: '38099', + primary_coty_name: 'Walsh', + county_weights: '{"38099": "81.58", "38019": "13.16", "38071": "5.26"}', + coty_name: ['Walsh', 'Cavalier', 'Ramsey'], + cty_code: ['38099', '38019', '38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.24331, lat: 48.49867 }, + }, + { + zip_code: '58269', + usps_city: 'Osnabrock', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 1.2, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "100"}', + coty_name: ['Cavalier'], + cty_code: ['38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16746, lat: 48.6932 }, + }, + { + zip_code: '58368', + usps_city: 'Rugby', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3562.0, + density: 2.1, + primary_coty_code: '38069', + primary_coty_name: 'Pierce', + county_weights: '{"38069": "97.5", "38005": "1.63", "38049": "0.87"}', + coty_name: ['Pierce', 'Benson', 'McHenry'], + cty_code: ['38069', '38005', '38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.04448, lat: 48.25641 }, + }, + { + zip_code: '58423', + usps_city: 'Chaseley', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 0.2, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: '{"38103": "85.9", "38043": "14.1"}', + coty_name: ['Wells', 'Kidder'], + cty_code: ['38103', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.82589, lat: 47.41106 }, + }, + { + zip_code: '58436', + usps_city: 'Ellendale', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1676.0, + density: 2.0, + primary_coty_code: '38021', + primary_coty_name: 'Dickey', + county_weights: '{"38021": "100"}', + coty_name: ['Dickey'], + cty_code: ['38021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57873, lat: 46.08765 }, + }, + { + zip_code: '58486', + usps_city: 'Sykeston', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 0.6, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: '{"38103": "93.51", "38093": "6.49"}', + coty_name: ['Wells', 'Stutsman'], + cty_code: ['38103', '38093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.39125, lat: 47.39046 }, + }, + { + zip_code: '58501', + usps_city: 'Bismarck', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 30124.0, + density: 479.4, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.70201, lat: 46.81868 }, + }, + { + zip_code: '58640', + usps_city: 'Killdeer', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1545.0, + density: 1.4, + primary_coty_code: '38025', + primary_coty_name: 'Dunn', + county_weights: '{"38025": "100"}', + coty_name: ['Dunn'], + cty_code: ['38025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.90254, lat: 47.45234 }, + }, + { + zip_code: '58655', + usps_city: 'South Heart', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 2.2, + primary_coty_code: '38089', + primary_coty_name: 'Stark', + county_weights: '{"38089": "100"}', + coty_name: ['Stark'], + cty_code: ['38089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.03399, lat: 46.77518 }, + }, + { + zip_code: '58727', + usps_city: 'Columbus', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 0.4, + primary_coty_code: '38013', + primary_coty_name: 'Burke', + county_weights: '{"38013": "100"}', + coty_name: ['Burke'], + cty_code: ['38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.798, lat: 48.84349 }, + }, + { + zip_code: '58849', + usps_city: 'Ray', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 790.0, + density: 1.2, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "100"}', + coty_name: ['Williams'], + cty_code: ['38105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.1997, lat: 48.31884 }, + }, + { + zip_code: '59085', + usps_city: 'Two Dot', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 130.0, + density: 0.2, + primary_coty_code: '30107', + primary_coty_name: 'Wheatland', + county_weights: '{"30107": "100"}', + coty_name: ['Wheatland'], + cty_code: ['30107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.10736, lat: 46.36321 }, + }, + { + zip_code: '59213', + usps_city: 'Brockton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 814.0, + density: 0.7, + primary_coty_code: '30085', + primary_coty_name: 'Roosevelt', + county_weights: '{"30085": "90.28", "30083": "9.72"}', + coty_name: ['Roosevelt', 'Richland'], + cty_code: ['30085', '30083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.87858, lat: 48.18464 }, + }, + { + zip_code: '59244', + usps_city: 'Larslan', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 0.0, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.31973, lat: 48.60423 }, + }, + { + zip_code: '59248', + usps_city: 'Nashua', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 0.5, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.26984, lat: 48.26666 }, + }, + { + zip_code: '59258', + usps_city: 'Reserve', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.2, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "76.36", "30085": "23.64"}', + coty_name: ['Sheridan', 'Roosevelt'], + cty_code: ['30091', '30085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.69461, lat: 48.57825 }, + }, + { + zip_code: '59344', + usps_city: 'Plevna', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 0.4, + primary_coty_code: '30025', + primary_coty_name: 'Fallon', + county_weights: '{"30025": "100"}', + coty_name: ['Fallon'], + cty_code: ['30025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.59529, lat: 46.41199 }, + }, + { + zip_code: '59542', + usps_city: 'Turner', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 0.3, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.37609, lat: 48.78746 }, + }, + { + zip_code: '59746', + usps_city: 'Polaris', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 162.0, + density: 0.4, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "100"}', + coty_name: ['Beaverhead'], + cty_code: ['30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.05783, lat: 45.36589 }, + }, + { + zip_code: '59834', + usps_city: 'Frenchtown', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2377.0, + density: 12.5, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "100"}', + coty_name: ['Missoula'], + cty_code: ['30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.23107, lat: 47.07465 }, + }, + { + zip_code: '59914', + usps_city: 'Dayton', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 282.0, + density: 7.8, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.28323, lat: 47.85966 }, + }, + { + zip_code: '59919', + usps_city: 'Hungry Horse', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 634.0, + density: 0.3, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.32507, lat: 47.98892 }, + }, + { + zip_code: '60071', + usps_city: 'Richmond', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3737.0, + density: 55.4, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31305, lat: 42.4637 }, + }, + { + zip_code: '60145', + usps_city: 'Kingston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2756.0, + density: 29.7, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "96.88", "17007": "3.12"}', + coty_name: ['DeKalb', 'Boone'], + cty_code: ['17037', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77655, lat: 42.09365 }, + }, + { + zip_code: '60148', + usps_city: 'Lombard', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 52588.0, + density: 1495.1, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01817, lat: 41.87414 }, + }, + { + zip_code: '60151', + usps_city: 'Maple Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4075.0, + density: 19.3, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "74.86", "17037": "25.14"}', + coty_name: ['Kane', 'DeKalb'], + cty_code: ['17089', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.56663, lat: 41.91612 }, + }, + { + zip_code: '60157', + usps_city: 'Medinah', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2970.0, + density: 768.7, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.05538, lat: 41.97462 }, + }, + { + zip_code: '60402', + usps_city: 'Berwyn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 62960.0, + density: 4613.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79139, lat: 41.83469 }, + }, + { + zip_code: '60455', + usps_city: 'Bridgeview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 16144.0, + density: 1431.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.80864, lat: 41.74211 }, + }, + { + zip_code: '60462', + usps_city: 'Orland Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 39784.0, + density: 980.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83242, lat: 41.62487 }, + }, + { + zip_code: '60539', + usps_city: 'Mooseheart', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 115.0, + primary_coty_code: '17089', + primary_coty_name: 'Kane', + county_weights: '{"17089": "100"}', + coty_name: ['Kane'], + cty_code: ['17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.33458, lat: 41.82567 }, + }, + { + zip_code: '60616', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 54197.0, + density: 5234.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62725, lat: 41.84525 }, + }, + { + zip_code: '60660', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 44498.0, + density: 13319.4, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66605, lat: 41.99111 }, + }, + { + zip_code: '60970', + usps_city: 'Watseka', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6753.0, + density: 20.1, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73838, lat: 40.79334 }, + }, + { + zip_code: '61053', + usps_city: 'Mount Carroll', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2681.0, + density: 9.4, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "96.74", "17085": "3.26"}', + coty_name: ['Carroll', 'Jo Daviess'], + cty_code: ['17015', '17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98211, lat: 42.11427 }, + }, + { + zip_code: '61074', + usps_city: 'Savanna', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 4238.0, + density: 22.0, + primary_coty_code: '17015', + primary_coty_name: 'Carroll', + county_weights: '{"17015": "99.41", "17085": "0.59"}', + coty_name: ['Carroll', 'Jo Daviess'], + cty_code: ['17015', '17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12977, lat: 42.12551 }, + }, + { + zip_code: '61327', + usps_city: 'Hennepin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 14.4, + primary_coty_code: '17155', + primary_coty_name: 'Putnam', + county_weights: '{"17155": "100"}', + coty_name: ['Putnam'], + cty_code: ['17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.30942, lat: 41.22685 }, + }, + { + zip_code: '61372', + usps_city: 'Troy Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 226.1, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "100"}', + coty_name: ['LaSalle'], + cty_code: ['17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07802, lat: 41.46491 }, + }, + { + zip_code: '61375', + usps_city: 'Varna', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1136.0, + density: 9.1, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "100"}', + coty_name: ['Marshall'], + cty_code: ['17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.25044, lat: 41.03528 }, + }, + { + zip_code: '61434', + usps_city: 'Galva', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2876.0, + density: 14.0, + primary_coty_code: '17073', + primary_coty_name: 'Henry', + county_weights: '{"17073": "94.6", "17095": "5.07", "17175": "0.33"}', + coty_name: ['Henry', 'Knox', 'Stark'], + cty_code: ['17073', '17095', '17175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.03896, lat: 41.1755 }, + }, + { + zip_code: '61540', + usps_city: 'Lacon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2680.0, + density: 19.8, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "100"}', + coty_name: ['Marshall'], + cty_code: ['17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37309, lat: 41.01472 }, + }, + { + zip_code: '61546', + usps_city: 'Manito', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3605.0, + density: 14.0, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "55.82", "17179": "44.18"}', + coty_name: ['Mason', 'Tazewell'], + cty_code: ['17125', '17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.79886, lat: 40.45394 }, + }, + { + zip_code: '61733', + usps_city: 'Deer Creek', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 793.0, + density: 14.3, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "85.85", "17203": "14.15"}', + coty_name: ['Tazewell', 'Woodford'], + cty_code: ['17179', '17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33221, lat: 40.6224 }, + }, + { + zip_code: '61812', + usps_city: 'Armstrong', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 5.6, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88668, lat: 40.25008 }, + }, + { + zip_code: '61873', + usps_city: 'Saint Joseph', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6308.0, + density: 36.2, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03929, lat: 40.1378 }, + }, + { + zip_code: '62031', + usps_city: 'Fieldon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 5.4, + primary_coty_code: '17083', + primary_coty_name: 'Jersey', + county_weights: '{"17083": "100"}', + coty_name: ['Jersey'], + cty_code: ['17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5357, lat: 39.11333 }, + }, + { + zip_code: '62201', + usps_city: 'East Saint Louis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6853.0, + density: 177.1, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "97.91", "17119": "2.09"}', + coty_name: ['St. Clair', 'Madison'], + cty_code: ['17163', '17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13864, lat: 38.64271 }, + }, + { + zip_code: '62279', + usps_city: 'Renault', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '17133', + primary_coty_name: 'Monroe', + county_weights: '{"17133": "100"}', + coty_name: ['Monroe'], + cty_code: ['17133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.13541, lat: 38.15121 }, + }, + { + zip_code: '62316', + usps_city: 'Bowen', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 6.2, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "99.7", "17001": "0.3"}', + coty_name: ['Hancock', 'Adams'], + cty_code: ['17067', '17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.055, lat: 40.23633 }, + }, + { + zip_code: '62365', + usps_city: 'Plainville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 6.6, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1594, lat: 39.79639 }, + }, + { + zip_code: '62418', + usps_city: 'Brownstown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2180.0, + density: 9.1, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "100"}', + coty_name: ['Fayette'], + cty_code: ['17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.96952, lat: 39.01845 }, + }, + { + zip_code: '62474', + usps_city: 'Westfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 897.0, + density: 9.5, + primary_coty_code: '17023', + primary_coty_name: 'Clark', + county_weights: '{"17023": "85.61", "17029": "14.39"}', + coty_name: ['Clark', 'Coles'], + cty_code: ['17023', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99652, lat: 39.43664 }, + }, + { + zip_code: '62501', + usps_city: 'Argenta', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2585.0, + density: 12.6, + primary_coty_code: '17115', + primary_coty_name: 'Macon', + county_weights: '{"17115": "100"}', + coty_name: ['Macon'], + cty_code: ['17115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.80518, lat: 39.93397 }, + }, + { + zip_code: '62630', + usps_city: 'Chesterfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 430.0, + density: 4.1, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "98.87", "17061": "1.13"}', + coty_name: ['Macoupin', 'Greene'], + cty_code: ['17117', '17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.07834, lat: 39.26081 }, + }, + { + zip_code: '62649', + usps_city: 'Hettick', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 6.2, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06747, lat: 39.36532 }, + }, + { + zip_code: '62663', + usps_city: 'Manchester', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 96.7, + primary_coty_code: '17171', + primary_coty_name: 'Scott', + county_weights: '{"17171": "100"}', + coty_name: ['Scott'], + cty_code: ['17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32904, lat: 39.54068 }, + }, + { + zip_code: '62807', + usps_city: 'Alma', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 768.0, + density: 6.7, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "100"}', + coty_name: ['Marion'], + cty_code: ['17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92837, lat: 38.74551 }, + }, + { + zip_code: '62841', + usps_city: 'Freeman Spur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 590.1, + primary_coty_code: '17199', + primary_coty_name: 'Williamson', + county_weights: '{"17199": "100"}', + coty_name: ['Williamson'], + cty_code: ['17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00024, lat: 37.85938 }, + }, + { + zip_code: '62843', + usps_city: 'Golden Gate', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 11.8, + primary_coty_code: '17191', + primary_coty_name: 'Wayne', + county_weights: '{"17191": "100"}', + coty_name: ['Wayne'], + cty_code: ['17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19612, lat: 38.38219 }, + }, + { + zip_code: '62865', + usps_city: 'Mulkeytown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1977.0, + density: 14.0, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.07878, lat: 37.97199 }, + }, + { + zip_code: '62867', + usps_city: 'New Haven', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 486.0, + density: 5.6, + primary_coty_code: '17059', + primary_coty_name: 'Gallatin', + county_weights: '{"17059": "88.29", "17193": "11.71"}', + coty_name: ['Gallatin', 'White'], + cty_code: ['17059', '17193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.10768, lat: 37.91634 }, + }, + { + zip_code: '62912', + usps_city: 'Buncombe', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1307.0, + density: 9.4, + primary_coty_code: '17087', + primary_coty_name: 'Johnson', + county_weights: '{"17087": "53.27", "17181": "46.73"}', + coty_name: ['Johnson', 'Union'], + cty_code: ['17087', '17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03918, lat: 37.47662 }, + }, + { + zip_code: '62961', + usps_city: 'Millcreek', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 53.4, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "100"}', + coty_name: ['Union'], + cty_code: ['17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.25519, lat: 37.34028 }, + }, + { + zip_code: '62970', + usps_city: 'Olmsted', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 685.0, + density: 9.6, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "100"}', + coty_name: ['Pulaski'], + cty_code: ['17153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09964, lat: 37.21476 }, + }, + { + zip_code: '63055', + usps_city: 'Labadie', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2872.0, + density: 40.3, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83396, lat: 38.53293 }, + }, + { + zip_code: '63368', + usps_city: "O'Fallon", + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 45668.0, + density: 1070.0, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.72957, lat: 38.75126 }, + }, + { + zip_code: '63539', + usps_city: 'Ethel', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 1.9, + primary_coty_code: '29121', + primary_coty_name: 'Macon', + county_weights: '{"29121": "100"}', + coty_name: ['Macon'], + cty_code: ['29121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.75527, lat: 39.91479 }, + }, + { + zip_code: '63546', + usps_city: 'Greentop', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1775.0, + density: 6.0, + primary_coty_code: '29001', + primary_coty_name: 'Adair', + county_weights: '{"29001": "56.97", "29197": "43.03"}', + coty_name: ['Adair', 'Schuyler'], + cty_code: ['29001', '29197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.51474, lat: 40.33071 }, + }, + { + zip_code: '63656', + usps_city: 'Middle Brook', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 1.8, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "84.75", "29179": "15.25"}', + coty_name: ['Iron', 'Reynolds'], + cty_code: ['29093', '29179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79904, lat: 37.59292 }, + }, + { + zip_code: '63775', + usps_city: 'Perryville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17012.0, + density: 18.8, + primary_coty_code: '29157', + primary_coty_name: 'Perry', + county_weights: '{"29157": "99.44", "29031": "0.56"}', + coty_name: ['Perry', 'Cape Girardeau'], + cty_code: ['29157', '29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88138, lat: 37.71395 }, + }, + { + zip_code: '63825', + usps_city: 'Bloomfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4273.0, + density: 16.8, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "100"}', + coty_name: ['Stoddard'], + cty_code: ['29207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.94558, lat: 36.9271 }, + }, + { + zip_code: '63828', + usps_city: 'Canalou', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 85.5, + primary_coty_code: '29143', + primary_coty_name: 'New Madrid', + county_weights: '{"29143": "100"}', + coty_name: ['New Madrid'], + cty_code: ['29143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69183, lat: 36.75037 }, + }, + { + zip_code: '63945', + usps_city: 'Harviell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1142.0, + density: 16.4, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "100"}', + coty_name: ['Butler'], + cty_code: ['29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.54576, lat: 36.63478 }, + }, + { + zip_code: '64089', + usps_city: 'Smithville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13448.0, + density: 81.2, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "88.81", "29165": "11.19"}', + coty_name: ['Clay', 'Platte'], + cty_code: ['29047', '29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.56261, lat: 39.39226 }, + }, + { + zip_code: '64129', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8615.0, + density: 320.9, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.4961, lat: 39.04931 }, + }, + { + zip_code: '64136', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2089.0, + density: 170.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40066, lat: 39.01145 }, + }, + { + zip_code: '64151', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 27061.0, + density: 793.5, + primary_coty_code: '29165', + primary_coty_name: 'Platte', + county_weights: '{"29165": "100"}', + coty_name: ['Platte'], + cty_code: ['29165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6311, lat: 39.21489 }, + }, + { + zip_code: '64436', + usps_city: 'Cosby', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 821.0, + density: 9.9, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.69018, lat: 39.85402 }, + }, + { + zip_code: '64467', + usps_city: 'Martinsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 188.0, + density: 1.6, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "100"}', + coty_name: ['Harrison'], + cty_code: ['29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16093, lat: 40.40144 }, + }, + { + zip_code: '64644', + usps_city: 'Hamilton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3552.0, + density: 12.5, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: '{"29025": "94.51", "29061": "5.49"}', + coty_name: ['Caldwell', 'Daviess'], + cty_code: ['29025', '29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.97284, lat: 39.73591 }, + }, + { + zip_code: '64653', + usps_city: 'Linneus', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 688.0, + density: 2.9, + primary_coty_code: '29115', + primary_coty_name: 'Linn', + county_weights: '{"29115": "100"}', + coty_name: ['Linn'], + cty_code: ['29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21048, lat: 39.9003 }, + }, + { + zip_code: '65037', + usps_city: 'Gravois Mills', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4764.0, + density: 22.6, + primary_coty_code: '29141', + primary_coty_name: 'Morgan', + county_weights: '{"29141": "80.66", "29029": "19.34"}', + coty_name: ['Morgan', 'Camden'], + cty_code: ['29141', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.85696, lat: 38.23784 }, + }, + { + zip_code: '65061', + usps_city: 'Morrison', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 5.7, + primary_coty_code: '29073', + primary_coty_name: 'Gasconade', + county_weights: '{"29073": "77.48", "29151": "22.52"}', + coty_name: ['Gasconade', 'Osage'], + cty_code: ['29073', '29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63667, lat: 38.60041 }, + }, + { + zip_code: '65236', + usps_city: 'Brunswick', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1604.0, + density: 8.3, + primary_coty_code: '29041', + primary_coty_name: 'Chariton', + county_weights: '{"29041": "100"}', + coty_name: ['Chariton'], + cty_code: ['29041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07933, lat: 39.44205 }, + }, + { + zip_code: '65439', + usps_city: 'Bixby', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 1.6, + primary_coty_code: '29093', + primary_coty_name: 'Iron', + county_weights: '{"29093": "100"}', + coty_name: ['Iron'], + cty_code: ['29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.10159, lat: 37.65011 }, + }, + { + zip_code: '65543', + usps_city: 'Lynchburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 1.0, + primary_coty_code: '29105', + primary_coty_name: 'Laclede', + county_weights: '{"29105": "60.79", "29229": "39.21"}', + coty_name: ['Laclede', 'Wright'], + cty_code: ['29105', '29229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.30507, lat: 37.47127 }, + }, + { + zip_code: '65616', + usps_city: 'Branson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 27706.0, + density: 144.2, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "95.03", "29209": "4.97"}', + coty_name: ['Taney', 'Stone'], + cty_code: ['29213', '29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.2481, lat: 36.66901 }, + }, + { + zip_code: '65633', + usps_city: 'Crane', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4096.0, + density: 18.6, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "85.02", "29009": "14.98"}', + coty_name: ['Stone', 'Barry'], + cty_code: ['29209', '29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.53974, lat: 36.89742 }, + }, + { + zip_code: '65656', + usps_city: 'Galena', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4924.0, + density: 16.2, + primary_coty_code: '29209', + primary_coty_name: 'Stone', + county_weights: '{"29209": "99.09", "29009": "0.67", "29043": "0.24"}', + coty_name: ['Stone', 'Barry', 'Christian'], + cty_code: ['29209', '29009', '29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.46672, lat: 36.79505 }, + }, + { + zip_code: '65706', + usps_city: 'Marshfield', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 16162.0, + density: 34.7, + primary_coty_code: '29225', + primary_coty_name: 'Webster', + county_weights: '{"29225": "100"}', + coty_name: ['Webster'], + cty_code: ['29225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89561, lat: 37.32361 }, + }, + { + zip_code: '65784', + usps_city: 'Zanoni', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 2.6, + primary_coty_code: '29153', + primary_coty_name: 'Ozark', + county_weights: '{"29153": "100"}', + coty_name: ['Ozark'], + cty_code: ['29153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31395, lat: 36.67987 }, + }, + { + zip_code: '66097', + usps_city: 'Winchester', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1171.0, + density: 9.1, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "99.16", "20103": "0.84"}', + coty_name: ['Jefferson', 'Leavenworth'], + cty_code: ['20087', '20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24444, lat: 39.32884 }, + }, + { + zip_code: '66501', + usps_city: 'McFarland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 558.5, + primary_coty_code: '20197', + primary_coty_name: 'Wabaunsee', + county_weights: '{"20197": "100"}', + coty_name: ['Wabaunsee'], + cty_code: ['20197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23742, lat: 39.05407 }, + }, + { + zip_code: '66517', + usps_city: 'Ogden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1600.0, + density: 387.3, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "100"}', + coty_name: ['Riley'], + cty_code: ['20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70688, lat: 39.11263 }, + }, + { + zip_code: '66522', + usps_city: 'Oneida', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 304.1, + primary_coty_code: '20131', + primary_coty_name: 'Nemaha', + county_weights: '{"20131": "100"}', + coty_name: ['Nemaha'], + cty_code: ['20131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94035, lat: 39.8664 }, + }, + { + zip_code: '66531', + usps_city: 'Riley', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2163.0, + density: 21.9, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "100"}', + coty_name: ['Riley'], + cty_code: ['20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.82996, lat: 39.312 }, + }, + { + zip_code: '66607', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9567.0, + density: 516.9, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63566, lat: 39.04235 }, + }, + { + zip_code: '66776', + usps_city: 'Thayer', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1331.0, + density: 4.7, + primary_coty_code: '20133', + primary_coty_name: 'Neosho', + county_weights: '{"20133": "81.75", "20205": "12.11", "20099": "6.13"}', + coty_name: ['Neosho', 'Wilson', 'Labette'], + cty_code: ['20133', '20205', '20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4874, lat: 37.46913 }, + }, + { + zip_code: '66959', + usps_city: 'Munden', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 1.3, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.53732, lat: 39.92799 }, + }, + { + zip_code: '67025', + usps_city: 'Cheney', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3822.0, + density: 12.9, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "81.67", "20095": "16.19", "20155": "2.14"}', + coty_name: ['Sedgwick', 'Kingman', 'Reno'], + cty_code: ['20173', '20095', '20155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78659, lat: 37.64132 }, + }, + { + zip_code: '67051', + usps_city: 'Geuda Springs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 2.2, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "90.57", "20035": "9.43"}', + coty_name: ['Sumner', 'Cowley'], + cty_code: ['20191', '20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.19388, lat: 37.08663 }, + }, + { + zip_code: '67332', + usps_city: 'Bartlett', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 2.0, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "100"}', + coty_name: ['Labette'], + cty_code: ['20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.23446, lat: 37.04514 }, + }, + { + zip_code: '67481', + usps_city: 'Sylvan Grove', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 545.0, + density: 1.1, + primary_coty_code: '20105', + primary_coty_name: 'Lincoln', + county_weights: '{"20105": "98.64", "20167": "1.36"}', + coty_name: ['Lincoln', 'Russell'], + cty_code: ['20105', '20167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3866, lat: 39.01246 }, + }, + { + zip_code: '67631', + usps_city: 'Collyer', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 0.4, + primary_coty_code: '20195', + primary_coty_name: 'Trego', + county_weights: '{"20195": "93.57", "20065": "6.43"}', + coty_name: ['Trego', 'Graham'], + cty_code: ['20195', '20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.08622, lat: 39.00386 }, + }, + { + zip_code: '67667', + usps_city: 'Schoenchen', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 572.2, + primary_coty_code: '20051', + primary_coty_name: 'Ellis', + county_weights: '{"20051": "100"}', + coty_name: ['Ellis'], + cty_code: ['20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.33259, lat: 38.71322 }, + }, + { + zip_code: '67671', + usps_city: 'Victoria', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1484.0, + density: 4.4, + primary_coty_code: '20051', + primary_coty_name: 'Ellis', + county_weights: '{"20051": "100"}', + coty_name: ['Ellis'], + cty_code: ['20051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.13639, lat: 38.84682 }, + }, + { + zip_code: '67801', + usps_city: 'Dodge City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 30954.0, + density: 31.6, + primary_coty_code: '20057', + primary_coty_name: 'Ford', + county_weights: '{"20057": "100"}', + coty_name: ['Ford'], + cty_code: ['20057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.05496, lat: 37.72528 }, + }, + { + zip_code: '67831', + usps_city: 'Ashland', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 897.0, + density: 0.9, + primary_coty_code: '20025', + primary_coty_name: 'Clark', + county_weights: '{"20025": "100"}', + coty_name: ['Clark'], + cty_code: ['20025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.7922, lat: 37.18657 }, + }, + { + zip_code: '67860', + usps_city: 'Lakin', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2598.0, + density: 1.7, + primary_coty_code: '20093', + primary_coty_name: 'Kearny', + county_weights: '{"20093": "100"}', + coty_name: ['Kearny'], + cty_code: ['20093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.31027, lat: 38.00295 }, + }, + { + zip_code: '67864', + usps_city: 'Meade', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1760.0, + density: 1.4, + primary_coty_code: '20119', + primary_coty_name: 'Meade', + county_weights: '{"20119": "100"}', + coty_name: ['Meade'], + cty_code: ['20119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.31692, lat: 37.17639 }, + }, + { + zip_code: '68031', + usps_city: 'Hooper', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1569.0, + density: 5.0, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "95.24", "31177": "4.76"}', + coty_name: ['Dodge', 'Washington'], + cty_code: ['31053', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53047, lat: 41.64279 }, + }, + { + zip_code: '68067', + usps_city: 'Walthill', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1234.0, + density: 8.4, + primary_coty_code: '31173', + primary_coty_name: 'Thurston', + county_weights: '{"31173": "100"}', + coty_name: ['Thurston'], + cty_code: ['31173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48393, lat: 42.15289 }, + }, + { + zip_code: '68144', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 23308.0, + density: 1203.1, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11919, lat: 41.23486 }, + }, + { + zip_code: '68319', + usps_city: 'Bradshaw', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 559.0, + density: 3.1, + primary_coty_code: '31185', + primary_coty_name: 'York', + county_weights: '{"31185": "100"}', + coty_name: ['York'], + cty_code: ['31185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.76149, lat: 40.93082 }, + }, + { + zip_code: '68332', + usps_city: 'Crab Orchard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 113.0, + density: 1.0, + primary_coty_code: '31097', + primary_coty_name: 'Johnson', + county_weights: '{"31097": "100"}', + coty_name: ['Johnson'], + cty_code: ['31097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.40564, lat: 40.31682 }, + }, + { + zip_code: '68336', + usps_city: 'Davey', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 745.0, + density: 14.7, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.68805, lat: 40.96396 }, + }, + { + zip_code: '68339', + usps_city: 'Denton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1104.0, + density: 9.8, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "95.88", "31159": "4.12"}', + coty_name: ['Lancaster', 'Seward'], + cty_code: ['31109', '31159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8646, lat: 40.7337 }, + }, + { + zip_code: '68349', + usps_city: 'Elmwood', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1121.0, + density: 8.6, + primary_coty_code: '31025', + primary_coty_name: 'Cass', + county_weights: '{"31025": "100"}', + coty_name: ['Cass'], + cty_code: ['31025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29738, lat: 40.82928 }, + }, + { + zip_code: '68406', + usps_city: 'Milligan', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 399.0, + density: 2.9, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "88.65", "31151": "11.35"}', + coty_name: ['Fillmore', 'Saline'], + cty_code: ['31059', '31151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38536, lat: 40.49989 }, + }, + { + zip_code: '68419', + usps_city: 'Panama', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 321.2, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.51117, lat: 40.5998 }, + }, + { + zip_code: '68466', + usps_city: 'Wymore', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1873.0, + density: 7.4, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64125, lat: 40.07023 }, + }, + { + zip_code: '68647', + usps_city: 'Monroe', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 3.7, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: '{"31141": "100"}', + coty_name: ['Platte'], + cty_code: ['31141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62151, lat: 41.52325 }, + }, + { + zip_code: '68729', + usps_city: 'Creighton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1876.0, + density: 4.6, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "92.49", "31003": "7.51"}', + coty_name: ['Knox', 'Antelope'], + cty_code: ['31107', '31003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.90434, lat: 42.47079 }, + }, + { + zip_code: '68740', + usps_city: 'Hoskins', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 5.5, + primary_coty_code: '31179', + primary_coty_name: 'Wayne', + county_weights: '{"31179": "96.41", "31167": "3.59"}', + coty_name: ['Wayne', 'Stanton'], + cty_code: ['31179', '31167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30034, lat: 42.15193 }, + }, + { + zip_code: '68745', + usps_city: 'Laurel', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1502.0, + density: 4.9, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "97.71", "31179": "2.29"}', + coty_name: ['Cedar', 'Wayne'], + cty_code: ['31027', '31179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08792, lat: 42.44767 }, + }, + { + zip_code: '68763', + usps_city: 'Oneill', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4706.0, + density: 3.4, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60943, lat: 42.50871 }, + }, + { + zip_code: '68823', + usps_city: 'Burwell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2247.0, + density: 0.9, + primary_coty_code: '31071', + primary_coty_name: 'Garfield', + county_weights: + '{"31071": "85.34", "31115": "8.95", "31175": "4.75", "31149": "0.96"}', + coty_name: ['Garfield', 'Loup', 'Valley', 'Rock'], + cty_code: ['31071', '31115', '31175', '31149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.10901, lat: 41.92648 }, + }, + { + zip_code: '68901', + usps_city: 'Hastings', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 26214.0, + density: 73.8, + primary_coty_code: '31001', + primary_coty_name: 'Adams', + county_weights: '{"31001": "99.9", "31035": "0.1"}', + coty_name: ['Adams', 'Clay'], + cty_code: ['31001', '31035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37284, lat: 40.59293 }, + }, + { + zip_code: '68945', + usps_city: 'Heartwell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 2.2, + primary_coty_code: '31099', + primary_coty_name: 'Kearney', + county_weights: '{"31099": "100"}', + coty_name: ['Kearney'], + cty_code: ['31099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.77782, lat: 40.56825 }, + }, + { + zip_code: '68973', + usps_city: 'Roseland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 3.2, + primary_coty_code: '31001', + primary_coty_name: 'Adams', + county_weights: '{"31001": "100"}', + coty_name: ['Adams'], + cty_code: ['31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.56397, lat: 40.45228 }, + }, + { + zip_code: '69127', + usps_city: 'Brule', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 1.8, + primary_coty_code: '31101', + primary_coty_name: 'Keith', + county_weights: '{"31101": "100"}', + coty_name: ['Keith'], + cty_code: ['31101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.91067, lat: 41.12368 }, + }, + { + zip_code: '69145', + usps_city: 'Kimball', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 3156.0, + density: 2.9, + primary_coty_code: '31105', + primary_coty_name: 'Kimball', + county_weights: '{"31105": "98.88", "31007": "1.12"}', + coty_name: ['Kimball', 'Banner'], + cty_code: ['31105', '31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.67052, lat: 41.2465 }, + }, + { + zip_code: '69201', + usps_city: 'Valentine', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 4033.0, + density: 1.3, + primary_coty_code: '31031', + primary_coty_name: 'Cherry', + county_weights: '{"31031": "92.66", "46121": "6.67", "31103": "0.67"}', + coty_name: ['Cherry', 'Todd', 'Keya Paha'], + cty_code: ['31031', '46121', '31103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.61122, lat: 42.71527 }, + }, + { + zip_code: '69345', + usps_city: 'Harrisburg', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 463.0, + density: 0.4, + primary_coty_code: '31007', + primary_coty_name: 'Banner', + county_weights: '{"31007": "100"}', + coty_name: ['Banner'], + cty_code: ['31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.74548, lat: 41.5752 }, + }, + { + zip_code: '70001', + usps_city: 'Metairie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39447.0, + density: 2542.5, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16724, lat: 29.98373 }, + }, + { + zip_code: '70036', + usps_city: 'Barataria', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1349.0, + density: 118.9, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12118, lat: 29.70904 }, + }, + { + zip_code: '70039', + usps_city: 'Boutte', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2716.0, + density: 86.6, + primary_coty_code: '22089', + primary_coty_name: 'St. Charles', + county_weights: '{"22089": "100"}', + coty_name: ['St. Charles'], + cty_code: ['22089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38905, lat: 29.88144 }, + }, + { + zip_code: '70402', + usps_city: 'Hammond', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1845.0, + density: 8281.1, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.4702, lat: 30.51619 }, + }, + { + zip_code: '70518', + usps_city: 'Broussard', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13551.0, + density: 124.9, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "80.5", "22099": "12.34", "22045": "7.16"}', + coty_name: ['Lafayette', 'St. Martin', 'Iberia'], + cty_code: ['22055', '22099', '22045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.92882, lat: 30.1334 }, + }, + { + zip_code: '70601', + usps_city: 'Lake Charles', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31699.0, + density: 759.5, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.21575, lat: 30.22622 }, + }, + { + zip_code: '70615', + usps_city: 'Lake Charles', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14206.0, + density: 111.8, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.12276, lat: 30.25365 }, + }, + { + zip_code: '70660', + usps_city: 'Singer', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1448.0, + density: 3.8, + primary_coty_code: '22011', + primary_coty_name: 'Beauregard', + county_weights: '{"22011": "100"}', + coty_name: ['Beauregard'], + cty_code: ['22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45028, lat: 30.55763 }, + }, + { + zip_code: '70662', + usps_city: 'Sugartown', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 363.0, + density: 6.5, + primary_coty_code: '22011', + primary_coty_name: 'Beauregard', + county_weights: '{"22011": "100"}', + coty_name: ['Beauregard'], + cty_code: ['22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99766, lat: 30.79888 }, + }, + { + zip_code: '70722', + usps_city: 'Clinton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5183.0, + density: 12.0, + primary_coty_code: '22037', + primary_coty_name: 'East Feliciana', + county_weights: '{"22037": "97.37", "22033": "2.63"}', + coty_name: ['East Feliciana', 'East Baton Rouge'], + cty_code: ['22037', '22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.93158, lat: 30.8425 }, + }, + { + zip_code: '70739', + usps_city: 'Greenwell Springs', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13762.0, + density: 109.1, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "96.91", "22063": "3.09"}', + coty_name: ['East Baton Rouge', 'Livingston'], + cty_code: ['22033', '22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.97049, lat: 30.59843 }, + }, + { + zip_code: '70802', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23550.0, + density: 1182.0, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17753, lat: 30.44383 }, + }, + { + zip_code: '71111', + usps_city: 'Bossier City', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43975.0, + density: 371.5, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "100"}', + coty_name: ['Bossier'], + cty_code: ['22015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.70305, lat: 32.58156 }, + }, + { + zip_code: '71115', + usps_city: 'Shreveport', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15639.0, + density: 54.7, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "98.26", "22081": "1.74"}', + coty_name: ['Caddo', 'Red River'], + cty_code: ['22017', '22081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.56896, lat: 32.26845 }, + }, + { + zip_code: '71280', + usps_city: 'Sterlington', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5125.0, + density: 30.8, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "66.19", "22111": "20.48", "22067": "13.33"}', + coty_name: ['Ouachita', 'Union', 'Morehouse'], + cty_code: ['22073', '22111', '22067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.09706, lat: 32.72605 }, + }, + { + zip_code: '71295', + usps_city: 'Winnsboro', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13774.0, + density: 16.7, + primary_coty_code: '22041', + primary_coty_name: 'Franklin', + county_weights: '{"22041": "100"}', + coty_name: ['Franklin'], + cty_code: ['22041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.70683, lat: 32.14743 }, + }, + { + zip_code: '71416', + usps_city: 'Cloutierville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 5.3, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "100"}', + coty_name: ['Natchitoches'], + cty_code: ['22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9122, lat: 31.53792 }, + }, + { + zip_code: '71427', + usps_city: 'Flatwoods', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 16.3, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "74.82", "22069": "25.18"}', + coty_name: ['Rapides', 'Natchitoches'], + cty_code: ['22079', '22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89252, lat: 31.39595 }, + }, + { + zip_code: '71662', + usps_city: 'Pickens', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 199.0, + density: 7.4, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "100"}', + coty_name: ['Desha'], + cty_code: ['5041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50226, lat: 33.84204 }, + }, + { + zip_code: '71940', + usps_city: 'Delight', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1734.0, + density: 6.2, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "100"}', + coty_name: ['Pike'], + cty_code: ['5109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.50968, lat: 34.02053 }, + }, + { + zip_code: '72026', + usps_city: 'Casscoe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 288.0, + density: 3.8, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.30631, lat: 34.50986 }, + }, + { + zip_code: '72038', + usps_city: 'Crocketts Bluff', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 0.9, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24382, lat: 34.44629 }, + }, + { + zip_code: '72111', + usps_city: 'Mount Vernon', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1302.0, + density: 8.6, + primary_coty_code: '5045', + primary_coty_name: 'Faulkner', + county_weights: '{"05045": "64.17", "05145": "35.83"}', + coty_name: ['Faulkner', 'White'], + cty_code: ['05045', '05145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.13191, lat: 35.23583 }, + }, + { + zip_code: '72114', + usps_city: 'North Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10805.0, + density: 520.3, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25848, lat: 34.76446 }, + }, + { + zip_code: '72209', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 31771.0, + density: 744.3, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "100"}', + coty_name: ['Pulaski'], + cty_code: ['5119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.34413, lat: 34.67698 }, + }, + { + zip_code: '72210', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 17808.0, + density: 136.0, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "94.12", "05125": "5.88"}', + coty_name: ['Pulaski', 'Saline'], + cty_code: ['05119', '05125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50441, lat: 34.71395 }, + }, + { + zip_code: '72311', + usps_city: 'Aubrey', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 36.7, + primary_coty_code: '5077', + primary_coty_name: 'Lee', + county_weights: '{"05077": "100"}', + coty_name: ['Lee'], + cty_code: ['5077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.89147, lat: 34.72386 }, + }, + { + zip_code: '72324', + usps_city: 'Cherry Valley', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2226.0, + density: 6.8, + primary_coty_code: '5037', + primary_coty_name: 'Cross', + county_weights: '{"05037": "98.79", "05111": "1.21"}', + coty_name: ['Cross', 'Poinsett'], + cty_code: ['05037', '05111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.78199, lat: 35.38816 }, + }, + { + zip_code: '72390', + usps_city: 'West Helena', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7904.0, + density: 83.1, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67836, lat: 34.55015 }, + }, + { + zip_code: '72469', + usps_city: 'Strawberry', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 977.0, + density: 4.9, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "88.35", "05135": "11.65"}', + coty_name: ['Lawrence', 'Sharp'], + cty_code: ['05075', '05135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.29164, lat: 35.95439 }, + }, + { + zip_code: '72538', + usps_city: 'Gepp', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 417.0, + density: 3.5, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "96.99", "05005": "3.01"}', + coty_name: ['Fulton', 'Baxter'], + cty_code: ['05049', '05005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10296, lat: 36.44011 }, + }, + { + zip_code: '72577', + usps_city: 'Sidney', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 694.0, + density: 6.4, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "56.57", "05135": "43.43"}', + coty_name: ['Izard', 'Sharp'], + cty_code: ['05065', '05135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71397, lat: 36.02715 }, + }, + { + zip_code: '72624', + usps_city: 'Compton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 507.0, + density: 2.9, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "90.24", "05015": "9.76"}', + coty_name: ['Newton', 'Carroll'], + cty_code: ['05101', '05015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37471, lat: 36.06168 }, + }, + { + zip_code: '72638', + usps_city: 'Green Forest', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6885.0, + density: 14.2, + primary_coty_code: '5015', + primary_coty_name: 'Carroll', + county_weights: '{"05015": "99.19", "05101": "0.81"}', + coty_name: ['Carroll', 'Newton'], + cty_code: ['05015', '05101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.40742, lat: 36.31994 }, + }, + { + zip_code: '72658', + usps_city: 'Norfork', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1390.0, + density: 7.2, + primary_coty_code: '5005', + primary_coty_name: 'Baxter', + county_weights: '{"05005": "100"}', + coty_name: ['Baxter'], + cty_code: ['5005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.32049, lat: 36.16637 }, + }, + { + zip_code: '72739', + usps_city: 'Hiwasse', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 55.9, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33012, lat: 36.42598 }, + }, + { + zip_code: '72751', + usps_city: 'Pea Ridge', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7692.0, + density: 119.8, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12033, lat: 36.46105 }, + }, + { + zip_code: '72824', + usps_city: 'Belleville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1821.0, + density: 8.7, + primary_coty_code: '5149', + primary_coty_name: 'Yell', + county_weights: '{"05149": "100"}', + coty_name: ['Yell'], + cty_code: ['5149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41369, lat: 35.13522 }, + }, + { + zip_code: '72851', + usps_city: 'New Blaine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 3.6, + primary_coty_code: '5083', + primary_coty_name: 'Logan', + county_weights: '{"05083": "100"}', + coty_name: ['Logan'], + cty_code: ['5083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.46203, lat: 35.25623 }, + }, + { + zip_code: '72923', + usps_city: 'Barling', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4999.0, + density: 257.6, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3079, lat: 35.31597 }, + }, + { + zip_code: '73028', + usps_city: 'Crescent', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3735.0, + density: 9.9, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "95.83", "40073": "4.17"}', + coty_name: ['Logan', 'Kingfisher'], + cty_code: ['40083', '40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.62718, lat: 35.97493 }, + }, + { + zip_code: '73038', + usps_city: 'Fort Cobb', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1876.0, + density: 4.8, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44596, lat: 35.12205 }, + }, + { + zip_code: '73068', + usps_city: 'Noble', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11876.0, + density: 72.8, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28281, lat: 35.13905 }, + }, + { + zip_code: '73118', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13820.0, + density: 1073.6, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5295, lat: 35.51832 }, + }, + { + zip_code: '73132', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 28452.0, + density: 1471.6, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.63997, lat: 35.5509 }, + }, + { + zip_code: '73170', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 38138.0, + density: 700.6, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "100"}', + coty_name: ['Cleveland'], + cty_code: ['40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55059, lat: 35.32738 }, + }, + { + zip_code: '73440', + usps_city: 'Lebanon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 13.1, + primary_coty_code: '40095', + primary_coty_name: 'Marshall', + county_weights: '{"40095": "100"}', + coty_name: ['Marshall'], + cty_code: ['40095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89989, lat: 33.98071 }, + }, + { + zip_code: '73564', + usps_city: 'Roosevelt', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 0.9, + primary_coty_code: '40075', + primary_coty_name: 'Kiowa', + county_weights: '{"40075": "97.1", "40031": "2.9"}', + coty_name: ['Kiowa', 'Comanche'], + cty_code: ['40075', '40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.98818, lat: 34.84191 }, + }, + { + zip_code: '73860', + usps_city: 'Waynoka', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1288.0, + density: 1.5, + primary_coty_code: '40151', + primary_coty_name: 'Woods', + county_weights: '{"40151": "94.39", "40093": "5.61"}', + coty_name: ['Woods', 'Major'], + cty_code: ['40151', '40093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.8338, lat: 36.53018 }, + }, + { + zip_code: '74011', + usps_city: 'Broken Arrow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 28423.0, + density: 463.8, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80942, lat: 35.98162 }, + }, + { + zip_code: '74068', + usps_city: 'Shamrock', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2.0, + density: 1.0, + primary_coty_code: '40037', + primary_coty_name: 'Creek', + county_weights: '{"40037": "100"}', + coty_name: ['Creek'], + cty_code: ['40037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57505, lat: 35.90831 }, + }, + { + zip_code: '74347', + usps_city: 'Kansas', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2489.0, + density: 27.3, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "85", "40001": "11.65", "40021": "3.36"}', + coty_name: ['Delaware', 'Adair', 'Cherokee'], + cty_code: ['40041', '40001', '40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.78535, lat: 36.17717 }, + }, + { + zip_code: '74364', + usps_city: 'Rose', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1883.0, + density: 7.6, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "65.54", "40021": "17.77", "40097": "16.69"}', + coty_name: ['Delaware', 'Cherokee', 'Mayes'], + cty_code: ['40041', '40021', '40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9573, lat: 36.20215 }, + }, + { + zip_code: '74432', + usps_city: 'Eufaula', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 9647.0, + density: 17.3, + primary_coty_code: '40091', + primary_coty_name: 'McIntosh', + county_weights: '{"40091": "76.84", "40121": "23.16"}', + coty_name: ['McIntosh', 'Pittsburg'], + cty_code: ['40091', '40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.65657, lat: 35.28443 }, + }, + { + zip_code: '74445', + usps_city: 'Morris', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2986.0, + density: 14.1, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "99.69", "40091": "0.31"}', + coty_name: ['Okmulgee', 'McIntosh'], + cty_code: ['40111', '40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.82588, lat: 35.62809 }, + }, + { + zip_code: '74467', + usps_city: 'Wagoner', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 15285.0, + density: 38.1, + primary_coty_code: '40145', + primary_coty_name: 'Wagoner', + county_weights: '{"40145": "100"}', + coty_name: ['Wagoner'], + cty_code: ['40145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.39265, lat: 35.96628 }, + }, + { + zip_code: '74723', + usps_city: 'Bennington', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1328.0, + density: 2.6, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01516, lat: 33.99066 }, + }, + { + zip_code: '74845', + usps_city: 'Hanna', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 1.7, + primary_coty_code: '40091', + primary_coty_name: 'McIntosh', + county_weights: '{"40091": "100"}', + coty_name: ['McIntosh'], + cty_code: ['40091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.8872, lat: 35.25754 }, + }, + { + zip_code: '74850', + usps_city: 'Lamar', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 2.0, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "100"}', + coty_name: ['Hughes'], + cty_code: ['40063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.09218, lat: 35.11314 }, + }, + { + zip_code: '75068', + usps_city: 'Little Elm', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 65991.0, + density: 929.5, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95053, lat: 33.17647 }, + }, + { + zip_code: '75102', + usps_city: 'Barry', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1358.0, + density: 8.6, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.64223, lat: 32.06629 }, + }, + { + zip_code: '75127', + usps_city: 'Fruitvale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1705.0, + density: 24.8, + primary_coty_code: '48467', + primary_coty_name: 'Van Zandt', + county_weights: '{"48467": "100"}', + coty_name: ['Van Zandt'], + cty_code: ['48467'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.79336, lat: 32.69116 }, + }, + { + zip_code: '75147', + usps_city: 'Mabank', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6636.0, + density: 27.3, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "56.12", "48467": "34.13", "48213": "9.75"}', + coty_name: ['Kaufman', 'Van Zandt', 'Henderson'], + cty_code: ['48257', '48467', '48213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.0774, lat: 32.43298 }, + }, + { + zip_code: '75223', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14941.0, + density: 1671.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74399, lat: 32.79223 }, + }, + { + zip_code: '75225', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21736.0, + density: 1777.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79098, lat: 32.86521 }, + }, + { + zip_code: '75428', + usps_city: 'Commerce', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11371.0, + density: 51.1, + primary_coty_code: '48231', + primary_coty_name: 'Hunt', + county_weights: '{"48231": "97.27", "48119": "2.73"}', + coty_name: ['Hunt', 'Delta'], + cty_code: ['48231', '48119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91606, lat: 33.26847 }, + }, + { + zip_code: '75562', + usps_city: 'Kildare', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 2.4, + primary_coty_code: '48067', + primary_coty_name: 'Cass', + county_weights: '{"48067": "100"}', + coty_name: ['Cass'], + cty_code: ['48067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24848, lat: 32.92543 }, + }, + { + zip_code: '75683', + usps_city: 'Ore City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3709.0, + density: 25.4, + primary_coty_code: '48459', + primary_coty_name: 'Upshur', + county_weights: '{"48459": "79.23", "48315": "20.77"}', + coty_name: ['Upshur', 'Marion'], + cty_code: ['48459', '48315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73701, lat: 32.82301 }, + }, + { + zip_code: '75704', + usps_city: 'Tyler', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10199.0, + density: 58.7, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "100"}', + coty_name: ['Smith'], + cty_code: ['48423'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44131, lat: 32.40753 }, + }, + { + zip_code: '75764', + usps_city: 'Gallatin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 57.1, + primary_coty_code: '48073', + primary_coty_name: 'Cherokee', + county_weights: '{"48073": "100"}', + coty_name: ['Cherokee'], + cty_code: ['48073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.14372, lat: 31.89544 }, + }, + { + zip_code: '75848', + usps_city: 'Kirvin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 267.4, + primary_coty_code: '48161', + primary_coty_name: 'Freestone', + county_weights: '{"48161": "100"}', + coty_name: ['Freestone'], + cty_code: ['48161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32993, lat: 31.76525 }, + }, + { + zip_code: '75937', + usps_city: 'Chireno', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 891.0, + density: 5.1, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.3765, lat: 31.45872 }, + }, + { + zip_code: '76022', + usps_city: 'Bedford', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13495.0, + density: 1951.4, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14523, lat: 32.83064 }, + }, + { + zip_code: '76102', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9282.0, + density: 830.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.32978, lat: 32.75923 }, + }, + { + zip_code: '76129', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2519.0, + density: 8840.9, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36342, lat: 32.7087 }, + }, + { + zip_code: '76182', + usps_city: 'North Richland Hills', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31046.0, + density: 1364.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20984, lat: 32.88278 }, + }, + { + zip_code: '76252', + usps_city: 'Muenster', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2624.0, + density: 5.5, + primary_coty_code: '48097', + primary_coty_name: 'Cooke', + county_weights: '{"48097": "100"}', + coty_name: ['Cooke'], + cty_code: ['48097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.38545, lat: 33.68568 }, + }, + { + zip_code: '76258', + usps_city: 'Pilot Point', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7010.0, + density: 30.3, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "95.03", "48181": "4.97"}', + coty_name: ['Denton', 'Grayson'], + cty_code: ['48121', '48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91964, lat: 33.37191 }, + }, + { + zip_code: '76402', + usps_city: 'Stephenville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 4132.1, + primary_coty_code: '48143', + primary_coty_name: 'Erath', + county_weights: '{"48143": "100"}', + coty_name: ['Erath'], + cty_code: ['48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.21726, lat: 32.21637 }, + }, + { + zip_code: '76455', + usps_city: 'Gustine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1009.0, + density: 4.3, + primary_coty_code: '48093', + primary_coty_name: 'Comanche', + county_weights: '{"48093": "100"}', + coty_name: ['Comanche'], + cty_code: ['48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.38354, lat: 31.80574 }, + }, + { + zip_code: '76460', + usps_city: 'Loving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 1.0, + primary_coty_code: '48503', + primary_coty_name: 'Young', + county_weights: '{"48503": "100"}', + coty_name: ['Young'], + cty_code: ['48503'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49838, lat: 33.30965 }, + }, + { + zip_code: '76655', + usps_city: 'Lorena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8312.0, + density: 42.0, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "92.5", "48145": "7.5"}', + coty_name: ['McLennan', 'Falls'], + cty_code: ['48309', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17738, lat: 31.39609 }, + }, + { + zip_code: '76802', + usps_city: 'Early', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5251.0, + density: 28.0, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "100"}', + coty_name: ['Brown'], + cty_code: ['48049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.90283, lat: 31.75328 }, + }, + { + zip_code: '76823', + usps_city: 'Bangs', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3024.0, + density: 10.4, + primary_coty_code: '48049', + primary_coty_name: 'Brown', + county_weights: '{"48049": "98.74", "48083": "1.26"}', + coty_name: ['Brown', 'Coleman'], + cty_code: ['48049', '48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15991, lat: 31.70119 }, + }, + { + zip_code: '76885', + usps_city: 'Valley Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 1.1, + primary_coty_code: '48299', + primary_coty_name: 'Llano', + county_weights: '{"48299": "100"}', + coty_name: ['Llano'], + cty_code: ['48299'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86324, lat: 30.87708 }, + }, + { + zip_code: '76901', + usps_city: 'San Angelo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31667.0, + density: 44.3, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "99.9", "48235": "0.1"}', + coty_name: ['Tom Green', 'Irion'], + cty_code: ['48451', '48235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.62877, lat: 31.54094 }, + }, + { + zip_code: '77019', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22057.0, + density: 2419.7, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41008, lat: 29.7532 }, + }, + { + zip_code: '77046', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1207.0, + density: 3989.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.4334, lat: 29.73376 }, + }, + { + zip_code: '77062', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26477.0, + density: 1884.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13148, lat: 29.57485 }, + }, + { + zip_code: '77081', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53031.0, + density: 6597.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.48118, lat: 29.71203 }, + }, + { + zip_code: '77096', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 32682.0, + density: 2102.9, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47951, lat: 29.67475 }, + }, + { + zip_code: '77339', + usps_city: 'Kingwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40133.0, + density: 909.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "80.06", "48339": "19.94"}', + coty_name: ['Harris', 'Montgomery'], + cty_code: ['48201', '48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.22132, lat: 30.04931 }, + }, + { + zip_code: '77355', + usps_city: 'Magnolia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29281.0, + density: 198.0, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "95.84", "48473": "4.16"}', + coty_name: ['Montgomery', 'Waller'], + cty_code: ['48339', '48473'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.74805, lat: 30.15769 }, + }, + { + zip_code: '77376', + usps_city: 'Votaw', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 569.0, + density: 7.1, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.67384, lat: 30.44803 }, + }, + { + zip_code: '77460', + usps_city: 'Nada', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 21.7, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.38451, lat: 29.39744 }, + }, + { + zip_code: '77489', + usps_city: 'Missouri City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38242.0, + density: 1315.7, + primary_coty_code: '48157', + primary_coty_name: 'Fort Bend', + county_weights: '{"48157": "96.7", "48201": "3.3"}', + coty_name: ['Fort Bend', 'Harris'], + cty_code: ['48157', '48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5163, lat: 29.6006 }, + }, + { + zip_code: '77518', + usps_city: 'Bacliff', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10856.0, + density: 1445.6, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.98696, lat: 29.50703 }, + }, + { + zip_code: '77535', + usps_city: 'Dayton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34537.0, + density: 42.5, + primary_coty_code: '48291', + primary_coty_name: 'Liberty', + county_weights: '{"48291": "94.35", "48071": "5.65"}', + coty_name: ['Liberty', 'Chambers'], + cty_code: ['48291', '48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.91786, lat: 30.05703 }, + }, + { + zip_code: '77585', + usps_city: 'Saratoga', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 3.6, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52242, lat: 30.29552 }, + }, + { + zip_code: '77659', + usps_city: 'Sour Lake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5326.0, + density: 17.6, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43521, lat: 30.15814 }, + }, + { + zip_code: '77708', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12536.0, + density: 683.9, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16484, lat: 30.14475 }, + }, + { + zip_code: '77853', + usps_city: 'Dime Box', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1059.0, + density: 8.1, + primary_coty_code: '48287', + primary_coty_name: 'Lee', + county_weights: '{"48287": "100"}', + coty_name: ['Lee'], + cty_code: ['48287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.84281, lat: 30.36444 }, + }, + { + zip_code: '78112', + usps_city: 'Elmendorf', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8617.0, + density: 65.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "98.5", "48493": "1.5"}', + coty_name: ['Bexar', 'Wilson'], + cty_code: ['48029', '48493'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.37165, lat: 29.21277 }, + }, + { + zip_code: '78121', + usps_city: 'La Vernia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13276.0, + density: 49.8, + primary_coty_code: '48493', + primary_coty_name: 'Wilson', + county_weights: '{"48493": "90.84", "48187": "9.16"}', + coty_name: ['Wilson', 'Guadalupe'], + cty_code: ['48493', '48187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.10722, lat: 29.35147 }, + }, + { + zip_code: '78163', + usps_city: 'Bulverde', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12874.0, + density: 64.4, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "100"}', + coty_name: ['Comal'], + cty_code: ['48091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.45476, lat: 29.76677 }, + }, + { + zip_code: '78217', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34159.0, + density: 1253.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42007, lat: 29.54045 }, + }, + { + zip_code: '78237', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39105.0, + density: 2047.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.56936, lat: 29.42111 }, + }, + { + zip_code: '78245', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 76518.0, + density: 889.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73081, lat: 29.40397 }, + }, + { + zip_code: '78248', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14345.0, + density: 1412.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52525, lat: 29.59047 }, + }, + { + zip_code: '78252', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12009.0, + density: 134.1, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.70532, lat: 29.34097 }, + }, + { + zip_code: '78263', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4440.0, + density: 46.8, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30931, lat: 29.35946 }, + }, + { + zip_code: '78359', + usps_city: 'Gregory', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1977.0, + density: 283.7, + primary_coty_code: '48409', + primary_coty_name: 'San Patricio', + county_weights: '{"48409": "100"}', + coty_name: ['San Patricio'], + cty_code: ['48409'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28712, lat: 27.92357 }, + }, + { + zip_code: '78563', + usps_city: 'Linn', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 0.4, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.25679, lat: 26.65735 }, + }, + { + zip_code: '78583', + usps_city: 'Rio Hondo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7137.0, + density: 31.2, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48614, lat: 26.26419 }, + }, + { + zip_code: '78724', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25723.0, + density: 401.9, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61415, lat: 30.2944 }, + }, + { + zip_code: '78742', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 887.0, + density: 59.4, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.6583, lat: 30.24413 }, + }, + { + zip_code: '78756', + usps_city: 'Austin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8694.0, + density: 2008.2, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74017, lat: 30.32227 }, + }, + { + zip_code: '78877', + usps_city: 'Quemado', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 4.7, + primary_coty_code: '48323', + primary_coty_name: 'Maverick', + county_weights: '{"48323": "100"}', + coty_name: ['Maverick'], + cty_code: ['48323'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.59231, lat: 28.94734 }, + }, + { + zip_code: '78883', + usps_city: 'Tarpley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 395.0, + density: 2.0, + primary_coty_code: '48019', + primary_coty_name: 'Bandera', + county_weights: '{"48019": "100"}', + coty_name: ['Bandera'], + cty_code: ['48019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.31614, lat: 29.68094 }, + }, + { + zip_code: '78957', + usps_city: 'Smithville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9699.0, + density: 20.0, + primary_coty_code: '48021', + primary_coty_name: 'Bastrop', + county_weights: '{"48021": "97.3", "48149": "2.7"}', + coty_name: ['Bastrop', 'Fayette'], + cty_code: ['48021', '48149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17578, lat: 30.01287 }, + }, + { + zip_code: '78959', + usps_city: 'Waelder', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2097.0, + density: 5.2, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "90.58", "48149": "6.97", "48055": "2.45"}', + coty_name: ['Gonzales', 'Fayette', 'Caldwell'], + cty_code: ['48177', '48149', '48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.30285, lat: 29.69777 }, + }, + { + zip_code: '79085', + usps_city: 'Summerfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 6.0, + primary_coty_code: '48069', + primary_coty_name: 'Castro', + county_weights: '{"48069": "100"}', + coty_name: ['Castro'], + cty_code: ['48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.51441, lat: 34.74073 }, + }, + { + zip_code: '79258', + usps_city: 'South Plains', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 0.6, + primary_coty_code: '48153', + primary_coty_name: 'Floyd', + county_weights: '{"48153": "100"}', + coty_name: ['Floyd'], + cty_code: ['48153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.28847, lat: 34.22723 }, + }, + { + zip_code: '79353', + usps_city: 'Pep', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 0.3, + primary_coty_code: '48219', + primary_coty_name: 'Hockley', + county_weights: '{"48219": "100"}', + coty_name: ['Hockley'], + cty_code: ['48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.58383, lat: 33.78403 }, + }, + { + zip_code: '79382', + usps_city: 'Wolfforth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8149.0, + density: 66.0, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.02106, lat: 33.45859 }, + }, + { + zip_code: '79539', + usps_city: "O'Brien", + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 223.0, + density: 2.3, + primary_coty_code: '48207', + primary_coty_name: 'Haskell', + county_weights: '{"48207": "100"}', + coty_name: ['Haskell'], + cty_code: ['48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88223, lat: 33.36843 }, + }, + { + zip_code: '79733', + usps_city: 'Forsan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 35.6, + primary_coty_code: '48227', + primary_coty_name: 'Howard', + county_weights: '{"48227": "100"}', + coty_name: ['Howard'], + cty_code: ['48227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.36544, lat: 32.10287 }, + }, + { + zip_code: '79734', + usps_city: 'Fort Davis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2145.0, + density: 0.6, + primary_coty_code: '48243', + primary_coty_name: 'Jeff Davis', + county_weights: '{"48243": "100"}', + coty_name: ['Jeff Davis'], + cty_code: ['48243'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.95565, lat: 30.68395 }, + }, + { + zip_code: '80018', + usps_city: 'Aurora', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13397.0, + density: 194.9, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.69551, lat: 39.69289 }, + }, + { + zip_code: '80025', + usps_city: 'Eldorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 9.7, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.29066, lat: 39.94509 }, + }, + { + zip_code: '80108', + usps_city: 'Castle Rock', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 27719.0, + density: 300.9, + primary_coty_code: '8035', + primary_coty_name: 'Douglas', + county_weights: '{"08035": "100"}', + coty_name: ['Douglas'], + cty_code: ['8035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.85303, lat: 39.44551 }, + }, + { + zip_code: '80305', + usps_city: 'Boulder', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 17126.0, + density: 918.8, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.2492, lat: 39.97469 }, + }, + { + zip_code: '80498', + usps_city: 'Silverthorne', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 7999.0, + density: 11.8, + primary_coty_code: '8117', + primary_coty_name: 'Summit', + county_weights: '{"08117": "100"}', + coty_name: ['Summit'], + cty_code: ['8117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.22716, lat: 39.77488 }, + }, + { + zip_code: '80550', + usps_city: 'Windsor', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30519.0, + density: 221.0, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "86.83", "08069": "13.17"}', + coty_name: ['Weld', 'Larimer'], + cty_code: ['08123', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.90024, lat: 40.48095 }, + }, + { + zip_code: '80601', + usps_city: 'Brighton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 40766.0, + density: 587.3, + primary_coty_code: '8001', + primary_coty_name: 'Adams', + county_weights: '{"08001": "100"}', + coty_name: ['Adams'], + cty_code: ['8001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.80879, lat: 39.96254 }, + }, + { + zip_code: '80745', + usps_city: 'Padroni', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 0.4, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.39715, lat: 40.90155 }, + }, + { + zip_code: '80817', + usps_city: 'Fountain', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 30635.0, + density: 187.4, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.68173, lat: 38.63281 }, + }, + { + zip_code: '81054', + usps_city: 'Las Animas', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4904.0, + density: 2.0, + primary_coty_code: '8011', + primary_coty_name: 'Bent', + county_weights: '{"08011": "99.67", "08009": "0.33"}', + coty_name: ['Bent', 'Baca'], + cty_code: ['08011', '08009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.16646, lat: 37.93472 }, + }, + { + zip_code: '81081', + usps_city: 'Trinchera', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.1, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.19479, lat: 37.06734 }, + }, + { + zip_code: '81230', + usps_city: 'Gunnison', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 10041.0, + density: 2.2, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "99.03", "08109": "0.97"}', + coty_name: ['Gunnison', 'Saguache'], + cty_code: ['08051', '08109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.95639, lat: 38.42496 }, + }, + { + zip_code: '81239', + usps_city: 'Parlin', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.6, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100"}', + coty_name: ['Gunnison'], + cty_code: ['8051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.66357, lat: 38.50884 }, + }, + { + zip_code: '81632', + usps_city: 'Edwards', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 9299.0, + density: 29.4, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.60468, lat: 39.63335 }, + }, + { + zip_code: '82212', + usps_city: 'Fort Laramie', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 0.7, + primary_coty_code: '56015', + primary_coty_name: 'Goshen', + county_weights: '{"56015": "100"}', + coty_name: ['Goshen'], + cty_code: ['56015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.52488, lat: 42.28847 }, + }, + { + zip_code: '82842', + usps_city: 'Story', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 660.0, + density: 17.3, + primary_coty_code: '56033', + primary_coty_name: 'Sheridan', + county_weights: '{"56033": "100"}', + coty_name: ['Sheridan'], + cty_code: ['56033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.9288, lat: 44.57674 }, + }, + { + zip_code: '83101', + usps_city: 'Kemmerer', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 3095.0, + density: 1.6, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.54814, lat: 41.96375 }, + }, + { + zip_code: '83110', + usps_city: 'Afton', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 4871.0, + density: 12.7, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.9014, lat: 42.72276 }, + }, + { + zip_code: '83118', + usps_city: 'Etna', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 15.1, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.00229, lat: 43.04943 }, + }, + { + zip_code: '83202', + usps_city: 'Pocatello', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 22714.0, + density: 62.1, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "94.27", "16011": "5.73"}', + coty_name: ['Bannock', 'Bingham'], + cty_code: ['16005', '16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.3421, lat: 42.96804 }, + }, + { + zip_code: '83220', + usps_city: 'Bern', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 2.1, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.3908, lat: 42.36303 }, + }, + { + zip_code: '83334', + usps_city: 'Hansen', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2139.0, + density: 10.4, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "100"}', + coty_name: ['Twin Falls'], + cty_code: ['16083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.28489, lat: 42.43782 }, + }, + { + zip_code: '83440', + usps_city: 'Rexburg', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 36635.0, + density: 83.0, + primary_coty_code: '16065', + primary_coty_name: 'Madison', + county_weights: '{"16065": "97.82", "16043": "2.18"}', + coty_name: ['Madison', 'Fremont'], + cty_code: ['16065', '16043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.82301, lat: 43.81596 }, + }, + { + zip_code: '83501', + usps_city: 'Lewiston', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 34948.0, + density: 50.0, + primary_coty_code: '16069', + primary_coty_name: 'Nez Perce', + county_weights: '{"16069": "100"}', + coty_name: ['Nez Perce'], + cty_code: ['16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.8963, lat: 46.20692 }, + }, + { + zip_code: '83622', + usps_city: 'Garden Valley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2324.0, + density: 3.4, + primary_coty_code: '16015', + primary_coty_name: 'Boise', + county_weights: '{"16015": "100"}', + coty_name: ['Boise'], + cty_code: ['16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.87728, lat: 44.1059 }, + }, + { + zip_code: '83827', + usps_city: 'Elk River', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 6.3, + primary_coty_code: '16035', + primary_coty_name: 'Clearwater', + county_weights: '{"16035": "100"}', + coty_name: ['Clearwater'], + cty_code: ['16035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.17472, lat: 46.78 }, + }, + { + zip_code: '83857', + usps_city: 'Princeton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1140.0, + density: 6.9, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.79401, lat: 46.89205 }, + }, + { + zip_code: '84027', + usps_city: 'Fruitland', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 519.0, + density: 1.0, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.82253, lat: 40.15755 }, + }, + { + zip_code: '84072', + usps_city: 'Tabiona', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 1.2, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.66026, lat: 40.35538 }, + }, + { + zip_code: '84106', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 35106.0, + density: 2245.2, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.85571, lat: 40.70674 }, + }, + { + zip_code: '84629', + usps_city: 'Fairview', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2921.0, + density: 4.3, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "94.03", "49049": "5.97"}', + coty_name: ['Sanpete', 'Utah'], + cty_code: ['49039', '49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.47028, lat: 39.80007 }, + }, + { + zip_code: '84654', + usps_city: 'Salina', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2686.0, + density: 4.2, + primary_coty_code: '49041', + primary_coty_name: 'Sevier', + county_weights: '{"49041": "100"}', + coty_name: ['Sevier'], + cty_code: ['49041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.62476, lat: 38.87875 }, + }, + { + zip_code: '84726', + usps_city: 'Escalante', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 0.8, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.59129, lat: 37.73904 }, + }, + { + zip_code: '84735', + usps_city: 'Hatch', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 0.7, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.43069, lat: 37.64061 }, + }, + { + zip_code: '85006', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 27206.0, + density: 2690.9, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.04788, lat: 33.46513 }, + }, + { + zip_code: '85044', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 41746.0, + density: 1118.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.00177, lat: 33.34239 }, + }, + { + zip_code: '85120', + usps_city: 'Apache Junction', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 31842.0, + density: 688.8, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "83.77", "04013": "16.23"}', + coty_name: ['Pinal', 'Maricopa'], + cty_code: ['04021', '04013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.56787, lat: 33.40301 }, + }, + { + zip_code: '85204', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 67924.0, + density: 2647.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.7881, lat: 33.39679 }, + }, + { + zip_code: '85208', + usps_city: 'Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 37109.0, + density: 1595.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.62826, lat: 33.40161 }, + }, + { + zip_code: '85332', + usps_city: 'Congress', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1747.0, + density: 1.6, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.90464, lat: 34.19082 }, + }, + { + zip_code: '85610', + usps_city: 'Elfrida', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1071.0, + density: 0.9, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.71769, lat: 31.74107 }, + }, + { + zip_code: '85615', + usps_city: 'Hereford', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 9391.0, + density: 17.5, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.21974, lat: 31.40188 }, + }, + { + zip_code: '85730', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 38343.0, + density: 318.9, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.74699, lat: 32.18278 }, + }, + { + zip_code: '85745', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 38777.0, + density: 222.4, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.08972, lat: 32.25879 }, + }, + { + zip_code: '86004', + usps_city: 'Flagstaff', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 36260.0, + density: 18.4, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.3848, lat: 35.38763 }, + }, + { + zip_code: '86045', + usps_city: 'Tuba City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11670.0, + density: 3.3, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.12132, lat: 36.05915 }, + }, + { + zip_code: '86512', + usps_city: 'Sanders', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2787.0, + density: 1.9, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.26938, lat: 35.09844 }, + }, + { + zip_code: '87010', + usps_city: 'Cerrillos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1059.0, + density: 2.5, + primary_coty_code: '35049', + primary_coty_name: 'Santa Fe', + county_weights: '{"35049": "100"}', + coty_name: ['Santa Fe'], + cty_code: ['35049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.12888, lat: 35.39865 }, + }, + { + zip_code: '87038', + usps_city: 'New Laguna', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 10.7, + primary_coty_code: '35006', + primary_coty_name: 'Cibola', + county_weights: '{"35006": "100"}', + coty_name: ['Cibola'], + cty_code: ['35006'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.4352, lat: 35.08945 }, + }, + { + zip_code: '87105', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 58119.0, + density: 239.4, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.63094, lat: 34.96917 }, + }, + { + zip_code: '87106', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 26025.0, + density: 951.0, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.6216, lat: 35.0582 }, + }, + { + zip_code: '87123', + usps_city: 'Albuquerque', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 44367.0, + density: 495.3, + primary_coty_code: '35001', + primary_coty_name: 'Bernalillo', + county_weights: '{"35001": "100"}', + coty_name: ['Bernalillo'], + cty_code: ['35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.46794, lat: 35.07105 }, + }, + { + zip_code: '87544', + usps_city: 'Los Alamos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 18625.0, + density: 128.9, + primary_coty_code: '35028', + primary_coty_name: 'Los Alamos', + county_weights: '{"35028": "100"}', + coty_name: ['Los Alamos'], + cty_code: ['35028'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.29079, lat: 35.84233 }, + }, + { + zip_code: '87557', + usps_city: 'Ranchos De Taos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 5980.0, + density: 22.8, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.6835, lat: 36.28667 }, + }, + { + zip_code: '87571', + usps_city: 'Taos', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 12197.0, + density: 31.0, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.53627, lat: 36.39918 }, + }, + { + zip_code: '87724', + usps_city: 'La Loma', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 27.0, + density: 1.8, + primary_coty_code: '35019', + primary_coty_name: 'Guadalupe', + county_weights: '{"35019": "100"}', + coty_name: ['Guadalupe'], + cty_code: ['35019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.07814, lat: 35.17355 }, + }, + { + zip_code: '87942', + usps_city: 'Williamsburg', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1008.0, + density: 2.6, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.43514, lat: 33.09827 }, + }, + { + zip_code: '88043', + usps_city: 'Hurley', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1482.0, + density: 9.0, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.11154, lat: 32.62091 }, + }, + { + zip_code: '88065', + usps_city: 'Tyrone', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 661.0, + density: 180.2, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.32017, lat: 32.685 }, + }, + { + zip_code: '88220', + usps_city: 'Carlsbad', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 37329.0, + density: 7.0, + primary_coty_code: '35015', + primary_coty_name: 'Eddy', + county_weights: '{"35015": "99.99", "48109": "0.01"}', + coty_name: ['Eddy', 'Culberson'], + cty_code: ['35015', '48109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.41326, lat: 32.29635 }, + }, + { + zip_code: '88354', + usps_city: 'Weed', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 0.1, + primary_coty_code: '35035', + primary_coty_name: 'Otero', + county_weights: '{"35035": "100"}', + coty_name: ['Otero'], + cty_code: ['35035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.51458, lat: 32.74362 }, + }, + { + zip_code: '89022', + usps_city: 'Manhattan', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '32023', + primary_coty_name: 'Nye', + county_weights: '{"32023": "100"}', + coty_name: ['Nye'], + cty_code: ['32023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.02063, lat: 38.541 }, + }, + { + zip_code: '89044', + usps_city: 'Henderson', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 22558.0, + density: 277.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.17885, lat: 35.90247 }, + }, + { + zip_code: '89054', + usps_city: 'Sloan', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 4.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.20828, lat: 35.92722 }, + }, + { + zip_code: '89118', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 21826.0, + density: 796.5, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.21396, lat: 36.07725 }, + }, + { + zip_code: '89442', + usps_city: 'Wadsworth', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1076.0, + density: 2.6, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "99.11", "32029": "0.89"}', + coty_name: ['Washoe', 'Storey'], + cty_code: ['32031', '32029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.42121, lat: 39.65978 }, + }, + { + zip_code: '89706', + usps_city: 'Carson City', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 19318.0, + density: 235.3, + primary_coty_code: '32510', + primary_coty_name: 'Carson City', + county_weights: '{"32510": "91.7", "32019": "8.3"}', + coty_name: ['Carson City', 'Lyon'], + cty_code: ['32510', '32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.70611, lat: 39.21975 }, + }, + { + zip_code: '89883', + usps_city: 'West Wendover', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 4381.0, + density: 5.6, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.24179, lat: 40.72545 }, + }, + { + zip_code: '90025', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46883.0, + density: 7045.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44586, lat: 34.04544 }, + }, + { + zip_code: '90041', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29090.0, + density: 3113.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.20762, lat: 34.13765 }, + }, + { + zip_code: '90046', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50900.0, + density: 3397.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.36525, lat: 34.10746 }, + }, + { + zip_code: '90262', + usps_city: 'Lynwood', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 70536.0, + density: 5635.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.20053, lat: 33.92365 }, + }, + { + zip_code: '90623', + usps_city: 'La Palma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 15662.0, + density: 3332.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "99.23", "06037": "0.77"}', + coty_name: ['Orange', 'Los Angeles'], + cty_code: ['06059', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.04072, lat: 33.85045 }, + }, + { + zip_code: '90810', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37251.0, + density: 2147.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.2211, lat: 33.81894 }, + }, + { + zip_code: '91206', + usps_city: 'Glendale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34739.0, + density: 2280.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.21352, lat: 34.16068 }, + }, + { + zip_code: '91344', + usps_city: 'Granada Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53613.0, + density: 1261.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.5075, lat: 34.29392 }, + }, + { + zip_code: '91354', + usps_city: 'Valencia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32544.0, + density: 1440.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.55428, lat: 34.46493 }, + }, + { + zip_code: '91361', + usps_city: 'Westlake Village', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20258.0, + density: 233.4, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "65.07", "06037": "34.93"}', + coty_name: ['Ventura', 'Los Angeles'], + cty_code: ['06111', '06037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.889, lat: 34.13649 }, + }, + { + zip_code: '91737', + usps_city: 'Rancho Cucamonga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25154.0, + density: 1159.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.57772, lat: 34.15259 }, + }, + { + zip_code: '91744', + usps_city: 'La Puente', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 85421.0, + density: 3752.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.93731, lat: 34.0289 }, + }, + { + zip_code: '91905', + usps_city: 'Boulevard', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1472.0, + density: 8.6, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.31605, lat: 32.67995 }, + }, + { + zip_code: '92127', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49935.0, + density: 873.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.12385, lat: 33.0198 }, + }, + { + zip_code: '92240', + usps_city: 'Desert Hot Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35278.0, + density: 372.3, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.5219, lat: 33.95314 }, + }, + { + zip_code: '92610', + usps_city: 'Foothill Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16360.0, + density: 642.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.67606, lat: 33.6961 }, + }, + { + zip_code: '92620', + usps_city: 'Irvine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52569.0, + density: 2875.4, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.75069, lat: 33.7126 }, + }, + { + zip_code: '92675', + usps_city: 'San Juan Capistrano', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38803.0, + density: 429.2, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.60457, lat: 33.50209 }, + }, + { + zip_code: '93108', + usps_city: 'Santa Barbara', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10401.0, + density: 189.4, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.62043, lat: 34.44816 }, + }, + { + zip_code: '93222', + usps_city: 'Pine Mountain Club', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 21.3, + primary_coty_code: '6029', + primary_coty_name: 'Kern', + county_weights: '{"06029": "100"}', + coty_name: ['Kern'], + cty_code: ['6029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.1997, lat: 34.84483 }, + }, + { + zip_code: '93430', + usps_city: 'Cayucos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2847.0, + density: 15.2, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.92555, lat: 35.49234 }, + }, + { + zip_code: '93517', + usps_city: 'Bridgeport', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 641.0, + density: 0.4, + primary_coty_code: '6051', + primary_coty_name: 'Mono', + county_weights: '{"06051": "100"}', + coty_name: ['Mono'], + cty_code: ['6051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.30296, lat: 38.27358 }, + }, + { + zip_code: '93662', + usps_city: 'Selma', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30725.0, + density: 150.6, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.64197, lat: 36.53927 }, + }, + { + zip_code: '94043', + usps_city: 'Mountain View', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31161.0, + density: 1126.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.07039, lat: 37.41747 }, + }, + { + zip_code: '94105', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10916.0, + density: 11587.8, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39387, lat: 37.78978 }, + }, + { + zip_code: '94109', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 57302.0, + density: 18618.2, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4222, lat: 37.7952 }, + }, + { + zip_code: '94508', + usps_city: 'Angwin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3935.0, + density: 87.1, + primary_coty_code: '6055', + primary_coty_name: 'Napa', + county_weights: '{"06055": "100"}', + coty_name: ['Napa'], + cty_code: ['6055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.4442, lat: 38.57675 }, + }, + { + zip_code: '94523', + usps_city: 'Pleasant Hill', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 35005.0, + density: 1867.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.07615, lat: 37.95408 }, + }, + { + zip_code: '94545', + usps_city: 'Hayward', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32724.0, + density: 586.2, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11908, lat: 37.6147 }, + }, + { + zip_code: '94937', + usps_city: 'Inverness', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 6.9, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.91398, lat: 38.10872 }, + }, + { + zip_code: '94949', + usps_city: 'Novato', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18695.0, + density: 485.6, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.53839, lat: 38.06529 }, + }, + { + zip_code: '94957', + usps_city: 'Ross', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1219.0, + density: 411.7, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.56369, lat: 37.96308 }, + }, + { + zip_code: '94963', + usps_city: 'San Geronimo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 58.6, + primary_coty_code: '6041', + primary_coty_name: 'Marin', + county_weights: '{"06041": "100"}', + coty_name: ['Marin'], + cty_code: ['6041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.67024, lat: 38.01376 }, + }, + { + zip_code: '95065', + usps_city: 'Santa Cruz', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8491.0, + density: 293.0, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.98329, lat: 37.03154 }, + }, + { + zip_code: '95113', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2107.0, + density: 2392.7, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.89102, lat: 37.33368 }, + }, + { + zip_code: '95123', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 68766.0, + density: 3205.0, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.83302, lat: 37.24484 }, + }, + { + zip_code: '95210', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41509.0, + density: 2420.8, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.29876, lat: 38.03038 }, + }, + { + zip_code: '95333', + usps_city: 'Le Grand', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2539.0, + density: 8.4, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.24045, lat: 37.24229 }, + }, + { + zip_code: '95356', + usps_city: 'Modesto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32622.0, + density: 554.3, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.02532, lat: 37.72039 }, + }, + { + zip_code: '95368', + usps_city: 'Salida', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14041.0, + density: 1637.9, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.09002, lat: 37.71618 }, + }, + { + zip_code: '95376', + usps_city: 'Tracy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55655.0, + density: 2815.9, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.43335, lat: 37.73719 }, + }, + { + zip_code: '95409', + usps_city: 'Santa Rosa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27186.0, + density: 273.5, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59753, lat: 38.46101 }, + }, + { + zip_code: '95426', + usps_city: 'Cobb', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 25.7, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.73126, lat: 38.8323 }, + }, + { + zip_code: '95466', + usps_city: 'Philo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 976.0, + density: 4.0, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.50397, lat: 39.08617 }, + }, + { + zip_code: '95629', + usps_city: 'Fiddletown', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 940.0, + density: 7.8, + primary_coty_code: '6005', + primary_coty_name: 'Amador', + county_weights: '{"06005": "78.25", "06017": "21.75"}', + coty_name: ['Amador', 'El Dorado'], + cty_code: ['06005', '06017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.6885, lat: 38.51645 }, + }, + { + zip_code: '95630', + usps_city: 'Folsom', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 78159.0, + density: 1090.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.14181, lat: 38.66708 }, + }, + { + zip_code: '95688', + usps_city: 'Vacaville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37260.0, + density: 177.2, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.02266, lat: 38.40915 }, + }, + { + zip_code: '95776', + usps_city: 'Woodland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 23911.0, + density: 99.9, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.70563, lat: 38.6825 }, + }, + { + zip_code: '95819', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19890.0, + density: 2246.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.43974, lat: 38.56964 }, + }, + { + zip_code: '95830', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 21.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.27235, lat: 38.49402 }, + }, + { + zip_code: '95833', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39905.0, + density: 1988.1, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.51585, lat: 38.61564 }, + }, + { + zip_code: '95841', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21229.0, + density: 2011.0, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.34742, lat: 38.66035 }, + }, + { + zip_code: '95991', + usps_city: 'Yuba City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40861.0, + density: 387.7, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.61286, lat: 39.02249 }, + }, + { + zip_code: '96003', + usps_city: 'Redding', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44328.0, + density: 72.0, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2387, lat: 40.74375 }, + }, + { + zip_code: '96056', + usps_city: 'Mcarthur', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1530.0, + density: 1.8, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "58.89", "06035": "34.35", "06049": "6.76"}', + coty_name: ['Shasta', 'Lassen', 'Modoc'], + cty_code: ['06089', '06035', '06049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.28308, lat: 41.02369 }, + }, + { + zip_code: '96064', + usps_city: 'Montague', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 4533.0, + density: 3.7, + primary_coty_code: '6093', + primary_coty_name: 'Siskiyou', + county_weights: '{"06093": "100"}', + coty_name: ['Siskiyou'], + cty_code: ['6093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.36209, lat: 41.75995 }, + }, + { + zip_code: '96084', + usps_city: 'Round Mountain', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 2.0, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.96886, lat: 40.85035 }, + }, + { + zip_code: '96706', + usps_city: 'Ewa Beach', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 74592.0, + density: 1686.1, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.01708, lat: 21.3403 }, + }, + { + zip_code: '96714', + usps_city: 'Hanalei', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 896.0, + density: 4.4, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.54468, lat: 22.15738 }, + }, + { + zip_code: '96717', + usps_city: 'Hauula', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 4708.0, + density: 73.1, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.89624, lat: 21.55604 }, + }, + { + zip_code: '96813', + usps_city: 'Honolulu', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 25446.0, + density: 2857.2, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.84338, lat: 21.31704 }, + }, + { + zip_code: '97114', + usps_city: 'Dayton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 5102.0, + density: 34.4, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "100"}', + coty_name: ['Yamhill'], + cty_code: ['41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.07179, lat: 45.1824 }, + }, + { + zip_code: '97121', + usps_city: 'Hammond', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1402.0, + density: 130.5, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "100"}', + coty_name: ['Clatsop'], + cty_code: ['41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.95678, lat: 46.18212 }, + }, + { + zip_code: '97127', + usps_city: 'Lafayette', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4149.0, + density: 1803.4, + primary_coty_code: '41071', + primary_coty_name: 'Yamhill', + county_weights: '{"41071": "100"}', + coty_name: ['Yamhill'], + cty_code: ['41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.11145, lat: 45.2461 }, + }, + { + zip_code: '97338', + usps_city: 'Dallas', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 21880.0, + density: 78.2, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "100"}', + coty_name: ['Polk'], + cty_code: ['41053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.3463, lat: 44.92701 }, + }, + { + zip_code: '97401', + usps_city: 'Eugene', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 45830.0, + density: 1930.1, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.08181, lat: 44.06825 }, + }, + { + zip_code: '97478', + usps_city: 'Springfield', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 39939.0, + density: 94.7, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.85142, lat: 44.09093 }, + }, + { + zip_code: '97492', + usps_city: 'Westfir', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 667.0, + density: 11.3, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.49536, lat: 43.72143 }, + }, + { + zip_code: '97498', + usps_city: 'Yachats', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 6.5, + primary_coty_code: '41041', + primary_coty_name: 'Lincoln', + county_weights: '{"41041": "94.54", "41039": "5.46"}', + coty_name: ['Lincoln', 'Lane'], + cty_code: ['41041', '41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.02009, lat: 44.28485 }, + }, + { + zip_code: '97637', + usps_city: 'Plush', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.3, + primary_coty_code: '41037', + primary_coty_name: 'Lake', + county_weights: '{"41037": "100"}', + coty_name: ['Lake'], + cty_code: ['41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.91401, lat: 42.52584 }, + }, + { + zip_code: '97838', + usps_city: 'Hermiston', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 26153.0, + density: 61.4, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "99.62", "41049": "0.38"}', + coty_name: ['Umatilla', 'Morrow'], + cty_code: ['41059', '41049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.28695, lat: 45.85295 }, + }, + { + zip_code: '98002', + usps_city: 'Auburn', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33468.0, + density: 1797.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.21638, lat: 47.30836 }, + }, + { + zip_code: '98037', + usps_city: 'Lynnwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 30485.0, + density: 2043.5, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.28549, lat: 47.8392 }, + }, + { + zip_code: '98042', + usps_city: 'Kent', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 48572.0, + density: 659.5, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.11717, lat: 47.36623 }, + }, + { + zip_code: '98055', + usps_city: 'Renton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24332.0, + density: 1960.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.20142, lat: 47.44695 }, + }, + { + zip_code: '98119', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 26322.0, + density: 4169.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37005, lat: 47.63995 }, + }, + { + zip_code: '98222', + usps_city: 'Blakely Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 84.0, + density: 4.9, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.80263, lat: 48.56085 }, + }, + { + zip_code: '98226', + usps_city: 'Bellingham', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 43892.0, + density: 158.0, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.42744, lat: 48.80061 }, + }, + { + zip_code: '98238', + usps_city: 'Conway', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34459, lat: 48.33523 }, + }, + { + zip_code: '98247', + usps_city: 'Everson', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 9792.0, + density: 59.3, + primary_coty_code: '53073', + primary_coty_name: 'Whatcom', + county_weights: '{"53073": "100"}', + coty_name: ['Whatcom'], + cty_code: ['53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.32248, lat: 48.908 }, + }, + { + zip_code: '98312', + usps_city: 'Bremerton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31086.0, + density: 195.1, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.76008, lat: 47.57326 }, + }, + { + zip_code: '98350', + usps_city: 'La Push', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 49.5, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "100"}', + coty_name: ['Clallam'], + cty_code: ['53009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.61399, lat: 47.90532 }, + }, + { + zip_code: '98356', + usps_city: 'Morton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2010.0, + density: 7.8, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.29219, lat: 46.56342 }, + }, + { + zip_code: '98382', + usps_city: 'Sequim', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 28942.0, + density: 65.1, + primary_coty_code: '53009', + primary_coty_name: 'Clallam', + county_weights: '{"53009": "98.44", "53031": "1.56"}', + coty_name: ['Clallam', 'Jefferson'], + cty_code: ['53009', '53031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.07863, lat: 48.02747 }, + }, + { + zip_code: '98564', + usps_city: 'Mossyrock', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2198.0, + density: 6.1, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.43293, lat: 46.45637 }, + }, + { + zip_code: '98579', + usps_city: 'Rochester', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 13589.0, + density: 57.9, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "96.89", "53041": "3.11"}', + coty_name: ['Thurston', 'Lewis'], + cty_code: ['53067', '53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.11937, lat: 46.79802 }, + }, + { + zip_code: '99033', + usps_city: 'Tekoa', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 8.5, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "98.77", "53063": "1.23"}', + coty_name: ['Whitman', 'Spokane'], + cty_code: ['53075', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.09927, lat: 47.23237 }, + }, + { + zip_code: '99125', + usps_city: 'Endicott', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 608.0, + density: 1.0, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.77858, lat: 46.94299 }, + }, + { + zip_code: '99134', + usps_city: 'Harrington', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 542.0, + density: 1.0, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.31124, lat: 47.4301 }, + }, + { + zip_code: '99144', + usps_city: 'Lamona', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 0.2, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "100"}', + coty_name: ['Lincoln'], + cty_code: ['53043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.50423, lat: 47.3777 }, + }, + { + zip_code: '99350', + usps_city: 'Prosser', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 13488.0, + density: 9.1, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "97.83", "53039": "1.43", "53077": "0.73"}', + coty_name: ['Benton', 'Klickitat', 'Yakima'], + cty_code: ['53005', '53039', '53077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.70516, lat: 46.18027 }, + }, + { + zip_code: '99515', + usps_city: 'Anchorage', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 22950.0, + density: 837.3, + primary_coty_code: '2020', + primary_coty_name: 'Anchorage', + county_weights: '{"02020": "100"}', + coty_name: ['Anchorage'], + cty_code: ['2020'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -149.88888, lat: 61.11738 }, + }, + { + zip_code: '99552', + usps_city: 'Akiak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 381.0, + density: 163.6, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.22672, lat: 60.90988 }, + }, + { + zip_code: '99554', + usps_city: 'Alakanuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 813.0, + density: 14.0, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -164.64754, lat: 62.69435 }, + }, + { + zip_code: '99613', + usps_city: 'King Salmon', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 0.0, + primary_coty_code: '2060', + primary_coty_name: 'Bristol Bay', + county_weights: '{"02060": "86.18", "02164": "13.82"}', + coty_name: ['Bristol Bay', 'Lake and Peninsula'], + cty_code: ['02060', '02164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -155.56021, lat: 58.98855 }, + }, + { + zip_code: '99658', + usps_city: 'Saint Marys', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 8.2, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -163.28385, lat: 62.07635 }, + }, + { + zip_code: '99738', + usps_city: 'Eagle', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 138.0, + density: 0.0, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "100", "02290": "0"}', + coty_name: ['Southeast Fairbanks', 'Yukon-Koyukuk'], + cty_code: ['02240', '02290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -142.18305, lat: 65.20895 }, + }, + { + zip_code: '99740', + usps_city: 'Fort Yukon', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 561.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -143.74514, lat: 67.53438 }, + }, + { + zip_code: '99749', + usps_city: 'Kiana', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 320.0, + density: 111.7, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.43177, lat: 66.97844 }, + }, + { + zip_code: '93033', + usps_city: 'Oxnard', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 84701.0, + density: 1115.6, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.12648, lat: 34.15212 }, + }, + { + zip_code: '93265', + usps_city: 'Springville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3379.0, + density: 3.5, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.6826, lat: 36.19567 }, + }, + { + zip_code: '622', + usps_city: 'Boqueron', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 6741.0, + density: 89.8, + primary_coty_code: '72023', + primary_coty_name: 'Cabo Rojo', + county_weights: '{"72023": "100"}', + coty_name: ['Cabo Rojo'], + cty_code: ['72023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -67.15248, lat: 17.99174 }, + }, + { + zip_code: '765', + usps_city: 'Vieques', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 8523.0, + density: 172.8, + primary_coty_code: '72147', + primary_coty_name: 'Vieques', + county_weights: '{"72147": "100"}', + coty_name: ['Vieques'], + cty_code: ['72147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -65.44088, lat: 18.12852 }, + }, + { + zip_code: '1199', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "0"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.6045, lat: 42.12065 }, + }, + { + zip_code: '1235', + usps_city: 'Hinsdale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2567.0, + density: 21.7, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.07241, lat: 42.42975 }, + }, + { + zip_code: '1244', + usps_city: 'Mill River', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 132.0, + density: 20.8, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.2627, lat: 42.11608 }, + }, + { + zip_code: '1255', + usps_city: 'Sandisfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 891.0, + density: 6.6, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.1229, lat: 42.10834 }, + }, + { + zip_code: '1420', + usps_city: 'Fitchburg', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 40702.0, + density: 518.4, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.81662, lat: 42.58578 }, + }, + { + zip_code: '1468', + usps_city: 'Templeton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4062.0, + density: 73.3, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.06894, lat: 42.55207 }, + }, + { + zip_code: '1510', + usps_city: 'Clinton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 13935.0, + density: 951.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68882, lat: 42.4119 }, + }, + { + zip_code: '1606', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19896.0, + density: 1295.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.79556, lat: 42.31444 }, + }, + { + zip_code: '1745', + usps_city: 'Fayville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 595.0, + density: 575.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.50108, lat: 42.29183 }, + }, + { + zip_code: '1749', + usps_city: 'Hudson', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 19887.0, + density: 666.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.54647, lat: 42.38868 }, + }, + { + zip_code: '1824', + usps_city: 'Chelmsford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 25754.0, + density: 559.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35563, lat: 42.59111 }, + }, + { + zip_code: '1886', + usps_city: 'Westford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 24342.0, + density: 310.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.44008, lat: 42.58642 }, + }, + { + zip_code: '2030', + usps_city: 'Dover', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6044.0, + density: 154.6, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.28418, lat: 42.23663 }, + }, + { + zip_code: '2110', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2314.0, + density: 4931.3, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05175, lat: 42.35826 }, + }, + { + zip_code: '2115', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28652.0, + density: 15628.1, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.09456, lat: 42.34109 }, + }, + { + zip_code: '2119', + usps_city: 'Roxbury', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27818.0, + density: 6723.3, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08483, lat: 42.3241 }, + }, + { + zip_code: '2155', + usps_city: 'Medford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 59735.0, + density: 2814.0, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.10885, lat: 42.42324 }, + }, + { + zip_code: '2359', + usps_city: 'Pembroke', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 18380.0, + density: 325.8, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.80143, lat: 42.06547 }, + }, + { + zip_code: '2452', + usps_city: 'Waltham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14909.0, + density: 1555.2, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.21961, lat: 42.39357 }, + }, + { + zip_code: '2458', + usps_city: 'Newton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 12778.0, + density: 2470.9, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.18748, lat: 42.3528 }, + }, + { + zip_code: '2631', + usps_city: 'Brewster', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9730.0, + density: 170.5, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.06942, lat: 41.74684 }, + }, + { + zip_code: '2648', + usps_city: 'Marstons Mills', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6667.0, + density: 277.5, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.41635, lat: 41.67071 }, + }, + { + zip_code: '2675', + usps_city: 'Yarmouth Port', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6580.0, + density: 281.4, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.23063, lat: 41.70486 }, + }, + { + zip_code: '3217', + usps_city: 'Ashland', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2017.0, + density: 71.1, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63091, lat: 43.7153 }, + }, + { + zip_code: '3447', + usps_city: 'Fitzwilliam', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2364.0, + density: 26.1, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.14848, lat: 42.75901 }, + }, + { + zip_code: '3575', + usps_city: 'Bretton Woods', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 0.9, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.42372, lat: 44.29607 }, + }, + { + zip_code: '3812', + usps_city: 'Bartlett', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 596.0, + density: 3.8, + primary_coty_code: '33003', + primary_coty_name: 'Carroll', + county_weights: '{"33003": "100"}', + coty_name: ['Carroll'], + cty_code: ['33003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.29205, lat: 44.0806 }, + }, + { + zip_code: '3824', + usps_city: 'Durham', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 16481.0, + density: 283.9, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91946, lat: 43.11744 }, + }, + { + zip_code: '3861', + usps_city: 'Lee', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 4485.0, + density: 86.6, + primary_coty_code: '33017', + primary_coty_name: 'Strafford', + county_weights: '{"33017": "100"}', + coty_name: ['Strafford'], + cty_code: ['33017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.00682, lat: 43.11969 }, + }, + { + zip_code: '4109', + usps_city: 'Portland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 21.3, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.19984, lat: 43.66732 }, + }, + { + zip_code: '4239', + usps_city: 'Jay', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4638.0, + density: 37.0, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.20968, lat: 44.53058 }, + }, + { + zip_code: '4360', + usps_city: 'Vienna', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 468.0, + density: 7.5, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.00297, lat: 44.54757 }, + }, + { + zip_code: '4363', + usps_city: 'Windsor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2592.0, + density: 28.9, + primary_coty_code: '23011', + primary_coty_name: 'Kennebec', + county_weights: '{"23011": "100"}', + coty_name: ['Kennebec'], + cty_code: ['23011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.57805, lat: 44.31109 }, + }, + { + zip_code: '4429', + usps_city: 'Holden', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4762.0, + density: 26.1, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "65.21", "23009": "34.79"}', + coty_name: ['Penobscot', 'Hancock'], + cty_code: ['23019', '23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.61643, lat: 44.72076 }, + }, + { + zip_code: '4474', + usps_city: 'Orrington', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3671.0, + density: 56.7, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "100"}', + coty_name: ['Penobscot'], + cty_code: ['23019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.77898, lat: 44.71498 }, + }, + { + zip_code: '4541', + usps_city: 'Chamberlain', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 9.0, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.47667, lat: 43.89571 }, + }, + { + zip_code: '4562', + usps_city: 'Phippsburg', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2101.0, + density: 28.2, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.82764, lat: 43.78757 }, + }, + { + zip_code: '4635', + usps_city: 'Frenchboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 1.1, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.34483, lat: 44.14299 }, + }, + { + zip_code: '4774', + usps_city: 'Saint Francis', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 588.0, + density: 1.3, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.12385, lat: 47.07986 }, + }, + { + zip_code: '4848', + usps_city: 'Islesboro', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 659.0, + density: 17.8, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.90896, lat: 44.31083 }, + }, + { + zip_code: '4925', + usps_city: 'Caratunk', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 0.5, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.90477, lat: 45.21793 }, + }, + { + zip_code: '4974', + usps_city: 'Searsport', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2592.0, + density: 35.0, + primary_coty_code: '23027', + primary_coty_name: 'Waldo', + county_weights: '{"23027": "100"}', + coty_name: ['Waldo'], + cty_code: ['23027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.93004, lat: 44.48927 }, + }, + { + zip_code: '5083', + usps_city: 'West Fairlee', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 309.0, + density: 165.6, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.26809, lat: 43.91882 }, + }, + { + zip_code: '5143', + usps_city: 'Chester', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4335.0, + density: 17.6, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "85.82", "50025": "14.18"}', + coty_name: ['Windsor', 'Windham'], + cty_code: ['50027', '50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.63211, lat: 43.2701 }, + }, + { + zip_code: '5155', + usps_city: 'South Londonderry', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 850.0, + density: 7.9, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "99.28", "50003": "0.72"}', + coty_name: ['Windham', 'Bennington'], + cty_code: ['50025', '50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.89441, lat: 43.12417 }, + }, + { + zip_code: '5450', + usps_city: 'Enosburg Falls', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5237.0, + density: 17.0, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.79113, lat: 44.90025 }, + }, + { + zip_code: '5465', + usps_city: 'Jericho', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5368.0, + density: 47.6, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.94993, lat: 44.46831 }, + }, + { + zip_code: '5482', + usps_city: 'Shelburne', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 7777.0, + density: 122.7, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.20957, lat: 44.38509 }, + }, + { + zip_code: '5656', + usps_city: 'Johnson', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3606.0, + density: 29.8, + primary_coty_code: '50015', + primary_coty_name: 'Lamoille', + county_weights: '{"50015": "100"}', + coty_name: ['Lamoille'], + cty_code: ['50015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.68772, lat: 44.64938 }, + }, + { + zip_code: '5673', + usps_city: 'Waitsfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2419.0, + density: 17.0, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.84186, lat: 44.19366 }, + }, + { + zip_code: '5829', + usps_city: 'Derby', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1613.0, + density: 24.4, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.07039, lat: 44.95204 }, + }, + { + zip_code: '5832', + usps_city: 'East Burke', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 11.9, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91273, lat: 44.5882 }, + }, + { + zip_code: '5841', + usps_city: 'Greensboro', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 364.0, + density: 4.9, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.29446, lat: 44.60692 }, + }, + { + zip_code: '5874', + usps_city: 'Westfield', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 6.4, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46757, lat: 44.87698 }, + }, + { + zip_code: '6033', + usps_city: 'Glastonbury', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 28698.0, + density: 322.7, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.54199, lat: 41.70787 }, + }, + { + zip_code: '6057', + usps_city: 'New Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6201.0, + density: 65.6, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00623, lat: 41.84407 }, + }, + { + zip_code: '6106', + usps_city: 'Hartford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 38378.0, + density: 3506.0, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.69494, lat: 41.74872 }, + }, + { + zip_code: '6247', + usps_city: 'Hampton', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2686.0, + density: 30.5, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.06624, lat: 41.76708 }, + }, + { + zip_code: '6248', + usps_city: 'Hebron', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 5605.0, + density: 102.9, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40576, lat: 41.6849 }, + }, + { + zip_code: '6250', + usps_city: 'Mansfield Center', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4706.0, + density: 107.3, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "99", "09015": "1"}', + coty_name: ['Tolland', 'Windham'], + cty_code: ['09013', '09015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19741, lat: 41.77331 }, + }, + { + zip_code: '6264', + usps_city: 'Scotland', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 28.8, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10044, lat: 41.6942 }, + }, + { + zip_code: '6282', + usps_city: 'Woodstock Valley', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1030.0, + density: 69.4, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "100"}', + coty_name: ['Windham'], + cty_code: ['9015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.07969, lat: 41.94246 }, + }, + { + zip_code: '6376', + usps_city: 'South Lyme', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 805.6, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.25379, lat: 41.29418 }, + }, + { + zip_code: '6415', + usps_city: 'Colchester', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 16611.0, + density: 117.8, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "95.4", "09007": "4.6"}', + coty_name: ['New London', 'Middlesex'], + cty_code: ['09011', '09007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.34738, lat: 41.55747 }, + }, + { + zip_code: '6418', + usps_city: 'Derby', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 12562.0, + density: 957.0, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08335, lat: 41.32656 }, + }, + { + zip_code: '6470', + usps_city: 'Newtown', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 16571.0, + density: 172.4, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.31936, lat: 41.39436 }, + }, + { + zip_code: '6903', + usps_city: 'Stamford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13917.0, + density: 307.3, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.57219, lat: 41.13558 }, + }, + { + zip_code: '7020', + usps_city: 'Edgewater', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12403.0, + density: 4949.4, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97397, lat: 40.82366 }, + }, + { + zip_code: '7632', + usps_city: 'Englewood Cliffs', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5453.0, + density: 990.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94661, lat: 40.8822 }, + }, + { + zip_code: '7738', + usps_city: 'Lincroft', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6405.0, + density: 466.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12755, lat: 40.33775 }, + }, + { + zip_code: '7849', + usps_city: 'Lake Hopatcong', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9263.0, + density: 485.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "99.49", "34037": "0.51"}', + coty_name: ['Morris', 'Sussex'], + cty_code: ['34027', '34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.60998, lat: 40.96623 }, + }, + { + zip_code: '7850', + usps_city: 'Landing', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6661.0, + density: 802.1, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.66402, lat: 40.90607 }, + }, + { + zip_code: '7874', + usps_city: 'Stanhope', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8121.0, + density: 249.0, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "99.11", "34041": "0.89"}', + coty_name: ['Sussex', 'Warren'], + cty_code: ['34037', '34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.73628, lat: 40.92158 }, + }, + { + zip_code: '7881', + usps_city: 'Wallpack Center', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.1, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91088, lat: 41.125 }, + }, + { + zip_code: '7930', + usps_city: 'Chester', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8033.0, + density: 122.1, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.68675, lat: 40.77989 }, + }, + { + zip_code: '7950', + usps_city: 'Morris Plains', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 19550.0, + density: 832.9, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48239, lat: 40.8445 }, + }, + { + zip_code: '8026', + usps_city: 'Gibbsboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2163.0, + density: 387.8, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96571, lat: 39.83322 }, + }, + { + zip_code: '8055', + usps_city: 'Medford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27322.0, + density: 264.1, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82251, lat: 39.86375 }, + }, + { + zip_code: '8062', + usps_city: 'Mullica Hill', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 16194.0, + density: 205.7, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22256, lat: 39.71519 }, + }, + { + zip_code: '8069', + usps_city: 'Penns Grove', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 12491.0, + density: 285.9, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.44961, lat: 39.69949 }, + }, + { + zip_code: '8073', + usps_city: 'Rancocas', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 705.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.86688, lat: 40.00958 }, + }, + { + zip_code: '8106', + usps_city: 'Audubon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9515.0, + density: 2237.5, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.07404, lat: 39.89124 }, + }, + { + zip_code: '8205', + usps_city: 'Absecon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 26507.0, + density: 241.6, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.45742, lat: 39.47458 }, + }, + { + zip_code: '8242', + usps_city: 'Rio Grande', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3137.0, + density: 239.5, + primary_coty_code: '34009', + primary_coty_name: 'Cape May', + county_weights: '{"34009": "100"}', + coty_name: ['Cape May'], + cty_code: ['34009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.88884, lat: 39.01806 }, + }, + { + zip_code: '8330', + usps_city: 'Mays Landing', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27552.0, + density: 88.5, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.74148, lat: 39.4761 }, + }, + { + zip_code: '8402', + usps_city: 'Margate City', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5997.0, + density: 1634.0, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.50705, lat: 39.3307 }, + }, + { + zip_code: '8810', + usps_city: 'Dayton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9507.0, + density: 505.9, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49384, lat: 40.37271 }, + }, + { + zip_code: '10009', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 58293.0, + density: 36487.5, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97861, lat: 40.72633 }, + }, + { + zip_code: '10111', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97746, lat: 40.75892 }, + }, + { + zip_code: '10302', + usps_city: 'Staten Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18037.0, + density: 5857.8, + primary_coty_code: '36085', + primary_coty_name: 'Richmond', + county_weights: '{"36085": "100"}', + coty_name: ['Richmond'], + cty_code: ['36085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.13772, lat: 40.63043 }, + }, + { + zip_code: '10464', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4531.0, + density: 503.8, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80051, lat: 40.86793 }, + }, + { + zip_code: '10466', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 75039.0, + density: 14388.5, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84597, lat: 40.89098 }, + }, + { + zip_code: '10471', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22422.0, + density: 3366.7, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.9018, lat: 40.89947 }, + }, + { + zip_code: '10549', + usps_city: 'Mount Kisco', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16498.0, + density: 332.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.72098, lat: 41.20069 }, + }, + { + zip_code: '10567', + usps_city: 'Cortlandt Manor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 20518.0, + density: 357.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89799, lat: 41.28896 }, + }, + { + zip_code: '10606', + usps_city: 'White Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16841.0, + density: 4304.4, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77572, lat: 41.02045 }, + }, + { + zip_code: '10952', + usps_city: 'Monsey', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 42063.0, + density: 1779.8, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07943, lat: 41.11363 }, + }, + { + zip_code: '10954', + usps_city: 'Nanuet', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 22931.0, + density: 1286.9, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01276, lat: 41.09997 }, + }, + { + zip_code: '10974', + usps_city: 'Sloatsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3202.0, + density: 133.2, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17825, lat: 41.16798 }, + }, + { + zip_code: '10977', + usps_city: 'Spring Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 66138.0, + density: 2304.9, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0481, lat: 41.11768 }, + }, + { + zip_code: '11101', + usps_city: 'Long Island City', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31366.0, + density: 4651.5, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.93893, lat: 40.74671 }, + }, + { + zip_code: '11216', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 57786.0, + density: 23866.7, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94937, lat: 40.68075 }, + }, + { + zip_code: '11236', + usps_city: 'Brooklyn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 100844.0, + density: 10818.5, + primary_coty_code: '36047', + primary_coty_name: 'Kings', + county_weights: '{"36047": "100"}', + coty_name: ['Kings'], + cty_code: ['36047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.90107, lat: 40.63958 }, + }, + { + zip_code: '11360', + usps_city: 'Bayside', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 18954.0, + density: 5251.8, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78148, lat: 40.78039 }, + }, + { + zip_code: '11361', + usps_city: 'Bayside', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27201.0, + density: 5948.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.77237, lat: 40.76383 }, + }, + { + zip_code: '11417', + usps_city: 'Ozone Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 31321.0, + density: 10806.2, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84441, lat: 40.67637 }, + }, + { + zip_code: '11507', + usps_city: 'Albertson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7225.0, + density: 2585.1, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.65235, lat: 40.77091 }, + }, + { + zip_code: '11518', + usps_city: 'East Rockaway', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9969.0, + density: 2798.0, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.66678, lat: 40.63759 }, + }, + { + zip_code: '11729', + usps_city: 'Deer Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27252.0, + density: 1679.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.32177, lat: 40.76279 }, + }, + { + zip_code: '11733', + usps_city: 'East Setauket', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16363.0, + density: 535.2, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.10591, lat: 40.93757 }, + }, + { + zip_code: '11788', + usps_city: 'Hauppauge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16583.0, + density: 744.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.21328, lat: 40.81808 }, + }, + { + zip_code: '11933', + usps_city: 'Calverton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7342.0, + density: 102.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.75494, lat: 40.92378 }, + }, + { + zip_code: '11948', + usps_city: 'Laurel', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 710.0, + density: 100.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.55795, lat: 40.96594 }, + }, + { + zip_code: '11955', + usps_city: 'Moriches', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3748.0, + density: 504.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.81986, lat: 40.80886 }, + }, + { + zip_code: '12037', + usps_city: 'Chatham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4257.0, + density: 53.3, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.56853, lat: 42.34517 }, + }, + { + zip_code: '12062', + usps_city: 'East Nassau', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1546.0, + density: 20.6, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "90.37", "36021": "9.63"}', + coty_name: ['Rensselaer', 'Columbia'], + cty_code: ['36083', '36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.50807, lat: 42.531 }, + }, + { + zip_code: '12066', + usps_city: 'Esperance', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1623.0, + density: 18.6, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "51.42", "36057": "30.61", "36093": "17.97"}', + coty_name: ['Schoharie', 'Montgomery', 'Schenectady'], + cty_code: ['36095', '36057', '36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.31049, lat: 42.78057 }, + }, + { + zip_code: '12077', + usps_city: 'Glenmont', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6745.0, + density: 258.2, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78405, lat: 42.59434 }, + }, + { + zip_code: '12083', + usps_city: 'Greenville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3939.0, + density: 35.3, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "66.11", "36001": "33.89"}', + coty_name: ['Greene', 'Albany'], + cty_code: ['36039', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.02664, lat: 42.4303 }, + }, + { + zip_code: '12087', + usps_city: 'Hannacroix', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 21.7, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "87.23", "36001": "12.77"}', + coty_name: ['Greene', 'Albany'], + cty_code: ['36039', '36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.89778, lat: 42.43247 }, + }, + { + zip_code: '12130', + usps_city: 'Niverville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 465.6, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.6595, lat: 42.44206 }, + }, + { + zip_code: '12177', + usps_city: 'Tribes Hill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 176.2, + primary_coty_code: '36057', + primary_coty_name: 'Montgomery', + county_weights: '{"36057": "100"}', + coty_name: ['Montgomery'], + cty_code: ['36057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.28714, lat: 42.951 }, + }, + { + zip_code: '12198', + usps_city: 'Wynantskill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7871.0, + density: 232.0, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.63404, lat: 42.67673 }, + }, + { + zip_code: '12406', + usps_city: 'Arkville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 947.0, + density: 8.5, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "87", "36111": "13"}', + coty_name: ['Delaware', 'Ulster'], + cty_code: ['36025', '36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.55241, lat: 42.10202 }, + }, + { + zip_code: '12414', + usps_city: 'Catskill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9979.0, + density: 64.6, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92037, lat: 42.22399 }, + }, + { + zip_code: '12428', + usps_city: 'Ellenville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6885.0, + density: 49.2, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.44489, lat: 41.73903 }, + }, + { + zip_code: '12451', + usps_city: 'Leeds', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 50.1, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95016, lat: 42.30526 }, + }, + { + zip_code: '12518', + usps_city: 'Cornwall', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5732.0, + density: 223.1, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03946, lat: 41.41613 }, + }, + { + zip_code: '12553', + usps_city: 'New Windsor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 26674.0, + density: 417.5, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.07564, lat: 41.45711 }, + }, + { + zip_code: '12719', + usps_city: 'Barryville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1145.0, + density: 25.7, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91187, lat: 41.48855 }, + }, + { + zip_code: '12778', + usps_city: 'Smallwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 42.4, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.80929, lat: 41.64225 }, + }, + { + zip_code: '12783', + usps_city: 'Swan Lake', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2048.0, + density: 23.8, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.83629, lat: 41.74096 }, + }, + { + zip_code: '12819', + usps_city: 'Clemons', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 3.6, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47914, lat: 43.59842 }, + }, + { + zip_code: '12883', + usps_city: 'Ticonderoga', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4845.0, + density: 23.4, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.50591, lat: 43.85227 }, + }, + { + zip_code: '12887', + usps_city: 'Whitehall', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4745.0, + density: 21.9, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.37118, lat: 43.53952 }, + }, + { + zip_code: '12964', + usps_city: 'New Russia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 148.0, + density: 1.7, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.62574, lat: 44.14257 }, + }, + { + zip_code: '12974', + usps_city: 'Port Henry', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1529.0, + density: 73.4, + primary_coty_code: '36031', + primary_coty_name: 'Essex', + county_weights: '{"36031": "100"}', + coty_name: ['Essex'], + cty_code: ['36031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.47041, lat: 44.0529 }, + }, + { + zip_code: '13029', + usps_city: 'Brewerton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7168.0, + density: 156.1, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.14999, lat: 43.22348 }, + }, + { + zip_code: '13030', + usps_city: 'Bridgeport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3518.0, + density: 102.0, + primary_coty_code: '36053', + primary_coty_name: 'Madison', + county_weights: '{"36053": "54.62", "36067": "45.38"}', + coty_name: ['Madison', 'Onondaga'], + cty_code: ['36053', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96071, lat: 43.15504 }, + }, + { + zip_code: '13041', + usps_city: 'Clay', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11409.0, + density: 241.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.19758, lat: 43.19065 }, + }, + { + zip_code: '13057', + usps_city: 'East Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13643.0, + density: 189.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.04015, lat: 43.09534 }, + }, + { + zip_code: '13147', + usps_city: 'Scipio Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1104.0, + density: 11.9, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.5644, lat: 42.77501 }, + }, + { + zip_code: '13165', + usps_city: 'Waterloo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 10376.0, + density: 58.9, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87612, lat: 42.91188 }, + }, + { + zip_code: '13203', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16513.0, + density: 3751.0, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.13495, lat: 43.06114 }, + }, + { + zip_code: '13301', + usps_city: 'Alder Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 26.5, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22038, lat: 43.41729 }, + }, + { + zip_code: '13340', + usps_city: 'Frankfort', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8097.0, + density: 54.0, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11372, lat: 43.05083 }, + }, + { + zip_code: '13368', + usps_city: 'Lyons Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1062.0, + density: 9.0, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27511, lat: 43.63877 }, + }, + { + zip_code: '13415', + usps_city: 'New Lisbon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 14.2, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.19847, lat: 42.59653 }, + }, + { + zip_code: '13651', + usps_city: 'Henderson Harbor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 15.1, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17874, lat: 43.868 }, + }, + { + zip_code: '13757', + usps_city: 'East Meredith', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1338.0, + density: 13.9, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.90374, lat: 42.40895 }, + }, + { + zip_code: '13790', + usps_city: 'Johnson City', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 17964.0, + density: 239.5, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.99803, lat: 42.17019 }, + }, + { + zip_code: '13806', + usps_city: 'Meridale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 28.6, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.96509, lat: 42.37348 }, + }, + { + zip_code: '13832', + usps_city: 'Plymouth', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 8.0, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.67579, lat: 42.65776 }, + }, + { + zip_code: '14006', + usps_city: 'Angola', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9605.0, + density: 143.3, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.02321, lat: 42.63368 }, + }, + { + zip_code: '14174', + usps_city: 'Youngstown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5597.0, + density: 88.5, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.00178, lat: 43.24097 }, + }, + { + zip_code: '14505', + usps_city: 'Marion', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5002.0, + density: 48.8, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.17323, lat: 43.16056 }, + }, + { + zip_code: '14521', + usps_city: 'Ovid', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2405.0, + density: 24.6, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80747, lat: 42.67538 }, + }, + { + zip_code: '14585', + usps_city: 'West Bloomfield', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 662.7, + primary_coty_code: '36069', + primary_coty_name: 'Ontario', + county_weights: '{"36069": "100"}', + coty_name: ['Ontario'], + cty_code: ['36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.55337, lat: 42.90629 }, + }, + { + zip_code: '14606', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 28296.0, + density: 1122.9, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.69857, lat: 43.17128 }, + }, + { + zip_code: '14733', + usps_city: 'Falconer', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3646.0, + density: 50.8, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.17462, lat: 42.14916 }, + }, + { + zip_code: '14742', + usps_city: 'Greenhurst', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 538.1, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.30688, lat: 42.12015 }, + }, + { + zip_code: '14752', + usps_city: 'Lily Dale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 531.2, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31982, lat: 42.35173 }, + }, + { + zip_code: '14775', + usps_city: 'Ripley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2545.0, + density: 18.2, + primary_coty_code: '36013', + primary_coty_name: 'Chautauqua', + county_weights: '{"36013": "100"}', + coty_name: ['Chautauqua'], + cty_code: ['36013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69519, lat: 42.2322 }, + }, + { + zip_code: '14805', + usps_city: 'Alpine', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1065.0, + density: 14.9, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "100"}', + coty_name: ['Schuyler'], + cty_code: ['36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72417, lat: 42.35884 }, + }, + { + zip_code: '14860', + usps_city: 'Lodi', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1204.0, + density: 22.1, + primary_coty_code: '36099', + primary_coty_name: 'Seneca', + county_weights: '{"36099": "100"}', + coty_name: ['Seneca'], + cty_code: ['36099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.83621, lat: 42.59358 }, + }, + { + zip_code: '14878', + usps_city: 'Rock Stream', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 644.0, + density: 15.5, + primary_coty_code: '36097', + primary_coty_name: 'Schuyler', + county_weights: '{"36097": "72.22", "36123": "27.78"}', + coty_name: ['Schuyler', 'Yates'], + cty_code: ['36097', '36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94341, lat: 42.45028 }, + }, + { + zip_code: '14893', + usps_city: 'Wayne', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "100"}', + coty_name: ['Steuben'], + cty_code: ['36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.10772, lat: 42.46781 }, + }, + { + zip_code: '15005', + usps_city: 'Baden', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9319.0, + density: 229.0, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "91.29", "42003": "8.71"}', + coty_name: ['Beaver', 'Allegheny'], + cty_code: ['42007', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17588, lat: 40.64462 }, + }, + { + zip_code: '15018', + usps_city: 'Buena Vista', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 179.2, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79382, lat: 40.2732 }, + }, + { + zip_code: '15046', + usps_city: 'Crescent', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2589.0, + density: 476.6, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22858, lat: 40.55622 }, + }, + { + zip_code: '15051', + usps_city: 'Indianola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 247.8, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.86712, lat: 40.56245 }, + }, + { + zip_code: '15145', + usps_city: 'Turtle Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6864.0, + density: 1345.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.82411, lat: 40.41527 }, + }, + { + zip_code: '15225', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 993.0, + density: 250.4, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.11158, lat: 40.50637 }, + }, + { + zip_code: '15422', + usps_city: 'Chestnut Ridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 815.4, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.81165, lat: 39.98117 }, + }, + { + zip_code: '15443', + usps_city: 'Hibbs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 45.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88078, lat: 39.91961 }, + }, + { + zip_code: '15473', + usps_city: 'Perryopolis', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3608.0, + density: 59.7, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76979, lat: 40.06986 }, + }, + { + zip_code: '15547', + usps_city: 'Jennerstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 228.8, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.07168, lat: 40.16212 }, + }, + { + zip_code: '15616', + usps_city: 'Armbrust', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.5584, lat: 40.22471 }, + }, + { + zip_code: '15696', + usps_city: 'Youngstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 1113.7, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36615, lat: 40.2801 }, + }, + { + zip_code: '15710', + usps_city: 'Alverda', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 289.0, + density: 67.0, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87253, lat: 40.64016 }, + }, + { + zip_code: '15744', + usps_city: 'Hamilton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 13.3, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08315, lat: 40.92332 }, + }, + { + zip_code: '15767', + usps_city: 'Punxsutawney', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14374.0, + density: 33.6, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "93.97", "42063": "5.19", "42033": "0.85"}', + coty_name: ['Jefferson', 'Indiana', 'Clearfield'], + cty_code: ['42065', '42063', '42033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.96756, lat: 40.96007 }, + }, + { + zip_code: '15861', + usps_city: 'Sinnamahoning', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 0.9, + primary_coty_code: '42023', + primary_coty_name: 'Cameron', + county_weights: '{"42023": "100"}', + coty_name: ['Cameron'], + cty_code: ['42023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.07816, lat: 41.31854 }, + }, + { + zip_code: '15901', + usps_city: 'Johnstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3572.0, + density: 931.0, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9142, lat: 40.32839 }, + }, + { + zip_code: '15922', + usps_city: 'Belsano', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 124.4, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.87663, lat: 40.51762 }, + }, + { + zip_code: '16001', + usps_city: 'Butler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 38847.0, + density: 204.3, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.9438, lat: 40.9095 }, + }, + { + zip_code: '16020', + usps_city: 'Boyers', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1153.0, + density: 17.5, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.89856, lat: 41.11533 }, + }, + { + zip_code: '16050', + usps_city: 'Petrolia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1373.0, + density: 21.6, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.77173, lat: 41.04332 }, + }, + { + zip_code: '16240', + usps_city: 'Mayport', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 11.1, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "38.23", "42005": "32.62", "42065": "29.16"}', + coty_name: ['Clarion', 'Armstrong', 'Jefferson'], + cty_code: ['42031', '42005', '42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.22467, lat: 41.0335 }, + }, + { + zip_code: '16245', + usps_city: 'Oak Ridge', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 213.0, + density: 138.6, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.29843, lat: 41.00681 }, + }, + { + zip_code: '16440', + usps_city: 'Venango', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 31.3, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12758, lat: 41.78768 }, + }, + { + zip_code: '16631', + usps_city: 'Curryville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 61.6, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.34561, lat: 40.27276 }, + }, + { + zip_code: '16633', + usps_city: 'Defiance', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 317.6, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.23491, lat: 40.15742 }, + }, + { + zip_code: '16650', + usps_city: 'Hopewell', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1749.0, + density: 15.0, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.28902, lat: 40.11793 }, + }, + { + zip_code: '16724', + usps_city: 'Crosby', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 118.0, + density: 20.2, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.37117, lat: 41.73335 }, + }, + { + zip_code: '16844', + usps_city: 'Julian', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2699.0, + density: 16.6, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.93204, lat: 40.90908 }, + }, + { + zip_code: '16845', + usps_city: 'Karthaus', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 970.0, + density: 3.1, + primary_coty_code: '42033', + primary_coty_name: 'Clearfield', + county_weights: '{"42033": "65.9", "42027": "34.1"}', + coty_name: ['Clearfield', 'Centre'], + cty_code: ['42033', '42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.03224, lat: 41.1506 }, + }, + { + zip_code: '16912', + usps_city: 'Blossburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2358.0, + density: 36.0, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04331, lat: 41.67764 }, + }, + { + zip_code: '16927', + usps_city: 'Harrison Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 10.1, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65875, lat: 41.95872 }, + }, + { + zip_code: '17052', + usps_city: 'Mapleton Depot', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1635.0, + density: 15.7, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98105, lat: 40.3169 }, + }, + { + zip_code: '17098', + usps_city: 'Williamstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2265.0, + density: 89.9, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63236, lat: 40.58895 }, + }, + { + zip_code: '17223', + usps_city: 'Fort Littleton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 8.3, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.95317, lat: 40.07801 }, + }, + { + zip_code: '17233', + usps_city: 'McConnellsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5311.0, + density: 25.7, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00169, lat: 39.95524 }, + }, + { + zip_code: '17340', + usps_city: 'Littlestown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11083.0, + density: 110.6, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.11257, lat: 39.75558 }, + }, + { + zip_code: '17353', + usps_city: 'Orrtanna', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3410.0, + density: 32.3, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.38512, lat: 39.88898 }, + }, + { + zip_code: '17550', + usps_city: 'Maytown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 953.0, + density: 2096.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58321, lat: 40.07597 }, + }, + { + zip_code: '17754', + usps_city: 'Montoursville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 12404.0, + density: 79.6, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "100"}', + coty_name: ['Lycoming'], + cty_code: ['42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.885, lat: 41.31115 }, + }, + { + zip_code: '17837', + usps_city: 'Lewisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 19660.0, + density: 121.8, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.94856, lat: 40.9811 }, + }, + { + zip_code: '17860', + usps_city: 'Paxinos', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2633.0, + density: 38.5, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.63614, lat: 40.82666 }, + }, + { + zip_code: '17872', + usps_city: 'Shamokin', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9202.0, + density: 87.6, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61207, lat: 40.76654 }, + }, + { + zip_code: '17929', + usps_city: 'Cressona', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1554.0, + density: 595.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1942, lat: 40.63065 }, + }, + { + zip_code: '17967', + usps_city: 'Ringtown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2488.0, + density: 33.0, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.22076, lat: 40.85556 }, + }, + { + zip_code: '18051', + usps_city: 'Fogelsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3429.0, + density: 158.3, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.66623, lat: 40.59337 }, + }, + { + zip_code: '18355', + usps_city: 'Scotrun', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1501.0, + density: 81.3, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.35392, lat: 41.07598 }, + }, + { + zip_code: '18413', + usps_city: 'Clifford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 191.0, + density: 82.4, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.58949, lat: 41.64816 }, + }, + { + zip_code: '18447', + usps_city: 'Olyphant', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10692.0, + density: 201.3, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.61664, lat: 41.50831 }, + }, + { + zip_code: '18451', + usps_city: 'Paupack', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 50.8, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.21646, lat: 41.40818 }, + }, + { + zip_code: '18810', + usps_city: 'Athens', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5911.0, + density: 49.6, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50452, lat: 41.93569 }, + }, + { + zip_code: '18923', + usps_city: 'Fountainville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1197.0, + density: 265.9, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.17108, lat: 40.35772 }, + }, + { + zip_code: '19002', + usps_city: 'Ambler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32241.0, + density: 599.2, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20993, lat: 40.18382 }, + }, + { + zip_code: '19029', + usps_city: 'Essington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4013.0, + density: 687.6, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29113, lat: 39.86955 }, + }, + { + zip_code: '19034', + usps_city: 'Fort Washington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5852.0, + density: 361.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20482, lat: 40.13427 }, + }, + { + zip_code: '19145', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46052.0, + density: 3651.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1921, lat: 39.9149 }, + }, + { + zip_code: '19310', + usps_city: 'Atglen', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3072.0, + density: 91.1, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "97", "42071": "3"}', + coty_name: ['Chester', 'Lancaster'], + cty_code: ['42029', '42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96963, lat: 39.93546 }, + }, + { + zip_code: '19530', + usps_city: 'Kutztown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16116.0, + density: 111.5, + primary_coty_code: '42011', + primary_coty_name: 'Berks', + county_weights: '{"42011": "96.04", "42077": "3.96"}', + coty_name: ['Berks', 'Lehigh'], + cty_code: ['42011', '42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77793, lat: 40.53822 }, + }, + { + zip_code: '19951', + usps_city: 'Harbeson', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 2103.0, + density: 80.3, + primary_coty_code: '10005', + primary_coty_name: 'Sussex', + county_weights: '{"10005": "100"}', + coty_name: ['Sussex'], + cty_code: ['10005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.25454, lat: 38.69117 }, + }, + { + zip_code: '20002', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 67750.0, + density: 4985.3, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.98437, lat: 38.90511 }, + }, + { + zip_code: '20052', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 17842.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04698, lat: 38.90013 }, + }, + { + zip_code: '20143', + usps_city: 'Catharpin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 827.0, + density: 41.5, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.56762, lat: 38.86001 }, + }, + { + zip_code: '20169', + usps_city: 'Haymarket', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25619.0, + density: 307.4, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.6454, lat: 38.87344 }, + }, + { + zip_code: '20198', + usps_city: 'The Plains', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1905.0, + density: 10.1, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75758, lat: 38.88034 }, + }, + { + zip_code: '20204', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01443, lat: 38.88556 }, + }, + { + zip_code: '20660', + usps_city: 'Morganza', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7067, lat: 38.37019 }, + }, + { + zip_code: '20674', + usps_city: 'Piney Point', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 155.4, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50078, lat: 38.13424 }, + }, + { + zip_code: '20680', + usps_city: 'Ridge', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 934.0, + density: 58.4, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37247, lat: 38.11373 }, + }, + { + zip_code: '20686', + usps_city: 'Saint Marys City', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1775.0, + density: 633.4, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43066, lat: 38.17905 }, + }, + { + zip_code: '20689', + usps_city: 'Sunderland', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2081.0, + density: 103.2, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "100"}', + coty_name: ['Calvert'], + cty_code: ['24009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58232, lat: 38.66285 }, + }, + { + zip_code: '20715', + usps_city: 'Bowie', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 27556.0, + density: 732.0, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7401, lat: 38.98827 }, + }, + { + zip_code: '20842', + usps_city: 'Dickerson', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1676.0, + density: 12.1, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "80.43", "24021": "19.57"}', + coty_name: ['Montgomery', 'Frederick'], + cty_code: ['24031', '24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.42556, lat: 39.21077 }, + }, + { + zip_code: '20882', + usps_city: 'Gaithersburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 13988.0, + density: 140.0, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.14521, lat: 39.23308 }, + }, + { + zip_code: '21014', + usps_city: 'Bel Air', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 36538.0, + density: 1001.6, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35169, lat: 39.53663 }, + }, + { + zip_code: '21031', + usps_city: 'Hunt Valley', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65794, lat: 39.48719 }, + }, + { + zip_code: '21042', + usps_city: 'Ellicott City', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 41195.0, + density: 424.3, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89282, lat: 39.2703 }, + }, + { + zip_code: '21056', + usps_city: 'Gibson Island', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 44.3, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.44033, lat: 39.07602 }, + }, + { + zip_code: '21162', + usps_city: 'White Marsh', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4331.0, + density: 224.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40381, lat: 39.39001 }, + }, + { + zip_code: '21202', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 21784.0, + density: 5309.5, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.60745, lat: 39.29646 }, + }, + { + zip_code: '21205', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 16239.0, + density: 3058.7, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56447, lat: 39.3023 }, + }, + { + zip_code: '21659', + usps_city: 'Rhodesdale', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1356.0, + density: 10.9, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.78187, lat: 38.58326 }, + }, + { + zip_code: '21701', + usps_city: 'Frederick', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 37017.0, + density: 367.1, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33495, lat: 39.44605 }, + }, + { + zip_code: '21781', + usps_city: 'Saint James', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 233.2, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.75967, lat: 39.57109 }, + }, + { + zip_code: '21837', + usps_city: 'Mardela Springs', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3200.0, + density: 27.8, + primary_coty_code: '24045', + primary_coty_name: 'Wicomico', + county_weights: '{"24045": "100"}', + coty_name: ['Wicomico'], + cty_code: ['24045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.76683, lat: 38.45901 }, + }, + { + zip_code: '21917', + usps_city: 'Colora', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2127.0, + density: 105.0, + primary_coty_code: '24015', + primary_coty_name: 'Cecil', + county_weights: '{"24015": "100"}', + coty_name: ['Cecil'], + cty_code: ['24015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09828, lat: 39.6714 }, + }, + { + zip_code: '22101', + usps_city: 'McLean', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29892.0, + density: 846.2, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "99.88", "51013": "0.12"}', + coty_name: ['Fairfax', 'Arlington'], + cty_code: ['51059', '51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16663, lat: 38.93942 }, + }, + { + zip_code: '22301', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13377.0, + density: 3660.2, + primary_coty_code: '51510', + primary_coty_name: 'Alexandria', + county_weights: '{"51510": "100"}', + coty_name: ['Alexandria'], + cty_code: ['51510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05961, lat: 38.82002 }, + }, + { + zip_code: '22504', + usps_city: 'Laneview', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 16.3, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "82.51", "51119": "17.49"}', + coty_name: ['Essex', 'Middlesex'], + cty_code: ['51057', '51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71059, lat: 37.76328 }, + }, + { + zip_code: '22627', + usps_city: 'Flint Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 8.3, + primary_coty_code: '51157', + primary_coty_name: 'Rappahannock', + county_weights: '{"51157": "100"}', + coty_name: ['Rappahannock'], + cty_code: ['51157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.11755, lat: 38.76416 }, + }, + { + zip_code: '22645', + usps_city: 'Middletown', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4279.0, + density: 46.4, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "70.03", "51187": "29.97"}', + coty_name: ['Frederick', 'Warren'], + cty_code: ['51069', '51187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.27515, lat: 39.02148 }, + }, + { + zip_code: '22952', + usps_city: 'Lyndhurst', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1792.0, + density: 14.1, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.9651, lat: 37.96317 }, + }, + { + zip_code: '23115', + usps_city: 'Millers Tavern', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 3.4, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "100"}', + coty_name: ['Essex'], + cty_code: ['51057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9145, lat: 37.81101 }, + }, + { + zip_code: '23160', + usps_city: 'State Farm', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2557.0, + density: 262.6, + primary_coty_code: '51145', + primary_coty_name: 'Powhatan', + county_weights: '{"51145": "74.63", "51075": "25.37"}', + coty_name: ['Powhatan', 'Goochland'], + cty_code: ['51145', '51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.85103, lat: 37.62943 }, + }, + { + zip_code: '23177', + usps_city: 'Walkerton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 12.6, + primary_coty_code: '51097', + primary_coty_name: 'King and Queen', + county_weights: '{"51097": "82.79", "51101": "17.21"}', + coty_name: ['King and Queen', 'King William'], + cty_code: ['51097', '51101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01393, lat: 37.73799 }, + }, + { + zip_code: '23180', + usps_city: 'Water View', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 633.0, + density: 24.1, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62202, lat: 37.70008 }, + }, + { + zip_code: '23192', + usps_city: 'Montpelier', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6903.0, + density: 35.0, + primary_coty_code: '51085', + primary_coty_name: 'Hanover', + county_weights: '{"51085": "95.2", "51109": "4.8"}', + coty_name: ['Hanover', 'Louisa'], + cty_code: ['51085', '51109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.68152, lat: 37.82069 }, + }, + { + zip_code: '23227', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25931.0, + density: 880.4, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "58.82", "51760": "41.18"}', + coty_name: ['Henrico', 'Richmond'], + cty_code: ['51087', '51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.4425, lat: 37.61464 }, + }, + { + zip_code: '23234', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 44783.0, + density: 872.8, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "71.57", "51760": "28.43"}', + coty_name: ['Chesterfield', 'Richmond'], + cty_code: ['51041', '51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.46968, lat: 37.45208 }, + }, + { + zip_code: '23236', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 24286.0, + density: 646.2, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.58632, lat: 37.4744 }, + }, + { + zip_code: '23310', + usps_city: 'Cape Charles', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4351.0, + density: 28.0, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.95954, lat: 37.26182 }, + }, + { + zip_code: '23347', + usps_city: 'Eastville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 730.0, + density: 23.9, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.9707, lat: 37.35478 }, + }, + { + zip_code: '23488', + usps_city: 'Withams', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 366.0, + density: 19.4, + primary_coty_code: '51001', + primary_coty_name: 'Accomack', + county_weights: '{"51001": "100"}', + coty_name: ['Accomack'], + cty_code: ['51001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.60824, lat: 37.95242 }, + }, + { + zip_code: '23505', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30270.0, + density: 1836.1, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.28827, lat: 36.91587 }, + }, + { + zip_code: '23507', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6795.0, + density: 2921.8, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30312, lat: 36.86451 }, + }, + { + zip_code: '23801', + usps_city: 'Fort Lee', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5763.0, + density: 352.5, + primary_coty_code: '51149', + primary_coty_name: 'Prince George', + county_weights: '{"51149": "100"}', + coty_name: ['Prince George'], + cty_code: ['51149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.3353, lat: 37.23535 }, + }, + { + zip_code: '23851', + usps_city: 'Franklin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13437.0, + density: 48.6, + primary_coty_code: '51620', + primary_coty_name: 'Franklin', + county_weights: '{"51620": "62.57", "51175": "28.97", "51093": "8.46"}', + coty_name: ['Franklin', 'Southampton', 'Isle of Wight'], + cty_code: ['51620', '51175', '51093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.95391, lat: 36.65546 }, + }, + { + zip_code: '23909', + usps_city: 'Farmville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 447.0, + density: 4512.2, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "100"}', + coty_name: ['Prince Edward'], + cty_code: ['51147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39668, lat: 37.30057 }, + }, + { + zip_code: '23954', + usps_city: 'Meherrin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1663.0, + density: 10.1, + primary_coty_code: '51147', + primary_coty_name: 'Prince Edward', + county_weights: '{"51147": "74.07", "51111": "25.93"}', + coty_name: ['Prince Edward', 'Lunenburg'], + cty_code: ['51147', '51111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.38363, lat: 37.10638 }, + }, + { + zip_code: '23962', + usps_city: 'Randolph', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 830.0, + density: 6.8, + primary_coty_code: '51037', + primary_coty_name: 'Charlotte', + county_weights: '{"51037": "69.7", "51083": "30.3"}', + coty_name: ['Charlotte', 'Halifax'], + cty_code: ['51037', '51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.70254, lat: 36.93449 }, + }, + { + zip_code: '24078', + usps_city: 'Collinsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 7527.0, + density: 419.8, + primary_coty_code: '51089', + primary_coty_name: 'Henry', + county_weights: '{"51089": "100"}', + coty_name: ['Henry'], + cty_code: ['51089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.91092, lat: 36.72502 }, + }, + { + zip_code: '24211', + usps_city: 'Abingdon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10032.0, + density: 54.8, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "100"}', + coty_name: ['Washington'], + cty_code: ['51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.95744, lat: 36.65389 }, + }, + { + zip_code: '24256', + usps_city: 'Haysi', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3471.0, + density: 23.0, + primary_coty_code: '51051', + primary_coty_name: 'Dickenson', + county_weights: '{"51051": "80.78", "51027": "19.22"}', + coty_name: ['Dickenson', 'Buchanan'], + cty_code: ['51051', '51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28182, lat: 37.22066 }, + }, + { + zip_code: '24263', + usps_city: 'Jonesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5875.0, + density: 18.7, + primary_coty_code: '51105', + primary_coty_name: 'Lee', + county_weights: '{"51105": "100"}', + coty_name: ['Lee'], + cty_code: ['51105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14547, lat: 36.67174 }, + }, + { + zip_code: '24413', + usps_city: 'Blue Grass', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 2.6, + primary_coty_code: '51091', + primary_coty_name: 'Highland', + county_weights: '{"51091": "100"}', + coty_name: ['Highland'], + cty_code: ['51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.59324, lat: 38.52851 }, + }, + { + zip_code: '24440', + usps_city: 'Greenville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2948.0, + density: 41.0, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16613, lat: 37.99463 }, + }, + { + zip_code: '24460', + usps_city: 'Millboro', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1182.0, + density: 1.9, + primary_coty_code: '51017', + primary_coty_name: 'Bath', + county_weights: '{"51017": "100"}', + coty_name: ['Bath'], + cty_code: ['51017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.65204, lat: 38.01893 }, + }, + { + zip_code: '24465', + usps_city: 'Monterey', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1239.0, + density: 2.7, + primary_coty_code: '51091', + primary_coty_name: 'Highland', + county_weights: '{"51091": "100"}', + coty_name: ['Highland'], + cty_code: ['51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.64631, lat: 38.38024 }, + }, + { + zip_code: '24523', + usps_city: 'Bedford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19711.0, + density: 33.8, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": 100}', + coty_name: ['Bedford'], + cty_code: ['51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.5221, lat: 37.34003 }, + }, + { + zip_code: '24578', + usps_city: 'Natural Bridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 926.0, + density: 10.3, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "100"}', + coty_name: ['Rockbridge'], + cty_code: ['51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.55753, lat: 37.66174 }, + }, + { + zip_code: '24588', + usps_city: 'Rustburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9936.0, + density: 52.8, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "100"}', + coty_name: ['Campbell'], + cty_code: ['51031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.09685, lat: 37.26276 }, + }, + { + zip_code: '24606', + usps_city: 'Boissevain', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 209.0, + density: 34.5, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.39385, lat: 37.28771 }, + }, + { + zip_code: '25033', + usps_city: 'Buffalo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1921.0, + density: 29.8, + primary_coty_code: '54079', + primary_coty_name: 'Putnam', + county_weights: '{"54079": "100"}', + coty_name: ['Putnam'], + cty_code: ['54079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.92474, lat: 38.61032 }, + }, + { + zip_code: '25183', + usps_city: 'Sharples', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 1.0, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.81367, lat: 37.91741 }, + }, + { + zip_code: '25206', + usps_city: 'Van', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 7.5, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70128, lat: 37.97748 }, + }, + { + zip_code: '25305', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "0"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61273, lat: 38.33767 }, + }, + { + zip_code: '25315', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3638.0, + density: 188.2, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56809, lat: 38.23049 }, + }, + { + zip_code: '25446', + usps_city: 'Summit Point', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1193.0, + density: 29.9, + primary_coty_code: '54037', + primary_coty_name: 'Jefferson', + county_weights: '{"54037": "100"}', + coty_name: ['Jefferson'], + cty_code: ['54037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9534, lat: 39.24156 }, + }, + { + zip_code: '25503', + usps_city: 'Ashton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1388.0, + density: 35.1, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12161, lat: 38.61255 }, + }, + { + zip_code: '25690', + usps_city: 'Ragland', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 59.4, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.12434, lat: 37.68964 }, + }, + { + zip_code: '25811', + usps_city: 'Amigo', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 28.0, + density: 1.7, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "50.65", "54081": "49.35"}', + coty_name: ['Wyoming', 'Raleigh'], + cty_code: ['54109', '54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28917, lat: 37.56318 }, + }, + { + zip_code: '25825', + usps_city: 'Cool Ridge', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2180.0, + density: 32.5, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "91.84", "54089": "8.16"}', + coty_name: ['Raleigh', 'Summers'], + cty_code: ['54081', '54089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07808, lat: 37.65252 }, + }, + { + zip_code: '25880', + usps_city: 'Mount Hope', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6461.0, + density: 63.0, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "63.29", "54019": "36.71"}', + coty_name: ['Raleigh', 'Fayette'], + cty_code: ['54081', '54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20561, lat: 37.87822 }, + }, + { + zip_code: '25908', + usps_city: 'Princewick', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 7.8, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2561, lat: 37.67243 }, + }, + { + zip_code: '26138', + usps_city: 'Brohard', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 13.3, + primary_coty_code: '54105', + primary_coty_name: 'Wirt', + county_weights: '{"54105": "100"}', + coty_name: ['Wirt'], + cty_code: ['54105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20432, lat: 39.02869 }, + }, + { + zip_code: '26202', + usps_city: 'Fenwick', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 566.0, + density: 15.7, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61906, lat: 38.21812 }, + }, + { + zip_code: '26278', + usps_city: 'Mabie', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 622.0, + density: 3.9, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03046, lat: 38.82539 }, + }, + { + zip_code: '26542', + usps_city: 'Masontown', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2486.0, + density: 26.7, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "89.75", "54061": "10.25"}', + coty_name: ['Preston', 'Monongalia'], + cty_code: ['54077', '54061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.79061, lat: 39.57312 }, + }, + { + zip_code: '26572', + usps_city: 'Four States', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 240.6, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.30769, lat: 39.48519 }, + }, + { + zip_code: '26575', + usps_city: 'Hundred', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 733.0, + density: 13.2, + primary_coty_code: '54103', + primary_coty_name: 'Wetzel', + county_weights: '{"54103": "100"}', + coty_name: ['Wetzel'], + cty_code: ['54103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45009, lat: 39.68203 }, + }, + { + zip_code: '26586', + usps_city: 'Montana Mines', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 85.5, + primary_coty_code: '54049', + primary_coty_name: 'Marion', + county_weights: '{"54049": "100"}', + coty_name: ['Marion'], + cty_code: ['54049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10299, lat: 39.5231 }, + }, + { + zip_code: '26660', + usps_city: 'Calvin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 347.0, + density: 22.7, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69975, lat: 38.35751 }, + }, + { + zip_code: '26678', + usps_city: 'Mount Lookout', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 896.0, + density: 24.1, + primary_coty_code: '54067', + primary_coty_name: 'Nicholas', + county_weights: '{"54067": "100"}', + coty_name: ['Nicholas'], + cty_code: ['54067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91073, lat: 38.1685 }, + }, + { + zip_code: '27401', + usps_city: 'Greensboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23388.0, + density: 1454.2, + primary_coty_code: '37081', + primary_coty_name: 'Guilford', + county_weights: '{"37081": "100"}', + coty_name: ['Guilford'], + cty_code: ['37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.76582, lat: 36.07011 }, + }, + { + zip_code: '27522', + usps_city: 'Creedmoor', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12552.0, + density: 67.0, + primary_coty_code: '37077', + primary_coty_name: 'Granville', + county_weights: '{"37077": "96.99", "37183": "3.01"}', + coty_name: ['Granville', 'Wake'], + cty_code: ['37077', '37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.67393, lat: 36.10623 }, + }, + { + zip_code: '27556', + usps_city: 'Middleburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 48.1, + primary_coty_code: '37181', + primary_coty_name: 'Vance', + county_weights: '{"37181": "100"}', + coty_name: ['Vance'], + cty_code: ['37181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.31478, lat: 36.40839 }, + }, + { + zip_code: '27607', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28874.0, + density: 692.1, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "100"}', + coty_name: ['Wake'], + cty_code: ['37183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72239, lat: 35.81327 }, + }, + { + zip_code: '27617', + usps_city: 'Raleigh', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20281.0, + density: 935.9, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "99.25", "37063": "0.75"}', + coty_name: ['Wake', 'Durham'], + cty_code: ['37183', '37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.7717, lat: 35.90726 }, + }, + { + zip_code: '27824', + usps_city: 'Engelhard', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1797.0, + density: 7.1, + primary_coty_code: '37095', + primary_coty_name: 'Hyde', + county_weights: '{"37095": "100"}', + coty_name: ['Hyde'], + cty_code: ['37095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.03258, lat: 35.52145 }, + }, + { + zip_code: '27852', + usps_city: 'Macclesfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3061.0, + density: 24.3, + primary_coty_code: '37065', + primary_coty_name: 'Edgecombe', + county_weights: '{"37065": "85.79", "37195": "10.28", "37147": "3.93"}', + coty_name: ['Edgecombe', 'Wilson', 'Pitt'], + cty_code: ['37065', '37195', '37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.63588, lat: 35.75262 }, + }, + { + zip_code: '27980', + usps_city: 'Tyner', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2018.0, + density: 15.1, + primary_coty_code: '37041', + primary_coty_name: 'Chowan', + county_weights: '{"37041": "86.62", "37143": "13.38"}', + coty_name: ['Chowan', 'Perquimans'], + cty_code: ['37041', '37143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.61884, lat: 36.24376 }, + }, + { + zip_code: '28129', + usps_city: 'Oakboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5416.0, + density: 48.9, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "100"}', + coty_name: ['Stanly'], + cty_code: ['37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.32713, lat: 35.2316 }, + }, + { + zip_code: '28174', + usps_city: 'Wingate', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9496.0, + density: 101.7, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "100"}', + coty_name: ['Union'], + cty_code: ['37179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.43858, lat: 34.96987 }, + }, + { + zip_code: '28208', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40284.0, + density: 706.7, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.90992, lat: 35.23057 }, + }, + { + zip_code: '28211', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 31121.0, + density: 1115.0, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79616, lat: 35.16807 }, + }, + { + zip_code: '28349', + usps_city: 'Kenansville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2598.0, + density: 14.9, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "100"}', + coty_name: ['Duplin'], + cty_code: ['37061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.9171, lat: 34.97677 }, + }, + { + zip_code: '28367', + usps_city: 'Norman', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 170.9, + primary_coty_code: '37153', + primary_coty_name: 'Richmond', + county_weights: '{"37153": "100"}', + coty_name: ['Richmond'], + cty_code: ['37153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.72528, lat: 35.1727 }, + }, + { + zip_code: '28383', + usps_city: 'Rowland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8518.0, + density: 31.5, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.26576, lat: 34.5755 }, + }, + { + zip_code: '28458', + usps_city: 'Rose Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6761.0, + density: 23.6, + primary_coty_code: '37061', + primary_coty_name: 'Duplin', + county_weights: '{"37061": "84.73", "37163": "15.27"}', + coty_name: ['Duplin', 'Sampson'], + cty_code: ['37061', '37163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.08992, lat: 34.81827 }, + }, + { + zip_code: '28515', + usps_city: 'Bayboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2606.0, + density: 18.3, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.70616, lat: 35.18605 }, + }, + { + zip_code: '28516', + usps_city: 'Beaufort', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11455.0, + density: 21.0, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55466, lat: 34.88857 }, + }, + { + zip_code: '28524', + usps_city: 'Davis', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 19.8, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.47021, lat: 34.7996 }, + }, + { + zip_code: '28529', + usps_city: 'Grantsboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1920.0, + density: 17.5, + primary_coty_code: '37137', + primary_coty_name: 'Pamlico', + county_weights: '{"37137": "100"}', + coty_name: ['Pamlico'], + cty_code: ['37137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.86145, lat: 35.08159 }, + }, + { + zip_code: '28625', + usps_city: 'Statesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39559.0, + density: 78.0, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "99.77", "37003": "0.23"}', + coty_name: ['Iredell', 'Alexander'], + cty_code: ['37097', '37003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.88572, lat: 35.86507 }, + }, + { + zip_code: '28712', + usps_city: 'Brevard', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19847.0, + density: 61.0, + primary_coty_code: '37175', + primary_coty_name: 'Transylvania', + county_weights: '{"37175": "100"}', + coty_name: ['Transylvania'], + cty_code: ['37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77103, lat: 35.16965 }, + }, + { + zip_code: '28717', + usps_city: 'Cashiers', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1948.0, + density: 14.6, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.09114, lat: 35.08257 }, + }, + { + zip_code: '28756', + usps_city: 'Mill Spring', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4388.0, + density: 18.9, + primary_coty_code: '37149', + primary_coty_name: 'Polk', + county_weights: '{"37149": "98.36", "37161": "1.64"}', + coty_name: ['Polk', 'Rutherford'], + cty_code: ['37149', '37161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18106, lat: 35.34733 }, + }, + { + zip_code: '28775', + usps_city: 'Scaly Mountain', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 11.9, + primary_coty_code: '37113', + primary_coty_name: 'Macon', + county_weights: '{"37113": "100"}', + coty_name: ['Macon'], + cty_code: ['37113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.32836, lat: 35.0198 }, + }, + { + zip_code: '28779', + usps_city: 'Sylva', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 18477.0, + density: 66.5, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21134, lat: 35.35521 }, + }, + { + zip_code: '28789', + usps_city: 'Whittier', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5779.0, + density: 39.1, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "83.72", "37173": "16.28"}', + coty_name: ['Jackson', 'Swain'], + cty_code: ['37099', '37173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.31736, lat: 35.40656 }, + }, + { + zip_code: '28801', + usps_city: 'Asheville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13790.0, + density: 1048.6, + primary_coty_code: '37021', + primary_coty_name: 'Buncombe', + county_weights: '{"37021": "100"}', + coty_name: ['Buncombe'], + cty_code: ['37021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.55784, lat: 35.59416 }, + }, + { + zip_code: '28906', + usps_city: 'Murphy', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19701.0, + density: 22.8, + primary_coty_code: '37039', + primary_coty_name: 'Cherokee', + county_weights: '{"37039": "100"}', + coty_name: ['Cherokee'], + cty_code: ['37039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13326, lat: 35.11873 }, + }, + { + zip_code: '29070', + usps_city: 'Leesville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16211.0, + density: 37.8, + primary_coty_code: '45063', + primary_coty_name: 'Lexington', + county_weights: '{"45063": "85.77", "45081": "14.23"}', + coty_name: ['Lexington', 'Saluda'], + cty_code: ['45063', '45081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.45613, lat: 33.91763 }, + }, + { + zip_code: '29111', + usps_city: 'New Zion', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1678.0, + density: 10.0, + primary_coty_code: '45027', + primary_coty_name: 'Clarendon', + county_weights: '{"45027": "93.81", "45089": "6.19"}', + coty_name: ['Clarendon', 'Williamsburg'], + cty_code: ['45027', '45089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01233, lat: 33.78531 }, + }, + { + zip_code: '29631', + usps_city: 'Clemson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15301.0, + density: 677.6, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "99.66", "45007": "0.34"}', + coty_name: ['Pickens', 'Anderson'], + cty_code: ['45077', '45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.81727, lat: 34.6813 }, + }, + { + zip_code: '29653', + usps_city: 'Hodges', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4186.0, + density: 23.3, + primary_coty_code: '45047', + primary_coty_name: 'Greenwood', + county_weights: '{"45047": "97.26", "45001": "2.74"}', + coty_name: ['Greenwood', 'Abbeville'], + cty_code: ['45047', '45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23113, lat: 34.30028 }, + }, + { + zip_code: '29670', + usps_city: 'Pendleton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9872.0, + density: 69.1, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "99.65", "45077": "0.35"}', + coty_name: ['Anderson', 'Pickens'], + cty_code: ['45007', '45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72332, lat: 34.64341 }, + }, + { + zip_code: '29683', + usps_city: 'Slater', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 1582.6, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.4942, lat: 35.03003 }, + }, + { + zip_code: '29685', + usps_city: 'Sunset', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1849.0, + density: 8.3, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "100"}', + coty_name: ['Pickens'], + cty_code: ['45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84714, lat: 34.98721 }, + }, + { + zip_code: '29692', + usps_city: 'Ware Shoals', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4938.0, + density: 39.5, + primary_coty_code: '45059', + primary_coty_name: 'Laurens', + county_weights: '{"45059": "43.82", "45047": "41.08", "45001": "15.09"}', + coty_name: ['Laurens', 'Greenwood', 'Abbeville'], + cty_code: ['45059', '45047', '45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22193, lat: 34.4196 }, + }, + { + zip_code: '29708', + usps_city: 'Fort Mill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 36402.0, + density: 734.4, + primary_coty_code: '45091', + primary_coty_name: 'York', + county_weights: '{"45091": "100"}', + coty_name: ['York'], + cty_code: ['45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.98587, lat: 35.04658 }, + }, + { + zip_code: '29826', + usps_city: 'Elko', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 16.9, + primary_coty_code: '45011', + primary_coty_name: 'Barnwell', + county_weights: '{"45011": "100"}', + coty_name: ['Barnwell'], + cty_code: ['45011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.36382, lat: 33.37214 }, + }, + { + zip_code: '29841', + usps_city: 'North Augusta', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32622.0, + density: 395.7, + primary_coty_code: '45003', + primary_coty_name: 'Aiken', + county_weights: '{"45003": "100"}', + coty_name: ['Aiken'], + cty_code: ['45003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.93946, lat: 33.52505 }, + }, + { + zip_code: '29929', + usps_city: 'Islandton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 789.0, + density: 4.0, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94263, lat: 32.93567 }, + }, + { + zip_code: '30034', + usps_city: 'Decatur', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 48253.0, + density: 1098.7, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24882, lat: 33.69196 }, + }, + { + zip_code: '30046', + usps_city: 'Lawrenceville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 37338.0, + density: 920.9, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "100"}', + coty_name: ['Gwinnett'], + cty_code: ['13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.99417, lat: 33.94959 }, + }, + { + zip_code: '30056', + usps_city: 'Newborn', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2262.0, + density: 22.8, + primary_coty_code: '13159', + primary_coty_name: 'Jasper', + county_weights: '{"13159": "48.88", "13217": "44.8", "13211": "6.32"}', + coty_name: ['Jasper', 'Newton', 'Morgan'], + cty_code: ['13159', '13217', '13211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6627, lat: 33.49701 }, + }, + { + zip_code: '30104', + usps_city: 'Aragon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 5136.0, + density: 51.8, + primary_coty_code: '13233', + primary_coty_name: 'Polk', + county_weights: '{"13233": "74.55", "13115": "21.09", "13015": "4.35"}', + coty_name: ['Polk', 'Floyd', 'Bartow'], + cty_code: ['13233', '13115', '13015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.0615, lat: 34.08456 }, + }, + { + zip_code: '30125', + usps_city: 'Cedartown', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 24052.0, + density: 50.7, + primary_coty_code: '13233', + primary_coty_name: 'Polk', + county_weights: '{"13233": "97.64", "13115": "2.36"}', + coty_name: ['Polk', 'Floyd'], + cty_code: ['13233', '13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.27502, lat: 34.00204 }, + }, + { + zip_code: '30135', + usps_city: 'Douglasville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 67710.0, + density: 312.2, + primary_coty_code: '13097', + primary_coty_name: 'Douglas', + county_weights: '{"13097": "100"}', + coty_name: ['Douglas'], + cty_code: ['13097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74554, lat: 33.67236 }, + }, + { + zip_code: '30176', + usps_city: 'Tallapoosa', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6838.0, + density: 31.5, + primary_coty_code: '13143', + primary_coty_name: 'Haralson', + county_weights: '{"13143": "100"}', + coty_name: ['Haralson'], + cty_code: ['13143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.3028, lat: 33.76779 }, + }, + { + zip_code: '30185', + usps_city: 'Whitesburg', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4494.0, + density: 27.4, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "94.81", "13097": "5.19"}', + coty_name: ['Carroll', 'Douglas'], + cty_code: ['13045', '13097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.91018, lat: 33.51982 }, + }, + { + zip_code: '30315', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 35143.0, + density: 1199.0, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "99.97", "13089": "0.03"}', + coty_name: ['Fulton', 'DeKalb'], + cty_code: ['13121', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38246, lat: 33.70295 }, + }, + { + zip_code: '30332', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3034.0, + density: 13914.2, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100"}', + coty_name: ['Fulton'], + cty_code: ['13121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40437, lat: 33.77823 }, + }, + { + zip_code: '30436', + usps_city: 'Lyons', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11879.0, + density: 16.2, + primary_coty_code: '13279', + primary_coty_name: 'Toombs', + county_weights: '{"13279": "92.54", "13107": "6.86", "13267": "0.6"}', + coty_name: ['Toombs', 'Emanuel', 'Tattnall'], + cty_code: ['13279', '13107', '13267'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.28907, lat: 32.1519 }, + }, + { + zip_code: '30519', + usps_city: 'Buford', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 47685.0, + density: 536.7, + primary_coty_code: '13135', + primary_coty_name: 'Gwinnett', + county_weights: '{"13135": "92.52", "13139": "7.48"}', + coty_name: ['Gwinnett', 'Hall'], + cty_code: ['13135', '13139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.94118, lat: 34.08798 }, + }, + { + zip_code: '30529', + usps_city: 'Commerce', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 11358.0, + density: 85.1, + primary_coty_code: '13157', + primary_coty_name: 'Jackson', + county_weights: '{"13157": "89.01", "13011": "10.99"}', + coty_name: ['Jackson', 'Banks'], + cty_code: ['13157', '13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.48023, lat: 34.21823 }, + }, + { + zip_code: '30633', + usps_city: 'Danielsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8979.0, + density: 34.7, + primary_coty_code: '13195', + primary_coty_name: 'Madison', + county_weights: '{"13195": "97.9", "13119": "1.44", "13011": "0.66"}', + coty_name: ['Madison', 'Franklin', 'Banks'], + cty_code: ['13195', '13119', '13011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.2471, lat: 34.17834 }, + }, + { + zip_code: '30662', + usps_city: 'Royston', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8941.0, + density: 43.1, + primary_coty_code: '13119', + primary_coty_name: 'Franklin', + county_weights: + '{"13119": "65.23", "13147": "24.86", "13195": "8.89", "13105": "1.02"}', + coty_name: ['Franklin', 'Hart', 'Madison', 'Elbert'], + cty_code: ['13119', '13147', '13195', '13105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.14789, lat: 34.26569 }, + }, + { + zip_code: '30673', + usps_city: 'Washington', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7180.0, + density: 10.6, + primary_coty_code: '13317', + primary_coty_name: 'Wilkes', + county_weights: '{"13317": "100"}', + coty_name: ['Wilkes'], + cty_code: ['13317'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71737, lat: 33.7226 }, + }, + { + zip_code: '30725', + usps_city: 'Flintstone', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4442.0, + density: 115.0, + primary_coty_code: '13295', + primary_coty_name: 'Walker', + county_weights: '{"13295": "100"}', + coty_name: ['Walker'], + cty_code: ['13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.35313, lat: 34.92434 }, + }, + { + zip_code: '30730', + usps_city: 'Lyerly', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1711.0, + density: 11.9, + primary_coty_code: '13055', + primary_coty_name: 'Chattooga', + county_weights: '{"13055": "100"}', + coty_name: ['Chattooga'], + cty_code: ['13055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.42125, lat: 34.35946 }, + }, + { + zip_code: '30818', + usps_city: 'Matthews', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 648.0, + density: 7.5, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "100"}', + coty_name: ['Jefferson'], + cty_code: ['13163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32936, lat: 33.26518 }, + }, + { + zip_code: '30821', + usps_city: 'Norwood', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 3.3, + primary_coty_code: '13301', + primary_coty_name: 'Warren', + county_weights: '{"13301": "100"}', + coty_name: ['Warren'], + cty_code: ['13301'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.7352, lat: 33.4837 }, + }, + { + zip_code: '31006', + usps_city: 'Butler', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4411.0, + density: 9.4, + primary_coty_code: '13269', + primary_coty_name: 'Taylor', + county_weights: '{"13269": "100"}', + coty_name: ['Taylor'], + cty_code: ['13269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25478, lat: 32.58493 }, + }, + { + zip_code: '31024', + usps_city: 'Eatonton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20626.0, + density: 23.7, + primary_coty_code: '13237', + primary_coty_name: 'Putnam', + county_weights: '{"13237": "100"}', + coty_name: ['Putnam'], + cty_code: ['13237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.37448, lat: 33.32052 }, + }, + { + zip_code: '31054', + usps_city: 'McIntyre', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1505.0, + density: 11.4, + primary_coty_code: '13319', + primary_coty_name: 'Wilkinson', + county_weights: '{"13319": "100"}', + coty_name: ['Wilkinson'], + cty_code: ['13319'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20281, lat: 32.88424 }, + }, + { + zip_code: '31316', + usps_city: 'Ludowici', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14117.0, + density: 18.8, + primary_coty_code: '13183', + primary_coty_name: 'Long', + county_weights: '{"13183": "100"}', + coty_name: ['Long'], + cty_code: ['13183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72851, lat: 31.71717 }, + }, + { + zip_code: '31411', + usps_city: 'Savannah', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 9076.0, + density: 165.4, + primary_coty_code: '13051', + primary_coty_name: 'Chatham', + county_weights: '{"13051": "100"}', + coty_name: ['Chatham'], + cty_code: ['13051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.03654, lat: 31.94097 }, + }, + { + zip_code: '31518', + usps_city: 'Bristol', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 933.0, + density: 7.7, + primary_coty_code: '13001', + primary_coty_name: 'Appling', + county_weights: '{"13001": "52.13", "13229": "34.38", "13305": "13.49"}', + coty_name: ['Appling', 'Pierce', 'Wayne'], + cty_code: ['13001', '13229', '13305'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.18282, lat: 31.5147 }, + }, + { + zip_code: '31527', + usps_city: 'Jekyll Island', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 883.0, + density: 19.4, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "100"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44036, lat: 31.07232 }, + }, + { + zip_code: '31784', + usps_city: 'Sale City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 885.0, + density: 10.2, + primary_coty_code: '13205', + primary_coty_name: 'Mitchell', + county_weights: '{"13205": "100"}', + coty_name: ['Mitchell'], + cty_code: ['13205'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.0423, lat: 31.25813 }, + }, + { + zip_code: '31903', + usps_city: 'Columbus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17922.0, + density: 690.1, + primary_coty_code: '13215', + primary_coty_name: 'Muscogee', + county_weights: '{"13215": "100"}', + coty_name: ['Muscogee'], + cty_code: ['13215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.95323, lat: 32.41475 }, + }, + { + zip_code: '32038', + usps_city: 'Fort White', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10184.0, + density: 36.7, + primary_coty_code: '12023', + primary_coty_name: 'Columbia', + county_weights: '{"12023": "100"}', + coty_name: ['Columbia'], + cty_code: ['12023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70056, lat: 29.93801 }, + }, + { + zip_code: '32081', + usps_city: 'Ponte Vedra', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 14856.0, + density: 150.2, + primary_coty_code: '12109', + primary_coty_name: 'St. Johns', + county_weights: '{"12109": "100"}', + coty_name: ['St. Johns'], + cty_code: ['12109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.41284, lat: 30.12037 }, + }, + { + zip_code: '32133', + usps_city: 'Eastlake Weir', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 18.6, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.90928, lat: 29.02023 }, + }, + { + zip_code: '32220', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12981.0, + density: 81.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.86658, lat: 30.35047 }, + }, + { + zip_code: '32227', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3337.0, + density: 1165.5, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4072, lat: 30.39001 }, + }, + { + zip_code: '32257', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39000.0, + density: 1229.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61233, lat: 30.19519 }, + }, + { + zip_code: '32305', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20902.0, + density: 90.1, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28707, lat: 30.334 }, + }, + { + zip_code: '32356', + usps_city: 'Salem', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12123', + primary_coty_name: 'Taylor', + county_weights: '{"12123": "100"}', + coty_name: ['Taylor'], + cty_code: ['12123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.43124, lat: 29.85179 }, + }, + { + zip_code: '32399', + usps_city: 'Tallahassee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12073', + primary_coty_name: 'Leon', + county_weights: '{"12073": "100"}', + coty_name: ['Leon'], + cty_code: ['12073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.26982, lat: 30.43276 }, + }, + { + zip_code: '32424', + usps_city: 'Blountstown', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7514.0, + density: 18.5, + primary_coty_code: '12013', + primary_coty_name: 'Calhoun', + county_weights: '{"12013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['12013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.08924, lat: 30.37153 }, + }, + { + zip_code: '32536', + usps_city: 'Crestview', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24105.0, + density: 200.2, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.59175, lat: 30.76427 }, + }, + { + zip_code: '32547', + usps_city: 'Fort Walton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34330.0, + density: 379.3, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.66717, lat: 30.46866 }, + }, + { + zip_code: '32708', + usps_city: 'Winter Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 45323.0, + density: 949.1, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.27274, lat: 28.68736 }, + }, + { + zip_code: '32754', + usps_city: 'Mims', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10984.0, + density: 30.6, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "94.71", "12127": "5.29"}', + coty_name: ['Brevard', 'Volusia'], + cty_code: ['12009', '12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.9262, lat: 28.68916 }, + }, + { + zip_code: '32763', + usps_city: 'Orange City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23277.0, + density: 534.9, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29815, lat: 28.9406 }, + }, + { + zip_code: '32805', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18908.0, + density: 1097.8, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4059, lat: 28.52947 }, + }, + { + zip_code: '32826', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35981.0, + density: 1447.4, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18624, lat: 28.58825 }, + }, + { + zip_code: '32833', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 9857.0, + density: 109.2, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08006, lat: 28.49469 }, + }, + { + zip_code: '32904', + usps_city: 'Melbourne', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32138.0, + density: 647.2, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67796, lat: 28.06727 }, + }, + { + zip_code: '33066', + usps_city: 'Pompano Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16752.0, + density: 2115.8, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.17747, lat: 26.2535 }, + }, + { + zip_code: '33157', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 67455.0, + density: 1758.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34258, lat: 25.60618 }, + }, + { + zip_code: '33175', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 53348.0, + density: 2679.1, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.40678, lat: 25.734 }, + }, + { + zip_code: '33178', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 52206.0, + density: 357.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.41949, lat: 25.85807 }, + }, + { + zip_code: '33314', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27261.0, + density: 1257.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22307, lat: 26.06765 }, + }, + { + zip_code: '33319', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 46786.0, + density: 2595.5, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.22571, lat: 26.18274 }, + }, + { + zip_code: '33322', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39097.0, + density: 2776.0, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27454, lat: 26.15021 }, + }, + { + zip_code: '33403', + usps_city: 'West Palm Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12794.0, + density: 1537.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.0754, lat: 26.80344 }, + }, + { + zip_code: '33441', + usps_city: 'Deerfield Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27323.0, + density: 2208.7, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.09878, lat: 26.31098 }, + }, + { + zip_code: '33493', + usps_city: 'South Bay', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5532.0, + density: 34.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.7293, lat: 26.54005 }, + }, + { + zip_code: '33613', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36270.0, + density: 1904.3, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45087, lat: 28.08363 }, + }, + { + zip_code: '33620', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5318.0, + density: 2315.2, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41118, lat: 28.06152 }, + }, + { + zip_code: '33855', + usps_city: 'Indian Lake Estates', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.35278, lat: 27.79538 }, + }, + { + zip_code: '33908', + usps_city: 'Fort Myers', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36513.0, + density: 436.1, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.9197, lat: 26.49315 }, + }, + { + zip_code: '33973', + usps_city: 'Lehigh Acres', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17161.0, + density: 1665.2, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.73108, lat: 26.60195 }, + }, + { + zip_code: '33976', + usps_city: 'Lehigh Acres', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18245.0, + density: 760.4, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68544, lat: 26.59125 }, + }, + { + zip_code: '34759', + usps_city: 'Kissimmee', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40713.0, + density: 214.1, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "78.53", "12097": "21.47"}', + coty_name: ['Polk', 'Osceola'], + cty_code: ['12105', '12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43918, lat: 28.09297 }, + }, + { + zip_code: '35010', + usps_city: 'Alexander City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 20613.0, + density: 36.6, + primary_coty_code: '1123', + primary_coty_name: 'Tallapoosa', + county_weights: '{"01123": "92.16", "01037": "6.56", "01051": "1.27"}', + coty_name: ['Tallapoosa', 'Coosa', 'Elmore'], + cty_code: ['01123', '01037', '01051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9368, lat: 32.91644 }, + }, + { + zip_code: '35049', + usps_city: 'Cleveland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3856.0, + density: 35.1, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "100"}', + coty_name: ['Blount'], + cty_code: ['1009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.59995, lat: 33.95599 }, + }, + { + zip_code: '35136', + usps_city: 'Rockford', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2197.0, + density: 3.9, + primary_coty_code: '1037', + primary_coty_name: 'Coosa', + county_weights: '{"01037": "100"}', + coty_name: ['Coosa'], + cty_code: ['1037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.29571, lat: 32.87839 }, + }, + { + zip_code: '35143', + usps_city: 'Shelby', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2880.0, + density: 26.3, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.55295, lat: 33.08733 }, + }, + { + zip_code: '35187', + usps_city: 'Wilton', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 113.0, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "100"}', + coty_name: ['Shelby'], + cty_code: ['1117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.88581, lat: 33.08053 }, + }, + { + zip_code: '35216', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 36856.0, + density: 1015.6, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "98.99", "01117": "1.01"}', + coty_name: ['Jefferson', 'Shelby'], + cty_code: ['01073', '01117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78666, lat: 33.41874 }, + }, + { + zip_code: '35229', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1255.0, + density: 2825.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.78901, lat: 33.46561 }, + }, + { + zip_code: '35565', + usps_city: 'Haleyville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 12645.0, + density: 17.6, + primary_coty_code: '1133', + primary_coty_name: 'Winston', + county_weights: + '{"01133": "72.57", "01093": "24.69", "01059": "2.62", "01079": "0.13"}', + coty_name: ['Winston', 'Marion', 'Franklin', 'Lawrence'], + cty_code: ['01133', '01093', '01059', '01079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55886, lat: 34.23414 }, + }, + { + zip_code: '35576', + usps_city: 'Millport', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2869.0, + density: 6.4, + primary_coty_code: '1075', + primary_coty_name: 'Lamar', + county_weights: '{"01075": "91.08", "01107": "8.92"}', + coty_name: ['Lamar', 'Pickens'], + cty_code: ['01075', '01107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13129, lat: 33.57923 }, + }, + { + zip_code: '35603', + usps_city: 'Decatur', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 31653.0, + density: 173.2, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "99.61", "01079": "0.39"}', + coty_name: ['Morgan', 'Lawrence'], + cty_code: ['01103', '01079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.96674, lat: 34.53751 }, + }, + { + zip_code: '35754', + usps_city: 'Laceys Spring', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5300.0, + density: 47.1, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "98.69", "01095": "1.31"}', + coty_name: ['Morgan', 'Marshall'], + cty_code: ['01103', '01095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.61026, lat: 34.51953 }, + }, + { + zip_code: '35755', + usps_city: 'Langston', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 450.0, + density: 10.1, + primary_coty_code: '1095', + primary_coty_name: 'Marshall', + county_weights: '{"01095": "54.27", "01071": "45.73"}', + coty_name: ['Marshall', 'Jackson'], + cty_code: ['01095', '01071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1353, lat: 34.50011 }, + }, + { + zip_code: '35906', + usps_city: 'Rainbow City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9811.0, + density: 107.9, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "100"}', + coty_name: ['Etowah'], + cty_code: ['1055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.08975, lat: 33.93181 }, + }, + { + zip_code: '35979', + usps_city: 'Higdon', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1352.0, + density: 49.9, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "59.3", "01071": "40.7"}', + coty_name: ['DeKalb', 'Jackson'], + cty_code: ['01049', '01071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.60958, lat: 34.83232 }, + }, + { + zip_code: '35987', + usps_city: 'Steele', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2458.0, + density: 16.0, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.23811, lat: 33.91707 }, + }, + { + zip_code: '36105', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 9391.0, + density: 49.4, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.28959, lat: 32.21337 }, + }, + { + zip_code: '36482', + usps_city: 'Whatley', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1004.0, + density: 3.1, + primary_coty_code: '1025', + primary_coty_name: 'Clarke', + county_weights: '{"01025": "100"}', + coty_name: ['Clarke'], + cty_code: ['1025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64257, lat: 31.6318 }, + }, + { + zip_code: '36585', + usps_city: 'Wagarville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1242.0, + density: 5.8, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07549, lat: 31.38848 }, + }, + { + zip_code: '36602', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 394.6, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04555, lat: 30.69355 }, + }, + { + zip_code: '36740', + usps_city: 'Forkland', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1276.0, + density: 6.7, + primary_coty_code: '1063', + primary_coty_name: 'Greene', + county_weights: '{"01063": "100"}', + coty_name: ['Greene'], + cty_code: ['1063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.84017, lat: 32.62732 }, + }, + { + zip_code: '36744', + usps_city: 'Greensboro', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6294.0, + density: 10.6, + primary_coty_code: '1065', + primary_coty_name: 'Hale', + county_weights: '{"01065": "99.33", "01105": "0.67"}', + coty_name: ['Hale', 'Perry'], + cty_code: ['01065', '01105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59874, lat: 32.69748 }, + }, + { + zip_code: '36879', + usps_city: 'Waverly', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2521.0, + density: 11.1, + primary_coty_code: '1081', + primary_coty_name: 'Lee', + county_weights: '{"01081": "77.2", "01017": "20.1", "01123": "2.7"}', + coty_name: ['Lee', 'Chambers', 'Tallapoosa'], + cty_code: ['01081', '01017', '01123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.55882, lat: 32.72837 }, + }, + { + zip_code: '36901', + usps_city: 'Bellamy', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 369.0, + density: 13.2, + primary_coty_code: '1119', + primary_coty_name: 'Sumter', + county_weights: '{"01119": "100"}', + coty_name: ['Sumter'], + cty_code: ['1119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14741, lat: 32.42547 }, + }, + { + zip_code: '37012', + usps_city: 'Alexandria', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2185.0, + density: 24.2, + primary_coty_code: '47041', + primary_coty_name: 'DeKalb', + county_weights: '{"47041": "79.23", "47159": "15.27", "47189": "5.5"}', + coty_name: ['DeKalb', 'Smith', 'Wilson'], + cty_code: ['47041', '47159', '47189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.00151, lat: 36.07386 }, + }, + { + zip_code: '37034', + usps_city: 'Chapel Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7308.0, + density: 39.4, + primary_coty_code: '47117', + primary_coty_name: 'Marshall', + county_weights: '{"47117": "86.12", "47003": "13.88"}', + coty_name: ['Marshall', 'Bedford'], + cty_code: ['47117', '47003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69168, lat: 35.64058 }, + }, + { + zip_code: '37115', + usps_city: 'Madison', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 40343.0, + density: 732.3, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.69608, lat: 36.2545 }, + }, + { + zip_code: '37132', + usps_city: 'Murfreesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2383.0, + density: 1811.8, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.36431, lat: 35.84933 }, + }, + { + zip_code: '37135', + usps_city: 'Nolensville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 14256.0, + density: 146.8, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "82.63", "47149": "11.32", "47037": "6.05"}', + coty_name: ['Williamson', 'Rutherford', 'Davidson'], + cty_code: ['47187', '47149', '47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.66601, lat: 35.93634 }, + }, + { + zip_code: '37143', + usps_city: 'Pegram', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4167.0, + density: 58.2, + primary_coty_code: '47021', + primary_coty_name: 'Cheatham', + county_weights: '{"47021": "88.92", "47037": "11.08"}', + coty_name: ['Cheatham', 'Davidson'], + cty_code: ['47021', '47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.03094, lat: 36.12781 }, + }, + { + zip_code: '37175', + usps_city: 'Stewart', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 3.9, + primary_coty_code: '47083', + primary_coty_name: 'Houston', + county_weights: '{"47083": "62.17", "47161": "37.83"}', + coty_name: ['Houston', 'Stewart'], + cty_code: ['47083', '47161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.89722, lat: 36.32711 }, + }, + { + zip_code: '37341', + usps_city: 'Harrison', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11663.0, + density: 143.5, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.08404, lat: 35.21551 }, + }, + { + zip_code: '37380', + usps_city: 'South Pittsburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 6261.0, + density: 18.5, + primary_coty_code: '47115', + primary_coty_name: 'Marion', + county_weights: '{"47115": "100"}', + coty_name: ['Marion'], + cty_code: ['47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.75437, lat: 35.07588 }, + }, + { + zip_code: '37680', + usps_city: 'Laurel Bloomery', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 7.4, + primary_coty_code: '47091', + primary_coty_name: 'Johnson', + county_weights: '{"47091": "100"}', + coty_name: ['Johnson'], + cty_code: ['47091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72545, lat: 36.57928 }, + }, + { + zip_code: '37727', + usps_city: 'Del Rio', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2390.0, + density: 8.2, + primary_coty_code: '47029', + primary_coty_name: 'Cocke', + county_weights: '{"47029": "100"}', + coty_name: ['Cocke'], + cty_code: ['47029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00727, lat: 35.88807 }, + }, + { + zip_code: '37729', + usps_city: 'Duff', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1763.0, + density: 13.6, + primary_coty_code: '47013', + primary_coty_name: 'Campbell', + county_weights: '{"47013": "100"}', + coty_name: ['Campbell'], + cty_code: ['47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.0345, lat: 36.51669 }, + }, + { + zip_code: '37766', + usps_city: 'La Follette', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17735.0, + density: 44.7, + primary_coty_code: '47013', + primary_coty_name: 'Campbell', + county_weights: '{"47013": "100"}', + coty_name: ['Campbell'], + cty_code: ['47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.08637, lat: 36.39801 }, + }, + { + zip_code: '38057', + usps_city: 'Moscow', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3524.0, + density: 13.0, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.36722, lat: 35.05337 }, + }, + { + zip_code: '38115', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 39644.0, + density: 1783.8, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.86356, lat: 35.05496 }, + }, + { + zip_code: '38116', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 40777.0, + density: 828.2, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.01092, lat: 35.03331 }, + }, + { + zip_code: '38317', + usps_city: 'Bruceton', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2331.0, + density: 24.9, + primary_coty_code: '47017', + primary_coty_name: 'Carroll', + county_weights: '{"47017": "97.4", "47005": "2.6"}', + coty_name: ['Carroll', 'Benton'], + cty_code: ['47017', '47005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27454, lat: 36.05457 }, + }, + { + zip_code: '38454', + usps_city: 'Duck River', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 922.0, + density: 5.8, + primary_coty_code: '47081', + primary_coty_name: 'Hickman', + county_weights: '{"47081": "100"}', + coty_name: ['Hickman'], + cty_code: ['47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.35211, lat: 35.72318 }, + }, + { + zip_code: '38478', + usps_city: 'Pulaski', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 17602.0, + density: 26.0, + primary_coty_code: '47055', + primary_coty_name: 'Giles', + county_weights: '{"47055": "100"}', + coty_name: ['Giles'], + cty_code: ['47055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.01128, lat: 35.21489 }, + }, + { + zip_code: '38545', + usps_city: 'Bloomington Springs', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1751.0, + density: 27.4, + primary_coty_code: '47087', + primary_coty_name: 'Jackson', + county_weights: '{"47087": "54.21", "47141": "45.79"}', + coty_name: ['Jackson', 'Putnam'], + cty_code: ['47087', '47141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.66285, lat: 36.23209 }, + }, + { + zip_code: '38578', + usps_city: 'Pleasant Hill', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 142.0, + density: 127.3, + primary_coty_code: '47035', + primary_coty_name: 'Cumberland', + county_weights: '{"47035": "100"}', + coty_name: ['Cumberland'], + cty_code: ['47035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.19828, lat: 35.98123 }, + }, + { + zip_code: '38685', + usps_city: 'Waterford', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1144.0, + density: 4.9, + primary_coty_code: '28093', + primary_coty_name: 'Marshall', + county_weights: '{"28093": "91.46", "28071": "8.54"}', + coty_name: ['Marshall', 'Lafayette'], + cty_code: ['28093', '28071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.4879, lat: 34.59957 }, + }, + { + zip_code: '39145', + usps_city: 'Pelahatchie', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5035.0, + density: 14.8, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "97.99", "28123": "2.01"}', + coty_name: ['Rankin', 'Scott'], + cty_code: ['28121', '28123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.79806, lat: 32.34293 }, + }, + { + zip_code: '39146', + usps_city: 'Pickens', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2301.0, + density: 6.5, + primary_coty_code: '28051', + primary_coty_name: 'Holmes', + county_weights: '{"28051": "69.55", "28089": "21.75", "28163": "8.69"}', + coty_name: ['Holmes', 'Madison', 'Yazoo'], + cty_code: ['28051', '28089', '28163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99534, lat: 32.87092 }, + }, + { + zip_code: '39323', + usps_city: 'Chunky', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 11.2, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "79.61", "28075": "20.39"}', + coty_name: ['Newton', 'Lauderdale'], + cty_code: ['28101', '28075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.92633, lat: 32.35105 }, + }, + { + zip_code: '39326', + usps_city: 'Daleville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 414.0, + density: 4.1, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "61.53", "28069": "38.47"}', + coty_name: ['Lauderdale', 'Kemper'], + cty_code: ['28075', '28069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.67903, lat: 32.59914 }, + }, + { + zip_code: '39364', + usps_city: 'Toomsuba', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2537.0, + density: 13.2, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: '{"28075": "100"}', + coty_name: ['Lauderdale'], + cty_code: ['28075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49598, lat: 32.40922 }, + }, + { + zip_code: '39421', + usps_city: 'Bassfield', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2800.0, + density: 16.6, + primary_coty_code: '28065', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"28065": "87.77", "28091": "12.23"}', + coty_name: ['Jefferson Davis', 'Marion'], + cty_code: ['28065', '28091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.712, lat: 31.48476 }, + }, + { + zip_code: '39455', + usps_city: 'Lumberton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9834.0, + density: 10.7, + primary_coty_code: '28073', + primary_coty_name: 'Lamar', + county_weights: + '{"28073": "61.07", "28109": "24.51", "28035": "8.62", "28131": "5.57", "28091": "0.23"}', + coty_name: ['Lamar', 'Pearl River', 'Forrest', 'Stone', 'Marion'], + cty_code: ['28073', '28109', '28035', '28131', '28091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46549, lat: 31.01053 }, + }, + { + zip_code: '39563', + usps_city: 'Moss Point', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13451.0, + density: 255.1, + primary_coty_code: '28059', + primary_coty_name: 'Jackson', + county_weights: '{"28059": "100"}', + coty_name: ['Jackson'], + cty_code: ['28059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52327, lat: 30.42495 }, + }, + { + zip_code: '39870', + usps_city: 'Newton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1922.0, + density: 4.0, + primary_coty_code: '13007', + primary_coty_name: 'Baker', + county_weights: '{"13007": "100"}', + coty_name: ['Baker'], + cty_code: ['13007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.40796, lat: 31.32075 }, + }, + { + zip_code: '40047', + usps_city: 'Mount Washington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 20515.0, + density: 266.9, + primary_coty_code: '21029', + primary_coty_name: 'Bullitt', + county_weights: '{"21029": "99.86", "21215": "0.14"}', + coty_name: ['Bullitt', 'Spencer'], + cty_code: ['21029', '21215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.55479, lat: 38.03973 }, + }, + { + zip_code: '40118', + usps_city: 'Fairdale', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 9313.0, + density: 262.8, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.75116, lat: 38.09896 }, + }, + { + zip_code: '40208', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16036.0, + density: 2516.3, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.76554, lat: 38.21856 }, + }, + { + zip_code: '40218', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 33668.0, + density: 1335.2, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.65404, lat: 38.18904 }, + }, + { + zip_code: '40372', + usps_city: 'Salvisa', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2243.0, + density: 16.1, + primary_coty_code: '21167', + primary_coty_name: 'Mercer', + county_weights: '{"21167": "97.6", "21005": "2.4"}', + coty_name: ['Mercer', 'Anderson'], + cty_code: ['21167', '21005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.88266, lat: 37.90781 }, + }, + { + zip_code: '40516', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3303.0, + density: 36.2, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "86.65", "21017": "13.35"}', + coty_name: ['Fayette', 'Bourbon'], + cty_code: ['21067', '21017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.3612, lat: 38.06968 }, + }, + { + zip_code: '40801', + usps_city: 'Ages Brookside', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 416.0, + density: 22.8, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24816, lat: 36.86064 }, + }, + { + zip_code: '40815', + usps_city: 'Cawood', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 11.2, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21497, lat: 36.78488 }, + }, + { + zip_code: '40831', + usps_city: 'Harlan', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4876.0, + density: 36.6, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34993, lat: 36.75951 }, + }, + { + zip_code: '40868', + usps_city: 'Stinnett', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 794.0, + density: 12.1, + primary_coty_code: '21131', + primary_coty_name: 'Leslie', + county_weights: '{"21131": "100"}', + coty_name: ['Leslie'], + cty_code: ['21131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.46831, lat: 37.08233 }, + }, + { + zip_code: '40935', + usps_city: 'Flat Lick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2688.0, + density: 13.6, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.71607, lat: 36.90608 }, + }, + { + zip_code: '41017', + usps_city: 'Ft Mitchell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 40198.0, + density: 739.6, + primary_coty_code: '21117', + primary_coty_name: 'Kenton', + county_weights: '{"21117": "100"}', + coty_name: ['Kenton'], + cty_code: ['21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56148, lat: 39.02889 }, + }, + { + zip_code: '41564', + usps_city: 'Sidney', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 702.0, + density: 16.3, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36479, lat: 37.60768 }, + }, + { + zip_code: '41745', + usps_city: 'Gays Creek', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 25.7, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.43471, lat: 37.3353 }, + }, + { + zip_code: '41833', + usps_city: 'Linefork', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 10.2, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.98374, lat: 37.03469 }, + }, + { + zip_code: '41849', + usps_city: 'Seco', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 40.7, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.73404, lat: 37.17462 }, + }, + { + zip_code: '42082', + usps_city: 'Symsonia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1533.0, + density: 21.0, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "77.51", "21157": "17.4", "21145": "5.09"}', + coty_name: ['Graves', 'Marshall', 'McCracken'], + cty_code: ['21083', '21157', '21145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49964, lat: 36.9179 }, + }, + { + zip_code: '42123', + usps_city: 'Austin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 12.1, + primary_coty_code: '21009', + primary_coty_name: 'Barren', + county_weights: '{"21009": "100"}', + coty_name: ['Barren'], + cty_code: ['21009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.98925, lat: 36.82162 }, + }, + { + zip_code: '42127', + usps_city: 'Cave City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6280.0, + density: 27.4, + primary_coty_code: '21009', + primary_coty_name: 'Barren', + county_weights: '{"21009": "97.1", "21099": "2.9"}', + coty_name: ['Barren', 'Hart'], + cty_code: ['21009', '21099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.92893, lat: 37.12131 }, + }, + { + zip_code: '42153', + usps_city: 'Holland', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 429.0, + density: 10.2, + primary_coty_code: '21003', + primary_coty_name: 'Allen', + county_weights: '{"21003": "100"}', + coty_name: ['Allen'], + cty_code: ['21003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.06114, lat: 36.66775 }, + }, + { + zip_code: '42323', + usps_city: 'Beechmont', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 631.0, + density: 121.2, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.03489, lat: 37.17369 }, + }, + { + zip_code: '42332', + usps_city: 'Cleaton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 144.0, + density: 92.0, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.08786, lat: 37.24996 }, + }, + { + zip_code: '42369', + usps_city: 'Rockport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 278.0, + density: 25.0, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "100"}', + coty_name: ['Ohio'], + cty_code: ['21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.00653, lat: 37.3554 }, + }, + { + zip_code: '42406', + usps_city: 'Corydon', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3155.0, + density: 11.5, + primary_coty_code: '21101', + primary_coty_name: 'Henderson', + county_weights: '{"21101": "98.2", "21233": "1.8"}', + coty_name: ['Henderson', 'Webster'], + cty_code: ['21101', '21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73173, lat: 37.76318 }, + }, + { + zip_code: '42413', + usps_city: 'Hanson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3097.0, + density: 22.9, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "100"}', + coty_name: ['Hopkins'], + cty_code: ['21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.47093, lat: 37.44364 }, + }, + { + zip_code: '42518', + usps_city: 'Bronston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2644.0, + density: 40.2, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "93.31", "21231": "6.69"}', + coty_name: ['Pulaski', 'Wayne'], + cty_code: ['21199', '21231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63301, lat: 36.9346 }, + }, + { + zip_code: '42653', + usps_city: 'Whitley City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 4339.0, + density: 21.1, + primary_coty_code: '21147', + primary_coty_name: 'McCreary', + county_weights: '{"21147": "100"}', + coty_name: ['McCreary'], + cty_code: ['21147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.4574, lat: 36.77789 }, + }, + { + zip_code: '42762', + usps_city: 'Millwood', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 6.3, + primary_coty_code: '21085', + primary_coty_name: 'Grayson', + county_weights: '{"21085": "100"}', + coty_name: ['Grayson'], + cty_code: ['21085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.39606, lat: 37.45259 }, + }, + { + zip_code: '42788', + usps_city: 'White Mills', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 15.5, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.03469, lat: 37.52882 }, + }, + { + zip_code: '43031', + usps_city: 'Johnstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13737.0, + density: 59.6, + primary_coty_code: '39089', + primary_coty_name: 'Licking', + county_weights: '{"39089": "96.9", "39041": "3.1"}', + coty_name: ['Licking', 'Delaware'], + cty_code: ['39089', '39041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.66624, lat: 40.16102 }, + }, + { + zip_code: '43068', + usps_city: 'Reynoldsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 54804.0, + density: 1093.6, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "64.36", "39089": "22.12", "39045": "13.52"}', + coty_name: ['Franklin', 'Licking', 'Fairfield'], + cty_code: ['39049', '39089', '39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78506, lat: 39.95635 }, + }, + { + zip_code: '43214', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26293.0, + density: 1507.0, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01973, lat: 40.05214 }, + }, + { + zip_code: '43215', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15291.0, + density: 1154.9, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01282, lat: 39.96635 }, + }, + { + zip_code: '43330', + usps_city: 'Kirby', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 96.0, + density: 344.0, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "100"}', + coty_name: ['Wyandot'], + cty_code: ['39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.41937, lat: 40.81377 }, + }, + { + zip_code: '43406', + usps_city: 'Bradner', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1830.0, + density: 36.9, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "95.33", "39143": "4.67"}', + coty_name: ['Wood', 'Sandusky'], + cty_code: ['39173', '39143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4363, lat: 41.33618 }, + }, + { + zip_code: '43438', + usps_city: 'Kelleys Island', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 236.0, + density: 21.0, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "100"}', + coty_name: ['Erie'], + cty_code: ['39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70291, lat: 41.60341 }, + }, + { + zip_code: '43506', + usps_city: 'Bryan', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14088.0, + density: 53.5, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "96.39", "39039": "3.61"}', + coty_name: ['Williams', 'Defiance'], + cty_code: ['39171', '39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55621, lat: 41.46629 }, + }, + { + zip_code: '43542', + usps_city: 'Monclova', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3779.0, + density: 100.3, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.76508, lat: 41.56675 }, + }, + { + zip_code: '43555', + usps_city: 'Ridgeville Corners', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 138.3, + primary_coty_code: '39069', + primary_coty_name: 'Henry', + county_weights: '{"39069": "100"}', + coty_name: ['Henry'], + cty_code: ['39069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.25433, lat: 41.43418 }, + }, + { + zip_code: '43615', + usps_city: 'Toledo', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 40658.0, + density: 968.6, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67317, lat: 41.65078 }, + }, + { + zip_code: '43733', + usps_city: 'Derwent', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17.0, + density: 7.1, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "100"}', + coty_name: ['Guernsey'], + cty_code: ['39059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53821, lat: 39.92734 }, + }, + { + zip_code: '43793', + usps_city: 'Woodsfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4721.0, + density: 17.6, + primary_coty_code: '39111', + primary_coty_name: 'Monroe', + county_weights: '{"39111": "100"}', + coty_name: ['Monroe'], + cty_code: ['39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.09981, lat: 39.74329 }, + }, + { + zip_code: '43830', + usps_city: 'Nashport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5855.0, + density: 44.4, + primary_coty_code: '39119', + primary_coty_name: 'Muskingum', + county_weights: '{"39119": "87.63", "39089": "12.37"}', + coty_name: ['Muskingum', 'Licking'], + cty_code: ['39119', '39089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.14477, lat: 40.06171 }, + }, + { + zip_code: '44056', + usps_city: 'Macedonia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 11873.0, + density: 467.4, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49832, lat: 41.31492 }, + }, + { + zip_code: '44095', + usps_city: 'Eastlake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33234.0, + density: 1413.9, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "100"}', + coty_name: ['Lake'], + cty_code: ['39085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44214, lat: 41.65238 }, + }, + { + zip_code: '44116', + usps_city: 'Rocky River', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20239.0, + density: 1629.9, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85251, lat: 41.47017 }, + }, + { + zip_code: '44132', + usps_city: 'Euclid', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13726.0, + density: 1685.4, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49946, lat: 41.60503 }, + }, + { + zip_code: '44270', + usps_city: 'Rittman', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8711.0, + density: 161.2, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "92.64", "39103": "7.36"}', + coty_name: ['Wayne', 'Medina'], + cty_code: ['39169', '39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.77806, lat: 40.96055 }, + }, + { + zip_code: '44425', + usps_city: 'Hubbard', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14069.0, + density: 175.9, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "99.23", "39099": "0.77"}', + coty_name: ['Trumbull', 'Mahoning'], + cty_code: ['39155', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.57383, lat: 41.17053 }, + }, + { + zip_code: '44446', + usps_city: 'Niles', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20151.0, + density: 573.8, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.7496, lat: 41.18996 }, + }, + { + zip_code: '44485', + usps_city: 'Warren', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15850.0, + density: 795.3, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84612, lat: 41.24042 }, + }, + { + zip_code: '44817', + usps_city: 'Bloomdale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1517.0, + density: 18.5, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "93.66", "39063": "6.34"}', + coty_name: ['Wood', 'Hancock'], + cty_code: ['39173', '39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.54542, lat: 41.19985 }, + }, + { + zip_code: '44864', + usps_city: 'Perrysville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3281.0, + density: 21.4, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "78.31", "39139": "21.69"}', + coty_name: ['Ashland', 'Richland'], + cty_code: ['39005', '39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32131, lat: 40.66494 }, + }, + { + zip_code: '45052', + usps_city: 'North Bend', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3830.0, + density: 112.8, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.77923, lat: 39.1448 }, + }, + { + zip_code: '45101', + usps_city: 'Aberdeen', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2184.0, + density: 46.8, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "100"}', + coty_name: ['Brown'], + cty_code: ['39015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74129, lat: 38.69055 }, + }, + { + zip_code: '45135', + usps_city: 'Leesburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4873.0, + density: 26.7, + primary_coty_code: '39071', + primary_coty_name: 'Highland', + county_weights: '{"39071": "90.25", "39047": "7.71", "39027": "2.04"}', + coty_name: ['Highland', 'Fayette', 'Clinton'], + cty_code: ['39071', '39047', '39027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.54426, lat: 39.34607 }, + }, + { + zip_code: '45177', + usps_city: 'Wilmington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21998.0, + density: 49.2, + primary_coty_code: '39027', + primary_coty_name: 'Clinton', + county_weights: '{"39027": "100"}', + coty_name: ['Clinton'], + cty_code: ['39027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.83716, lat: 39.46013 }, + }, + { + zip_code: '45204', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5506.0, + density: 661.5, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57161, lat: 39.09636 }, + }, + { + zip_code: '45306', + usps_city: 'Botkins', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2390.0, + density: 27.6, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "99.08", "39011": "0.92"}', + coty_name: ['Shelby', 'Auglaize'], + cty_code: ['39149', '39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18727, lat: 40.45819 }, + }, + { + zip_code: '45321', + usps_city: 'Eldorado', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 791.0, + density: 23.3, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.67821, lat: 39.8735 }, + }, + { + zip_code: '45348', + usps_city: 'New Weston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 919.0, + density: 11.7, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.65193, lat: 40.32806 }, + }, + { + zip_code: '45368', + usps_city: 'South Charleston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4824.0, + density: 23.5, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "98.88", "39057": "1.12"}', + coty_name: ['Clark', 'Greene'], + cty_code: ['39023', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65488, lat: 39.84329 }, + }, + { + zip_code: '45377', + usps_city: 'Vandalia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15332.0, + density: 268.0, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.22334, lat: 39.89645 }, + }, + { + zip_code: '45378', + usps_city: 'Verona', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 576.4, + primary_coty_code: '39135', + primary_coty_name: 'Preble', + county_weights: '{"39135": "100"}', + coty_name: ['Preble'], + cty_code: ['39135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48874, lat: 39.90288 }, + }, + { + zip_code: '45503', + usps_city: 'Springfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32599.0, + density: 724.7, + primary_coty_code: '39023', + primary_coty_name: 'Clark', + county_weights: '{"39023": "100"}', + coty_name: ['Clark'], + cty_code: ['39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.77234, lat: 39.96015 }, + }, + { + zip_code: '45692', + usps_city: 'Wellston', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8964.0, + density: 42.3, + primary_coty_code: '39079', + primary_coty_name: 'Jackson', + county_weights: '{"39079": "100"}', + coty_name: ['Jackson'], + cty_code: ['39079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.54062, lat: 39.11457 }, + }, + { + zip_code: '45714', + usps_city: 'Belpre', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9120.0, + density: 102.2, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61891, lat: 39.31735 }, + }, + { + zip_code: '45804', + usps_city: 'Lima', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15551.0, + density: 276.2, + primary_coty_code: '39003', + primary_coty_name: 'Allen', + county_weights: '{"39003": "100"}', + coty_name: ['Allen'], + cty_code: ['39003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.06633, lat: 40.71467 }, + }, + { + zip_code: '46017', + usps_city: 'Anderson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5814.0, + density: 129.8, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "99.17", "18035": "0.83"}', + coty_name: ['Madison', 'Delaware'], + cty_code: ['18095', '18035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.60695, lat: 40.07419 }, + }, + { + zip_code: '46048', + usps_city: 'Ingalls', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2117.0, + density: 604.5, + primary_coty_code: '18095', + primary_coty_name: 'Madison', + county_weights: '{"18095": "100"}', + coty_name: ['Madison'], + cty_code: ['18095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.80181, lat: 39.95551 }, + }, + { + zip_code: '46050', + usps_city: 'Kirklin', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2127.0, + density: 17.9, + primary_coty_code: '18023', + primary_coty_name: 'Clinton', + county_weights: '{"18023": "84.17", "18011": "14.3", "18159": "1.52"}', + coty_name: ['Clinton', 'Boone', 'Tipton'], + cty_code: ['18023', '18011', '18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.34887, lat: 40.20445 }, + }, + { + zip_code: '46052', + usps_city: 'Lebanon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22443.0, + density: 48.7, + primary_coty_code: '18011', + primary_coty_name: 'Boone', + county_weights: '{"18011": "100"}', + coty_name: ['Boone'], + cty_code: ['18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.45988, lat: 40.04483 }, + }, + { + zip_code: '46239', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 30651.0, + density: 407.7, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "99.85", "18059": "0.15"}', + coty_name: ['Marion', 'Hancock'], + cty_code: ['18097', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.00032, lat: 39.72326 }, + }, + { + zip_code: '46322', + usps_city: 'Highland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22581.0, + density: 1260.4, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.45875, lat: 41.54827 }, + }, + { + zip_code: '46374', + usps_city: 'San Pierre', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 873.0, + density: 9.3, + primary_coty_code: '18149', + primary_coty_name: 'Starke', + county_weights: '{"18149": "81.52", "18073": "11.76", "18131": "6.72"}', + coty_name: ['Starke', 'Jasper', 'Pulaski'], + cty_code: ['18149', '18073', '18131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Knox', + geo_point_2d: { lon: -86.89612, lat: 41.20593 }, + }, + { + zip_code: '46502', + usps_city: 'Atwood', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 398.6, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.97627, lat: 41.25938 }, + }, + { + zip_code: '46537', + usps_city: 'Lapaz', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 333.0, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: '{"18099": "100"}', + coty_name: ['Marshall'], + cty_code: ['18099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.31025, lat: 41.45987 }, + }, + { + zip_code: '46563', + usps_city: 'Plymouth', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 23664.0, + density: 60.0, + primary_coty_code: '18099', + primary_coty_name: 'Marshall', + county_weights: '{"18099": "99.75", "18149": "0.25"}', + coty_name: ['Marshall', 'Starke'], + cty_code: ['18099', '18149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.32674, lat: 41.35629 }, + }, + { + zip_code: '46701', + usps_city: 'Albion', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8102.0, + density: 32.4, + primary_coty_code: '18113', + primary_coty_name: 'Noble', + county_weights: '{"18113": "100"}', + coty_name: ['Noble'], + cty_code: ['18113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.42992, lat: 41.36059 }, + }, + { + zip_code: '46714', + usps_city: 'Bluffton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 14931.0, + density: 44.7, + primary_coty_code: '18179', + primary_coty_name: 'Wells', + county_weights: '{"18179": "97.15", "18001": "2.85"}', + coty_name: ['Wells', 'Adams'], + cty_code: ['18179', '18001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.17148, lat: 40.71846 }, + }, + { + zip_code: '46750', + usps_city: 'Huntington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26499.0, + density: 51.4, + primary_coty_code: '18069', + primary_coty_name: 'Huntington', + county_weights: '{"18069": "99.88", "18183": "0.12"}', + coty_name: ['Huntington', 'Whitley'], + cty_code: ['18069', '18183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.49629, lat: 40.87862 }, + }, + { + zip_code: '46930', + usps_city: 'Fowlerton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 346.4, + primary_coty_code: '18053', + primary_coty_name: 'Grant', + county_weights: '{"18053": "100"}', + coty_name: ['Grant'], + cty_code: ['18053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.57232, lat: 40.40894 }, + }, + { + zip_code: '47118', + usps_city: 'English', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3474.0, + density: 9.4, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "83.64", "18123": "9.34", "18117": "7.02"}', + coty_name: ['Crawford', 'Perry', 'Orange'], + cty_code: ['18025', '18123', '18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.48766, lat: 38.29756 }, + }, + { + zip_code: '47129', + usps_city: 'Clarksville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19684.0, + density: 805.7, + primary_coty_code: '18019', + primary_coty_name: 'Clark', + county_weights: '{"18019": "100"}', + coty_name: ['Clark'], + cty_code: ['18019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Louisville', + geo_point_2d: { lon: -85.76898, lat: 38.31391 }, + }, + { + zip_code: '47175', + usps_city: 'Taswell', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 17.7, + primary_coty_code: '18025', + primary_coty_name: 'Crawford', + county_weights: '{"18025": "95.71", "18117": "4.29"}', + coty_name: ['Crawford', 'Orange'], + cty_code: ['18025', '18117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Marengo', + geo_point_2d: { lon: -86.55697, lat: 38.36482 }, + }, + { + zip_code: '47424', + usps_city: 'Bloomfield', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8965.0, + density: 18.8, + primary_coty_code: '18055', + primary_coty_name: 'Greene', + county_weights: '{"18055": "100"}', + coty_name: ['Greene'], + cty_code: ['18055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.87338, lat: 39.02176 }, + }, + { + zip_code: '47523', + usps_city: 'Dale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3346.0, + density: 19.7, + primary_coty_code: '18147', + primary_coty_name: 'Spencer', + county_weights: '{"18147": "77.29", "18173": "22.71"}', + coty_name: ['Spencer', 'Warrick'], + cty_code: ['18147', '18173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02768, lat: 38.17218 }, + }, + { + zip_code: '47562', + usps_city: 'Odon', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4755.0, + density: 27.8, + primary_coty_code: '18027', + primary_coty_name: 'Daviess', + county_weights: '{"18027": "99.12", "18101": "0.88"}', + coty_name: ['Daviess', 'Martin'], + cty_code: ['18027', '18101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -86.98378, lat: 38.83541 }, + }, + { + zip_code: '47917', + usps_city: 'Ambia', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 492.0, + density: 4.8, + primary_coty_code: '18007', + primary_coty_name: 'Benton', + county_weights: '{"18007": "64.77", "18171": "35.23"}', + coty_name: ['Benton', 'Warren'], + cty_code: ['18007', '18171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.47347, lat: 40.46688 }, + }, + { + zip_code: '47925', + usps_city: 'Buffalo', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 109.7, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "100"}', + coty_name: ['White'], + cty_code: ['18181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.74713, lat: 40.87716 }, + }, + { + zip_code: '47933', + usps_city: 'Crawfordsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27521.0, + density: 45.3, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "99.94", "18011": "0.06"}', + coty_name: ['Montgomery', 'Boone'], + cty_code: ['18107', '18011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.89671, lat: 40.03865 }, + }, + { + zip_code: '47940', + usps_city: 'Darlington', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1739.0, + density: 16.4, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "100"}', + coty_name: ['Montgomery'], + cty_code: ['18107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.7466, lat: 40.11759 }, + }, + { + zip_code: '48084', + usps_city: 'Troy', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15737.0, + density: 983.2, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17572, lat: 42.56064 }, + }, + { + zip_code: '48130', + usps_city: 'Dexter', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 15756.0, + density: 97.8, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "100"}', + coty_name: ['Washtenaw'], + cty_code: ['26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.90324, lat: 42.35419 }, + }, + { + zip_code: '48180', + usps_city: 'Taylor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 61379.0, + density: 1003.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.26882, lat: 42.226 }, + }, + { + zip_code: '48208', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9026.0, + density: 1102.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.09192, lat: 42.34852 }, + }, + { + zip_code: '48417', + usps_city: 'Burt', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2691.0, + density: 42.1, + primary_coty_code: '26145', + primary_coty_name: 'Saginaw', + county_weights: '{"26145": "100"}', + coty_name: ['Saginaw'], + cty_code: ['26145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.93595, lat: 43.26049 }, + }, + { + zip_code: '48421', + usps_city: 'Columbiaville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6259.0, + density: 59.3, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "97.67", "26049": "2.33"}', + coty_name: ['Lapeer', 'Genesee'], + cty_code: ['26087', '26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.39208, lat: 43.1537 }, + }, + { + zip_code: '48507', + usps_city: 'Flint', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 30760.0, + density: 570.1, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.71547, lat: 42.96539 }, + }, + { + zip_code: '48632', + usps_city: 'Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5311.0, + density: 16.2, + primary_coty_code: '26035', + primary_coty_name: 'Clare', + county_weights: '{"26035": "74.46", "26073": "23.73", "26133": "1.81"}', + coty_name: ['Clare', 'Isabella', 'Osceola'], + cty_code: ['26035', '26073', '26133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.02182, lat: 43.85751 }, + }, + { + zip_code: '48647', + usps_city: 'Mio', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4384.0, + density: 12.0, + primary_coty_code: '26135', + primary_coty_name: 'Oscoda', + county_weights: '{"26135": "99.93", "26001": "0.07"}', + coty_name: ['Oscoda', 'Alcona'], + cty_code: ['26135', '26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.10486, lat: 44.65892 }, + }, + { + zip_code: '48657', + usps_city: 'Sanford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7871.0, + density: 49.2, + primary_coty_code: '26111', + primary_coty_name: 'Midland', + county_weights: '{"26111": "100"}', + coty_name: ['Midland'], + cty_code: ['26111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.42066, lat: 43.7109 }, + }, + { + zip_code: '48727', + usps_city: 'Clifford', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1128.0, + density: 18.1, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "67.69", "26157": "32.31"}', + coty_name: ['Lapeer', 'Tuscola'], + cty_code: ['26087', '26157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17566, lat: 43.30975 }, + }, + { + zip_code: '48750', + usps_city: 'Oscoda', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8629.0, + density: 34.7, + primary_coty_code: '26069', + primary_coty_name: 'Iosco', + county_weights: '{"26069": "99.36", "26001": "0.64"}', + coty_name: ['Iosco', 'Alcona'], + cty_code: ['26069', '26001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.45426, lat: 44.44325 }, + }, + { + zip_code: '48840', + usps_city: 'Haslett', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12685.0, + density: 253.1, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "85.69", "26037": "8.86", "26155": "5.45"}', + coty_name: ['Ingham', 'Clinton', 'Shiawassee'], + cty_code: ['26065', '26037', '26155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.37066, lat: 42.76902 }, + }, + { + zip_code: '48853', + usps_city: 'Maple Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 542.0, + density: 223.8, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "100"}', + coty_name: ['Clinton'], + cty_code: ['26037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.69016, lat: 43.10129 }, + }, + { + zip_code: '48861', + usps_city: 'Mulliken', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1379.0, + density: 22.7, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "90.74", "26067": "9.26"}', + coty_name: ['Eaton', 'Ionia'], + cty_code: ['26045', '26067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.92028, lat: 42.7306 }, + }, + { + zip_code: '49002', + usps_city: 'Portage', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20739.0, + density: 453.4, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "100"}', + coty_name: ['Kalamazoo'], + cty_code: ['26077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.56095, lat: 42.19737 }, + }, + { + zip_code: '49032', + usps_city: 'Centreville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3284.0, + density: 34.5, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "100"}', + coty_name: ['St. Joseph'], + cty_code: ['26149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.5095, lat: 41.91821 }, + }, + { + zip_code: '49042', + usps_city: 'Constantine', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4723.0, + density: 33.5, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "99.65", "26027": "0.35"}', + coty_name: ['St. Joseph', 'Cass'], + cty_code: ['26149', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.66665, lat: 41.85734 }, + }, + { + zip_code: '49070', + usps_city: 'Martin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2458.0, + density: 35.9, + primary_coty_code: '26005', + primary_coty_name: 'Allegan', + county_weights: '{"26005": "100"}', + coty_name: ['Allegan'], + cty_code: ['26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.63117, lat: 42.54045 }, + }, + { + zip_code: '49117', + usps_city: 'New Buffalo', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3756.0, + density: 75.8, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.72678, lat: 41.7806 }, + }, + { + zip_code: '49327', + usps_city: 'Grant', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8472.0, + density: 35.3, + primary_coty_code: '26123', + primary_coty_name: 'Newaygo', + county_weights: '{"26123": "99.46", "26081": "0.54"}', + coty_name: ['Newaygo', 'Kent'], + cty_code: ['26123', '26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.84617, lat: 43.33539 }, + }, + { + zip_code: '49452', + usps_city: 'Rothbury', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2102.0, + density: 17.7, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "100"}', + coty_name: ['Oceana'], + cty_code: ['26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.25363, lat: 43.51202 }, + }, + { + zip_code: '49653', + usps_city: 'Lake Leelanau', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1969.0, + density: 27.3, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.73205, lat: 44.97548 }, + }, + { + zip_code: '49670', + usps_city: 'Northport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1963.0, + density: 16.4, + primary_coty_code: '26089', + primary_coty_name: 'Leelanau', + county_weights: '{"26089": "100"}', + coty_name: ['Leelanau'], + cty_code: ['26089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.65145, lat: 45.16042 }, + }, + { + zip_code: '49688', + usps_city: 'Tustin', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2503.0, + density: 10.0, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "93.16", "26085": "5.73", "26165": "1.11"}', + coty_name: ['Osceola', 'Lake', 'Wexford'], + cty_code: ['26133', '26085', '26165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.44678, lat: 44.12052 }, + }, + { + zip_code: '49781', + usps_city: 'Saint Ignace', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3587.0, + density: 17.6, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.78404, lat: 45.95424 }, + }, + { + zip_code: '49880', + usps_city: 'Rock', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1013.0, + density: 1.8, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "72.68", "26103": "27.32"}', + coty_name: ['Delta', 'Marquette'], + cty_code: ['26041', '26103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.22182, lat: 46.11278 }, + }, + { + zip_code: '49963', + usps_city: 'South Range', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1000.0, + density: 32.2, + primary_coty_code: '26061', + primary_coty_name: 'Houghton', + county_weights: '{"26061": "100"}', + coty_name: ['Houghton'], + cty_code: ['26061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.66482, lat: 47.05329 }, + }, + { + zip_code: '50008', + usps_city: 'Allerton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 844.0, + density: 3.8, + primary_coty_code: '19185', + primary_coty_name: 'Wayne', + county_weights: '{"19185": "100"}', + coty_name: ['Wayne'], + cty_code: ['19185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.38472, lat: 40.68072 }, + }, + { + zip_code: '50026', + usps_city: 'Bagley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 3.7, + primary_coty_code: '19077', + primary_coty_name: 'Guthrie', + county_weights: '{"19077": "85.45", "19073": "14.55"}', + coty_name: ['Guthrie', 'Greene'], + cty_code: ['19077', '19073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.44962, lat: 41.85852 }, + }, + { + zip_code: '50066', + usps_city: 'Dawson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 2.4, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22581, lat: 41.80485 }, + }, + { + zip_code: '50210', + usps_city: 'New Virginia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1493.0, + density: 7.6, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "81.31", "19039": "16.56", "19121": "2.13"}', + coty_name: ['Warren', 'Clarke', 'Madison'], + cty_code: ['19181', '19039', '19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.69761, lat: 41.18832 }, + }, + { + zip_code: '50214', + usps_city: 'Otley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 866.0, + density: 8.7, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05122, lat: 41.46195 }, + }, + { + zip_code: '50222', + usps_city: 'Peru', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 5.8, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "100"}', + coty_name: ['Madison'], + cty_code: ['19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.9472, lat: 41.22119 }, + }, + { + zip_code: '50228', + usps_city: 'Prairie City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3009.0, + density: 16.7, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "99.38", "19125": "0.62"}', + coty_name: ['Jasper', 'Marion'], + cty_code: ['19099', '19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24221, lat: 41.57869 }, + }, + { + zip_code: '50252', + usps_city: 'Swan', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 266.0, + density: 12.0, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.30101, lat: 41.46357 }, + }, + { + zip_code: '50454', + usps_city: 'Little Cedar', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 1.5, + primary_coty_code: '19131', + primary_coty_name: 'Mitchell', + county_weights: '{"19131": "100"}', + coty_name: ['Mitchell'], + cty_code: ['19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73733, lat: 43.38185 }, + }, + { + zip_code: '50467', + usps_city: 'Rock Falls', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 125.4, + primary_coty_code: '19033', + primary_coty_name: 'Cerro Gordo', + county_weights: '{"19033": "100"}', + coty_name: ['Cerro Gordo'], + cty_code: ['19033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08654, lat: 43.2117 }, + }, + { + zip_code: '50658', + usps_city: 'Nashua', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2305.0, + density: 12.5, + primary_coty_code: '19037', + primary_coty_name: 'Chickasaw', + county_weights: '{"19037": "89.36", "19067": "10.64"}', + coty_name: ['Chickasaw', 'Floyd'], + cty_code: ['19037', '19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53563, lat: 42.95699 }, + }, + { + zip_code: '50702', + usps_city: 'Waterloo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 19446.0, + density: 794.4, + primary_coty_code: '19013', + primary_coty_name: 'Black Hawk', + county_weights: '{"19013": "100"}', + coty_name: ['Black Hawk'], + cty_code: ['19013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31237, lat: 42.45745 }, + }, + { + zip_code: '50830', + usps_city: 'Afton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1760.0, + density: 5.8, + primary_coty_code: '19175', + primary_coty_name: 'Union', + county_weights: '{"19175": "100"}', + coty_name: ['Union'], + cty_code: ['19175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19089, lat: 41.02717 }, + }, + { + zip_code: '51027', + usps_city: 'Ireton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1112.0, + density: 4.6, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "91.67", "19149": "8.33"}', + coty_name: ['Sioux', 'Plymouth'], + cty_code: ['19167', '19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32775, lat: 42.96556 }, + }, + { + zip_code: '51030', + usps_city: 'Lawton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1807.0, + density: 11.7, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19256, lat: 42.49794 }, + }, + { + zip_code: '51036', + usps_city: 'Maurice', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1053.0, + density: 9.2, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "100"}', + coty_name: ['Sioux'], + cty_code: ['19167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.18999, lat: 42.96902 }, + }, + { + zip_code: '51044', + usps_city: 'Oto', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 2.9, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "100"}', + coty_name: ['Woodbury'], + cty_code: ['19193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.92022, lat: 42.29926 }, + }, + { + zip_code: '51201', + usps_city: 'Sheldon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5845.0, + density: 19.8, + primary_coty_code: '19141', + primary_coty_name: "O'Brien", + county_weights: '{"19141": "88.81", "19167": "11.03", "19119": "0.16"}', + coty_name: ["O'Brien", 'Sioux', 'Lyon'], + cty_code: ['19141', '19167', '19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.86572, lat: 43.18336 }, + }, + { + zip_code: '51528', + usps_city: 'Dow City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 741.0, + density: 3.9, + primary_coty_code: '19047', + primary_coty_name: 'Crawford', + county_weights: '{"19047": "100"}', + coty_name: ['Crawford'], + cty_code: ['19047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.50198, lat: 41.92755 }, + }, + { + zip_code: '52033', + usps_city: 'Cascade', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3199.0, + density: 12.7, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "70.21", "19105": "29.79"}', + coty_name: ['Dubuque', 'Jones'], + cty_code: ['19061', '19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.00122, lat: 42.27904 }, + }, + { + zip_code: '52042', + usps_city: 'Edgewood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1561.0, + density: 9.7, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "61.78", "19055": "38.22"}', + coty_name: ['Clayton', 'Delaware'], + cty_code: ['19043', '19055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36804, lat: 42.68118 }, + }, + { + zip_code: '52044', + usps_city: 'Elkport', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 141.0, + density: 4.5, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.32355, lat: 42.76904 }, + }, + { + zip_code: '52047', + usps_city: 'Farmersburg', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 8.5, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "100"}', + coty_name: ['Clayton'], + cty_code: ['19043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.34992, lat: 42.96553 }, + }, + { + zip_code: '52207', + usps_city: 'Baldwin', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 472.0, + density: 4.6, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "90.86", "19045": "9.14"}', + coty_name: ['Jackson', 'Clinton'], + cty_code: ['19097', '19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.83168, lat: 42.09508 }, + }, + { + zip_code: '52353', + usps_city: 'Washington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 9488.0, + density: 24.0, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "100"}', + coty_name: ['Washington'], + cty_code: ['19183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71326, lat: 41.29844 }, + }, + { + zip_code: '52621', + usps_city: 'Crawfordsville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 6.7, + primary_coty_code: '19183', + primary_coty_name: 'Washington', + county_weights: '{"19183": "89.22", "19115": "10.78"}', + coty_name: ['Washington', 'Louisa'], + cty_code: ['19183', '19115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53098, lat: 41.20908 }, + }, + { + zip_code: '52658', + usps_city: 'Wever', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 887.0, + density: 7.5, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "92.62", "19057": "7.38"}', + coty_name: ['Lee', 'Des Moines'], + cty_code: ['19111', '19057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.22547, lat: 40.69989 }, + }, + { + zip_code: '53045', + usps_city: 'Brookfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 21468.0, + density: 576.6, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.15149, lat: 43.06091 }, + }, + { + zip_code: '53233', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 15143.0, + density: 3462.0, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.93383, lat: 43.03691 }, + }, + { + zip_code: '53582', + usps_city: 'Ridgeway', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 13.1, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "100"}', + coty_name: ['Iowa'], + cty_code: ['55049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99178, lat: 43.01834 }, + }, + { + zip_code: '53589', + usps_city: 'Stoughton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20176.0, + density: 92.4, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "99.9", "55105": "0.1"}', + coty_name: ['Dane', 'Rock'], + cty_code: ['55025', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21277, lat: 42.9269 }, + }, + { + zip_code: '53792', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "0"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.43065, lat: 43.07754 }, + }, + { + zip_code: '53925', + usps_city: 'Columbus', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 7858.0, + density: 24.2, + primary_coty_code: '55021', + primary_coty_name: 'Columbia', + county_weights: '{"55021": "80.66", "55027": "15.63", "55025": "3.71"}', + coty_name: ['Columbia', 'Dodge', 'Dane'], + cty_code: ['55021', '55027', '55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05209, lat: 43.33474 }, + }, + { + zip_code: '53961', + usps_city: 'Rock Springs', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 798.0, + density: 12.9, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "100"}', + coty_name: ['Sauk'], + cty_code: ['55111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93557, lat: 43.46255 }, + }, + { + zip_code: '54101', + usps_city: 'Abrams', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2723.0, + density: 19.8, + primary_coty_code: '55083', + primary_coty_name: 'Oconto', + county_weights: '{"55083": "100"}', + coty_name: ['Oconto'], + cty_code: ['55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06277, lat: 44.78959 }, + }, + { + zip_code: '54103', + usps_city: 'Armstrong Creek', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 471.0, + density: 2.4, + primary_coty_code: '55041', + primary_coty_name: 'Forest', + county_weights: '{"55041": "98.09", "55075": "1.91"}', + coty_name: ['Forest', 'Marinette'], + cty_code: ['55041', '55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50159, lat: 45.65038 }, + }, + { + zip_code: '54104', + usps_city: 'Athelstane', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 2.2, + primary_coty_code: '55075', + primary_coty_name: 'Marinette', + county_weights: '{"55075": "99.43", "55041": "0.57"}', + coty_name: ['Marinette', 'Forest'], + cty_code: ['55075', '55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.26253, lat: 45.44818 }, + }, + { + zip_code: '54111', + usps_city: 'Cecil', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2303.0, + density: 16.9, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "96.53", "55083": "3.47"}', + coty_name: ['Shawano', 'Oconto'], + cty_code: ['55115', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.38449, lat: 44.81453 }, + }, + { + zip_code: '54120', + usps_city: 'Fence', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 1.0, + primary_coty_code: '55037', + primary_coty_name: 'Florence', + county_weights: '{"55037": "63.67", "55075": "36.33"}', + coty_name: ['Florence', 'Marinette'], + cty_code: ['55037', '55075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.49609, lat: 45.76084 }, + }, + { + zip_code: '54209', + usps_city: 'Egg Harbor', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 13.0, + primary_coty_code: '55029', + primary_coty_name: 'Door', + county_weights: '{"55029": "100"}', + coty_name: ['Door'], + cty_code: ['55029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26975, lat: 45.01107 }, + }, + { + zip_code: '54303', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 27416.0, + density: 971.1, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "100"}', + coty_name: ['Brown'], + cty_code: ['55009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.05, lat: 44.53868 }, + }, + { + zip_code: '54470', + usps_city: 'Rib Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2042.0, + density: 7.5, + primary_coty_code: '55119', + primary_coty_name: 'Taylor', + county_weights: '{"55119": "99.23", "55099": "0.77"}', + coty_name: ['Taylor', 'Price'], + cty_code: ['55119', '55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14032, lat: 45.29264 }, + }, + { + zip_code: '54491', + usps_city: 'White Lake', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1555.0, + density: 3.4, + primary_coty_code: '55067', + primary_coty_name: 'Langlade', + county_weights: '{"55067": "95.64", "55083": "4.36"}', + coty_name: ['Langlade', 'Oconto'], + cty_code: ['55067', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75196, lat: 45.24004 }, + }, + { + zip_code: '54529', + usps_city: 'Harshaw', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1200.0, + density: 7.0, + primary_coty_code: '55085', + primary_coty_name: 'Oneida', + county_weights: '{"55085": "100"}', + coty_name: ['Oneida'], + cty_code: ['55085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.66341, lat: 45.67827 }, + }, + { + zip_code: '54603', + usps_city: 'La Crosse', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 14090.0, + density: 593.6, + primary_coty_code: '55063', + primary_coty_name: 'La Crosse', + county_weights: '{"55063": "100"}', + coty_name: ['La Crosse'], + cty_code: ['55063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.24708, lat: 43.85705 }, + }, + { + zip_code: '54628', + usps_city: 'Ferryville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 5.1, + primary_coty_code: '55023', + primary_coty_name: 'Crawford', + county_weights: '{"55023": "93.96", "55123": "6.04"}', + coty_name: ['Crawford', 'Vernon'], + cty_code: ['55023', '55123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.02466, lat: 43.37294 }, + }, + { + zip_code: '54639', + usps_city: 'La Farge', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2708.0, + density: 10.8, + primary_coty_code: '55123', + primary_coty_name: 'Vernon', + county_weights: '{"55123": "96.79", "55103": "3.21"}', + coty_name: ['Vernon', 'Richland'], + cty_code: ['55123', '55103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63976, lat: 43.60653 }, + }, + { + zip_code: '54748', + usps_city: 'Jim Falls', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1021.0, + density: 9.6, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "100"}', + coty_name: ['Chippewa'], + cty_code: ['55017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.26289, lat: 45.07813 }, + }, + { + zip_code: '54769', + usps_city: 'Stockholm', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 644.0, + density: 7.9, + primary_coty_code: '55091', + primary_coty_name: 'Pepin', + county_weights: '{"55091": "79.08", "55093": "20.92"}', + coty_name: ['Pepin', 'Pierce'], + cty_code: ['55091', '55093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.23733, lat: 44.51417 }, + }, + { + zip_code: '54805', + usps_city: 'Almena', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1461.0, + density: 16.9, + primary_coty_code: '55005', + primary_coty_name: 'Barron', + county_weights: '{"55005": "100"}', + coty_name: ['Barron'], + cty_code: ['55005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.02158, lat: 45.41281 }, + }, + { + zip_code: '54950', + usps_city: 'Marion', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2773.0, + density: 12.9, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "75.22", "55115": "24.78"}', + coty_name: ['Waupaca', 'Shawano'], + cty_code: ['55135', '55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.90539, lat: 44.65489 }, + }, + { + zip_code: '55001', + usps_city: 'Afton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3038.0, + density: 44.5, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81888, lat: 44.9017 }, + }, + { + zip_code: '55038', + usps_city: 'Hugo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 22844.0, + density: 178.0, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "61.12", "27003": "38.84", "27123": "0.04"}', + coty_name: ['Washington', 'Anoka', 'Ramsey'], + cty_code: ['27163', '27003', '27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.97938, lat: 45.16869 }, + }, + { + zip_code: '55049', + usps_city: 'Medford', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2659.0, + density: 21.4, + primary_coty_code: '27147', + primary_coty_name: 'Steele', + county_weights: '{"27147": "98.87", "27131": "1.13"}', + coty_name: ['Steele', 'Rice'], + cty_code: ['27147', '27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.22797, lat: 44.17659 }, + }, + { + zip_code: '55055', + usps_city: 'Newport', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3532.0, + density: 385.0, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99777, lat: 44.87382 }, + }, + { + zip_code: '55068', + usps_city: 'Rosemount', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 29380.0, + density: 264.6, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.06868, lat: 44.73781 }, + }, + { + zip_code: '55075', + usps_city: 'South Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 20212.0, + density: 1377.1, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.04093, lat: 44.88747 }, + }, + { + zip_code: '55107', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14279.0, + density: 1341.8, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07958, lat: 44.93108 }, + }, + { + zip_code: '55129', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 26409.0, + density: 521.2, + primary_coty_code: '27163', + primary_coty_name: 'Washington', + county_weights: '{"27163": "100"}', + coty_name: ['Washington'], + cty_code: ['27163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.90679, lat: 44.89405 }, + }, + { + zip_code: '55398', + usps_city: 'Zimmerman', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16428.0, + density: 81.6, + primary_coty_code: '27141', + primary_coty_name: 'Sherburne', + county_weights: '{"27141": "95.28", "27059": "4.72"}', + coty_name: ['Sherburne', 'Isanti'], + cty_code: ['27141', '27059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59843, lat: 45.46401 }, + }, + { + zip_code: '55421', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28582.0, + density: 1756.8, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "88.16", "27123": "11.36", "27053": "0.49"}', + coty_name: ['Anoka', 'Ramsey', 'Hennepin'], + cty_code: ['27003', '27123', '27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25313, lat: 45.0509 }, + }, + { + zip_code: '55771', + usps_city: 'Orr', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1616.0, + density: 0.6, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "95.6", "27071": "4.4"}', + coty_name: ['St. Louis', 'Koochiching'], + cty_code: ['27137', '27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.85607, lat: 48.14393 }, + }, + { + zip_code: '55932', + usps_city: 'Elgin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2091.0, + density: 15.9, + primary_coty_code: '27157', + primary_coty_name: 'Wabasha', + county_weights: '{"27157": "84.23", "27109": "15.77"}', + coty_name: ['Wabasha', 'Olmsted'], + cty_code: ['27157', '27109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.3019, lat: 44.1391 }, + }, + { + zip_code: '55952', + usps_city: 'Lewiston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2680.0, + density: 15.8, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "100"}', + coty_name: ['Winona'], + cty_code: ['27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.84356, lat: 43.94335 }, + }, + { + zip_code: '56003', + usps_city: 'Mankato', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 14738.0, + density: 130.2, + primary_coty_code: '27103', + primary_coty_name: 'Nicollet', + county_weights: '{"27103": "100"}', + coty_name: ['Nicollet'], + cty_code: ['27103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0886, lat: 44.21274 }, + }, + { + zip_code: '56014', + usps_city: 'Bricelyn', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 623.0, + density: 3.3, + primary_coty_code: '27043', + primary_coty_name: 'Faribault', + county_weights: '{"27043": "100"}', + coty_name: ['Faribault'], + cty_code: ['27043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82579, lat: 43.58261 }, + }, + { + zip_code: '56017', + usps_city: 'Cleveland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1717.0, + density: 23.0, + primary_coty_code: '27079', + primary_coty_name: 'Le Sueur', + county_weights: '{"27079": "100"}', + coty_name: ['Le Sueur'], + cty_code: ['27079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82016, lat: 44.30705 }, + }, + { + zip_code: '56169', + usps_city: 'Russell', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 4.5, + primary_coty_code: '27083', + primary_coty_name: 'Lyon', + county_weights: '{"27083": "100"}', + coty_name: ['Lyon'], + cty_code: ['27083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00494, lat: 44.33383 }, + }, + { + zip_code: '56207', + usps_city: 'Alberta', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 2.1, + primary_coty_code: '27149', + primary_coty_name: 'Stevens', + county_weights: '{"27149": "97.21", "27151": "2.79"}', + coty_name: ['Stevens', 'Swift'], + cty_code: ['27149', '27151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.06945, lat: 45.49685 }, + }, + { + zip_code: '56252', + usps_city: 'Kerkhoven', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1185.0, + density: 6.3, + primary_coty_code: '27151', + primary_coty_name: 'Swift', + county_weights: '{"27151": "86.75", "27023": "9.45", "27067": "3.8"}', + coty_name: ['Swift', 'Chippewa', 'Kandiyohi'], + cty_code: ['27151', '27023', '27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30209, lat: 45.18108 }, + }, + { + zip_code: '56263', + usps_city: 'Milroy', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 463.0, + density: 3.6, + primary_coty_code: '27127', + primary_coty_name: 'Redwood', + county_weights: '{"27127": "91.87", "27083": "8.13"}', + coty_name: ['Redwood', 'Lyon'], + cty_code: ['27127', '27083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54378, lat: 44.41485 }, + }, + { + zip_code: '56349', + usps_city: 'Lowry', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 7.5, + primary_coty_code: '27121', + primary_coty_name: 'Pope', + county_weights: '{"27121": "89.09", "27041": "10.91"}', + coty_name: ['Pope', 'Douglas'], + cty_code: ['27121', '27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.51186, lat: 45.72518 }, + }, + { + zip_code: '56435', + usps_city: 'Backus', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2733.0, + density: 6.6, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "99.79", "27035": "0.21"}', + coty_name: ['Cass', 'Crow Wing'], + cty_code: ['27021', '27035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53793, lat: 46.80838 }, + }, + { + zip_code: '56446', + usps_city: 'Eagle Bend', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1532.0, + density: 5.9, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "89.42", "27111": "5.32", "27041": "5.26"}', + coty_name: ['Todd', 'Otter Tail', 'Douglas'], + cty_code: ['27153', '27111', '27041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08925, lat: 46.12551 }, + }, + { + zip_code: '56543', + usps_city: 'Foxhome', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 1.3, + primary_coty_code: '27167', + primary_coty_name: 'Wilkin', + county_weights: '{"27167": "100"}', + coty_name: ['Wilkin'], + cty_code: ['27167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.33833, lat: 46.28703 }, + }, + { + zip_code: '56546', + usps_city: 'Georgetown', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 1.7, + primary_coty_code: '27027', + primary_coty_name: 'Clay', + county_weights: '{"27027": "100"}', + coty_name: ['Clay'], + cty_code: ['27027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72757, lat: 47.10368 }, + }, + { + zip_code: '56701', + usps_city: 'Thief River Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 12998.0, + density: 13.2, + primary_coty_code: '27113', + primary_coty_name: 'Pennington', + county_weights: '{"27113": "96.19", "27089": "3.81"}', + coty_name: ['Pennington', 'Marshall'], + cty_code: ['27113', '27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.19247, lat: 48.12209 }, + }, + { + zip_code: '56721', + usps_city: 'East Grand Forks', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10242.0, + density: 21.0, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.94394, lat: 47.97356 }, + }, + { + zip_code: '57018', + usps_city: 'Colton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1337.0, + density: 6.3, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98275, lat: 43.79804 }, + }, + { + zip_code: '57032', + usps_city: 'Harrisburg', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 8549.0, + density: 67.6, + primary_coty_code: '46083', + primary_coty_name: 'Lincoln', + county_weights: '{"46083": "100"}', + coty_name: ['Lincoln'], + cty_code: ['46083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6869, lat: 43.42188 }, + }, + { + zip_code: '57038', + usps_city: 'Jefferson', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1427.0, + density: 10.3, + primary_coty_code: '46127', + primary_coty_name: 'Union', + county_weights: '{"46127": "100"}', + coty_name: ['Union'], + cty_code: ['46127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58099, lat: 42.58243 }, + }, + { + zip_code: '57075', + usps_city: 'Wentworth', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 6.2, + primary_coty_code: '46079', + primary_coty_name: 'Lake', + county_weights: '{"46079": "100"}', + coty_name: ['Lake'], + cty_code: ['46079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.96352, lat: 44.00185 }, + }, + { + zip_code: '57201', + usps_city: 'Watertown', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 25350.0, + density: 30.2, + primary_coty_code: '46029', + primary_coty_name: 'Codington', + county_weights: '{"46029": "100"}', + coty_name: ['Codington'], + cty_code: ['46029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09464, lat: 44.93786 }, + }, + { + zip_code: '57313', + usps_city: 'Armour', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1241.0, + density: 2.7, + primary_coty_code: '46043', + primary_coty_name: 'Douglas', + county_weights: '{"46043": "90.6", "46023": "9.4"}', + coty_name: ['Douglas', 'Charles Mix'], + cty_code: ['46043', '46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3658, lat: 43.31032 }, + }, + { + zip_code: '57319', + usps_city: 'Bridgewater', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 840.0, + density: 2.2, + primary_coty_code: '46087', + primary_coty_name: 'McCook', + county_weights: '{"46087": "81.46", "46067": "13.26", "46125": "5.28"}', + coty_name: ['McCook', 'Hutchinson', 'Turner'], + cty_code: ['46087', '46067', '46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48283, lat: 43.53605 }, + }, + { + zip_code: '57363', + usps_city: 'Mount Vernon', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 2.0, + primary_coty_code: '46035', + primary_coty_name: 'Davison', + county_weights: '{"46035": "97.81", "46111": "2.19"}', + coty_name: ['Davison', 'Sanborn'], + cty_code: ['46035', '46111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.25553, lat: 43.67863 }, + }, + { + zip_code: '57364', + usps_city: 'New Holland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '46043', + primary_coty_name: 'Douglas', + county_weights: '{"46043": "100"}', + coty_name: ['Douglas'], + cty_code: ['46043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.60689, lat: 43.42922 }, + }, + { + zip_code: '57375', + usps_city: 'Stickney', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 734.0, + density: 1.9, + primary_coty_code: '46003', + primary_coty_name: 'Aurora', + county_weights: '{"46003": "100"}', + coty_name: ['Aurora'], + cty_code: ['46003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.47987, lat: 43.56202 }, + }, + { + zip_code: '57650', + usps_city: 'Ralph', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 0.2, + primary_coty_code: '46063', + primary_coty_name: 'Harding', + county_weights: '{"46063": "100"}', + coty_name: ['Harding'], + cty_code: ['46063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.02244, lat: 45.8385 }, + }, + { + zip_code: '58072', + usps_city: 'Valley City', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 7711.0, + density: 9.4, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "100"}', + coty_name: ['Barnes'], + cty_code: ['38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.00688, lat: 46.92569 }, + }, + { + zip_code: '58241', + usps_city: 'Hensel', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 1.2, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67743, lat: 48.69843 }, + }, + { + zip_code: '58271', + usps_city: 'Pembina', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 557.0, + density: 2.1, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "100"}', + coty_name: ['Pembina'], + cty_code: ['38067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29409, lat: 48.91108 }, + }, + { + zip_code: '58346', + usps_city: 'Leeds', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 664.0, + density: 1.2, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "97.85", "38095": "2.15"}', + coty_name: ['Benson', 'Towner'], + cty_code: ['38005', '38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.42857, lat: 48.28751 }, + }, + { + zip_code: '58362', + usps_city: 'Penn', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "100"}', + coty_name: ['Ramsey'], + cty_code: ['38071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.08929, lat: 48.21439 }, + }, + { + zip_code: '58377', + usps_city: 'Starkweather', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 304.0, + density: 0.5, + primary_coty_code: '38071', + primary_coty_name: 'Ramsey', + county_weights: '{"38071": "82.93", "38095": "12.87", "38019": "4.19"}', + coty_name: ['Ramsey', 'Towner', 'Cavalier'], + cty_code: ['38071', '38095', '38019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.86283, lat: 48.45843 }, + }, + { + zip_code: '58379', + usps_city: 'Tokio', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 10.3, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "100"}', + coty_name: ['Benson'], + cty_code: ['38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.84504, lat: 47.90599 }, + }, + { + zip_code: '58531', + usps_city: 'Coleharbor', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 418.0, + density: 1.4, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "100"}', + coty_name: ['McLean'], + cty_code: ['38055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.19518, lat: 47.57372 }, + }, + { + zip_code: '58627', + usps_city: 'Fairfield', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 0.2, + primary_coty_code: '38007', + primary_coty_name: 'Billings', + county_weights: '{"38007": "100"}', + coty_name: ['Billings'], + cty_code: ['38007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.30559, lat: 47.23294 }, + }, + { + zip_code: '58718', + usps_city: 'Berthold', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 995.0, + density: 0.9, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "86.25", "38061": "11.92", "38075": "1.83"}', + coty_name: ['Ward', 'Mountrail', 'Renville'], + cty_code: ['38101', '38061', '38075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.8106, lat: 48.3124 }, + }, + { + zip_code: '58760', + usps_city: 'Maxbass', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 302.0, + density: 0.8, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "100"}', + coty_name: ['Bottineau'], + cty_code: ['38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.14773, lat: 48.70279 }, + }, + { + zip_code: '58761', + usps_city: 'Mohall', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 1.2, + primary_coty_code: '38075', + primary_coty_name: 'Renville', + county_weights: '{"38075": "92.3", "38009": "7.7"}', + coty_name: ['Renville', 'Bottineau'], + cty_code: ['38075', '38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.53294, lat: 48.78319 }, + }, + { + zip_code: '58776', + usps_city: 'Ross', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 0.5, + primary_coty_code: '38061', + primary_coty_name: 'Mountrail', + county_weights: '{"38061": "100"}', + coty_name: ['Mountrail'], + cty_code: ['38061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.61391, lat: 48.2428 }, + }, + { + zip_code: '59074', + usps_city: 'Ryegate', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 0.2, + primary_coty_code: '30037', + primary_coty_name: 'Golden Valley', + county_weights: '{"30037": "100"}', + coty_name: ['Golden Valley'], + cty_code: ['30037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.31631, lat: 46.36786 }, + }, + { + zip_code: '59079', + usps_city: 'Shepherd', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 3707.0, + density: 4.0, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.35367, lat: 46.06377 }, + }, + { + zip_code: '59222', + usps_city: 'Flaxville', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 175.0, + density: 0.3, + primary_coty_code: '30019', + primary_coty_name: 'Daniels', + county_weights: '{"30019": "100"}', + coty_name: ['Daniels'], + cty_code: ['30019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.14527, lat: 48.7042 }, + }, + { + zip_code: '59230', + usps_city: 'Glasgow', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4484.0, + density: 1.1, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.83538, lat: 48.09859 }, + }, + { + zip_code: '59240', + usps_city: 'Glentana', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 0.3, + primary_coty_code: '30105', + primary_coty_name: 'Valley', + county_weights: '{"30105": "100"}', + coty_name: ['Valley'], + cty_code: ['30105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.23569, lat: 48.84216 }, + }, + { + zip_code: '59333', + usps_city: 'Hathaway', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 0.5, + primary_coty_code: '30087', + primary_coty_name: 'Rosebud', + county_weights: '{"30087": "100"}', + coty_name: ['Rosebud'], + cty_code: ['30087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.21822, lat: 46.28008 }, + }, + { + zip_code: '59460', + usps_city: 'Loma', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 0.2, + primary_coty_code: '30015', + primary_coty_name: 'Chouteau', + county_weights: '{"30015": "100"}', + coty_name: ['Chouteau'], + cty_code: ['30015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.50842, lat: 48.08759 }, + }, + { + zip_code: '59527', + usps_city: 'Hays', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1006.0, + density: 1.8, + primary_coty_code: '30005', + primary_coty_name: 'Blaine', + county_weights: '{"30005": "100"}', + coty_name: ['Blaine'], + cty_code: ['30005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.74784, lat: 48.04656 }, + }, + { + zip_code: '59736', + usps_city: 'Jackson', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 0.1, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "100"}', + coty_name: ['Beaverhead'], + cty_code: ['30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.39401, lat: 45.33381 }, + }, + { + zip_code: '59740', + usps_city: 'McAllister', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 1.0, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.82133, lat: 45.47646 }, + }, + { + zip_code: '59741', + usps_city: 'Manhattan', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 4679.0, + density: 11.5, + primary_coty_code: '30031', + primary_coty_name: 'Gallatin', + county_weights: '{"30031": "100"}', + coty_name: ['Gallatin'], + cty_code: ['30031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.36076, lat: 45.77232 }, + }, + { + zip_code: '59761', + usps_city: 'Wisdom', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 0.1, + primary_coty_code: '30001', + primary_coty_name: 'Beaverhead', + county_weights: '{"30001": "100"}', + coty_name: ['Beaverhead'], + cty_code: ['30001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.55342, lat: 45.63591 }, + }, + { + zip_code: '59833', + usps_city: 'Florence', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 5608.0, + density: 12.5, + primary_coty_code: '30081', + primary_coty_name: 'Ravalli', + county_weights: '{"30081": "79.83", "30063": "20.17"}', + coty_name: ['Ravalli', 'Missoula'], + cty_code: ['30081', '30063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.06221, lat: 46.65156 }, + }, + { + zip_code: '60035', + usps_city: 'Highland Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29636.0, + density: 900.2, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81056, lat: 42.18367 }, + }, + { + zip_code: '60040', + usps_city: 'Highwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5310.0, + density: 2895.7, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81287, lat: 42.20622 }, + }, + { + zip_code: '60051', + usps_city: 'Mchenry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 22808.0, + density: 274.9, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "83.61", "17097": "16.39"}', + coty_name: ['McHenry', 'Lake'], + cty_code: ['17111', '17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.22935, lat: 42.35421 }, + }, + { + zip_code: '60064', + usps_city: 'North Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15490.0, + density: 1152.8, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.86059, lat: 42.32251 }, + }, + { + zip_code: '60089', + usps_city: 'Buffalo Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 41014.0, + density: 1625.2, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "67.15", "17031": "32.85"}', + coty_name: ['Lake', 'Cook'], + cty_code: ['17097', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96063, lat: 42.16694 }, + }, + { + zip_code: '60130', + usps_city: 'Forest Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 13927.0, + density: 1941.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.81738, lat: 41.86642 }, + }, + { + zip_code: '60133', + usps_city: 'Hanover Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 38113.0, + density: 1809.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "54.16", "17043": "45.84"}', + coty_name: ['Cook', 'DuPage'], + cty_code: ['17031', '17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14301, lat: 41.97761 }, + }, + { + zip_code: '60137', + usps_city: 'Glen Ellyn', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37760.0, + density: 1347.1, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.06188, lat: 41.86518 }, + }, + { + zip_code: '60442', + usps_city: 'Manhattan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10679.0, + density: 60.3, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96353, lat: 41.39274 }, + }, + { + zip_code: '60482', + usps_city: 'Worth', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10849.0, + density: 1715.9, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.79106, lat: 41.68735 }, + }, + { + zip_code: '60805', + usps_city: 'Evergreen Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19479.0, + density: 2206.8, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70244, lat: 41.722 }, + }, + { + zip_code: '60951', + usps_city: 'Martinton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 803.0, + density: 5.8, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.75109, lat: 40.92138 }, + }, + { + zip_code: '60954', + usps_city: 'Momence', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5820.0, + density: 33.8, + primary_coty_code: '17091', + primary_coty_name: 'Kankakee', + county_weights: '{"17091": "100"}', + coty_name: ['Kankakee'], + cty_code: ['17091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62902, lat: 41.15338 }, + }, + { + zip_code: '60960', + usps_city: 'Rankin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 4.8, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: + '{"17183": "79.14", "17053": "16.92", "17075": "3.29", "17019": "0.66"}', + coty_name: ['Vermilion', 'Ford', 'Iroquois', 'Champaign'], + cty_code: ['17183', '17053', '17075', '17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88999, lat: 40.43873 }, + }, + { + zip_code: '60974', + usps_city: 'Woodland', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 211.0, + density: 61.0, + primary_coty_code: '17075', + primary_coty_name: 'Iroquois', + county_weights: '{"17075": "100"}', + coty_name: ['Iroquois'], + cty_code: ['17075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.73422, lat: 40.71914 }, + }, + { + zip_code: '61015', + usps_city: 'Chana', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 9.9, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "100"}', + coty_name: ['Ogle'], + cty_code: ['17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20198, lat: 41.99299 }, + }, + { + zip_code: '61201', + usps_city: 'Rock Island', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 38024.0, + density: 820.3, + primary_coty_code: '17161', + primary_coty_name: 'Rock Island', + county_weights: '{"17161": "100"}', + coty_name: ['Rock Island'], + cty_code: ['17161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57675, lat: 41.4778 }, + }, + { + zip_code: '61261', + usps_city: 'Lyndon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 903.0, + density: 19.4, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "100"}', + coty_name: ['Whiteside'], + cty_code: ['17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91588, lat: 41.7257 }, + }, + { + zip_code: '61277', + usps_city: 'Prophetstown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3225.0, + density: 9.8, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "88.7", "17073": "11.3"}', + coty_name: ['Whiteside', 'Henry'], + cty_code: ['17195', '17073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.93165, lat: 41.60673 }, + }, + { + zip_code: '61315', + usps_city: 'Bureau', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 240.0, + density: 64.5, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.36422, lat: 41.28765 }, + }, + { + zip_code: '61328', + usps_city: 'Kasbeer', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26.0, + density: 20.6, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.45929, lat: 41.49955 }, + }, + { + zip_code: '61346', + usps_city: 'New Bedford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 141.3, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71819, lat: 41.51115 }, + }, + { + zip_code: '61360', + usps_city: 'Seneca', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3050.0, + density: 23.7, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "96.2", "17063": "3.8"}', + coty_name: ['LaSalle', 'Grundy'], + cty_code: ['17099', '17063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.60479, lat: 41.3272 }, + }, + { + zip_code: '61377', + usps_city: 'Wenona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1393.0, + density: 9.8, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "83.87", "17099": "16.13"}', + coty_name: ['Marshall', 'LaSalle'], + cty_code: ['17123', '17099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.03648, lat: 41.06002 }, + }, + { + zip_code: '61424', + usps_city: 'Camp Grove', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 63.1, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "100"}', + coty_name: ['Marshall'], + cty_code: ['17123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63496, lat: 41.07678 }, + }, + { + zip_code: '61431', + usps_city: 'Ellisville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 2.9, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.27815, lat: 40.60769 }, + }, + { + zip_code: '61441', + usps_city: 'Ipava', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 955.0, + density: 6.0, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29338, lat: 40.34074 }, + }, + { + zip_code: '61475', + usps_city: 'Sciota', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 3.3, + primary_coty_code: '17109', + primary_coty_name: 'McDonough', + county_weights: '{"17109": "92.68", "17187": "7.32"}', + coty_name: ['McDonough', 'Warren'], + cty_code: ['17109', '17187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.75343, lat: 40.5979 }, + }, + { + zip_code: '61486', + usps_city: 'Viola', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1514.0, + density: 13.6, + primary_coty_code: '17131', + primary_coty_name: 'Mercer', + county_weights: '{"17131": "100"}', + coty_name: ['Mercer'], + cty_code: ['17131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57609, lat: 41.19792 }, + }, + { + zip_code: '61534', + usps_city: 'Green Valley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1835.0, + density: 12.9, + primary_coty_code: '17179', + primary_coty_name: 'Tazewell', + county_weights: '{"17179": "100"}', + coty_name: ['Tazewell'], + cty_code: ['17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.6661, lat: 40.41448 }, + }, + { + zip_code: '61559', + usps_city: 'Princeville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 3223.0, + density: 12.7, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "97.87", "17175": "2.13"}', + coty_name: ['Peoria', 'Stark'], + cty_code: ['17143', '17175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.77557, lat: 40.92108 }, + }, + { + zip_code: '61751', + usps_city: 'Lawndale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 21.6, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.29926, lat: 40.21455 }, + }, + { + zip_code: '61774', + usps_city: 'Stanford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 979.0, + density: 8.8, + primary_coty_code: '17113', + primary_coty_name: 'McLean', + county_weights: '{"17113": "100"}', + coty_name: ['McLean'], + cty_code: ['17113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20402, lat: 40.43069 }, + }, + { + zip_code: '61821', + usps_city: 'Champaign', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 31207.0, + density: 1601.8, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27503, lat: 40.10962 }, + }, + { + zip_code: '61920', + usps_city: 'Charleston', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 23839.0, + density: 61.5, + primary_coty_code: '17029', + primary_coty_name: 'Coles', + county_weights: '{"17029": "100"}', + coty_name: ['Coles'], + cty_code: ['17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1641, lat: 39.50367 }, + }, + { + zip_code: '62012', + usps_city: 'Brighton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6510.0, + density: 42.2, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "53.07", "17083": "42.64", "17119": "4.3"}', + coty_name: ['Macoupin', 'Jersey', 'Madison'], + cty_code: ['17117', '17083', '17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.15015, lat: 39.04282 }, + }, + { + zip_code: '62059', + usps_city: 'Lovejoy', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 615.8, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16501, lat: 38.65639 }, + }, + { + zip_code: '62080', + usps_city: 'Ramsey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2355.0, + density: 7.5, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "98.01", "17135": "1.99"}', + coty_name: ['Fayette', 'Montgomery'], + cty_code: ['17051', '17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.10133, lat: 39.13697 }, + }, + { + zip_code: '62088', + usps_city: 'Staunton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6647.0, + density: 59.3, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "89.93", "17119": "10.07"}', + coty_name: ['Macoupin', 'Madison'], + cty_code: ['17117', '17119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7987, lat: 39.012 }, + }, + { + zip_code: '62234', + usps_city: 'Collinsville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32474.0, + density: 341.4, + primary_coty_code: '17119', + primary_coty_name: 'Madison', + county_weights: '{"17119": "86.81", "17163": "13.19"}', + coty_name: ['Madison', 'St. Clair'], + cty_code: ['17119', '17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98178, lat: 38.6834 }, + }, + { + zip_code: '62274', + usps_city: 'Pinckneyville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 7699.0, + density: 21.3, + primary_coty_code: '17145', + primary_coty_name: 'Perry', + county_weights: '{"17145": "100"}', + coty_name: ['Perry'], + cty_code: ['17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40828, lat: 38.09177 }, + }, + { + zip_code: '62443', + usps_city: 'Mason', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1538.0, + density: 8.1, + primary_coty_code: '17049', + primary_coty_name: 'Effingham', + county_weights: '{"17049": "89.71", "17025": "10.29"}', + coty_name: ['Effingham', 'Clay'], + cty_code: ['17049', '17025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.62801, lat: 38.9541 }, + }, + { + zip_code: '62459', + usps_city: 'Sainte Marie', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 344.0, + density: 121.7, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "100"}', + coty_name: ['Jasper'], + cty_code: ['17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.02779, lat: 38.93002 }, + }, + { + zip_code: '62462', + usps_city: 'Sigel', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 942.0, + density: 9.0, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "63.01", "17035": "36.99"}', + coty_name: ['Shelby', 'Cumberland'], + cty_code: ['17173', '17035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.46387, lat: 39.23471 }, + }, + { + zip_code: '62548', + usps_city: 'Mount Pulaski', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2443.0, + density: 10.6, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "99.91", "17167": "0.09"}', + coty_name: ['Logan', 'Sangamon'], + cty_code: ['17107', '17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28227, lat: 39.97847 }, + }, + { + zip_code: '62625', + usps_city: 'Cantrall', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 13.0, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.69584, lat: 39.91029 }, + }, + { + zip_code: '62650', + usps_city: 'Jacksonville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26524.0, + density: 50.2, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "99.7", "17171": "0.3"}', + coty_name: ['Morgan', 'Scott'], + cty_code: ['17137', '17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.22336, lat: 39.73454 }, + }, + { + zip_code: '62656', + usps_city: 'Lincoln', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19280.0, + density: 51.6, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37163, lat: 40.13988 }, + }, + { + zip_code: '62682', + usps_city: 'San Jose', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 963.0, + density: 8.9, + primary_coty_code: '17125', + primary_coty_name: 'Mason', + county_weights: '{"17125": "62.95", "17107": "35.61", "17179": "1.43"}', + coty_name: ['Mason', 'Logan', 'Tazewell'], + cty_code: ['17125', '17107', '17179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.63596, lat: 40.29219 }, + }, + { + zip_code: '62818', + usps_city: 'Browns', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 3.7, + primary_coty_code: '17047', + primary_coty_name: 'Edwards', + county_weights: '{"17047": "78.18", "17185": "21.82"}', + coty_name: ['Edwards', 'Wabash'], + cty_code: ['17047', '17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96536, lat: 38.38328 }, + }, + { + zip_code: '62822', + usps_city: 'Christopher', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2960.0, + density: 424.8, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05655, lat: 37.97774 }, + }, + { + zip_code: '62856', + usps_city: 'Logan', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 373.0, + density: 154.8, + primary_coty_code: '17055', + primary_coty_name: 'Franklin', + county_weights: '{"17055": "100"}', + coty_name: ['Franklin'], + cty_code: ['17055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8362, lat: 37.95748 }, + }, + { + zip_code: '62876', + usps_city: 'Radom', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 23.1, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "100"}', + coty_name: ['Washington'], + cty_code: ['17189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.19576, lat: 38.27645 }, + }, + { + zip_code: '62899', + usps_city: 'Xenia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1815.0, + density: 6.8, + primary_coty_code: '17025', + primary_coty_name: 'Clay', + county_weights: '{"17025": "67.31", "17191": "32.69"}', + coty_name: ['Clay', 'Wayne'], + cty_code: ['17025', '17191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64568, lat: 38.63192 }, + }, + { + zip_code: '62982', + usps_city: 'Rosiclare', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 877.0, + density: 43.5, + primary_coty_code: '17069', + primary_coty_name: 'Hardin', + county_weights: '{"17069": "100"}', + coty_name: ['Hardin'], + cty_code: ['17069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35961, lat: 37.42811 }, + }, + { + zip_code: '63014', + usps_city: 'Berger', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 828.0, + density: 8.3, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "88.32", "29073": "11.68"}', + coty_name: ['Franklin', 'Gasconade'], + cty_code: ['29071', '29073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.31851, lat: 38.64701 }, + }, + { + zip_code: '63073', + usps_city: 'Saint Albans', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 798.0, + density: 44.5, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "100"}', + coty_name: ['Franklin'], + cty_code: ['29071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.76811, lat: 38.59357 }, + }, + { + zip_code: '63125', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 32826.0, + density: 1276.1, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "98.89", "29510": "1.11"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29285, lat: 38.51852 }, + }, + { + zip_code: '63141', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 20411.0, + density: 559.5, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.45818, lat: 38.65831 }, + }, + { + zip_code: '63301', + usps_city: 'Saint Charles', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 51199.0, + density: 223.6, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46736, lat: 38.86333 }, + }, + { + zip_code: '63330', + usps_city: 'Annada', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 1.9, + primary_coty_code: '29163', + primary_coty_name: 'Pike', + county_weights: '{"29163": "100"}', + coty_name: ['Pike'], + cty_code: ['29163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.80655, lat: 39.2707 }, + }, + { + zip_code: '63359', + usps_city: 'Middletown', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1423.0, + density: 3.9, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: + '{"29139": "49", "29163": "44.29", "29007": "4.01", "29113": "2.7"}', + coty_name: ['Montgomery', 'Pike', 'Audrain', 'Lincoln'], + cty_code: ['29139', '29163', '29007', '29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.34908, lat: 39.15548 }, + }, + { + zip_code: '63439', + usps_city: 'Emden', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 4.2, + primary_coty_code: '29205', + primary_coty_name: 'Shelby', + county_weights: '{"29205": "74.02", "29127": "25.98"}', + coty_name: ['Shelby', 'Marion'], + cty_code: ['29205', '29127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.86059, lat: 39.80197 }, + }, + { + zip_code: '63536', + usps_city: 'Downing', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1090.0, + density: 5.6, + primary_coty_code: '29197', + primary_coty_name: 'Schuyler', + county_weights: '{"29197": "81.2", "29199": "18.8"}', + coty_name: ['Schuyler', 'Scotland'], + cty_code: ['29197', '29199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.35914, lat: 40.49056 }, + }, + { + zip_code: '63559', + usps_city: 'Novinger', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1684.0, + density: 5.9, + primary_coty_code: '29001', + primary_coty_name: 'Adair', + county_weights: '{"29001": "96.9", "29171": "3.1"}', + coty_name: ['Adair', 'Putnam'], + cty_code: ['29001', '29171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.745, lat: 40.22228 }, + }, + { + zip_code: '63563', + usps_city: 'Rutledge', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 724.0, + density: 3.8, + primary_coty_code: '29199', + primary_coty_name: 'Scotland', + county_weights: '{"29199": "69.22", "29103": "30.78"}', + coty_name: ['Scotland', 'Knox'], + cty_code: ['29199', '29103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.07061, lat: 40.30413 }, + }, + { + zip_code: '63625', + usps_city: 'Black', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 1.9, + primary_coty_code: '29179', + primary_coty_name: 'Reynolds', + county_weights: '{"29179": "90.59", "29093": "9.41"}', + coty_name: ['Reynolds', 'Iron'], + cty_code: ['29179', '29093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.97794, lat: 37.57042 }, + }, + { + zip_code: '63956', + usps_city: 'Patterson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1441.0, + density: 7.3, + primary_coty_code: '29223', + primary_coty_name: 'Wayne', + county_weights: '{"29223": "100"}', + coty_name: ['Wayne'], + cty_code: ['29223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51818, lat: 37.2116 }, + }, + { + zip_code: '63960', + usps_city: 'Puxico', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2955.0, + density: 9.6, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "97.47", "29017": "2.53"}', + coty_name: ['Stoddard', 'Bollinger'], + cty_code: ['29207', '29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.12297, lat: 36.96109 }, + }, + { + zip_code: '64075', + usps_city: 'Oak Grove', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12638.0, + density: 96.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "94.68", "29107": "5.32"}', + coty_name: ['Jackson', 'Lafayette'], + cty_code: ['29095', '29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.14525, lat: 39.00029 }, + }, + { + zip_code: '64080', + usps_city: 'Pleasant Hill', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13212.0, + density: 41.5, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "99.21", "29095": "0.79"}', + coty_name: ['Cass', 'Jackson'], + cty_code: ['29037', '29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.25449, lat: 38.76701 }, + }, + { + zip_code: '64090', + usps_city: 'Strasburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 402.5, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16359, lat: 38.75934 }, + }, + { + zip_code: '64125', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1740.0, + density: 406.9, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.49381, lat: 39.10579 }, + }, + { + zip_code: '64167', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 572.0, + density: 162.3, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.483, lat: 39.3175 }, + }, + { + zip_code: '64428', + usps_city: 'Burlington Junction', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 789.0, + density: 3.1, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "97.77", "29005": "2.23"}', + coty_name: ['Nodaway', 'Atchison'], + cty_code: ['29147', '29005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09476, lat: 40.43684 }, + }, + { + zip_code: '64429', + usps_city: 'Cameron', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12961.0, + density: 31.9, + primary_coty_code: '29049', + primary_coty_name: 'Clinton', + county_weights: + '{"29049": "46.64", "29063": "46.28", "29025": "6.36", "29061": "0.72"}', + coty_name: ['Clinton', 'DeKalb', 'Caldwell', 'Daviess'], + cty_code: ['29049', '29063', '29025', '29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22783, lat: 39.7347 }, + }, + { + zip_code: '64445', + usps_city: 'Elmo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 2.2, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.13881, lat: 40.53533 }, + }, + { + zip_code: '64485', + usps_city: 'Savannah', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7846.0, + density: 29.4, + primary_coty_code: '29003', + primary_coty_name: 'Andrew', + county_weights: '{"29003": "100"}', + coty_name: ['Andrew'], + cty_code: ['29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81387, lat: 39.95171 }, + }, + { + zip_code: '64499', + usps_city: 'Worth', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 2.9, + primary_coty_code: '29227', + primary_coty_name: 'Worth', + county_weights: '{"29227": "84.87", "29075": "15.13"}', + coty_name: ['Worth', 'Gentry'], + cty_code: ['29227', '29075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43969, lat: 40.39381 }, + }, + { + zip_code: '64646', + usps_city: 'Humphreys', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.1, + primary_coty_code: '29211', + primary_coty_name: 'Sullivan', + county_weights: '{"29211": "91.25", "29115": "8.75"}', + coty_name: ['Sullivan', 'Linn'], + cty_code: ['29211', '29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31383, lat: 40.09789 }, + }, + { + zip_code: '64650', + usps_city: 'Kingston', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 622.0, + density: 5.9, + primary_coty_code: '29025', + primary_coty_name: 'Caldwell', + county_weights: '{"29025": "100"}', + coty_name: ['Caldwell'], + cty_code: ['29025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05983, lat: 39.63486 }, + }, + { + zip_code: '64664', + usps_city: 'Mooresville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 2.8, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "100"}', + coty_name: ['Livingston'], + cty_code: ['29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.66499, lat: 39.74432 }, + }, + { + zip_code: '64701', + usps_city: 'Harrisonville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 14240.0, + density: 46.9, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.33351, lat: 38.61854 }, + }, + { + zip_code: '64730', + usps_city: 'Butler', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 6646.0, + density: 9.0, + primary_coty_code: '29013', + primary_coty_name: 'Bates', + county_weights: '{"29013": "100"}', + coty_name: ['Bates'], + cty_code: ['29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.29645, lat: 38.25758 }, + }, + { + zip_code: '64734', + usps_city: 'Cleveland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2123.0, + density: 19.1, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "100"}', + coty_name: ['Cass'], + cty_code: ['29037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57284, lat: 38.65224 }, + }, + { + zip_code: '64856', + usps_city: 'Pineville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3937.0, + density: 15.1, + primary_coty_code: '29119', + primary_coty_name: 'McDonald', + county_weights: '{"29119": "100"}', + coty_name: ['McDonald'], + cty_code: ['29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26665, lat: 36.56461 }, + }, + { + zip_code: '65051', + usps_city: 'Linn', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4845.0, + density: 15.5, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "99.96", "29073": "0.04"}', + coty_name: ['Osage', 'Gasconade'], + cty_code: ['29151', '29073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.79341, lat: 38.46843 }, + }, + { + zip_code: '65239', + usps_city: 'Cairo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1376.0, + density: 9.8, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "100"}', + coty_name: ['Randolph'], + cty_code: ['29175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.43032, lat: 39.53368 }, + }, + { + zip_code: '65278', + usps_city: 'Renick', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 423.7, + primary_coty_code: '29175', + primary_coty_name: 'Randolph', + county_weights: '{"29175": "100"}', + coty_name: ['Randolph'], + cty_code: ['29175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.4107, lat: 39.34161 }, + }, + { + zip_code: '65348', + usps_city: 'Otterville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1375.0, + density: 7.2, + primary_coty_code: '29053', + primary_coty_name: 'Cooper', + county_weights: '{"29053": "80.67", "29141": "19.33"}', + coty_name: ['Cooper', 'Morgan'], + cty_code: ['29053', '29141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.98034, lat: 38.71295 }, + }, + { + zip_code: '65466', + usps_city: 'Eminence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1854.0, + density: 3.8, + primary_coty_code: '29203', + primary_coty_name: 'Shannon', + county_weights: '{"29203": "100"}', + coty_name: ['Shannon'], + cty_code: ['29203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.37201, lat: 37.20588 }, + }, + { + zip_code: '65501', + usps_city: 'Jadwin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 2.6, + primary_coty_code: '29065', + primary_coty_name: 'Dent', + county_weights: '{"29065": "100"}', + coty_name: ['Dent'], + cty_code: ['29065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56486, lat: 37.45368 }, + }, + { + zip_code: '65548', + usps_city: 'Mountain View', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5650.0, + density: 13.6, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "91.1", "29203": "6.89", "29215": "2.01"}', + coty_name: ['Howell', 'Shannon', 'Texas'], + cty_code: ['29091', '29203', '29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71492, lat: 37.01443 }, + }, + { + zip_code: '65557', + usps_city: 'Roby', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 108.0, + density: 8.0, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.10368, lat: 37.50621 }, + }, + { + zip_code: '65629', + usps_city: 'Chadwick', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 3.8, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "100"}', + coty_name: ['Christian'], + cty_code: ['29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00871, lat: 36.8942 }, + }, + { + zip_code: '65652', + usps_city: 'Fordland', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4247.0, + density: 22.7, + primary_coty_code: '29225', + primary_coty_name: 'Webster', + county_weights: '{"29225": "91.53", "29043": "7.72", "29067": "0.75"}', + coty_name: ['Webster', 'Christian', 'Douglas'], + cty_code: ['29225', '29043', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.94616, lat: 37.14472 }, + }, + { + zip_code: '65660', + usps_city: 'Graff', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 3.2, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "87.36", "29215": "12.64"}', + coty_name: ['Wright', 'Texas'], + cty_code: ['29229', '29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27244, lat: 37.33126 }, + }, + { + zip_code: '65685', + usps_city: 'Louisburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 10.1, + primary_coty_code: '29059', + primary_coty_name: 'Dallas', + county_weights: '{"29059": "78.91", "29167": "21.09"}', + coty_name: ['Dallas', 'Polk'], + cty_code: ['29059', '29167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1566, lat: 37.75419 }, + }, + { + zip_code: '65712', + usps_city: 'Mount Vernon', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8675.0, + density: 27.5, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "100"}', + coty_name: ['Lawrence'], + cty_code: ['29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80433, lat: 37.10792 }, + }, + { + zip_code: '65745', + usps_city: 'Seligman', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2874.0, + density: 15.7, + primary_coty_code: '29009', + primary_coty_name: 'Barry', + county_weights: '{"29009": "84.52", "29119": "15.48"}', + coty_name: ['Barry', 'McDonald'], + cty_code: ['29009', '29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.96784, lat: 36.5308 }, + }, + { + zip_code: '65768', + usps_city: 'Vanzant', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 637.0, + density: 4.2, + primary_coty_code: '29067', + primary_coty_name: 'Douglas', + county_weights: '{"29067": "100"}', + coty_name: ['Douglas'], + cty_code: ['29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2644, lat: 36.91958 }, + }, + { + zip_code: '66039', + usps_city: 'Kincaid', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 537.0, + density: 2.1, + primary_coty_code: '20003', + primary_coty_name: 'Anderson', + county_weights: '{"20003": "99.68", "20001": "0.32"}', + coty_name: ['Anderson', 'Allen'], + cty_code: ['20003', '20001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.16816, lat: 38.10423 }, + }, + { + zip_code: '66220', + usps_city: 'Lenexa', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7770.0, + density: 444.5, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82148, lat: 38.96109 }, + }, + { + zip_code: '66412', + usps_city: 'Bremen', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 1.3, + primary_coty_code: '20117', + primary_coty_name: 'Marshall', + county_weights: '{"20117": "94.43", "20201": "5.57"}', + coty_name: ['Marshall', 'Washington'], + cty_code: ['20117', '20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.77914, lat: 39.91195 }, + }, + { + zip_code: '66763', + usps_city: 'Frontenac', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3385.0, + density: 204.3, + primary_coty_code: '20037', + primary_coty_name: 'Crawford', + county_weights: '{"20037": "100"}', + coty_name: ['Crawford'], + cty_code: ['20037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6982, lat: 37.46066 }, + }, + { + zip_code: '66835', + usps_city: 'Americus', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1252.0, + density: 8.0, + primary_coty_code: '20111', + primary_coty_name: 'Lyon', + county_weights: '{"20111": "100"}', + coty_name: ['Lyon'], + cty_code: ['20111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.2609, lat: 38.53648 }, + }, + { + zip_code: '66853', + usps_city: 'Hamilton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 451.0, + density: 1.3, + primary_coty_code: '20073', + primary_coty_name: 'Greenwood', + county_weights: '{"20073": "100"}', + coty_name: ['Greenwood'], + cty_code: ['20073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.22165, lat: 38.00135 }, + }, + { + zip_code: '66858', + usps_city: 'Lincolnville', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 1.6, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9324, lat: 38.47998 }, + }, + { + zip_code: '66871', + usps_city: 'Waverly', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1268.0, + density: 3.6, + primary_coty_code: '20031', + primary_coty_name: 'Coffey', + county_weights: '{"20031": "97.55", "20139": "2.45"}', + coty_name: ['Coffey', 'Osage'], + cty_code: ['20031', '20139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.61706, lat: 38.36051 }, + }, + { + zip_code: '66962', + usps_city: 'Palmer', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 264.0, + density: 2.0, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "94.32", "20027": "5.68"}', + coty_name: ['Washington', 'Clay'], + cty_code: ['20201', '20027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12013, lat: 39.5966 }, + }, + { + zip_code: '67018', + usps_city: 'Bluff City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 0.9, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "96.64", "20191": "3.36"}', + coty_name: ['Harper', 'Sumner'], + cty_code: ['20077', '20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85843, lat: 37.06949 }, + }, + { + zip_code: '67142', + usps_city: 'Spivey', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 1.0, + primary_coty_code: '20095', + primary_coty_name: 'Kingman', + county_weights: '{"20095": "100"}', + coty_name: ['Kingman'], + cty_code: ['20095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.11747, lat: 37.45694 }, + }, + { + zip_code: '67204', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 22291.0, + density: 534.2, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.36352, lat: 37.77246 }, + }, + { + zip_code: '67342', + usps_city: 'Edna', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 880.0, + density: 4.7, + primary_coty_code: '20099', + primary_coty_name: 'Labette', + county_weights: '{"20099": "100"}', + coty_name: ['Labette'], + cty_code: ['20099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35755, lat: 37.05927 }, + }, + { + zip_code: '67455', + usps_city: 'Lincoln', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2061.0, + density: 2.7, + primary_coty_code: '20105', + primary_coty_name: 'Lincoln', + county_weights: '{"20105": "100"}', + coty_name: ['Lincoln'], + cty_code: ['20105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16532, lat: 39.0227 }, + }, + { + zip_code: '67473', + usps_city: 'Osborne', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1764.0, + density: 2.6, + primary_coty_code: '20141', + primary_coty_name: 'Osborne', + county_weights: '{"20141": "100"}', + coty_name: ['Osborne'], + cty_code: ['20141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73596, lat: 39.37717 }, + }, + { + zip_code: '67515', + usps_city: 'Arnold', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 0.4, + primary_coty_code: '20135', + primary_coty_name: 'Ness', + county_weights: '{"20135": "100"}', + coty_name: ['Ness'], + cty_code: ['20135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.06846, lat: 38.6247 }, + }, + { + zip_code: '67522', + usps_city: 'Buhler', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1858.0, + density: 11.6, + primary_coty_code: '20155', + primary_coty_name: 'Reno', + county_weights: '{"20155": "95.71", "20079": "4.29"}', + coty_name: ['Reno', 'Harvey'], + cty_code: ['20155', '20079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.74405, lat: 38.12467 }, + }, + { + zip_code: '67623', + usps_city: 'Alton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 157.0, + density: 0.4, + primary_coty_code: '20141', + primary_coty_name: 'Osborne', + county_weights: '{"20141": "100"}', + coty_name: ['Osborne'], + cty_code: ['20141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.95817, lat: 39.45273 }, + }, + { + zip_code: '67752', + usps_city: 'Quinter', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1399.0, + density: 1.9, + primary_coty_code: '20063', + primary_coty_name: 'Gove', + county_weights: '{"20063": "97.36", "20179": "2.64"}', + coty_name: ['Gove', 'Sheridan'], + cty_code: ['20063', '20179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.24408, lat: 38.98802 }, + }, + { + zip_code: '67753', + usps_city: 'Rexford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 0.7, + primary_coty_code: '20193', + primary_coty_name: 'Thomas', + county_weights: '{"20193": "74.91", "20179": "19.06", "20153": "6.04"}', + coty_name: ['Thomas', 'Sheridan', 'Rawlins'], + cty_code: ['20193', '20179', '20153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.74615, lat: 39.42672 }, + }, + { + zip_code: '67846', + usps_city: 'Garden City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 33550.0, + density: 16.3, + primary_coty_code: '20055', + primary_coty_name: 'Finney', + county_weights: '{"20055": "99.92", "20069": "0.06", "20101": "0.02"}', + coty_name: ['Finney', 'Gray', 'Lane'], + cty_code: ['20055', '20069', '20101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.76704, lat: 38.03484 }, + }, + { + zip_code: '67854', + usps_city: 'Jetmore', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1306.0, + density: 0.9, + primary_coty_code: '20083', + primary_coty_name: 'Hodgeman', + county_weights: '{"20083": "100"}', + coty_name: ['Hodgeman'], + cty_code: ['20083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.01035, lat: 38.09101 }, + }, + { + zip_code: '67880', + usps_city: 'Ulysses', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7534.0, + density: 4.6, + primary_coty_code: '20067', + primary_coty_name: 'Grant', + county_weights: '{"20067": "99.2", "20093": "0.8"}', + coty_name: ['Grant', 'Kearny'], + cty_code: ['20067', '20093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.31458, lat: 37.58511 }, + }, + { + zip_code: '67950', + usps_city: 'Elkhart', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1846.0, + density: 3.3, + primary_coty_code: '20129', + primary_coty_name: 'Morton', + county_weights: '{"20129": "94.29", "40139": "5.71"}', + coty_name: ['Morton', 'Texas'], + cty_code: ['20129', '40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.86802, lat: 37.04802 }, + }, + { + zip_code: '68066', + usps_city: 'Wahoo', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 5537.0, + density: 23.6, + primary_coty_code: '31155', + primary_coty_name: 'Saunders', + county_weights: '{"31155": "100"}', + coty_name: ['Saunders'], + cty_code: ['31155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6243, lat: 41.18598 }, + }, + { + zip_code: '68114', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 17715.0, + density: 1177.9, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "100"}', + coty_name: ['Douglas'], + cty_code: ['31055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.05206, lat: 41.26324 }, + }, + { + zip_code: '68303', + usps_city: 'Alexandria', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 2.0, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.422, lat: 40.26603 }, + }, + { + zip_code: '68436', + usps_city: 'Shickley', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 1.9, + primary_coty_code: '31059', + primary_coty_name: 'Fillmore', + county_weights: '{"31059": "100"}', + coty_name: ['Fillmore'], + cty_code: ['31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73942, lat: 40.42383 }, + }, + { + zip_code: '68458', + usps_city: 'Virginia', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 2.8, + primary_coty_code: '31067', + primary_coty_name: 'Gage', + county_weights: '{"31067": "100"}', + coty_name: ['Gage'], + cty_code: ['31067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.50321, lat: 40.23004 }, + }, + { + zip_code: '68621', + usps_city: 'Ames', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 6.2, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "100"}', + coty_name: ['Dodge'], + cty_code: ['31053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.6364, lat: 41.48745 }, + }, + { + zip_code: '68715', + usps_city: 'Battle Creek', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1608.0, + density: 11.0, + primary_coty_code: '31119', + primary_coty_name: 'Madison', + county_weights: '{"31119": "100"}', + coty_name: ['Madison'], + cty_code: ['31119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.60782, lat: 41.96447 }, + }, + { + zip_code: '68783', + usps_city: 'Verdigre', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1017.0, + density: 1.8, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "100"}', + coty_name: ['Knox'], + cty_code: ['31107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15211, lat: 42.62072 }, + }, + { + zip_code: '68792', + usps_city: 'Wynot', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 2.4, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.12155, lat: 42.73821 }, + }, + { + zip_code: '68844', + usps_city: 'Hazard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 269.0, + density: 2.3, + primary_coty_code: '31163', + primary_coty_name: 'Sherman', + county_weights: '{"31163": "72.37", "31019": "27.63"}', + coty_name: ['Sherman', 'Buffalo'], + cty_code: ['31163', '31019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.05857, lat: 41.05991 }, + }, + { + zip_code: '68926', + usps_city: 'Beaver City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 1.4, + primary_coty_code: '31065', + primary_coty_name: 'Furnas', + county_weights: '{"31065": "100"}', + coty_name: ['Furnas'], + cty_code: ['31065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.84767, lat: 40.0948 }, + }, + { + zip_code: '68930', + usps_city: 'Blue Hill', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1532.0, + density: 4.2, + primary_coty_code: '31181', + primary_coty_name: 'Webster', + county_weights: '{"31181": "91.79", "31001": "8.21"}', + coty_name: ['Webster', 'Adams'], + cty_code: ['31181', '31001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.41415, lat: 40.28849 }, + }, + { + zip_code: '68956', + usps_city: 'Kenesaw', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1541.0, + density: 6.1, + primary_coty_code: '31001', + primary_coty_name: 'Adams', + county_weights: '{"31001": "91.52", "31099": "4.28", "31079": "4.2"}', + coty_name: ['Adams', 'Kearney', 'Hall'], + cty_code: ['31001', '31099', '31079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.69256, lat: 40.63459 }, + }, + { + zip_code: '68958', + usps_city: 'Loomis', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 751.0, + density: 3.9, + primary_coty_code: '31137', + primary_coty_name: 'Phelps', + county_weights: '{"31137": "100"}', + coty_name: ['Phelps'], + cty_code: ['31137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.50139, lat: 40.52237 }, + }, + { + zip_code: '68961', + usps_city: 'Nelson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 686.0, + density: 2.1, + primary_coty_code: '31129', + primary_coty_name: 'Nuckolls', + county_weights: '{"31129": "100"}', + coty_name: ['Nuckolls'], + cty_code: ['31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03851, lat: 40.20518 }, + }, + { + zip_code: '68979', + usps_city: 'Sutton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 5.4, + primary_coty_code: '31035', + primary_coty_name: 'Clay', + county_weights: '{"31035": "93.96", "31059": "6.04"}', + coty_name: ['Clay', 'Fillmore'], + cty_code: ['31035', '31059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.85126, lat: 40.58518 }, + }, + { + zip_code: '68981', + usps_city: 'Upland', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 353.0, + density: 1.7, + primary_coty_code: '31061', + primary_coty_name: 'Franklin', + county_weights: '{"31061": "100"}', + coty_name: ['Franklin'], + cty_code: ['31061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.89665, lat: 40.281 }, + }, + { + zip_code: '69147', + usps_city: 'Lewellen', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 0.4, + primary_coty_code: '31069', + primary_coty_name: 'Garden', + county_weights: '{"31069": "63.64", "31101": "36.36"}', + coty_name: ['Garden', 'Keith'], + cty_code: ['31069', '31101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.10098, lat: 41.50657 }, + }, + { + zip_code: '69210', + usps_city: 'Ainsworth', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2175.0, + density: 1.1, + primary_coty_code: '31017', + primary_coty_name: 'Brown', + county_weights: '{"31017": "99.52", "31103": "0.48"}', + coty_name: ['Brown', 'Keya Paha'], + cty_code: ['31017', '31103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.90853, lat: 42.37775 }, + }, + { + zip_code: '70002', + usps_city: 'Metairie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19858.0, + density: 2388.2, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16221, lat: 30.01051 }, + }, + { + zip_code: '70006', + usps_city: 'Metairie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15888.0, + density: 2363.8, + primary_coty_code: '22051', + primary_coty_name: 'Jefferson', + county_weights: '{"22051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['22051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1918, lat: 30.01408 }, + }, + { + zip_code: '70032', + usps_city: 'Arabi', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4387.0, + density: 968.2, + primary_coty_code: '22087', + primary_coty_name: 'St. Bernard', + county_weights: '{"22087": "100"}', + coty_name: ['St. Bernard'], + cty_code: ['22087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.99784, lat: 29.95808 }, + }, + { + zip_code: '70076', + usps_city: 'Mount Airy', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 15.0, + primary_coty_code: '22095', + primary_coty_name: 'St. John the Baptist', + county_weights: '{"22095": "100"}', + coty_name: ['St. John the Baptist'], + cty_code: ['22095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.64642, lat: 30.06504 }, + }, + { + zip_code: '70128', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19405.0, + density: 1537.1, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.95511, lat: 30.05108 }, + }, + { + zip_code: '70438', + usps_city: 'Franklinton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 19180.0, + density: 22.0, + primary_coty_code: '22117', + primary_coty_name: 'Washington', + county_weights: '{"22117": "100"}', + coty_name: ['Washington'], + cty_code: ['22117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10812, lat: 30.84676 }, + }, + { + zip_code: '70447', + usps_city: 'Madisonville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15474.0, + density: 190.0, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.2015, lat: 30.42117 }, + }, + { + zip_code: '70462', + usps_city: 'Springfield', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4930.0, + density: 23.7, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "97.82", "22105": "2.18"}', + coty_name: ['Livingston', 'Tangipahoa'], + cty_code: ['22063', '22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5838, lat: 30.36609 }, + }, + { + zip_code: '70471', + usps_city: 'Mandeville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21505.0, + density: 282.2, + primary_coty_code: '22103', + primary_coty_name: 'St. Tammany', + county_weights: '{"22103": "100"}', + coty_name: ['St. Tammany'], + cty_code: ['22103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06234, lat: 30.4072 }, + }, + { + zip_code: '70575', + usps_city: 'Perry', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 535.7, + primary_coty_code: '22113', + primary_coty_name: 'Vermilion', + county_weights: '{"22113": "100"}', + coty_name: ['Vermilion'], + cty_code: ['22113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.15808, lat: 29.94894 }, + }, + { + zip_code: '70583', + usps_city: 'Scott', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 11334.0, + density: 157.7, + primary_coty_code: '22055', + primary_coty_name: 'Lafayette', + county_weights: '{"22055": "94.42", "22001": "5.58"}', + coty_name: ['Lafayette', 'Acadia'], + cty_code: ['22055', '22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12203, lat: 30.25964 }, + }, + { + zip_code: '70637', + usps_city: 'Dry Creek', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1101.0, + density: 10.6, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "72.32", "22011": "27.68"}', + coty_name: ['Allen', 'Beauregard'], + cty_code: ['22003', '22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96708, lat: 30.70431 }, + }, + { + zip_code: '70655', + usps_city: 'Oberlin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2562.0, + density: 5.7, + primary_coty_code: '22003', + primary_coty_name: 'Allen', + county_weights: '{"22003": "100"}', + coty_name: ['Allen'], + cty_code: ['22003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72386, lat: 30.66444 }, + }, + { + zip_code: '70656', + usps_city: 'Pitkin', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3743.0, + density: 3.2, + primary_coty_code: '22115', + primary_coty_name: 'Vernon', + county_weights: '{"22115": "69.5", "22003": "16.31", "22079": "14.19"}', + coty_name: ['Vernon', 'Allen', 'Rapides'], + cty_code: ['22115', '22003', '22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96962, lat: 30.96017 }, + }, + { + zip_code: '70740', + usps_city: 'Grosse Tete', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1604.0, + density: 7.1, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "100"}', + coty_name: ['Iberville'], + cty_code: ['22047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.43534, lat: 30.33983 }, + }, + { + zip_code: '70756', + usps_city: 'Lottie', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 10.5, + primary_coty_code: '22077', + primary_coty_name: 'Pointe Coupee', + county_weights: '{"22077": "100"}', + coty_name: ['Pointe Coupee'], + cty_code: ['22077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.61414, lat: 30.54682 }, + }, + { + zip_code: '70780', + usps_city: 'Sunshine', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1465.0, + density: 44.5, + primary_coty_code: '22047', + primary_coty_name: 'Iberville', + county_weights: '{"22047": "100"}', + coty_name: ['Iberville'], + cty_code: ['22047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.1698, lat: 30.29539 }, + }, + { + zip_code: '71033', + usps_city: 'Greenwood', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3458.0, + density: 52.6, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00276, lat: 32.43693 }, + }, + { + zip_code: '71067', + usps_city: 'Princeton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3740.0, + density: 37.6, + primary_coty_code: '22015', + primary_coty_name: 'Bossier', + county_weights: '{"22015": "99.79", "22119": "0.21"}', + coty_name: ['Bossier', 'Webster'], + cty_code: ['22015', '22119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49348, lat: 32.5968 }, + }, + { + zip_code: '71079', + usps_city: 'Summerfield', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 2.5, + primary_coty_code: '22027', + primary_coty_name: 'Claiborne', + county_weights: '{"22027": "100"}', + coty_name: ['Claiborne'], + cty_code: ['22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81477, lat: 32.9391 }, + }, + { + zip_code: '71082', + usps_city: 'Vivian', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4730.0, + density: 24.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.9802, lat: 32.8365 }, + }, + { + zip_code: '71247', + usps_city: 'Hodge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1143.0, + density: 177.5, + primary_coty_code: '22049', + primary_coty_name: 'Jackson', + county_weights: '{"22049": "100"}', + coty_name: ['Jackson'], + cty_code: ['22049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.72184, lat: 32.27241 }, + }, + { + zip_code: '71452', + usps_city: 'Melrose', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 172.0, + density: 5.9, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "100"}', + coty_name: ['Natchitoches'], + cty_code: ['22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9418, lat: 31.57872 }, + }, + { + zip_code: '71457', + usps_city: 'Natchitoches', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26821.0, + density: 39.2, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "98.62", "22127": "1.38"}', + coty_name: ['Natchitoches', 'Winn'], + cty_code: ['22069', '22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09298, lat: 31.74636 }, + }, + { + zip_code: '71642', + usps_city: 'Fountain Hill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 6.5, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "81.64", "05043": "18.36"}', + coty_name: ['Ashley', 'Drew'], + cty_code: ['05003', '05043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89074, lat: 33.3876 }, + }, + { + zip_code: '71646', + usps_city: 'Hamburg', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6172.0, + density: 6.1, + primary_coty_code: '5003', + primary_coty_name: 'Ashley', + county_weights: '{"05003": "98.53", "05043": "1.47"}', + coty_name: ['Ashley', 'Drew'], + cty_code: ['05003', '05043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.78382, lat: 33.23115 }, + }, + { + zip_code: '71751', + usps_city: 'Louann', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 860.0, + density: 4.2, + primary_coty_code: '5103', + primary_coty_name: 'Ouachita', + county_weights: '{"05103": "100"}', + coty_name: ['Ouachita'], + cty_code: ['5103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76693, lat: 33.40703 }, + }, + { + zip_code: '71852', + usps_city: 'Nashville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10069.0, + density: 14.3, + primary_coty_code: '5061', + primary_coty_name: 'Howard', + county_weights: '{"05061": "82.56", "05057": "10.72", "05109": "6.72"}', + coty_name: ['Howard', 'Hempstead', 'Pike'], + cty_code: ['05061', '05057', '05109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85535, lat: 33.99921 }, + }, + { + zip_code: '71865', + usps_city: 'Wilton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 168.0, + density: 107.5, + primary_coty_code: '5081', + primary_coty_name: 'Little River', + county_weights: '{"05081": "100"}', + coty_name: ['Little River'], + cty_code: ['5081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.15002, lat: 33.74113 }, + }, + { + zip_code: '72015', + usps_city: 'Benton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 29671.0, + density: 139.9, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "98.02", "05053": "1.98"}', + coty_name: ['Saline', 'Grant'], + cty_code: ['05125', '05053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.58959, lat: 34.49333 }, + }, + { + zip_code: '72023', + usps_city: 'Cabot', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 36305.0, + density: 148.8, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "89.88", "05119": "9.81", "05045": "0.31"}', + coty_name: ['Lonoke', 'Pulaski', 'Faulkner'], + cty_code: ['05085', '05119', '05045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05649, lat: 34.95755 }, + }, + { + zip_code: '72046', + usps_city: 'England', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4283.0, + density: 7.1, + primary_coty_code: '5085', + primary_coty_name: 'Lonoke', + county_weights: '{"05085": "85.82", "05119": "8.03", "05069": "6.15"}', + coty_name: ['Lonoke', 'Pulaski', 'Jefferson'], + cty_code: ['05085', '05119', '05069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.95611, lat: 34.55647 }, + }, + { + zip_code: '72143', + usps_city: 'Searcy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 36246.0, + density: 45.9, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "99.92", "05023": "0.08"}', + coty_name: ['White', 'Cleburne'], + cty_code: ['05145', '05023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.73564, lat: 35.22889 }, + }, + { + zip_code: '72165', + usps_city: 'Thida', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 9.2, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.45793, lat: 35.57544 }, + }, + { + zip_code: '72351', + usps_city: 'Keiser', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 735.0, + density: 43.4, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.09639, lat: 35.67375 }, + }, + { + zip_code: '72395', + usps_city: 'Wilson', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 17.4, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08243, lat: 35.59543 }, + }, + { + zip_code: '72456', + usps_city: 'Pollard', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 4.0, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32127, lat: 36.45724 }, + }, + { + zip_code: '72470', + usps_city: 'Success', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.8, + primary_coty_code: '5021', + primary_coty_name: 'Clay', + county_weights: '{"05021": "100"}', + coty_name: ['Clay'], + cty_code: ['5021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70641, lat: 36.46731 }, + }, + { + zip_code: '72478', + usps_city: 'Warm Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 2.5, + primary_coty_code: '5121', + primary_coty_name: 'Randolph', + county_weights: '{"05121": "100"}', + coty_name: ['Randolph'], + cty_code: ['5121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05581, lat: 36.46333 }, + }, + { + zip_code: '72482', + usps_city: 'Williford', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1338.0, + density: 7.5, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "100"}', + coty_name: ['Sharp'], + cty_code: ['5135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.36554, lat: 36.275 }, + }, + { + zip_code: '72515', + usps_city: 'Bexar', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "100"}', + coty_name: ['Fulton'], + cty_code: ['5049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05641, lat: 36.27636 }, + }, + { + zip_code: '72534', + usps_city: 'Floral', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1794.0, + density: 11.2, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "92.2", "05023": "7.8"}', + coty_name: ['Independence', 'Cleburne'], + cty_code: ['05063', '05023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.72594, lat: 35.60003 }, + }, + { + zip_code: '72616', + usps_city: 'Berryville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11201.0, + density: 20.6, + primary_coty_code: '5015', + primary_coty_name: 'Carroll', + county_weights: '{"05015": "100"}', + coty_name: ['Carroll'], + cty_code: ['5015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.5564, lat: 36.34291 }, + }, + { + zip_code: '72632', + usps_city: 'Eureka Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4120.0, + density: 16.0, + primary_coty_code: '5015', + primary_coty_name: 'Carroll', + county_weights: '{"05015": "99.28", "05087": "0.72"}', + coty_name: ['Carroll', 'Madison'], + cty_code: ['05015', '05087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.74488, lat: 36.37356 }, + }, + { + zip_code: '72655', + usps_city: 'Mount Judea', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 1.0, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.02145, lat: 35.9011 }, + }, + { + zip_code: '72712', + usps_city: 'Bentonville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 57292.0, + density: 220.9, + primary_coty_code: '5007', + primary_coty_name: 'Benton', + county_weights: '{"05007": "100"}', + coty_name: ['Benton'], + cty_code: ['5007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.25425, lat: 36.3504 }, + }, + { + zip_code: '72840', + usps_city: 'Hartman', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 15.6, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "100"}', + coty_name: ['Johnson'], + cty_code: ['5071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.61585, lat: 35.46177 }, + }, + { + zip_code: '72936', + usps_city: 'Greenwood', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 14931.0, + density: 65.6, + primary_coty_code: '5131', + primary_coty_name: 'Sebastian', + county_weights: '{"05131": "100"}', + coty_name: ['Sebastian'], + cty_code: ['5131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22563, lat: 35.18957 }, + }, + { + zip_code: '73004', + usps_city: 'Amber', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1046.0, + density: 8.2, + primary_coty_code: '40051', + primary_coty_name: 'Grady', + county_weights: '{"40051": "100"}', + coty_name: ['Grady'], + cty_code: ['40051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.84626, lat: 35.148 }, + }, + { + zip_code: '73044', + usps_city: 'Guthrie', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 22935.0, + density: 33.7, + primary_coty_code: '40083', + primary_coty_name: 'Logan', + county_weights: '{"40083": "100"}', + coty_name: ['Logan'], + cty_code: ['40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42483, lat: 35.86321 }, + }, + { + zip_code: '73045', + usps_city: 'Harrah', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 11803.0, + density: 68.9, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "82.62", "40081": "15.68", "40125": "1.71"}', + coty_name: ['Oklahoma', 'Lincoln', 'Pottawatomie'], + cty_code: ['40109', '40081', '40125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14369, lat: 35.51214 }, + }, + { + zip_code: '73072', + usps_city: 'Norman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 47482.0, + density: 348.0, + primary_coty_code: '40027', + primary_coty_name: 'Cleveland', + county_weights: '{"40027": "95.13", "40087": "4.87"}', + coty_name: ['Cleveland', 'McClain'], + cty_code: ['40027', '40087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.50317, lat: 35.20826 }, + }, + { + zip_code: '73084', + usps_city: 'Spencer', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 6763.0, + density: 154.6, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.34434, lat: 35.52587 }, + }, + { + zip_code: '73122', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13184.0, + density: 1537.0, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61431, lat: 35.51989 }, + }, + { + zip_code: '73127', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 25545.0, + density: 812.8, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "89.37", "40017": "10.63"}', + coty_name: ['Oklahoma', 'Canadian'], + cty_code: ['40109', '40017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.65392, lat: 35.47757 }, + }, + { + zip_code: '73447', + usps_city: 'Mannsville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1378.0, + density: 5.9, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "100"}', + coty_name: ['Johnston'], + cty_code: ['40069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.85805, lat: 34.24608 }, + }, + { + zip_code: '73503', + usps_city: 'Fort Sill', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 10995.0, + density: 50.4, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "100"}', + coty_name: ['Comanche'], + cty_code: ['40031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49712, lat: 34.67862 }, + }, + { + zip_code: '73551', + usps_city: 'Hollister', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 2.1, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.872, lat: 34.35173 }, + }, + { + zip_code: '73722', + usps_city: 'Burlington', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 423.0, + density: 1.0, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "100"}', + coty_name: ['Alfalfa'], + cty_code: ['40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.33854, lat: 36.89878 }, + }, + { + zip_code: '73749', + usps_city: 'Jet', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 2.2, + primary_coty_code: '40003', + primary_coty_name: 'Alfalfa', + county_weights: '{"40003": "100"}', + coty_name: ['Alfalfa'], + cty_code: ['40003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.15966, lat: 36.71274 }, + }, + { + zip_code: '73848', + usps_city: 'Laverne', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2155.0, + density: 1.4, + primary_coty_code: '40059', + primary_coty_name: 'Harper', + county_weights: '{"40059": "82.61", "40007": "17.16", "40045": "0.23"}', + coty_name: ['Harper', 'Beaver', 'Ellis'], + cty_code: ['40059', '40007', '40045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.00725, lat: 36.654 }, + }, + { + zip_code: '74015', + usps_city: 'Catoosa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8977.0, + density: 60.8, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: '{"40131": "73.46", "40145": "26.39", "40143": "0.15"}', + coty_name: ['Rogers', 'Wagoner', 'Tulsa'], + cty_code: ['40131', '40145', '40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.70744, lat: 36.18229 }, + }, + { + zip_code: '74017', + usps_city: 'Claremore', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 28232.0, + density: 75.5, + primary_coty_code: '40131', + primary_coty_name: 'Rogers', + county_weights: '{"40131": "100"}', + coty_name: ['Rogers'], + cty_code: ['40131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.58349, lat: 36.39313 }, + }, + { + zip_code: '74072', + usps_city: 'S Coffeyville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 6.2, + primary_coty_code: '40105', + primary_coty_name: 'Nowata', + county_weights: '{"40105": "99.45", "40035": "0.55"}', + coty_name: ['Nowata', 'Craig'], + cty_code: ['40105', '40035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.53756, lat: 36.94696 }, + }, + { + zip_code: '74549', + usps_city: 'Honobia', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 74.0, + density: 0.7, + primary_coty_code: '40127', + primary_coty_name: 'Pushmataha', + county_weights: '{"40127": "65.79", "40079": "34.21"}', + coty_name: ['Pushmataha', 'Le Flore'], + cty_code: ['40127', '40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93264, lat: 34.55839 }, + }, + { + zip_code: '74553', + usps_city: 'Kiowa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1274.0, + density: 6.8, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "91.84", "40005": "8.16"}', + coty_name: ['Pittsburg', 'Atoka'], + cty_code: ['40121', '40005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91385, lat: 34.71206 }, + }, + { + zip_code: '74726', + usps_city: 'Bokchito', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2379.0, + density: 6.1, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.1783, lat: 33.95266 }, + }, + { + zip_code: '74753', + usps_city: 'Platter', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 164.6, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53658, lat: 33.90794 }, + }, + { + zip_code: '74824', + usps_city: 'Agra', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1439.0, + density: 15.1, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "94.97", "40119": "5.03"}', + coty_name: ['Lincoln', 'Payne'], + cty_code: ['40081', '40119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87417, lat: 35.88647 }, + }, + { + zip_code: '74832', + usps_city: 'Carney', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 12.7, + primary_coty_code: '40081', + primary_coty_name: 'Lincoln', + county_weights: '{"40081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['40081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.01138, lat: 35.82626 }, + }, + { + zip_code: '74856', + usps_city: 'Mill Creek', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 842.0, + density: 2.6, + primary_coty_code: '40069', + primary_coty_name: 'Johnston', + county_weights: '{"40069": "88.24", "40099": "11.76"}', + coty_name: ['Johnston', 'Murray'], + cty_code: ['40069', '40099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81974, lat: 34.41254 }, + }, + { + zip_code: '74860', + usps_city: 'Paden', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1750.0, + density: 7.0, + primary_coty_code: '40107', + primary_coty_name: 'Okfuskee', + county_weights: '{"40107": "100"}', + coty_name: ['Okfuskee'], + cty_code: ['40107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56776, lat: 35.52876 }, + }, + { + zip_code: '74959', + usps_city: 'Spiro', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7063.0, + density: 28.1, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.6184, lat: 35.26246 }, + }, + { + zip_code: '74965', + usps_city: 'Westville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5263.0, + density: 18.1, + primary_coty_code: '40001', + primary_coty_name: 'Adair', + county_weights: '{"40001": "100"}', + coty_name: ['Adair'], + cty_code: ['40001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62549, lat: 35.99871 }, + }, + { + zip_code: '75002', + usps_city: 'Allen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 71253.0, + density: 739.6, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.60752, lat: 33.08965 }, + }, + { + zip_code: '75006', + usps_city: 'Carrollton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 51642.0, + density: 1186.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89701, lat: 32.96188 }, + }, + { + zip_code: '75044', + usps_city: 'Garland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43292.0, + density: 1556.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "99.36", "48085": "0.64"}', + coty_name: ['Dallas', 'Collin'], + cty_code: ['48113', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.65323, lat: 32.96264 }, + }, + { + zip_code: '75052', + usps_city: 'Grand Prairie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 95495.0, + density: 1409.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "62.84", "48439": "37.16"}', + coty_name: ['Dallas', 'Tarrant'], + cty_code: ['48113', '48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.02649, lat: 32.6659 }, + }, + { + zip_code: '75054', + usps_city: 'Grand Prairie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11927.0, + density: 849.6, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "97.63", "48113": "2.37"}', + coty_name: ['Tarrant', 'Dallas'], + cty_code: ['48439', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04051, lat: 32.59059 }, + }, + { + zip_code: '75069', + usps_city: 'Mckinney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37892.0, + density: 457.0, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.59468, lat: 33.16545 }, + }, + { + zip_code: '75075', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38283.0, + density: 1499.7, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "100"}', + coty_name: ['Collin'], + cty_code: ['48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74103, lat: 33.02137 }, + }, + { + zip_code: '75080', + usps_city: 'Richardson', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52531.0, + density: 1775.5, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "77.52", "48085": "22.48"}', + coty_name: ['Dallas', 'Collin'], + cty_code: ['48113', '48085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74202, lat: 32.97394 }, + }, + { + zip_code: '75126', + usps_city: 'Forney', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48987.0, + density: 244.6, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "100"}', + coty_name: ['Kaufman'], + cty_code: ['48257'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.45185, lat: 32.74205 }, + }, + { + zip_code: '75154', + usps_city: 'Red Oak', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40947.0, + density: 336.3, + primary_coty_code: '48139', + primary_coty_name: 'Ellis', + county_weights: '{"48139": "75.44", "48113": "24.56"}', + coty_name: ['Ellis', 'Dallas'], + cty_code: ['48139', '48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81015, lat: 32.52281 }, + }, + { + zip_code: '75231', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40371.0, + density: 2765.2, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74976, lat: 32.87764 }, + }, + { + zip_code: '75237', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21423.0, + density: 1243.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8731, lat: 32.66564 }, + }, + { + zip_code: '75421', + usps_city: 'Brookston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 666.0, + density: 4.7, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7172, lat: 33.64665 }, + }, + { + zip_code: '75471', + usps_city: 'Pickton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 12.3, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "96.49", "48499": "3.51"}', + coty_name: ['Hopkins', 'Wood'], + cty_code: ['48223', '48499'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38927, lat: 33.03945 }, + }, + { + zip_code: '75477', + usps_city: 'Roxton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1183.0, + density: 7.5, + primary_coty_code: '48277', + primary_coty_name: 'Lamar', + county_weights: '{"48277": "100"}', + coty_name: ['Lamar'], + cty_code: ['48277'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73471, lat: 33.53286 }, + }, + { + zip_code: '75631', + usps_city: 'Beckville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3248.0, + density: 10.7, + primary_coty_code: '48365', + primary_coty_name: 'Panola', + county_weights: '{"48365": "100"}', + coty_name: ['Panola'], + cty_code: ['48365'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.45456, lat: 32.24926 }, + }, + { + zip_code: '75783', + usps_city: 'Quitman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7942.0, + density: 25.2, + primary_coty_code: '48499', + primary_coty_name: 'Wood', + county_weights: '{"48499": "100"}', + coty_name: ['Wood'], + cty_code: ['48499'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.42365, lat: 32.82157 }, + }, + { + zip_code: '75901', + usps_city: 'Lufkin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30429.0, + density: 72.8, + primary_coty_code: '48005', + primary_coty_name: 'Angelina', + county_weights: '{"48005": "100"}', + coty_name: ['Angelina'], + cty_code: ['48005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.65552, lat: 31.30134 }, + }, + { + zip_code: '75935', + usps_city: 'Center', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13648.0, + density: 14.9, + primary_coty_code: '48419', + primary_coty_name: 'Shelby', + county_weights: '{"48419": "98.78", "48405": "1.22"}', + coty_name: ['Shelby', 'San Augustine'], + cty_code: ['48419', '48405'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.20156, lat: 31.73269 }, + }, + { + zip_code: '75951', + usps_city: 'Jasper', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15859.0, + density: 15.6, + primary_coty_code: '48241', + primary_coty_name: 'Jasper', + county_weights: '{"48241": "99.98", "48351": "0.02"}', + coty_name: ['Jasper', 'Newton'], + cty_code: ['48241', '48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.05384, lat: 30.94151 }, + }, + { + zip_code: '75965', + usps_city: 'Nacogdoches', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17907.0, + density: 93.6, + primary_coty_code: '48347', + primary_coty_name: 'Nacogdoches', + county_weights: '{"48347": "100"}', + coty_name: ['Nacogdoches'], + cty_code: ['48347'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62609, lat: 31.72385 }, + }, + { + zip_code: '75973', + usps_city: 'Shelbyville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2828.0, + density: 6.1, + primary_coty_code: '48419', + primary_coty_name: 'Shelby', + county_weights: '{"48419": "100"}', + coty_name: ['Shelby'], + cty_code: ['48419'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93295, lat: 31.71654 }, + }, + { + zip_code: '76009', + usps_city: 'Alvarado', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20417.0, + density: 80.2, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "100"}', + coty_name: ['Johnson'], + cty_code: ['48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20169, lat: 32.4158 }, + }, + { + zip_code: '76112', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42572.0, + density: 1450.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21845, lat: 32.74812 }, + }, + { + zip_code: '76363', + usps_city: 'Goree', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 534.0, + density: 3.4, + primary_coty_code: '48275', + primary_coty_name: 'Knox', + county_weights: '{"48275": "100"}', + coty_name: ['Knox'], + cty_code: ['48275'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.54199, lat: 33.48306 }, + }, + { + zip_code: '76372', + usps_city: 'Newcastle', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1166.0, + density: 1.7, + primary_coty_code: '48503', + primary_coty_name: 'Young', + county_weights: '{"48503": "88.5", "48447": "11.5"}', + coty_name: ['Young', 'Throckmorton'], + cty_code: ['48503', '48447'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.91903, lat: 33.25292 }, + }, + { + zip_code: '76487', + usps_city: 'Poolville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3058.0, + density: 13.2, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "74.31", "48497": "20.26", "48237": "5.42"}', + coty_name: ['Parker', 'Wise', 'Jack'], + cty_code: ['48367', '48497', '48237'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.88221, lat: 32.97949 }, + }, + { + zip_code: '76634', + usps_city: 'Clifton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7431.0, + density: 10.1, + primary_coty_code: '48035', + primary_coty_name: 'Bosque', + county_weights: '{"48035": "99.38", "48099": "0.62"}', + coty_name: ['Bosque', 'Coryell'], + cty_code: ['48035', '48099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56146, lat: 31.80782 }, + }, + { + zip_code: '76650', + usps_city: 'Irene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 186.0, + density: 6.9, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8604, lat: 31.98357 }, + }, + { + zip_code: '77013', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19198.0, + density: 845.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.2382, lat: 29.79548 }, + }, + { + zip_code: '77016', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30741.0, + density: 1226.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.29997, lat: 29.86163 }, + }, + { + zip_code: '77028', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17425.0, + density: 733.6, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.28678, lat: 29.82466 }, + }, + { + zip_code: '77038', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31912.0, + density: 1307.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44169, lat: 29.9186 }, + }, + { + zip_code: '77378', + usps_city: 'Willis', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17616.0, + density: 69.9, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "91.07", "48407": "8.93"}', + coty_name: ['Montgomery', 'San Jacinto'], + cty_code: ['48339', '48407'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.36867, lat: 30.4574 }, + }, + { + zip_code: '77458', + usps_city: 'Midfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 210.0, + density: 2.2, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.24036, lat: 28.95289 }, + }, + { + zip_code: '77580', + usps_city: 'Mont Belvieu', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 137.1, + primary_coty_code: '48071', + primary_coty_name: 'Chambers', + county_weights: '{"48071": "100"}', + coty_name: ['Chambers'], + cty_code: ['48071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86923, lat: 29.8676 }, + }, + { + zip_code: '77583', + usps_city: 'Rosharon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40514.0, + density: 93.7, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "77.39", "48157": "22.61"}', + coty_name: ['Brazoria', 'Fort Bend'], + cty_code: ['48039', '48157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.46219, lat: 29.38137 }, + }, + { + zip_code: '77642', + usps_city: 'Port Arthur', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39202.0, + density: 768.8, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.91601, lat: 29.93921 }, + }, + { + zip_code: '77707', + usps_city: 'Beaumont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18335.0, + density: 479.0, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.17654, lat: 30.05295 }, + }, + { + zip_code: '77951', + usps_city: 'Bloomington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1809.0, + density: 29.6, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91088, lat: 28.63416 }, + }, + { + zip_code: '78061', + usps_city: 'Pearsall', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12858.0, + density: 9.0, + primary_coty_code: '48163', + primary_coty_name: 'Frio', + county_weights: '{"48163": "100"}', + coty_name: ['Frio'], + cty_code: ['48163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.14689, lat: 28.90171 }, + }, + { + zip_code: '78219', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17239.0, + density: 483.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.38754, lat: 29.44208 }, + }, + { + zip_code: '78258', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44747.0, + density: 1088.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.49603, lat: 29.63372 }, + }, + { + zip_code: '78340', + usps_city: 'Bayside', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 356.0, + density: 6.3, + primary_coty_code: '48391', + primary_coty_name: 'Refugio', + county_weights: '{"48391": "100"}', + coty_name: ['Refugio'], + cty_code: ['48391'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21093, lat: 28.12487 }, + }, + { + zip_code: '78520', + usps_city: 'Brownsville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 62490.0, + density: 653.4, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5501, lat: 25.96396 }, + }, + { + zip_code: '78541', + usps_city: 'Edinburg', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44860.0, + density: 59.9, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.2842, lat: 26.44809 }, + }, + { + zip_code: '78573', + usps_city: 'Mission', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38826.0, + density: 439.2, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.30077, lat: 26.29368 }, + }, + { + zip_code: '78610', + usps_city: 'Buda', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 38525.0, + density: 161.0, + primary_coty_code: '48209', + primary_coty_name: 'Hays', + county_weights: '{"48209": "90.61", "48453": "8.81", "48055": "0.58"}', + coty_name: ['Hays', 'Travis', 'Caldwell'], + cty_code: ['48209', '48453', '48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.83741, lat: 30.07722 }, + }, + { + zip_code: '78611', + usps_city: 'Burnet', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12921.0, + density: 18.0, + primary_coty_code: '48053', + primary_coty_name: 'Burnet', + county_weights: '{"48053": "100"}', + coty_name: ['Burnet'], + cty_code: ['48053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26018, lat: 30.79177 }, + }, + { + zip_code: '78623', + usps_city: 'Fischer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1113.0, + density: 20.9, + primary_coty_code: '48091', + primary_coty_name: 'Comal', + county_weights: '{"48091": "95.82", "48209": "4.18"}', + coty_name: ['Comal', 'Hays'], + cty_code: ['48091', '48209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23303, lat: 29.97297 }, + }, + { + zip_code: '78644', + usps_city: 'Lockhart', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18390.0, + density: 38.0, + primary_coty_code: '48055', + primary_coty_name: 'Caldwell', + county_weights: '{"48055": "100"}', + coty_name: ['Caldwell'], + cty_code: ['48055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67527, lat: 29.87049 }, + }, + { + zip_code: '78660', + usps_city: 'Pflugerville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 91300.0, + density: 776.0, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "100"}', + coty_name: ['Travis'], + cty_code: ['48453'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.59548, lat: 30.44304 }, + }, + { + zip_code: '78884', + usps_city: 'Utopia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 1.8, + primary_coty_code: '48463', + primary_coty_name: 'Uvalde', + county_weights: '{"48463": "54.49", "48019": "43.96", "48325": "1.55"}', + coty_name: ['Uvalde', 'Bandera', 'Medina'], + cty_code: ['48463', '48019', '48325'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.49587, lat: 29.61298 }, + }, + { + zip_code: '78942', + usps_city: 'Giddings', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9033.0, + density: 17.0, + primary_coty_code: '48287', + primary_coty_name: 'Lee', + county_weights: '{"48287": "97.99", "48149": "1.65", "48021": "0.37"}', + coty_name: ['Lee', 'Fayette', 'Bastrop'], + cty_code: ['48287', '48149', '48021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.92221, lat: 30.16901 }, + }, + { + zip_code: '78950', + usps_city: 'New Ulm', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1810.0, + density: 6.3, + primary_coty_code: '48015', + primary_coty_name: 'Austin', + county_weights: '{"48015": "66.98", "48089": "33.02"}', + coty_name: ['Austin', 'Colorado'], + cty_code: ['48015', '48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48194, lat: 29.90255 }, + }, + { + zip_code: '79010', + usps_city: 'Boys Ranch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 910.0, + density: 2.0, + primary_coty_code: '48359', + primary_coty_name: 'Oldham', + county_weights: '{"48359": "63.72", "48375": "36.28"}', + coty_name: ['Oldham', 'Potter'], + cty_code: ['48359', '48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.12361, lat: 35.44484 }, + }, + { + zip_code: '79021', + usps_city: 'Cotton Center', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 4.1, + primary_coty_code: '48189', + primary_coty_name: 'Hale', + county_weights: '{"48189": "100"}', + coty_name: ['Hale'], + cty_code: ['48189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.02773, lat: 33.98484 }, + }, + { + zip_code: '79046', + usps_city: 'Higgins', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 712.0, + density: 1.7, + primary_coty_code: '48295', + primary_coty_name: 'Lipscomb', + county_weights: '{"48295": "100"}', + coty_name: ['Lipscomb'], + cty_code: ['48295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.1216, lat: 36.16345 }, + }, + { + zip_code: '79061', + usps_city: 'Mobeetie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 375.0, + density: 0.9, + primary_coty_code: '48483', + primary_coty_name: 'Wheeler', + county_weights: '{"48483": "100"}', + coty_name: ['Wheeler'], + cty_code: ['48483'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.44182, lat: 35.52039 }, + }, + { + zip_code: '79088', + usps_city: 'Tulia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5394.0, + density: 3.6, + primary_coty_code: '48437', + primary_coty_name: 'Swisher', + county_weights: '{"48437": "99.09", "48045": "0.61", "48069": "0.3"}', + coty_name: ['Swisher', 'Briscoe', 'Castro'], + cty_code: ['48437', '48045', '48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.69537, lat: 34.57853 }, + }, + { + zip_code: '79407', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22807.0, + density: 124.5, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "95.05", "48219": "4.95"}', + coty_name: ['Lubbock', 'Hockley'], + cty_code: ['48303', '48219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.07929, lat: 33.56317 }, + }, + { + zip_code: '79520', + usps_city: 'Hamlin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2121.0, + density: 4.2, + primary_coty_code: '48253', + primary_coty_name: 'Jones', + county_weights: '{"48253": "96.82", "48151": "3.18"}', + coty_name: ['Jones', 'Fisher'], + cty_code: ['48253', '48151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.13233, lat: 32.86489 }, + }, + { + zip_code: '79540', + usps_city: 'Old Glory', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.9, + primary_coty_code: '48433', + primary_coty_name: 'Stonewall', + county_weights: '{"48433": "100"}', + coty_name: ['Stonewall'], + cty_code: ['48433'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.03773, lat: 33.16876 }, + }, + { + zip_code: '79548', + usps_city: 'Rule', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 203.0, + density: 0.9, + primary_coty_code: '48207', + primary_coty_name: 'Haskell', + county_weights: '{"48207": "100"}', + coty_name: ['Haskell'], + cty_code: ['48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.92295, lat: 33.05573 }, + }, + { + zip_code: '79706', + usps_city: 'Midland', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25657.0, + density: 13.3, + primary_coty_code: '48329', + primary_coty_name: 'Midland', + county_weights: '{"48329": "100"}', + coty_name: ['Midland'], + cty_code: ['48329'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.00236, lat: 31.84553 }, + }, + { + zip_code: '79738', + usps_city: 'Gail', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 0.3, + primary_coty_code: '48033', + primary_coty_name: 'Borden', + county_weights: '{"48033": "100"}', + coty_name: ['Borden'], + cty_code: ['48033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.47555, lat: 32.75712 }, + }, + { + zip_code: '79739', + usps_city: 'Garden City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1322.0, + density: 1.0, + primary_coty_code: '48173', + primary_coty_name: 'Glasscock', + county_weights: '{"48173": "98.44", "48383": "1.56"}', + coty_name: ['Glasscock', 'Reagan'], + cty_code: ['48173', '48383'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.51601, lat: 31.76367 }, + }, + { + zip_code: '79762', + usps_city: 'Odessa', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43812.0, + density: 533.7, + primary_coty_code: '48135', + primary_coty_name: 'Ector', + county_weights: '{"48135": "100"}', + coty_name: ['Ector'], + cty_code: ['48135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.35444, lat: 31.92647 }, + }, + { + zip_code: '79853', + usps_city: 'Tornillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2621.0, + density: 32.5, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.06371, lat: 31.42987 }, + }, + { + zip_code: '80113', + usps_city: 'Englewood', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 23336.0, + density: 1193.2, + primary_coty_code: '8005', + primary_coty_name: 'Arapahoe', + county_weights: '{"08005": "100"}', + coty_name: ['Arapahoe'], + cty_code: ['8005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.96251, lat: 39.64216 }, + }, + { + zip_code: '80459', + usps_city: 'Kremmling', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2801.0, + density: 1.9, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.43491, lat: 40.17599 }, + }, + { + zip_code: '80476', + usps_city: 'Silver Plume', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 1.1, + primary_coty_code: '8019', + primary_coty_name: 'Clear Creek', + county_weights: '{"08019": "100"}', + coty_name: ['Clear Creek'], + cty_code: ['8019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.81121, lat: 39.68542 }, + }, + { + zip_code: '80653', + usps_city: 'Weldona', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 774.0, + density: 2.4, + primary_coty_code: '8087', + primary_coty_name: 'Morgan', + county_weights: '{"08087": "100"}', + coty_name: ['Morgan'], + cty_code: ['8087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.97814, lat: 40.38844 }, + }, + { + zip_code: '80919', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 28039.0, + density: 753.6, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.85417, lat: 38.92713 }, + }, + { + zip_code: '81027', + usps_city: 'Branson', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 0.1, + primary_coty_code: '8071', + primary_coty_name: 'Las Animas', + county_weights: '{"08071": "100"}', + coty_name: ['Las Animas'], + cty_code: ['8071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.79991, lat: 37.18946 }, + }, + { + zip_code: '81149', + usps_city: 'Saguache', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 0.4, + primary_coty_code: '8109', + primary_coty_name: 'Saguache', + county_weights: '{"08109": "100"}', + coty_name: ['Saguache'], + cty_code: ['8109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.34014, lat: 38.08398 }, + }, + { + zip_code: '81222', + usps_city: 'Coaldale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 387.0, + density: 4.8, + primary_coty_code: '8043', + primary_coty_name: 'Fremont', + county_weights: '{"08043": "100"}', + coty_name: ['Fremont'], + cty_code: ['8043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.81844, lat: 38.35571 }, + }, + { + zip_code: '81428', + usps_city: 'Paonia', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3214.0, + density: 5.7, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "100"}', + coty_name: ['Delta'], + cty_code: ['8029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.59525, lat: 38.95808 }, + }, + { + zip_code: '81434', + usps_city: 'Somerset', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 0.2, + primary_coty_code: '8051', + primary_coty_name: 'Gunnison', + county_weights: '{"08051": "100", "08029": "0"}', + coty_name: ['Gunnison', 'Delta'], + cty_code: ['08051', '08029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.35451, lat: 38.95024 }, + }, + { + zip_code: '81503', + usps_city: 'Grand Junction', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 15518.0, + density: 170.8, + primary_coty_code: '8077', + primary_coty_name: 'Mesa', + county_weights: '{"08077": "100"}', + coty_name: ['Mesa'], + cty_code: ['8077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.43609, lat: 39.03071 }, + }, + { + zip_code: '81611', + usps_city: 'Aspen', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 11154.0, + density: 10.1, + primary_coty_code: '8097', + primary_coty_name: 'Pitkin', + county_weights: '{"08097": "100"}', + coty_name: ['Pitkin'], + cty_code: ['8097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.77138, lat: 39.15162 }, + }, + { + zip_code: '81639', + usps_city: 'Hayden', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2695.0, + density: 1.7, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.25302, lat: 40.50569 }, + }, + { + zip_code: '82301', + usps_city: 'Rawlins', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 8964.0, + density: 2.8, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "99.74", "56037": "0.18", "56013": "0.08"}', + coty_name: ['Carbon', 'Sweetwater', 'Fremont'], + cty_code: ['56007', '56037', '56013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.49508, lat: 41.88846 }, + }, + { + zip_code: '82331', + usps_city: 'Saratoga', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 2112.0, + density: 1.4, + primary_coty_code: '56007', + primary_coty_name: 'Carbon', + county_weights: '{"56007": "100"}', + coty_name: ['Carbon'], + cty_code: ['56007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.80053, lat: 41.3839 }, + }, + { + zip_code: '82440', + usps_city: 'Ralston', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 218.0, + density: 247.3, + primary_coty_code: '56029', + primary_coty_name: 'Park', + county_weights: '{"56029": "100"}', + coty_name: ['Park'], + cty_code: ['56029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.86413, lat: 44.71995 }, + }, + { + zip_code: '82639', + usps_city: 'Kaycee', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 757.0, + density: 0.2, + primary_coty_code: '56019', + primary_coty_name: 'Johnson', + county_weights: '{"56019": "94.29", "56025": "5.71"}', + coty_name: ['Johnson', 'Natrona'], + cty_code: ['56019', '56025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.60918, lat: 43.71545 }, + }, + { + zip_code: '83014', + usps_city: 'Wilson', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 2931.0, + density: 5.3, + primary_coty_code: '56039', + primary_coty_name: 'Teton', + county_weights: '{"56039": "100"}', + coty_name: ['Teton'], + cty_code: ['56039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.93681, lat: 43.45859 }, + }, + { + zip_code: '83218', + usps_city: 'Basalt', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 299.0, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.16541, lat: 43.31765 }, + }, + { + zip_code: '83241', + usps_city: 'Grace', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2357.0, + density: 4.3, + primary_coty_code: '16029', + primary_coty_name: 'Caribou', + county_weights: '{"16029": "99.75", "16041": "0.25"}', + coty_name: ['Caribou', 'Franklin'], + cty_code: ['16029', '16041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.7597, lat: 42.52145 }, + }, + { + zip_code: '83328', + usps_city: 'Filer', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5871.0, + density: 33.9, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "100"}', + coty_name: ['Twin Falls'], + cty_code: ['16083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.61382, lat: 42.57027 }, + }, + { + zip_code: '83335', + usps_city: 'Hazelton', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1655.0, + density: 6.3, + primary_coty_code: '16053', + primary_coty_name: 'Jerome', + county_weights: '{"16053": "100"}', + coty_name: ['Jerome'], + cty_code: ['16053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.06715, lat: 42.58125 }, + }, + { + zip_code: '83525', + usps_city: 'Elk City', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 331.0, + density: 0.1, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.5024, lat: 45.78963 }, + }, + { + zip_code: '83541', + usps_city: 'Lenore', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 985.0, + density: 3.8, + primary_coty_code: '16035', + primary_coty_name: 'Clearwater', + county_weights: '{"16035": "52.97", "16069": "47.03"}', + coty_name: ['Clearwater', 'Nez Perce'], + cty_code: ['16035', '16069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.46566, lat: 46.51488 }, + }, + { + zip_code: '83637', + usps_city: 'Lowman', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 0.2, + primary_coty_code: '16015', + primary_coty_name: 'Boise', + county_weights: '{"16015": "100"}', + coty_name: ['Boise'], + cty_code: ['16015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.28899, lat: 44.13535 }, + }, + { + zip_code: '83646', + usps_city: 'Meridian', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 63945.0, + density: 896.1, + primary_coty_code: '16001', + primary_coty_name: 'Ada', + county_weights: '{"16001": "100"}', + coty_name: ['Ada'], + cty_code: ['16001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -116.43063, lat: 43.6498 }, + }, + { + zip_code: '83825', + usps_city: 'Dover', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 187.3, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.60071, lat: 48.24752 }, + }, + { + zip_code: '84018', + usps_city: 'Croydon', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 0.6, + primary_coty_code: '49029', + primary_coty_name: 'Morgan', + county_weights: '{"49029": "100"}', + coty_name: ['Morgan'], + cty_code: ['49029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.44543, lat: 41.21539 }, + }, + { + zip_code: '84021', + usps_city: 'Duchesne', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3825.0, + density: 2.2, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.52755, lat: 40.13019 }, + }, + { + zip_code: '84026', + usps_city: 'Fort Duchesne', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 1407.0, + density: 12.9, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100"}', + coty_name: ['Uintah'], + cty_code: ['49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.83949, lat: 40.28101 }, + }, + { + zip_code: '84070', + usps_city: 'Sandy', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 28534.0, + density: 1531.3, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.88907, lat: 40.577 }, + }, + { + zip_code: '84073', + usps_city: 'Talmage', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 296.0, + density: 6.7, + primary_coty_code: '49013', + primary_coty_name: 'Duchesne', + county_weights: '{"49013": "100"}', + coty_name: ['Duchesne'], + cty_code: ['49013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.435, lat: 40.35652 }, + }, + { + zip_code: '84094', + usps_city: 'Sandy', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 30427.0, + density: 2300.7, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86214, lat: 40.57188 }, + }, + { + zip_code: '84113', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 194.0, + density: 320.1, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.83585, lat: 40.7603 }, + }, + { + zip_code: '84123', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 39295.0, + density: 1845.9, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.92161, lat: 40.65882 }, + }, + { + zip_code: '84124', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 22644.0, + density: 1505.5, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.81329, lat: 40.67722 }, + }, + { + zip_code: '84306', + usps_city: 'Collinston', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 276.0, + density: 6.0, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.06399, lat: 41.79265 }, + }, + { + zip_code: '84330', + usps_city: 'Plymouth', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 4.8, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.16341, lat: 41.92693 }, + }, + { + zip_code: '85014', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 27623.0, + density: 2551.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.05674, lat: 33.5085 }, + }, + { + zip_code: '85021', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 43378.0, + density: 2490.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.09398, lat: 33.56004 }, + }, + { + zip_code: '85262', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11872.0, + density: 36.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.81058, lat: 33.83185 }, + }, + { + zip_code: '85307', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 11108.0, + density: 344.6, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.31365, lat: 33.53756 }, + }, + { + zip_code: '85624', + usps_city: 'Patagonia', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 1.3, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['4023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.69853, lat: 31.51531 }, + }, + { + zip_code: '85630', + usps_city: 'Saint David', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1757.0, + density: 3.7, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "100"}', + coty_name: ['Cochise'], + cty_code: ['4003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.169, lat: 31.88882 }, + }, + { + zip_code: '85708', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3836.0, + density: 1030.2, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.8665, lat: 32.18189 }, + }, + { + zip_code: '85711', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 40403.0, + density: 1824.3, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.8834, lat: 32.21523 }, + }, + { + zip_code: '85716', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 30192.0, + density: 1652.5, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.92322, lat: 32.24151 }, + }, + { + zip_code: '85742', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 28442.0, + density: 382.2, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.06572, lat: 32.39472 }, + }, + { + zip_code: '85755', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 17087.0, + density: 195.4, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.98153, lat: 32.46842 }, + }, + { + zip_code: '86001', + usps_city: 'Flagstaff', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 45695.0, + density: 20.0, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.63773, lat: 35.28948 }, + }, + { + zip_code: '86028', + usps_city: 'Petrified Forest Natl Pk', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.74023, lat: 34.96732 }, + }, + { + zip_code: '86043', + usps_city: 'Second Mesa', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2840.0, + density: 10.5, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.53305, lat: 35.80718 }, + }, + { + zip_code: '86315', + usps_city: 'Prescott Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7626.0, + density: 48.4, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.27007, lat: 34.70344 }, + }, + { + zip_code: '86426', + usps_city: 'Fort Mohave', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 14928.0, + density: 159.1, + primary_coty_code: '4015', + primary_coty_name: 'Mohave', + county_weights: '{"04015": "100"}', + coty_name: ['Mohave'], + cty_code: ['4015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.56859, lat: 35.00521 }, + }, + { + zip_code: '87313', + usps_city: 'Crownpoint', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 5967.0, + density: 2.4, + primary_coty_code: '35031', + primary_coty_name: 'McKinley', + county_weights: '{"35031": "94.44", "35045": "5.56"}', + coty_name: ['McKinley', 'San Juan'], + cty_code: ['35031', '35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.07867, lat: 35.8141 }, + }, + { + zip_code: '87529', + usps_city: 'El Prado', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 5116.0, + density: 77.8, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.62274, lat: 36.47006 }, + }, + { + zip_code: '87714', + usps_city: 'Cimarron', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1099.0, + density: 1.0, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.03183, lat: 36.51452 }, + }, + { + zip_code: '87728', + usps_city: 'Maxwell', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 439.0, + density: 1.3, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.61989, lat: 36.59629 }, + }, + { + zip_code: '87825', + usps_city: 'Magdalena', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2260.0, + density: 0.3, + primary_coty_code: '35053', + primary_coty_name: 'Socorro', + county_weights: '{"35053": "98.73", "35003": "1.27"}', + coty_name: ['Socorro', 'Catron'], + cty_code: ['35053', '35003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.63263, lat: 33.8756 }, + }, + { + zip_code: '87941', + usps_city: 'Salem', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 40.7, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.22014, lat: 32.71095 }, + }, + { + zip_code: '88004', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 857.0, + density: 8.5, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.98744, lat: 32.2231 }, + }, + { + zip_code: '88044', + usps_city: 'La Mesa', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3299.0, + density: 10.8, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.79987, lat: 32.13825 }, + }, + { + zip_code: '88045', + usps_city: 'Lordsburg', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 3350.0, + density: 1.2, + primary_coty_code: '35023', + primary_coty_name: 'Hidalgo', + county_weights: '{"35023": "99.65", "35017": "0.35"}', + coty_name: ['Hidalgo', 'Grant'], + cty_code: ['35023', '35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.77269, lat: 32.3796 }, + }, + { + zip_code: '88101', + usps_city: 'Clovis', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 46510.0, + density: 33.7, + primary_coty_code: '35009', + primary_coty_name: 'Curry', + county_weights: '{"35009": "100"}', + coty_name: ['Curry'], + cty_code: ['35009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.2838, lat: 34.4987 }, + }, + { + zip_code: '88124', + usps_city: 'Melrose', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1178.0, + density: 0.5, + primary_coty_code: '35009', + primary_coty_name: 'Curry', + county_weights: '{"35009": "88.5", "35037": "6.18", "35041": "5.32"}', + coty_name: ['Curry', 'Quay', 'Roosevelt'], + cty_code: ['35009', '35037', '35041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.65358, lat: 34.54625 }, + }, + { + zip_code: '88264', + usps_city: 'Maljamar', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 32.0, + density: 0.1, + primary_coty_code: '35025', + primary_coty_name: 'Lea', + county_weights: '{"35025": "100"}', + coty_name: ['Lea'], + cty_code: ['35025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.70224, lat: 32.89768 }, + }, + { + zip_code: '88321', + usps_city: 'Encino', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 0.1, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "85.56", "35019": "14.44"}', + coty_name: ['Torrance', 'Guadalupe'], + cty_code: ['35057', '35019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.44878, lat: 34.76222 }, + }, + { + zip_code: '89433', + usps_city: 'Sun Valley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 21875.0, + density: 543.8, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.77665, lat: 39.60898 }, + }, + { + zip_code: '98409', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25903.0, + density: 1407.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.48203, lat: 47.21115 }, + }, + { + zip_code: '98430', + usps_city: 'Camp Murray', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.56915, lat: 47.11732 }, + }, + { + zip_code: '98445', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 32066.0, + density: 1186.5, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.40989, lat: 47.13981 }, + }, + { + zip_code: '98501', + usps_city: 'Olympia', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 42874.0, + density: 480.6, + primary_coty_code: '53067', + primary_coty_name: 'Thurston', + county_weights: '{"53067": "100"}', + coty_name: ['Thurston'], + cty_code: ['53067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.87092, lat: 46.97906 }, + }, + { + zip_code: '98541', + usps_city: 'Elma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 10422.0, + density: 19.0, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "86.28", "53045": "13.72"}', + coty_name: ['Grays Harbor', 'Mason'], + cty_code: ['53027', '53045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.39138, lat: 47.06045 }, + }, + { + zip_code: '98568', + usps_city: 'Oakville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2461.0, + density: 6.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "98.17", "53041": "1.83"}', + coty_name: ['Grays Harbor', 'Lewis'], + cty_code: ['53027', '53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.31387, lat: 46.85486 }, + }, + { + zip_code: '98605', + usps_city: 'Bingen', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1140.0, + density: 10.2, + primary_coty_code: '53039', + primary_coty_name: 'Klickitat', + county_weights: '{"53039": "62.53", "53059": "37.47"}', + coty_name: ['Klickitat', 'Skamania'], + cty_code: ['53039', '53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.6328, lat: 45.77509 }, + }, + { + zip_code: '98638', + usps_city: 'Naselle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1371.0, + density: 3.1, + primary_coty_code: '53049', + primary_coty_name: 'Pacific', + county_weights: '{"53049": "86.62", "53069": "13.38"}', + coty_name: ['Pacific', 'Wahkiakum'], + cty_code: ['53049', '53069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.74334, lat: 46.38956 }, + }, + { + zip_code: '98661', + usps_city: 'Vancouver', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 48063.0, + density: 1747.1, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "100"}', + coty_name: ['Clark'], + cty_code: ['53011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62575, lat: 45.63918 }, + }, + { + zip_code: '98862', + usps_city: 'Winthrop', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2461.0, + density: 2.1, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100", "53073": "0"}', + coty_name: ['Okanogan', 'Whatcom'], + cty_code: ['53047', '53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.28825, lat: 48.58164 }, + }, + { + zip_code: '98944', + usps_city: 'Sunnyside', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23586.0, + density: 15.8, + primary_coty_code: '53077', + primary_coty_name: 'Yakima', + county_weights: '{"53077": "99.8", "53005": "0.2"}', + coty_name: ['Yakima', 'Benton'], + cty_code: ['53077', '53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.64732, lat: 46.49322 }, + }, + { + zip_code: '99158', + usps_city: 'Oakesdale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 2.6, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "100"}', + coty_name: ['Whitman'], + cty_code: ['53075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24738, lat: 47.13032 }, + }, + { + zip_code: '99201', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 12886.0, + density: 1657.7, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.43614, lat: 47.66272 }, + }, + { + zip_code: '99360', + usps_city: 'Touchet', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1585.0, + density: 3.9, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "100"}', + coty_name: ['Walla Walla'], + cty_code: ['53071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.66296, lat: 46.09016 }, + }, + { + zip_code: '99550', + usps_city: 'Port Lions', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 0.8, + primary_coty_code: '2150', + primary_coty_name: 'Kodiak Island', + county_weights: '{"02150": "100"}', + coty_name: ['Kodiak Island'], + cty_code: ['2150'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -153.02841, lat: 57.90188 }, + }, + { + zip_code: '99553', + usps_city: 'Akutan', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 20.4, + primary_coty_code: '2013', + primary_coty_name: 'Aleutians East', + county_weights: '{"02013": "100"}', + coty_name: ['Aleutians East'], + cty_code: ['2013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.80591, lat: 54.12863 }, + }, + { + zip_code: '99630', + usps_city: 'Mekoryuk', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 15.0, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -166.26399, lat: 60.3719 }, + }, + { + zip_code: '99655', + usps_city: 'Quinhagak', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 876.0, + density: 126.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.88869, lat: 59.74746 }, + }, + { + zip_code: '99657', + usps_city: 'Russian Mission', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 0.1, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.39436, lat: 61.77418 }, + }, + { + zip_code: '99672', + usps_city: 'Sterling', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 3190.0, + density: 4.3, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -150.72816, lat: 60.73292 }, + }, + { + zip_code: '99682', + usps_city: 'Tyonek', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 526.0, + density: 0.0, + primary_coty_code: '2122', + primary_coty_name: 'Kenai Peninsula', + county_weights: '{"02122": "100"}', + coty_name: ['Kenai Peninsula'], + cty_code: ['2122'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -152.78508, lat: 60.62609 }, + }, + { + zip_code: '99705', + usps_city: 'North Pole', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 23131.0, + density: 83.4, + primary_coty_code: '2090', + primary_coty_name: 'Fairbanks North Star', + county_weights: '{"02090": "100"}', + coty_name: ['Fairbanks North Star'], + cty_code: ['2090'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -147.31219, lat: 64.76239 }, + }, + { + zip_code: '99778', + usps_city: 'Teller', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 238.0, + density: 0.3, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -166.29698, lat: 65.15447 }, + }, + { + zip_code: '99786', + usps_city: 'Ambler', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 260.0, + density: 0.0, + primary_coty_code: '2188', + primary_coty_name: 'Northwest Arctic', + county_weights: '{"02188": "100"}', + coty_name: ['Northwest Arctic'], + cty_code: ['2188'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -155.95418, lat: 67.17323 }, + }, + { + zip_code: '99789', + usps_city: 'Nuiqsut', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 0.2, + primary_coty_code: '2185', + primary_coty_name: 'North Slope', + county_weights: '{"02185": "100"}', + coty_name: ['North Slope'], + cty_code: ['2185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.86118, lat: 70.02976 }, + }, + { + zip_code: '90029', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36668.0, + density: 10396.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29471, lat: 34.08984 }, + }, + { + zip_code: '90247', + usps_city: 'Gardena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48293.0, + density: 4966.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29737, lat: 33.8914 }, + }, + { + zip_code: '90260', + usps_city: 'Lawndale', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34827.0, + density: 5017.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.35122, lat: 33.88828 }, + }, + { + zip_code: '90807', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32202.0, + density: 2129.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1746, lat: 33.82795 }, + }, + { + zip_code: '91007', + usps_city: 'Arcadia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34116.0, + density: 2369.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.04825, lat: 34.1286 }, + }, + { + zip_code: '91301', + usps_city: 'Agoura Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 26334.0, + density: 298.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.7572, lat: 34.12274 }, + }, + { + zip_code: '91350', + usps_city: 'Santa Clarita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36173.0, + density: 823.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.50074, lat: 34.43357 }, + }, + { + zip_code: '91351', + usps_city: 'Canyon Country', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32711.0, + density: 1319.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.46295, lat: 34.43321 }, + }, + { + zip_code: '91706', + usps_city: 'Baldwin Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 76930.0, + density: 2211.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.96816, lat: 34.09641 }, + }, + { + zip_code: '91709', + usps_city: 'Chino Hills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 80701.0, + density: 911.5, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.73599, lat: 33.96432 }, + }, + { + zip_code: '91773', + usps_city: 'San Dimas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34007.0, + density: 918.0, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.80981, lat: 34.11004 }, + }, + { + zip_code: '91915', + usps_city: 'Chula Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33485.0, + density: 1698.9, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.94953, lat: 32.62231 }, + }, + { + zip_code: '92059', + usps_city: 'Pala', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1464.0, + density: 20.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.06618, lat: 33.37649 }, + }, + { + zip_code: '92107', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31223.0, + density: 3843.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.24372, lat: 32.73981 }, + }, + { + zip_code: '92262', + usps_city: 'Palm Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28618.0, + density: 301.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.56152, lat: 33.86055 }, + }, + { + zip_code: '92338', + usps_city: 'Ludlow', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.19042, lat: 34.78262 }, + }, + { + zip_code: '92378', + usps_city: 'Rimforest', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 109.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.22605, lat: 34.2261 }, + }, + { + zip_code: '93067', + usps_city: 'Summerland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 410.0, + density: 268.6, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "100"}', + coty_name: ['Santa Barbara'], + cty_code: ['6083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.59312, lat: 34.42182 }, + }, + { + zip_code: '92386', + usps_city: 'Sugarloaf', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2248.0, + density: 452.7, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.82765, lat: 34.23721 }, + }, + { + zip_code: '92584', + usps_city: 'Menifee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54235.0, + density: 702.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1755, lat: 33.6616 }, + }, + { + zip_code: '93208', + usps_city: 'Camp Nelson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 0.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.56848, lat: 36.05663 }, + }, + { + zip_code: '93261', + usps_city: 'Richgrove', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2434.0, + density: 110.7, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.12814, lat: 35.80852 }, + }, + { + zip_code: '93271', + usps_city: 'Three Rivers', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2479.0, + density: 2.5, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.77808, lat: 36.45921 }, + }, + { + zip_code: '93274', + usps_city: 'Tulare', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74000.0, + density: 133.5, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.36943, lat: 36.18026 }, + }, + { + zip_code: '93442', + usps_city: 'Morro Bay', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10917.0, + density: 93.9, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.80287, lat: 35.40216 }, + }, + { + zip_code: '93618', + usps_city: 'Dinuba', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31470.0, + density: 182.3, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "99.02", "06019": "0.98"}', + coty_name: ['Tulare', 'Fresno'], + cty_code: ['06107', '06019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.38943, lat: 36.52102 }, + }, + { + zip_code: '93650', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3173.0, + density: 1730.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.79965, lat: 36.84071 }, + }, + { + zip_code: '93702', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43601.0, + density: 3195.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.75391, lat: 36.73923 }, + }, + { + zip_code: '93721', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7650.0, + density: 1440.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.78374, lat: 36.73291 }, + }, + { + zip_code: '93722', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 84621.0, + density: 1699.0, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.87723, lat: 36.80092 }, + }, + { + zip_code: '93730', + usps_city: 'Fresno', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12770.0, + density: 618.7, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.75488, lat: 36.90317 }, + }, + { + zip_code: '93926', + usps_city: 'Gonzales', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9171.0, + density: 59.8, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.40769, lat: 36.52922 }, + }, + { + zip_code: '94038', + usps_city: 'Moss Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3450.0, + density: 845.2, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.50633, lat: 37.52184 }, + }, + { + zip_code: '94062', + usps_city: 'Redwood City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28423.0, + density: 154.8, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.30715, lat: 37.42134 }, + }, + { + zip_code: '94110', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 72380.0, + density: 12023.4, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.41539, lat: 37.74994 }, + }, + { + zip_code: '94520', + usps_city: 'Concord', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38753.0, + density: 1526.1, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.04057, lat: 37.99547 }, + }, + { + zip_code: '94550', + usps_city: 'Livermore', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50374.0, + density: 83.6, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "99.72", "06085": "0.28"}', + coty_name: ['Alameda', 'Santa Clara'], + cty_code: ['06001', '06085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.60113, lat: 37.52911 }, + }, + { + zip_code: '94553', + usps_city: 'Martinez', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49784.0, + density: 395.8, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13499, lat: 37.9954 }, + }, + { + zip_code: '94561', + usps_city: 'Oakley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42473.0, + density: 964.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.69256, lat: 37.99363 }, + }, + { + zip_code: '95212', + usps_city: 'Stockton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29426.0, + density: 526.9, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.22818, lat: 38.04827 }, + }, + { + zip_code: '95226', + usps_city: 'Campo Seco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85805, lat: 38.22864 }, + }, + { + zip_code: '95388', + usps_city: 'Winton', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14116.0, + density: 140.5, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.59158, lat: 37.41812 }, + }, + { + zip_code: '95445', + usps_city: 'Gualala', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2257.0, + density: 10.2, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.49572, lat: 38.83295 }, + }, + { + zip_code: '95472', + usps_city: 'Sebastopol', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30736.0, + density: 171.6, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.86574, lat: 38.39817 }, + }, + { + zip_code: '95562', + usps_city: 'Rio Dell', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3401.0, + density: 53.4, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.12516, lat: 40.4624 }, + }, + { + zip_code: '95667', + usps_city: 'Placerville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36487.0, + density: 81.3, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.78985, lat: 38.73526 }, + }, + { + zip_code: '95714', + usps_city: 'Dutch Flat', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 59.9, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.83932, lat: 39.20125 }, + }, + { + zip_code: '95837', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 6.4, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "66.98", "06101": "33.02"}', + coty_name: ['Sacramento', 'Sutter'], + cty_code: ['06067', '06101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.5915, lat: 38.70046 }, + }, + { + zip_code: '95912', + usps_city: 'Arbuckle', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5380.0, + density: 11.5, + primary_coty_code: '6011', + primary_coty_name: 'Colusa', + county_weights: '{"06011": "97.4", "06113": "2.6"}', + coty_name: ['Colusa', 'Yolo'], + cty_code: ['06011', '06113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.06195, lat: 39.01635 }, + }, + { + zip_code: '95917', + usps_city: 'Biggs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3717.0, + density: 20.8, + primary_coty_code: '6007', + primary_coty_name: 'Butte', + county_weights: '{"06007": "100"}', + coty_name: ['Butte'], + cty_code: ['6007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.76252, lat: 39.41906 }, + }, + { + zip_code: '95937', + usps_city: 'Dunnigan', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 11.7, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.999, lat: 38.88522 }, + }, + { + zip_code: '95981', + usps_city: 'Strawberry Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 0.4, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "69.07", "06063": "30.93"}', + coty_name: ['Yuba', 'Plumas'], + cty_code: ['06115', '06063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.03597, lat: 39.63608 }, + }, + { + zip_code: '96001', + usps_city: 'Redding', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34293.0, + density: 150.5, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.46004, lat: 40.59648 }, + }, + { + zip_code: '96071', + usps_city: 'Old Station', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 0.1, + primary_coty_code: '6089', + primary_coty_name: 'Shasta', + county_weights: '{"06089": "100"}', + coty_name: ['Shasta'], + cty_code: ['6089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.45879, lat: 40.66364 }, + }, + { + zip_code: '96093', + usps_city: 'Weaverville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3570.0, + density: 23.5, + primary_coty_code: '6105', + primary_coty_name: 'Trinity', + county_weights: '{"06105": "100"}', + coty_name: ['Trinity'], + cty_code: ['6105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.93795, lat: 40.75873 }, + }, + { + zip_code: '96146', + usps_city: 'Olympic Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1145.0, + density: 21.1, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.23902, lat: 39.19846 }, + }, + { + zip_code: '96150', + usps_city: 'South Lake Tahoe', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29327.0, + density: 91.7, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.00886, lat: 38.8709 }, + }, + { + zip_code: '96713', + usps_city: 'Hana', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1160.0, + density: 4.3, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.07377, lat: 20.73387 }, + }, + { + zip_code: '96752', + usps_city: 'Kekaha', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 3559.0, + density: 341.6, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.73902, lat: 21.98271 }, + }, + { + zip_code: '97048', + usps_city: 'Rainier', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7756.0, + density: 35.9, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "100"}', + coty_name: ['Columbia'], + cty_code: ['41009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.98087, lat: 46.04457 }, + }, + { + zip_code: '97089', + usps_city: 'Damascus', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 13765.0, + density: 244.1, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44332, lat: 45.42549 }, + }, + { + zip_code: '97145', + usps_city: 'Tolovana Park', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 38.2, + primary_coty_code: '41007', + primary_coty_name: 'Clatsop', + county_weights: '{"41007": "100"}', + coty_name: ['Clatsop'], + cty_code: ['41007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.95067, lat: 45.85103 }, + }, + { + zip_code: '97231', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3957.0, + density: 23.8, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "95.63", "41067": "2.87", "41009": "1.5"}', + coty_name: ['Multnomah', 'Washington', 'Columbia'], + cty_code: ['41051', '41067', '41009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.82746, lat: 45.67949 }, + }, + { + zip_code: '97304', + usps_city: 'Salem', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 31863.0, + density: 220.5, + primary_coty_code: '41053', + primary_coty_name: 'Polk', + county_weights: '{"41053": "99.11", "41071": "0.89"}', + coty_name: ['Polk', 'Yamhill'], + cty_code: ['41053', '41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.1081, lat: 45.00899 }, + }, + { + zip_code: '97419', + usps_city: 'Cheshire', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 14.2, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "100"}', + coty_name: ['Lane'], + cty_code: ['41039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.40945, lat: 44.17576 }, + }, + { + zip_code: '97442', + usps_city: 'Glendale', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2047.0, + density: 9.4, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.40467, lat: 42.77045 }, + }, + { + zip_code: '97537', + usps_city: 'Rogue River', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 7463.0, + density: 24.2, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.14123, lat: 42.54655 }, + }, + { + zip_code: '97632', + usps_city: 'Malin', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1571.0, + density: 14.2, + primary_coty_code: '41035', + primary_coty_name: 'Klamath', + county_weights: '{"41035": "100"}', + coty_name: ['Klamath'], + cty_code: ['41035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.4233, lat: 42.03211 }, + }, + { + zip_code: '97701', + usps_city: 'Bend', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 69499.0, + density: 39.6, + primary_coty_code: '41017', + primary_coty_name: 'Deschutes', + county_weights: '{"41017": "99.9", "41013": "0.1"}', + coty_name: ['Deschutes', 'Crook'], + cty_code: ['41017', '41013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.33105, lat: 44.01483 }, + }, + { + zip_code: '98003', + usps_city: 'Federal Way', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 49533.0, + density: 1644.4, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.31507, lat: 47.30512 }, + }, + { + zip_code: '98022', + usps_city: 'Enumclaw', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 21217.0, + density: 20.2, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "98.3", "53053": "1.7"}', + coty_name: ['King', 'Pierce'], + cty_code: ['53033', '53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.65482, lat: 47.15032 }, + }, + { + zip_code: '98040', + usps_city: 'Mercer Island', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25675.0, + density: 1553.1, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23198, lat: 47.56612 }, + }, + { + zip_code: '98117', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 35645.0, + density: 3570.9, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38148, lat: 47.6882 }, + }, + { + zip_code: '98243', + usps_city: 'Deer Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 44.3, + primary_coty_code: '53055', + primary_coty_name: 'San Juan', + county_weights: '{"53055": "100"}', + coty_name: ['San Juan'], + cty_code: ['53055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.00505, lat: 48.62096 }, + }, + { + zip_code: '98267', + usps_city: 'Marblemount', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 0.4, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "100"}', + coty_name: ['Skagit'], + cty_code: ['53057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31629, lat: 48.44342 }, + }, + { + zip_code: '98284', + usps_city: 'Sedro Woolley', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 27106.0, + density: 37.1, + primary_coty_code: '53057', + primary_coty_name: 'Skagit', + county_weights: '{"53057": "91.29", "53073": "8.71"}', + coty_name: ['Skagit', 'Whatcom'], + cty_code: ['53057', '53073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12046, lat: 48.55307 }, + }, + { + zip_code: '98315', + usps_city: 'Silverdale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 6506.0, + density: 226.1, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.71457, lat: 47.72288 }, + }, + { + zip_code: '98349', + usps_city: 'Lakebay', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4588.0, + density: 83.2, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.77272, lat: 47.26622 }, + }, + { + zip_code: '98370', + usps_city: 'Poulsbo', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 31278.0, + density: 213.4, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.6229, lat: 47.75101 }, + }, + { + zip_code: '31062', + usps_city: 'Milledgeville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 477.0, + density: 685.0, + primary_coty_code: '13009', + primary_coty_name: 'Baldwin', + county_weights: '{"13009": "100"}', + coty_name: ['Baldwin'], + cty_code: ['13009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21747, lat: 33.04918 }, + }, + { + zip_code: '31077', + usps_city: 'Rhine', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1363.0, + density: 5.5, + primary_coty_code: '13091', + primary_coty_name: 'Dodge', + county_weights: '{"13091": "68.63", "13271": "31.37"}', + coty_name: ['Dodge', 'Telfair'], + cty_code: ['13091', '13271'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.18365, lat: 31.93796 }, + }, + { + zip_code: '31216', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 16802.0, + density: 117.8, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "100"}', + coty_name: ['Bibb'], + cty_code: ['13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6835, lat: 32.72777 }, + }, + { + zip_code: '31313', + usps_city: 'Hinesville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 40467.0, + density: 232.3, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "97.39", "13183": "2.61"}', + coty_name: ['Liberty', 'Long'], + cty_code: ['13179', '13183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60992, lat: 31.83794 }, + }, + { + zip_code: '31520', + usps_city: 'Brunswick', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 22847.0, + density: 524.3, + primary_coty_code: '13127', + primary_coty_name: 'Glynn', + county_weights: '{"13127": "100"}', + coty_name: ['Glynn'], + cty_code: ['13127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49482, lat: 31.18071 }, + }, + { + zip_code: '31557', + usps_city: 'Patterson', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3296.0, + density: 11.5, + primary_coty_code: '13229', + primary_coty_name: 'Pierce', + county_weights: '{"13229": "93.23", "13025": "6.77"}', + coty_name: ['Pierce', 'Brantley'], + cty_code: ['13229', '13025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08885, lat: 31.37087 }, + }, + { + zip_code: '31602', + usps_city: 'Valdosta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 36626.0, + density: 346.8, + primary_coty_code: '13185', + primary_coty_name: 'Lowndes', + county_weights: '{"13185": "92", "13027": "8"}', + coty_name: ['Lowndes', 'Brooks'], + cty_code: ['13185', '13027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.34394, lat: 30.86925 }, + }, + { + zip_code: '31750', + usps_city: 'Fitzgerald', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 17998.0, + density: 24.7, + primary_coty_code: '13017', + primary_coty_name: 'Ben Hill', + county_weights: '{"13017": "92.34", "13155": "7.61", "13315": "0.04"}', + coty_name: ['Ben Hill', 'Irwin', 'Wilcox'], + cty_code: ['13017', '13155', '13315'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.21609, lat: 31.73354 }, + }, + { + zip_code: '31805', + usps_city: 'Cusseta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2745.0, + density: 15.0, + primary_coty_code: '13053', + primary_coty_name: 'Chattahoochee', + county_weights: '{"13053": "97.56", "13259": "2.44"}', + coty_name: ['Chattahoochee', 'Stewart'], + cty_code: ['13053', '13259'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.74498, lat: 32.26851 }, + }, + { + zip_code: '32054', + usps_city: 'Lake Butler', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11811.0, + density: 21.3, + primary_coty_code: '12125', + primary_coty_name: 'Union', + county_weights: '{"12125": "95.82", "12007": "4.18"}', + coty_name: ['Union', 'Bradford'], + cty_code: ['12125', '12007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.39275, lat: 30.02746 }, + }, + { + zip_code: '32168', + usps_city: 'New Smyrna Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27679.0, + density: 65.1, + primary_coty_code: '12127', + primary_coty_name: 'Volusia', + county_weights: '{"12127": "100"}', + coty_name: ['Volusia'], + cty_code: ['12127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02742, lat: 28.97367 }, + }, + { + zip_code: '32225', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 55018.0, + density: 803.3, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50602, lat: 30.35751 }, + }, + { + zip_code: '32226', + usps_city: 'Jacksonville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15667.0, + density: 70.6, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.50977, lat: 30.46439 }, + }, + { + zip_code: '32330', + usps_city: 'Greensboro', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 651.0, + density: 74.6, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.75048, lat: 30.57985 }, + }, + { + zip_code: '32351', + usps_city: 'Quincy', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 18720.0, + density: 34.5, + primary_coty_code: '12039', + primary_coty_name: 'Gadsden', + county_weights: '{"12039": "100"}', + coty_name: ['Gadsden'], + cty_code: ['12039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.68182, lat: 30.52228 }, + }, + { + zip_code: '32628', + usps_city: 'Cross City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5380.0, + density: 20.1, + primary_coty_code: '12029', + primary_coty_name: 'Dixie', + county_weights: '{"12029": "100"}', + coty_name: ['Dixie'], + cty_code: ['12029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20312, lat: 29.63725 }, + }, + { + zip_code: '32694', + usps_city: 'Waldo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2023.0, + density: 29.2, + primary_coty_code: '12001', + primary_coty_name: 'Alachua', + county_weights: '{"12001": "100"}', + coty_name: ['Alachua'], + cty_code: ['12001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.15552, lat: 29.79601 }, + }, + { + zip_code: '32696', + usps_city: 'Williston', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12436.0, + density: 32.7, + primary_coty_code: '12075', + primary_coty_name: 'Levy', + county_weights: '{"12075": "91.28", "12083": "8.72"}', + coty_name: ['Levy', 'Marion'], + cty_code: ['12075', '12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.46059, lat: 29.39796 }, + }, + { + zip_code: '32780', + usps_city: 'Titusville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 36116.0, + density: 218.7, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79349, lat: 28.53645 }, + }, + { + zip_code: '32803', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20148.0, + density: 1119.0, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34775, lat: 28.55496 }, + }, + { + zip_code: '32824', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 46482.0, + density: 583.6, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34888, lat: 28.38841 }, + }, + { + zip_code: '32927', + usps_city: 'Cocoa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27377.0, + density: 481.6, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80763, lat: 28.46083 }, + }, + { + zip_code: '33037', + usps_city: 'Key Largo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 10816.0, + density: 123.5, + primary_coty_code: '12087', + primary_coty_name: 'Monroe', + county_weights: '{"12087": "100"}', + coty_name: ['Monroe'], + cty_code: ['12087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.38374, lat: 25.20121 }, + }, + { + zip_code: '33134', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40265.0, + density: 2980.6, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27108, lat: 25.75345 }, + }, + { + zip_code: '33144', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 29344.0, + density: 3650.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.31232, lat: 25.76321 }, + }, + { + zip_code: '33160', + usps_city: 'North Miami Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 39615.0, + density: 3602.0, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13475, lat: 25.93278 }, + }, + { + zip_code: '33442', + usps_city: 'Deerfield Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 28964.0, + density: 1674.2, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.14549, lat: 26.31032 }, + }, + { + zip_code: '33473', + usps_city: 'Boynton Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 12210.0, + density: 664.4, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.19157, lat: 26.50375 }, + }, + { + zip_code: '33597', + usps_city: 'Webster', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 7702.0, + density: 22.5, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "82.83", "12053": "16.65", "12101": "0.52"}', + coty_name: ['Sumter', 'Hernando', 'Pasco'], + cty_code: ['12119', '12053', '12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08059, lat: 28.54893 }, + }, + { + zip_code: '33611', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 33070.0, + density: 2001.6, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50685, lat: 27.89059 }, + }, + { + zip_code: '33612', + usps_city: 'Tampa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 51745.0, + density: 1954.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.44977, lat: 28.05077 }, + }, + { + zip_code: '33701', + usps_city: 'Saint Petersburg', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 15728.0, + density: 2276.5, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6357, lat: 27.77041 }, + }, + { + zip_code: '33755', + usps_city: 'Clearwater', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 26616.0, + density: 1906.1, + primary_coty_code: '12103', + primary_coty_name: 'Pinellas', + county_weights: '{"12103": "100"}', + coty_name: ['Pinellas'], + cty_code: ['12103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.77983, lat: 27.97958 }, + }, + { + zip_code: '33809', + usps_city: 'Lakeland', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30347.0, + density: 132.6, + primary_coty_code: '12105', + primary_coty_name: 'Polk', + county_weights: '{"12105": "100"}', + coty_name: ['Polk'], + cty_code: ['12105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.97049, lat: 28.2229 }, + }, + { + zip_code: '33852', + usps_city: 'Lake Placid', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 21099.0, + density: 24.4, + primary_coty_code: '12055', + primary_coty_name: 'Highlands', + county_weights: '{"12055": "100"}', + coty_name: ['Highlands'], + cty_code: ['12055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.37414, lat: 27.23883 }, + }, + { + zip_code: '33890', + usps_city: 'Zolfo Springs', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4773.0, + density: 7.6, + primary_coty_code: '12049', + primary_coty_name: 'Hardee', + county_weights: '{"12049": "100"}', + coty_name: ['Hardee'], + cty_code: ['12049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.6889, lat: 27.44704 }, + }, + { + zip_code: '34203', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38971.0, + density: 946.9, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50929, lat: 27.44355 }, + }, + { + zip_code: '34484', + usps_city: 'Oxford', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3637.0, + density: 42.8, + primary_coty_code: '12119', + primary_coty_name: 'Sumter', + county_weights: '{"12119": "100"}', + coty_name: ['Sumter'], + cty_code: ['12119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.08802, lat: 28.9338 }, + }, + { + zip_code: '34606', + usps_city: 'Spring Hill', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27209.0, + density: 902.2, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.59751, lat: 28.46993 }, + }, + { + zip_code: '34613', + usps_city: 'Brooksville', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 17924.0, + density: 129.3, + primary_coty_code: '12053', + primary_coty_name: 'Hernando', + county_weights: '{"12053": "100"}', + coty_name: ['Hernando'], + cty_code: ['12053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56847, lat: 28.57453 }, + }, + { + zip_code: '34654', + usps_city: 'New Port Richey', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 22935.0, + density: 328.3, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.6288, lat: 28.29503 }, + }, + { + zip_code: '34773', + usps_city: 'Saint Cloud', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 3728.0, + density: 3.8, + primary_coty_code: '12097', + primary_coty_name: 'Osceola', + county_weights: '{"12097": "100"}', + coty_name: ['Osceola'], + cty_code: ['12097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00578, lat: 28.16517 }, + }, + { + zip_code: '34787', + usps_city: 'Winter Garden', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 69976.0, + density: 390.6, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "98.11", "12069": "1.89"}', + coty_name: ['Orange', 'Lake'], + cty_code: ['12095', '12069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.62774, lat: 28.48239 }, + }, + { + zip_code: '35031', + usps_city: 'Blountsville', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7779.0, + density: 23.2, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "100"}', + coty_name: ['Blount'], + cty_code: ['1009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.54752, lat: 34.10155 }, + }, + { + zip_code: '35040', + usps_city: 'Calera', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17311.0, + density: 87.6, + primary_coty_code: '1117', + primary_coty_name: 'Shelby', + county_weights: '{"01117": "93.75", "01021": "6.25"}', + coty_name: ['Shelby', 'Chilton'], + cty_code: ['01117', '01021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73004, lat: 33.10386 }, + }, + { + zip_code: '35062', + usps_city: 'Dora', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7904.0, + density: 68.1, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "67.89", "01127": "32.11"}', + coty_name: ['Jefferson', 'Walker'], + cty_code: ['01073', '01127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02039, lat: 33.72907 }, + }, + { + zip_code: '35206', + usps_city: 'Birmingham', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17713.0, + density: 668.8, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.7134, lat: 33.56925 }, + }, + { + zip_code: '35563', + usps_city: 'Guin', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4646.0, + density: 17.3, + primary_coty_code: '1093', + primary_coty_name: 'Marion', + county_weights: '{"01093": "95.97", "01057": "2.83", "01075": "1.2"}', + coty_name: ['Marion', 'Fayette', 'Lamar'], + cty_code: ['01093', '01057', '01075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8977, lat: 33.98374 }, + }, + { + zip_code: '35586', + usps_city: 'Sulligent', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3947.0, + density: 8.4, + primary_coty_code: '1075', + primary_coty_name: 'Lamar', + county_weights: '{"01075": "100"}', + coty_name: ['Lamar'], + cty_code: ['1075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.13869, lat: 33.87665 }, + }, + { + zip_code: '35660', + usps_city: 'Sheffield', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 8986.0, + density: 527.1, + primary_coty_code: '1033', + primary_coty_name: 'Colbert', + county_weights: '{"01033": "100"}', + coty_name: ['Colbert'], + cty_code: ['1033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70089, lat: 34.75596 }, + }, + { + zip_code: '35746', + usps_city: 'Fackler', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 3.1, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.99594, lat: 34.82902 }, + }, + { + zip_code: '35750', + usps_city: 'Hazel Green', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 13391.0, + density: 81.4, + primary_coty_code: '1089', + primary_coty_name: 'Madison', + county_weights: '{"01089": "100"}', + coty_name: ['Madison'], + cty_code: ['1089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.5951, lat: 34.95094 }, + }, + { + zip_code: '35772', + usps_city: 'Stevenson', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4762.0, + density: 10.7, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.88756, lat: 34.89076 }, + }, + { + zip_code: '35903', + usps_city: 'Gadsden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 17699.0, + density: 101.4, + primary_coty_code: '1055', + primary_coty_name: 'Etowah', + county_weights: '{"01055": "99.76", "01019": "0.24"}', + coty_name: ['Etowah', 'Cherokee'], + cty_code: ['01055', '01019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.86094, lat: 34.02709 }, + }, + { + zip_code: '35981', + usps_city: 'Ider', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1802.0, + density: 30.1, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.64877, lat: 34.72235 }, + }, + { + zip_code: '36029', + usps_city: 'Fitzpatrick', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1164.0, + density: 4.4, + primary_coty_code: '1011', + primary_coty_name: 'Bullock', + county_weights: '{"01011": "79.11", "01087": "20.89"}', + coty_name: ['Bullock', 'Macon'], + cty_code: ['01011', '01087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.93363, lat: 32.1779 }, + }, + { + zip_code: '36038', + usps_city: 'Gantt', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 7.2, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "100"}', + coty_name: ['Covington'], + cty_code: ['1039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.48945, lat: 31.43618 }, + }, + { + zip_code: '36115', + usps_city: 'Montgomery', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1058.0, + density: 688.6, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "100"}', + coty_name: ['Montgomery'], + cty_code: ['1101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.24672, lat: 32.40672 }, + }, + { + zip_code: '36474', + usps_city: 'Red Level', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2647.0, + density: 5.6, + primary_coty_code: '1039', + primary_coty_name: 'Covington', + county_weights: '{"01039": "97.03", "01035": "2.73", "01013": "0.24"}', + coty_name: ['Covington', 'Conecuh', 'Butler'], + cty_code: ['01039', '01035', '01013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.61984, lat: 31.4268 }, + }, + { + zip_code: '36583', + usps_city: 'Tibbie', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 898.0, + density: 5.4, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.19769, lat: 31.35528 }, + }, + { + zip_code: '36587', + usps_city: 'Wilmer', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10317.0, + density: 32.7, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35491, lat: 30.84259 }, + }, + { + zip_code: '36610', + usps_city: 'Mobile', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 10728.0, + density: 517.6, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.07289, lat: 30.73631 }, + }, + { + zip_code: '36748', + usps_city: 'Linden', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2419.0, + density: 6.1, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "100"}', + coty_name: ['Marengo'], + cty_code: ['1091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78482, lat: 32.27557 }, + }, + { + zip_code: '36749', + usps_city: 'Jones', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 5.9, + primary_coty_code: '1001', + primary_coty_name: 'Autauga', + county_weights: '{"01001": "62.08", "01047": "37.92"}', + coty_name: ['Autauga', 'Dallas'], + cty_code: ['01001', '01047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.86168, lat: 32.54319 }, + }, + { + zip_code: '36754', + usps_city: 'Magnolia', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 473.0, + density: 4.5, + primary_coty_code: '1091', + primary_coty_name: 'Marengo', + county_weights: '{"01091": "100"}', + coty_name: ['Marengo'], + cty_code: ['1091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70088, lat: 32.15406 }, + }, + { + zip_code: '36908', + usps_city: 'Gilbertown', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2176.0, + density: 6.4, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31018, lat: 31.90115 }, + }, + { + zip_code: '37062', + usps_city: 'Fairview', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 12185.0, + density: 68.9, + primary_coty_code: '47187', + primary_coty_name: 'Williamson', + county_weights: '{"47187": "98.82", "47043": "1.18"}', + coty_name: ['Williamson', 'Dickson'], + cty_code: ['47187', '47043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.13346, lat: 35.98321 }, + }, + { + zip_code: '37127', + usps_city: 'Murfreesboro', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 18300.0, + density: 146.1, + primary_coty_code: '47149', + primary_coty_name: 'Rutherford', + county_weights: '{"47149": "100"}', + coty_name: ['Rutherford'], + cty_code: ['47149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.32774, lat: 35.78119 }, + }, + { + zip_code: '37148', + usps_city: 'Portland', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24547.0, + density: 69.3, + primary_coty_code: '47165', + primary_coty_name: 'Sumner', + county_weights: '{"47165": "96.49", "47147": "3.51"}', + coty_name: ['Sumner', 'Robertson'], + cty_code: ['47165', '47147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.50187, lat: 36.57393 }, + }, + { + zip_code: '37204', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15452.0, + density: 806.3, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.77425, lat: 36.10674 }, + }, + { + zip_code: '37318', + usps_city: 'Cowan', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1536.0, + density: 49.4, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "100"}', + coty_name: ['Franklin'], + cty_code: ['47051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.9926, lat: 35.17787 }, + }, + { + zip_code: '37337', + usps_city: 'Grandview', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1443.0, + density: 8.9, + primary_coty_code: '47143', + primary_coty_name: 'Rhea', + county_weights: '{"47143": "59.52", "47035": "39.39", "47007": "1.09"}', + coty_name: ['Rhea', 'Cumberland', 'Bledsoe'], + cty_code: ['47143', '47035', '47007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.87054, lat: 35.78338 }, + }, + { + zip_code: '37348', + usps_city: 'Kelso', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 951.0, + density: 10.2, + primary_coty_code: '47103', + primary_coty_name: 'Lincoln', + county_weights: '{"47103": "100"}', + coty_name: ['Lincoln'], + cty_code: ['47103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.4373, lat: 35.12594 }, + }, + { + zip_code: '37356', + usps_city: 'Monteagle', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2507.0, + density: 40.0, + primary_coty_code: '47061', + primary_coty_name: 'Grundy', + county_weights: '{"47061": "63.23", "47115": "36.77"}', + coty_name: ['Grundy', 'Marion'], + cty_code: ['47061', '47115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.82423, lat: 35.22901 }, + }, + { + zip_code: '37601', + usps_city: 'Johnson City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 36333.0, + density: 303.8, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "70.19", "47019": "29.01", "47171": "0.8"}', + coty_name: ['Washington', 'Carter', 'Unicoi'], + cty_code: ['47179', '47019', '47171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.32145, lat: 36.33029 }, + }, + { + zip_code: '37615', + usps_city: 'Johnson City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 21722.0, + density: 230.6, + primary_coty_code: '47179', + primary_coty_name: 'Washington', + county_weights: '{"47179": "100"}', + coty_name: ['Washington'], + cty_code: ['47179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.45219, lat: 36.39958 }, + }, + { + zip_code: '37683', + usps_city: 'Mountain City', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 13301.0, + density: 37.8, + primary_coty_code: '47091', + primary_coty_name: 'Johnson', + county_weights: '{"47091": "100"}', + coty_name: ['Johnson'], + cty_code: ['47091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.82203, lat: 36.45475 }, + }, + { + zip_code: '37769', + usps_city: 'Rocky Top', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5973.0, + density: 80.0, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "91.44", "47013": "8.56"}', + coty_name: ['Anderson', 'Campbell'], + cty_code: ['47001', '47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.15332, lat: 36.21841 }, + }, + { + zip_code: '37807', + usps_city: 'Maynardville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11098.0, + density: 54.0, + primary_coty_code: '47173', + primary_coty_name: 'Union', + county_weights: '{"47173": "98.17", "47093": "1.83"}', + coty_name: ['Union', 'Knox'], + cty_code: ['47173', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.82806, lat: 36.26003 }, + }, + { + zip_code: '37819', + usps_city: 'Newcomb', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 727.0, + density: 12.8, + primary_coty_code: '47013', + primary_coty_name: 'Campbell', + county_weights: '{"47013": "100"}', + coty_name: ['Campbell'], + cty_code: ['47013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21192, lat: 36.55423 }, + }, + { + zip_code: '37853', + usps_city: 'Rockford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3669.0, + density: 91.1, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "96.33", "47093": "3.67"}', + coty_name: ['Blount', 'Knox'], + cty_code: ['47009', '47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91275, lat: 35.83629 }, + }, + { + zip_code: '37866', + usps_city: 'Sharps Chapel', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1584.0, + density: 11.6, + primary_coty_code: '47173', + primary_coty_name: 'Union', + county_weights: '{"47173": "100"}', + coty_name: ['Union'], + cty_code: ['47173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.85615, lat: 36.34644 }, + }, + { + zip_code: '37873', + usps_city: 'Surgoinsville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4934.0, + density: 30.9, + primary_coty_code: '47073', + primary_coty_name: 'Hawkins', + county_weights: '{"47073": "100"}', + coty_name: ['Hawkins'], + cty_code: ['47073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.84799, lat: 36.52582 }, + }, + { + zip_code: '37878', + usps_city: 'Tallassee', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 3.0, + primary_coty_code: '47009', + primary_coty_name: 'Blount', + county_weights: '{"47009": "100"}', + coty_name: ['Blount'], + cty_code: ['47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.90319, lat: 35.62122 }, + }, + { + zip_code: '37887', + usps_city: 'Wartburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7739.0, + density: 32.5, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "100"}', + coty_name: ['Morgan'], + cty_code: ['47129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.58472, lat: 36.09667 }, + }, + { + zip_code: '37891', + usps_city: 'Whitesburg', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 3501.0, + density: 42.0, + primary_coty_code: '47063', + primary_coty_name: 'Hamblen', + county_weights: '{"47063": "76.86", "47073": "23.14"}', + coty_name: ['Hamblen', 'Hawkins'], + cty_code: ['47063', '47073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13771, lat: 36.29001 }, + }, + { + zip_code: '37917', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 24933.0, + density: 978.1, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.91371, lat: 36.00119 }, + }, + { + zip_code: '38037', + usps_city: 'Gates', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1379.0, + density: 10.7, + primary_coty_code: '47097', + primary_coty_name: 'Lauderdale', + county_weights: '{"47097": "73.15", "47075": "26.85"}', + coty_name: ['Lauderdale', 'Haywood'], + cty_code: ['47097', '47075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.39374, lat: 35.79604 }, + }, + { + zip_code: '38135', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 29373.0, + density: 886.7, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84934, lat: 35.2382 }, + }, + { + zip_code: '38226', + usps_city: 'Dukedom', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 4.2, + primary_coty_code: '47183', + primary_coty_name: 'Weakley', + county_weights: '{"47183": "100"}', + coty_name: ['Weakley'], + cty_code: ['47183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.6824, lat: 36.48134 }, + }, + { + zip_code: '38363', + usps_city: 'Parsons', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5291.0, + density: 22.3, + primary_coty_code: '47039', + primary_coty_name: 'Decatur', + county_weights: '{"47039": "99.03", "47077": "0.97"}', + coty_name: ['Decatur', 'Henderson'], + cty_code: ['47039', '47077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11312, lat: 35.6853 }, + }, + { + zip_code: '38487', + usps_city: 'Williamsport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1044.0, + density: 8.3, + primary_coty_code: '47119', + primary_coty_name: 'Maury', + county_weights: '{"47119": "80.04", "47081": "19.96"}', + coty_name: ['Maury', 'Hickman'], + cty_code: ['47119', '47081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.23475, lat: 35.72194 }, + }, + { + zip_code: '39701', + usps_city: 'Columbus', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 13346.0, + density: 27.5, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "100"}', + coty_name: ['Lowndes'], + cty_code: ['28087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50472, lat: 33.41082 }, + }, + { + zip_code: '39735', + usps_city: 'Ackerman', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3319.0, + density: 8.3, + primary_coty_code: '28019', + primary_coty_name: 'Choctaw', + county_weights: '{"28019": "100"}', + coty_name: ['Choctaw'], + cty_code: ['28019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18525, lat: 33.34737 }, + }, + { + zip_code: '39867', + usps_city: 'Morris', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 2.2, + primary_coty_code: '13061', + primary_coty_name: 'Clay', + county_weights: '{"13061": "37.69", "13239": "31.46", "13243": "30.84"}', + coty_name: ['Clay', 'Quitman', 'Randolph'], + cty_code: ['13061', '13239', '13243'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.92551, lat: 31.83428 }, + }, + { + zip_code: '40012', + usps_city: 'Chaplin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 843.0, + density: 32.5, + primary_coty_code: '21179', + primary_coty_name: 'Nelson', + county_weights: '{"21179": "100"}', + coty_name: ['Nelson'], + cty_code: ['21179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.18462, lat: 37.9072 }, + }, + { + zip_code: '601', + usps_city: 'Adjuntas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 17113.0, + density: 102.7, + primary_coty_code: '72001', + primary_coty_name: 'Adjuntas', + county_weights: '{"72001": "99.43", "72141": "0.57"}', + coty_name: ['Adjuntas', 'Utuado'], + cty_code: ['72001', '72141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.75218, lat: 18.18005 }, + }, + { + zip_code: '638', + usps_city: 'Ciales', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 16412.0, + density: 95.9, + primary_coty_code: '72039', + primary_coty_name: 'Ciales', + county_weights: '{"72039": "98.27", "72091": "1.73"}', + coty_name: ['Ciales', 'Manat\u00ed'], + cty_code: ['72039', '72091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.5151, lat: 18.28905 }, + }, + { + zip_code: '678', + usps_city: 'Quebradillas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 25624.0, + density: 375.3, + primary_coty_code: '72115', + primary_coty_name: 'Quebradillas', + county_weights: '{"72115": "93.17", "72071": "5.36", "72131": "1.47"}', + coty_name: ['Quebradillas', 'Isabela', 'San Sebasti\u00e1n'], + cty_code: ['72115', '72071', '72131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.92813, lat: 18.4327 }, + }, + { + zip_code: '720', + usps_city: 'Orocovis', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 20758.0, + density: 134.5, + primary_coty_code: '72107', + primary_coty_name: 'Orocovis', + county_weights: '{"72107": "99.48", "72043": "0.52"}', + coty_name: ['Orocovis', 'Coamo'], + cty_code: ['72107', '72043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.42816, lat: 18.21772 }, + }, + { + zip_code: '909', + usps_city: 'San Juan', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 4698.0, + density: 2971.6, + primary_coty_code: '72127', + primary_coty_name: 'San Juan', + county_weights: '{"72127": "100"}', + coty_name: ['San Juan'], + cty_code: ['72127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.06723, lat: 18.44153 }, + }, + { + zip_code: '1028', + usps_city: 'East Longmeadow', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 16242.0, + density: 484.8, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.49908, lat: 42.05968 }, + }, + { + zip_code: '1074', + usps_city: 'South Barre', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 411.0, + density: 1865.9, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.09404, lat: 42.38672 }, + }, + { + zip_code: '1118', + usps_city: 'Springfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14830.0, + density: 1592.5, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.52533, lat: 42.09476 }, + }, + { + zip_code: '1223', + usps_city: 'Becket', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2443.0, + density: 13.5, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.0994, lat: 42.31176 }, + }, + { + zip_code: '1260', + usps_city: 'South Lee', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 65.7, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.34517, lat: 42.29587 }, + }, + { + zip_code: '1262', + usps_city: 'Stockbridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1005.0, + density: 32.2, + primary_coty_code: '25003', + primary_coty_name: 'Berkshire', + county_weights: '{"25003": "100"}', + coty_name: ['Berkshire'], + cty_code: ['25003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.3177, lat: 42.29354 }, + }, + { + zip_code: '1355', + usps_city: 'New Salem', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 7.6, + primary_coty_code: '25011', + primary_coty_name: 'Franklin', + county_weights: '{"25011": "100"}', + coty_name: ['Franklin'], + cty_code: ['25011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.33044, lat: 42.45289 }, + }, + { + zip_code: '1566', + usps_city: 'Sturbridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5592.0, + density: 76.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.08116, lat: 42.1024 }, + }, + { + zip_code: '1719', + usps_city: 'Boxborough', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5561.0, + density: 208.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.51782, lat: 42.48836 }, + }, + { + zip_code: '1921', + usps_city: 'Boxford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8282.0, + density: 135.8, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01897, lat: 42.68152 }, + }, + { + zip_code: '1949', + usps_city: 'Middleton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 9872.0, + density: 283.5, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01643, lat: 42.60432 }, + }, + { + zip_code: '1960', + usps_city: 'Peabody', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 52628.0, + density: 1269.2, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97223, lat: 42.53372 }, + }, + { + zip_code: '2021', + usps_city: 'Canton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23369.0, + density: 480.2, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.12655, lat: 42.17515 }, + }, + { + zip_code: '2052', + usps_city: 'Medfield', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 12841.0, + density: 344.1, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.305, lat: 42.18481 }, + }, + { + zip_code: '2118', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 28262.0, + density: 9952.5, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.07074, lat: 42.3382 }, + }, + { + zip_code: '2128', + usps_city: 'East Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 47263.0, + density: 3761.8, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.01656, lat: 42.37266 }, + }, + { + zip_code: '2142', + usps_city: 'Cambridge', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3676.0, + density: 5106.3, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.08196, lat: 42.36195 }, + }, + { + zip_code: '2368', + usps_city: 'Randolph', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 34686.0, + density: 1329.4, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05341, lat: 42.17697 }, + }, + { + zip_code: '2584', + usps_city: 'Nantucket', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '25019', + primary_coty_name: 'Nantucket', + county_weights: '{"25019": "100"}', + coty_name: ['Nantucket'], + cty_code: ['25019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.00735, lat: 41.25883 }, + }, + { + zip_code: '2632', + usps_city: 'Centerville', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 10208.0, + density: 538.5, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.34749, lat: 41.66056 }, + }, + { + zip_code: '2807', + usps_city: 'Block Island', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 38.9, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.57854, lat: 41.17762 }, + }, + { + zip_code: '2841', + usps_city: 'Newport', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 1633.0, + density: 1351.5, + primary_coty_code: '44005', + primary_coty_name: 'Newport', + county_weights: '{"44005": "100"}', + coty_name: ['Newport'], + cty_code: ['44005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.32381, lat: 41.51334 }, + }, + { + zip_code: '3237', + usps_city: 'Gilmanton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2372.0, + density: 24.7, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.38212, lat: 43.4296 }, + }, + { + zip_code: '3467', + usps_city: 'Westmoreland', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1590.0, + density: 17.3, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.43221, lat: 42.96935 }, + }, + { + zip_code: '3584', + usps_city: 'Lancaster', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3673.0, + density: 24.0, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.54566, lat: 44.48489 }, + }, + { + zip_code: '3837', + usps_city: 'Gilmanton Iron Works', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 1410.0, + density: 27.1, + primary_coty_code: '33001', + primary_coty_name: 'Belknap', + county_weights: '{"33001": "100"}', + coty_name: ['Belknap'], + cty_code: ['33001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.32909, lat: 43.42165 }, + }, + { + zip_code: '3842', + usps_city: 'Hampton', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 15353.0, + density: 464.1, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.8371, lat: 42.93963 }, + }, + { + zip_code: '4040', + usps_city: 'Harrison', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3234.0, + density: 20.3, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "87.85", "23017": "12.15"}', + coty_name: ['Cumberland', 'Oxford'], + cty_code: ['23005', '23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.7185, lat: 44.11094 }, + }, + { + zip_code: '4085', + usps_city: 'Steep Falls', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2675.0, + density: 85.6, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.62667, lat: 43.77448 }, + }, + { + zip_code: '4553', + usps_city: 'Newcastle', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1750.0, + density: 23.3, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.57146, lat: 44.04786 }, + }, + { + zip_code: '4579', + usps_city: 'Woolwich', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3105.0, + density: 34.2, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.7687, lat: 43.96217 }, + }, + { + zip_code: '4624', + usps_city: 'Corea', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 11.3, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.98706, lat: 44.42283 }, + }, + { + zip_code: '4650', + usps_city: 'Little Deer Isle', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 27.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.70898, lat: 44.2849 }, + }, + { + zip_code: '4668', + usps_city: 'Princeton', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1512.0, + density: 6.0, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.59013, lat: 45.20968 }, + }, + { + zip_code: '4669', + usps_city: 'Prospect Harbor', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 21.1, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.0175, lat: 44.41669 }, + }, + { + zip_code: '4741', + usps_city: 'Estcourt Station', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4.0, + density: 0.5, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Montreal', + geo_point_2d: { lon: -69.1963, lat: 47.44775 }, + }, + { + zip_code: '4841', + usps_city: 'Rockland', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 7178.0, + density: 215.8, + primary_coty_code: '23013', + primary_coty_name: 'Knox', + county_weights: '{"23013": "100"}', + coty_name: ['Knox'], + cty_code: ['23013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.13685, lat: 44.12737 }, + }, + { + zip_code: '4920', + usps_city: 'Bingham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1638.0, + density: 2.5, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.85024, lat: 45.14013 }, + }, + { + zip_code: '4924', + usps_city: 'Canaan', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 2418.0, + density: 22.7, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.54966, lat: 44.7792 }, + }, + { + zip_code: '4942', + usps_city: 'Harmony', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1188.0, + density: 3.2, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "78.43", "23021": "21.57"}', + coty_name: ['Somerset', 'Piscataquis'], + cty_code: ['23025', '23021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.58551, lat: 45.06371 }, + }, + { + zip_code: '4947', + usps_city: 'Kingfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1351.0, + density: 4.1, + primary_coty_code: '23007', + primary_coty_name: 'Franklin', + county_weights: '{"23007": "100"}', + coty_name: ['Franklin'], + cty_code: ['23007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.23876, lat: 45.03266 }, + }, + { + zip_code: '5061', + usps_city: 'Randolph Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1446.0, + density: 21.6, + primary_coty_code: '50017', + primary_coty_name: 'Orange', + county_weights: '{"50017": "100"}', + coty_name: ['Orange'], + cty_code: ['50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.58631, lat: 43.9321 }, + }, + { + zip_code: '5439', + usps_city: 'Colchester', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1455.0, + density: 3120.4, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.16399, lat: 44.49506 }, + }, + { + zip_code: '5446', + usps_city: 'Colchester', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 15868.0, + density: 167.1, + primary_coty_code: '50007', + primary_coty_name: 'Chittenden', + county_weights: '{"50007": "100"}', + coty_name: ['Chittenden'], + cty_code: ['50007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.18529, lat: 44.54857 }, + }, + { + zip_code: '5669', + usps_city: 'Roxbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 652.0, + density: 5.9, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "95.27", "50001": "2.84", "50017": "1.89"}', + coty_name: ['Washington', 'Addison', 'Orange'], + cty_code: ['50023', '50001', '50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.73084, lat: 44.06666 }, + }, + { + zip_code: '5674', + usps_city: 'Warren', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1649.0, + density: 15.9, + primary_coty_code: '50023', + primary_coty_name: 'Washington', + county_weights: '{"50023": "100"}', + coty_name: ['Washington'], + cty_code: ['50023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.86083, lat: 44.11103 }, + }, + { + zip_code: '5747', + usps_city: 'Granville', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 2.4, + primary_coty_code: '50001', + primary_coty_name: 'Addison', + county_weights: '{"50001": "100"}', + coty_name: ['Addison'], + cty_code: ['50001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.84161, lat: 44.00517 }, + }, + { + zip_code: '5858', + usps_city: 'North Concord', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 2.2, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.79566, lat: 44.54945 }, + }, + { + zip_code: '5859', + usps_city: 'North Troy', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1752.0, + density: 12.2, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.4453, lat: 44.96727 }, + }, + { + zip_code: '5901', + usps_city: 'Averill', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 10.0, + density: 0.1, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.68228, lat: 44.94293 }, + }, + { + zip_code: '5903', + usps_city: 'Canaan', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 784.0, + density: 4.5, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.58281, lat: 44.93231 }, + }, + { + zip_code: '5906', + usps_city: 'Lunenburg', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1402.0, + density: 11.2, + primary_coty_code: '50009', + primary_coty_name: 'Essex', + county_weights: '{"50009": "100"}', + coty_name: ['Essex'], + cty_code: ['50009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.71485, lat: 44.47605 }, + }, + { + zip_code: '6029', + usps_city: 'Ellington', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 16125.0, + density: 184.2, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.44947, lat: 41.91503 }, + }, + { + zip_code: '6051', + usps_city: 'New Britain', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 30231.0, + density: 2855.5, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.76974, lat: 41.66514 }, + }, + { + zip_code: '6335', + usps_city: 'Gales Ferry', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 6203.0, + density: 221.2, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.06161, lat: 41.43116 }, + }, + { + zip_code: '6339', + usps_city: 'Ledyard', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8449.0, + density: 121.3, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.99575, lat: 41.44463 }, + }, + { + zip_code: '6379', + usps_city: 'Pawcatuck', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8645.0, + density: 278.0, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.85771, lat: 41.36703 }, + }, + { + zip_code: '6380', + usps_city: 'Taftville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 2816.0, + density: 1138.9, + primary_coty_code: '9011', + primary_coty_name: 'New London', + county_weights: '{"09011": "100"}', + coty_name: ['New London'], + cty_code: ['9011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.05307, lat: 41.56548 }, + }, + { + zip_code: '6481', + usps_city: 'Rockfall', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1304.0, + density: 280.1, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.70034, lat: 41.53358 }, + }, + { + zip_code: '6614', + usps_city: 'Stratford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 33299.0, + density: 1169.3, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12788, lat: 41.23017 }, + }, + { + zip_code: '6770', + usps_city: 'Naugatuck', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 31557.0, + density: 728.9, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.053, lat: 41.48923 }, + }, + { + zip_code: '6902', + usps_city: 'Stamford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 69946.0, + density: 2654.8, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.54661, lat: 41.05893 }, + }, + { + zip_code: '7036', + usps_city: 'Linden', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 43845.0, + density: 1557.0, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.23892, lat: 40.62524 }, + }, + { + zip_code: '7068', + usps_city: 'Roseland', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 5834.0, + density: 628.0, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30866, lat: 40.82073 }, + }, + { + zip_code: '7424', + usps_city: 'Little Falls', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 27030.0, + density: 1827.6, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20587, lat: 40.88374 }, + }, + { + zip_code: '7460', + usps_city: 'Stockholm', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 3398.0, + density: 39.1, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "90.71", "34027": "6.05", "34031": "3.24"}', + coty_name: ['Sussex', 'Morris', 'Passaic'], + cty_code: ['34037', '34027', '34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.495, lat: 41.11219 }, + }, + { + zip_code: '7670', + usps_city: 'Tenafly', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 14632.0, + density: 1207.0, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.95359, lat: 40.91745 }, + }, + { + zip_code: '7716', + usps_city: 'Atlantic Highlands', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8142.0, + density: 641.9, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.03087, lat: 40.40136 }, + }, + { + zip_code: '7747', + usps_city: 'Matawan', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 31178.0, + density: 960.4, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "65.5", "34023": "34.5"}', + coty_name: ['Monmouth', 'Middlesex'], + cty_code: ['34025', '34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.25178, lat: 40.4132 }, + }, + { + zip_code: '7901', + usps_city: 'Summit', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23567.0, + density: 1435.2, + primary_coty_code: '34039', + primary_coty_name: 'Union', + county_weights: '{"34039": "100"}', + coty_name: ['Union'], + cty_code: ['34039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36592, lat: 40.71468 }, + }, + { + zip_code: '7924', + usps_city: 'Bernardsville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7544.0, + density: 241.8, + primary_coty_code: '34035', + primary_coty_name: 'Somerset', + county_weights: '{"34035": "100"}', + coty_name: ['Somerset'], + cty_code: ['34035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.58964, lat: 40.72704 }, + }, + { + zip_code: '7980', + usps_city: 'Stirling', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2394.0, + density: 340.2, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49385, lat: 40.67865 }, + }, + { + zip_code: '8014', + usps_city: 'Bridgeport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 64.0, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.35809, lat: 39.81795 }, + }, + { + zip_code: '8035', + usps_city: 'Haddon Heights', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7656.0, + density: 1869.9, + primary_coty_code: '34007', + primary_coty_name: 'Camden', + county_weights: '{"34007": "100"}', + coty_name: ['Camden'], + cty_code: ['34007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.06442, lat: 39.87913 }, + }, + { + zip_code: '8046', + usps_city: 'Willingboro', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 31654.0, + density: 1667.2, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.88606, lat: 40.02784 }, + }, + { + zip_code: '8061', + usps_city: 'Mount Royal', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2980.0, + density: 825.4, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20707, lat: 39.80457 }, + }, + { + zip_code: '8098', + usps_city: 'Woodstown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9013.0, + density: 61.7, + primary_coty_code: '34033', + primary_coty_name: 'Salem', + county_weights: '{"34033": "100"}', + coty_name: ['Salem'], + cty_code: ['34033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3294, lat: 39.63888 }, + }, + { + zip_code: '8329', + usps_city: 'Mauricetown', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 345.0, + density: 58.4, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.00191, lat: 39.27733 }, + }, + { + zip_code: '8344', + usps_city: 'Newfield', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4514.0, + density: 70.7, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: + '{"34015": "67.2", "34011": "21.75", "34033": "8.19", "34001": "2.86"}', + coty_name: ['Gloucester', 'Cumberland', 'Salem', 'Atlantic'], + cty_code: ['34015', '34011', '34033', '34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.98473, lat: 39.5675 }, + }, + { + zip_code: '8403', + usps_city: 'Longport', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 981.0, + density: 179.7, + primary_coty_code: '34001', + primary_coty_name: 'Atlantic', + county_weights: '{"34001": "100"}', + coty_name: ['Atlantic'], + cty_code: ['34001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.53541, lat: 39.31914 }, + }, + { + zip_code: '8852', + usps_city: 'Monmouth Junction', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 18368.0, + density: 505.2, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.54822, lat: 40.38788 }, + }, + { + zip_code: '8859', + usps_city: 'Parlin', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 22884.0, + density: 1960.1, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.30424, lat: 40.45951 }, + }, + { + zip_code: '8865', + usps_city: 'Phillipsburg', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 28986.0, + density: 260.4, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1508, lat: 40.70775 }, + }, + { + zip_code: '10035', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 36048.0, + density: 9771.4, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92967, lat: 40.79551 }, + }, + { + zip_code: '10153', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97244, lat: 40.76362 }, + }, + { + zip_code: '10162', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1486.0, + density: 49845.7, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.94993, lat: 40.76931 }, + }, + { + zip_code: '10171', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97386, lat: 40.7559 }, + }, + { + zip_code: '10172', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "0"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.97431, lat: 40.75527 }, + }, + { + zip_code: '10526', + usps_city: 'Goldens Bridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1763.0, + density: 206.7, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.66782, lat: 41.29108 }, + }, + { + zip_code: '10589', + usps_city: 'Somers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8793.0, + density: 424.6, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.69523, lat: 41.32994 }, + }, + { + zip_code: '10705', + usps_city: 'Yonkers', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 39944.0, + density: 6969.9, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.88976, lat: 40.91925 }, + }, + { + zip_code: '11356', + usps_city: 'College Point', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23494.0, + density: 5752.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84165, lat: 40.78497 }, + }, + { + zip_code: '11420', + usps_city: 'South Ozone Park', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 47470.0, + density: 8822.6, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.81787, lat: 40.67358 }, + }, + { + zip_code: '11716', + usps_city: 'Bohemia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9781.0, + density: 432.5, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.12695, lat: 40.77126 }, + }, + { + zip_code: '11718', + usps_city: 'Brightwaters', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3075.0, + density: 1271.8, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.26388, lat: 40.71886 }, + }, + { + zip_code: '11727', + usps_city: 'Coram', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 29736.0, + density: 1260.3, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00402, lat: 40.88206 }, + }, + { + zip_code: '11768', + usps_city: 'Northport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 21113.0, + density: 539.4, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.32621, lat: 40.91062 }, + }, + { + zip_code: '11956', + usps_city: 'New Suffolk', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 76.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.46894, lat: 40.98159 }, + }, + { + zip_code: '12064', + usps_city: 'East Worcester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 11.5, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "91.47", "36095": "8.53"}', + coty_name: ['Otsego', 'Schoharie'], + cty_code: ['36077', '36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65729, lat: 42.61434 }, + }, + { + zip_code: '12180', + usps_city: 'Troy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 53464.0, + density: 376.0, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60223, lat: 42.75062 }, + }, + { + zip_code: '12463', + usps_city: 'Palenville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1895.0, + density: 67.6, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01727, lat: 42.19997 }, + }, + { + zip_code: '12464', + usps_city: 'Phoenicia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 6.9, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.35126, lat: 42.03513 }, + }, + { + zip_code: '12484', + usps_city: 'Stone Ridge', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2612.0, + density: 42.4, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.17495, lat: 41.87104 }, + }, + { + zip_code: '12522', + usps_city: 'Dover Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4659.0, + density: 48.1, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "100"}', + coty_name: ['Dutchess'], + cty_code: ['36027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.59681, lat: 41.72043 }, + }, + { + zip_code: '12563', + usps_city: 'Patterson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 8431.0, + density: 142.6, + primary_coty_code: '36079', + primary_coty_name: 'Putnam', + county_weights: '{"36079": "100"}', + coty_name: ['Putnam'], + cty_code: ['36079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.58745, lat: 41.49457 }, + }, + { + zip_code: '12722', + usps_city: 'Burlingham', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 117.9, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.37424, lat: 41.59064 }, + }, + { + zip_code: '12732', + usps_city: 'Eldred', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 7.9, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.87396, lat: 41.5627 }, + }, + { + zip_code: '12734', + usps_city: 'Ferndale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 24.9, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.75093, lat: 41.73304 }, + }, + { + zip_code: '12792', + usps_city: 'Yulan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 272.0, + density: 31.0, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.94767, lat: 41.51836 }, + }, + { + zip_code: '12837', + usps_city: 'Hampton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1142.0, + density: 29.8, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.267, lat: 43.50881 }, + }, + { + zip_code: '12922', + usps_city: 'Childwold', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33.0, + density: 0.3, + primary_coty_code: '36089', + primary_coty_name: 'St. Lawrence', + county_weights: '{"36089": "100"}', + coty_name: ['St. Lawrence'], + cty_code: ['36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.71793, lat: 44.28808 }, + }, + { + zip_code: '12969', + usps_city: 'Owls Head', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 1.6, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.08563, lat: 44.70303 }, + }, + { + zip_code: '12978', + usps_city: 'Redford', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 48.5, + primary_coty_code: '36019', + primary_coty_name: 'Clinton', + county_weights: '{"36019": "100"}', + coty_name: ['Clinton'], + cty_code: ['36019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.80874, lat: 44.61634 }, + }, + { + zip_code: '13021', + usps_city: 'Auburn', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 37841.0, + density: 121.6, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "99.98", "36067": "0.02"}', + coty_name: ['Cayuga', 'Onondaga'], + cty_code: ['36011', '36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.55886, lat: 42.92379 }, + }, + { + zip_code: '13111', + usps_city: 'Martville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1706.0, + density: 24.8, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "81.35", "36075": "18.65"}', + coty_name: ['Cayuga', 'Oswego'], + cty_code: ['36011', '36075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62045, lat: 43.25868 }, + }, + { + zip_code: '13164', + usps_city: 'Warners', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2797.0, + density: 100.6, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.3161, lat: 43.09407 }, + }, + { + zip_code: '13337', + usps_city: 'Fly Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 662.0, + density: 13.8, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.9812, lat: 42.75391 }, + }, + { + zip_code: '13353', + usps_city: 'Hoffmeister', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13.0, + density: 0.0, + primary_coty_code: '36041', + primary_coty_name: 'Hamilton', + county_weights: '{"36041": "100"}', + coty_name: ['Hamilton'], + cty_code: ['36041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.72544, lat: 43.46576 }, + }, + { + zip_code: '13403', + usps_city: 'Marcy', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 7302.0, + density: 105.6, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.2708, lat: 43.1692 }, + }, + { + zip_code: '13406', + usps_city: 'Middleville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 25.5, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91789, lat: 43.13529 }, + }, + { + zip_code: '13469', + usps_city: 'Stittville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1131.0, + density: 108.7, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "100"}', + coty_name: ['Oneida'], + cty_code: ['36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.29956, lat: 43.21526 }, + }, + { + zip_code: '13626', + usps_city: 'Copenhagen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2172.0, + density: 8.4, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "83.33", "36045": "16.67"}', + coty_name: ['Lewis', 'Jefferson'], + cty_code: ['36049', '36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.72062, lat: 43.84126 }, + }, + { + zip_code: '13656', + usps_city: 'La Fargeville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3133.0, + density: 14.2, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94969, lat: 44.19138 }, + }, + { + zip_code: '13685', + usps_city: 'Sackets Harbor', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2460.0, + density: 47.1, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17347, lat: 43.92448 }, + }, + { + zip_code: '13861', + usps_city: 'West Oneonta', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 273.0, + density: 23.9, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1491, lat: 42.5053 }, + }, + { + zip_code: '14012', + usps_city: 'Barker', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2334.0, + density: 28.0, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.52548, lat: 43.33439 }, + }, + { + zip_code: '14168', + usps_city: 'Versailles', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 30.0, + density: 292.3, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "100"}', + coty_name: ['Cattaraugus'], + cty_code: ['36009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.99068, lat: 42.52038 }, + }, + { + zip_code: '14261', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5702.0, + density: 1894.7, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78534, lat: 43.00198 }, + }, + { + zip_code: '14416', + usps_city: 'Bergen', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3535.0, + density: 36.7, + primary_coty_code: '36037', + primary_coty_name: 'Genesee', + county_weights: '{"36037": "94.81", "36055": "5.19"}', + coty_name: ['Genesee', 'Monroe'], + cty_code: ['36037', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.98172, lat: 43.07902 }, + }, + { + zip_code: '14423', + usps_city: 'Caledonia', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4559.0, + density: 34.9, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.82759, lat: 42.94419 }, + }, + { + zip_code: '14486', + usps_city: 'Linwood', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 449.0, + density: 30.8, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "100"}', + coty_name: ['Livingston'], + cty_code: ['36051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.92158, lat: 42.8943 }, + }, + { + zip_code: '14551', + usps_city: 'Sodus', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5152.0, + density: 45.5, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "100"}', + coty_name: ['Wayne'], + cty_code: ['36117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04497, lat: 43.21915 }, + }, + { + zip_code: '14604', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2364.0, + density: 2501.6, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60479, lat: 43.15678 }, + }, + { + zip_code: '14621', + usps_city: 'Rochester', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 33066.0, + density: 3096.4, + primary_coty_code: '36055', + primary_coty_name: 'Monroe', + county_weights: '{"36055": "100"}', + coty_name: ['Monroe'], + cty_code: ['36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60374, lat: 43.18971 }, + }, + { + zip_code: '14864', + usps_city: 'Millport', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1197.0, + density: 37.1, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "89.14", "36097": "10.86"}', + coty_name: ['Chemung', 'Schuyler'], + cty_code: ['36015', '36097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84167, lat: 42.27828 }, + }, + { + zip_code: '14883', + usps_city: 'Spencer', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4726.0, + density: 25.3, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "78.7", "36109": "21.3"}', + coty_name: ['Tioga', 'Tompkins'], + cty_code: ['36107', '36109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4812, lat: 42.23929 }, + }, + { + zip_code: '14894', + usps_city: 'Wellsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 42.7, + primary_coty_code: '36015', + primary_coty_name: 'Chemung', + county_weights: '{"36015": "100"}', + coty_name: ['Chemung'], + cty_code: ['36015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.769, lat: 42.02236 }, + }, + { + zip_code: '15025', + usps_city: 'Clairton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16298.0, + density: 380.0, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "99.96", "42125": "0.04"}', + coty_name: ['Allegheny', 'Washington'], + cty_code: ['42003', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92191, lat: 40.29911 }, + }, + { + zip_code: '15042', + usps_city: 'Freedom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 8309.0, + density: 192.4, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20534, lat: 40.68786 }, + }, + { + zip_code: '15043', + usps_city: 'Georgetown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2091.0, + density: 24.7, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.48909, lat: 40.55468 }, + }, + { + zip_code: '15089', + usps_city: 'West Newton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6453.0, + density: 130.2, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "98.56", "42003": "1.44"}', + coty_name: ['Westmoreland', 'Allegheny'], + cty_code: ['42129', '42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.74058, lat: 40.22039 }, + }, + { + zip_code: '15322', + usps_city: 'Clarksville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1728.0, + density: 47.0, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "67.79", "42125": "32.21"}', + coty_name: ['Greene', 'Washington'], + cty_code: ['42059', '42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.05014, lat: 39.97653 }, + }, + { + zip_code: '15327', + usps_city: 'Dilliner', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1696.0, + density: 33.0, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.96438, lat: 39.74946 }, + }, + { + zip_code: '15359', + usps_city: 'Rogersville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 153.0, + density: 416.1, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27581, lat: 39.87648 }, + }, + { + zip_code: '15501', + usps_city: 'Somerset', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16254.0, + density: 46.8, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "99.84", "42129": "0.16"}', + coty_name: ['Somerset', 'Westmoreland'], + cty_code: ['42111', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.12871, lat: 40.03596 }, + }, + { + zip_code: '15502', + usps_city: 'Hidden Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 7.0, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.24605, lat: 40.0358 }, + }, + { + zip_code: '15540', + usps_city: 'Fort Hill', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 1.9, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.23894, lat: 39.79442 }, + }, + { + zip_code: '15550', + usps_city: 'Manns Choice', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1719.0, + density: 12.2, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "100"}', + coty_name: ['Bedford'], + cty_code: ['42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.64393, lat: 39.98679 }, + }, + { + zip_code: '15555', + usps_city: 'Quecreek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 457.8, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "100"}', + coty_name: ['Somerset'], + cty_code: ['42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08224, lat: 40.09241 }, + }, + { + zip_code: '15559', + usps_city: 'Schellsburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 15.2, + primary_coty_code: '42009', + primary_coty_name: 'Bedford', + county_weights: '{"42009": "99.59", "42111": "0.41"}', + coty_name: ['Bedford', 'Somerset'], + cty_code: ['42009', '42111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68145, lat: 40.05541 }, + }, + { + zip_code: '15612', + usps_city: 'Alverton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 413.0, + density: 63.6, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.59981, lat: 40.13737 }, + }, + { + zip_code: '15717', + usps_city: 'Blairsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9985.0, + density: 40.3, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "78.47", "42129": "21.53"}', + coty_name: ['Indiana', 'Westmoreland'], + cty_code: ['42063', '42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.24304, lat: 40.45265 }, + }, + { + zip_code: '15722', + usps_city: 'Carrolltown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2282.0, + density: 43.2, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72062, lat: 40.5949 }, + }, + { + zip_code: '15860', + usps_city: 'Sigel', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1077.0, + density: 3.3, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "84.51", "42047": "9.2", "42031": "6.29"}', + coty_name: ['Jefferson', 'Elk', 'Clarion'], + cty_code: ['42065', '42047', '42031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.04804, lat: 41.34781 }, + }, + { + zip_code: '15906', + usps_city: 'Johnstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10803.0, + density: 119.7, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.94602, lat: 40.3727 }, + }, + { + zip_code: '15920', + usps_city: 'Armagh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 672.0, + density: 33.3, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.05146, lat: 40.46603 }, + }, + { + zip_code: '16028', + usps_city: 'East Brady', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1615.0, + density: 39.1, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "51.86", "42005": "48.14"}', + coty_name: ['Clarion', 'Armstrong'], + cty_code: ['42031', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.63702, lat: 40.95792 }, + }, + { + zip_code: '16141', + usps_city: 'New Galilee', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1609.0, + density: 30.3, + primary_coty_code: '42073', + primary_coty_name: 'Lawrence', + county_weights: '{"42073": "50.78", "42007": "49.22"}', + coty_name: ['Lawrence', 'Beaver'], + cty_code: ['42073', '42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39624, lat: 40.87041 }, + }, + { + zip_code: '16151', + usps_city: 'Sheakleyville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 134.0, + density: 444.1, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.207, lat: 41.4437 }, + }, + { + zip_code: '16210', + usps_city: 'Adrian', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 931.0, + density: 18.2, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.51387, lat: 40.89804 }, + }, + { + zip_code: '16242', + usps_city: 'New Bethlehem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4233.0, + density: 18.1, + primary_coty_code: '42031', + primary_coty_name: 'Clarion', + county_weights: '{"42031": "54.66", "42005": "45.34"}', + coty_name: ['Clarion', 'Armstrong'], + cty_code: ['42031', '42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36039, lat: 41.00749 }, + }, + { + zip_code: '16673', + usps_city: 'Roaring Spring', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5470.0, + density: 68.0, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "86.9", "42009": "13.1"}', + coty_name: ['Blair', 'Bedford'], + cty_code: ['42013', '42009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.39148, lat: 40.31244 }, + }, + { + zip_code: '16828', + usps_city: 'Centre Hall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4427.0, + density: 30.4, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.68795, lat: 40.81299 }, + }, + { + zip_code: '16942', + usps_city: 'Osceola', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 830.0, + density: 13.5, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "100"}', + coty_name: ['Tioga'], + cty_code: ['42117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.35216, lat: 41.96248 }, + }, + { + zip_code: '17102', + usps_city: 'Harrisburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7434.0, + density: 3658.5, + primary_coty_code: '42043', + primary_coty_name: 'Dauphin', + county_weights: '{"42043": "100"}', + coty_name: ['Dauphin'], + cty_code: ['42043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.89673, lat: 40.27153 }, + }, + { + zip_code: '17201', + usps_city: 'Chambersburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 26330.0, + density: 536.7, + primary_coty_code: '42055', + primary_coty_name: 'Franklin', + county_weights: '{"42055": "100"}', + coty_name: ['Franklin'], + cty_code: ['42055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65615, lat: 39.9611 }, + }, + { + zip_code: '17253', + usps_city: 'Saltillo', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 409.4, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "100"}', + coty_name: ['Huntingdon'], + cty_code: ['42061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.00685, lat: 40.21316 }, + }, + { + zip_code: '17264', + usps_city: 'Three Springs', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2423.0, + density: 17.2, + primary_coty_code: '42061', + primary_coty_name: 'Huntingdon', + county_weights: '{"42061": "95.1", "42057": "4.9"}', + coty_name: ['Huntingdon', 'Fulton'], + cty_code: ['42061', '42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.99369, lat: 40.17993 }, + }, + { + zip_code: '17407', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2292.0, + density: 617.4, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.71192, lat: 39.88321 }, + }, + { + zip_code: '17408', + usps_city: 'York', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 23778.0, + density: 354.9, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80297, lat: 39.9337 }, + }, + { + zip_code: '17554', + usps_city: 'Mountville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7877.0, + density: 971.1, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42604, lat: 40.03958 }, + }, + { + zip_code: '17555', + usps_city: 'Narvon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7547.0, + density: 83.4, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "99.75", "42011": "0.25"}', + coty_name: ['Lancaster', 'Berks'], + cty_code: ['42071', '42011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.96421, lat: 40.12135 }, + }, + { + zip_code: '17724', + usps_city: 'Canton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4740.0, + density: 16.3, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "93.62", "42117": "6.16", "42081": "0.22"}', + coty_name: ['Bradford', 'Tioga', 'Lycoming'], + cty_code: ['42015', '42117', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.80387, lat: 41.64177 }, + }, + { + zip_code: '17730', + usps_city: 'Dewart', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 229.0, + density: 523.2, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.8785, lat: 41.11044 }, + }, + { + zip_code: '17774', + usps_city: 'Unityville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1388.0, + density: 11.2, + primary_coty_code: '42081', + primary_coty_name: 'Lycoming', + county_weights: '{"42081": "87.71", "42113": "10.02", "42037": "2.27"}', + coty_name: ['Lycoming', 'Sullivan', 'Columbia'], + cty_code: ['42081', '42113', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52915, lat: 41.27923 }, + }, + { + zip_code: '17801', + usps_city: 'Sunbury', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15701.0, + density: 91.9, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.7574, lat: 40.83453 }, + }, + { + zip_code: '17878', + usps_city: 'Stillwater', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1443.0, + density: 26.4, + primary_coty_code: '42037', + primary_coty_name: 'Columbia', + county_weights: '{"42037": "58.97", "42079": "41.03"}', + coty_name: ['Columbia', 'Luzerne'], + cty_code: ['42037', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32236, lat: 41.17213 }, + }, + { + zip_code: '17886', + usps_city: 'West Milton', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1630.0, + density: 646.1, + primary_coty_code: '42119', + primary_coty_name: 'Union', + county_weights: '{"42119": "100"}', + coty_name: ['Union'], + cty_code: ['42119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.87519, lat: 41.01667 }, + }, + { + zip_code: '17938', + usps_city: 'Hegins', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2308.0, + density: 22.5, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51595, lat: 40.65139 }, + }, + { + zip_code: '17944', + usps_city: 'Llewellyn', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 136.0, + density: 367.9, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.27917, lat: 40.67245 }, + }, + { + zip_code: '18016', + usps_city: 'Bethlehem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "0"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3931, lat: 40.63234 }, + }, + { + zip_code: '18038', + usps_city: 'Danielsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2846.0, + density: 84.1, + primary_coty_code: '42095', + primary_coty_name: 'Northampton', + county_weights: '{"42095": "100"}', + coty_name: ['Northampton'], + cty_code: ['42095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48226, lat: 40.79594 }, + }, + { + zip_code: '18214', + usps_city: 'Barnesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1908.0, + density: 30.8, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.0815, lat: 40.7988 }, + }, + { + zip_code: '18403', + usps_city: 'Archbald', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6653.0, + density: 107.9, + primary_coty_code: '42069', + primary_coty_name: 'Lackawanna', + county_weights: '{"42069": "100"}', + coty_name: ['Lackawanna'], + cty_code: ['42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52959, lat: 41.50042 }, + }, + { + zip_code: '18445', + usps_city: 'Newfoundland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2536.0, + density: 26.9, + primary_coty_code: '42127', + primary_coty_name: 'Wayne', + county_weights: '{"42127": "79.48", "42103": "20.52"}', + coty_name: ['Wayne', 'Pike'], + cty_code: ['42127', '42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.36063, lat: 41.2966 }, + }, + { + zip_code: '18621', + usps_city: 'Hunlock Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6728.0, + density: 58.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09282, lat: 41.25328 }, + }, + { + zip_code: '18635', + usps_city: 'Nescopeck', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 3797.0, + density: 38.4, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "78.33", "42037": "21.67"}', + coty_name: ['Luzerne', 'Columbia'], + cty_code: ['42079', '42037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.20174, lat: 41.03053 }, + }, + { + zip_code: '18641', + usps_city: 'Pittston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6829.0, + density: 603.4, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "87.82", "42069": "12.18"}', + coty_name: ['Luzerne', 'Lackawanna'], + cty_code: ['42079', '42069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73045, lat: 41.33603 }, + }, + { + zip_code: '18707', + usps_city: 'Mountain Top', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15891.0, + density: 123.4, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.92644, lat: 41.13369 }, + }, + { + zip_code: '18824', + usps_city: 'Hop Bottom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1422.0, + density: 18.4, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.78357, lat: 41.7041 }, + }, + { + zip_code: '18842', + usps_city: 'South Gibson', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 23.6, + primary_coty_code: '42115', + primary_coty_name: 'Susquehanna', + county_weights: '{"42115": "100"}', + coty_name: ['Susquehanna'], + cty_code: ['42115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.62108, lat: 41.75811 }, + }, + { + zip_code: '19007', + usps_city: 'Bristol', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 20944.0, + density: 1187.9, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.85855, lat: 40.11389 }, + }, + { + zip_code: '19066', + usps_city: 'Merion Station', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 5662.0, + density: 1601.9, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.24908, lat: 40.00262 }, + }, + { + zip_code: '19067', + usps_city: 'Morrisville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 52689.0, + density: 713.6, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.81597, lat: 40.20632 }, + }, + { + zip_code: '19087', + usps_city: 'Wayne', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 32765.0, + density: 792.7, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "45.28", "42045": "43.12", "42091": "11.61"}', + coty_name: ['Chester', 'Delaware', 'Montgomery'], + cty_code: ['42029', '42045', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.39987, lat: 40.06116 }, + }, + { + zip_code: '19129', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11275.0, + density: 1980.3, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.18461, lat: 40.01358 }, + }, + { + zip_code: '19139', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 46397.0, + density: 10122.4, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22981, lat: 39.96144 }, + }, + { + zip_code: '19140', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 51766.0, + density: 6536.1, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14508, lat: 40.01241 }, + }, + { + zip_code: '19301', + usps_city: 'Paoli', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 6375.0, + density: 732.3, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.48032, lat: 40.04115 }, + }, + { + zip_code: '19711', + usps_city: 'Newark', + stusps_code: 'DE', + ste_name: 'Delaware', + zcta: 'TRUE', + parent_zcta: null, + population: 52547.0, + density: 740.9, + primary_coty_code: '10003', + primary_coty_name: 'New Castle', + county_weights: '{"10003": "100"}', + coty_name: ['New Castle'], + cty_code: ['10003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.73965, lat: 39.7143 }, + }, + { + zip_code: '20164', + usps_city: 'Sterling', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 41684.0, + density: 2171.4, + primary_coty_code: '51107', + primary_coty_name: 'Loudoun', + county_weights: '{"51107": "100"}', + coty_name: ['Loudoun'], + cty_code: ['51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.39565, lat: 39.0127 }, + }, + { + zip_code: '20427', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.04755, lat: 38.90207 }, + }, + { + zip_code: '20510', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.00689, lat: 38.89278 }, + }, + { + zip_code: '20606', + usps_city: 'Abell', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 49.5, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.73699, lat: 38.25952 }, + }, + { + zip_code: '20670', + usps_city: 'Patuxent River', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1441.0, + density: 59.1, + primary_coty_code: '24037', + primary_coty_name: "St. Mary's", + county_weights: '{"24037": "100"}', + coty_name: ["St. Mary's"], + cty_code: ['24037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.42039, lat: 38.28223 }, + }, + { + zip_code: '20677', + usps_city: 'Port Tobacco', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2416.0, + density: 60.7, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.041, lat: 38.49995 }, + }, + { + zip_code: '20814', + usps_city: 'Bethesda', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 29021.0, + density: 2196.8, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.10198, lat: 39.00492 }, + }, + { + zip_code: '21144', + usps_city: 'Severn', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 35335.0, + density: 851.3, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.67733, lat: 39.12091 }, + }, + { + zip_code: '21207', + usps_city: 'Gwynn Oak', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 48872.0, + density: 1830.0, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "70.45", "24510": "29.55"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24005', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.72038, lat: 39.32424 }, + }, + { + zip_code: '21219', + usps_city: 'Sparrows Point', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 9550.0, + density: 448.5, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45036, lat: 39.22998 }, + }, + { + zip_code: '21653', + usps_city: 'Newcomb', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 317.7, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.17852, lat: 38.75105 }, + }, + { + zip_code: '21657', + usps_city: 'Queen Anne', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 910.0, + density: 14.1, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "88.93", "24041": "11.07"}', + coty_name: ["Queen Anne's", 'Talbot'], + cty_code: ['24035', '24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.98489, lat: 38.95766 }, + }, + { + zip_code: '21658', + usps_city: 'Queenstown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 3987.0, + density: 39.1, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1373, lat: 38.94338 }, + }, + { + zip_code: '21675', + usps_city: 'Wingate', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 10.7, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.08691, lat: 38.28791 }, + }, + { + zip_code: '21711', + usps_city: 'Big Pool', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 1076.0, + density: 17.4, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01628, lat: 39.66692 }, + }, + { + zip_code: '21713', + usps_city: 'Boonsboro', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10728.0, + density: 98.1, + primary_coty_code: '24043', + primary_coty_name: 'Washington', + county_weights: '{"24043": "100"}', + coty_name: ['Washington'], + cty_code: ['24043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.671, lat: 39.52485 }, + }, + { + zip_code: '21718', + usps_city: 'Burkittsville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 128.4, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62728, lat: 39.39199 }, + }, + { + zip_code: '21723', + usps_city: 'Cooksville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 96.1, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.01046, lat: 39.32541 }, + }, + { + zip_code: '21727', + usps_city: 'Emmitsburg', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6792.0, + density: 82.0, + primary_coty_code: '24021', + primary_coty_name: 'Frederick', + county_weights: '{"24021": "100"}', + coty_name: ['Frederick'], + cty_code: ['24021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.32726, lat: 39.68904 }, + }, + { + zip_code: '21797', + usps_city: 'Woodbine', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 8873.0, + density: 79.1, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "65.43", "24013": "34.57"}', + coty_name: ['Howard', 'Carroll'], + cty_code: ['24027', '24013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.06992, lat: 39.3336 }, + }, + { + zip_code: '21867', + usps_city: 'Upper Fairmount', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 32.4, + primary_coty_code: '24039', + primary_coty_name: 'Somerset', + county_weights: '{"24039": "100"}', + coty_name: ['Somerset'], + cty_code: ['24039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.79362, lat: 38.10959 }, + }, + { + zip_code: '22044', + usps_city: 'Falls Church', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13616.0, + density: 2404.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "89.36", "51610": "10.64"}', + coty_name: ['Fairfax', 'Falls Church'], + cty_code: ['51059', '51610'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.15559, lat: 38.85971 }, + }, + { + zip_code: '22066', + usps_city: 'Great Falls', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 17767.0, + density: 254.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "93.54", "51107": "6.46"}', + coty_name: ['Fairfax', 'Loudoun'], + cty_code: ['51059', '51107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.30026, lat: 39.00895 }, + }, + { + zip_code: '22193', + usps_city: 'Woodbridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 82309.0, + density: 1797.2, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.34807, lat: 38.64308 }, + }, + { + zip_code: '22308', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 13610.0, + density: 1169.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05774, lat: 38.73131 }, + }, + { + zip_code: '22433', + usps_city: 'Burr Hill', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 427.0, + density: 39.3, + primary_coty_code: '51137', + primary_coty_name: 'Orange', + county_weights: '{"51137": "100"}', + coty_name: ['Orange'], + cty_code: ['51137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.86348, lat: 38.3579 }, + }, + { + zip_code: '22485', + usps_city: 'King George', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25606.0, + density: 56.3, + primary_coty_code: '51099', + primary_coty_name: 'King George', + county_weights: '{"51099": "99.92", "51193": "0.08"}', + coty_name: ['King George', 'Westmoreland'], + cty_code: ['51099', '51193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16006, lat: 38.27166 }, + }, + { + zip_code: '22560', + usps_city: 'Tappahannock', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6435.0, + density: 27.3, + primary_coty_code: '51057', + primary_coty_name: 'Essex', + county_weights: '{"51057": "97.49", "51097": "2.51"}', + coty_name: ['Essex', 'King and Queen'], + cty_code: ['51057', '51097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.96102, lat: 37.91429 }, + }, + { + zip_code: '22576', + usps_city: 'Weems', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2513.0, + density: 88.1, + primary_coty_code: '51103', + primary_coty_name: 'Lancaster', + county_weights: '{"51103": "100"}', + coty_name: ['Lancaster'], + cty_code: ['51103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43585, lat: 37.69171 }, + }, + { + zip_code: '22715', + usps_city: 'Brightwood', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1230.0, + density: 52.4, + primary_coty_code: '51113', + primary_coty_name: 'Madison', + county_weights: '{"51113": "100"}', + coty_name: ['Madison'], + cty_code: ['51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.18341, lat: 38.41144 }, + }, + { + zip_code: '22843', + usps_city: 'Mount Solon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2492.0, + density: 8.5, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.16038, lat: 38.36852 }, + }, + { + zip_code: '22846', + usps_city: 'Penn Laird', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2291.0, + density: 79.5, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "100"}', + coty_name: ['Rockingham'], + cty_code: ['51165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.78885, lat: 38.37957 }, + }, + { + zip_code: '22923', + usps_city: 'Barboursville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5653.0, + density: 43.4, + primary_coty_code: '51079', + primary_coty_name: 'Greene', + county_weights: '{"51079": "43.73", "51137": "31.16", "51003": "25.1"}', + coty_name: ['Greene', 'Orange', 'Albemarle'], + cty_code: ['51079', '51137', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.32302, lat: 38.188 }, + }, + { + zip_code: '22938', + usps_city: 'Faber', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1378.0, + density: 12.5, + primary_coty_code: '51125', + primary_coty_name: 'Nelson', + county_weights: '{"51125": "95.01", "51003": "4.99"}', + coty_name: ['Nelson', 'Albemarle'], + cty_code: ['51125', '51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.79452, lat: 37.86066 }, + }, + { + zip_code: '23021', + usps_city: 'Bohannon', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 34.8, + primary_coty_code: '51115', + primary_coty_name: 'Mathews', + county_weights: '{"51115": "100"}', + coty_name: ['Mathews'], + cty_code: ['51115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37016, lat: 37.39782 }, + }, + { + zip_code: '23070', + usps_city: 'Hardyville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 328.0, + density: 43.9, + primary_coty_code: '51119', + primary_coty_name: 'Middlesex', + county_weights: '{"51119": "100"}', + coty_name: ['Middlesex'], + cty_code: ['51119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.38997, lat: 37.55244 }, + }, + { + zip_code: '23114', + usps_city: 'Midlothian', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 19628.0, + density: 673.5, + primary_coty_code: '51041', + primary_coty_name: 'Chesterfield', + county_weights: '{"51041": "100"}', + coty_name: ['Chesterfield'], + cty_code: ['51041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.65937, lat: 37.48221 }, + }, + { + zip_code: '23229', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35325.0, + density: 956.3, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "100"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.57281, lat: 37.58729 }, + }, + { + zip_code: '23233', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31605.0, + density: 985.1, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "98.92", "51075": "1.08"}', + coty_name: ['Henrico', 'Goochland'], + cty_code: ['51087', '51075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62662, lat: 37.64547 }, + }, + { + zip_code: '23323', + usps_city: 'Chesapeake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 41074.0, + density: 132.4, + primary_coty_code: '51550', + primary_coty_name: 'Chesapeake', + county_weights: '{"51550": "100"}', + coty_name: ['Chesapeake'], + cty_code: ['51550'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39162, lat: 36.67487 }, + }, + { + zip_code: '23398', + usps_city: 'Jamesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 3.0, + primary_coty_code: '51131', + primary_coty_name: 'Northampton', + county_weights: '{"51131": "100"}', + coty_name: ['Northampton'], + cty_code: ['51131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.94103, lat: 37.5121 }, + }, + { + zip_code: '23508', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 21697.0, + density: 2513.6, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.30898, lat: 36.88444 }, + }, + { + zip_code: '23696', + usps_city: 'Seaford', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3696.0, + density: 254.4, + primary_coty_code: '51199', + primary_coty_name: 'York', + county_weights: '{"51199": "100"}', + coty_name: ['York'], + cty_code: ['51199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.4259, lat: 37.19248 }, + }, + { + zip_code: '23702', + usps_city: 'Portsmouth', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11020.0, + density: 1687.6, + primary_coty_code: '51740', + primary_coty_name: 'Portsmouth', + county_weights: '{"51740": "100"}', + coty_name: ['Portsmouth'], + cty_code: ['51740'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.32892, lat: 36.80318 }, + }, + { + zip_code: '23840', + usps_city: 'Dewitt', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2719.0, + density: 22.0, + primary_coty_code: '51053', + primary_coty_name: 'Dinwiddie', + county_weights: '{"51053": "100"}', + coty_name: ['Dinwiddie'], + cty_code: ['51053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.66519, lat: 37.05936 }, + }, + { + zip_code: '23842', + usps_city: 'Disputanta', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6458.0, + density: 19.1, + primary_coty_code: '51149', + primary_coty_name: 'Prince George', + county_weights: '{"51149": "93.64", "51183": "5.89", "51181": "0.46"}', + coty_name: ['Prince George', 'Sussex', 'Surry'], + cty_code: ['51149', '51183', '51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22381, lat: 37.13341 }, + }, + { + zip_code: '23890', + usps_city: 'Waverly', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4396.0, + density: 8.7, + primary_coty_code: '51183', + primary_coty_name: 'Sussex', + county_weights: '{"51183": "87.17", "51181": "12.83"}', + coty_name: ['Sussex', 'Surry'], + cty_code: ['51183', '51181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.11941, lat: 37.0034 }, + }, + { + zip_code: '23921', + usps_city: 'Buckingham', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 6.2, + primary_coty_code: '51029', + primary_coty_name: 'Buckingham', + county_weights: '{"51029": "100"}', + coty_name: ['Buckingham'], + cty_code: ['51029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61976, lat: 37.59078 }, + }, + { + zip_code: '24133', + usps_city: 'Patrick Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2258.0, + density: 20.1, + primary_coty_code: '51141', + primary_coty_name: 'Patrick', + county_weights: '{"51141": "100"}', + coty_name: ['Patrick'], + cty_code: ['51141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.1344, lat: 36.66968 }, + }, + { + zip_code: '24323', + usps_city: 'Crockett', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 893.0, + density: 18.4, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "100"}', + coty_name: ['Wythe'], + cty_code: ['51197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.19686, lat: 36.86759 }, + }, + { + zip_code: '24350', + usps_city: 'Ivanhoe', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1179.0, + density: 9.6, + primary_coty_code: '51197', + primary_coty_name: 'Wythe', + county_weights: '{"51197": "69.71", "51035": "25.69", "51077": "4.6"}', + coty_name: ['Wythe', 'Carroll', 'Grayson'], + cty_code: ['51197', '51035', '51077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.01963, lat: 36.81117 }, + }, + { + zip_code: '24415', + usps_city: 'Brownsburg', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "100"}', + coty_name: ['Rockbridge'], + cty_code: ['51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31711, lat: 37.92506 }, + }, + { + zip_code: '24430', + usps_city: 'Craigsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3829.0, + density: 41.9, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35441, lat: 38.08803 }, + }, + { + zip_code: '24441', + usps_city: 'Grottoes', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6190.0, + density: 54.1, + primary_coty_code: '51165', + primary_coty_name: 'Rockingham', + county_weights: '{"51165": "62.36", "51015": "37.64"}', + coty_name: ['Rockingham', 'Augusta'], + cty_code: ['51165', '51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82184, lat: 38.22631 }, + }, + { + zip_code: '24484', + usps_city: 'Warm Springs', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 549.0, + density: 1.2, + primary_coty_code: '51017', + primary_coty_name: 'Bath', + county_weights: '{"51017": "91.09", "51091": "8.91"}', + coty_name: ['Bath', 'Highland'], + cty_code: ['51017', '51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.8207, lat: 38.14374 }, + }, + { + zip_code: '24526', + usps_city: 'Big Island', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1264.0, + density: 7.5, + primary_coty_code: '51019', + primary_coty_name: 'Bedford', + county_weights: '{"51019": "100", "51009": "0"}', + coty_name: ['Bedford', 'Amherst'], + cty_code: ['51019', '51009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.40242, lat: 37.54207 }, + }, + { + zip_code: '24549', + usps_city: 'Dry Fork', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3805.0, + density: 28.8, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "100"}', + coty_name: ['Pittsylvania'], + cty_code: ['51143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.50706, lat: 36.71496 }, + }, + { + zip_code: '24594', + usps_city: 'Sutherlin', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1600.0, + density: 11.3, + primary_coty_code: '51143', + primary_coty_name: 'Pittsylvania', + county_weights: '{"51143": "69.11", "51083": "30.89"}', + coty_name: ['Pittsylvania', 'Halifax'], + cty_code: ['51143', '51083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18779, lat: 36.64366 }, + }, + { + zip_code: '24603', + usps_city: 'Big Rock', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 766.0, + density: 14.3, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "100"}', + coty_name: ['Buchanan'], + cty_code: ['51027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19682, lat: 37.35328 }, + }, + { + zip_code: '24607', + usps_city: 'Breaks', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 254.0, + density: 7.7, + primary_coty_code: '51027', + primary_coty_name: 'Buchanan', + county_weights: '{"51027": "80.09", "51051": "19.91"}', + coty_name: ['Buchanan', 'Dickenson'], + cty_code: ['51027', '51051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.2653, lat: 37.29078 }, + }, + { + zip_code: '24641', + usps_city: 'Richlands', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5489.0, + density: 111.1, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80373, lat: 37.11584 }, + }, + { + zip_code: '24724', + usps_city: 'Freeman', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 262.4, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29975, lat: 37.33081 }, + }, + { + zip_code: '24747', + usps_city: 'Rock', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2958.0, + density: 28.7, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.23169, lat: 37.39621 }, + }, + { + zip_code: '24822', + usps_city: 'Clear Fork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 823.0, + density: 17.1, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.68134, lat: 37.6272 }, + }, + { + zip_code: '24830', + usps_city: 'Elbert', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 5.0, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5096, lat: 37.32375 }, + }, + { + zip_code: '24894', + usps_city: 'Warriormine', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 128.0, + density: 6.9, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.70357, lat: 37.28284 }, + }, + { + zip_code: '24946', + usps_city: 'Hillsboro', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1217.0, + density: 2.7, + primary_coty_code: '54075', + primary_coty_name: 'Pocahontas', + county_weights: '{"54075": "100"}', + coty_name: ['Pocahontas'], + cty_code: ['54075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.26634, lat: 38.18499 }, + }, + { + zip_code: '25028', + usps_city: 'Bob White', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 34.4, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.72337, lat: 37.94783 }, + }, + { + zip_code: '25115', + usps_city: 'Kanawha Falls', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 5.3, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.18988, lat: 38.13064 }, + }, + { + zip_code: '25140', + usps_city: 'Naoma', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1066.0, + density: 7.3, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.49651, lat: 37.86721 }, + }, + { + zip_code: '25160', + usps_city: 'Pond Gap', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 10.6, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28653, lat: 38.28953 }, + }, + { + zip_code: '25502', + usps_city: 'Apple Grove', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 16.6, + primary_coty_code: '54053', + primary_coty_name: 'Mason', + county_weights: '{"54053": "100"}', + coty_name: ['Mason'], + cty_code: ['54053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.10594, lat: 38.66381 }, + }, + { + zip_code: '25882', + usps_city: 'Mullens', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1862.0, + density: 22.1, + primary_coty_code: '54109', + primary_coty_name: 'Wyoming', + county_weights: '{"54109": "100"}', + coty_name: ['Wyoming'], + cty_code: ['54109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.3891, lat: 37.62376 }, + }, + { + zip_code: '25907', + usps_city: 'Prince', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 93.0, + density: 19.3, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07165, lat: 37.85921 }, + }, + { + zip_code: '25922', + usps_city: 'Spanishburg', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 23.9, + primary_coty_code: '54055', + primary_coty_name: 'Mercer', + county_weights: '{"54055": "100"}', + coty_name: ['Mercer'], + cty_code: ['54055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10467, lat: 37.46931 }, + }, + { + zip_code: '26041', + usps_city: 'Moundsville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 16198.0, + density: 101.9, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.70824, lat: 39.89944 }, + }, + { + zip_code: '26105', + usps_city: 'Vienna', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11637.0, + density: 358.3, + primary_coty_code: '54107', + primary_coty_name: 'Wood', + county_weights: '{"54107": "100"}', + coty_name: ['Wood'], + cty_code: ['54107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.52135, lat: 39.32992 }, + }, + { + zip_code: '26285', + usps_city: 'Norton', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 12.3, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93749, lat: 38.91296 }, + }, + { + zip_code: '26287', + usps_city: 'Parsons', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3133.0, + density: 8.0, + primary_coty_code: '54093', + primary_coty_name: 'Tucker', + county_weights: '{"54093": "100"}', + coty_name: ['Tucker'], + cty_code: ['54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.69037, lat: 39.16583 }, + }, + { + zip_code: '26347', + usps_city: 'Flemington', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2576.0, + density: 25.2, + primary_coty_code: '54091', + primary_coty_name: 'Taylor', + county_weights: '{"54091": "76.5", "54001": "23.5"}', + coty_name: ['Taylor', 'Barbour'], + cty_code: ['54091', '54001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.12613, lat: 39.25656 }, + }, + { + zip_code: '26452', + usps_city: 'Weston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8945.0, + density: 27.6, + primary_coty_code: '54041', + primary_coty_name: 'Lewis', + county_weights: '{"54041": "100"}', + coty_name: ['Lewis'], + cty_code: ['54041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.514, lat: 39.0372 }, + }, + { + zip_code: '26611', + usps_city: 'Cedarville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 8.2, + primary_coty_code: '54021', + primary_coty_name: 'Gilmer', + county_weights: '{"54021": "100"}', + coty_name: ['Gilmer'], + cty_code: ['54021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.83229, lat: 38.84514 }, + }, + { + zip_code: '27292', + usps_city: 'Lexington', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 39360.0, + density: 104.5, + primary_coty_code: '37057', + primary_coty_name: 'Davidson', + county_weights: '{"37057": "99.85", "37151": "0.15"}', + coty_name: ['Davidson', 'Randolph'], + cty_code: ['37057', '37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.20924, lat: 35.73451 }, + }, + { + zip_code: '27526', + usps_city: 'Fuquay Varina', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48581.0, + density: 193.5, + primary_coty_code: '37183', + primary_coty_name: 'Wake', + county_weights: '{"37183": "79.62", "37085": "20.38"}', + coty_name: ['Wake', 'Harnett'], + cty_code: ['37183', '37085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82801, lat: 35.54137 }, + }, + { + zip_code: '27574', + usps_city: 'Roxboro', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14036.0, + density: 28.9, + primary_coty_code: '37145', + primary_coty_name: 'Person', + county_weights: '{"37145": "100"}', + coty_name: ['Person'], + cty_code: ['37145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.94505, lat: 36.43041 }, + }, + { + zip_code: '27581', + usps_city: 'Stem', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4612.0, + density: 51.8, + primary_coty_code: '37077', + primary_coty_name: 'Granville', + county_weights: '{"37077": "100"}', + coty_name: ['Granville'], + cty_code: ['37077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.73072, lat: 36.2013 }, + }, + { + zip_code: '27826', + usps_city: 'Fairfield', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 4.8, + primary_coty_code: '37095', + primary_coty_name: 'Hyde', + county_weights: '{"37095": "93.4", "37177": "6.6"}', + coty_name: ['Hyde', 'Tyrrell'], + cty_code: ['37095', '37177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21189, lat: 35.58173 }, + }, + { + zip_code: '27827', + usps_city: 'Falkland', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 238.1, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "100"}', + coty_name: ['Pitt'], + cty_code: ['37147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.51323, lat: 35.69661 }, + }, + { + zip_code: '27841', + usps_city: 'Hassell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16.0, + density: 23.4, + primary_coty_code: '37117', + primary_coty_name: 'Martin', + county_weights: '{"37117": "100"}', + coty_name: ['Martin'], + cty_code: ['37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.27624, lat: 35.90856 }, + }, + { + zip_code: '27866', + usps_city: 'Pleasant Hill', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 961.0, + density: 14.3, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.51514, lat: 36.51842 }, + }, + { + zip_code: '27948', + usps_city: 'Kill Devil Hills', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11245.0, + density: 469.6, + primary_coty_code: '37055', + primary_coty_name: 'Dare', + county_weights: '{"37055": "100"}', + coty_name: ['Dare'], + cty_code: ['37055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.68664, lat: 36.01761 }, + }, + { + zip_code: '28103', + usps_city: 'Marshville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11281.0, + density: 28.1, + primary_coty_code: '37179', + primary_coty_name: 'Union', + county_weights: '{"37179": "99.32", "37007": "0.68"}', + coty_name: ['Union', 'Anson'], + cty_code: ['37179', '37007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35279, lat: 35.00287 }, + }, + { + zip_code: '28109', + usps_city: 'Misenheimer', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 334.0, + density: 76.5, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "100"}', + coty_name: ['Stanly'], + cty_code: ['37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.28652, lat: 35.49217 }, + }, + { + zip_code: '28138', + usps_city: 'Rockwell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10160.0, + density: 88.4, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "91.78", "37025": "8.22"}', + coty_name: ['Rowan', 'Cabarrus'], + cty_code: ['37159', '37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44185, lat: 35.52095 }, + }, + { + zip_code: '28146', + usps_city: 'Salisbury', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 28420.0, + density: 110.6, + primary_coty_code: '37159', + primary_coty_name: 'Rowan', + county_weights: '{"37159": "100"}', + coty_name: ['Rowan'], + cty_code: ['37159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39305, lat: 35.62089 }, + }, + { + zip_code: '28214', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 42412.0, + density: 500.2, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.96851, lat: 35.27488 }, + }, + { + zip_code: '28315', + usps_city: 'Aberdeen', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 13303.0, + density: 80.4, + primary_coty_code: '37125', + primary_coty_name: 'Moore', + county_weights: '{"37125": "86.7", "37093": "13.3"}', + coty_name: ['Moore', 'Hoke'], + cty_code: ['37125', '37093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43682, lat: 35.1165 }, + }, + { + zip_code: '28333', + usps_city: 'Dudley', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10902.0, + density: 89.1, + primary_coty_code: '37191', + primary_coty_name: 'Wayne', + county_weights: '{"37191": "100"}', + coty_name: ['Wayne'], + cty_code: ['37191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.01278, lat: 35.28272 }, + }, + { + zip_code: '28379', + usps_city: 'Rockingham', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 24512.0, + density: 61.1, + primary_coty_code: '37153', + primary_coty_name: 'Richmond', + county_weights: '{"37153": "100"}', + coty_name: ['Richmond'], + cty_code: ['37153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.78009, lat: 34.93102 }, + }, + { + zip_code: '28436', + usps_city: 'Delco', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2090.0, + density: 21.3, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "99.68", "37019": "0.32"}', + coty_name: ['Columbus', 'Brunswick'], + cty_code: ['37047', '37019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.26633, lat: 34.27617 }, + }, + { + zip_code: '28443', + usps_city: 'Hampstead', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23266.0, + density: 78.0, + primary_coty_code: '37141', + primary_coty_name: 'Pender', + county_weights: '{"37141": "100"}', + coty_name: ['Pender'], + cty_code: ['37141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.67196, lat: 34.43991 }, + }, + { + zip_code: '28551', + usps_city: 'La Grange', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 14684.0, + density: 43.0, + primary_coty_code: '37107', + primary_coty_name: 'Lenoir', + county_weights: '{"37107": "62.59", "37191": "28.48", "37079": "8.93"}', + coty_name: ['Lenoir', 'Wayne', 'Greene'], + cty_code: ['37107', '37191', '37079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78151, lat: 35.32188 }, + }, + { + zip_code: '28579', + usps_city: 'Smyrna', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 639.0, + density: 64.3, + primary_coty_code: '37031', + primary_coty_name: 'Carteret', + county_weights: '{"37031": "100"}', + coty_name: ['Carteret'], + cty_code: ['37031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.51679, lat: 34.76251 }, + }, + { + zip_code: '28622', + usps_city: 'Elk Park', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2189.0, + density: 27.3, + primary_coty_code: '37011', + primary_coty_name: 'Avery', + county_weights: '{"37011": "100"}', + coty_name: ['Avery'], + cty_code: ['37011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.94743, lat: 36.19264 }, + }, + { + zip_code: '28660', + usps_city: 'Olin', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2210.0, + density: 26.7, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "100"}', + coty_name: ['Iredell'], + cty_code: ['37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85709, lat: 35.96842 }, + }, + { + zip_code: '28677', + usps_city: 'Statesville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34703.0, + density: 162.5, + primary_coty_code: '37097', + primary_coty_name: 'Iredell', + county_weights: '{"37097": "100"}', + coty_name: ['Iredell'], + cty_code: ['37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.92343, lat: 35.73728 }, + }, + { + zip_code: '28683', + usps_city: 'Thurmond', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1232.0, + density: 14.2, + primary_coty_code: '37171', + primary_coty_name: 'Surry', + county_weights: '{"37171": "54.51", "37193": "45.49"}', + coty_name: ['Surry', 'Wilkes'], + cty_code: ['37171', '37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.91181, lat: 36.3892 }, + }, + { + zip_code: '28739', + usps_city: 'Hendersonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21492.0, + density: 123.7, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "99.14", "37175": "0.86"}', + coty_name: ['Henderson', 'Transylvania'], + cty_code: ['37089', '37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5464, lat: 35.2636 }, + }, + { + zip_code: '28742', + usps_city: 'Horse Shoe', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3155.0, + density: 49.8, + primary_coty_code: '37089', + primary_coty_name: 'Henderson', + county_weights: '{"37089": "88.78", "37175": "11.22"}', + coty_name: ['Henderson', 'Transylvania'], + cty_code: ['37089', '37175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.62471, lat: 35.37582 }, + }, + { + zip_code: '29018', + usps_city: 'Bowman', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3210.0, + density: 11.3, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "93.89", "45035": "6.11"}', + coty_name: ['Orangeburg', 'Dorchester'], + cty_code: ['45075', '45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.64534, lat: 33.34524 }, + }, + { + zip_code: '29045', + usps_city: 'Elgin', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26482.0, + density: 146.0, + primary_coty_code: '45055', + primary_coty_name: 'Kershaw', + county_weights: '{"45055": "60.21", "45079": "39.79"}', + coty_name: ['Kershaw', 'Richland'], + cty_code: ['45055', '45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8099, lat: 34.18243 }, + }, + { + zip_code: '29063', + usps_city: 'Irmo', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 40577.0, + density: 390.9, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "92.44", "45063": "7.56"}', + coty_name: ['Richland', 'Lexington'], + cty_code: ['45079', '45063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20556, lat: 34.14018 }, + }, + { + zip_code: '29067', + usps_city: 'Kershaw', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 10537.0, + density: 20.8, + primary_coty_code: '45057', + primary_coty_name: 'Lancaster', + county_weights: '{"45057": "74.91", "45055": "25.09"}', + coty_name: ['Lancaster', 'Kershaw'], + cty_code: ['45057', '45055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.5322, lat: 34.54885 }, + }, + { + zip_code: '29080', + usps_city: 'Lynchburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3095.0, + density: 9.0, + primary_coty_code: '45061', + primary_coty_name: 'Lee', + county_weights: '{"45061": "52.53", "45085": "47.47"}', + coty_name: ['Lee', 'Sumter'], + cty_code: ['45061', '45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.08539, lat: 34.01121 }, + }, + { + zip_code: '29082', + usps_city: 'Lodge', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 508.0, + density: 4.8, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "98.25", "45009": "1.75"}', + coty_name: ['Colleton', 'Bamberg'], + cty_code: ['45029', '45009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.94174, lat: 33.03773 }, + }, + { + zip_code: '29201', + usps_city: 'Columbia', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 20805.0, + density: 703.2, + primary_coty_code: '45079', + primary_coty_name: 'Richland', + county_weights: '{"45079": "100"}', + coty_name: ['Richland'], + cty_code: ['45079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.02814, lat: 33.98345 }, + }, + { + zip_code: '29307', + usps_city: 'Spartanburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17661.0, + density: 151.2, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "97.88", "45021": "2.12"}', + coty_name: ['Spartanburg', 'Cherokee'], + cty_code: ['45083', '45021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.83124, lat: 34.98388 }, + }, + { + zip_code: '29407', + usps_city: 'Charleston', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 34711.0, + density: 873.1, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99867, lat: 32.79915 }, + }, + { + zip_code: '29487', + usps_city: 'Wadmalaw Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2910.0, + density: 26.8, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.18477, lat: 32.6569 }, + }, + { + zip_code: '29493', + usps_city: 'Williams', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 193.0, + density: 88.0, + primary_coty_code: '45029', + primary_coty_name: 'Colleton', + county_weights: '{"45029": "100"}', + coty_name: ['Colleton'], + cty_code: ['45029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.84286, lat: 33.03413 }, + }, + { + zip_code: '29565', + usps_city: 'Latta', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7483.0, + density: 23.4, + primary_coty_code: '45033', + primary_coty_name: 'Dillon', + county_weights: '{"45033": "85.74", "45067": "12.81", "45069": "1.45"}', + coty_name: ['Dillon', 'Marion', 'Marlboro'], + cty_code: ['45033', '45067', '45069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.50228, lat: 34.35767 }, + }, + { + zip_code: '29607', + usps_city: 'Greenville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 41273.0, + density: 553.4, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3313, lat: 34.81152 }, + }, + { + zip_code: '29627', + usps_city: 'Belton', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 19709.0, + density: 61.2, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "90.78", "45045": "9.11", "45001": "0.11"}', + coty_name: ['Anderson', 'Greenville', 'Abbeville'], + cty_code: ['45007', '45045', '45001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.47664, lat: 34.51778 }, + }, + { + zip_code: '29634', + usps_city: 'Clemson', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5121.0, + density: 1409.7, + primary_coty_code: '45077', + primary_coty_name: 'Pickens', + county_weights: '{"45077": "100"}', + coty_name: ['Pickens'], + cty_code: ['45077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8394, lat: 34.67529 }, + }, + { + zip_code: '29644', + usps_city: 'Fountain Inn', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 21951.0, + density: 103.3, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "59.9", "45059": "40.1"}', + coty_name: ['Greenville', 'Laurens'], + cty_code: ['45045', '45059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19331, lat: 34.67169 }, + }, + { + zip_code: '29707', + usps_city: 'Fort Mill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 32229.0, + density: 392.0, + primary_coty_code: '45057', + primary_coty_name: 'Lancaster', + county_weights: '{"45057": "99.96", "45091": "0.04"}', + coty_name: ['Lancaster', 'York'], + cty_code: ['45057', '45091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.85827, lat: 34.97723 }, + }, + { + zip_code: '29819', + usps_city: 'Bradley', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1892.0, + density: 10.7, + primary_coty_code: '45047', + primary_coty_name: 'Greenwood', + county_weights: '{"45047": "94.48", "45001": "2.76", "45065": "2.76"}', + coty_name: ['Greenwood', 'Abbeville', 'McCormick'], + cty_code: ['45047', '45001', '45065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.22691, lat: 34.04502 }, + }, + { + zip_code: '29836', + usps_city: 'Martin', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 0.9, + primary_coty_code: '45005', + primary_coty_name: 'Allendale', + county_weights: '{"45005": "88.59", "45011": "11.41"}', + coty_name: ['Allendale', 'Barnwell'], + cty_code: ['45005', '45011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.56876, lat: 33.11739 }, + }, + { + zip_code: '29920', + usps_city: 'Saint Helena Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 11586.0, + density: 45.8, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.54964, lat: 32.36456 }, + }, + { + zip_code: '30083', + usps_city: 'Stone Mountain', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 57137.0, + density: 1300.7, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "100"}', + coty_name: ['DeKalb'], + cty_code: ['13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.19442, lat: 33.79518 }, + }, + { + zip_code: '30084', + usps_city: 'Tucker', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 38374.0, + density: 971.7, + primary_coty_code: '13089', + primary_coty_name: 'DeKalb', + county_weights: '{"13089": "68.25", "13135": "31.75"}', + coty_name: ['DeKalb', 'Gwinnett'], + cty_code: ['13089', '13135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.21596, lat: 33.85431 }, + }, + { + zip_code: '30124', + usps_city: 'Cave Spring', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2980.0, + density: 19.1, + primary_coty_code: '13115', + primary_coty_name: 'Floyd', + county_weights: '{"13115": "100"}', + coty_name: ['Floyd'], + cty_code: ['13115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.35585, lat: 34.13052 }, + }, + { + zip_code: '30178', + usps_city: 'Taylorsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3005.0, + density: 21.5, + primary_coty_code: '13015', + primary_coty_name: 'Bartow', + county_weights: '{"13015": "94.29", "13233": "4.99", "13223": "0.72"}', + coty_name: ['Bartow', 'Polk', 'Paulding'], + cty_code: ['13015', '13233', '13223'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.96543, lat: 34.09788 }, + }, + { + zip_code: '30188', + usps_city: 'Woodstock', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 64836.0, + density: 569.2, + primary_coty_code: '13057', + primary_coty_name: 'Cherokee', + county_weights: '{"13057": "97.48", "13067": "2.52"}', + coty_name: ['Cherokee', 'Cobb'], + cty_code: ['13057', '13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45551, lat: 34.11881 }, + }, + { + zip_code: '30306', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23973.0, + density: 2117.2, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "63.65", "13089": "36.35"}', + coty_name: ['Fulton', 'DeKalb'], + cty_code: ['13121', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35026, lat: 33.7887 }, + }, + { + zip_code: '30324', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 27806.0, + density: 2040.5, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "82.02", "13089": "17.98"}', + coty_name: ['Fulton', 'DeKalb'], + cty_code: ['13121', '13089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.35707, lat: 33.81958 }, + }, + { + zip_code: '30413', + usps_city: 'Bartow', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1818.0, + density: 5.7, + primary_coty_code: '13163', + primary_coty_name: 'Jefferson', + county_weights: '{"13163": "75.3", "13303": "18.73", "13167": "5.97"}', + coty_name: ['Jefferson', 'Washington', 'Johnson'], + cty_code: ['13163', '13303', '13167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51378, lat: 32.88984 }, + }, + { + zip_code: '30427', + usps_city: 'Glennville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12571.0, + density: 20.3, + primary_coty_code: '13267', + primary_coty_name: 'Tattnall', + county_weights: '{"13267": "82.38", "13183": "17.5", "13109": "0.12"}', + coty_name: ['Tattnall', 'Long', 'Evans'], + cty_code: ['13267', '13183', '13109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96475, lat: 31.91928 }, + }, + { + zip_code: '30467', + usps_city: 'Sylvania', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12184.0, + density: 9.1, + primary_coty_code: '13251', + primary_coty_name: 'Screven', + county_weights: '{"13251": "100"}', + coty_name: ['Screven'], + cty_code: ['13251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.61253, lat: 32.75619 }, + }, + { + zip_code: '30530', + usps_city: 'Commerce', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 6887.0, + density: 34.0, + primary_coty_code: '13011', + primary_coty_name: 'Banks', + county_weights: + '{"13011": "46.13", "13157": "24.19", "13195": "21.7", "13119": "7.98"}', + coty_name: ['Banks', 'Jackson', 'Madison', 'Franklin'], + cty_code: ['13011', '13157', '13195', '13119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.38434, lat: 34.22573 }, + }, + { + zip_code: '30538', + usps_city: 'Eastanollee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3404.0, + density: 51.6, + primary_coty_code: '13257', + primary_coty_name: 'Stephens', + county_weights: '{"13257": "96.78", "13119": "3.22"}', + coty_name: ['Stephens', 'Franklin'], + cty_code: ['13257', '13119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.26611, lat: 34.50406 }, + }, + { + zip_code: '30619', + usps_city: 'Arnoldsville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1141.0, + density: 16.5, + primary_coty_code: '13221', + primary_coty_name: 'Oglethorpe', + county_weights: '{"13221": "93.61", "13219": "6.39"}', + coty_name: ['Oglethorpe', 'Oconee'], + cty_code: ['13221', '13219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.24105, lat: 33.85751 }, + }, + { + zip_code: '30634', + usps_city: 'Dewy Rose', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1949.0, + density: 15.6, + primary_coty_code: '13105', + primary_coty_name: 'Elbert', + county_weights: '{"13105": "74.35", "13147": "25.65"}', + coty_name: ['Elbert', 'Hart'], + cty_code: ['13105', '13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.94936, lat: 34.20117 }, + }, + { + zip_code: '30642', + usps_city: 'Greensboro', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 12392.0, + density: 24.4, + primary_coty_code: '13133', + primary_coty_name: 'Greene', + county_weights: '{"13133": "100"}', + coty_name: ['Greene'], + cty_code: ['13133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.19344, lat: 33.55439 }, + }, + { + zip_code: '30728', + usps_city: 'La Fayette', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20426.0, + density: 45.4, + primary_coty_code: '13295', + primary_coty_name: 'Walker', + county_weights: '{"13295": "100"}', + coty_name: ['Walker'], + cty_code: ['13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.22469, lat: 34.67871 }, + }, + { + zip_code: '30740', + usps_city: 'Rocky Face', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8428.0, + density: 64.0, + primary_coty_code: '13313', + primary_coty_name: 'Whitfield', + county_weights: '{"13313": "97.4", "13295": "2.6"}', + coty_name: ['Whitfield', 'Walker'], + cty_code: ['13313', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.07831, lat: 34.75562 }, + }, + { + zip_code: '30817', + usps_city: 'Lincolnton', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7747.0, + density: 15.5, + primary_coty_code: '13181', + primary_coty_name: 'Lincoln', + county_weights: '{"13181": "99.08", "13317": "0.92"}', + coty_name: ['Lincoln', 'Wilkes'], + cty_code: ['13181', '13317'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.43596, lat: 33.77381 }, + }, + { + zip_code: '38556', + usps_city: 'Jamestown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 11905.0, + density: 14.4, + primary_coty_code: '47049', + primary_coty_name: 'Fentress', + county_weights: '{"47049": "99.73", "47137": "0.27"}', + coty_name: ['Fentress', 'Pickett'], + cty_code: ['47049', '47137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -84.92373, lat: 36.40939 }, + }, + { + zip_code: '38614', + usps_city: 'Clarksdale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 17812.0, + density: 27.7, + primary_coty_code: '28027', + primary_coty_name: 'Coahoma', + county_weights: '{"28027": "99.93", "28011": "0.07"}', + coty_name: ['Coahoma', 'Bolivar'], + cty_code: ['28027', '28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.60406, lat: 34.15577 }, + }, + { + zip_code: '38643', + usps_city: 'Lambert', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1875.0, + density: 4.3, + primary_coty_code: '28119', + primary_coty_name: 'Quitman', + county_weights: '{"28119": "99.69", "28135": "0.31"}', + coty_name: ['Quitman', 'Tallahatchie'], + cty_code: ['28119', '28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26631, lat: 34.15156 }, + }, + { + zip_code: '38647', + usps_city: 'Michigan City', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 4.8, + primary_coty_code: '28009', + primary_coty_name: 'Benton', + county_weights: '{"28009": "100"}', + coty_name: ['Benton'], + cty_code: ['28009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22683, lat: 34.96079 }, + }, + { + zip_code: '38651', + usps_city: 'Nesbit', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 8499.0, + density: 99.5, + primary_coty_code: '28033', + primary_coty_name: 'DeSoto', + county_weights: '{"28033": "100"}', + coty_name: ['DeSoto'], + cty_code: ['28033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00409, lat: 34.89151 }, + }, + { + zip_code: '38665', + usps_city: 'Sarah', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2501.0, + density: 15.1, + primary_coty_code: '28137', + primary_coty_name: 'Tate', + county_weights: '{"28137": "81.25", "28107": "18.75"}', + coty_name: ['Tate', 'Panola'], + cty_code: ['28137', '28107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16196, lat: 34.591 }, + }, + { + zip_code: '38668', + usps_city: 'Senatobia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 14023.0, + density: 34.7, + primary_coty_code: '28137', + primary_coty_name: 'Tate', + county_weights: '{"28137": "100"}', + coty_name: ['Tate'], + cty_code: ['28137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.91624, lat: 34.60128 }, + }, + { + zip_code: '38876', + usps_city: 'Tremont', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1385.0, + density: 6.9, + primary_coty_code: '28057', + primary_coty_name: 'Itawamba', + county_weights: '{"28057": "100"}', + coty_name: ['Itawamba'], + cty_code: ['28057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23038, lat: 34.21786 }, + }, + { + zip_code: '38921', + usps_city: 'Charleston', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4609.0, + density: 12.6, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14854, lat: 33.9814 }, + }, + { + zip_code: '39056', + usps_city: 'Clinton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 25761.0, + density: 185.1, + primary_coty_code: '28049', + primary_coty_name: 'Hinds', + county_weights: '{"28049": "100"}', + coty_name: ['Hinds'], + cty_code: ['28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.34932, lat: 32.37098 }, + }, + { + zip_code: '39059', + usps_city: 'Crystal Springs', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 11543.0, + density: 28.0, + primary_coty_code: '28029', + primary_coty_name: 'Copiah', + county_weights: '{"28029": "98.14", "28049": "1.86"}', + coty_name: ['Copiah', 'Hinds'], + cty_code: ['28029', '28049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35549, lat: 31.98234 }, + }, + { + zip_code: '39114', + usps_city: 'Mendenhall', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10465.0, + density: 21.2, + primary_coty_code: '28127', + primary_coty_name: 'Simpson', + county_weights: '{"28127": "92.25", "28121": "7.22", "28129": "0.53"}', + coty_name: ['Simpson', 'Rankin', 'Smith'], + cty_code: ['28127', '28121', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.82891, lat: 31.95185 }, + }, + { + zip_code: '39117', + usps_city: 'Morton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 10659.0, + density: 15.6, + primary_coty_code: '28123', + primary_coty_name: 'Scott', + county_weights: '{"28123": "81.8", "28129": "14.24", "28121": "3.96"}', + coty_name: ['Scott', 'Smith', 'Rankin'], + cty_code: ['28123', '28129', '28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65928, lat: 32.30567 }, + }, + { + zip_code: '39336', + usps_city: 'Lawrence', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1255.0, + density: 6.2, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "96.84", "28061": "2.19", "28129": "0.97"}', + coty_name: ['Newton', 'Jasper', 'Smith'], + cty_code: ['28101', '28061', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26542, lat: 32.28886 }, + }, + { + zip_code: '39345', + usps_city: 'Newton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5453.0, + density: 17.1, + primary_coty_code: '28101', + primary_coty_name: 'Newton', + county_weights: '{"28101": "97.32", "28061": "2.68"}', + coty_name: ['Newton', 'Jasper'], + cty_code: ['28101', '28061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.12583, lat: 32.29456 }, + }, + { + zip_code: '39476', + usps_city: 'Richton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7627.0, + density: 7.3, + primary_coty_code: '28111', + primary_coty_name: 'Perry', + county_weights: + '{"28111": "65.04", "28041": "26.69", "28153": "5.68", "28067": "2.59"}', + coty_name: ['Perry', 'Greene', 'Wayne', 'Jones'], + cty_code: ['28111', '28041', '28153', '28067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87558, lat: 31.38345 }, + }, + { + zip_code: '40026', + usps_city: 'Goshen', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6389.0, + density: 79.4, + primary_coty_code: '21185', + primary_coty_name: 'Oldham', + county_weights: '{"21185": "100"}', + coty_name: ['Oldham'], + cty_code: ['21185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.53232, lat: 38.42808 }, + }, + { + zip_code: '40115', + usps_city: 'Custer', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 419.0, + density: 8.1, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.22894, lat: 37.73164 }, + }, + { + zip_code: '40142', + usps_city: 'Guston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2181.0, + density: 17.1, + primary_coty_code: '21163', + primary_coty_name: 'Meade', + county_weights: '{"21163": "96.92", "21027": "3.08"}', + coty_name: ['Meade', 'Breckinridge'], + cty_code: ['21163', '21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.20983, lat: 37.88669 }, + }, + { + zip_code: '40165', + usps_city: 'Shepherdsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 36437.0, + density: 97.4, + primary_coty_code: '21029', + primary_coty_name: 'Bullitt', + county_weights: '{"21029": "100"}', + coty_name: ['Bullitt'], + cty_code: ['21029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.67573, lat: 37.97161 }, + }, + { + zip_code: '40217', + usps_city: 'Louisville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12670.0, + density: 2036.4, + primary_coty_code: '21111', + primary_coty_name: 'Jefferson', + county_weights: '{"21111": "100"}', + coty_name: ['Jefferson'], + cty_code: ['21111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.73715, lat: 38.21705 }, + }, + { + zip_code: '40358', + usps_city: 'Olympia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 966.0, + density: 18.0, + primary_coty_code: '21011', + primary_coty_name: 'Bath', + county_weights: '{"21011": "100"}', + coty_name: ['Bath'], + cty_code: ['21011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67994, lat: 38.0591 }, + }, + { + zip_code: '40379', + usps_city: 'Stamping Ground', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3968.0, + density: 24.1, + primary_coty_code: '21209', + primary_coty_name: 'Scott', + county_weights: '{"21209": "94.04", "21073": "4.68", "21187": "1.28"}', + coty_name: ['Scott', 'Franklin', 'Owen'], + cty_code: ['21209', '21073', '21187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6872, lat: 38.31339 }, + }, + { + zip_code: '40514', + usps_city: 'Lexington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 16573.0, + density: 2159.8, + primary_coty_code: '21067', + primary_coty_name: 'Fayette', + county_weights: '{"21067": "100"}', + coty_name: ['Fayette'], + cty_code: ['21067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.56343, lat: 37.98269 }, + }, + { + zip_code: '40701', + usps_city: 'Corbin', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 29888.0, + density: 80.3, + primary_coty_code: '21235', + primary_coty_name: 'Whitley', + county_weights: '{"21235": "46.25", "21125": "28.3", "21121": "25.45"}', + coty_name: ['Whitley', 'Laurel', 'Knox'], + cty_code: ['21235', '21125', '21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.16358, lat: 36.91957 }, + }, + { + zip_code: '40830', + usps_city: 'Gulston', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 15.4, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3282, lat: 36.75907 }, + }, + { + zip_code: '40849', + usps_city: 'Lejunior', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 321.0, + density: 121.9, + primary_coty_code: '21095', + primary_coty_name: 'Harlan', + county_weights: '{"21095": "100"}', + coty_name: ['Harlan'], + cty_code: ['21095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13399, lat: 36.89304 }, + }, + { + zip_code: '40949', + usps_city: 'Heidrick', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 780.0, + density: 92.9, + primary_coty_code: '21121', + primary_coty_name: 'Knox', + county_weights: '{"21121": "100"}', + coty_name: ['Knox'], + cty_code: ['21121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.87163, lat: 36.89048 }, + }, + { + zip_code: '41093', + usps_city: 'Wallingford', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 3058.0, + density: 10.9, + primary_coty_code: '21069', + primary_coty_name: 'Fleming', + county_weights: '{"21069": "84.21", "21135": "15.79"}', + coty_name: ['Fleming', 'Lewis'], + cty_code: ['21069', '21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.56164, lat: 38.39067 }, + }, + { + zip_code: '41189', + usps_city: 'Tollesboro', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1976.0, + density: 12.6, + primary_coty_code: '21135', + primary_coty_name: 'Lewis', + county_weights: '{"21135": "100"}', + coty_name: ['Lewis'], + cty_code: ['21135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.55469, lat: 38.54575 }, + }, + { + zip_code: '41265', + usps_city: 'Van Lear', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1226.0, + density: 15.7, + primary_coty_code: '21115', + primary_coty_name: 'Johnson', + county_weights: '{"21115": "97.68", "21071": "2.32"}', + coty_name: ['Johnson', 'Floyd'], + cty_code: ['21115', '21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.70538, lat: 37.7481 }, + }, + { + zip_code: '41339', + usps_city: 'Jackson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10530.0, + density: 11.5, + primary_coty_code: '21025', + primary_coty_name: 'Breathitt', + county_weights: '{"21025": "99.74", "21129": "0.26", "21119": "0.01"}', + coty_name: ['Breathitt', 'Lee', 'Knott'], + cty_code: ['21025', '21129', '21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29614, lat: 37.53586 }, + }, + { + zip_code: '41528', + usps_city: 'Freeburn', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1038.0, + density: 52.4, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.13991, lat: 37.54901 }, + }, + { + zip_code: '41773', + usps_city: 'Vicco', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1351.0, + density: 32.1, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "78.63", "21119": "21.37"}', + coty_name: ['Perry', 'Knott'], + cty_code: ['21193', '21119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.02845, lat: 37.22864 }, + }, + { + zip_code: '41845', + usps_city: 'Premium', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 28.3, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.91898, lat: 37.13276 }, + }, + { + zip_code: '42040', + usps_city: 'Farmington', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 890.0, + density: 10.5, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "68.48", "21035": "31.52"}', + coty_name: ['Graves', 'Calloway'], + cty_code: ['21083', '21035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.50269, lat: 36.62056 }, + }, + { + zip_code: '42061', + usps_city: 'Lowes', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 78.0, + density: 85.0, + primary_coty_code: '21083', + primary_coty_name: 'Graves', + county_weights: '{"21083": "100"}', + coty_name: ['Graves'], + cty_code: ['21083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.76968, lat: 36.88267 }, + }, + { + zip_code: '42160', + usps_city: 'Park City', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1511.0, + density: 14.6, + primary_coty_code: '21009', + primary_coty_name: 'Barren', + county_weights: '{"21009": "77.96", "21061": "22.04"}', + coty_name: ['Barren', 'Edmonson'], + cty_code: ['21009', '21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.07503, lat: 37.07785 }, + }, + { + zip_code: '42166', + usps_city: 'Summer Shade', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 2426.0, + density: 13.1, + primary_coty_code: '21169', + primary_coty_name: 'Metcalfe', + county_weights: '{"21169": "71.91", "21009": "19.97", "21171": "8.12"}', + coty_name: ['Metcalfe', 'Barren', 'Monroe'], + cty_code: ['21169', '21009', '21171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.70937, lat: 36.87844 }, + }, + { + zip_code: '42240', + usps_city: 'Hopkinsville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 41027.0, + density: 58.9, + primary_coty_code: '21047', + primary_coty_name: 'Christian', + county_weights: '{"21047": "100"}', + coty_name: ['Christian'], + cty_code: ['21047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.46244, lat: 36.87878 }, + }, + { + zip_code: '42355', + usps_city: 'Maceo', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1903.0, + density: 25.7, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "100"}', + coty_name: ['Daviess'], + cty_code: ['21059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.98447, lat: 37.85787 }, + }, + { + zip_code: '42356', + usps_city: 'Maple Mount', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 1613.4, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "100"}', + coty_name: ['Daviess'], + cty_code: ['21059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.32407, lat: 37.69335 }, + }, + { + zip_code: '42374', + usps_city: 'South Carrollton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 504.0, + density: 48.2, + primary_coty_code: '21177', + primary_coty_name: 'Muhlenberg', + county_weights: '{"21177": "100"}', + coty_name: ['Muhlenberg'], + cty_code: ['21177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.15235, lat: 37.33431 }, + }, + { + zip_code: '42441', + usps_city: 'Nebo', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1679.0, + density: 10.9, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "98.43", "21233": "1.57"}', + coty_name: ['Hopkins', 'Webster'], + cty_code: ['21107', '21233'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66825, lat: 37.35487 }, + }, + { + zip_code: '42451', + usps_city: 'Reed', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 949.0, + density: 9.3, + primary_coty_code: '21101', + primary_coty_name: 'Henderson', + county_weights: '{"21101": "100"}', + coty_name: ['Henderson'], + cty_code: ['21101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.39155, lat: 37.88635 }, + }, + { + zip_code: '42456', + usps_city: 'Slaughters', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1428.0, + density: 8.2, + primary_coty_code: '21233', + primary_coty_name: 'Webster', + county_weights: '{"21233": "63.37", "21107": "36.63"}', + coty_name: ['Webster', 'Hopkins'], + cty_code: ['21233', '21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.49436, lat: 37.51336 }, + }, + { + zip_code: '42602', + usps_city: 'Albany', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 10139.0, + density: 20.4, + primary_coty_code: '21053', + primary_coty_name: 'Clinton', + county_weights: + '{"21053": "98.99", "47137": "0.46", "21231": "0.39", "21207": "0.16"}', + coty_name: ['Clinton', 'Pickett', 'Wayne', 'Russell'], + cty_code: ['21053', '47137', '21231', '21207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.13322, lat: 36.73159 }, + }, + { + zip_code: '42633', + usps_city: 'Monticello', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 19613.0, + density: 17.4, + primary_coty_code: '21231', + primary_coty_name: 'Wayne', + county_weights: '{"21231": "99.95", "21053": "0.05"}', + coty_name: ['Wayne', 'Clinton'], + cty_code: ['21231', '21053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Kentucky/Monticello', + geo_point_2d: { lon: -84.83042, lat: 36.79286 }, + }, + { + zip_code: '43101', + usps_city: 'Adelphi', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 329.0, + density: 464.7, + primary_coty_code: '39141', + primary_coty_name: 'Ross', + county_weights: '{"39141": "100"}', + coty_name: ['Ross'], + cty_code: ['39141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.74563, lat: 39.46464 }, + }, + { + zip_code: '43144', + usps_city: 'Murray City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 361.0, + density: 19.8, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "100"}', + coty_name: ['Hocking'], + cty_code: ['39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19212, lat: 39.52851 }, + }, + { + zip_code: '43201', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 34232.0, + density: 4286.0, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00039, lat: 39.99131 }, + }, + { + zip_code: '43314', + usps_city: 'Caledonia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3032.0, + density: 21.0, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "90.8", "39117": "6.65", "39033": "2.55"}', + coty_name: ['Marion', 'Morrow', 'Crawford'], + cty_code: ['39101', '39117', '39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.95943, lat: 40.64914 }, + }, + { + zip_code: '43347', + usps_city: 'Rushsylvania', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1492.0, + density: 19.6, + primary_coty_code: '39091', + primary_coty_name: 'Logan', + county_weights: '{"39091": "95.23", "39065": "4.77"}', + coty_name: ['Logan', 'Hardin'], + cty_code: ['39091', '39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.65955, lat: 40.47782 }, + }, + { + zip_code: '43451', + usps_city: 'Portage', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1246.0, + density: 19.6, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.6151, lat: 41.31278 }, + }, + { + zip_code: '43464', + usps_city: 'Vickery', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 15.0, + primary_coty_code: '39143', + primary_coty_name: 'Sandusky', + county_weights: '{"39143": "74.04", "39043": "25.96"}', + coty_name: ['Sandusky', 'Erie'], + cty_code: ['39143', '39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.92993, lat: 41.40348 }, + }, + { + zip_code: '43504', + usps_city: 'Berkey', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1181.0, + density: 29.8, + primary_coty_code: '39095', + primary_coty_name: 'Lucas', + county_weights: '{"39095": "100"}', + coty_name: ['Lucas'], + cty_code: ['39095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.83676, lat: 41.69585 }, + }, + { + zip_code: '43536', + usps_city: 'Mark Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 73.0, + density: 1.8, + primary_coty_code: '39039', + primary_coty_name: 'Defiance', + county_weights: '{"39039": "100"}', + coty_name: ['Defiance'], + cty_code: ['39039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.63288, lat: 41.30977 }, + }, + { + zip_code: '43719', + usps_city: 'Bethesda', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2764.0, + density: 28.6, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07941, lat: 39.99883 }, + }, + { + zip_code: '43730', + usps_city: 'Corning', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2063.0, + density: 17.2, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "100"}', + coty_name: ['Perry'], + cty_code: ['39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.09725, lat: 39.62433 }, + }, + { + zip_code: '43773', + usps_city: 'Quaker City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3327.0, + density: 12.2, + primary_coty_code: '39059', + primary_coty_name: 'Guernsey', + county_weights: '{"39059": "63.36", "39121": "33.41", "39111": "3.23"}', + coty_name: ['Guernsey', 'Noble', 'Monroe'], + cty_code: ['39059', '39121', '39111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.29618, lat: 39.98833 }, + }, + { + zip_code: '43787', + usps_city: 'Stockport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3274.0, + density: 16.8, + primary_coty_code: '39115', + primary_coty_name: 'Morgan', + county_weights: '{"39115": "87.02", "39167": "12.98"}', + coty_name: ['Morgan', 'Washington'], + cty_code: ['39115', '39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80618, lat: 39.53138 }, + }, + { + zip_code: '43910', + usps_city: 'Bloomingdale', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3411.0, + density: 23.8, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "95.54", "39067": "4.46"}', + coty_name: ['Jefferson', 'Harrison'], + cty_code: ['39081', '39067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.823, lat: 40.37232 }, + }, + { + zip_code: '44089', + usps_city: 'Vermilion', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 15672.0, + density: 175.2, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "58.79", "39093": "41.21"}', + coty_name: ['Erie', 'Lorain'], + cty_code: ['39043', '39093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.36655, lat: 41.38904 }, + }, + { + zip_code: '44146', + usps_city: 'Bedford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 29050.0, + density: 560.0, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53018, lat: 41.38161 }, + }, + { + zip_code: '44215', + usps_city: 'Chippewa Lake', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2209.0, + density: 579.6, + primary_coty_code: '39103', + primary_coty_name: 'Medina', + county_weights: '{"39103": "100"}', + coty_name: ['Medina'], + cty_code: ['39103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89779, lat: 41.07027 }, + }, + { + zip_code: '44266', + usps_city: 'Ravenna', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 33549.0, + density: 141.1, + primary_coty_code: '39133', + primary_coty_name: 'Portage', + county_weights: '{"39133": "100"}', + coty_name: ['Portage'], + cty_code: ['39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.20258, lat: 41.16674 }, + }, + { + zip_code: '44310', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26135.0, + density: 1680.3, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.4971, lat: 41.1066 }, + }, + { + zip_code: '44408', + usps_city: 'Columbiana', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9654.0, + density: 104.7, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "78.7", "39099": "21.3"}', + coty_name: ['Columbiana', 'Mahoning'], + cty_code: ['39029', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.68651, lat: 40.88615 }, + }, + { + zip_code: '44438', + usps_city: 'Masury', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4360.0, + density: 199.6, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "100"}', + coty_name: ['Trumbull'], + cty_code: ['39155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.53365, lat: 41.24234 }, + }, + { + zip_code: '44511', + usps_city: 'Youngstown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20199.0, + density: 1049.8, + primary_coty_code: '39099', + primary_coty_name: 'Mahoning', + county_weights: '{"39099": "100"}', + coty_name: ['Mahoning'], + cty_code: ['39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.69565, lat: 41.06953 }, + }, + { + zip_code: '44615', + usps_city: 'Carrollton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9662.0, + density: 25.9, + primary_coty_code: '39019', + primary_coty_name: 'Carroll', + county_weights: '{"39019": "100"}', + coty_name: ['Carroll'], + cty_code: ['39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.07428, lat: 40.56509 }, + }, + { + zip_code: '44690', + usps_city: 'Winesburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 208.9, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "100"}', + coty_name: ['Holmes'], + cty_code: ['39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69379, lat: 40.61422 }, + }, + { + zip_code: '44721', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 14065.0, + density: 353.3, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.32837, lat: 40.89412 }, + }, + { + zip_code: '44839', + usps_city: 'Huron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12022.0, + density: 131.4, + primary_coty_code: '39043', + primary_coty_name: 'Erie', + county_weights: '{"39043": "100"}', + coty_name: ['Erie'], + cty_code: ['39043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.56096, lat: 41.37348 }, + }, + { + zip_code: '44843', + usps_city: 'Lucas', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2339.0, + density: 33.0, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "98.62", "39005": "1.38"}', + coty_name: ['Richland', 'Ashland'], + cty_code: ['39139', '39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41074, lat: 40.68904 }, + }, + { + zip_code: '44866', + usps_city: 'Polk', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1838.0, + density: 27.3, + primary_coty_code: '39005', + primary_coty_name: 'Ashland', + county_weights: '{"39005": "100"}', + coty_name: ['Ashland'], + cty_code: ['39005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19347, lat: 40.92062 }, + }, + { + zip_code: '45130', + usps_city: 'Hamersville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4020.0, + density: 41.3, + primary_coty_code: '39015', + primary_coty_name: 'Brown', + county_weights: '{"39015": "84.85", "39025": "15.15"}', + coty_name: ['Brown', 'Clermont'], + cty_code: ['39015', '39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.99864, lat: 38.90948 }, + }, + { + zip_code: '45153', + usps_city: 'Moscow', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 26.7, + primary_coty_code: '39025', + primary_coty_name: 'Clermont', + county_weights: '{"39025": "100"}', + coty_name: ['Clermont'], + cty_code: ['39025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.18496, lat: 38.86869 }, + }, + { + zip_code: '45205', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18803.0, + density: 2501.1, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.57523, lat: 39.11007 }, + }, + { + zip_code: '45229', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 12823.0, + density: 1814.1, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48688, lat: 39.15266 }, + }, + { + zip_code: '45247', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 22854.0, + density: 415.8, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.6516, lat: 39.22036 }, + }, + { + zip_code: '45322', + usps_city: 'Englewood', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21527.0, + density: 417.5, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "98.37", "39109": "1.63"}', + coty_name: ['Montgomery', 'Miami'], + cty_code: ['39113', '39109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32868, lat: 39.89787 }, + }, + { + zip_code: '45342', + usps_city: 'Miamisburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 36888.0, + density: 410.9, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "99.66", "39165": "0.34"}', + coty_name: ['Montgomery', 'Warren'], + cty_code: ['39113', '39165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.27635, lat: 39.62983 }, + }, + { + zip_code: '45358', + usps_city: 'Pitsburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 765.0, + primary_coty_code: '39037', + primary_coty_name: 'Darke', + county_weights: '{"39037": "100"}', + coty_name: ['Darke'], + cty_code: ['39037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.48777, lat: 39.98659 }, + }, + { + zip_code: '45389', + usps_city: 'Christiansburg', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 509.5, + primary_coty_code: '39021', + primary_coty_name: 'Champaign', + county_weights: '{"39021": "100"}', + coty_name: ['Champaign'], + cty_code: ['39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02755, lat: 40.05723 }, + }, + { + zip_code: '45440', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 21045.0, + density: 862.9, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "58.08", "39057": "41.92"}', + coty_name: ['Montgomery', 'Greene'], + cty_code: ['39113', '39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.09859, lat: 39.674 }, + }, + { + zip_code: '45646', + usps_city: 'Latham', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 571.0, + density: 14.1, + primary_coty_code: '39131', + primary_coty_name: 'Pike', + county_weights: '{"39131": "100"}', + coty_name: ['Pike'], + cty_code: ['39131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3229, lat: 39.07677 }, + }, + { + zip_code: '45653', + usps_city: 'Minford', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3924.0, + density: 32.5, + primary_coty_code: '39145', + primary_coty_name: 'Scioto', + county_weights: '{"39145": "100"}', + coty_name: ['Scioto'], + cty_code: ['39145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.8231, lat: 38.89155 }, + }, + { + zip_code: '45674', + usps_city: 'Rio Grande', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 656.0, + density: 156.6, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "100"}', + coty_name: ['Gallia'], + cty_code: ['39053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37329, lat: 38.88163 }, + }, + { + zip_code: '45686', + usps_city: 'Vinton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3508.0, + density: 14.6, + primary_coty_code: '39053', + primary_coty_name: 'Gallia', + county_weights: '{"39053": "75.33", "39163": "18.9", "39105": "5.77"}', + coty_name: ['Gallia', 'Vinton', 'Meigs'], + cty_code: ['39053', '39163', '39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.37191, lat: 39.01095 }, + }, + { + zip_code: '45697', + usps_city: 'Winchester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4715.0, + density: 17.7, + primary_coty_code: '39001', + primary_coty_name: 'Adams', + county_weights: '{"39001": "65.82", "39015": "24.95", "39071": "9.24"}', + coty_name: ['Adams', 'Brown', 'Highland'], + cty_code: ['39001', '39015', '39071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.66522, lat: 38.9339 }, + }, + { + zip_code: '45729', + usps_city: 'Fleming', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1520.0, + density: 23.0, + primary_coty_code: '39167', + primary_coty_name: 'Washington', + county_weights: '{"39167": "100"}', + coty_name: ['Washington'], + cty_code: ['39167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.60783, lat: 39.41361 }, + }, + { + zip_code: '45863', + usps_city: 'Middle Point', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1398.0, + density: 17.9, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "100"}', + coty_name: ['Van Wert'], + cty_code: ['39161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.44728, lat: 40.90781 }, + }, + { + zip_code: '45864', + usps_city: 'Miller City', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 54.0, + primary_coty_code: '39137', + primary_coty_name: 'Putnam', + county_weights: '{"39137": "100"}', + coty_name: ['Putnam'], + cty_code: ['39137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.14086, lat: 41.09936 }, + }, + { + zip_code: '45890', + usps_city: 'Vanlue', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 606.0, + density: 15.8, + primary_coty_code: '39063', + primary_coty_name: 'Hancock', + county_weights: '{"39063": "100"}', + coty_name: ['Hancock'], + cty_code: ['39063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.48986, lat: 40.97568 }, + }, + { + zip_code: '45898', + usps_city: 'Willshire', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 938.0, + density: 10.7, + primary_coty_code: '39161', + primary_coty_name: 'Van Wert', + county_weights: '{"39161": "82.65", "39107": "17.35"}', + coty_name: ['Van Wert', 'Mercer'], + cty_code: ['39161', '39107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.75692, lat: 40.743 }, + }, + { + zip_code: '46068', + usps_city: 'Sharpsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2872.0, + density: 24.5, + primary_coty_code: '18159', + primary_coty_name: 'Tipton', + county_weights: '{"18159": "100"}', + coty_name: ['Tipton'], + cty_code: ['18159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.11583, lat: 40.37695 }, + }, + { + zip_code: '46120', + usps_city: 'Cloverdale', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5332.0, + density: 22.4, + primary_coty_code: '18133', + primary_coty_name: 'Putnam', + county_weights: '{"18133": "83.62", "18119": "13.5", "18109": "2.87"}', + coty_name: ['Putnam', 'Owen', 'Morgan'], + cty_code: ['18133', '18119', '18109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.78701, lat: 39.5132 }, + }, + { + zip_code: '46186', + usps_city: 'Wilkinson', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1652.0, + density: 22.5, + primary_coty_code: '18059', + primary_coty_name: 'Hancock', + county_weights: '{"18059": "98.12", "18065": "1.88"}', + coty_name: ['Hancock', 'Henry'], + cty_code: ['18059', '18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.64452, lat: 39.8938 }, + }, + { + zip_code: '46214', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 24549.0, + density: 1330.3, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.28961, lat: 39.79174 }, + }, + { + zip_code: '46254', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40276.0, + density: 1136.3, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.27204, lat: 39.84896 }, + }, + { + zip_code: '46280', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6824.0, + density: 616.8, + primary_coty_code: '18057', + primary_coty_name: 'Hamilton', + county_weights: '{"18057": "100"}', + coty_name: ['Hamilton'], + cty_code: ['18057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.11896, lat: 39.93713 }, + }, + { + zip_code: '46312', + usps_city: 'East Chicago', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 28201.0, + density: 777.3, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.45443, lat: 41.64701 }, + }, + { + zip_code: '46406', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9042.0, + density: 270.9, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.408, lat: 41.60298 }, + }, + { + zip_code: '46517', + usps_city: 'Elkhart', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26468.0, + density: 277.7, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.99698, lat: 41.62474 }, + }, + { + zip_code: '46553', + usps_city: 'New Paris', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3240.0, + density: 39.9, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.84927, lat: 41.47954 }, + }, + { + zip_code: '46561', + usps_city: 'Osceola', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13615.0, + density: 362.8, + primary_coty_code: '18141', + primary_coty_name: 'St. Joseph', + county_weights: '{"18141": "87.18", "18039": "12.82"}', + coty_name: ['St. Joseph', 'Elkhart'], + cty_code: ['18141', '18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.07526, lat: 41.66379 }, + }, + { + zip_code: '46580', + usps_city: 'Warsaw', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22013.0, + density: 116.6, + primary_coty_code: '18085', + primary_coty_name: 'Kosciusko', + county_weights: '{"18085": "100"}', + coty_name: ['Kosciusko'], + cty_code: ['18085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.87106, lat: 41.20773 }, + }, + { + zip_code: '46786', + usps_city: 'South Milford', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39.0, + density: 415.5, + primary_coty_code: '18087', + primary_coty_name: 'LaGrange', + county_weights: '{"18087": "100"}', + coty_name: ['LaGrange'], + cty_code: ['18087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.27268, lat: 41.53168 }, + }, + { + zip_code: '46806', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 24711.0, + density: 1037.9, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.08836, lat: 41.04681 }, + }, + { + zip_code: '46914', + usps_city: 'Bunker Hill', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1729.0, + density: 23.2, + primary_coty_code: '18103', + primary_coty_name: 'Miami', + county_weights: '{"18103": "100"}', + coty_name: ['Miami'], + cty_code: ['18103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.09558, lat: 40.63118 }, + }, + { + zip_code: '46922', + usps_city: 'Delong', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 87.7, + primary_coty_code: '18049', + primary_coty_name: 'Fulton', + county_weights: '{"18049": "100"}', + coty_name: ['Fulton'], + cty_code: ['18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.41332, lat: 41.13813 }, + }, + { + zip_code: '47017', + usps_city: 'Cross Plains', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 481.0, + density: 12.1, + primary_coty_code: '18137', + primary_coty_name: 'Ripley', + county_weights: '{"18137": "98.62", "18115": "1.38"}', + coty_name: ['Ripley', 'Ohio'], + cty_code: ['18137', '18115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.19039, lat: 38.94178 }, + }, + { + zip_code: '47224', + usps_city: 'Canaan', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 8.9, + primary_coty_code: '18155', + primary_coty_name: 'Switzerland', + county_weights: '{"18155": "53.14", "18077": "43.87", "18137": "2.99"}', + coty_name: ['Switzerland', 'Jefferson', 'Ripley'], + cty_code: ['18155', '18077', '18137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.22128, lat: 38.88697 }, + }, + { + zip_code: '47320', + usps_city: 'Albany', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3648.0, + density: 42.1, + primary_coty_code: '18035', + primary_coty_name: 'Delaware', + county_weights: '{"18035": "92.21", "18135": "7.16", "18075": "0.63"}', + coty_name: ['Delaware', 'Randolph', 'Jay'], + cty_code: ['18035', '18135', '18075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.26668, lat: 40.27874 }, + }, + { + zip_code: '47344', + usps_city: 'Greensboro', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 335.2, + primary_coty_code: '18065', + primary_coty_name: 'Henry', + county_weights: '{"18065": "100"}', + coty_name: ['Henry'], + cty_code: ['18065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.46549, lat: 39.87833 }, + }, + { + zip_code: '47448', + usps_city: 'Nashville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 7261.0, + density: 14.2, + primary_coty_code: '18013', + primary_coty_name: 'Brown', + county_weights: '{"18013": "99.33", "18105": "0.67"}', + coty_name: ['Brown', 'Monroe'], + cty_code: ['18013', '18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.24241, lat: 39.17381 }, + }, + { + zip_code: '47670', + usps_city: 'Princeton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 12048.0, + density: 58.4, + primary_coty_code: '18051', + primary_coty_name: 'Gibson', + county_weights: '{"18051": "100"}', + coty_name: ['Gibson'], + cty_code: ['18051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57539, lat: 38.34529 }, + }, + { + zip_code: '47926', + usps_city: 'Burnettsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1480.0, + density: 15.3, + primary_coty_code: '18181', + primary_coty_name: 'White', + county_weights: '{"18181": "71.01", "18015": "28.99"}', + coty_name: ['White', 'Carroll'], + cty_code: ['18181', '18015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.59597, lat: 40.77611 }, + }, + { + zip_code: '47949', + usps_city: 'Hillsboro', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1209.0, + density: 11.1, + primary_coty_code: '18045', + primary_coty_name: 'Fountain', + county_weights: '{"18045": "100"}', + coty_name: ['Fountain'], + cty_code: ['18045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.13284, lat: 40.05931 }, + }, + { + zip_code: '48049', + usps_city: 'North Street', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5451.0, + density: 58.8, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.57496, lat: 43.03594 }, + }, + { + zip_code: '48122', + usps_city: 'Melvindale', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10348.0, + density: 1466.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17807, lat: 42.28024 }, + }, + { + zip_code: '48141', + usps_city: 'Inkster', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24520.0, + density: 1514.1, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.31483, lat: 42.29349 }, + }, + { + zip_code: '48219', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 47632.0, + density: 2187.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.25286, lat: 42.42575 }, + }, + { + zip_code: '48228', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 56262.0, + density: 2523.0, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.21705, lat: 42.35545 }, + }, + { + zip_code: '48360', + usps_city: 'Lake Orion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12768.0, + density: 417.1, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.269, lat: 42.74934 }, + }, + { + zip_code: '48412', + usps_city: 'Attica', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5000.0, + density: 38.6, + primary_coty_code: '26087', + primary_coty_name: 'Lapeer', + county_weights: '{"26087": "100"}', + coty_name: ['Lapeer'], + cty_code: ['26087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.17079, lat: 43.06287 }, + }, + { + zip_code: '48458', + usps_city: 'Mount Morris', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18410.0, + density: 202.6, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.68221, lat: 43.12225 }, + }, + { + zip_code: '48610', + usps_city: 'Alger', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2760.0, + density: 9.1, + primary_coty_code: '26011', + primary_coty_name: 'Arenac', + county_weights: '{"26011": "39.05", "26129": "38.01", "26051": "22.93"}', + coty_name: ['Arenac', 'Ogemaw', 'Gladwin'], + cty_code: ['26011', '26129', '26051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.17435, lat: 44.12834 }, + }, + { + zip_code: '48630', + usps_city: 'Houghton Lake Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 42.0, + density: 169.9, + primary_coty_code: '26143', + primary_coty_name: 'Roscommon', + county_weights: '{"26143": "100"}', + coty_name: ['Roscommon'], + cty_code: ['26143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.77246, lat: 44.32478 }, + }, + { + zip_code: '48633', + usps_city: 'Lake George', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 16.0, + primary_coty_code: '26035', + primary_coty_name: 'Clare', + county_weights: '{"26035": "100"}', + coty_name: ['Clare'], + cty_code: ['26035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.93121, lat: 43.93715 }, + }, + { + zip_code: '48656', + usps_city: 'Saint Helen', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3875.0, + density: 11.3, + primary_coty_code: '26143', + primary_coty_name: 'Roscommon', + county_weights: '{"26143": "100"}', + coty_name: ['Roscommon'], + cty_code: ['26143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.44879, lat: 44.34819 }, + }, + { + zip_code: '48732', + usps_city: 'Essexville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 11173.0, + density: 175.5, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "100"}', + coty_name: ['Bay'], + cty_code: ['26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.78266, lat: 43.60666 }, + }, + { + zip_code: '48813', + usps_city: 'Charlotte', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20967.0, + density: 47.7, + primary_coty_code: '26045', + primary_coty_name: 'Eaton', + county_weights: '{"26045": "99.88", "26025": "0.12"}', + coty_name: ['Eaton', 'Calhoun'], + cty_code: ['26045', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.8454, lat: 42.58015 }, + }, + { + zip_code: '48871', + usps_city: 'Perrinton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2093.0, + density: 26.7, + primary_coty_code: '26057', + primary_coty_name: 'Gratiot', + county_weights: '{"26057": "100"}', + coty_name: ['Gratiot'], + cty_code: ['26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.67549, lat: 43.15437 }, + }, + { + zip_code: '49087', + usps_city: 'Schoolcraft', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6397.0, + density: 40.4, + primary_coty_code: '26077', + primary_coty_name: 'Kalamazoo', + county_weights: '{"26077": "98.58", "26159": "1.42"}', + coty_name: ['Kalamazoo', 'Van Buren'], + cty_code: ['26077', '26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.68818, lat: 42.12188 }, + }, + { + zip_code: '49092', + usps_city: 'Tekonsha', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1920.0, + density: 13.3, + primary_coty_code: '26025', + primary_coty_name: 'Calhoun', + county_weights: '{"26025": "80.89", "26023": "19.11"}', + coty_name: ['Calhoun', 'Branch'], + cty_code: ['26025', '26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.97579, lat: 42.10005 }, + }, + { + zip_code: '49127', + usps_city: 'Stevensville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10755.0, + density: 256.5, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "100"}', + coty_name: ['Berrien'], + cty_code: ['26021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.51219, lat: 42.00635 }, + }, + { + zip_code: '49250', + usps_city: 'Jonesville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6322.0, + density: 31.2, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "97.22", "26075": "2.78"}', + coty_name: ['Hillsdale', 'Jackson'], + cty_code: ['26059', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.62273, lat: 42.01912 }, + }, + { + zip_code: '49283', + usps_city: 'Spring Arbor', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3799.0, + density: 107.9, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.55069, lat: 42.20696 }, + }, + { + zip_code: '49315', + usps_city: 'Byron Center', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 23283.0, + density: 167.9, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "94.1", "26139": "4.01", "26005": "1.88"}', + coty_name: ['Kent', 'Ottawa', 'Allegan'], + cty_code: ['26081', '26139', '26005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.73622, lat: 42.80013 }, + }, + { + zip_code: '49340', + usps_city: 'Remus', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 12.4, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "73.04", "26073": "26.96"}', + coty_name: ['Mecosta', 'Isabella'], + cty_code: ['26107', '26073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.11395, lat: 43.62151 }, + }, + { + zip_code: '49420', + usps_city: 'Hart', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6308.0, + density: 20.6, + primary_coty_code: '26127', + primary_coty_name: 'Oceana', + county_weights: '{"26127": "100"}', + coty_name: ['Oceana'], + cty_code: ['26127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.28308, lat: 43.71823 }, + }, + { + zip_code: '49456', + usps_city: 'Spring Lake', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19480.0, + density: 302.3, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "94.16", "26121": "5.84"}', + coty_name: ['Ottawa', 'Muskegon'], + cty_code: ['26139', '26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.19426, lat: 43.08947 }, + }, + { + zip_code: '49512', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18170.0, + density: 310.2, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "100"}', + coty_name: ['Kent'], + cty_code: ['26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.54673, lat: 42.8814 }, + }, + { + zip_code: '49620', + usps_city: 'Buckley', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2533.0, + density: 18.7, + primary_coty_code: '26165', + primary_coty_name: 'Wexford', + county_weights: '{"26165": "62.66", "26055": "37.34"}', + coty_name: ['Wexford', 'Grand Traverse'], + cty_code: ['26165', '26055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.69383, lat: 44.52136 }, + }, + { + zip_code: '49659', + usps_city: 'Mancelona', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6809.0, + density: 15.9, + primary_coty_code: '26009', + primary_coty_name: 'Antrim', + county_weights: '{"26009": "78.64", "26079": "21.36"}', + coty_name: ['Antrim', 'Kalkaska'], + cty_code: ['26009', '26079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.02408, lat: 44.89941 }, + }, + { + zip_code: '49665', + usps_city: 'Marion', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4150.0, + density: 10.2, + primary_coty_code: '26133', + primary_coty_name: 'Osceola', + county_weights: '{"26133": "81.83", "26035": "12.26", "26113": "5.91"}', + coty_name: ['Osceola', 'Clare', 'Missaukee'], + cty_code: ['26133', '26035', '26113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.12696, lat: 44.09683 }, + }, + { + zip_code: '49820', + usps_city: 'Curtis', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 294.0, + density: 5.6, + primary_coty_code: '26097', + primary_coty_name: 'Mackinac', + county_weights: '{"26097": "100"}', + coty_name: ['Mackinac'], + cty_code: ['26097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.69056, lat: 46.20385 }, + }, + { + zip_code: '49840', + usps_city: 'Gulliver', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 603.0, + density: 1.3, + primary_coty_code: '26153', + primary_coty_name: 'Schoolcraft', + county_weights: '{"26153": "100"}', + coty_name: ['Schoolcraft'], + cty_code: ['26153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.01775, lat: 46.08795 }, + }, + { + zip_code: '49868', + usps_city: 'Newberry', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5293.0, + density: 2.9, + primary_coty_code: '26095', + primary_coty_name: 'Luce', + county_weights: '{"26095": "100"}', + coty_name: ['Luce'], + cty_code: ['26095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.50573, lat: 46.49368 }, + }, + { + zip_code: '49891', + usps_city: 'Trenary', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 673.0, + density: 3.0, + primary_coty_code: '26003', + primary_coty_name: 'Alger', + county_weights: '{"26003": "100"}', + coty_name: ['Alger'], + cty_code: ['26003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.01703, lat: 46.22516 }, + }, + { + zip_code: '49950', + usps_city: 'Mohawk', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1206.0, + density: 2.6, + primary_coty_code: '26083', + primary_coty_name: 'Keweenaw', + county_weights: '{"26083": "100"}', + coty_name: ['Keweenaw'], + cty_code: ['26083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -88.11995, lat: 47.38063 }, + }, + { + zip_code: '50006', + usps_city: 'Alden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1715.0, + density: 5.4, + primary_coty_code: '19083', + primary_coty_name: 'Hardin', + county_weights: '{"19083": "86.34", "19069": "13.66"}', + coty_name: ['Hardin', 'Franklin'], + cty_code: ['19083', '19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.39912, lat: 42.51425 }, + }, + { + zip_code: '50041', + usps_city: 'Bradford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 60.5, + primary_coty_code: '19069', + primary_coty_name: 'Franklin', + county_weights: '{"19069": "100"}', + coty_name: ['Franklin'], + cty_code: ['19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24804, lat: 42.63844 }, + }, + { + zip_code: '50063', + usps_city: 'Dallas Center', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2380.0, + density: 14.0, + primary_coty_code: '19049', + primary_coty_name: 'Dallas', + county_weights: '{"19049": "100"}', + coty_name: ['Dallas'], + cty_code: ['19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93612, lat: 41.69932 }, + }, + { + zip_code: '50072', + usps_city: 'Earlham', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2367.0, + density: 10.4, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "76.56", "19049": "23.44"}', + coty_name: ['Madison', 'Dallas'], + cty_code: ['19121', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12251, lat: 41.46964 }, + }, + { + zip_code: '50112', + usps_city: 'Grinnell', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 11411.0, + density: 24.0, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "92.91", "19099": "7.09"}', + coty_name: ['Poweshiek', 'Jasper'], + cty_code: ['19157', '19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.71481, lat: 41.7313 }, + }, + { + zip_code: '50116', + usps_city: 'Hamilton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 198.0, + density: 4.5, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.97601, lat: 41.1797 }, + }, + { + zip_code: '50124', + usps_city: 'Huxley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4180.0, + density: 77.3, + primary_coty_code: '19169', + primary_coty_name: 'Story', + county_weights: '{"19169": "98.37", "19153": "1.63"}', + coty_name: ['Story', 'Polk'], + cty_code: ['19169', '19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60408, lat: 41.88569 }, + }, + { + zip_code: '50131', + usps_city: 'Johnston', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 21439.0, + density: 385.0, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.71697, lat: 41.69337 }, + }, + { + zip_code: '50133', + usps_city: 'Kellerton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 2.2, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "95.77", "19053": "4.23"}', + coty_name: ['Ringgold', 'Decatur'], + cty_code: ['19159', '19053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.06862, lat: 40.71536 }, + }, + { + zip_code: '50140', + usps_city: 'Lamoni', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2940.0, + density: 12.3, + primary_coty_code: '19053', + primary_coty_name: 'Decatur', + county_weights: '{"19053": "97.47", "19159": "2.53"}', + coty_name: ['Decatur', 'Ringgold'], + cty_code: ['19053', '19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.98213, lat: 40.64211 }, + }, + { + zip_code: '50160', + usps_city: 'Martensdale', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 491.3, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "100"}', + coty_name: ['Warren'], + cty_code: ['19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.73865, lat: 41.37379 }, + }, + { + zip_code: '50171', + usps_city: 'Montezuma', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2468.0, + density: 8.8, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "100"}', + coty_name: ['Poweshiek'], + cty_code: ['19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52499, lat: 41.58604 }, + }, + { + zip_code: '50235', + usps_city: 'Rippey', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 371.0, + density: 3.1, + primary_coty_code: '19073', + primary_coty_name: 'Greene', + county_weights: '{"19073": "92.96", "19015": "4.55", "19049": "2.48"}', + coty_name: ['Greene', 'Boone', 'Dallas'], + cty_code: ['19073', '19015', '19049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21032, lat: 41.92959 }, + }, + { + zip_code: '50237', + usps_city: 'Runnells', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3101.0, + density: 21.6, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "92.15", "19125": "6.4", "19099": "1.45"}', + coty_name: ['Polk', 'Marion', 'Jasper'], + cty_code: ['19153', '19125', '19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37014, lat: 41.54005 }, + }, + { + zip_code: '50435', + usps_city: 'Floyd', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 718.0, + density: 6.8, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "100"}', + coty_name: ['Floyd'], + cty_code: ['19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76702, lat: 43.15802 }, + }, + { + zip_code: '50450', + usps_city: 'Lake Mills', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2826.0, + density: 13.5, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "94.13", "19195": "5.87"}', + coty_name: ['Winnebago', 'Worth'], + cty_code: ['19189', '19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.52389, lat: 43.42171 }, + }, + { + zip_code: '50538', + usps_city: 'Farnhamville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 5.7, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "99.01", "19187": "0.99"}', + coty_name: ['Calhoun', 'Webster'], + cty_code: ['19025', '19187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.4296, lat: 42.27663 }, + }, + { + zip_code: '50561', + usps_city: 'Lytton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 4.0, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "68.08", "19025": "31.92"}', + coty_name: ['Sac', 'Calhoun'], + cty_code: ['19161', '19025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.84988, lat: 42.42412 }, + }, + { + zip_code: '50579', + usps_city: 'Rockwell City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2827.0, + density: 8.0, + primary_coty_code: '19025', + primary_coty_name: 'Calhoun', + county_weights: '{"19025": "100"}', + coty_name: ['Calhoun'], + cty_code: ['19025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.63855, lat: 42.39404 }, + }, + { + zip_code: '50590', + usps_city: 'Swea City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 4.4, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "100"}', + coty_name: ['Kossuth'], + cty_code: ['19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.30542, lat: 43.40756 }, + }, + { + zip_code: '50625', + usps_city: 'Dumont', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1091.0, + density: 6.9, + primary_coty_code: '19023', + primary_coty_name: 'Butler', + county_weights: '{"19023": "93.73", "19069": "6.27"}', + coty_name: ['Butler', 'Franklin'], + cty_code: ['19023', '19069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.98611, lat: 42.74821 }, + }, + { + zip_code: '50644', + usps_city: 'Independence', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 9046.0, + density: 24.5, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "100"}', + coty_name: ['Buchanan'], + cty_code: ['19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.89355, lat: 42.47638 }, + }, + { + zip_code: '50653', + usps_city: 'Marble Rock', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 4.6, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "100"}', + coty_name: ['Floyd'], + cty_code: ['19067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89219, lat: 42.96591 }, + }, + { + zip_code: '50833', + usps_city: 'Bedford', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2294.0, + density: 4.3, + primary_coty_code: '19173', + primary_coty_name: 'Taylor', + county_weights: '{"19173": "100"}', + coty_name: ['Taylor'], + cty_code: ['19173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70071, lat: 40.6704 }, + }, + { + zip_code: '51026', + usps_city: 'Hornick', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 2.6, + primary_coty_code: '19193', + primary_coty_name: 'Woodbury', + county_weights: '{"19193": "88.28", "19133": "11.72"}', + coty_name: ['Woodbury', 'Monona'], + cty_code: ['19193', '19133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07447, lat: 42.25059 }, + }, + { + zip_code: '51062', + usps_city: 'Westfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 2.1, + primary_coty_code: '19149', + primary_coty_name: 'Plymouth', + county_weights: '{"19149": "100"}', + coty_name: ['Plymouth'], + cty_code: ['19149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.53667, lat: 42.70701 }, + }, + { + zip_code: '51430', + usps_city: 'Arcadia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 827.0, + density: 7.8, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.02556, lat: 42.086 }, + }, + { + zip_code: '51466', + usps_city: 'Wall Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1095.0, + density: 8.2, + primary_coty_code: '19161', + primary_coty_name: 'Sac', + county_weights: '{"19161": "100"}', + coty_name: ['Sac'], + cty_code: ['19161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.10379, lat: 42.25635 }, + }, + { + zip_code: '51577', + usps_city: 'Walnut', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1138.0, + density: 5.5, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "87.08", "19165": "12.92"}', + coty_name: ['Pottawattamie', 'Shelby'], + cty_code: ['19155', '19165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.20487, lat: 41.46344 }, + }, + { + zip_code: '51630', + usps_city: 'Blanchard', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 3.1, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "100"}', + coty_name: ['Page'], + cty_code: ['19145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19132, lat: 40.60099 }, + }, + { + zip_code: '51637', + usps_city: 'College Springs', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 58.8, + primary_coty_code: '19145', + primary_coty_name: 'Page', + county_weights: '{"19145": "100"}', + coty_name: ['Page'], + cty_code: ['19145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.11565, lat: 40.6249 }, + }, + { + zip_code: '52159', + usps_city: 'Monona', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2295.0, + density: 11.6, + primary_coty_code: '19043', + primary_coty_name: 'Clayton', + county_weights: '{"19043": "83.86", "19005": "16.14"}', + coty_name: ['Clayton', 'Allamakee'], + cty_code: ['19043', '19005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.35866, lat: 43.07794 }, + }, + { + zip_code: '52202', + usps_city: 'Alburnett', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1056.0, + density: 16.2, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63781, lat: 42.15775 }, + }, + { + zip_code: '52321', + usps_city: 'Onslow', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 358.0, + density: 4.6, + primary_coty_code: '19105', + primary_coty_name: 'Jones', + county_weights: '{"19105": "100"}', + coty_name: ['Jones'], + cty_code: ['19105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.98325, lat: 42.14722 }, + }, + { + zip_code: '52329', + usps_city: 'Rowley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 852.0, + density: 6.5, + primary_coty_code: '19019', + primary_coty_name: 'Buchanan', + county_weights: '{"19019": "100"}', + coty_name: ['Buchanan'], + cty_code: ['19019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85573, lat: 42.35766 }, + }, + { + zip_code: '52557', + usps_city: 'Fairfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 568.5, + primary_coty_code: '19101', + primary_coty_name: 'Jefferson', + county_weights: '{"19101": "100"}', + coty_name: ['Jefferson'], + cty_code: ['19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96476, lat: 41.02212 }, + }, + { + zip_code: '52571', + usps_city: 'Moravia', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1482.0, + density: 6.0, + primary_coty_code: '19007', + primary_coty_name: 'Appanoose', + county_weights: '{"19007": "85.43", "19135": "14.57"}', + coty_name: ['Appanoose', 'Monroe'], + cty_code: ['19007', '19135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83776, lat: 40.87713 }, + }, + { + zip_code: '52585', + usps_city: 'Richland', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 984.0, + density: 6.8, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "81.98", "19183": "9.21", "19101": "8.81"}', + coty_name: ['Keokuk', 'Washington', 'Jefferson'], + cty_code: ['19107', '19183', '19101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.98205, lat: 41.19238 }, + }, + { + zip_code: '52731', + usps_city: 'Charlotte', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 726.0, + density: 5.3, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "98.66", "19097": "1.34"}', + coty_name: ['Clinton', 'Jackson'], + cty_code: ['19045', '19097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.48643, lat: 41.967 }, + }, + { + zip_code: '52778', + usps_city: 'Wilton', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 4331.0, + density: 20.1, + primary_coty_code: '19139', + primary_coty_name: 'Muscatine', + county_weights: '{"19139": "80.34", "19031": "19.66"}', + coty_name: ['Muscatine', 'Cedar'], + cty_code: ['19139', '19031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.99261, lat: 41.60591 }, + }, + { + zip_code: '53005', + usps_city: 'Brookfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 20124.0, + density: 528.7, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09925, lat: 43.06261 }, + }, + { + zip_code: '53012', + usps_city: 'Cedarburg', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 18335.0, + density: 202.2, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "91.41", "55131": "8.59"}', + coty_name: ['Ozaukee', 'Washington'], + cty_code: ['55089', '55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.03769, lat: 43.3147 }, + }, + { + zip_code: '53089', + usps_city: 'Sussex', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19128.0, + density: 271.5, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23476, lat: 43.1472 }, + }, + { + zip_code: '53091', + usps_city: 'Theresa', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1935.0, + density: 29.0, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "97.42", "55131": "2.58"}', + coty_name: ['Dodge', 'Washington'], + cty_code: ['55027', '55131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.43664, lat: 43.49609 }, + }, + { + zip_code: '53097', + usps_city: 'Mequon', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6318.0, + density: 90.6, + primary_coty_code: '55089', + primary_coty_name: 'Ozaukee', + county_weights: '{"55089": "100"}', + coty_name: ['Ozaukee'], + cty_code: ['55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.0067, lat: 43.24581 }, + }, + { + zip_code: '53190', + usps_city: 'Whitewater', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 19241.0, + density: 55.3, + primary_coty_code: '55127', + primary_coty_name: 'Walworth', + county_weights: '{"55127": "71.54", "55055": "21.63", "55105": "6.83"}', + coty_name: ['Walworth', 'Jefferson', 'Rock'], + cty_code: ['55127', '55055', '55105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.73329, lat: 42.80597 }, + }, + { + zip_code: '53220', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 26360.0, + density: 1837.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.99135, lat: 42.96513 }, + }, + { + zip_code: '53565', + usps_city: 'Mineral Point', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 4672.0, + density: 9.9, + primary_coty_code: '55049', + primary_coty_name: 'Iowa', + county_weights: '{"55049": "87.68", "55065": "12.32"}', + coty_name: ['Iowa', 'Lafayette'], + cty_code: ['55049', '55065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.16508, lat: 42.83912 }, + }, + { + zip_code: '53583', + usps_city: 'Sauk City', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 6015.0, + density: 30.5, + primary_coty_code: '55111', + primary_coty_name: 'Sauk', + county_weights: '{"55111": "73.74", "55025": "25.33", "55021": "0.92"}', + coty_name: ['Sauk', 'Dane', 'Columbia'], + cty_code: ['55111', '55025', '55021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80015, lat: 43.25426 }, + }, + { + zip_code: '54121', + usps_city: 'Florence', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3021.0, + density: 4.5, + primary_coty_code: '55037', + primary_coty_name: 'Florence', + county_weights: '{"55037": "100"}', + coty_name: ['Florence'], + cty_code: ['55037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31981, lat: 45.86474 }, + }, + { + zip_code: '54162', + usps_city: 'Pulaski', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9127.0, + density: 30.9, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "51.67", "55115": "29.61", "55083": "18.72"}', + coty_name: ['Brown', 'Shawano', 'Oconto'], + cty_code: ['55009', '55115', '55083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.27925, lat: 44.66275 }, + }, + { + zip_code: '54313', + usps_city: 'Green Bay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 38837.0, + density: 249.8, + primary_coty_code: '55009', + primary_coty_name: 'Brown', + county_weights: '{"55009": "99.93", "55087": "0.07"}', + coty_name: ['Brown', 'Outagamie'], + cty_code: ['55009', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.11147, lat: 44.58619 }, + }, + { + zip_code: '54403', + usps_city: 'Wausau', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 24525.0, + density: 70.8, + primary_coty_code: '55073', + primary_coty_name: 'Marathon', + county_weights: '{"55073": "100"}', + coty_name: ['Marathon'], + cty_code: ['55073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51374, lat: 45.03139 }, + }, + { + zip_code: '54466', + usps_city: 'Pittsville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2761.0, + density: 3.5, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "89.41", "55053": "6.79", "55019": "3.8"}', + coty_name: ['Wood', 'Jackson', 'Clark'], + cty_code: ['55141', '55053', '55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.30733, lat: 44.38423 }, + }, + { + zip_code: '54612', + usps_city: 'Arcadia', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 5062.0, + density: 12.6, + primary_coty_code: '55121', + primary_coty_name: 'Trempealeau', + county_weights: '{"55121": "90.55", "55011": "9.45"}', + coty_name: ['Trempealeau', 'Buffalo'], + cty_code: ['55121', '55011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50053, lat: 44.24805 }, + }, + { + zip_code: '54745', + usps_city: 'Holcombe', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1968.0, + density: 5.8, + primary_coty_code: '55017', + primary_coty_name: 'Chippewa', + county_weights: '{"55017": "86.82", "55107": "13.18"}', + coty_name: ['Chippewa', 'Rusk'], + cty_code: ['55017', '55107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12559, lat: 45.25013 }, + }, + { + zip_code: '54828', + usps_city: 'Couderay', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 4.4, + primary_coty_code: '55113', + primary_coty_name: 'Sawyer', + county_weights: '{"55113": "100"}', + coty_name: ['Sawyer'], + cty_code: ['55113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.28358, lat: 45.84072 }, + }, + { + zip_code: '54913', + usps_city: 'Appleton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 21510.0, + density: 131.9, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "100"}', + coty_name: ['Outagamie'], + cty_code: ['55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.39996, lat: 44.34148 }, + }, + { + zip_code: '55011', + usps_city: 'Cedar', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 10787.0, + density: 92.6, + primary_coty_code: '27003', + primary_coty_name: 'Anoka', + county_weights: '{"27003": "100"}', + coty_name: ['Anoka'], + cty_code: ['27003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.25328, lat: 45.34072 }, + }, + { + zip_code: '55112', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 46009.0, + density: 934.4, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18893, lat: 45.07658 }, + }, + { + zip_code: '55127', + usps_city: 'Saint Paul', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 18869.0, + density: 539.6, + primary_coty_code: '27123', + primary_coty_name: 'Ramsey', + county_weights: '{"27123": "100"}', + coty_name: ['Ramsey'], + cty_code: ['27123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.08265, lat: 45.08411 }, + }, + { + zip_code: '55344', + usps_city: 'Eden Prairie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16846.0, + density: 737.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.43082, lat: 44.86428 }, + }, + { + zip_code: '55439', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9072.0, + density: 733.5, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37569, lat: 44.87513 }, + }, + { + zip_code: '55732', + usps_city: 'Embarrass', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 3.3, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.21375, lat: 47.67754 }, + }, + { + zip_code: '55784', + usps_city: 'Swan River', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 1.6, + primary_coty_code: '27061', + primary_coty_name: 'Itasca', + county_weights: '{"27061": "100"}', + coty_name: ['Itasca'], + cty_code: ['27061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.18733, lat: 47.05249 }, + }, + { + zip_code: '56055', + usps_city: 'Lake Crystal', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 4095.0, + density: 13.4, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.24573, lat: 44.12821 }, + }, + { + zip_code: '56113', + usps_city: 'Arco', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 217.0, + density: 2.3, + primary_coty_code: '27081', + primary_coty_name: 'Lincoln', + county_weights: '{"27081": "100"}', + coty_name: ['Lincoln'], + cty_code: ['27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.15369, lat: 44.39936 }, + }, + { + zip_code: '56120', + usps_city: 'Butterfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 869.0, + density: 3.4, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "100"}', + coty_name: ['Watonwan'], + cty_code: ['27165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.7922, lat: 43.96231 }, + }, + { + zip_code: '56134', + usps_city: 'Hardwick', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 409.0, + density: 3.1, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "100"}', + coty_name: ['Rock'], + cty_code: ['27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.23845, lat: 43.7957 }, + }, + { + zip_code: '56139', + usps_city: 'Holland', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 455.0, + density: 3.9, + primary_coty_code: '27117', + primary_coty_name: 'Pipestone', + county_weights: '{"27117": "100"}', + coty_name: ['Pipestone'], + cty_code: ['27117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.17727, lat: 44.10295 }, + }, + { + zip_code: '56146', + usps_city: 'Kanaranzi', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 34.2, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "100"}', + coty_name: ['Rock'], + cty_code: ['27133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.10343, lat: 43.58006 }, + }, + { + zip_code: '56160', + usps_city: 'Odin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 4.5, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "58.88", "27091": "29.44", "27063": "11.68"}', + coty_name: ['Watonwan', 'Martin', 'Jackson'], + cty_code: ['27165', '27091', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.80794, lat: 43.83478 }, + }, + { + zip_code: '56223', + usps_city: 'Clarkfield', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1435.0, + density: 4.7, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "100"}', + coty_name: ['Yellow Medicine'], + cty_code: ['27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81929, lat: 44.76201 }, + }, + { + zip_code: '56241', + usps_city: 'Granite Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3858.0, + density: 10.1, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "70.52", "27023": "26.55", "27129": "2.93"}', + coty_name: ['Yellow Medicine', 'Chippewa', 'Renville'], + cty_code: ['27173', '27023', '27129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.57915, lat: 44.79694 }, + }, + { + zip_code: '56280', + usps_city: 'Porter', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 431.0, + density: 2.4, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "67.92", "27081": "32.08"}', + coty_name: ['Yellow Medicine', 'Lincoln'], + cty_code: ['27173', '27081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.16847, lat: 44.63289 }, + }, + { + zip_code: '56307', + usps_city: 'Albany', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5427.0, + density: 19.5, + primary_coty_code: '27145', + primary_coty_name: 'Stearns', + county_weights: '{"27145": "100"}', + coty_name: ['Stearns'], + cty_code: ['27145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.58872, lat: 45.62799 }, + }, + { + zip_code: '56449', + usps_city: 'Fort Ripley', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1991.0, + density: 8.3, + primary_coty_code: '27035', + primary_coty_name: 'Crow Wing', + county_weights: '{"27035": "76.43", "27097": "23.57"}', + coty_name: ['Crow Wing', 'Morrison'], + cty_code: ['27035', '27097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.27166, lat: 46.1758 }, + }, + { + zip_code: '56577', + usps_city: 'Richwood', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 8.9, + primary_coty_code: '27005', + primary_coty_name: 'Becker', + county_weights: '{"27005": "100"}', + coty_name: ['Becker'], + cty_code: ['27005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80329, lat: 46.97357 }, + }, + { + zip_code: '56658', + usps_city: 'Margie', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '27071', + primary_coty_name: 'Koochiching', + county_weights: '{"27071": "100"}', + coty_name: ['Koochiching'], + cty_code: ['27071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.82919, lat: 48.09036 }, + }, + { + zip_code: '56685', + usps_city: 'Waskish', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 0.3, + primary_coty_code: '27007', + primary_coty_name: 'Beltrami', + county_weights: '{"27007": "100"}', + coty_name: ['Beltrami'], + cty_code: ['27007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52099, lat: 48.23841 }, + }, + { + zip_code: '56714', + usps_city: 'Badger', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1202.0, + density: 2.2, + primary_coty_code: '27135', + primary_coty_name: 'Roseau', + county_weights: '{"27135": "100"}', + coty_name: ['Roseau'], + cty_code: ['27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.00593, lat: 48.78556 }, + }, + { + zip_code: '57033', + usps_city: 'Hartford', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 5694.0, + density: 18.7, + primary_coty_code: '46099', + primary_coty_name: 'Minnehaha', + county_weights: '{"46099": "100"}', + coty_name: ['Minnehaha'], + cty_code: ['46099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95759, lat: 43.61913 }, + }, + { + zip_code: '57036', + usps_city: 'Hurley', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 2.3, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "100"}', + coty_name: ['Turner'], + cty_code: ['46125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14117, lat: 43.27297 }, + }, + { + zip_code: '57248', + usps_city: 'Lake Norden', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 972.0, + density: 5.5, + primary_coty_code: '46057', + primary_coty_name: 'Hamlin', + county_weights: '{"46057": "95.18", "46077": "4.82"}', + coty_name: ['Hamlin', 'Kingsbury'], + cty_code: ['46057', '46077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18943, lat: 44.57978 }, + }, + { + zip_code: '57314', + usps_city: 'Artesian', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 696.0, + density: 1.0, + primary_coty_code: '46111', + primary_coty_name: 'Sanborn', + county_weights: '{"46111": "100"}', + coty_name: ['Sanborn'], + cty_code: ['46111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.98514, lat: 44.05029 }, + }, + { + zip_code: '57315', + usps_city: 'Avon', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1206.0, + density: 3.9, + primary_coty_code: '46009', + primary_coty_name: 'Bon Homme', + county_weights: '{"46009": "100"}', + coty_name: ['Bon Homme'], + cty_code: ['46009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.04664, lat: 42.99326 }, + }, + { + zip_code: '57355', + usps_city: 'Kimball', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1394.0, + density: 1.4, + primary_coty_code: '46015', + primary_coty_name: 'Brule', + county_weights: '{"46015": "96.3", "46017": "2.51", "46073": "1.18"}', + coty_name: ['Brule', 'Buffalo', 'Jerauld'], + cty_code: ['46015', '46017', '46073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.9494, lat: 43.77867 }, + }, + { + zip_code: '57370', + usps_city: 'Pukwana', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 668.0, + density: 1.2, + primary_coty_code: '46015', + primary_coty_name: 'Brule', + county_weights: '{"46015": "81.08", "46017": "18.92"}', + coty_name: ['Brule', 'Buffalo'], + cty_code: ['46015', '46017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.16909, lat: 43.80154 }, + }, + { + zip_code: '57380', + usps_city: 'Wagner', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3810.0, + density: 5.3, + primary_coty_code: '46023', + primary_coty_name: 'Charles Mix', + county_weights: '{"46023": "100"}', + coty_name: ['Charles Mix'], + cty_code: ['46023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.3076, lat: 43.0305 }, + }, + { + zip_code: '57442', + usps_city: 'Gettysburg', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1842.0, + density: 1.2, + primary_coty_code: '46107', + primary_coty_name: 'Potter', + county_weights: '{"46107": "92.13", "46041": "7.03", "46119": "0.84"}', + coty_name: ['Potter', 'Dewey', 'Sully'], + cty_code: ['46107', '46041', '46119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.14463, lat: 45.05451 }, + }, + { + zip_code: '57466', + usps_city: 'Onaka', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 0.5, + primary_coty_code: '46049', + primary_coty_name: 'Faulk', + county_weights: '{"46049": "77.42", "46045": "22.58"}', + coty_name: ['Faulk', 'Edmunds'], + cty_code: ['46049', '46045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.46409, lat: 45.21161 }, + }, + { + zip_code: '57477', + usps_city: 'Turton', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 0.7, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "100"}', + coty_name: ['Spink'], + cty_code: ['46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.16155, lat: 45.04038 }, + }, + { + zip_code: '57625', + usps_city: 'Eagle Butte', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 4365.0, + density: 1.4, + primary_coty_code: '46041', + primary_coty_name: 'Dewey', + county_weights: '{"46041": "78.39", "46137": "21.61"}', + coty_name: ['Dewey', 'Ziebach'], + cty_code: ['46041', '46137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -100.99522, lat: 44.95167 }, + }, + { + zip_code: '57644', + usps_city: 'Meadow', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 221.0, + density: 0.1, + primary_coty_code: '46105', + primary_coty_name: 'Perkins', + county_weights: '{"46105": "72.84", "46137": "18.51", "46031": "8.66"}', + coty_name: ['Perkins', 'Ziebach', 'Corson'], + cty_code: ['46105', '46137', '46031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.05859, lat: 45.44865 }, + }, + { + zip_code: '57756', + usps_city: 'Manderson', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 568.0, + density: 1.7, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 100}', + coty_name: ['Oglala Lakota'], + cty_code: ['46102'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.49781, lat: 43.23568 }, + }, + { + zip_code: '58032', + usps_city: 'Forman', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 670.0, + density: 2.5, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "100"}', + coty_name: ['Sargent'], + cty_code: ['38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.64174, lat: 46.07633 }, + }, + { + zip_code: '58033', + usps_city: 'Fort Ransom', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 454.0, + density: 1.3, + primary_coty_code: '38073', + primary_coty_name: 'Ransom', + county_weights: '{"38073": "100"}', + coty_name: ['Ransom'], + cty_code: ['38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.92796, lat: 46.43678 }, + }, + { + zip_code: '58043', + usps_city: 'Havana', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 159.0, + density: 1.1, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "100"}', + coty_name: ['Sargent'], + cty_code: ['38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.541, lat: 45.97677 }, + }, + { + zip_code: '58053', + usps_city: 'Lidgerwood', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1154.0, + density: 2.0, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "90.86", "38081": "9.14"}', + coty_name: ['Richland', 'Sargent'], + cty_code: ['38077', '38081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.17997, lat: 46.06393 }, + }, + { + zip_code: '58062', + usps_city: 'Nome', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 160.0, + density: 1.1, + primary_coty_code: '38003', + primary_coty_name: 'Barnes', + county_weights: '{"38003": "72.99", "38073": "27.01"}', + coty_name: ['Barnes', 'Ransom'], + cty_code: ['38003', '38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.8284, lat: 46.63602 }, + }, + { + zip_code: '58071', + usps_city: 'Tower City', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 460.0, + density: 1.7, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "82.64", "38003": "17.36"}', + coty_name: ['Cass', 'Barnes'], + cty_code: ['38017', '38003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67832, lat: 46.95518 }, + }, + { + zip_code: '58275', + usps_city: 'Reynolds', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 748.0, + density: 2.8, + primary_coty_code: '38035', + primary_coty_name: 'Grand Forks', + county_weights: '{"38035": "56.07", "38097": "43.93"}', + coty_name: ['Grand Forks', 'Traill'], + cty_code: ['38035', '38097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.11637, lat: 47.68513 }, + }, + { + zip_code: '58343', + usps_city: 'Knox', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.4, + primary_coty_code: '38005', + primary_coty_name: 'Benson', + county_weights: '{"38005": "100"}', + coty_name: ['Benson'], + cty_code: ['38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.72223, lat: 48.29739 }, + }, + { + zip_code: '58439', + usps_city: 'Forbes', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 0.3, + primary_coty_code: '46089', + primary_coty_name: 'McPherson', + county_weights: '{"46089": "52.26", "38021": "47.74"}', + coty_name: ['McPherson', 'Dickey'], + cty_code: ['46089', '38021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.83447, lat: 45.9824 }, + }, + { + zip_code: '58448', + usps_city: 'Hannaford', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 311.0, + density: 0.8, + primary_coty_code: '38039', + primary_coty_name: 'Griggs', + county_weights: '{"38039": "100"}', + coty_name: ['Griggs'], + cty_code: ['38039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.22024, lat: 47.31125 }, + }, + { + zip_code: '58494', + usps_city: 'Wing', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 262.0, + density: 0.3, + primary_coty_code: '38015', + primary_coty_name: 'Burleigh', + county_weights: '{"38015": "100"}', + coty_name: ['Burleigh'], + cty_code: ['38015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.28022, lat: 47.15652 }, + }, + { + zip_code: '58542', + usps_city: 'Hague', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 0.5, + primary_coty_code: '38029', + primary_coty_name: 'Emmons', + county_weights: '{"38029": "100"}', + coty_name: ['Emmons'], + cty_code: ['38029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.01432, lat: 46.05021 }, + }, + { + zip_code: '58631', + usps_city: 'Glen Ullin', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1157.0, + density: 1.2, + primary_coty_code: '38059', + primary_coty_name: 'Morton', + county_weights: '{"38059": "91.13", "38037": "5.48", "38057": "3.39"}', + coty_name: ['Morton', 'Grant', 'Mercer'], + cty_code: ['38059', '38037', '38057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/North_Dakota/New_Salem', + geo_point_2d: { lon: -101.81892, lat: 46.79977 }, + }, + { + zip_code: '58716', + usps_city: 'Benedict', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 104.0, + density: 0.6, + primary_coty_code: '38055', + primary_coty_name: 'McLean', + county_weights: '{"38055": "87.07", "38101": "12.93"}', + coty_name: ['McLean', 'Ward'], + cty_code: ['38055', '38101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.07158, lat: 47.81791 }, + }, + { + zip_code: '58755', + usps_city: 'Mcgregor', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 155.0, + density: 0.7, + primary_coty_code: '38105', + primary_coty_name: 'Williams', + county_weights: '{"38105": "61.24", "38023": "27.91", "38013": "10.85"}', + coty_name: ['Williams', 'Divide', 'Burke'], + cty_code: ['38105', '38023', '38013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.94595, lat: 48.62398 }, + }, + { + zip_code: '58788', + usps_city: 'Towner', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1185.0, + density: 0.9, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "96.44", "38069": "3.56"}', + coty_name: ['McHenry', 'Pierce'], + cty_code: ['38049', '38069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.48054, lat: 48.3423 }, + }, + { + zip_code: '59041', + usps_city: 'Joliet', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1748.0, + density: 3.4, + primary_coty_code: '30009', + primary_coty_name: 'Carbon', + county_weights: '{"30009": "97.44", "30111": "2.56"}', + coty_name: ['Carbon', 'Yellowstone'], + cty_code: ['30009', '30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.97689, lat: 45.49743 }, + }, + { + zip_code: '59313', + usps_city: 'Baker', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2322.0, + density: 1.0, + primary_coty_code: '30025', + primary_coty_name: 'Fallon', + county_weights: '{"30025": "100"}', + coty_name: ['Fallon'], + cty_code: ['30025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.24971, lat: 46.30559 }, + }, + { + zip_code: '59432', + usps_city: 'Dupuyer', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 135.0, + density: 1.1, + primary_coty_code: '30073', + primary_coty_name: 'Pondera', + county_weights: '{"30073": "100"}', + coty_name: ['Pondera'], + cty_code: ['30073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.40394, lat: 48.16843 }, + }, + { + zip_code: '59484', + usps_city: 'Sweet Grass', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 0.3, + primary_coty_code: '30101', + primary_coty_name: 'Toole', + county_weights: '{"30101": "100"}', + coty_name: ['Toole'], + cty_code: ['30101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.65972, lat: 48.96737 }, + }, + { + zip_code: '59525', + usps_city: 'Gildford', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 242.0, + density: 0.3, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "100"}', + coty_name: ['Hill'], + cty_code: ['30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.31205, lat: 48.69459 }, + }, + { + zip_code: '59530', + usps_city: 'Inverness', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 0.1, + primary_coty_code: '30041', + primary_coty_name: 'Hill', + county_weights: '{"30041": "100"}', + coty_name: ['Hill'], + cty_code: ['30041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.69139, lat: 48.62509 }, + }, + { + zip_code: '59866', + usps_city: 'Saint Regis', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 1.3, + primary_coty_code: '30061', + primary_coty_name: 'Mineral', + county_weights: '{"30061": "100"}', + coty_name: ['Mineral'], + cty_code: ['30061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -115.15643, lat: 47.32669 }, + }, + { + zip_code: '59932', + usps_city: 'Somers', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1353.0, + density: 19.7, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.25412, lat: 48.04657 }, + }, + { + zip_code: '59937', + usps_city: 'Whitefish', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 13943.0, + density: 17.9, + primary_coty_code: '30029', + primary_coty_name: 'Flathead', + county_weights: '{"30029": "100"}', + coty_name: ['Flathead'], + cty_code: ['30029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.53715, lat: 48.41177 }, + }, + { + zip_code: '60002', + usps_city: 'Antioch', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 24058.0, + density: 285.1, + primary_coty_code: '17097', + primary_coty_name: 'Lake', + county_weights: '{"17097": "100"}', + coty_name: ['Lake'], + cty_code: ['17097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.08721, lat: 42.46968 }, + }, + { + zip_code: '60014', + usps_city: 'Crystal Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 48063.0, + density: 734.9, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.32731, lat: 42.23203 }, + }, + { + zip_code: '60026', + usps_city: 'Glenview', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14021.0, + density: 1328.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83745, lat: 42.09223 }, + }, + { + zip_code: '60102', + usps_city: 'Algonquin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32663.0, + density: 868.2, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "72.5", "17089": "27.5"}', + coty_name: ['McHenry', 'Kane'], + cty_code: ['17111', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.30682, lat: 42.16403 }, + }, + { + zip_code: '60184', + usps_city: 'Wayne', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2428.0, + density: 115.4, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "64.95", "17089": "35.05"}', + coty_name: ['DuPage', 'Kane'], + cty_code: ['17043', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.25373, lat: 41.95248 }, + }, + { + zip_code: '60411', + usps_city: 'Chicago Heights', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 57603.0, + density: 702.5, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.59056, lat: 41.50869 }, + }, + { + zip_code: '60425', + usps_city: 'Glenwood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8842.0, + density: 709.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61171, lat: 41.54551 }, + }, + { + zip_code: '60430', + usps_city: 'Homewood', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 19691.0, + density: 1116.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.66468, lat: 41.55767 }, + }, + { + zip_code: '60449', + usps_city: 'Monee', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9362.0, + density: 74.4, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.77244, lat: 41.41569 }, + }, + { + zip_code: '60458', + usps_city: 'Justice', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 15197.0, + density: 2042.6, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.83452, lat: 41.74892 }, + }, + { + zip_code: '60514', + usps_city: 'Clarendon Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9943.0, + density: 1895.9, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95693, lat: 41.79653 }, + }, + { + zip_code: '60556', + usps_city: 'Waterman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2124.0, + density: 15.7, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.77345, lat: 41.76263 }, + }, + { + zip_code: '60605', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 29060.0, + density: 9009.1, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.61983, lat: 41.86684 }, + }, + { + zip_code: '60617', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 83553.0, + density: 2328.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.55432, lat: 41.71591 }, + }, + { + zip_code: '60929', + usps_city: 'Cullom', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 707.0, + density: 7.0, + primary_coty_code: '17105', + primary_coty_name: 'Livingston', + county_weights: '{"17105": "96.16", "17053": "3.84"}', + coty_name: ['Livingston', 'Ford'], + cty_code: ['17105', '17053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28915, lat: 40.87497 }, + }, + { + zip_code: '61107', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 30116.0, + density: 784.2, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "98.25", "17007": "1.75"}', + coty_name: ['Winnebago', 'Boone'], + cty_code: ['17201', '17007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.00326, lat: 42.28363 }, + }, + { + zip_code: '61112', + usps_city: 'Rockford', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 30.7, + primary_coty_code: '17201', + primary_coty_name: 'Winnebago', + county_weights: '{"17201": "100"}', + coty_name: ['Winnebago'], + cty_code: ['17201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.97519, lat: 42.24193 }, + }, + { + zip_code: '61519', + usps_city: 'Bryant', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 246.0, + density: 80.0, + primary_coty_code: '17057', + primary_coty_name: 'Fulton', + county_weights: '{"17057": "100"}', + coty_name: ['Fulton'], + cty_code: ['17057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08897, lat: 40.46009 }, + }, + { + zip_code: '61607', + usps_city: 'Peoria', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10766.0, + density: 129.6, + primary_coty_code: '17143', + primary_coty_name: 'Peoria', + county_weights: '{"17143": "100"}', + coty_name: ['Peoria'], + cty_code: ['17143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.68512, lat: 40.63007 }, + }, + { + zip_code: '61771', + usps_city: 'Secor', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 855.0, + density: 14.3, + primary_coty_code: '17203', + primary_coty_name: 'Woodford', + county_weights: '{"17203": "100"}', + coty_name: ['Woodford'], + cty_code: ['17203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14117, lat: 40.70928 }, + }, + { + zip_code: '61834', + usps_city: 'Danville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8625.0, + density: 31.0, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63785, lat: 40.1643 }, + }, + { + zip_code: '61855', + usps_city: 'Milmine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 5.0, + primary_coty_code: '17147', + primary_coty_name: 'Piatt', + county_weights: '{"17147": "100"}', + coty_name: ['Piatt'], + cty_code: ['17147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.66087, lat: 39.92213 }, + }, + { + zip_code: '61862', + usps_city: 'Penfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 564.0, + density: 5.4, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "92.75", "17183": "7.25"}', + coty_name: ['Champaign', 'Vermilion'], + cty_code: ['17019', '17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.95185, lat: 40.30633 }, + }, + { + zip_code: '61871', + usps_city: 'Royal', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 348.9, + primary_coty_code: '17019', + primary_coty_name: 'Champaign', + county_weights: '{"17019": "100"}', + coty_name: ['Champaign'], + cty_code: ['17019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.96791, lat: 40.19012 }, + }, + { + zip_code: '61911', + usps_city: 'Arthur', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5330.0, + density: 32.7, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "61.23", "17139": "37.8", "17029": "0.97"}', + coty_name: ['Douglas', 'Moultrie', 'Coles'], + cty_code: ['17041', '17139', '17029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.4698, lat: 39.70325 }, + }, + { + zip_code: '62006', + usps_city: 'Batchtown', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 5.8, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66657, lat: 39.05582 }, + }, + { + zip_code: '62027', + usps_city: 'Eldred', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 589.0, + density: 3.6, + primary_coty_code: '17061', + primary_coty_name: 'Greene', + county_weights: '{"17061": "100"}', + coty_name: ['Greene'], + cty_code: ['17061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55967, lat: 39.25606 }, + }, + { + zip_code: '62032', + usps_city: 'Fillmore', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 749.0, + density: 6.1, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "97.46", "17051": "2.54"}', + coty_name: ['Montgomery', 'Fayette'], + cty_code: ['17135', '17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.28845, lat: 39.11567 }, + }, + { + zip_code: '62051', + usps_city: 'Irving', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 687.0, + density: 7.0, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.40192, lat: 39.20174 }, + }, + { + zip_code: '62063', + usps_city: 'Medora', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 991.0, + density: 7.9, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "66.8", "17083": "33.2"}', + coty_name: ['Macoupin', 'Jersey'], + cty_code: ['17117', '17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.14761, lat: 39.1978 }, + }, + { + zip_code: '62226', + usps_city: 'Belleville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28914.0, + density: 801.0, + primary_coty_code: '17163', + primary_coty_name: 'St. Clair', + county_weights: '{"17163": "100"}', + coty_name: ['St. Clair'], + cty_code: ['17163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00057, lat: 38.5352 }, + }, + { + zip_code: '62314', + usps_city: 'Baylis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 2.6, + primary_coty_code: '17149', + primary_coty_name: 'Pike', + county_weights: '{"17149": "88.22", "17001": "11.78"}', + coty_name: ['Pike', 'Adams'], + cty_code: ['17149', '17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.8903, lat: 39.77064 }, + }, + { + zip_code: '62436', + usps_city: 'Jewett', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 713.0, + density: 12.3, + primary_coty_code: '17035', + primary_coty_name: 'Cumberland', + county_weights: '{"17035": "77.76", "17079": "22.24"}', + coty_name: ['Cumberland', 'Jasper'], + cty_code: ['17035', '17079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.2525, lat: 39.17984 }, + }, + { + zip_code: '62451', + usps_city: 'Palestine', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1958.0, + density: 12.1, + primary_coty_code: '17033', + primary_coty_name: 'Crawford', + county_weights: '{"17033": "100"}', + coty_name: ['Crawford'], + cty_code: ['17033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.60615, lat: 38.99256 }, + }, + { + zip_code: '62481', + usps_city: 'Yale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 485.0, + density: 5.2, + primary_coty_code: '17079', + primary_coty_name: 'Jasper', + county_weights: '{"17079": "95.85", "17035": "4.15"}', + coty_name: ['Jasper', 'Cumberland'], + cty_code: ['17079', '17035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.022, lat: 39.12718 }, + }, + { + zip_code: '62601', + usps_city: 'Alexander', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 293.0, + density: 2.5, + primary_coty_code: '17137', + primary_coty_name: 'Morgan', + county_weights: '{"17137": "100"}', + coty_name: ['Morgan'], + cty_code: ['17137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.04086, lat: 39.74873 }, + }, + { + zip_code: '62610', + usps_city: 'Alsey', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 119.0, + density: 135.1, + primary_coty_code: '17171', + primary_coty_name: 'Scott', + county_weights: '{"17171": "100"}', + coty_name: ['Scott'], + cty_code: ['17171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43489, lat: 39.55883 }, + }, + { + zip_code: '62629', + usps_city: 'Chatham', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14597.0, + density: 148.4, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.71401, lat: 39.67823 }, + }, + { + zip_code: '62661', + usps_city: 'Loami', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1646.0, + density: 15.6, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.84042, lat: 39.6657 }, + }, + { + zip_code: '62685', + usps_city: 'Shipman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2310.0, + density: 10.6, + primary_coty_code: '17117', + primary_coty_name: 'Macoupin', + county_weights: '{"17117": "100"}', + coty_name: ['Macoupin'], + cty_code: ['17117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.00355, lat: 39.14157 }, + }, + { + zip_code: '62808', + usps_city: 'Ashley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1490.0, + density: 7.5, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "80.44", "17081": "19.56"}', + coty_name: ['Washington', 'Jefferson'], + cty_code: ['17189', '17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.18748, lat: 38.30206 }, + }, + { + zip_code: '62811', + usps_city: 'Bellmont', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 290.0, + density: 184.8, + primary_coty_code: '17185', + primary_coty_name: 'Wabash', + county_weights: '{"17185": "100"}', + coty_name: ['Wabash'], + cty_code: ['17185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90555, lat: 38.3831 }, + }, + { + zip_code: '62831', + usps_city: 'Du Bois', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 383.0, + density: 3.7, + primary_coty_code: '17189', + primary_coty_name: 'Washington', + county_weights: '{"17189": "87.61", "17145": "12.39"}', + coty_name: ['Washington', 'Perry'], + cty_code: ['17189', '17145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22128, lat: 38.23068 }, + }, + { + zip_code: '62846', + usps_city: 'Ina', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2613.0, + density: 47.4, + primary_coty_code: '17081', + primary_coty_name: 'Jefferson', + county_weights: '{"17081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87024, lat: 38.14642 }, + }, + { + zip_code: '62914', + usps_city: 'Cairo', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2375.0, + density: 46.7, + primary_coty_code: '17003', + primary_coty_name: 'Alexander', + county_weights: '{"17003": "100"}', + coty_name: ['Alexander'], + cty_code: ['17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22246, lat: 37.06546 }, + }, + { + zip_code: '62934', + usps_city: 'Equality', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 720.0, + density: 3.6, + primary_coty_code: '17059', + primary_coty_name: 'Gallatin', + county_weights: '{"17059": "84.14", "17165": "15.86"}', + coty_name: ['Gallatin', 'Saline'], + cty_code: ['17059', '17165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.36433, lat: 37.70452 }, + }, + { + zip_code: '62963', + usps_city: 'Mound City', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 744.0, + density: 62.5, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "100"}', + coty_name: ['Pulaski'], + cty_code: ['17153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.16201, lat: 37.09396 }, + }, + { + zip_code: '62964', + usps_city: 'Mounds', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1168.0, + density: 17.2, + primary_coty_code: '17153', + primary_coty_name: 'Pulaski', + county_weights: '{"17153": "100"}', + coty_name: ['Pulaski'], + cty_code: ['17153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.21531, lat: 37.12854 }, + }, + { + zip_code: '63021', + usps_city: 'Ballwin', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 57112.0, + density: 1000.3, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.54644, lat: 38.5688 }, + }, + { + zip_code: '63041', + usps_city: 'Grubville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 435.0, + density: 12.2, + primary_coty_code: '29071', + primary_coty_name: 'Franklin', + county_weights: '{"29071": "82.96", "29099": "17.04"}', + coty_name: ['Franklin', 'Jefferson'], + cty_code: ['29071', '29099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.79012, lat: 38.25101 }, + }, + { + zip_code: '63112', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 17745.0, + density: 2071.1, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.28272, lat: 38.65892 }, + }, + { + zip_code: '63116', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 43897.0, + density: 3078.8, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.26455, lat: 38.58038 }, + }, + { + zip_code: '63143', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9536.0, + density: 1861.4, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "82.83", "29510": "17.17"}', + coty_name: ['St. Louis', 'St. Louis'], + cty_code: ['29189', '29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.32018, lat: 38.61125 }, + }, + { + zip_code: '63147', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9214.0, + density: 608.9, + primary_coty_code: '29510', + primary_coty_name: 'St. Louis', + county_weights: '{"29510": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.21591, lat: 38.69547 }, + }, + { + zip_code: '63341', + usps_city: 'Defiance', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3595.0, + density: 25.3, + primary_coty_code: '29183', + primary_coty_name: 'St. Charles', + county_weights: '{"29183": "100"}', + coty_name: ['St. Charles'], + cty_code: ['29183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.81188, lat: 38.67431 }, + }, + { + zip_code: '63352', + usps_city: 'Laddonia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1180.0, + density: 4.3, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "94.81", "29173": "5.19"}', + coty_name: ['Audrain', 'Ralls'], + cty_code: ['29007', '29173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.65402, lat: 39.25132 }, + }, + { + zip_code: '63362', + usps_city: 'Moscow Mills', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7604.0, + density: 79.7, + primary_coty_code: '29113', + primary_coty_name: 'Lincoln', + county_weights: '{"29113": "100"}', + coty_name: ['Lincoln'], + cty_code: ['29113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.88017, lat: 38.93213 }, + }, + { + zip_code: '63735', + usps_city: 'Bell City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 809.0, + density: 5.2, + primary_coty_code: '29207', + primary_coty_name: 'Stoddard', + county_weights: '{"29207": "94.81", "29201": "5.19"}', + coty_name: ['Stoddard', 'Scott'], + cty_code: ['29207', '29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.7798, lat: 36.98628 }, + }, + { + zip_code: '63747', + usps_city: 'Friedheim', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 458.0, + density: 8.8, + primary_coty_code: '29031', + primary_coty_name: 'Cape Girardeau', + county_weights: '{"29031": "100"}', + coty_name: ['Cape Girardeau'], + cty_code: ['29031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.80889, lat: 37.5597 }, + }, + { + zip_code: '63748', + usps_city: 'Frohna', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1064.0, + density: 5.6, + primary_coty_code: '29157', + primary_coty_name: 'Perry', + county_weights: '{"29157": "100"}', + coty_name: ['Perry'], + cty_code: ['29157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.62223, lat: 37.67265 }, + }, + { + zip_code: '63767', + usps_city: 'Morley', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 213.1, + primary_coty_code: '29201', + primary_coty_name: 'Scott', + county_weights: '{"29201": "100"}', + coty_name: ['Scott'], + cty_code: ['29201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.61122, lat: 37.04621 }, + }, + { + zip_code: '63901', + usps_city: 'Poplar Bluff', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 35283.0, + density: 43.5, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "99.9", "29181": "0.1"}', + coty_name: ['Butler', 'Ripley'], + cty_code: ['29023', '29181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46266, lat: 36.76636 }, + }, + { + zip_code: '63941', + usps_city: 'Fremont', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 0.4, + primary_coty_code: '29035', + primary_coty_name: 'Carter', + county_weights: '{"29035": "78.44", "29149": "21.56"}', + coty_name: ['Carter', 'Oregon'], + cty_code: ['29035', '29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.17029, lat: 36.8901 }, + }, + { + zip_code: '63955', + usps_city: 'Oxly', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 137.0, + density: 6.9, + primary_coty_code: '29181', + primary_coty_name: 'Ripley', + county_weights: '{"29181": "100"}', + coty_name: ['Ripley'], + cty_code: ['29181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68089, lat: 36.60357 }, + }, + { + zip_code: '64011', + usps_city: 'Bates City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3210.0, + density: 39.4, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "86.22", "29101": "13.78"}', + coty_name: ['Lafayette', 'Johnson'], + cty_code: ['29107', '29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.0688, lat: 38.96596 }, + }, + { + zip_code: '64053', + usps_city: 'Independence', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5985.0, + density: 718.4, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46475, lat: 39.10994 }, + }, + { + zip_code: '64155', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 23905.0, + density: 830.3, + primary_coty_code: '29047', + primary_coty_name: 'Clay', + county_weights: '{"29047": "100"}', + coty_name: ['Clay'], + cty_code: ['29047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57682, lat: 39.27699 }, + }, + { + zip_code: '64434', + usps_city: 'Conception Junction', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 5.3, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "100"}', + coty_name: ['Nodaway'], + cty_code: ['29147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.73352, lat: 40.26189 }, + }, + { + zip_code: '64475', + usps_city: 'Parnell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 351.0, + density: 1.9, + primary_coty_code: '29147', + primary_coty_name: 'Nodaway', + county_weights: '{"29147": "81.84", "29227": "18.16"}', + coty_name: ['Nodaway', 'Worth'], + cty_code: ['29147', '29227'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.62615, lat: 40.43887 }, + }, + { + zip_code: '64494', + usps_city: 'Union Star', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 902.0, + density: 5.8, + primary_coty_code: '29063', + primary_coty_name: 'DeKalb', + county_weights: '{"29063": "69.35", "29003": "30.65"}', + coty_name: ['DeKalb', 'Andrew'], + cty_code: ['29063', '29003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.61181, lat: 39.99165 }, + }, + { + zip_code: '64496', + usps_city: 'Watson', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 0.6, + primary_coty_code: '29005', + primary_coty_name: 'Atchison', + county_weights: '{"29005": "100"}', + coty_name: ['Atchison'], + cty_code: ['29005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63994, lat: 40.4807 }, + }, + { + zip_code: '64632', + usps_city: 'Cainsville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 394.0, + density: 1.6, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "68.36", "29129": "31.64"}', + coty_name: ['Harrison', 'Mercer'], + cty_code: ['29081', '29129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.76667, lat: 40.47075 }, + }, + { + zip_code: '64635', + usps_city: 'Chula', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 548.0, + density: 3.6, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "92.82", "29079": "4.66", "29115": "2.52"}', + coty_name: ['Livingston', 'Grundy', 'Linn'], + cty_code: ['29117', '29079', '29115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.44438, lat: 39.93785 }, + }, + { + zip_code: '64742', + usps_city: 'Drexel', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2355.0, + density: 12.0, + primary_coty_code: '29037', + primary_coty_name: 'Cass', + county_weights: '{"29037": "71.27", "29013": "28.73"}', + coty_name: ['Cass', 'Bates'], + cty_code: ['29037', '29013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.54467, lat: 38.49889 }, + }, + { + zip_code: '65039', + usps_city: 'Hartsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2809.0, + density: 18.4, + primary_coty_code: '29019', + primary_coty_name: 'Boone', + county_weights: '{"29019": "94.76", "29027": "5.24"}', + coty_name: ['Boone', 'Callaway'], + cty_code: ['29019', '29027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.28722, lat: 38.71067 }, + }, + { + zip_code: '65232', + usps_city: 'Benton City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 3.5, + primary_coty_code: '29007', + primary_coty_name: 'Audrain', + county_weights: '{"29007": "100"}', + coty_name: ['Audrain'], + cty_code: ['29007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.75384, lat: 39.16329 }, + }, + { + zip_code: '65326', + usps_city: 'Edwards', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2031.0, + density: 5.7, + primary_coty_code: '29015', + primary_coty_name: 'Benton', + county_weights: '{"29015": "73.95", "29029": "26.05"}', + coty_name: ['Benton', 'Camden'], + cty_code: ['29015', '29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.14362, lat: 38.16736 }, + }, + { + zip_code: '65333', + usps_city: 'Houstonia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 3.3, + primary_coty_code: '29159', + primary_coty_name: 'Pettis', + county_weights: '{"29159": "84.85", "29195": "15.15"}', + coty_name: ['Pettis', 'Saline'], + cty_code: ['29159', '29195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.3047, lat: 38.90712 }, + }, + { + zip_code: '65338', + usps_city: 'Lincoln', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2889.0, + density: 9.5, + primary_coty_code: '29015', + primary_coty_name: 'Benton', + county_weights: '{"29015": "100"}', + coty_name: ['Benton'], + cty_code: ['29015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.28153, lat: 38.36078 }, + }, + { + zip_code: '65541', + usps_city: 'Lenox', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 6.2, + primary_coty_code: '29065', + primary_coty_name: 'Dent', + county_weights: '{"29065": "100"}', + coty_name: ['Dent'], + cty_code: ['29065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.76623, lat: 37.64613 }, + }, + { + zip_code: '65564', + usps_city: 'Solo', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 4.5, + primary_coty_code: '29215', + primary_coty_name: 'Texas', + county_weights: '{"29215": "100"}', + coty_name: ['Texas'], + cty_code: ['29215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96831, lat: 37.23564 }, + }, + { + zip_code: '65591', + usps_city: 'Montreal', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1814.0, + density: 14.0, + primary_coty_code: '29029', + primary_coty_name: 'Camden', + county_weights: '{"29029": "100"}', + coty_name: ['Camden'], + cty_code: ['29029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.59402, lat: 37.98115 }, + }, + { + zip_code: '65724', + usps_city: 'Pittsburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1311.0, + density: 23.7, + primary_coty_code: '29085', + primary_coty_name: 'Hickory', + county_weights: '{"29085": "100"}', + coty_name: ['Hickory'], + cty_code: ['29085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31301, lat: 37.84323 }, + }, + { + zip_code: '65775', + usps_city: 'West Plains', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 24860.0, + density: 21.1, + primary_coty_code: '29091', + primary_coty_name: 'Howell', + county_weights: '{"29091": "98.64", "29067": "0.73", "29149": "0.63"}', + coty_name: ['Howell', 'Douglas', 'Oregon'], + cty_code: ['29091', '29067', '29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85865, lat: 36.70128 }, + }, + { + zip_code: '66012', + usps_city: 'Bonner Springs', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 11919.0, + density: 95.4, + primary_coty_code: '20209', + primary_coty_name: 'Wyandotte', + county_weights: '{"20209": "65.57", "20103": "34.43"}', + coty_name: ['Wyandotte', 'Leavenworth'], + cty_code: ['20209', '20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.92261, lat: 39.0672 }, + }, + { + zip_code: '66025', + usps_city: 'Eudora', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7849.0, + density: 46.4, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "97.61", "20091": "2.39"}', + coty_name: ['Douglas', 'Johnson'], + cty_code: ['20045', '20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.08854, lat: 38.89755 }, + }, + { + zip_code: '66045', + usps_city: 'Lawrence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2102.0, + density: 2500.4, + primary_coty_code: '20045', + primary_coty_name: 'Douglas', + county_weights: '{"20045": "100"}', + coty_name: ['Douglas'], + cty_code: ['20045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.24993, lat: 38.95898 }, + }, + { + zip_code: '66086', + usps_city: 'Tonganoxie', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 10593.0, + density: 42.9, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "99.72", "20087": "0.28"}', + coty_name: ['Leavenworth', 'Jefferson'], + cty_code: ['20103', '20087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.07993, lat: 39.11707 }, + }, + { + zip_code: '66217', + usps_city: 'Shawnee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5335.0, + density: 219.7, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "99.23", "20209": "0.77"}', + coty_name: ['Johnson', 'Wyandotte'], + cty_code: ['20091', '20209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.78201, lat: 39.00911 }, + }, + { + zip_code: '66506', + usps_city: 'Manhattan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3403.0, + density: 1978.4, + primary_coty_code: '20161', + primary_coty_name: 'Riley', + county_weights: '{"20161": "100"}', + coty_name: ['Riley'], + cty_code: ['20161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58159, lat: 39.19592 }, + }, + { + zip_code: '66767', + usps_city: 'Prescott', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 478.0, + density: 4.0, + primary_coty_code: '20107', + primary_coty_name: 'Linn', + county_weights: '{"20107": "100"}', + coty_name: ['Linn'], + cty_code: ['20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.70859, lat: 38.07437 }, + }, + { + zip_code: '66872', + usps_city: 'White City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 2.6, + primary_coty_code: '20127', + primary_coty_name: 'Morris', + county_weights: '{"20127": "98.41", "20061": "1.59"}', + coty_name: ['Morris', 'Geary'], + cty_code: ['20127', '20061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.76544, lat: 38.79575 }, + }, + { + zip_code: '67009', + usps_city: 'Attica', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 916.0, + density: 2.7, + primary_coty_code: '20077', + primary_coty_name: 'Harper', + county_weights: '{"20077": "100"}', + coty_name: ['Harper'], + cty_code: ['20077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.26673, lat: 37.21929 }, + }, + { + zip_code: '67052', + usps_city: 'Goddard', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9124.0, + density: 68.0, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57571, lat: 37.6582 }, + }, + { + zip_code: '67105', + usps_city: 'Milan', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 145.0, + density: 1.1, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "100"}', + coty_name: ['Sumner'], + cty_code: ['20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.67581, lat: 37.23336 }, + }, + { + zip_code: '67138', + usps_city: 'Sharon', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 342.0, + density: 1.3, + primary_coty_code: '20007', + primary_coty_name: 'Barber', + county_weights: '{"20007": "100"}', + coty_name: ['Barber'], + cty_code: ['20007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.42033, lat: 37.27319 }, + }, + { + zip_code: '67211', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 19206.0, + density: 1443.6, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31741, lat: 37.66684 }, + }, + { + zip_code: '67301', + usps_city: 'Independence', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12497.0, + density: 23.0, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7534, lat: 37.20891 }, + }, + { + zip_code: '67436', + usps_city: 'Delphos', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 2.0, + primary_coty_code: '20143', + primary_coty_name: 'Ottawa', + county_weights: '{"20143": "88.36", "20029": "11.64"}', + coty_name: ['Ottawa', 'Cloud'], + cty_code: ['20143', '20029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73254, lat: 39.27721 }, + }, + { + zip_code: '67478', + usps_city: 'Simpson', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 58.0, + density: 22.1, + primary_coty_code: '20123', + primary_coty_name: 'Mitchell', + county_weights: '{"20123": "100"}', + coty_name: ['Mitchell'], + cty_code: ['20123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.9388, lat: 39.3861 }, + }, + { + zip_code: '67520', + usps_city: 'Bison', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 280.0, + density: 0.9, + primary_coty_code: '20165', + primary_coty_name: 'Rush', + county_weights: '{"20165": "100"}', + coty_name: ['Rush'], + cty_code: ['20165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.1829, lat: 38.58583 }, + }, + { + zip_code: '67628', + usps_city: 'Cedar', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 112.0, + density: 0.8, + primary_coty_code: '20183', + primary_coty_name: 'Smith', + county_weights: '{"20183": "100"}', + coty_name: ['Smith'], + cty_code: ['20183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.99409, lat: 39.622 }, + }, + { + zip_code: '67751', + usps_city: 'Park', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 1.0, + primary_coty_code: '20063', + primary_coty_name: 'Gove', + county_weights: '{"20063": "79.92", "20179": "20.08"}', + coty_name: ['Gove', 'Sheridan'], + cty_code: ['20063', '20179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.35218, lat: 39.12139 }, + }, + { + zip_code: '67839', + usps_city: 'Dighton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1270.0, + density: 0.9, + primary_coty_code: '20101', + primary_coty_name: 'Lane', + county_weights: '{"20101": "98.38", "20063": "1.62"}', + coty_name: ['Lane', 'Gove'], + cty_code: ['20101', '20063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.43143, lat: 38.47189 }, + }, + { + zip_code: '67842', + usps_city: 'Ford', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 401.0, + density: 1.0, + primary_coty_code: '20057', + primary_coty_name: 'Ford', + county_weights: '{"20057": "97.66", "20025": "2.34"}', + coty_name: ['Ford', 'Clark'], + cty_code: ['20057', '20025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.77454, lat: 37.55924 }, + }, + { + zip_code: '67951', + usps_city: 'Hugoton', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5083.0, + density: 3.8, + primary_coty_code: '20189', + primary_coty_name: 'Stevens', + county_weights: '{"20189": "100"}', + coty_name: ['Stevens'], + cty_code: ['20189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.35248, lat: 37.16223 }, + }, + { + zip_code: '68068', + usps_city: 'Washington', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 85.0, + density: 192.0, + primary_coty_code: '31177', + primary_coty_name: 'Washington', + county_weights: '{"31177": "100"}', + coty_name: ['Washington'], + cty_code: ['31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.20855, lat: 41.39797 }, + }, + { + zip_code: '68112', + usps_city: 'Omaha', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 11363.0, + density: 289.5, + primary_coty_code: '31055', + primary_coty_name: 'Douglas', + county_weights: '{"31055": "99", "31177": "1"}', + coty_name: ['Douglas', 'Washington'], + cty_code: ['31055', '31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9572, lat: 41.37395 }, + }, + { + zip_code: '68375', + usps_city: 'Hubbell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 1.2, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.45673, lat: 40.03551 }, + }, + { + zip_code: '68437', + usps_city: 'Shubert', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 234.0, + density: 3.0, + primary_coty_code: '31147', + primary_coty_name: 'Richardson', + county_weights: '{"31147": "100"}', + coty_name: ['Richardson'], + cty_code: ['31147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64577, lat: 40.23166 }, + }, + { + zip_code: '68662', + usps_city: 'Shelby', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1278.0, + density: 5.3, + primary_coty_code: '31143', + primary_coty_name: 'Polk', + county_weights: '{"31143": "96.1", "31023": "3.9"}', + coty_name: ['Polk', 'Butler'], + cty_code: ['31143', '31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41406, lat: 41.21054 }, + }, + { + zip_code: '68664', + usps_city: 'Snyder', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 327.0, + density: 316.3, + primary_coty_code: '31053', + primary_coty_name: 'Dodge', + county_weights: '{"31053": "100"}', + coty_name: ['Dodge'], + cty_code: ['31053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.78645, lat: 41.70403 }, + }, + { + zip_code: '68724', + usps_city: 'Center', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 1.7, + primary_coty_code: '31107', + primary_coty_name: 'Knox', + county_weights: '{"31107": "100"}', + coty_name: ['Knox'], + cty_code: ['31107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.894, lat: 42.638 }, + }, + { + zip_code: '68731', + usps_city: 'Dakota City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2908.0, + density: 30.8, + primary_coty_code: '31043', + primary_coty_name: 'Dakota', + county_weights: '{"31043": "100"}', + coty_name: ['Dakota'], + cty_code: ['31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48106, lat: 42.4098 }, + }, + { + zip_code: '68734', + usps_city: 'Emmet', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 68.0, + density: 1.1, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.79604, lat: 42.46905 }, + }, + { + zip_code: '68749', + usps_city: 'Magnet', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 10.3, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.47532, lat: 42.45307 }, + }, + { + zip_code: '68785', + usps_city: 'Waterbury', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 3.4, + primary_coty_code: '31051', + primary_coty_name: 'Dixon', + county_weights: '{"31051": "72.63", "31043": "27.37"}', + coty_name: ['Dixon', 'Dakota'], + cty_code: ['31051', '31043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.72412, lat: 42.42647 }, + }, + { + zip_code: '68859', + usps_city: 'North Loup', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 515.0, + density: 2.3, + primary_coty_code: '31175', + primary_coty_name: 'Valley', + county_weights: '{"31175": "100"}', + coty_name: ['Valley'], + cty_code: ['31175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.82392, lat: 41.47117 }, + }, + { + zip_code: '68924', + usps_city: 'Axtell', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1312.0, + density: 5.2, + primary_coty_code: '31099', + primary_coty_name: 'Kearney', + county_weights: '{"31099": "98.56", "31137": "1.44"}', + coty_name: ['Kearney', 'Phelps'], + cty_code: ['31099', '31137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.11905, lat: 40.49565 }, + }, + { + zip_code: '68943', + usps_city: 'Hardy', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 2.2, + primary_coty_code: '31129', + primary_coty_name: 'Nuckolls', + county_weights: '{"31129": "100"}', + coty_name: ['Nuckolls'], + cty_code: ['31129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.89868, lat: 40.04888 }, + }, + { + zip_code: '69045', + usps_city: 'Wauneta', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1149.0, + density: 1.2, + primary_coty_code: '31029', + primary_coty_name: 'Chase', + county_weights: '{"31029": "80.1", "31085": "12.41", "31057": "7.49"}', + coty_name: ['Chase', 'Hayes', 'Dundy'], + cty_code: ['31029', '31085', '31057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.37369, lat: 40.47285 }, + }, + { + zip_code: '69123', + usps_city: 'Brady', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 864.0, + density: 1.7, + primary_coty_code: '31111', + primary_coty_name: 'Lincoln', + county_weights: '{"31111": "100"}', + coty_name: ['Lincoln'], + cty_code: ['31111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.37252, lat: 41.01217 }, + }, + { + zip_code: '69131', + usps_city: 'Dalton', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 736.0, + density: 1.5, + primary_coty_code: '31033', + primary_coty_name: 'Cheyenne', + county_weights: '{"31033": "96.43", "31123": "3.57"}', + coty_name: ['Cheyenne', 'Morrill'], + cty_code: ['31033', '31123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.97355, lat: 41.40732 }, + }, + { + zip_code: '69156', + usps_city: 'Potter', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 629.0, + density: 0.7, + primary_coty_code: '31033', + primary_coty_name: 'Cheyenne', + county_weights: '{"31033": "91.85", "31007": "8.15"}', + coty_name: ['Cheyenne', 'Banner'], + cty_code: ['31033', '31007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.33204, lat: 41.31093 }, + }, + { + zip_code: '69167', + usps_city: 'Tryon', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 313.0, + density: 0.2, + primary_coty_code: '31117', + primary_coty_name: 'McPherson', + county_weights: '{"31117": "100"}', + coty_name: ['McPherson'], + cty_code: ['31117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.00348, lat: 41.59477 }, + }, + { + zip_code: '69348', + usps_city: 'Hemingford', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1645.0, + density: 0.7, + primary_coty_code: '31013', + primary_coty_name: 'Box Butte', + county_weights: '{"31013": "91.62", "31165": "4.26", "31045": "4.13"}', + coty_name: ['Box Butte', 'Sioux', 'Dawes'], + cty_code: ['31013', '31165', '31045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.31798, lat: 42.28163 }, + }, + { + zip_code: '70041', + usps_city: 'Buras', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2597.0, + density: 95.6, + primary_coty_code: '22075', + primary_coty_name: 'Plaquemines', + county_weights: '{"22075": "100"}', + coty_name: ['Plaquemines'], + cty_code: ['22075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.53473, lat: 29.37292 }, + }, + { + zip_code: '70049', + usps_city: 'Edgard', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1785.0, + density: 38.0, + primary_coty_code: '22095', + primary_coty_name: 'St. John the Baptist', + county_weights: '{"22095": "100"}', + coty_name: ['St. John the Baptist'], + cty_code: ['22095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.57025, lat: 30.02889 }, + }, + { + zip_code: '70125', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 18926.0, + density: 3118.3, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10335, lat: 29.9521 }, + }, + { + zip_code: '70377', + usps_city: 'Montegut', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4530.0, + density: 13.2, + primary_coty_code: '22109', + primary_coty_name: 'Terrebonne', + county_weights: '{"22109": "88.46", "22057": "11.54"}', + coty_name: ['Terrebonne', 'Lafourche'], + cty_code: ['22109', '22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51238, lat: 29.38943 }, + }, + { + zip_code: '70591', + usps_city: 'Welsh', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 5350.0, + density: 12.1, + primary_coty_code: '22053', + primary_coty_name: 'Jefferson Davis', + county_weights: '{"22053": "100"}', + coty_name: ['Jefferson Davis'], + cty_code: ['22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.83885, lat: 30.25535 }, + }, + { + zip_code: '70657', + usps_city: 'Ragley', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4885.0, + density: 13.0, + primary_coty_code: '22011', + primary_coty_name: 'Beauregard', + county_weights: + '{"22011": "81.16", "22003": "12.93", "22019": "3.99", "22053": "1.92"}', + coty_name: ['Beauregard', 'Allen', 'Calcasieu', 'Jefferson Davis'], + cty_code: ['22011', '22003', '22019', '22053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15042, lat: 30.50316 }, + }, + { + zip_code: '70663', + usps_city: 'Sulphur', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 27582.0, + density: 110.0, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37951, lat: 30.28964 }, + }, + { + zip_code: '70668', + usps_city: 'Vinton', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6958.0, + density: 18.7, + primary_coty_code: '22019', + primary_coty_name: 'Calcasieu', + county_weights: '{"22019": "100"}', + coty_name: ['Calcasieu'], + cty_code: ['22019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59897, lat: 30.18695 }, + }, + { + zip_code: '70711', + usps_city: 'Albany', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4985.0, + density: 98.8, + primary_coty_code: '22063', + primary_coty_name: 'Livingston', + county_weights: '{"22063": "100"}', + coty_name: ['Livingston'], + cty_code: ['22063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.59957, lat: 30.53164 }, + }, + { + zip_code: '70737', + usps_city: 'Gonzales', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 43333.0, + density: 310.6, + primary_coty_code: '22005', + primary_coty_name: 'Ascension', + county_weights: '{"22005": "100"}', + coty_name: ['Ascension'], + cty_code: ['22005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.92222, lat: 30.22512 }, + }, + { + zip_code: '70817', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34438.0, + density: 517.3, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.9809, lat: 30.37601 }, + }, + { + zip_code: '71251', + usps_city: 'Jonesboro', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8957.0, + density: 18.9, + primary_coty_code: '22049', + primary_coty_name: 'Jackson', + county_weights: '{"22049": "97.13", "22013": "2.87"}', + coty_name: ['Jackson', 'Bienville'], + cty_code: ['22049', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.67173, lat: 32.21619 }, + }, + { + zip_code: '71291', + usps_city: 'West Monroe', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 32745.0, + density: 195.2, + primary_coty_code: '22073', + primary_coty_name: 'Ouachita', + county_weights: '{"22073": "100"}', + coty_name: ['Ouachita'], + cty_code: ['22073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.182, lat: 32.57001 }, + }, + { + zip_code: '71358', + usps_city: 'Palmetto', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 815.0, + density: 3.5, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.86611, lat: 30.69306 }, + }, + { + zip_code: '71366', + usps_city: 'Saint Joseph', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1513.0, + density: 3.6, + primary_coty_code: '22107', + primary_coty_name: 'Tensas', + county_weights: '{"22107": "100"}', + coty_name: ['Tensas'], + cty_code: ['22107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.33846, lat: 31.9396 }, + }, + { + zip_code: '71465', + usps_city: 'Olla', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3460.0, + density: 5.9, + primary_coty_code: '22059', + primary_coty_name: 'LaSalle', + county_weights: + '{"22059": "94.71", "22021": "3.06", "22127": "1.24", "22025": "0.99"}', + coty_name: ['LaSalle', 'Caldwell', 'Winn', 'Catahoula'], + cty_code: ['22059', '22021', '22127', '22025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.1882, lat: 31.86776 }, + }, + { + zip_code: '71473', + usps_city: 'Sikes', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 403.0, + density: 1.2, + primary_coty_code: '22127', + primary_coty_name: 'Winn', + county_weights: '{"22127": "100"}', + coty_name: ['Winn'], + cty_code: ['22127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.43378, lat: 32.06641 }, + }, + { + zip_code: '71485', + usps_city: 'Woodworth', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2430.0, + density: 15.0, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54526, lat: 31.15498 }, + }, + { + zip_code: '71653', + usps_city: 'Lake Village', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4138.0, + density: 5.1, + primary_coty_code: '5017', + primary_coty_name: 'Chicot', + county_weights: '{"05017": "100"}', + coty_name: ['Chicot'], + cty_code: ['5017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.25753, lat: 33.34113 }, + }, + { + zip_code: '71724', + usps_city: 'Calion', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 453.0, + density: 147.7, + primary_coty_code: '5139', + primary_coty_name: 'Union', + county_weights: '{"05139": "100"}', + coty_name: ['Union'], + cty_code: ['5139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53609, lat: 33.32735 }, + }, + { + zip_code: '71956', + usps_city: 'Mountain Pine', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 25.4, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "100"}', + coty_name: ['Garland'], + cty_code: ['5051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.15388, lat: 34.59761 }, + }, + { + zip_code: '71959', + usps_city: 'Newhope', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 771.0, + density: 4.9, + primary_coty_code: '5109', + primary_coty_name: 'Pike', + county_weights: '{"05109": "64.32", "05061": "35.68"}', + coty_name: ['Pike', 'Howard'], + cty_code: ['05109', '05061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.93295, lat: 34.24732 }, + }, + { + zip_code: '71964', + usps_city: 'Pearcy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4098.0, + density: 46.0, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "93", "05059": "7"}', + coty_name: ['Garland', 'Hot Spring'], + cty_code: ['05051', '05059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24347, lat: 34.42296 }, + }, + { + zip_code: '71973', + usps_city: 'Wickes', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1760.0, + density: 8.6, + primary_coty_code: '5113', + primary_coty_name: 'Polk', + county_weights: '{"05113": "95.93", "05061": "4.07"}', + coty_name: ['Polk', 'Howard'], + cty_code: ['05113', '05061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31719, lat: 34.29961 }, + }, + { + zip_code: '72042', + usps_city: 'De Witt', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5058.0, + density: 8.2, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.31609, lat: 34.26769 }, + }, + { + zip_code: '72139', + usps_city: 'Russell', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 257.0, + density: 242.7, + primary_coty_code: '5145', + primary_coty_name: 'White', + county_weights: '{"05145": "100"}', + coty_name: ['White'], + cty_code: ['5145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50761, lat: 35.36114 }, + }, + { + zip_code: '72179', + usps_city: 'Wilburn', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 305.0, + density: 5.0, + primary_coty_code: '5023', + primary_coty_name: 'Cleburne', + county_weights: '{"05023": "100"}', + coty_name: ['Cleburne'], + cty_code: ['5023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.85557, lat: 35.50358 }, + }, + { + zip_code: '72360', + usps_city: 'Marianna', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5655.0, + density: 6.7, + primary_coty_code: '5077', + primary_coty_name: 'Lee', + county_weights: '{"05077": "100"}', + coty_name: ['Lee'], + cty_code: ['5077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.7715, lat: 34.75473 }, + }, + { + zip_code: '72389', + usps_city: 'Wabash', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 359.0, + density: 2.4, + primary_coty_code: '5107', + primary_coty_name: 'Phillips', + county_weights: '{"05107": "100"}', + coty_name: ['Phillips'], + cty_code: ['5107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.90587, lat: 34.37705 }, + }, + { + zip_code: '72401', + usps_city: 'Jonesboro', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 58725.0, + density: 193.4, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "99.01", "05055": "0.99"}', + coty_name: ['Craighead', 'Greene'], + cty_code: ['05031', '05055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.66061, lat: 35.87895 }, + }, + { + zip_code: '72442', + usps_city: 'Manila', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4241.0, + density: 14.6, + primary_coty_code: '5093', + primary_coty_name: 'Mississippi', + county_weights: '{"05093": "100"}', + coty_name: ['Mississippi'], + cty_code: ['5093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.1935, lat: 35.81981 }, + }, + { + zip_code: '72457', + usps_city: 'Portia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 357.6, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "100"}', + coty_name: ['Lawrence'], + cty_code: ['5075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.06808, lat: 36.08888 }, + }, + { + zip_code: '72539', + usps_city: 'Glencoe', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 126.0, + density: 2.9, + primary_coty_code: '5049', + primary_coty_name: 'Fulton', + county_weights: '{"05049": "100"}', + coty_name: ['Fulton'], + cty_code: ['5049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.71112, lat: 36.33215 }, + }, + { + zip_code: '72542', + usps_city: 'Hardy', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3667.0, + density: 8.9, + primary_coty_code: '5135', + primary_coty_name: 'Sharp', + county_weights: '{"05135": "85.81", "05049": "14.19"}', + coty_name: ['Sharp', 'Fulton'], + cty_code: ['05135', '05049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47159, lat: 36.30391 }, + }, + { + zip_code: '72571', + usps_city: 'Rosie', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 5.6, + primary_coty_code: '5063', + primary_coty_name: 'Independence', + county_weights: '{"05063": "100"}', + coty_name: ['Independence'], + cty_code: ['5063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.53471, lat: 35.6421 }, + }, + { + zip_code: '72666', + usps_city: 'Parthenon', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 83.0, + density: 1.8, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26859, lat: 35.93893 }, + }, + { + zip_code: '72683', + usps_city: 'Vendor', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 275.0, + density: 10.3, + primary_coty_code: '5101', + primary_coty_name: 'Newton', + county_weights: '{"05101": "100"}', + coty_name: ['Newton'], + cty_code: ['5101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.10076, lat: 35.93464 }, + }, + { + zip_code: '72717', + usps_city: 'Canehill', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 5.8, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.42666, lat: 35.84003 }, + }, + { + zip_code: '72721', + usps_city: 'Combs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 2.8, + primary_coty_code: '5087', + primary_coty_name: 'Madison', + county_weights: '{"05087": "100"}', + coty_name: ['Madison'], + cty_code: ['5087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.78939, lat: 35.82736 }, + }, + { + zip_code: '72744', + usps_city: 'Lincoln', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5363.0, + density: 26.2, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43802, lat: 35.96356 }, + }, + { + zip_code: '72749', + usps_city: 'Morrow', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 71.8, + primary_coty_code: '5143', + primary_coty_name: 'Washington', + county_weights: '{"05143": "100"}', + coty_name: ['Washington'], + cty_code: ['5143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.43688, lat: 35.86739 }, + }, + { + zip_code: '72830', + usps_city: 'Clarksville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15704.0, + density: 46.2, + primary_coty_code: '5071', + primary_coty_name: 'Johnson', + county_weights: '{"05071": "100"}', + coty_name: ['Johnson'], + cty_code: ['5071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.51169, lat: 35.51387 }, + }, + { + zip_code: '73025', + usps_city: 'Edmond', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13475.0, + density: 98.8, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "55.61", "40083": "44.39"}', + coty_name: ['Oklahoma', 'Logan'], + cty_code: ['40109', '40083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.57274, lat: 35.73235 }, + }, + { + zip_code: '73108', + usps_city: 'Oklahoma City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 14583.0, + density: 748.4, + primary_coty_code: '40109', + primary_coty_name: 'Oklahoma', + county_weights: '{"40109": "100"}', + coty_name: ['Oklahoma'], + cty_code: ['40109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.56768, lat: 35.45001 }, + }, + { + zip_code: '73425', + usps_city: 'Countyline', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 34.0, + density: 9.5, + primary_coty_code: '40019', + primary_coty_name: 'Carter', + county_weights: '{"40019": "51.19", "40137": "48.81"}', + coty_name: ['Carter', 'Stephens'], + cty_code: ['40019', '40137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5551, lat: 34.45347 }, + }, + { + zip_code: '73540', + usps_city: 'Faxon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 612.0, + density: 4.3, + primary_coty_code: '40031', + primary_coty_name: 'Comanche', + county_weights: '{"40031": "98.86", "40033": "1.14"}', + coty_name: ['Comanche', 'Cotton'], + cty_code: ['40031', '40033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.56043, lat: 34.47006 }, + }, + { + zip_code: '73549', + usps_city: 'Headrick', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 178.0, + density: 0.9, + primary_coty_code: '40065', + primary_coty_name: 'Jackson', + county_weights: '{"40065": "100"}', + coty_name: ['Jackson'], + cty_code: ['40065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15542, lat: 34.6509 }, + }, + { + zip_code: '73570', + usps_city: 'Tipton', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1035.0, + density: 3.2, + primary_coty_code: '40141', + primary_coty_name: 'Tillman', + county_weights: '{"40141": "100"}', + coty_name: ['Tillman'], + cty_code: ['40141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.10765, lat: 34.51005 }, + }, + { + zip_code: '73654', + usps_city: 'Leedey', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 872.0, + density: 1.0, + primary_coty_code: '40043', + primary_coty_name: 'Dewey', + county_weights: '{"40043": "72.63", "40129": "17.78", "40039": "9.58"}', + coty_name: ['Dewey', 'Roger Mills', 'Custer'], + cty_code: ['40043', '40129', '40039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.37032, lat: 35.8594 }, + }, + { + zip_code: '73660', + usps_city: 'Reydon', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 333.0, + density: 1.0, + primary_coty_code: '40129', + primary_coty_name: 'Roger Mills', + county_weights: '{"40129": "100"}', + coty_name: ['Roger Mills'], + cty_code: ['40129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.91541, lat: 35.62475 }, + }, + { + zip_code: '74021', + usps_city: 'Collinsville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 20226.0, + density: 113.4, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "74", "40131": "23.11", "40147": "2.89"}', + coty_name: ['Tulsa', 'Rogers', 'Washington'], + cty_code: ['40143', '40131', '40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.84795, lat: 36.38241 }, + }, + { + zip_code: '74034', + usps_city: 'Hallett', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 14.0, + primary_coty_code: '40117', + primary_coty_name: 'Pawnee', + county_weights: '{"40117": "100"}', + coty_name: ['Pawnee'], + cty_code: ['40117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.57904, lat: 36.22631 }, + }, + { + zip_code: '74047', + usps_city: 'Mounds', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7607.0, + density: 29.6, + primary_coty_code: '40111', + primary_coty_name: 'Okmulgee', + county_weights: '{"40111": "45.75", "40037": "34.12", "40143": "20.13"}', + coty_name: ['Okmulgee', 'Creek', 'Tulsa'], + cty_code: ['40111', '40037', '40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01407, lat: 35.85505 }, + }, + { + zip_code: '74055', + usps_city: 'Owasso', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 46460.0, + density: 351.2, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "71.18", "40131": "28.82"}', + coty_name: ['Tulsa', 'Rogers'], + cty_code: ['40143', '40131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.81894, lat: 36.27843 }, + }, + { + zip_code: '74075', + usps_city: 'Stillwater', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 26039.0, + density: 108.6, + primary_coty_code: '40119', + primary_coty_name: 'Payne', + county_weights: '{"40119": "97.58", "40103": "2.42"}', + coty_name: ['Payne', 'Noble'], + cty_code: ['40119', '40103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07907, lat: 36.17192 }, + }, + { + zip_code: '74114', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 16530.0, + density: 1313.4, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94659, lat: 36.127 }, + }, + { + zip_code: '74119', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3113.0, + density: 1529.2, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.98919, lat: 36.14204 }, + }, + { + zip_code: '74457', + usps_city: 'Proctor', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 332.0, + density: 1.8, + primary_coty_code: '40001', + primary_coty_name: 'Adair', + county_weights: '{"40001": "52.96", "40021": "47.04"}', + coty_name: ['Adair', 'Cherokee'], + cty_code: ['40001', '40021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81926, lat: 36.03116 }, + }, + { + zip_code: '74535', + usps_city: 'Clarita', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 63.0, + density: 3.9, + primary_coty_code: '40029', + primary_coty_name: 'Coal', + county_weights: '{"40029": "100"}', + coty_name: ['Coal'], + cty_code: ['40029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43966, lat: 34.4829 }, + }, + { + zip_code: '74547', + usps_city: 'Hartshorne', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 3472.0, + density: 12.9, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "95.67", "40077": "4.33"}', + coty_name: ['Pittsburg', 'Latimer'], + cty_code: ['40121', '40077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.59308, lat: 34.81483 }, + }, + { + zip_code: '74554', + usps_city: 'Krebs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1741.0, + density: 141.5, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71067, lat: 34.9233 }, + }, + { + zip_code: '74601', + usps_city: 'Ponca City', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 18608.0, + density: 41.7, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "99.49", "40103": "0.51"}', + coty_name: ['Kay', 'Noble'], + cty_code: ['40071', '40103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14621, lat: 36.70063 }, + }, + { + zip_code: '74738', + usps_city: 'Grant', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 690.0, + density: 8.3, + primary_coty_code: '40023', + primary_coty_name: 'Choctaw', + county_weights: '{"40023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['40023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.44285, lat: 33.90368 }, + }, + { + zip_code: '74741', + usps_city: 'Hendrix', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1111.0, + density: 5.4, + primary_coty_code: '40013', + primary_coty_name: 'Bryan', + county_weights: '{"40013": "100"}', + coty_name: ['Bryan'], + cty_code: ['40013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.29667, lat: 33.7792 }, + }, + { + zip_code: '74848', + usps_city: 'Holdenville', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 8051.0, + density: 12.3, + primary_coty_code: '40063', + primary_coty_name: 'Hughes', + county_weights: '{"40063": "97.24", "40133": "2.76"}', + coty_name: ['Hughes', 'Seminole'], + cty_code: ['40063', '40133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36396, lat: 35.08207 }, + }, + { + zip_code: '74851', + usps_city: 'Mcloud', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 10723.0, + density: 48.6, + primary_coty_code: '40125', + primary_coty_name: 'Pottawatomie', + county_weights: '{"40125": "79.41", "40081": "13.74", "40027": "6.85"}', + coty_name: ['Pottawatomie', 'Lincoln', 'Cleveland'], + cty_code: ['40125', '40081', '40027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.07904, lat: 35.42615 }, + }, + { + zip_code: '74880', + usps_city: 'Weleetka', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2029.0, + density: 7.1, + primary_coty_code: '40107', + primary_coty_name: 'Okfuskee', + county_weights: '{"40107": "94.06", "40111": "5.94"}', + coty_name: ['Okfuskee', 'Okmulgee'], + cty_code: ['40107', '40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.11953, lat: 35.37784 }, + }, + { + zip_code: '75038', + usps_city: 'Irving', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 29990.0, + density: 865.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99759, lat: 32.87457 }, + }, + { + zip_code: '75093', + usps_city: 'Plano', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 46788.0, + density: 1280.3, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "93.14", "48121": "6.86"}', + coty_name: ['Collin', 'Denton'], + cty_code: ['48085', '48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.81001, lat: 33.0355 }, + }, + { + zip_code: '75109', + usps_city: 'Corsicana', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4384.0, + density: 14.6, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.35405, lat: 32.04523 }, + }, + { + zip_code: '75137', + usps_city: 'Duncanville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19548.0, + density: 1240.4, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.91176, lat: 32.634 }, + }, + { + zip_code: '75153', + usps_city: 'Powell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 441.0, + density: 7.2, + primary_coty_code: '48349', + primary_coty_name: 'Navarro', + county_weights: '{"48349": "100"}', + coty_name: ['Navarro'], + cty_code: ['48349'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.32856, lat: 32.15027 }, + }, + { + zip_code: '75478', + usps_city: 'Saltillo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1120.0, + density: 8.1, + primary_coty_code: '48223', + primary_coty_name: 'Hopkins', + county_weights: '{"48223": "98.5", "48159": "1.5"}', + coty_name: ['Hopkins', 'Franklin'], + cty_code: ['48223', '48159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.35751, lat: 33.17445 }, + }, + { + zip_code: '75567', + usps_city: 'Maud', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4824.0, + density: 27.5, + primary_coty_code: '48037', + primary_coty_name: 'Bowie', + county_weights: '{"48037": "100"}', + coty_name: ['Bowie'], + cty_code: ['48037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31877, lat: 33.31403 }, + }, + { + zip_code: '75661', + usps_city: 'Karnack', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3094.0, + density: 9.4, + primary_coty_code: '48203', + primary_coty_name: 'Harrison', + county_weights: '{"48203": "100"}', + coty_name: ['Harrison'], + cty_code: ['48203'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.16153, lat: 32.63754 }, + }, + { + zip_code: '75789', + usps_city: 'Troup', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7806.0, + density: 16.0, + primary_coty_code: '48423', + primary_coty_name: 'Smith', + county_weights: '{"48423": "62.22", "48073": "37.11", "48401": "0.67"}', + coty_name: ['Smith', 'Cherokee', 'Rusk'], + cty_code: ['48423', '48073', '48401'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.09693, lat: 32.10909 }, + }, + { + zip_code: '75839', + usps_city: 'Elkhart', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5927.0, + density: 15.5, + primary_coty_code: '48001', + primary_coty_name: 'Anderson', + county_weights: '{"48001": "99.31", "48225": "0.69"}', + coty_name: ['Anderson', 'Houston'], + cty_code: ['48001', '48225'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.5779, lat: 31.60599 }, + }, + { + zip_code: '75855', + usps_city: 'Oakwood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3078.0, + density: 4.4, + primary_coty_code: '48289', + primary_coty_name: 'Leon', + county_weights: '{"48289": "54.41", "48161": "45.59"}', + coty_name: ['Leon', 'Freestone'], + cty_code: ['48289', '48161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.85025, lat: 31.56221 }, + }, + { + zip_code: '76052', + usps_city: 'Haslet', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 22290.0, + density: 190.0, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "92.63", "48121": "3.73", "48497": "3.64"}', + coty_name: ['Tarrant', 'Denton', 'Wise'], + cty_code: ['48439', '48121', '48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.37655, lat: 32.98624 }, + }, + { + zip_code: '76082', + usps_city: 'Springtown', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20194.0, + density: 77.6, + primary_coty_code: '48367', + primary_coty_name: 'Parker', + county_weights: '{"48367": "87.31", "48497": "12.69"}', + coty_name: ['Parker', 'Wise'], + cty_code: ['48367', '48497'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.71844, lat: 32.97051 }, + }, + { + zip_code: '76309', + usps_city: 'Wichita Falls', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12991.0, + density: 880.1, + primary_coty_code: '48485', + primary_coty_name: 'Wichita', + county_weights: '{"48485": "100"}', + coty_name: ['Wichita'], + cty_code: ['48485'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.54432, lat: 33.89524 }, + }, + { + zip_code: '76351', + usps_city: 'Archer City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2068.0, + density: 4.2, + primary_coty_code: '48009', + primary_coty_name: 'Archer', + county_weights: '{"48009": "100"}', + coty_name: ['Archer'], + cty_code: ['48009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.67455, lat: 33.56892 }, + }, + { + zip_code: '76444', + usps_city: 'De Leon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3339.0, + density: 8.9, + primary_coty_code: '48093', + primary_coty_name: 'Comanche', + county_weights: '{"48093": "100"}', + coty_name: ['Comanche'], + cty_code: ['48093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.56573, lat: 32.11472 }, + }, + { + zip_code: '76445', + usps_city: 'Desdemona', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 1.7, + primary_coty_code: '48133', + primary_coty_name: 'Eastland', + county_weights: '{"48133": "77.4", "48093": "20.64", "48143": "1.97"}', + coty_name: ['Eastland', 'Comanche', 'Erath'], + cty_code: ['48133', '48093', '48143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.55077, lat: 32.29949 }, + }, + { + zip_code: '76457', + usps_city: 'Hico', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4013.0, + density: 4.9, + primary_coty_code: '48193', + primary_coty_name: 'Hamilton', + county_weights: '{"48193": "61.04", "48143": "33.96", "48035": "5"}', + coty_name: ['Hamilton', 'Erath', 'Bosque'], + cty_code: ['48193', '48143', '48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.02939, lat: 31.95198 }, + }, + { + zip_code: '76569', + usps_city: 'Rogers', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2681.0, + density: 12.7, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "96.4", "48331": "3.6"}', + coty_name: ['Bell', 'Milam'], + cty_code: ['48027', '48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22878, lat: 30.94373 }, + }, + { + zip_code: '76577', + usps_city: 'Thorndale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3187.0, + density: 8.1, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "98.39", "48491": "1.61"}', + coty_name: ['Milam', 'Williamson'], + cty_code: ['48331', '48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.16969, lat: 30.62971 }, + }, + { + zip_code: '76621', + usps_city: 'Abbott', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 867.0, + density: 4.6, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08594, lat: 31.883 }, + }, + { + zip_code: '76633', + usps_city: 'China Spring', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5290.0, + density: 42.3, + primary_coty_code: '48309', + primary_coty_name: 'McLennan', + county_weights: '{"48309": "90.25", "48035": "9.75"}', + coty_name: ['McLennan', 'Bosque'], + cty_code: ['48309', '48035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.31732, lat: 31.6781 }, + }, + { + zip_code: '76834', + usps_city: 'Coleman', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5310.0, + density: 5.0, + primary_coty_code: '48083', + primary_coty_name: 'Coleman', + county_weights: '{"48083": "100"}', + coty_name: ['Coleman'], + cty_code: ['48083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.47039, lat: 31.87436 }, + }, + { + zip_code: '76859', + usps_city: 'Menard', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2015.0, + density: 1.1, + primary_coty_code: '48327', + primary_coty_name: 'Menard', + county_weights: '{"48327": "100"}', + coty_name: ['Menard'], + cty_code: ['48327'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.8326, lat: 30.90801 }, + }, + { + zip_code: '76865', + usps_city: 'Norton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 1.8, + primary_coty_code: '48399', + primary_coty_name: 'Runnels', + county_weights: '{"48399": "100"}', + coty_name: ['Runnels'], + cty_code: ['48399'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.1663, lat: 31.85815 }, + }, + { + zip_code: '76875', + usps_city: 'Rowena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 525.0, + density: 1.9, + primary_coty_code: '48399', + primary_coty_name: 'Runnels', + county_weights: '{"48399": "93.41", "48095": "6.59"}', + coty_name: ['Runnels', 'Concho'], + cty_code: ['48399', '48095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.00576, lat: 31.60275 }, + }, + { + zip_code: '76903', + usps_city: 'San Angelo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 31248.0, + density: 453.2, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.43722, lat: 31.48482 }, + }, + { + zip_code: '76904', + usps_city: 'San Angelo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36178.0, + density: 34.6, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "99.8", "48235": "0.2"}', + coty_name: ['Tom Green', 'Irion'], + cty_code: ['48451', '48235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.39452, lat: 31.2836 }, + }, + { + zip_code: '76930', + usps_city: 'Barnhart', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 107.0, + density: 0.2, + primary_coty_code: '48235', + primary_coty_name: 'Irion', + county_weights: '{"48235": "100"}', + coty_name: ['Irion'], + cty_code: ['48235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.17275, lat: 31.27278 }, + }, + { + zip_code: '76945', + usps_city: 'Robert Lee', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1798.0, + density: 1.2, + primary_coty_code: '48081', + primary_coty_name: 'Coke', + county_weights: '{"48081": "100", "48431": "0"}', + coty_name: ['Coke', 'Sterling'], + cty_code: ['48081', '48431'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.61152, lat: 31.88096 }, + }, + { + zip_code: '77011', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 17447.0, + density: 1887.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30849, lat: 29.7433 }, + }, + { + zip_code: '77035', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36931.0, + density: 2497.4, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.47699, lat: 29.65246 }, + }, + { + zip_code: '77064', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 48637.0, + density: 1275.2, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.54706, lat: 29.92218 }, + }, + { + zip_code: '77456', + usps_city: 'Markham', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 10.2, + primary_coty_code: '48321', + primary_coty_name: 'Matagorda', + county_weights: '{"48321": "100"}', + coty_name: ['Matagorda'], + cty_code: ['48321'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.09033, lat: 29.00035 }, + }, + { + zip_code: '77541', + usps_city: 'Freeport', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 18609.0, + density: 59.1, + primary_coty_code: '48039', + primary_coty_name: 'Brazoria', + county_weights: '{"48039": "100"}', + coty_name: ['Brazoria'], + cty_code: ['48039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.3112, lat: 29.02696 }, + }, + { + zip_code: '77568', + usps_city: 'La Marque', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15680.0, + density: 480.9, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.97975, lat: 29.36383 }, + }, + { + zip_code: '77657', + usps_city: 'Lumberton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 21345.0, + density: 128.6, + primary_coty_code: '48199', + primary_coty_name: 'Hardin', + county_weights: '{"48199": "100"}', + coty_name: ['Hardin'], + cty_code: ['48199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.19614, lat: 30.2256 }, + }, + { + zip_code: '77801', + usps_city: 'Bryan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15068.0, + density: 1810.6, + primary_coty_code: '48041', + primary_coty_name: 'Brazos', + county_weights: '{"48041": "100"}', + coty_name: ['Brazos'], + cty_code: ['48041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.36343, lat: 30.63888 }, + }, + { + zip_code: '77857', + usps_city: 'Gause', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 792.0, + density: 5.0, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "100"}', + coty_name: ['Milam'], + cty_code: ['48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.70859, lat: 30.78439 }, + }, + { + zip_code: '77901', + usps_city: 'Victoria', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 43052.0, + density: 840.0, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.98474, lat: 28.80495 }, + }, + { + zip_code: '77991', + usps_city: 'Vanderbilt', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 397.0, + density: 7.1, + primary_coty_code: '48239', + primary_coty_name: 'Jackson', + county_weights: '{"48239": "100"}', + coty_name: ['Jackson'], + cty_code: ['48239'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.61312, lat: 28.79624 }, + }, + { + zip_code: '78026', + usps_city: 'Jourdanton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6452.0, + density: 11.5, + primary_coty_code: '48013', + primary_coty_name: 'Atascosa', + county_weights: '{"48013": "100"}', + coty_name: ['Atascosa'], + cty_code: ['48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.59733, lat: 28.83751 }, + }, + { + zip_code: '78028', + usps_city: 'Kerrville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 39944.0, + density: 61.5, + primary_coty_code: '48265', + primary_coty_name: 'Kerr', + county_weights: '{"48265": "98.04", "48171": "1.96"}', + coty_name: ['Kerr', 'Gillespie'], + cty_code: ['48265', '48171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.1582, lat: 30.03421 }, + }, + { + zip_code: '78055', + usps_city: 'Medina', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1867.0, + density: 3.0, + primary_coty_code: '48019', + primary_coty_name: 'Bandera', + county_weights: '{"48019": "97.35", "48265": "2.65"}', + coty_name: ['Bandera', 'Kerr'], + cty_code: ['48019', '48265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.31944, lat: 29.82094 }, + }, + { + zip_code: '78113', + usps_city: 'Falls City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3558.0, + density: 4.9, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "49.08", "48493": "40.12", "48013": "10.8"}', + coty_name: ['Karnes', 'Wilson', 'Atascosa'], + cty_code: ['48255', '48493', '48013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.12689, lat: 28.95336 }, + }, + { + zip_code: '78159', + usps_city: 'Smiley', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1196.0, + density: 3.0, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "100"}', + coty_name: ['Gonzales'], + cty_code: ['48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.58721, lat: 29.23632 }, + }, + { + zip_code: '78231', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9001.0, + density: 899.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.5427, lat: 29.57806 }, + }, + { + zip_code: '78247', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 53892.0, + density: 1267.2, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40705, lat: 29.58549 }, + }, + { + zip_code: '78261', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 16749.0, + density: 216.5, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40192, lat: 29.69179 }, + }, + { + zip_code: '78415', + usps_city: 'Corpus Christi', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40377.0, + density: 150.4, + primary_coty_code: '48355', + primary_coty_name: 'Nueces', + county_weights: '{"48355": "100"}', + coty_name: ['Nueces'], + cty_code: ['48355'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48182, lat: 27.6566 }, + }, + { + zip_code: '78549', + usps_city: 'Hargill', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1010.0, + density: 14.1, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.03372, lat: 26.46089 }, + }, + { + zip_code: '78550', + usps_city: 'Harlingen', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 52644.0, + density: 212.6, + primary_coty_code: '48061', + primary_coty_name: 'Cameron', + county_weights: '{"48061": "100"}', + coty_name: ['Cameron'], + cty_code: ['48061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.66671, lat: 26.25668 }, + }, + { + zip_code: '78591', + usps_city: 'Santa Elena', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 0.8, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.51372, lat: 26.58074 }, + }, + { + zip_code: '78852', + usps_city: 'Eagle Pass', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 57159.0, + density: 38.5, + primary_coty_code: '48323', + primary_coty_name: 'Maverick', + county_weights: '{"48323": "100"}', + coty_name: ['Maverick'], + cty_code: ['48323'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.31076, lat: 28.75206 }, + }, + { + zip_code: '78881', + usps_city: 'Sabinal', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2184.0, + density: 3.4, + primary_coty_code: '48463', + primary_coty_name: 'Uvalde', + county_weights: '{"48463": "100"}', + coty_name: ['Uvalde'], + cty_code: ['48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.52964, lat: 29.38695 }, + }, + { + zip_code: '78934', + usps_city: 'Columbus', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6816.0, + density: 13.7, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.56014, lat: 29.69373 }, + }, + { + zip_code: '78935', + usps_city: 'Alleyton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1234.0, + density: 7.0, + primary_coty_code: '48089', + primary_coty_name: 'Colorado', + county_weights: '{"48089": "100"}', + coty_name: ['Colorado'], + cty_code: ['48089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.43035, lat: 29.69036 }, + }, + { + zip_code: '78947', + usps_city: 'Lexington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4634.0, + density: 8.4, + primary_coty_code: '48287', + primary_coty_name: 'Lee', + county_weights: '{"48287": "100"}', + coty_name: ['Lee'], + cty_code: ['48287'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.03765, lat: 30.42088 }, + }, + { + zip_code: '79036', + usps_city: 'Fritch', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5184.0, + density: 31.2, + primary_coty_code: '48233', + primary_coty_name: 'Hutchinson', + county_weights: + '{"48233": "85.8", "48065": "11.41", "48341": "2.69", "48375": "0.1"}', + coty_name: ['Hutchinson', 'Carson', 'Moore', 'Potter'], + cty_code: ['48233', '48065', '48341', '48375'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.54855, lat: 35.61317 }, + }, + { + zip_code: '79052', + usps_city: 'Kress', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1318.0, + density: 2.8, + primary_coty_code: '48437', + primary_coty_name: 'Swisher', + county_weights: '{"48437": "97.14", "48189": "2.46", "48069": "0.4"}', + coty_name: ['Swisher', 'Hale', 'Castro'], + cty_code: ['48437', '48189', '48069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.74252, lat: 34.36101 }, + }, + { + zip_code: '79239', + usps_city: 'Lakeview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 181.0, + density: 0.4, + primary_coty_code: '48191', + primary_coty_name: 'Hall', + county_weights: '{"48191": "100"}', + coty_name: ['Hall'], + cty_code: ['48191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.75781, lat: 34.65106 }, + }, + { + zip_code: '79411', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7012.0, + density: 1819.9, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.85779, lat: 33.57002 }, + }, + { + zip_code: '79565', + usps_city: 'Westbrook', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 292.0, + density: 1.2, + primary_coty_code: '48335', + primary_coty_name: 'Mitchell', + county_weights: '{"48335": "100"}', + coty_name: ['Mitchell'], + cty_code: ['48335'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.09316, lat: 32.39463 }, + }, + { + zip_code: '79603', + usps_city: 'Abilene', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 23454.0, + density: 155.0, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "100"}', + coty_name: ['Taylor'], + cty_code: ['48441'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.88468, lat: 32.40157 }, + }, + { + zip_code: '80007', + usps_city: 'Arvada', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 13783.0, + density: 207.0, + primary_coty_code: '8059', + primary_coty_name: 'Jefferson', + county_weights: '{"08059": "100"}', + coty_name: ['Jefferson'], + cty_code: ['8059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.19937, lat: 39.86605 }, + }, + { + zip_code: '80447', + usps_city: 'Grand Lake', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 2328.0, + density: 3.8, + primary_coty_code: '8049', + primary_coty_name: 'Grand', + county_weights: '{"08049": "100"}', + coty_name: ['Grand'], + cty_code: ['8049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.79681, lat: 40.27251 }, + }, + { + zip_code: '80483', + usps_city: 'Yampa', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 719.0, + density: 3.2, + primary_coty_code: '8107', + primary_coty_name: 'Routt', + county_weights: '{"08107": "100"}', + coty_name: ['Routt'], + cty_code: ['8107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.91774, lat: 40.11979 }, + }, + { + zip_code: '80501', + usps_city: 'Longmont', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 42077.0, + density: 1312.2, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.10293, lat: 40.16475 }, + }, + { + zip_code: '80520', + usps_city: 'Firestone', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1636.0, + density: 1567.4, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.93148, lat: 40.11313 }, + }, + { + zip_code: '80530', + usps_city: 'Frederick', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4718.0, + density: 959.3, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.92927, lat: 40.09779 }, + }, + { + zip_code: '80540', + usps_city: 'Lyons', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 4576.0, + density: 11.2, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "65.68", "08069": "34.32"}', + coty_name: ['Boulder', 'Larimer'], + cty_code: ['08013', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.38334, lat: 40.24191 }, + }, + { + zip_code: '80620', + usps_city: 'Evans', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 19622.0, + density: 1147.5, + primary_coty_code: '8123', + primary_coty_name: 'Weld', + county_weights: '{"08123": "100"}', + coty_name: ['Weld'], + cty_code: ['8123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.71701, lat: 40.37451 }, + }, + { + zip_code: '80802', + usps_city: 'Arapahoe', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 0.3, + primary_coty_code: '8017', + primary_coty_name: 'Cheyenne', + county_weights: '{"08017": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['8017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.17357, lat: 38.8422 }, + }, + { + zip_code: '80809', + usps_city: 'Cascade', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1102.0, + density: 8.4, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "100"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.99695, lat: 38.86842 }, + }, + { + zip_code: '80832', + usps_city: 'Ramah', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 732.0, + density: 1.2, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "71.32", "08039": "27.78", "08073": "0.9"}', + coty_name: ['El Paso', 'Elbert', 'Lincoln'], + cty_code: ['08041', '08039', '08073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.00738, lat: 39.01344 }, + }, + { + zip_code: '81022', + usps_city: 'Avondale', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1624.0, + density: 1.5, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "100"}', + coty_name: ['Pueblo'], + cty_code: ['8101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.4323, lat: 38.04424 }, + }, + { + zip_code: '81055', + usps_city: 'La Veta', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1602.0, + density: 2.4, + primary_coty_code: '8055', + primary_coty_name: 'Huerfano', + county_weights: '{"08055": "100"}', + coty_name: ['Huerfano'], + cty_code: ['8055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.07237, lat: 37.488 }, + }, + { + zip_code: '81062', + usps_city: 'Olney Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1618.0, + density: 2.6, + primary_coty_code: '8025', + primary_coty_name: 'Crowley', + county_weights: '{"08025": "100"}', + coty_name: ['Crowley'], + cty_code: ['8025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.94951, lat: 38.29272 }, + }, + { + zip_code: '81101', + usps_city: 'Alamosa', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 15153.0, + density: 14.3, + primary_coty_code: '8003', + primary_coty_name: 'Alamosa', + county_weights: '{"08003": "99.25", "08021": "0.75"}', + coty_name: ['Alamosa', 'Conejos'], + cty_code: ['08003', '08021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.82998, lat: 37.48372 }, + }, + { + zip_code: '81419', + usps_city: 'Hotchkiss', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 3666.0, + density: 7.0, + primary_coty_code: '8029', + primary_coty_name: 'Delta', + county_weights: '{"08029": "100"}', + coty_name: ['Delta'], + cty_code: ['8029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.75853, lat: 38.86945 }, + }, + { + zip_code: '81430', + usps_city: 'Placerville', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 825.0, + density: 1.3, + primary_coty_code: '8113', + primary_coty_name: 'San Miguel', + county_weights: '{"08113": "100"}', + coty_name: ['San Miguel'], + cty_code: ['8113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.05374, lat: 38.01869 }, + }, + { + zip_code: '81637', + usps_city: 'Gypsum', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 8500.0, + density: 4.3, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "99.17", "08045": "0.83"}', + coty_name: ['Eagle', 'Garfield'], + cty_code: ['08037', '08045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.10154, lat: 39.77665 }, + }, + { + zip_code: '81654', + usps_city: 'Snowmass', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1487.0, + density: 6.5, + primary_coty_code: '8097', + primary_coty_name: 'Pitkin', + county_weights: '{"08097": "100"}', + coty_name: ['Pitkin'], + cty_code: ['8097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.03027, lat: 39.22581 }, + }, + { + zip_code: '81655', + usps_city: 'Wolcott', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 77.0, + density: 0.2, + primary_coty_code: '8037', + primary_coty_name: 'Eagle', + county_weights: '{"08037": "100"}', + coty_name: ['Eagle'], + cty_code: ['8037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.53373, lat: 39.75114 }, + }, + { + zip_code: '82001', + usps_city: 'Cheyenne', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 36214.0, + density: 238.0, + primary_coty_code: '56021', + primary_coty_name: 'Laramie', + county_weights: '{"56021": "100"}', + coty_name: ['Laramie'], + cty_code: ['56021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.93442, lat: 41.09143 }, + }, + { + zip_code: '82701', + usps_city: 'Newcastle', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 5338.0, + density: 1.0, + primary_coty_code: '56045', + primary_coty_name: 'Weston', + county_weights: + '{"56045": "98.64", "56027": "0.81", "46033": "0.55", "46103": "0"}', + coty_name: ['Weston', 'Niobrara', 'Custer', 'Pennington'], + cty_code: ['56045', '56027', '46033', '46103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.43779, lat: 43.7037 }, + }, + { + zip_code: '83318', + usps_city: 'Burley', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 17014.0, + density: 25.6, + primary_coty_code: '16031', + primary_coty_name: 'Cassia', + county_weights: '{"16031": "98.04", "16067": "1.96"}', + coty_name: ['Cassia', 'Minidoka'], + cty_code: ['16031', '16067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.82129, lat: 42.43678 }, + }, + { + zip_code: '83469', + usps_city: 'Shoup', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 25.0, + density: 0.0, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.4059, lat: 45.36347 }, + }, + { + zip_code: '83524', + usps_city: 'Culdesac', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 954.0, + density: 2.9, + primary_coty_code: '16069', + primary_coty_name: 'Nez Perce', + county_weights: '{"16069": "96.26", "16061": "3.74"}', + coty_name: ['Nez Perce', 'Lewis'], + cty_code: ['16069', '16061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.65715, lat: 46.3688 }, + }, + { + zip_code: '83526', + usps_city: 'Ferdinand', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 379.0, + density: 4.0, + primary_coty_code: '16049', + primary_coty_name: 'Idaho', + county_weights: '{"16049": "100"}', + coty_name: ['Idaho'], + cty_code: ['16049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.40947, lat: 46.15138 }, + }, + { + zip_code: '83537', + usps_city: 'Kendrick', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 2.6, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "69.73", "16069": "22.51", "16035": "7.76"}', + coty_name: ['Latah', 'Nez Perce', 'Clearwater'], + cty_code: ['16057', '16069', '16035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.54506, lat: 46.63146 }, + }, + { + zip_code: '83611', + usps_city: 'Cascade', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 2004.0, + density: 0.3, + primary_coty_code: '16085', + primary_coty_name: 'Valley', + county_weights: '{"16085": "100"}', + coty_name: ['Valley'], + cty_code: ['16085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.39592, lat: 44.71396 }, + }, + { + zip_code: '83627', + usps_city: 'Hammett', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 599.0, + density: 2.4, + primary_coty_code: '16039', + primary_coty_name: 'Elmore', + county_weights: '{"16039": "81.45", "16073": "18.55"}', + coty_name: ['Elmore', 'Owyhee'], + cty_code: ['16039', '16073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -115.53638, lat: 42.92064 }, + }, + { + zip_code: '83824', + usps_city: 'Desmet', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 303.0, + density: 2.2, + primary_coty_code: '16009', + primary_coty_name: 'Benewah', + county_weights: '{"16009": "100"}', + coty_name: ['Benewah'], + cty_code: ['16009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.91012, lat: 47.1136 }, + }, + { + zip_code: '83826', + usps_city: 'Eastport', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '16021', + primary_coty_name: 'Boundary', + county_weights: '{"16021": "100"}', + coty_name: ['Boundary'], + cty_code: ['16021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.1889, lat: 48.97617 }, + }, + { + zip_code: '84044', + usps_city: 'Magna', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 27145.0, + density: 220.2, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.1559, lat: 40.71968 }, + }, + { + zip_code: '84101', + usps_city: 'Salt Lake City', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 4606.0, + density: 977.0, + primary_coty_code: '49035', + primary_coty_name: 'Salt Lake', + county_weights: '{"49035": "100"}', + coty_name: ['Salt Lake'], + cty_code: ['49035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.90012, lat: 40.75643 }, + }, + { + zip_code: '84535', + usps_city: 'Monticello', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 3404.0, + density: 0.7, + primary_coty_code: '49037', + primary_coty_name: 'San Juan', + county_weights: '{"49037": "100"}', + coty_name: ['San Juan'], + cty_code: ['49037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.56779, lat: 37.99929 }, + }, + { + zip_code: '84637', + usps_city: 'Kanosh', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 865.0, + density: 2.5, + primary_coty_code: '49027', + primary_coty_name: 'Millard', + county_weights: '{"49027": "100"}', + coty_name: ['Millard'], + cty_code: ['49027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.49285, lat: 38.72278 }, + }, + { + zip_code: '84648', + usps_city: 'Nephi', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 6484.0, + density: 16.1, + primary_coty_code: '49023', + primary_coty_name: 'Juab', + county_weights: '{"49023": "100"}', + coty_name: ['Juab'], + cty_code: ['49023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.86448, lat: 39.68585 }, + }, + { + zip_code: '84759', + usps_city: 'Panguitch', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 2150.0, + density: 1.7, + primary_coty_code: '49017', + primary_coty_name: 'Garfield', + county_weights: '{"49017": "100"}', + coty_name: ['Garfield'], + cty_code: ['49017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.39486, lat: 37.90784 }, + }, + { + zip_code: '85018', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 38473.0, + density: 1336.0, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.98579, lat: 33.50537 }, + }, + { + zip_code: '85027', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 37873.0, + density: 1040.1, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.0996, lat: 33.6819 }, + }, + { + zip_code: '85028', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 19334.0, + density: 744.8, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.00911, lat: 33.57555 }, + }, + { + zip_code: '85087', + usps_city: 'New River', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 7991.0, + density: 41.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.12793, lat: 33.92352 }, + }, + { + zip_code: '85259', + usps_city: 'Scottsdale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 23364.0, + density: 440.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.80949, lat: 33.60112 }, + }, + { + zip_code: '85310', + usps_city: 'Glendale', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 20267.0, + density: 858.5, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.1719, lat: 33.69578 }, + }, + { + zip_code: '85351', + usps_city: 'Sun City', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 28528.0, + density: 1014.3, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.2821, lat: 33.60645 }, + }, + { + zip_code: '85643', + usps_city: 'Willcox', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 8913.0, + density: 1.7, + primary_coty_code: '4003', + primary_coty_name: 'Cochise', + county_weights: '{"04003": "87.08", "04009": "12.92"}', + coty_name: ['Cochise', 'Graham'], + cty_code: ['04003', '04009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.96368, lat: 32.40377 }, + }, + { + zip_code: '85646', + usps_city: 'Tubac', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1404.0, + density: 4.2, + primary_coty_code: '4023', + primary_coty_name: 'Santa Cruz', + county_weights: '{"04023": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['4023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.99021, lat: 31.60614 }, + }, + { + zip_code: '85719', + usps_city: 'Tucson', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 48854.0, + density: 2304.4, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.9487, lat: 32.24671 }, + }, + { + zip_code: '85933', + usps_city: 'Overgaard', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2697.0, + density: 11.3, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.50677, lat: 34.35622 }, + }, + { + zip_code: '85935', + usps_city: 'Pinetop', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4665.0, + density: 37.3, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.89579, lat: 34.11527 }, + }, + { + zip_code: '85937', + usps_city: 'Snowflake', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 8201.0, + density: 10.3, + primary_coty_code: '4017', + primary_coty_name: 'Navajo', + county_weights: '{"04017": "100"}', + coty_name: ['Navajo'], + cty_code: ['4017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.06067, lat: 34.55936 }, + }, + { + zip_code: '85938', + usps_city: 'Springerville', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 2322.0, + density: 2.4, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.33153, lat: 34.17017 }, + }, + { + zip_code: '86327', + usps_city: 'Dewey', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 9762.0, + density: 18.8, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.10498, lat: 34.57131 }, + }, + { + zip_code: '86351', + usps_city: 'Sedona', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 6552.0, + density: 63.1, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.78502, lat: 34.77854 }, + }, + { + zip_code: '86435', + usps_city: 'Supai', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4005', + primary_coty_name: 'Coconino', + county_weights: '{"04005": "100"}', + coty_name: ['Coconino'], + cty_code: ['4005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.90194, lat: 36.05405 }, + }, + { + zip_code: '86506', + usps_city: 'Houck', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1266.0, + density: 2.9, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.22936, lat: 35.35243 }, + }, + { + zip_code: '86511', + usps_city: 'Saint Michaels', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 3680.0, + density: 3.9, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.24552, lat: 35.64746 }, + }, + { + zip_code: '86520', + usps_city: 'Blue Gap', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1540.0, + density: 2.4, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "64.19", "04017": "35.81"}', + coty_name: ['Apache', 'Navajo'], + cty_code: ['04001', '04017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.93602, lat: 36.11052 }, + }, + { + zip_code: '87063', + usps_city: 'Willard', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 252.0, + density: 0.3, + primary_coty_code: '35057', + primary_coty_name: 'Torrance', + county_weights: '{"35057": "100"}', + coty_name: ['Torrance'], + cty_code: ['35057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.85749, lat: 34.5011 }, + }, + { + zip_code: '87402', + usps_city: 'Farmington', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 10089.0, + density: 339.6, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.14402, lat: 36.78065 }, + }, + { + zip_code: '87416', + usps_city: 'Fruitland', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 5111.0, + density: 20.1, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.4212, lat: 36.69316 }, + }, + { + zip_code: '87548', + usps_city: 'Medanales', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1295.0, + density: 14.9, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.15596, lat: 36.18298 }, + }, + { + zip_code: '87710', + usps_city: 'Angel Fire', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1454.0, + density: 3.6, + primary_coty_code: '35007', + primary_coty_name: 'Colfax', + county_weights: '{"35007": "100"}', + coty_name: ['Colfax'], + cty_code: ['35007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.24389, lat: 36.3847 }, + }, + { + zip_code: '87933', + usps_city: 'Derry', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 149.0, + density: 47.1, + primary_coty_code: '35051', + primary_coty_name: 'Sierra', + county_weights: '{"35051": "100"}', + coty_name: ['Sierra'], + cty_code: ['35051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.27793, lat: 32.79024 }, + }, + { + zip_code: '88232', + usps_city: 'Hagerman', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 2161.0, + density: 4.4, + primary_coty_code: '35005', + primary_coty_name: 'Chaves', + county_weights: '{"35005": "100"}', + coty_name: ['Chaves'], + cty_code: ['35005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.45942, lat: 33.07947 }, + }, + { + zip_code: '88336', + usps_city: 'Hondo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 323.0, + density: 1.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "100"}', + coty_name: ['Lincoln'], + cty_code: ['35027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.29484, lat: 33.3182 }, + }, + { + zip_code: '89106', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 26480.0, + density: 1931.6, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.16325, lat: 36.1817 }, + }, + { + zip_code: '89141', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 35169.0, + density: 1271.9, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.20704, lat: 35.98838 }, + }, + { + zip_code: '89421', + usps_city: 'McDermitt', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 496.0, + density: 0.2, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "85.33", "41045": "14.67"}', + coty_name: ['Humboldt', 'Malheur'], + cty_code: ['32013', '41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90083, lat: 42.05134 }, + }, + { + zip_code: '89449', + usps_city: 'Stateline', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 3094.0, + density: 119.1, + primary_coty_code: '32005', + primary_coty_name: 'Douglas', + county_weights: '{"32005": "100"}', + coty_name: ['Douglas'], + cty_code: ['32005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.90684, lat: 38.96431 }, + }, + { + zip_code: '90018', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53490.0, + density: 7131.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.3172, lat: 34.02887 }, + }, + { + zip_code: '90022', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 67014.0, + density: 5905.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.15609, lat: 34.02453 }, + }, + { + zip_code: '90035', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27272.0, + density: 5141.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.38351, lat: 34.05182 }, + }, + { + zip_code: '90272', + usps_city: 'Pacific Palisades', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21629.0, + density: 365.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.54219, lat: 34.07991 }, + }, + { + zip_code: '90701', + usps_city: 'Artesia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16801.0, + density: 3979.5, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.08062, lat: 33.86763 }, + }, + { + zip_code: '90731', + usps_city: 'San Pedro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 60659.0, + density: 2557.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.27433, lat: 33.73334 }, + }, + { + zip_code: '91006', + usps_city: 'Arcadia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32958.0, + density: 2014.1, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.02679, lat: 34.13603 }, + }, + { + zip_code: '91040', + usps_city: 'Sunland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20049.0, + density: 943.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.33715, lat: 34.26177 }, + }, + { + zip_code: '91320', + usps_city: 'Newbury Park', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44968.0, + density: 952.0, + primary_coty_code: '6111', + primary_coty_name: 'Ventura', + county_weights: '{"06111": "100"}', + coty_name: ['Ventura'], + cty_code: ['6111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.94506, lat: 34.17596 }, + }, + { + zip_code: '91390', + usps_city: 'Santa Clarita', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19168.0, + density: 51.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.39215, lat: 34.52287 }, + }, + { + zip_code: '91405', + usps_city: 'Van Nuys', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 55506.0, + density: 6476.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.44816, lat: 34.20109 }, + }, + { + zip_code: '91722', + usps_city: 'Covina', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 34631.0, + density: 3236.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.90616, lat: 34.09726 }, + }, + { + zip_code: '91776', + usps_city: 'San Gabriel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38664.0, + density: 4384.3, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.09492, lat: 34.08988 }, + }, + { + zip_code: '91910', + usps_city: 'Chula Vista', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 74855.0, + density: 2362.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.05706, lat: 32.63826 }, + }, + { + zip_code: '92024', + usps_city: 'Encinitas', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 51381.0, + density: 1171.2, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.25735, lat: 33.05615 }, + }, + { + zip_code: '92056', + usps_city: 'Oceanside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 52337.0, + density: 1623.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.28908, lat: 33.20149 }, + }, + { + zip_code: '92123', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32473.0, + density: 1531.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.13495, lat: 32.80675 }, + }, + { + zip_code: '92135', + usps_city: 'San Diego', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 635.0, + density: 518.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19328, lat: 32.69673 }, + }, + { + zip_code: '92173', + usps_city: 'San Ysidro', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 31000.0, + density: 2372.0, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.04239, lat: 32.55403 }, + }, + { + zip_code: '92220', + usps_city: 'Banning', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33525.0, + density: 104.2, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.8324, lat: 33.94892 }, + }, + { + zip_code: '92275', + usps_city: 'Salton City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2632.0, + density: 16.3, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.85659, lat: 33.25184 }, + }, + { + zip_code: '92365', + usps_city: 'Newberry Springs', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2733.0, + density: 6.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.6491, lat: 34.89977 }, + }, + { + zip_code: '92374', + usps_city: 'Redlands', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 43391.0, + density: 896.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.17201, lat: 34.06654 }, + }, + { + zip_code: '92408', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 13635.0, + density: 494.2, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.26588, lat: 34.08448 }, + }, + { + zip_code: '92586', + usps_city: 'Menifee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 19472.0, + density: 1064.9, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.19889, lat: 33.70901 }, + }, + { + zip_code: '92596', + usps_city: 'Winchester', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 32256.0, + density: 203.4, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.07644, lat: 33.64367 }, + }, + { + zip_code: '92647', + usps_city: 'Huntington Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 62199.0, + density: 3099.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.00667, lat: 33.72342 }, + }, + { + zip_code: '92663', + usps_city: 'Newport Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21951.0, + density: 2561.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.93046, lat: 33.62365 }, + }, + { + zip_code: '92691', + usps_city: 'Mission Viejo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 50839.0, + density: 2229.9, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.66626, lat: 33.61064 }, + }, + { + zip_code: '92870', + usps_city: 'Placentia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 53600.0, + density: 3053.6, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.85518, lat: 33.88079 }, + }, + { + zip_code: '93210', + usps_city: 'Coalinga', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18336.0, + density: 9.2, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "99.67", "06053": "0.29", "06069": "0.04"}', + coty_name: ['Fresno', 'Monterey', 'San Benito'], + cty_code: ['06019', '06053', '06069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.4231, lat: 36.19943 }, + }, + { + zip_code: '93446', + usps_city: 'Paso Robles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 44636.0, + density: 41.2, + primary_coty_code: '6079', + primary_coty_name: 'San Luis Obispo', + county_weights: '{"06079": "100"}', + coty_name: ['San Luis Obispo'], + cty_code: ['6079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.73097, lat: 35.66353 }, + }, + { + zip_code: '93513', + usps_city: 'Big Pine', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1621.0, + density: 1.0, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.13134, lat: 37.11836 }, + }, + { + zip_code: '93522', + usps_city: 'Darwin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 100.0, + density: 0.8, + primary_coty_code: '6027', + primary_coty_name: 'Inyo', + county_weights: '{"06027": "100"}', + coty_name: ['Inyo'], + cty_code: ['6027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.59573, lat: 36.29483 }, + }, + { + zip_code: '93534', + usps_city: 'Lancaster', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39367.0, + density: 855.4, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.1512, lat: 34.71564 }, + }, + { + zip_code: '93643', + usps_city: 'North Fork', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2783.0, + density: 8.6, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.4668, lat: 37.22644 }, + }, + { + zip_code: '93664', + usps_city: 'Shaver Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 380.0, + density: 0.8, + primary_coty_code: '6019', + primary_coty_name: 'Fresno', + county_weights: '{"06019": "100"}', + coty_name: ['Fresno'], + cty_code: ['6019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.21105, lat: 37.0953 }, + }, + { + zip_code: '93930', + usps_city: 'King City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 17067.0, + density: 18.2, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "99.67", "06069": "0.33"}', + coty_name: ['Monterey', 'San Benito'], + cty_code: ['06053', '06069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.03097, lat: 36.21475 }, + }, + { + zip_code: '94061', + usps_city: 'Redwood City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39023.0, + density: 3902.8, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2368, lat: 37.46159 }, + }, + { + zip_code: '94111', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3611.0, + density: 4052.1, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39834, lat: 37.79891 }, + }, + { + zip_code: '94131', + usps_city: 'San Francisco', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29523.0, + density: 5487.7, + primary_coty_code: '6075', + primary_coty_name: 'San Francisco', + county_weights: '{"06075": "100"}', + coty_name: ['San Francisco'], + cty_code: ['6075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44291, lat: 37.74543 }, + }, + { + zip_code: '94516', + usps_city: 'Canyon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 103.0, + density: 45.5, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.16498, lat: 37.83387 }, + }, + { + zip_code: '94519', + usps_city: 'Concord', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20041.0, + density: 1763.6, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01294, lat: 37.98847 }, + }, + { + zip_code: '94552', + usps_city: 'Castro Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14938.0, + density: 128.3, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.01796, lat: 37.7131 }, + }, + { + zip_code: '94598', + usps_city: 'Walnut Creek', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 27831.0, + density: 706.0, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00047, lat: 37.9011 }, + }, + { + zip_code: '94606', + usps_city: 'Oakland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 38220.0, + density: 6451.3, + primary_coty_code: '6001', + primary_coty_name: 'Alameda', + county_weights: '{"06001": "100"}', + coty_name: ['Alameda'], + cty_code: ['6001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.24495, lat: 37.79178 }, + }, + { + zip_code: '95224', + usps_city: 'Avery', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 5.7, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.32711, lat: 38.22528 }, + }, + { + zip_code: '95248', + usps_city: 'Rail Road Flat', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 106.0, + density: 1.3, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.46138, lat: 38.32399 }, + }, + { + zip_code: '95305', + usps_city: 'Big Oak Flat', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '6109', + primary_coty_name: 'Tuolumne', + county_weights: '{"06109": "100"}', + coty_name: ['Tuolumne'], + cty_code: ['6109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.27189, lat: 37.80468 }, + }, + { + zip_code: '95367', + usps_city: 'Riverbank', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 25072.0, + density: 2181.1, + primary_coty_code: '6099', + primary_coty_name: 'Stanislaus', + county_weights: '{"06099": "100"}', + coty_name: ['Stanislaus'], + cty_code: ['6099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.94072, lat: 37.72831 }, + }, + { + zip_code: '95403', + usps_city: 'Santa Rosa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45096.0, + density: 790.5, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.75443, lat: 38.5025 }, + }, + { + zip_code: '95423', + usps_city: 'Clearlake Oaks', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 3751.0, + density: 14.1, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.62739, lat: 39.06486 }, + }, + { + zip_code: '95451', + usps_city: 'Kelseyville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 11603.0, + density: 46.6, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.80414, lat: 38.93284 }, + }, + { + zip_code: '95526', + usps_city: 'Bridgeville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 196.0, + density: 0.7, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.69082, lat: 40.4567 }, + }, + { + zip_code: '95537', + usps_city: 'Fields Landing', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 251.0, + density: 543.7, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.21754, lat: 40.72646 }, + }, + { + zip_code: '95549', + usps_city: 'Kneeland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 929.0, + density: 3.2, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.91525, lat: 40.67478 }, + }, + { + zip_code: '95553', + usps_city: 'Miranda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 767.0, + density: 5.0, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.89617, lat: 40.24435 }, + }, + { + zip_code: '95615', + usps_city: 'Courtland', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 704.0, + density: 11.7, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "98.2", "06113": "1.8"}', + coty_name: ['Sacramento', 'Yolo'], + cty_code: ['06067', '06113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.54646, lat: 38.31429 }, + }, + { + zip_code: '95659', + usps_city: 'Nicolaus', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 932.0, + density: 7.2, + primary_coty_code: '6101', + primary_coty_name: 'Sutter', + county_weights: '{"06101": "100"}', + coty_name: ['Sutter'], + cty_code: ['6101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.57134, lat: 38.83993 }, + }, + { + zip_code: '95703', + usps_city: 'Applegate', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 831.0, + density: 72.1, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.98528, lat: 38.9908 }, + }, + { + zip_code: '95735', + usps_city: 'Twin Bridges', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 12.0, + density: 0.2, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.15228, lat: 38.82061 }, + }, + { + zip_code: '95842', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33522.0, + density: 3300.6, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.34919, lat: 38.68673 }, + }, + { + zip_code: '95949', + usps_city: 'Grass Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21036.0, + density: 58.2, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "100"}', + coty_name: ['Nevada'], + cty_code: ['6057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.13515, lat: 39.1026 }, + }, + { + zip_code: '96119', + usps_city: 'Madeline', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59.0, + density: 0.1, + primary_coty_code: '6035', + primary_coty_name: 'Lassen', + county_weights: '{"06035": "100"}', + coty_name: ['Lassen'], + cty_code: ['6035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.52529, lat: 41.02327 }, + }, + { + zip_code: '96145', + usps_city: 'Tahoe City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 2147.0, + density: 22.3, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.18665, lat: 39.14738 }, + }, + { + zip_code: '96704', + usps_city: 'Captain Cook', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 8049.0, + density: 10.9, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.81007, lat: 19.32065 }, + }, + { + zip_code: '96720', + usps_city: 'Hilo', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 48339.0, + density: 62.3, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.2228, lat: 19.67306 }, + }, + { + zip_code: '96722', + usps_city: 'Princeville', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 1908.0, + density: 132.3, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -159.46963, lat: 22.20374 }, + }, + { + zip_code: '96734', + usps_city: 'Kailua', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 51511.0, + density: 913.9, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -157.75325, lat: 21.38884 }, + }, + { + zip_code: '96769', + usps_city: 'Makaweli', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 352.0, + density: 1.8, + primary_coty_code: '15007', + primary_coty_name: 'Kauai', + county_weights: '{"15007": "100"}', + coty_name: ['Kauai'], + cty_code: ['15007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -160.10469, lat: 21.9012 }, + }, + { + zip_code: '96793', + usps_city: 'Wailuku', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 34036.0, + density: 191.3, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.53765, lat: 20.89769 }, + }, + { + zip_code: '96857', + usps_city: 'Schofield Barracks', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 2826.0, + density: 2335.1, + primary_coty_code: '15003', + primary_coty_name: 'Honolulu', + county_weights: '{"15003": "100"}', + coty_name: ['Honolulu'], + cty_code: ['15003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -158.05148, lat: 21.48673 }, + }, + { + zip_code: '97008', + usps_city: 'Beaverton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 29916.0, + density: 2330.9, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.80417, lat: 45.46022 }, + }, + { + zip_code: '97053', + usps_city: 'Warren', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3248.0, + density: 90.7, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "100"}', + coty_name: ['Columbia'], + cty_code: ['41009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.88583, lat: 45.82711 }, + }, + { + zip_code: '97068', + usps_city: 'West Linn', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 29582.0, + density: 508.4, + primary_coty_code: '41005', + primary_coty_name: 'Clackamas', + county_weights: '{"41005": "100"}', + coty_name: ['Clackamas'], + cty_code: ['41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.66929, lat: 45.35303 }, + }, + { + zip_code: '97080', + usps_city: 'Gresham', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 44335.0, + density: 793.9, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "99.97", "41005": "0.03"}', + coty_name: ['Multnomah', 'Clackamas'], + cty_code: ['41051', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.38954, lat: 45.47847 }, + }, + { + zip_code: '97122', + usps_city: 'Hebo', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 396.0, + density: 5.2, + primary_coty_code: '41057', + primary_coty_name: 'Tillamook', + county_weights: '{"41057": "100"}', + coty_name: ['Tillamook'], + cty_code: ['41057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.81958, lat: 45.1763 }, + }, + { + zip_code: '97213', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 33011.0, + density: 3151.2, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.59963, lat: 45.5378 }, + }, + { + zip_code: '97217', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 34709.0, + density: 1037.0, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "100"}', + coty_name: ['Multnomah'], + cty_code: ['41051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.70386, lat: 45.59995 }, + }, + { + zip_code: '97457', + usps_city: 'Myrtle Creek', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 10288.0, + density: 24.5, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.22019, lat: 43.05435 }, + }, + { + zip_code: '97540', + usps_city: 'Talent', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 8484.0, + density: 78.4, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.80854, lat: 42.19974 }, + }, + { + zip_code: '97541', + usps_city: 'Trail', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1559.0, + density: 3.0, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.75469, lat: 42.73849 }, + }, + { + zip_code: '97758', + usps_city: 'Riley', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 0.1, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "83.17", "41037": "16.83"}', + coty_name: ['Harney', 'Lake'], + cty_code: ['41025', '41037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.88021, lat: 43.38843 }, + }, + { + zip_code: '97761', + usps_city: 'Warm Springs', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4181.0, + density: 4.3, + primary_coty_code: '41031', + primary_coty_name: 'Jefferson', + county_weights: '{"41031": "78.58", "41065": "21.42"}', + coty_name: ['Jefferson', 'Wasco'], + cty_code: ['41031', '41065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.29841, lat: 44.84165 }, + }, + { + zip_code: '97837', + usps_city: 'Hereford', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 0.2, + primary_coty_code: '41001', + primary_coty_name: 'Baker', + county_weights: '{"41001": "100"}', + coty_name: ['Baker'], + cty_code: ['41001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.03637, lat: 44.51811 }, + }, + { + zip_code: '97868', + usps_city: 'Pilot Rock', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 1781.0, + density: 1.6, + primary_coty_code: '41059', + primary_coty_name: 'Umatilla', + county_weights: '{"41059": "100"}', + coty_name: ['Umatilla'], + cty_code: ['41059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.87134, lat: 45.41177 }, + }, + { + zip_code: '98051', + usps_city: 'Ravensdale', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4451.0, + density: 33.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.88739, lat: 47.34072 }, + }, + { + zip_code: '98052', + usps_city: 'Redmond', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 70245.0, + density: 1348.3, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.12025, lat: 47.68125 }, + }, + { + zip_code: '98126', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23646.0, + density: 2981.6, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.37442, lat: 47.54768 }, + }, + { + zip_code: '98203', + usps_city: 'Everett', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 36065.0, + density: 1299.3, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23329, lat: 47.94354 }, + }, + { + zip_code: '98360', + usps_city: 'Orting', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 13726.0, + density: 76.3, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.15928, lat: 47.03026 }, + }, + { + zip_code: '98361', + usps_city: 'Packwood', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 796.0, + density: 0.7, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.59131, lat: 46.5888 }, + }, + { + zip_code: '98364', + usps_city: 'Port Gamble', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 112.2, + primary_coty_code: '53035', + primary_coty_name: 'Kitsap', + county_weights: '{"53035": "100"}', + coty_name: ['Kitsap'], + cty_code: ['53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.58839, lat: 47.84697 }, + }, + { + zip_code: '97441', + usps_city: 'Gardiner', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 14.3, + primary_coty_code: '41019', + primary_coty_name: 'Douglas', + county_weights: '{"41019": "100"}', + coty_name: ['Douglas'], + cty_code: ['41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.15651, lat: 43.75104 }, + }, + { + zip_code: '97493', + usps_city: 'Westlake', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 367.0, + density: 2.6, + primary_coty_code: '41039', + primary_coty_name: 'Lane', + county_weights: '{"41039": "93.5", "41019": "6.5"}', + coty_name: ['Lane', 'Douglas'], + cty_code: ['41039', '41019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.01746, lat: 43.89788 }, + }, + { + zip_code: '97530', + usps_city: 'Jacksonville', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 6913.0, + density: 7.4, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.05757, lat: 42.15192 }, + }, + { + zip_code: '98258', + usps_city: 'Lake Stevens', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 33205.0, + density: 444.3, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.06897, lat: 48.0424 }, + }, + { + zip_code: '98294', + usps_city: 'Sultan', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7147.0, + density: 46.1, + primary_coty_code: '53061', + primary_coty_name: 'Snohomish', + county_weights: '{"53061": "100"}', + coty_name: ['Snohomish'], + cty_code: ['53061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.74479, lat: 47.87617 }, + }, + { + zip_code: '98329', + usps_city: 'Gig Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 11493.0, + density: 172.4, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "98.64", "53035": "1.36"}', + coty_name: ['Pierce', 'Kitsap'], + cty_code: ['53053', '53035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72546, lat: 47.37783 }, + }, + { + zip_code: '98565', + usps_city: 'Napavine', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 934.0, + density: 580.6, + primary_coty_code: '53041', + primary_coty_name: 'Lewis', + county_weights: '{"53041": "100"}', + coty_name: ['Lewis'], + cty_code: ['53041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.90197, lat: 46.57832 }, + }, + { + zip_code: '98671', + usps_city: 'Washougal', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 23058.0, + density: 103.1, + primary_coty_code: '53011', + primary_coty_name: 'Clark', + county_weights: '{"53011": "87.26", "53059": "12.74"}', + coty_name: ['Clark', 'Skamania'], + cty_code: ['53011', '53059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.2422, lat: 45.61329 }, + }, + { + zip_code: '98844', + usps_city: 'Oroville', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4252.0, + density: 5.0, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.2444, lat: 48.91594 }, + }, + { + zip_code: '98852', + usps_city: 'Stehekin', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 15.0, + density: 0.0, + primary_coty_code: '53007', + primary_coty_name: 'Chelan', + county_weights: '{"53007": "100"}', + coty_name: ['Chelan'], + cty_code: ['53007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.55118, lat: 48.25281 }, + }, + { + zip_code: '98859', + usps_city: 'Wauconda', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 174.0, + density: 0.5, + primary_coty_code: '53047', + primary_coty_name: 'Okanogan', + county_weights: '{"53047": "100"}', + coty_name: ['Okanogan'], + cty_code: ['53047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.91408, lat: 48.80241 }, + }, + { + zip_code: '99110', + usps_city: 'Clayton', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1839.0, + density: 18.9, + primary_coty_code: '53065', + primary_coty_name: 'Stevens', + county_weights: '{"53065": "90.1", "53063": "9.9"}', + coty_name: ['Stevens', 'Spokane'], + cty_code: ['53065', '53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.57636, lat: 48.01215 }, + }, + { + zip_code: '99146', + usps_city: 'Laurier', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 24.0, + density: 0.2, + primary_coty_code: '53019', + primary_coty_name: 'Ferry', + county_weights: '{"53019": "100"}', + coty_name: ['Ferry'], + cty_code: ['53019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.29754, lat: 48.9576 }, + }, + { + zip_code: '99216', + usps_city: 'Spokane', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25296.0, + density: 731.4, + primary_coty_code: '53063', + primary_coty_name: 'Spokane', + county_weights: '{"53063": "100"}', + coty_name: ['Spokane'], + cty_code: ['53063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.20944, lat: 47.67999 }, + }, + { + zip_code: '99301', + usps_city: 'Pasco', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 79819.0, + density: 66.3, + primary_coty_code: '53021', + primary_coty_name: 'Franklin', + county_weights: '{"53021": "100"}', + coty_name: ['Franklin'], + cty_code: ['53021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.94392, lat: 46.38449 }, + }, + { + zip_code: '99338', + usps_city: 'Kennewick', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 16553.0, + density: 96.2, + primary_coty_code: '53005', + primary_coty_name: 'Benton', + county_weights: '{"53005": "100"}', + coty_name: ['Benton'], + cty_code: ['53005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.27355, lat: 46.14795 }, + }, + { + zip_code: '99548', + usps_city: 'Chignik Lake', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 49.0, + density: 2.2, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.75781, lat: 56.24475 }, + }, + { + zip_code: '99564', + usps_city: 'Chignik', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 57.0, + density: 1.9, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -158.41292, lat: 56.29679 }, + }, + { + zip_code: '99625', + usps_city: 'Levelock', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 67.0, + density: 0.0, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -156.65062, lat: 59.28919 }, + }, + { + zip_code: '99666', + usps_city: 'Nunam Iqua', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 0.7, + primary_coty_code: '2158', + primary_coty_name: 'Kusilvak', + county_weights: '{"02158": 100}', + coty_name: ['Kusilvak'], + cty_code: ['2158'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.09876, lat: 62.45302 }, + }, + { + zip_code: '99692', + usps_city: 'Dutch Harbor', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 219.0, + density: 313.7, + primary_coty_code: '2016', + primary_coty_name: 'Aleutians West', + county_weights: '{"02016": "100"}', + coty_name: ['Aleutians West'], + cty_code: ['2016'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -166.53864, lat: 53.88553 }, + }, + { + zip_code: '99755', + usps_city: 'Denali National Park', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 883.0, + density: 0.9, + primary_coty_code: '2068', + primary_coty_name: 'Denali', + county_weights: '{"02068": "100"}', + coty_name: ['Denali'], + cty_code: ['2068'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -148.62169, lat: 63.69999 }, + }, + { + zip_code: '99756', + usps_city: 'Manley Hot Springs', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 45.0, + density: 0.0, + primary_coty_code: '2290', + primary_coty_name: 'Yukon-Koyukuk', + county_weights: '{"02290": "100"}', + coty_name: ['Yukon-Koyukuk'], + cty_code: ['2290'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -151.84672, lat: 64.58631 }, + }, + { + zip_code: '99764', + usps_city: 'Northway', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 0.1, + primary_coty_code: '2240', + primary_coty_name: 'Southeast Fairbanks', + county_weights: '{"02240": "100"}', + coty_name: ['Southeast Fairbanks'], + cty_code: ['2240'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -141.51133, lat: 63.38147 }, + }, + { + zip_code: '99824', + usps_city: 'Douglas', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 2259.0, + density: 504.3, + primary_coty_code: '2110', + primary_coty_name: 'Juneau', + county_weights: '{"02110": "100"}', + coty_name: ['Juneau'], + cty_code: ['2110'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Juneau', + geo_point_2d: { lon: -134.40082, lat: 58.27236 }, + }, + { + zip_code: '99836', + usps_city: 'Port Alexander', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 9.7, + primary_coty_code: '2195', + primary_coty_name: 'Petersburg', + county_weights: '{"02195": "100"}', + coty_name: ['Petersburg'], + cty_code: ['2195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -134.65335, lat: 56.23548 }, + }, + { + zip_code: '99923', + usps_city: 'Hyder', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 14.0, + density: 0.3, + primary_coty_code: '2198', + primary_coty_name: 'Prince of Wales-Hyder', + county_weights: '{"02198": "100"}', + coty_name: ['Prince of Wales-Hyder'], + cty_code: ['2198'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Sitka', + geo_point_2d: { lon: -130.03671, lat: 55.97796 }, + }, + { + zip_code: '58041', + usps_city: 'Hankinson', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1514.0, + density: 2.9, + primary_coty_code: '38077', + primary_coty_name: 'Richland', + county_weights: '{"38077": "100"}', + coty_name: ['Richland'], + cty_code: ['38077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.9145, lat: 46.04969 }, + }, + { + zip_code: '58060', + usps_city: 'Milnor', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1244.0, + density: 2.0, + primary_coty_code: '38081', + primary_coty_name: 'Sargent', + county_weights: '{"38081": "77.73", "38073": "22.27"}', + coty_name: ['Sargent', 'Ransom'], + cty_code: ['38081', '38073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.43421, lat: 46.26494 }, + }, + { + zip_code: '58372', + usps_city: 'Sarles', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 121.0, + density: 0.4, + primary_coty_code: '38019', + primary_coty_name: 'Cavalier', + county_weights: '{"38019": "66.04", "38095": "33.96"}', + coty_name: ['Cavalier', 'Towner'], + cty_code: ['38019', '38095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.99627, lat: 48.94534 }, + }, + { + zip_code: '58380', + usps_city: 'Tolna', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 377.0, + density: 0.8, + primary_coty_code: '38063', + primary_coty_name: 'Nelson', + county_weights: '{"38063": "65.84", "38027": "31.22", "38005": "2.94"}', + coty_name: ['Nelson', 'Eddy', 'Benson'], + cty_code: ['38063', '38027', '38005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.51521, lat: 47.83163 }, + }, + { + zip_code: '58451', + usps_city: 'Hurdsfield', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 0.4, + primary_coty_code: '38103', + primary_coty_name: 'Wells', + county_weights: '{"38103": "100"}', + coty_name: ['Wells'], + cty_code: ['38103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.95301, lat: 47.45155 }, + }, + { + zip_code: '7107', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 37684.0, + density: 8841.5, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.18655, lat: 40.76182 }, + }, + { + zip_code: '7438', + usps_city: 'Oak Ridge', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11567.0, + density: 162.5, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "88.68", "34031": "11.32"}', + coty_name: ['Morris', 'Passaic'], + cty_code: ['34027', '34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.51968, lat: 41.03023 }, + }, + { + zip_code: '7481', + usps_city: 'Wyckoff', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 17017.0, + density: 995.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16757, lat: 40.99898 }, + }, + { + zip_code: '703', + usps_city: 'Aguas Buenas', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 26097.0, + density: 339.6, + primary_coty_code: '72007', + primary_coty_name: 'Aguas Buenas', + county_weights: '{"72007": "95.47", "72045": "4.53"}', + coty_name: ['Aguas Buenas', 'Comer\u00edo'], + cty_code: ['72007', '72045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.13117, lat: 18.24843 }, + }, + { + zip_code: '739', + usps_city: 'Cidra', + stusps_code: 'PR', + ste_name: 'Puerto Rico', + zcta: 'TRUE', + parent_zcta: null, + population: 36734.0, + density: 449.1, + primary_coty_code: '72041', + primary_coty_name: 'Cidra', + county_weights: '{"72041": "100"}', + coty_name: ['Cidra'], + cty_code: ['72041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Puerto_Rico', + geo_point_2d: { lon: -66.16055, lat: 18.17681 }, + }, + { + zip_code: '802', + usps_city: 'St Thomas', + stusps_code: 'VI', + ste_name: 'Virgin Islands', + zcta: 'TRUE', + parent_zcta: null, + population: null, + density: null, + primary_coty_code: '78030', + primary_coty_name: 'St. Thomas', + county_weights: '{"78030": 100}', + coty_name: ['St. Thomas'], + cty_code: ['78030'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/St_Thomas', + geo_point_2d: { lon: -64.92657, lat: 18.34225 }, + }, + { + zip_code: '1001', + usps_city: 'Agawam', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17312.0, + density: 581.0, + primary_coty_code: '25013', + primary_coty_name: 'Hampden', + county_weights: '{"25013": "100"}', + coty_name: ['Hampden'], + cty_code: ['25013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.62589, lat: 42.06259 }, + }, + { + zip_code: '1005', + usps_city: 'Barre', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5128.0, + density: 44.7, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.10615, lat: 42.42017 }, + }, + { + zip_code: '1035', + usps_city: 'Hadley', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5319.0, + density: 89.0, + primary_coty_code: '25015', + primary_coty_name: 'Hampshire', + county_weights: '{"25015": "100"}', + coty_name: ['Hampshire'], + cty_code: ['25015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.56921, lat: 42.35564 }, + }, + { + zip_code: '1462', + usps_city: 'Lunenburg', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11402.0, + density: 166.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.7199, lat: 42.58968 }, + }, + { + zip_code: '1518', + usps_city: 'Fiskdale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3947.0, + density: 171.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.11861, lat: 42.12349 }, + }, + { + zip_code: '1541', + usps_city: 'Princeton', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3455.0, + density: 37.6, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.88128, lat: 42.45649 }, + }, + { + zip_code: '1542', + usps_city: 'Rochdale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 2567.0, + density: 246.2, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.91079, lat: 42.20185 }, + }, + { + zip_code: '1607', + usps_city: 'Worcester', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8167.0, + density: 997.0, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.78872, lat: 42.22747 }, + }, + { + zip_code: '1741', + usps_city: 'Carlisle', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 5224.0, + density: 132.1, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.35128, lat: 42.53001 }, + }, + { + zip_code: '1756', + usps_city: 'Mendon', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 6115.0, + density: 132.8, + primary_coty_code: '25027', + primary_coty_name: 'Worcester', + county_weights: '{"25027": "100"}', + coty_name: ['Worcester'], + cty_code: ['25027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.5515, lat: 42.09303 }, + }, + { + zip_code: '1803', + usps_city: 'Burlington', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 27650.0, + density: 911.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.20257, lat: 42.50216 }, + }, + { + zip_code: '1905', + usps_city: 'Lynn', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 24580.0, + density: 2667.4, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97589, lat: 42.46614 }, + }, + { + zip_code: '1907', + usps_city: 'Swampscott', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 15278.0, + density: 1943.7, + primary_coty_code: '25009', + primary_coty_name: 'Essex', + county_weights: '{"25009": "100"}', + coty_name: ['Essex'], + cty_code: ['25009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.90673, lat: 42.47583 }, + }, + { + zip_code: '2054', + usps_city: 'Millis', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8233.0, + density: 264.2, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.36256, lat: 42.16932 }, + }, + { + zip_code: '2111', + usps_city: 'Boston', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 7926.0, + density: 11319.2, + primary_coty_code: '25025', + primary_coty_name: 'Suffolk', + county_weights: '{"25025": "100"}', + coty_name: ['Suffolk'], + cty_code: ['25025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.05911, lat: 42.35007 }, + }, + { + zip_code: '2171', + usps_city: 'Quincy', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17836.0, + density: 2807.9, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.02459, lat: 42.28822 }, + }, + { + zip_code: '2180', + usps_city: 'Stoneham', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 23223.0, + density: 1490.7, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.09723, lat: 42.47407 }, + }, + { + zip_code: '2190', + usps_city: 'South Weymouth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 17247.0, + density: 936.6, + primary_coty_code: '25021', + primary_coty_name: 'Norfolk', + county_weights: '{"25021": "100"}', + coty_name: ['Norfolk'], + cty_code: ['25021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.95271, lat: 42.16646 }, + }, + { + zip_code: '2339', + usps_city: 'Hanover', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 14459.0, + density: 359.3, + primary_coty_code: '25023', + primary_coty_name: 'Plymouth', + county_weights: '{"25023": "100"}', + coty_name: ['Plymouth'], + cty_code: ['25023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.85666, lat: 42.12239 }, + }, + { + zip_code: '2462', + usps_city: 'Newton Lower Falls', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 1389.0, + density: 1015.8, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.25616, lat: 42.32991 }, + }, + { + zip_code: '2466', + usps_city: 'Auburndale', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 8929.0, + density: 1926.5, + primary_coty_code: '25017', + primary_coty_name: 'Middlesex', + county_weights: '{"25017": "100"}', + coty_name: ['Middlesex'], + cty_code: ['25017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.24806, lat: 42.34412 }, + }, + { + zip_code: '2667', + usps_city: 'Wellfleet', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 3515.0, + density: 72.9, + primary_coty_code: '25001', + primary_coty_name: 'Barnstable', + county_weights: '{"25001": "100"}', + coty_name: ['Barnstable'], + cty_code: ['25001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.01813, lat: 41.9279 }, + }, + { + zip_code: '2717', + usps_city: 'East Freetown', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 4917.0, + density: 107.4, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.97166, lat: 41.75874 }, + }, + { + zip_code: '2744', + usps_city: 'New Bedford', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 11170.0, + density: 3341.7, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.91269, lat: 41.60799 }, + }, + { + zip_code: '2769', + usps_city: 'Rehoboth', + stusps_code: 'MA', + ste_name: 'Massachusetts', + zcta: 'TRUE', + parent_zcta: null, + population: 12173.0, + density: 100.1, + primary_coty_code: '25005', + primary_coty_name: 'Bristol', + county_weights: '{"25005": "100"}', + coty_name: ['Bristol'], + cty_code: ['25005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.24559, lat: 41.84394 }, + }, + { + zip_code: '2873', + usps_city: 'Rockville', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 200.0, + density: 27.4, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.77576, lat: 41.53107 }, + }, + { + zip_code: '2879', + usps_city: 'Wakefield', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 20610.0, + density: 212.9, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.53625, lat: 41.4267 }, + }, + { + zip_code: '2891', + usps_city: 'Westerly', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 21143.0, + density: 309.8, + primary_coty_code: '44009', + primary_coty_name: 'Washington', + county_weights: '{"44009": "100"}', + coty_name: ['Washington'], + cty_code: ['44009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.79357, lat: 41.36026 }, + }, + { + zip_code: '2917', + usps_city: 'Smithfield', + stusps_code: 'RI', + ste_name: 'Rhode Island', + zcta: 'TRUE', + parent_zcta: null, + population: 14139.0, + density: 255.8, + primary_coty_code: '44007', + primary_coty_name: 'Providence', + county_weights: '{"44007": "100"}', + coty_name: ['Providence'], + cty_code: ['44007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.52459, lat: 41.90647 }, + }, + { + zip_code: '3241', + usps_city: 'Hebron', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 756.0, + density: 7.0, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.81986, lat: 43.7217 }, + }, + { + zip_code: '3279', + usps_city: 'Warren', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 765.0, + density: 6.5, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.88139, lat: 43.94318 }, + }, + { + zip_code: '3293', + usps_city: 'Woodstock', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 71.4, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.67827, lat: 43.97009 }, + }, + { + zip_code: '3441', + usps_city: 'Ashuelot', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 15.2, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.43849, lat: 42.77998 }, + }, + { + zip_code: '3465', + usps_city: 'Troy', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2002.0, + density: 43.7, + primary_coty_code: '33005', + primary_coty_name: 'Cheshire', + county_weights: '{"33005": "100"}', + coty_name: ['Cheshire'], + cty_code: ['33005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.19011, lat: 42.82723 }, + }, + { + zip_code: '3598', + usps_city: 'Whitefield', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3166.0, + density: 19.8, + primary_coty_code: '33007', + primary_coty_name: 'Coos', + county_weights: '{"33007": "100"}', + coty_name: ['Coos'], + cty_code: ['33007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.63225, lat: 44.37976 }, + }, + { + zip_code: '3785', + usps_city: 'Woodsville', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 2358.0, + density: 15.2, + primary_coty_code: '33009', + primary_coty_name: 'Grafton', + county_weights: '{"33009": "100"}', + coty_name: ['Grafton'], + cty_code: ['33009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -71.89424, lat: 44.06393 }, + }, + { + zip_code: '3840', + usps_city: 'Greenland', + stusps_code: 'NH', + ste_name: 'New Hampshire', + zcta: 'TRUE', + parent_zcta: null, + population: 3993.0, + density: 146.9, + primary_coty_code: '33015', + primary_coty_name: 'Rockingham', + county_weights: '{"33015": "100"}', + coty_name: ['Rockingham'], + cty_code: ['33015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.8481, lat: 43.0385 }, + }, + { + zip_code: '4038', + usps_city: 'Gorham', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 17582.0, + density: 134.2, + primary_coty_code: '23005', + primary_coty_name: 'Cumberland', + county_weights: '{"23005": "100"}', + coty_name: ['Cumberland'], + cty_code: ['23005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.4581, lat: 43.70338 }, + }, + { + zip_code: '4286', + usps_city: 'West Bethel', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 51.0, + density: 351.2, + primary_coty_code: '23017', + primary_coty_name: 'Oxford', + county_weights: '{"23017": "100"}', + coty_name: ['Oxford'], + cty_code: ['23017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.86511, lat: 44.40146 }, + }, + { + zip_code: '4342', + usps_city: 'Dresden', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1673.0, + density: 21.2, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.73938, lat: 44.07942 }, + }, + { + zip_code: '4357', + usps_city: 'Richmond', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3399.0, + density: 43.1, + primary_coty_code: '23023', + primary_coty_name: 'Sagadahoc', + county_weights: '{"23023": "100"}', + coty_name: ['Sagadahoc'], + cty_code: ['23023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.82882, lat: 44.12371 }, + }, + { + zip_code: '4408', + usps_city: 'Aurora', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 0.5, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.23072, lat: 44.99135 }, + }, + { + zip_code: '4460', + usps_city: 'Medway', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1297.0, + density: 4.7, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "99.01", "23003": "0.99"}', + coty_name: ['Penobscot', 'Aroostook'], + cty_code: ['23019', '23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.5459, lat: 45.6938 }, + }, + { + zip_code: '4556', + usps_city: 'Edgecomb', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1111.0, + density: 23.7, + primary_coty_code: '23015', + primary_coty_name: 'Lincoln', + county_weights: '{"23015": "100"}', + coty_name: ['Lincoln'], + cty_code: ['23015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.6231, lat: 43.96868 }, + }, + { + zip_code: '4622', + usps_city: 'Cherryfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1033.0, + density: 1.6, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "95.47", "23009": "4.53"}', + coty_name: ['Washington', 'Hancock'], + cty_code: ['23029', '23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.98458, lat: 44.757 }, + }, + { + zip_code: '4654', + usps_city: 'Machias', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 3345.0, + density: 12.9, + primary_coty_code: '23029', + primary_coty_name: 'Washington', + county_weights: '{"23029": "100"}', + coty_name: ['Washington'], + cty_code: ['23029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -67.55341, lat: 44.77104 }, + }, + { + zip_code: '4676', + usps_city: 'Sedgwick', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1074.0, + density: 17.3, + primary_coty_code: '23009', + primary_coty_name: 'Hancock', + county_weights: '{"23009": "100"}', + coty_name: ['Hancock'], + cty_code: ['23009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.64166, lat: 44.34662 }, + }, + { + zip_code: '4743', + usps_city: 'Fort Kent', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4456.0, + density: 12.7, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.61742, lat: 47.19506 }, + }, + { + zip_code: '4763', + usps_city: 'Oakfield', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 8.0, + primary_coty_code: '23003', + primary_coty_name: 'Aroostook', + county_weights: '{"23003": "100"}', + coty_name: ['Aroostook'], + cty_code: ['23003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -68.10359, lat: 46.08061 }, + }, + { + zip_code: '4930', + usps_city: 'Dexter', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 4112.0, + density: 29.4, + primary_coty_code: '23019', + primary_coty_name: 'Penobscot', + county_weights: '{"23019": "90.69", "23025": "9.31"}', + coty_name: ['Penobscot', 'Somerset'], + cty_code: ['23019', '23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -69.31483, lat: 45.03112 }, + }, + { + zip_code: '4945', + usps_city: 'Jackman', + stusps_code: 'ME', + ste_name: 'Maine', + zcta: 'TRUE', + parent_zcta: null, + population: 1036.0, + density: 0.4, + primary_coty_code: '23025', + primary_coty_name: 'Somerset', + county_weights: '{"23025": "100"}', + coty_name: ['Somerset'], + cty_code: ['23025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -70.2339, lat: 45.76295 }, + }, + { + zip_code: '5046', + usps_city: 'Groton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 1109.0, + density: 7.2, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.25272, lat: 44.23643 }, + }, + { + zip_code: '5068', + usps_city: 'South Royalton', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 3215.0, + density: 24.1, + primary_coty_code: '50027', + primary_coty_name: 'Windsor', + county_weights: '{"50027": "99.3", "50017": "0.7"}', + coty_name: ['Windsor', 'Orange'], + cty_code: ['50027', '50017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.53527, lat: 43.79648 }, + }, + { + zip_code: '5255', + usps_city: 'Manchester Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 4047.0, + density: 39.6, + primary_coty_code: '50003', + primary_coty_name: 'Bennington', + county_weights: '{"50003": "100"}', + coty_name: ['Bennington'], + cty_code: ['50003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.06638, lat: 43.16674 }, + }, + { + zip_code: '5346', + usps_city: 'Putney', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 5030.0, + density: 28.2, + primary_coty_code: '50025', + primary_coty_name: 'Windham', + county_weights: '{"50025": "100"}', + coty_name: ['Windham'], + cty_code: ['50025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.53167, lat: 43.02506 }, + }, + { + zip_code: '5459', + usps_city: 'Highgate Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 2133.0, + density: 32.1, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.00452, lat: 44.95348 }, + }, + { + zip_code: '5478', + usps_city: 'Saint Albans', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 14845.0, + density: 94.8, + primary_coty_code: '50011', + primary_coty_name: 'Franklin', + county_weights: '{"50011": "100"}', + coty_name: ['Franklin'], + cty_code: ['50011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08121, lat: 44.80968 }, + }, + { + zip_code: '5826', + usps_city: 'Craftsbury', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 11.0, + primary_coty_code: '50019', + primary_coty_name: 'Orleans', + county_weights: '{"50019": "100"}', + coty_name: ['Orleans'], + cty_code: ['50019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.40245, lat: 44.64661 }, + }, + { + zip_code: '5850', + usps_city: 'Lyndon Center', + stusps_code: 'VT', + ste_name: 'Vermont', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 254.3, + primary_coty_code: '50005', + primary_coty_name: 'Caledonia', + county_weights: '{"50005": "100"}', + coty_name: ['Caledonia'], + cty_code: ['50005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.01749, lat: 44.54163 }, + }, + { + zip_code: '6052', + usps_city: 'New Britain', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 8142.0, + density: 1232.3, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.8052, lat: 41.65723 }, + }, + { + zip_code: '6091', + usps_city: 'West Hartland', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 60.0, + density: 2.1, + primary_coty_code: '9003', + primary_coty_name: 'Hartford', + county_weights: '{"09003": "100"}', + coty_name: ['Hartford'], + cty_code: ['9003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.97466, lat: 42.01274 }, + }, + { + zip_code: '6242', + usps_city: 'Eastford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 1264.0, + density: 18.7, + primary_coty_code: '9015', + primary_coty_name: 'Windham', + county_weights: '{"09015": "94.25", "09013": "5.75"}', + coty_name: ['Windham', 'Tolland'], + cty_code: ['09015', '09013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.09518, lat: 41.89298 }, + }, + { + zip_code: '6269', + usps_city: 'Storrs Mansfield', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 10296.0, + density: 3107.5, + primary_coty_code: '9013', + primary_coty_name: 'Tolland', + county_weights: '{"09013": "100"}', + coty_name: ['Tolland'], + cty_code: ['9013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.27003, lat: 41.80832 }, + }, + { + zip_code: '6412', + usps_city: 'Chester', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 4234.0, + density: 101.8, + primary_coty_code: '9007', + primary_coty_name: 'Middlesex', + county_weights: '{"09007": "100"}', + coty_name: ['Middlesex'], + cty_code: ['9007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.48319, lat: 41.40594 }, + }, + { + zip_code: '6477', + usps_city: 'Orange', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13934.0, + density: 313.1, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.02718, lat: 41.28272 }, + }, + { + zip_code: '6478', + usps_city: 'Oxford', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 13086.0, + density: 154.3, + primary_coty_code: '9009', + primary_coty_name: 'New Haven', + county_weights: '{"09009": "100"}', + coty_name: ['New Haven'], + cty_code: ['9009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.13505, lat: 41.43127 }, + }, + { + zip_code: '6610', + usps_city: 'Bridgeport', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 23172.0, + density: 2925.7, + primary_coty_code: '9001', + primary_coty_name: 'Fairfield', + county_weights: '{"09001": "100"}', + coty_name: ['Fairfield'], + cty_code: ['9001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.16944, lat: 41.20464 }, + }, + { + zip_code: '6779', + usps_city: 'Oakville', + stusps_code: 'CT', + ste_name: 'Connecticut', + zcta: 'TRUE', + parent_zcta: null, + population: 7783.0, + density: 940.8, + primary_coty_code: '9005', + primary_coty_name: 'Litchfield', + county_weights: '{"09005": "100"}', + coty_name: ['Litchfield'], + cty_code: ['9005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.08166, lat: 41.59471 }, + }, + { + zip_code: '7031', + usps_city: 'North Arlington', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 15677.0, + density: 2435.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12719, lat: 40.78748 }, + }, + { + zip_code: '7032', + usps_city: 'Kearny', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 41368.0, + density: 1805.2, + primary_coty_code: '34017', + primary_coty_name: 'Hudson', + county_weights: '{"34017": "100"}', + coty_name: ['Hudson'], + cty_code: ['34017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.12032, lat: 40.75373 }, + }, + { + zip_code: '7072', + usps_city: 'Carlstadt', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6178.0, + density: 605.5, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.06105, lat: 40.82467 }, + }, + { + zip_code: '7112', + usps_city: 'Newark', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 25016.0, + density: 5360.9, + primary_coty_code: '34013', + primary_coty_name: 'Essex', + county_weights: '{"34013": "100"}', + coty_name: ['Essex'], + cty_code: ['34013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.20955, lat: 40.70946 }, + }, + { + zip_code: '7403', + usps_city: 'Bloomingdale', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8009.0, + density: 484.7, + primary_coty_code: '34031', + primary_coty_name: 'Passaic', + county_weights: '{"34031": "100"}', + coty_name: ['Passaic'], + cty_code: ['34031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.33188, lat: 41.02126 }, + }, + { + zip_code: '7601', + usps_city: 'Hackensack', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 44339.0, + density: 4081.3, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.0461, lat: 40.889 }, + }, + { + zip_code: '7640', + usps_city: 'Harrington Park', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 4753.0, + density: 999.7, + primary_coty_code: '34003', + primary_coty_name: 'Bergen', + county_weights: '{"34003": "100"}', + coty_name: ['Bergen'], + cty_code: ['34003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98024, lat: 40.98988 }, + }, + { + zip_code: '7760', + usps_city: 'Rumson', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8704.0, + density: 443.6, + primary_coty_code: '34025', + primary_coty_name: 'Monmouth', + county_weights: '{"34025": "100"}', + coty_name: ['Monmouth'], + cty_code: ['34025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.00422, lat: 40.36892 }, + }, + { + zip_code: '7838', + usps_city: 'Great Meadows', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2927.0, + density: 45.4, + primary_coty_code: '34041', + primary_coty_name: 'Warren', + county_weights: '{"34041": "100"}', + coty_name: ['Warren'], + cty_code: ['34041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.91439, lat: 40.88921 }, + }, + { + zip_code: '7851', + usps_city: 'Layton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 61.0, + density: 3.5, + primary_coty_code: '34037', + primary_coty_name: 'Sussex', + county_weights: '{"34037": "100"}', + coty_name: ['Sussex'], + cty_code: ['34037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.84673, lat: 41.22981 }, + }, + { + zip_code: '7876', + usps_city: 'Succasunna', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 9943.0, + density: 667.3, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.65575, lat: 40.85332 }, + }, + { + zip_code: '7885', + usps_city: 'Wharton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 10094.0, + density: 258.4, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.57845, lat: 40.93517 }, + }, + { + zip_code: '7936', + usps_city: 'East Hanover', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11072.0, + density: 541.7, + primary_coty_code: '34027', + primary_coty_name: 'Morris', + county_weights: '{"34027": "100"}', + coty_name: ['Morris'], + cty_code: ['34027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.36374, lat: 40.81925 }, + }, + { + zip_code: '8008', + usps_city: 'Beach Haven', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6988.0, + density: 247.6, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.22123, lat: 39.62403 }, + }, + { + zip_code: '8053', + usps_city: 'Marlton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 45135.0, + density: 597.7, + primary_coty_code: '34005', + primary_coty_name: 'Burlington', + county_weights: '{"34005": "100"}', + coty_name: ['Burlington'], + cty_code: ['34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.89467, lat: 39.86049 }, + }, + { + zip_code: '8080', + usps_city: 'Sewell', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 37532.0, + density: 501.3, + primary_coty_code: '34015', + primary_coty_name: 'Gloucester', + county_weights: '{"34015": "100"}', + coty_name: ['Gloucester'], + cty_code: ['34015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.11888, lat: 39.75582 }, + }, + { + zip_code: '8311', + usps_city: 'Cedarville', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 2251.0, + density: 31.5, + primary_coty_code: '34011', + primary_coty_name: 'Cumberland', + county_weights: '{"34011": "100"}', + coty_name: ['Cumberland'], + cty_code: ['34011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.20982, lat: 39.32767 }, + }, + { + zip_code: '8533', + usps_city: 'New Egypt', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 6671.0, + density: 138.4, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49366, lat: 40.07112 }, + }, + { + zip_code: '8620', + usps_city: 'Trenton', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 11623.0, + density: 501.0, + primary_coty_code: '34021', + primary_coty_name: 'Mercer', + county_weights: '{"34021": "69.31", "34005": "30.69"}', + coty_name: ['Mercer', 'Burlington'], + cty_code: ['34021', '34005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.6488, lat: 40.16697 }, + }, + { + zip_code: '8742', + usps_city: 'Point Pleasant Beach', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 24430.0, + density: 1682.4, + primary_coty_code: '34029', + primary_coty_name: 'Ocean', + county_weights: '{"34029": "100"}', + coty_name: ['Ocean'], + cty_code: ['34029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.062, lat: 40.0808 }, + }, + { + zip_code: '8833', + usps_city: 'Lebanon', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 7984.0, + density: 92.3, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.82048, lat: 40.64504 }, + }, + { + zip_code: '8848', + usps_city: 'Milford', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 8463.0, + density: 97.9, + primary_coty_code: '34019', + primary_coty_name: 'Hunterdon', + county_weights: '{"34019": "100"}', + coty_name: ['Hunterdon'], + cty_code: ['34019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.09574, lat: 40.59456 }, + }, + { + zip_code: '8879', + usps_city: 'South Amboy', + stusps_code: 'NJ', + ste_name: 'New Jersey', + zcta: 'TRUE', + parent_zcta: null, + population: 23064.0, + density: 1234.3, + primary_coty_code: '34023', + primary_coty_name: 'Middlesex', + county_weights: '{"34023": "100"}', + coty_name: ['Middlesex'], + cty_code: ['34023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.27731, lat: 40.46555 }, + }, + { + zip_code: '10282', + usps_city: 'New York', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5783.0, + density: 32516.7, + primary_coty_code: '36061', + primary_coty_name: 'New York', + county_weights: '{"36061": "100"}', + coty_name: ['New York'], + cty_code: ['36061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01494, lat: 40.71683 }, + }, + { + zip_code: '10461', + usps_city: 'Bronx', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 49690.0, + density: 8012.2, + primary_coty_code: '36005', + primary_coty_name: 'Bronx', + county_weights: '{"36005": "100"}', + coty_name: ['Bronx'], + cty_code: ['36005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84066, lat: 40.8474 }, + }, + { + zip_code: '10535', + usps_city: 'Jefferson Valley', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 390.0, + density: 310.5, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.79933, lat: 41.33516 }, + }, + { + zip_code: '10591', + usps_city: 'Tarrytown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 23044.0, + density: 900.0, + primary_coty_code: '36119', + primary_coty_name: 'Westchester', + county_weights: '{"36119": "100"}', + coty_name: ['Westchester'], + cty_code: ['36119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.84417, lat: 41.08586 }, + }, + { + zip_code: '10933', + usps_city: 'Johnson', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 199.0, + primary_coty_code: '36071', + primary_coty_name: 'Orange', + county_weights: '{"36071": "100"}', + coty_name: ['Orange'], + cty_code: ['36071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.5142, lat: 41.36525 }, + }, + { + zip_code: '10965', + usps_city: 'Pearl River', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 15534.0, + density: 1142.3, + primary_coty_code: '36087', + primary_coty_name: 'Rockland', + county_weights: '{"36087": "100"}', + coty_name: ['Rockland'], + cty_code: ['36087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.01279, lat: 41.06179 }, + }, + { + zip_code: '11103', + usps_city: 'Astoria', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 35995.0, + density: 19533.1, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.91349, lat: 40.76266 }, + }, + { + zip_code: '11429', + usps_city: 'Queens Village', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 27454.0, + density: 8192.7, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.7387, lat: 40.70978 }, + }, + { + zip_code: '11552', + usps_city: 'West Hempstead', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 24908.0, + density: 2813.7, + primary_coty_code: '36059', + primary_coty_name: 'Nassau', + county_weights: '{"36059": "100"}', + coty_name: ['Nassau'], + cty_code: ['36059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.65129, lat: 40.69233 }, + }, + { + zip_code: '11691', + usps_city: 'Far Rockaway', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 68543.0, + density: 9613.5, + primary_coty_code: '36081', + primary_coty_name: 'Queens', + county_weights: '{"36081": "100"}', + coty_name: ['Queens'], + cty_code: ['36081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.76103, lat: 40.60138 }, + }, + { + zip_code: '11719', + usps_city: 'Brookhaven', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 3447.0, + density: 219.9, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.91071, lat: 40.78075 }, + }, + { + zip_code: '11953', + usps_city: 'Middle Island', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 13645.0, + density: 514.1, + primary_coty_code: '36103', + primary_coty_name: 'Suffolk', + county_weights: '{"36103": "100"}', + coty_name: ['Suffolk'], + cty_code: ['36103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -72.95064, lat: 40.88593 }, + }, + { + zip_code: '12007', + usps_city: 'Alcove', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9.0, + density: 2.9, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.92765, lat: 42.45616 }, + }, + { + zip_code: '12056', + usps_city: 'Duanesburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2847.0, + density: 61.0, + primary_coty_code: '36093', + primary_coty_name: 'Schenectady', + county_weights: '{"36093": "100"}', + coty_name: ['Schenectady'], + cty_code: ['36093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.09025, lat: 42.7666 }, + }, + { + zip_code: '12076', + usps_city: 'Gilboa', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1308.0, + density: 6.7, + primary_coty_code: '36095', + primary_coty_name: 'Schoharie', + county_weights: '{"36095": "100"}', + coty_name: ['Schoharie'], + cty_code: ['36095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.38858, lat: 42.41003 }, + }, + { + zip_code: '12121', + usps_city: 'Melrose', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1972.0, + density: 36.9, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.60204, lat: 42.84592 }, + }, + { + zip_code: '12125', + usps_city: 'New Lebanon', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1483.0, + density: 31.9, + primary_coty_code: '36021', + primary_coty_name: 'Columbia', + county_weights: '{"36021": "100"}', + coty_name: ['Columbia'], + cty_code: ['36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.40481, lat: 42.47602 }, + }, + { + zip_code: '12168', + usps_city: 'Stephentown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2033.0, + density: 22.5, + primary_coty_code: '36083', + primary_coty_name: 'Rensselaer', + county_weights: '{"36083": "100"}', + coty_name: ['Rensselaer'], + cty_code: ['36083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.38082, lat: 42.56099 }, + }, + { + zip_code: '12206', + usps_city: 'Albany', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16480.0, + density: 2972.5, + primary_coty_code: '36001', + primary_coty_name: 'Albany', + county_weights: '{"36001": "100"}', + coty_name: ['Albany'], + cty_code: ['36001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.78253, lat: 42.67445 }, + }, + { + zip_code: '12409', + usps_city: 'Bearsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 19.0, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.16684, lat: 42.04364 }, + }, + { + zip_code: '12417', + usps_city: 'Connelly', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 515.2, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.98998, lat: 41.90682 }, + }, + { + zip_code: '12419', + usps_city: 'Cottekill', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 624.0, + density: 100.6, + primary_coty_code: '36111', + primary_coty_name: 'Ulster', + county_weights: '{"36111": "100"}', + coty_name: ['Ulster'], + cty_code: ['36111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.10349, lat: 41.85962 }, + }, + { + zip_code: '12444', + usps_city: 'Jewett', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 567.0, + density: 14.2, + primary_coty_code: '36039', + primary_coty_name: 'Greene', + county_weights: '{"36039": "100"}', + coty_name: ['Greene'], + cty_code: ['36039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.29672, lat: 42.26319 }, + }, + { + zip_code: '12567', + usps_city: 'Pine Plains', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2633.0, + density: 22.2, + primary_coty_code: '36027', + primary_coty_name: 'Dutchess', + county_weights: '{"36027": "85.6", "36021": "14.4"}', + coty_name: ['Dutchess', 'Columbia'], + cty_code: ['36027', '36021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.64953, lat: 41.98247 }, + }, + { + zip_code: '12726', + usps_city: 'Cochecton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1222.0, + density: 16.1, + primary_coty_code: '36105', + primary_coty_name: 'Sullivan', + county_weights: '{"36105": "100"}', + coty_name: ['Sullivan'], + cty_code: ['36105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.97726, lat: 41.69411 }, + }, + { + zip_code: '12834', + usps_city: 'Greenwich', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6665.0, + density: 29.7, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.50304, lat: 43.0947 }, + }, + { + zip_code: '12841', + usps_city: 'Huletts Landing', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 165.0, + density: 3.8, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.50158, lat: 43.63582 }, + }, + { + zip_code: '12849', + usps_city: 'Middle Granville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 297.0, + density: 42.2, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.29857, lat: 43.44758 }, + }, + { + zip_code: '12873', + usps_city: 'Shushan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 863.0, + density: 15.8, + primary_coty_code: '36115', + primary_coty_name: 'Washington', + county_weights: '{"36115": "100"}', + coty_name: ['Washington'], + cty_code: ['36115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -73.3068, lat: 43.11853 }, + }, + { + zip_code: '12937', + usps_city: 'Fort Covington', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2014.0, + density: 23.8, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "100"}', + coty_name: ['Franklin'], + cty_code: ['36033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.48086, lat: 44.96094 }, + }, + { + zip_code: '12980', + usps_city: 'Saint Regis Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1321.0, + density: 2.0, + primary_coty_code: '36033', + primary_coty_name: 'Franklin', + county_weights: '{"36033": "85.2", "36089": "14.8"}', + coty_name: ['Franklin', 'St. Lawrence'], + cty_code: ['36033', '36089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.49364, lat: 44.56117 }, + }, + { + zip_code: '13073', + usps_city: 'Groton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 6534.0, + density: 46.0, + primary_coty_code: '36109', + primary_coty_name: 'Tompkins', + county_weights: '{"36109": "99.02", "36011": "0.98"}', + coty_name: ['Tompkins', 'Cayuga'], + cty_code: ['36109', '36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.39787, lat: 42.58517 }, + }, + { + zip_code: '13153', + usps_city: 'Skaneateles Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 408.0, + density: 176.2, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.45361, lat: 42.99654 }, + }, + { + zip_code: '13160', + usps_city: 'Union Springs', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1812.0, + density: 32.9, + primary_coty_code: '36011', + primary_coty_name: 'Cayuga', + county_weights: '{"36011": "100"}', + coty_name: ['Cayuga'], + cty_code: ['36011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.65173, lat: 42.82792 }, + }, + { + zip_code: '13211', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5861.0, + density: 480.5, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11948, lat: 43.10359 }, + }, + { + zip_code: '13215', + usps_city: 'Syracuse', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 14952.0, + density: 170.1, + primary_coty_code: '36067', + primary_coty_name: 'Onondaga', + county_weights: '{"36067": "100"}', + coty_name: ['Onondaga'], + cty_code: ['36067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.23038, lat: 42.97997 }, + }, + { + zip_code: '13304', + usps_city: 'Barneveld', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1617.0, + density: 35.9, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "97.86", "36043": "2.14"}', + coty_name: ['Oneida', 'Herkimer'], + cty_code: ['36065', '36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.16453, lat: 43.24242 }, + }, + { + zip_code: '13309', + usps_city: 'Boonville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 5748.0, + density: 15.3, + primary_coty_code: '36065', + primary_coty_name: 'Oneida', + county_weights: '{"36065": "84.11", "36049": "15.89"}', + coty_name: ['Oneida', 'Lewis'], + cty_code: ['36065', '36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.3481, lat: 43.47366 }, + }, + { + zip_code: '13315', + usps_city: 'Burlington Flats', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1481.0, + density: 11.6, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14515, lat: 42.74414 }, + }, + { + zip_code: '13324', + usps_city: 'Cold Brook', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 2351.0, + density: 7.6, + primary_coty_code: '36043', + primary_coty_name: 'Herkimer', + county_weights: '{"36043": "100"}', + coty_name: ['Herkimer'], + cty_code: ['36043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.95408, lat: 43.32621 }, + }, + { + zip_code: '13404', + usps_city: 'Martinsburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 124.0, + density: 16.2, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "100"}', + coty_name: ['Lewis'], + cty_code: ['36049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.47172, lat: 43.73635 }, + }, + { + zip_code: '13489', + usps_city: 'West Leyden', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 5.9, + primary_coty_code: '36049', + primary_coty_name: 'Lewis', + county_weights: '{"36049": "96.35", "36065": "3.65"}', + coty_name: ['Lewis', 'Oneida'], + cty_code: ['36049', '36065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.54189, lat: 43.46716 }, + }, + { + zip_code: '13636', + usps_city: 'Ellisburg', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 28.5, + primary_coty_code: '36045', + primary_coty_name: 'Jefferson', + county_weights: '{"36045": "100"}', + coty_name: ['Jefferson'], + cty_code: ['36045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.11664, lat: 43.74343 }, + }, + { + zip_code: '13734', + usps_city: 'Barton', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1817.0, + density: 19.4, + primary_coty_code: '36107', + primary_coty_name: 'Tioga', + county_weights: '{"36107": "100"}', + coty_name: ['Tioga'], + cty_code: ['36107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.40764, lat: 42.07439 }, + }, + { + zip_code: '13744', + usps_city: 'Castle Creek', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1142.0, + density: 38.1, + primary_coty_code: '36007', + primary_coty_name: 'Broome', + county_weights: '{"36007": "100"}', + coty_name: ['Broome'], + cty_code: ['36007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.90912, lat: 42.23865 }, + }, + { + zip_code: '13755', + usps_city: 'Downsville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1127.0, + density: 7.6, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99797, lat: 42.06285 }, + }, + { + zip_code: '13756', + usps_city: 'East Branch', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 384.0, + density: 3.2, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.10093, lat: 42.00622 }, + }, + { + zip_code: '13775', + usps_city: 'Franklin', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1829.0, + density: 13.3, + primary_coty_code: '36025', + primary_coty_name: 'Delaware', + county_weights: '{"36025": "100"}', + coty_name: ['Delaware'], + cty_code: ['36025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.1471, lat: 42.3309 }, + }, + { + zip_code: '13796', + usps_city: 'Laurens', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1362.0, + density: 23.6, + primary_coty_code: '36077', + primary_coty_name: 'Otsego', + county_weights: '{"36077": "100"}', + coty_name: ['Otsego'], + cty_code: ['36077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.13978, lat: 42.55069 }, + }, + { + zip_code: '13801', + usps_city: 'McDonough', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1428.0, + density: 8.0, + primary_coty_code: '36017', + primary_coty_name: 'Chenango', + county_weights: '{"36017": "100"}', + coty_name: ['Chenango'], + cty_code: ['36017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.77965, lat: 42.50961 }, + }, + { + zip_code: '14011', + usps_city: 'Attica', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9198.0, + density: 53.2, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "93.28", "36037": "6.72"}', + coty_name: ['Wyoming', 'Genesee'], + cty_code: ['36121', '36037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.29695, lat: 42.83226 }, + }, + { + zip_code: '14032', + usps_city: 'Clarence Center', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 9083.0, + density: 151.1, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.63074, lat: 43.04672 }, + }, + { + zip_code: '14039', + usps_city: 'Dale', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 90.0, + density: 18.6, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "100"}', + coty_name: ['Wyoming'], + cty_code: ['36121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.16926, lat: 42.83638 }, + }, + { + zip_code: '14065', + usps_city: 'Freedom', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 16.9, + primary_coty_code: '36009', + primary_coty_name: 'Cattaraugus', + county_weights: '{"36009": "77.74", "36003": "22.26"}', + coty_name: ['Cattaraugus', 'Allegany'], + cty_code: ['36009', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.31345, lat: 42.48717 }, + }, + { + zip_code: '14221', + usps_city: 'Buffalo', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 53948.0, + density: 905.4, + primary_coty_code: '36029', + primary_coty_name: 'Erie', + county_weights: '{"36029": "100"}', + coty_name: ['Erie'], + cty_code: ['36029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.72285, lat: 42.98002 }, + }, + { + zip_code: '14305', + usps_city: 'Niagara Falls', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 16767.0, + density: 788.6, + primary_coty_code: '36063', + primary_coty_name: 'Niagara', + county_weights: '{"36063": "100"}', + coty_name: ['Niagara'], + cty_code: ['36063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Toronto', + geo_point_2d: { lon: -79.02227, lat: 43.11961 }, + }, + { + zip_code: '14485', + usps_city: 'Lima', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 4010.0, + density: 43.8, + primary_coty_code: '36051', + primary_coty_name: 'Livingston', + county_weights: '{"36051": "95.5", "36069": "4.5"}', + coty_name: ['Livingston', 'Ontario'], + cty_code: ['36051', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.60055, lat: 42.87991 }, + }, + { + zip_code: '14519', + usps_city: 'Ontario', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 11723.0, + density: 111.0, + primary_coty_code: '36117', + primary_coty_name: 'Wayne', + county_weights: '{"36117": "97.47", "36055": "2.53"}', + coty_name: ['Wayne', 'Monroe'], + cty_code: ['36117', '36055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31398, lat: 43.2326 }, + }, + { + zip_code: '14527', + usps_city: 'Penn Yan', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12745.0, + density: 36.3, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "100"}', + coty_name: ['Yates'], + cty_code: ['36123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0653, lat: 42.66712 }, + }, + { + zip_code: '14536', + usps_city: 'Portageville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 12.2, + primary_coty_code: '36121', + primary_coty_name: 'Wyoming', + county_weights: '{"36121": "73.07", "36003": "26.93"}', + coty_name: ['Wyoming', 'Allegany'], + cty_code: ['36121', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.0833, lat: 42.54192 }, + }, + { + zip_code: '14544', + usps_city: 'Rushville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 1954.0, + density: 26.7, + primary_coty_code: '36123', + primary_coty_name: 'Yates', + county_weights: '{"36123": "61.21", "36069": "38.79"}', + coty_name: ['Yates', 'Ontario'], + cty_code: ['36123', '36069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.24347, lat: 42.75658 }, + }, + { + zip_code: '14707', + usps_city: 'Allentown', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 129.0, + density: 25.0, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "100"}', + coty_name: ['Allegany'], + cty_code: ['36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.0605, lat: 42.07738 }, + }, + { + zip_code: '14843', + usps_city: 'Hornell', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 12814.0, + density: 49.2, + primary_coty_code: '36101', + primary_coty_name: 'Steuben', + county_weights: '{"36101": "99.59", "36003": "0.41"}', + coty_name: ['Steuben', 'Allegany'], + cty_code: ['36101', '36003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.64549, lat: 42.31834 }, + }, + { + zip_code: '14897', + usps_city: 'Whitesville', + stusps_code: 'NY', + ste_name: 'New York', + zcta: 'TRUE', + parent_zcta: null, + population: 773.0, + density: 11.7, + primary_coty_code: '36003', + primary_coty_name: 'Allegany', + county_weights: '{"36003": "98.06", "36101": "1.94"}', + coty_name: ['Allegany', 'Steuben'], + cty_code: ['36003', '36101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.79237, lat: 42.02921 }, + }, + { + zip_code: '15059', + usps_city: 'Midland', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4239.0, + density: 116.2, + primary_coty_code: '42007', + primary_coty_name: 'Beaver', + county_weights: '{"42007": "100"}', + coty_name: ['Beaver'], + cty_code: ['42007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49084, lat: 40.67929 }, + }, + { + zip_code: '15207', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 10602.0, + density: 853.7, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.93369, lat: 40.40031 }, + }, + { + zip_code: '15216', + usps_city: 'Pittsburgh', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22580.0, + density: 2547.1, + primary_coty_code: '42003', + primary_coty_name: 'Allegheny', + county_weights: '{"42003": "100"}', + coty_name: ['Allegheny'], + cty_code: ['42003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.03483, lat: 40.40263 }, + }, + { + zip_code: '15316', + usps_city: 'Brave', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 123.0, + density: 120.3, + primary_coty_code: '42059', + primary_coty_name: 'Greene', + county_weights: '{"42059": "100"}', + coty_name: ['Greene'], + cty_code: ['42059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.25368, lat: 39.72461 }, + }, + { + zip_code: '15323', + usps_city: 'Claysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4583.0, + density: 25.6, + primary_coty_code: '42125', + primary_coty_name: 'Washington', + county_weights: '{"42125": "100"}', + coty_name: ['Washington'], + cty_code: ['42125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4068, lat: 40.10716 }, + }, + { + zip_code: '15413', + usps_city: 'Allison', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 479.0, + density: 248.9, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.87119, lat: 39.98529 }, + }, + { + zip_code: '15424', + usps_city: 'Confluence', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1988.0, + density: 10.6, + primary_coty_code: '42111', + primary_coty_name: 'Somerset', + county_weights: '{"42111": "77.78", "42051": "22.22"}', + coty_name: ['Somerset', 'Fayette'], + cty_code: ['42111', '42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.36026, lat: 39.81917 }, + }, + { + zip_code: '15468', + usps_city: 'New Salem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2186.0, + density: 84.1, + primary_coty_code: '42051', + primary_coty_name: 'Fayette', + county_weights: '{"42051": "100"}', + coty_name: ['Fayette'], + cty_code: ['42051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83006, lat: 39.95606 }, + }, + { + zip_code: '15536', + usps_city: 'Crystal Spring', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 434.0, + density: 4.9, + primary_coty_code: '42057', + primary_coty_name: 'Fulton', + county_weights: '{"42057": "100"}', + coty_name: ['Fulton'], + cty_code: ['42057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.20812, lat: 39.95168 }, + }, + { + zip_code: '15639', + usps_city: 'Hunker', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2128.0, + density: 71.3, + primary_coty_code: '42129', + primary_coty_name: 'Westmoreland', + county_weights: '{"42129": "100"}', + coty_name: ['Westmoreland'], + cty_code: ['42129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.59383, lat: 40.20816 }, + }, + { + zip_code: '15716', + usps_city: 'Black Lick', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 967.0, + density: 460.4, + primary_coty_code: '42063', + primary_coty_name: 'Indiana', + county_weights: '{"42063": "100"}', + coty_name: ['Indiana'], + cty_code: ['42063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.18799, lat: 40.46688 }, + }, + { + zip_code: '15737', + usps_city: 'Elmora', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 70.0, + density: 152.8, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.75778, lat: 40.60517 }, + }, + { + zip_code: '15865', + usps_city: 'Sykesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1259.0, + density: 144.7, + primary_coty_code: '42065', + primary_coty_name: 'Jefferson', + county_weights: '{"42065": "100"}', + coty_name: ['Jefferson'], + cty_code: ['42065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.82744, lat: 41.04525 }, + }, + { + zip_code: '15938', + usps_city: 'Lilly', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2310.0, + density: 45.0, + primary_coty_code: '42021', + primary_coty_name: 'Cambria', + county_weights: '{"42021": "100"}', + coty_name: ['Cambria'], + cty_code: ['42021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.61174, lat: 40.42017 }, + }, + { + zip_code: '16029', + usps_city: 'East Butler', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 742.0, + density: 331.0, + primary_coty_code: '42019', + primary_coty_name: 'Butler', + county_weights: '{"42019": "100"}', + coty_name: ['Butler'], + cty_code: ['42019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.84656, lat: 40.87929 }, + }, + { + zip_code: '16130', + usps_city: 'Hadley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2119.0, + density: 26.4, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21527, lat: 41.44324 }, + }, + { + zip_code: '16146', + usps_city: 'Sharon', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 13242.0, + density: 1337.3, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "100"}', + coty_name: ['Mercer'], + cty_code: ['42085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.49958, lat: 41.23412 }, + }, + { + zip_code: '16159', + usps_city: 'West Middlesex', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4689.0, + density: 66.5, + primary_coty_code: '42085', + primary_coty_name: 'Mercer', + county_weights: '{"42085": "91.88", "42073": "8.12"}', + coty_name: ['Mercer', 'Lawrence'], + cty_code: ['42085', '42073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46838, lat: 41.15855 }, + }, + { + zip_code: '16223', + usps_city: 'Distant', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 183.0, + density: 65.3, + primary_coty_code: '42005', + primary_coty_name: 'Armstrong', + county_weights: '{"42005": "100"}', + coty_name: ['Armstrong'], + cty_code: ['42005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.3643, lat: 40.97594 }, + }, + { + zip_code: '16423', + usps_city: 'Lake City', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4204.0, + density: 171.9, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.34342, lat: 42.01841 }, + }, + { + zip_code: '16424', + usps_city: 'Linesville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4662.0, + density: 26.4, + primary_coty_code: '42039', + primary_coty_name: 'Crawford', + county_weights: '{"42039": "100"}', + coty_name: ['Crawford'], + cty_code: ['42039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44202, lat: 41.65917 }, + }, + { + zip_code: '16502', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 15752.0, + density: 2352.7, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.10143, lat: 42.11066 }, + }, + { + zip_code: '16511', + usps_city: 'Erie', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11207.0, + density: 572.3, + primary_coty_code: '42049', + primary_coty_name: 'Erie', + county_weights: '{"42049": "100"}', + coty_name: ['Erie'], + cty_code: ['42049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.99514, lat: 42.16584 }, + }, + { + zip_code: '16637', + usps_city: 'East Freedom', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2157.0, + density: 44.4, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.46718, lat: 40.34111 }, + }, + { + zip_code: '16648', + usps_city: 'Hollidaysburg', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14648.0, + density: 98.2, + primary_coty_code: '42013', + primary_coty_name: 'Blair', + county_weights: '{"42013": "100"}', + coty_name: ['Blair'], + cty_code: ['42013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.33669, lat: 40.43804 }, + }, + { + zip_code: '16738', + usps_city: 'Lewis Run', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2498.0, + density: 14.7, + primary_coty_code: '42083', + primary_coty_name: 'McKean', + county_weights: '{"42083": "100"}', + coty_name: ['McKean'], + cty_code: ['42083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.71912, lat: 41.80802 }, + }, + { + zip_code: '16851', + usps_city: 'Lemont', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 593.0, + density: 55.5, + primary_coty_code: '42027', + primary_coty_name: 'Centre', + county_weights: '{"42027": "100"}', + coty_name: ['Centre'], + cty_code: ['42027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.78713, lat: 40.82189 }, + }, + { + zip_code: '16923', + usps_city: 'Genesee', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1482.0, + density: 7.3, + primary_coty_code: '42105', + primary_coty_name: 'Potter', + county_weights: '{"42105": "100"}', + coty_name: ['Potter'], + cty_code: ['42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.87242, lat: 41.94018 }, + }, + { + zip_code: '16943', + usps_city: 'Sabinsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 505.0, + density: 5.2, + primary_coty_code: '42117', + primary_coty_name: 'Tioga', + county_weights: '{"42117": "65.94", "42105": "34.06"}', + coty_name: ['Tioga', 'Potter'], + cty_code: ['42117', '42105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.61545, lat: 41.84084 }, + }, + { + zip_code: '17029', + usps_city: 'Granville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 54.3, + primary_coty_code: '42087', + primary_coty_name: 'Mifflin', + county_weights: '{"42087": "100"}', + coty_name: ['Mifflin'], + cty_code: ['42087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.62196, lat: 40.55451 }, + }, + { + zip_code: '17081', + usps_city: 'Plainfield', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 406.0, + density: 256.6, + primary_coty_code: '42041', + primary_coty_name: 'Cumberland', + county_weights: '{"42041": "100"}', + coty_name: ['Cumberland'], + cty_code: ['42041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28333, lat: 40.20101 }, + }, + { + zip_code: '17301', + usps_city: 'Abbottstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4479.0, + density: 131.8, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "74.24", "42133": "25.76"}', + coty_name: ['Adams', 'York'], + cty_code: ['42001', '42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9803, lat: 39.89062 }, + }, + { + zip_code: '17343', + usps_city: 'McKnightstown', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 17.7, + primary_coty_code: '42001', + primary_coty_name: 'Adams', + county_weights: '{"42001": "100"}', + coty_name: ['Adams'], + cty_code: ['42001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.33375, lat: 39.87026 }, + }, + { + zip_code: '17371', + usps_city: 'York New Salem', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 216.0, + density: 417.0, + primary_coty_code: '42133', + primary_coty_name: 'York', + county_weights: '{"42133": "100"}', + coty_name: ['York'], + cty_code: ['42133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.78798, lat: 39.9026 }, + }, + { + zip_code: '17516', + usps_city: 'Conestoga', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4469.0, + density: 83.0, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.37551, lat: 39.94011 }, + }, + { + zip_code: '17562', + usps_city: 'Paradise', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 4640.0, + density: 104.9, + primary_coty_code: '42071', + primary_coty_name: 'Lancaster', + county_weights: '{"42071": "100"}', + coty_name: ['Lancaster'], + cty_code: ['42071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.09117, lat: 39.97598 }, + }, + { + zip_code: '17750', + usps_city: 'Mackeyville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 44.7, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.47728, lat: 41.05521 }, + }, + { + zip_code: '17751', + usps_city: 'Mill Hall', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 7169.0, + density: 21.9, + primary_coty_code: '42035', + primary_coty_name: 'Clinton', + county_weights: '{"42035": "100"}', + coty_name: ['Clinton'], + cty_code: ['42035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.53826, lat: 41.1368 }, + }, + { + zip_code: '17758', + usps_city: 'Muncy Valley', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 981.0, + density: 4.6, + primary_coty_code: '42113', + primary_coty_name: 'Sullivan', + county_weights: '{"42113": "79.98", "42081": "20.02"}', + coty_name: ['Sullivan', 'Lycoming'], + cty_code: ['42113', '42081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.52849, lat: 41.36478 }, + }, + { + zip_code: '17862', + usps_city: 'Penns Creek', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 527.0, + density: 494.8, + primary_coty_code: '42109', + primary_coty_name: 'Snyder', + county_weights: '{"42109": "100"}', + coty_name: ['Snyder'], + cty_code: ['42109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05692, lat: 40.86052 }, + }, + { + zip_code: '17868', + usps_city: 'Riverside', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 653.3, + primary_coty_code: '42097', + primary_coty_name: 'Northumberland', + county_weights: '{"42097": "100"}', + coty_name: ['Northumberland'], + cty_code: ['42097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.634, lat: 40.95787 }, + }, + { + zip_code: '17901', + usps_city: 'Pottsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 22670.0, + density: 112.2, + primary_coty_code: '42107', + primary_coty_name: 'Schuylkill', + county_weights: '{"42107": "100"}', + coty_name: ['Schuylkill'], + cty_code: ['42107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.25521, lat: 40.69364 }, + }, + { + zip_code: '18053', + usps_city: 'Germansville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 2182.0, + density: 51.3, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.70698, lat: 40.71797 }, + }, + { + zip_code: '18059', + usps_city: 'Laurys Station', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 973.0, + density: 233.1, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.53629, lat: 40.72339 }, + }, + { + zip_code: '18068', + usps_city: 'Old Zionsville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.52003, lat: 40.48482 }, + }, + { + zip_code: '18080', + usps_city: 'Slatington', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 11211.0, + density: 140.7, + primary_coty_code: '42077', + primary_coty_name: 'Lehigh', + county_weights: '{"42077": "100"}', + coty_name: ['Lehigh'], + cty_code: ['42077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.63322, lat: 40.7358 }, + }, + { + zip_code: '18216', + usps_city: 'Beaver Meadows', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 96.3, + primary_coty_code: '42025', + primary_coty_name: 'Carbon', + county_weights: '{"42025": "96.63", "42079": "3.37"}', + coty_name: ['Carbon', 'Luzerne'], + cty_code: ['42025', '42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.89283, lat: 40.9415 }, + }, + { + zip_code: '18323', + usps_city: 'Buck Hill Falls', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 23.0, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.27346, lat: 41.19658 }, + }, + { + zip_code: '18337', + usps_city: 'Milford', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 14226.0, + density: 69.6, + primary_coty_code: '42103', + primary_coty_name: 'Pike', + county_weights: '{"42103": "100"}', + coty_name: ['Pike'], + cty_code: ['42103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.87894, lat: 41.3271 }, + }, + { + zip_code: '18370', + usps_city: 'Swiftwater', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 969.0, + density: 71.8, + primary_coty_code: '42089', + primary_coty_name: 'Monroe', + county_weights: '{"42089": "100"}', + coty_name: ['Monroe'], + cty_code: ['42089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.34138, lat: 41.09181 }, + }, + { + zip_code: '18640', + usps_city: 'Pittston', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 16850.0, + density: 229.5, + primary_coty_code: '42079', + primary_coty_name: 'Luzerne', + county_weights: '{"42079": "100"}', + coty_name: ['Luzerne'], + cty_code: ['42079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.74029, lat: 41.29714 }, + }, + { + zip_code: '18829', + usps_city: 'Le Raysville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 10.4, + primary_coty_code: '42015', + primary_coty_name: 'Bradford', + county_weights: '{"42015": "100"}', + coty_name: ['Bradford'], + cty_code: ['42015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.16968, lat: 41.8345 }, + }, + { + zip_code: '18954', + usps_city: 'Richboro', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 9453.0, + density: 541.0, + primary_coty_code: '42017', + primary_coty_name: 'Bucks', + county_weights: '{"42017": "100"}', + coty_name: ['Bucks'], + cty_code: ['42017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -74.99932, lat: 40.22264 }, + }, + { + zip_code: '19010', + usps_city: 'Bryn Mawr', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21572.0, + density: 988.3, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "61.26", "42091": "38.74"}', + coty_name: ['Delaware', 'Montgomery'], + cty_code: ['42045', '42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.32978, lat: 40.02359 }, + }, + { + zip_code: '19017', + usps_city: 'Chester Heights', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 271.0, + density: 117.2, + primary_coty_code: '42045', + primary_coty_name: 'Delaware', + county_weights: '{"42045": "100"}', + coty_name: ['Delaware'], + cty_code: ['42045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.4644, lat: 39.8909 }, + }, + { + zip_code: '19122', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 21666.0, + density: 6591.1, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.14582, lat: 39.97778 }, + }, + { + zip_code: '19143', + usps_city: 'Philadelphia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 64630.0, + density: 7844.0, + primary_coty_code: '42101', + primary_coty_name: 'Philadelphia', + county_weights: '{"42101": "100"}', + coty_name: ['Philadelphia'], + cty_code: ['42101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.22636, lat: 39.94289 }, + }, + { + zip_code: '19358', + usps_city: 'Modena', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 820.0, + density: 1009.4, + primary_coty_code: '42029', + primary_coty_name: 'Chester', + county_weights: '{"42029": "100"}', + coty_name: ['Chester'], + cty_code: ['42029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.80273, lat: 39.9617 }, + }, + { + zip_code: '19406', + usps_city: 'King Of Prussia', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 25105.0, + density: 701.0, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.38244, lat: 40.09442 }, + }, + { + zip_code: '19426', + usps_city: 'Collegeville', + stusps_code: 'PA', + ste_name: 'Pennsylvania', + zcta: 'TRUE', + parent_zcta: null, + population: 40720.0, + density: 463.4, + primary_coty_code: '42091', + primary_coty_name: 'Montgomery', + county_weights: '{"42091": "100"}', + coty_name: ['Montgomery'], + cty_code: ['42091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.43729, lat: 40.19137 }, + }, + { + zip_code: '20016', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 33518.0, + density: 2916.1, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "100"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.09147, lat: 38.93815 }, + }, + { + zip_code: '20560', + usps_city: 'Washington', + stusps_code: 'DC', + ste_name: 'District of Columbia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '11001', + primary_coty_name: 'District of Columbia', + county_weights: '{"11001": "0"}', + coty_name: ['District of Columbia'], + cty_code: ['11001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02596, lat: 38.88824 }, + }, + { + zip_code: '20617', + usps_city: 'Bryantown', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 832.0, + density: 49.1, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85245, lat: 38.54127 }, + }, + { + zip_code: '20625', + usps_city: 'Cobb Island', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 646.0, + density: 504.8, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.84842, lat: 38.26234 }, + }, + { + zip_code: '20662', + usps_city: 'Nanjemoy', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2876.0, + density: 19.4, + primary_coty_code: '24017', + primary_coty_name: 'Charles', + county_weights: '{"24017": "100"}', + coty_name: ['Charles'], + cty_code: ['24017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.20182, lat: 38.43515 }, + }, + { + zip_code: '20714', + usps_city: 'North Beach', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 4683.0, + density: 775.0, + primary_coty_code: '24009', + primary_coty_name: 'Calvert', + county_weights: '{"24009": "79.17", "24003": "20.83"}', + coty_name: ['Calvert', 'Anne Arundel'], + cty_code: ['24009', '24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54613, lat: 38.72222 }, + }, + { + zip_code: '20747', + usps_city: 'District Heights', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 40484.0, + density: 2044.6, + primary_coty_code: '24033', + primary_coty_name: "Prince George's", + county_weights: '{"24033": "100"}', + coty_name: ["Prince George's"], + cty_code: ['24033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.88383, lat: 38.85441 }, + }, + { + zip_code: '20832', + usps_city: 'Olney', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 26437.0, + density: 1012.8, + primary_coty_code: '24031', + primary_coty_name: 'Montgomery', + county_weights: '{"24031": "100"}', + coty_name: ['Montgomery'], + cty_code: ['24031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.07256, lat: 39.15116 }, + }, + { + zip_code: '21029', + usps_city: 'Clarksville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 10895.0, + density: 263.8, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.95299, lat: 39.20559 }, + }, + { + zip_code: '21108', + usps_city: 'Millersville', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 18782.0, + density: 555.0, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.62208, lat: 39.08957 }, + }, + { + zip_code: '21122', + usps_city: 'Pasadena', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 61051.0, + density: 753.6, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "100"}', + coty_name: ['Anne Arundel'], + cty_code: ['24003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.50162, lat: 39.11839 }, + }, + { + zip_code: '21154', + usps_city: 'Street', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5804.0, + density: 55.5, + primary_coty_code: '24025', + primary_coty_name: 'Harford', + county_weights: '{"24025": "100"}', + coty_name: ['Harford'], + cty_code: ['24025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.35617, lat: 39.65224 }, + }, + { + zip_code: '21221', + usps_city: 'Essex', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 42078.0, + density: 1100.1, + primary_coty_code: '24005', + primary_coty_name: 'Baltimore', + county_weights: '{"24005": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.43967, lat: 39.2942 }, + }, + { + zip_code: '21224', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 49332.0, + density: 2010.7, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "82.4", "24005": "17.6"}', + coty_name: ['Baltimore', 'Baltimore'], + cty_code: ['24510', '24005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.54131, lat: 39.28184 }, + }, + { + zip_code: '21226', + usps_city: 'Curtis Bay', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 6247.0, + density: 242.9, + primary_coty_code: '24003', + primary_coty_name: 'Anne Arundel', + county_weights: '{"24003": "56.51", "24510": "43.49"}', + coty_name: ['Anne Arundel', 'Baltimore'], + cty_code: ['24003', '24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.56282, lat: 39.20714 }, + }, + { + zip_code: '21251', + usps_city: 'Baltimore', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 2113.3, + primary_coty_code: '24510', + primary_coty_name: 'Baltimore', + county_weights: '{"24510": "100"}', + coty_name: ['Baltimore'], + cty_code: ['24510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.58072, lat: 39.34725 }, + }, + { + zip_code: '21619', + usps_city: 'Chester', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 5964.0, + density: 248.4, + primary_coty_code: '24035', + primary_coty_name: "Queen Anne's", + county_weights: '{"24035": "100"}', + coty_name: ["Queen Anne's"], + cty_code: ['24035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.27937, lat: 38.9528 }, + }, + { + zip_code: '21654', + usps_city: 'Oxford', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 986.0, + density: 34.7, + primary_coty_code: '24041', + primary_coty_name: 'Talbot', + county_weights: '{"24041": "100"}', + coty_name: ['Talbot'], + cty_code: ['24041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.1258, lat: 38.69003 }, + }, + { + zip_code: '21677', + usps_city: 'Woolford', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 446.0, + density: 18.4, + primary_coty_code: '24019', + primary_coty_name: 'Dorchester', + county_weights: '{"24019": "100"}', + coty_name: ['Dorchester'], + cty_code: ['24019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.18396, lat: 38.48674 }, + }, + { + zip_code: '21794', + usps_city: 'West Friendship', + stusps_code: 'MD', + ste_name: 'Maryland', + zcta: 'TRUE', + parent_zcta: null, + population: 2277.0, + density: 100.7, + primary_coty_code: '24027', + primary_coty_name: 'Howard', + county_weights: '{"24027": "100"}', + coty_name: ['Howard'], + cty_code: ['24027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.9727, lat: 39.29664 }, + }, + { + zip_code: '22015', + usps_city: 'Burke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 44523.0, + density: 2050.3, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.28116, lat: 38.78812 }, + }, + { + zip_code: '22079', + usps_city: 'Lorton', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36559.0, + density: 482.8, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.20888, lat: 38.68071 }, + }, + { + zip_code: '22152', + usps_city: 'Springfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 30624.0, + density: 1987.0, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.23156, lat: 38.77578 }, + }, + { + zip_code: '22192', + usps_city: 'Woodbridge', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 58690.0, + density: 1223.2, + primary_coty_code: '51153', + primary_coty_name: 'Prince William', + county_weights: '{"51153": "100"}', + coty_name: ['Prince William'], + cty_code: ['51153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.3161, lat: 38.68334 }, + }, + { + zip_code: '22202', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 25409.0, + density: 2536.1, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "100"}', + coty_name: ['Arlington'], + cty_code: ['51013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.0517, lat: 38.85639 }, + }, + { + zip_code: '22206', + usps_city: 'Arlington', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 20508.0, + density: 3855.6, + primary_coty_code: '51013', + primary_coty_name: 'Arlington', + county_weights: '{"51013": "98.08", "51510": "1.92"}', + coty_name: ['Arlington', 'Alexandria'], + cty_code: ['51013', '51510'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.08891, lat: 38.84412 }, + }, + { + zip_code: '22307', + usps_city: 'Alexandria', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9902.0, + density: 1321.4, + primary_coty_code: '51059', + primary_coty_name: 'Fairfax', + county_weights: '{"51059": "100"}', + coty_name: ['Fairfax'], + cty_code: ['51059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.05739, lat: 38.77203 }, + }, + { + zip_code: '22534', + usps_city: 'Partlow', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3228.0, + density: 36.7, + primary_coty_code: '51177', + primary_coty_name: 'Spotsylvania', + county_weights: '{"51177": "100"}', + coty_name: ['Spotsylvania'], + cty_code: ['51177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.67173, lat: 38.0794 }, + }, + { + zip_code: '22535', + usps_city: 'Port Royal', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 554.0, + density: 22.5, + primary_coty_code: '51033', + primary_coty_name: 'Caroline', + county_weights: '{"51033": "100"}', + coty_name: ['Caroline'], + cty_code: ['51033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.16466, lat: 38.1521 }, + }, + { + zip_code: '22578', + usps_city: 'White Stone', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2526.0, + density: 52.5, + primary_coty_code: '51103', + primary_coty_name: 'Lancaster', + county_weights: '{"51103": "100"}', + coty_name: ['Lancaster'], + cty_code: ['51103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.36241, lat: 37.65077 }, + }, + { + zip_code: '22637', + usps_city: 'Gore', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2443.0, + density: 21.2, + primary_coty_code: '51069', + primary_coty_name: 'Frederick', + county_weights: '{"51069": "100"}', + coty_name: ['Frederick'], + cty_code: ['51069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.35907, lat: 39.25095 }, + }, + { + zip_code: '22728', + usps_city: 'Midland', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2834.0, + density: 24.2, + primary_coty_code: '51061', + primary_coty_name: 'Fauquier', + county_weights: '{"51061": "100"}', + coty_name: ['Fauquier'], + cty_code: ['51061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.694, lat: 38.58746 }, + }, + { + zip_code: '22835', + usps_city: 'Luray', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 11593.0, + density: 29.7, + primary_coty_code: '51139', + primary_coty_name: 'Page', + county_weights: '{"51139": "100", "51113": "0"}', + coty_name: ['Page', 'Madison'], + cty_code: ['51139', '51113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.45251, lat: 38.67241 }, + }, + { + zip_code: '22901', + usps_city: 'Charlottesville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 35372.0, + density: 261.9, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "82.36", "51540": "17.64"}', + coty_name: ['Albemarle', 'Charlottesville'], + cty_code: ['51003', '51540'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.55617, lat: 38.08844 }, + }, + { + zip_code: '22959', + usps_city: 'North Garden', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1380.0, + density: 13.7, + primary_coty_code: '51003', + primary_coty_name: 'Albemarle', + county_weights: '{"51003": "100"}', + coty_name: ['Albemarle'], + cty_code: ['51003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.65369, lat: 37.94084 }, + }, + { + zip_code: '23059', + usps_city: 'Glen Allen', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 36070.0, + density: 303.1, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "86.84", "51085": "13.16"}', + coty_name: ['Henrico', 'Hanover'], + cty_code: ['51087', '51085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.56251, lat: 37.70488 }, + }, + { + zip_code: '23075', + usps_city: 'Henrico', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 9414.0, + density: 792.8, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "100"}', + coty_name: ['Henrico'], + cty_code: ['51087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31773, lat: 37.54867 }, + }, + { + zip_code: '23230', + usps_city: 'Richmond', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6871.0, + density: 636.2, + primary_coty_code: '51087', + primary_coty_name: 'Henrico', + county_weights: '{"51087": "62.12", "51760": "37.88"}', + coty_name: ['Henrico', 'Richmond'], + cty_code: ['51087', '51760'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.49093, lat: 37.5862 }, + }, + { + zip_code: '23320', + usps_city: 'Chesapeake', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 57619.0, + density: 701.2, + primary_coty_code: '51550', + primary_coty_name: 'Chesapeake', + county_weights: '{"51550": "100"}', + coty_name: ['Chesapeake'], + cty_code: ['51550'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.2183, lat: 36.75193 }, + }, + { + zip_code: '23503', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 31915.0, + density: 2396.9, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.26289, lat: 36.94728 }, + }, + { + zip_code: '23518', + usps_city: 'Norfolk', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 29301.0, + density: 1848.6, + primary_coty_code: '51710', + primary_coty_name: 'Norfolk', + county_weights: '{"51710": "100"}', + coty_name: ['Norfolk'], + cty_code: ['51710'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.21584, lat: 36.91648 }, + }, + { + zip_code: '23829', + usps_city: 'Capron', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2454.0, + density: 11.6, + primary_coty_code: '51175', + primary_coty_name: 'Southampton', + county_weights: '{"51175": "100"}', + coty_name: ['Southampton'], + cty_code: ['51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.22214, lat: 36.73033 }, + }, + { + zip_code: '23898', + usps_city: 'Zuni', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2190.0, + density: 17.0, + primary_coty_code: '51093', + primary_coty_name: 'Isle of Wight', + county_weights: '{"51093": "65.54", "51175": "34.46"}', + coty_name: ['Isle of Wight', 'Southampton'], + cty_code: ['51093', '51175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.85599, lat: 36.8273 }, + }, + { + zip_code: '24011', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 518.0, + density: 1165.0, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "100"}', + coty_name: ['Roanoke'], + cty_code: ['51770'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.94127, lat: 37.27044 }, + }, + { + zip_code: '24013', + usps_city: 'Roanoke', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 8478.0, + density: 1448.3, + primary_coty_code: '51770', + primary_coty_name: 'Roanoke', + county_weights: '{"51770": "100"}', + coty_name: ['Roanoke'], + cty_code: ['51770'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.92248, lat: 37.26648 }, + }, + { + zip_code: '24236', + usps_city: 'Damascus', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3092.0, + density: 21.1, + primary_coty_code: '51191', + primary_coty_name: 'Washington', + county_weights: '{"51191": "100"}', + coty_name: ['Washington'], + cty_code: ['51191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.74467, lat: 36.6424 }, + }, + { + zip_code: '24347', + usps_city: 'Hiwassee', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1619.0, + density: 7.9, + primary_coty_code: '51155', + primary_coty_name: 'Pulaski', + county_weights: '{"51155": "90.83", "51121": "7.3", "51035": "1.86"}', + coty_name: ['Pulaski', 'Montgomery', 'Carroll'], + cty_code: ['51155', '51121', '51035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.65565, lat: 36.96183 }, + }, + { + zip_code: '24352', + usps_city: 'Laurel Fork', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 839.0, + density: 11.3, + primary_coty_code: '51035', + primary_coty_name: 'Carroll', + county_weights: '{"51035": "99.89", "51063": "0.11"}', + coty_name: ['Carroll', 'Floyd'], + cty_code: ['51035', '51063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.53313, lat: 36.7148 }, + }, + { + zip_code: '24421', + usps_city: 'Churchville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4029.0, + density: 20.3, + primary_coty_code: '51015', + primary_coty_name: 'Augusta', + county_weights: '{"51015": "100"}', + coty_name: ['Augusta'], + cty_code: ['51015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.20084, lat: 38.26198 }, + }, + { + zip_code: '24435', + usps_city: 'Fairfield', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2028.0, + density: 25.0, + primary_coty_code: '51163', + primary_coty_name: 'Rockbridge', + county_weights: '{"51163": "100"}', + coty_name: ['Rockbridge'], + cty_code: ['51163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.30305, lat: 37.87203 }, + }, + { + zip_code: '24487', + usps_city: 'Williamsville', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 322.0, + density: 1.7, + primary_coty_code: '51017', + primary_coty_name: 'Bath', + county_weights: '{"51017": "89.38", "51091": "10.63"}', + coty_name: ['Bath', 'Highland'], + cty_code: ['51017', '51091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.58785, lat: 38.18974 }, + }, + { + zip_code: '24571', + usps_city: 'Lynch Station', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2310.0, + density: 17.4, + primary_coty_code: '51031', + primary_coty_name: 'Campbell', + county_weights: '{"51031": "78.58", "51019": "21.42"}', + coty_name: ['Campbell', 'Bedford'], + cty_code: ['51031', '51019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.37932, lat: 37.13691 }, + }, + { + zip_code: '24580', + usps_city: 'Nelson', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 531.0, + density: 9.9, + primary_coty_code: '51117', + primary_coty_name: 'Mecklenburg', + county_weights: '{"51117": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['51117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.68318, lat: 36.58095 }, + }, + { + zip_code: '24601', + usps_city: 'Amonate', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "100"}', + coty_name: ['Tazewell'], + cty_code: ['51185'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.64921, lat: 37.19378 }, + }, + { + zip_code: '24639', + usps_city: 'Raven', + stusps_code: 'VA', + ste_name: 'Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3412.0, + density: 31.3, + primary_coty_code: '51185', + primary_coty_name: 'Tazewell', + county_weights: '{"51185": "64.79", "51027": "34.73", "51167": "0.48"}', + coty_name: ['Tazewell', 'Buchanan', 'Russell'], + cty_code: ['51185', '51027', '51167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.89861, lat: 37.16695 }, + }, + { + zip_code: '24844', + usps_city: 'Iaeger', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1178.0, + density: 8.0, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.80464, lat: 37.46241 }, + }, + { + zip_code: '24881', + usps_city: 'Roderfield', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 373.0, + density: 11.9, + primary_coty_code: '54047', + primary_coty_name: 'McDowell', + county_weights: '{"54047": "100"}', + coty_name: ['McDowell'], + cty_code: ['54047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.69151, lat: 37.4397 }, + }, + { + zip_code: '25047', + usps_city: 'Clothier', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 166.0, + density: 8.4, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "60.83", "54005": "39.17"}', + coty_name: ['Logan', 'Boone'], + cty_code: ['54045', '54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76046, lat: 37.92177 }, + }, + { + zip_code: '25133', + usps_city: 'Maysel', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1032.0, + density: 25.0, + primary_coty_code: '54015', + primary_coty_name: 'Clay', + county_weights: '{"54015": "100"}', + coty_name: ['Clay'], + cty_code: ['54015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.12929, lat: 38.47715 }, + }, + { + zip_code: '25139', + usps_city: 'Mount Carbon', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 389.0, + density: 272.0, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.28627, lat: 38.13831 }, + }, + { + zip_code: '25152', + usps_city: 'Page', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 285.0, + density: 31.1, + primary_coty_code: '54019', + primary_coty_name: 'Fayette', + county_weights: '{"54019": "100"}', + coty_name: ['Fayette'], + cty_code: ['54019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.25363, lat: 38.05738 }, + }, + { + zip_code: '25169', + usps_city: 'Ridgeview', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 459.0, + density: 9.4, + primary_coty_code: '54005', + primary_coty_name: 'Boone', + county_weights: '{"54005": "100"}', + coty_name: ['Boone'], + cty_code: ['54005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.78931, lat: 38.15255 }, + }, + { + zip_code: '25202', + usps_city: 'Tornado', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1239.0, + density: 41.9, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "85.47", "54043": "14.53"}', + coty_name: ['Kanawha', 'Lincoln'], + cty_code: ['54039', '54043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85577, lat: 38.31778 }, + }, + { + zip_code: '25311', + usps_city: 'Charleston', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 10964.0, + density: 149.8, + primary_coty_code: '54039', + primary_coty_name: 'Kanawha', + county_weights: '{"54039": "100"}', + coty_name: ['Kanawha'], + cty_code: ['54039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54925, lat: 38.36313 }, + }, + { + zip_code: '25427', + usps_city: 'Hedgesville', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 14400.0, + density: 40.9, + primary_coty_code: '54003', + primary_coty_name: 'Berkeley', + county_weights: '{"54003": "83.68", "54065": "16.32"}', + coty_name: ['Berkeley', 'Morgan'], + cty_code: ['54003', '54065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.09121, lat: 39.5213 }, + }, + { + zip_code: '25634', + usps_city: 'Mallory', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 31.8, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84809, lat: 37.73097 }, + }, + { + zip_code: '25647', + usps_city: 'Switzer', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 723.0, + density: 87.5, + primary_coty_code: '54045', + primary_coty_name: 'Logan', + county_weights: '{"54045": "100"}', + coty_name: ['Logan'], + cty_code: ['54045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.98473, lat: 37.78206 }, + }, + { + zip_code: '25671', + usps_city: 'Dingess', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1471.0, + density: 18.0, + primary_coty_code: '54059', + primary_coty_name: 'Mingo', + county_weights: '{"54059": "100"}', + coty_name: ['Mingo'], + cty_code: ['54059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19187, lat: 37.88386 }, + }, + { + zip_code: '25832', + usps_city: 'Daniels', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 3925.0, + density: 125.9, + primary_coty_code: '54081', + primary_coty_name: 'Raleigh', + county_weights: '{"54081": "100"}', + coty_name: ['Raleigh'], + cty_code: ['54081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.10882, lat: 37.72554 }, + }, + { + zip_code: '26040', + usps_city: 'Mcmechen', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 1927.0, + density: 320.7, + primary_coty_code: '54051', + primary_coty_name: 'Marshall', + county_weights: '{"54051": "100"}', + coty_name: ['Marshall'], + cty_code: ['54051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.7216, lat: 39.98752 }, + }, + { + zip_code: '26134', + usps_city: 'Belmont', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 874.0, + density: 160.0, + primary_coty_code: '54073', + primary_coty_name: 'Pleasants', + county_weights: '{"54073": "100"}', + coty_name: ['Pleasants'], + cty_code: ['54073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2876, lat: 39.36798 }, + }, + { + zip_code: '26170', + usps_city: 'Saint Marys', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 6275.0, + density: 23.1, + primary_coty_code: '54073', + primary_coty_name: 'Pleasants', + county_weights: '{"54073": "98.04", "54085": "1.96"}', + coty_name: ['Pleasants', 'Ritchie'], + cty_code: ['54073', '54085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.17228, lat: 39.35963 }, + }, + { + zip_code: '26253', + usps_city: 'Beverly', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 4197.0, + density: 23.5, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "100"}', + coty_name: ['Randolph'], + cty_code: ['54083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85933, lat: 38.79388 }, + }, + { + zip_code: '26263', + usps_city: 'Dryfork', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 244.0, + density: 3.1, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "62.97", "54093": "37.03"}', + coty_name: ['Randolph', 'Tucker'], + cty_code: ['54083', '54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.43727, lat: 38.94899 }, + }, + { + zip_code: '26276', + usps_city: 'Kerens', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 8.3, + primary_coty_code: '54083', + primary_coty_name: 'Randolph', + county_weights: '{"54083": "80.06", "54093": "19.94"}', + coty_name: ['Randolph', 'Tucker'], + cty_code: ['54083', '54093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.7637, lat: 39.01765 }, + }, + { + zip_code: '26537', + usps_city: 'Kingwood', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 5247.0, + density: 49.1, + primary_coty_code: '54077', + primary_coty_name: 'Preston', + county_weights: '{"54077": "100"}', + coty_name: ['Preston'], + cty_code: ['54077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.71237, lat: 39.48736 }, + }, + { + zip_code: '26568', + usps_city: 'Enterprise', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 205.0, + primary_coty_code: '54033', + primary_coty_name: 'Harrison', + county_weights: '{"54033": "100"}', + coty_name: ['Harrison'], + cty_code: ['54033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.27767, lat: 39.42485 }, + }, + { + zip_code: '26801', + usps_city: 'Baker', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 770.0, + density: 4.1, + primary_coty_code: '54031', + primary_coty_name: 'Hardy', + county_weights: '{"54031": "100"}', + coty_name: ['Hardy'], + cty_code: ['54031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.80364, lat: 39.05028 }, + }, + { + zip_code: '26807', + usps_city: 'Franklin', + stusps_code: 'WV', + ste_name: 'West Virginia', + zcta: 'TRUE', + parent_zcta: null, + population: 2710.0, + density: 5.9, + primary_coty_code: '54071', + primary_coty_name: 'Pendleton', + county_weights: '{"54071": "100"}', + coty_name: ['Pendleton'], + cty_code: ['54071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.35391, lat: 38.65569 }, + }, + { + zip_code: '27016', + usps_city: 'Danbury', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1339.0, + density: 12.9, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "100"}', + coty_name: ['Stokes'], + cty_code: ['37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21452, lat: 36.45168 }, + }, + { + zip_code: '27022', + usps_city: 'Lawsonville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1103.0, + density: 12.8, + primary_coty_code: '37169', + primary_coty_name: 'Stokes', + county_weights: '{"37169": "100"}', + coty_name: ['Stokes'], + cty_code: ['37169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.21465, lat: 36.51447 }, + }, + { + zip_code: '27023', + usps_city: 'Lewisville', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 12728.0, + density: 176.9, + primary_coty_code: '37067', + primary_coty_name: 'Forsyth', + county_weights: '{"37067": "100"}', + coty_name: ['Forsyth'], + cty_code: ['37067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.45048, lat: 36.09096 }, + }, + { + zip_code: '27278', + usps_city: 'Hillsborough', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 26884.0, + density: 102.4, + primary_coty_code: '37135', + primary_coty_name: 'Orange', + county_weights: '{"37135": "94.21", "37063": "5.79"}', + coty_name: ['Orange', 'Durham'], + cty_code: ['37135', '37063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.08617, lat: 36.08601 }, + }, + { + zip_code: '27317', + usps_city: 'Randleman', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16169.0, + density: 116.3, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "96.86", "37081": "3.14"}', + coty_name: ['Randolph', 'Guilford'], + cty_code: ['37151', '37081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.80283, lat: 35.83746 }, + }, + { + zip_code: '27340', + usps_city: 'Saxapahaw', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 43.0, + density: 293.8, + primary_coty_code: '37001', + primary_coty_name: 'Alamance', + county_weights: '{"37001": "100"}', + coty_name: ['Alamance'], + cty_code: ['37001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.31719, lat: 35.94596 }, + }, + { + zip_code: '27350', + usps_city: 'Sophia', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6412.0, + density: 66.5, + primary_coty_code: '37151', + primary_coty_name: 'Randolph', + county_weights: '{"37151": "100"}', + coty_name: ['Randolph'], + cty_code: ['37151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.88925, lat: 35.80575 }, + }, + { + zip_code: '27544', + usps_city: 'Kittrell', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5131.0, + density: 32.5, + primary_coty_code: '37181', + primary_coty_name: 'Vance', + county_weights: '{"37181": "66.8", "37069": "21.94", "37077": "11.26"}', + coty_name: ['Vance', 'Franklin', 'Granville'], + cty_code: ['37181', '37069', '37077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.44077, lat: 36.20052 }, + }, + { + zip_code: '27803', + usps_city: 'Rocky Mount', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 17905.0, + density: 171.4, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "96.23", "37195": "2.12", "37065": "1.64"}', + coty_name: ['Nash', 'Wilson', 'Edgecombe'], + cty_code: ['37127', '37195', '37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.85593, lat: 35.89988 }, + }, + { + zip_code: '27812', + usps_city: 'Bethel', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2686.0, + density: 16.7, + primary_coty_code: '37147', + primary_coty_name: 'Pitt', + county_weights: '{"37147": "90.94", "37065": "5.51", "37117": "3.55"}', + coty_name: ['Pitt', 'Edgecombe', 'Martin'], + cty_code: ['37147', '37065', '37117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.36924, lat: 35.81566 }, + }, + { + zip_code: '27869', + usps_city: 'Rich Square', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1705.0, + density: 8.0, + primary_coty_code: '37131', + primary_coty_name: 'Northampton', + county_weights: '{"37131": "100"}', + coty_name: ['Northampton'], + cty_code: ['37131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.31438, lat: 36.26606 }, + }, + { + zip_code: '27878', + usps_city: 'Sharpsburg', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2045.0, + density: 429.8, + primary_coty_code: '37127', + primary_coty_name: 'Nash', + county_weights: '{"37127": "62.82", "37195": "29.16", "37065": "8.03"}', + coty_name: ['Nash', 'Wilson', 'Edgecombe'], + cty_code: ['37127', '37195', '37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.83493, lat: 35.86681 }, + }, + { + zip_code: '27881', + usps_city: 'Speed', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 146.0, + density: 83.0, + primary_coty_code: '37065', + primary_coty_name: 'Edgecombe', + county_weights: '{"37065": "100"}', + coty_name: ['Edgecombe'], + cty_code: ['37065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.43659, lat: 35.97843 }, + }, + { + zip_code: '27939', + usps_city: 'Grandy', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2862.0, + density: 167.2, + primary_coty_code: '37053', + primary_coty_name: 'Currituck', + county_weights: '{"37053": "100"}', + coty_name: ['Currituck'], + cty_code: ['37053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -75.86756, lat: 36.23639 }, + }, + { + zip_code: '27983', + usps_city: 'Windsor', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 8502.0, + density: 9.9, + primary_coty_code: '37015', + primary_coty_name: 'Bertie', + county_weights: '{"37015": "100"}', + coty_name: ['Bertie'], + cty_code: ['37015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -76.93933, lat: 35.98396 }, + }, + { + zip_code: '28012', + usps_city: 'Belmont', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 23830.0, + density: 336.1, + primary_coty_code: '37071', + primary_coty_name: 'Gaston', + county_weights: '{"37071": "100"}', + coty_name: ['Gaston'], + cty_code: ['37071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04074, lat: 35.21042 }, + }, + { + zip_code: '28027', + usps_city: 'Concord', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 68716.0, + density: 386.6, + primary_coty_code: '37025', + primary_coty_name: 'Cabarrus', + county_weights: '{"37025": "100"}', + coty_name: ['Cabarrus'], + cty_code: ['37025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.67521, lat: 35.40847 }, + }, + { + zip_code: '28128', + usps_city: 'Norwood', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 7519.0, + density: 42.6, + primary_coty_code: '37167', + primary_coty_name: 'Stanly', + county_weights: '{"37167": "100"}', + coty_name: ['Stanly'], + cty_code: ['37167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.15849, lat: 35.2146 }, + }, + { + zip_code: '28216', + usps_city: 'Charlotte', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 49849.0, + density: 643.4, + primary_coty_code: '37119', + primary_coty_name: 'Mecklenburg', + county_weights: '{"37119": "100"}', + coty_name: ['Mecklenburg'], + cty_code: ['37119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.8875, lat: 35.31122 }, + }, + { + zip_code: '28369', + usps_city: 'Orrum', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2585.0, + density: 13.5, + primary_coty_code: '37155', + primary_coty_name: 'Robeson', + county_weights: '{"37155": "100"}', + coty_name: ['Robeson'], + cty_code: ['37155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.03027, lat: 34.42096 }, + }, + { + zip_code: '28424', + usps_city: 'Brunswick', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 125.0, + primary_coty_code: '37047', + primary_coty_name: 'Columbus', + county_weights: '{"37047": "100"}', + coty_name: ['Columbus'], + cty_code: ['37047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -78.69973, lat: 34.29029 }, + }, + { + zip_code: '28519', + usps_city: 'Bridgeton', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 341.0, + density: 429.2, + primary_coty_code: '37049', + primary_coty_name: 'Craven', + county_weights: '{"37049": "100"}', + coty_name: ['Craven'], + cty_code: ['37049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.02169, lat: 35.12374 }, + }, + { + zip_code: '28543', + usps_city: 'Tarawa Terrace', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 5180.0, + density: 978.2, + primary_coty_code: '37133', + primary_coty_name: 'Onslow', + county_weights: '{"37133": "100"}', + coty_name: ['Onslow'], + cty_code: ['37133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -77.3788, lat: 34.73361 }, + }, + { + zip_code: '28627', + usps_city: 'Glade Valley', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1020.0, + density: 19.7, + primary_coty_code: '37005', + primary_coty_name: 'Alleghany', + county_weights: '{"37005": "100"}', + coty_name: ['Alleghany'], + cty_code: ['37005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00585, lat: 36.45785 }, + }, + { + zip_code: '28636', + usps_city: 'Hiddenite', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4901.0, + density: 31.8, + primary_coty_code: '37003', + primary_coty_name: 'Alexander', + county_weights: '{"37003": "95.85", "37097": "4.15"}', + coty_name: ['Alexander', 'Iredell'], + cty_code: ['37003', '37097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.06397, lat: 35.94324 }, + }, + { + zip_code: '28651', + usps_city: 'Millers Creek', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 6820.0, + density: 30.0, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.2849, lat: 36.27221 }, + }, + { + zip_code: '28669', + usps_city: 'Roaring River', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2623.0, + density: 21.9, + primary_coty_code: '37193', + primary_coty_name: 'Wilkes', + county_weights: '{"37193": "100"}', + coty_name: ['Wilkes'], + cty_code: ['37193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.99496, lat: 36.22862 }, + }, + { + zip_code: '28692', + usps_city: 'Vilas', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4070.0, + density: 40.9, + primary_coty_code: '37189', + primary_coty_name: 'Watauga', + county_weights: '{"37189": "100"}', + coty_name: ['Watauga'], + cty_code: ['37189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79529, lat: 36.28003 }, + }, + { + zip_code: '28707', + usps_city: 'Balsam', + stusps_code: 'NC', + ste_name: 'North Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 201.0, + density: 7.0, + primary_coty_code: '37099', + primary_coty_name: 'Jackson', + county_weights: '{"37099": "100"}', + coty_name: ['Jackson'], + cty_code: ['37099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.06586, lat: 35.39743 }, + }, + { + zip_code: '29162', + usps_city: 'Turbeville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2805.0, + density: 32.3, + primary_coty_code: '45027', + primary_coty_name: 'Clarendon', + county_weights: '{"45027": "99.22", "45085": "0.78"}', + coty_name: ['Clarendon', 'Sumter'], + cty_code: ['45027', '45085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.01094, lat: 33.88668 }, + }, + { + zip_code: '29163', + usps_city: 'Vance', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1928.0, + density: 25.1, + primary_coty_code: '45075', + primary_coty_name: 'Orangeburg', + county_weights: '{"45075": "100"}', + coty_name: ['Orangeburg'], + cty_code: ['45075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4395, lat: 33.42392 }, + }, + { + zip_code: '29302', + usps_city: 'Spartanburg', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 16855.0, + density: 130.9, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.84322, lat: 34.89502 }, + }, + { + zip_code: '29378', + usps_city: 'Una', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 156.0, + density: 718.8, + primary_coty_code: '45083', + primary_coty_name: 'Spartanburg', + county_weights: '{"45083": "100"}', + coty_name: ['Spartanburg'], + cty_code: ['45083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.96874, lat: 34.96697 }, + }, + { + zip_code: '29429', + usps_city: 'Awendaw', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 3863.0, + density: 13.7, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.66947, lat: 32.97346 }, + }, + { + zip_code: '29458', + usps_city: 'McClellanville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2972.0, + density: 6.9, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.45896, lat: 33.09891 }, + }, + { + zip_code: '29470', + usps_city: 'Ravenel', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4685.0, + density: 21.5, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "91.78", "45035": "8.22"}', + coty_name: ['Charleston', 'Dorchester'], + cty_code: ['45019', '45035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.2511, lat: 32.82219 }, + }, + { + zip_code: '29482', + usps_city: 'Sullivans Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2203.0, + density: 330.5, + primary_coty_code: '45019', + primary_coty_name: 'Charleston', + county_weights: '{"45019": "100"}', + coty_name: ['Charleston'], + cty_code: ['45019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.83545, lat: 32.76856 }, + }, + { + zip_code: '29593', + usps_city: 'Society Hill', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 1525.0, + density: 7.3, + primary_coty_code: '45031', + primary_coty_name: 'Darlington', + county_weights: '{"45031": "68.63", "45025": "31.37"}', + coty_name: ['Darlington', 'Chesterfield'], + cty_code: ['45031', '45025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -79.85739, lat: 34.49494 }, + }, + { + zip_code: '29662', + usps_city: 'Mauldin', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 15547.0, + density: 1053.5, + primary_coty_code: '45045', + primary_coty_name: 'Greenville', + county_weights: '{"45045": "100"}', + coty_name: ['Greenville'], + cty_code: ['45045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30524, lat: 34.77777 }, + }, + { + zip_code: '29684', + usps_city: 'Starr', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 4138.0, + density: 28.4, + primary_coty_code: '45007', + primary_coty_name: 'Anderson', + county_weights: '{"45007": "100"}', + coty_name: ['Anderson'], + cty_code: ['45007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72663, lat: 34.3803 }, + }, + { + zip_code: '29905', + usps_city: 'Parris Island', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 2723.0, + density: 380.1, + primary_coty_code: '45013', + primary_coty_name: 'Beaufort', + county_weights: '{"45013": "100"}', + coty_name: ['Beaufort'], + cty_code: ['45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.68492, lat: 32.35145 }, + }, + { + zip_code: '29927', + usps_city: 'Hardeeville', + stusps_code: 'SC', + ste_name: 'South Carolina', + zcta: 'TRUE', + parent_zcta: null, + population: 9829.0, + density: 19.4, + primary_coty_code: '45053', + primary_coty_name: 'Jasper', + county_weights: '{"45053": "99.87", "45013": "0.13"}', + coty_name: ['Jasper', 'Beaufort'], + cty_code: ['45053', '45013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.04402, lat: 32.23044 }, + }, + { + zip_code: '30066', + usps_city: 'Marietta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 55937.0, + density: 792.5, + primary_coty_code: '13067', + primary_coty_name: 'Cobb', + county_weights: '{"13067": "100"}', + coty_name: ['Cobb'], + cty_code: ['13067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.50788, lat: 34.03403 }, + }, + { + zip_code: '30070', + usps_city: 'Porterdale', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 426.0, + density: 2660.1, + primary_coty_code: '13217', + primary_coty_name: 'Newton', + county_weights: '{"13217": "100"}', + coty_name: ['Newton'], + cty_code: ['13217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.89538, lat: 33.57416 }, + }, + { + zip_code: '30182', + usps_city: 'Waco', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 2501.0, + density: 27.1, + primary_coty_code: '13045', + primary_coty_name: 'Carroll', + county_weights: '{"13045": "54.28", "13143": "45.72"}', + coty_name: ['Carroll', 'Haralson'], + cty_code: ['13045', '13143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.24598, lat: 33.65549 }, + }, + { + zip_code: '30256', + usps_city: 'Meansville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3007.0, + density: 33.8, + primary_coty_code: '13231', + primary_coty_name: 'Pike', + county_weights: '{"13231": "78.31", "13293": "21.69"}', + coty_name: ['Pike', 'Upson'], + cty_code: ['13231', '13293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.32024, lat: 33.01415 }, + }, + { + zip_code: '30337', + usps_city: 'Atlanta', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 13962.0, + density: 447.1, + primary_coty_code: '13121', + primary_coty_name: 'Fulton', + county_weights: '{"13121": "100", "13063": "0"}', + coty_name: ['Fulton', 'Clayton'], + cty_code: ['13121', '13063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45006, lat: 33.64005 }, + }, + { + zip_code: '30553', + usps_city: 'Lavonia', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8009.0, + density: 52.1, + primary_coty_code: '13119', + primary_coty_name: 'Franklin', + county_weights: '{"13119": "74.03", "13147": "25.97"}', + coty_name: ['Franklin', 'Hart'], + cty_code: ['13119', '13147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.08604, lat: 34.4433 }, + }, + { + zip_code: '30562', + usps_city: 'Mountain City', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1326.0, + density: 172.2, + primary_coty_code: '13241', + primary_coty_name: 'Rabun', + county_weights: '{"13241": "100"}', + coty_name: ['Rabun'], + cty_code: ['13241'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.37748, lat: 34.92155 }, + }, + { + zip_code: '30629', + usps_city: 'Comer', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 4832.0, + density: 24.9, + primary_coty_code: '13195', + primary_coty_name: 'Madison', + county_weights: '{"13195": "79.96", "13221": "20.04"}', + coty_name: ['Madison', 'Oglethorpe'], + cty_code: ['13195', '13221'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.1171, lat: 34.079 }, + }, + { + zip_code: '30747', + usps_city: 'Summerville', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15902.0, + density: 33.5, + primary_coty_code: '13055', + primary_coty_name: 'Chattooga', + county_weights: '{"13055": "98.64", "13295": "1.36"}', + coty_name: ['Chattooga', 'Walker'], + cty_code: ['13055', '13295'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.29877, lat: 34.4989 }, + }, + { + zip_code: '30822', + usps_city: 'Perkins', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 600.0, + density: 6.6, + primary_coty_code: '13165', + primary_coty_name: 'Jenkins', + county_weights: '{"13165": "100"}', + coty_name: ['Jenkins'], + cty_code: ['13165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8538, lat: 32.91289 }, + }, + { + zip_code: '31009', + usps_city: 'Cadwell', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 6.8, + primary_coty_code: '13175', + primary_coty_name: 'Laurens', + county_weights: '{"13175": "100"}', + coty_name: ['Laurens'], + cty_code: ['13175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.00932, lat: 32.27683 }, + }, + { + zip_code: '31023', + usps_city: 'Eastman', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 14315.0, + density: 19.5, + primary_coty_code: '13091', + primary_coty_name: 'Dodge', + county_weights: '{"13091": "98.75", "13235": "1.25"}', + coty_name: ['Dodge', 'Pulaski'], + cty_code: ['13091', '13235'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.20049, lat: 32.18401 }, + }, + { + zip_code: '31046', + usps_city: 'Juliette', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3348.0, + density: 17.3, + primary_coty_code: '13207', + primary_coty_name: 'Monroe', + county_weights: '{"13207": "91.21", "13169": "8.79"}', + coty_name: ['Monroe', 'Jones'], + cty_code: ['13207', '13169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.77853, lat: 33.05619 }, + }, + { + zip_code: '31058', + usps_city: 'Mauk', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 1827.0, + density: 7.1, + primary_coty_code: '13197', + primary_coty_name: 'Marion', + county_weights: '{"13197": "64.63", "13269": "35.37"}', + coty_name: ['Marion', 'Taylor'], + cty_code: ['13197', '13269'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41613, lat: 32.49214 }, + }, + { + zip_code: '31204', + usps_city: 'Macon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 29765.0, + density: 785.1, + primary_coty_code: '13021', + primary_coty_name: 'Bibb', + county_weights: '{"13021": "100"}', + coty_name: ['Bibb'], + cty_code: ['13021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.67584, lat: 32.85012 }, + }, + { + zip_code: '31309', + usps_city: 'Fleming', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 923.0, + density: 13.7, + primary_coty_code: '13179', + primary_coty_name: 'Liberty', + county_weights: '{"13179": "100"}', + coty_name: ['Liberty'], + cty_code: ['13179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.43441, lat: 31.88144 }, + }, + { + zip_code: '31326', + usps_city: 'Rincon', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 20933.0, + density: 115.4, + primary_coty_code: '13103', + primary_coty_name: 'Effingham', + county_weights: '{"13103": "100"}', + coty_name: ['Effingham'], + cty_code: ['13103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.22975, lat: 32.296 }, + }, + { + zip_code: '31647', + usps_city: 'Sparks', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3781.0, + density: 32.4, + primary_coty_code: '13075', + primary_coty_name: 'Cook', + county_weights: '{"13075": "100"}', + coty_name: ['Cook'], + cty_code: ['13075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4306, lat: 31.21053 }, + }, + { + zip_code: '31709', + usps_city: 'Americus', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 15802.0, + density: 48.0, + primary_coty_code: '13261', + primary_coty_name: 'Sumter', + county_weights: '{"13261": "100"}', + coty_name: ['Sumter'], + cty_code: ['13261'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.13411, lat: 32.06395 }, + }, + { + zip_code: '31730', + usps_city: 'Camilla', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 8056.0, + density: 12.3, + primary_coty_code: '13205', + primary_coty_name: 'Mitchell', + county_weights: '{"13205": "99.11", "13087": "0.89"}', + coty_name: ['Mitchell', 'Decatur'], + cty_code: ['13205', '13087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.28681, lat: 31.20675 }, + }, + { + zip_code: '31768', + usps_city: 'Moultrie', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 23016.0, + density: 58.7, + primary_coty_code: '13071', + primary_coty_name: 'Colquitt', + county_weights: '{"13071": "100"}', + coty_name: ['Colquitt'], + cty_code: ['13071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.84048, lat: 31.19178 }, + }, + { + zip_code: '31773', + usps_city: 'Ochlocknee', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 3702.0, + density: 16.9, + primary_coty_code: '13275', + primary_coty_name: 'Thomas', + county_weights: '{"13275": "78.57", "13131": "21.43"}', + coty_name: ['Thomas', 'Grady'], + cty_code: ['13275', '13131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.04652, lat: 30.97623 }, + }, + { + zip_code: '32250', + usps_city: 'Jacksonville Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27246.0, + density: 1222.4, + primary_coty_code: '12031', + primary_coty_name: 'Duval', + county_weights: '{"12031": "100"}', + coty_name: ['Duval'], + cty_code: ['12031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.40904, lat: 30.27811 }, + }, + { + zip_code: '32403', + usps_city: 'Panama City', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 2779.0, + density: 24.3, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "100"}', + coty_name: ['Bay'], + cty_code: ['12005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.5568, lat: 30.05338 }, + }, + { + zip_code: '32466', + usps_city: 'Youngstown', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 5795.0, + density: 19.7, + primary_coty_code: '12005', + primary_coty_name: 'Bay', + county_weights: '{"12005": "96.77", "12133": "3.23"}', + coty_name: ['Bay', 'Washington'], + cty_code: ['12005', '12133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.51915, lat: 30.39084 }, + }, + { + zip_code: '32501', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11134.0, + density: 1129.9, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.22238, lat: 30.4284 }, + }, + { + zip_code: '32503', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34233.0, + density: 1074.4, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.21398, lat: 30.46022 }, + }, + { + zip_code: '32507', + usps_city: 'Pensacola', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31036.0, + density: 475.4, + primary_coty_code: '12033', + primary_coty_name: 'Escambia', + county_weights: '{"12033": "100"}', + coty_name: ['Escambia'], + cty_code: ['12033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.38214, lat: 30.33922 }, + }, + { + zip_code: '32541', + usps_city: 'Destin', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 19066.0, + density: 633.6, + primary_coty_code: '12091', + primary_coty_name: 'Okaloosa', + county_weights: '{"12091": "100"}', + coty_name: ['Okaloosa'], + cty_code: ['12091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.47062, lat: 30.39699 }, + }, + { + zip_code: '32571', + usps_city: 'Milton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 35520.0, + density: 131.9, + primary_coty_code: '12113', + primary_coty_name: 'Santa Rosa', + county_weights: '{"12113": "100"}', + coty_name: ['Santa Rosa'], + cty_code: ['12113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.19822, lat: 30.67981 }, + }, + { + zip_code: '32681', + usps_city: 'Orange Lake', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31.0, + density: 32.5, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.20551, lat: 29.42331 }, + }, + { + zip_code: '32686', + usps_city: 'Reddick', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 4737.0, + density: 24.7, + primary_coty_code: '12083', + primary_coty_name: 'Marion', + county_weights: '{"12083": "100"}', + coty_name: ['Marion'], + cty_code: ['12083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.26636, lat: 29.36442 }, + }, + { + zip_code: '32766', + usps_city: 'Oviedo', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16855.0, + density: 148.5, + primary_coty_code: '12117', + primary_coty_name: 'Seminole', + county_weights: '{"12117": "100"}', + coty_name: ['Seminole'], + cty_code: ['12117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.08121, lat: 28.6476 }, + }, + { + zip_code: '32836', + usps_city: 'Orlando', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 20053.0, + density: 498.6, + primary_coty_code: '12095', + primary_coty_name: 'Orange', + county_weights: '{"12095": "100"}', + coty_name: ['Orange'], + cty_code: ['12095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.5206, lat: 28.41535 }, + }, + { + zip_code: '32937', + usps_city: 'Satellite Beach', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 27551.0, + density: 1585.7, + primary_coty_code: '12009', + primary_coty_name: 'Brevard', + county_weights: '{"12009": "100"}', + coty_name: ['Brevard'], + cty_code: ['12009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.60427, lat: 28.17832 }, + }, + { + zip_code: '33035', + usps_city: 'Homestead', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 16159.0, + density: 300.3, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.39864, lat: 25.41746 }, + }, + { + zip_code: '33185', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 31359.0, + density: 2640.8, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.44986, lat: 25.72724 }, + }, + { + zip_code: '33193', + usps_city: 'Miami', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 49999.0, + density: 2562.4, + primary_coty_code: '12086', + primary_coty_name: 'Miami-Dade', + county_weights: '{"12086": "100"}', + coty_name: ['Miami-Dade'], + cty_code: ['12086'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.46679, lat: 25.70175 }, + }, + { + zip_code: '33327', + usps_city: 'Fort Lauderdale', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23811.0, + density: 819.1, + primary_coty_code: '12011', + primary_coty_name: 'Broward', + county_weights: '{"12011": "100"}', + coty_name: ['Broward'], + cty_code: ['12011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.4247, lat: 26.11174 }, + }, + { + zip_code: '33463', + usps_city: 'Lake Worth', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 63577.0, + density: 2281.9, + primary_coty_code: '12099', + primary_coty_name: 'Palm Beach', + county_weights: '{"12099": "100"}', + coty_name: ['Palm Beach'], + cty_code: ['12099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.13004, lat: 26.59529 }, + }, + { + zip_code: '33556', + usps_city: 'Odessa', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 23182.0, + density: 244.1, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "71.55", "12101": "28.45"}', + coty_name: ['Hillsborough', 'Pasco'], + cty_code: ['12057', '12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.59411, lat: 28.14135 }, + }, + { + zip_code: '33594', + usps_city: 'Valrico', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 34941.0, + density: 1302.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24195, lat: 27.94073 }, + }, + { + zip_code: '33596', + usps_city: 'Valrico', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 30830.0, + density: 1020.9, + primary_coty_code: '12057', + primary_coty_name: 'Hillsborough', + county_weights: '{"12057": "100"}', + coty_name: ['Hillsborough'], + cty_code: ['12057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.23612, lat: 27.88809 }, + }, + { + zip_code: '33914', + usps_city: 'Cape Coral', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 38281.0, + density: 663.6, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.01549, lat: 26.56798 }, + }, + { + zip_code: '33920', + usps_city: 'Alva', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 6243.0, + density: 39.2, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "100"}', + coty_name: ['Lee'], + cty_code: ['12071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.65256, lat: 26.72892 }, + }, + { + zip_code: '33936', + usps_city: 'Lehigh Acres', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 24517.0, + density: 480.0, + primary_coty_code: '12071', + primary_coty_name: 'Lee', + county_weights: '{"12071": "99.63", "12051": "0.37"}', + coty_name: ['Lee', 'Hendry'], + cty_code: ['12071', '12051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.58998, lat: 26.61572 }, + }, + { + zip_code: '34205', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32294.0, + density: 1922.6, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.58345, lat: 27.48415 }, + }, + { + zip_code: '34208', + usps_city: 'Bradenton', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 40998.0, + density: 976.0, + primary_coty_code: '12081', + primary_coty_name: 'Manatee', + county_weights: '{"12081": "100"}', + coty_name: ['Manatee'], + cty_code: ['12081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.51322, lat: 27.48711 }, + }, + { + zip_code: '34266', + usps_city: 'Arcadia', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 32229.0, + density: 19.2, + primary_coty_code: '12027', + primary_coty_name: 'DeSoto', + county_weights: '{"12027": "99.91", "12115": "0.09"}', + coty_name: ['DeSoto', 'Sarasota'], + cty_code: ['12027', '12115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.8263, lat: 27.19002 }, + }, + { + zip_code: '34690', + usps_city: 'Holiday', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 11408.0, + density: 1179.8, + primary_coty_code: '12101', + primary_coty_name: 'Pasco', + county_weights: '{"12101": "100"}', + coty_name: ['Pasco'], + cty_code: ['12101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72649, lat: 28.19294 }, + }, + { + zip_code: '34983', + usps_city: 'Port Saint Lucie', + stusps_code: 'FL', + ste_name: 'Florida', + zcta: 'TRUE', + parent_zcta: null, + population: 42818.0, + density: 1104.8, + primary_coty_code: '12111', + primary_coty_name: 'St. Lucie', + county_weights: '{"12111": "100"}', + coty_name: ['St. Lucie'], + cty_code: ['12111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.35027, lat: 27.32317 }, + }, + { + zip_code: '35013', + usps_city: 'Allgood', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 627.1, + primary_coty_code: '1009', + primary_coty_name: 'Blount', + county_weights: '{"01009": "100"}', + coty_name: ['Blount'], + cty_code: ['1009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.51785, lat: 33.90164 }, + }, + { + zip_code: '35118', + usps_city: 'Mulga', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3467.0, + density: 36.0, + primary_coty_code: '1073', + primary_coty_name: 'Jefferson', + county_weights: '{"01073": "100"}', + coty_name: ['Jefferson'], + cty_code: ['1073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.05146, lat: 33.5372 }, + }, + { + zip_code: '35135', + usps_city: 'Riverside', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2514.0, + density: 146.7, + primary_coty_code: '1115', + primary_coty_name: 'St. Clair', + county_weights: '{"01115": "100"}', + coty_name: ['St. Clair'], + cty_code: ['1115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.1996, lat: 33.61662 }, + }, + { + zip_code: '35466', + usps_city: 'Gordo', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5441.0, + density: 8.0, + primary_coty_code: '1107', + primary_coty_name: 'Pickens', + county_weights: '{"01107": "88.64", "01125": "11.36"}', + coty_name: ['Pickens', 'Tuscaloosa'], + cty_code: ['01107', '01125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.91413, lat: 33.25825 }, + }, + { + zip_code: '35554', + usps_city: 'Eldridge', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1034.0, + density: 7.7, + primary_coty_code: '1057', + primary_coty_name: 'Fayette', + county_weights: '{"01057": "55.56", "01127": "38.28", "01093": "6.16"}', + coty_name: ['Fayette', 'Walker', 'Marion'], + cty_code: ['01057', '01127', '01093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.65716, lat: 33.8961 }, + }, + { + zip_code: '35621', + usps_city: 'Eva', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2647.0, + density: 22.3, + primary_coty_code: '1103', + primary_coty_name: 'Morgan', + county_weights: '{"01103": "95.2", "01043": "4.8"}', + coty_name: ['Morgan', 'Cullman'], + cty_code: ['01103', '01043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.72508, lat: 34.34961 }, + }, + { + zip_code: '35672', + usps_city: 'Town Creek', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 5714.0, + density: 16.7, + primary_coty_code: '1079', + primary_coty_name: 'Lawrence', + county_weights: '{"01079": "98.03", "01033": "1.97"}', + coty_name: ['Lawrence', 'Colbert'], + cty_code: ['01079', '01033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.40674, lat: 34.64716 }, + }, + { + zip_code: '35958', + usps_city: 'Bryant', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 3523.0, + density: 25.8, + primary_coty_code: '1071', + primary_coty_name: 'Jackson', + county_weights: '{"01071": "100"}', + coty_name: ['Jackson'], + cty_code: ['1071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.64682, lat: 34.91808 }, + }, + { + zip_code: '35988', + usps_city: 'Sylvania', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2311.0, + density: 73.1, + primary_coty_code: '1049', + primary_coty_name: 'DeKalb', + county_weights: '{"01049": "100"}', + coty_name: ['DeKalb'], + cty_code: ['1049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.7998, lat: 34.56012 }, + }, + { + zip_code: '36069', + usps_city: 'Ramer', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2028.0, + density: 5.3, + primary_coty_code: '1101', + primary_coty_name: 'Montgomery', + county_weights: '{"01101": "95.5", "01109": "4.5"}', + coty_name: ['Montgomery', 'Pike'], + cty_code: ['01101', '01109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.15237, lat: 32.09518 }, + }, + { + zip_code: '36089', + usps_city: 'Union Springs', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 7698.0, + density: 9.0, + primary_coty_code: '1011', + primary_coty_name: 'Bullock', + county_weights: '{"01011": "95.22", "01087": "4.78"}', + coty_name: ['Bullock', 'Macon'], + cty_code: ['01011', '01087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.70046, lat: 32.15112 }, + }, + { + zip_code: '36375', + usps_city: 'Slocomb', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 6976.0, + density: 22.1, + primary_coty_code: '1061', + primary_coty_name: 'Geneva', + county_weights: '{"01061": "85.32", "01069": "14.68"}', + coty_name: ['Geneva', 'Houston'], + cty_code: ['01061', '01069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.53885, lat: 31.07549 }, + }, + { + zip_code: '36445', + usps_city: 'Frisco City', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 4524.0, + density: 11.3, + primary_coty_code: '1099', + primary_coty_name: 'Monroe', + county_weights: '{"01099": "100"}', + coty_name: ['Monroe'], + cty_code: ['1099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.44745, lat: 31.44247 }, + }, + { + zip_code: '36518', + usps_city: 'Chatom', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2744.0, + density: 7.8, + primary_coty_code: '1129', + primary_coty_name: 'Washington', + county_weights: '{"01129": "100"}', + coty_name: ['Washington'], + cty_code: ['1129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.28395, lat: 31.45453 }, + }, + { + zip_code: '36528', + usps_city: 'Dauphin Island', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1324.0, + density: 81.4, + primary_coty_code: '1097', + primary_coty_name: 'Mobile', + county_weights: '{"01097": "100"}', + coty_name: ['Mobile'], + cty_code: ['1097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.14385, lat: 30.25255 }, + }, + { + zip_code: '36786', + usps_city: 'Uniontown', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 2474.0, + density: 6.9, + primary_coty_code: '1105', + primary_coty_name: 'Perry', + county_weights: '{"01105": "98.99", "01091": "1.01"}', + coty_name: ['Perry', 'Marengo'], + cty_code: ['01105', '01091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.48807, lat: 32.43966 }, + }, + { + zip_code: '36855', + usps_city: 'Five Points', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 1638.0, + density: 8.8, + primary_coty_code: '1017', + primary_coty_name: 'Chambers', + county_weights: '{"01017": "100"}', + coty_name: ['Chambers'], + cty_code: ['1017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.30253, lat: 33.03163 }, + }, + { + zip_code: '36916', + usps_city: 'Pennington', + stusps_code: 'AL', + ste_name: 'Alabama', + zcta: 'TRUE', + parent_zcta: null, + population: 797.0, + density: 10.4, + primary_coty_code: '1023', + primary_coty_name: 'Choctaw', + county_weights: '{"01023": "100"}', + coty_name: ['Choctaw'], + cty_code: ['1023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.05649, lat: 32.20996 }, + }, + { + zip_code: '37019', + usps_city: 'Belfast', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 628.0, + density: 14.5, + primary_coty_code: '47117', + primary_coty_name: 'Marshall', + county_weights: '{"47117": "100"}', + coty_name: ['Marshall'], + cty_code: ['47117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.70979, lat: 35.39228 }, + }, + { + zip_code: '37206', + usps_city: 'Nashville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 26382.0, + density: 1318.7, + primary_coty_code: '47037', + primary_coty_name: 'Davidson', + county_weights: '{"47037": "100"}', + coty_name: ['Davidson'], + cty_code: ['47037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.73105, lat: 36.18096 }, + }, + { + zip_code: '37324', + usps_city: 'Decherd', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5618.0, + density: 30.1, + primary_coty_code: '47051', + primary_coty_name: 'Franklin', + county_weights: '{"47051": "97.82", "47061": "2.18"}', + coty_name: ['Franklin', 'Grundy'], + cty_code: ['47051', '47061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.99133, lat: 35.25512 }, + }, + { + zip_code: '37329', + usps_city: 'Englewood', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5651.0, + density: 37.7, + primary_coty_code: '47107', + primary_coty_name: 'McMinn', + county_weights: '{"47107": "93.63", "47123": "6.37"}', + coty_name: ['McMinn', 'Monroe'], + cty_code: ['47107', '47123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.46102, lat: 35.39437 }, + }, + { + zip_code: '37409', + usps_city: 'Chattanooga', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2722.0, + density: 239.3, + primary_coty_code: '47065', + primary_coty_name: 'Hamilton', + county_weights: '{"47065": "100"}', + coty_name: ['Hamilton'], + cty_code: ['47065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.34466, lat: 35.00197 }, + }, + { + zip_code: '37665', + usps_city: 'Kingsport', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 5604.0, + density: 697.4, + primary_coty_code: '47163', + primary_coty_name: 'Sullivan', + county_weights: '{"47163": "100"}', + coty_name: ['Sullivan'], + cty_code: ['47163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.5705, lat: 36.57882 }, + }, + { + zip_code: '37692', + usps_city: 'Unicoi', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 4912.0, + density: 36.1, + primary_coty_code: '47171', + primary_coty_name: 'Unicoi', + county_weights: '{"47171": "100"}', + coty_name: ['Unicoi'], + cty_code: ['47171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.30084, lat: 36.18977 }, + }, + { + zip_code: '37710', + usps_city: 'Briceville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 989.0, + density: 4.7, + primary_coty_code: '47001', + primary_coty_name: 'Anderson', + county_weights: '{"47001": "100"}', + coty_name: ['Anderson'], + cty_code: ['47001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.31611, lat: 36.15863 }, + }, + { + zip_code: '37726', + usps_city: 'Deer Lodge', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1895.0, + density: 7.5, + primary_coty_code: '47129', + primary_coty_name: 'Morgan', + county_weights: '{"47129": "91.21", "47049": "8.79"}', + coty_name: ['Morgan', 'Fentress'], + cty_code: ['47129', '47049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.8344, lat: 36.20754 }, + }, + { + zip_code: '37920', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 40358.0, + density: 214.9, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "99.46", "47009": "0.54"}', + coty_name: ['Knox', 'Blount'], + cty_code: ['47093', '47009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.8593, lat: 35.91071 }, + }, + { + zip_code: '37921', + usps_city: 'Knoxville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 27259.0, + density: 687.3, + primary_coty_code: '47093', + primary_coty_name: 'Knox', + county_weights: '{"47093": "100"}', + coty_name: ['Knox'], + cty_code: ['47093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.00285, lat: 35.97926 }, + }, + { + zip_code: '38017', + usps_city: 'Collierville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 55073.0, + density: 250.9, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "95.43", "47047": "4.57"}', + coty_name: ['Shelby', 'Fayette'], + cty_code: ['47157', '47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.65065, lat: 35.0675 }, + }, + { + zip_code: '38058', + usps_city: 'Munford', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10007.0, + density: 146.1, + primary_coty_code: '47167', + primary_coty_name: 'Tipton', + county_weights: '{"47167": "100"}', + coty_name: ['Tipton'], + cty_code: ['47167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.81969, lat: 35.45892 }, + }, + { + zip_code: '38059', + usps_city: 'Newbern', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 7780.0, + density: 23.4, + primary_coty_code: '47045', + primary_coty_name: 'Dyer', + county_weights: '{"47045": "96.91", "47053": "3.09"}', + coty_name: ['Dyer', 'Gibson'], + cty_code: ['47045', '47053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.24521, lat: 36.1111 }, + }, + { + zip_code: '38068', + usps_city: 'Somerville', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 10985.0, + density: 15.7, + primary_coty_code: '47047', + primary_coty_name: 'Fayette', + county_weights: '{"47047": "100"}', + coty_name: ['Fayette'], + cty_code: ['47047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.33586, lat: 35.26682 }, + }, + { + zip_code: '38107', + usps_city: 'Memphis', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15784.0, + density: 1128.2, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.02373, lat: 35.17017 }, + }, + { + zip_code: '38139', + usps_city: 'Germantown', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 15610.0, + density: 679.6, + primary_coty_code: '47157', + primary_coty_name: 'Shelby', + county_weights: '{"47157": "100"}', + coty_name: ['Shelby'], + cty_code: ['47157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.75537, lat: 35.08549 }, + }, + { + zip_code: '38341', + usps_city: 'Holladay', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 2375.0, + density: 6.7, + primary_coty_code: '47005', + primary_coty_name: 'Benton', + county_weights: '{"47005": "80.86", "47039": "18.29", "47017": "0.84"}', + coty_name: ['Benton', 'Decatur', 'Carroll'], + cty_code: ['47005', '47039', '47017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.09095, lat: 35.87981 }, + }, + { + zip_code: '38370', + usps_city: 'Saltillo', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 703.0, + density: 13.9, + primary_coty_code: '47071', + primary_coty_name: 'Hardin', + county_weights: '{"47071": "100"}', + coty_name: ['Hardin'], + cty_code: ['47071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.24391, lat: 35.38412 }, + }, + { + zip_code: '38401', + usps_city: 'Columbia', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 61787.0, + density: 79.4, + primary_coty_code: '47119', + primary_coty_name: 'Maury', + county_weights: '{"47119": "99.01", "47117": "0.76", "47187": "0.23"}', + coty_name: ['Maury', 'Marshall', 'Williamson'], + cty_code: ['47119', '47117', '47187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.02062, lat: 35.62902 }, + }, + { + zip_code: '38541', + usps_city: 'Allons', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1777.0, + density: 13.4, + primary_coty_code: '47133', + primary_coty_name: 'Overton', + county_weights: '{"47133": "65.78", "47027": "34.22"}', + coty_name: ['Overton', 'Clay'], + cty_code: ['47133', '47027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.33738, lat: 36.52956 }, + }, + { + zip_code: '38575', + usps_city: 'Moss', + stusps_code: 'TN', + ste_name: 'Tennessee', + zcta: 'TRUE', + parent_zcta: null, + population: 1201.0, + density: 11.2, + primary_coty_code: '47027', + primary_coty_name: 'Clay', + county_weights: '{"47027": "100"}', + coty_name: ['Clay'], + cty_code: ['47027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.63682, lat: 36.55959 }, + }, + { + zip_code: '38703', + usps_city: 'Greenville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 12475.0, + density: 29.2, + primary_coty_code: '28151', + primary_coty_name: 'Washington', + county_weights: '{"28151": "99.23", "28011": "0.77"}', + coty_name: ['Washington', 'Bolivar'], + cty_code: ['28151', '28011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.05899, lat: 33.48071 }, + }, + { + zip_code: '38771', + usps_city: 'Ruleville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3097.0, + density: 21.0, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "100"}', + coty_name: ['Sunflower'], + cty_code: ['28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.52927, lat: 33.73799 }, + }, + { + zip_code: '38778', + usps_city: 'Sunflower', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1500.0, + density: 8.3, + primary_coty_code: '28133', + primary_coty_name: 'Sunflower', + county_weights: '{"28133": "100"}', + coty_name: ['Sunflower'], + cty_code: ['28133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.52479, lat: 33.54826 }, + }, + { + zip_code: '38852', + usps_city: 'Iuka', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 9049.0, + density: 17.5, + primary_coty_code: '28141', + primary_coty_name: 'Tishomingo', + county_weights: '{"28141": "99.46", "01033": "0.54"}', + coty_name: ['Tishomingo', 'Colbert'], + cty_code: ['28141', '01033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.21464, lat: 34.84197 }, + }, + { + zip_code: '38915', + usps_city: 'Bruce', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 3422.0, + density: 12.0, + primary_coty_code: '28013', + primary_coty_name: 'Calhoun', + county_weights: '{"28013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['28013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.38955, lat: 34.02785 }, + }, + { + zip_code: '38920', + usps_city: 'Cascilla', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 576.0, + density: 3.9, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "100"}', + coty_name: ['Tallahatchie'], + cty_code: ['28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.06536, lat: 33.87636 }, + }, + { + zip_code: '38927', + usps_city: 'Enid', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1325.0, + density: 8.3, + primary_coty_code: '28135', + primary_coty_name: 'Tallahatchie', + county_weights: '{"28135": "85.16", "28107": "14.17", "28161": "0.67"}', + coty_name: ['Tallahatchie', 'Panola', 'Yalobusha'], + cty_code: ['28135', '28107', '28161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.025, lat: 34.13076 }, + }, + { + zip_code: '38964', + usps_city: 'Vance', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 1.9, + primary_coty_code: '28119', + primary_coty_name: 'Quitman', + county_weights: '{"28119": "71.15", "28135": "28.85"}', + coty_name: ['Quitman', 'Tallahatchie'], + cty_code: ['28119', '28135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.38961, lat: 34.09097 }, + }, + { + zip_code: '38967', + usps_city: 'Winona', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 7397.0, + density: 15.3, + primary_coty_code: '28097', + primary_coty_name: 'Montgomery', + county_weights: '{"28097": "85.6", "28015": "14.4"}', + coty_name: ['Montgomery', 'Carroll'], + cty_code: ['28097', '28015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.73377, lat: 33.45924 }, + }, + { + zip_code: '39042', + usps_city: 'Brandon', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 38139.0, + density: 66.0, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "99.89", "28129": "0.11"}', + coty_name: ['Rankin', 'Smith'], + cty_code: ['28121', '28129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.88862, lat: 32.21203 }, + }, + { + zip_code: '39046', + usps_city: 'Canton', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 28437.0, + density: 35.6, + primary_coty_code: '28089', + primary_coty_name: 'Madison', + county_weights: '{"28089": "100"}', + coty_name: ['Madison'], + cty_code: ['28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.98542, lat: 32.63195 }, + }, + { + zip_code: '39157', + usps_city: 'Ridgeland', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 24572.0, + density: 309.7, + primary_coty_code: '28089', + primary_coty_name: 'Madison', + county_weights: '{"28089": "100"}', + coty_name: ['Madison'], + cty_code: ['28089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.17147, lat: 32.42667 }, + }, + { + zip_code: '39179', + usps_city: 'Vaughan', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1396.0, + density: 6.6, + primary_coty_code: '28163', + primary_coty_name: 'Yazoo', + county_weights: '{"28163": "100"}', + coty_name: ['Yazoo'], + cty_code: ['28163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.10161, lat: 32.80401 }, + }, + { + zip_code: '39208', + usps_city: 'Pearl', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 32819.0, + density: 252.1, + primary_coty_code: '28121', + primary_coty_name: 'Rankin', + county_weights: '{"28121": "100"}', + coty_name: ['Rankin'], + cty_code: ['28121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.08962, lat: 32.26039 }, + }, + { + zip_code: '39325', + usps_city: 'Collinsville', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 6275.0, + density: 22.1, + primary_coty_code: '28075', + primary_coty_name: 'Lauderdale', + county_weights: + '{"28075": "83.12", "28069": "7.74", "28099": "6.52", "28101": "2.62"}', + coty_name: ['Lauderdale', 'Kemper', 'Neshoba', 'Newton'], + cty_code: ['28075', '28069', '28099', '28101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.87498, lat: 32.5643 }, + }, + { + zip_code: '39330', + usps_city: 'Enterprise', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 2756.0, + density: 8.0, + primary_coty_code: '28023', + primary_coty_name: 'Clarke', + county_weights: + '{"28023": "81.54", "28075": "13.36", "28061": "3.79", "28101": "1.31"}', + coty_name: ['Clarke', 'Lauderdale', 'Jasper', 'Newton'], + cty_code: ['28023', '28075', '28061', '28101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.85772, lat: 32.18563 }, + }, + { + zip_code: '39358', + usps_city: 'Scooba', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1676.0, + density: 3.9, + primary_coty_code: '28069', + primary_coty_name: 'Kemper', + county_weights: '{"28069": "99.64", "28103": "0.36"}', + coty_name: ['Kemper', 'Noxubee'], + cty_code: ['28069', '28103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.46413, lat: 32.84397 }, + }, + { + zip_code: '39439', + usps_city: 'Heidelberg', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 4423.0, + density: 12.3, + primary_coty_code: '28061', + primary_coty_name: 'Jasper', + county_weights: + '{"28061": "72.75", "28067": "21.34", "28023": "3.24", "28153": "2.67"}', + coty_name: ['Jasper', 'Jones', 'Clarke', 'Wayne'], + cty_code: ['28061', '28067', '28023', '28153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.01243, lat: 31.85486 }, + }, + { + zip_code: '39452', + usps_city: 'Lucedale', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 27517.0, + density: 18.8, + primary_coty_code: '28039', + primary_coty_name: 'George', + county_weights: '{"28039": "82.57", "28059": "9.88", "28041": "7.55"}', + coty_name: ['George', 'Jackson', 'Greene'], + cty_code: ['28039', '28059', '28041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.5996, lat: 30.87871 }, + }, + { + zip_code: '39657', + usps_city: 'Osyka', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1711.0, + density: 7.2, + primary_coty_code: '28113', + primary_coty_name: 'Pike', + county_weights: '{"28113": "78.82", "28005": "21.18"}', + coty_name: ['Pike', 'Amite'], + cty_code: ['28113', '28005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.50366, lat: 31.02567 }, + }, + { + zip_code: '39740', + usps_city: 'Caledonia', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 5297.0, + density: 24.6, + primary_coty_code: '28087', + primary_coty_name: 'Lowndes', + county_weights: '{"28087": "90.43", "28095": "9.57"}', + coty_name: ['Lowndes', 'Monroe'], + cty_code: ['28087', '28095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.31218, lat: 33.72185 }, + }, + { + zip_code: '39741', + usps_city: 'Cedarbluff', + stusps_code: 'MS', + ste_name: 'Mississippi', + zcta: 'TRUE', + parent_zcta: null, + population: 1630.0, + density: 9.4, + primary_coty_code: '28025', + primary_coty_name: 'Clay', + county_weights: '{"28025": "100"}', + coty_name: ['Clay'], + cty_code: ['28025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.86238, lat: 33.65137 }, + }, + { + zip_code: '39823', + usps_city: 'Blakely', + stusps_code: 'GA', + ste_name: 'Georgia', + zcta: 'TRUE', + parent_zcta: null, + population: 7748.0, + density: 8.6, + primary_coty_code: '13099', + primary_coty_name: 'Early', + county_weights: '{"13099": "98.28", "13201": "1.72"}', + coty_name: ['Early', 'Miller'], + cty_code: ['13099', '13201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.94157, lat: 31.3321 }, + }, + { + zip_code: '40058', + usps_city: 'Port Royal', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 62.0, + density: 1007.8, + primary_coty_code: '21103', + primary_coty_name: 'Henry', + county_weights: '{"21103": "100"}', + coty_name: ['Henry'], + cty_code: ['21103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.17054, lat: 38.43275 }, + }, + { + zip_code: '40067', + usps_city: 'Simpsonville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6036.0, + density: 54.0, + primary_coty_code: '21211', + primary_coty_name: 'Shelby', + county_weights: '{"21211": "100"}', + coty_name: ['Shelby'], + cty_code: ['21211'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -85.36684, lat: 38.2218 }, + }, + { + zip_code: '40111', + usps_city: 'Cloverport', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 16.0, + primary_coty_code: '21027', + primary_coty_name: 'Breckinridge', + county_weights: '{"21027": "100"}', + coty_name: ['Breckinridge'], + cty_code: ['21027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.62819, lat: 37.77313 }, + }, + { + zip_code: '40324', + usps_city: 'Georgetown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 48251.0, + density: 120.1, + primary_coty_code: '21209', + primary_coty_name: 'Scott', + county_weights: '{"21209": "99.6", "21017": "0.4"}', + coty_name: ['Scott', 'Bourbon'], + cty_code: ['21209', '21017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.55326, lat: 38.24673 }, + }, + { + zip_code: '40346', + usps_city: 'Means', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 22.6, + primary_coty_code: '21165', + primary_coty_name: 'Menifee', + county_weights: '{"21165": "80.03", "21173": "18.95", "21011": "1.02"}', + coty_name: ['Menifee', 'Montgomery', 'Bath'], + cty_code: ['21165', '21173', '21011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.74476, lat: 37.98075 }, + }, + { + zip_code: '40468', + usps_city: 'Perryville', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1708.0, + density: 19.5, + primary_coty_code: '21021', + primary_coty_name: 'Boyle', + county_weights: '{"21021": "94.69", "21167": "4.15", "21229": "1.16"}', + coty_name: ['Boyle', 'Mercer', 'Washington'], + cty_code: ['21021', '21167', '21229'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.98604, lat: 37.63522 }, + }, + { + zip_code: '40484', + usps_city: 'Stanford', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 11303.0, + density: 33.3, + primary_coty_code: '21137', + primary_coty_name: 'Lincoln', + county_weights: '{"21137": "98.85", "21079": "1.15"}', + coty_name: ['Lincoln', 'Garrard'], + cty_code: ['21137', '21079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.66965, lat: 37.51612 }, + }, + { + zip_code: '40862', + usps_city: 'Partridge', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 324.0, + density: 7.6, + primary_coty_code: '21133', + primary_coty_name: 'Letcher', + county_weights: '{"21133": "100"}', + coty_name: ['Letcher'], + cty_code: ['21133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.87382, lat: 37.0118 }, + }, + { + zip_code: '41046', + usps_city: 'Glencoe', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1539.0, + density: 35.1, + primary_coty_code: '21077', + primary_coty_name: 'Gallatin', + county_weights: '{"21077": "85.79", "21081": "7.71", "21187": "6.51"}', + coty_name: ['Gallatin', 'Grant', 'Owen'], + cty_code: ['21077', '21081', '21187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.80179, lat: 38.71962 }, + }, + { + zip_code: '41094', + usps_city: 'Walton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 15371.0, + density: 131.6, + primary_coty_code: '21015', + primary_coty_name: 'Boone', + county_weights: '{"21015": "84.74", "21117": "15.26"}', + coty_name: ['Boone', 'Kenton'], + cty_code: ['21015', '21117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.62524, lat: 38.88397 }, + }, + { + zip_code: '41169', + usps_city: 'Russell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5185.0, + density: 314.4, + primary_coty_code: '21089', + primary_coty_name: 'Greenup', + county_weights: '{"21089": "100"}', + coty_name: ['Greenup'], + cty_code: ['21089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.71232, lat: 38.52613 }, + }, + { + zip_code: '41171', + usps_city: 'Sandy Hook', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5598.0, + density: 17.3, + primary_coty_code: '21063', + primary_coty_name: 'Elliott', + county_weights: '{"21063": "100"}', + coty_name: ['Elliott'], + cty_code: ['21063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.10474, lat: 38.09415 }, + }, + { + zip_code: '41231', + usps_city: 'Lovely', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 996.0, + density: 66.7, + primary_coty_code: '21159', + primary_coty_name: 'Martin', + county_weights: '{"21159": "100"}', + coty_name: ['Martin'], + cty_code: ['21159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.41043, lat: 37.80721 }, + }, + { + zip_code: '41301', + usps_city: 'Campton', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 6304.0, + density: 11.8, + primary_coty_code: '21237', + primary_coty_name: 'Wolfe', + county_weights: '{"21237": "92.06", "21025": "4.5", "21129": "3.44"}', + coty_name: ['Wolfe', 'Breathitt', 'Lee'], + cty_code: ['21237', '21025', '21129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.50059, lat: 37.71939 }, + }, + { + zip_code: '41317', + usps_city: 'Clayhole', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 161.0, + density: 2.6, + primary_coty_code: '21025', + primary_coty_name: 'Breathitt', + county_weights: '{"21025": "100"}', + coty_name: ['Breathitt'], + cty_code: ['21025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.18915, lat: 37.44763 }, + }, + { + zip_code: '41554', + usps_city: 'Phyllis', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 8.5, + primary_coty_code: '21195', + primary_coty_name: 'Pike', + county_weights: '{"21195": "100"}', + coty_name: ['Pike'], + cty_code: ['21195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29924, lat: 37.4486 }, + }, + { + zip_code: '41601', + usps_city: 'Allen', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 43.8, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72251, lat: 37.60744 }, + }, + { + zip_code: '41642', + usps_city: 'Ivel', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 436.0, + density: 18.3, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.64622, lat: 37.59562 }, + }, + { + zip_code: '41655', + usps_city: 'Printer', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 905.0, + density: 21.1, + primary_coty_code: '21071', + primary_coty_name: 'Floyd', + county_weights: '{"21071": "100"}', + coty_name: ['Floyd'], + cty_code: ['21071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.72489, lat: 37.50502 }, + }, + { + zip_code: '41751', + usps_city: 'Jeff', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 239.0, + density: 121.6, + primary_coty_code: '21193', + primary_coty_name: 'Perry', + county_weights: '{"21193": "100"}', + coty_name: ['Perry'], + cty_code: ['21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.13696, lat: 37.2078 }, + }, + { + zip_code: '41759', + usps_city: 'Sassafras', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 314.0, + density: 23.7, + primary_coty_code: '21119', + primary_coty_name: 'Knott', + county_weights: '{"21119": "94.96", "21193": "5.04"}', + coty_name: ['Knott', 'Perry'], + cty_code: ['21119', '21193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.02391, lat: 37.2218 }, + }, + { + zip_code: '42285', + usps_city: 'Sweeden', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 20.3, + primary_coty_code: '21061', + primary_coty_name: 'Edmonson', + county_weights: '{"21061": "100"}', + coty_name: ['Edmonson'], + cty_code: ['21061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.29777, lat: 37.26405 }, + }, + { + zip_code: '42328', + usps_city: 'Centertown', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1316.0, + density: 7.9, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "100"}', + coty_name: ['Ohio'], + cty_code: ['21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.04225, lat: 37.41858 }, + }, + { + zip_code: '42333', + usps_city: 'Cromwell', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1350.0, + density: 16.4, + primary_coty_code: '21183', + primary_coty_name: 'Ohio', + county_weights: '{"21183": "92.26", "21031": "7.74"}', + coty_name: ['Ohio', 'Butler'], + cty_code: ['21183', '21031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.76398, lat: 37.36404 }, + }, + { + zip_code: '42366', + usps_city: 'Philpot', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5439.0, + density: 26.1, + primary_coty_code: '21059', + primary_coty_name: 'Daviess', + county_weights: '{"21059": "98.21", "21091": "1.21", "21183": "0.58"}', + coty_name: ['Daviess', 'Hancock', 'Ohio'], + cty_code: ['21059', '21091', '21183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.94541, lat: 37.72267 }, + }, + { + zip_code: '42436', + usps_city: 'Manitou', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 1150.0, + density: 23.7, + primary_coty_code: '21107', + primary_coty_name: 'Hopkins', + county_weights: '{"21107": "100"}', + coty_name: ['Hopkins'], + cty_code: ['21107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.57033, lat: 37.41444 }, + }, + { + zip_code: '42533', + usps_city: 'Ferguson', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 204.3, + primary_coty_code: '21199', + primary_coty_name: 'Pulaski', + county_weights: '{"21199": "100"}', + coty_name: ['Pulaski'], + cty_code: ['21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.5929, lat: 37.06762 }, + }, + { + zip_code: '42642', + usps_city: 'Russell Springs', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 12235.0, + density: 33.8, + primary_coty_code: '21207', + primary_coty_name: 'Russell', + county_weights: + '{"21207": "93.92", "21001": "5.04", "21045": "0.55", "21199": "0.49"}', + coty_name: ['Russell', 'Adair', 'Casey', 'Pulaski'], + cty_code: ['21207', '21001', '21045', '21199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -85.03748, lat: 37.0551 }, + }, + { + zip_code: '42724', + usps_city: 'Cecilia', + stusps_code: 'KY', + ste_name: 'Kentucky', + zcta: 'TRUE', + parent_zcta: null, + population: 5153.0, + density: 25.8, + primary_coty_code: '21093', + primary_coty_name: 'Hardin', + county_weights: '{"21093": "100"}', + coty_name: ['Hardin'], + cty_code: ['21093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.06463, lat: 37.67304 }, + }, + { + zip_code: '43028', + usps_city: 'Howard', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8204.0, + density: 59.2, + primary_coty_code: '39083', + primary_coty_name: 'Knox', + county_weights: '{"39083": "100"}', + coty_name: ['Knox'], + cty_code: ['39083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.29352, lat: 40.40033 }, + }, + { + zip_code: '43045', + usps_city: 'Milford Center', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2342.0, + density: 23.9, + primary_coty_code: '39159', + primary_coty_name: 'Union', + county_weights: '{"39159": "98.98", "39021": "1.02"}', + coty_name: ['Union', 'Champaign'], + cty_code: ['39159', '39021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.4486, lat: 40.16987 }, + }, + { + zip_code: '43085', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 26155.0, + density: 1370.7, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.01569, lat: 40.09986 }, + }, + { + zip_code: '43105', + usps_city: 'Baltimore', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 7895.0, + density: 53.2, + primary_coty_code: '39045', + primary_coty_name: 'Fairfield', + county_weights: '{"39045": "100"}', + coty_name: ['Fairfield'], + cty_code: ['39045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.61664, lat: 39.86357 }, + }, + { + zip_code: '43111', + usps_city: 'Carbon Hill', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 291.0, + density: 279.4, + primary_coty_code: '39073', + primary_coty_name: 'Hocking', + county_weights: '{"39073": "100"}', + coty_name: ['Hocking'], + cty_code: ['39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24238, lat: 39.50207 }, + }, + { + zip_code: '43143', + usps_city: 'Mount Sterling', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 5660.0, + density: 16.4, + primary_coty_code: '39097', + primary_coty_name: 'Madison', + county_weights: '{"39097": "61.54", "39129": "25.9", "39047": "12.56"}', + coty_name: ['Madison', 'Pickaway', 'Fayette'], + cty_code: ['39097', '39129', '39047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.29396, lat: 39.71673 }, + }, + { + zip_code: '43224', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 44624.0, + density: 2059.3, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.96625, lat: 40.04284 }, + }, + { + zip_code: '43229', + usps_city: 'Columbus', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 54632.0, + density: 2393.3, + primary_coty_code: '39049', + primary_coty_name: 'Franklin', + county_weights: '{"39049": "100"}', + coty_name: ['Franklin'], + cty_code: ['39049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.97601, lat: 40.08586 }, + }, + { + zip_code: '43341', + usps_city: 'New Bloomington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 915.0, + density: 16.8, + primary_coty_code: '39101', + primary_coty_name: 'Marion', + county_weights: '{"39101": "100"}', + coty_name: ['Marion'], + cty_code: ['39101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.3153, lat: 40.5964 }, + }, + { + zip_code: '43351', + usps_city: 'Upper Sandusky', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 10056.0, + density: 25.0, + primary_coty_code: '39175', + primary_coty_name: 'Wyandot', + county_weights: '{"39175": "100"}', + coty_name: ['Wyandot'], + cty_code: ['39175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.30373, lat: 40.82495 }, + }, + { + zip_code: '43467', + usps_city: 'West Millgrove', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 111.0, + density: 123.6, + primary_coty_code: '39173', + primary_coty_name: 'Wood', + county_weights: '{"39173": "100"}', + coty_name: ['Wood'], + cty_code: ['39173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.48382, lat: 41.24321 }, + }, + { + zip_code: '43531', + usps_city: 'Kunkle', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 326.0, + density: 730.0, + primary_coty_code: '39171', + primary_coty_name: 'Williams', + county_weights: '{"39171": "100"}', + coty_name: ['Williams'], + cty_code: ['39171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.49572, lat: 41.63509 }, + }, + { + zip_code: '43553', + usps_city: 'Pettisville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 243.0, + density: 573.8, + primary_coty_code: '39051', + primary_coty_name: 'Fulton', + county_weights: '{"39051": "100"}', + coty_name: ['Fulton'], + cty_code: ['39051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.2288, lat: 41.53122 }, + }, + { + zip_code: '43764', + usps_city: 'New Lexington', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8557.0, + density: 54.6, + primary_coty_code: '39127', + primary_coty_name: 'Perry', + county_weights: '{"39127": "100"}', + coty_name: ['Perry'], + cty_code: ['39127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.19147, lat: 39.71067 }, + }, + { + zip_code: '43906', + usps_city: 'Bellaire', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 8344.0, + density: 100.0, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.80356, lat: 40.01217 }, + }, + { + zip_code: '43912', + usps_city: 'Bridgeport', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6390.0, + density: 131.0, + primary_coty_code: '39013', + primary_coty_name: 'Belmont', + county_weights: '{"39013": "100"}', + coty_name: ['Belmont'], + cty_code: ['39013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79447, lat: 40.08805 }, + }, + { + zip_code: '43939', + usps_city: 'Mount Pleasant', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 461.0, + density: 194.7, + primary_coty_code: '39081', + primary_coty_name: 'Jefferson', + county_weights: '{"39081": "100"}', + coty_name: ['Jefferson'], + cty_code: ['39081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.79996, lat: 40.16719 }, + }, + { + zip_code: '44057', + usps_city: 'Madison', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 19486.0, + density: 150.7, + primary_coty_code: '39085', + primary_coty_name: 'Lake', + county_weights: '{"39085": "98.35", "39055": "1.45", "39007": "0.2"}', + coty_name: ['Lake', 'Geauga', 'Ashtabula'], + cty_code: ['39085', '39055', '39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.0583, lat: 41.76786 }, + }, + { + zip_code: '44093', + usps_city: 'Williamsfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1018.0, + density: 12.2, + primary_coty_code: '39007', + primary_coty_name: 'Ashtabula', + county_weights: '{"39007": "100"}', + coty_name: ['Ashtabula'], + cty_code: ['39007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.61212, lat: 41.53273 }, + }, + { + zip_code: '44121', + usps_city: 'Cleveland', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 32729.0, + density: 2014.5, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.53214, lat: 41.52647 }, + }, + { + zip_code: '44149', + usps_city: 'Strongsville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 18930.0, + density: 654.6, + primary_coty_code: '39035', + primary_coty_name: 'Cuyahoga', + county_weights: '{"39035": "100"}', + coty_name: ['Cuyahoga'], + cty_code: ['39035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.85617, lat: 41.31341 }, + }, + { + zip_code: '44307', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6413.0, + density: 1289.1, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "100"}', + coty_name: ['Summit'], + cty_code: ['39153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.54631, lat: 41.07044 }, + }, + { + zip_code: '44312', + usps_city: 'Akron', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 31460.0, + density: 633.9, + primary_coty_code: '39153', + primary_coty_name: 'Summit', + county_weights: '{"39153": "99.88", "39133": "0.12"}', + coty_name: ['Summit', 'Portage'], + cty_code: ['39153', '39133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.44085, lat: 41.01539 }, + }, + { + zip_code: '44440', + usps_city: 'Mineral Ridge', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 4764.0, + density: 220.4, + primary_coty_code: '39155', + primary_coty_name: 'Trumbull', + county_weights: '{"39155": "75.84", "39099": "24.16"}', + coty_name: ['Trumbull', 'Mahoning'], + cty_code: ['39155', '39099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -80.78377, lat: 41.14835 }, + }, + { + zip_code: '44610', + usps_city: 'Berlin', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 368.8, + primary_coty_code: '39075', + primary_coty_name: 'Holmes', + county_weights: '{"39075": "100"}', + coty_name: ['Holmes'], + cty_code: ['39075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.79983, lat: 40.55952 }, + }, + { + zip_code: '44625', + usps_city: 'East Rochester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1693.0, + density: 34.5, + primary_coty_code: '39029', + primary_coty_name: 'Columbiana', + county_weights: '{"39029": "84.49", "39019": "15.51"}', + coty_name: ['Columbiana', 'Carroll'], + cty_code: ['39029', '39019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.00001, lat: 40.76108 }, + }, + { + zip_code: '44667', + usps_city: 'Orrville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13226.0, + density: 109.9, + primary_coty_code: '39169', + primary_coty_name: 'Wayne', + county_weights: '{"39169": "100"}', + coty_name: ['Wayne'], + cty_code: ['39169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.76595, lat: 40.83346 }, + }, + { + zip_code: '44704', + usps_city: 'Canton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 3495.0, + density: 557.4, + primary_coty_code: '39151', + primary_coty_name: 'Stark', + county_weights: '{"39151": "100"}', + coty_name: ['Stark'], + cty_code: ['39151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -81.34034, lat: 40.8003 }, + }, + { + zip_code: '44875', + usps_city: 'Shelby', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 13353.0, + density: 65.2, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "99.34", "39033": "0.66"}', + coty_name: ['Richland', 'Crawford'], + cty_code: ['39139', '39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.65272, lat: 40.88812 }, + }, + { + zip_code: '44887', + usps_city: 'Tiro', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 800.0, + density: 10.3, + primary_coty_code: '39033', + primary_coty_name: 'Crawford', + county_weights: '{"39033": "100"}', + coty_name: ['Crawford'], + cty_code: ['39033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.78573, lat: 40.92159 }, + }, + { + zip_code: '44901', + usps_city: 'Mansfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2627.0, + density: 8667.4, + primary_coty_code: '39139', + primary_coty_name: 'Richland', + county_weights: '{"39139": "100"}', + coty_name: ['Richland'], + cty_code: ['39139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.50941, lat: 40.79166 }, + }, + { + zip_code: '45069', + usps_city: 'West Chester', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 51627.0, + density: 700.9, + primary_coty_code: '39017', + primary_coty_name: 'Butler', + county_weights: '{"39017": "100"}', + coty_name: ['Butler'], + cty_code: ['39017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.41141, lat: 39.34239 }, + }, + { + zip_code: '45237', + usps_city: 'Cincinnati', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 20892.0, + density: 1333.0, + primary_coty_code: '39061', + primary_coty_name: 'Hamilton', + county_weights: '{"39061": "100"}', + coty_name: ['Hamilton'], + cty_code: ['39061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.45233, lat: 39.19306 }, + }, + { + zip_code: '45301', + usps_city: 'Alpha', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 99.0, + density: 433.3, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "100"}', + coty_name: ['Greene'], + cty_code: ['39057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.02204, lat: 39.71146 }, + }, + { + zip_code: '45314', + usps_city: 'Cedarville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6042.0, + density: 46.1, + primary_coty_code: '39057', + primary_coty_name: 'Greene', + county_weights: '{"39057": "99.44", "39023": "0.56"}', + coty_name: ['Greene', 'Clark'], + cty_code: ['39057', '39023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.77573, lat: 39.74698 }, + }, + { + zip_code: '45363', + usps_city: 'Russia', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1811.0, + density: 29.9, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "100"}', + coty_name: ['Shelby'], + cty_code: ['39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.39892, lat: 40.24047 }, + }, + { + zip_code: '45449', + usps_city: 'Dayton', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 17561.0, + density: 1020.4, + primary_coty_code: '39113', + primary_coty_name: 'Montgomery', + county_weights: '{"39113": "100"}', + coty_name: ['Montgomery'], + cty_code: ['39113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.24134, lat: 39.66467 }, + }, + { + zip_code: '45678', + usps_city: 'Scottown', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1263.0, + density: 12.0, + primary_coty_code: '39087', + primary_coty_name: 'Lawrence', + county_weights: '{"39087": "91.37", "39053": "8.63"}', + coty_name: ['Lawrence', 'Gallia'], + cty_code: ['39087', '39053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.3772, lat: 38.60103 }, + }, + { + zip_code: '45764', + usps_city: 'Nelsonville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 9374.0, + density: 45.0, + primary_coty_code: '39009', + primary_coty_name: 'Athens', + county_weights: '{"39009": "80.33", "39073": "19.67"}', + coty_name: ['Athens', 'Hocking'], + cty_code: ['39009', '39073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.24418, lat: 39.44972 }, + }, + { + zip_code: '45769', + usps_city: 'Pomeroy', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 6796.0, + density: 25.0, + primary_coty_code: '39105', + primary_coty_name: 'Meigs', + county_weights: '{"39105": "100"}', + coty_name: ['Meigs'], + cty_code: ['39105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -82.04824, lat: 39.10645 }, + }, + { + zip_code: '45812', + usps_city: 'Alger', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1744.0, + density: 16.9, + primary_coty_code: '39065', + primary_coty_name: 'Hardin', + county_weights: '{"39065": "100"}', + coty_name: ['Hardin'], + cty_code: ['39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.80944, lat: 40.68519 }, + }, + { + zip_code: '45845', + usps_city: 'Fort Loramie', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2931.0, + density: 35.4, + primary_coty_code: '39149', + primary_coty_name: 'Shelby', + county_weights: '{"39149": "99.31", "39011": "0.69"}', + coty_name: ['Shelby', 'Auglaize'], + cty_code: ['39149', '39011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.38174, lat: 40.33031 }, + }, + { + zip_code: '45871', + usps_city: 'New Knoxville', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 2103.0, + density: 34.2, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "77.29", "39149": "22.71"}', + coty_name: ['Auglaize', 'Shelby'], + cty_code: ['39011', '39149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -84.29966, lat: 40.49378 }, + }, + { + zip_code: '45896', + usps_city: 'Waynesfield', + stusps_code: 'OH', + ste_name: 'Ohio', + zcta: 'TRUE', + parent_zcta: null, + population: 1754.0, + density: 17.8, + primary_coty_code: '39011', + primary_coty_name: 'Auglaize', + county_weights: '{"39011": "82.67", "39003": "9.33", "39065": "7.99"}', + coty_name: ['Auglaize', 'Allen', 'Hardin'], + cty_code: ['39011', '39003', '39065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -83.93137, lat: 40.60422 }, + }, + { + zip_code: '46049', + usps_city: 'Kempton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1082.0, + density: 15.5, + primary_coty_code: '18159', + primary_coty_name: 'Tipton', + county_weights: '{"18159": "96.71", "18023": "3.29"}', + coty_name: ['Tipton', 'Clinton'], + cty_code: ['18159', '18023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.22067, lat: 40.29755 }, + }, + { + zip_code: '46130', + usps_city: 'Fountaintown', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2669.0, + density: 34.6, + primary_coty_code: '18145', + primary_coty_name: 'Shelby', + county_weights: '{"18145": "72.85", "18059": "27.15"}', + coty_name: ['Shelby', 'Hancock'], + cty_code: ['18145', '18059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.83594, lat: 39.67543 }, + }, + { + zip_code: '46202', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 20504.0, + density: 1416.1, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.16334, lat: 39.78408 }, + }, + { + zip_code: '46220', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 36585.0, + density: 1179.5, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.10818, lat: 39.86773 }, + }, + { + zip_code: '46226', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 45652.0, + density: 1221.5, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.05162, lat: 39.83851 }, + }, + { + zip_code: '46228', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 16430.0, + density: 793.5, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.20019, lat: 39.84886 }, + }, + { + zip_code: '46237', + usps_city: 'Indianapolis', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 39169.0, + density: 1017.1, + primary_coty_code: '18097', + primary_coty_name: 'Marion', + county_weights: '{"18097": "100"}', + coty_name: ['Marion'], + cty_code: ['18097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.0757, lat: 39.67293 }, + }, + { + zip_code: '46391', + usps_city: 'Westville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 9528.0, + density: 91.4, + primary_coty_code: '18091', + primary_coty_name: 'LaPorte', + county_weights: '{"18091": "79.91", "18127": "20.09"}', + coty_name: ['LaPorte', 'Porter'], + cty_code: ['18091', '18127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -86.91498, lat: 41.5454 }, + }, + { + zip_code: '46403', + usps_city: 'Gary', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 13435.0, + density: 626.9, + primary_coty_code: '18089', + primary_coty_name: 'Lake', + county_weights: '{"18089": "100"}', + coty_name: ['Lake'], + cty_code: ['18089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.26342, lat: 41.6047 }, + }, + { + zip_code: '46526', + usps_city: 'Goshen', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33117.0, + density: 190.6, + primary_coty_code: '18039', + primary_coty_name: 'Elkhart', + county_weights: '{"18039": "100"}', + coty_name: ['Elkhart'], + cty_code: ['18039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.88346, lat: 41.55314 }, + }, + { + zip_code: '46805', + usps_city: 'Fort Wayne', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 21704.0, + density: 1299.3, + primary_coty_code: '18003', + primary_coty_name: 'Allen', + county_weights: '{"18003": "100"}', + coty_name: ['Allen'], + cty_code: ['18003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.11755, lat: 41.09933 }, + }, + { + zip_code: '46931', + usps_city: 'Fulton', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 187.0, + density: 1047.8, + primary_coty_code: '18049', + primary_coty_name: 'Fulton', + county_weights: '{"18049": "100"}', + coty_name: ['Fulton'], + cty_code: ['18049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.26399, lat: 40.94761 }, + }, + { + zip_code: '46967', + usps_city: 'Onward', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 404.2, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "100"}', + coty_name: ['Cass'], + cty_code: ['18017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.1952, lat: 40.69478 }, + }, + { + zip_code: '46978', + usps_city: 'Royal Center', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2135.0, + density: 13.0, + primary_coty_code: '18017', + primary_coty_name: 'Cass', + county_weights: '{"18017": "97.04", "18181": "1.75", "18131": "1.21"}', + coty_name: ['Cass', 'White', 'Pulaski'], + cty_code: ['18017', '18181', '18131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.51255, lat: 40.8566 }, + }, + { + zip_code: '47142', + usps_city: 'Mauckport', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 10.9, + primary_coty_code: '18061', + primary_coty_name: 'Harrison', + county_weights: '{"18061": "100"}', + coty_name: ['Harrison'], + cty_code: ['18061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/New_York', + geo_point_2d: { lon: -86.21637, lat: 38.07578 }, + }, + { + zip_code: '47203', + usps_city: 'Columbus', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 26807.0, + density: 133.5, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "100"}', + coty_name: ['Bartholomew'], + cty_code: ['18005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.83295, lat: 39.23159 }, + }, + { + zip_code: '47226', + usps_city: 'Clifford', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 260.0, + density: 969.1, + primary_coty_code: '18005', + primary_coty_name: 'Bartholomew', + county_weights: '{"18005": "100"}', + coty_name: ['Bartholomew'], + cty_code: ['18005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.8691, lat: 39.28268 }, + }, + { + zip_code: '47227', + usps_city: 'Commiskey', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 2299.0, + density: 18.1, + primary_coty_code: '18079', + primary_coty_name: 'Jennings', + county_weights: '{"18079": "83.85", "18077": "16.15"}', + coty_name: ['Jennings', 'Jefferson'], + cty_code: ['18079', '18077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.65178, lat: 38.8749 }, + }, + { + zip_code: '47325', + usps_city: 'Brownsville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 663.0, + density: 12.6, + primary_coty_code: '18161', + primary_coty_name: 'Union', + county_weights: '{"18161": "68.07", "18041": "31.93"}', + coty_name: ['Union', 'Fayette'], + cty_code: ['18161', '18041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.01756, lat: 39.68923 }, + }, + { + zip_code: '47331', + usps_city: 'Connersville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 22391.0, + density: 45.4, + primary_coty_code: '18041', + primary_coty_name: 'Fayette', + county_weights: '{"18041": "99.36", "18047": "0.33", "18161": "0.31"}', + coty_name: ['Fayette', 'Franklin', 'Union'], + cty_code: ['18041', '18047', '18161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -85.16411, lat: 39.62981 }, + }, + { + zip_code: '47434', + usps_city: 'Harrodsburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '18105', + primary_coty_name: 'Monroe', + county_weights: '{"18105": "100"}', + coty_name: ['Monroe'], + cty_code: ['18105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.54723, lat: 39.01188 }, + }, + { + zip_code: '47516', + usps_city: 'Bruceville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1100.0, + density: 14.3, + primary_coty_code: '18083', + primary_coty_name: 'Knox', + county_weights: '{"18083": "100"}', + coty_name: ['Knox'], + cty_code: ['18083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Vincennes', + geo_point_2d: { lon: -87.4194, lat: 38.76734 }, + }, + { + zip_code: '47567', + usps_city: 'Petersburg', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6116.0, + density: 20.6, + primary_coty_code: '18125', + primary_coty_name: 'Pike', + county_weights: '{"18125": "100"}', + coty_name: ['Pike'], + cty_code: ['18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Petersburg', + geo_point_2d: { lon: -87.30424, lat: 38.46997 }, + }, + { + zip_code: '47588', + usps_city: 'Troy', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 615.0, + density: 14.6, + primary_coty_code: '18123', + primary_coty_name: 'Perry', + county_weights: '{"18123": "71.35", "18147": "28.65"}', + coty_name: ['Perry', 'Spencer'], + cty_code: ['18123', '18147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Tell_City', + geo_point_2d: { lon: -86.77929, lat: 38.07041 }, + }, + { + zip_code: '47619', + usps_city: 'Lynnville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1753.0, + density: 14.0, + primary_coty_code: '18173', + primary_coty_name: 'Warrick', + county_weights: '{"18173": "92.63", "18051": "3.89", "18125": "3.48"}', + coty_name: ['Warrick', 'Gibson', 'Pike'], + cty_code: ['18173', '18051', '18125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.29806, lat: 38.1913 }, + }, + { + zip_code: '47714', + usps_city: 'Evansville', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 34447.0, + density: 1665.8, + primary_coty_code: '18163', + primary_coty_name: 'Vanderburgh', + county_weights: '{"18163": "100"}', + coty_name: ['Vanderburgh'], + cty_code: ['18163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.52112, lat: 37.95755 }, + }, + { + zip_code: '47879', + usps_city: 'Shelburn', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3592.0, + density: 23.4, + primary_coty_code: '18153', + primary_coty_name: 'Sullivan', + county_weights: '{"18153": "100"}', + coty_name: ['Sullivan'], + cty_code: ['18153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.37822, lat: 39.18916 }, + }, + { + zip_code: '47955', + usps_city: 'Linden', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1016.0, + density: 15.8, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "96.23", "18157": "3.77"}', + coty_name: ['Montgomery', 'Tippecanoe'], + cty_code: ['18107', '18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -86.86181, lat: 40.19632 }, + }, + { + zip_code: '47967', + usps_city: 'New Richmond', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 680.0, + density: 8.4, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "90.03", "18157": "9.97"}', + coty_name: ['Montgomery', 'Tippecanoe'], + cty_code: ['18107', '18157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.00164, lat: 40.19667 }, + }, + { + zip_code: '47989', + usps_city: 'Waveland', + stusps_code: 'IN', + ste_name: 'Indiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1430.0, + density: 13.1, + primary_coty_code: '18107', + primary_coty_name: 'Montgomery', + county_weights: '{"18107": "77.6", "18121": "22.17", "18133": "0.23"}', + coty_name: ['Montgomery', 'Parke', 'Putnam'], + cty_code: ['18107', '18121', '18133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Indiana/Indianapolis', + geo_point_2d: { lon: -87.05358, lat: 39.88972 }, + }, + { + zip_code: '48039', + usps_city: 'Marine City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7573.0, + density: 127.1, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.55054, lat: 42.69665 }, + }, + { + zip_code: '48054', + usps_city: 'East China', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7170.0, + density: 68.2, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.54496, lat: 42.77074 }, + }, + { + zip_code: '48071', + usps_city: 'Madison Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 30120.0, + density: 1639.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "100"}', + coty_name: ['Oakland'], + cty_code: ['26125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.10339, lat: 42.5073 }, + }, + { + zip_code: '48079', + usps_city: 'Saint Clair', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 12188.0, + density: 112.9, + primary_coty_code: '26147', + primary_coty_name: 'St. Clair', + county_weights: '{"26147": "100"}', + coty_name: ['St. Clair'], + cty_code: ['26147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.54738, lat: 42.85781 }, + }, + { + zip_code: '48093', + usps_city: 'Warren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 24632.0, + density: 1682.0, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.01481, lat: 42.51416 }, + }, + { + zip_code: '48101', + usps_city: 'Allen Park', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 27216.0, + density: 1495.6, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.21061, lat: 42.25987 }, + }, + { + zip_code: '48158', + usps_city: 'Manchester', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 7585.0, + density: 31.2, + primary_coty_code: '26161', + primary_coty_name: 'Washtenaw', + county_weights: '{"26161": "99.29", "26075": "0.71"}', + coty_name: ['Washtenaw', 'Jackson'], + cty_code: ['26161', '26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.03098, lat: 42.15601 }, + }, + { + zip_code: '48167', + usps_city: 'Northville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 22382.0, + density: 486.0, + primary_coty_code: '26125', + primary_coty_name: 'Oakland', + county_weights: '{"26125": "49.74", "26163": "44.04", "26161": "6.22"}', + coty_name: ['Oakland', 'Wayne', 'Washtenaw'], + cty_code: ['26125', '26163', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.52917, lat: 42.43528 }, + }, + { + zip_code: '48170', + usps_city: 'Plymouth', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 39470.0, + density: 446.2, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "95.15", "26161": "4.85"}', + coty_name: ['Wayne', 'Washtenaw'], + cty_code: ['26163', '26161'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.53159, lat: 42.36761 }, + }, + { + zip_code: '48179', + usps_city: 'South Rockwood', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3686.0, + density: 69.8, + primary_coty_code: '26115', + primary_coty_name: 'Monroe', + county_weights: '{"26115": "100"}', + coty_name: ['Monroe'], + cty_code: ['26115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.2534, lat: 42.03561 }, + }, + { + zip_code: '48184', + usps_city: 'Wayne', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17279.0, + density: 948.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.39407, lat: 42.27421 }, + }, + { + zip_code: '48224', + usps_city: 'Detroit', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 41453.0, + density: 2790.9, + primary_coty_code: '26163', + primary_coty_name: 'Wayne', + county_weights: '{"26163": "100"}', + coty_name: ['Wayne'], + cty_code: ['26163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.94128, lat: 42.41067 }, + }, + { + zip_code: '48314', + usps_city: 'Sterling Heights', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 20582.0, + density: 1031.5, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "100"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.05431, lat: 42.60989 }, + }, + { + zip_code: '48397', + usps_city: 'Warren', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '26099', + primary_coty_name: 'Macomb', + county_weights: '{"26099": "0"}', + coty_name: ['Macomb'], + cty_code: ['26099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.04105, lat: 42.49501 }, + }, + { + zip_code: '48434', + usps_city: 'Forestville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 62.9, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.61168, lat: 43.66187 }, + }, + { + zip_code: '48450', + usps_city: 'Lexington', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4511.0, + density: 78.3, + primary_coty_code: '26151', + primary_coty_name: 'Sanilac', + county_weights: '{"26151": "100"}', + coty_name: ['Sanilac'], + cty_code: ['26151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.54203, lat: 43.25872 }, + }, + { + zip_code: '48470', + usps_city: 'Ruth', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 743.0, + density: 7.2, + primary_coty_code: '26063', + primary_coty_name: 'Huron', + county_weights: '{"26063": "100"}', + coty_name: ['Huron'], + cty_code: ['26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -82.75783, lat: 43.73254 }, + }, + { + zip_code: '48509', + usps_city: 'Burton', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 9351.0, + density: 407.5, + primary_coty_code: '26049', + primary_coty_name: 'Genesee', + county_weights: '{"26049": "100"}', + coty_name: ['Genesee'], + cty_code: ['26049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.60528, lat: 43.02616 }, + }, + { + zip_code: '48611', + usps_city: 'Auburn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 6611.0, + density: 66.5, + primary_coty_code: '26017', + primary_coty_name: 'Bay', + county_weights: '{"26017": "100"}', + coty_name: ['Bay'], + cty_code: ['26017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.09311, lat: 43.63183 }, + }, + { + zip_code: '48726', + usps_city: 'Cass City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5831.0, + density: 17.8, + primary_coty_code: '26157', + primary_coty_name: 'Tuscola', + county_weights: '{"26157": "83.04", "26151": "13.56", "26063": "3.4"}', + coty_name: ['Tuscola', 'Sanilac', 'Huron'], + cty_code: ['26157', '26151', '26063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.16911, lat: 43.60769 }, + }, + { + zip_code: '48745', + usps_city: 'Mikado', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1264.0, + density: 6.5, + primary_coty_code: '26001', + primary_coty_name: 'Alcona', + county_weights: '{"26001": "98.81", "26069": "1.19"}', + coty_name: ['Alcona', 'Iosco'], + cty_code: ['26001', '26069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.47269, lat: 44.56994 }, + }, + { + zip_code: '48854', + usps_city: 'Mason', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 19737.0, + density: 68.4, + primary_coty_code: '26065', + primary_coty_name: 'Ingham', + county_weights: '{"26065": "100"}', + coty_name: ['Ingham'], + cty_code: ['26065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.45163, lat: 42.58201 }, + }, + { + zip_code: '48879', + usps_city: 'Saint Johns', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 17980.0, + density: 36.7, + primary_coty_code: '26037', + primary_coty_name: 'Clinton', + county_weights: '{"26037": "99.16", "26057": "0.84"}', + coty_name: ['Clinton', 'Gratiot'], + cty_code: ['26037', '26057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.57907, lat: 43.0043 }, + }, + { + zip_code: '49027', + usps_city: 'Breedsville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 215.0, + density: 194.5, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.06872, lat: 42.34805 }, + }, + { + zip_code: '49030', + usps_city: 'Burr Oak', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2420.0, + density: 19.7, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "95.8", "26023": "4.2"}', + coty_name: ['St. Joseph', 'Branch'], + cty_code: ['26149', '26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.33179, lat: 41.85654 }, + }, + { + zip_code: '49064', + usps_city: 'Lawrence', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3818.0, + density: 32.4, + primary_coty_code: '26159', + primary_coty_name: 'Van Buren', + county_weights: '{"26159": "100"}', + coty_name: ['Van Buren'], + cty_code: ['26159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.04888, lat: 42.22108 }, + }, + { + zip_code: '49093', + usps_city: 'Three Rivers', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 18346.0, + density: 67.0, + primary_coty_code: '26149', + primary_coty_name: 'St. Joseph', + county_weights: '{"26149": "97.5", "26027": "2.5"}', + coty_name: ['St. Joseph', 'Cass'], + cty_code: ['26149', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.64978, lat: 41.97256 }, + }, + { + zip_code: '49094', + usps_city: 'Union City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4028.0, + density: 27.2, + primary_coty_code: '26023', + primary_coty_name: 'Branch', + county_weights: '{"26023": "82.04", "26025": "17.96"}', + coty_name: ['Branch', 'Calhoun'], + cty_code: ['26023', '26025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.11419, lat: 42.04734 }, + }, + { + zip_code: '49120', + usps_city: 'Niles', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 36346.0, + density: 119.5, + primary_coty_code: '26021', + primary_coty_name: 'Berrien', + county_weights: '{"26021": "72.67", "26027": "27.33"}', + coty_name: ['Berrien', 'Cass'], + cty_code: ['26021', '26027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -86.23082, lat: 41.83224 }, + }, + { + zip_code: '49203', + usps_city: 'Jackson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 38633.0, + density: 566.7, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "100"}', + coty_name: ['Jackson'], + cty_code: ['26075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.4011, lat: 42.22151 }, + }, + { + zip_code: '49228', + usps_city: 'Blissfield', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 5310.0, + density: 25.8, + primary_coty_code: '26091', + primary_coty_name: 'Lenawee', + county_weights: '{"26091": "100"}', + coty_name: ['Lenawee'], + cty_code: ['26091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -83.88349, lat: 41.80438 }, + }, + { + zip_code: '49274', + usps_city: 'Reading', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3365.0, + density: 21.7, + primary_coty_code: '26059', + primary_coty_name: 'Hillsdale', + county_weights: '{"26059": "90.3", "26023": "9.7"}', + coty_name: ['Hillsdale', 'Branch'], + cty_code: ['26059', '26023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.76278, lat: 41.83849 }, + }, + { + zip_code: '49284', + usps_city: 'Springport', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 2995.0, + density: 21.7, + primary_coty_code: '26075', + primary_coty_name: 'Jackson', + county_weights: '{"26075": "66.38", "26025": "25.53", "26045": "8.09"}', + coty_name: ['Jackson', 'Calhoun', 'Eaton'], + cty_code: ['26075', '26025', '26045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.69318, lat: 42.38674 }, + }, + { + zip_code: '49318', + usps_city: 'Casnovia', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1515.0, + density: 32.9, + primary_coty_code: '26121', + primary_coty_name: 'Muskegon', + county_weights: '{"26121": "67.81", "26139": "17.95", "26081": "14.23"}', + coty_name: ['Muskegon', 'Ottawa', 'Kent'], + cty_code: ['26121', '26139', '26081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.82912, lat: 43.22347 }, + }, + { + zip_code: '49332', + usps_city: 'Mecosta', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3251.0, + density: 27.8, + primary_coty_code: '26107', + primary_coty_name: 'Mecosta', + county_weights: '{"26107": "100"}', + coty_name: ['Mecosta'], + cty_code: ['26107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.24589, lat: 43.62439 }, + }, + { + zip_code: '49404', + usps_city: 'Coopersville', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 8553.0, + density: 53.1, + primary_coty_code: '26139', + primary_coty_name: 'Ottawa', + county_weights: '{"26139": "98.31", "26121": "1.69"}', + coty_name: ['Ottawa', 'Muskegon'], + cty_code: ['26139', '26121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.95067, lat: 43.06584 }, + }, + { + zip_code: '49544', + usps_city: 'Grand Rapids', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 10341.0, + density: 192.0, + primary_coty_code: '26081', + primary_coty_name: 'Kent', + county_weights: '{"26081": "99.43", "26139": "0.57"}', + coty_name: ['Kent', 'Ottawa'], + cty_code: ['26081', '26139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.74191, lat: 43.04596 }, + }, + { + zip_code: '49637', + usps_city: 'Grawn', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3411.0, + density: 52.7, + primary_coty_code: '26055', + primary_coty_name: 'Grand Traverse', + county_weights: '{"26055": "100"}', + coty_name: ['Grand Traverse'], + cty_code: ['26055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.7059, lat: 44.6264 }, + }, + { + zip_code: '49676', + usps_city: 'Rapid City', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 3686.0, + density: 33.0, + primary_coty_code: '26079', + primary_coty_name: 'Kalkaska', + county_weights: '{"26079": "67.27", "26009": "32.73"}', + coty_name: ['Kalkaska', 'Antrim'], + cty_code: ['26079', '26009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.2892, lat: 44.83306 }, + }, + { + zip_code: '49706', + usps_city: 'Alanson', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 4300.0, + density: 26.6, + primary_coty_code: '26047', + primary_coty_name: 'Emmet', + county_weights: '{"26047": "82.01", "26031": "17.99"}', + coty_name: ['Emmet', 'Cheboygan'], + cty_code: ['26047', '26031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.78045, lat: 45.4403 }, + }, + { + zip_code: '49724', + usps_city: 'Dafter', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 1135.0, + density: 7.9, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -84.38785, lat: 46.32697 }, + }, + { + zip_code: '49728', + usps_city: 'Eckerman', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 0.6, + primary_coty_code: '26033', + primary_coty_name: 'Chippewa', + county_weights: '{"26033": "100"}', + coty_name: ['Chippewa'], + cty_code: ['26033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -85.01704, lat: 46.39445 }, + }, + { + zip_code: '49829', + usps_city: 'Escanaba', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 16869.0, + density: 100.0, + primary_coty_code: '26041', + primary_coty_name: 'Delta', + county_weights: '{"26041": "100"}', + coty_name: ['Delta'], + cty_code: ['26041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Detroit', + geo_point_2d: { lon: -87.15961, lat: 45.76353 }, + }, + { + zip_code: '49927', + usps_city: 'Gaastra', + stusps_code: 'MI', + ste_name: 'Michigan', + zcta: 'TRUE', + parent_zcta: null, + population: 475.0, + density: 10.5, + primary_coty_code: '26071', + primary_coty_name: 'Iron', + county_weights: '{"26071": "100"}', + coty_name: ['Iron'], + cty_code: ['26071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Menominee', + geo_point_2d: { lon: -88.56439, lat: 46.04518 }, + }, + { + zip_code: '50009', + usps_city: 'Altoona', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 19840.0, + density: 304.6, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "100"}', + coty_name: ['Polk'], + cty_code: ['19153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.45794, lat: 41.64447 }, + }, + { + zip_code: '50033', + usps_city: 'Bevington', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 23.0, + density: 79.8, + primary_coty_code: '19121', + primary_coty_name: 'Madison', + county_weights: '{"19121": "100"}', + coty_name: ['Madison'], + cty_code: ['19121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79289, lat: 41.36303 }, + }, + { + zip_code: '50062', + usps_city: 'Melcher Dallas', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 693.0, + density: 8.7, + primary_coty_code: '19125', + primary_coty_name: 'Marion', + county_weights: '{"19125": "100"}', + coty_name: ['Marion'], + cty_code: ['19125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24393, lat: 41.23459 }, + }, + { + zip_code: '50125', + usps_city: 'Indianola', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 20622.0, + density: 48.7, + primary_coty_code: '19181', + primary_coty_name: 'Warren', + county_weights: '{"19181": "100"}', + coty_name: ['Warren'], + cty_code: ['19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57962, lat: 41.33363 }, + }, + { + zip_code: '50157', + usps_city: 'Malcom', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 905.0, + density: 5.4, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "100"}', + coty_name: ['Poweshiek'], + cty_code: ['19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.56145, lat: 41.74492 }, + }, + { + zip_code: '50169', + usps_city: 'Mitchellville', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2989.0, + density: 29.0, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "90.59", "19099": "9.41"}', + coty_name: ['Polk', 'Jasper'], + cty_code: ['19153', '19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.3526, lat: 41.65845 }, + }, + { + zip_code: '50232', + usps_city: 'Reasnor', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 480.0, + density: 5.6, + primary_coty_code: '19099', + primary_coty_name: 'Jasper', + county_weights: '{"19099": "100"}', + coty_name: ['Jasper'], + cty_code: ['19099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96697, lat: 41.5565 }, + }, + { + zip_code: '50242', + usps_city: 'Searsboro', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 595.0, + density: 5.6, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "100"}', + coty_name: ['Poweshiek'], + cty_code: ['19157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.69399, lat: 41.56241 }, + }, + { + zip_code: '50274', + usps_city: 'Wiota', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 167.0, + density: 1.3, + primary_coty_code: '19029', + primary_coty_name: 'Cass', + county_weights: '{"19029": "100"}', + coty_name: ['Cass'], + cty_code: ['19029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.85343, lat: 41.38138 }, + }, + { + zip_code: '50320', + usps_city: 'Des Moines', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 22687.0, + density: 469.3, + primary_coty_code: '19153', + primary_coty_name: 'Polk', + county_weights: '{"19153": "90.96", "19181": "9.04"}', + coty_name: ['Polk', 'Warren'], + cty_code: ['19153', '19181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.57062, lat: 41.52873 }, + }, + { + zip_code: '50430', + usps_city: 'Corwith', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 412.0, + density: 2.6, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "83.98", "19109": "16.02"}', + coty_name: ['Hancock', 'Kossuth'], + cty_code: ['19081', '19109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95399, lat: 42.9816 }, + }, + { + zip_code: '50436', + usps_city: 'Forest City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 5652.0, + density: 16.0, + primary_coty_code: '19189', + primary_coty_name: 'Winnebago', + county_weights: '{"19189": "82.97", "19081": "17.03"}', + coty_name: ['Winnebago', 'Hancock'], + cty_code: ['19189', '19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.6634, lat: 43.26285 }, + }, + { + zip_code: '50447', + usps_city: 'Kanawha', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1260.0, + density: 4.8, + primary_coty_code: '19081', + primary_coty_name: 'Hancock', + county_weights: '{"19081": "85.48", "19197": "14.52"}', + coty_name: ['Hancock', 'Wright'], + cty_code: ['19081', '19197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.80107, lat: 42.92663 }, + }, + { + zip_code: '50448', + usps_city: 'Kensett', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 4.2, + primary_coty_code: '19195', + primary_coty_name: 'Worth', + county_weights: '{"19195": "100"}', + coty_name: ['Worth'], + cty_code: ['19195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.24825, lat: 43.35 }, + }, + { + zip_code: '50458', + usps_city: 'Nora Springs', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2283.0, + density: 12.0, + primary_coty_code: '19067', + primary_coty_name: 'Floyd', + county_weights: '{"19067": "85.69", "19033": "10.97", "19131": "3.34"}', + coty_name: ['Floyd', 'Cerro Gordo', 'Mitchell'], + cty_code: ['19067', '19033', '19131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.00756, lat: 43.16088 }, + }, + { + zip_code: '50483', + usps_city: 'Wesley', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 604.0, + density: 3.0, + primary_coty_code: '19109', + primary_coty_name: 'Kossuth', + county_weights: '{"19109": "84.25", "19081": "15.75"}', + coty_name: ['Kossuth', 'Hancock'], + cty_code: ['19109', '19081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.00092, lat: 43.11261 }, + }, + { + zip_code: '50666', + usps_city: 'Plainfield', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 952.0, + density: 6.8, + primary_coty_code: '19017', + primary_coty_name: 'Bremer', + county_weights: '{"19017": "89.19", "19023": "10.81"}', + coty_name: ['Bremer', 'Butler'], + cty_code: ['19017', '19023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50692, lat: 42.86442 }, + }, + { + zip_code: '50839', + usps_city: 'Carbon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 46.0, + density: 25.2, + primary_coty_code: '19003', + primary_coty_name: 'Adams', + county_weights: '{"19003": "100"}', + coty_name: ['Adams'], + cty_code: ['19003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82398, lat: 41.04966 }, + }, + { + zip_code: '50860', + usps_city: 'Redding', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 158.0, + density: 1.4, + primary_coty_code: '19159', + primary_coty_name: 'Ringgold', + county_weights: '{"19159": "100"}', + coty_name: ['Ringgold'], + cty_code: ['19159'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.34049, lat: 40.62377 }, + }, + { + zip_code: '51037', + usps_city: 'Meriden', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 385.0, + density: 6.2, + primary_coty_code: '19035', + primary_coty_name: 'Cherokee', + county_weights: '{"19035": "100"}', + coty_name: ['Cherokee'], + cty_code: ['19035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64314, lat: 42.82664 }, + }, + { + zip_code: '51239', + usps_city: 'Hull', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3168.0, + density: 18.5, + primary_coty_code: '19167', + primary_coty_name: 'Sioux', + county_weights: '{"19167": "98.82", "19119": "1.18"}', + coty_name: ['Sioux', 'Lyon'], + cty_code: ['19167', '19119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.14576, lat: 43.20131 }, + }, + { + zip_code: '51401', + usps_city: 'Carroll', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 12164.0, + density: 26.8, + primary_coty_code: '19027', + primary_coty_name: 'Carroll', + county_weights: '{"19027": "100"}', + coty_name: ['Carroll'], + cty_code: ['19027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86957, lat: 42.06615 }, + }, + { + zip_code: '51510', + usps_city: 'Carter Lake', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3796.0, + density: 795.6, + primary_coty_code: '19155', + primary_coty_name: 'Pottawattamie', + county_weights: '{"19155": "100"}', + coty_name: ['Pottawattamie'], + cty_code: ['19155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91714, lat: 41.28843 }, + }, + { + zip_code: '51534', + usps_city: 'Glenwood', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 9470.0, + density: 36.4, + primary_coty_code: '19129', + primary_coty_name: 'Mills', + county_weights: '{"19129": "100"}', + coty_name: ['Mills'], + cty_code: ['19129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71685, lat: 41.04291 }, + }, + { + zip_code: '51564', + usps_city: 'Pisgah', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 388.0, + density: 3.8, + primary_coty_code: '19085', + primary_coty_name: 'Harrison', + county_weights: '{"19085": "100"}', + coty_name: ['Harrison'], + cty_code: ['19085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.91198, lat: 41.81606 }, + }, + { + zip_code: '52003', + usps_city: 'Dubuque', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 13453.0, + density: 92.1, + primary_coty_code: '19061', + primary_coty_name: 'Dubuque', + county_weights: '{"19061": "100"}', + coty_name: ['Dubuque'], + cty_code: ['19061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.67522, lat: 42.43441 }, + }, + { + zip_code: '52064', + usps_city: 'Miles', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 924.0, + density: 8.7, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "92.09", "19045": "7.91"}', + coty_name: ['Jackson', 'Clinton'], + cty_code: ['19097', '19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.31241, lat: 42.08862 }, + }, + { + zip_code: '52069', + usps_city: 'Preston', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 11.1, + primary_coty_code: '19097', + primary_coty_name: 'Jackson', + county_weights: '{"19097": "93.16", "19045": "6.84"}', + coty_name: ['Jackson', 'Clinton'], + cty_code: ['19097', '19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.43244, lat: 42.05839 }, + }, + { + zip_code: '52214', + usps_city: 'Central City', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 3320.0, + density: 13.6, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "100"}', + coty_name: ['Linn'], + cty_code: ['19113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.50686, lat: 42.19095 }, + }, + { + zip_code: '52221', + usps_city: 'Guernsey', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 245.0, + density: 4.6, + primary_coty_code: '19157', + primary_coty_name: 'Poweshiek', + county_weights: '{"19157": "89.14", "19095": "10.86"}', + coty_name: ['Poweshiek', 'Iowa'], + cty_code: ['19157', '19095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.33228, lat: 41.64197 }, + }, + { + zip_code: '52231', + usps_city: 'Harper', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 214.0, + density: 2.5, + primary_coty_code: '19107', + primary_coty_name: 'Keokuk', + county_weights: '{"19107": "100"}', + coty_name: ['Keokuk'], + cty_code: ['19107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.05636, lat: 41.36249 }, + }, + { + zip_code: '52324', + usps_city: 'Palo', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2112.0, + density: 20.3, + primary_coty_code: '19113', + primary_coty_name: 'Linn', + county_weights: '{"19113": "89.21", "19011": "10.79"}', + coty_name: ['Linn', 'Benton'], + cty_code: ['19113', '19011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.80536, lat: 42.06363 }, + }, + { + zip_code: '52534', + usps_city: 'Beacon', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 421.0, + density: 415.8, + primary_coty_code: '19123', + primary_coty_name: 'Mahaska', + county_weights: '{"19123": "100"}', + coty_name: ['Mahaska'], + cty_code: ['19123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68188, lat: 41.27193 }, + }, + { + zip_code: '52625', + usps_city: 'Donnellson', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 2786.0, + density: 9.8, + primary_coty_code: '19111', + primary_coty_name: 'Lee', + county_weights: '{"19111": "100"}', + coty_name: ['Lee'], + cty_code: ['19111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.56941, lat: 40.66545 }, + }, + { + zip_code: '52722', + usps_city: 'Bettendorf', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 37476.0, + density: 545.1, + primary_coty_code: '19163', + primary_coty_name: 'Scott', + county_weights: '{"19163": "100"}', + coty_name: ['Scott'], + cty_code: ['19163'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46662, lat: 41.56601 }, + }, + { + zip_code: '52729', + usps_city: 'Calamus', + stusps_code: 'IA', + ste_name: 'Iowa', + zcta: 'TRUE', + parent_zcta: null, + population: 918.0, + density: 8.4, + primary_coty_code: '19045', + primary_coty_name: 'Clinton', + county_weights: '{"19045": "100"}', + coty_name: ['Clinton'], + cty_code: ['19045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.74747, lat: 41.80405 }, + }, + { + zip_code: '53059', + usps_city: 'Neosho', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1832.0, + density: 22.4, + primary_coty_code: '55027', + primary_coty_name: 'Dodge', + county_weights: '{"55027": "100"}', + coty_name: ['Dodge'], + cty_code: ['55027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.52972, lat: 43.28863 }, + }, + { + zip_code: '53090', + usps_city: 'West Bend', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 21687.0, + density: 149.4, + primary_coty_code: '55131', + primary_coty_name: 'Washington', + county_weights: '{"55131": "99.07", "55089": "0.93"}', + coty_name: ['Washington', 'Ozaukee'], + cty_code: ['55131', '55089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.18518, lat: 43.45568 }, + }, + { + zip_code: '53158', + usps_city: 'Pleasant Prairie', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 16750.0, + density: 213.3, + primary_coty_code: '55059', + primary_coty_name: 'Kenosha', + county_weights: '{"55059": "100"}', + coty_name: ['Kenosha'], + cty_code: ['55059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.88838, lat: 42.52429 }, + }, + { + zip_code: '53212', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 30546.0, + density: 2893.6, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.90853, lat: 43.07455 }, + }, + { + zip_code: '53214', + usps_city: 'Milwaukee', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 35543.0, + density: 1886.4, + primary_coty_code: '55079', + primary_coty_name: 'Milwaukee', + county_weights: '{"55079": "100"}', + coty_name: ['Milwaukee'], + cty_code: ['55079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.01465, lat: 43.02079 }, + }, + { + zip_code: '53593', + usps_city: 'Verona', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 23676.0, + density: 127.1, + primary_coty_code: '55025', + primary_coty_name: 'Dane', + county_weights: '{"55025": "100"}', + coty_name: ['Dane'], + cty_code: ['55025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.57813, lat: 42.98451 }, + }, + { + zip_code: '53702', + usps_city: 'Madison', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 3944.2, + primary_coty_code: '55133', + primary_coty_name: 'Waukesha', + county_weights: '{"55133": "100"}', + coty_name: ['Waukesha'], + cty_code: ['55133'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.23073, lat: 43.06093 }, + }, + { + zip_code: '53948', + usps_city: 'Mauston', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8049.0, + density: 21.1, + primary_coty_code: '55057', + primary_coty_name: 'Juneau', + county_weights: '{"55057": "100"}', + coty_name: ['Juneau'], + cty_code: ['55057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.04816, lat: 43.77532 }, + }, + { + zip_code: '53952', + usps_city: 'Oxford', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3219.0, + density: 13.1, + primary_coty_code: '55001', + primary_coty_name: 'Adams', + county_weights: '{"55001": "57.44", "55077": "42.56"}', + coty_name: ['Adams', 'Marquette'], + cty_code: ['55001', '55077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.59856, lat: 43.78323 }, + }, + { + zip_code: '53964', + usps_city: 'Westfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3606.0, + density: 12.3, + primary_coty_code: '55077', + primary_coty_name: 'Marquette', + county_weights: '{"55077": "97.53", "55001": "1.94", "55137": "0.53"}', + coty_name: ['Marquette', 'Adams', 'Waushara'], + cty_code: ['55077', '55001', '55137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.50927, lat: 43.90959 }, + }, + { + zip_code: '54015', + usps_city: 'Hammond', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3687.0, + density: 37.6, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "100"}', + coty_name: ['St. Croix'], + cty_code: ['55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.45626, lat: 44.96473 }, + }, + { + zip_code: '54017', + usps_city: 'New Richmond', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 17995.0, + density: 50.2, + primary_coty_code: '55109', + primary_coty_name: 'St. Croix', + county_weights: '{"55109": "99.14", "55095": "0.86"}', + coty_name: ['St. Croix', 'Polk'], + cty_code: ['55109', '55095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52065, lat: 45.11889 }, + }, + { + zip_code: '54026', + usps_city: 'Star Prairie', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 2018.0, + density: 28.1, + primary_coty_code: '55095', + primary_coty_name: 'Polk', + county_weights: '{"55095": "62.96", "55109": "37.04"}', + coty_name: ['Polk', 'St. Croix'], + cty_code: ['55095', '55109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.53037, lat: 45.22603 }, + }, + { + zip_code: '54107', + usps_city: 'Bonduel', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 3620.0, + density: 19.0, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "99.84", "55087": "0.16"}', + coty_name: ['Shawano', 'Outagamie'], + cty_code: ['55115', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.44737, lat: 44.69819 }, + }, + { + zip_code: '54449', + usps_city: 'Marshfield', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 25574.0, + density: 57.9, + primary_coty_code: '55141', + primary_coty_name: 'Wood', + county_weights: '{"55141": "86.42", "55073": "13.55", "55019": "0.03"}', + coty_name: ['Wood', 'Marathon', 'Clark'], + cty_code: ['55141', '55073', '55019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.19925, lat: 44.63687 }, + }, + { + zip_code: '54482', + usps_city: 'Stevens Point', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 9990.0, + density: 42.2, + primary_coty_code: '55097', + primary_coty_name: 'Portage', + county_weights: '{"55097": "100"}', + coty_name: ['Portage'], + cty_code: ['55097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.51828, lat: 44.55634 }, + }, + { + zip_code: '54511', + usps_city: 'Argonne', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1233.0, + density: 1.7, + primary_coty_code: '55041', + primary_coty_name: 'Forest', + county_weights: '{"55041": "100"}', + coty_name: ['Forest'], + cty_code: ['55041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.83421, lat: 45.72765 }, + }, + { + zip_code: '54556', + usps_city: 'Prentice', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1159.0, + density: 5.0, + primary_coty_code: '55099', + primary_coty_name: 'Price', + county_weights: '{"55099": "100"}', + coty_name: ['Price'], + cty_code: ['55099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.29965, lat: 45.53563 }, + }, + { + zip_code: '54759', + usps_city: 'Pepin', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1454.0, + density: 10.9, + primary_coty_code: '55091', + primary_coty_name: 'Pepin', + county_weights: '{"55091": "100"}', + coty_name: ['Pepin'], + cty_code: ['55091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12777, lat: 44.48662 }, + }, + { + zip_code: '54772', + usps_city: 'Wheeler', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 1068.0, + density: 6.9, + primary_coty_code: '55033', + primary_coty_name: 'Dunn', + county_weights: '{"55033": "100"}', + coty_name: ['Dunn'], + cty_code: ['55033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.87388, lat: 45.09971 }, + }, + { + zip_code: '54915', + usps_city: 'Appleton', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 43354.0, + density: 1066.2, + primary_coty_code: '55087', + primary_coty_name: 'Outagamie', + county_weights: '{"55087": "45.86", "55015": "44.89", "55139": "9.25"}', + coty_name: ['Outagamie', 'Calumet', 'Winnebago'], + cty_code: ['55087', '55015', '55139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.35644, lat: 44.24247 }, + }, + { + zip_code: '54928', + usps_city: 'Caroline', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 404.0, + density: 14.2, + primary_coty_code: '55115', + primary_coty_name: 'Shawano', + county_weights: '{"55115": "100"}', + coty_name: ['Shawano'], + cty_code: ['55115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88733, lat: 44.73803 }, + }, + { + zip_code: '54929', + usps_city: 'Clintonville', + stusps_code: 'WI', + ste_name: 'Wisconsin', + zcta: 'TRUE', + parent_zcta: null, + population: 8673.0, + density: 28.1, + primary_coty_code: '55135', + primary_coty_name: 'Waupaca', + county_weights: '{"55135": "83.96", "55115": "15.53", "55087": "0.51"}', + coty_name: ['Waupaca', 'Shawano', 'Outagamie'], + cty_code: ['55135', '55115', '55087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.74009, lat: 44.63661 }, + }, + { + zip_code: '55046', + usps_city: 'Lonsdale', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5528.0, + density: 45.7, + primary_coty_code: '27131', + primary_coty_name: 'Rice', + county_weights: '{"27131": "100"}', + coty_name: ['Rice'], + cty_code: ['27131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.41897, lat: 44.44863 }, + }, + { + zip_code: '55065', + usps_city: 'Randolph', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1281.0, + density: 15.0, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "98.42", "27049": "1.58"}', + coty_name: ['Dakota', 'Goodhue'], + cty_code: ['27037', '27049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01637, lat: 44.54689 }, + }, + { + zip_code: '55085', + usps_city: 'Vermillion', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 498.0, + density: 235.6, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.96293, lat: 44.67266 }, + }, + { + zip_code: '55150', + usps_city: 'Mendota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 150.0, + density: 170.9, + primary_coty_code: '27037', + primary_coty_name: 'Dakota', + county_weights: '{"27037": "100"}', + coty_name: ['Dakota'], + cty_code: ['27037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1642, lat: 44.8869 }, + }, + { + zip_code: '55311', + usps_city: 'Maple Grove', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 38362.0, + density: 904.8, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.49482, lat: 45.1049 }, + }, + { + zip_code: '55313', + usps_city: 'Buffalo', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 24633.0, + density: 87.6, + primary_coty_code: '27171', + primary_coty_name: 'Wright', + county_weights: '{"27171": "100"}', + coty_name: ['Wright'], + cty_code: ['27171'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.85143, lat: 45.17379 }, + }, + { + zip_code: '55357', + usps_city: 'Loretto', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 3398.0, + density: 69.0, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.65971, lat: 45.09912 }, + }, + { + zip_code: '55371', + usps_city: 'Princeton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16878.0, + density: 35.3, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: + '{"27095": "51.99", "27141": "33.98", "27059": "13.34", "27009": "0.68"}', + coty_name: ['Mille Lacs', 'Sherburne', 'Isanti', 'Benton'], + cty_code: ['27095', '27141', '27059', '27009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59086, lat: 45.5801 }, + }, + { + zip_code: '55436', + usps_city: 'Minneapolis', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 13444.0, + density: 1095.7, + primary_coty_code: '27053', + primary_coty_name: 'Hennepin', + county_weights: '{"27053": "100"}', + coty_name: ['Hennepin'], + cty_code: ['27053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.37405, lat: 44.9034 }, + }, + { + zip_code: '55704', + usps_city: 'Askov', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1051.0, + density: 7.3, + primary_coty_code: '27115', + primary_coty_name: 'Pine', + county_weights: '{"27115": "100"}', + coty_name: ['Pine'], + cty_code: ['27115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.76826, lat: 46.20394 }, + }, + { + zip_code: '55706', + usps_city: 'Babbitt', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1746.0, + density: 11.0, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.96488, lat: 47.72478 }, + }, + { + zip_code: '55717', + usps_city: 'Canyon', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 1.2, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.39241, lat: 47.05818 }, + }, + { + zip_code: '55719', + usps_city: 'Chisholm', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5922.0, + density: 32.7, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.87256, lat: 47.55556 }, + }, + { + zip_code: '55734', + usps_city: 'Eveleth', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5934.0, + density: 23.0, + primary_coty_code: '27137', + primary_coty_name: 'St. Louis', + county_weights: '{"27137": "100"}', + coty_name: ['St. Louis'], + cty_code: ['27137'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.47242, lat: 47.3576 }, + }, + { + zip_code: '55798', + usps_city: 'Wright', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 638.0, + density: 2.6, + primary_coty_code: '27017', + primary_coty_name: 'Carlton', + county_weights: '{"27017": "89.5", "27137": "9.98", "27001": "0.52"}', + coty_name: ['Carlton', 'St. Louis', 'Aitkin'], + cty_code: ['27017', '27137', '27001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.98054, lat: 46.71831 }, + }, + { + zip_code: '55912', + usps_city: 'Austin', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 28970.0, + density: 59.5, + primary_coty_code: '27099', + primary_coty_name: 'Mower', + county_weights: '{"27099": "98.12", "27047": "1.88"}', + coty_name: ['Mower', 'Freeborn'], + cty_code: ['27099', '27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.99022, lat: 43.68155 }, + }, + { + zip_code: '55925', + usps_city: 'Dakota', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 14.0, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "100"}', + coty_name: ['Winona'], + cty_code: ['27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.4623, lat: 43.90903 }, + }, + { + zip_code: '55935', + usps_city: 'Fountain', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 830.0, + density: 5.9, + primary_coty_code: '27045', + primary_coty_name: 'Fillmore', + county_weights: '{"27045": "100"}', + coty_name: ['Fillmore'], + cty_code: ['27045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.12597, lat: 43.74892 }, + }, + { + zip_code: '55943', + usps_city: 'Houston', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2852.0, + density: 6.5, + primary_coty_code: '27055', + primary_coty_name: 'Houston', + county_weights: '{"27055": "89.08", "27169": "10.92"}', + coty_name: ['Houston', 'Winona'], + cty_code: ['27055', '27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.58398, lat: 43.79079 }, + }, + { + zip_code: '55969', + usps_city: 'Rollingstone', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1024.0, + density: 12.8, + primary_coty_code: '27169', + primary_coty_name: 'Winona', + county_weights: '{"27169": "100"}', + coty_name: ['Winona'], + cty_code: ['27169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.87731, lat: 44.08247 }, + }, + { + zip_code: '56022', + usps_city: 'Darfur', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 50.0, + density: 200.1, + primary_coty_code: '27165', + primary_coty_name: 'Watonwan', + county_weights: '{"27165": "100"}', + coty_name: ['Watonwan'], + cty_code: ['27165'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.83936, lat: 44.05354 }, + }, + { + zip_code: '56035', + usps_city: 'Geneva', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 349.0, + density: 241.0, + primary_coty_code: '27047', + primary_coty_name: 'Freeborn', + county_weights: '{"27047": "100"}', + coty_name: ['Freeborn'], + cty_code: ['27047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26853, lat: 43.8215 }, + }, + { + zip_code: '56037', + usps_city: 'Good Thunder', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1637.0, + density: 8.9, + primary_coty_code: '27013', + primary_coty_name: 'Blue Earth', + county_weights: '{"27013": "100"}', + coty_name: ['Blue Earth'], + cty_code: ['27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04886, lat: 44.01864 }, + }, + { + zip_code: '56073', + usps_city: 'New Ulm', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 16405.0, + density: 31.7, + primary_coty_code: '27015', + primary_coty_name: 'Brown', + county_weights: '{"27015": "91.58", "27103": "7.22", "27013": "1.2"}', + coty_name: ['Brown', 'Nicollet', 'Blue Earth'], + cty_code: ['27015', '27103', '27013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.46737, lat: 44.30581 }, + }, + { + zip_code: '56158', + usps_city: 'Magnolia', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 428.0, + density: 4.0, + primary_coty_code: '27133', + primary_coty_name: 'Rock', + county_weights: '{"27133": "83.64", "27105": "16.36"}', + coty_name: ['Rock', 'Nobles'], + cty_code: ['27133', '27105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.07365, lat: 43.63905 }, + }, + { + zip_code: '56159', + usps_city: 'Mountain Lake', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 2774.0, + density: 9.0, + primary_coty_code: '27033', + primary_coty_name: 'Cottonwood', + county_weights: '{"27033": "98.09", "27063": "1.91"}', + coty_name: ['Cottonwood', 'Jackson'], + cty_code: ['27033', '27063'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.93219, lat: 43.94162 }, + }, + { + zip_code: '56216', + usps_city: 'Blomkest', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 658.0, + density: 6.6, + primary_coty_code: '27067', + primary_coty_name: 'Kandiyohi', + county_weights: '{"27067": "100"}', + coty_name: ['Kandiyohi'], + cty_code: ['27067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05655, lat: 44.93658 }, + }, + { + zip_code: '56245', + usps_city: 'Hanley Falls', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 731.0, + density: 6.0, + primary_coty_code: '27173', + primary_coty_name: 'Yellow Medicine', + county_weights: '{"27173": "100"}', + coty_name: ['Yellow Medicine'], + cty_code: ['27173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.68112, lat: 44.68438 }, + }, + { + zip_code: '56267', + usps_city: 'Morris', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 7003.0, + density: 13.3, + primary_coty_code: '27149', + primary_coty_name: 'Stevens', + county_weights: '{"27149": "100"}', + coty_name: ['Stevens'], + cty_code: ['27149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.93008, lat: 45.58453 }, + }, + { + zip_code: '56296', + usps_city: 'Wheaton', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1894.0, + density: 2.9, + primary_coty_code: '27155', + primary_coty_name: 'Traverse', + county_weights: '{"27155": "100"}', + coty_name: ['Traverse'], + cty_code: ['27155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.46746, lat: 45.82866 }, + }, + { + zip_code: '56309', + usps_city: 'Ashby', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1394.0, + density: 9.8, + primary_coty_code: '27051', + primary_coty_name: 'Grant', + county_weights: '{"27051": "80", "27111": "20"}', + coty_name: ['Grant', 'Otter Tail'], + cty_code: ['27051', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80641, lat: 46.08118 }, + }, + { + zip_code: '56323', + usps_city: 'Cyrus', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 5.5, + primary_coty_code: '27121', + primary_coty_name: 'Pope', + county_weights: '{"27121": "96.37", "27149": "3.63"}', + coty_name: ['Pope', 'Stevens'], + cty_code: ['27121', '27149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.72517, lat: 45.6322 }, + }, + { + zip_code: '56353', + usps_city: 'Milaca', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 9300.0, + density: 19.4, + primary_coty_code: '27095', + primary_coty_name: 'Mille Lacs', + county_weights: '{"27095": "99.14", "27059": "0.52", "27065": "0.33"}', + coty_name: ['Mille Lacs', 'Isanti', 'Kanabec'], + cty_code: ['27095', '27059', '27065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62818, lat: 45.79738 }, + }, + { + zip_code: '56437', + usps_city: 'Bertha', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1452.0, + density: 8.4, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "93.41", "27111": "6.59"}', + coty_name: ['Todd', 'Otter Tail'], + cty_code: ['27153', '27111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.05896, lat: 46.24891 }, + }, + { + zip_code: '56479', + usps_city: 'Staples', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 5225.0, + density: 10.2, + primary_coty_code: '27153', + primary_coty_name: 'Todd', + county_weights: '{"27153": "61.79", "27159": "34.27", "27021": "3.94"}', + coty_name: ['Todd', 'Wadena', 'Cass'], + cty_code: ['27153', '27159', '27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.79023, lat: 46.44004 }, + }, + { + zip_code: '56646', + usps_city: 'Gully', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 2.6, + primary_coty_code: '27119', + primary_coty_name: 'Polk', + county_weights: '{"27119": "100"}', + coty_name: ['Polk'], + cty_code: ['27119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.6372, lat: 47.77564 }, + }, + { + zip_code: '56655', + usps_city: 'Longville', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1430.0, + density: 5.2, + primary_coty_code: '27021', + primary_coty_name: 'Cass', + county_weights: '{"27021": "100"}', + coty_name: ['Cass'], + cty_code: ['27021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22748, lat: 47.00359 }, + }, + { + zip_code: '56713', + usps_city: 'Argyle', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1049.0, + density: 2.1, + primary_coty_code: '27089', + primary_coty_name: 'Marshall', + county_weights: '{"27089": "100"}', + coty_name: ['Marshall'], + cty_code: ['27089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.8135, lat: 48.34841 }, + }, + { + zip_code: '56732', + usps_city: 'Karlstad', + stusps_code: 'MN', + ste_name: 'Minnesota', + zcta: 'TRUE', + parent_zcta: null, + population: 1098.0, + density: 3.0, + primary_coty_code: '27069', + primary_coty_name: 'Kittson', + county_weights: '{"27069": "94.54", "27089": "4.49", "27135": "0.97"}', + coty_name: ['Kittson', 'Marshall', 'Roseau'], + cty_code: ['27069', '27089', '27135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.48706, lat: 48.57627 }, + }, + { + zip_code: '57053', + usps_city: 'Parker', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1876.0, + density: 5.1, + primary_coty_code: '46125', + primary_coty_name: 'Turner', + county_weights: '{"46125": "95.62", "46087": "4.38"}', + coty_name: ['Turner', 'McCook'], + cty_code: ['46125', '46087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.14026, lat: 43.41009 }, + }, + { + zip_code: '57062', + usps_city: 'Springfield', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2377.0, + density: 9.1, + primary_coty_code: '46009', + primary_coty_name: 'Bon Homme', + county_weights: '{"46009": "100"}', + coty_name: ['Bon Homme'], + cty_code: ['46009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95455, lat: 42.85036 }, + }, + { + zip_code: '57217', + usps_city: 'Bradley', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 261.0, + density: 1.0, + primary_coty_code: '46025', + primary_coty_name: 'Clark', + county_weights: '{"46025": "100"}', + coty_name: ['Clark'], + cty_code: ['46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.66123, lat: 45.07844 }, + }, + { + zip_code: '57234', + usps_city: 'Estelline', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1234.0, + density: 4.7, + primary_coty_code: '46057', + primary_coty_name: 'Hamlin', + county_weights: '{"46057": "88.62", "46039": "11.38"}', + coty_name: ['Hamlin', 'Deuel'], + cty_code: ['46057', '46039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.89277, lat: 44.60292 }, + }, + { + zip_code: '57263', + usps_city: 'South Shore', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 476.0, + density: 2.0, + primary_coty_code: '46029', + primary_coty_name: 'Codington', + county_weights: '{"46029": "87.33", "46051": "12.67"}', + coty_name: ['Codington', 'Grant'], + cty_code: ['46029', '46051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00214, lat: 45.13744 }, + }, + { + zip_code: '57272', + usps_city: 'Wallace', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 232.0, + density: 2.7, + primary_coty_code: '46029', + primary_coty_name: 'Codington', + county_weights: '{"46029": "97.69", "46025": "2.31"}', + coty_name: ['Codington', 'Clark'], + cty_code: ['46029', '46025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.46793, lat: 45.10327 }, + }, + { + zip_code: '57365', + usps_city: 'Oacoma', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 552.0, + density: 3.4, + primary_coty_code: '46085', + primary_coty_name: 'Lyman', + county_weights: '{"46085": "100"}', + coty_name: ['Lyman'], + cty_code: ['46085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.41645, lat: 43.81175 }, + }, + { + zip_code: '57436', + usps_city: 'Doland', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 494.0, + density: 0.9, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "100"}', + coty_name: ['Spink'], + cty_code: ['46115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.08626, lat: 44.85674 }, + }, + { + zip_code: '57439', + usps_city: 'Ferney', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 41.0, + density: 3.2, + primary_coty_code: '46013', + primary_coty_name: 'Brown', + county_weights: '{"46013": "100"}', + coty_name: ['Brown'], + cty_code: ['46013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.06511, lat: 45.33168 }, + }, + { + zip_code: '57469', + usps_city: 'Redfield', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3480.0, + density: 4.6, + primary_coty_code: '46115', + primary_coty_name: 'Spink', + county_weights: '{"46115": "96.61", "46049": "1.72", "46059": "1.66"}', + coty_name: ['Spink', 'Faulk', 'Hand'], + cty_code: ['46115', '46049', '46059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.57443, lat: 44.86139 }, + }, + { + zip_code: '57751', + usps_city: 'Keystone', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 1075.0, + density: 6.1, + primary_coty_code: '46103', + primary_coty_name: 'Pennington', + county_weights: '{"46103": "98.82", "46033": "1.18"}', + coty_name: ['Pennington', 'Custer'], + cty_code: ['46103', '46033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.38659, lat: 43.85544 }, + }, + { + zip_code: '57764', + usps_city: 'Oglala', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2318.0, + density: 2.5, + primary_coty_code: '46102', + primary_coty_name: 'Oglala Lakota', + county_weights: '{"46102": 100}', + coty_name: ['Oglala Lakota'], + cty_code: ['46102'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.83334, lat: 43.18657 }, + }, + { + zip_code: '57793', + usps_city: 'Whitewood', + stusps_code: 'SD', + ste_name: 'South Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 2401.0, + density: 6.3, + primary_coty_code: '46081', + primary_coty_name: 'Lawrence', + county_weights: '{"46081": "84.47", "46093": "13.96", "46019": "1.57"}', + coty_name: ['Lawrence', 'Meade', 'Butte'], + cty_code: ['46081', '46093', '46019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.58514, lat: 44.52048 }, + }, + { + zip_code: '58036', + usps_city: 'Gardner', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 237.0, + density: 1.2, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.94807, lat: 47.15557 }, + }, + { + zip_code: '58102', + usps_city: 'Fargo', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 29621.0, + density: 366.1, + primary_coty_code: '38017', + primary_coty_name: 'Cass', + county_weights: '{"38017": "100"}', + coty_name: ['Cass'], + cty_code: ['38017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.83183, lat: 46.9209 }, + }, + { + zip_code: '58225', + usps_city: 'Drayton', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 956.0, + density: 1.6, + primary_coty_code: '38067', + primary_coty_name: 'Pembina', + county_weights: '{"38067": "84.98", "38099": "8.71", "27069": "6.31"}', + coty_name: ['Pembina', 'Walsh', 'Kittson'], + cty_code: ['38067', '38099', '27069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.21566, lat: 48.61036 }, + }, + { + zip_code: '58318', + usps_city: 'Bottineau', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 3901.0, + density: 5.3, + primary_coty_code: '38009', + primary_coty_name: 'Bottineau', + county_weights: '{"38009": "100"}', + coty_name: ['Bottineau'], + cty_code: ['38009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.41887, lat: 48.85463 }, + }, + { + zip_code: '58529', + usps_city: 'Carson', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 598.0, + density: 0.5, + primary_coty_code: '38037', + primary_coty_name: 'Grant', + county_weights: '{"38037": "100"}', + coty_name: ['Grant'], + cty_code: ['38037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.55514, lat: 46.29985 }, + }, + { + zip_code: '58549', + usps_city: 'Kintyre', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 256.0, + density: 0.5, + primary_coty_code: '38029', + primary_coty_name: 'Emmons', + county_weights: '{"38029": "56.07", "38047": "39.25", "38043": "4.67"}', + coty_name: ['Emmons', 'Logan', 'Kidder'], + cty_code: ['38029', '38047', '38043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.93629, lat: 46.47464 }, + }, + { + zip_code: '58744', + usps_city: 'Karlsruhe', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.5, + primary_coty_code: '38049', + primary_coty_name: 'McHenry', + county_weights: '{"38049": "100"}', + coty_name: ['McHenry'], + cty_code: ['38049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.6232, lat: 48.11917 }, + }, + { + zip_code: '58756', + usps_city: 'Makoti', + stusps_code: 'ND', + ste_name: 'North Dakota', + zcta: 'TRUE', + parent_zcta: null, + population: 185.0, + density: 0.8, + primary_coty_code: '38101', + primary_coty_name: 'Ward', + county_weights: '{"38101": "94", "38061": "6"}', + coty_name: ['Ward', 'Mountrail'], + cty_code: ['38101', '38061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.81016, lat: 47.9681 }, + }, + { + zip_code: '59015', + usps_city: 'Broadview', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 503.0, + density: 0.8, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "79.17", "30095": "12.5", "30065": "8.33"}', + coty_name: ['Yellowstone', 'Stillwater', 'Musselshell'], + cty_code: ['30111', '30095', '30065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.83149, lat: 46.07518 }, + }, + { + zip_code: '59030', + usps_city: 'Gardiner', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1211.0, + density: 1.0, + primary_coty_code: '30067', + primary_coty_name: 'Park', + county_weights: '{"30067": "100"}', + coty_name: ['Park'], + cty_code: ['30067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.57248, lat: 45.08481 }, + }, + { + zip_code: '59058', + usps_city: 'Mosby', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 0.0, + primary_coty_code: '30033', + primary_coty_name: 'Garfield', + county_weights: '{"30033": "100"}', + coty_name: ['Garfield'], + cty_code: ['30033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.78958, lat: 47.08099 }, + }, + { + zip_code: '59102', + usps_city: 'Billings', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 46611.0, + density: 1218.5, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.58016, lat: 45.77569 }, + }, + { + zip_code: '59105', + usps_city: 'Billings', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 30943.0, + density: 114.9, + primary_coty_code: '30111', + primary_coty_name: 'Yellowstone', + county_weights: '{"30111": "100"}', + coty_name: ['Yellowstone'], + cty_code: ['30111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.50585, lat: 45.88269 }, + }, + { + zip_code: '59212', + usps_city: 'Bainville', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 536.0, + density: 0.7, + primary_coty_code: '30085', + primary_coty_name: 'Roosevelt', + county_weights: '{"30085": "100"}', + coty_name: ['Roosevelt'], + cty_code: ['30085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.19086, lat: 48.18722 }, + }, + { + zip_code: '59252', + usps_city: 'Outlook', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 88.0, + density: 0.2, + primary_coty_code: '30091', + primary_coty_name: 'Sheridan', + county_weights: '{"30091": "100"}', + coty_name: ['Sheridan'], + cty_code: ['30091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.80926, lat: 48.92181 }, + }, + { + zip_code: '59314', + usps_city: 'Biddle', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 89.0, + density: 0.1, + primary_coty_code: '30075', + primary_coty_name: 'Powder River', + county_weights: '{"30075": "100"}', + coty_name: ['Powder River'], + cty_code: ['30075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.36909, lat: 45.07361 }, + }, + { + zip_code: '59326', + usps_city: 'Fallon', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 0.2, + primary_coty_code: '30079', + primary_coty_name: 'Prairie', + county_weights: '{"30079": "95.09", "30021": "4.91"}', + coty_name: ['Prairie', 'Dawson'], + cty_code: ['30079', '30021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.84331, lat: 46.76265 }, + }, + { + zip_code: '59424', + usps_city: 'Coffee Creek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 18.0, + density: 0.1, + primary_coty_code: '30027', + primary_coty_name: 'Fergus', + county_weights: '{"30027": "82.76", "30045": "17.24"}', + coty_name: ['Fergus', 'Judith Basin'], + cty_code: ['30027', '30045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.09078, lat: 47.34665 }, + }, + { + zip_code: '59454', + usps_city: 'Kevin', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 0.6, + primary_coty_code: '30101', + primary_coty_name: 'Toole', + county_weights: '{"30101": "100"}', + coty_name: ['Toole'], + cty_code: ['30101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.02463, lat: 48.71695 }, + }, + { + zip_code: '59485', + usps_city: 'Ulm', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 562.0, + density: 10.7, + primary_coty_code: '30013', + primary_coty_name: 'Cascade', + county_weights: '{"30013": "100"}', + coty_name: ['Cascade'], + cty_code: ['30013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.54358, lat: 47.40656 }, + }, + { + zip_code: '59648', + usps_city: 'Wolf Creek', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 490.0, + density: 0.3, + primary_coty_code: '30049', + primary_coty_name: 'Lewis and Clark', + county_weights: '{"30049": "100"}', + coty_name: ['Lewis and Clark'], + cty_code: ['30049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.1179, lat: 47.08191 }, + }, + { + zip_code: '59729', + usps_city: 'Ennis', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 2319.0, + density: 1.7, + primary_coty_code: '30057', + primary_coty_name: 'Madison', + county_weights: '{"30057": "100"}', + coty_name: ['Madison'], + cty_code: ['30057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.65892, lat: 45.29334 }, + }, + { + zip_code: '59860', + usps_city: 'Polson', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 10504.0, + density: 16.7, + primary_coty_code: '30047', + primary_coty_name: 'Lake', + county_weights: '{"30047": "100"}', + coty_name: ['Lake'], + cty_code: ['30047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.16687, lat: 47.71027 }, + }, + { + zip_code: '59868', + usps_city: 'Seeley Lake', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 1827.0, + density: 3.9, + primary_coty_code: '30063', + primary_coty_name: 'Missoula', + county_weights: '{"30063": "99.9", "30077": "0.1"}', + coty_name: ['Missoula', 'Powell'], + cty_code: ['30063', '30077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -113.50499, lat: 47.21409 }, + }, + { + zip_code: '59933', + usps_city: 'Stryker', + stusps_code: 'MT', + ste_name: 'Montana', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 4.7, + primary_coty_code: '30053', + primary_coty_name: 'Lincoln', + county_weights: '{"30053": "100"}', + coty_name: ['Lincoln'], + cty_code: ['30053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -114.77149, lat: 48.68096 }, + }, + { + zip_code: '60103', + usps_city: 'Bartlett', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 41755.0, + density: 838.8, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "59.73", "17031": "40.27"}', + coty_name: ['DuPage', 'Cook'], + cty_code: ['17043', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.20633, lat: 41.97941 }, + }, + { + zip_code: '60111', + usps_city: 'Clare', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 163.0, + density: 3.1, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "100"}', + coty_name: ['DeKalb'], + cty_code: ['17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.8281, lat: 42.00818 }, + }, + { + zip_code: '60129', + usps_city: 'Esmond', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 286.0, + density: 6.5, + primary_coty_code: '17037', + primary_coty_name: 'DeKalb', + county_weights: '{"17037": "57.44", "17141": "42.56"}', + coty_name: ['DeKalb', 'Ogle'], + cty_code: ['17037', '17141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.95629, lat: 42.02643 }, + }, + { + zip_code: '60142', + usps_city: 'Huntley', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28647.0, + density: 276.7, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "76.11", "17089": "23.89"}', + coty_name: ['McHenry', 'Kane'], + cty_code: ['17111', '17089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.44252, lat: 42.17563 }, + }, + { + zip_code: '60156', + usps_city: 'Lake In The Hills', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28809.0, + density: 984.7, + primary_coty_code: '17111', + primary_coty_name: 'McHenry', + county_weights: '{"17111": "100"}', + coty_name: ['McHenry'], + cty_code: ['17111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.34582, lat: 42.19139 }, + }, + { + zip_code: '60435', + usps_city: 'Joliet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 49390.0, + density: 1780.9, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "100"}', + coty_name: ['Will'], + cty_code: ['17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.1299, lat: 41.54539 }, + }, + { + zip_code: '60469', + usps_city: 'Posen', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 5795.0, + density: 2389.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.68712, lat: 41.62825 }, + }, + { + zip_code: '60475', + usps_city: 'Steger', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 9664.0, + density: 774.6, + primary_coty_code: '17197', + primary_coty_name: 'Will', + county_weights: '{"17197": "56.79", "17031": "43.21"}', + coty_name: ['Will', 'Cook'], + cty_code: ['17197', '17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.62787, lat: 41.47272 }, + }, + { + zip_code: '60477', + usps_city: 'Tinley Park', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37542.0, + density: 1136.0, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "99.99", "17197": "0.01"}', + coty_name: ['Cook', 'Will'], + cty_code: ['17031', '17197'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.78869, lat: 41.57255 }, + }, + { + zip_code: '60517', + usps_city: 'Woodridge', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 32390.0, + density: 1440.8, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04239, lat: 41.74207 }, + }, + { + zip_code: '60563', + usps_city: 'Naperville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 37705.0, + density: 959.8, + primary_coty_code: '17043', + primary_coty_name: 'DuPage', + county_weights: '{"17043": "100"}', + coty_name: ['DuPage'], + cty_code: ['17043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.17025, lat: 41.7997 }, + }, + { + zip_code: '60659', + usps_city: 'Chicago', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 42735.0, + density: 8138.3, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.70416, lat: 41.99108 }, + }, + { + zip_code: '60827', + usps_city: 'Riverdale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 28483.0, + density: 1567.7, + primary_coty_code: '17031', + primary_coty_name: 'Cook', + county_weights: '{"17031": "100"}', + coty_name: ['Cook'], + cty_code: ['17031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.63016, lat: 41.64956 }, + }, + { + zip_code: '61068', + usps_city: 'Rochelle', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 14246.0, + density: 46.8, + primary_coty_code: '17141', + primary_coty_name: 'Ogle', + county_weights: '{"17141": "99.29", "17103": "0.48", "17037": "0.22"}', + coty_name: ['Ogle', 'Lee', 'DeKalb'], + cty_code: ['17141', '17103', '17037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.0644, lat: 41.94846 }, + }, + { + zip_code: '61075', + usps_city: 'Scales Mound', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 976.0, + density: 7.5, + primary_coty_code: '17085', + primary_coty_name: 'Jo Daviess', + county_weights: '{"17085": "100"}', + coty_name: ['Jo Daviess'], + cty_code: ['17085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.25896, lat: 42.46445 }, + }, + { + zip_code: '61270', + usps_city: 'Morrison', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 6938.0, + density: 17.7, + primary_coty_code: '17195', + primary_coty_name: 'Whiteside', + county_weights: '{"17195": "100"}', + coty_name: ['Whiteside'], + cty_code: ['17195'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9664, lat: 41.82971 }, + }, + { + zip_code: '61334', + usps_city: 'Lostant', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 722.0, + density: 7.5, + primary_coty_code: '17099', + primary_coty_name: 'LaSalle', + county_weights: '{"17099": "96.36", "17155": "3.64"}', + coty_name: ['LaSalle', 'Putnam'], + cty_code: ['17099', '17155'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09846, lat: 41.14512 }, + }, + { + zip_code: '61367', + usps_city: 'Sublette', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 759.0, + density: 6.3, + primary_coty_code: '17103', + primary_coty_name: 'Lee', + county_weights: '{"17103": "100"}', + coty_name: ['Lee'], + cty_code: ['17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.26541, lat: 41.62679 }, + }, + { + zip_code: '61376', + usps_city: 'Walnut', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2018.0, + density: 8.1, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "95.92", "17103": "4.08"}', + coty_name: ['Bureau', 'Lee'], + cty_code: ['17011', '17103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.60912, lat: 41.53939 }, + }, + { + zip_code: '61379', + usps_city: 'Wyanet', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1291.0, + density: 12.0, + primary_coty_code: '17011', + primary_coty_name: 'Bureau', + county_weights: '{"17011": "100"}', + coty_name: ['Bureau'], + cty_code: ['17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.6161, lat: 41.39198 }, + }, + { + zip_code: '61449', + usps_city: 'La Fayette', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 299.0, + density: 3.1, + primary_coty_code: '17175', + primary_coty_name: 'Stark', + county_weights: '{"17175": "75", "17095": "25"}', + coty_name: ['Stark', 'Knox'], + cty_code: ['17175', '17095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.9747, lat: 41.08934 }, + }, + { + zip_code: '61483', + usps_city: 'Toulon', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1923.0, + density: 7.8, + primary_coty_code: '17175', + primary_coty_name: 'Stark', + county_weights: '{"17175": "100"}', + coty_name: ['Stark'], + cty_code: ['17175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.87325, lat: 41.08666 }, + }, + { + zip_code: '61537', + usps_city: 'Henry', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2904.0, + density: 19.0, + primary_coty_code: '17123', + primary_coty_name: 'Marshall', + county_weights: '{"17123": "98.99", "17011": "1.01"}', + coty_name: ['Marshall', 'Bureau'], + cty_code: ['17123', '17011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.46635, lat: 41.11702 }, + }, + { + zip_code: '61778', + usps_city: 'Waynesville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 649.0, + density: 8.3, + primary_coty_code: '17039', + primary_coty_name: 'De Witt', + county_weights: '{"17039": "100"}', + coty_name: ['De Witt'], + cty_code: ['17039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.09115, lat: 40.23288 }, + }, + { + zip_code: '61833', + usps_city: 'Tilton', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2261.0, + density: 560.1, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.64427, lat: 40.09806 }, + }, + { + zip_code: '61844', + usps_city: 'Fithian', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 755.0, + density: 5.0, + primary_coty_code: '17183', + primary_coty_name: 'Vermilion', + county_weights: '{"17183": "100"}', + coty_name: ['Vermilion'], + cty_code: ['17183'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.87033, lat: 40.13875 }, + }, + { + zip_code: '61932', + usps_city: 'Hume', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 442.0, + density: 7.9, + primary_coty_code: '17045', + primary_coty_name: 'Edgar', + county_weights: '{"17045": "100"}', + coty_name: ['Edgar'], + cty_code: ['17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -87.8789, lat: 39.80355 }, + }, + { + zip_code: '61942', + usps_city: 'Newman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 898.0, + density: 4.9, + primary_coty_code: '17041', + primary_coty_name: 'Douglas', + county_weights: '{"17041": "97.59", "17045": "2.41"}', + coty_name: ['Douglas', 'Edgar'], + cty_code: ['17041', '17045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.00608, lat: 39.81517 }, + }, + { + zip_code: '62013', + usps_city: 'Brussels', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 619.0, + density: 9.7, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.5695, lat: 38.96245 }, + }, + { + zip_code: '62028', + usps_city: 'Elsah', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1119.0, + density: 73.2, + primary_coty_code: '17083', + primary_coty_name: 'Jersey', + county_weights: '{"17083": "100"}', + coty_name: ['Jersey'], + cty_code: ['17083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.35407, lat: 38.95935 }, + }, + { + zip_code: '62045', + usps_city: 'Hamburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 533.0, + density: 5.4, + primary_coty_code: '17013', + primary_coty_name: 'Calhoun', + county_weights: '{"17013": "100"}', + coty_name: ['Calhoun'], + cty_code: ['17013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.70904, lat: 39.26026 }, + }, + { + zip_code: '62049', + usps_city: 'Hillsboro', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 8513.0, + density: 38.7, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.48518, lat: 39.13013 }, + }, + { + zip_code: '62076', + usps_city: 'Ohlman', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 122.0, + density: 128.5, + primary_coty_code: '17135', + primary_coty_name: 'Montgomery', + county_weights: '{"17135": "100"}', + coty_name: ['Montgomery'], + cty_code: ['17135'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.2188, lat: 39.34337 }, + }, + { + zip_code: '62292', + usps_city: 'Tilden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 895.0, + density: 235.8, + primary_coty_code: '17157', + primary_coty_name: 'Randolph', + county_weights: '{"17157": "100"}', + coty_name: ['Randolph'], + cty_code: ['17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.6801, lat: 38.21265 }, + }, + { + zip_code: '62311', + usps_city: 'Augusta', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 701.0, + density: 5.3, + primary_coty_code: '17067', + primary_coty_name: 'Hancock', + county_weights: '{"17067": "86.74", "17169": "9.88", "17001": "3.37"}', + coty_name: ['Hancock', 'Schuyler', 'Adams'], + cty_code: ['17067', '17169', '17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.91774, lat: 40.22198 }, + }, + { + zip_code: '62339', + usps_city: 'Golden', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 9.8, + primary_coty_code: '17001', + primary_coty_name: 'Adams', + county_weights: '{"17001": "100"}', + coty_name: ['Adams'], + cty_code: ['17001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.04115, lat: 40.13164 }, + }, + { + zip_code: '62465', + usps_city: 'Strasburg', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 960.0, + density: 10.0, + primary_coty_code: '17173', + primary_coty_name: 'Shelby', + county_weights: '{"17173": "100"}', + coty_name: ['Shelby'], + cty_code: ['17173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.64047, lat: 39.34939 }, + }, + { + zip_code: '62541', + usps_city: 'Lake Fork', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21.0, + density: 19.7, + primary_coty_code: '17107', + primary_coty_name: 'Logan', + county_weights: '{"17107": "100"}', + coty_name: ['Logan'], + cty_code: ['17107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.35509, lat: 39.96541 }, + }, + { + zip_code: '62555', + usps_city: 'Owaneco', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 456.0, + density: 5.0, + primary_coty_code: '17021', + primary_coty_name: 'Christian', + county_weights: '{"17021": "100"}', + coty_name: ['Christian'], + cty_code: ['17021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.22067, lat: 39.4663 }, + }, + { + zip_code: '62701', + usps_city: 'Springfield', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1147.0, + density: 1163.6, + primary_coty_code: '17167', + primary_coty_name: 'Sangamon', + county_weights: '{"17167": "100"}', + coty_name: ['Sangamon'], + cty_code: ['17167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.64884, lat: 39.80082 }, + }, + { + zip_code: '62801', + usps_city: 'Centralia', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 21185.0, + density: 59.9, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: + '{"17121": "70.1", "17027": "25.96", "17189": "2.07", "17081": "1.88"}', + coty_name: ['Marion', 'Clinton', 'Washington', 'Jefferson'], + cty_code: ['17121', '17027', '17189', '17081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.14165, lat: 38.51276 }, + }, + { + zip_code: '62827', + usps_city: 'Crossville', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1215.0, + density: 7.2, + primary_coty_code: '17193', + primary_coty_name: 'White', + county_weights: '{"17193": "100"}', + coty_name: ['White'], + cty_code: ['17193'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.04316, lat: 38.16915 }, + }, + { + zip_code: '62838', + usps_city: 'Farina', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 1853.0, + density: 8.4, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: + '{"17051": "69.74", "17025": "28.66", "17121": "1", "17049": "0.6"}', + coty_name: ['Fayette', 'Clay', 'Marion', 'Effingham'], + cty_code: ['17051', '17025', '17121', '17049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.75553, lat: 38.87289 }, + }, + { + zip_code: '62870', + usps_city: 'Odin', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2211.0, + density: 21.9, + primary_coty_code: '17121', + primary_coty_name: 'Marion', + county_weights: '{"17121": "100"}', + coty_name: ['Marion'], + cty_code: ['17121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.05107, lat: 38.63495 }, + }, + { + zip_code: '62880', + usps_city: 'Saint Peter', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 712.0, + density: 6.6, + primary_coty_code: '17051', + primary_coty_name: 'Fayette', + county_weights: '{"17051": "100"}', + coty_name: ['Fayette'], + cty_code: ['17051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.88444, lat: 38.86697 }, + }, + { + zip_code: '62901', + usps_city: 'Carbondale', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 26255.0, + density: 338.9, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "96.5", "17199": "3.5"}', + coty_name: ['Jackson', 'Williamson'], + cty_code: ['17077', '17199'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.20844, lat: 37.73826 }, + }, + { + zip_code: '62907', + usps_city: 'Ava', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 2007.0, + density: 8.4, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "99.63", "17157": "0.37"}', + coty_name: ['Jackson', 'Randolph'], + cty_code: ['17077', '17157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.49823, lat: 37.86675 }, + }, + { + zip_code: '62960', + usps_city: 'Metropolis', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 10755.0, + density: 35.7, + primary_coty_code: '17127', + primary_coty_name: 'Massac', + county_weights: '{"17127": "99.91", "17151": "0.09"}', + coty_name: ['Massac', 'Pope'], + cty_code: ['17127', '17151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -88.71072, lat: 37.22608 }, + }, + { + zip_code: '62969', + usps_city: 'Olive Branch', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 438.0, + density: 8.5, + primary_coty_code: '17003', + primary_coty_name: 'Alexander', + county_weights: '{"17003": "100"}', + coty_name: ['Alexander'], + cty_code: ['17003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.34349, lat: 37.15795 }, + }, + { + zip_code: '62975', + usps_city: 'Pomona', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 169.0, + density: 2.8, + primary_coty_code: '17077', + primary_coty_name: 'Jackson', + county_weights: '{"17077": "100"}', + coty_name: ['Jackson'], + cty_code: ['17077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.37776, lat: 37.63757 }, + }, + { + zip_code: '62998', + usps_city: 'Wolf Lake', + stusps_code: 'IL', + ste_name: 'Illinois', + zcta: 'TRUE', + parent_zcta: null, + population: 316.0, + density: 2.6, + primary_coty_code: '17181', + primary_coty_name: 'Union', + county_weights: '{"17181": "100"}', + coty_name: ['Union'], + cty_code: ['17181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.4474, lat: 37.51587 }, + }, + { + zip_code: '63040', + usps_city: 'Wildwood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 8374.0, + density: 718.9, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.63496, lat: 38.57299 }, + }, + { + zip_code: '63045', + usps_city: 'Earth City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.46626, lat: 38.7689 }, + }, + { + zip_code: '63122', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 39165.0, + density: 1070.8, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.42014, lat: 38.57921 }, + }, + { + zip_code: '63132', + usps_city: 'Saint Louis', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13378.0, + density: 981.3, + primary_coty_code: '29189', + primary_coty_name: 'St. Louis', + county_weights: '{"29189": "100"}', + coty_name: ['St. Louis'], + cty_code: ['29189'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.37796, lat: 38.676 }, + }, + { + zip_code: '63351', + usps_city: 'Jonesburg', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1899.0, + density: 13.3, + primary_coty_code: '29139', + primary_coty_name: 'Montgomery', + county_weights: '{"29139": "67.93", "29219": "32.07"}', + coty_name: ['Montgomery', 'Warren'], + cty_code: ['29139', '29219'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.31372, lat: 38.86243 }, + }, + { + zip_code: '63435', + usps_city: 'Canton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4146.0, + density: 11.4, + primary_coty_code: '29111', + primary_coty_name: 'Lewis', + county_weights: '{"29111": "90.87", "29045": "9.13"}', + coty_name: ['Lewis', 'Clark'], + cty_code: ['29111', '29045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.58375, lat: 40.20545 }, + }, + { + zip_code: '63626', + usps_city: 'Blackwell', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1170.0, + density: 28.6, + primary_coty_code: '29221', + primary_coty_name: 'Washington', + county_weights: '{"29221": "89.87", "29187": "10.13"}', + coty_name: ['Washington', 'St. Francois'], + cty_code: ['29221', '29187'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.68797, lat: 38.06894 }, + }, + { + zip_code: '63750', + usps_city: 'Gipsy', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 19.0, + density: 0.8, + primary_coty_code: '29017', + primary_coty_name: 'Bollinger', + county_weights: '{"29017": "100"}', + coty_name: ['Bollinger'], + cty_code: ['29017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.18596, lat: 37.14849 }, + }, + { + zip_code: '63902', + usps_city: 'Poplar Bluff', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '29023', + primary_coty_name: 'Butler', + county_weights: '{"29023": "0"}', + coty_name: ['Butler'], + cty_code: ['29023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.4271, lat: 36.76761 }, + }, + { + zip_code: '63942', + usps_city: 'Gatewood', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 3.3, + primary_coty_code: '29181', + primary_coty_name: 'Ripley', + county_weights: '{"29181": "86.04", "29149": "13.96"}', + coty_name: ['Ripley', 'Oregon'], + cty_code: ['29181', '29149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.07906, lat: 36.55101 }, + }, + { + zip_code: '64001', + usps_city: 'Alma', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 716.0, + density: 7.0, + primary_coty_code: '29107', + primary_coty_name: 'Lafayette', + county_weights: '{"29107": "100"}', + coty_name: ['Lafayette'], + cty_code: ['29107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54211, lat: 39.10533 }, + }, + { + zip_code: '64113', + usps_city: 'Kansas City', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12129.0, + density: 1877.3, + primary_coty_code: '29095', + primary_coty_name: 'Jackson', + county_weights: '{"29095": "100"}', + coty_name: ['Jackson'], + cty_code: ['29095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.5958, lat: 39.01415 }, + }, + { + zip_code: '64481', + usps_city: 'Ridgeway', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 888.0, + density: 2.7, + primary_coty_code: '29081', + primary_coty_name: 'Harrison', + county_weights: '{"29081": "100"}', + coty_name: ['Harrison'], + cty_code: ['29081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.8899, lat: 40.35607 }, + }, + { + zip_code: '64493', + usps_city: 'Turney', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 563.0, + density: 7.9, + primary_coty_code: '29049', + primary_coty_name: 'Clinton', + county_weights: '{"29049": "100"}', + coty_name: ['Clinton'], + cty_code: ['29049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.31814, lat: 39.63503 }, + }, + { + zip_code: '64657', + usps_city: 'McFall', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 2.6, + primary_coty_code: '29075', + primary_coty_name: 'Gentry', + county_weights: '{"29075": "58.51", "29081": "28.79", "29061": "12.69"}', + coty_name: ['Gentry', 'Harrison', 'Daviess'], + cty_code: ['29075', '29081', '29061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.21992, lat: 40.12602 }, + }, + { + zip_code: '64673', + usps_city: 'Princeton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2496.0, + density: 4.0, + primary_coty_code: '29129', + primary_coty_name: 'Mercer', + county_weights: '{"29129": "100"}', + coty_name: ['Mercer'], + cty_code: ['29129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.58664, lat: 40.37745 }, + }, + { + zip_code: '64686', + usps_city: 'Utica', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 164.0, + density: 39.0, + primary_coty_code: '29117', + primary_coty_name: 'Livingston', + county_weights: '{"29117": "100"}', + coty_name: ['Livingston'], + cty_code: ['29117'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.62435, lat: 39.7503 }, + }, + { + zip_code: '64759', + usps_city: 'Lamar', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 7859.0, + density: 11.5, + primary_coty_code: '29011', + primary_coty_name: 'Barton', + county_weights: '{"29011": "99.76", "29057": "0.24"}', + coty_name: ['Barton', 'Dade'], + cty_code: ['29011', '29057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.26299, lat: 37.52501 }, + }, + { + zip_code: '64790', + usps_city: 'Walker', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 869.0, + density: 4.2, + primary_coty_code: '29217', + primary_coty_name: 'Vernon', + county_weights: '{"29217": "100"}', + coty_name: ['Vernon'], + cty_code: ['29217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.22666, lat: 37.93016 }, + }, + { + zip_code: '64850', + usps_city: 'Neosho', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 23688.0, + density: 44.6, + primary_coty_code: '29145', + primary_coty_name: 'Newton', + county_weights: '{"29145": "99.58", "29119": "0.42"}', + coty_name: ['Newton', 'McDonald'], + cty_code: ['29145', '29119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.39835, lat: 36.86088 }, + }, + { + zip_code: '65032', + usps_city: 'Eugene', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1684.0, + density: 11.3, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "50.84", "29051": "49.16"}', + coty_name: ['Miller', 'Cole'], + cty_code: ['29131', '29051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.38235, lat: 38.3424 }, + }, + { + zip_code: '65054', + usps_city: 'Loose Creek', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 776.0, + density: 11.8, + primary_coty_code: '29151', + primary_coty_name: 'Osage', + county_weights: '{"29151": "100"}', + coty_name: ['Osage'], + cty_code: ['29151'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.93837, lat: 38.48628 }, + }, + { + zip_code: '65081', + usps_city: 'Tipton', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4337.0, + density: 25.4, + primary_coty_code: '29135', + primary_coty_name: 'Moniteau', + county_weights: '{"29135": "95.26", "29141": "2.6", "29053": "2.14"}', + coty_name: ['Moniteau', 'Morgan', 'Cooper'], + cty_code: ['29135', '29141', '29053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.78274, lat: 38.64416 }, + }, + { + zip_code: '65305', + usps_city: 'Whiteman Air Force Base', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 4112.0, + density: 277.6, + primary_coty_code: '29101', + primary_coty_name: 'Johnson', + county_weights: '{"29101": "100"}', + coty_name: ['Johnson'], + cty_code: ['29101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.55446, lat: 38.72939 }, + }, + { + zip_code: '65355', + usps_city: 'Warsaw', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 10292.0, + density: 17.2, + primary_coty_code: '29015', + primary_coty_name: 'Benton', + county_weights: '{"29015": "99.49", "29085": "0.51"}', + coty_name: ['Benton', 'Hickory'], + cty_code: ['29015', '29085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.36821, lat: 38.22005 }, + }, + { + zip_code: '65486', + usps_city: 'Iberia', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 3790.0, + density: 11.4, + primary_coty_code: '29131', + primary_coty_name: 'Miller', + county_weights: '{"29131": "100"}', + coty_name: ['Miller'], + cty_code: ['29131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.31281, lat: 38.10081 }, + }, + { + zip_code: '65583', + usps_city: 'Waynesville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 12266.0, + density: 74.0, + primary_coty_code: '29169', + primary_coty_name: 'Pulaski', + county_weights: '{"29169": "100"}', + coty_name: ['Pulaski'], + cty_code: ['29169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.25356, lat: 37.82155 }, + }, + { + zip_code: '65601', + usps_city: 'Aldrich', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 530.0, + density: 4.1, + primary_coty_code: '29167', + primary_coty_name: 'Polk', + county_weights: '{"29167": "74.01", "29057": "23.89", "29039": "2.09"}', + coty_name: ['Polk', 'Dade', 'Cedar'], + cty_code: ['29167', '29057', '29039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.59085, lat: 37.53489 }, + }, + { + zip_code: '65612', + usps_city: 'Bois D Arc', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1052.0, + density: 11.5, + primary_coty_code: '29077', + primary_coty_name: 'Greene', + county_weights: '{"29077": "92.1", "29109": "7.9"}', + coty_name: ['Greene', 'Lawrence'], + cty_code: ['29077', '29109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.54747, lat: 37.2179 }, + }, + { + zip_code: '65635', + usps_city: 'Dadeville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 550.0, + density: 5.6, + primary_coty_code: '29057', + primary_coty_name: 'Dade', + county_weights: '{"29057": "88.91", "29039": "11.09"}', + coty_name: ['Dade', 'Cedar'], + cty_code: ['29057', '29039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.72091, lat: 37.5375 }, + }, + { + zip_code: '65653', + usps_city: 'Forsyth', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 5945.0, + density: 35.7, + primary_coty_code: '29213', + primary_coty_name: 'Taney', + county_weights: '{"29213": "96.5", "29043": "3.5"}', + coty_name: ['Taney', 'Christian'], + cty_code: ['29213', '29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.11433, lat: 36.77912 }, + }, + { + zip_code: '65662', + usps_city: 'Grovespring', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1174.0, + density: 6.0, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "78.88", "29105": "21.12"}', + coty_name: ['Wright', 'Laclede'], + cty_code: ['29229', '29105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.57738, lat: 37.44022 }, + }, + { + zip_code: '65692', + usps_city: 'Koshkonong', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 1422.0, + density: 4.8, + primary_coty_code: '29149', + primary_coty_name: 'Oregon', + county_weights: '{"29149": "73.8", "29091": "26.2"}', + coty_name: ['Oregon', 'Howell'], + cty_code: ['29149', '29091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.63978, lat: 36.62758 }, + }, + { + zip_code: '65711', + usps_city: 'Mountain Grove', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 9888.0, + density: 13.1, + primary_coty_code: '29229', + primary_coty_name: 'Wright', + county_weights: '{"29229": "77.43", "29215": "16.92", "29067": "5.65"}', + coty_name: ['Wright', 'Texas', 'Douglas'], + cty_code: ['29229', '29215', '29067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.27674, lat: 37.17731 }, + }, + { + zip_code: '65714', + usps_city: 'Nixa', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 32932.0, + density: 244.8, + primary_coty_code: '29043', + primary_coty_name: 'Christian', + county_weights: '{"29043": "98.06", "29209": "1.94"}', + coty_name: ['Christian', 'Stone'], + cty_code: ['29043', '29209'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.31839, lat: 37.03861 }, + }, + { + zip_code: '65742', + usps_city: 'Rogersville', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 13264.0, + density: 43.9, + primary_coty_code: '29225', + primary_coty_name: 'Webster', + county_weights: '{"29225": "42.44", "29077": "40.93", "29043": "16.64"}', + coty_name: ['Webster', 'Greene', 'Christian'], + cty_code: ['29225', '29077', '29043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.07886, lat: 37.12553 }, + }, + { + zip_code: '65769', + usps_city: 'Verona', + stusps_code: 'MO', + ste_name: 'Missouri', + zcta: 'TRUE', + parent_zcta: null, + population: 2514.0, + density: 11.4, + primary_coty_code: '29109', + primary_coty_name: 'Lawrence', + county_weights: '{"29109": "69.98", "29009": "30.02"}', + coty_name: ['Lawrence', 'Barry'], + cty_code: ['29109', '29009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.79532, lat: 36.91749 }, + }, + { + zip_code: '66026', + usps_city: 'Fontana', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 543.0, + density: 5.1, + primary_coty_code: '20121', + primary_coty_name: 'Miami', + county_weights: '{"20121": "73.35", "20107": "26.65"}', + coty_name: ['Miami', 'Linn'], + cty_code: ['20121', '20107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.8679, lat: 38.39633 }, + }, + { + zip_code: '66027', + usps_city: 'Fort Leavenworth', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 6556.0, + density: 298.9, + primary_coty_code: '20103', + primary_coty_name: 'Leavenworth', + county_weights: '{"20103": "100"}', + coty_name: ['Leavenworth'], + cty_code: ['20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.9159, lat: 39.36566 }, + }, + { + zip_code: '66054', + usps_city: 'McLouth', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2894.0, + density: 14.7, + primary_coty_code: '20087', + primary_coty_name: 'Jefferson', + county_weights: '{"20087": "75.17", "20103": "24.83"}', + coty_name: ['Jefferson', 'Leavenworth'], + cty_code: ['20087', '20103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.19608, lat: 39.20367 }, + }, + { + zip_code: '66071', + usps_city: 'Paola', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12510.0, + density: 20.8, + primary_coty_code: '20121', + primary_coty_name: 'Miami', + county_weights: '{"20121": "100"}', + coty_name: ['Miami'], + cty_code: ['20121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.86454, lat: 38.57328 }, + }, + { + zip_code: '66218', + usps_city: 'Shawnee', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 8760.0, + density: 375.7, + primary_coty_code: '20091', + primary_coty_name: 'Johnson', + county_weights: '{"20091": "100"}', + coty_name: ['Johnson'], + cty_code: ['20091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.81779, lat: 39.01651 }, + }, + { + zip_code: '66552', + usps_city: 'Whiting', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 433.0, + density: 3.7, + primary_coty_code: '20085', + primary_coty_name: 'Jackson', + county_weights: '{"20085": "100"}', + coty_name: ['Jackson'], + cty_code: ['20085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.62541, lat: 39.59332 }, + }, + { + zip_code: '66618', + usps_city: 'Topeka', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9807.0, + density: 52.4, + primary_coty_code: '20177', + primary_coty_name: 'Shawnee', + county_weights: '{"20177": "100"}', + coty_name: ['Shawnee'], + cty_code: ['20177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.7479, lat: 39.14265 }, + }, + { + zip_code: '66783', + usps_city: 'Yates Center', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2200.0, + density: 2.8, + primary_coty_code: '20207', + primary_coty_name: 'Woodson', + county_weights: '{"20207": "100"}', + coty_name: ['Woodson'], + cty_code: ['20207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.73667, lat: 37.87492 }, + }, + { + zip_code: '66946', + usps_city: 'Hollenberg', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 98.0, + density: 0.7, + primary_coty_code: '20201', + primary_coty_name: 'Washington', + county_weights: '{"20201": "100"}', + coty_name: ['Washington'], + cty_code: ['20201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.00688, lat: 39.96671 }, + }, + { + zip_code: '66951', + usps_city: 'Kensington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 711.0, + density: 1.7, + primary_coty_code: '20183', + primary_coty_name: 'Smith', + county_weights: '{"20183": "88.61", "20147": "11.39"}', + coty_name: ['Smith', 'Phillips'], + cty_code: ['20183', '20147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.02508, lat: 39.85326 }, + }, + { + zip_code: '66964', + usps_city: 'Republic', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 109.0, + density: 0.7, + primary_coty_code: '20157', + primary_coty_name: 'Republic', + county_weights: '{"20157": "100"}', + coty_name: ['Republic'], + cty_code: ['20157'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80719, lat: 39.94197 }, + }, + { + zip_code: '67005', + usps_city: 'Arkansas City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 15537.0, + density: 38.8, + primary_coty_code: '20035', + primary_coty_name: 'Cowley', + county_weights: '{"20035": "100"}', + coty_name: ['Cowley'], + cty_code: ['20035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99179, lat: 37.0651 }, + }, + { + zip_code: '67132', + usps_city: 'Rosalia', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 425.0, + density: 1.9, + primary_coty_code: '20015', + primary_coty_name: 'Butler', + county_weights: '{"20015": "100"}', + coty_name: ['Butler'], + cty_code: ['20015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.58476, lat: 37.85389 }, + }, + { + zip_code: '67152', + usps_city: 'Wellington', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 9209.0, + density: 15.5, + primary_coty_code: '20191', + primary_coty_name: 'Sumner', + county_weights: '{"20191": "100"}', + coty_name: ['Sumner'], + cty_code: ['20191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.41442, lat: 37.26012 }, + }, + { + zip_code: '67207', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 28473.0, + density: 1092.6, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.22768, lat: 37.66641 }, + }, + { + zip_code: '67220', + usps_city: 'Wichita', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 13969.0, + density: 739.2, + primary_coty_code: '20173', + primary_coty_name: 'Sedgwick', + county_weights: '{"20173": "100"}', + coty_name: ['Sedgwick'], + cty_code: ['20173'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.27911, lat: 37.75153 }, + }, + { + zip_code: '67340', + usps_city: 'Dearing', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 257.6, + primary_coty_code: '20125', + primary_coty_name: 'Montgomery', + county_weights: '{"20125": "100"}', + coty_name: ['Montgomery'], + cty_code: ['20125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.71323, lat: 37.0596 }, + }, + { + zip_code: '67417', + usps_city: 'Aurora', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 147.0, + density: 0.8, + primary_coty_code: '20029', + primary_coty_name: 'Cloud', + county_weights: '{"20029": "100"}', + coty_name: ['Cloud'], + cty_code: ['20029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.5524, lat: 39.43747 }, + }, + { + zip_code: '67438', + usps_city: 'Durham', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 233.0, + density: 1.2, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "100"}', + coty_name: ['Marion'], + cty_code: ['20115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28224, lat: 38.49746 }, + }, + { + zip_code: '67470', + usps_city: 'New Cambria', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 512.0, + density: 4.0, + primary_coty_code: '20169', + primary_coty_name: 'Saline', + county_weights: '{"20169": "96.49", "20143": "3.51"}', + coty_name: ['Saline', 'Ottawa'], + cty_code: ['20169', '20143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.48813, lat: 38.91303 }, + }, + { + zip_code: '67475', + usps_city: 'Ramona', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 143.0, + density: 2.0, + primary_coty_code: '20115', + primary_coty_name: 'Marion', + county_weights: '{"20115": "92.23", "20041": "7.77"}', + coty_name: ['Marion', 'Dickinson'], + cty_code: ['20115', '20041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.05189, lat: 38.59105 }, + }, + { + zip_code: '67625', + usps_city: 'Bogue', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 0.9, + primary_coty_code: '20065', + primary_coty_name: 'Graham', + county_weights: '{"20065": "100"}', + coty_name: ['Graham'], + cty_code: ['20065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.68379, lat: 39.38519 }, + }, + { + zip_code: '67731', + usps_city: 'Bird City', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 725.0, + density: 0.9, + primary_coty_code: '20023', + primary_coty_name: 'Cheyenne', + county_weights: '{"20023": "100"}', + coty_name: ['Cheyenne'], + cty_code: ['20023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.53621, lat: 39.76268 }, + }, + { + zip_code: '67738', + usps_city: 'Grinnell', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 573.0, + density: 0.7, + primary_coty_code: '20063', + primary_coty_name: 'Gove', + county_weights: '{"20063": "75.38", "20179": "24.62"}', + coty_name: ['Gove', 'Sheridan'], + cty_code: ['20063', '20179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.64764, lat: 38.98985 }, + }, + { + zip_code: '67952', + usps_city: 'Moscow', + stusps_code: 'KS', + ste_name: 'Kansas', + zcta: 'TRUE', + parent_zcta: null, + population: 516.0, + density: 1.1, + primary_coty_code: '20189', + primary_coty_name: 'Stevens', + county_weights: '{"20189": "93.24", "20175": "6.76"}', + coty_name: ['Stevens', 'Seward'], + cty_code: ['20189', '20175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.15009, lat: 37.29674 }, + }, + { + zip_code: '68034', + usps_city: 'Kennard', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 691.0, + density: 8.0, + primary_coty_code: '31177', + primary_coty_name: 'Washington', + county_weights: '{"31177": "100"}', + coty_name: ['Washington'], + cty_code: ['31177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21917, lat: 41.4584 }, + }, + { + zip_code: '68061', + usps_city: 'Tekamah', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2384.0, + density: 6.1, + primary_coty_code: '31021', + primary_coty_name: 'Burt', + county_weights: '{"31021": "100"}', + coty_name: ['Burt'], + cty_code: ['31021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21152, lat: 41.79941 }, + }, + { + zip_code: '68123', + usps_city: 'Bellevue', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 31646.0, + density: 532.9, + primary_coty_code: '31153', + primary_coty_name: 'Sarpy', + county_weights: '{"31153": "100"}', + coty_name: ['Sarpy'], + cty_code: ['31153'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.94331, lat: 41.10147 }, + }, + { + zip_code: '68327', + usps_city: 'Chester', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 3.8, + primary_coty_code: '31169', + primary_coty_name: 'Thayer', + county_weights: '{"31169": "100"}', + coty_name: ['Thayer'], + cty_code: ['31169'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.61814, lat: 40.0282 }, + }, + { + zip_code: '68523', + usps_city: 'Lincoln', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1531.0, + density: 37.0, + primary_coty_code: '31109', + primary_coty_name: 'Lancaster', + county_weights: '{"31109": "100"}', + coty_name: ['Lancaster'], + cty_code: ['31109'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.7584, lat: 40.73596 }, + }, + { + zip_code: '68624', + usps_city: 'Bellwood', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 997.0, + density: 5.6, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.23428, lat: 41.35174 }, + }, + { + zip_code: '68642', + usps_city: 'Humphrey', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1992.0, + density: 5.9, + primary_coty_code: '31141', + primary_coty_name: 'Platte', + county_weights: '{"31141": "94.65", "31119": "5.35"}', + coty_name: ['Platte', 'Madison'], + cty_code: ['31141', '31119'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.51506, lat: 41.69028 }, + }, + { + zip_code: '68654', + usps_city: 'Polk', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 520.0, + density: 3.7, + primary_coty_code: '31143', + primary_coty_name: 'Polk', + county_weights: '{"31143": "80.96", "31185": "12.75", "31081": "6.28"}', + coty_name: ['Polk', 'York', 'Hamilton'], + cty_code: ['31143', '31185', '31081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.78414, lat: 41.06673 }, + }, + { + zip_code: '68658', + usps_city: 'Rising City', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 829.0, + density: 4.3, + primary_coty_code: '31023', + primary_coty_name: 'Butler', + county_weights: '{"31023": "100"}', + coty_name: ['Butler'], + cty_code: ['31023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29082, lat: 41.19791 }, + }, + { + zip_code: '68713', + usps_city: 'Atkinson', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 2252.0, + density: 1.5, + primary_coty_code: '31089', + primary_coty_name: 'Holt', + county_weights: '{"31089": "100"}', + coty_name: ['Holt'], + cty_code: ['31089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.96907, lat: 42.53801 }, + }, + { + zip_code: '68759', + usps_city: 'Newport', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 0.3, + primary_coty_code: '31149', + primary_coty_name: 'Rock', + county_weights: '{"31149": "73.22", "31103": "26.78"}', + coty_name: ['Rock', 'Keya Paha'], + cty_code: ['31149', '31103'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.31385, lat: 42.70517 }, + }, + { + zip_code: '68774', + usps_city: 'Saint Helena', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 1.8, + primary_coty_code: '31027', + primary_coty_name: 'Cedar', + county_weights: '{"31027": "100"}', + coty_name: ['Cedar'], + cty_code: ['31027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28009, lat: 42.81535 }, + }, + { + zip_code: '68810', + usps_city: 'Alda', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 988.0, + density: 20.1, + primary_coty_code: '31079', + primary_coty_name: 'Hall', + county_weights: '{"31079": "100"}', + coty_name: ['Hall'], + cty_code: ['31079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.46696, lat: 40.85843 }, + }, + { + zip_code: '68816', + usps_city: 'Archer', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 173.0, + density: 1.8, + primary_coty_code: '31121', + primary_coty_name: 'Merrick', + county_weights: '{"31121": "100"}', + coty_name: ['Merrick'], + cty_code: ['31121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.13296, lat: 41.17739 }, + }, + { + zip_code: '68837', + usps_city: 'Elyria', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 171.0, + density: 2.7, + primary_coty_code: '31175', + primary_coty_name: 'Valley', + county_weights: '{"31175": "100"}', + coty_name: ['Valley'], + cty_code: ['31175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.07658, lat: 41.65982 }, + }, + { + zip_code: '68847', + usps_city: 'Kearney', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 16822.0, + density: 69.2, + primary_coty_code: '31019', + primary_coty_name: 'Buffalo', + county_weights: '{"31019": "98.86", "31099": "1.14"}', + coty_name: ['Buffalo', 'Kearney'], + cty_code: ['31019', '31099'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.02572, lat: 40.75891 }, + }, + { + zip_code: '68864', + usps_city: 'Palmer', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1212.0, + density: 2.7, + primary_coty_code: '31121', + primary_coty_name: 'Merrick', + county_weights: '{"31121": "78.48", "31093": "12.07", "31125": "9.44"}', + coty_name: ['Merrick', 'Howard', 'Nance'], + cty_code: ['31121', '31093', '31125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23505, lat: 41.26306 }, + }, + { + zip_code: '68882', + usps_city: 'Wolbach', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 407.0, + density: 1.3, + primary_coty_code: '31077', + primary_coty_name: 'Greeley', + county_weights: '{"31077": "83.09", "31093": "16.91"}', + coty_name: ['Greeley', 'Howard'], + cty_code: ['31077', '31093'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.40025, lat: 41.42785 }, + }, + { + zip_code: '68920', + usps_city: 'Alma', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 1670.0, + density: 5.1, + primary_coty_code: '31083', + primary_coty_name: 'Harlan', + county_weights: '{"31083": "100"}', + coty_name: ['Harlan'], + cty_code: ['31083'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.33721, lat: 40.15684 }, + }, + { + zip_code: '69030', + usps_city: 'Haigler', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 250.0, + density: 0.3, + primary_coty_code: '31057', + primary_coty_name: 'Dundy', + county_weights: '{"31057": "94.75", "31029": "5.25"}', + coty_name: ['Dundy', 'Chase'], + cty_code: ['31057', '31029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.92311, lat: 40.20562 }, + }, + { + zip_code: '69133', + usps_city: 'Dix', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 440.0, + density: 0.7, + primary_coty_code: '31105', + primary_coty_name: 'Kimball', + county_weights: '{"31105": "100"}', + coty_name: ['Kimball'], + cty_code: ['31105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.46028, lat: 41.18871 }, + }, + { + zip_code: '69152', + usps_city: 'Mullen', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 802.0, + density: 0.2, + primary_coty_code: '31091', + primary_coty_name: 'Hooker', + county_weights: '{"31091": "83.07", "31031": "16.93"}', + coty_name: ['Hooker', 'Cherry'], + cty_code: ['31091', '31031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -101.13245, lat: 42.10926 }, + }, + { + zip_code: '69217', + usps_city: 'Long Pine', + stusps_code: 'NE', + ste_name: 'Nebraska', + zcta: 'TRUE', + parent_zcta: null, + population: 489.0, + density: 1.1, + primary_coty_code: '31017', + primary_coty_name: 'Brown', + county_weights: '{"31017": "88.18", "31149": "11.82"}', + coty_name: ['Brown', 'Rock'], + cty_code: ['31017', '31149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.71404, lat: 42.38756 }, + }, + { + zip_code: '70127', + usps_city: 'New Orleans', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 25839.0, + density: 1405.8, + primary_coty_code: '22071', + primary_coty_name: 'Orleans', + county_weights: '{"22071": "100"}', + coty_name: ['Orleans'], + cty_code: ['22071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -89.97673, lat: 30.02506 }, + }, + { + zip_code: '70301', + usps_city: 'Thibodaux', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 45993.0, + density: 61.6, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "90.93", "22109": "7.16", "22007": "1.91"}', + coty_name: ['Lafourche', 'Terrebonne', 'Assumption'], + cty_code: ['22057', '22109', '22007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.74082, lat: 29.81411 }, + }, + { + zip_code: '70394', + usps_city: 'Raceland', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15173.0, + density: 68.1, + primary_coty_code: '22057', + primary_coty_name: 'Lafourche', + county_weights: '{"22057": "100"}', + coty_name: ['Lafourche'], + cty_code: ['22057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.61115, lat: 29.69449 }, + }, + { + zip_code: '70465', + usps_city: 'Tangipahoa', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 49.3, + primary_coty_code: '22105', + primary_coty_name: 'Tangipahoa', + county_weights: '{"22105": "100"}', + coty_name: ['Tangipahoa'], + cty_code: ['22105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.51982, lat: 30.85157 }, + }, + { + zip_code: '70543', + usps_city: 'Iota', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4613.0, + density: 24.2, + primary_coty_code: '22001', + primary_coty_name: 'Acadia', + county_weights: '{"22001": "100"}', + coty_name: ['Acadia'], + cty_code: ['22001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.50079, lat: 30.33473 }, + }, + { + zip_code: '70550', + usps_city: 'Lawtell', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.18768, lat: 30.51867 }, + }, + { + zip_code: '70585', + usps_city: 'Turkey Creek', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 312.0, + density: 202.0, + primary_coty_code: '22039', + primary_coty_name: 'Evangeline', + county_weights: '{"22039": "100"}', + coty_name: ['Evangeline'], + cty_code: ['22039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40767, lat: 30.87834 }, + }, + { + zip_code: '70589', + usps_city: 'Washington', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 3493.0, + density: 11.4, + primary_coty_code: '22097', + primary_coty_name: 'St. Landry', + county_weights: '{"22097": "100"}', + coty_name: ['St. Landry'], + cty_code: ['22097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.02521, lat: 30.68384 }, + }, + { + zip_code: '70652', + usps_city: 'Longville', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1740.0, + density: 6.7, + primary_coty_code: '22011', + primary_coty_name: 'Beauregard', + county_weights: '{"22011": "100"}', + coty_name: ['Beauregard'], + cty_code: ['22011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.26731, lat: 30.60771 }, + }, + { + zip_code: '70767', + usps_city: 'Port Allen', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 15683.0, + density: 42.1, + primary_coty_code: '22121', + primary_coty_name: 'West Baton Rouge', + county_weights: '{"22121": "100"}', + coty_name: ['West Baton Rouge'], + cty_code: ['22121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.32295, lat: 30.4741 }, + }, + { + zip_code: '70808', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 33630.0, + density: 1075.4, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.14254, lat: 30.40564 }, + }, + { + zip_code: '70810', + usps_city: 'Baton Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 40672.0, + density: 580.1, + primary_coty_code: '22033', + primary_coty_name: 'East Baton Rouge', + county_weights: '{"22033": "100"}', + coty_name: ['East Baton Rouge'], + cty_code: ['22033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.08307, lat: 30.3454 }, + }, + { + zip_code: '71001', + usps_city: 'Arcadia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 4644.0, + density: 14.5, + primary_coty_code: '22013', + primary_coty_name: 'Bienville', + county_weights: '{"22013": "83.73", "22061": "8.43", "22027": "7.83"}', + coty_name: ['Bienville', 'Lincoln', 'Claiborne'], + cty_code: ['22013', '22061', '22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.89717, lat: 32.59461 }, + }, + { + zip_code: '71029', + usps_city: 'Gilliam', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 152.0, + density: 2.1, + primary_coty_code: '22017', + primary_coty_name: 'Caddo', + county_weights: '{"22017": "100"}', + coty_name: ['Caddo'], + cty_code: ['22017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.83538, lat: 32.83985 }, + }, + { + zip_code: '71040', + usps_city: 'Homer', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 8689.0, + density: 11.6, + primary_coty_code: '22027', + primary_coty_name: 'Claiborne', + county_weights: '{"22027": "100"}', + coty_name: ['Claiborne'], + cty_code: ['22027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01974, lat: 32.7826 }, + }, + { + zip_code: '71045', + usps_city: 'Jamestown', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 638.0, + density: 5.2, + primary_coty_code: '22013', + primary_coty_name: 'Bienville', + county_weights: '{"22013": "100"}', + coty_name: ['Bienville'], + cty_code: ['22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.1826, lat: 32.35247 }, + }, + { + zip_code: '71070', + usps_city: 'Saline', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1558.0, + density: 2.9, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "51.83", "22013": "48.17"}', + coty_name: ['Natchitoches', 'Bienville'], + cty_code: ['22069', '22013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.01329, lat: 32.10241 }, + }, + { + zip_code: '71232', + usps_city: 'Delhi', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6731.0, + density: 8.7, + primary_coty_code: '22083', + primary_coty_name: 'Richland', + county_weights: '{"22083": "77.6", "22041": "11.49", "22065": "10.91"}', + coty_name: ['Richland', 'Franklin', 'Madison'], + cty_code: ['22083', '22041', '22065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.47354, lat: 32.3952 }, + }, + { + zip_code: '71261', + usps_city: 'Mer Rouge', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1148.0, + density: 3.5, + primary_coty_code: '22067', + primary_coty_name: 'Morehouse', + county_weights: '{"22067": "100"}', + coty_name: ['Morehouse'], + cty_code: ['22067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.69884, lat: 32.77214 }, + }, + { + zip_code: '71323', + usps_city: 'Center Point', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 965.0, + density: 13.6, + primary_coty_code: '22009', + primary_coty_name: 'Avoyelles', + county_weights: '{"22009": "100"}', + coty_name: ['Avoyelles'], + cty_code: ['22009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.20835, lat: 31.26501 }, + }, + { + zip_code: '71373', + usps_city: 'Vidalia', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6077.0, + density: 8.6, + primary_coty_code: '22029', + primary_coty_name: 'Concordia', + county_weights: '{"22029": "100"}', + coty_name: ['Concordia'], + cty_code: ['22029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.60794, lat: 31.30969 }, + }, + { + zip_code: '71405', + usps_city: 'Ball', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 6158.0, + density: 161.5, + primary_coty_code: '22079', + primary_coty_name: 'Rapides', + county_weights: '{"22079": "100"}', + coty_name: ['Rapides'], + cty_code: ['22079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.40096, lat: 31.40946 }, + }, + { + zip_code: '71456', + usps_city: 'Natchez', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1449.0, + density: 15.1, + primary_coty_code: '22069', + primary_coty_name: 'Natchitoches', + county_weights: '{"22069": "100"}', + coty_name: ['Natchitoches'], + cty_code: ['22069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.9767, lat: 31.63656 }, + }, + { + zip_code: '71480', + usps_city: 'Urania', + stusps_code: 'LA', + ste_name: 'Louisiana', + zcta: 'TRUE', + parent_zcta: null, + population: 1314.0, + density: 99.7, + primary_coty_code: '22059', + primary_coty_name: 'LaSalle', + county_weights: '{"22059": "100"}', + coty_name: ['LaSalle'], + cty_code: ['22059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.29177, lat: 31.86298 }, + }, + { + zip_code: '71666', + usps_city: 'Rohwer', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 44.0, + density: 6.7, + primary_coty_code: '5041', + primary_coty_name: 'Desha', + county_weights: '{"05041": "100"}', + coty_name: ['Desha'], + cty_code: ['5041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.2822, lat: 33.76107 }, + }, + { + zip_code: '71701', + usps_city: 'Camden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 18836.0, + density: 25.4, + primary_coty_code: '5103', + primary_coty_name: 'Ouachita', + county_weights: '{"05103": "97.54", "05013": "2.46"}', + coty_name: ['Ouachita', 'Calhoun'], + cty_code: ['05103', '05013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.81988, lat: 33.58632 }, + }, + { + zip_code: '71720', + usps_city: 'Bearden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1987.0, + density: 5.1, + primary_coty_code: '5103', + primary_coty_name: 'Ouachita', + county_weights: '{"05103": "90.91", "05039": "6.08", "05013": "3"}', + coty_name: ['Ouachita', 'Dallas', 'Calhoun'], + cty_code: ['05103', '05039', '05013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.64823, lat: 33.78101 }, + }, + { + zip_code: '71834', + usps_city: 'Doddridge', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 889.0, + density: 2.3, + primary_coty_code: '5091', + primary_coty_name: 'Miller', + county_weights: '{"05091": "100"}', + coty_name: ['Miller'], + cty_code: ['5091'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95382, lat: 33.11619 }, + }, + { + zip_code: '71901', + usps_city: 'Hot Springs National Park', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 30181.0, + density: 112.8, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "99.8", "05059": "0.2"}', + coty_name: ['Garland', 'Hot Spring'], + cty_code: ['05051', '05059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.97157, lat: 34.52698 }, + }, + { + zip_code: '71913', + usps_city: 'Hot Springs National Park', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 47111.0, + density: 143.6, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "98.34", "05059": "1.66"}', + coty_name: ['Garland', 'Hot Spring'], + cty_code: ['05051', '05059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.09525, lat: 34.44813 }, + }, + { + zip_code: '71961', + usps_city: 'Oden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 974.0, + density: 4.3, + primary_coty_code: '5097', + primary_coty_name: 'Montgomery', + county_weights: '{"05097": "100"}', + coty_name: ['Montgomery'], + cty_code: ['5097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.84058, lat: 34.59807 }, + }, + { + zip_code: '71968', + usps_city: 'Royal', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 4256.0, + density: 16.7, + primary_coty_code: '5051', + primary_coty_name: 'Garland', + county_weights: '{"05051": "100"}', + coty_name: ['Garland'], + cty_code: ['5051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.29735, lat: 34.52731 }, + }, + { + zip_code: '71998', + usps_city: 'Arkadelphia', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 586.0, + density: 6261.7, + primary_coty_code: '5019', + primary_coty_name: 'Clark', + county_weights: '{"05019": "100"}', + coty_name: ['Clark'], + cty_code: ['5019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.05379, lat: 34.12581 }, + }, + { + zip_code: '72019', + usps_city: 'Benton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 26976.0, + density: 63.3, + primary_coty_code: '5125', + primary_coty_name: 'Saline', + county_weights: '{"05125": "100"}', + coty_name: ['Saline'], + cty_code: ['5125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.68945, lat: 34.63535 }, + }, + { + zip_code: '72031', + usps_city: 'Clinton', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 7837.0, + density: 10.1, + primary_coty_code: '5141', + primary_coty_name: 'Van Buren', + county_weights: '{"05141": "96.25", "05137": "2.16", "05029": "1.59"}', + coty_name: ['Van Buren', 'Stone', 'Conway'], + cty_code: ['05141', '05137', '05029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.52567, lat: 35.61345 }, + }, + { + zip_code: '72048', + usps_city: 'Ethel', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 97.0, + density: 0.4, + primary_coty_code: '5001', + primary_coty_name: 'Arkansas', + county_weights: '{"05001": "100"}', + coty_name: ['Arkansas'], + cty_code: ['5001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.12362, lat: 34.23175 }, + }, + { + zip_code: '72120', + usps_city: 'Sherwood', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 32998.0, + density: 253.9, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "97.58", "05045": "2.42"}', + coty_name: ['Pulaski', 'Faulkner'], + cty_code: ['05119', '05045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.24109, lat: 34.89896 }, + }, + { + zip_code: '72129', + usps_city: 'Prattsville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1064.0, + density: 8.6, + primary_coty_code: '5053', + primary_coty_name: 'Grant', + county_weights: '{"05053": "100"}', + coty_name: ['Grant'], + cty_code: ['5053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.54194, lat: 34.32775 }, + }, + { + zip_code: '72206', + usps_city: 'Little Rock', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 23413.0, + density: 79.3, + primary_coty_code: '5119', + primary_coty_name: 'Pulaski', + county_weights: '{"05119": "90.31", "05125": "9.69"}', + coty_name: ['Pulaski', 'Saline'], + cty_code: ['05119', '05125'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.2383, lat: 34.62843 }, + }, + { + zip_code: '72396', + usps_city: 'Wynne', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 12952.0, + density: 18.7, + primary_coty_code: '5037', + primary_coty_name: 'Cross', + county_weights: '{"05037": "99.62", "05123": "0.38"}', + coty_name: ['Cross', 'St. Francis'], + cty_code: ['05037', '05123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.82297, lat: 35.23114 }, + }, + { + zip_code: '72417', + usps_city: 'Brookland', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 5606.0, + density: 47.3, + primary_coty_code: '5031', + primary_coty_name: 'Craighead', + county_weights: '{"05031": "100"}', + coty_name: ['Craighead'], + cty_code: ['5031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -90.55005, lat: 35.92104 }, + }, + { + zip_code: '72434', + usps_city: 'Imboden', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 1889.0, + density: 8.6, + primary_coty_code: '5075', + primary_coty_name: 'Lawrence', + county_weights: '{"05075": "59.44", "05121": "40.56"}', + coty_name: ['Lawrence', 'Randolph'], + cty_code: ['05075', '05121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.16267, lat: 36.21679 }, + }, + { + zip_code: '72512', + usps_city: 'Horseshoe Bend', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 2615.0, + density: 46.2, + primary_coty_code: '5065', + primary_coty_name: 'Izard', + county_weights: '{"05065": "99.24", "05049": "0.76"}', + coty_name: ['Izard', 'Fulton'], + cty_code: ['05065', '05049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -91.7465, lat: 36.22049 }, + }, + { + zip_code: '72682', + usps_city: 'Valley Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 226.0, + density: 6.1, + primary_coty_code: '5089', + primary_coty_name: 'Marion', + county_weights: '{"05089": "100"}', + coty_name: ['Marion'], + cty_code: ['5089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.73739, lat: 36.14009 }, + }, + { + zip_code: '72686', + usps_city: 'Witts Springs', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 110.0, + density: 1.5, + primary_coty_code: '5129', + primary_coty_name: 'Searcy', + county_weights: '{"05129": "100"}', + coty_name: ['Searcy'], + cty_code: ['5129'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -92.844, lat: 35.77804 }, + }, + { + zip_code: '72858', + usps_city: 'Pottsville', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 3827.0, + density: 58.8, + primary_coty_code: '5115', + primary_coty_name: 'Pope', + county_weights: '{"05115": "100"}', + coty_name: ['Pope'], + cty_code: ['5115'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.0423, lat: 35.23088 }, + }, + { + zip_code: '72926', + usps_city: 'Boles', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 643.0, + density: 3.0, + primary_coty_code: '5127', + primary_coty_name: 'Scott', + county_weights: '{"05127": "100"}', + coty_name: ['Scott'], + cty_code: ['5127'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.04704, lat: 34.7328 }, + }, + { + zip_code: '72934', + usps_city: 'Chester', + stusps_code: 'AR', + ste_name: 'Arkansas', + zcta: 'TRUE', + parent_zcta: null, + population: 678.0, + density: 3.8, + primary_coty_code: '5033', + primary_coty_name: 'Crawford', + county_weights: '{"05033": "100"}', + coty_name: ['Crawford'], + cty_code: ['5033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.27204, lat: 35.68854 }, + }, + { + zip_code: '73009', + usps_city: 'Binger', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1228.0, + density: 5.9, + primary_coty_code: '40015', + primary_coty_name: 'Caddo', + county_weights: '{"40015": "100"}', + coty_name: ['Caddo'], + cty_code: ['40015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36362, lat: 35.2861 }, + }, + { + zip_code: '73096', + usps_city: 'Weatherford', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 13853.0, + density: 26.8, + primary_coty_code: '40039', + primary_coty_name: 'Custer', + county_weights: '{"40039": "98.6", "40149": "1.4"}', + coty_name: ['Custer', 'Washita'], + cty_code: ['40039', '40149'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.73748, lat: 35.51537 }, + }, + { + zip_code: '73673', + usps_city: 'Willow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 287.0, + density: 0.9, + primary_coty_code: '40055', + primary_coty_name: 'Greer', + county_weights: '{"40055": "88.71", "40009": "11.29"}', + coty_name: ['Greer', 'Beckham'], + cty_code: ['40055', '40009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.56732, lat: 35.05295 }, + }, + { + zip_code: '73733', + usps_city: 'Douglas', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 325.0, + density: 2.4, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.69072, lat: 36.2536 }, + }, + { + zip_code: '73750', + usps_city: 'Kingfisher', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 7416.0, + density: 10.8, + primary_coty_code: '40073', + primary_coty_name: 'Kingfisher', + county_weights: '{"40073": "100"}', + coty_name: ['Kingfisher'], + cty_code: ['40073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95231, lat: 35.85545 }, + }, + { + zip_code: '73939', + usps_city: 'Goodwell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1638.0, + density: 1.9, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "100"}', + coty_name: ['Texas'], + cty_code: ['40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.79129, lat: 36.77793 }, + }, + { + zip_code: '73951', + usps_city: 'Tyrone', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1115.0, + density: 4.5, + primary_coty_code: '40139', + primary_coty_name: 'Texas', + county_weights: '{"40139": "100"}', + coty_name: ['Texas'], + cty_code: ['40139'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.0575, lat: 36.94471 }, + }, + { + zip_code: '74012', + usps_city: 'Broken Arrow', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 62622.0, + density: 976.5, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.80494, lat: 36.05359 }, + }, + { + zip_code: '74022', + usps_city: 'Copan', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1751.0, + density: 5.7, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "97.27", "40113": "2.73"}', + coty_name: ['Washington', 'Osage'], + cty_code: ['40147', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9794, lat: 36.93189 }, + }, + { + zip_code: '74037', + usps_city: 'Jenks', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 18653.0, + density: 498.3, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.9783, lat: 36.00187 }, + }, + { + zip_code: '74054', + usps_city: 'Osage', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 848.0, + density: 11.5, + primary_coty_code: '40113', + primary_coty_name: 'Osage', + county_weights: '{"40113": "100"}', + coty_name: ['Osage'], + cty_code: ['40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.3475, lat: 36.2753 }, + }, + { + zip_code: '74082', + usps_city: 'Vera', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 56.0, + density: 283.5, + primary_coty_code: '40147', + primary_coty_name: 'Washington', + county_weights: '{"40147": "100"}', + coty_name: ['Washington'], + cty_code: ['40147'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.88155, lat: 36.45047 }, + }, + { + zip_code: '74120', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 4864.0, + density: 880.1, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "100"}', + coty_name: ['Tulsa'], + cty_code: ['40143'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.97682, lat: 36.15041 }, + }, + { + zip_code: '74126', + usps_city: 'Tulsa', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 10665.0, + density: 171.8, + primary_coty_code: '40143', + primary_coty_name: 'Tulsa', + county_weights: '{"40143": "90.54", "40113": "9.46"}', + coty_name: ['Tulsa', 'Osage'], + cty_code: ['40143', '40113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.02965, lat: 36.24068 }, + }, + { + zip_code: '74359', + usps_city: 'Oaks', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 27.9, + primary_coty_code: '40041', + primary_coty_name: 'Delaware', + county_weights: '{"40041": "100"}', + coty_name: ['Delaware'], + cty_code: ['40041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.82626, lat: 36.17705 }, + }, + { + zip_code: '74425', + usps_city: 'Canadian', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1377.0, + density: 32.5, + primary_coty_code: '40121', + primary_coty_name: 'Pittsburg', + county_weights: '{"40121": "100"}', + coty_name: ['Pittsburg'], + cty_code: ['40121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.64189, lat: 35.17235 }, + }, + { + zip_code: '74428', + usps_city: 'Council Hill', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 1383.0, + density: 8.8, + primary_coty_code: '40091', + primary_coty_name: 'McIntosh', + county_weights: '{"40091": "50.79", "40101": "49.21"}', + coty_name: ['McIntosh', 'Muskogee'], + cty_code: ['40091', '40101'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.63752, lat: 35.56784 }, + }, + { + zip_code: '74436', + usps_city: 'Haskell', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 5368.0, + density: 15.1, + primary_coty_code: '40101', + primary_coty_name: 'Muskogee', + county_weights: '{"40101": "77.87", "40145": "15.58", "40111": "6.56"}', + coty_name: ['Muskogee', 'Wagoner', 'Okmulgee'], + cty_code: ['40101', '40145', '40111'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.69675, lat: 35.79664 }, + }, + { + zip_code: '74452', + usps_city: 'Peggs', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 374.0, + density: 5.5, + primary_coty_code: '40021', + primary_coty_name: 'Cherokee', + county_weights: '{"40021": "55.18", "40097": "44.82"}', + coty_name: ['Cherokee', 'Mayes'], + cty_code: ['40021', '40097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.06805, lat: 36.12017 }, + }, + { + zip_code: '74632', + usps_city: 'Braman', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 515.0, + density: 1.8, + primary_coty_code: '40071', + primary_coty_name: 'Kay', + county_weights: '{"40071": "100"}', + coty_name: ['Kay'], + cty_code: ['40071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33692, lat: 36.93705 }, + }, + { + zip_code: '74640', + usps_city: 'Hunter', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 258.0, + density: 1.7, + primary_coty_code: '40047', + primary_coty_name: 'Garfield', + county_weights: '{"40047": "100"}', + coty_name: ['Garfield'], + cty_code: ['40047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.65395, lat: 36.55122 }, + }, + { + zip_code: '74643', + usps_city: 'Lamont', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 484.0, + density: 1.7, + primary_coty_code: '40053', + primary_coty_name: 'Grant', + county_weights: '{"40053": "100"}', + coty_name: ['Grant'], + cty_code: ['40053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.55561, lat: 36.67085 }, + }, + { + zip_code: '74932', + usps_city: 'Cameron', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 2467.0, + density: 12.1, + primary_coty_code: '40079', + primary_coty_name: 'Le Flore', + county_weights: '{"40079": "100"}', + coty_name: ['Le Flore'], + cty_code: ['40079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.53069, lat: 35.14647 }, + }, + { + zip_code: '74963', + usps_city: 'Watson', + stusps_code: 'OK', + ste_name: 'Oklahoma', + zcta: 'TRUE', + parent_zcta: null, + population: 522.0, + density: 2.7, + primary_coty_code: '40089', + primary_coty_name: 'McCurtain', + county_weights: '{"40089": "100"}', + coty_name: ['McCurtain'], + cty_code: ['40089'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.57588, lat: 34.39814 }, + }, + { + zip_code: '75058', + usps_city: 'Gunter', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2666.0, + density: 17.9, + primary_coty_code: '48181', + primary_coty_name: 'Grayson', + county_weights: '{"48181": "100"}', + coty_name: ['Grayson'], + cty_code: ['48181'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.74225, lat: 33.45012 }, + }, + { + zip_code: '75148', + usps_city: 'Malakoff', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5961.0, + density: 26.3, + primary_coty_code: '48213', + primary_coty_name: 'Henderson', + county_weights: '{"48213": "100"}', + coty_name: ['Henderson'], + cty_code: ['48213'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.01216, lat: 32.12461 }, + }, + { + zip_code: '75160', + usps_city: 'Terrell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 25525.0, + density: 82.1, + primary_coty_code: '48257', + primary_coty_name: 'Kaufman', + county_weights: '{"48257": "93.96", "48231": "5.89", "48397": "0.15"}', + coty_name: ['Kaufman', 'Hunt', 'Rockwall'], + cty_code: ['48257', '48231', '48397'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.30017, lat: 32.76169 }, + }, + { + zip_code: '75220', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 42009.0, + density: 1433.0, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.87615, lat: 32.86664 }, + }, + { + zip_code: '75254', + usps_city: 'Dallas', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26929.0, + density: 3130.8, + primary_coty_code: '48113', + primary_coty_name: 'Dallas', + county_weights: '{"48113": "100"}', + coty_name: ['Dallas'], + cty_code: ['48113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.80133, lat: 32.94562 }, + }, + { + zip_code: '75442', + usps_city: 'Farmersville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9308.0, + density: 34.1, + primary_coty_code: '48085', + primary_coty_name: 'Collin', + county_weights: '{"48085": "89.03", "48231": "10.97"}', + coty_name: ['Collin', 'Hunt'], + cty_code: ['48085', '48231'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.35309, lat: 33.17365 }, + }, + { + zip_code: '75605', + usps_city: 'Longview', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 30501.0, + density: 148.7, + primary_coty_code: '48183', + primary_coty_name: 'Gregg', + county_weights: '{"48183": "85.3", "48203": "14.44", "48459": "0.26"}', + coty_name: ['Gregg', 'Harrison', 'Upshur'], + cty_code: ['48183', '48203', '48459'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.72064, lat: 32.58257 }, + }, + { + zip_code: '75932', + usps_city: 'Burkeville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1743.0, + density: 5.4, + primary_coty_code: '48351', + primary_coty_name: 'Newton', + county_weights: '{"48351": "100"}', + coty_name: ['Newton'], + cty_code: ['48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.60988, lat: 31.05408 }, + }, + { + zip_code: '75972', + usps_city: 'San Augustine', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 6169.0, + density: 6.6, + primary_coty_code: '48405', + primary_coty_name: 'San Augustine', + county_weights: '{"48405": "95.12", "48403": "4.03", "48419": "0.85"}', + coty_name: ['San Augustine', 'Sabine', 'Shelby'], + cty_code: ['48405', '48403', '48419'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.12708, lat: 31.49498 }, + }, + { + zip_code: '76002', + usps_city: 'Arlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36460.0, + density: 1949.8, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.09224, lat: 32.62262 }, + }, + { + zip_code: '76039', + usps_city: 'Euless', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 36087.0, + density: 2140.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.08383, lat: 32.85936 }, + }, + { + zip_code: '76058', + usps_city: 'Joshua', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 19904.0, + density: 141.1, + primary_coty_code: '48251', + primary_coty_name: 'Johnson', + county_weights: '{"48251": "100"}', + coty_name: ['Johnson'], + cty_code: ['48251'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.42394, lat: 32.46693 }, + }, + { + zip_code: '76077', + usps_city: 'Rainbow', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 355.0, + density: 18.8, + primary_coty_code: '48425', + primary_coty_name: 'Somervell', + county_weights: '{"48425": "100"}', + coty_name: ['Somervell'], + cty_code: ['48425'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.70548, lat: 32.28213 }, + }, + { + zip_code: '76134', + usps_city: 'Fort Worth', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 26151.0, + density: 1266.3, + primary_coty_code: '48439', + primary_coty_name: 'Tarrant', + county_weights: '{"48439": "100"}', + coty_name: ['Tarrant'], + cty_code: ['48439'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.33353, lat: 32.64275 }, + }, + { + zip_code: '76207', + usps_city: 'Denton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 14588.0, + density: 153.1, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.18133, lat: 33.22856 }, + }, + { + zip_code: '76227', + usps_city: 'Aubrey', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34036.0, + density: 165.5, + primary_coty_code: '48121', + primary_coty_name: 'Denton', + county_weights: '{"48121": "100"}', + coty_name: ['Denton'], + cty_code: ['48121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.99051, lat: 33.27393 }, + }, + { + zip_code: '76228', + usps_city: 'Bellevue', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 994.0, + density: 2.1, + primary_coty_code: '48077', + primary_coty_name: 'Clay', + county_weights: '{"48077": "87.04", "48337": "12.96"}', + coty_name: ['Clay', 'Montague'], + cty_code: ['48077', '48337'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.06028, lat: 33.62099 }, + }, + { + zip_code: '76377', + usps_city: 'Petrolia', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 555.0, + density: 7.1, + primary_coty_code: '48077', + primary_coty_name: 'Clay', + county_weights: '{"48077": "100"}', + coty_name: ['Clay'], + cty_code: ['48077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.23963, lat: 34.01483 }, + }, + { + zip_code: '76424', + usps_city: 'Breckenridge', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 8721.0, + density: 6.5, + primary_coty_code: '48429', + primary_coty_name: 'Stephens', + county_weights: '{"48429": "99.86", "48503": "0.14"}', + coty_name: ['Stephens', 'Young'], + cty_code: ['48429', '48503'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.89862, lat: 32.80509 }, + }, + { + zip_code: '76519', + usps_city: 'Burlington', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 487.0, + density: 3.7, + primary_coty_code: '48027', + primary_coty_name: 'Bell', + county_weights: '{"48027": "50.48", "48331": "40.73", "48145": "8.79"}', + coty_name: ['Bell', 'Milam', 'Falls'], + cty_code: ['48027', '48331', '48145'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.04726, lat: 30.99427 }, + }, + { + zip_code: '76523', + usps_city: 'Davilla', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48331', + primary_coty_name: 'Milam', + county_weights: '{"48331": "100"}', + coty_name: ['Milam'], + cty_code: ['48331'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.29127, lat: 30.78956 }, + }, + { + zip_code: '76527', + usps_city: 'Florence', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2969.0, + density: 8.9, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "88.32", "48053": "6.75", "48027": "4.93"}', + coty_name: ['Williamson', 'Burnet', 'Bell'], + cty_code: ['48491', '48053', '48027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.80601, lat: 30.84416 }, + }, + { + zip_code: '76628', + usps_city: 'Brandon', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 54.0, + density: 2.2, + primary_coty_code: '48217', + primary_coty_name: 'Hill', + county_weights: '{"48217": "100"}', + coty_name: ['Hill'], + cty_code: ['48217'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.95221, lat: 32.03143 }, + }, + { + zip_code: '76635', + usps_city: 'Coolidge', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1290.0, + density: 4.7, + primary_coty_code: '48293', + primary_coty_name: 'Limestone', + county_weights: '{"48293": "100"}', + coty_name: ['Limestone'], + cty_code: ['48293'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.66386, lat: 31.7284 }, + }, + { + zip_code: '76837', + usps_city: 'Eden', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2440.0, + density: 2.2, + primary_coty_code: '48095', + primary_coty_name: 'Concho', + county_weights: '{"48095": "100"}', + coty_name: ['Concho'], + cty_code: ['48095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.89593, lat: 31.2208 }, + }, + { + zip_code: '76932', + usps_city: 'Big Lake', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3819.0, + density: 1.5, + primary_coty_code: '48383', + primary_coty_name: 'Reagan', + county_weights: '{"48383": "98.88", "48105": "1.12"}', + coty_name: ['Reagan', 'Crockett'], + cty_code: ['48383', '48105'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.54094, lat: 31.26949 }, + }, + { + zip_code: '76934', + usps_city: 'Carlsbad', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1084.0, + density: 26.9, + primary_coty_code: '48451', + primary_coty_name: 'Tom Green', + county_weights: '{"48451": "100"}', + coty_name: ['Tom Green'], + cty_code: ['48451'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.66898, lat: 31.60305 }, + }, + { + zip_code: '77008', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34895.0, + density: 2062.5, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.41754, lat: 29.7986 }, + }, + { + zip_code: '77065', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37793.0, + density: 1777.3, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.60376, lat: 29.92696 }, + }, + { + zip_code: '77087', + usps_city: 'Houston', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 37886.0, + density: 2202.8, + primary_coty_code: '48201', + primary_coty_name: 'Harris', + county_weights: '{"48201": "100"}', + coty_name: ['Harris'], + cty_code: ['48201'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.30343, lat: 29.68613 }, + }, + { + zip_code: '77303', + usps_city: 'Conroe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 20655.0, + density: 129.0, + primary_coty_code: '48339', + primary_coty_name: 'Montgomery', + county_weights: '{"48339": "100"}', + coty_name: ['Montgomery'], + cty_code: ['48339'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -95.38136, lat: 30.37665 }, + }, + { + zip_code: '77454', + usps_city: 'Lissie', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48481', + primary_coty_name: 'Wharton', + county_weights: '{"48481": "100"}', + coty_name: ['Wharton'], + cty_code: ['48481'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.21862, lat: 29.52037 }, + }, + { + zip_code: '77612', + usps_city: 'Buna', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9408.0, + density: 10.5, + primary_coty_code: '48241', + primary_coty_name: 'Jasper', + county_weights: '{"48241": "91.81", "48351": "8.19"}', + coty_name: ['Jasper', 'Newton'], + cty_code: ['48241', '48351'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.92573, lat: 30.40615 }, + }, + { + zip_code: '77617', + usps_city: 'Gilchrist', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 66.0, + density: 4.4, + primary_coty_code: '48167', + primary_coty_name: 'Galveston', + county_weights: '{"48167": "100"}', + coty_name: ['Galveston'], + cty_code: ['48167'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.52151, lat: 29.50649 }, + }, + { + zip_code: '77629', + usps_city: 'Nome', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 4.8, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -94.40228, lat: 29.97774 }, + }, + { + zip_code: '77651', + usps_city: 'Port Neches', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12782.0, + density: 398.6, + primary_coty_code: '48245', + primary_coty_name: 'Jefferson', + county_weights: '{"48245": "100"}', + coty_name: ['Jefferson'], + cty_code: ['48245'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -93.95605, lat: 29.98507 }, + }, + { + zip_code: '77954', + usps_city: 'Cuero', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11478.0, + density: 12.0, + primary_coty_code: '48123', + primary_coty_name: 'DeWitt', + county_weights: '{"48123": "99.86", "48177": "0.14"}', + coty_name: ['DeWitt', 'Gonzales'], + cty_code: ['48123', '48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.28269, lat: 29.09675 }, + }, + { + zip_code: '77960', + usps_city: 'Fannin', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 65.0, + density: 1.5, + primary_coty_code: '48175', + primary_coty_name: 'Goliad', + county_weights: '{"48175": "100"}', + coty_name: ['Goliad'], + cty_code: ['48175'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.20818, lat: 28.6691 }, + }, + { + zip_code: '77977', + usps_city: 'Placedo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 544.0, + density: 24.4, + primary_coty_code: '48469', + primary_coty_name: 'Victoria', + county_weights: '{"48469": "100"}', + coty_name: ['Victoria'], + cty_code: ['48469'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -96.79413, lat: 28.69558 }, + }, + { + zip_code: '78013', + usps_city: 'Comfort', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7312.0, + density: 12.3, + primary_coty_code: '48259', + primary_coty_name: 'Kendall', + county_weights: '{"48259": "72.48", "48265": "27.52"}', + coty_name: ['Kendall', 'Kerr'], + cty_code: ['48259', '48265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.90518, lat: 29.9706 }, + }, + { + zip_code: '78029', + usps_city: 'Kerrville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '48265', + primary_coty_name: 'Kerr', + county_weights: '{"48265": "0"}', + coty_name: ['Kerr'], + cty_code: ['48265'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.34498, lat: 30.1591 }, + }, + { + zip_code: '78075', + usps_city: 'Whitsett', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 248.0, + density: 0.7, + primary_coty_code: '48297', + primary_coty_name: 'Live Oak', + county_weights: '{"48297": "80.49", "48311": "19.51"}', + coty_name: ['Live Oak', 'McMullen'], + cty_code: ['48297', '48311'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.35311, lat: 28.60116 }, + }, + { + zip_code: '78076', + usps_city: 'Zapata', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13029.0, + density: 10.5, + primary_coty_code: '48505', + primary_coty_name: 'Zapata', + county_weights: '{"48505": "100"}', + coty_name: ['Zapata'], + cty_code: ['48505'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.15506, lat: 26.93099 }, + }, + { + zip_code: '78118', + usps_city: 'Karnes City', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 4264.0, + density: 9.1, + primary_coty_code: '48255', + primary_coty_name: 'Karnes', + county_weights: '{"48255": "99.77", "48297": "0.23"}', + coty_name: ['Karnes', 'Live Oak'], + cty_code: ['48255', '48297'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.95035, lat: 28.88645 }, + }, + { + zip_code: '78122', + usps_city: 'Leesville', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 2.1, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "100"}', + coty_name: ['Gonzales'], + cty_code: ['48177'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.73588, lat: 29.4366 }, + }, + { + zip_code: '78162', + usps_city: 'Tuleta', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 301.0, + density: 3.7, + primary_coty_code: '48025', + primary_coty_name: 'Bee', + county_weights: '{"48025": "100"}', + coty_name: ['Bee'], + cty_code: ['48025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.77347, lat: 28.58997 }, + }, + { + zip_code: '78213', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 44813.0, + density: 2162.0, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.52359, lat: 29.51693 }, + }, + { + zip_code: '78226', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 7906.0, + density: 427.4, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.56909, lat: 29.38373 }, + }, + { + zip_code: '78235', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 1476.0, + density: 543.6, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.44374, lat: 29.34611 }, + }, + { + zip_code: '78239', + usps_city: 'San Antonio', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 27431.0, + density: 1594.9, + primary_coty_code: '48029', + primary_coty_name: 'Bexar', + county_weights: '{"48029": "100"}', + coty_name: ['Bexar'], + cty_code: ['48029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.36304, lat: 29.51681 }, + }, + { + zip_code: '78353', + usps_city: 'Encino', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 241.0, + density: 0.5, + primary_coty_code: '48047', + primary_coty_name: 'Brooks', + county_weights: '{"48047": "100"}', + coty_name: ['Brooks'], + cty_code: ['48047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.22368, lat: 26.88252 }, + }, + { + zip_code: '78357', + usps_city: 'Freer', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2886.0, + density: 3.7, + primary_coty_code: '48131', + primary_coty_name: 'Duval', + county_weights: '{"48131": "100"}', + coty_name: ['Duval'], + cty_code: ['48131'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.6217, lat: 27.84382 }, + }, + { + zip_code: '78375', + usps_city: 'Premont', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2951.0, + density: 11.1, + primary_coty_code: '48249', + primary_coty_name: 'Jim Wells', + county_weights: '{"48249": "100"}', + coty_name: ['Jim Wells'], + cty_code: ['48249'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.14463, lat: 27.39448 }, + }, + { + zip_code: '78548', + usps_city: 'Grulla', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 627.0, + density: 61.9, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.65456, lat: 26.2708 }, + }, + { + zip_code: '78557', + usps_city: 'Hidalgo', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 13970.0, + density: 459.8, + primary_coty_code: '48215', + primary_coty_name: 'Hidalgo', + county_weights: '{"48215": "100"}', + coty_name: ['Hidalgo'], + cty_code: ['48215'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.24342, lat: 26.10688 }, + }, + { + zip_code: '78588', + usps_city: 'San Isidro', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 133.0, + density: 1.3, + primary_coty_code: '48427', + primary_coty_name: 'Starr', + county_weights: '{"48427": "100"}', + coty_name: ['Starr'], + cty_code: ['48427'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.39723, lat: 26.73785 }, + }, + { + zip_code: '78629', + usps_city: 'Gonzales', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12393.0, + density: 11.2, + primary_coty_code: '48177', + primary_coty_name: 'Gonzales', + county_weights: '{"48177": "99.76", "48123": "0.24"}', + coty_name: ['Gonzales', 'DeWitt'], + cty_code: ['48177', '48123'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.4517, lat: 29.47723 }, + }, + { + zip_code: '78669', + usps_city: 'Spicewood', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 12901.0, + density: 35.5, + primary_coty_code: '48453', + primary_coty_name: 'Travis', + county_weights: '{"48453": "68.61", "48053": "29.03", "48031": "2.36"}', + coty_name: ['Travis', 'Burnet', 'Blanco'], + cty_code: ['48453', '48053', '48031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -98.12244, lat: 30.42264 }, + }, + { + zip_code: '78681', + usps_city: 'Round Rock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 58155.0, + density: 1030.7, + primary_coty_code: '48491', + primary_coty_name: 'Williamson', + county_weights: '{"48491": "100"}', + coty_name: ['Williamson'], + cty_code: ['48491'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -97.7247, lat: 30.53328 }, + }, + { + zip_code: '78828', + usps_city: 'Barksdale', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 117.0, + density: 0.3, + primary_coty_code: '48137', + primary_coty_name: 'Edwards', + county_weights: '{"48137": "74.42", "48385": "25.58"}', + coty_name: ['Edwards', 'Real'], + cty_code: ['48137', '48385'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.01737, lat: 29.86442 }, + }, + { + zip_code: '78838', + usps_city: 'Concan', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 202.0, + density: 1.7, + primary_coty_code: '48463', + primary_coty_name: 'Uvalde', + county_weights: '{"48463": "100"}', + coty_name: ['Uvalde'], + cty_code: ['48463'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.74382, lat: 29.5291 }, + }, + { + zip_code: '79059', + usps_city: 'Miami', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 671.0, + density: 0.5, + primary_coty_code: '48393', + primary_coty_name: 'Roberts', + county_weights: '{"48393": "96.65", "48179": "3.35"}', + coty_name: ['Roberts', 'Gray'], + cty_code: ['48393', '48179'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.76789, lat: 35.83018 }, + }, + { + zip_code: '79259', + usps_city: 'Tell', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 35.0, + density: 0.2, + primary_coty_code: '48075', + primary_coty_name: 'Childress', + county_weights: '{"48075": "66.67", "48191": "33.33"}', + coty_name: ['Childress', 'Hall'], + cty_code: ['48075', '48191'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.46298, lat: 34.40293 }, + }, + { + zip_code: '79311', + usps_city: 'Abernathy', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3415.0, + density: 7.6, + primary_coty_code: '48189', + primary_coty_name: 'Hale', + county_weights: '{"48189": "71.18", "48303": "28.82"}', + coty_name: ['Hale', 'Lubbock'], + cty_code: ['48189', '48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.883, lat: 33.86075 }, + }, + { + zip_code: '79314', + usps_city: 'Bledsoe', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 40.0, + density: 1.0, + primary_coty_code: '48079', + primary_coty_name: 'Cochran', + county_weights: '{"48079": "100"}', + coty_name: ['Cochran'], + cty_code: ['48079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -103.01455, lat: 33.58498 }, + }, + { + zip_code: '79316', + usps_city: 'Brownfield', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 11310.0, + density: 9.3, + primary_coty_code: '48445', + primary_coty_name: 'Terry', + county_weights: '{"48445": "100"}', + coty_name: ['Terry'], + cty_code: ['48445'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.31614, lat: 33.14437 }, + }, + { + zip_code: '79322', + usps_city: 'Crosbyton', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 2022.0, + density: 2.6, + primary_coty_code: '48107', + primary_coty_name: 'Crosby', + county_weights: '{"48107": "100"}', + coty_name: ['Crosby'], + cty_code: ['48107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.18732, lat: 33.65766 }, + }, + { + zip_code: '79359', + usps_city: 'Seagraves', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 3025.0, + density: 5.5, + primary_coty_code: '48165', + primary_coty_name: 'Gaines', + county_weights: '{"48165": "95", "48445": "2.55", "48501": "2.45"}', + coty_name: ['Gaines', 'Terry', 'Yoakum'], + cty_code: ['48165', '48445', '48501'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.58926, lat: 32.96704 }, + }, + { + zip_code: '79404', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 10094.0, + density: 135.2, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.7963, lat: 33.52535 }, + }, + { + zip_code: '79416', + usps_city: 'Lubbock', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 34124.0, + density: 410.1, + primary_coty_code: '48303', + primary_coty_name: 'Lubbock', + county_weights: '{"48303": "100"}', + coty_name: ['Lubbock'], + cty_code: ['48303'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -101.97648, lat: 33.60429 }, + }, + { + zip_code: '79536', + usps_city: 'Merkel', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 5258.0, + density: 6.4, + primary_coty_code: '48441', + primary_coty_name: 'Taylor', + county_weights: '{"48441": "84.04", "48253": "15.64", "48353": "0.32"}', + coty_name: ['Taylor', 'Jones', 'Nolan'], + cty_code: ['48441', '48253', '48353'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.03345, lat: 32.47378 }, + }, + { + zip_code: '79544', + usps_city: 'Rochester', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 676.0, + density: 3.2, + primary_coty_code: '48207', + primary_coty_name: 'Haskell', + county_weights: '{"48207": "100"}', + coty_name: ['Haskell'], + cty_code: ['48207'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -99.85288, lat: 33.30151 }, + }, + { + zip_code: '79549', + usps_city: 'Snyder', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 15943.0, + density: 6.4, + primary_coty_code: '48415', + primary_coty_name: 'Scurry', + county_weights: '{"48415": "99.52", "48263": "0.48"}', + coty_name: ['Scurry', 'Kent'], + cty_code: ['48415', '48263'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -100.84506, lat: 32.91367 }, + }, + { + zip_code: '79756', + usps_city: 'Monahans', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 9565.0, + density: 21.3, + primary_coty_code: '48475', + primary_coty_name: 'Ward', + county_weights: '{"48475": "99.92", "48103": "0.08", "48495": "0"}', + coty_name: ['Ward', 'Crane', 'Winkler'], + cty_code: ['48475', '48103', '48495'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Chicago', + geo_point_2d: { lon: -102.85809, lat: 31.5458 }, + }, + { + zip_code: '79928', + usps_city: 'El Paso', + stusps_code: 'TX', + ste_name: 'Texas', + zcta: 'TRUE', + parent_zcta: null, + population: 57219.0, + density: 212.2, + primary_coty_code: '48141', + primary_coty_name: 'El Paso', + county_weights: '{"48141": "100"}', + coty_name: ['El Paso'], + cty_code: ['48141'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.15597, lat: 31.62862 }, + }, + { + zip_code: '80455', + usps_city: 'Jamestown', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 391.0, + density: 4.3, + primary_coty_code: '8013', + primary_coty_name: 'Boulder', + county_weights: '{"08013": "100"}', + coty_name: ['Boulder'], + cty_code: ['8013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.39226, lat: 40.11342 }, + }, + { + zip_code: '80512', + usps_city: 'Bellvue', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1583.0, + density: 1.2, + primary_coty_code: '8069', + primary_coty_name: 'Larimer', + county_weights: '{"08069": "100"}', + coty_name: ['Larimer'], + cty_code: ['8069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.57322, lat: 40.63401 }, + }, + { + zip_code: '80736', + usps_city: 'Iliff', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 524.0, + density: 1.8, + primary_coty_code: '8075', + primary_coty_name: 'Logan', + county_weights: '{"08075": "100"}', + coty_name: ['Logan'], + cty_code: ['8075'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.03547, lat: 40.81135 }, + }, + { + zip_code: '80743', + usps_city: 'Otis', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1137.0, + density: 0.9, + primary_coty_code: '8121', + primary_coty_name: 'Washington', + county_weights: '{"08121": "100"}', + coty_name: ['Washington'], + cty_code: ['8121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -102.95113, lat: 40.20086 }, + }, + { + zip_code: '80801', + usps_city: 'Anton', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 140.0, + density: 0.3, + primary_coty_code: '8121', + primary_coty_name: 'Washington', + county_weights: '{"08121": "100"}', + coty_name: ['Washington'], + cty_code: ['8121'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.10732, lat: 39.73261 }, + }, + { + zip_code: '80939', + usps_city: 'Colorado Springs', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '8041', + primary_coty_name: 'El Paso', + county_weights: '{"08041": "0"}', + coty_name: ['El Paso'], + cty_code: ['8041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.67732, lat: 38.87791 }, + }, + { + zip_code: '81008', + usps_city: 'Pueblo', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 11632.0, + density: 33.5, + primary_coty_code: '8101', + primary_coty_name: 'Pueblo', + county_weights: '{"08101": "99.28", "08041": "0.72"}', + coty_name: ['Pueblo', 'El Paso'], + cty_code: ['08101', '08041'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.61754, lat: 38.43687 }, + }, + { + zip_code: '81076', + usps_city: 'Sugar City', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 721.0, + density: 1.0, + primary_coty_code: '8025', + primary_coty_name: 'Crowley', + county_weights: '{"08025": "100"}', + coty_name: ['Crowley'], + cty_code: ['8025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -103.60951, lat: 38.32403 }, + }, + { + zip_code: '81236', + usps_city: 'Nathrop', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 1271.0, + density: 2.5, + primary_coty_code: '8015', + primary_coty_name: 'Chaffee', + county_weights: '{"08015": "100"}', + coty_name: ['Chaffee'], + cty_code: ['8015'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.2436, lat: 38.70612 }, + }, + { + zip_code: '81425', + usps_city: 'Olathe', + stusps_code: 'CO', + ste_name: 'Colorado', + zcta: 'TRUE', + parent_zcta: null, + population: 5660.0, + density: 5.7, + primary_coty_code: '8085', + primary_coty_name: 'Montrose', + county_weights: '{"08085": "100"}', + coty_name: ['Montrose'], + cty_code: ['8085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.22151, lat: 38.53574 }, + }, + { + zip_code: '82063', + usps_city: 'Jelm', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 0.2, + primary_coty_code: '56001', + primary_coty_name: 'Albany', + county_weights: '{"56001": "71", "08069": "29"}', + coty_name: ['Albany', 'Larimer'], + cty_code: ['56001', '08069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.9845, lat: 40.88767 }, + }, + { + zip_code: '82711', + usps_city: 'Alva', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 127.0, + density: 0.4, + primary_coty_code: '56011', + primary_coty_name: 'Crook', + county_weights: '{"56011": "100"}', + coty_name: ['Crook'], + cty_code: ['56011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -104.45863, lat: 44.70937 }, + }, + { + zip_code: '82922', + usps_city: 'Bondurant', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 249.0, + density: 0.3, + primary_coty_code: '56035', + primary_coty_name: 'Sublette', + county_weights: '{"56035": "100"}', + coty_name: ['Sublette'], + cty_code: ['56035'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.38958, lat: 43.13997 }, + }, + { + zip_code: '82943', + usps_city: 'Reliance', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 192.0, + density: 1.0, + primary_coty_code: '56037', + primary_coty_name: 'Sweetwater', + county_weights: '{"56037": "100"}', + coty_name: ['Sweetwater'], + cty_code: ['56037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.20805, lat: 41.75462 }, + }, + { + zip_code: '83116', + usps_city: 'Diamondville', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 636.0, + density: 158.2, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.53577, lat: 41.77257 }, + }, + { + zip_code: '83121', + usps_city: 'Frontier', + stusps_code: 'WY', + ste_name: 'Wyoming', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '56023', + primary_coty_name: 'Lincoln', + county_weights: '{"56023": "100"}', + coty_name: ['Lincoln'], + cty_code: ['56023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -110.53387, lat: 41.82019 }, + }, + { + zip_code: '83201', + usps_city: 'Pocatello', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 38506.0, + density: 420.0, + primary_coty_code: '16005', + primary_coty_name: 'Bannock', + county_weights: '{"16005": "100"}', + coty_name: ['Bannock'], + cty_code: ['16005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.38464, lat: 42.88941 }, + }, + { + zip_code: '83221', + usps_city: 'Blackfoot', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 26950.0, + density: 12.9, + primary_coty_code: '16011', + primary_coty_name: 'Bingham', + county_weights: '{"16011": "100"}', + coty_name: ['Bingham'], + cty_code: ['16011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.5451, lat: 43.33607 }, + }, + { + zip_code: '83233', + usps_city: 'Dingle', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 47.0, + density: 0.6, + primary_coty_code: '16007', + primary_coty_name: 'Bear Lake', + county_weights: '{"16007": "100"}', + coty_name: ['Bear Lake'], + cty_code: ['16007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.23508, lat: 42.15796 }, + }, + { + zip_code: '83235', + usps_city: 'Ellis', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 230.0, + density: 0.3, + primary_coty_code: '16037', + primary_coty_name: 'Custer', + county_weights: '{"16037": "55.56", "16059": "44.44"}', + coty_name: ['Custer', 'Lemhi'], + cty_code: ['16037', '16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.8033, lat: 44.60826 }, + }, + { + zip_code: '83244', + usps_city: 'Howe', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 300.0, + density: 0.1, + primary_coty_code: '16023', + primary_coty_name: 'Butte', + county_weights: '{"16023": "100"}', + coty_name: ['Butte'], + cty_code: ['16023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.11644, lat: 43.95954 }, + }, + { + zip_code: '83327', + usps_city: 'Fairfield', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 950.0, + density: 0.4, + primary_coty_code: '16025', + primary_coty_name: 'Camas', + county_weights: '{"16025": "100"}', + coty_name: ['Camas'], + cty_code: ['16025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.80402, lat: 43.48907 }, + }, + { + zip_code: '83344', + usps_city: 'Murtaugh', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1381.0, + density: 4.6, + primary_coty_code: '16083', + primary_coty_name: 'Twin Falls', + county_weights: '{"16083": "79.96", "16031": "20.04"}', + coty_name: ['Twin Falls', 'Cassia'], + cty_code: ['16083', '16031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -114.13045, lat: 42.44596 }, + }, + { + zip_code: '83431', + usps_city: 'Lewisville', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 650.0, + density: 19.9, + primary_coty_code: '16051', + primary_coty_name: 'Jefferson', + county_weights: '{"16051": "100"}', + coty_name: ['Jefferson'], + cty_code: ['16051'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -112.02963, lat: 43.68885 }, + }, + { + zip_code: '83455', + usps_city: 'Victor', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 5333.0, + density: 17.8, + primary_coty_code: '16081', + primary_coty_name: 'Teton', + county_weights: '{"16081": "100"}', + coty_name: ['Teton'], + cty_code: ['16081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -111.17997, lat: 43.61481 }, + }, + { + zip_code: '83462', + usps_city: 'Carmen', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 509.0, + density: 1.8, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.81072, lat: 45.30433 }, + }, + { + zip_code: '83467', + usps_city: 'Salmon', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6245.0, + density: 3.2, + primary_coty_code: '16059', + primary_coty_name: 'Lemhi', + county_weights: '{"16059": "100"}', + coty_name: ['Lemhi'], + cty_code: ['16059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -113.89909, lat: 45.00975 }, + }, + { + zip_code: '83806', + usps_city: 'Bovill', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 274.0, + density: 5.3, + primary_coty_code: '16057', + primary_coty_name: 'Latah', + county_weights: '{"16057": "100"}', + coty_name: ['Latah'], + cty_code: ['16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.36232, lat: 46.89361 }, + }, + { + zip_code: '83841', + usps_city: 'Laclede', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 398.0, + density: 30.9, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.75116, lat: 48.20154 }, + }, + { + zip_code: '83860', + usps_city: 'Sagle', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 6088.0, + density: 19.7, + primary_coty_code: '16017', + primary_coty_name: 'Bonner', + county_weights: '{"16017": "100"}', + coty_name: ['Bonner'], + cty_code: ['16017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.53217, lat: 48.18925 }, + }, + { + zip_code: '83873', + usps_city: 'Wallace', + stusps_code: 'ID', + ste_name: 'Idaho', + zcta: 'TRUE', + parent_zcta: null, + population: 1671.0, + density: 3.1, + primary_coty_code: '16079', + primary_coty_name: 'Shoshone', + county_weights: '{"16079": "100"}', + coty_name: ['Shoshone'], + cty_code: ['16079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.88752, lat: 47.61267 }, + }, + { + zip_code: '84015', + usps_city: 'Clearfield', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 66410.0, + density: 1212.0, + primary_coty_code: '49011', + primary_coty_name: 'Davis', + county_weights: '{"49011": "100"}', + coty_name: ['Davis'], + cty_code: ['49011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.06121, lat: 41.12088 }, + }, + { + zip_code: '84039', + usps_city: 'Lapoint', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 863.0, + density: 3.1, + primary_coty_code: '49047', + primary_coty_name: 'Uintah', + county_weights: '{"49047": "100"}', + coty_name: ['Uintah'], + cty_code: ['49047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.80848, lat: 40.48557 }, + }, + { + zip_code: '84074', + usps_city: 'Tooele', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 52153.0, + density: 184.4, + primary_coty_code: '49045', + primary_coty_name: 'Tooele', + county_weights: '{"49045": "100"}', + coty_name: ['Tooele'], + cty_code: ['49045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.27335, lat: 40.55929 }, + }, + { + zip_code: '84331', + usps_city: 'Portage', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 267.0, + density: 1.8, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.27356, lat: 41.94851 }, + }, + { + zip_code: '84336', + usps_city: 'Snowville', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 151.0, + density: 0.2, + primary_coty_code: '49003', + primary_coty_name: 'Box Elder', + county_weights: '{"49003": "100"}', + coty_name: ['Box Elder'], + cty_code: ['49003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -112.77871, lat: 41.90957 }, + }, + { + zip_code: '84664', + usps_city: 'Mapleton', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 9586.0, + density: 216.7, + primary_coty_code: '49049', + primary_coty_name: 'Utah', + county_weights: '{"49049": "100"}', + coty_name: ['Utah'], + cty_code: ['49049'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.56511, lat: 40.11509 }, + }, + { + zip_code: '84665', + usps_city: 'Sterling', + stusps_code: 'UT', + ste_name: 'Utah', + zcta: 'TRUE', + parent_zcta: null, + population: 551.0, + density: 9.4, + primary_coty_code: '49039', + primary_coty_name: 'Sanpete', + county_weights: '{"49039": "100"}', + coty_name: ['Sanpete'], + cty_code: ['49039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -111.66517, lat: 39.19799 }, + }, + { + zip_code: '85086', + usps_city: 'Phoenix', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 42179.0, + density: 279.2, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.12019, lat: 33.81546 }, + }, + { + zip_code: '85264', + usps_city: 'Fort Mcdowell', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1345.0, + density: 2.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.5326, lat: 33.63083 }, + }, + { + zip_code: '85283', + usps_city: 'Tempe', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 51495.0, + density: 2260.4, + primary_coty_code: '4013', + primary_coty_name: 'Maricopa', + county_weights: '{"04013": "100"}', + coty_name: ['Maricopa'], + cty_code: ['4013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.93212, lat: 33.36461 }, + }, + { + zip_code: '85346', + usps_city: 'Quartzsite', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 4248.0, + density: 2.6, + primary_coty_code: '4012', + primary_coty_name: 'La Paz', + county_weights: '{"04012": "100"}', + coty_name: ['La Paz'], + cty_code: ['4012'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -114.14619, lat: 33.63625 }, + }, + { + zip_code: '85535', + usps_city: 'Eden', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4009', + primary_coty_name: 'Graham', + county_weights: '{"04009": "100"}', + coty_name: ['Graham'], + cty_code: ['4009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -109.91384, lat: 32.98992 }, + }, + { + zip_code: '85618', + usps_city: 'Mammoth', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1787.0, + density: 6.1, + primary_coty_code: '4021', + primary_coty_name: 'Pinal', + county_weights: '{"04021": "100"}', + coty_name: ['Pinal'], + cty_code: ['4021'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -110.55581, lat: 32.71316 }, + }, + { + zip_code: '85654', + usps_city: 'Rillito', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '4019', + primary_coty_name: 'Pima', + county_weights: '{"04019": "100"}', + coty_name: ['Pima'], + cty_code: ['4019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -111.1544, lat: 32.41526 }, + }, + { + zip_code: '86314', + usps_city: 'Prescott Valley', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 39703.0, + density: 212.2, + primary_coty_code: '4025', + primary_coty_name: 'Yavapai', + county_weights: '{"04025": "100"}', + coty_name: ['Yavapai'], + cty_code: ['4025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Phoenix', + geo_point_2d: { lon: -112.30617, lat: 34.62598 }, + }, + { + zip_code: '86503', + usps_city: 'Chinle', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 10818.0, + density: 5.0, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.64211, lat: 36.17065 }, + }, + { + zip_code: '86545', + usps_city: 'Rock Point', + stusps_code: 'AZ', + ste_name: 'Arizona', + zcta: 'TRUE', + parent_zcta: null, + population: 1469.0, + density: 1.7, + primary_coty_code: '4001', + primary_coty_name: 'Apache', + county_weights: '{"04001": "100"}', + coty_name: ['Apache'], + cty_code: ['4001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -109.60744, lat: 36.70591 }, + }, + { + zip_code: '87011', + usps_city: 'Claunch', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 48.0, + density: 0.0, + primary_coty_code: '35027', + primary_coty_name: 'Lincoln', + county_weights: '{"35027": "57.14", "35053": "42.86"}', + coty_name: ['Lincoln', 'Socorro'], + cty_code: ['35027', '35053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.94955, lat: 34.06453 }, + }, + { + zip_code: '87048', + usps_city: 'Corrales', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 9072.0, + density: 317.2, + primary_coty_code: '35043', + primary_coty_name: 'Sandoval', + county_weights: '{"35043": "95.76", "35001": "4.24"}', + coty_name: ['Sandoval', 'Bernalillo'], + cty_code: ['35043', '35001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.62004, lat: 35.23602 }, + }, + { + zip_code: '87461', + usps_city: 'Sanostee', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 1.8, + primary_coty_code: '35045', + primary_coty_name: 'San Juan', + county_weights: '{"35045": "100"}', + coty_name: ['San Juan'], + cty_code: ['35045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.92874, lat: 36.33533 }, + }, + { + zip_code: '87513', + usps_city: 'Arroyo Hondo', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 884.0, + density: 10.3, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.68733, lat: 36.57957 }, + }, + { + zip_code: '87533', + usps_city: 'Espanola', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 154.0, + density: 2870.8, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.06493, lat: 36.02388 }, + }, + { + zip_code: '87554', + usps_city: 'Petaca', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 0.0, + density: 0.0, + primary_coty_code: '35039', + primary_coty_name: 'Rio Arriba', + county_weights: '{"35039": "100"}', + coty_name: ['Rio Arriba'], + cty_code: ['35039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.02537, lat: 36.48752 }, + }, + { + zip_code: '87580', + usps_city: 'Valdez', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 432.0, + density: 7.1, + primary_coty_code: '35055', + primary_coty_name: 'Taos', + county_weights: '{"35055": "100"}', + coty_name: ['Taos'], + cty_code: ['35055'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.56577, lat: 36.57008 }, + }, + { + zip_code: '87583', + usps_city: 'Villanueva', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 204.0, + density: 2.7, + primary_coty_code: '35047', + primary_coty_name: 'San Miguel', + county_weights: '{"35047": "100"}', + coty_name: ['San Miguel'], + cty_code: ['35047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -105.33623, lat: 35.2313 }, + }, + { + zip_code: '88011', + usps_city: 'Las Cruces', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 30308.0, + density: 79.9, + primary_coty_code: '35013', + primary_coty_name: 'Do\u00f1a Ana', + county_weights: '{"35013": "100"}', + coty_name: ['Do\u00f1a Ana'], + cty_code: ['35013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -106.6437, lat: 32.31585 }, + }, + { + zip_code: '88026', + usps_city: 'Santa Clara', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 1384.0, + density: 105.0, + primary_coty_code: '35017', + primary_coty_name: 'Grant', + county_weights: '{"35017": "100"}', + coty_name: ['Grant'], + cty_code: ['35017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -108.15742, lat: 32.7596 }, + }, + { + zip_code: '88030', + usps_city: 'Deming', + stusps_code: 'NM', + ste_name: 'New Mexico', + zcta: 'TRUE', + parent_zcta: null, + population: 22882.0, + density: 3.4, + primary_coty_code: '35029', + primary_coty_name: 'Luna', + county_weights: '{"35029": "100"}', + coty_name: ['Luna'], + cty_code: ['35029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Denver', + geo_point_2d: { lon: -107.72945, lat: 32.18773 }, + }, + { + zip_code: '89086', + usps_city: 'North Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 6404.0, + density: 365.4, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.10844, lat: 36.29227 }, + }, + { + zip_code: '89103', + usps_city: 'Las Vegas', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 53732.0, + density: 3096.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.21172, lat: 36.11179 }, + }, + { + zip_code: '89191', + usps_city: 'Nellis Afb', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 581.0, + density: 33.2, + primary_coty_code: '32003', + primary_coty_name: 'Clark', + county_weights: '{"32003": "100"}', + coty_name: ['Clark'], + cty_code: ['32003'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.02563, lat: 36.23961 }, + }, + { + zip_code: '89430', + usps_city: 'Smith', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 308.0, + density: 3.0, + primary_coty_code: '32019', + primary_coty_name: 'Lyon', + county_weights: '{"32019": "100"}', + coty_name: ['Lyon'], + cty_code: ['32019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.30508, lat: 38.7751 }, + }, + { + zip_code: '89438', + usps_city: 'Valmy', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 91.0, + density: 0.8, + primary_coty_code: '32013', + primary_coty_name: 'Humboldt', + county_weights: '{"32013": "100"}', + coty_name: ['Humboldt'], + cty_code: ['32013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.1078, lat: 40.77331 }, + }, + { + zip_code: '89704', + usps_city: 'Washoe Valley', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 3828.0, + density: 19.3, + primary_coty_code: '32031', + primary_coty_name: 'Washoe', + county_weights: '{"32031": "100"}', + coty_name: ['Washoe'], + cty_code: ['32031'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.8174, lat: 39.26682 }, + }, + { + zip_code: '89825', + usps_city: 'Jackpot', + stusps_code: 'NV', + ste_name: 'Nevada', + zcta: 'TRUE', + parent_zcta: null, + population: 1289.0, + density: 11.8, + primary_coty_code: '32007', + primary_coty_name: 'Elko', + county_weights: '{"32007": "100"}', + coty_name: ['Elko'], + cty_code: ['32007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.72328, lat: 41.88816 }, + }, + { + zip_code: '90001', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 59832.0, + density: 6595.9, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.24955, lat: 33.97398 }, + }, + { + zip_code: '90038', + usps_city: 'Los Angeles', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28580.0, + density: 7044.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.32652, lat: 34.08876 }, + }, + { + zip_code: '90804', + usps_city: 'Long Beach', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39239.0, + density: 7165.8, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14863, lat: 33.78185 }, + }, + { + zip_code: '91001', + usps_city: 'Altadena', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 37818.0, + density: 1768.6, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.13796, lat: 34.19544 }, + }, + { + zip_code: '91340', + usps_city: 'San Fernando', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 36156.0, + density: 4128.7, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.43513, lat: 34.28679 }, + }, + { + zip_code: '91803', + usps_city: 'Alhambra', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 29567.0, + density: 3495.2, + primary_coty_code: '6037', + primary_coty_name: 'Los Angeles', + county_weights: '{"06037": "100"}', + coty_name: ['Los Angeles'], + cty_code: ['6037'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.14621, lat: 34.07494 }, + }, + { + zip_code: '91942', + usps_city: 'La Mesa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40151.0, + density: 2645.8, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.0217, lat: 32.77747 }, + }, + { + zip_code: '92054', + usps_city: 'Oceanside', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 41807.0, + density: 1349.5, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.431, lat: 33.2738 }, + }, + { + zip_code: '92070', + usps_city: 'Santa Ysabel', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 786.0, + density: 2.3, + primary_coty_code: '6073', + primary_coty_name: 'San Diego', + county_weights: '{"06073": "100"}', + coty_name: ['San Diego'], + cty_code: ['6073'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.72662, lat: 33.1594 }, + }, + { + zip_code: '92233', + usps_city: 'Calipatria', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7509.0, + density: 19.2, + primary_coty_code: '6025', + primary_coty_name: 'Imperial', + county_weights: '{"06025": "100"}', + coty_name: ['Imperial'], + cty_code: ['6025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -115.55954, lat: 33.17378 }, + }, + { + zip_code: '92234', + usps_city: 'Cathedral City', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 54357.0, + density: 1334.0, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.46644, lat: 33.81825 }, + }, + { + zip_code: '92267', + usps_city: 'Parker Dam', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6.0, + density: 0.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -114.19065, lat: 34.27582 }, + }, + { + zip_code: '92276', + usps_city: 'Thousand Palms', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6748.0, + density: 88.9, + primary_coty_code: '6065', + primary_coty_name: 'Riverside', + county_weights: '{"06065": "100"}', + coty_name: ['Riverside'], + cty_code: ['6065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.36424, lat: 33.82232 }, + }, + { + zip_code: '92327', + usps_city: 'Daggett', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 737.0, + density: 10.1, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.86134, lat: 34.86284 }, + }, + { + zip_code: '92333', + usps_city: 'Fawnskin', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 392.0, + density: 36.3, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.94926, lat: 34.27062 }, + }, + { + zip_code: '92335', + usps_city: 'Fontana', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 99306.0, + density: 2209.6, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.46549, lat: 34.08717 }, + }, + { + zip_code: '92356', + usps_city: 'Lucerne Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 6573.0, + density: 6.4, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -116.89677, lat: 34.5107 }, + }, + { + zip_code: '92410', + usps_city: 'San Bernardino', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 45052.0, + density: 2120.0, + primary_coty_code: '6071', + primary_coty_name: 'San Bernardino', + county_weights: '{"06071": "100"}', + coty_name: ['San Bernardino'], + cty_code: ['6071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.29742, lat: 34.10688 }, + }, + { + zip_code: '92806', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 39442.0, + density: 1964.0, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.87071, lat: 33.83856 }, + }, + { + zip_code: '92808', + usps_city: 'Anaheim', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20483.0, + density: 1551.5, + primary_coty_code: '6059', + primary_coty_name: 'Orange', + county_weights: '{"06059": "100"}', + coty_name: ['Orange'], + cty_code: ['6059'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.74013, lat: 33.85647 }, + }, + { + zip_code: '93223', + usps_city: 'Farmersville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10716.0, + density: 1673.0, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.205, lat: 36.30456 }, + }, + { + zip_code: '93270', + usps_city: 'Terra Bella', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5367.0, + density: 33.5, + primary_coty_code: '6107', + primary_coty_name: 'Tulare', + county_weights: '{"06107": "100"}', + coty_name: ['Tulare'], + cty_code: ['6107'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.07285, lat: 35.95241 }, + }, + { + zip_code: '93458', + usps_city: 'Santa Maria', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 57256.0, + density: 807.5, + primary_coty_code: '6083', + primary_coty_name: 'Santa Barbara', + county_weights: '{"06083": "99.89", "06079": "0.11"}', + coty_name: ['Santa Barbara', 'San Luis Obispo'], + cty_code: ['06083', '06079'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.49063, lat: 34.95709 }, + }, + { + zip_code: '93620', + usps_city: 'Dos Palos', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 8906.0, + density: 19.7, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "93.87", "06019": "6.13"}', + coty_name: ['Merced', 'Fresno'], + cty_code: ['06047', '06019'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.62881, lat: 37.02486 }, + }, + { + zip_code: '93623', + usps_city: 'Fish Camp', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 114.0, + density: 1.4, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "97.1", "06039": "2.9"}', + coty_name: ['Mariposa', 'Madera'], + cty_code: ['06043', '06039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.64269, lat: 37.49377 }, + }, + { + zip_code: '93638', + usps_city: 'Madera', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 49932.0, + density: 203.3, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.03353, lat: 37.04019 }, + }, + { + zip_code: '93644', + usps_city: 'Oakhurst', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 9055.0, + density: 37.7, + primary_coty_code: '6039', + primary_coty_name: 'Madera', + county_weights: '{"06039": "100"}', + coty_name: ['Madera'], + cty_code: ['6039'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.62883, lat: 37.37857 }, + }, + { + zip_code: '93928', + usps_city: 'Jolon', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 854.0, + density: 17.3, + primary_coty_code: '6053', + primary_coty_name: 'Monterey', + county_weights: '{"06053": "100"}', + coty_name: ['Monterey'], + cty_code: ['6053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.23953, lat: 36.03241 }, + }, + { + zip_code: '94074', + usps_city: 'San Gregorio', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 170.0, + density: 3.5, + primary_coty_code: '6081', + primary_coty_name: 'San Mateo', + county_weights: '{"06081": "100"}', + coty_name: ['San Mateo'], + cty_code: ['6081'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.34979, lat: 37.32588 }, + }, + { + zip_code: '94301', + usps_city: 'Palo Alto', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 16582.0, + density: 2699.9, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.14995, lat: 37.44412 }, + }, + { + zip_code: '94510', + usps_city: 'Benicia', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 28350.0, + density: 393.3, + primary_coty_code: '6095', + primary_coty_name: 'Solano', + county_weights: '{"06095": "100"}', + coty_name: ['Solano'], + cty_code: ['6095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.13197, lat: 38.09404 }, + }, + { + zip_code: '94572', + usps_city: 'Rodeo', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10384.0, + density: 924.7, + primary_coty_code: '6013', + primary_coty_name: 'Contra Costa', + county_weights: '{"06013": "100"}', + coty_name: ['Contra Costa'], + cty_code: ['6013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.25077, lat: 38.03198 }, + }, + { + zip_code: '95005', + usps_city: 'Ben Lomond', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7661.0, + density: 247.7, + primary_coty_code: '6087', + primary_coty_name: 'Santa Cruz', + county_weights: '{"06087": "100"}', + coty_name: ['Santa Cruz'], + cty_code: ['6087'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.08716, lat: 37.09905 }, + }, + { + zip_code: '95122', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 56121.0, + density: 4556.8, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.83526, lat: 37.3287 }, + }, + { + zip_code: '95138', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 20674.0, + density: 306.3, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.73388, lat: 37.24663 }, + }, + { + zip_code: '95148', + usps_city: 'San Jose', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 48273.0, + density: 1977.6, + primary_coty_code: '6085', + primary_coty_name: 'Santa Clara', + county_weights: '{"06085": "100"}', + coty_name: ['Santa Clara'], + cty_code: ['6085'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.77931, lat: 37.33539 }, + }, + { + zip_code: '95225', + usps_city: 'Burson', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 378.0, + density: 20.8, + primary_coty_code: '6009', + primary_coty_name: 'Calaveras', + county_weights: '{"06009": "100"}', + coty_name: ['Calaveras'], + cty_code: ['6009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.88891, lat: 38.19882 }, + }, + { + zip_code: '95304', + usps_city: 'Tracy', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 14282.0, + density: 34.6, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.3999, lat: 37.67832 }, + }, + { + zip_code: '95306', + usps_city: 'Catheys Valley', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 654.0, + density: 1.8, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "100"}', + coty_name: ['Mariposa'], + cty_code: ['6043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.12909, lat: 37.38408 }, + }, + { + zip_code: '95317', + usps_city: 'El Nido', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1203.0, + density: 8.8, + primary_coty_code: '6047', + primary_coty_name: 'Merced', + county_weights: '{"06047": "100"}', + coty_name: ['Merced'], + cty_code: ['6047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.51506, lat: 37.12725 }, + }, + { + zip_code: '95318', + usps_city: 'El Portal', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 220.0, + density: 2.1, + primary_coty_code: '6043', + primary_coty_name: 'Mariposa', + county_weights: '{"06043": "100"}', + coty_name: ['Mariposa'], + cty_code: ['6043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -119.79939, lat: 37.64516 }, + }, + { + zip_code: '95330', + usps_city: 'Lathrop', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 22760.0, + density: 408.4, + primary_coty_code: '6077', + primary_coty_name: 'San Joaquin', + county_weights: '{"06077": "100"}', + coty_name: ['San Joaquin'], + cty_code: ['6077'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.31053, lat: 37.81352 }, + }, + { + zip_code: '95404', + usps_city: 'Santa Rosa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 40497.0, + density: 195.5, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.65198, lat: 38.46565 }, + }, + { + zip_code: '95407', + usps_city: 'Santa Rosa', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 42026.0, + density: 715.3, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.74435, lat: 38.39452 }, + }, + { + zip_code: '95420', + usps_city: 'Caspar', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 523.0, + density: 100.7, + primary_coty_code: '6045', + primary_coty_name: 'Mendocino', + county_weights: '{"06045": "100"}', + coty_name: ['Mendocino'], + cty_code: ['6045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.80392, lat: 39.36712 }, + }, + { + zip_code: '95430', + usps_city: 'Duncans Mills', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 7.0, + density: 11.4, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.04717, lat: 38.46138 }, + }, + { + zip_code: '95467', + usps_city: 'Hidden Valley Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 5506.0, + density: 216.2, + primary_coty_code: '6033', + primary_coty_name: 'Lake', + county_weights: '{"06033": "100"}', + coty_name: ['Lake'], + cty_code: ['6033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.54066, lat: 38.80355 }, + }, + { + zip_code: '95497', + usps_city: 'The Sea Ranch', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1134.0, + density: 27.1, + primary_coty_code: '6097', + primary_coty_name: 'Sonoma', + county_weights: '{"06097": "100"}', + coty_name: ['Sonoma'], + cty_code: ['6097'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.45271, lat: 38.71649 }, + }, + { + zip_code: '95525', + usps_city: 'Blue Lake', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1401.0, + density: 6.5, + primary_coty_code: '6023', + primary_coty_name: 'Humboldt', + county_weights: '{"06023": "100"}', + coty_name: ['Humboldt'], + cty_code: ['6023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.82271, lat: 40.925 }, + }, + { + zip_code: '95610', + usps_city: 'Citrus Heights', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 46305.0, + density: 2283.9, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.27176, lat: 38.69491 }, + }, + { + zip_code: '95636', + usps_city: 'Grizzly Flats', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 1195.0, + density: 4.0, + primary_coty_code: '6017', + primary_coty_name: 'El Dorado', + county_weights: '{"06017": "100"}', + coty_name: ['El Dorado'], + cty_code: ['6017'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.38326, lat: 38.62126 }, + }, + { + zip_code: '95637', + usps_city: 'Guinda', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 268.0, + density: 4.9, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "100"}', + coty_name: ['Yolo'], + cty_code: ['6113'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.23689, lat: 38.83411 }, + }, + { + zip_code: '95694', + usps_city: 'Winters', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 10495.0, + density: 27.2, + primary_coty_code: '6113', + primary_coty_name: 'Yolo', + county_weights: '{"06113": "87.75", "06095": "12.25"}', + coty_name: ['Yolo', 'Solano'], + cty_code: ['06113', '06095'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.00675, lat: 38.55591 }, + }, + { + zip_code: '95717', + usps_city: 'Gold Run', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 176.0, + density: 6.7, + primary_coty_code: '6061', + primary_coty_name: 'Placer', + county_weights: '{"06061": "100"}', + coty_name: ['Placer'], + cty_code: ['6061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.85264, lat: 39.14458 }, + }, + { + zip_code: '95818', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 21625.0, + density: 2184.0, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49664, lat: 38.55588 }, + }, + { + zip_code: '95834', + usps_city: 'Sacramento', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 30076.0, + density: 1166.5, + primary_coty_code: '6067', + primary_coty_name: 'Sacramento', + county_weights: '{"06067": "100"}', + coty_name: ['Sacramento'], + cty_code: ['6067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.52027, lat: 38.64203 }, + }, + { + zip_code: '95901', + usps_city: 'Marysville', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 33455.0, + density: 65.7, + primary_coty_code: '6115', + primary_coty_name: 'Yuba', + county_weights: '{"06115": "98.95", "06007": "1.05"}', + coty_name: ['Yuba', 'Butte'], + cty_code: ['06115', '06007'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.49156, lat: 39.22185 }, + }, + { + zip_code: '96161', + usps_city: 'Truckee', + stusps_code: 'CA', + ste_name: 'California', + zcta: 'TRUE', + parent_zcta: null, + population: 18488.0, + density: 39.3, + primary_coty_code: '6057', + primary_coty_name: 'Nevada', + county_weights: '{"06057": "90.56", "06061": "9.44"}', + coty_name: ['Nevada', 'Placer'], + cty_code: ['06057', '06061'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -120.20989, lat: 39.30962 }, + }, + { + zip_code: '96737', + usps_city: 'Ocean View', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 5011.0, + density: 15.0, + primary_coty_code: '15001', + primary_coty_name: 'Hawaii', + county_weights: '{"15001": "100"}', + coty_name: ['Hawaii'], + cty_code: ['15001'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -155.77587, lat: 19.07026 }, + }, + { + zip_code: '96761', + usps_city: 'Lahaina', + stusps_code: 'HI', + ste_name: 'Hawaii', + zcta: 'TRUE', + parent_zcta: null, + population: 22301.0, + density: 111.4, + primary_coty_code: '15009', + primary_coty_name: 'Maui', + county_weights: '{"15009": "100"}', + coty_name: ['Maui'], + cty_code: ['15009'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'Pacific/Honolulu', + geo_point_2d: { lon: -156.61649, lat: 20.90573 }, + }, + { + zip_code: '97019', + usps_city: 'Corbett', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3167.0, + density: 20.8, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "96.77", "41005": "3.23"}', + coty_name: ['Multnomah', 'Clackamas'], + cty_code: ['41051', '41005'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.21108, lat: 45.51019 }, + }, + { + zip_code: '97026', + usps_city: 'Gervais', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4468.0, + density: 48.3, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "100"}', + coty_name: ['Marion'], + cty_code: ['41047'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.95108, lat: 45.10668 }, + }, + { + zip_code: '97064', + usps_city: 'Vernonia', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3167.0, + density: 12.5, + primary_coty_code: '41009', + primary_coty_name: 'Columbia', + county_weights: '{"41009": "99.36", "41067": "0.64"}', + coty_name: ['Columbia', 'Washington'], + cty_code: ['41009', '41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.22833, lat: 45.87265 }, + }, + { + zip_code: '97119', + usps_city: 'Gaston', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4527.0, + density: 20.2, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "79.41", "41071": "20.59"}', + coty_name: ['Washington', 'Yamhill'], + cty_code: ['41067', '41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.19967, lat: 45.46866 }, + }, + { + zip_code: '97123', + usps_city: 'Hillsboro', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 49317.0, + density: 354.5, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "98.29", "41071": "1.71"}', + coty_name: ['Washington', 'Yamhill'], + cty_code: ['41067', '41071'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.98413, lat: 45.44163 }, + }, + { + zip_code: '97125', + usps_city: 'Manning', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 281.0, + density: 20.8, + primary_coty_code: '41067', + primary_coty_name: 'Washington', + county_weights: '{"41067": "100"}', + coty_name: ['Washington'], + cty_code: ['41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.21216, lat: 45.66742 }, + }, + { + zip_code: '97221', + usps_city: 'Portland', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 12467.0, + density: 1123.6, + primary_coty_code: '41051', + primary_coty_name: 'Multnomah', + county_weights: '{"41051": "99.9", "41067": "0.1"}', + coty_name: ['Multnomah', 'Washington'], + cty_code: ['41051', '41067'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.7278, lat: 45.49797 }, + }, + { + zip_code: '97383', + usps_city: 'Stayton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 10046.0, + density: 88.2, + primary_coty_code: '41047', + primary_coty_name: 'Marion', + county_weights: '{"41047": "91.52", "41043": "8.48"}', + coty_name: ['Marion', 'Linn'], + cty_code: ['41047', '41043'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.72171, lat: 44.79361 }, + }, + { + zip_code: '97458', + usps_city: 'Myrtle Point', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 4390.0, + density: 4.5, + primary_coty_code: '41011', + primary_coty_name: 'Coos', + county_weights: '{"41011": "100"}', + coty_name: ['Coos'], + cty_code: ['41011'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.01846, lat: 43.05967 }, + }, + { + zip_code: '97539', + usps_city: 'Shady Cove', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 3311.0, + density: 58.4, + primary_coty_code: '41029', + primary_coty_name: 'Jackson', + county_weights: '{"41029": "100"}', + coty_name: ['Jackson'], + cty_code: ['41029'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.79042, lat: 42.60007 }, + }, + { + zip_code: '97721', + usps_city: 'Princeton', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 222.0, + density: 0.1, + primary_coty_code: '41025', + primary_coty_name: 'Harney', + county_weights: '{"41025": "100"}', + coty_name: ['Harney'], + cty_code: ['41025'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.58289, lat: 42.9041 }, + }, + { + zip_code: '97845', + usps_city: 'John Day', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 2835.0, + density: 16.8, + primary_coty_code: '41023', + primary_coty_name: 'Grant', + county_weights: '{"41023": "100"}', + coty_name: ['Grant'], + cty_code: ['41023'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.90315, lat: 44.40179 }, + }, + { + zip_code: '97914', + usps_city: 'Ontario', + stusps_code: 'OR', + ste_name: 'Oregon', + zcta: 'TRUE', + parent_zcta: null, + population: 19400.0, + density: 29.3, + primary_coty_code: '41045', + primary_coty_name: 'Malheur', + county_weights: '{"41045": "100"}', + coty_name: ['Malheur'], + cty_code: ['41045'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Boise', + geo_point_2d: { lon: -117.08407, lat: 44.11322 }, + }, + { + zip_code: '98068', + usps_city: 'Snoqualmie Pass', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 444.0, + density: 0.6, + primary_coty_code: '53037', + primary_coty_name: 'Kittitas', + county_weights: '{"53037": "80.4", "53033": "19.6"}', + coty_name: ['Kittitas', 'King'], + cty_code: ['53037', '53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -121.34967, lat: 47.44072 }, + }, + { + zip_code: '98116', + usps_city: 'Seattle', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 27338.0, + density: 3568.7, + primary_coty_code: '53033', + primary_coty_name: 'King', + county_weights: '{"53033": "100"}', + coty_name: ['King'], + cty_code: ['53033'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.39507, lat: 47.57397 }, + }, + { + zip_code: '98335', + usps_city: 'Gig Harbor', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 25631.0, + density: 449.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.61892, lat: 47.29895 }, + }, + { + zip_code: '98444', + usps_city: 'Tacoma', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 34456.0, + density: 1978.0, + primary_coty_code: '53053', + primary_coty_name: 'Pierce', + county_weights: '{"53053": "100"}', + coty_name: ['Pierce'], + cty_code: ['53053'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -122.44899, lat: 47.15285 }, + }, + { + zip_code: '98563', + usps_city: 'Montesano', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 7893.0, + density: 8.3, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.60306, lat: 47.20859 }, + }, + { + zip_code: '98587', + usps_city: 'Taholah', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 747.0, + density: 10.1, + primary_coty_code: '53027', + primary_coty_name: 'Grays Harbor', + county_weights: '{"53027": "100"}', + coty_name: ['Grays Harbor'], + cty_code: ['53027'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -124.21419, lat: 47.30875 }, + }, + { + zip_code: '98612', + usps_city: 'Cathlamet', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 2981.0, + density: 15.2, + primary_coty_code: '53069', + primary_coty_name: 'Wahkiakum', + county_weights: '{"53069": "100"}', + coty_name: ['Wahkiakum'], + cty_code: ['53069'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -123.32552, lat: 46.21778 }, + }, + { + zip_code: '99122', + usps_city: 'Davenport', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 4122.0, + density: 2.8, + primary_coty_code: '53043', + primary_coty_name: 'Lincoln', + county_weights: '{"53043": "99.31", "53065": "0.69"}', + coty_name: ['Lincoln', 'Stevens'], + cty_code: ['53043', '53065'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.20799, lat: 47.67761 }, + }, + { + zip_code: '99128', + usps_city: 'Farmington', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 337.0, + density: 1.5, + primary_coty_code: '53075', + primary_coty_name: 'Whitman', + county_weights: '{"53075": "86.6", "16057": "13.4"}', + coty_name: ['Whitman', 'Latah'], + cty_code: ['53075', '16057'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -117.07292, lat: 47.09934 }, + }, + { + zip_code: '99348', + usps_city: 'Prescott', + stusps_code: 'WA', + ste_name: 'Washington', + zcta: 'TRUE', + parent_zcta: null, + population: 1402.0, + density: 1.0, + primary_coty_code: '53071', + primary_coty_name: 'Walla Walla', + county_weights: '{"53071": "98.75", "53013": "1.25"}', + coty_name: ['Walla Walla', 'Columbia'], + cty_code: ['53071', '53013'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Los_Angeles', + geo_point_2d: { lon: -118.45178, lat: 46.38968 }, + }, + { + zip_code: '99589', + usps_city: 'Goodnews Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 182.0, + density: 23.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -161.56874, lat: 59.12749 }, + }, + { + zip_code: '99606', + usps_city: 'Iliamna', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 366.0, + density: 0.7, + primary_coty_code: '2164', + primary_coty_name: 'Lake and Peninsula', + county_weights: '{"02164": "100"}', + coty_name: ['Lake and Peninsula'], + cty_code: ['2164'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -154.64438, lat: 59.79399 }, + }, + { + zip_code: '99626', + usps_city: 'Lower Kalskag', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 270.0, + density: 113.7, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Anchorage', + geo_point_2d: { lon: -160.3647, lat: 61.51702 }, + }, + { + zip_code: '99637', + usps_city: 'Toksook Bay', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 546.0, + density: 7.0, + primary_coty_code: '2050', + primary_coty_name: 'Bethel', + county_weights: '{"02050": "100"}', + coty_name: ['Bethel'], + cty_code: ['2050'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -165.14307, lat: 60.54299 }, + }, + { + zip_code: '99783', + usps_city: 'Wales', + stusps_code: 'AK', + ste_name: 'Alaska', + zcta: 'TRUE', + parent_zcta: null, + population: 184.0, + density: 3.0, + primary_coty_code: '2180', + primary_coty_name: 'Nome', + county_weights: '{"02180": "100"}', + coty_name: ['Nome'], + cty_code: ['2180'], + imprecise: 'FALSE', + military: 'FALSE', + timezone: 'America/Nome', + geo_point_2d: { lon: -168.02324, lat: 65.66335 }, + }, +] diff --git a/datasets/zipcodes/src/index.ts b/datasets/zipcodes/src/index.ts new file mode 100644 index 000000000..6a9c99c7f --- /dev/null +++ b/datasets/zipcodes/src/index.ts @@ -0,0 +1,33 @@ +import type { Flatfile } from '@flatfile/api' +import api from '@flatfile/api' +import { chunkify } from '@flatfile/util-common' +import { zipcodes } from './dataset' +import type { ZipCodeData } from './types' + +export async function populateZipCodeData( + sheetId: Flatfile.SheetId +): Promise { + const chunkedData = chunkify(zipcodes, 1000) + chunkedData.forEach(async (chunk) => { + const records = chunk.map((zipCodeObj) => { + return convertToRecord(zipCodeObj) + }) + await api.records.insert(sheetId, records) + }) +} + +function convertToRecord(zipCodeObj: ZipCodeData): Flatfile.RecordData { + return { + zip_code: { value: zipCodeObj.zip_code }, + population: { value: zipCodeObj.population }, + density: { value: zipCodeObj.density }, + timezone: { value: zipCodeObj.timezone }, + city: { value: zipCodeObj.usps_city }, + state_code: { value: zipCodeObj.stusps_code }, + state_name: { value: zipCodeObj.ste_name }, + longitude: { value: zipCodeObj.geo_point_2d.lon }, + latitude: { value: zipCodeObj.geo_point_2d.lat }, + } +} + +export * from './zipCodeReferenceSheet' diff --git a/datasets/zipcodes/src/types.ts b/datasets/zipcodes/src/types.ts new file mode 100644 index 000000000..3b7f96d61 --- /dev/null +++ b/datasets/zipcodes/src/types.ts @@ -0,0 +1,22 @@ +export type ZipCodeData = { + zip_code: string + usps_city: string + stusps_code: string + ste_name: string + zcta: string + parent_zcta: null + population: number + density: number + primary_coty_code: string + primary_coty_name: string + county_weights: string // Can be parsed to a more specific type if needed + coty_name: string[] + cty_code: string[] + imprecise: string + military: string + timezone: string + geo_point_2d: { + lon: number + lat: number + } +} diff --git a/datasets/zipcodes/src/zipCodeReferenceSheet.ts b/datasets/zipcodes/src/zipCodeReferenceSheet.ts new file mode 100644 index 000000000..4cf6a46aa --- /dev/null +++ b/datasets/zipcodes/src/zipCodeReferenceSheet.ts @@ -0,0 +1,62 @@ +import type { Flatfile } from '@flatfile/api' + +export const zipCodeReferenceSheet: Flatfile.SheetConfig = { + name: 'Zip Codes', + slug: 'zipCodeReferenceSheet', + fields: [ + { + key: 'zip_code', + type: 'number', + label: 'Zip Code', + constraints: [{ type: 'required' }], + }, + { + key: 'city', + type: 'string', + label: 'City', + }, + { + key: 'state_code', + type: 'string', + label: 'State Code', + }, + { + key: 'state_name', + type: 'string', + label: 'State Name', + }, + { + key: 'population', + type: 'string', + label: 'Population', + }, + { + key: 'density', + type: 'string', + label: 'density', + }, + { + key: 'timezone', + type: 'string', + label: 'Timezone', + }, + { + key: 'latitude', + type: 'string', + label: 'Latitude', + }, + { + key: 'longitude', + type: 'string', + label: 'Longitude', + }, + ], + actions: [ + { + operation: 'duplicateSheet', + mode: 'foreground', + label: 'Duplicate', + description: 'Duplicate this sheet.', + }, + ], +} diff --git a/package.json b/package.json index e52f89c80..c9ca73cd7 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "workspaces": [ "bundlers/*", + "dataset/*", "flatfilers/*", "plugins/*", "support/*",